@charset "UTF-8";
/* 変数と関数
========================================== */
/* bootstrap
========================================== */
/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-ss {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 760px;
}

@media (min-width: 480px) {
  .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 1232px;
  }
}
@media (min-width: 1560px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1232px;
  }
}
@media (min-width: 1600px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1728px;
  }
}
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.8rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.8rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1.6rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1.6rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 2.4rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 2.4rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 3.2rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 3.2rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6.4rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6.4rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 8rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 8rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 12rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 12rem;
}

@media (min-width: 480px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1024px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 8rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 8rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 12rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1560px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 12rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

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

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

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

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

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

.m-8 {
  margin: 6.4rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.m-15 {
  margin: 12rem !important;
}

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

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

.mx-1 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-2 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-3 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-4 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-8 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.mx-10 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-15 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

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

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

.my-1 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-4 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-15 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

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

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

.mt-1 {
  margin-top: 0.8rem !important;
}

.mt-2 {
  margin-top: 1.6rem !important;
}

.mt-3 {
  margin-top: 2.4rem !important;
}

.mt-4 {
  margin-top: 3.2rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 6.4rem !important;
}

.mt-10 {
  margin-top: 8rem !important;
}

.mt-15 {
  margin-top: 12rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.8rem !important;
}

.me-2 {
  margin-right: 1.6rem !important;
}

.me-3 {
  margin-right: 2.4rem !important;
}

.me-4 {
  margin-right: 3.2rem !important;
}

.me-5 {
  margin-right: 4rem !important;
}

.me-8 {
  margin-right: 6.4rem !important;
}

.me-10 {
  margin-right: 8rem !important;
}

.me-15 {
  margin-right: 12rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.8rem !important;
}

.mb-2 {
  margin-bottom: 1.6rem !important;
}

.mb-3 {
  margin-bottom: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 3.2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 6.4rem !important;
}

.mb-10 {
  margin-bottom: 8rem !important;
}

.mb-15 {
  margin-bottom: 12rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.8rem !important;
}

.ms-2 {
  margin-left: 1.6rem !important;
}

.ms-3 {
  margin-left: 2.4rem !important;
}

.ms-4 {
  margin-left: 3.2rem !important;
}

.ms-5 {
  margin-left: 4rem !important;
}

.ms-8 {
  margin-left: 6.4rem !important;
}

.ms-10 {
  margin-left: 8rem !important;
}

.ms-15 {
  margin-left: 12rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

.p-8 {
  padding: 6.4rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.p-15 {
  padding: 12rem !important;
}

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

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

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

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

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

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

.px-8 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.px-10 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-15 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

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

.py-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-15 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

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

.pt-1 {
  padding-top: 0.8rem !important;
}

.pt-2 {
  padding-top: 1.6rem !important;
}

.pt-3 {
  padding-top: 2.4rem !important;
}

.pt-4 {
  padding-top: 3.2rem !important;
}

.pt-5 {
  padding-top: 4rem !important;
}

.pt-8 {
  padding-top: 6.4rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pt-15 {
  padding-top: 12rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.8rem !important;
}

.pe-2 {
  padding-right: 1.6rem !important;
}

.pe-3 {
  padding-right: 2.4rem !important;
}

.pe-4 {
  padding-right: 3.2rem !important;
}

.pe-5 {
  padding-right: 4rem !important;
}

.pe-8 {
  padding-right: 6.4rem !important;
}

.pe-10 {
  padding-right: 8rem !important;
}

.pe-15 {
  padding-right: 12rem !important;
}

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

.pb-1 {
  padding-bottom: 0.8rem !important;
}

.pb-2 {
  padding-bottom: 1.6rem !important;
}

.pb-3 {
  padding-bottom: 2.4rem !important;
}

.pb-4 {
  padding-bottom: 3.2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 6.4rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.pb-15 {
  padding-bottom: 12rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.8rem !important;
}

.ps-2 {
  padding-left: 1.6rem !important;
}

.ps-3 {
  padding-left: 2.4rem !important;
}

.ps-4 {
  padding-left: 3.2rem !important;
}

.ps-5 {
  padding-left: 4rem !important;
}

.ps-8 {
  padding-left: 6.4rem !important;
}

.ps-10 {
  padding-left: 8rem !important;
}

.ps-15 {
  padding-left: 12rem !important;
}

@media (min-width: 480px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.8rem !important;
  }
  .m-sm-2 {
    margin: 1.6rem !important;
  }
  .m-sm-3 {
    margin: 2.4rem !important;
  }
  .m-sm-4 {
    margin: 3.2rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 6.4rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .m-sm-15 {
    margin: 12rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-sm-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-sm-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-3 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-4 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 6.4rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mt-sm-15 {
    margin-top: 12rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.8rem !important;
  }
  .me-sm-2 {
    margin-right: 1.6rem !important;
  }
  .me-sm-3 {
    margin-right: 2.4rem !important;
  }
  .me-sm-4 {
    margin-right: 3.2rem !important;
  }
  .me-sm-5 {
    margin-right: 4rem !important;
  }
  .me-sm-8 {
    margin-right: 6.4rem !important;
  }
  .me-sm-10 {
    margin-right: 8rem !important;
  }
  .me-sm-15 {
    margin-right: 12rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-3 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-4 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-5 {
    margin-left: 4rem !important;
  }
  .ms-sm-8 {
    margin-left: 6.4rem !important;
  }
  .ms-sm-10 {
    margin-left: 8rem !important;
  }
  .ms-sm-15 {
    margin-left: 12rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.8rem !important;
  }
  .p-sm-2 {
    padding: 1.6rem !important;
  }
  .p-sm-3 {
    padding: 2.4rem !important;
  }
  .p-sm-4 {
    padding: 3.2rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 6.4rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .p-sm-15 {
    padding: 12rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-sm-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-sm-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-3 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-4 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 6.4rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .pt-sm-15 {
    padding-top: 12rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-3 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-4 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-5 {
    padding-right: 4rem !important;
  }
  .pe-sm-8 {
    padding-right: 6.4rem !important;
  }
  .pe-sm-10 {
    padding-right: 8rem !important;
  }
  .pe-sm-15 {
    padding-right: 12rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 12rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-3 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-4 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-5 {
    padding-left: 4rem !important;
  }
  .ps-sm-8 {
    padding-left: 6.4rem !important;
  }
  .ps-sm-10 {
    padding-left: 8rem !important;
  }
  .ps-sm-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1024px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.8rem !important;
  }
  .m-md-2 {
    margin: 1.6rem !important;
  }
  .m-md-3 {
    margin: 2.4rem !important;
  }
  .m-md-4 {
    margin: 3.2rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 6.4rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .m-md-15 {
    margin: 12rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-md-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.8rem !important;
  }
  .mt-md-2 {
    margin-top: 1.6rem !important;
  }
  .mt-md-3 {
    margin-top: 2.4rem !important;
  }
  .mt-md-4 {
    margin-top: 3.2rem !important;
  }
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 6.4rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mt-md-15 {
    margin-top: 12rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.8rem !important;
  }
  .me-md-2 {
    margin-right: 1.6rem !important;
  }
  .me-md-3 {
    margin-right: 2.4rem !important;
  }
  .me-md-4 {
    margin-right: 3.2rem !important;
  }
  .me-md-5 {
    margin-right: 4rem !important;
  }
  .me-md-8 {
    margin-right: 6.4rem !important;
  }
  .me-md-10 {
    margin-right: 8rem !important;
  }
  .me-md-15 {
    margin-right: 12rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .mb-md-15 {
    margin-bottom: 12rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.8rem !important;
  }
  .ms-md-2 {
    margin-left: 1.6rem !important;
  }
  .ms-md-3 {
    margin-left: 2.4rem !important;
  }
  .ms-md-4 {
    margin-left: 3.2rem !important;
  }
  .ms-md-5 {
    margin-left: 4rem !important;
  }
  .ms-md-8 {
    margin-left: 6.4rem !important;
  }
  .ms-md-10 {
    margin-left: 8rem !important;
  }
  .ms-md-15 {
    margin-left: 12rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.8rem !important;
  }
  .p-md-2 {
    padding: 1.6rem !important;
  }
  .p-md-3 {
    padding: 2.4rem !important;
  }
  .p-md-4 {
    padding: 3.2rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 6.4rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .p-md-15 {
    padding: 12rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-md-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.8rem !important;
  }
  .pt-md-2 {
    padding-top: 1.6rem !important;
  }
  .pt-md-3 {
    padding-top: 2.4rem !important;
  }
  .pt-md-4 {
    padding-top: 3.2rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 6.4rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pt-md-15 {
    padding-top: 12rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.8rem !important;
  }
  .pe-md-2 {
    padding-right: 1.6rem !important;
  }
  .pe-md-3 {
    padding-right: 2.4rem !important;
  }
  .pe-md-4 {
    padding-right: 3.2rem !important;
  }
  .pe-md-5 {
    padding-right: 4rem !important;
  }
  .pe-md-8 {
    padding-right: 6.4rem !important;
  }
  .pe-md-10 {
    padding-right: 8rem !important;
  }
  .pe-md-15 {
    padding-right: 12rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .pb-md-15 {
    padding-bottom: 12rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.8rem !important;
  }
  .ps-md-2 {
    padding-left: 1.6rem !important;
  }
  .ps-md-3 {
    padding-left: 2.4rem !important;
  }
  .ps-md-4 {
    padding-left: 3.2rem !important;
  }
  .ps-md-5 {
    padding-left: 4rem !important;
  }
  .ps-md-8 {
    padding-left: 6.4rem !important;
  }
  .ps-md-10 {
    padding-left: 8rem !important;
  }
  .ps-md-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1560px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.8rem !important;
  }
  .m-lg-2 {
    margin: 1.6rem !important;
  }
  .m-lg-3 {
    margin: 2.4rem !important;
  }
  .m-lg-4 {
    margin: 3.2rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 6.4rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .m-lg-15 {
    margin: 12rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-lg-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-4 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 6.4rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mt-lg-15 {
    margin-top: 12rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.8rem !important;
  }
  .me-lg-2 {
    margin-right: 1.6rem !important;
  }
  .me-lg-3 {
    margin-right: 2.4rem !important;
  }
  .me-lg-4 {
    margin-right: 3.2rem !important;
  }
  .me-lg-5 {
    margin-right: 4rem !important;
  }
  .me-lg-8 {
    margin-right: 6.4rem !important;
  }
  .me-lg-10 {
    margin-right: 8rem !important;
  }
  .me-lg-15 {
    margin-right: 12rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-3 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-4 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-5 {
    margin-left: 4rem !important;
  }
  .ms-lg-8 {
    margin-left: 6.4rem !important;
  }
  .ms-lg-10 {
    margin-left: 8rem !important;
  }
  .ms-lg-15 {
    margin-left: 12rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.8rem !important;
  }
  .p-lg-2 {
    padding: 1.6rem !important;
  }
  .p-lg-3 {
    padding: 2.4rem !important;
  }
  .p-lg-4 {
    padding: 3.2rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 6.4rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .p-lg-15 {
    padding: 12rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-lg-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-3 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-4 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 6.4rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pt-lg-15 {
    padding-top: 12rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-3 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-4 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-5 {
    padding-right: 4rem !important;
  }
  .pe-lg-8 {
    padding-right: 6.4rem !important;
  }
  .pe-lg-10 {
    padding-right: 8rem !important;
  }
  .pe-lg-15 {
    padding-right: 12rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 12rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-3 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-4 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-5 {
    padding-left: 4rem !important;
  }
  .ps-lg-8 {
    padding-left: 6.4rem !important;
  }
  .ps-lg-10 {
    padding-left: 8rem !important;
  }
  .ps-lg-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1600px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.8rem !important;
  }
  .m-xl-2 {
    margin: 1.6rem !important;
  }
  .m-xl-3 {
    margin: 2.4rem !important;
  }
  .m-xl-4 {
    margin: 3.2rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 6.4rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .m-xl-15 {
    margin: 12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-3 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-4 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 6.4rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mt-xl-15 {
    margin-top: 12rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.8rem !important;
  }
  .me-xl-2 {
    margin-right: 1.6rem !important;
  }
  .me-xl-3 {
    margin-right: 2.4rem !important;
  }
  .me-xl-4 {
    margin-right: 3.2rem !important;
  }
  .me-xl-5 {
    margin-right: 4rem !important;
  }
  .me-xl-8 {
    margin-right: 6.4rem !important;
  }
  .me-xl-10 {
    margin-right: 8rem !important;
  }
  .me-xl-15 {
    margin-right: 12rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-3 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-4 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-5 {
    margin-left: 4rem !important;
  }
  .ms-xl-8 {
    margin-left: 6.4rem !important;
  }
  .ms-xl-10 {
    margin-left: 8rem !important;
  }
  .ms-xl-15 {
    margin-left: 12rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.8rem !important;
  }
  .p-xl-2 {
    padding: 1.6rem !important;
  }
  .p-xl-3 {
    padding: 2.4rem !important;
  }
  .p-xl-4 {
    padding: 3.2rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 6.4rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .p-xl-15 {
    padding: 12rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-3 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-4 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 6.4rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pt-xl-15 {
    padding-top: 12rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-3 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-4 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-5 {
    padding-right: 4rem !important;
  }
  .pe-xl-8 {
    padding-right: 6.4rem !important;
  }
  .pe-xl-10 {
    padding-right: 8rem !important;
  }
  .pe-xl-15 {
    padding-right: 12rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 12rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-3 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-4 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-5 {
    padding-left: 4rem !important;
  }
  .ps-xl-8 {
    padding-left: 6.4rem !important;
  }
  .ps-xl-10 {
    padding-left: 8rem !important;
  }
  .ps-xl-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1920px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.8rem !important;
  }
  .m-xxl-2 {
    margin: 1.6rem !important;
  }
  .m-xxl-3 {
    margin: 2.4rem !important;
  }
  .m-xxl-4 {
    margin: 3.2rem !important;
  }
  .m-xxl-5 {
    margin: 4rem !important;
  }
  .m-xxl-8 {
    margin: 6.4rem !important;
  }
  .m-xxl-10 {
    margin: 8rem !important;
  }
  .m-xxl-15 {
    margin: 12rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xxl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xxl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-3 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-4 {
    margin-top: 3.2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4rem !important;
  }
  .mt-xxl-8 {
    margin-top: 6.4rem !important;
  }
  .mt-xxl-10 {
    margin-top: 8rem !important;
  }
  .mt-xxl-15 {
    margin-top: 12rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-2 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-3 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-4 {
    margin-right: 3.2rem !important;
  }
  .me-xxl-5 {
    margin-right: 4rem !important;
  }
  .me-xxl-8 {
    margin-right: 6.4rem !important;
  }
  .me-xxl-10 {
    margin-right: 8rem !important;
  }
  .me-xxl-15 {
    margin-right: 12rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-3 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-4 {
    margin-left: 3.2rem !important;
  }
  .ms-xxl-5 {
    margin-left: 4rem !important;
  }
  .ms-xxl-8 {
    margin-left: 6.4rem !important;
  }
  .ms-xxl-10 {
    margin-left: 8rem !important;
  }
  .ms-xxl-15 {
    margin-left: 12rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.8rem !important;
  }
  .p-xxl-2 {
    padding: 1.6rem !important;
  }
  .p-xxl-3 {
    padding: 2.4rem !important;
  }
  .p-xxl-4 {
    padding: 3.2rem !important;
  }
  .p-xxl-5 {
    padding: 4rem !important;
  }
  .p-xxl-8 {
    padding: 6.4rem !important;
  }
  .p-xxl-10 {
    padding: 8rem !important;
  }
  .p-xxl-15 {
    padding: 12rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxl-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xxl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xxl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-3 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-4 {
    padding-top: 3.2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4rem !important;
  }
  .pt-xxl-8 {
    padding-top: 6.4rem !important;
  }
  .pt-xxl-10 {
    padding-top: 8rem !important;
  }
  .pt-xxl-15 {
    padding-top: 12rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-3 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-4 {
    padding-right: 3.2rem !important;
  }
  .pe-xxl-5 {
    padding-right: 4rem !important;
  }
  .pe-xxl-8 {
    padding-right: 6.4rem !important;
  }
  .pe-xxl-10 {
    padding-right: 8rem !important;
  }
  .pe-xxl-15 {
    padding-right: 12rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 12rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-3 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-4 {
    padding-left: 3.2rem !important;
  }
  .ps-xxl-5 {
    padding-left: 4rem !important;
  }
  .ps-xxl-8 {
    padding-left: 6.4rem !important;
  }
  .ps-xxl-10 {
    padding-left: 8rem !important;
  }
  .ps-xxl-15 {
    padding-left: 12rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* テーマ用SCSS
========================================== */
.u-bg--post-full, .c-title--sub--bg,
.is-style-h--sub--bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.u-bg--main-color {
  background: #ecf4f4;
}
.u-bg--main-pattern {
  background-repeat: no-repeat;
  background-size: cover;
}
.u-bg--aspect-1-_-1 {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}
.u-bg--aspect-16-_-9 {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-4-_-3 {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-50-_-71 {
  aspect-ratio: 50/71;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-cinema {
  aspect-ratio: 2.35/1;
  width: 100%;
  height: 100%;
}
.u-bg--shadow {
  -webkit-box-shadow: 24px 20px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 24px 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.u-f-color--primary {
  color: #006a66 !important;
}
.u-f-color--sub {
  color: #0bc1be !important;
}
.u-f-color--green {
  color: #00692c !important;
}
.u-f-color--black {
  color: #000000 !important;
}
.u-f-size--xs {
  font-size: 1.2rem !important;
}
.u-f-size--sm {
  font-size: 1.4rem !important;
}
.u-f-size--default {
  font-size: 1.6rem !important;
}
.u-f-size--lg {
  font-size: 1.8rem !important;
}
.u-f-size--h1 {
  font-size: 4rem;
}
.u-f-size--h2 {
  font-size: 3.2rem;
}
.u-f-size--h3 {
  font-size: 2.8rem;
}
.u-f-size--h4 {
  font-size: 2.4rem;
}
.u-f-size--h5 {
  font-size: 2rem;
}
.u-f-size--h6 {
  font-size: 1.6rem;
}
.u-f-weight--w7 {
  font-weight: 700 !important;
}
.u-f-weight--w6 {
  font-weight: 600 !important;
}
.u-f-weight--w5 {
  font-weight: 500 !important;
}
.u-f-weight--w4 {
  font-weight: 400 !important;
}
.u-f-family--webfont {
  font-family: "Quicksand", sans-serif;
}

.u-m--top--0 {
  margin-top: 0 !important;
}
.u-m--top--1px {
  margin-top: 1px !important;
}
.u-m--top--2px {
  margin-top: 2px !important;
}
.u-m--top--3px {
  margin-top: 3px !important;
}
.u-m--top--4px {
  margin-top: 4px !important;
}
.u-m--top--5px {
  margin-top: 5px !important;
}
.u-m--top--6px {
  margin-top: 6px !important;
}
.u-m--top--7px {
  margin-top: 7px !important;
}
.u-m--top--8px {
  margin-top: 8px !important;
}
.u-m--top--9px {
  margin-top: 9px !important;
}
.u-m--top--10px {
  margin-top: 10px !important;
}
.u-m--top--11px {
  margin-top: 11px !important;
}
.u-m--top--12px {
  margin-top: 12px !important;
}
.u-m--top--13px {
  margin-top: 13px !important;
}
.u-m--top--14px {
  margin-top: 14px !important;
}
.u-m--top--15px {
  margin-top: 15px !important;
}
.u-m--top--16px {
  margin-top: 16px !important;
}
.u-m--top--17px {
  margin-top: 17px !important;
}
.u-m--top--18px {
  margin-top: 18px !important;
}
.u-m--top--19px {
  margin-top: 19px !important;
}
.u-m--top--20px {
  margin-top: 20px !important;
}
.u-m--top--21px {
  margin-top: 21px !important;
}
.u-m--top--22px {
  margin-top: 22px !important;
}
.u-m--top--23px {
  margin-top: 23px !important;
}
.u-m--top--24px {
  margin-top: 24px !important;
}
.u-m--top--25px {
  margin-top: 25px !important;
}
.u-m--top--26px {
  margin-top: 26px !important;
}
.u-m--top--27px {
  margin-top: 27px !important;
}
.u-m--top--28px {
  margin-top: 28px !important;
}
.u-m--top--29px {
  margin-top: 29px !important;
}
.u-m--top--30px {
  margin-top: 30px !important;
}
.u-m--top--31px {
  margin-top: 31px !important;
}
.u-m--top--32px {
  margin-top: 32px !important;
}
.u-m--top--33px {
  margin-top: 33px !important;
}
.u-m--top--34px {
  margin-top: 34px !important;
}
.u-m--top--35px {
  margin-top: 35px !important;
}
.u-m--top--36px {
  margin-top: 36px !important;
}
.u-m--top--37px {
  margin-top: 37px !important;
}
.u-m--top--38px {
  margin-top: 38px !important;
}
.u-m--top--39px {
  margin-top: 39px !important;
}
.u-m--top--40px {
  margin-top: 40px !important;
}
.u-m--top--41px {
  margin-top: 41px !important;
}
.u-m--top--42px {
  margin-top: 42px !important;
}
.u-m--top--43px {
  margin-top: 43px !important;
}
.u-m--top--44px {
  margin-top: 44px !important;
}
.u-m--top--45px {
  margin-top: 45px !important;
}
.u-m--top--46px {
  margin-top: 46px !important;
}
.u-m--top--47px {
  margin-top: 47px !important;
}
.u-m--top--48px {
  margin-top: 48px !important;
}
.u-m--top--49px {
  margin-top: 49px !important;
}
.u-m--top--50px {
  margin-top: 50px !important;
}
.u-m--top--51px {
  margin-top: 51px !important;
}
.u-m--top--52px {
  margin-top: 52px !important;
}
.u-m--top--53px {
  margin-top: 53px !important;
}
.u-m--top--54px {
  margin-top: 54px !important;
}
.u-m--top--55px {
  margin-top: 55px !important;
}
.u-m--top--56px {
  margin-top: 56px !important;
}
.u-m--top--57px {
  margin-top: 57px !important;
}
.u-m--top--58px {
  margin-top: 58px !important;
}
.u-m--top--59px {
  margin-top: 59px !important;
}
.u-m--top--60px {
  margin-top: 60px !important;
}
.u-m--top--61px {
  margin-top: 61px !important;
}
.u-m--top--62px {
  margin-top: 62px !important;
}
.u-m--top--63px {
  margin-top: 63px !important;
}
.u-m--top--64px {
  margin-top: 64px !important;
}
.u-m--top--65px {
  margin-top: 65px !important;
}
.u-m--top--66px {
  margin-top: 66px !important;
}
.u-m--top--67px {
  margin-top: 67px !important;
}
.u-m--top--68px {
  margin-top: 68px !important;
}
.u-m--top--69px {
  margin-top: 69px !important;
}
.u-m--top--70px {
  margin-top: 70px !important;
}
.u-m--top--71px {
  margin-top: 71px !important;
}
.u-m--top--72px {
  margin-top: 72px !important;
}
.u-m--top--73px {
  margin-top: 73px !important;
}
.u-m--top--74px {
  margin-top: 74px !important;
}
.u-m--top--75px {
  margin-top: 75px !important;
}
.u-m--top--76px {
  margin-top: 76px !important;
}
.u-m--top--77px {
  margin-top: 77px !important;
}
.u-m--top--78px {
  margin-top: 78px !important;
}
.u-m--top--79px {
  margin-top: 79px !important;
}
.u-m--top--80px {
  margin-top: 80px !important;
}
.u-m--top--81px {
  margin-top: 81px !important;
}
.u-m--top--82px {
  margin-top: 82px !important;
}
.u-m--top--83px {
  margin-top: 83px !important;
}
.u-m--top--84px {
  margin-top: 84px !important;
}
.u-m--top--85px {
  margin-top: 85px !important;
}
.u-m--top--86px {
  margin-top: 86px !important;
}
.u-m--top--87px {
  margin-top: 87px !important;
}
.u-m--top--88px {
  margin-top: 88px !important;
}
.u-m--top--89px {
  margin-top: 89px !important;
}
.u-m--top--90px {
  margin-top: 90px !important;
}
.u-m--top--91px {
  margin-top: 91px !important;
}
.u-m--top--92px {
  margin-top: 92px !important;
}
.u-m--top--93px {
  margin-top: 93px !important;
}
.u-m--top--94px {
  margin-top: 94px !important;
}
.u-m--top--95px {
  margin-top: 95px !important;
}
.u-m--top--96px {
  margin-top: 96px !important;
}
.u-m--top--97px {
  margin-top: 97px !important;
}
.u-m--top--98px {
  margin-top: 98px !important;
}
.u-m--top--99px {
  margin-top: 99px !important;
}
.u-m--top--100px {
  margin-top: 100px !important;
}
@media (max-width: 1560px) {
  .u-m--top--lg--0 {
    margin-top: 0 !important;
  }
  .u-m--top--lg--1px {
    margin-top: 1px !important;
  }
  .u-m--top--lg--2px {
    margin-top: 2px !important;
  }
  .u-m--top--lg--3px {
    margin-top: 3px !important;
  }
  .u-m--top--lg--4px {
    margin-top: 4px !important;
  }
  .u-m--top--lg--5px {
    margin-top: 5px !important;
  }
  .u-m--top--lg--6px {
    margin-top: 6px !important;
  }
  .u-m--top--lg--7px {
    margin-top: 7px !important;
  }
  .u-m--top--lg--8px {
    margin-top: 8px !important;
  }
  .u-m--top--lg--9px {
    margin-top: 9px !important;
  }
  .u-m--top--lg--10px {
    margin-top: 10px !important;
  }
  .u-m--top--lg--11px {
    margin-top: 11px !important;
  }
  .u-m--top--lg--12px {
    margin-top: 12px !important;
  }
  .u-m--top--lg--13px {
    margin-top: 13px !important;
  }
  .u-m--top--lg--14px {
    margin-top: 14px !important;
  }
  .u-m--top--lg--15px {
    margin-top: 15px !important;
  }
  .u-m--top--lg--16px {
    margin-top: 16px !important;
  }
  .u-m--top--lg--17px {
    margin-top: 17px !important;
  }
  .u-m--top--lg--18px {
    margin-top: 18px !important;
  }
  .u-m--top--lg--19px {
    margin-top: 19px !important;
  }
  .u-m--top--lg--20px {
    margin-top: 20px !important;
  }
  .u-m--top--lg--21px {
    margin-top: 21px !important;
  }
  .u-m--top--lg--22px {
    margin-top: 22px !important;
  }
  .u-m--top--lg--23px {
    margin-top: 23px !important;
  }
  .u-m--top--lg--24px {
    margin-top: 24px !important;
  }
  .u-m--top--lg--25px {
    margin-top: 25px !important;
  }
  .u-m--top--lg--26px {
    margin-top: 26px !important;
  }
  .u-m--top--lg--27px {
    margin-top: 27px !important;
  }
  .u-m--top--lg--28px {
    margin-top: 28px !important;
  }
  .u-m--top--lg--29px {
    margin-top: 29px !important;
  }
  .u-m--top--lg--30px {
    margin-top: 30px !important;
  }
  .u-m--top--lg--31px {
    margin-top: 31px !important;
  }
  .u-m--top--lg--32px {
    margin-top: 32px !important;
  }
  .u-m--top--lg--33px {
    margin-top: 33px !important;
  }
  .u-m--top--lg--34px {
    margin-top: 34px !important;
  }
  .u-m--top--lg--35px {
    margin-top: 35px !important;
  }
  .u-m--top--lg--36px {
    margin-top: 36px !important;
  }
  .u-m--top--lg--37px {
    margin-top: 37px !important;
  }
  .u-m--top--lg--38px {
    margin-top: 38px !important;
  }
  .u-m--top--lg--39px {
    margin-top: 39px !important;
  }
  .u-m--top--lg--40px {
    margin-top: 40px !important;
  }
  .u-m--top--lg--41px {
    margin-top: 41px !important;
  }
  .u-m--top--lg--42px {
    margin-top: 42px !important;
  }
  .u-m--top--lg--43px {
    margin-top: 43px !important;
  }
  .u-m--top--lg--44px {
    margin-top: 44px !important;
  }
  .u-m--top--lg--45px {
    margin-top: 45px !important;
  }
  .u-m--top--lg--46px {
    margin-top: 46px !important;
  }
  .u-m--top--lg--47px {
    margin-top: 47px !important;
  }
  .u-m--top--lg--48px {
    margin-top: 48px !important;
  }
  .u-m--top--lg--49px {
    margin-top: 49px !important;
  }
  .u-m--top--lg--50px {
    margin-top: 50px !important;
  }
  .u-m--top--lg--51px {
    margin-top: 51px !important;
  }
  .u-m--top--lg--52px {
    margin-top: 52px !important;
  }
  .u-m--top--lg--53px {
    margin-top: 53px !important;
  }
  .u-m--top--lg--54px {
    margin-top: 54px !important;
  }
  .u-m--top--lg--55px {
    margin-top: 55px !important;
  }
  .u-m--top--lg--56px {
    margin-top: 56px !important;
  }
  .u-m--top--lg--57px {
    margin-top: 57px !important;
  }
  .u-m--top--lg--58px {
    margin-top: 58px !important;
  }
  .u-m--top--lg--59px {
    margin-top: 59px !important;
  }
  .u-m--top--lg--60px {
    margin-top: 60px !important;
  }
  .u-m--top--lg--61px {
    margin-top: 61px !important;
  }
  .u-m--top--lg--62px {
    margin-top: 62px !important;
  }
  .u-m--top--lg--63px {
    margin-top: 63px !important;
  }
  .u-m--top--lg--64px {
    margin-top: 64px !important;
  }
  .u-m--top--lg--65px {
    margin-top: 65px !important;
  }
  .u-m--top--lg--66px {
    margin-top: 66px !important;
  }
  .u-m--top--lg--67px {
    margin-top: 67px !important;
  }
  .u-m--top--lg--68px {
    margin-top: 68px !important;
  }
  .u-m--top--lg--69px {
    margin-top: 69px !important;
  }
  .u-m--top--lg--70px {
    margin-top: 70px !important;
  }
  .u-m--top--lg--71px {
    margin-top: 71px !important;
  }
  .u-m--top--lg--72px {
    margin-top: 72px !important;
  }
  .u-m--top--lg--73px {
    margin-top: 73px !important;
  }
  .u-m--top--lg--74px {
    margin-top: 74px !important;
  }
  .u-m--top--lg--75px {
    margin-top: 75px !important;
  }
  .u-m--top--lg--76px {
    margin-top: 76px !important;
  }
  .u-m--top--lg--77px {
    margin-top: 77px !important;
  }
  .u-m--top--lg--78px {
    margin-top: 78px !important;
  }
  .u-m--top--lg--79px {
    margin-top: 79px !important;
  }
  .u-m--top--lg--80px {
    margin-top: 80px !important;
  }
  .u-m--top--lg--81px {
    margin-top: 81px !important;
  }
  .u-m--top--lg--82px {
    margin-top: 82px !important;
  }
  .u-m--top--lg--83px {
    margin-top: 83px !important;
  }
  .u-m--top--lg--84px {
    margin-top: 84px !important;
  }
  .u-m--top--lg--85px {
    margin-top: 85px !important;
  }
  .u-m--top--lg--86px {
    margin-top: 86px !important;
  }
  .u-m--top--lg--87px {
    margin-top: 87px !important;
  }
  .u-m--top--lg--88px {
    margin-top: 88px !important;
  }
  .u-m--top--lg--89px {
    margin-top: 89px !important;
  }
  .u-m--top--lg--90px {
    margin-top: 90px !important;
  }
  .u-m--top--lg--91px {
    margin-top: 91px !important;
  }
  .u-m--top--lg--92px {
    margin-top: 92px !important;
  }
  .u-m--top--lg--93px {
    margin-top: 93px !important;
  }
  .u-m--top--lg--94px {
    margin-top: 94px !important;
  }
  .u-m--top--lg--95px {
    margin-top: 95px !important;
  }
  .u-m--top--lg--96px {
    margin-top: 96px !important;
  }
  .u-m--top--lg--97px {
    margin-top: 97px !important;
  }
  .u-m--top--lg--98px {
    margin-top: 98px !important;
  }
  .u-m--top--lg--99px {
    margin-top: 99px !important;
  }
  .u-m--top--lg--100px {
    margin-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .u-m--top--md--0 {
    margin-top: 0 !important;
  }
  .u-m--top--md--1px {
    margin-top: 1px !important;
  }
  .u-m--top--md--2px {
    margin-top: 2px !important;
  }
  .u-m--top--md--3px {
    margin-top: 3px !important;
  }
  .u-m--top--md--4px {
    margin-top: 4px !important;
  }
  .u-m--top--md--5px {
    margin-top: 5px !important;
  }
  .u-m--top--md--6px {
    margin-top: 6px !important;
  }
  .u-m--top--md--7px {
    margin-top: 7px !important;
  }
  .u-m--top--md--8px {
    margin-top: 8px !important;
  }
  .u-m--top--md--9px {
    margin-top: 9px !important;
  }
  .u-m--top--md--10px {
    margin-top: 10px !important;
  }
  .u-m--top--md--11px {
    margin-top: 11px !important;
  }
  .u-m--top--md--12px {
    margin-top: 12px !important;
  }
  .u-m--top--md--13px {
    margin-top: 13px !important;
  }
  .u-m--top--md--14px {
    margin-top: 14px !important;
  }
  .u-m--top--md--15px {
    margin-top: 15px !important;
  }
  .u-m--top--md--16px {
    margin-top: 16px !important;
  }
  .u-m--top--md--17px {
    margin-top: 17px !important;
  }
  .u-m--top--md--18px {
    margin-top: 18px !important;
  }
  .u-m--top--md--19px {
    margin-top: 19px !important;
  }
  .u-m--top--md--20px {
    margin-top: 20px !important;
  }
  .u-m--top--md--21px {
    margin-top: 21px !important;
  }
  .u-m--top--md--22px {
    margin-top: 22px !important;
  }
  .u-m--top--md--23px {
    margin-top: 23px !important;
  }
  .u-m--top--md--24px {
    margin-top: 24px !important;
  }
  .u-m--top--md--25px {
    margin-top: 25px !important;
  }
  .u-m--top--md--26px {
    margin-top: 26px !important;
  }
  .u-m--top--md--27px {
    margin-top: 27px !important;
  }
  .u-m--top--md--28px {
    margin-top: 28px !important;
  }
  .u-m--top--md--29px {
    margin-top: 29px !important;
  }
  .u-m--top--md--30px {
    margin-top: 30px !important;
  }
  .u-m--top--md--31px {
    margin-top: 31px !important;
  }
  .u-m--top--md--32px {
    margin-top: 32px !important;
  }
  .u-m--top--md--33px {
    margin-top: 33px !important;
  }
  .u-m--top--md--34px {
    margin-top: 34px !important;
  }
  .u-m--top--md--35px {
    margin-top: 35px !important;
  }
  .u-m--top--md--36px {
    margin-top: 36px !important;
  }
  .u-m--top--md--37px {
    margin-top: 37px !important;
  }
  .u-m--top--md--38px {
    margin-top: 38px !important;
  }
  .u-m--top--md--39px {
    margin-top: 39px !important;
  }
  .u-m--top--md--40px {
    margin-top: 40px !important;
  }
  .u-m--top--md--41px {
    margin-top: 41px !important;
  }
  .u-m--top--md--42px {
    margin-top: 42px !important;
  }
  .u-m--top--md--43px {
    margin-top: 43px !important;
  }
  .u-m--top--md--44px {
    margin-top: 44px !important;
  }
  .u-m--top--md--45px {
    margin-top: 45px !important;
  }
  .u-m--top--md--46px {
    margin-top: 46px !important;
  }
  .u-m--top--md--47px {
    margin-top: 47px !important;
  }
  .u-m--top--md--48px {
    margin-top: 48px !important;
  }
  .u-m--top--md--49px {
    margin-top: 49px !important;
  }
  .u-m--top--md--50px {
    margin-top: 50px !important;
  }
  .u-m--top--md--51px {
    margin-top: 51px !important;
  }
  .u-m--top--md--52px {
    margin-top: 52px !important;
  }
  .u-m--top--md--53px {
    margin-top: 53px !important;
  }
  .u-m--top--md--54px {
    margin-top: 54px !important;
  }
  .u-m--top--md--55px {
    margin-top: 55px !important;
  }
  .u-m--top--md--56px {
    margin-top: 56px !important;
  }
  .u-m--top--md--57px {
    margin-top: 57px !important;
  }
  .u-m--top--md--58px {
    margin-top: 58px !important;
  }
  .u-m--top--md--59px {
    margin-top: 59px !important;
  }
  .u-m--top--md--60px {
    margin-top: 60px !important;
  }
  .u-m--top--md--61px {
    margin-top: 61px !important;
  }
  .u-m--top--md--62px {
    margin-top: 62px !important;
  }
  .u-m--top--md--63px {
    margin-top: 63px !important;
  }
  .u-m--top--md--64px {
    margin-top: 64px !important;
  }
  .u-m--top--md--65px {
    margin-top: 65px !important;
  }
  .u-m--top--md--66px {
    margin-top: 66px !important;
  }
  .u-m--top--md--67px {
    margin-top: 67px !important;
  }
  .u-m--top--md--68px {
    margin-top: 68px !important;
  }
  .u-m--top--md--69px {
    margin-top: 69px !important;
  }
  .u-m--top--md--70px {
    margin-top: 70px !important;
  }
  .u-m--top--md--71px {
    margin-top: 71px !important;
  }
  .u-m--top--md--72px {
    margin-top: 72px !important;
  }
  .u-m--top--md--73px {
    margin-top: 73px !important;
  }
  .u-m--top--md--74px {
    margin-top: 74px !important;
  }
  .u-m--top--md--75px {
    margin-top: 75px !important;
  }
  .u-m--top--md--76px {
    margin-top: 76px !important;
  }
  .u-m--top--md--77px {
    margin-top: 77px !important;
  }
  .u-m--top--md--78px {
    margin-top: 78px !important;
  }
  .u-m--top--md--79px {
    margin-top: 79px !important;
  }
  .u-m--top--md--80px {
    margin-top: 80px !important;
  }
  .u-m--top--md--81px {
    margin-top: 81px !important;
  }
  .u-m--top--md--82px {
    margin-top: 82px !important;
  }
  .u-m--top--md--83px {
    margin-top: 83px !important;
  }
  .u-m--top--md--84px {
    margin-top: 84px !important;
  }
  .u-m--top--md--85px {
    margin-top: 85px !important;
  }
  .u-m--top--md--86px {
    margin-top: 86px !important;
  }
  .u-m--top--md--87px {
    margin-top: 87px !important;
  }
  .u-m--top--md--88px {
    margin-top: 88px !important;
  }
  .u-m--top--md--89px {
    margin-top: 89px !important;
  }
  .u-m--top--md--90px {
    margin-top: 90px !important;
  }
  .u-m--top--md--91px {
    margin-top: 91px !important;
  }
  .u-m--top--md--92px {
    margin-top: 92px !important;
  }
  .u-m--top--md--93px {
    margin-top: 93px !important;
  }
  .u-m--top--md--94px {
    margin-top: 94px !important;
  }
  .u-m--top--md--95px {
    margin-top: 95px !important;
  }
  .u-m--top--md--96px {
    margin-top: 96px !important;
  }
  .u-m--top--md--97px {
    margin-top: 97px !important;
  }
  .u-m--top--md--98px {
    margin-top: 98px !important;
  }
  .u-m--top--md--99px {
    margin-top: 99px !important;
  }
  .u-m--top--md--100px {
    margin-top: 100px !important;
  }
}
@media (max-width: 480px) {
  .u-m--top--sm--0 {
    margin-top: 0 !important;
  }
  .u-m--top--sm--1px {
    margin-top: 1px !important;
  }
  .u-m--top--sm--2px {
    margin-top: 2px !important;
  }
  .u-m--top--sm--3px {
    margin-top: 3px !important;
  }
  .u-m--top--sm--4px {
    margin-top: 4px !important;
  }
  .u-m--top--sm--5px {
    margin-top: 5px !important;
  }
  .u-m--top--sm--6px {
    margin-top: 6px !important;
  }
  .u-m--top--sm--7px {
    margin-top: 7px !important;
  }
  .u-m--top--sm--8px {
    margin-top: 8px !important;
  }
  .u-m--top--sm--9px {
    margin-top: 9px !important;
  }
  .u-m--top--sm--10px {
    margin-top: 10px !important;
  }
  .u-m--top--sm--11px {
    margin-top: 11px !important;
  }
  .u-m--top--sm--12px {
    margin-top: 12px !important;
  }
  .u-m--top--sm--13px {
    margin-top: 13px !important;
  }
  .u-m--top--sm--14px {
    margin-top: 14px !important;
  }
  .u-m--top--sm--15px {
    margin-top: 15px !important;
  }
  .u-m--top--sm--16px {
    margin-top: 16px !important;
  }
  .u-m--top--sm--17px {
    margin-top: 17px !important;
  }
  .u-m--top--sm--18px {
    margin-top: 18px !important;
  }
  .u-m--top--sm--19px {
    margin-top: 19px !important;
  }
  .u-m--top--sm--20px {
    margin-top: 20px !important;
  }
  .u-m--top--sm--21px {
    margin-top: 21px !important;
  }
  .u-m--top--sm--22px {
    margin-top: 22px !important;
  }
  .u-m--top--sm--23px {
    margin-top: 23px !important;
  }
  .u-m--top--sm--24px {
    margin-top: 24px !important;
  }
  .u-m--top--sm--25px {
    margin-top: 25px !important;
  }
  .u-m--top--sm--26px {
    margin-top: 26px !important;
  }
  .u-m--top--sm--27px {
    margin-top: 27px !important;
  }
  .u-m--top--sm--28px {
    margin-top: 28px !important;
  }
  .u-m--top--sm--29px {
    margin-top: 29px !important;
  }
  .u-m--top--sm--30px {
    margin-top: 30px !important;
  }
  .u-m--top--sm--31px {
    margin-top: 31px !important;
  }
  .u-m--top--sm--32px {
    margin-top: 32px !important;
  }
  .u-m--top--sm--33px {
    margin-top: 33px !important;
  }
  .u-m--top--sm--34px {
    margin-top: 34px !important;
  }
  .u-m--top--sm--35px {
    margin-top: 35px !important;
  }
  .u-m--top--sm--36px {
    margin-top: 36px !important;
  }
  .u-m--top--sm--37px {
    margin-top: 37px !important;
  }
  .u-m--top--sm--38px {
    margin-top: 38px !important;
  }
  .u-m--top--sm--39px {
    margin-top: 39px !important;
  }
  .u-m--top--sm--40px {
    margin-top: 40px !important;
  }
  .u-m--top--sm--41px {
    margin-top: 41px !important;
  }
  .u-m--top--sm--42px {
    margin-top: 42px !important;
  }
  .u-m--top--sm--43px {
    margin-top: 43px !important;
  }
  .u-m--top--sm--44px {
    margin-top: 44px !important;
  }
  .u-m--top--sm--45px {
    margin-top: 45px !important;
  }
  .u-m--top--sm--46px {
    margin-top: 46px !important;
  }
  .u-m--top--sm--47px {
    margin-top: 47px !important;
  }
  .u-m--top--sm--48px {
    margin-top: 48px !important;
  }
  .u-m--top--sm--49px {
    margin-top: 49px !important;
  }
  .u-m--top--sm--50px {
    margin-top: 50px !important;
  }
  .u-m--top--sm--51px {
    margin-top: 51px !important;
  }
  .u-m--top--sm--52px {
    margin-top: 52px !important;
  }
  .u-m--top--sm--53px {
    margin-top: 53px !important;
  }
  .u-m--top--sm--54px {
    margin-top: 54px !important;
  }
  .u-m--top--sm--55px {
    margin-top: 55px !important;
  }
  .u-m--top--sm--56px {
    margin-top: 56px !important;
  }
  .u-m--top--sm--57px {
    margin-top: 57px !important;
  }
  .u-m--top--sm--58px {
    margin-top: 58px !important;
  }
  .u-m--top--sm--59px {
    margin-top: 59px !important;
  }
  .u-m--top--sm--60px {
    margin-top: 60px !important;
  }
  .u-m--top--sm--61px {
    margin-top: 61px !important;
  }
  .u-m--top--sm--62px {
    margin-top: 62px !important;
  }
  .u-m--top--sm--63px {
    margin-top: 63px !important;
  }
  .u-m--top--sm--64px {
    margin-top: 64px !important;
  }
  .u-m--top--sm--65px {
    margin-top: 65px !important;
  }
  .u-m--top--sm--66px {
    margin-top: 66px !important;
  }
  .u-m--top--sm--67px {
    margin-top: 67px !important;
  }
  .u-m--top--sm--68px {
    margin-top: 68px !important;
  }
  .u-m--top--sm--69px {
    margin-top: 69px !important;
  }
  .u-m--top--sm--70px {
    margin-top: 70px !important;
  }
  .u-m--top--sm--71px {
    margin-top: 71px !important;
  }
  .u-m--top--sm--72px {
    margin-top: 72px !important;
  }
  .u-m--top--sm--73px {
    margin-top: 73px !important;
  }
  .u-m--top--sm--74px {
    margin-top: 74px !important;
  }
  .u-m--top--sm--75px {
    margin-top: 75px !important;
  }
  .u-m--top--sm--76px {
    margin-top: 76px !important;
  }
  .u-m--top--sm--77px {
    margin-top: 77px !important;
  }
  .u-m--top--sm--78px {
    margin-top: 78px !important;
  }
  .u-m--top--sm--79px {
    margin-top: 79px !important;
  }
  .u-m--top--sm--80px {
    margin-top: 80px !important;
  }
  .u-m--top--sm--81px {
    margin-top: 81px !important;
  }
  .u-m--top--sm--82px {
    margin-top: 82px !important;
  }
  .u-m--top--sm--83px {
    margin-top: 83px !important;
  }
  .u-m--top--sm--84px {
    margin-top: 84px !important;
  }
  .u-m--top--sm--85px {
    margin-top: 85px !important;
  }
  .u-m--top--sm--86px {
    margin-top: 86px !important;
  }
  .u-m--top--sm--87px {
    margin-top: 87px !important;
  }
  .u-m--top--sm--88px {
    margin-top: 88px !important;
  }
  .u-m--top--sm--89px {
    margin-top: 89px !important;
  }
  .u-m--top--sm--90px {
    margin-top: 90px !important;
  }
  .u-m--top--sm--91px {
    margin-top: 91px !important;
  }
  .u-m--top--sm--92px {
    margin-top: 92px !important;
  }
  .u-m--top--sm--93px {
    margin-top: 93px !important;
  }
  .u-m--top--sm--94px {
    margin-top: 94px !important;
  }
  .u-m--top--sm--95px {
    margin-top: 95px !important;
  }
  .u-m--top--sm--96px {
    margin-top: 96px !important;
  }
  .u-m--top--sm--97px {
    margin-top: 97px !important;
  }
  .u-m--top--sm--98px {
    margin-top: 98px !important;
  }
  .u-m--top--sm--99px {
    margin-top: 99px !important;
  }
  .u-m--top--sm--100px {
    margin-top: 100px !important;
  }
}
.u-m--right--0 {
  margin-right: 0 !important;
}
.u-m--right--1px {
  margin-right: 1px !important;
}
.u-m--right--2px {
  margin-right: 2px !important;
}
.u-m--right--3px {
  margin-right: 3px !important;
}
.u-m--right--4px {
  margin-right: 4px !important;
}
.u-m--right--5px {
  margin-right: 5px !important;
}
.u-m--right--6px {
  margin-right: 6px !important;
}
.u-m--right--7px {
  margin-right: 7px !important;
}
.u-m--right--8px {
  margin-right: 8px !important;
}
.u-m--right--9px {
  margin-right: 9px !important;
}
.u-m--right--10px {
  margin-right: 10px !important;
}
.u-m--right--11px {
  margin-right: 11px !important;
}
.u-m--right--12px {
  margin-right: 12px !important;
}
.u-m--right--13px {
  margin-right: 13px !important;
}
.u-m--right--14px {
  margin-right: 14px !important;
}
.u-m--right--15px {
  margin-right: 15px !important;
}
.u-m--right--16px {
  margin-right: 16px !important;
}
.u-m--right--17px {
  margin-right: 17px !important;
}
.u-m--right--18px {
  margin-right: 18px !important;
}
.u-m--right--19px {
  margin-right: 19px !important;
}
.u-m--right--20px {
  margin-right: 20px !important;
}
.u-m--right--21px {
  margin-right: 21px !important;
}
.u-m--right--22px {
  margin-right: 22px !important;
}
.u-m--right--23px {
  margin-right: 23px !important;
}
.u-m--right--24px {
  margin-right: 24px !important;
}
.u-m--right--25px {
  margin-right: 25px !important;
}
.u-m--right--26px {
  margin-right: 26px !important;
}
.u-m--right--27px {
  margin-right: 27px !important;
}
.u-m--right--28px {
  margin-right: 28px !important;
}
.u-m--right--29px {
  margin-right: 29px !important;
}
.u-m--right--30px {
  margin-right: 30px !important;
}
.u-m--right--31px {
  margin-right: 31px !important;
}
.u-m--right--32px {
  margin-right: 32px !important;
}
.u-m--right--33px {
  margin-right: 33px !important;
}
.u-m--right--34px {
  margin-right: 34px !important;
}
.u-m--right--35px {
  margin-right: 35px !important;
}
.u-m--right--36px {
  margin-right: 36px !important;
}
.u-m--right--37px {
  margin-right: 37px !important;
}
.u-m--right--38px {
  margin-right: 38px !important;
}
.u-m--right--39px {
  margin-right: 39px !important;
}
.u-m--right--40px {
  margin-right: 40px !important;
}
.u-m--right--41px {
  margin-right: 41px !important;
}
.u-m--right--42px {
  margin-right: 42px !important;
}
.u-m--right--43px {
  margin-right: 43px !important;
}
.u-m--right--44px {
  margin-right: 44px !important;
}
.u-m--right--45px {
  margin-right: 45px !important;
}
.u-m--right--46px {
  margin-right: 46px !important;
}
.u-m--right--47px {
  margin-right: 47px !important;
}
.u-m--right--48px {
  margin-right: 48px !important;
}
.u-m--right--49px {
  margin-right: 49px !important;
}
.u-m--right--50px {
  margin-right: 50px !important;
}
.u-m--right--51px {
  margin-right: 51px !important;
}
.u-m--right--52px {
  margin-right: 52px !important;
}
.u-m--right--53px {
  margin-right: 53px !important;
}
.u-m--right--54px {
  margin-right: 54px !important;
}
.u-m--right--55px {
  margin-right: 55px !important;
}
.u-m--right--56px {
  margin-right: 56px !important;
}
.u-m--right--57px {
  margin-right: 57px !important;
}
.u-m--right--58px {
  margin-right: 58px !important;
}
.u-m--right--59px {
  margin-right: 59px !important;
}
.u-m--right--60px {
  margin-right: 60px !important;
}
.u-m--right--61px {
  margin-right: 61px !important;
}
.u-m--right--62px {
  margin-right: 62px !important;
}
.u-m--right--63px {
  margin-right: 63px !important;
}
.u-m--right--64px {
  margin-right: 64px !important;
}
.u-m--right--65px {
  margin-right: 65px !important;
}
.u-m--right--66px {
  margin-right: 66px !important;
}
.u-m--right--67px {
  margin-right: 67px !important;
}
.u-m--right--68px {
  margin-right: 68px !important;
}
.u-m--right--69px {
  margin-right: 69px !important;
}
.u-m--right--70px {
  margin-right: 70px !important;
}
.u-m--right--71px {
  margin-right: 71px !important;
}
.u-m--right--72px {
  margin-right: 72px !important;
}
.u-m--right--73px {
  margin-right: 73px !important;
}
.u-m--right--74px {
  margin-right: 74px !important;
}
.u-m--right--75px {
  margin-right: 75px !important;
}
.u-m--right--76px {
  margin-right: 76px !important;
}
.u-m--right--77px {
  margin-right: 77px !important;
}
.u-m--right--78px {
  margin-right: 78px !important;
}
.u-m--right--79px {
  margin-right: 79px !important;
}
.u-m--right--80px {
  margin-right: 80px !important;
}
.u-m--right--81px {
  margin-right: 81px !important;
}
.u-m--right--82px {
  margin-right: 82px !important;
}
.u-m--right--83px {
  margin-right: 83px !important;
}
.u-m--right--84px {
  margin-right: 84px !important;
}
.u-m--right--85px {
  margin-right: 85px !important;
}
.u-m--right--86px {
  margin-right: 86px !important;
}
.u-m--right--87px {
  margin-right: 87px !important;
}
.u-m--right--88px {
  margin-right: 88px !important;
}
.u-m--right--89px {
  margin-right: 89px !important;
}
.u-m--right--90px {
  margin-right: 90px !important;
}
.u-m--right--91px {
  margin-right: 91px !important;
}
.u-m--right--92px {
  margin-right: 92px !important;
}
.u-m--right--93px {
  margin-right: 93px !important;
}
.u-m--right--94px {
  margin-right: 94px !important;
}
.u-m--right--95px {
  margin-right: 95px !important;
}
.u-m--right--96px {
  margin-right: 96px !important;
}
.u-m--right--97px {
  margin-right: 97px !important;
}
.u-m--right--98px {
  margin-right: 98px !important;
}
.u-m--right--99px {
  margin-right: 99px !important;
}
.u-m--right--100px {
  margin-right: 100px !important;
}
@media (max-width: 1560px) {
  .u-m--right--lg--0 {
    margin-right: 0 !important;
  }
  .u-m--right--lg--1px {
    margin-right: 1px !important;
  }
  .u-m--right--lg--2px {
    margin-right: 2px !important;
  }
  .u-m--right--lg--3px {
    margin-right: 3px !important;
  }
  .u-m--right--lg--4px {
    margin-right: 4px !important;
  }
  .u-m--right--lg--5px {
    margin-right: 5px !important;
  }
  .u-m--right--lg--6px {
    margin-right: 6px !important;
  }
  .u-m--right--lg--7px {
    margin-right: 7px !important;
  }
  .u-m--right--lg--8px {
    margin-right: 8px !important;
  }
  .u-m--right--lg--9px {
    margin-right: 9px !important;
  }
  .u-m--right--lg--10px {
    margin-right: 10px !important;
  }
  .u-m--right--lg--11px {
    margin-right: 11px !important;
  }
  .u-m--right--lg--12px {
    margin-right: 12px !important;
  }
  .u-m--right--lg--13px {
    margin-right: 13px !important;
  }
  .u-m--right--lg--14px {
    margin-right: 14px !important;
  }
  .u-m--right--lg--15px {
    margin-right: 15px !important;
  }
  .u-m--right--lg--16px {
    margin-right: 16px !important;
  }
  .u-m--right--lg--17px {
    margin-right: 17px !important;
  }
  .u-m--right--lg--18px {
    margin-right: 18px !important;
  }
  .u-m--right--lg--19px {
    margin-right: 19px !important;
  }
  .u-m--right--lg--20px {
    margin-right: 20px !important;
  }
  .u-m--right--lg--21px {
    margin-right: 21px !important;
  }
  .u-m--right--lg--22px {
    margin-right: 22px !important;
  }
  .u-m--right--lg--23px {
    margin-right: 23px !important;
  }
  .u-m--right--lg--24px {
    margin-right: 24px !important;
  }
  .u-m--right--lg--25px {
    margin-right: 25px !important;
  }
  .u-m--right--lg--26px {
    margin-right: 26px !important;
  }
  .u-m--right--lg--27px {
    margin-right: 27px !important;
  }
  .u-m--right--lg--28px {
    margin-right: 28px !important;
  }
  .u-m--right--lg--29px {
    margin-right: 29px !important;
  }
  .u-m--right--lg--30px {
    margin-right: 30px !important;
  }
  .u-m--right--lg--31px {
    margin-right: 31px !important;
  }
  .u-m--right--lg--32px {
    margin-right: 32px !important;
  }
  .u-m--right--lg--33px {
    margin-right: 33px !important;
  }
  .u-m--right--lg--34px {
    margin-right: 34px !important;
  }
  .u-m--right--lg--35px {
    margin-right: 35px !important;
  }
  .u-m--right--lg--36px {
    margin-right: 36px !important;
  }
  .u-m--right--lg--37px {
    margin-right: 37px !important;
  }
  .u-m--right--lg--38px {
    margin-right: 38px !important;
  }
  .u-m--right--lg--39px {
    margin-right: 39px !important;
  }
  .u-m--right--lg--40px {
    margin-right: 40px !important;
  }
  .u-m--right--lg--41px {
    margin-right: 41px !important;
  }
  .u-m--right--lg--42px {
    margin-right: 42px !important;
  }
  .u-m--right--lg--43px {
    margin-right: 43px !important;
  }
  .u-m--right--lg--44px {
    margin-right: 44px !important;
  }
  .u-m--right--lg--45px {
    margin-right: 45px !important;
  }
  .u-m--right--lg--46px {
    margin-right: 46px !important;
  }
  .u-m--right--lg--47px {
    margin-right: 47px !important;
  }
  .u-m--right--lg--48px {
    margin-right: 48px !important;
  }
  .u-m--right--lg--49px {
    margin-right: 49px !important;
  }
  .u-m--right--lg--50px {
    margin-right: 50px !important;
  }
  .u-m--right--lg--51px {
    margin-right: 51px !important;
  }
  .u-m--right--lg--52px {
    margin-right: 52px !important;
  }
  .u-m--right--lg--53px {
    margin-right: 53px !important;
  }
  .u-m--right--lg--54px {
    margin-right: 54px !important;
  }
  .u-m--right--lg--55px {
    margin-right: 55px !important;
  }
  .u-m--right--lg--56px {
    margin-right: 56px !important;
  }
  .u-m--right--lg--57px {
    margin-right: 57px !important;
  }
  .u-m--right--lg--58px {
    margin-right: 58px !important;
  }
  .u-m--right--lg--59px {
    margin-right: 59px !important;
  }
  .u-m--right--lg--60px {
    margin-right: 60px !important;
  }
  .u-m--right--lg--61px {
    margin-right: 61px !important;
  }
  .u-m--right--lg--62px {
    margin-right: 62px !important;
  }
  .u-m--right--lg--63px {
    margin-right: 63px !important;
  }
  .u-m--right--lg--64px {
    margin-right: 64px !important;
  }
  .u-m--right--lg--65px {
    margin-right: 65px !important;
  }
  .u-m--right--lg--66px {
    margin-right: 66px !important;
  }
  .u-m--right--lg--67px {
    margin-right: 67px !important;
  }
  .u-m--right--lg--68px {
    margin-right: 68px !important;
  }
  .u-m--right--lg--69px {
    margin-right: 69px !important;
  }
  .u-m--right--lg--70px {
    margin-right: 70px !important;
  }
  .u-m--right--lg--71px {
    margin-right: 71px !important;
  }
  .u-m--right--lg--72px {
    margin-right: 72px !important;
  }
  .u-m--right--lg--73px {
    margin-right: 73px !important;
  }
  .u-m--right--lg--74px {
    margin-right: 74px !important;
  }
  .u-m--right--lg--75px {
    margin-right: 75px !important;
  }
  .u-m--right--lg--76px {
    margin-right: 76px !important;
  }
  .u-m--right--lg--77px {
    margin-right: 77px !important;
  }
  .u-m--right--lg--78px {
    margin-right: 78px !important;
  }
  .u-m--right--lg--79px {
    margin-right: 79px !important;
  }
  .u-m--right--lg--80px {
    margin-right: 80px !important;
  }
  .u-m--right--lg--81px {
    margin-right: 81px !important;
  }
  .u-m--right--lg--82px {
    margin-right: 82px !important;
  }
  .u-m--right--lg--83px {
    margin-right: 83px !important;
  }
  .u-m--right--lg--84px {
    margin-right: 84px !important;
  }
  .u-m--right--lg--85px {
    margin-right: 85px !important;
  }
  .u-m--right--lg--86px {
    margin-right: 86px !important;
  }
  .u-m--right--lg--87px {
    margin-right: 87px !important;
  }
  .u-m--right--lg--88px {
    margin-right: 88px !important;
  }
  .u-m--right--lg--89px {
    margin-right: 89px !important;
  }
  .u-m--right--lg--90px {
    margin-right: 90px !important;
  }
  .u-m--right--lg--91px {
    margin-right: 91px !important;
  }
  .u-m--right--lg--92px {
    margin-right: 92px !important;
  }
  .u-m--right--lg--93px {
    margin-right: 93px !important;
  }
  .u-m--right--lg--94px {
    margin-right: 94px !important;
  }
  .u-m--right--lg--95px {
    margin-right: 95px !important;
  }
  .u-m--right--lg--96px {
    margin-right: 96px !important;
  }
  .u-m--right--lg--97px {
    margin-right: 97px !important;
  }
  .u-m--right--lg--98px {
    margin-right: 98px !important;
  }
  .u-m--right--lg--99px {
    margin-right: 99px !important;
  }
  .u-m--right--lg--100px {
    margin-right: 100px !important;
  }
}
@media (max-width: 1024px) {
  .u-m--right--md--0 {
    margin-right: 0 !important;
  }
  .u-m--right--md--1px {
    margin-right: 1px !important;
  }
  .u-m--right--md--2px {
    margin-right: 2px !important;
  }
  .u-m--right--md--3px {
    margin-right: 3px !important;
  }
  .u-m--right--md--4px {
    margin-right: 4px !important;
  }
  .u-m--right--md--5px {
    margin-right: 5px !important;
  }
  .u-m--right--md--6px {
    margin-right: 6px !important;
  }
  .u-m--right--md--7px {
    margin-right: 7px !important;
  }
  .u-m--right--md--8px {
    margin-right: 8px !important;
  }
  .u-m--right--md--9px {
    margin-right: 9px !important;
  }
  .u-m--right--md--10px {
    margin-right: 10px !important;
  }
  .u-m--right--md--11px {
    margin-right: 11px !important;
  }
  .u-m--right--md--12px {
    margin-right: 12px !important;
  }
  .u-m--right--md--13px {
    margin-right: 13px !important;
  }
  .u-m--right--md--14px {
    margin-right: 14px !important;
  }
  .u-m--right--md--15px {
    margin-right: 15px !important;
  }
  .u-m--right--md--16px {
    margin-right: 16px !important;
  }
  .u-m--right--md--17px {
    margin-right: 17px !important;
  }
  .u-m--right--md--18px {
    margin-right: 18px !important;
  }
  .u-m--right--md--19px {
    margin-right: 19px !important;
  }
  .u-m--right--md--20px {
    margin-right: 20px !important;
  }
  .u-m--right--md--21px {
    margin-right: 21px !important;
  }
  .u-m--right--md--22px {
    margin-right: 22px !important;
  }
  .u-m--right--md--23px {
    margin-right: 23px !important;
  }
  .u-m--right--md--24px {
    margin-right: 24px !important;
  }
  .u-m--right--md--25px {
    margin-right: 25px !important;
  }
  .u-m--right--md--26px {
    margin-right: 26px !important;
  }
  .u-m--right--md--27px {
    margin-right: 27px !important;
  }
  .u-m--right--md--28px {
    margin-right: 28px !important;
  }
  .u-m--right--md--29px {
    margin-right: 29px !important;
  }
  .u-m--right--md--30px {
    margin-right: 30px !important;
  }
  .u-m--right--md--31px {
    margin-right: 31px !important;
  }
  .u-m--right--md--32px {
    margin-right: 32px !important;
  }
  .u-m--right--md--33px {
    margin-right: 33px !important;
  }
  .u-m--right--md--34px {
    margin-right: 34px !important;
  }
  .u-m--right--md--35px {
    margin-right: 35px !important;
  }
  .u-m--right--md--36px {
    margin-right: 36px !important;
  }
  .u-m--right--md--37px {
    margin-right: 37px !important;
  }
  .u-m--right--md--38px {
    margin-right: 38px !important;
  }
  .u-m--right--md--39px {
    margin-right: 39px !important;
  }
  .u-m--right--md--40px {
    margin-right: 40px !important;
  }
  .u-m--right--md--41px {
    margin-right: 41px !important;
  }
  .u-m--right--md--42px {
    margin-right: 42px !important;
  }
  .u-m--right--md--43px {
    margin-right: 43px !important;
  }
  .u-m--right--md--44px {
    margin-right: 44px !important;
  }
  .u-m--right--md--45px {
    margin-right: 45px !important;
  }
  .u-m--right--md--46px {
    margin-right: 46px !important;
  }
  .u-m--right--md--47px {
    margin-right: 47px !important;
  }
  .u-m--right--md--48px {
    margin-right: 48px !important;
  }
  .u-m--right--md--49px {
    margin-right: 49px !important;
  }
  .u-m--right--md--50px {
    margin-right: 50px !important;
  }
  .u-m--right--md--51px {
    margin-right: 51px !important;
  }
  .u-m--right--md--52px {
    margin-right: 52px !important;
  }
  .u-m--right--md--53px {
    margin-right: 53px !important;
  }
  .u-m--right--md--54px {
    margin-right: 54px !important;
  }
  .u-m--right--md--55px {
    margin-right: 55px !important;
  }
  .u-m--right--md--56px {
    margin-right: 56px !important;
  }
  .u-m--right--md--57px {
    margin-right: 57px !important;
  }
  .u-m--right--md--58px {
    margin-right: 58px !important;
  }
  .u-m--right--md--59px {
    margin-right: 59px !important;
  }
  .u-m--right--md--60px {
    margin-right: 60px !important;
  }
  .u-m--right--md--61px {
    margin-right: 61px !important;
  }
  .u-m--right--md--62px {
    margin-right: 62px !important;
  }
  .u-m--right--md--63px {
    margin-right: 63px !important;
  }
  .u-m--right--md--64px {
    margin-right: 64px !important;
  }
  .u-m--right--md--65px {
    margin-right: 65px !important;
  }
  .u-m--right--md--66px {
    margin-right: 66px !important;
  }
  .u-m--right--md--67px {
    margin-right: 67px !important;
  }
  .u-m--right--md--68px {
    margin-right: 68px !important;
  }
  .u-m--right--md--69px {
    margin-right: 69px !important;
  }
  .u-m--right--md--70px {
    margin-right: 70px !important;
  }
  .u-m--right--md--71px {
    margin-right: 71px !important;
  }
  .u-m--right--md--72px {
    margin-right: 72px !important;
  }
  .u-m--right--md--73px {
    margin-right: 73px !important;
  }
  .u-m--right--md--74px {
    margin-right: 74px !important;
  }
  .u-m--right--md--75px {
    margin-right: 75px !important;
  }
  .u-m--right--md--76px {
    margin-right: 76px !important;
  }
  .u-m--right--md--77px {
    margin-right: 77px !important;
  }
  .u-m--right--md--78px {
    margin-right: 78px !important;
  }
  .u-m--right--md--79px {
    margin-right: 79px !important;
  }
  .u-m--right--md--80px {
    margin-right: 80px !important;
  }
  .u-m--right--md--81px {
    margin-right: 81px !important;
  }
  .u-m--right--md--82px {
    margin-right: 82px !important;
  }
  .u-m--right--md--83px {
    margin-right: 83px !important;
  }
  .u-m--right--md--84px {
    margin-right: 84px !important;
  }
  .u-m--right--md--85px {
    margin-right: 85px !important;
  }
  .u-m--right--md--86px {
    margin-right: 86px !important;
  }
  .u-m--right--md--87px {
    margin-right: 87px !important;
  }
  .u-m--right--md--88px {
    margin-right: 88px !important;
  }
  .u-m--right--md--89px {
    margin-right: 89px !important;
  }
  .u-m--right--md--90px {
    margin-right: 90px !important;
  }
  .u-m--right--md--91px {
    margin-right: 91px !important;
  }
  .u-m--right--md--92px {
    margin-right: 92px !important;
  }
  .u-m--right--md--93px {
    margin-right: 93px !important;
  }
  .u-m--right--md--94px {
    margin-right: 94px !important;
  }
  .u-m--right--md--95px {
    margin-right: 95px !important;
  }
  .u-m--right--md--96px {
    margin-right: 96px !important;
  }
  .u-m--right--md--97px {
    margin-right: 97px !important;
  }
  .u-m--right--md--98px {
    margin-right: 98px !important;
  }
  .u-m--right--md--99px {
    margin-right: 99px !important;
  }
  .u-m--right--md--100px {
    margin-right: 100px !important;
  }
}
@media (max-width: 480px) {
  .u-m--right--sm--0 {
    margin-right: 0 !important;
  }
  .u-m--right--sm--1px {
    margin-right: 1px !important;
  }
  .u-m--right--sm--2px {
    margin-right: 2px !important;
  }
  .u-m--right--sm--3px {
    margin-right: 3px !important;
  }
  .u-m--right--sm--4px {
    margin-right: 4px !important;
  }
  .u-m--right--sm--5px {
    margin-right: 5px !important;
  }
  .u-m--right--sm--6px {
    margin-right: 6px !important;
  }
  .u-m--right--sm--7px {
    margin-right: 7px !important;
  }
  .u-m--right--sm--8px {
    margin-right: 8px !important;
  }
  .u-m--right--sm--9px {
    margin-right: 9px !important;
  }
  .u-m--right--sm--10px {
    margin-right: 10px !important;
  }
  .u-m--right--sm--11px {
    margin-right: 11px !important;
  }
  .u-m--right--sm--12px {
    margin-right: 12px !important;
  }
  .u-m--right--sm--13px {
    margin-right: 13px !important;
  }
  .u-m--right--sm--14px {
    margin-right: 14px !important;
  }
  .u-m--right--sm--15px {
    margin-right: 15px !important;
  }
  .u-m--right--sm--16px {
    margin-right: 16px !important;
  }
  .u-m--right--sm--17px {
    margin-right: 17px !important;
  }
  .u-m--right--sm--18px {
    margin-right: 18px !important;
  }
  .u-m--right--sm--19px {
    margin-right: 19px !important;
  }
  .u-m--right--sm--20px {
    margin-right: 20px !important;
  }
  .u-m--right--sm--21px {
    margin-right: 21px !important;
  }
  .u-m--right--sm--22px {
    margin-right: 22px !important;
  }
  .u-m--right--sm--23px {
    margin-right: 23px !important;
  }
  .u-m--right--sm--24px {
    margin-right: 24px !important;
  }
  .u-m--right--sm--25px {
    margin-right: 25px !important;
  }
  .u-m--right--sm--26px {
    margin-right: 26px !important;
  }
  .u-m--right--sm--27px {
    margin-right: 27px !important;
  }
  .u-m--right--sm--28px {
    margin-right: 28px !important;
  }
  .u-m--right--sm--29px {
    margin-right: 29px !important;
  }
  .u-m--right--sm--30px {
    margin-right: 30px !important;
  }
  .u-m--right--sm--31px {
    margin-right: 31px !important;
  }
  .u-m--right--sm--32px {
    margin-right: 32px !important;
  }
  .u-m--right--sm--33px {
    margin-right: 33px !important;
  }
  .u-m--right--sm--34px {
    margin-right: 34px !important;
  }
  .u-m--right--sm--35px {
    margin-right: 35px !important;
  }
  .u-m--right--sm--36px {
    margin-right: 36px !important;
  }
  .u-m--right--sm--37px {
    margin-right: 37px !important;
  }
  .u-m--right--sm--38px {
    margin-right: 38px !important;
  }
  .u-m--right--sm--39px {
    margin-right: 39px !important;
  }
  .u-m--right--sm--40px {
    margin-right: 40px !important;
  }
  .u-m--right--sm--41px {
    margin-right: 41px !important;
  }
  .u-m--right--sm--42px {
    margin-right: 42px !important;
  }
  .u-m--right--sm--43px {
    margin-right: 43px !important;
  }
  .u-m--right--sm--44px {
    margin-right: 44px !important;
  }
  .u-m--right--sm--45px {
    margin-right: 45px !important;
  }
  .u-m--right--sm--46px {
    margin-right: 46px !important;
  }
  .u-m--right--sm--47px {
    margin-right: 47px !important;
  }
  .u-m--right--sm--48px {
    margin-right: 48px !important;
  }
  .u-m--right--sm--49px {
    margin-right: 49px !important;
  }
  .u-m--right--sm--50px {
    margin-right: 50px !important;
  }
  .u-m--right--sm--51px {
    margin-right: 51px !important;
  }
  .u-m--right--sm--52px {
    margin-right: 52px !important;
  }
  .u-m--right--sm--53px {
    margin-right: 53px !important;
  }
  .u-m--right--sm--54px {
    margin-right: 54px !important;
  }
  .u-m--right--sm--55px {
    margin-right: 55px !important;
  }
  .u-m--right--sm--56px {
    margin-right: 56px !important;
  }
  .u-m--right--sm--57px {
    margin-right: 57px !important;
  }
  .u-m--right--sm--58px {
    margin-right: 58px !important;
  }
  .u-m--right--sm--59px {
    margin-right: 59px !important;
  }
  .u-m--right--sm--60px {
    margin-right: 60px !important;
  }
  .u-m--right--sm--61px {
    margin-right: 61px !important;
  }
  .u-m--right--sm--62px {
    margin-right: 62px !important;
  }
  .u-m--right--sm--63px {
    margin-right: 63px !important;
  }
  .u-m--right--sm--64px {
    margin-right: 64px !important;
  }
  .u-m--right--sm--65px {
    margin-right: 65px !important;
  }
  .u-m--right--sm--66px {
    margin-right: 66px !important;
  }
  .u-m--right--sm--67px {
    margin-right: 67px !important;
  }
  .u-m--right--sm--68px {
    margin-right: 68px !important;
  }
  .u-m--right--sm--69px {
    margin-right: 69px !important;
  }
  .u-m--right--sm--70px {
    margin-right: 70px !important;
  }
  .u-m--right--sm--71px {
    margin-right: 71px !important;
  }
  .u-m--right--sm--72px {
    margin-right: 72px !important;
  }
  .u-m--right--sm--73px {
    margin-right: 73px !important;
  }
  .u-m--right--sm--74px {
    margin-right: 74px !important;
  }
  .u-m--right--sm--75px {
    margin-right: 75px !important;
  }
  .u-m--right--sm--76px {
    margin-right: 76px !important;
  }
  .u-m--right--sm--77px {
    margin-right: 77px !important;
  }
  .u-m--right--sm--78px {
    margin-right: 78px !important;
  }
  .u-m--right--sm--79px {
    margin-right: 79px !important;
  }
  .u-m--right--sm--80px {
    margin-right: 80px !important;
  }
  .u-m--right--sm--81px {
    margin-right: 81px !important;
  }
  .u-m--right--sm--82px {
    margin-right: 82px !important;
  }
  .u-m--right--sm--83px {
    margin-right: 83px !important;
  }
  .u-m--right--sm--84px {
    margin-right: 84px !important;
  }
  .u-m--right--sm--85px {
    margin-right: 85px !important;
  }
  .u-m--right--sm--86px {
    margin-right: 86px !important;
  }
  .u-m--right--sm--87px {
    margin-right: 87px !important;
  }
  .u-m--right--sm--88px {
    margin-right: 88px !important;
  }
  .u-m--right--sm--89px {
    margin-right: 89px !important;
  }
  .u-m--right--sm--90px {
    margin-right: 90px !important;
  }
  .u-m--right--sm--91px {
    margin-right: 91px !important;
  }
  .u-m--right--sm--92px {
    margin-right: 92px !important;
  }
  .u-m--right--sm--93px {
    margin-right: 93px !important;
  }
  .u-m--right--sm--94px {
    margin-right: 94px !important;
  }
  .u-m--right--sm--95px {
    margin-right: 95px !important;
  }
  .u-m--right--sm--96px {
    margin-right: 96px !important;
  }
  .u-m--right--sm--97px {
    margin-right: 97px !important;
  }
  .u-m--right--sm--98px {
    margin-right: 98px !important;
  }
  .u-m--right--sm--99px {
    margin-right: 99px !important;
  }
  .u-m--right--sm--100px {
    margin-right: 100px !important;
  }
}
.u-m--bottom--0 {
  margin-bottom: 0 !important;
}
.u-m--bottom--1px {
  margin-bottom: 1px !important;
}
.u-m--bottom--2px {
  margin-bottom: 2px !important;
}
.u-m--bottom--3px {
  margin-bottom: 3px !important;
}
.u-m--bottom--4px {
  margin-bottom: 4px !important;
}
.u-m--bottom--5px {
  margin-bottom: 5px !important;
}
.u-m--bottom--6px {
  margin-bottom: 6px !important;
}
.u-m--bottom--7px {
  margin-bottom: 7px !important;
}
.u-m--bottom--8px {
  margin-bottom: 8px !important;
}
.u-m--bottom--9px {
  margin-bottom: 9px !important;
}
.u-m--bottom--10px {
  margin-bottom: 10px !important;
}
.u-m--bottom--11px {
  margin-bottom: 11px !important;
}
.u-m--bottom--12px {
  margin-bottom: 12px !important;
}
.u-m--bottom--13px {
  margin-bottom: 13px !important;
}
.u-m--bottom--14px {
  margin-bottom: 14px !important;
}
.u-m--bottom--15px {
  margin-bottom: 15px !important;
}
.u-m--bottom--16px {
  margin-bottom: 16px !important;
}
.u-m--bottom--17px {
  margin-bottom: 17px !important;
}
.u-m--bottom--18px {
  margin-bottom: 18px !important;
}
.u-m--bottom--19px {
  margin-bottom: 19px !important;
}
.u-m--bottom--20px {
  margin-bottom: 20px !important;
}
.u-m--bottom--21px {
  margin-bottom: 21px !important;
}
.u-m--bottom--22px {
  margin-bottom: 22px !important;
}
.u-m--bottom--23px {
  margin-bottom: 23px !important;
}
.u-m--bottom--24px {
  margin-bottom: 24px !important;
}
.u-m--bottom--25px {
  margin-bottom: 25px !important;
}
.u-m--bottom--26px {
  margin-bottom: 26px !important;
}
.u-m--bottom--27px {
  margin-bottom: 27px !important;
}
.u-m--bottom--28px {
  margin-bottom: 28px !important;
}
.u-m--bottom--29px {
  margin-bottom: 29px !important;
}
.u-m--bottom--30px {
  margin-bottom: 30px !important;
}
.u-m--bottom--31px {
  margin-bottom: 31px !important;
}
.u-m--bottom--32px {
  margin-bottom: 32px !important;
}
.u-m--bottom--33px {
  margin-bottom: 33px !important;
}
.u-m--bottom--34px {
  margin-bottom: 34px !important;
}
.u-m--bottom--35px {
  margin-bottom: 35px !important;
}
.u-m--bottom--36px {
  margin-bottom: 36px !important;
}
.u-m--bottom--37px {
  margin-bottom: 37px !important;
}
.u-m--bottom--38px {
  margin-bottom: 38px !important;
}
.u-m--bottom--39px {
  margin-bottom: 39px !important;
}
.u-m--bottom--40px {
  margin-bottom: 40px !important;
}
.u-m--bottom--41px {
  margin-bottom: 41px !important;
}
.u-m--bottom--42px {
  margin-bottom: 42px !important;
}
.u-m--bottom--43px {
  margin-bottom: 43px !important;
}
.u-m--bottom--44px {
  margin-bottom: 44px !important;
}
.u-m--bottom--45px {
  margin-bottom: 45px !important;
}
.u-m--bottom--46px {
  margin-bottom: 46px !important;
}
.u-m--bottom--47px {
  margin-bottom: 47px !important;
}
.u-m--bottom--48px {
  margin-bottom: 48px !important;
}
.u-m--bottom--49px {
  margin-bottom: 49px !important;
}
.u-m--bottom--50px {
  margin-bottom: 50px !important;
}
.u-m--bottom--51px {
  margin-bottom: 51px !important;
}
.u-m--bottom--52px {
  margin-bottom: 52px !important;
}
.u-m--bottom--53px {
  margin-bottom: 53px !important;
}
.u-m--bottom--54px {
  margin-bottom: 54px !important;
}
.u-m--bottom--55px {
  margin-bottom: 55px !important;
}
.u-m--bottom--56px {
  margin-bottom: 56px !important;
}
.u-m--bottom--57px {
  margin-bottom: 57px !important;
}
.u-m--bottom--58px {
  margin-bottom: 58px !important;
}
.u-m--bottom--59px {
  margin-bottom: 59px !important;
}
.u-m--bottom--60px {
  margin-bottom: 60px !important;
}
.u-m--bottom--61px {
  margin-bottom: 61px !important;
}
.u-m--bottom--62px {
  margin-bottom: 62px !important;
}
.u-m--bottom--63px {
  margin-bottom: 63px !important;
}
.u-m--bottom--64px {
  margin-bottom: 64px !important;
}
.u-m--bottom--65px {
  margin-bottom: 65px !important;
}
.u-m--bottom--66px {
  margin-bottom: 66px !important;
}
.u-m--bottom--67px {
  margin-bottom: 67px !important;
}
.u-m--bottom--68px {
  margin-bottom: 68px !important;
}
.u-m--bottom--69px {
  margin-bottom: 69px !important;
}
.u-m--bottom--70px {
  margin-bottom: 70px !important;
}
.u-m--bottom--71px {
  margin-bottom: 71px !important;
}
.u-m--bottom--72px {
  margin-bottom: 72px !important;
}
.u-m--bottom--73px {
  margin-bottom: 73px !important;
}
.u-m--bottom--74px {
  margin-bottom: 74px !important;
}
.u-m--bottom--75px {
  margin-bottom: 75px !important;
}
.u-m--bottom--76px {
  margin-bottom: 76px !important;
}
.u-m--bottom--77px {
  margin-bottom: 77px !important;
}
.u-m--bottom--78px {
  margin-bottom: 78px !important;
}
.u-m--bottom--79px {
  margin-bottom: 79px !important;
}
.u-m--bottom--80px {
  margin-bottom: 80px !important;
}
.u-m--bottom--81px {
  margin-bottom: 81px !important;
}
.u-m--bottom--82px {
  margin-bottom: 82px !important;
}
.u-m--bottom--83px {
  margin-bottom: 83px !important;
}
.u-m--bottom--84px {
  margin-bottom: 84px !important;
}
.u-m--bottom--85px {
  margin-bottom: 85px !important;
}
.u-m--bottom--86px {
  margin-bottom: 86px !important;
}
.u-m--bottom--87px {
  margin-bottom: 87px !important;
}
.u-m--bottom--88px {
  margin-bottom: 88px !important;
}
.u-m--bottom--89px {
  margin-bottom: 89px !important;
}
.u-m--bottom--90px {
  margin-bottom: 90px !important;
}
.u-m--bottom--91px {
  margin-bottom: 91px !important;
}
.u-m--bottom--92px {
  margin-bottom: 92px !important;
}
.u-m--bottom--93px {
  margin-bottom: 93px !important;
}
.u-m--bottom--94px {
  margin-bottom: 94px !important;
}
.u-m--bottom--95px {
  margin-bottom: 95px !important;
}
.u-m--bottom--96px {
  margin-bottom: 96px !important;
}
.u-m--bottom--97px {
  margin-bottom: 97px !important;
}
.u-m--bottom--98px {
  margin-bottom: 98px !important;
}
.u-m--bottom--99px {
  margin-bottom: 99px !important;
}
.u-m--bottom--100px {
  margin-bottom: 100px !important;
}
@media (max-width: 1560px) {
  .u-m--bottom--lg--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--lg--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--lg--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--lg--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--lg--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--lg--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--lg--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--lg--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--lg--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--lg--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--lg--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--lg--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--lg--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--lg--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--lg--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--lg--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--lg--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--lg--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--lg--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--lg--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--lg--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--lg--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--lg--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--lg--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--lg--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--lg--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--lg--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--lg--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--lg--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--lg--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--lg--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--lg--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--lg--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--lg--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--lg--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--lg--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--lg--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--lg--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--lg--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--lg--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--lg--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--lg--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--lg--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--lg--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--lg--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--lg--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--lg--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--lg--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--lg--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--lg--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--lg--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--lg--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--lg--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--lg--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--lg--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--lg--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--lg--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--lg--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--lg--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--lg--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--lg--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--lg--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--lg--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--lg--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--lg--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--lg--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--lg--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--lg--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--lg--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--lg--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--lg--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--lg--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--lg--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--lg--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--lg--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--lg--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--lg--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--lg--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--lg--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--lg--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--lg--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--lg--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--lg--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--lg--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--lg--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--lg--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--lg--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--lg--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--lg--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--lg--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--lg--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--lg--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--lg--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--lg--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--lg--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--lg--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--lg--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--lg--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--lg--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--lg--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--lg--100px {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1024px) {
  .u-m--bottom--md--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--md--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--md--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--md--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--md--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--md--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--md--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--md--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--md--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--md--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--md--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--md--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--md--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--md--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--md--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--md--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--md--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--md--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--md--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--md--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--md--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--md--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--md--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--md--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--md--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--md--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--md--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--md--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--md--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--md--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--md--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--md--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--md--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--md--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--md--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--md--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--md--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--md--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--md--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--md--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--md--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--md--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--md--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--md--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--md--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--md--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--md--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--md--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--md--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--md--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--md--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--md--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--md--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--md--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--md--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--md--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--md--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--md--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--md--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--md--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--md--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--md--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--md--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--md--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--md--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--md--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--md--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--md--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--md--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--md--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--md--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--md--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--md--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--md--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--md--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--md--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--md--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--md--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--md--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--md--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--md--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--md--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--md--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--md--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--md--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--md--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--md--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--md--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--md--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--md--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--md--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--md--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--md--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--md--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--md--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--md--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--md--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--md--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--md--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--md--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--md--100px {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 480px) {
  .u-m--bottom--sm--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--sm--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--sm--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--sm--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--sm--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--sm--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--sm--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--sm--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--sm--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--sm--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--sm--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--sm--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--sm--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--sm--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--sm--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--sm--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--sm--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--sm--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--sm--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--sm--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--sm--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--sm--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--sm--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--sm--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--sm--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--sm--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--sm--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--sm--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--sm--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--sm--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--sm--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--sm--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--sm--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--sm--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--sm--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--sm--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--sm--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--sm--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--sm--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--sm--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--sm--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--sm--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--sm--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--sm--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--sm--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--sm--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--sm--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--sm--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--sm--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--sm--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--sm--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--sm--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--sm--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--sm--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--sm--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--sm--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--sm--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--sm--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--sm--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--sm--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--sm--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--sm--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--sm--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--sm--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--sm--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--sm--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--sm--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--sm--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--sm--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--sm--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--sm--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--sm--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--sm--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--sm--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--sm--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--sm--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--sm--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--sm--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--sm--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--sm--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--sm--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--sm--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--sm--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--sm--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--sm--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--sm--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--sm--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--sm--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--sm--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--sm--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--sm--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--sm--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--sm--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--sm--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--sm--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--sm--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--sm--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--sm--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--sm--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--sm--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--sm--100px {
    margin-bottom: 100px !important;
  }
}
.u-m--left--0 {
  margin-left: 0 !important;
}
.u-m--left--1px {
  margin-left: 1px !important;
}
.u-m--left--2px {
  margin-left: 2px !important;
}
.u-m--left--3px {
  margin-left: 3px !important;
}
.u-m--left--4px {
  margin-left: 4px !important;
}
.u-m--left--5px {
  margin-left: 5px !important;
}
.u-m--left--6px {
  margin-left: 6px !important;
}
.u-m--left--7px {
  margin-left: 7px !important;
}
.u-m--left--8px {
  margin-left: 8px !important;
}
.u-m--left--9px {
  margin-left: 9px !important;
}
.u-m--left--10px {
  margin-left: 10px !important;
}
.u-m--left--11px {
  margin-left: 11px !important;
}
.u-m--left--12px {
  margin-left: 12px !important;
}
.u-m--left--13px {
  margin-left: 13px !important;
}
.u-m--left--14px {
  margin-left: 14px !important;
}
.u-m--left--15px {
  margin-left: 15px !important;
}
.u-m--left--16px {
  margin-left: 16px !important;
}
.u-m--left--17px {
  margin-left: 17px !important;
}
.u-m--left--18px {
  margin-left: 18px !important;
}
.u-m--left--19px {
  margin-left: 19px !important;
}
.u-m--left--20px {
  margin-left: 20px !important;
}
.u-m--left--21px {
  margin-left: 21px !important;
}
.u-m--left--22px {
  margin-left: 22px !important;
}
.u-m--left--23px {
  margin-left: 23px !important;
}
.u-m--left--24px {
  margin-left: 24px !important;
}
.u-m--left--25px {
  margin-left: 25px !important;
}
.u-m--left--26px {
  margin-left: 26px !important;
}
.u-m--left--27px {
  margin-left: 27px !important;
}
.u-m--left--28px {
  margin-left: 28px !important;
}
.u-m--left--29px {
  margin-left: 29px !important;
}
.u-m--left--30px {
  margin-left: 30px !important;
}
.u-m--left--31px {
  margin-left: 31px !important;
}
.u-m--left--32px {
  margin-left: 32px !important;
}
.u-m--left--33px {
  margin-left: 33px !important;
}
.u-m--left--34px {
  margin-left: 34px !important;
}
.u-m--left--35px {
  margin-left: 35px !important;
}
.u-m--left--36px {
  margin-left: 36px !important;
}
.u-m--left--37px {
  margin-left: 37px !important;
}
.u-m--left--38px {
  margin-left: 38px !important;
}
.u-m--left--39px {
  margin-left: 39px !important;
}
.u-m--left--40px {
  margin-left: 40px !important;
}
.u-m--left--41px {
  margin-left: 41px !important;
}
.u-m--left--42px {
  margin-left: 42px !important;
}
.u-m--left--43px {
  margin-left: 43px !important;
}
.u-m--left--44px {
  margin-left: 44px !important;
}
.u-m--left--45px {
  margin-left: 45px !important;
}
.u-m--left--46px {
  margin-left: 46px !important;
}
.u-m--left--47px {
  margin-left: 47px !important;
}
.u-m--left--48px {
  margin-left: 48px !important;
}
.u-m--left--49px {
  margin-left: 49px !important;
}
.u-m--left--50px {
  margin-left: 50px !important;
}
.u-m--left--51px {
  margin-left: 51px !important;
}
.u-m--left--52px {
  margin-left: 52px !important;
}
.u-m--left--53px {
  margin-left: 53px !important;
}
.u-m--left--54px {
  margin-left: 54px !important;
}
.u-m--left--55px {
  margin-left: 55px !important;
}
.u-m--left--56px {
  margin-left: 56px !important;
}
.u-m--left--57px {
  margin-left: 57px !important;
}
.u-m--left--58px {
  margin-left: 58px !important;
}
.u-m--left--59px {
  margin-left: 59px !important;
}
.u-m--left--60px {
  margin-left: 60px !important;
}
.u-m--left--61px {
  margin-left: 61px !important;
}
.u-m--left--62px {
  margin-left: 62px !important;
}
.u-m--left--63px {
  margin-left: 63px !important;
}
.u-m--left--64px {
  margin-left: 64px !important;
}
.u-m--left--65px {
  margin-left: 65px !important;
}
.u-m--left--66px {
  margin-left: 66px !important;
}
.u-m--left--67px {
  margin-left: 67px !important;
}
.u-m--left--68px {
  margin-left: 68px !important;
}
.u-m--left--69px {
  margin-left: 69px !important;
}
.u-m--left--70px {
  margin-left: 70px !important;
}
.u-m--left--71px {
  margin-left: 71px !important;
}
.u-m--left--72px {
  margin-left: 72px !important;
}
.u-m--left--73px {
  margin-left: 73px !important;
}
.u-m--left--74px {
  margin-left: 74px !important;
}
.u-m--left--75px {
  margin-left: 75px !important;
}
.u-m--left--76px {
  margin-left: 76px !important;
}
.u-m--left--77px {
  margin-left: 77px !important;
}
.u-m--left--78px {
  margin-left: 78px !important;
}
.u-m--left--79px {
  margin-left: 79px !important;
}
.u-m--left--80px {
  margin-left: 80px !important;
}
.u-m--left--81px {
  margin-left: 81px !important;
}
.u-m--left--82px {
  margin-left: 82px !important;
}
.u-m--left--83px {
  margin-left: 83px !important;
}
.u-m--left--84px {
  margin-left: 84px !important;
}
.u-m--left--85px {
  margin-left: 85px !important;
}
.u-m--left--86px {
  margin-left: 86px !important;
}
.u-m--left--87px {
  margin-left: 87px !important;
}
.u-m--left--88px {
  margin-left: 88px !important;
}
.u-m--left--89px {
  margin-left: 89px !important;
}
.u-m--left--90px {
  margin-left: 90px !important;
}
.u-m--left--91px {
  margin-left: 91px !important;
}
.u-m--left--92px {
  margin-left: 92px !important;
}
.u-m--left--93px {
  margin-left: 93px !important;
}
.u-m--left--94px {
  margin-left: 94px !important;
}
.u-m--left--95px {
  margin-left: 95px !important;
}
.u-m--left--96px {
  margin-left: 96px !important;
}
.u-m--left--97px {
  margin-left: 97px !important;
}
.u-m--left--98px {
  margin-left: 98px !important;
}
.u-m--left--99px {
  margin-left: 99px !important;
}
.u-m--left--100px {
  margin-left: 100px !important;
}
@media (max-width: 1560px) {
  .u-m--left--lg--0 {
    margin-left: 0 !important;
  }
  .u-m--left--lg--1px {
    margin-left: 1px !important;
  }
  .u-m--left--lg--2px {
    margin-left: 2px !important;
  }
  .u-m--left--lg--3px {
    margin-left: 3px !important;
  }
  .u-m--left--lg--4px {
    margin-left: 4px !important;
  }
  .u-m--left--lg--5px {
    margin-left: 5px !important;
  }
  .u-m--left--lg--6px {
    margin-left: 6px !important;
  }
  .u-m--left--lg--7px {
    margin-left: 7px !important;
  }
  .u-m--left--lg--8px {
    margin-left: 8px !important;
  }
  .u-m--left--lg--9px {
    margin-left: 9px !important;
  }
  .u-m--left--lg--10px {
    margin-left: 10px !important;
  }
  .u-m--left--lg--11px {
    margin-left: 11px !important;
  }
  .u-m--left--lg--12px {
    margin-left: 12px !important;
  }
  .u-m--left--lg--13px {
    margin-left: 13px !important;
  }
  .u-m--left--lg--14px {
    margin-left: 14px !important;
  }
  .u-m--left--lg--15px {
    margin-left: 15px !important;
  }
  .u-m--left--lg--16px {
    margin-left: 16px !important;
  }
  .u-m--left--lg--17px {
    margin-left: 17px !important;
  }
  .u-m--left--lg--18px {
    margin-left: 18px !important;
  }
  .u-m--left--lg--19px {
    margin-left: 19px !important;
  }
  .u-m--left--lg--20px {
    margin-left: 20px !important;
  }
  .u-m--left--lg--21px {
    margin-left: 21px !important;
  }
  .u-m--left--lg--22px {
    margin-left: 22px !important;
  }
  .u-m--left--lg--23px {
    margin-left: 23px !important;
  }
  .u-m--left--lg--24px {
    margin-left: 24px !important;
  }
  .u-m--left--lg--25px {
    margin-left: 25px !important;
  }
  .u-m--left--lg--26px {
    margin-left: 26px !important;
  }
  .u-m--left--lg--27px {
    margin-left: 27px !important;
  }
  .u-m--left--lg--28px {
    margin-left: 28px !important;
  }
  .u-m--left--lg--29px {
    margin-left: 29px !important;
  }
  .u-m--left--lg--30px {
    margin-left: 30px !important;
  }
  .u-m--left--lg--31px {
    margin-left: 31px !important;
  }
  .u-m--left--lg--32px {
    margin-left: 32px !important;
  }
  .u-m--left--lg--33px {
    margin-left: 33px !important;
  }
  .u-m--left--lg--34px {
    margin-left: 34px !important;
  }
  .u-m--left--lg--35px {
    margin-left: 35px !important;
  }
  .u-m--left--lg--36px {
    margin-left: 36px !important;
  }
  .u-m--left--lg--37px {
    margin-left: 37px !important;
  }
  .u-m--left--lg--38px {
    margin-left: 38px !important;
  }
  .u-m--left--lg--39px {
    margin-left: 39px !important;
  }
  .u-m--left--lg--40px {
    margin-left: 40px !important;
  }
  .u-m--left--lg--41px {
    margin-left: 41px !important;
  }
  .u-m--left--lg--42px {
    margin-left: 42px !important;
  }
  .u-m--left--lg--43px {
    margin-left: 43px !important;
  }
  .u-m--left--lg--44px {
    margin-left: 44px !important;
  }
  .u-m--left--lg--45px {
    margin-left: 45px !important;
  }
  .u-m--left--lg--46px {
    margin-left: 46px !important;
  }
  .u-m--left--lg--47px {
    margin-left: 47px !important;
  }
  .u-m--left--lg--48px {
    margin-left: 48px !important;
  }
  .u-m--left--lg--49px {
    margin-left: 49px !important;
  }
  .u-m--left--lg--50px {
    margin-left: 50px !important;
  }
  .u-m--left--lg--51px {
    margin-left: 51px !important;
  }
  .u-m--left--lg--52px {
    margin-left: 52px !important;
  }
  .u-m--left--lg--53px {
    margin-left: 53px !important;
  }
  .u-m--left--lg--54px {
    margin-left: 54px !important;
  }
  .u-m--left--lg--55px {
    margin-left: 55px !important;
  }
  .u-m--left--lg--56px {
    margin-left: 56px !important;
  }
  .u-m--left--lg--57px {
    margin-left: 57px !important;
  }
  .u-m--left--lg--58px {
    margin-left: 58px !important;
  }
  .u-m--left--lg--59px {
    margin-left: 59px !important;
  }
  .u-m--left--lg--60px {
    margin-left: 60px !important;
  }
  .u-m--left--lg--61px {
    margin-left: 61px !important;
  }
  .u-m--left--lg--62px {
    margin-left: 62px !important;
  }
  .u-m--left--lg--63px {
    margin-left: 63px !important;
  }
  .u-m--left--lg--64px {
    margin-left: 64px !important;
  }
  .u-m--left--lg--65px {
    margin-left: 65px !important;
  }
  .u-m--left--lg--66px {
    margin-left: 66px !important;
  }
  .u-m--left--lg--67px {
    margin-left: 67px !important;
  }
  .u-m--left--lg--68px {
    margin-left: 68px !important;
  }
  .u-m--left--lg--69px {
    margin-left: 69px !important;
  }
  .u-m--left--lg--70px {
    margin-left: 70px !important;
  }
  .u-m--left--lg--71px {
    margin-left: 71px !important;
  }
  .u-m--left--lg--72px {
    margin-left: 72px !important;
  }
  .u-m--left--lg--73px {
    margin-left: 73px !important;
  }
  .u-m--left--lg--74px {
    margin-left: 74px !important;
  }
  .u-m--left--lg--75px {
    margin-left: 75px !important;
  }
  .u-m--left--lg--76px {
    margin-left: 76px !important;
  }
  .u-m--left--lg--77px {
    margin-left: 77px !important;
  }
  .u-m--left--lg--78px {
    margin-left: 78px !important;
  }
  .u-m--left--lg--79px {
    margin-left: 79px !important;
  }
  .u-m--left--lg--80px {
    margin-left: 80px !important;
  }
  .u-m--left--lg--81px {
    margin-left: 81px !important;
  }
  .u-m--left--lg--82px {
    margin-left: 82px !important;
  }
  .u-m--left--lg--83px {
    margin-left: 83px !important;
  }
  .u-m--left--lg--84px {
    margin-left: 84px !important;
  }
  .u-m--left--lg--85px {
    margin-left: 85px !important;
  }
  .u-m--left--lg--86px {
    margin-left: 86px !important;
  }
  .u-m--left--lg--87px {
    margin-left: 87px !important;
  }
  .u-m--left--lg--88px {
    margin-left: 88px !important;
  }
  .u-m--left--lg--89px {
    margin-left: 89px !important;
  }
  .u-m--left--lg--90px {
    margin-left: 90px !important;
  }
  .u-m--left--lg--91px {
    margin-left: 91px !important;
  }
  .u-m--left--lg--92px {
    margin-left: 92px !important;
  }
  .u-m--left--lg--93px {
    margin-left: 93px !important;
  }
  .u-m--left--lg--94px {
    margin-left: 94px !important;
  }
  .u-m--left--lg--95px {
    margin-left: 95px !important;
  }
  .u-m--left--lg--96px {
    margin-left: 96px !important;
  }
  .u-m--left--lg--97px {
    margin-left: 97px !important;
  }
  .u-m--left--lg--98px {
    margin-left: 98px !important;
  }
  .u-m--left--lg--99px {
    margin-left: 99px !important;
  }
  .u-m--left--lg--100px {
    margin-left: 100px !important;
  }
}
@media (max-width: 1024px) {
  .u-m--left--md--0 {
    margin-left: 0 !important;
  }
  .u-m--left--md--1px {
    margin-left: 1px !important;
  }
  .u-m--left--md--2px {
    margin-left: 2px !important;
  }
  .u-m--left--md--3px {
    margin-left: 3px !important;
  }
  .u-m--left--md--4px {
    margin-left: 4px !important;
  }
  .u-m--left--md--5px {
    margin-left: 5px !important;
  }
  .u-m--left--md--6px {
    margin-left: 6px !important;
  }
  .u-m--left--md--7px {
    margin-left: 7px !important;
  }
  .u-m--left--md--8px {
    margin-left: 8px !important;
  }
  .u-m--left--md--9px {
    margin-left: 9px !important;
  }
  .u-m--left--md--10px {
    margin-left: 10px !important;
  }
  .u-m--left--md--11px {
    margin-left: 11px !important;
  }
  .u-m--left--md--12px {
    margin-left: 12px !important;
  }
  .u-m--left--md--13px {
    margin-left: 13px !important;
  }
  .u-m--left--md--14px {
    margin-left: 14px !important;
  }
  .u-m--left--md--15px {
    margin-left: 15px !important;
  }
  .u-m--left--md--16px {
    margin-left: 16px !important;
  }
  .u-m--left--md--17px {
    margin-left: 17px !important;
  }
  .u-m--left--md--18px {
    margin-left: 18px !important;
  }
  .u-m--left--md--19px {
    margin-left: 19px !important;
  }
  .u-m--left--md--20px {
    margin-left: 20px !important;
  }
  .u-m--left--md--21px {
    margin-left: 21px !important;
  }
  .u-m--left--md--22px {
    margin-left: 22px !important;
  }
  .u-m--left--md--23px {
    margin-left: 23px !important;
  }
  .u-m--left--md--24px {
    margin-left: 24px !important;
  }
  .u-m--left--md--25px {
    margin-left: 25px !important;
  }
  .u-m--left--md--26px {
    margin-left: 26px !important;
  }
  .u-m--left--md--27px {
    margin-left: 27px !important;
  }
  .u-m--left--md--28px {
    margin-left: 28px !important;
  }
  .u-m--left--md--29px {
    margin-left: 29px !important;
  }
  .u-m--left--md--30px {
    margin-left: 30px !important;
  }
  .u-m--left--md--31px {
    margin-left: 31px !important;
  }
  .u-m--left--md--32px {
    margin-left: 32px !important;
  }
  .u-m--left--md--33px {
    margin-left: 33px !important;
  }
  .u-m--left--md--34px {
    margin-left: 34px !important;
  }
  .u-m--left--md--35px {
    margin-left: 35px !important;
  }
  .u-m--left--md--36px {
    margin-left: 36px !important;
  }
  .u-m--left--md--37px {
    margin-left: 37px !important;
  }
  .u-m--left--md--38px {
    margin-left: 38px !important;
  }
  .u-m--left--md--39px {
    margin-left: 39px !important;
  }
  .u-m--left--md--40px {
    margin-left: 40px !important;
  }
  .u-m--left--md--41px {
    margin-left: 41px !important;
  }
  .u-m--left--md--42px {
    margin-left: 42px !important;
  }
  .u-m--left--md--43px {
    margin-left: 43px !important;
  }
  .u-m--left--md--44px {
    margin-left: 44px !important;
  }
  .u-m--left--md--45px {
    margin-left: 45px !important;
  }
  .u-m--left--md--46px {
    margin-left: 46px !important;
  }
  .u-m--left--md--47px {
    margin-left: 47px !important;
  }
  .u-m--left--md--48px {
    margin-left: 48px !important;
  }
  .u-m--left--md--49px {
    margin-left: 49px !important;
  }
  .u-m--left--md--50px {
    margin-left: 50px !important;
  }
  .u-m--left--md--51px {
    margin-left: 51px !important;
  }
  .u-m--left--md--52px {
    margin-left: 52px !important;
  }
  .u-m--left--md--53px {
    margin-left: 53px !important;
  }
  .u-m--left--md--54px {
    margin-left: 54px !important;
  }
  .u-m--left--md--55px {
    margin-left: 55px !important;
  }
  .u-m--left--md--56px {
    margin-left: 56px !important;
  }
  .u-m--left--md--57px {
    margin-left: 57px !important;
  }
  .u-m--left--md--58px {
    margin-left: 58px !important;
  }
  .u-m--left--md--59px {
    margin-left: 59px !important;
  }
  .u-m--left--md--60px {
    margin-left: 60px !important;
  }
  .u-m--left--md--61px {
    margin-left: 61px !important;
  }
  .u-m--left--md--62px {
    margin-left: 62px !important;
  }
  .u-m--left--md--63px {
    margin-left: 63px !important;
  }
  .u-m--left--md--64px {
    margin-left: 64px !important;
  }
  .u-m--left--md--65px {
    margin-left: 65px !important;
  }
  .u-m--left--md--66px {
    margin-left: 66px !important;
  }
  .u-m--left--md--67px {
    margin-left: 67px !important;
  }
  .u-m--left--md--68px {
    margin-left: 68px !important;
  }
  .u-m--left--md--69px {
    margin-left: 69px !important;
  }
  .u-m--left--md--70px {
    margin-left: 70px !important;
  }
  .u-m--left--md--71px {
    margin-left: 71px !important;
  }
  .u-m--left--md--72px {
    margin-left: 72px !important;
  }
  .u-m--left--md--73px {
    margin-left: 73px !important;
  }
  .u-m--left--md--74px {
    margin-left: 74px !important;
  }
  .u-m--left--md--75px {
    margin-left: 75px !important;
  }
  .u-m--left--md--76px {
    margin-left: 76px !important;
  }
  .u-m--left--md--77px {
    margin-left: 77px !important;
  }
  .u-m--left--md--78px {
    margin-left: 78px !important;
  }
  .u-m--left--md--79px {
    margin-left: 79px !important;
  }
  .u-m--left--md--80px {
    margin-left: 80px !important;
  }
  .u-m--left--md--81px {
    margin-left: 81px !important;
  }
  .u-m--left--md--82px {
    margin-left: 82px !important;
  }
  .u-m--left--md--83px {
    margin-left: 83px !important;
  }
  .u-m--left--md--84px {
    margin-left: 84px !important;
  }
  .u-m--left--md--85px {
    margin-left: 85px !important;
  }
  .u-m--left--md--86px {
    margin-left: 86px !important;
  }
  .u-m--left--md--87px {
    margin-left: 87px !important;
  }
  .u-m--left--md--88px {
    margin-left: 88px !important;
  }
  .u-m--left--md--89px {
    margin-left: 89px !important;
  }
  .u-m--left--md--90px {
    margin-left: 90px !important;
  }
  .u-m--left--md--91px {
    margin-left: 91px !important;
  }
  .u-m--left--md--92px {
    margin-left: 92px !important;
  }
  .u-m--left--md--93px {
    margin-left: 93px !important;
  }
  .u-m--left--md--94px {
    margin-left: 94px !important;
  }
  .u-m--left--md--95px {
    margin-left: 95px !important;
  }
  .u-m--left--md--96px {
    margin-left: 96px !important;
  }
  .u-m--left--md--97px {
    margin-left: 97px !important;
  }
  .u-m--left--md--98px {
    margin-left: 98px !important;
  }
  .u-m--left--md--99px {
    margin-left: 99px !important;
  }
  .u-m--left--md--100px {
    margin-left: 100px !important;
  }
}
@media (max-width: 480px) {
  .u-m--left--sm--0 {
    margin-left: 0 !important;
  }
  .u-m--left--sm--1px {
    margin-left: 1px !important;
  }
  .u-m--left--sm--2px {
    margin-left: 2px !important;
  }
  .u-m--left--sm--3px {
    margin-left: 3px !important;
  }
  .u-m--left--sm--4px {
    margin-left: 4px !important;
  }
  .u-m--left--sm--5px {
    margin-left: 5px !important;
  }
  .u-m--left--sm--6px {
    margin-left: 6px !important;
  }
  .u-m--left--sm--7px {
    margin-left: 7px !important;
  }
  .u-m--left--sm--8px {
    margin-left: 8px !important;
  }
  .u-m--left--sm--9px {
    margin-left: 9px !important;
  }
  .u-m--left--sm--10px {
    margin-left: 10px !important;
  }
  .u-m--left--sm--11px {
    margin-left: 11px !important;
  }
  .u-m--left--sm--12px {
    margin-left: 12px !important;
  }
  .u-m--left--sm--13px {
    margin-left: 13px !important;
  }
  .u-m--left--sm--14px {
    margin-left: 14px !important;
  }
  .u-m--left--sm--15px {
    margin-left: 15px !important;
  }
  .u-m--left--sm--16px {
    margin-left: 16px !important;
  }
  .u-m--left--sm--17px {
    margin-left: 17px !important;
  }
  .u-m--left--sm--18px {
    margin-left: 18px !important;
  }
  .u-m--left--sm--19px {
    margin-left: 19px !important;
  }
  .u-m--left--sm--20px {
    margin-left: 20px !important;
  }
  .u-m--left--sm--21px {
    margin-left: 21px !important;
  }
  .u-m--left--sm--22px {
    margin-left: 22px !important;
  }
  .u-m--left--sm--23px {
    margin-left: 23px !important;
  }
  .u-m--left--sm--24px {
    margin-left: 24px !important;
  }
  .u-m--left--sm--25px {
    margin-left: 25px !important;
  }
  .u-m--left--sm--26px {
    margin-left: 26px !important;
  }
  .u-m--left--sm--27px {
    margin-left: 27px !important;
  }
  .u-m--left--sm--28px {
    margin-left: 28px !important;
  }
  .u-m--left--sm--29px {
    margin-left: 29px !important;
  }
  .u-m--left--sm--30px {
    margin-left: 30px !important;
  }
  .u-m--left--sm--31px {
    margin-left: 31px !important;
  }
  .u-m--left--sm--32px {
    margin-left: 32px !important;
  }
  .u-m--left--sm--33px {
    margin-left: 33px !important;
  }
  .u-m--left--sm--34px {
    margin-left: 34px !important;
  }
  .u-m--left--sm--35px {
    margin-left: 35px !important;
  }
  .u-m--left--sm--36px {
    margin-left: 36px !important;
  }
  .u-m--left--sm--37px {
    margin-left: 37px !important;
  }
  .u-m--left--sm--38px {
    margin-left: 38px !important;
  }
  .u-m--left--sm--39px {
    margin-left: 39px !important;
  }
  .u-m--left--sm--40px {
    margin-left: 40px !important;
  }
  .u-m--left--sm--41px {
    margin-left: 41px !important;
  }
  .u-m--left--sm--42px {
    margin-left: 42px !important;
  }
  .u-m--left--sm--43px {
    margin-left: 43px !important;
  }
  .u-m--left--sm--44px {
    margin-left: 44px !important;
  }
  .u-m--left--sm--45px {
    margin-left: 45px !important;
  }
  .u-m--left--sm--46px {
    margin-left: 46px !important;
  }
  .u-m--left--sm--47px {
    margin-left: 47px !important;
  }
  .u-m--left--sm--48px {
    margin-left: 48px !important;
  }
  .u-m--left--sm--49px {
    margin-left: 49px !important;
  }
  .u-m--left--sm--50px {
    margin-left: 50px !important;
  }
  .u-m--left--sm--51px {
    margin-left: 51px !important;
  }
  .u-m--left--sm--52px {
    margin-left: 52px !important;
  }
  .u-m--left--sm--53px {
    margin-left: 53px !important;
  }
  .u-m--left--sm--54px {
    margin-left: 54px !important;
  }
  .u-m--left--sm--55px {
    margin-left: 55px !important;
  }
  .u-m--left--sm--56px {
    margin-left: 56px !important;
  }
  .u-m--left--sm--57px {
    margin-left: 57px !important;
  }
  .u-m--left--sm--58px {
    margin-left: 58px !important;
  }
  .u-m--left--sm--59px {
    margin-left: 59px !important;
  }
  .u-m--left--sm--60px {
    margin-left: 60px !important;
  }
  .u-m--left--sm--61px {
    margin-left: 61px !important;
  }
  .u-m--left--sm--62px {
    margin-left: 62px !important;
  }
  .u-m--left--sm--63px {
    margin-left: 63px !important;
  }
  .u-m--left--sm--64px {
    margin-left: 64px !important;
  }
  .u-m--left--sm--65px {
    margin-left: 65px !important;
  }
  .u-m--left--sm--66px {
    margin-left: 66px !important;
  }
  .u-m--left--sm--67px {
    margin-left: 67px !important;
  }
  .u-m--left--sm--68px {
    margin-left: 68px !important;
  }
  .u-m--left--sm--69px {
    margin-left: 69px !important;
  }
  .u-m--left--sm--70px {
    margin-left: 70px !important;
  }
  .u-m--left--sm--71px {
    margin-left: 71px !important;
  }
  .u-m--left--sm--72px {
    margin-left: 72px !important;
  }
  .u-m--left--sm--73px {
    margin-left: 73px !important;
  }
  .u-m--left--sm--74px {
    margin-left: 74px !important;
  }
  .u-m--left--sm--75px {
    margin-left: 75px !important;
  }
  .u-m--left--sm--76px {
    margin-left: 76px !important;
  }
  .u-m--left--sm--77px {
    margin-left: 77px !important;
  }
  .u-m--left--sm--78px {
    margin-left: 78px !important;
  }
  .u-m--left--sm--79px {
    margin-left: 79px !important;
  }
  .u-m--left--sm--80px {
    margin-left: 80px !important;
  }
  .u-m--left--sm--81px {
    margin-left: 81px !important;
  }
  .u-m--left--sm--82px {
    margin-left: 82px !important;
  }
  .u-m--left--sm--83px {
    margin-left: 83px !important;
  }
  .u-m--left--sm--84px {
    margin-left: 84px !important;
  }
  .u-m--left--sm--85px {
    margin-left: 85px !important;
  }
  .u-m--left--sm--86px {
    margin-left: 86px !important;
  }
  .u-m--left--sm--87px {
    margin-left: 87px !important;
  }
  .u-m--left--sm--88px {
    margin-left: 88px !important;
  }
  .u-m--left--sm--89px {
    margin-left: 89px !important;
  }
  .u-m--left--sm--90px {
    margin-left: 90px !important;
  }
  .u-m--left--sm--91px {
    margin-left: 91px !important;
  }
  .u-m--left--sm--92px {
    margin-left: 92px !important;
  }
  .u-m--left--sm--93px {
    margin-left: 93px !important;
  }
  .u-m--left--sm--94px {
    margin-left: 94px !important;
  }
  .u-m--left--sm--95px {
    margin-left: 95px !important;
  }
  .u-m--left--sm--96px {
    margin-left: 96px !important;
  }
  .u-m--left--sm--97px {
    margin-left: 97px !important;
  }
  .u-m--left--sm--98px {
    margin-left: 98px !important;
  }
  .u-m--left--sm--99px {
    margin-left: 99px !important;
  }
  .u-m--left--sm--100px {
    margin-left: 100px !important;
  }
}
.u-m--x--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-m--x--1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.u-m--x--2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.u-m--x--3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.u-m--x--4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.u-m--x--5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.u-m--x--6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-m--x--7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.u-m--x--8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.u-m--x--9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.u-m--x--10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u-m--x--11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.u-m--x--12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-m--x--13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.u-m--x--14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.u-m--x--15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-m--x--16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.u-m--x--17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.u-m--x--18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.u-m--x--19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.u-m--x--20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-m--x--21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.u-m--x--22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.u-m--x--23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.u-m--x--24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-m--x--25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.u-m--x--26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.u-m--x--27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.u-m--x--28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.u-m--x--29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.u-m--x--30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-m--x--31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.u-m--x--32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.u-m--x--33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.u-m--x--34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.u-m--x--35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.u-m--x--36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.u-m--x--37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.u-m--x--38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.u-m--x--39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.u-m--x--40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.u-m--x--41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.u-m--x--42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.u-m--x--43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.u-m--x--44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.u-m--x--45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.u-m--x--46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.u-m--x--47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.u-m--x--48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-m--x--49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.u-m--x--50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.u-m--x--51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.u-m--x--52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.u-m--x--53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.u-m--x--54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.u-m--x--55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.u-m--x--56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.u-m--x--57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.u-m--x--58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.u-m--x--59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.u-m--x--60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-m--x--61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.u-m--x--62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.u-m--x--63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.u-m--x--64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.u-m--x--65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.u-m--x--66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.u-m--x--67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.u-m--x--68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.u-m--x--69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.u-m--x--70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.u-m--x--71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.u-m--x--72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.u-m--x--73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.u-m--x--74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.u-m--x--75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.u-m--x--76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.u-m--x--77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.u-m--x--78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.u-m--x--79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.u-m--x--80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.u-m--x--81px {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.u-m--x--82px {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.u-m--x--83px {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.u-m--x--84px {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.u-m--x--85px {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.u-m--x--86px {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.u-m--x--87px {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.u-m--x--88px {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.u-m--x--89px {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.u-m--x--90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.u-m--x--91px {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.u-m--x--92px {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.u-m--x--93px {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.u-m--x--94px {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.u-m--x--95px {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.u-m--x--96px {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-m--x--97px {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.u-m--x--98px {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.u-m--x--99px {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.u-m--x--100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.u-m--y--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-m--y--1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.u-m--y--2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.u-m--y--3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.u-m--y--4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.u-m--y--5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.u-m--y--6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-m--y--7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.u-m--y--8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.u-m--y--9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.u-m--y--10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u-m--y--11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.u-m--y--12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-m--y--13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.u-m--y--14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.u-m--y--15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-m--y--16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.u-m--y--17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.u-m--y--18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.u-m--y--19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.u-m--y--20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-m--y--21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.u-m--y--22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.u-m--y--23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.u-m--y--24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-m--y--25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.u-m--y--26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.u-m--y--27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.u-m--y--28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.u-m--y--29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.u-m--y--30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-m--y--31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.u-m--y--32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.u-m--y--33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.u-m--y--34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.u-m--y--35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.u-m--y--36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.u-m--y--37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.u-m--y--38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.u-m--y--39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.u-m--y--40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.u-m--y--41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.u-m--y--42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.u-m--y--43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.u-m--y--44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.u-m--y--45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.u-m--y--46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.u-m--y--47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.u-m--y--48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-m--y--49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.u-m--y--50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.u-m--y--51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.u-m--y--52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.u-m--y--53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.u-m--y--54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.u-m--y--55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.u-m--y--56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.u-m--y--57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.u-m--y--58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.u-m--y--59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.u-m--y--60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-m--y--61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.u-m--y--62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.u-m--y--63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.u-m--y--64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.u-m--y--65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.u-m--y--66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.u-m--y--67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.u-m--y--68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.u-m--y--69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.u-m--y--70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.u-m--y--71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.u-m--y--72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.u-m--y--73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.u-m--y--74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.u-m--y--75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.u-m--y--76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.u-m--y--77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.u-m--y--78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.u-m--y--79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.u-m--y--80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.u-m--y--81px {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.u-m--y--82px {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.u-m--y--83px {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.u-m--y--84px {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.u-m--y--85px {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.u-m--y--86px {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.u-m--y--87px {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.u-m--y--88px {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.u-m--y--89px {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.u-m--y--90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.u-m--y--91px {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.u-m--y--92px {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.u-m--y--93px {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.u-m--y--94px {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.u-m--y--95px {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.u-m--y--96px {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-m--y--97px {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.u-m--y--98px {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.u-m--y--99px {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.u-m--y--100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-num--align {
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.u-p--top--0 {
  padding-top: 0 !important;
}
.u-p--top--1px {
  padding-top: 1px !important;
}
.u-p--top--2px {
  padding-top: 2px !important;
}
.u-p--top--3px {
  padding-top: 3px !important;
}
.u-p--top--4px {
  padding-top: 4px !important;
}
.u-p--top--5px {
  padding-top: 5px !important;
}
.u-p--top--6px {
  padding-top: 6px !important;
}
.u-p--top--7px {
  padding-top: 7px !important;
}
.u-p--top--8px {
  padding-top: 8px !important;
}
.u-p--top--9px {
  padding-top: 9px !important;
}
.u-p--top--10px {
  padding-top: 10px !important;
}
.u-p--top--11px {
  padding-top: 11px !important;
}
.u-p--top--12px {
  padding-top: 12px !important;
}
.u-p--top--13px {
  padding-top: 13px !important;
}
.u-p--top--14px {
  padding-top: 14px !important;
}
.u-p--top--15px {
  padding-top: 15px !important;
}
.u-p--top--16px {
  padding-top: 16px !important;
}
.u-p--top--17px {
  padding-top: 17px !important;
}
.u-p--top--18px {
  padding-top: 18px !important;
}
.u-p--top--19px {
  padding-top: 19px !important;
}
.u-p--top--20px {
  padding-top: 20px !important;
}
.u-p--top--21px {
  padding-top: 21px !important;
}
.u-p--top--22px {
  padding-top: 22px !important;
}
.u-p--top--23px {
  padding-top: 23px !important;
}
.u-p--top--24px {
  padding-top: 24px !important;
}
.u-p--top--25px {
  padding-top: 25px !important;
}
.u-p--top--26px {
  padding-top: 26px !important;
}
.u-p--top--27px {
  padding-top: 27px !important;
}
.u-p--top--28px {
  padding-top: 28px !important;
}
.u-p--top--29px {
  padding-top: 29px !important;
}
.u-p--top--30px {
  padding-top: 30px !important;
}
.u-p--top--31px {
  padding-top: 31px !important;
}
.u-p--top--32px {
  padding-top: 32px !important;
}
.u-p--top--33px {
  padding-top: 33px !important;
}
.u-p--top--34px {
  padding-top: 34px !important;
}
.u-p--top--35px {
  padding-top: 35px !important;
}
.u-p--top--36px {
  padding-top: 36px !important;
}
.u-p--top--37px {
  padding-top: 37px !important;
}
.u-p--top--38px {
  padding-top: 38px !important;
}
.u-p--top--39px {
  padding-top: 39px !important;
}
.u-p--top--40px {
  padding-top: 40px !important;
}
.u-p--top--41px {
  padding-top: 41px !important;
}
.u-p--top--42px {
  padding-top: 42px !important;
}
.u-p--top--43px {
  padding-top: 43px !important;
}
.u-p--top--44px {
  padding-top: 44px !important;
}
.u-p--top--45px {
  padding-top: 45px !important;
}
.u-p--top--46px {
  padding-top: 46px !important;
}
.u-p--top--47px {
  padding-top: 47px !important;
}
.u-p--top--48px {
  padding-top: 48px !important;
}
.u-p--top--49px {
  padding-top: 49px !important;
}
.u-p--top--50px {
  padding-top: 50px !important;
}
.u-p--top--51px {
  padding-top: 51px !important;
}
.u-p--top--52px {
  padding-top: 52px !important;
}
.u-p--top--53px {
  padding-top: 53px !important;
}
.u-p--top--54px {
  padding-top: 54px !important;
}
.u-p--top--55px {
  padding-top: 55px !important;
}
.u-p--top--56px {
  padding-top: 56px !important;
}
.u-p--top--57px {
  padding-top: 57px !important;
}
.u-p--top--58px {
  padding-top: 58px !important;
}
.u-p--top--59px {
  padding-top: 59px !important;
}
.u-p--top--60px {
  padding-top: 60px !important;
}
.u-p--top--61px {
  padding-top: 61px !important;
}
.u-p--top--62px {
  padding-top: 62px !important;
}
.u-p--top--63px {
  padding-top: 63px !important;
}
.u-p--top--64px {
  padding-top: 64px !important;
}
.u-p--top--65px {
  padding-top: 65px !important;
}
.u-p--top--66px {
  padding-top: 66px !important;
}
.u-p--top--67px {
  padding-top: 67px !important;
}
.u-p--top--68px {
  padding-top: 68px !important;
}
.u-p--top--69px {
  padding-top: 69px !important;
}
.u-p--top--70px {
  padding-top: 70px !important;
}
.u-p--top--71px {
  padding-top: 71px !important;
}
.u-p--top--72px {
  padding-top: 72px !important;
}
.u-p--top--73px {
  padding-top: 73px !important;
}
.u-p--top--74px {
  padding-top: 74px !important;
}
.u-p--top--75px {
  padding-top: 75px !important;
}
.u-p--top--76px {
  padding-top: 76px !important;
}
.u-p--top--77px {
  padding-top: 77px !important;
}
.u-p--top--78px {
  padding-top: 78px !important;
}
.u-p--top--79px {
  padding-top: 79px !important;
}
.u-p--top--80px {
  padding-top: 80px !important;
}
.u-p--top--81px {
  padding-top: 81px !important;
}
.u-p--top--82px {
  padding-top: 82px !important;
}
.u-p--top--83px {
  padding-top: 83px !important;
}
.u-p--top--84px {
  padding-top: 84px !important;
}
.u-p--top--85px {
  padding-top: 85px !important;
}
.u-p--top--86px {
  padding-top: 86px !important;
}
.u-p--top--87px {
  padding-top: 87px !important;
}
.u-p--top--88px {
  padding-top: 88px !important;
}
.u-p--top--89px {
  padding-top: 89px !important;
}
.u-p--top--90px {
  padding-top: 90px !important;
}
.u-p--top--91px {
  padding-top: 91px !important;
}
.u-p--top--92px {
  padding-top: 92px !important;
}
.u-p--top--93px {
  padding-top: 93px !important;
}
.u-p--top--94px {
  padding-top: 94px !important;
}
.u-p--top--95px {
  padding-top: 95px !important;
}
.u-p--top--96px {
  padding-top: 96px !important;
}
.u-p--top--97px {
  padding-top: 97px !important;
}
.u-p--top--98px {
  padding-top: 98px !important;
}
.u-p--top--99px {
  padding-top: 99px !important;
}
.u-p--top--100px {
  padding-top: 100px !important;
}
@media (max-width: 480px) {
  .u-p--top--sm--0 {
    padding-top: 0 !important;
  }
  .u-p--top--sm--1px {
    padding-top: 1px !important;
  }
  .u-p--top--sm--2px {
    padding-top: 2px !important;
  }
  .u-p--top--sm--3px {
    padding-top: 3px !important;
  }
  .u-p--top--sm--4px {
    padding-top: 4px !important;
  }
  .u-p--top--sm--5px {
    padding-top: 5px !important;
  }
  .u-p--top--sm--6px {
    padding-top: 6px !important;
  }
  .u-p--top--sm--7px {
    padding-top: 7px !important;
  }
  .u-p--top--sm--8px {
    padding-top: 8px !important;
  }
  .u-p--top--sm--9px {
    padding-top: 9px !important;
  }
  .u-p--top--sm--10px {
    padding-top: 10px !important;
  }
  .u-p--top--sm--11px {
    padding-top: 11px !important;
  }
  .u-p--top--sm--12px {
    padding-top: 12px !important;
  }
  .u-p--top--sm--13px {
    padding-top: 13px !important;
  }
  .u-p--top--sm--14px {
    padding-top: 14px !important;
  }
  .u-p--top--sm--15px {
    padding-top: 15px !important;
  }
  .u-p--top--sm--16px {
    padding-top: 16px !important;
  }
  .u-p--top--sm--17px {
    padding-top: 17px !important;
  }
  .u-p--top--sm--18px {
    padding-top: 18px !important;
  }
  .u-p--top--sm--19px {
    padding-top: 19px !important;
  }
  .u-p--top--sm--20px {
    padding-top: 20px !important;
  }
  .u-p--top--sm--21px {
    padding-top: 21px !important;
  }
  .u-p--top--sm--22px {
    padding-top: 22px !important;
  }
  .u-p--top--sm--23px {
    padding-top: 23px !important;
  }
  .u-p--top--sm--24px {
    padding-top: 24px !important;
  }
  .u-p--top--sm--25px {
    padding-top: 25px !important;
  }
  .u-p--top--sm--26px {
    padding-top: 26px !important;
  }
  .u-p--top--sm--27px {
    padding-top: 27px !important;
  }
  .u-p--top--sm--28px {
    padding-top: 28px !important;
  }
  .u-p--top--sm--29px {
    padding-top: 29px !important;
  }
  .u-p--top--sm--30px {
    padding-top: 30px !important;
  }
  .u-p--top--sm--31px {
    padding-top: 31px !important;
  }
  .u-p--top--sm--32px {
    padding-top: 32px !important;
  }
  .u-p--top--sm--33px {
    padding-top: 33px !important;
  }
  .u-p--top--sm--34px {
    padding-top: 34px !important;
  }
  .u-p--top--sm--35px {
    padding-top: 35px !important;
  }
  .u-p--top--sm--36px {
    padding-top: 36px !important;
  }
  .u-p--top--sm--37px {
    padding-top: 37px !important;
  }
  .u-p--top--sm--38px {
    padding-top: 38px !important;
  }
  .u-p--top--sm--39px {
    padding-top: 39px !important;
  }
  .u-p--top--sm--40px {
    padding-top: 40px !important;
  }
  .u-p--top--sm--41px {
    padding-top: 41px !important;
  }
  .u-p--top--sm--42px {
    padding-top: 42px !important;
  }
  .u-p--top--sm--43px {
    padding-top: 43px !important;
  }
  .u-p--top--sm--44px {
    padding-top: 44px !important;
  }
  .u-p--top--sm--45px {
    padding-top: 45px !important;
  }
  .u-p--top--sm--46px {
    padding-top: 46px !important;
  }
  .u-p--top--sm--47px {
    padding-top: 47px !important;
  }
  .u-p--top--sm--48px {
    padding-top: 48px !important;
  }
  .u-p--top--sm--49px {
    padding-top: 49px !important;
  }
  .u-p--top--sm--50px {
    padding-top: 50px !important;
  }
  .u-p--top--sm--51px {
    padding-top: 51px !important;
  }
  .u-p--top--sm--52px {
    padding-top: 52px !important;
  }
  .u-p--top--sm--53px {
    padding-top: 53px !important;
  }
  .u-p--top--sm--54px {
    padding-top: 54px !important;
  }
  .u-p--top--sm--55px {
    padding-top: 55px !important;
  }
  .u-p--top--sm--56px {
    padding-top: 56px !important;
  }
  .u-p--top--sm--57px {
    padding-top: 57px !important;
  }
  .u-p--top--sm--58px {
    padding-top: 58px !important;
  }
  .u-p--top--sm--59px {
    padding-top: 59px !important;
  }
  .u-p--top--sm--60px {
    padding-top: 60px !important;
  }
  .u-p--top--sm--61px {
    padding-top: 61px !important;
  }
  .u-p--top--sm--62px {
    padding-top: 62px !important;
  }
  .u-p--top--sm--63px {
    padding-top: 63px !important;
  }
  .u-p--top--sm--64px {
    padding-top: 64px !important;
  }
  .u-p--top--sm--65px {
    padding-top: 65px !important;
  }
  .u-p--top--sm--66px {
    padding-top: 66px !important;
  }
  .u-p--top--sm--67px {
    padding-top: 67px !important;
  }
  .u-p--top--sm--68px {
    padding-top: 68px !important;
  }
  .u-p--top--sm--69px {
    padding-top: 69px !important;
  }
  .u-p--top--sm--70px {
    padding-top: 70px !important;
  }
  .u-p--top--sm--71px {
    padding-top: 71px !important;
  }
  .u-p--top--sm--72px {
    padding-top: 72px !important;
  }
  .u-p--top--sm--73px {
    padding-top: 73px !important;
  }
  .u-p--top--sm--74px {
    padding-top: 74px !important;
  }
  .u-p--top--sm--75px {
    padding-top: 75px !important;
  }
  .u-p--top--sm--76px {
    padding-top: 76px !important;
  }
  .u-p--top--sm--77px {
    padding-top: 77px !important;
  }
  .u-p--top--sm--78px {
    padding-top: 78px !important;
  }
  .u-p--top--sm--79px {
    padding-top: 79px !important;
  }
  .u-p--top--sm--80px {
    padding-top: 80px !important;
  }
  .u-p--top--sm--81px {
    padding-top: 81px !important;
  }
  .u-p--top--sm--82px {
    padding-top: 82px !important;
  }
  .u-p--top--sm--83px {
    padding-top: 83px !important;
  }
  .u-p--top--sm--84px {
    padding-top: 84px !important;
  }
  .u-p--top--sm--85px {
    padding-top: 85px !important;
  }
  .u-p--top--sm--86px {
    padding-top: 86px !important;
  }
  .u-p--top--sm--87px {
    padding-top: 87px !important;
  }
  .u-p--top--sm--88px {
    padding-top: 88px !important;
  }
  .u-p--top--sm--89px {
    padding-top: 89px !important;
  }
  .u-p--top--sm--90px {
    padding-top: 90px !important;
  }
  .u-p--top--sm--91px {
    padding-top: 91px !important;
  }
  .u-p--top--sm--92px {
    padding-top: 92px !important;
  }
  .u-p--top--sm--93px {
    padding-top: 93px !important;
  }
  .u-p--top--sm--94px {
    padding-top: 94px !important;
  }
  .u-p--top--sm--95px {
    padding-top: 95px !important;
  }
  .u-p--top--sm--96px {
    padding-top: 96px !important;
  }
  .u-p--top--sm--97px {
    padding-top: 97px !important;
  }
  .u-p--top--sm--98px {
    padding-top: 98px !important;
  }
  .u-p--top--sm--99px {
    padding-top: 99px !important;
  }
  .u-p--top--sm--100px {
    padding-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .u-p--top--md--0 {
    padding-top: 0 !important;
  }
  .u-p--top--md--1px {
    padding-top: 1px !important;
  }
  .u-p--top--md--2px {
    padding-top: 2px !important;
  }
  .u-p--top--md--3px {
    padding-top: 3px !important;
  }
  .u-p--top--md--4px {
    padding-top: 4px !important;
  }
  .u-p--top--md--5px {
    padding-top: 5px !important;
  }
  .u-p--top--md--6px {
    padding-top: 6px !important;
  }
  .u-p--top--md--7px {
    padding-top: 7px !important;
  }
  .u-p--top--md--8px {
    padding-top: 8px !important;
  }
  .u-p--top--md--9px {
    padding-top: 9px !important;
  }
  .u-p--top--md--10px {
    padding-top: 10px !important;
  }
  .u-p--top--md--11px {
    padding-top: 11px !important;
  }
  .u-p--top--md--12px {
    padding-top: 12px !important;
  }
  .u-p--top--md--13px {
    padding-top: 13px !important;
  }
  .u-p--top--md--14px {
    padding-top: 14px !important;
  }
  .u-p--top--md--15px {
    padding-top: 15px !important;
  }
  .u-p--top--md--16px {
    padding-top: 16px !important;
  }
  .u-p--top--md--17px {
    padding-top: 17px !important;
  }
  .u-p--top--md--18px {
    padding-top: 18px !important;
  }
  .u-p--top--md--19px {
    padding-top: 19px !important;
  }
  .u-p--top--md--20px {
    padding-top: 20px !important;
  }
  .u-p--top--md--21px {
    padding-top: 21px !important;
  }
  .u-p--top--md--22px {
    padding-top: 22px !important;
  }
  .u-p--top--md--23px {
    padding-top: 23px !important;
  }
  .u-p--top--md--24px {
    padding-top: 24px !important;
  }
  .u-p--top--md--25px {
    padding-top: 25px !important;
  }
  .u-p--top--md--26px {
    padding-top: 26px !important;
  }
  .u-p--top--md--27px {
    padding-top: 27px !important;
  }
  .u-p--top--md--28px {
    padding-top: 28px !important;
  }
  .u-p--top--md--29px {
    padding-top: 29px !important;
  }
  .u-p--top--md--30px {
    padding-top: 30px !important;
  }
  .u-p--top--md--31px {
    padding-top: 31px !important;
  }
  .u-p--top--md--32px {
    padding-top: 32px !important;
  }
  .u-p--top--md--33px {
    padding-top: 33px !important;
  }
  .u-p--top--md--34px {
    padding-top: 34px !important;
  }
  .u-p--top--md--35px {
    padding-top: 35px !important;
  }
  .u-p--top--md--36px {
    padding-top: 36px !important;
  }
  .u-p--top--md--37px {
    padding-top: 37px !important;
  }
  .u-p--top--md--38px {
    padding-top: 38px !important;
  }
  .u-p--top--md--39px {
    padding-top: 39px !important;
  }
  .u-p--top--md--40px {
    padding-top: 40px !important;
  }
  .u-p--top--md--41px {
    padding-top: 41px !important;
  }
  .u-p--top--md--42px {
    padding-top: 42px !important;
  }
  .u-p--top--md--43px {
    padding-top: 43px !important;
  }
  .u-p--top--md--44px {
    padding-top: 44px !important;
  }
  .u-p--top--md--45px {
    padding-top: 45px !important;
  }
  .u-p--top--md--46px {
    padding-top: 46px !important;
  }
  .u-p--top--md--47px {
    padding-top: 47px !important;
  }
  .u-p--top--md--48px {
    padding-top: 48px !important;
  }
  .u-p--top--md--49px {
    padding-top: 49px !important;
  }
  .u-p--top--md--50px {
    padding-top: 50px !important;
  }
  .u-p--top--md--51px {
    padding-top: 51px !important;
  }
  .u-p--top--md--52px {
    padding-top: 52px !important;
  }
  .u-p--top--md--53px {
    padding-top: 53px !important;
  }
  .u-p--top--md--54px {
    padding-top: 54px !important;
  }
  .u-p--top--md--55px {
    padding-top: 55px !important;
  }
  .u-p--top--md--56px {
    padding-top: 56px !important;
  }
  .u-p--top--md--57px {
    padding-top: 57px !important;
  }
  .u-p--top--md--58px {
    padding-top: 58px !important;
  }
  .u-p--top--md--59px {
    padding-top: 59px !important;
  }
  .u-p--top--md--60px {
    padding-top: 60px !important;
  }
  .u-p--top--md--61px {
    padding-top: 61px !important;
  }
  .u-p--top--md--62px {
    padding-top: 62px !important;
  }
  .u-p--top--md--63px {
    padding-top: 63px !important;
  }
  .u-p--top--md--64px {
    padding-top: 64px !important;
  }
  .u-p--top--md--65px {
    padding-top: 65px !important;
  }
  .u-p--top--md--66px {
    padding-top: 66px !important;
  }
  .u-p--top--md--67px {
    padding-top: 67px !important;
  }
  .u-p--top--md--68px {
    padding-top: 68px !important;
  }
  .u-p--top--md--69px {
    padding-top: 69px !important;
  }
  .u-p--top--md--70px {
    padding-top: 70px !important;
  }
  .u-p--top--md--71px {
    padding-top: 71px !important;
  }
  .u-p--top--md--72px {
    padding-top: 72px !important;
  }
  .u-p--top--md--73px {
    padding-top: 73px !important;
  }
  .u-p--top--md--74px {
    padding-top: 74px !important;
  }
  .u-p--top--md--75px {
    padding-top: 75px !important;
  }
  .u-p--top--md--76px {
    padding-top: 76px !important;
  }
  .u-p--top--md--77px {
    padding-top: 77px !important;
  }
  .u-p--top--md--78px {
    padding-top: 78px !important;
  }
  .u-p--top--md--79px {
    padding-top: 79px !important;
  }
  .u-p--top--md--80px {
    padding-top: 80px !important;
  }
  .u-p--top--md--81px {
    padding-top: 81px !important;
  }
  .u-p--top--md--82px {
    padding-top: 82px !important;
  }
  .u-p--top--md--83px {
    padding-top: 83px !important;
  }
  .u-p--top--md--84px {
    padding-top: 84px !important;
  }
  .u-p--top--md--85px {
    padding-top: 85px !important;
  }
  .u-p--top--md--86px {
    padding-top: 86px !important;
  }
  .u-p--top--md--87px {
    padding-top: 87px !important;
  }
  .u-p--top--md--88px {
    padding-top: 88px !important;
  }
  .u-p--top--md--89px {
    padding-top: 89px !important;
  }
  .u-p--top--md--90px {
    padding-top: 90px !important;
  }
  .u-p--top--md--91px {
    padding-top: 91px !important;
  }
  .u-p--top--md--92px {
    padding-top: 92px !important;
  }
  .u-p--top--md--93px {
    padding-top: 93px !important;
  }
  .u-p--top--md--94px {
    padding-top: 94px !important;
  }
  .u-p--top--md--95px {
    padding-top: 95px !important;
  }
  .u-p--top--md--96px {
    padding-top: 96px !important;
  }
  .u-p--top--md--97px {
    padding-top: 97px !important;
  }
  .u-p--top--md--98px {
    padding-top: 98px !important;
  }
  .u-p--top--md--99px {
    padding-top: 99px !important;
  }
  .u-p--top--md--100px {
    padding-top: 100px !important;
  }
}
@media (max-width: 1560px) {
  .u-p--top--lg--0 {
    padding-top: 0 !important;
  }
  .u-p--top--lg--1px {
    padding-top: 1px !important;
  }
  .u-p--top--lg--2px {
    padding-top: 2px !important;
  }
  .u-p--top--lg--3px {
    padding-top: 3px !important;
  }
  .u-p--top--lg--4px {
    padding-top: 4px !important;
  }
  .u-p--top--lg--5px {
    padding-top: 5px !important;
  }
  .u-p--top--lg--6px {
    padding-top: 6px !important;
  }
  .u-p--top--lg--7px {
    padding-top: 7px !important;
  }
  .u-p--top--lg--8px {
    padding-top: 8px !important;
  }
  .u-p--top--lg--9px {
    padding-top: 9px !important;
  }
  .u-p--top--lg--10px {
    padding-top: 10px !important;
  }
  .u-p--top--lg--11px {
    padding-top: 11px !important;
  }
  .u-p--top--lg--12px {
    padding-top: 12px !important;
  }
  .u-p--top--lg--13px {
    padding-top: 13px !important;
  }
  .u-p--top--lg--14px {
    padding-top: 14px !important;
  }
  .u-p--top--lg--15px {
    padding-top: 15px !important;
  }
  .u-p--top--lg--16px {
    padding-top: 16px !important;
  }
  .u-p--top--lg--17px {
    padding-top: 17px !important;
  }
  .u-p--top--lg--18px {
    padding-top: 18px !important;
  }
  .u-p--top--lg--19px {
    padding-top: 19px !important;
  }
  .u-p--top--lg--20px {
    padding-top: 20px !important;
  }
  .u-p--top--lg--21px {
    padding-top: 21px !important;
  }
  .u-p--top--lg--22px {
    padding-top: 22px !important;
  }
  .u-p--top--lg--23px {
    padding-top: 23px !important;
  }
  .u-p--top--lg--24px {
    padding-top: 24px !important;
  }
  .u-p--top--lg--25px {
    padding-top: 25px !important;
  }
  .u-p--top--lg--26px {
    padding-top: 26px !important;
  }
  .u-p--top--lg--27px {
    padding-top: 27px !important;
  }
  .u-p--top--lg--28px {
    padding-top: 28px !important;
  }
  .u-p--top--lg--29px {
    padding-top: 29px !important;
  }
  .u-p--top--lg--30px {
    padding-top: 30px !important;
  }
  .u-p--top--lg--31px {
    padding-top: 31px !important;
  }
  .u-p--top--lg--32px {
    padding-top: 32px !important;
  }
  .u-p--top--lg--33px {
    padding-top: 33px !important;
  }
  .u-p--top--lg--34px {
    padding-top: 34px !important;
  }
  .u-p--top--lg--35px {
    padding-top: 35px !important;
  }
  .u-p--top--lg--36px {
    padding-top: 36px !important;
  }
  .u-p--top--lg--37px {
    padding-top: 37px !important;
  }
  .u-p--top--lg--38px {
    padding-top: 38px !important;
  }
  .u-p--top--lg--39px {
    padding-top: 39px !important;
  }
  .u-p--top--lg--40px {
    padding-top: 40px !important;
  }
  .u-p--top--lg--41px {
    padding-top: 41px !important;
  }
  .u-p--top--lg--42px {
    padding-top: 42px !important;
  }
  .u-p--top--lg--43px {
    padding-top: 43px !important;
  }
  .u-p--top--lg--44px {
    padding-top: 44px !important;
  }
  .u-p--top--lg--45px {
    padding-top: 45px !important;
  }
  .u-p--top--lg--46px {
    padding-top: 46px !important;
  }
  .u-p--top--lg--47px {
    padding-top: 47px !important;
  }
  .u-p--top--lg--48px {
    padding-top: 48px !important;
  }
  .u-p--top--lg--49px {
    padding-top: 49px !important;
  }
  .u-p--top--lg--50px {
    padding-top: 50px !important;
  }
  .u-p--top--lg--51px {
    padding-top: 51px !important;
  }
  .u-p--top--lg--52px {
    padding-top: 52px !important;
  }
  .u-p--top--lg--53px {
    padding-top: 53px !important;
  }
  .u-p--top--lg--54px {
    padding-top: 54px !important;
  }
  .u-p--top--lg--55px {
    padding-top: 55px !important;
  }
  .u-p--top--lg--56px {
    padding-top: 56px !important;
  }
  .u-p--top--lg--57px {
    padding-top: 57px !important;
  }
  .u-p--top--lg--58px {
    padding-top: 58px !important;
  }
  .u-p--top--lg--59px {
    padding-top: 59px !important;
  }
  .u-p--top--lg--60px {
    padding-top: 60px !important;
  }
  .u-p--top--lg--61px {
    padding-top: 61px !important;
  }
  .u-p--top--lg--62px {
    padding-top: 62px !important;
  }
  .u-p--top--lg--63px {
    padding-top: 63px !important;
  }
  .u-p--top--lg--64px {
    padding-top: 64px !important;
  }
  .u-p--top--lg--65px {
    padding-top: 65px !important;
  }
  .u-p--top--lg--66px {
    padding-top: 66px !important;
  }
  .u-p--top--lg--67px {
    padding-top: 67px !important;
  }
  .u-p--top--lg--68px {
    padding-top: 68px !important;
  }
  .u-p--top--lg--69px {
    padding-top: 69px !important;
  }
  .u-p--top--lg--70px {
    padding-top: 70px !important;
  }
  .u-p--top--lg--71px {
    padding-top: 71px !important;
  }
  .u-p--top--lg--72px {
    padding-top: 72px !important;
  }
  .u-p--top--lg--73px {
    padding-top: 73px !important;
  }
  .u-p--top--lg--74px {
    padding-top: 74px !important;
  }
  .u-p--top--lg--75px {
    padding-top: 75px !important;
  }
  .u-p--top--lg--76px {
    padding-top: 76px !important;
  }
  .u-p--top--lg--77px {
    padding-top: 77px !important;
  }
  .u-p--top--lg--78px {
    padding-top: 78px !important;
  }
  .u-p--top--lg--79px {
    padding-top: 79px !important;
  }
  .u-p--top--lg--80px {
    padding-top: 80px !important;
  }
  .u-p--top--lg--81px {
    padding-top: 81px !important;
  }
  .u-p--top--lg--82px {
    padding-top: 82px !important;
  }
  .u-p--top--lg--83px {
    padding-top: 83px !important;
  }
  .u-p--top--lg--84px {
    padding-top: 84px !important;
  }
  .u-p--top--lg--85px {
    padding-top: 85px !important;
  }
  .u-p--top--lg--86px {
    padding-top: 86px !important;
  }
  .u-p--top--lg--87px {
    padding-top: 87px !important;
  }
  .u-p--top--lg--88px {
    padding-top: 88px !important;
  }
  .u-p--top--lg--89px {
    padding-top: 89px !important;
  }
  .u-p--top--lg--90px {
    padding-top: 90px !important;
  }
  .u-p--top--lg--91px {
    padding-top: 91px !important;
  }
  .u-p--top--lg--92px {
    padding-top: 92px !important;
  }
  .u-p--top--lg--93px {
    padding-top: 93px !important;
  }
  .u-p--top--lg--94px {
    padding-top: 94px !important;
  }
  .u-p--top--lg--95px {
    padding-top: 95px !important;
  }
  .u-p--top--lg--96px {
    padding-top: 96px !important;
  }
  .u-p--top--lg--97px {
    padding-top: 97px !important;
  }
  .u-p--top--lg--98px {
    padding-top: 98px !important;
  }
  .u-p--top--lg--99px {
    padding-top: 99px !important;
  }
  .u-p--top--lg--100px {
    padding-top: 100px !important;
  }
}
.u-p--right--0 {
  padding-right: 0 !important;
}
.u-p--right--1px {
  padding-right: 1px !important;
}
.u-p--right--2px {
  padding-right: 2px !important;
}
.u-p--right--3px {
  padding-right: 3px !important;
}
.u-p--right--4px {
  padding-right: 4px !important;
}
.u-p--right--5px {
  padding-right: 5px !important;
}
.u-p--right--6px {
  padding-right: 6px !important;
}
.u-p--right--7px {
  padding-right: 7px !important;
}
.u-p--right--8px {
  padding-right: 8px !important;
}
.u-p--right--9px {
  padding-right: 9px !important;
}
.u-p--right--10px {
  padding-right: 10px !important;
}
.u-p--right--11px {
  padding-right: 11px !important;
}
.u-p--right--12px {
  padding-right: 12px !important;
}
.u-p--right--13px {
  padding-right: 13px !important;
}
.u-p--right--14px {
  padding-right: 14px !important;
}
.u-p--right--15px {
  padding-right: 15px !important;
}
.u-p--right--16px {
  padding-right: 16px !important;
}
.u-p--right--17px {
  padding-right: 17px !important;
}
.u-p--right--18px {
  padding-right: 18px !important;
}
.u-p--right--19px {
  padding-right: 19px !important;
}
.u-p--right--20px {
  padding-right: 20px !important;
}
.u-p--right--21px {
  padding-right: 21px !important;
}
.u-p--right--22px {
  padding-right: 22px !important;
}
.u-p--right--23px {
  padding-right: 23px !important;
}
.u-p--right--24px {
  padding-right: 24px !important;
}
.u-p--right--25px {
  padding-right: 25px !important;
}
.u-p--right--26px {
  padding-right: 26px !important;
}
.u-p--right--27px {
  padding-right: 27px !important;
}
.u-p--right--28px {
  padding-right: 28px !important;
}
.u-p--right--29px {
  padding-right: 29px !important;
}
.u-p--right--30px {
  padding-right: 30px !important;
}
.u-p--right--31px {
  padding-right: 31px !important;
}
.u-p--right--32px {
  padding-right: 32px !important;
}
.u-p--right--33px {
  padding-right: 33px !important;
}
.u-p--right--34px {
  padding-right: 34px !important;
}
.u-p--right--35px {
  padding-right: 35px !important;
}
.u-p--right--36px {
  padding-right: 36px !important;
}
.u-p--right--37px {
  padding-right: 37px !important;
}
.u-p--right--38px {
  padding-right: 38px !important;
}
.u-p--right--39px {
  padding-right: 39px !important;
}
.u-p--right--40px {
  padding-right: 40px !important;
}
.u-p--right--41px {
  padding-right: 41px !important;
}
.u-p--right--42px {
  padding-right: 42px !important;
}
.u-p--right--43px {
  padding-right: 43px !important;
}
.u-p--right--44px {
  padding-right: 44px !important;
}
.u-p--right--45px {
  padding-right: 45px !important;
}
.u-p--right--46px {
  padding-right: 46px !important;
}
.u-p--right--47px {
  padding-right: 47px !important;
}
.u-p--right--48px {
  padding-right: 48px !important;
}
.u-p--right--49px {
  padding-right: 49px !important;
}
.u-p--right--50px {
  padding-right: 50px !important;
}
.u-p--right--51px {
  padding-right: 51px !important;
}
.u-p--right--52px {
  padding-right: 52px !important;
}
.u-p--right--53px {
  padding-right: 53px !important;
}
.u-p--right--54px {
  padding-right: 54px !important;
}
.u-p--right--55px {
  padding-right: 55px !important;
}
.u-p--right--56px {
  padding-right: 56px !important;
}
.u-p--right--57px {
  padding-right: 57px !important;
}
.u-p--right--58px {
  padding-right: 58px !important;
}
.u-p--right--59px {
  padding-right: 59px !important;
}
.u-p--right--60px {
  padding-right: 60px !important;
}
.u-p--right--61px {
  padding-right: 61px !important;
}
.u-p--right--62px {
  padding-right: 62px !important;
}
.u-p--right--63px {
  padding-right: 63px !important;
}
.u-p--right--64px {
  padding-right: 64px !important;
}
.u-p--right--65px {
  padding-right: 65px !important;
}
.u-p--right--66px {
  padding-right: 66px !important;
}
.u-p--right--67px {
  padding-right: 67px !important;
}
.u-p--right--68px {
  padding-right: 68px !important;
}
.u-p--right--69px {
  padding-right: 69px !important;
}
.u-p--right--70px {
  padding-right: 70px !important;
}
.u-p--right--71px {
  padding-right: 71px !important;
}
.u-p--right--72px {
  padding-right: 72px !important;
}
.u-p--right--73px {
  padding-right: 73px !important;
}
.u-p--right--74px {
  padding-right: 74px !important;
}
.u-p--right--75px {
  padding-right: 75px !important;
}
.u-p--right--76px {
  padding-right: 76px !important;
}
.u-p--right--77px {
  padding-right: 77px !important;
}
.u-p--right--78px {
  padding-right: 78px !important;
}
.u-p--right--79px {
  padding-right: 79px !important;
}
.u-p--right--80px {
  padding-right: 80px !important;
}
.u-p--right--81px {
  padding-right: 81px !important;
}
.u-p--right--82px {
  padding-right: 82px !important;
}
.u-p--right--83px {
  padding-right: 83px !important;
}
.u-p--right--84px {
  padding-right: 84px !important;
}
.u-p--right--85px {
  padding-right: 85px !important;
}
.u-p--right--86px {
  padding-right: 86px !important;
}
.u-p--right--87px {
  padding-right: 87px !important;
}
.u-p--right--88px {
  padding-right: 88px !important;
}
.u-p--right--89px {
  padding-right: 89px !important;
}
.u-p--right--90px {
  padding-right: 90px !important;
}
.u-p--right--91px {
  padding-right: 91px !important;
}
.u-p--right--92px {
  padding-right: 92px !important;
}
.u-p--right--93px {
  padding-right: 93px !important;
}
.u-p--right--94px {
  padding-right: 94px !important;
}
.u-p--right--95px {
  padding-right: 95px !important;
}
.u-p--right--96px {
  padding-right: 96px !important;
}
.u-p--right--97px {
  padding-right: 97px !important;
}
.u-p--right--98px {
  padding-right: 98px !important;
}
.u-p--right--99px {
  padding-right: 99px !important;
}
.u-p--right--100px {
  padding-right: 100px !important;
}
@media (max-width: 480px) {
  .u-p--right--sm--0 {
    padding-right: 0 !important;
  }
  .u-p--right--sm--1px {
    padding-right: 1px !important;
  }
  .u-p--right--sm--2px {
    padding-right: 2px !important;
  }
  .u-p--right--sm--3px {
    padding-right: 3px !important;
  }
  .u-p--right--sm--4px {
    padding-right: 4px !important;
  }
  .u-p--right--sm--5px {
    padding-right: 5px !important;
  }
  .u-p--right--sm--6px {
    padding-right: 6px !important;
  }
  .u-p--right--sm--7px {
    padding-right: 7px !important;
  }
  .u-p--right--sm--8px {
    padding-right: 8px !important;
  }
  .u-p--right--sm--9px {
    padding-right: 9px !important;
  }
  .u-p--right--sm--10px {
    padding-right: 10px !important;
  }
  .u-p--right--sm--11px {
    padding-right: 11px !important;
  }
  .u-p--right--sm--12px {
    padding-right: 12px !important;
  }
  .u-p--right--sm--13px {
    padding-right: 13px !important;
  }
  .u-p--right--sm--14px {
    padding-right: 14px !important;
  }
  .u-p--right--sm--15px {
    padding-right: 15px !important;
  }
  .u-p--right--sm--16px {
    padding-right: 16px !important;
  }
  .u-p--right--sm--17px {
    padding-right: 17px !important;
  }
  .u-p--right--sm--18px {
    padding-right: 18px !important;
  }
  .u-p--right--sm--19px {
    padding-right: 19px !important;
  }
  .u-p--right--sm--20px {
    padding-right: 20px !important;
  }
  .u-p--right--sm--21px {
    padding-right: 21px !important;
  }
  .u-p--right--sm--22px {
    padding-right: 22px !important;
  }
  .u-p--right--sm--23px {
    padding-right: 23px !important;
  }
  .u-p--right--sm--24px {
    padding-right: 24px !important;
  }
  .u-p--right--sm--25px {
    padding-right: 25px !important;
  }
  .u-p--right--sm--26px {
    padding-right: 26px !important;
  }
  .u-p--right--sm--27px {
    padding-right: 27px !important;
  }
  .u-p--right--sm--28px {
    padding-right: 28px !important;
  }
  .u-p--right--sm--29px {
    padding-right: 29px !important;
  }
  .u-p--right--sm--30px {
    padding-right: 30px !important;
  }
  .u-p--right--sm--31px {
    padding-right: 31px !important;
  }
  .u-p--right--sm--32px {
    padding-right: 32px !important;
  }
  .u-p--right--sm--33px {
    padding-right: 33px !important;
  }
  .u-p--right--sm--34px {
    padding-right: 34px !important;
  }
  .u-p--right--sm--35px {
    padding-right: 35px !important;
  }
  .u-p--right--sm--36px {
    padding-right: 36px !important;
  }
  .u-p--right--sm--37px {
    padding-right: 37px !important;
  }
  .u-p--right--sm--38px {
    padding-right: 38px !important;
  }
  .u-p--right--sm--39px {
    padding-right: 39px !important;
  }
  .u-p--right--sm--40px {
    padding-right: 40px !important;
  }
  .u-p--right--sm--41px {
    padding-right: 41px !important;
  }
  .u-p--right--sm--42px {
    padding-right: 42px !important;
  }
  .u-p--right--sm--43px {
    padding-right: 43px !important;
  }
  .u-p--right--sm--44px {
    padding-right: 44px !important;
  }
  .u-p--right--sm--45px {
    padding-right: 45px !important;
  }
  .u-p--right--sm--46px {
    padding-right: 46px !important;
  }
  .u-p--right--sm--47px {
    padding-right: 47px !important;
  }
  .u-p--right--sm--48px {
    padding-right: 48px !important;
  }
  .u-p--right--sm--49px {
    padding-right: 49px !important;
  }
  .u-p--right--sm--50px {
    padding-right: 50px !important;
  }
  .u-p--right--sm--51px {
    padding-right: 51px !important;
  }
  .u-p--right--sm--52px {
    padding-right: 52px !important;
  }
  .u-p--right--sm--53px {
    padding-right: 53px !important;
  }
  .u-p--right--sm--54px {
    padding-right: 54px !important;
  }
  .u-p--right--sm--55px {
    padding-right: 55px !important;
  }
  .u-p--right--sm--56px {
    padding-right: 56px !important;
  }
  .u-p--right--sm--57px {
    padding-right: 57px !important;
  }
  .u-p--right--sm--58px {
    padding-right: 58px !important;
  }
  .u-p--right--sm--59px {
    padding-right: 59px !important;
  }
  .u-p--right--sm--60px {
    padding-right: 60px !important;
  }
  .u-p--right--sm--61px {
    padding-right: 61px !important;
  }
  .u-p--right--sm--62px {
    padding-right: 62px !important;
  }
  .u-p--right--sm--63px {
    padding-right: 63px !important;
  }
  .u-p--right--sm--64px {
    padding-right: 64px !important;
  }
  .u-p--right--sm--65px {
    padding-right: 65px !important;
  }
  .u-p--right--sm--66px {
    padding-right: 66px !important;
  }
  .u-p--right--sm--67px {
    padding-right: 67px !important;
  }
  .u-p--right--sm--68px {
    padding-right: 68px !important;
  }
  .u-p--right--sm--69px {
    padding-right: 69px !important;
  }
  .u-p--right--sm--70px {
    padding-right: 70px !important;
  }
  .u-p--right--sm--71px {
    padding-right: 71px !important;
  }
  .u-p--right--sm--72px {
    padding-right: 72px !important;
  }
  .u-p--right--sm--73px {
    padding-right: 73px !important;
  }
  .u-p--right--sm--74px {
    padding-right: 74px !important;
  }
  .u-p--right--sm--75px {
    padding-right: 75px !important;
  }
  .u-p--right--sm--76px {
    padding-right: 76px !important;
  }
  .u-p--right--sm--77px {
    padding-right: 77px !important;
  }
  .u-p--right--sm--78px {
    padding-right: 78px !important;
  }
  .u-p--right--sm--79px {
    padding-right: 79px !important;
  }
  .u-p--right--sm--80px {
    padding-right: 80px !important;
  }
  .u-p--right--sm--81px {
    padding-right: 81px !important;
  }
  .u-p--right--sm--82px {
    padding-right: 82px !important;
  }
  .u-p--right--sm--83px {
    padding-right: 83px !important;
  }
  .u-p--right--sm--84px {
    padding-right: 84px !important;
  }
  .u-p--right--sm--85px {
    padding-right: 85px !important;
  }
  .u-p--right--sm--86px {
    padding-right: 86px !important;
  }
  .u-p--right--sm--87px {
    padding-right: 87px !important;
  }
  .u-p--right--sm--88px {
    padding-right: 88px !important;
  }
  .u-p--right--sm--89px {
    padding-right: 89px !important;
  }
  .u-p--right--sm--90px {
    padding-right: 90px !important;
  }
  .u-p--right--sm--91px {
    padding-right: 91px !important;
  }
  .u-p--right--sm--92px {
    padding-right: 92px !important;
  }
  .u-p--right--sm--93px {
    padding-right: 93px !important;
  }
  .u-p--right--sm--94px {
    padding-right: 94px !important;
  }
  .u-p--right--sm--95px {
    padding-right: 95px !important;
  }
  .u-p--right--sm--96px {
    padding-right: 96px !important;
  }
  .u-p--right--sm--97px {
    padding-right: 97px !important;
  }
  .u-p--right--sm--98px {
    padding-right: 98px !important;
  }
  .u-p--right--sm--99px {
    padding-right: 99px !important;
  }
  .u-p--right--sm--100px {
    padding-right: 100px !important;
  }
}
@media (max-width: 1024px) {
  .u-p--right--md--0 {
    padding-right: 0 !important;
  }
  .u-p--right--md--1px {
    padding-right: 1px !important;
  }
  .u-p--right--md--2px {
    padding-right: 2px !important;
  }
  .u-p--right--md--3px {
    padding-right: 3px !important;
  }
  .u-p--right--md--4px {
    padding-right: 4px !important;
  }
  .u-p--right--md--5px {
    padding-right: 5px !important;
  }
  .u-p--right--md--6px {
    padding-right: 6px !important;
  }
  .u-p--right--md--7px {
    padding-right: 7px !important;
  }
  .u-p--right--md--8px {
    padding-right: 8px !important;
  }
  .u-p--right--md--9px {
    padding-right: 9px !important;
  }
  .u-p--right--md--10px {
    padding-right: 10px !important;
  }
  .u-p--right--md--11px {
    padding-right: 11px !important;
  }
  .u-p--right--md--12px {
    padding-right: 12px !important;
  }
  .u-p--right--md--13px {
    padding-right: 13px !important;
  }
  .u-p--right--md--14px {
    padding-right: 14px !important;
  }
  .u-p--right--md--15px {
    padding-right: 15px !important;
  }
  .u-p--right--md--16px {
    padding-right: 16px !important;
  }
  .u-p--right--md--17px {
    padding-right: 17px !important;
  }
  .u-p--right--md--18px {
    padding-right: 18px !important;
  }
  .u-p--right--md--19px {
    padding-right: 19px !important;
  }
  .u-p--right--md--20px {
    padding-right: 20px !important;
  }
  .u-p--right--md--21px {
    padding-right: 21px !important;
  }
  .u-p--right--md--22px {
    padding-right: 22px !important;
  }
  .u-p--right--md--23px {
    padding-right: 23px !important;
  }
  .u-p--right--md--24px {
    padding-right: 24px !important;
  }
  .u-p--right--md--25px {
    padding-right: 25px !important;
  }
  .u-p--right--md--26px {
    padding-right: 26px !important;
  }
  .u-p--right--md--27px {
    padding-right: 27px !important;
  }
  .u-p--right--md--28px {
    padding-right: 28px !important;
  }
  .u-p--right--md--29px {
    padding-right: 29px !important;
  }
  .u-p--right--md--30px {
    padding-right: 30px !important;
  }
  .u-p--right--md--31px {
    padding-right: 31px !important;
  }
  .u-p--right--md--32px {
    padding-right: 32px !important;
  }
  .u-p--right--md--33px {
    padding-right: 33px !important;
  }
  .u-p--right--md--34px {
    padding-right: 34px !important;
  }
  .u-p--right--md--35px {
    padding-right: 35px !important;
  }
  .u-p--right--md--36px {
    padding-right: 36px !important;
  }
  .u-p--right--md--37px {
    padding-right: 37px !important;
  }
  .u-p--right--md--38px {
    padding-right: 38px !important;
  }
  .u-p--right--md--39px {
    padding-right: 39px !important;
  }
  .u-p--right--md--40px {
    padding-right: 40px !important;
  }
  .u-p--right--md--41px {
    padding-right: 41px !important;
  }
  .u-p--right--md--42px {
    padding-right: 42px !important;
  }
  .u-p--right--md--43px {
    padding-right: 43px !important;
  }
  .u-p--right--md--44px {
    padding-right: 44px !important;
  }
  .u-p--right--md--45px {
    padding-right: 45px !important;
  }
  .u-p--right--md--46px {
    padding-right: 46px !important;
  }
  .u-p--right--md--47px {
    padding-right: 47px !important;
  }
  .u-p--right--md--48px {
    padding-right: 48px !important;
  }
  .u-p--right--md--49px {
    padding-right: 49px !important;
  }
  .u-p--right--md--50px {
    padding-right: 50px !important;
  }
  .u-p--right--md--51px {
    padding-right: 51px !important;
  }
  .u-p--right--md--52px {
    padding-right: 52px !important;
  }
  .u-p--right--md--53px {
    padding-right: 53px !important;
  }
  .u-p--right--md--54px {
    padding-right: 54px !important;
  }
  .u-p--right--md--55px {
    padding-right: 55px !important;
  }
  .u-p--right--md--56px {
    padding-right: 56px !important;
  }
  .u-p--right--md--57px {
    padding-right: 57px !important;
  }
  .u-p--right--md--58px {
    padding-right: 58px !important;
  }
  .u-p--right--md--59px {
    padding-right: 59px !important;
  }
  .u-p--right--md--60px {
    padding-right: 60px !important;
  }
  .u-p--right--md--61px {
    padding-right: 61px !important;
  }
  .u-p--right--md--62px {
    padding-right: 62px !important;
  }
  .u-p--right--md--63px {
    padding-right: 63px !important;
  }
  .u-p--right--md--64px {
    padding-right: 64px !important;
  }
  .u-p--right--md--65px {
    padding-right: 65px !important;
  }
  .u-p--right--md--66px {
    padding-right: 66px !important;
  }
  .u-p--right--md--67px {
    padding-right: 67px !important;
  }
  .u-p--right--md--68px {
    padding-right: 68px !important;
  }
  .u-p--right--md--69px {
    padding-right: 69px !important;
  }
  .u-p--right--md--70px {
    padding-right: 70px !important;
  }
  .u-p--right--md--71px {
    padding-right: 71px !important;
  }
  .u-p--right--md--72px {
    padding-right: 72px !important;
  }
  .u-p--right--md--73px {
    padding-right: 73px !important;
  }
  .u-p--right--md--74px {
    padding-right: 74px !important;
  }
  .u-p--right--md--75px {
    padding-right: 75px !important;
  }
  .u-p--right--md--76px {
    padding-right: 76px !important;
  }
  .u-p--right--md--77px {
    padding-right: 77px !important;
  }
  .u-p--right--md--78px {
    padding-right: 78px !important;
  }
  .u-p--right--md--79px {
    padding-right: 79px !important;
  }
  .u-p--right--md--80px {
    padding-right: 80px !important;
  }
  .u-p--right--md--81px {
    padding-right: 81px !important;
  }
  .u-p--right--md--82px {
    padding-right: 82px !important;
  }
  .u-p--right--md--83px {
    padding-right: 83px !important;
  }
  .u-p--right--md--84px {
    padding-right: 84px !important;
  }
  .u-p--right--md--85px {
    padding-right: 85px !important;
  }
  .u-p--right--md--86px {
    padding-right: 86px !important;
  }
  .u-p--right--md--87px {
    padding-right: 87px !important;
  }
  .u-p--right--md--88px {
    padding-right: 88px !important;
  }
  .u-p--right--md--89px {
    padding-right: 89px !important;
  }
  .u-p--right--md--90px {
    padding-right: 90px !important;
  }
  .u-p--right--md--91px {
    padding-right: 91px !important;
  }
  .u-p--right--md--92px {
    padding-right: 92px !important;
  }
  .u-p--right--md--93px {
    padding-right: 93px !important;
  }
  .u-p--right--md--94px {
    padding-right: 94px !important;
  }
  .u-p--right--md--95px {
    padding-right: 95px !important;
  }
  .u-p--right--md--96px {
    padding-right: 96px !important;
  }
  .u-p--right--md--97px {
    padding-right: 97px !important;
  }
  .u-p--right--md--98px {
    padding-right: 98px !important;
  }
  .u-p--right--md--99px {
    padding-right: 99px !important;
  }
  .u-p--right--md--100px {
    padding-right: 100px !important;
  }
}
@media (max-width: 1560px) {
  .u-p--right--lg--0 {
    padding-right: 0 !important;
  }
  .u-p--right--lg--1px {
    padding-right: 1px !important;
  }
  .u-p--right--lg--2px {
    padding-right: 2px !important;
  }
  .u-p--right--lg--3px {
    padding-right: 3px !important;
  }
  .u-p--right--lg--4px {
    padding-right: 4px !important;
  }
  .u-p--right--lg--5px {
    padding-right: 5px !important;
  }
  .u-p--right--lg--6px {
    padding-right: 6px !important;
  }
  .u-p--right--lg--7px {
    padding-right: 7px !important;
  }
  .u-p--right--lg--8px {
    padding-right: 8px !important;
  }
  .u-p--right--lg--9px {
    padding-right: 9px !important;
  }
  .u-p--right--lg--10px {
    padding-right: 10px !important;
  }
  .u-p--right--lg--11px {
    padding-right: 11px !important;
  }
  .u-p--right--lg--12px {
    padding-right: 12px !important;
  }
  .u-p--right--lg--13px {
    padding-right: 13px !important;
  }
  .u-p--right--lg--14px {
    padding-right: 14px !important;
  }
  .u-p--right--lg--15px {
    padding-right: 15px !important;
  }
  .u-p--right--lg--16px {
    padding-right: 16px !important;
  }
  .u-p--right--lg--17px {
    padding-right: 17px !important;
  }
  .u-p--right--lg--18px {
    padding-right: 18px !important;
  }
  .u-p--right--lg--19px {
    padding-right: 19px !important;
  }
  .u-p--right--lg--20px {
    padding-right: 20px !important;
  }
  .u-p--right--lg--21px {
    padding-right: 21px !important;
  }
  .u-p--right--lg--22px {
    padding-right: 22px !important;
  }
  .u-p--right--lg--23px {
    padding-right: 23px !important;
  }
  .u-p--right--lg--24px {
    padding-right: 24px !important;
  }
  .u-p--right--lg--25px {
    padding-right: 25px !important;
  }
  .u-p--right--lg--26px {
    padding-right: 26px !important;
  }
  .u-p--right--lg--27px {
    padding-right: 27px !important;
  }
  .u-p--right--lg--28px {
    padding-right: 28px !important;
  }
  .u-p--right--lg--29px {
    padding-right: 29px !important;
  }
  .u-p--right--lg--30px {
    padding-right: 30px !important;
  }
  .u-p--right--lg--31px {
    padding-right: 31px !important;
  }
  .u-p--right--lg--32px {
    padding-right: 32px !important;
  }
  .u-p--right--lg--33px {
    padding-right: 33px !important;
  }
  .u-p--right--lg--34px {
    padding-right: 34px !important;
  }
  .u-p--right--lg--35px {
    padding-right: 35px !important;
  }
  .u-p--right--lg--36px {
    padding-right: 36px !important;
  }
  .u-p--right--lg--37px {
    padding-right: 37px !important;
  }
  .u-p--right--lg--38px {
    padding-right: 38px !important;
  }
  .u-p--right--lg--39px {
    padding-right: 39px !important;
  }
  .u-p--right--lg--40px {
    padding-right: 40px !important;
  }
  .u-p--right--lg--41px {
    padding-right: 41px !important;
  }
  .u-p--right--lg--42px {
    padding-right: 42px !important;
  }
  .u-p--right--lg--43px {
    padding-right: 43px !important;
  }
  .u-p--right--lg--44px {
    padding-right: 44px !important;
  }
  .u-p--right--lg--45px {
    padding-right: 45px !important;
  }
  .u-p--right--lg--46px {
    padding-right: 46px !important;
  }
  .u-p--right--lg--47px {
    padding-right: 47px !important;
  }
  .u-p--right--lg--48px {
    padding-right: 48px !important;
  }
  .u-p--right--lg--49px {
    padding-right: 49px !important;
  }
  .u-p--right--lg--50px {
    padding-right: 50px !important;
  }
  .u-p--right--lg--51px {
    padding-right: 51px !important;
  }
  .u-p--right--lg--52px {
    padding-right: 52px !important;
  }
  .u-p--right--lg--53px {
    padding-right: 53px !important;
  }
  .u-p--right--lg--54px {
    padding-right: 54px !important;
  }
  .u-p--right--lg--55px {
    padding-right: 55px !important;
  }
  .u-p--right--lg--56px {
    padding-right: 56px !important;
  }
  .u-p--right--lg--57px {
    padding-right: 57px !important;
  }
  .u-p--right--lg--58px {
    padding-right: 58px !important;
  }
  .u-p--right--lg--59px {
    padding-right: 59px !important;
  }
  .u-p--right--lg--60px {
    padding-right: 60px !important;
  }
  .u-p--right--lg--61px {
    padding-right: 61px !important;
  }
  .u-p--right--lg--62px {
    padding-right: 62px !important;
  }
  .u-p--right--lg--63px {
    padding-right: 63px !important;
  }
  .u-p--right--lg--64px {
    padding-right: 64px !important;
  }
  .u-p--right--lg--65px {
    padding-right: 65px !important;
  }
  .u-p--right--lg--66px {
    padding-right: 66px !important;
  }
  .u-p--right--lg--67px {
    padding-right: 67px !important;
  }
  .u-p--right--lg--68px {
    padding-right: 68px !important;
  }
  .u-p--right--lg--69px {
    padding-right: 69px !important;
  }
  .u-p--right--lg--70px {
    padding-right: 70px !important;
  }
  .u-p--right--lg--71px {
    padding-right: 71px !important;
  }
  .u-p--right--lg--72px {
    padding-right: 72px !important;
  }
  .u-p--right--lg--73px {
    padding-right: 73px !important;
  }
  .u-p--right--lg--74px {
    padding-right: 74px !important;
  }
  .u-p--right--lg--75px {
    padding-right: 75px !important;
  }
  .u-p--right--lg--76px {
    padding-right: 76px !important;
  }
  .u-p--right--lg--77px {
    padding-right: 77px !important;
  }
  .u-p--right--lg--78px {
    padding-right: 78px !important;
  }
  .u-p--right--lg--79px {
    padding-right: 79px !important;
  }
  .u-p--right--lg--80px {
    padding-right: 80px !important;
  }
  .u-p--right--lg--81px {
    padding-right: 81px !important;
  }
  .u-p--right--lg--82px {
    padding-right: 82px !important;
  }
  .u-p--right--lg--83px {
    padding-right: 83px !important;
  }
  .u-p--right--lg--84px {
    padding-right: 84px !important;
  }
  .u-p--right--lg--85px {
    padding-right: 85px !important;
  }
  .u-p--right--lg--86px {
    padding-right: 86px !important;
  }
  .u-p--right--lg--87px {
    padding-right: 87px !important;
  }
  .u-p--right--lg--88px {
    padding-right: 88px !important;
  }
  .u-p--right--lg--89px {
    padding-right: 89px !important;
  }
  .u-p--right--lg--90px {
    padding-right: 90px !important;
  }
  .u-p--right--lg--91px {
    padding-right: 91px !important;
  }
  .u-p--right--lg--92px {
    padding-right: 92px !important;
  }
  .u-p--right--lg--93px {
    padding-right: 93px !important;
  }
  .u-p--right--lg--94px {
    padding-right: 94px !important;
  }
  .u-p--right--lg--95px {
    padding-right: 95px !important;
  }
  .u-p--right--lg--96px {
    padding-right: 96px !important;
  }
  .u-p--right--lg--97px {
    padding-right: 97px !important;
  }
  .u-p--right--lg--98px {
    padding-right: 98px !important;
  }
  .u-p--right--lg--99px {
    padding-right: 99px !important;
  }
  .u-p--right--lg--100px {
    padding-right: 100px !important;
  }
}
.u-p--bottom--0 {
  padding-bottom: 0 !important;
}
.u-p--bottom--1px {
  padding-bottom: 1px !important;
}
.u-p--bottom--2px {
  padding-bottom: 2px !important;
}
.u-p--bottom--3px {
  padding-bottom: 3px !important;
}
.u-p--bottom--4px {
  padding-bottom: 4px !important;
}
.u-p--bottom--5px {
  padding-bottom: 5px !important;
}
.u-p--bottom--6px {
  padding-bottom: 6px !important;
}
.u-p--bottom--7px {
  padding-bottom: 7px !important;
}
.u-p--bottom--8px {
  padding-bottom: 8px !important;
}
.u-p--bottom--9px {
  padding-bottom: 9px !important;
}
.u-p--bottom--10px {
  padding-bottom: 10px !important;
}
.u-p--bottom--11px {
  padding-bottom: 11px !important;
}
.u-p--bottom--12px {
  padding-bottom: 12px !important;
}
.u-p--bottom--13px {
  padding-bottom: 13px !important;
}
.u-p--bottom--14px {
  padding-bottom: 14px !important;
}
.u-p--bottom--15px {
  padding-bottom: 15px !important;
}
.u-p--bottom--16px {
  padding-bottom: 16px !important;
}
.u-p--bottom--17px {
  padding-bottom: 17px !important;
}
.u-p--bottom--18px {
  padding-bottom: 18px !important;
}
.u-p--bottom--19px {
  padding-bottom: 19px !important;
}
.u-p--bottom--20px {
  padding-bottom: 20px !important;
}
.u-p--bottom--21px {
  padding-bottom: 21px !important;
}
.u-p--bottom--22px {
  padding-bottom: 22px !important;
}
.u-p--bottom--23px {
  padding-bottom: 23px !important;
}
.u-p--bottom--24px {
  padding-bottom: 24px !important;
}
.u-p--bottom--25px {
  padding-bottom: 25px !important;
}
.u-p--bottom--26px {
  padding-bottom: 26px !important;
}
.u-p--bottom--27px {
  padding-bottom: 27px !important;
}
.u-p--bottom--28px {
  padding-bottom: 28px !important;
}
.u-p--bottom--29px {
  padding-bottom: 29px !important;
}
.u-p--bottom--30px {
  padding-bottom: 30px !important;
}
.u-p--bottom--31px {
  padding-bottom: 31px !important;
}
.u-p--bottom--32px {
  padding-bottom: 32px !important;
}
.u-p--bottom--33px {
  padding-bottom: 33px !important;
}
.u-p--bottom--34px {
  padding-bottom: 34px !important;
}
.u-p--bottom--35px {
  padding-bottom: 35px !important;
}
.u-p--bottom--36px {
  padding-bottom: 36px !important;
}
.u-p--bottom--37px {
  padding-bottom: 37px !important;
}
.u-p--bottom--38px {
  padding-bottom: 38px !important;
}
.u-p--bottom--39px {
  padding-bottom: 39px !important;
}
.u-p--bottom--40px {
  padding-bottom: 40px !important;
}
.u-p--bottom--41px {
  padding-bottom: 41px !important;
}
.u-p--bottom--42px {
  padding-bottom: 42px !important;
}
.u-p--bottom--43px {
  padding-bottom: 43px !important;
}
.u-p--bottom--44px {
  padding-bottom: 44px !important;
}
.u-p--bottom--45px {
  padding-bottom: 45px !important;
}
.u-p--bottom--46px {
  padding-bottom: 46px !important;
}
.u-p--bottom--47px {
  padding-bottom: 47px !important;
}
.u-p--bottom--48px {
  padding-bottom: 48px !important;
}
.u-p--bottom--49px {
  padding-bottom: 49px !important;
}
.u-p--bottom--50px {
  padding-bottom: 50px !important;
}
.u-p--bottom--51px {
  padding-bottom: 51px !important;
}
.u-p--bottom--52px {
  padding-bottom: 52px !important;
}
.u-p--bottom--53px {
  padding-bottom: 53px !important;
}
.u-p--bottom--54px {
  padding-bottom: 54px !important;
}
.u-p--bottom--55px {
  padding-bottom: 55px !important;
}
.u-p--bottom--56px {
  padding-bottom: 56px !important;
}
.u-p--bottom--57px {
  padding-bottom: 57px !important;
}
.u-p--bottom--58px {
  padding-bottom: 58px !important;
}
.u-p--bottom--59px {
  padding-bottom: 59px !important;
}
.u-p--bottom--60px {
  padding-bottom: 60px !important;
}
.u-p--bottom--61px {
  padding-bottom: 61px !important;
}
.u-p--bottom--62px {
  padding-bottom: 62px !important;
}
.u-p--bottom--63px {
  padding-bottom: 63px !important;
}
.u-p--bottom--64px {
  padding-bottom: 64px !important;
}
.u-p--bottom--65px {
  padding-bottom: 65px !important;
}
.u-p--bottom--66px {
  padding-bottom: 66px !important;
}
.u-p--bottom--67px {
  padding-bottom: 67px !important;
}
.u-p--bottom--68px {
  padding-bottom: 68px !important;
}
.u-p--bottom--69px {
  padding-bottom: 69px !important;
}
.u-p--bottom--70px {
  padding-bottom: 70px !important;
}
.u-p--bottom--71px {
  padding-bottom: 71px !important;
}
.u-p--bottom--72px {
  padding-bottom: 72px !important;
}
.u-p--bottom--73px {
  padding-bottom: 73px !important;
}
.u-p--bottom--74px {
  padding-bottom: 74px !important;
}
.u-p--bottom--75px {
  padding-bottom: 75px !important;
}
.u-p--bottom--76px {
  padding-bottom: 76px !important;
}
.u-p--bottom--77px {
  padding-bottom: 77px !important;
}
.u-p--bottom--78px {
  padding-bottom: 78px !important;
}
.u-p--bottom--79px {
  padding-bottom: 79px !important;
}
.u-p--bottom--80px {
  padding-bottom: 80px !important;
}
.u-p--bottom--81px {
  padding-bottom: 81px !important;
}
.u-p--bottom--82px {
  padding-bottom: 82px !important;
}
.u-p--bottom--83px {
  padding-bottom: 83px !important;
}
.u-p--bottom--84px {
  padding-bottom: 84px !important;
}
.u-p--bottom--85px {
  padding-bottom: 85px !important;
}
.u-p--bottom--86px {
  padding-bottom: 86px !important;
}
.u-p--bottom--87px {
  padding-bottom: 87px !important;
}
.u-p--bottom--88px {
  padding-bottom: 88px !important;
}
.u-p--bottom--89px {
  padding-bottom: 89px !important;
}
.u-p--bottom--90px {
  padding-bottom: 90px !important;
}
.u-p--bottom--91px {
  padding-bottom: 91px !important;
}
.u-p--bottom--92px {
  padding-bottom: 92px !important;
}
.u-p--bottom--93px {
  padding-bottom: 93px !important;
}
.u-p--bottom--94px {
  padding-bottom: 94px !important;
}
.u-p--bottom--95px {
  padding-bottom: 95px !important;
}
.u-p--bottom--96px {
  padding-bottom: 96px !important;
}
.u-p--bottom--97px {
  padding-bottom: 97px !important;
}
.u-p--bottom--98px {
  padding-bottom: 98px !important;
}
.u-p--bottom--99px {
  padding-bottom: 99px !important;
}
.u-p--bottom--100px {
  padding-bottom: 100px !important;
}
@media (max-width: 480px) {
  .u-p--bottom--sm--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--sm--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--sm--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--sm--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--sm--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--sm--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--sm--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--sm--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--sm--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--sm--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--sm--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--sm--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--sm--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--sm--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--sm--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--sm--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--sm--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--sm--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--sm--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--sm--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--sm--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--sm--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--sm--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--sm--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--sm--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--sm--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--sm--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--sm--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--sm--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--sm--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--sm--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--sm--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--sm--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--sm--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--sm--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--sm--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--sm--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--sm--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--sm--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--sm--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--sm--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--sm--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--sm--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--sm--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--sm--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--sm--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--sm--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--sm--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--sm--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--sm--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--sm--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--sm--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--sm--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--sm--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--sm--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--sm--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--sm--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--sm--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--sm--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--sm--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--sm--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--sm--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--sm--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--sm--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--sm--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--sm--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--sm--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--sm--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--sm--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--sm--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--sm--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--sm--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--sm--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--sm--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--sm--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--sm--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--sm--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--sm--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--sm--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--sm--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--sm--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--sm--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--sm--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--sm--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--sm--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--sm--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--sm--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--sm--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--sm--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--sm--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--sm--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--sm--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--sm--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--sm--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--sm--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--sm--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--sm--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--sm--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--sm--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--sm--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--sm--100px {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1024px) {
  .u-p--bottom--md--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--md--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--md--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--md--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--md--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--md--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--md--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--md--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--md--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--md--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--md--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--md--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--md--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--md--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--md--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--md--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--md--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--md--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--md--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--md--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--md--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--md--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--md--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--md--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--md--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--md--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--md--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--md--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--md--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--md--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--md--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--md--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--md--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--md--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--md--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--md--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--md--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--md--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--md--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--md--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--md--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--md--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--md--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--md--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--md--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--md--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--md--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--md--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--md--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--md--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--md--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--md--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--md--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--md--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--md--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--md--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--md--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--md--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--md--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--md--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--md--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--md--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--md--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--md--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--md--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--md--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--md--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--md--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--md--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--md--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--md--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--md--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--md--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--md--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--md--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--md--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--md--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--md--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--md--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--md--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--md--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--md--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--md--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--md--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--md--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--md--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--md--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--md--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--md--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--md--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--md--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--md--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--md--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--md--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--md--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--md--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--md--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--md--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--md--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--md--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--md--100px {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1560px) {
  .u-p--bottom--lg--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--lg--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--lg--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--lg--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--lg--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--lg--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--lg--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--lg--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--lg--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--lg--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--lg--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--lg--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--lg--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--lg--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--lg--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--lg--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--lg--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--lg--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--lg--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--lg--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--lg--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--lg--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--lg--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--lg--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--lg--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--lg--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--lg--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--lg--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--lg--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--lg--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--lg--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--lg--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--lg--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--lg--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--lg--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--lg--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--lg--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--lg--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--lg--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--lg--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--lg--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--lg--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--lg--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--lg--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--lg--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--lg--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--lg--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--lg--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--lg--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--lg--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--lg--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--lg--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--lg--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--lg--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--lg--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--lg--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--lg--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--lg--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--lg--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--lg--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--lg--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--lg--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--lg--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--lg--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--lg--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--lg--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--lg--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--lg--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--lg--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--lg--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--lg--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--lg--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--lg--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--lg--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--lg--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--lg--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--lg--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--lg--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--lg--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--lg--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--lg--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--lg--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--lg--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--lg--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--lg--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--lg--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--lg--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--lg--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--lg--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--lg--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--lg--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--lg--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--lg--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--lg--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--lg--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--lg--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--lg--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--lg--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--lg--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--lg--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--lg--100px {
    padding-bottom: 100px !important;
  }
}
.u-p--left--0 {
  padding-left: 0 !important;
}
.u-p--left--1px {
  padding-left: 1px !important;
}
.u-p--left--2px {
  padding-left: 2px !important;
}
.u-p--left--3px {
  padding-left: 3px !important;
}
.u-p--left--4px {
  padding-left: 4px !important;
}
.u-p--left--5px {
  padding-left: 5px !important;
}
.u-p--left--6px {
  padding-left: 6px !important;
}
.u-p--left--7px {
  padding-left: 7px !important;
}
.u-p--left--8px {
  padding-left: 8px !important;
}
.u-p--left--9px {
  padding-left: 9px !important;
}
.u-p--left--10px {
  padding-left: 10px !important;
}
.u-p--left--11px {
  padding-left: 11px !important;
}
.u-p--left--12px {
  padding-left: 12px !important;
}
.u-p--left--13px {
  padding-left: 13px !important;
}
.u-p--left--14px {
  padding-left: 14px !important;
}
.u-p--left--15px {
  padding-left: 15px !important;
}
.u-p--left--16px {
  padding-left: 16px !important;
}
.u-p--left--17px {
  padding-left: 17px !important;
}
.u-p--left--18px {
  padding-left: 18px !important;
}
.u-p--left--19px {
  padding-left: 19px !important;
}
.u-p--left--20px {
  padding-left: 20px !important;
}
.u-p--left--21px {
  padding-left: 21px !important;
}
.u-p--left--22px {
  padding-left: 22px !important;
}
.u-p--left--23px {
  padding-left: 23px !important;
}
.u-p--left--24px {
  padding-left: 24px !important;
}
.u-p--left--25px {
  padding-left: 25px !important;
}
.u-p--left--26px {
  padding-left: 26px !important;
}
.u-p--left--27px {
  padding-left: 27px !important;
}
.u-p--left--28px {
  padding-left: 28px !important;
}
.u-p--left--29px {
  padding-left: 29px !important;
}
.u-p--left--30px {
  padding-left: 30px !important;
}
.u-p--left--31px {
  padding-left: 31px !important;
}
.u-p--left--32px {
  padding-left: 32px !important;
}
.u-p--left--33px {
  padding-left: 33px !important;
}
.u-p--left--34px {
  padding-left: 34px !important;
}
.u-p--left--35px {
  padding-left: 35px !important;
}
.u-p--left--36px {
  padding-left: 36px !important;
}
.u-p--left--37px {
  padding-left: 37px !important;
}
.u-p--left--38px {
  padding-left: 38px !important;
}
.u-p--left--39px {
  padding-left: 39px !important;
}
.u-p--left--40px {
  padding-left: 40px !important;
}
.u-p--left--41px {
  padding-left: 41px !important;
}
.u-p--left--42px {
  padding-left: 42px !important;
}
.u-p--left--43px {
  padding-left: 43px !important;
}
.u-p--left--44px {
  padding-left: 44px !important;
}
.u-p--left--45px {
  padding-left: 45px !important;
}
.u-p--left--46px {
  padding-left: 46px !important;
}
.u-p--left--47px {
  padding-left: 47px !important;
}
.u-p--left--48px {
  padding-left: 48px !important;
}
.u-p--left--49px {
  padding-left: 49px !important;
}
.u-p--left--50px {
  padding-left: 50px !important;
}
.u-p--left--51px {
  padding-left: 51px !important;
}
.u-p--left--52px {
  padding-left: 52px !important;
}
.u-p--left--53px {
  padding-left: 53px !important;
}
.u-p--left--54px {
  padding-left: 54px !important;
}
.u-p--left--55px {
  padding-left: 55px !important;
}
.u-p--left--56px {
  padding-left: 56px !important;
}
.u-p--left--57px {
  padding-left: 57px !important;
}
.u-p--left--58px {
  padding-left: 58px !important;
}
.u-p--left--59px {
  padding-left: 59px !important;
}
.u-p--left--60px {
  padding-left: 60px !important;
}
.u-p--left--61px {
  padding-left: 61px !important;
}
.u-p--left--62px {
  padding-left: 62px !important;
}
.u-p--left--63px {
  padding-left: 63px !important;
}
.u-p--left--64px {
  padding-left: 64px !important;
}
.u-p--left--65px {
  padding-left: 65px !important;
}
.u-p--left--66px {
  padding-left: 66px !important;
}
.u-p--left--67px {
  padding-left: 67px !important;
}
.u-p--left--68px {
  padding-left: 68px !important;
}
.u-p--left--69px {
  padding-left: 69px !important;
}
.u-p--left--70px {
  padding-left: 70px !important;
}
.u-p--left--71px {
  padding-left: 71px !important;
}
.u-p--left--72px {
  padding-left: 72px !important;
}
.u-p--left--73px {
  padding-left: 73px !important;
}
.u-p--left--74px {
  padding-left: 74px !important;
}
.u-p--left--75px {
  padding-left: 75px !important;
}
.u-p--left--76px {
  padding-left: 76px !important;
}
.u-p--left--77px {
  padding-left: 77px !important;
}
.u-p--left--78px {
  padding-left: 78px !important;
}
.u-p--left--79px {
  padding-left: 79px !important;
}
.u-p--left--80px {
  padding-left: 80px !important;
}
.u-p--left--81px {
  padding-left: 81px !important;
}
.u-p--left--82px {
  padding-left: 82px !important;
}
.u-p--left--83px {
  padding-left: 83px !important;
}
.u-p--left--84px {
  padding-left: 84px !important;
}
.u-p--left--85px {
  padding-left: 85px !important;
}
.u-p--left--86px {
  padding-left: 86px !important;
}
.u-p--left--87px {
  padding-left: 87px !important;
}
.u-p--left--88px {
  padding-left: 88px !important;
}
.u-p--left--89px {
  padding-left: 89px !important;
}
.u-p--left--90px {
  padding-left: 90px !important;
}
.u-p--left--91px {
  padding-left: 91px !important;
}
.u-p--left--92px {
  padding-left: 92px !important;
}
.u-p--left--93px {
  padding-left: 93px !important;
}
.u-p--left--94px {
  padding-left: 94px !important;
}
.u-p--left--95px {
  padding-left: 95px !important;
}
.u-p--left--96px {
  padding-left: 96px !important;
}
.u-p--left--97px {
  padding-left: 97px !important;
}
.u-p--left--98px {
  padding-left: 98px !important;
}
.u-p--left--99px {
  padding-left: 99px !important;
}
.u-p--left--100px {
  padding-left: 100px !important;
}
@media (max-width: 480px) {
  .u-p--left--sm--0 {
    padding-left: 0 !important;
  }
  .u-p--left--sm--1px {
    padding-left: 1px !important;
  }
  .u-p--left--sm--2px {
    padding-left: 2px !important;
  }
  .u-p--left--sm--3px {
    padding-left: 3px !important;
  }
  .u-p--left--sm--4px {
    padding-left: 4px !important;
  }
  .u-p--left--sm--5px {
    padding-left: 5px !important;
  }
  .u-p--left--sm--6px {
    padding-left: 6px !important;
  }
  .u-p--left--sm--7px {
    padding-left: 7px !important;
  }
  .u-p--left--sm--8px {
    padding-left: 8px !important;
  }
  .u-p--left--sm--9px {
    padding-left: 9px !important;
  }
  .u-p--left--sm--10px {
    padding-left: 10px !important;
  }
  .u-p--left--sm--11px {
    padding-left: 11px !important;
  }
  .u-p--left--sm--12px {
    padding-left: 12px !important;
  }
  .u-p--left--sm--13px {
    padding-left: 13px !important;
  }
  .u-p--left--sm--14px {
    padding-left: 14px !important;
  }
  .u-p--left--sm--15px {
    padding-left: 15px !important;
  }
  .u-p--left--sm--16px {
    padding-left: 16px !important;
  }
  .u-p--left--sm--17px {
    padding-left: 17px !important;
  }
  .u-p--left--sm--18px {
    padding-left: 18px !important;
  }
  .u-p--left--sm--19px {
    padding-left: 19px !important;
  }
  .u-p--left--sm--20px {
    padding-left: 20px !important;
  }
  .u-p--left--sm--21px {
    padding-left: 21px !important;
  }
  .u-p--left--sm--22px {
    padding-left: 22px !important;
  }
  .u-p--left--sm--23px {
    padding-left: 23px !important;
  }
  .u-p--left--sm--24px {
    padding-left: 24px !important;
  }
  .u-p--left--sm--25px {
    padding-left: 25px !important;
  }
  .u-p--left--sm--26px {
    padding-left: 26px !important;
  }
  .u-p--left--sm--27px {
    padding-left: 27px !important;
  }
  .u-p--left--sm--28px {
    padding-left: 28px !important;
  }
  .u-p--left--sm--29px {
    padding-left: 29px !important;
  }
  .u-p--left--sm--30px {
    padding-left: 30px !important;
  }
  .u-p--left--sm--31px {
    padding-left: 31px !important;
  }
  .u-p--left--sm--32px {
    padding-left: 32px !important;
  }
  .u-p--left--sm--33px {
    padding-left: 33px !important;
  }
  .u-p--left--sm--34px {
    padding-left: 34px !important;
  }
  .u-p--left--sm--35px {
    padding-left: 35px !important;
  }
  .u-p--left--sm--36px {
    padding-left: 36px !important;
  }
  .u-p--left--sm--37px {
    padding-left: 37px !important;
  }
  .u-p--left--sm--38px {
    padding-left: 38px !important;
  }
  .u-p--left--sm--39px {
    padding-left: 39px !important;
  }
  .u-p--left--sm--40px {
    padding-left: 40px !important;
  }
  .u-p--left--sm--41px {
    padding-left: 41px !important;
  }
  .u-p--left--sm--42px {
    padding-left: 42px !important;
  }
  .u-p--left--sm--43px {
    padding-left: 43px !important;
  }
  .u-p--left--sm--44px {
    padding-left: 44px !important;
  }
  .u-p--left--sm--45px {
    padding-left: 45px !important;
  }
  .u-p--left--sm--46px {
    padding-left: 46px !important;
  }
  .u-p--left--sm--47px {
    padding-left: 47px !important;
  }
  .u-p--left--sm--48px {
    padding-left: 48px !important;
  }
  .u-p--left--sm--49px {
    padding-left: 49px !important;
  }
  .u-p--left--sm--50px {
    padding-left: 50px !important;
  }
  .u-p--left--sm--51px {
    padding-left: 51px !important;
  }
  .u-p--left--sm--52px {
    padding-left: 52px !important;
  }
  .u-p--left--sm--53px {
    padding-left: 53px !important;
  }
  .u-p--left--sm--54px {
    padding-left: 54px !important;
  }
  .u-p--left--sm--55px {
    padding-left: 55px !important;
  }
  .u-p--left--sm--56px {
    padding-left: 56px !important;
  }
  .u-p--left--sm--57px {
    padding-left: 57px !important;
  }
  .u-p--left--sm--58px {
    padding-left: 58px !important;
  }
  .u-p--left--sm--59px {
    padding-left: 59px !important;
  }
  .u-p--left--sm--60px {
    padding-left: 60px !important;
  }
  .u-p--left--sm--61px {
    padding-left: 61px !important;
  }
  .u-p--left--sm--62px {
    padding-left: 62px !important;
  }
  .u-p--left--sm--63px {
    padding-left: 63px !important;
  }
  .u-p--left--sm--64px {
    padding-left: 64px !important;
  }
  .u-p--left--sm--65px {
    padding-left: 65px !important;
  }
  .u-p--left--sm--66px {
    padding-left: 66px !important;
  }
  .u-p--left--sm--67px {
    padding-left: 67px !important;
  }
  .u-p--left--sm--68px {
    padding-left: 68px !important;
  }
  .u-p--left--sm--69px {
    padding-left: 69px !important;
  }
  .u-p--left--sm--70px {
    padding-left: 70px !important;
  }
  .u-p--left--sm--71px {
    padding-left: 71px !important;
  }
  .u-p--left--sm--72px {
    padding-left: 72px !important;
  }
  .u-p--left--sm--73px {
    padding-left: 73px !important;
  }
  .u-p--left--sm--74px {
    padding-left: 74px !important;
  }
  .u-p--left--sm--75px {
    padding-left: 75px !important;
  }
  .u-p--left--sm--76px {
    padding-left: 76px !important;
  }
  .u-p--left--sm--77px {
    padding-left: 77px !important;
  }
  .u-p--left--sm--78px {
    padding-left: 78px !important;
  }
  .u-p--left--sm--79px {
    padding-left: 79px !important;
  }
  .u-p--left--sm--80px {
    padding-left: 80px !important;
  }
  .u-p--left--sm--81px {
    padding-left: 81px !important;
  }
  .u-p--left--sm--82px {
    padding-left: 82px !important;
  }
  .u-p--left--sm--83px {
    padding-left: 83px !important;
  }
  .u-p--left--sm--84px {
    padding-left: 84px !important;
  }
  .u-p--left--sm--85px {
    padding-left: 85px !important;
  }
  .u-p--left--sm--86px {
    padding-left: 86px !important;
  }
  .u-p--left--sm--87px {
    padding-left: 87px !important;
  }
  .u-p--left--sm--88px {
    padding-left: 88px !important;
  }
  .u-p--left--sm--89px {
    padding-left: 89px !important;
  }
  .u-p--left--sm--90px {
    padding-left: 90px !important;
  }
  .u-p--left--sm--91px {
    padding-left: 91px !important;
  }
  .u-p--left--sm--92px {
    padding-left: 92px !important;
  }
  .u-p--left--sm--93px {
    padding-left: 93px !important;
  }
  .u-p--left--sm--94px {
    padding-left: 94px !important;
  }
  .u-p--left--sm--95px {
    padding-left: 95px !important;
  }
  .u-p--left--sm--96px {
    padding-left: 96px !important;
  }
  .u-p--left--sm--97px {
    padding-left: 97px !important;
  }
  .u-p--left--sm--98px {
    padding-left: 98px !important;
  }
  .u-p--left--sm--99px {
    padding-left: 99px !important;
  }
  .u-p--left--sm--100px {
    padding-left: 100px !important;
  }
}
@media (max-width: 1024px) {
  .u-p--left--md--0 {
    padding-left: 0 !important;
  }
  .u-p--left--md--1px {
    padding-left: 1px !important;
  }
  .u-p--left--md--2px {
    padding-left: 2px !important;
  }
  .u-p--left--md--3px {
    padding-left: 3px !important;
  }
  .u-p--left--md--4px {
    padding-left: 4px !important;
  }
  .u-p--left--md--5px {
    padding-left: 5px !important;
  }
  .u-p--left--md--6px {
    padding-left: 6px !important;
  }
  .u-p--left--md--7px {
    padding-left: 7px !important;
  }
  .u-p--left--md--8px {
    padding-left: 8px !important;
  }
  .u-p--left--md--9px {
    padding-left: 9px !important;
  }
  .u-p--left--md--10px {
    padding-left: 10px !important;
  }
  .u-p--left--md--11px {
    padding-left: 11px !important;
  }
  .u-p--left--md--12px {
    padding-left: 12px !important;
  }
  .u-p--left--md--13px {
    padding-left: 13px !important;
  }
  .u-p--left--md--14px {
    padding-left: 14px !important;
  }
  .u-p--left--md--15px {
    padding-left: 15px !important;
  }
  .u-p--left--md--16px {
    padding-left: 16px !important;
  }
  .u-p--left--md--17px {
    padding-left: 17px !important;
  }
  .u-p--left--md--18px {
    padding-left: 18px !important;
  }
  .u-p--left--md--19px {
    padding-left: 19px !important;
  }
  .u-p--left--md--20px {
    padding-left: 20px !important;
  }
  .u-p--left--md--21px {
    padding-left: 21px !important;
  }
  .u-p--left--md--22px {
    padding-left: 22px !important;
  }
  .u-p--left--md--23px {
    padding-left: 23px !important;
  }
  .u-p--left--md--24px {
    padding-left: 24px !important;
  }
  .u-p--left--md--25px {
    padding-left: 25px !important;
  }
  .u-p--left--md--26px {
    padding-left: 26px !important;
  }
  .u-p--left--md--27px {
    padding-left: 27px !important;
  }
  .u-p--left--md--28px {
    padding-left: 28px !important;
  }
  .u-p--left--md--29px {
    padding-left: 29px !important;
  }
  .u-p--left--md--30px {
    padding-left: 30px !important;
  }
  .u-p--left--md--31px {
    padding-left: 31px !important;
  }
  .u-p--left--md--32px {
    padding-left: 32px !important;
  }
  .u-p--left--md--33px {
    padding-left: 33px !important;
  }
  .u-p--left--md--34px {
    padding-left: 34px !important;
  }
  .u-p--left--md--35px {
    padding-left: 35px !important;
  }
  .u-p--left--md--36px {
    padding-left: 36px !important;
  }
  .u-p--left--md--37px {
    padding-left: 37px !important;
  }
  .u-p--left--md--38px {
    padding-left: 38px !important;
  }
  .u-p--left--md--39px {
    padding-left: 39px !important;
  }
  .u-p--left--md--40px {
    padding-left: 40px !important;
  }
  .u-p--left--md--41px {
    padding-left: 41px !important;
  }
  .u-p--left--md--42px {
    padding-left: 42px !important;
  }
  .u-p--left--md--43px {
    padding-left: 43px !important;
  }
  .u-p--left--md--44px {
    padding-left: 44px !important;
  }
  .u-p--left--md--45px {
    padding-left: 45px !important;
  }
  .u-p--left--md--46px {
    padding-left: 46px !important;
  }
  .u-p--left--md--47px {
    padding-left: 47px !important;
  }
  .u-p--left--md--48px {
    padding-left: 48px !important;
  }
  .u-p--left--md--49px {
    padding-left: 49px !important;
  }
  .u-p--left--md--50px {
    padding-left: 50px !important;
  }
  .u-p--left--md--51px {
    padding-left: 51px !important;
  }
  .u-p--left--md--52px {
    padding-left: 52px !important;
  }
  .u-p--left--md--53px {
    padding-left: 53px !important;
  }
  .u-p--left--md--54px {
    padding-left: 54px !important;
  }
  .u-p--left--md--55px {
    padding-left: 55px !important;
  }
  .u-p--left--md--56px {
    padding-left: 56px !important;
  }
  .u-p--left--md--57px {
    padding-left: 57px !important;
  }
  .u-p--left--md--58px {
    padding-left: 58px !important;
  }
  .u-p--left--md--59px {
    padding-left: 59px !important;
  }
  .u-p--left--md--60px {
    padding-left: 60px !important;
  }
  .u-p--left--md--61px {
    padding-left: 61px !important;
  }
  .u-p--left--md--62px {
    padding-left: 62px !important;
  }
  .u-p--left--md--63px {
    padding-left: 63px !important;
  }
  .u-p--left--md--64px {
    padding-left: 64px !important;
  }
  .u-p--left--md--65px {
    padding-left: 65px !important;
  }
  .u-p--left--md--66px {
    padding-left: 66px !important;
  }
  .u-p--left--md--67px {
    padding-left: 67px !important;
  }
  .u-p--left--md--68px {
    padding-left: 68px !important;
  }
  .u-p--left--md--69px {
    padding-left: 69px !important;
  }
  .u-p--left--md--70px {
    padding-left: 70px !important;
  }
  .u-p--left--md--71px {
    padding-left: 71px !important;
  }
  .u-p--left--md--72px {
    padding-left: 72px !important;
  }
  .u-p--left--md--73px {
    padding-left: 73px !important;
  }
  .u-p--left--md--74px {
    padding-left: 74px !important;
  }
  .u-p--left--md--75px {
    padding-left: 75px !important;
  }
  .u-p--left--md--76px {
    padding-left: 76px !important;
  }
  .u-p--left--md--77px {
    padding-left: 77px !important;
  }
  .u-p--left--md--78px {
    padding-left: 78px !important;
  }
  .u-p--left--md--79px {
    padding-left: 79px !important;
  }
  .u-p--left--md--80px {
    padding-left: 80px !important;
  }
  .u-p--left--md--81px {
    padding-left: 81px !important;
  }
  .u-p--left--md--82px {
    padding-left: 82px !important;
  }
  .u-p--left--md--83px {
    padding-left: 83px !important;
  }
  .u-p--left--md--84px {
    padding-left: 84px !important;
  }
  .u-p--left--md--85px {
    padding-left: 85px !important;
  }
  .u-p--left--md--86px {
    padding-left: 86px !important;
  }
  .u-p--left--md--87px {
    padding-left: 87px !important;
  }
  .u-p--left--md--88px {
    padding-left: 88px !important;
  }
  .u-p--left--md--89px {
    padding-left: 89px !important;
  }
  .u-p--left--md--90px {
    padding-left: 90px !important;
  }
  .u-p--left--md--91px {
    padding-left: 91px !important;
  }
  .u-p--left--md--92px {
    padding-left: 92px !important;
  }
  .u-p--left--md--93px {
    padding-left: 93px !important;
  }
  .u-p--left--md--94px {
    padding-left: 94px !important;
  }
  .u-p--left--md--95px {
    padding-left: 95px !important;
  }
  .u-p--left--md--96px {
    padding-left: 96px !important;
  }
  .u-p--left--md--97px {
    padding-left: 97px !important;
  }
  .u-p--left--md--98px {
    padding-left: 98px !important;
  }
  .u-p--left--md--99px {
    padding-left: 99px !important;
  }
  .u-p--left--md--100px {
    padding-left: 100px !important;
  }
}
@media (max-width: 1560px) {
  .u-p--left--lg--0 {
    padding-left: 0 !important;
  }
  .u-p--left--lg--1px {
    padding-left: 1px !important;
  }
  .u-p--left--lg--2px {
    padding-left: 2px !important;
  }
  .u-p--left--lg--3px {
    padding-left: 3px !important;
  }
  .u-p--left--lg--4px {
    padding-left: 4px !important;
  }
  .u-p--left--lg--5px {
    padding-left: 5px !important;
  }
  .u-p--left--lg--6px {
    padding-left: 6px !important;
  }
  .u-p--left--lg--7px {
    padding-left: 7px !important;
  }
  .u-p--left--lg--8px {
    padding-left: 8px !important;
  }
  .u-p--left--lg--9px {
    padding-left: 9px !important;
  }
  .u-p--left--lg--10px {
    padding-left: 10px !important;
  }
  .u-p--left--lg--11px {
    padding-left: 11px !important;
  }
  .u-p--left--lg--12px {
    padding-left: 12px !important;
  }
  .u-p--left--lg--13px {
    padding-left: 13px !important;
  }
  .u-p--left--lg--14px {
    padding-left: 14px !important;
  }
  .u-p--left--lg--15px {
    padding-left: 15px !important;
  }
  .u-p--left--lg--16px {
    padding-left: 16px !important;
  }
  .u-p--left--lg--17px {
    padding-left: 17px !important;
  }
  .u-p--left--lg--18px {
    padding-left: 18px !important;
  }
  .u-p--left--lg--19px {
    padding-left: 19px !important;
  }
  .u-p--left--lg--20px {
    padding-left: 20px !important;
  }
  .u-p--left--lg--21px {
    padding-left: 21px !important;
  }
  .u-p--left--lg--22px {
    padding-left: 22px !important;
  }
  .u-p--left--lg--23px {
    padding-left: 23px !important;
  }
  .u-p--left--lg--24px {
    padding-left: 24px !important;
  }
  .u-p--left--lg--25px {
    padding-left: 25px !important;
  }
  .u-p--left--lg--26px {
    padding-left: 26px !important;
  }
  .u-p--left--lg--27px {
    padding-left: 27px !important;
  }
  .u-p--left--lg--28px {
    padding-left: 28px !important;
  }
  .u-p--left--lg--29px {
    padding-left: 29px !important;
  }
  .u-p--left--lg--30px {
    padding-left: 30px !important;
  }
  .u-p--left--lg--31px {
    padding-left: 31px !important;
  }
  .u-p--left--lg--32px {
    padding-left: 32px !important;
  }
  .u-p--left--lg--33px {
    padding-left: 33px !important;
  }
  .u-p--left--lg--34px {
    padding-left: 34px !important;
  }
  .u-p--left--lg--35px {
    padding-left: 35px !important;
  }
  .u-p--left--lg--36px {
    padding-left: 36px !important;
  }
  .u-p--left--lg--37px {
    padding-left: 37px !important;
  }
  .u-p--left--lg--38px {
    padding-left: 38px !important;
  }
  .u-p--left--lg--39px {
    padding-left: 39px !important;
  }
  .u-p--left--lg--40px {
    padding-left: 40px !important;
  }
  .u-p--left--lg--41px {
    padding-left: 41px !important;
  }
  .u-p--left--lg--42px {
    padding-left: 42px !important;
  }
  .u-p--left--lg--43px {
    padding-left: 43px !important;
  }
  .u-p--left--lg--44px {
    padding-left: 44px !important;
  }
  .u-p--left--lg--45px {
    padding-left: 45px !important;
  }
  .u-p--left--lg--46px {
    padding-left: 46px !important;
  }
  .u-p--left--lg--47px {
    padding-left: 47px !important;
  }
  .u-p--left--lg--48px {
    padding-left: 48px !important;
  }
  .u-p--left--lg--49px {
    padding-left: 49px !important;
  }
  .u-p--left--lg--50px {
    padding-left: 50px !important;
  }
  .u-p--left--lg--51px {
    padding-left: 51px !important;
  }
  .u-p--left--lg--52px {
    padding-left: 52px !important;
  }
  .u-p--left--lg--53px {
    padding-left: 53px !important;
  }
  .u-p--left--lg--54px {
    padding-left: 54px !important;
  }
  .u-p--left--lg--55px {
    padding-left: 55px !important;
  }
  .u-p--left--lg--56px {
    padding-left: 56px !important;
  }
  .u-p--left--lg--57px {
    padding-left: 57px !important;
  }
  .u-p--left--lg--58px {
    padding-left: 58px !important;
  }
  .u-p--left--lg--59px {
    padding-left: 59px !important;
  }
  .u-p--left--lg--60px {
    padding-left: 60px !important;
  }
  .u-p--left--lg--61px {
    padding-left: 61px !important;
  }
  .u-p--left--lg--62px {
    padding-left: 62px !important;
  }
  .u-p--left--lg--63px {
    padding-left: 63px !important;
  }
  .u-p--left--lg--64px {
    padding-left: 64px !important;
  }
  .u-p--left--lg--65px {
    padding-left: 65px !important;
  }
  .u-p--left--lg--66px {
    padding-left: 66px !important;
  }
  .u-p--left--lg--67px {
    padding-left: 67px !important;
  }
  .u-p--left--lg--68px {
    padding-left: 68px !important;
  }
  .u-p--left--lg--69px {
    padding-left: 69px !important;
  }
  .u-p--left--lg--70px {
    padding-left: 70px !important;
  }
  .u-p--left--lg--71px {
    padding-left: 71px !important;
  }
  .u-p--left--lg--72px {
    padding-left: 72px !important;
  }
  .u-p--left--lg--73px {
    padding-left: 73px !important;
  }
  .u-p--left--lg--74px {
    padding-left: 74px !important;
  }
  .u-p--left--lg--75px {
    padding-left: 75px !important;
  }
  .u-p--left--lg--76px {
    padding-left: 76px !important;
  }
  .u-p--left--lg--77px {
    padding-left: 77px !important;
  }
  .u-p--left--lg--78px {
    padding-left: 78px !important;
  }
  .u-p--left--lg--79px {
    padding-left: 79px !important;
  }
  .u-p--left--lg--80px {
    padding-left: 80px !important;
  }
  .u-p--left--lg--81px {
    padding-left: 81px !important;
  }
  .u-p--left--lg--82px {
    padding-left: 82px !important;
  }
  .u-p--left--lg--83px {
    padding-left: 83px !important;
  }
  .u-p--left--lg--84px {
    padding-left: 84px !important;
  }
  .u-p--left--lg--85px {
    padding-left: 85px !important;
  }
  .u-p--left--lg--86px {
    padding-left: 86px !important;
  }
  .u-p--left--lg--87px {
    padding-left: 87px !important;
  }
  .u-p--left--lg--88px {
    padding-left: 88px !important;
  }
  .u-p--left--lg--89px {
    padding-left: 89px !important;
  }
  .u-p--left--lg--90px {
    padding-left: 90px !important;
  }
  .u-p--left--lg--91px {
    padding-left: 91px !important;
  }
  .u-p--left--lg--92px {
    padding-left: 92px !important;
  }
  .u-p--left--lg--93px {
    padding-left: 93px !important;
  }
  .u-p--left--lg--94px {
    padding-left: 94px !important;
  }
  .u-p--left--lg--95px {
    padding-left: 95px !important;
  }
  .u-p--left--lg--96px {
    padding-left: 96px !important;
  }
  .u-p--left--lg--97px {
    padding-left: 97px !important;
  }
  .u-p--left--lg--98px {
    padding-left: 98px !important;
  }
  .u-p--left--lg--99px {
    padding-left: 99px !important;
  }
  .u-p--left--lg--100px {
    padding-left: 100px !important;
  }
}
.u-p--x--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-p--x--1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.u-p--x--2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.u-p--x--3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.u-p--x--4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.u-p--x--5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.u-p--x--6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-p--x--7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.u-p--x--8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.u-p--x--9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.u-p--x--10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-p--x--11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.u-p--x--12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-p--x--13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.u-p--x--14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.u-p--x--15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-p--x--16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-p--x--17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.u-p--x--18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.u-p--x--19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.u-p--x--20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-p--x--21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.u-p--x--22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.u-p--x--23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.u-p--x--24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-p--x--25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.u-p--x--26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.u-p--x--27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.u-p--x--28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.u-p--x--29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.u-p--x--30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-p--x--31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.u-p--x--32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.u-p--x--33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.u-p--x--34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.u-p--x--35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.u-p--x--36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.u-p--x--37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.u-p--x--38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.u-p--x--39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.u-p--x--40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.u-p--x--41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.u-p--x--42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.u-p--x--43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.u-p--x--44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.u-p--x--45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.u-p--x--46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.u-p--x--47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.u-p--x--48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-p--x--49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.u-p--x--50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.u-p--x--51px {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.u-p--x--52px {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.u-p--x--53px {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.u-p--x--54px {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.u-p--x--55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.u-p--x--56px {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.u-p--x--57px {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.u-p--x--58px {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.u-p--x--59px {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.u-p--x--60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-p--x--61px {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.u-p--x--62px {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.u-p--x--63px {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.u-p--x--64px {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.u-p--x--65px {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.u-p--x--66px {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.u-p--x--67px {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.u-p--x--68px {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.u-p--x--69px {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.u-p--x--70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.u-p--x--71px {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.u-p--x--72px {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.u-p--x--73px {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.u-p--x--74px {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.u-p--x--75px {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.u-p--x--76px {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.u-p--x--77px {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.u-p--x--78px {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.u-p--x--79px {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.u-p--x--80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-p--x--81px {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.u-p--x--82px {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.u-p--x--83px {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.u-p--x--84px {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.u-p--x--85px {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.u-p--x--86px {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.u-p--x--87px {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.u-p--x--88px {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.u-p--x--89px {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.u-p--x--90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.u-p--x--91px {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.u-p--x--92px {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.u-p--x--93px {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.u-p--x--94px {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.u-p--x--95px {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.u-p--x--96px {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-p--x--97px {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.u-p--x--98px {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.u-p--x--99px {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.u-p--x--100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.u-p--y--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-p--y--1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.u-p--y--2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.u-p--y--3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.u-p--y--4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.u-p--y--5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.u-p--y--6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-p--y--7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.u-p--y--8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.u-p--y--9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.u-p--y--10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-p--y--11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.u-p--y--12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-p--y--13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.u-p--y--14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.u-p--y--15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-p--y--16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-p--y--17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.u-p--y--18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.u-p--y--19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.u-p--y--20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-p--y--21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.u-p--y--22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.u-p--y--23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.u-p--y--24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-p--y--25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.u-p--y--26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.u-p--y--27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.u-p--y--28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.u-p--y--29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.u-p--y--30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-p--y--31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.u-p--y--32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.u-p--y--33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.u-p--y--34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.u-p--y--35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.u-p--y--36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.u-p--y--37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.u-p--y--38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.u-p--y--39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.u-p--y--40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.u-p--y--41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.u-p--y--42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.u-p--y--43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.u-p--y--44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.u-p--y--45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.u-p--y--46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.u-p--y--47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.u-p--y--48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-p--y--49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.u-p--y--50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.u-p--y--51px {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.u-p--y--52px {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.u-p--y--53px {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.u-p--y--54px {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.u-p--y--55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.u-p--y--56px {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.u-p--y--57px {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.u-p--y--58px {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.u-p--y--59px {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.u-p--y--60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-p--y--61px {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.u-p--y--62px {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.u-p--y--63px {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.u-p--y--64px {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.u-p--y--65px {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.u-p--y--66px {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.u-p--y--67px {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.u-p--y--68px {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.u-p--y--69px {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.u-p--y--70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.u-p--y--71px {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.u-p--y--72px {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.u-p--y--73px {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.u-p--y--74px {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.u-p--y--75px {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.u-p--y--76px {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.u-p--y--77px {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.u-p--y--78px {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.u-p--y--79px {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.u-p--y--80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-p--y--81px {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.u-p--y--82px {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.u-p--y--83px {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.u-p--y--84px {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.u-p--y--85px {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.u-p--y--86px {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.u-p--y--87px {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.u-p--y--88px {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.u-p--y--89px {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.u-p--y--90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.u-p--y--91px {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.u-p--y--92px {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.u-p--y--93px {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.u-p--y--94px {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.u-p--y--95px {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.u-p--y--96px {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-p--y--97px {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.u-p--y--98px {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.u-p--y--99px {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.u-p--y--100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-position--center {
  margin: auto auto;
}
.u-position--left {
  margin-right: auto;
}
.u-position--right {
  margin-left: auto;
}

.u-stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--left {
  text-align: left !important;
}
.u-text--left--xs {
  text-align: left !important;
}
@media (max-width: 480px) {
  .u-text--left--sm {
    text-align: left !important;
  }
}
@media (max-width: 1024px) {
  .u-text--left--md {
    text-align: left !important;
  }
}
@media (max-width: 1560px) {
  .u-text--left--lg {
    text-align: left !important;
  }
}
@media (max-width: 1600px) {
  .u-text--left--xl {
    text-align: left !important;
  }
}
@media (max-width: 1920px) {
  .u-text--left--xxl {
    text-align: left !important;
  }
}
.u-text--lh-16 {
  line-height: 2.25;
}
@media (max-width: 480px) {
  .u-text--lh-16 {
    line-height: 1.8;
  }
}

.u-title-f-m {
  font-size: 24px;
}
.u-title--hidden-01 {
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-title--hidden-02 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.u-title--hidden-03 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.u-title--hidden-04 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.u-title--hidden-06 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.u-title--first-color .first-letter {
  color: #006a66;
  background: -webkit-linear-gradient(0deg, #5ebdd5, #52c1a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-title--text-gradation {
  display: inline;
  color: #006a66;
  background: -webkit-linear-gradient(0deg, #5ebdd5, #52c1a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-accordion {
  border: 1px solid #242424;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-accordion.is-active {
  background-color: #0bc1be;
}
.c-accordion__toggle {
  cursor: pointer;
  padding: 8px 16px;
  min-height: 56px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-accordion__toggle p {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .c-accordion__toggle p {
    font-size: 14px;
  }
}
.c-accordion__toggle p {
  margin: 0;
  font-weight: 700;
}
.c-accordion__toggle .icon:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #242424;
  margin: 3px 0 0 8px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-accordion__toggle.is-active p {
  color: #fff;
}
.c-accordion__toggle.is-active .icon:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 7px;
  background-image: url("../img/icon/minus.svg");
}
.c-accordion__body {
  overflow: hidden;
  height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.c-bg--main {
  background-color: #ecf4f4;
}
.c-bg--gray {
  background-color: #f6f6f6;
}
.c-bg--green {
  background-color: #ebf4f4;
}
.c-bg--white {
  background-color: #fff;
}
.c-bg--box-shadow {
  -webkit-box-shadow: 20px 20px 10px rgba(22, 27, 29, 0.1);
  box-shadow: 20px 20px 10px rgba(22, 27, 29, 0.1);
}
.c-bg--box-shadow-s {
  -webkit-box-shadow: 0px 0px 10px rgba(22, 27, 29, 0.1);
  box-shadow: 0px 0px 10px rgba(22, 27, 29, 0.1);
}
.c-bg--box-shadow-l {
  -webkit-box-shadow: 20px 20px 20px rgba(22, 27, 29, 0.1);
  box-shadow: 20px 20px 20px rgba(22, 27, 29, 0.1);
}

.c-box--main {
  padding: 50px;
}
@media (max-width: 1024px) {
  .c-box--main {
    padding: 20px 16px 20px;
  }
}
.c-box--small, .c-card--colmun-3 .c-box--main {
  padding: 30px;
}
@media (max-width: 1024px) {
  .c-box--small, .c-card--colmun-3 .c-box--main {
    padding: 20px 16px 20px;
  }
}
.c-box--large {
  padding: 100px 50px 64px;
}
@media (max-width: 1024px) {
  .c-box--large {
    padding: 20px 16px 20px;
  }
}
.c-box--round, .c-card--white .c-card__box .col__inner {
  border-radius: 10px;
}
@media (min-width: 1024.02px) {
  .c-box--side {
    padding: 0 50px;
  }
}
@media (min-width: 1024.02px) {
  .c-box--side-small {
    padding: 0 30px;
  }
}

.c-btn {
  display: inline-block;
  font-weight: 400;
  color: #242424;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  height: auto;
}
.c-btn a {
  color: inherit;
}
.c-btn--w-100 {
  width: 100%;
}
@media (max-width: 1024px) {
  .c-btn--w-100--sp {
    width: 100%;
  }
}
.c-btn--primary {
  background: #006a66;
  width: 296px;
  max-width: 100%;
  border-radius: 4px;
  font-size: 18px;
  height: 50px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btn--form {
  background: #0bc1be !important;
  width: 480px;
  max-width: 100%;
  font-size: 16px !important;
  height: 62px;
  font-weight: 700 !important;
  color: #fff;
}
.c-btn--normal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  position: relative;
  max-width: 100%;
  min-height: 48px;
  border-radius: 3px;
  padding: 8px 16px 8px 16px;
  background: #fff;
}
.c-btn--normal p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.c-btn--arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  position: relative;
  max-width: 100%;
  min-height: 56px;
  border: 1px solid #242424;
  border-radius: 3px;
  padding: 8px 74px 8px 34px;
}
@media (max-width: 1024px) {
  .c-btn--arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 44px 8px 16px;
    min-height: 50px;
  }
}
@media (max-width: 1024px) {
  .c-btn--arrow.icon-bottom p:after {
    background-image: url("../img/icon/icon-arrow--black-bottom.svg");
    width: 11px;
    height: 26px;
    right: -28px !important;
  }
}
@media (min-width: 1024.02px) {
  .c-btn--arrow.icon-bottom:after {
    background-image: url("../img/icon/icon-arrow--black-bottom.svg");
    width: 11px;
    height: 26px;
    right: 34px !important;
  }
}
.c-btn--arrow.btn-sub {
  background: #0bc1be;
  border: 1px solid #0bc1be;
}
.c-btn--arrow.btn-sub p {
  color: #fff;
}
@media (max-width: 1024px) {
  .c-btn--arrow.btn-sub p:after {
    background-image: url("../img/icon/icon-arrow--white.svg");
  }
}
@media (min-width: 1024.02px) {
  .c-btn--arrow.btn-sub:after {
    background-image: url("../img/icon/icon-arrow--white.svg");
  }
}
.c-btn--arrow.prev {
  padding: 8px 34px 8px 74px;
}
@media (max-width: 1024px) {
  .c-btn--arrow.prev {
    padding: 8px 16px 8px 44px;
  }
}
@media (min-width: 1024.02px) {
  .c-btn--arrow.prev:after {
    right: inherit;
    left: 34px;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
  }
}
@media (min-width: 1024.02px) {
  .c-btn--arrow.prev:hover:after {
    left: 24px;
  }
}
@media (max-width: 1024px) {
  .c-btn--arrow.prev p:after {
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
    left: -34px;
    right: inherit;
  }
}
@media (max-width: 1024px) {
  .c-btn--arrow.prev:hover p:after {
    left: -44px;
  }
}
@media (min-width: 1024.02px) {
  .c-btn--arrow:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 6px;
    background-image: url("../img/icon/icon-arrow--black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 34px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
@media (min-width: 1024.02px) {
  .c-btn--arrow:hover:after {
    right: 24px;
  }
}
.c-btn--arrow p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1024px) {
  .c-btn--arrow p {
    font-size: 14px;
  }
}
.c-btn--arrow p {
  position: relative;
}
@media (max-width: 1024px) {
  .c-btn--arrow p:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 6px;
    background-image: url("../img/icon/icon-arrow--black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -34px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
@media (max-width: 1024px) {
  .c-btn--arrow:hover p:after {
    right: -44px;
  }
}
.c-btn--close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  position: relative;
  max-width: 100%;
  min-height: 56px;
  border: 1px solid #242424;
  border-radius: 3px;
  padding: 8px 74px 8px 34px;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn--close:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 1024px) {
  .c-btn--close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 44px 8px 16px;
    min-height: 50px;
  }
}
@media (min-width: 1024.02px) {
  .c-btn--close:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/icon-close@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 34px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.c-btn--close p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1024px) {
  .c-btn--close p {
    font-size: 14px;
  }
}
.c-btn--close p {
  position: relative;
}
@media (max-width: 1024px) {
  .c-btn--close p:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/icon-close@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -34px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.c-btn--green {
  border-radius: 33px;
  border: 1px solid #0b5e5c;
  min-height: 62px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0b5e5c;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 24px;
}

.c-card {
  overflow: hidden;
}
.c-card__body {
  padding: 40px 20px;
}
@media (max-width: 480px) {
  .c-card__body {
    padding: 20px 20px;
  }
}
.c-card--round {
  border-radius: 20px;
  overflow: hidden;
}
.c-card--colmun-2 {
  margin-left: -8px;
  margin-right: -8px;
}
.c-card--colmun-2 > div {
  padding-left: 8px;
  padding-right: 8px;
}
.c-card--colmun-2 .c-card__box {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .c-card--colmun-2 .c-card__box {
    margin: 0 0 30px;
    padding-bottom: 0px;
  }
  .c-card--colmun-2 .c-card__box:last-child {
    margin-bottom: 0;
  }
}
.c-card--colmun-2 .col__inner {
  height: 100%;
}
.c-card--colmun-3 {
  margin-left: -8px;
  margin-right: -8px;
}
.c-card--colmun-3 > div {
  padding-left: 8px;
  padding-right: 8px;
}
.c-card--colmun-3 .c-card__box {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .c-card--colmun-3 .c-card__box {
    margin: 0 0 30px;
    padding-bottom: 0px;
  }
  .c-card--colmun-3 .c-card__box:last-child {
    margin-bottom: 0;
  }
}
.c-card--colmun-3 .col__inner {
  height: 100%;
}
.c-card--white .c-card__box {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .c-card--white .c-card__box {
    margin: 0 0 30px;
    padding-bottom: 0px;
  }
  .c-card--white .c-card__box:last-child {
    margin-bottom: 0;
  }
}
.c-card--white .c-card__box .col__inner {
  height: 100%;
  background: #fff;
  position: relative;
}
.c-card--voice .col__inner {
  padding-top: 100px !important;
}
@media (max-width: 1024px) {
  .c-card--voice .col__inner {
    padding-top: 30px !important;
  }
}
@media (min-width: 1024.02px) {
  .c-card--voice .c-card__icon {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
  }
}
@media (max-width: 1024px) {
  .c-card--voice .c-card__icon {
    width: 20%;
    height: 20%;
    min-width: 50px;
    min-height: 50px;
  }
}
.c-card--voice .c-card__icon img {
  width: 100%;
}
@media (max-width: 1024px) {
  .c-card--voice .c-card__contents > .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
  }
}
.c-card--voice .c-card__contents .title {
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1024px) {
  .c-card--voice .c-card__contents .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 0 0 0 24px;
  }
}
.c-categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 12px;
  padding: 0;
}
.c-categories li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 12px 12px 0;
}
.c-categories li:last-child {
  margin-right: 0;
}
.c-categories li a,
.c-categories li p {
  background: #f6f6f6;
  color: #868686;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-categories li a:hover,
.c-categories li p:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-categories li a,
.c-categories li p {
  padding: 2px 2px;
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .c-categories li a,
  .c-categories li p {
    font-size: 10px;
  }
}
.c-categories--round li {
  border-radius: 20px;
}

.c-dl {
  margin: 0;
}
.c-dl--side {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-dl--side dd {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

/*
* 編集ボタン
*/
.edit-link {
  display: block;
  text-align: right;
  margin-top: 2rem;
  font-size: 1.2rem;
}
.edit-link .post-edit-link {
  display: inline-block;
  padding: 0.3rem 0.8em;
  color: rgb(0, 4, 3.8490566038);
  border-radius: 0.2rem;
  border: 1px solid rgb(0, 4, 3.8490566038);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.edit-link .post-edit-link:hover {
  background: rgba(0, 4, 3.8490566038, 0.2);
  text-decoration: none;
}

.c-entry-pageheader {
  background: #006a66;
  padding: 1em 0;
}
.c-entry-pageheader__title {
  text-align: center;
}
#ez-toc-container {
  background: #fff;
  border: 1px solid #707070;
  position: relative;
  padding: 40px 80px 60px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #ez-toc-container {
    padding: 20px 24px 0px;
    margin-bottom: 30px;
  }
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
  display: inherit;
  padding: 0 24px;
  font-weight: 700;
  font-size: 20px;
}
#ez-toc-container .ez-toc-list a {
  color: #242424;
}

.c-hover {
  display: block;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-hover:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-hover__img {
  overflow: hidden;
}
.c-hover__img__bg {
  padding: 52.5% 0 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-hover__img__bg:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-hover__img:hover .c-hover__img__bg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-hover--img-no img:hover {
  opacity: 1;
}
.c-hover--rolling .animate-target {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.c-hover--rolling:hover .animate-target {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.c-hr {
  opacity: 1;
  margin: 0 0 12px;
}
.c-hr--gradation-basic {
  height: 3px !important;
  background: #5fae5f !important;
  background: -webkit-gradient(linear, left top, right top, from(rgb(95, 174, 95)), to(rgb(221, 197, 68))) !important;
  background: linear-gradient(90deg, rgb(95, 174, 95) 0%, rgb(221, 197, 68) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5FAE5F", endColorstr="#DDC544", GradientType=1) !important;
}

.c-icon--og {
  position: relative;
  padding-left: 1em;
  height: 1em;
}

.c-icon--og::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 1em;
  height: 100%;
}

.c-icon--og--hatebu::before {
  background: url(../img/icon/hatebu.svg) no-repeat center center/contain;
}

.c-icon--og--hatebu--wh::before {
  background: url(../img/icon/hatebu--wh.svg) no-repeat center center/contain;
}

.c-icon--og--twitter::before {
  background: url(../img/icon/twitter.svg) no-repeat center center/contain;
}

.c-icon--og--twitter--wh::before {
  background: url(../img/icon/twitter--wh.svg) no-repeat center center/contain;
}

.c-icon--og--pinterest::before {
  background: url(../img/icon/pinterest.svg) no-repeat center center/contain;
}

.c-icon--og--pinterest--wh::before {
  background: url(../img/icon/pinterest--wh.svg) no-repeat center center/contain;
}

.c-icon--og--line::before {
  background: url(../img/icon/line.svg) no-repeat center center/contain;
}

.c-icon--og--line--wh::before {
  background: url(../img/icon/line--wh.svg) no-repeat center center/contain;
}

.c-icon--og--instagram::before {
  background: url(../img/icon/instagram.svg) no-repeat center center/contain;
}

.c-icon--og--instagram--wh::before {
  background: url(../img/icon/instagram--wh.svg) no-repeat center center/contain;
}

.c-icon--og--facebook::before {
  background: url(../img/icon/facebook.svg) no-repeat center center/contain;
}

.c-icon--og--facebook--wh::before {
  background: url(../img/icon/facebook--wh.svg) no-repeat center center/contain;
}

.c-icon--og--phone::before {
  background: url(../img/icon/phone.svg) no-repeat center center/contain;
}

.c-icon--og--phone--wh::before {
  background: url(../img/icon/phone--wh.svg) no-repeat center center/contain;
}

.c-icon--og--comment::before {
  background: url(../img/icon/comment.svg) no-repeat center center/contain;
}

.c-icon--og--comment--wh::before {
  background: url(../img/icon/comment--wh.svg) no-repeat center center/contain;
}

.c-icon--og--yen::before {
  background: url(../img/icon/yen.svg) no-repeat center center/contain;
}

.c-icon--og--yen--wh::before {
  background: url(../img/icon/yen--wh.svg) no-repeat center center/contain;
}

.c-icon--og--house::before {
  background: url(../img/icon/house.svg) no-repeat center center/contain;
}

.c-icon--og--house--wh::before {
  background: url(../img/icon/house--wh.svg) no-repeat center center/contain;
}

.c-icon--og--house-reno::before {
  background: url(../img/icon/house-reno.svg) no-repeat center center/contain;
}

.c-icon--og--house-reno--wh::before {
  background: url(../img/icon/house-reno--wh.svg) no-repeat center center/contain;
}

.c-icon--og--home::before {
  background: url(../img/icon/home.svg) no-repeat center center/contain;
}

.c-icon--og--home--wh::before {
  background: url(../img/icon/home--wh.svg) no-repeat center center/contain;
}

.c-icon--og--afterfollow::before {
  background: url(../img/icon/afterfollow.svg) no-repeat center center/contain;
}

.c-icon--og--afterfollow--wh::before {
  background: url(../img/icon/afterfollow--wh.svg) no-repeat center center/contain;
}

.c-icon--og--exterior::before {
  background: url(../img/icon/exterior.svg) no-repeat center center/contain;
}

.c-icon--og--exterior--wh::before {
  background: url(../img/icon/exterior--wh.svg) no-repeat center center/contain;
}

.c-icon--og--youtube::before {
  background: url(../img/icon/youtube.svg) no-repeat center center/contain;
}

.c-icon--og--youtube--wh::before {
  background: url(../img/icon/youtube--wh.svg) no-repeat center center/contain;
}

.c-icon--og--building::before {
  background: url(../img/icon/building.svg) no-repeat center center/contain;
}

.c-icon--og--building--wh::before {
  background: url(../img/icon/building--wh.svg) no-repeat center center/contain;
}

.c-icon--og--greeting::before {
  background: url(../img/icon/greeting.svg) no-repeat center center/contain;
}

.c-icon--og--greeting--wh::before {
  background: url(../img/icon/greeting--wh.svg) no-repeat center center/contain;
}

.c-icon--og--torikumi::before {
  background: url(../img/icon/torikumi.svg) no-repeat center center/contain;
}

.c-icon--og--torikumi--wh::before {
  background: url(../img/icon/torikumi--wh.svg) no-repeat center center/contain;
}

.c-icon--og--customer::before {
  background: url(../img/icon/customer.svg) no-repeat center center/contain;
}

.c-icon--og--customer--wh::before {
  background: url(../img/icon/customer--wh.svg) no-repeat center center/contain;
}

.c-icon--og--carpainter::before {
  background: url(../img/icon/carpainter.svg) no-repeat center center/contain;
}

.c-icon--og--carpainter--wh::before {
  background: url(../img/icon/carpainter--wh.svg) no-repeat center center/contain;
}

.c-icon--og--staff::before {
  background: url(../img/icon/staff.svg) no-repeat center center/contain;
}

.c-icon--og--staff--wh::before {
  background: url(../img/icon/staff--wh.svg) no-repeat center center/contain;
}

.c-icon--og--map::before {
  background: url(../img/icon/map.svg) no-repeat center center/contain;
}

.c-icon--og--map--wh::before {
  background: url(../img/icon/map--wh.svg) no-repeat center center/contain;
}

.c-icon--og--madori::before {
  background: url(../img/icon/madori.svg) no-repeat center center/contain;
}

.c-icon--og--madori--wh::before {
  background: url(../img/icon/madori--wh.svg) no-repeat center center/contain;
}

.c-icon--og--calendar::before {
  background: url(../img/icon/calendar.svg) no-repeat center center/contain;
}

.c-icon--og--calendar--wh::before {
  background: url(../img/icon/calendar--wh.svg) no-repeat center center/contain;
}

.c-icon--og--megaphone::before {
  background: url(../img/icon/megaphone.svg) no-repeat center center/contain;
}

.c-icon--og--megaphone--wh::before {
  background: url(../img/icon/megaphone--wh.svg) no-repeat center center/contain;
}

.c-icon--og--report::before {
  background: url(../img/icon/report.svg) no-repeat center center/contain;
}

.c-icon--og--report--wh::before {
  background: url(../img/icon/report--wh.svg) no-repeat center center/contain;
}

.c-icon--og.c-icon--10px {
  font-size: 10px;
}

.c-icon--og.c-icon--12px {
  font-size: 12px;
}

.c-icon--og.c-icon--14px {
  font-size: 14px;
}

.c-icon--og.c-icon--16px {
  font-size: 16px;
}

.c-icon--og.c-icon--18px {
  font-size: 18px;
}

.c-icon--og.c-icon--20px {
  font-size: 20px;
}

.c-icon--og.c-icon--22px {
  font-size: 22px;
}

.c-icon--og.c-icon--24px {
  font-size: 24px;
}

.c-icon--og.c-icon--26px {
  font-size: 26px;
}

.c-icon--og.c-icon--28px {
  font-size: 28px;
}

.c-icon--og.c-icon--30px {
  font-size: 30px;
}

.c-icon--og.c-icon--32px {
  font-size: 32px;
}

.c-icon--og.c-icon--34px {
  font-size: 34px;
}

.c-icon--og.c-icon--36px {
  font-size: 36px;
}

.c-icon--og.c-icon--38px {
  font-size: 38px;
}

.c-icon--og.c-icon--40px {
  font-size: 40px;
}

.c-icon--og.c-icon--42px {
  font-size: 42px;
}

.c-icon--wh {
  color: #fff !important;
}

.c-icon--gr1 {
  color: #006a66 !important;
}

.c-icon--gr2 {
  color: #26b7b2 !important;
}

.c-icon--gr3 {
  color: #bbd9d8 !important;
}

.c-icon--gr4 {
  color: #edf7f6 !important;
}

.c-icon--bk1 {
  color: #333 !important;
}

.c-icon--bk2 {
  color: #555 !important;
}

.c-icon--lg {
  color: #d3e6e5 !important;
}

.c-icon--bg {
  color: #f7f7f7 !important;
}

.c-icon--fc {
  color: #fcebb6 !important;
}

.c-icon--gr {
  color: #444 !important;
}

.c-icon--off {
  color: #f1f1f1 !important;
}

.c-icon--bd {
  color: #ccc !important;
}

.c-icon--rd {
  color: #ae2d2a !important;
}

.c-icon--og {
  color: #de8a03 !important;
}

.c-icon--bl {
  color: #589fb2 !important;
}

@media (max-width: 1024px) {
  .c-img--bottom-margin {
    margin: 0 0 30px !important;
  }
}

.c-link-box .c-btn {
  margin-right: 16px;
  margin-bottom: 30px;
}
.c-link-box .c-btn:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .c-link-box .c-btn {
    margin-bottom: 16px;
  }
  .c-link-box .c-btn:last-child {
    margin-bottom: 0px;
  }
}
.c-link--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #f6f6f6;
}
@media (max-width: 1024px) {
  .c-link--bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-link--bnr__bg {
  padding-top: 100%;
}
.c-link--bnr__info {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-link--bnr__link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: normal;
  align-self: normal;
  background: #000000;
}
@media (min-width: 1024.02px) {
  .c-link--bnr__link-arrow {
    width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 1024px) {
  .c-link--bnr__link-arrow {
    height: 40px;
    width: 100%;
  }
}
.c-link--bnr__link-arrow img {
  width: 26px;
}
@media (max-width: 1024px) {
  .c-link--bnr__link-arrow img {
    width: 16px;
  }
}
.c-link--bnr__link-reserve {
  margin-top: 20px;
  text-align: center;
}
.c-link--bnr__link-reserve a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: normal;
  align-self: normal;
  background: #0bc1be;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  height: 50px;
  padding: 16px 50px;
}
@media (max-width: 1024px) {
  .c-link--bnr__link-reserve a {
    font-size: 14px;
    padding: 16px 24px;
  }
}
@media (max-width: 450px) {
  .c-link--bnr__link-reserve a {
    font-size: 12px;
  }
}
.c-link--bnr--reservation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024.02px) {
  .c-link--bnr--reservation .c-link--bnr__bg {
    width: 412px;
    padding-top: 250px;
  }
}
@media (max-width: 1024px) {
  .c-link--bnr--reservation .c-link--bnr__bg {
    width: 100%;
    padding-top: 50.6%;
  }
}
@media (max-width: 1024px) {
  .c-link--bnr--reservation .c-link--bnr__info {
    padding: 20px 30px 40px;
  }
  .c-link--bnr--reservation .c-link--bnr__info .title {
    text-align: center;
    font-size: 20px;
    color: #13a3a1;
  }
}
@media (max-width: 480px) {
  .c-link--bnr--reservation .c-link--bnr__info {
    width: 100%;
  }
}
.c-link--bnr--reservation--02 {
  background: #fff;
}
.c-link--bnr--reservation--02 .c-link--bnr__bg-wrapper {
  width: 50%;
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .c-link--bnr--reservation--02 .c-link--bnr__bg-wrapper {
    width: 100%;
    padding-top: 36.06%;
    height: auto;
  }
}
.c-link--bnr--reservation--02 .c-link--bnr__bg-wrapper {
  background: #dbf2f2;
}
.c-link--bnr--reservation--02 .c-link--bnr__bg-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-link--bnr--reservation--02 .c-link--bnr__info .title {
  font-size: 30px;
  color: #13a3a1;
  margin: 0 0 12px;
}
@media (max-width: 1024px) {
  .c-link--bnr--reservation--02 .c-link--bnr__info .title {
    font-size: 20px;
  }
}
.c-link--bnr--reservation--02 .c-link--bnr__info .c-text--main p, .c-link--bnr--reservation--02 .c-link--bnr__info .c-list--check li p, .c-list--check .c-link--bnr--reservation--02 .c-link--bnr__info li p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .c-link--bnr--reservation--02 .c-link--bnr__info .c-text--main p, .c-link--bnr--reservation--02 .c-link--bnr__info .c-list--check li p, .c-list--check .c-link--bnr--reservation--02 .c-link--bnr__info li p {
    font-size: 14px;
  }
}
.c-link--bnr--reservation--02 .c-link--bnr__link-arrow {
  background: #0bc1be;
}

.c-list--check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.c-list--check li {
  position: relative;
  padding: 10px 0;
}
.c-list--check li:after {
  left: 0;
  bottom: 0;
  background: #c9d0d0;
  width: 100%;
  content: "";
  position: absolute;
  height: 1px;
}
.c-list--check li p {
  padding: 0 0 0 24px;
}
.c-list--check li p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  font-size: 12px;
  color: #0bc1be;
  position: absolute;
  left: 0;
  top: 14px;
}

/*
* loading Settings
*/
/* Loading Block */
.post-list {
  margin-bottom: 40px;
}

.c-loop-new {
  font-size: 1.2rem;
  background: #006a66;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-loop--post {
  position: relative;
  margin-bottom: 32px;
}
.c-loop--post a {
  text-decoration: none;
}
.c-loop--post .c-loop-new {
  position: absolute;
  top: -20px;
  right: 0;
}
.c-loop--post__img {
  border: 1px solid #006a66;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.c-loop--post__img::after {
  content: "READ MORE";
  font-family: "Quicksand", sans-serif;
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .c-loop--post__img::after {
    font-size: 1.4rem;
  }
}
.c-loop--post__img::after {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.c-loop--post__img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.c-loop--post__img:hover::after {
  opacity: 1;
}
.c-loop--post__title {
  margin-top: 1em;
  color: #242424;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .c-loop--post__title {
    font-size: 1.6rem;
  }
}
.c-loop--post__title {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-loop--post__title:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post__title a {
  color: #242424;
}
.c-loop--post__excerpt {
  font-size: 1.2rem;
  line-height: 1.7;
}
.c-loop--post--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5em 0;
  border-bottom: 1px solid #c9d0d0;
  position: relative;
  margin-bottom: 0;
}
.c-loop--post--list .c-loop-post__title {
  margin: 0 0 1em;
  color: #242424;
}
.c-loop--post--list .c-loop-new {
  position: absolute;
  top: 10px;
  left: 0;
}
.c-loop--post--list .c-loop-post__img {
  margin-bottom: 0;
  max-width: 250px;
}
.c-loop--post--list .c-loop-post__body {
  padding: 0 24px;
}

article:first-of-type .c-loop--post--layout--a {
  border-top: 1px solid #c9d0d0;
}
article:first-of-type .c-loop--post--layout--c {
  border-top: 1px solid #c9d0d0;
}

.c-loop--post--layout--a {
  padding: 40px 0;
  margin: 0;
  border-bottom: 1px solid #c9d0d0;
}
.c-loop--post--layout--a .c-loop--post__date {
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.c-loop--post--layout--a .c-loop--post__date__day {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 0px;
}
.c-loop--post--layout--a .c-loop--post__date--bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 480px) {
  .c-loop--post--layout--a .c-loop--post__date--bottom::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #242424;
    bottom: 12px;
  }
}
.c-loop--post--layout--a .c-loop--post__date--bottom .c-loop--post__date__year:after {
  content: "/";
  display: inline-block;
  margin: 0 6px 0 2px;
}
.c-loop--post--layout--a .c-loop--post__date--bottom p {
  font-size: 14px;
  font-weight: bold;
}
.c-loop--post--layout--a .c-loop--post__title {
  margin: 0 0 20px;
}
.c-loop--post--layout--a .c-loop--post__title * {
  font-size: 30px;
  letter-spacing: 2px;
  color: #242424;
}
.c-loop--post--layout--a .c-loop--post__title a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post--layout--a .c-loop--post__excerpt * {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2em;
  color: #242424;
}
.c-loop--post--layout--a .c-loop--post__excerpt a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post--layout--b .c-loop--post__body {
  background: #f0f3f5;
}
.c-loop--post--layout--b .c-loop--post__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-categories {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-categories a {
  font-size: 12px;
  font-weight: 700;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-loop--post__date {
  width: 10em;
  text-align: right;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-loop--post__date__full {
  font-size: 12px;
}
.c-loop--post--layout--b .c-loop--post--layout {
  margin: 0;
}
.c-loop--post--layout--b .c-loop--post--layout p {
  font-size: 14px;
}
.c-loop--post--layout--b .c-loop--post__title {
  margin: 0;
}
.c-loop--post--layout--c {
  border-bottom: 1px solid #c9d0d0;
  padding: 40px 0;
}
@media (min-width: 480.02px) {
  .c-loop--post--layout--c .c-loop--post__body__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-loop--post--layout--c .c-loop--post__body__info .c-categories {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-categories a {
  font-size: 12px;
  font-weight: 700;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 480.02px) {
  .c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
    width: calc(10em + 40px);
    max-width: calc(10em + 40px);
    min-width: calc(10em + 40px);
  }
}
@media (max-width: 480px) {
  .c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
    margin: 20px 0;
  }
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date__full {
  margin: 0;
  font-size: 14px;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date:after {
  content: "";
  background: #c9d0d0;
  height: 1px;
  width: 80px;
  margin: 0 24px;
  display: inline-block;
}
.c-loop--post--layout--c .c-loop--post__title {
  font-size: 16px;
  margin: 0;
}

.c-meta-date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #707070;
  font-family: "Quicksand", sans-serif;
}
.c-meta-category {
  font-size: 1.2rem;
}
.c-meta-category a {
  text-decoration: none;
  color: #006a66 !important;
}

.c-nav {
  margin-bottom: 40px;
}
.c-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav > ul .cat-item a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-nav > ul .current-cat a {
  color: #006a66;
}
.c-nav-layout--a ul .cat-item {
  padding: 0 12px 0 0;
}
.c-nav-layout--a ul .cat-item::after {
  content: "/";
  display: inline-block;
  padding: 0 0 0 6px;
  color: #c9d0d0;
}
.c-nav-layout--a ul .cat-item:last-child::after {
  display: none;
}
.c-nav-layout--a ul .cat-item a {
  color: #c9d0d0;
}
.c-nav-layout--a ul .cat-item a:hover {
  border-bottom: 2px solid #006a66;
}
.c-nav-layout--a ul .current-cat a {
  color: #242424;
}
.c-nav-layout--b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-nav-layout--b p {
  width: auto;
  min-width: 6em;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 4px 0 4px 0;
  font-weight: 700;
}
@media (max-width: 480px) {
  .c-nav-layout--b p {
    font-size: 12px;
  }
}
.c-nav-layout--b ul {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-nav-layout--b ul .cat-item {
  margin: 0 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .c-nav-layout--b ul .cat-item {
    margin: 0 6px 12px 0;
  }
}
.c-nav-layout--b ul .cat-item a {
  background-color: #c9d0d0;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
}
.c-nav-layout--b ul .cat-item a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 480px) {
  .c-nav-layout--b ul .cat-item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.c-nav-layout--b ul .cat-item a:hover {
  background-color: #006a66 !important;
}
.c-nav-layout--b ul .current-cat a {
  background-color: #006a66 !important;
}
.c-nav-layout--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-nav-layout--c p {
  width: auto;
  min-width: 6em;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 4px 0 4px 0;
  font-weight: 700;
}
@media (max-width: 480px) {
  .c-nav-layout--c p {
    font-size: 12px;
  }
}
.c-nav-layout--c ul {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-nav-layout--c ul .cat-item {
  margin: 0 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .c-nav-layout--c ul .cat-item {
    margin: 0 6px 12px 0;
  }
}
.c-nav-layout--c ul .cat-item a {
  background-color: #c9d0d0;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
}
.c-nav-layout--c ul .cat-item a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 480px) {
  .c-nav-layout--c ul .cat-item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.c-nav-layout--c ul .cat-item a:hover {
  background-color: #006a66 !important;
}
.c-nav-layout--c ul .current-cat a {
  background-color: #006a66 !important;
}

body.theme-old .c-card__text,
body.theme-old .c-companynav__link,
body.theme-old .c-contacblock__text,
body.theme-old .c-leadtitle__text,
body.theme-old .c-title__text,
body.theme-old .p-about-section__text,
body.theme-old .p-build-section1__text,
body.theme-old .p-case-mainimage__text,
body.theme-old .p-case-tag__item + .p-case-tag__item,
body.theme-old .p-contact-action__text,
body.theme-old .p-contact-intro__text,
body.theme-old .p-contact-reservation__text,
body.theme-old .p-eventlist__status,
body.theme-old .p-eventlist__text,
body.theme-old .p-faq-contact__text,
body.theme-old .p-flexibility-brandline,
body.theme-old .p-flexibility-imgblock__main,
body.theme-old .p-flexibility-point__text,
body.theme-old .p-flow__notes,
body.theme-old .p-follow-renove,
body.theme-old .p-follow-sectionhead__text,
body.theme-old .p-follow-service__col,
body.theme-old .p-freesolar,
body.theme-old .p-freesolar-melit__text,
body.theme-old .p-hanaco-company__text,
body.theme-old .p-hanaco__text,
body.theme-old .p-indexlist__text,
body.theme-old .p-infoeventlist__info,
body.theme-old .p-infoeventlist__text,
body.theme-old .p-information-indexlist__info,
body.theme-old .p-information-indexlist__text,
body.theme-old .p-introduction-brand__text,
body.theme-old .p-introduction-flow__text,
body.theme-old .p-introduction-section__text,
body.theme-old .p-lifestyle-detail__content small,
body.theme-old .p-lifestyle-detail__info,
body.theme-old .p-lifestyle-indexlist__info,
body.theme-old .p-lifestyle-indexlist__text,
body.theme-old .p-message,
body.theme-old .p-miraie,
body.theme-old .p-miraie-section__text,
body.theme-old .p-modelhouse-author__image figcaption,
body.theme-old .p-modelhouse-gallery__note,
body.theme-old .p-modelhouse-gallery__text,
body.theme-old .p-modelhouse-index__text,
body.theme-old .p-online-flow__text,
body.theme-old .p-partner__caption,
body.theme-old .p-partner__linktext,
body.theme-old .p-people-section__text,
body.theme-old .p-price-box-kome,
body.theme-old .p-price-text,
body.theme-old .p-price__text,
body.theme-old .p-privacy,
body.theme-old .p-profile-block,
body.theme-old .p-profile-list__contents,
body.theme-old .p-profile-list__title1,
body.theme-old .p-property-indexlist__text,
body.theme-old .p-property-note__text,
body.theme-old .p-sns__url,
body.theme-old .p-staff-intro__text,
body.theme-old .p-top-about__text,
body.theme-old .p-top-staff__text,
body.theme-old .p-voice-staff__content,
body.theme-old .p-zeh {
  font-weight: 400;
}
body.theme-old .l-kigocoro--price h2 {
  margin: 0;
}
body.theme-old .p-modelhouse-gallery__list {
  padding: 0;
}
body.theme-old .c-title__title:after {
  margin: 10px auto 0;
}
body.theme-old .c-title__title {
  margin-bottom: 0;
}
body.theme-old .p-modelhouse .c-caption__main {
  margin-bottom: 0;
}
body.theme-old #model-house .p-top-modelhouse__inner a,
body.theme-old .p-modelhouse .p-top-modelhouse__inner a {
  margin-top: 0;
}
body.theme-old .c-leadtitle__title,
body.theme-old .c-title__title,
body.theme-old .c-pagetitle__main,
body.theme-old .c-pagetitle__main > div,
body.theme-old .p-modelhouse-map__title,
body.theme-old .p-introduction-flow__title,
body.theme-old .p-property-indexlist__title,
body.theme-old .c-heading__borderleft {
  font-weight: 400 !important;
}
body.theme-old .l-layout__inner {
  clear: both;
}
body.theme-old .p-search__labellist li input:checked + label {
  background: #02d0cd;
  color: #fff;
}
body.theme-old .p-modelhouse--single .p-modelhouse-map__content {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body.theme-old .p-modelhouse--single .p-modelhouse--single__link {
    margin-top: 40px;
  }
}
body.theme-old .p-modelhouse--single .p-modelhouse--single__link .c-link {
  position: relative;
  color: #006a66;
  padding: 16px 68px 16px 48px;
  background-position: 244px 50%;
}
body.theme-old .p-modelhouse--single .p-modelhouse--single__link .c-link:before, body.theme-old .p-modelhouse--single .p-modelhouse--single__link .c-link:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
}
body.theme-old .p-modelhouse--single .p-modelhouse--single__link .c-link:before {
  top: 0;
  left: 0;
  -webkit-box-shadow: -2px -2px 0 #006a66;
  box-shadow: -2px -2px 0 #006a66;
  z-index: 0;
}
body.theme-old .p-modelhouse--single .p-modelhouse--single__link .c-link:after {
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 2px 2px 0 #006a66;
  box-shadow: 2px 2px 0 #006a66;
  z-index: 0;
}
body.theme-old .p-sdgs-nav,
body.theme-old .p-sdgs .p-top-recipe__list {
  padding-left: 0;
}
body.theme-old .l-header-2025__nav__pc__body--modelhouse__link .c-btn {
  height: auto;
}

/*
* Pagetop Settings

pagescroll.jsと連動
*/
.c-pagetop {
  cursor: pointer;
  background: #257725;
}
.c-pagetop a {
  display: block;
  width: 100%;
  height: 80px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

/*
* ページナビゲーション設定
*/
.c-pager--b {
  margin: 40px 0 0;
}
@media (max-width: 1024px) {
  .c-pager--b {
    margin: 0px 0 30px;
  }
}
.c-pager--b .navigation {
  text-align: center;
}
.c-pager--b .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-pager--b .nav-links .prev,
.c-pager--b .nav-links .next {
  position: absolute;
  background: #0bc1be;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .c-pager--b .nav-links .prev,
  .c-pager--b .nav-links .next {
    width: 40px;
    height: 40px;
  }
}
.c-pager--b .nav-links .prev i,
.c-pager--b .nav-links .next i {
  color: #fff;
}
.c-pager--b .nav-links .prev {
  left: 0px;
}
.c-pager--b .nav-links .next {
  right: 0px;
}
.c-pager--b .nav-links .page-numbers {
  color: #c9d0d0;
  margin: 0 12px;
}
.c-pager--b .nav-links .page-numbers:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-pager--b .nav-links .page-numbers.current {
  color: #242424;
}

.c-post--archive__list__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 0;
}
.c-post--archive__list__excerpt {
  margin-top: 8px;
  font-size: 12px;
  color: #868686;
  letter-spacing: 0.07em;
}
@media (max-width: 1024px) {
  .c-post--archive__list__excerpt {
    font-size: 12px;
  }
}
.c-post--archive__list__info {
  margin: 4px 0 0;
}
.c-post--archive__list__date {
  margin: 0 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-post--archive__list__date p {
  margin: 0;
}
.c-post--archive__list__date .c-loop--post__date__full {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .c-post--archive__list__date .c-loop--post__date__full {
    font-size: 10px;
  }
}
.c-post--archive__list__date .name {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .c-post--archive__list__date .name {
    font-size: 12px;
  }
}
.c-post--archive__list__date .name:before {
  content: "|";
  display: inline-block;
  margin: 0 4px;
  color: #cbcbcb;
}

.c-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.c-share li {
  list-style: none;
  margin: 0 12px 0;
}
@media (max-width: 480px) {
  .c-share li {
    margin: 0 6px 0;
  }
}
.c-share--old {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .c-share--old .c-share__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-share--old .c-share__list {
  padding: 0;
}
.c-share--old .c-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.c-share--old .c-share__item {
  font-size: 3.8rem;
}
.c-share--old .c-share__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-nav--square {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .share-nav--square .share-nav__box {
    margin-bottom: 20px;
  }
}

.swiper-outer {
  position: relative;
  padding: 0 2px;
}
.swiper-outer .swiper {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .swiper-outer .swiper {
    padding: 0px 0;
  }
}

@media (max-width: 1024px) {
  .swiper--works .swiper-button-prev.arrow,
  .swiper--works .swiper-button-next.arrow {
    top: 54vw !important;
  }
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev.arrow,
.swiper-button-next.arrow {
  height: 50px;
  width: 50px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .swiper-button-prev.arrow,
  .swiper-button-next.arrow {
    height: 30px;
    width: 30px;
  }
}

.swiper-button-prev.arrow {
  left: var(--swiper-navigation-sides-offset, -15px) !important;
}

.swiper-button-next.arrow {
  right: var(--swiper-navigation-sides-offset, -15px) !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev.arrow::after,
.swiper-button-next.arrow::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: auto;
  font-size: 0 !important;
}
@media (max-width: 1024px) {
  .swiper-button-prev.arrow::after,
  .swiper-button-next.arrow::after {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev.arrow::after {
  background-image: url(../img/icon/slider-prev.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next.arrow::after {
  background-image: url(../img/icon/slider-next.svg);
}

.swiper-pagination.custom .swiper-pagination-bullet {
  border-radius: 0 !important;
  opacity: 1 !important;
  width: 55px;
  height: 4px;
  background: #cacaca !important;
}
.swiper-pagination.custom .swiper-pagination-bullet-active {
  background: #0bc1be !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev.arrow-box,
.swiper-button-next.arrow-box {
  width: 60px;
  min-width: 60px;
  height: 230px;
  z-index: 10;
  top: 40%;
}
@media (max-width: 1024px) {
  .swiper-button-prev.arrow-box,
  .swiper-button-next.arrow-box {
    top: 45%;
    width: 18px;
    height: 68px;
    min-width: 18px;
  }
}

.swiper-button-prev.arrow-box {
  left: var(--swiper-navigation-sides-offset, -38px) !important;
}
@media (max-width: 1024px) {
  .swiper-button-prev.arrow-box {
    left: var(--swiper-navigation-sides-offset, -8px) !important;
  }
}

.swiper-button-next.arrow-box {
  right: var(--swiper-navigation-sides-offset, -38px) !important;
}
@media (max-width: 1024px) {
  .swiper-button-next.arrow-box {
    right: var(--swiper-navigation-sides-offset, -8px) !important;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev.arrow-box::after,
.swiper-button-next.arrow-box::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 60px;
  min-width: 60px;
  height: 230px;
  margin: auto;
  font-size: 0 !important;
}
@media (max-width: 1024px) {
  .swiper-button-prev.arrow-box::after,
  .swiper-button-next.arrow-box::after {
    width: 18px;
    min-width: 18px;
    height: 68px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev.arrow-box::after {
  background-image: url(../img/icon/icon-arrow--box-l@2x.jpg);
}
@media (max-width: 1024px) {
  .swiper-button-prev.arrow-box::after {
    background-image: url(../img/icon/icon-arrow--box-l--sp@2x.jpg);
  }
}

/* 次への矢印カスタマイズ */
.swiper-button-next.arrow-box::after {
  background-image: url(../img/icon/icon-arrow--box-r@2x.jpg);
}
@media (max-width: 1024px) {
  .swiper-button-next.arrow-box::after {
    background-image: url(../img/icon/icon-arrow--box-r--sp@2x.jpg);
  }
}

/*!------------------------------------*\
  TOP｜スライダー
\*!------------------------------------*/
.c-slider--fv .main-swiper .bg {
  padding-top: 47.4%;
}
@media (max-width: 1024px) {
  .c-slider--fv .main-swiper .bg {
    padding-top: 100%;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1024.02px) {
  .c-slider--fv .thumb-swiper {
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  .c-slider--fv .thumb-swiper {
    margin-top: 8px;
  }
}
.c-slider--fv .thumb-swiper .bg {
  padding-top: 47.4%;
  border: 4px solid #cbcbcb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (max-width: 1024px) {
  .c-slider--fv .thumb-swiper .bg {
    padding-top: 94.72%;
    aspect-ratio: 1/1;
  }
}
.c-slider--fv .thumb-swiper .swiper-slide-thumb-active .bg {
  position: relative;
  border: 4px solid #00d0cd;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .c-tel-box--3 .row > div .c-tel-box--3__list {
    margin-bottom: 24px;
  }
  .c-tel-box--3 .row > div:last-of-type .c-tel-box--3__list {
    margin-bottom: 0;
  }
}
.c-tel-box--3__list {
  border: 1px solid #242424;
  min-height: 162px;
  padding: 30px 16px;
  text-align: center;
}
.c-tel-box--3__list__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}
.c-tel-box--3__list__tel {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.c-tel-box--3__list__tel dt,
.c-tel-box--3__list__tel dd {
  font-family: "Roboto", sans-serif;
  color: #242424;
}
.c-tel-box--3__list__tel dt {
  font-size: 16px;
  width: 3em;
  min-width: 3em;
  font-weight: 400;
}
.c-tel-box--3__list__tel dd {
  font-size: 30px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.c-tel-box--3__list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-tel-box--3__list__info dl {
  padding: 0 8px 0 0;
}
.c-tel-box--3__list__info dl:last-child {
  padding-right: 0;
}
.c-tel-box--3__list__info .time,
.c-tel-box--3__list__info .holiday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-tel-box--3__list__info .time dt,
.c-tel-box--3__list__info .time dd,
.c-tel-box--3__list__info .holiday dt,
.c-tel-box--3__list__info .holiday dd {
  font-size: 12px;
  color: #242424;
}
@media (max-width: 1024px) {
  .c-tel-box--3__list__info .time dt,
  .c-tel-box--3__list__info .time dd,
  .c-tel-box--3__list__info .holiday dt,
  .c-tel-box--3__list__info .holiday dd {
    font-size: 11px;
  }
}
.c-tel-box--3__list__info .time dt,
.c-tel-box--3__list__info .holiday dt {
  font-weight: 400;
}
.c-tel-box--3__list__info .time dd,
.c-tel-box--3__list__info .holiday dd {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.c-text--main p, .c-list--check li p {
  font-size: 16px;
  letter-spacing: 0.07em;
}
@media (max-width: 1024px) {
  .c-text--main p, .c-list--check li p {
    font-size: 14px;
  }
}
.c-text--main p:last-child, .c-list--check li p:last-child {
  margin-bottom: 0;
}
.c-text--small p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 0;
}
.c-text--large p {
  font-size: 20px;
  letter-spacing: 0.07em;
}
@media (max-width: 1024px) {
  .c-text--large p {
    font-size: 16px;
  }
}
.c-text--large p:last-child {
  margin-bottom: 0;
}

.c-title__01,
.is-style-h__01 {
  text-align: center;
}
.c-title__01__icon,
.is-style-h__01__icon {
  margin-bottom: 20px;
}
.c-title__01__icon .icon,
.is-style-h__01__icon .icon {
  width: 29px;
  height: 38px;
}
.c-title__01__title,
.is-style-h__01__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-title__01__title span,
.is-style-h__01__title span {
  font-family: "Quicksand", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1em;
}
.c-title--vertical-01,
.is-style-h--vertical-01 {
  text-align: center;
}
.c-title--vertical-01 .title,
.is-style-h--vertical-01 .title {
  font-size: 36px;
  margin: 0 0 0;
  color: #242424;
}
@media (max-width: 480px) {
  .c-title--vertical-01 .title,
  .is-style-h--vertical-01 .title {
    font-size: 18px;
  }
}
.c-title--vertical-01 .text,
.is-style-h--vertical-01 .text {
  font-size: 12px;
  margin: 0 0 4px;
  color: #242424;
}
.c-title--vertical-01:after,
.is-style-h--vertical-01:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1px;
  height: 40px;
  background: #c9d0d0;
  margin: 0 auto;
}
.c-title--main,
.is-style-h--main {
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  .c-title--main,
  .is-style-h--main {
    margin: 0 0 30px;
  }
}
.c-title--main__en,
.is-style-h--main__en {
  font-size: 12px;
  font-weight: 400;
  color: #99999b;
  margin: 0 0 24px;
  padding: 0 0 0 30px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  position: relative;
}
.c-title--main__en:before,
.is-style-h--main__en:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 5px;
  background: #0bc1be;
}
.c-title--main__ja,
.is-style-h--main__ja {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .c-title--main__ja,
  .is-style-h--main__ja {
    font-size: 20px;
  }
}
.c-title--sub,
.is-style-h--sub {
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  .c-title--sub,
  .is-style-h--sub {
    margin: 0 0 30px;
  }
}
.c-title--sub__inner,
.is-style-h--sub__inner {
  text-align: center;
}
.c-title--sub--white .title,
.is-style-h--sub--white .title {
  color: #fff !important;
}
.c-title--sub--white .line,
.is-style-h--sub--white .line {
  background: #fff !important;
}
.c-title--sub--white .sub-title,
.is-style-h--sub--white .sub-title {
  color: #fff !important;
}
.c-title--sub--bg,
.is-style-h--sub--bg {
  background: #0bc1be;
  padding: 80px 0 0;
}
.c-title--sub .title--en,
.is-style-h--sub .title--en {
  font-size: 22px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  color: #99999b;
  margin: 0 0 8px;
  letter-spacing: 0.22em;
}
@media (max-width: 1024px) {
  .c-title--sub .title--en,
  .is-style-h--sub .title--en {
    font-size: 12px;
  }
}
.c-title--sub .title--ja,
.is-style-h--sub .title--ja {
  font-size: 36px;
  font-weight: 700;
  color: #242424;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .c-title--sub .title--ja,
  .is-style-h--sub .title--ja {
    font-size: 20px;
  }
}
.c-title--sub .line,
.is-style-h--sub .line {
  background: #242424;
  text-align: center;
  content: "";
  width: 1px;
  height: 50px;
  margin: 20px auto 0;
}
@media (max-width: 1024px) {
  .c-title--sub .line,
  .is-style-h--sub .line {
    height: 30px;
  }
}
.c-title--sub .sub-title,
.is-style-h--sub .sub-title {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0 0;
}
@media (max-width: 1024px) {
  .c-title--sub .sub-title,
  .is-style-h--sub .sub-title {
    font-size: 14px;
    margin: 16px 0 0;
  }
}
.c-title--caution,
.is-style-h--caution {
  margin: 0;
  font-size: 12px;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.22em;
  color: #99999b;
}
.c-title--square,
.is-style-h--square {
  color: #000000;
  margin: 0 0 40px;
  font-size: 20px;
  padding: 0 0 0 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .c-title--square,
  .is-style-h--square {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.c-title--square:before,
.is-style-h--square:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #0bc1be;
  position: absolute;
  top: 13px;
  left: 0;
}
.c-title--square.small,
.is-style-h--square.small {
  font-size: 16px;
}
@media (min-width: 1024.02px) {
  .c-title--square.small,
  .is-style-h--square.small {
    margin: 0 0 30px;
  }
}
.c-title--square.small:before,
.is-style-h--square.small:before {
  top: 9px;
}
.c-title--square.icon-small:before,
.is-style-h--square.icon-small:before {
  width: 5px;
  height: 5px;
  top: 11px;
}
.c-title--center-line,
.is-style-h--center-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 30px;
}
@media (max-width: 1024px) {
  .c-title--center-line,
  .is-style-h--center-line {
    margin: 0 auto 20px;
  }
}
.c-title--center-line .title,
.is-style-h--center-line .title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 30px;
  letter-spacing: 0.07em;
}
@media (max-width: 1024px) {
  .c-title--center-line .title,
  .is-style-h--center-line .title {
    font-size: 20px;
    margin: 0 auto 12px;
  }
}
.c-title--center-line .line,
.is-style-h--center-line .line {
  background: #242424;
  text-align: center;
  content: "";
  width: 1px;
  height: 50px;
}
@media (max-width: 1024px) {
  .c-title--center-line .line,
  .is-style-h--center-line .line {
    height: 20px;
  }
}
.c-title--center-line .sub-title,
.is-style-h--center-line .sub-title {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0 0;
}
@media (max-width: 1024px) {
  .c-title--center-line .sub-title,
  .is-style-h--center-line .sub-title {
    font-size: 14px;
    margin: 16px 0 0;
  }
}
.c-title--large,
.is-style-h--large {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 50px;
  letter-spacing: 0.07em;
}
@media (max-width: 1024px) {
  .c-title--large,
  .is-style-h--large {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
.c-title--mid,
.is-style-h--mid {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 50px;
}
.c-title--small,
.is-style-h--small {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  .c-title--small,
  .is-style-h--small {
    font-size: 14px;
    margin: 0 0 30px;
  }
}
.c-title--negative-margin,
.is-style-h--negative-margin {
  font-size: 20px;
  position: relative;
  margin: 0 0 -16px;
  text-align: center;
  position: relative;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 1024px) {
  .c-title--negative-margin,
  .is-style-h--negative-margin {
    font-size: 14px;
    margin: 0 0 -12px;
  }
}
.c-title--count-area,
.is-style-h--count-area {
  counter-reset: c-title-count;
}
.c-title--count-area .c-title--count,
.is-style-h--count-area .c-title--count {
  position: relative;
  padding-left: 1.2em;
  font-size: 20px;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .c-title--count-area .c-title--count,
  .is-style-h--count-area .c-title--count {
    font-size: 18px;
  }
}
.c-title--count-area .c-title--count:before,
.is-style-h--count-area .c-title--count:before {
  counter-increment: c-title-count;
  content: counter(c-title-count) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #0bc1be;
}

@media (max-width: 1024px) {
  .l-footer--2025 {
    margin-bottom: 64px;
  }
}
.l-footer--2025__contact__head {
  padding: 60px 0;
  margin: 0;
  background: none;
  background-image: url("../img/footer__contact/head-bg@2x.jpg");
}
@media (max-width: 1024px) {
  .l-footer--2025__contact__head {
    background-image: url("../img/footer__contact/head-bg--sp@2x.jpg");
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .l-footer--2025__contact .row > div {
    margin-bottom: 20px;
  }
  .l-footer--2025__contact .row > div:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .l-footer--2025__tel .l-section {
    padding: 0 0 80px !important;
  }
}
.l-footer--2025__tel__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
}
.l-footer--2025__tel__head .title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ebf4f4));
  background: linear-gradient(transparent 70%, #ebf4f4 30%);
  font-size: 28px;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .l-footer--2025__tel__head .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .l-footer--2025__tel__head .title {
    font-size: 16px;
  }
}
.l-footer--2025__tel__head .line {
  font-size: 40px;
}
.l-footer--2025__tel__head .line.start {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  margin: 0 12px 0 0;
}
@media (max-width: 1024px) {
  .l-footer--2025__tel__head .line.start {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    margin: 0 8px 0 0;
  }
}
.l-footer--2025__tel__head .line.end {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin: 0 0 0 12px;
}
@media (max-width: 1024px) {
  .l-footer--2025__tel__head .line.end {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin: 0 0 0 8px;
  }
}
.l-footer--2025__main {
  background: #f6f6f6;
  padding: 80px 0 0;
}
.l-footer--2025__main__logo {
  margin: 0 0 80px;
  text-align: center;
}
@media (max-width: 1024px) {
  .l-footer--2025__main__logo {
    margin: 0 0 50px;
  }
}
.l-footer--2025__main__logo img {
  margin: 0 auto 30px;
}
.l-footer--2025__main__logo .title {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1024px) {
  .l-footer--2025__main__nav {
    display: none;
  }
}
@media (min-width: 1024.02px) {
  .l-footer--2025__main__nav {
    margin: 60px 0 0;
  }
  .l-footer--2025__main__nav__head {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
  }
  .l-footer--2025__main__nav__list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
  }
  .l-footer--2025__main__nav__list li {
    margin: 0 0 16px;
    list-style: none;
    padding: 0;
    font-size: 16px;
  }
  .l-footer--2025__main__nav__list li:last-of-type {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .l-footer--2025__main__tel {
    display: none;
  }
}
@media (min-width: 1024.02px) {
  .l-footer--2025__main__tel {
    margin: 40px 0 0;
  }
}
.l-footer--2025__main__desc {
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .l-footer--2025__main__desc {
    margin: 30px 0;
  }
}
.l-footer--2025__main__desc p {
  color: #868686;
  margin: 0;
}
@media (max-width: 1024px) {
  .l-footer--2025__main__desc p {
    font-size: 12px;
  }
}
.l-footer--2025__copyright {
  border-top: 1px solid #cbcbcb;
}
.l-footer--2025__copyright__inner {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .l-footer--2025__copyright__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer--2025__copyright__inner a {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .l-footer--2025__copyright__inner a {
    font-size: 10px;
    margin: 0 0 16px;
  }
}
.l-footer--2025__copyright__inner p {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .l-footer--2025__copyright__inner p {
    font-size: 10px;
  }
}
.l-footer--2025__fixed-nav {
  display: none;
}
@media (max-width: 1024px) {
  .l-footer--2025__fixed-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    gap: 0 6px;
  }
  .l-footer--2025__fixed-nav a {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.3333333333%;
    background: #0bc1be;
  }
  .l-footer--2025__fixed-nav a p {
    line-height: 1.4;
    font-size: 12px;
    margin: 0 0 0 8px;
    font-weight: 700;
    color: #fff;
  }
}

body.page-child .p-modelhouse__info-area {
  margin: 80px 0 0;
}
body.page-child .p-modelhouse__info-area__inner {
  padding: 160px 0 60px;
}
@media (max-width: 1024px) {
  body.page-child .p-modelhouse__info-area__inner {
    padding: 120px 0 40px;
  }
}
body.page-child .c-pagetop {
  background: #00b0ad !important;
}
body.page-child .p-comori .p-modelhouse__info-area__inner__logo img {
  width: 298px;
}

.l-header-kagawa .l-header-homelink {
  right: 16px;
}

body.page-id-166737 .p-modelhouse__point__slider__title {
  background-color: #e1eaed !important;
}

body.page-id-166741 .p-modelhouse__point__slider__title {
  background-color: #faf9f5 !important;
}

body.page-id-166649 .p-modelhouse__point__slider__title {
  background-color: #faf9f5 !important;
}

body.page-id-166649 .p-modelhouse__info-area__inner:before {
  background-color: #faf9f5 !important;
}

body.page-id-166649 .p-modelhouse__info-area {
  background-color: transparent !important;
}
@media (max-width: 1024px) {
  body.page-id-166649 .p-modelhouse__info-area {
    background-color: #faf9f5 !important;
  }
}

body.page-id-166649 .p-modelhouse__info-area .map-area .title {
  background: #faf9f5 !important;
}

body.page-id-166651 .p-modelhouse__point__slider__title {
  background-color: #faf9f5 !important;
}

body.page-id-166651 .p-modelhouse__info-area__inner:before {
  background-color: #faf9f5 !important;
}

body.page-id-166651 .p-modelhouse__info-area {
  background-color: transparent !important;
}
@media (max-width: 1024px) {
  body.page-id-166651 .p-modelhouse__info-area {
    background-color: #faf9f5 !important;
  }
}

body.page-id-166651 .p-modelhouse__info-area .map-area .title {
  background: #faf9f5 !important;
}

body.page-id-166741 .p-rokoti .p-modelhouse__point__slider .bg {
  padding-top: 150% !important;
}

body.page-id-166741 .p-rokoti .p-modelhouse__point__slider {
  margin: 80px 0 !important;
}

body.page-id-166741 .p-rokoti .p-modelhouse__info-area__inner:before {
  background-color: #faf9f5 !important;
}

body.page-id-166741 .p-rokoti .p-modelhouse__info-area {
  background-color: transparent !important;
}
@media (max-width: 1024px) {
  body.page-id-166741 .p-rokoti .p-modelhouse__info-area {
    background-color: #faf9f5 !important;
  }
}

body.page-id-166741 .p-modelhouse__info-area .map-area .title {
  background: #faf9f5 !important;
}

body.page-id-166737 .p-modelhouse__info-area__inner:before {
  background-color: #e1eaed !important;
}

body.page-id-166737 .p-modelhouse__info-area {
  background-color: transparent !important;
}
@media (max-width: 1024px) {
  body.page-id-166737 .p-modelhouse__info-area {
    background-color: #e1eaed !important;
  }
}

body.page-id-166737 .p-modelhouse__info-area .map-area .title {
  background: #e1eaed !important;
}

body.page-id-166739 .p-modelhouse__info-area__inner:before {
  background-color: #f4eff3 !important;
}

body.page-id-166739 .p-modelhouse__info-area {
  background-color: transparent !important;
}
@media (max-width: 1024px) {
  body.page-id-166739 .p-modelhouse__info-area {
    background-color: #f4eff3 !important;
  }
}

.l-section {
  padding-bottom: 100px !important;
}
@media (max-width: 1024px) {
  .l-section {
    padding-bottom: 50px !important;
  }
}
.l-section--top {
  padding-top: 50px !important;
}
@media (max-width: 1024px) {
  .l-section--top {
    padding-top: 30px !important;
  }
}
.l-section--top--large {
  padding-top: 100px !important;
}
@media (max-width: 1024px) {
  .l-section--top--large {
    padding-top: 50px !important;
  }
}
.l-section--top--same {
  padding-top: 50px !important;
}
.l-section--top--small {
  padding-top: 30px !important;
}
@media (max-width: 1024px) {
  .l-section--top--sp {
    padding-top: 30px !important;
  }
}
.l-section--bottom {
  padding-bottom: 50px !important;
}
@media (max-width: 1024px) {
  .l-section--bottom {
    padding-bottom: 30px !important;
  }
}
.l-section--bottom--large {
  padding-bottom: 100px !important;
}
@media (max-width: 1024px) {
  .l-section--bottom--large {
    padding-bottom: 50px !important;
  }
}
.l-section--bottom--largest {
  padding-bottom: 150px !important;
}
@media (max-width: 1024px) {
  .l-section--bottom--largest {
    padding-bottom: 80px !important;
  }
}
.l-section--bottom--small {
  padding-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .l-section--bottom--sp {
    padding-bottom: 30px !important;
  }
}
.l-section--bottom--m-small {
  margin-bottom: 24px !important;
}
@media (max-width: 1024px) {
  .l-section--bottom--m-small {
    margin-bottom: 16px !important;
  }
}
/*# sourceMappingURL=maps/footer.min.css.map */