@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,500;0,700;1,500&display=swap");
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto;
}

a, button, input, textarea {
  outline: none;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity .3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: .7;
  }
}

@media screen and (min-width: 768px) {
  a[href^=tel]:hover {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1.0rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media all and (max-width: 999px) {
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media all and (max-width: 999px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -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;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -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;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !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;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -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;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -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;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !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;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -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;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -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;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !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;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -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;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -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;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !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;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -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;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -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;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.u-m0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-p0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-m5 {
  margin: 5px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-p5 {
  padding: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-m55 {
  margin: 55px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-p55 {
  padding: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-m65 {
  margin: 65px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-p65 {
  padding: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-m75 {
  margin: 75px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-p75 {
  padding: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-m85 {
  margin: 85px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-p85 {
  padding: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-m95 {
  margin: 95px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-p95 {
  padding: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-m105 {
  margin: 105px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-p105 {
  padding: 105px !important;
}

.u-pt105 {
  padding-top: 105px !important;
}

.u-pr105 {
  padding-right: 105px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-pl105 {
  padding-left: 105px !important;
}

.u-m110 {
  margin: 110px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-p110 {
  padding: 110px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pr110 {
  padding-right: 110px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pl110 {
  padding-left: 110px !important;
}

.u-m115 {
  margin: 115px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-p115 {
  padding: 115px !important;
}

.u-pt115 {
  padding-top: 115px !important;
}

.u-pr115 {
  padding-right: 115px !important;
}

.u-pb115 {
  padding-bottom: 115px !important;
}

.u-pl115 {
  padding-left: 115px !important;
}

.u-m120 {
  margin: 120px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-p120 {
  padding: 120px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pr120 {
  padding-right: 120px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-m125 {
  margin: 125px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-p125 {
  padding: 125px !important;
}

.u-pt125 {
  padding-top: 125px !important;
}

.u-pr125 {
  padding-right: 125px !important;
}

.u-pb125 {
  padding-bottom: 125px !important;
}

.u-pl125 {
  padding-left: 125px !important;
}

.u-m130 {
  margin: 130px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-p130 {
  padding: 130px !important;
}

.u-pt130 {
  padding-top: 130px !important;
}

.u-pr130 {
  padding-right: 130px !important;
}

.u-pb130 {
  padding-bottom: 130px !important;
}

.u-pl130 {
  padding-left: 130px !important;
}

.u-m135 {
  margin: 135px !important;
}

.u-mt135 {
  margin-top: 135px !important;
}

.u-mr135 {
  margin-right: 135px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-ml135 {
  margin-left: 135px !important;
}

.u-p135 {
  padding: 135px !important;
}

.u-pt135 {
  padding-top: 135px !important;
}

.u-pr135 {
  padding-right: 135px !important;
}

.u-pb135 {
  padding-bottom: 135px !important;
}

.u-pl135 {
  padding-left: 135px !important;
}

.u-m140 {
  margin: 140px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-p140 {
  padding: 140px !important;
}

.u-pt140 {
  padding-top: 140px !important;
}

.u-pr140 {
  padding-right: 140px !important;
}

.u-pb140 {
  padding-bottom: 140px !important;
}

.u-pl140 {
  padding-left: 140px !important;
}

.u-m145 {
  margin: 145px !important;
}

.u-mt145 {
  margin-top: 145px !important;
}

.u-mr145 {
  margin-right: 145px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-ml145 {
  margin-left: 145px !important;
}

.u-p145 {
  padding: 145px !important;
}

.u-pt145 {
  padding-top: 145px !important;
}

.u-pr145 {
  padding-right: 145px !important;
}

.u-pb145 {
  padding-bottom: 145px !important;
}

.u-pl145 {
  padding-left: 145px !important;
}

.u-m150 {
  margin: 150px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-p150 {
  padding: 150px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pr150 {
  padding-right: 150px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pl150 {
  padding-left: 150px !important;
}

.u-m155 {
  margin: 155px !important;
}

.u-mt155 {
  margin-top: 155px !important;
}

.u-mr155 {
  margin-right: 155px !important;
}

.u-mb155 {
  margin-bottom: 155px !important;
}

.u-ml155 {
  margin-left: 155px !important;
}

.u-p155 {
  padding: 155px !important;
}

.u-pt155 {
  padding-top: 155px !important;
}

.u-pr155 {
  padding-right: 155px !important;
}

.u-pb155 {
  padding-bottom: 155px !important;
}

.u-pl155 {
  padding-left: 155px !important;
}

.u-m160 {
  margin: 160px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-p160 {
  padding: 160px !important;
}

.u-pt160 {
  padding-top: 160px !important;
}

.u-pr160 {
  padding-right: 160px !important;
}

.u-pb160 {
  padding-bottom: 160px !important;
}

.u-pl160 {
  padding-left: 160px !important;
}

.u-m165 {
  margin: 165px !important;
}

.u-mt165 {
  margin-top: 165px !important;
}

.u-mr165 {
  margin-right: 165px !important;
}

.u-mb165 {
  margin-bottom: 165px !important;
}

.u-ml165 {
  margin-left: 165px !important;
}

.u-p165 {
  padding: 165px !important;
}

.u-pt165 {
  padding-top: 165px !important;
}

.u-pr165 {
  padding-right: 165px !important;
}

.u-pb165 {
  padding-bottom: 165px !important;
}

.u-pl165 {
  padding-left: 165px !important;
}

.u-m170 {
  margin: 170px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-p170 {
  padding: 170px !important;
}

.u-pt170 {
  padding-top: 170px !important;
}

.u-pr170 {
  padding-right: 170px !important;
}

.u-pb170 {
  padding-bottom: 170px !important;
}

.u-pl170 {
  padding-left: 170px !important;
}

.u-m175 {
  margin: 175px !important;
}

.u-mt175 {
  margin-top: 175px !important;
}

.u-mr175 {
  margin-right: 175px !important;
}

.u-mb175 {
  margin-bottom: 175px !important;
}

.u-ml175 {
  margin-left: 175px !important;
}

.u-p175 {
  padding: 175px !important;
}

.u-pt175 {
  padding-top: 175px !important;
}

.u-pr175 {
  padding-right: 175px !important;
}

.u-pb175 {
  padding-bottom: 175px !important;
}

.u-pl175 {
  padding-left: 175px !important;
}

.u-m180 {
  margin: 180px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-p180 {
  padding: 180px !important;
}

.u-pt180 {
  padding-top: 180px !important;
}

.u-pr180 {
  padding-right: 180px !important;
}

.u-pb180 {
  padding-bottom: 180px !important;
}

.u-pl180 {
  padding-left: 180px !important;
}

.u-m185 {
  margin: 185px !important;
}

.u-mt185 {
  margin-top: 185px !important;
}

.u-mr185 {
  margin-right: 185px !important;
}

.u-mb185 {
  margin-bottom: 185px !important;
}

.u-ml185 {
  margin-left: 185px !important;
}

.u-p185 {
  padding: 185px !important;
}

.u-pt185 {
  padding-top: 185px !important;
}

.u-pr185 {
  padding-right: 185px !important;
}

.u-pb185 {
  padding-bottom: 185px !important;
}

.u-pl185 {
  padding-left: 185px !important;
}

.u-m190 {
  margin: 190px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-p190 {
  padding: 190px !important;
}

.u-pt190 {
  padding-top: 190px !important;
}

.u-pr190 {
  padding-right: 190px !important;
}

.u-pb190 {
  padding-bottom: 190px !important;
}

.u-pl190 {
  padding-left: 190px !important;
}

.u-m195 {
  margin: 195px !important;
}

.u-mt195 {
  margin-top: 195px !important;
}

.u-mr195 {
  margin-right: 195px !important;
}

.u-mb195 {
  margin-bottom: 195px !important;
}

.u-ml195 {
  margin-left: 195px !important;
}

.u-p195 {
  padding: 195px !important;
}

.u-pt195 {
  padding-top: 195px !important;
}

.u-pr195 {
  padding-right: 195px !important;
}

.u-pb195 {
  padding-bottom: 195px !important;
}

.u-pl195 {
  padding-left: 195px !important;
}

.u-m200 {
  margin: 200px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-p200 {
  padding: 200px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pr200 {
  padding-right: 200px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

.u-pl200 {
  padding-left: 200px !important;
}

.u-m205 {
  margin: 205px !important;
}

.u-mt205 {
  margin-top: 205px !important;
}

.u-mr205 {
  margin-right: 205px !important;
}

.u-mb205 {
  margin-bottom: 205px !important;
}

.u-ml205 {
  margin-left: 205px !important;
}

.u-p205 {
  padding: 205px !important;
}

.u-pt205 {
  padding-top: 205px !important;
}

.u-pr205 {
  padding-right: 205px !important;
}

.u-pb205 {
  padding-bottom: 205px !important;
}

.u-pl205 {
  padding-left: 205px !important;
}

.u-m210 {
  margin: 210px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-mr210 {
  margin-right: 210px !important;
}

.u-mb210 {
  margin-bottom: 210px !important;
}

.u-ml210 {
  margin-left: 210px !important;
}

.u-p210 {
  padding: 210px !important;
}

.u-pt210 {
  padding-top: 210px !important;
}

.u-pr210 {
  padding-right: 210px !important;
}

.u-pb210 {
  padding-bottom: 210px !important;
}

.u-pl210 {
  padding-left: 210px !important;
}

.u-m215 {
  margin: 215px !important;
}

.u-mt215 {
  margin-top: 215px !important;
}

.u-mr215 {
  margin-right: 215px !important;
}

.u-mb215 {
  margin-bottom: 215px !important;
}

.u-ml215 {
  margin-left: 215px !important;
}

.u-p215 {
  padding: 215px !important;
}

.u-pt215 {
  padding-top: 215px !important;
}

.u-pr215 {
  padding-right: 215px !important;
}

.u-pb215 {
  padding-bottom: 215px !important;
}

.u-pl215 {
  padding-left: 215px !important;
}

.u-m220 {
  margin: 220px !important;
}

.u-mt220 {
  margin-top: 220px !important;
}

.u-mr220 {
  margin-right: 220px !important;
}

.u-mb220 {
  margin-bottom: 220px !important;
}

.u-ml220 {
  margin-left: 220px !important;
}

.u-p220 {
  padding: 220px !important;
}

.u-pt220 {
  padding-top: 220px !important;
}

.u-pr220 {
  padding-right: 220px !important;
}

.u-pb220 {
  padding-bottom: 220px !important;
}

.u-pl220 {
  padding-left: 220px !important;
}

.u-m225 {
  margin: 225px !important;
}

.u-mt225 {
  margin-top: 225px !important;
}

.u-mr225 {
  margin-right: 225px !important;
}

.u-mb225 {
  margin-bottom: 225px !important;
}

.u-ml225 {
  margin-left: 225px !important;
}

.u-p225 {
  padding: 225px !important;
}

.u-pt225 {
  padding-top: 225px !important;
}

.u-pr225 {
  padding-right: 225px !important;
}

.u-pb225 {
  padding-bottom: 225px !important;
}

.u-pl225 {
  padding-left: 225px !important;
}

.u-m230 {
  margin: 230px !important;
}

.u-mt230 {
  margin-top: 230px !important;
}

.u-mr230 {
  margin-right: 230px !important;
}

.u-mb230 {
  margin-bottom: 230px !important;
}

.u-ml230 {
  margin-left: 230px !important;
}

.u-p230 {
  padding: 230px !important;
}

.u-pt230 {
  padding-top: 230px !important;
}

.u-pr230 {
  padding-right: 230px !important;
}

.u-pb230 {
  padding-bottom: 230px !important;
}

.u-pl230 {
  padding-left: 230px !important;
}

.u-m235 {
  margin: 235px !important;
}

.u-mt235 {
  margin-top: 235px !important;
}

.u-mr235 {
  margin-right: 235px !important;
}

.u-mb235 {
  margin-bottom: 235px !important;
}

.u-ml235 {
  margin-left: 235px !important;
}

.u-p235 {
  padding: 235px !important;
}

.u-pt235 {
  padding-top: 235px !important;
}

.u-pr235 {
  padding-right: 235px !important;
}

.u-pb235 {
  padding-bottom: 235px !important;
}

.u-pl235 {
  padding-left: 235px !important;
}

.u-m240 {
  margin: 240px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-p240 {
  padding: 240px !important;
}

.u-pt240 {
  padding-top: 240px !important;
}

.u-pr240 {
  padding-right: 240px !important;
}

.u-pb240 {
  padding-bottom: 240px !important;
}

.u-pl240 {
  padding-left: 240px !important;
}

.u-m245 {
  margin: 245px !important;
}

.u-mt245 {
  margin-top: 245px !important;
}

.u-mr245 {
  margin-right: 245px !important;
}

.u-mb245 {
  margin-bottom: 245px !important;
}

.u-ml245 {
  margin-left: 245px !important;
}

.u-p245 {
  padding: 245px !important;
}

.u-pt245 {
  padding-top: 245px !important;
}

.u-pr245 {
  padding-right: 245px !important;
}

.u-pb245 {
  padding-bottom: 245px !important;
}

.u-pl245 {
  padding-left: 245px !important;
}

.u-m250 {
  margin: 250px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

.u-mr250 {
  margin-right: 250px !important;
}

.u-mb250 {
  margin-bottom: 250px !important;
}

.u-ml250 {
  margin-left: 250px !important;
}

.u-p250 {
  padding: 250px !important;
}

.u-pt250 {
  padding-top: 250px !important;
}

.u-pr250 {
  padding-right: 250px !important;
}

.u-pb250 {
  padding-bottom: 250px !important;
}

.u-pl250 {
  padding-left: 250px !important;
}

.u-m255 {
  margin: 255px !important;
}

.u-mt255 {
  margin-top: 255px !important;
}

.u-mr255 {
  margin-right: 255px !important;
}

.u-mb255 {
  margin-bottom: 255px !important;
}

.u-ml255 {
  margin-left: 255px !important;
}

.u-p255 {
  padding: 255px !important;
}

.u-pt255 {
  padding-top: 255px !important;
}

.u-pr255 {
  padding-right: 255px !important;
}

.u-pb255 {
  padding-bottom: 255px !important;
}

.u-pl255 {
  padding-left: 255px !important;
}

.u-m260 {
  margin: 260px !important;
}

.u-mt260 {
  margin-top: 260px !important;
}

.u-mr260 {
  margin-right: 260px !important;
}

.u-mb260 {
  margin-bottom: 260px !important;
}

.u-ml260 {
  margin-left: 260px !important;
}

.u-p260 {
  padding: 260px !important;
}

.u-pt260 {
  padding-top: 260px !important;
}

.u-pr260 {
  padding-right: 260px !important;
}

.u-pb260 {
  padding-bottom: 260px !important;
}

.u-pl260 {
  padding-left: 260px !important;
}

.u-m265 {
  margin: 265px !important;
}

.u-mt265 {
  margin-top: 265px !important;
}

.u-mr265 {
  margin-right: 265px !important;
}

.u-mb265 {
  margin-bottom: 265px !important;
}

.u-ml265 {
  margin-left: 265px !important;
}

.u-p265 {
  padding: 265px !important;
}

.u-pt265 {
  padding-top: 265px !important;
}

.u-pr265 {
  padding-right: 265px !important;
}

.u-pb265 {
  padding-bottom: 265px !important;
}

.u-pl265 {
  padding-left: 265px !important;
}

.u-m270 {
  margin: 270px !important;
}

.u-mt270 {
  margin-top: 270px !important;
}

.u-mr270 {
  margin-right: 270px !important;
}

.u-mb270 {
  margin-bottom: 270px !important;
}

.u-ml270 {
  margin-left: 270px !important;
}

.u-p270 {
  padding: 270px !important;
}

.u-pt270 {
  padding-top: 270px !important;
}

.u-pr270 {
  padding-right: 270px !important;
}

.u-pb270 {
  padding-bottom: 270px !important;
}

.u-pl270 {
  padding-left: 270px !important;
}

.u-m275 {
  margin: 275px !important;
}

.u-mt275 {
  margin-top: 275px !important;
}

.u-mr275 {
  margin-right: 275px !important;
}

.u-mb275 {
  margin-bottom: 275px !important;
}

.u-ml275 {
  margin-left: 275px !important;
}

.u-p275 {
  padding: 275px !important;
}

.u-pt275 {
  padding-top: 275px !important;
}

.u-pr275 {
  padding-right: 275px !important;
}

.u-pb275 {
  padding-bottom: 275px !important;
}

.u-pl275 {
  padding-left: 275px !important;
}

.u-m280 {
  margin: 280px !important;
}

.u-mt280 {
  margin-top: 280px !important;
}

.u-mr280 {
  margin-right: 280px !important;
}

.u-mb280 {
  margin-bottom: 280px !important;
}

.u-ml280 {
  margin-left: 280px !important;
}

.u-p280 {
  padding: 280px !important;
}

.u-pt280 {
  padding-top: 280px !important;
}

.u-pr280 {
  padding-right: 280px !important;
}

.u-pb280 {
  padding-bottom: 280px !important;
}

.u-pl280 {
  padding-left: 280px !important;
}

.u-m285 {
  margin: 285px !important;
}

.u-mt285 {
  margin-top: 285px !important;
}

.u-mr285 {
  margin-right: 285px !important;
}

.u-mb285 {
  margin-bottom: 285px !important;
}

.u-ml285 {
  margin-left: 285px !important;
}

.u-p285 {
  padding: 285px !important;
}

.u-pt285 {
  padding-top: 285px !important;
}

.u-pr285 {
  padding-right: 285px !important;
}

.u-pb285 {
  padding-bottom: 285px !important;
}

.u-pl285 {
  padding-left: 285px !important;
}

.u-m290 {
  margin: 290px !important;
}

.u-mt290 {
  margin-top: 290px !important;
}

.u-mr290 {
  margin-right: 290px !important;
}

.u-mb290 {
  margin-bottom: 290px !important;
}

.u-ml290 {
  margin-left: 290px !important;
}

.u-p290 {
  padding: 290px !important;
}

.u-pt290 {
  padding-top: 290px !important;
}

.u-pr290 {
  padding-right: 290px !important;
}

.u-pb290 {
  padding-bottom: 290px !important;
}

.u-pl290 {
  padding-left: 290px !important;
}

.u-m295 {
  margin: 295px !important;
}

.u-mt295 {
  margin-top: 295px !important;
}

.u-mr295 {
  margin-right: 295px !important;
}

.u-mb295 {
  margin-bottom: 295px !important;
}

.u-ml295 {
  margin-left: 295px !important;
}

.u-p295 {
  padding: 295px !important;
}

.u-pt295 {
  padding-top: 295px !important;
}

.u-pr295 {
  padding-right: 295px !important;
}

.u-pb295 {
  padding-bottom: 295px !important;
}

.u-pl295 {
  padding-left: 295px !important;
}

.u-m300 {
  margin: 300px !important;
}

.u-mt300 {
  margin-top: 300px !important;
}

.u-mr300 {
  margin-right: 300px !important;
}

.u-mb300 {
  margin-bottom: 300px !important;
}

.u-ml300 {
  margin-left: 300px !important;
}

.u-p300 {
  padding: 300px !important;
}

.u-pt300 {
  padding-top: 300px !important;
}

.u-pr300 {
  padding-right: 300px !important;
}

.u-pb300 {
  padding-bottom: 300px !important;
}

.u-pl300 {
  padding-left: 300px !important;
}

.u-m305 {
  margin: 305px !important;
}

.u-mt305 {
  margin-top: 305px !important;
}

.u-mr305 {
  margin-right: 305px !important;
}

.u-mb305 {
  margin-bottom: 305px !important;
}

.u-ml305 {
  margin-left: 305px !important;
}

.u-p305 {
  padding: 305px !important;
}

.u-pt305 {
  padding-top: 305px !important;
}

.u-pr305 {
  padding-right: 305px !important;
}

.u-pb305 {
  padding-bottom: 305px !important;
}

.u-pl305 {
  padding-left: 305px !important;
}

.u-m310 {
  margin: 310px !important;
}

.u-mt310 {
  margin-top: 310px !important;
}

.u-mr310 {
  margin-right: 310px !important;
}

.u-mb310 {
  margin-bottom: 310px !important;
}

.u-ml310 {
  margin-left: 310px !important;
}

.u-p310 {
  padding: 310px !important;
}

.u-pt310 {
  padding-top: 310px !important;
}

.u-pr310 {
  padding-right: 310px !important;
}

.u-pb310 {
  padding-bottom: 310px !important;
}

.u-pl310 {
  padding-left: 310px !important;
}

.u-m315 {
  margin: 315px !important;
}

.u-mt315 {
  margin-top: 315px !important;
}

.u-mr315 {
  margin-right: 315px !important;
}

.u-mb315 {
  margin-bottom: 315px !important;
}

.u-ml315 {
  margin-left: 315px !important;
}

.u-p315 {
  padding: 315px !important;
}

.u-pt315 {
  padding-top: 315px !important;
}

.u-pr315 {
  padding-right: 315px !important;
}

.u-pb315 {
  padding-bottom: 315px !important;
}

.u-pl315 {
  padding-left: 315px !important;
}

.u-m320 {
  margin: 320px !important;
}

.u-mt320 {
  margin-top: 320px !important;
}

.u-mr320 {
  margin-right: 320px !important;
}

.u-mb320 {
  margin-bottom: 320px !important;
}

.u-ml320 {
  margin-left: 320px !important;
}

.u-p320 {
  padding: 320px !important;
}

.u-pt320 {
  padding-top: 320px !important;
}

.u-pr320 {
  padding-right: 320px !important;
}

.u-pb320 {
  padding-bottom: 320px !important;
}

.u-pl320 {
  padding-left: 320px !important;
}

.u-m325 {
  margin: 325px !important;
}

.u-mt325 {
  margin-top: 325px !important;
}

.u-mr325 {
  margin-right: 325px !important;
}

.u-mb325 {
  margin-bottom: 325px !important;
}

.u-ml325 {
  margin-left: 325px !important;
}

.u-p325 {
  padding: 325px !important;
}

.u-pt325 {
  padding-top: 325px !important;
}

.u-pr325 {
  padding-right: 325px !important;
}

.u-pb325 {
  padding-bottom: 325px !important;
}

.u-pl325 {
  padding-left: 325px !important;
}

.u-m330 {
  margin: 330px !important;
}

.u-mt330 {
  margin-top: 330px !important;
}

.u-mr330 {
  margin-right: 330px !important;
}

.u-mb330 {
  margin-bottom: 330px !important;
}

.u-ml330 {
  margin-left: 330px !important;
}

.u-p330 {
  padding: 330px !important;
}

.u-pt330 {
  padding-top: 330px !important;
}

.u-pr330 {
  padding-right: 330px !important;
}

.u-pb330 {
  padding-bottom: 330px !important;
}

.u-pl330 {
  padding-left: 330px !important;
}

.u-m335 {
  margin: 335px !important;
}

.u-mt335 {
  margin-top: 335px !important;
}

.u-mr335 {
  margin-right: 335px !important;
}

.u-mb335 {
  margin-bottom: 335px !important;
}

.u-ml335 {
  margin-left: 335px !important;
}

.u-p335 {
  padding: 335px !important;
}

.u-pt335 {
  padding-top: 335px !important;
}

.u-pr335 {
  padding-right: 335px !important;
}

.u-pb335 {
  padding-bottom: 335px !important;
}

.u-pl335 {
  padding-left: 335px !important;
}

.u-m340 {
  margin: 340px !important;
}

.u-mt340 {
  margin-top: 340px !important;
}

.u-mr340 {
  margin-right: 340px !important;
}

.u-mb340 {
  margin-bottom: 340px !important;
}

.u-ml340 {
  margin-left: 340px !important;
}

.u-p340 {
  padding: 340px !important;
}

.u-pt340 {
  padding-top: 340px !important;
}

.u-pr340 {
  padding-right: 340px !important;
}

.u-pb340 {
  padding-bottom: 340px !important;
}

.u-pl340 {
  padding-left: 340px !important;
}

.u-m345 {
  margin: 345px !important;
}

.u-mt345 {
  margin-top: 345px !important;
}

.u-mr345 {
  margin-right: 345px !important;
}

.u-mb345 {
  margin-bottom: 345px !important;
}

.u-ml345 {
  margin-left: 345px !important;
}

.u-p345 {
  padding: 345px !important;
}

.u-pt345 {
  padding-top: 345px !important;
}

.u-pr345 {
  padding-right: 345px !important;
}

.u-pb345 {
  padding-bottom: 345px !important;
}

.u-pl345 {
  padding-left: 345px !important;
}

.u-m350 {
  margin: 350px !important;
}

.u-mt350 {
  margin-top: 350px !important;
}

.u-mr350 {
  margin-right: 350px !important;
}

.u-mb350 {
  margin-bottom: 350px !important;
}

.u-ml350 {
  margin-left: 350px !important;
}

.u-p350 {
  padding: 350px !important;
}

.u-pt350 {
  padding-top: 350px !important;
}

.u-pr350 {
  padding-right: 350px !important;
}

.u-pb350 {
  padding-bottom: 350px !important;
}

.u-pl350 {
  padding-left: 350px !important;
}

.u-m355 {
  margin: 355px !important;
}

.u-mt355 {
  margin-top: 355px !important;
}

.u-mr355 {
  margin-right: 355px !important;
}

.u-mb355 {
  margin-bottom: 355px !important;
}

.u-ml355 {
  margin-left: 355px !important;
}

.u-p355 {
  padding: 355px !important;
}

.u-pt355 {
  padding-top: 355px !important;
}

.u-pr355 {
  padding-right: 355px !important;
}

.u-pb355 {
  padding-bottom: 355px !important;
}

.u-pl355 {
  padding-left: 355px !important;
}

.u-m360 {
  margin: 360px !important;
}

.u-mt360 {
  margin-top: 360px !important;
}

.u-mr360 {
  margin-right: 360px !important;
}

.u-mb360 {
  margin-bottom: 360px !important;
}

.u-ml360 {
  margin-left: 360px !important;
}

.u-p360 {
  padding: 360px !important;
}

.u-pt360 {
  padding-top: 360px !important;
}

.u-pr360 {
  padding-right: 360px !important;
}

.u-pb360 {
  padding-bottom: 360px !important;
}

.u-pl360 {
  padding-left: 360px !important;
}

.u-m365 {
  margin: 365px !important;
}

.u-mt365 {
  margin-top: 365px !important;
}

.u-mr365 {
  margin-right: 365px !important;
}

.u-mb365 {
  margin-bottom: 365px !important;
}

.u-ml365 {
  margin-left: 365px !important;
}

.u-p365 {
  padding: 365px !important;
}

.u-pt365 {
  padding-top: 365px !important;
}

.u-pr365 {
  padding-right: 365px !important;
}

.u-pb365 {
  padding-bottom: 365px !important;
}

.u-pl365 {
  padding-left: 365px !important;
}

.u-m370 {
  margin: 370px !important;
}

.u-mt370 {
  margin-top: 370px !important;
}

.u-mr370 {
  margin-right: 370px !important;
}

.u-mb370 {
  margin-bottom: 370px !important;
}

.u-ml370 {
  margin-left: 370px !important;
}

.u-p370 {
  padding: 370px !important;
}

.u-pt370 {
  padding-top: 370px !important;
}

.u-pr370 {
  padding-right: 370px !important;
}

.u-pb370 {
  padding-bottom: 370px !important;
}

.u-pl370 {
  padding-left: 370px !important;
}

.u-m375 {
  margin: 375px !important;
}

.u-mt375 {
  margin-top: 375px !important;
}

.u-mr375 {
  margin-right: 375px !important;
}

.u-mb375 {
  margin-bottom: 375px !important;
}

.u-ml375 {
  margin-left: 375px !important;
}

.u-p375 {
  padding: 375px !important;
}

.u-pt375 {
  padding-top: 375px !important;
}

.u-pr375 {
  padding-right: 375px !important;
}

.u-pb375 {
  padding-bottom: 375px !important;
}

.u-pl375 {
  padding-left: 375px !important;
}

.u-m380 {
  margin: 380px !important;
}

.u-mt380 {
  margin-top: 380px !important;
}

.u-mr380 {
  margin-right: 380px !important;
}

.u-mb380 {
  margin-bottom: 380px !important;
}

.u-ml380 {
  margin-left: 380px !important;
}

.u-p380 {
  padding: 380px !important;
}

.u-pt380 {
  padding-top: 380px !important;
}

.u-pr380 {
  padding-right: 380px !important;
}

.u-pb380 {
  padding-bottom: 380px !important;
}

.u-pl380 {
  padding-left: 380px !important;
}

.u-m385 {
  margin: 385px !important;
}

.u-mt385 {
  margin-top: 385px !important;
}

.u-mr385 {
  margin-right: 385px !important;
}

.u-mb385 {
  margin-bottom: 385px !important;
}

.u-ml385 {
  margin-left: 385px !important;
}

.u-p385 {
  padding: 385px !important;
}

.u-pt385 {
  padding-top: 385px !important;
}

.u-pr385 {
  padding-right: 385px !important;
}

.u-pb385 {
  padding-bottom: 385px !important;
}

.u-pl385 {
  padding-left: 385px !important;
}

.u-m390 {
  margin: 390px !important;
}

.u-mt390 {
  margin-top: 390px !important;
}

.u-mr390 {
  margin-right: 390px !important;
}

.u-mb390 {
  margin-bottom: 390px !important;
}

.u-ml390 {
  margin-left: 390px !important;
}

.u-p390 {
  padding: 390px !important;
}

.u-pt390 {
  padding-top: 390px !important;
}

.u-pr390 {
  padding-right: 390px !important;
}

.u-pb390 {
  padding-bottom: 390px !important;
}

.u-pl390 {
  padding-left: 390px !important;
}

.u-m395 {
  margin: 395px !important;
}

.u-mt395 {
  margin-top: 395px !important;
}

.u-mr395 {
  margin-right: 395px !important;
}

.u-mb395 {
  margin-bottom: 395px !important;
}

.u-ml395 {
  margin-left: 395px !important;
}

.u-p395 {
  padding: 395px !important;
}

.u-pt395 {
  padding-top: 395px !important;
}

.u-pr395 {
  padding-right: 395px !important;
}

.u-pb395 {
  padding-bottom: 395px !important;
}

.u-pl395 {
  padding-left: 395px !important;
}

.u-m400 {
  margin: 400px !important;
}

.u-mt400 {
  margin-top: 400px !important;
}

.u-mr400 {
  margin-right: 400px !important;
}

.u-mb400 {
  margin-bottom: 400px !important;
}

.u-ml400 {
  margin-left: 400px !important;
}

.u-p400 {
  padding: 400px !important;
}

.u-pt400 {
  padding-top: 400px !important;
}

.u-pr400 {
  padding-right: 400px !important;
}

.u-pb400 {
  padding-bottom: 400px !important;
}

.u-pl400 {
  padding-left: 400px !important;
}

.u-m405 {
  margin: 405px !important;
}

.u-mt405 {
  margin-top: 405px !important;
}

.u-mr405 {
  margin-right: 405px !important;
}

.u-mb405 {
  margin-bottom: 405px !important;
}

.u-ml405 {
  margin-left: 405px !important;
}

.u-p405 {
  padding: 405px !important;
}

.u-pt405 {
  padding-top: 405px !important;
}

.u-pr405 {
  padding-right: 405px !important;
}

.u-pb405 {
  padding-bottom: 405px !important;
}

.u-pl405 {
  padding-left: 405px !important;
}

.u-m410 {
  margin: 410px !important;
}

.u-mt410 {
  margin-top: 410px !important;
}

.u-mr410 {
  margin-right: 410px !important;
}

.u-mb410 {
  margin-bottom: 410px !important;
}

.u-ml410 {
  margin-left: 410px !important;
}

.u-p410 {
  padding: 410px !important;
}

.u-pt410 {
  padding-top: 410px !important;
}

.u-pr410 {
  padding-right: 410px !important;
}

.u-pb410 {
  padding-bottom: 410px !important;
}

.u-pl410 {
  padding-left: 410px !important;
}

.u-m415 {
  margin: 415px !important;
}

.u-mt415 {
  margin-top: 415px !important;
}

.u-mr415 {
  margin-right: 415px !important;
}

.u-mb415 {
  margin-bottom: 415px !important;
}

.u-ml415 {
  margin-left: 415px !important;
}

.u-p415 {
  padding: 415px !important;
}

.u-pt415 {
  padding-top: 415px !important;
}

.u-pr415 {
  padding-right: 415px !important;
}

.u-pb415 {
  padding-bottom: 415px !important;
}

.u-pl415 {
  padding-left: 415px !important;
}

.u-m420 {
  margin: 420px !important;
}

.u-mt420 {
  margin-top: 420px !important;
}

.u-mr420 {
  margin-right: 420px !important;
}

.u-mb420 {
  margin-bottom: 420px !important;
}

.u-ml420 {
  margin-left: 420px !important;
}

.u-p420 {
  padding: 420px !important;
}

.u-pt420 {
  padding-top: 420px !important;
}

.u-pr420 {
  padding-right: 420px !important;
}

.u-pb420 {
  padding-bottom: 420px !important;
}

.u-pl420 {
  padding-left: 420px !important;
}

.u-m425 {
  margin: 425px !important;
}

.u-mt425 {
  margin-top: 425px !important;
}

.u-mr425 {
  margin-right: 425px !important;
}

.u-mb425 {
  margin-bottom: 425px !important;
}

.u-ml425 {
  margin-left: 425px !important;
}

.u-p425 {
  padding: 425px !important;
}

.u-pt425 {
  padding-top: 425px !important;
}

.u-pr425 {
  padding-right: 425px !important;
}

.u-pb425 {
  padding-bottom: 425px !important;
}

.u-pl425 {
  padding-left: 425px !important;
}

.u-m430 {
  margin: 430px !important;
}

.u-mt430 {
  margin-top: 430px !important;
}

.u-mr430 {
  margin-right: 430px !important;
}

.u-mb430 {
  margin-bottom: 430px !important;
}

.u-ml430 {
  margin-left: 430px !important;
}

.u-p430 {
  padding: 430px !important;
}

.u-pt430 {
  padding-top: 430px !important;
}

.u-pr430 {
  padding-right: 430px !important;
}

.u-pb430 {
  padding-bottom: 430px !important;
}

.u-pl430 {
  padding-left: 430px !important;
}

.u-m435 {
  margin: 435px !important;
}

.u-mt435 {
  margin-top: 435px !important;
}

.u-mr435 {
  margin-right: 435px !important;
}

.u-mb435 {
  margin-bottom: 435px !important;
}

.u-ml435 {
  margin-left: 435px !important;
}

.u-p435 {
  padding: 435px !important;
}

.u-pt435 {
  padding-top: 435px !important;
}

.u-pr435 {
  padding-right: 435px !important;
}

.u-pb435 {
  padding-bottom: 435px !important;
}

.u-pl435 {
  padding-left: 435px !important;
}

.u-m440 {
  margin: 440px !important;
}

.u-mt440 {
  margin-top: 440px !important;
}

.u-mr440 {
  margin-right: 440px !important;
}

.u-mb440 {
  margin-bottom: 440px !important;
}

.u-ml440 {
  margin-left: 440px !important;
}

.u-p440 {
  padding: 440px !important;
}

.u-pt440 {
  padding-top: 440px !important;
}

.u-pr440 {
  padding-right: 440px !important;
}

.u-pb440 {
  padding-bottom: 440px !important;
}

.u-pl440 {
  padding-left: 440px !important;
}

.u-m445 {
  margin: 445px !important;
}

.u-mt445 {
  margin-top: 445px !important;
}

.u-mr445 {
  margin-right: 445px !important;
}

.u-mb445 {
  margin-bottom: 445px !important;
}

.u-ml445 {
  margin-left: 445px !important;
}

.u-p445 {
  padding: 445px !important;
}

.u-pt445 {
  padding-top: 445px !important;
}

.u-pr445 {
  padding-right: 445px !important;
}

.u-pb445 {
  padding-bottom: 445px !important;
}

.u-pl445 {
  padding-left: 445px !important;
}

.u-m450 {
  margin: 450px !important;
}

.u-mt450 {
  margin-top: 450px !important;
}

.u-mr450 {
  margin-right: 450px !important;
}

.u-mb450 {
  margin-bottom: 450px !important;
}

.u-ml450 {
  margin-left: 450px !important;
}

.u-p450 {
  padding: 450px !important;
}

.u-pt450 {
  padding-top: 450px !important;
}

.u-pr450 {
  padding-right: 450px !important;
}

.u-pb450 {
  padding-bottom: 450px !important;
}

.u-pl450 {
  padding-left: 450px !important;
}

.u-m455 {
  margin: 455px !important;
}

.u-mt455 {
  margin-top: 455px !important;
}

.u-mr455 {
  margin-right: 455px !important;
}

.u-mb455 {
  margin-bottom: 455px !important;
}

.u-ml455 {
  margin-left: 455px !important;
}

.u-p455 {
  padding: 455px !important;
}

.u-pt455 {
  padding-top: 455px !important;
}

.u-pr455 {
  padding-right: 455px !important;
}

.u-pb455 {
  padding-bottom: 455px !important;
}

.u-pl455 {
  padding-left: 455px !important;
}

.u-m460 {
  margin: 460px !important;
}

.u-mt460 {
  margin-top: 460px !important;
}

.u-mr460 {
  margin-right: 460px !important;
}

.u-mb460 {
  margin-bottom: 460px !important;
}

.u-ml460 {
  margin-left: 460px !important;
}

.u-p460 {
  padding: 460px !important;
}

.u-pt460 {
  padding-top: 460px !important;
}

.u-pr460 {
  padding-right: 460px !important;
}

.u-pb460 {
  padding-bottom: 460px !important;
}

.u-pl460 {
  padding-left: 460px !important;
}

.u-m465 {
  margin: 465px !important;
}

.u-mt465 {
  margin-top: 465px !important;
}

.u-mr465 {
  margin-right: 465px !important;
}

.u-mb465 {
  margin-bottom: 465px !important;
}

.u-ml465 {
  margin-left: 465px !important;
}

.u-p465 {
  padding: 465px !important;
}

.u-pt465 {
  padding-top: 465px !important;
}

.u-pr465 {
  padding-right: 465px !important;
}

.u-pb465 {
  padding-bottom: 465px !important;
}

.u-pl465 {
  padding-left: 465px !important;
}

.u-m470 {
  margin: 470px !important;
}

.u-mt470 {
  margin-top: 470px !important;
}

.u-mr470 {
  margin-right: 470px !important;
}

.u-mb470 {
  margin-bottom: 470px !important;
}

.u-ml470 {
  margin-left: 470px !important;
}

.u-p470 {
  padding: 470px !important;
}

.u-pt470 {
  padding-top: 470px !important;
}

.u-pr470 {
  padding-right: 470px !important;
}

.u-pb470 {
  padding-bottom: 470px !important;
}

.u-pl470 {
  padding-left: 470px !important;
}

.u-m475 {
  margin: 475px !important;
}

.u-mt475 {
  margin-top: 475px !important;
}

.u-mr475 {
  margin-right: 475px !important;
}

.u-mb475 {
  margin-bottom: 475px !important;
}

.u-ml475 {
  margin-left: 475px !important;
}

.u-p475 {
  padding: 475px !important;
}

.u-pt475 {
  padding-top: 475px !important;
}

.u-pr475 {
  padding-right: 475px !important;
}

.u-pb475 {
  padding-bottom: 475px !important;
}

.u-pl475 {
  padding-left: 475px !important;
}

.u-m480 {
  margin: 480px !important;
}

.u-mt480 {
  margin-top: 480px !important;
}

.u-mr480 {
  margin-right: 480px !important;
}

.u-mb480 {
  margin-bottom: 480px !important;
}

.u-ml480 {
  margin-left: 480px !important;
}

.u-p480 {
  padding: 480px !important;
}

.u-pt480 {
  padding-top: 480px !important;
}

.u-pr480 {
  padding-right: 480px !important;
}

.u-pb480 {
  padding-bottom: 480px !important;
}

.u-pl480 {
  padding-left: 480px !important;
}

.u-m485 {
  margin: 485px !important;
}

.u-mt485 {
  margin-top: 485px !important;
}

.u-mr485 {
  margin-right: 485px !important;
}

.u-mb485 {
  margin-bottom: 485px !important;
}

.u-ml485 {
  margin-left: 485px !important;
}

.u-p485 {
  padding: 485px !important;
}

.u-pt485 {
  padding-top: 485px !important;
}

.u-pr485 {
  padding-right: 485px !important;
}

.u-pb485 {
  padding-bottom: 485px !important;
}

.u-pl485 {
  padding-left: 485px !important;
}

.u-m490 {
  margin: 490px !important;
}

.u-mt490 {
  margin-top: 490px !important;
}

.u-mr490 {
  margin-right: 490px !important;
}

.u-mb490 {
  margin-bottom: 490px !important;
}

.u-ml490 {
  margin-left: 490px !important;
}

.u-p490 {
  padding: 490px !important;
}

.u-pt490 {
  padding-top: 490px !important;
}

.u-pr490 {
  padding-right: 490px !important;
}

.u-pb490 {
  padding-bottom: 490px !important;
}

.u-pl490 {
  padding-left: 490px !important;
}

.u-m495 {
  margin: 495px !important;
}

.u-mt495 {
  margin-top: 495px !important;
}

.u-mr495 {
  margin-right: 495px !important;
}

.u-mb495 {
  margin-bottom: 495px !important;
}

.u-ml495 {
  margin-left: 495px !important;
}

.u-p495 {
  padding: 495px !important;
}

.u-pt495 {
  padding-top: 495px !important;
}

.u-pr495 {
  padding-right: 495px !important;
}

.u-pb495 {
  padding-bottom: 495px !important;
}

.u-pl495 {
  padding-left: 495px !important;
}

.u-m500 {
  margin: 500px !important;
}

.u-mt500 {
  margin-top: 500px !important;
}

.u-mr500 {
  margin-right: 500px !important;
}

.u-mb500 {
  margin-bottom: 500px !important;
}

.u-ml500 {
  margin-left: 500px !important;
}

.u-p500 {
  padding: 500px !important;
}

.u-pt500 {
  padding-top: 500px !important;
}

.u-pr500 {
  padding-right: 500px !important;
}

.u-pb500 {
  padding-bottom: 500px !important;
}

.u-pl500 {
  padding-left: 500px !important;
}

@media all and (max-width: 767px) {
  .u-m0 {
    margin: 0px !important;
  }

  .u-mt0 {
    margin-top: 0px !important;
  }

  .u-mr0 {
    margin-right: 0px !important;
  }

  .u-mb0 {
    margin-bottom: 0px !important;
  }

  .u-ml0 {
    margin-left: 0px !important;
  }

  .u-p0 {
    padding: 0px !important;
  }

  .u-pt0 {
    padding-top: 0px !important;
  }

  .u-pr0 {
    padding-right: 0px !important;
  }

  .u-pb0 {
    padding-bottom: 0px !important;
  }

  .u-pl0 {
    padding-left: 0px !important;
  }

  .u-m5 {
    margin: 2.5px !important;
  }

  .u-mt5 {
    margin-top: 2.5px !important;
  }

  .u-mr5 {
    margin-right: 2.5px !important;
  }

  .u-mb5 {
    margin-bottom: 2.5px !important;
  }

  .u-ml5 {
    margin-left: 2.5px !important;
  }

  .u-p5 {
    padding: 2.5px !important;
  }

  .u-pt5 {
    padding-top: 2.5px !important;
  }

  .u-pr5 {
    padding-right: 2.5px !important;
  }

  .u-pb5 {
    padding-bottom: 2.5px !important;
  }

  .u-pl5 {
    padding-left: 2.5px !important;
  }

  .u-m10 {
    margin: 5px !important;
  }

  .u-mt10 {
    margin-top: 5px !important;
  }

  .u-mr10 {
    margin-right: 5px !important;
  }

  .u-mb10 {
    margin-bottom: 5px !important;
  }

  .u-ml10 {
    margin-left: 5px !important;
  }

  .u-p10 {
    padding: 5px !important;
  }

  .u-pt10 {
    padding-top: 5px !important;
  }

  .u-pr10 {
    padding-right: 5px !important;
  }

  .u-pb10 {
    padding-bottom: 5px !important;
  }

  .u-pl10 {
    padding-left: 5px !important;
  }

  .u-m15 {
    margin: 7.5px !important;
  }

  .u-mt15 {
    margin-top: 7.5px !important;
  }

  .u-mr15 {
    margin-right: 7.5px !important;
  }

  .u-mb15 {
    margin-bottom: 7.5px !important;
  }

  .u-ml15 {
    margin-left: 7.5px !important;
  }

  .u-p15 {
    padding: 7.5px !important;
  }

  .u-pt15 {
    padding-top: 7.5px !important;
  }

  .u-pr15 {
    padding-right: 7.5px !important;
  }

  .u-pb15 {
    padding-bottom: 7.5px !important;
  }

  .u-pl15 {
    padding-left: 7.5px !important;
  }

  .u-m20 {
    margin: 10px !important;
  }

  .u-mt20 {
    margin-top: 10px !important;
  }

  .u-mr20 {
    margin-right: 10px !important;
  }

  .u-mb20 {
    margin-bottom: 10px !important;
  }

  .u-ml20 {
    margin-left: 10px !important;
  }

  .u-p20 {
    padding: 10px !important;
  }

  .u-pt20 {
    padding-top: 10px !important;
  }

  .u-pr20 {
    padding-right: 10px !important;
  }

  .u-pb20 {
    padding-bottom: 10px !important;
  }

  .u-pl20 {
    padding-left: 10px !important;
  }

  .u-m25 {
    margin: 12.5px !important;
  }

  .u-mt25 {
    margin-top: 12.5px !important;
  }

  .u-mr25 {
    margin-right: 12.5px !important;
  }

  .u-mb25 {
    margin-bottom: 12.5px !important;
  }

  .u-ml25 {
    margin-left: 12.5px !important;
  }

  .u-p25 {
    padding: 12.5px !important;
  }

  .u-pt25 {
    padding-top: 12.5px !important;
  }

  .u-pr25 {
    padding-right: 12.5px !important;
  }

  .u-pb25 {
    padding-bottom: 12.5px !important;
  }

  .u-pl25 {
    padding-left: 12.5px !important;
  }

  .u-m30 {
    margin: 15px !important;
  }

  .u-mt30 {
    margin-top: 15px !important;
  }

  .u-mr30 {
    margin-right: 15px !important;
  }

  .u-mb30 {
    margin-bottom: 15px !important;
  }

  .u-ml30 {
    margin-left: 15px !important;
  }

  .u-p30 {
    padding: 15px !important;
  }

  .u-pt30 {
    padding-top: 15px !important;
  }

  .u-pr30 {
    padding-right: 15px !important;
  }

  .u-pb30 {
    padding-bottom: 15px !important;
  }

  .u-pl30 {
    padding-left: 15px !important;
  }

  .u-m35 {
    margin: 17.5px !important;
  }

  .u-mt35 {
    margin-top: 17.5px !important;
  }

  .u-mr35 {
    margin-right: 17.5px !important;
  }

  .u-mb35 {
    margin-bottom: 17.5px !important;
  }

  .u-ml35 {
    margin-left: 17.5px !important;
  }

  .u-p35 {
    padding: 17.5px !important;
  }

  .u-pt35 {
    padding-top: 17.5px !important;
  }

  .u-pr35 {
    padding-right: 17.5px !important;
  }

  .u-pb35 {
    padding-bottom: 17.5px !important;
  }

  .u-pl35 {
    padding-left: 17.5px !important;
  }

  .u-m40 {
    margin: 20px !important;
  }

  .u-mt40 {
    margin-top: 20px !important;
  }

  .u-mr40 {
    margin-right: 20px !important;
  }

  .u-mb40 {
    margin-bottom: 20px !important;
  }

  .u-ml40 {
    margin-left: 20px !important;
  }

  .u-p40 {
    padding: 20px !important;
  }

  .u-pt40 {
    padding-top: 20px !important;
  }

  .u-pr40 {
    padding-right: 20px !important;
  }

  .u-pb40 {
    padding-bottom: 20px !important;
  }

  .u-pl40 {
    padding-left: 20px !important;
  }

  .u-m45 {
    margin: 22.5px !important;
  }

  .u-mt45 {
    margin-top: 22.5px !important;
  }

  .u-mr45 {
    margin-right: 22.5px !important;
  }

  .u-mb45 {
    margin-bottom: 22.5px !important;
  }

  .u-ml45 {
    margin-left: 22.5px !important;
  }

  .u-p45 {
    padding: 22.5px !important;
  }

  .u-pt45 {
    padding-top: 22.5px !important;
  }

  .u-pr45 {
    padding-right: 22.5px !important;
  }

  .u-pb45 {
    padding-bottom: 22.5px !important;
  }

  .u-pl45 {
    padding-left: 22.5px !important;
  }

  .u-m50 {
    margin: 25px !important;
  }

  .u-mt50 {
    margin-top: 25px !important;
  }

  .u-mr50 {
    margin-right: 25px !important;
  }

  .u-mb50 {
    margin-bottom: 25px !important;
  }

  .u-ml50 {
    margin-left: 25px !important;
  }

  .u-p50 {
    padding: 25px !important;
  }

  .u-pt50 {
    padding-top: 25px !important;
  }

  .u-pr50 {
    padding-right: 25px !important;
  }

  .u-pb50 {
    padding-bottom: 25px !important;
  }

  .u-pl50 {
    padding-left: 25px !important;
  }

  .u-m55 {
    margin: 27.5px !important;
  }

  .u-mt55 {
    margin-top: 27.5px !important;
  }

  .u-mr55 {
    margin-right: 27.5px !important;
  }

  .u-mb55 {
    margin-bottom: 27.5px !important;
  }

  .u-ml55 {
    margin-left: 27.5px !important;
  }

  .u-p55 {
    padding: 27.5px !important;
  }

  .u-pt55 {
    padding-top: 27.5px !important;
  }

  .u-pr55 {
    padding-right: 27.5px !important;
  }

  .u-pb55 {
    padding-bottom: 27.5px !important;
  }

  .u-pl55 {
    padding-left: 27.5px !important;
  }

  .u-m60 {
    margin: 30px !important;
  }

  .u-mt60 {
    margin-top: 30px !important;
  }

  .u-mr60 {
    margin-right: 30px !important;
  }

  .u-mb60 {
    margin-bottom: 30px !important;
  }

  .u-ml60 {
    margin-left: 30px !important;
  }

  .u-p60 {
    padding: 30px !important;
  }

  .u-pt60 {
    padding-top: 30px !important;
  }

  .u-pr60 {
    padding-right: 30px !important;
  }

  .u-pb60 {
    padding-bottom: 30px !important;
  }

  .u-pl60 {
    padding-left: 30px !important;
  }

  .u-m65 {
    margin: 32.5px !important;
  }

  .u-mt65 {
    margin-top: 32.5px !important;
  }

  .u-mr65 {
    margin-right: 32.5px !important;
  }

  .u-mb65 {
    margin-bottom: 32.5px !important;
  }

  .u-ml65 {
    margin-left: 32.5px !important;
  }

  .u-p65 {
    padding: 32.5px !important;
  }

  .u-pt65 {
    padding-top: 32.5px !important;
  }

  .u-pr65 {
    padding-right: 32.5px !important;
  }

  .u-pb65 {
    padding-bottom: 32.5px !important;
  }

  .u-pl65 {
    padding-left: 32.5px !important;
  }

  .u-m70 {
    margin: 35px !important;
  }

  .u-mt70 {
    margin-top: 35px !important;
  }

  .u-mr70 {
    margin-right: 35px !important;
  }

  .u-mb70 {
    margin-bottom: 35px !important;
  }

  .u-ml70 {
    margin-left: 35px !important;
  }

  .u-p70 {
    padding: 35px !important;
  }

  .u-pt70 {
    padding-top: 35px !important;
  }

  .u-pr70 {
    padding-right: 35px !important;
  }

  .u-pb70 {
    padding-bottom: 35px !important;
  }

  .u-pl70 {
    padding-left: 35px !important;
  }

  .u-m75 {
    margin: 37.5px !important;
  }

  .u-mt75 {
    margin-top: 37.5px !important;
  }

  .u-mr75 {
    margin-right: 37.5px !important;
  }

  .u-mb75 {
    margin-bottom: 37.5px !important;
  }

  .u-ml75 {
    margin-left: 37.5px !important;
  }

  .u-p75 {
    padding: 37.5px !important;
  }

  .u-pt75 {
    padding-top: 37.5px !important;
  }

  .u-pr75 {
    padding-right: 37.5px !important;
  }

  .u-pb75 {
    padding-bottom: 37.5px !important;
  }

  .u-pl75 {
    padding-left: 37.5px !important;
  }

  .u-m80 {
    margin: 40px !important;
  }

  .u-mt80 {
    margin-top: 40px !important;
  }

  .u-mr80 {
    margin-right: 40px !important;
  }

  .u-mb80 {
    margin-bottom: 40px !important;
  }

  .u-ml80 {
    margin-left: 40px !important;
  }

  .u-p80 {
    padding: 40px !important;
  }

  .u-pt80 {
    padding-top: 40px !important;
  }

  .u-pr80 {
    padding-right: 40px !important;
  }

  .u-pb80 {
    padding-bottom: 40px !important;
  }

  .u-pl80 {
    padding-left: 40px !important;
  }

  .u-m85 {
    margin: 42.5px !important;
  }

  .u-mt85 {
    margin-top: 42.5px !important;
  }

  .u-mr85 {
    margin-right: 42.5px !important;
  }

  .u-mb85 {
    margin-bottom: 42.5px !important;
  }

  .u-ml85 {
    margin-left: 42.5px !important;
  }

  .u-p85 {
    padding: 42.5px !important;
  }

  .u-pt85 {
    padding-top: 42.5px !important;
  }

  .u-pr85 {
    padding-right: 42.5px !important;
  }

  .u-pb85 {
    padding-bottom: 42.5px !important;
  }

  .u-pl85 {
    padding-left: 42.5px !important;
  }

  .u-m90 {
    margin: 45px !important;
  }

  .u-mt90 {
    margin-top: 45px !important;
  }

  .u-mr90 {
    margin-right: 45px !important;
  }

  .u-mb90 {
    margin-bottom: 45px !important;
  }

  .u-ml90 {
    margin-left: 45px !important;
  }

  .u-p90 {
    padding: 45px !important;
  }

  .u-pt90 {
    padding-top: 45px !important;
  }

  .u-pr90 {
    padding-right: 45px !important;
  }

  .u-pb90 {
    padding-bottom: 45px !important;
  }

  .u-pl90 {
    padding-left: 45px !important;
  }

  .u-m95 {
    margin: 47.5px !important;
  }

  .u-mt95 {
    margin-top: 47.5px !important;
  }

  .u-mr95 {
    margin-right: 47.5px !important;
  }

  .u-mb95 {
    margin-bottom: 47.5px !important;
  }

  .u-ml95 {
    margin-left: 47.5px !important;
  }

  .u-p95 {
    padding: 47.5px !important;
  }

  .u-pt95 {
    padding-top: 47.5px !important;
  }

  .u-pr95 {
    padding-right: 47.5px !important;
  }

  .u-pb95 {
    padding-bottom: 47.5px !important;
  }

  .u-pl95 {
    padding-left: 47.5px !important;
  }

  .u-m100 {
    margin: 50px !important;
  }

  .u-mt100 {
    margin-top: 50px !important;
  }

  .u-mr100 {
    margin-right: 50px !important;
  }

  .u-mb100 {
    margin-bottom: 50px !important;
  }

  .u-ml100 {
    margin-left: 50px !important;
  }

  .u-p100 {
    padding: 50px !important;
  }

  .u-pt100 {
    padding-top: 50px !important;
  }

  .u-pr100 {
    padding-right: 50px !important;
  }

  .u-pb100 {
    padding-bottom: 50px !important;
  }

  .u-pl100 {
    padding-left: 50px !important;
  }

  .u-m105 {
    margin: 52.5px !important;
  }

  .u-mt105 {
    margin-top: 52.5px !important;
  }

  .u-mr105 {
    margin-right: 52.5px !important;
  }

  .u-mb105 {
    margin-bottom: 52.5px !important;
  }

  .u-ml105 {
    margin-left: 52.5px !important;
  }

  .u-p105 {
    padding: 52.5px !important;
  }

  .u-pt105 {
    padding-top: 52.5px !important;
  }

  .u-pr105 {
    padding-right: 52.5px !important;
  }

  .u-pb105 {
    padding-bottom: 52.5px !important;
  }

  .u-pl105 {
    padding-left: 52.5px !important;
  }

  .u-m110 {
    margin: 55px !important;
  }

  .u-mt110 {
    margin-top: 55px !important;
  }

  .u-mr110 {
    margin-right: 55px !important;
  }

  .u-mb110 {
    margin-bottom: 55px !important;
  }

  .u-ml110 {
    margin-left: 55px !important;
  }

  .u-p110 {
    padding: 55px !important;
  }

  .u-pt110 {
    padding-top: 55px !important;
  }

  .u-pr110 {
    padding-right: 55px !important;
  }

  .u-pb110 {
    padding-bottom: 55px !important;
  }

  .u-pl110 {
    padding-left: 55px !important;
  }

  .u-m115 {
    margin: 57.5px !important;
  }

  .u-mt115 {
    margin-top: 57.5px !important;
  }

  .u-mr115 {
    margin-right: 57.5px !important;
  }

  .u-mb115 {
    margin-bottom: 57.5px !important;
  }

  .u-ml115 {
    margin-left: 57.5px !important;
  }

  .u-p115 {
    padding: 57.5px !important;
  }

  .u-pt115 {
    padding-top: 57.5px !important;
  }

  .u-pr115 {
    padding-right: 57.5px !important;
  }

  .u-pb115 {
    padding-bottom: 57.5px !important;
  }

  .u-pl115 {
    padding-left: 57.5px !important;
  }

  .u-m120 {
    margin: 60px !important;
  }

  .u-mt120 {
    margin-top: 60px !important;
  }

  .u-mr120 {
    margin-right: 60px !important;
  }

  .u-mb120 {
    margin-bottom: 60px !important;
  }

  .u-ml120 {
    margin-left: 60px !important;
  }

  .u-p120 {
    padding: 60px !important;
  }

  .u-pt120 {
    padding-top: 60px !important;
  }

  .u-pr120 {
    padding-right: 60px !important;
  }

  .u-pb120 {
    padding-bottom: 60px !important;
  }

  .u-pl120 {
    padding-left: 60px !important;
  }

  .u-m125 {
    margin: 62.5px !important;
  }

  .u-mt125 {
    margin-top: 62.5px !important;
  }

  .u-mr125 {
    margin-right: 62.5px !important;
  }

  .u-mb125 {
    margin-bottom: 62.5px !important;
  }

  .u-ml125 {
    margin-left: 62.5px !important;
  }

  .u-p125 {
    padding: 62.5px !important;
  }

  .u-pt125 {
    padding-top: 62.5px !important;
  }

  .u-pr125 {
    padding-right: 62.5px !important;
  }

  .u-pb125 {
    padding-bottom: 62.5px !important;
  }

  .u-pl125 {
    padding-left: 62.5px !important;
  }

  .u-m130 {
    margin: 65px !important;
  }

  .u-mt130 {
    margin-top: 65px !important;
  }

  .u-mr130 {
    margin-right: 65px !important;
  }

  .u-mb130 {
    margin-bottom: 65px !important;
  }

  .u-ml130 {
    margin-left: 65px !important;
  }

  .u-p130 {
    padding: 65px !important;
  }

  .u-pt130 {
    padding-top: 65px !important;
  }

  .u-pr130 {
    padding-right: 65px !important;
  }

  .u-pb130 {
    padding-bottom: 65px !important;
  }

  .u-pl130 {
    padding-left: 65px !important;
  }

  .u-m135 {
    margin: 67.5px !important;
  }

  .u-mt135 {
    margin-top: 67.5px !important;
  }

  .u-mr135 {
    margin-right: 67.5px !important;
  }

  .u-mb135 {
    margin-bottom: 67.5px !important;
  }

  .u-ml135 {
    margin-left: 67.5px !important;
  }

  .u-p135 {
    padding: 67.5px !important;
  }

  .u-pt135 {
    padding-top: 67.5px !important;
  }

  .u-pr135 {
    padding-right: 67.5px !important;
  }

  .u-pb135 {
    padding-bottom: 67.5px !important;
  }

  .u-pl135 {
    padding-left: 67.5px !important;
  }

  .u-m140 {
    margin: 70px !important;
  }

  .u-mt140 {
    margin-top: 70px !important;
  }

  .u-mr140 {
    margin-right: 70px !important;
  }

  .u-mb140 {
    margin-bottom: 70px !important;
  }

  .u-ml140 {
    margin-left: 70px !important;
  }

  .u-p140 {
    padding: 70px !important;
  }

  .u-pt140 {
    padding-top: 70px !important;
  }

  .u-pr140 {
    padding-right: 70px !important;
  }

  .u-pb140 {
    padding-bottom: 70px !important;
  }

  .u-pl140 {
    padding-left: 70px !important;
  }

  .u-m145 {
    margin: 72.5px !important;
  }

  .u-mt145 {
    margin-top: 72.5px !important;
  }

  .u-mr145 {
    margin-right: 72.5px !important;
  }

  .u-mb145 {
    margin-bottom: 72.5px !important;
  }

  .u-ml145 {
    margin-left: 72.5px !important;
  }

  .u-p145 {
    padding: 72.5px !important;
  }

  .u-pt145 {
    padding-top: 72.5px !important;
  }

  .u-pr145 {
    padding-right: 72.5px !important;
  }

  .u-pb145 {
    padding-bottom: 72.5px !important;
  }

  .u-pl145 {
    padding-left: 72.5px !important;
  }

  .u-m150 {
    margin: 75px !important;
  }

  .u-mt150 {
    margin-top: 75px !important;
  }

  .u-mr150 {
    margin-right: 75px !important;
  }

  .u-mb150 {
    margin-bottom: 75px !important;
  }

  .u-ml150 {
    margin-left: 75px !important;
  }

  .u-p150 {
    padding: 75px !important;
  }

  .u-pt150 {
    padding-top: 75px !important;
  }

  .u-pr150 {
    padding-right: 75px !important;
  }

  .u-pb150 {
    padding-bottom: 75px !important;
  }

  .u-pl150 {
    padding-left: 75px !important;
  }

  .u-m155 {
    margin: 77.5px !important;
  }

  .u-mt155 {
    margin-top: 77.5px !important;
  }

  .u-mr155 {
    margin-right: 77.5px !important;
  }

  .u-mb155 {
    margin-bottom: 77.5px !important;
  }

  .u-ml155 {
    margin-left: 77.5px !important;
  }

  .u-p155 {
    padding: 77.5px !important;
  }

  .u-pt155 {
    padding-top: 77.5px !important;
  }

  .u-pr155 {
    padding-right: 77.5px !important;
  }

  .u-pb155 {
    padding-bottom: 77.5px !important;
  }

  .u-pl155 {
    padding-left: 77.5px !important;
  }

  .u-m160 {
    margin: 80px !important;
  }

  .u-mt160 {
    margin-top: 80px !important;
  }

  .u-mr160 {
    margin-right: 80px !important;
  }

  .u-mb160 {
    margin-bottom: 80px !important;
  }

  .u-ml160 {
    margin-left: 80px !important;
  }

  .u-p160 {
    padding: 80px !important;
  }

  .u-pt160 {
    padding-top: 80px !important;
  }

  .u-pr160 {
    padding-right: 80px !important;
  }

  .u-pb160 {
    padding-bottom: 80px !important;
  }

  .u-pl160 {
    padding-left: 80px !important;
  }

  .u-m165 {
    margin: 82.5px !important;
  }

  .u-mt165 {
    margin-top: 82.5px !important;
  }

  .u-mr165 {
    margin-right: 82.5px !important;
  }

  .u-mb165 {
    margin-bottom: 82.5px !important;
  }

  .u-ml165 {
    margin-left: 82.5px !important;
  }

  .u-p165 {
    padding: 82.5px !important;
  }

  .u-pt165 {
    padding-top: 82.5px !important;
  }

  .u-pr165 {
    padding-right: 82.5px !important;
  }

  .u-pb165 {
    padding-bottom: 82.5px !important;
  }

  .u-pl165 {
    padding-left: 82.5px !important;
  }

  .u-m170 {
    margin: 85px !important;
  }

  .u-mt170 {
    margin-top: 85px !important;
  }

  .u-mr170 {
    margin-right: 85px !important;
  }

  .u-mb170 {
    margin-bottom: 85px !important;
  }

  .u-ml170 {
    margin-left: 85px !important;
  }

  .u-p170 {
    padding: 85px !important;
  }

  .u-pt170 {
    padding-top: 85px !important;
  }

  .u-pr170 {
    padding-right: 85px !important;
  }

  .u-pb170 {
    padding-bottom: 85px !important;
  }

  .u-pl170 {
    padding-left: 85px !important;
  }

  .u-m175 {
    margin: 87.5px !important;
  }

  .u-mt175 {
    margin-top: 87.5px !important;
  }

  .u-mr175 {
    margin-right: 87.5px !important;
  }

  .u-mb175 {
    margin-bottom: 87.5px !important;
  }

  .u-ml175 {
    margin-left: 87.5px !important;
  }

  .u-p175 {
    padding: 87.5px !important;
  }

  .u-pt175 {
    padding-top: 87.5px !important;
  }

  .u-pr175 {
    padding-right: 87.5px !important;
  }

  .u-pb175 {
    padding-bottom: 87.5px !important;
  }

  .u-pl175 {
    padding-left: 87.5px !important;
  }

  .u-m180 {
    margin: 90px !important;
  }

  .u-mt180 {
    margin-top: 90px !important;
  }

  .u-mr180 {
    margin-right: 90px !important;
  }

  .u-mb180 {
    margin-bottom: 90px !important;
  }

  .u-ml180 {
    margin-left: 90px !important;
  }

  .u-p180 {
    padding: 90px !important;
  }

  .u-pt180 {
    padding-top: 90px !important;
  }

  .u-pr180 {
    padding-right: 90px !important;
  }

  .u-pb180 {
    padding-bottom: 90px !important;
  }

  .u-pl180 {
    padding-left: 90px !important;
  }

  .u-m185 {
    margin: 92.5px !important;
  }

  .u-mt185 {
    margin-top: 92.5px !important;
  }

  .u-mr185 {
    margin-right: 92.5px !important;
  }

  .u-mb185 {
    margin-bottom: 92.5px !important;
  }

  .u-ml185 {
    margin-left: 92.5px !important;
  }

  .u-p185 {
    padding: 92.5px !important;
  }

  .u-pt185 {
    padding-top: 92.5px !important;
  }

  .u-pr185 {
    padding-right: 92.5px !important;
  }

  .u-pb185 {
    padding-bottom: 92.5px !important;
  }

  .u-pl185 {
    padding-left: 92.5px !important;
  }

  .u-m190 {
    margin: 95px !important;
  }

  .u-mt190 {
    margin-top: 95px !important;
  }

  .u-mr190 {
    margin-right: 95px !important;
  }

  .u-mb190 {
    margin-bottom: 95px !important;
  }

  .u-ml190 {
    margin-left: 95px !important;
  }

  .u-p190 {
    padding: 95px !important;
  }

  .u-pt190 {
    padding-top: 95px !important;
  }

  .u-pr190 {
    padding-right: 95px !important;
  }

  .u-pb190 {
    padding-bottom: 95px !important;
  }

  .u-pl190 {
    padding-left: 95px !important;
  }

  .u-m195 {
    margin: 97.5px !important;
  }

  .u-mt195 {
    margin-top: 97.5px !important;
  }

  .u-mr195 {
    margin-right: 97.5px !important;
  }

  .u-mb195 {
    margin-bottom: 97.5px !important;
  }

  .u-ml195 {
    margin-left: 97.5px !important;
  }

  .u-p195 {
    padding: 97.5px !important;
  }

  .u-pt195 {
    padding-top: 97.5px !important;
  }

  .u-pr195 {
    padding-right: 97.5px !important;
  }

  .u-pb195 {
    padding-bottom: 97.5px !important;
  }

  .u-pl195 {
    padding-left: 97.5px !important;
  }

  .u-m200 {
    margin: 100px !important;
  }

  .u-mt200 {
    margin-top: 100px !important;
  }

  .u-mr200 {
    margin-right: 100px !important;
  }

  .u-mb200 {
    margin-bottom: 100px !important;
  }

  .u-ml200 {
    margin-left: 100px !important;
  }

  .u-p200 {
    padding: 100px !important;
  }

  .u-pt200 {
    padding-top: 100px !important;
  }

  .u-pr200 {
    padding-right: 100px !important;
  }

  .u-pb200 {
    padding-bottom: 100px !important;
  }

  .u-pl200 {
    padding-left: 100px !important;
  }

  .u-m205 {
    margin: 102.5px !important;
  }

  .u-mt205 {
    margin-top: 102.5px !important;
  }

  .u-mr205 {
    margin-right: 102.5px !important;
  }

  .u-mb205 {
    margin-bottom: 102.5px !important;
  }

  .u-ml205 {
    margin-left: 102.5px !important;
  }

  .u-p205 {
    padding: 102.5px !important;
  }

  .u-pt205 {
    padding-top: 102.5px !important;
  }

  .u-pr205 {
    padding-right: 102.5px !important;
  }

  .u-pb205 {
    padding-bottom: 102.5px !important;
  }

  .u-pl205 {
    padding-left: 102.5px !important;
  }

  .u-m210 {
    margin: 105px !important;
  }

  .u-mt210 {
    margin-top: 105px !important;
  }

  .u-mr210 {
    margin-right: 105px !important;
  }

  .u-mb210 {
    margin-bottom: 105px !important;
  }

  .u-ml210 {
    margin-left: 105px !important;
  }

  .u-p210 {
    padding: 105px !important;
  }

  .u-pt210 {
    padding-top: 105px !important;
  }

  .u-pr210 {
    padding-right: 105px !important;
  }

  .u-pb210 {
    padding-bottom: 105px !important;
  }

  .u-pl210 {
    padding-left: 105px !important;
  }

  .u-m215 {
    margin: 107.5px !important;
  }

  .u-mt215 {
    margin-top: 107.5px !important;
  }

  .u-mr215 {
    margin-right: 107.5px !important;
  }

  .u-mb215 {
    margin-bottom: 107.5px !important;
  }

  .u-ml215 {
    margin-left: 107.5px !important;
  }

  .u-p215 {
    padding: 107.5px !important;
  }

  .u-pt215 {
    padding-top: 107.5px !important;
  }

  .u-pr215 {
    padding-right: 107.5px !important;
  }

  .u-pb215 {
    padding-bottom: 107.5px !important;
  }

  .u-pl215 {
    padding-left: 107.5px !important;
  }

  .u-m220 {
    margin: 110px !important;
  }

  .u-mt220 {
    margin-top: 110px !important;
  }

  .u-mr220 {
    margin-right: 110px !important;
  }

  .u-mb220 {
    margin-bottom: 110px !important;
  }

  .u-ml220 {
    margin-left: 110px !important;
  }

  .u-p220 {
    padding: 110px !important;
  }

  .u-pt220 {
    padding-top: 110px !important;
  }

  .u-pr220 {
    padding-right: 110px !important;
  }

  .u-pb220 {
    padding-bottom: 110px !important;
  }

  .u-pl220 {
    padding-left: 110px !important;
  }

  .u-m225 {
    margin: 112.5px !important;
  }

  .u-mt225 {
    margin-top: 112.5px !important;
  }

  .u-mr225 {
    margin-right: 112.5px !important;
  }

  .u-mb225 {
    margin-bottom: 112.5px !important;
  }

  .u-ml225 {
    margin-left: 112.5px !important;
  }

  .u-p225 {
    padding: 112.5px !important;
  }

  .u-pt225 {
    padding-top: 112.5px !important;
  }

  .u-pr225 {
    padding-right: 112.5px !important;
  }

  .u-pb225 {
    padding-bottom: 112.5px !important;
  }

  .u-pl225 {
    padding-left: 112.5px !important;
  }

  .u-m230 {
    margin: 115px !important;
  }

  .u-mt230 {
    margin-top: 115px !important;
  }

  .u-mr230 {
    margin-right: 115px !important;
  }

  .u-mb230 {
    margin-bottom: 115px !important;
  }

  .u-ml230 {
    margin-left: 115px !important;
  }

  .u-p230 {
    padding: 115px !important;
  }

  .u-pt230 {
    padding-top: 115px !important;
  }

  .u-pr230 {
    padding-right: 115px !important;
  }

  .u-pb230 {
    padding-bottom: 115px !important;
  }

  .u-pl230 {
    padding-left: 115px !important;
  }

  .u-m235 {
    margin: 117.5px !important;
  }

  .u-mt235 {
    margin-top: 117.5px !important;
  }

  .u-mr235 {
    margin-right: 117.5px !important;
  }

  .u-mb235 {
    margin-bottom: 117.5px !important;
  }

  .u-ml235 {
    margin-left: 117.5px !important;
  }

  .u-p235 {
    padding: 117.5px !important;
  }

  .u-pt235 {
    padding-top: 117.5px !important;
  }

  .u-pr235 {
    padding-right: 117.5px !important;
  }

  .u-pb235 {
    padding-bottom: 117.5px !important;
  }

  .u-pl235 {
    padding-left: 117.5px !important;
  }

  .u-m240 {
    margin: 120px !important;
  }

  .u-mt240 {
    margin-top: 120px !important;
  }

  .u-mr240 {
    margin-right: 120px !important;
  }

  .u-mb240 {
    margin-bottom: 120px !important;
  }

  .u-ml240 {
    margin-left: 120px !important;
  }

  .u-p240 {
    padding: 120px !important;
  }

  .u-pt240 {
    padding-top: 120px !important;
  }

  .u-pr240 {
    padding-right: 120px !important;
  }

  .u-pb240 {
    padding-bottom: 120px !important;
  }

  .u-pl240 {
    padding-left: 120px !important;
  }

  .u-m245 {
    margin: 122.5px !important;
  }

  .u-mt245 {
    margin-top: 122.5px !important;
  }

  .u-mr245 {
    margin-right: 122.5px !important;
  }

  .u-mb245 {
    margin-bottom: 122.5px !important;
  }

  .u-ml245 {
    margin-left: 122.5px !important;
  }

  .u-p245 {
    padding: 122.5px !important;
  }

  .u-pt245 {
    padding-top: 122.5px !important;
  }

  .u-pr245 {
    padding-right: 122.5px !important;
  }

  .u-pb245 {
    padding-bottom: 122.5px !important;
  }

  .u-pl245 {
    padding-left: 122.5px !important;
  }

  .u-m250 {
    margin: 125px !important;
  }

  .u-mt250 {
    margin-top: 125px !important;
  }

  .u-mr250 {
    margin-right: 125px !important;
  }

  .u-mb250 {
    margin-bottom: 125px !important;
  }

  .u-ml250 {
    margin-left: 125px !important;
  }

  .u-p250 {
    padding: 125px !important;
  }

  .u-pt250 {
    padding-top: 125px !important;
  }

  .u-pr250 {
    padding-right: 125px !important;
  }

  .u-pb250 {
    padding-bottom: 125px !important;
  }

  .u-pl250 {
    padding-left: 125px !important;
  }
}
@media all and (max-width: 767px) {
  .u-sm-m0 {
    margin: 0px !important;
  }

  .u-sm-mt0 {
    margin-top: 0px !important;
  }

  .u-sm-mr0 {
    margin-right: 0px !important;
  }

  .u-sm-mb0 {
    margin-bottom: 0px !important;
  }

  .u-sm-ml0 {
    margin-left: 0px !important;
  }

  .u-sm-p0 {
    padding: 0px !important;
  }

  .u-sm-pt0 {
    padding-top: 0px !important;
  }

  .u-sm-pr0 {
    padding-right: 0px !important;
  }

  .u-sm-pb0 {
    padding-bottom: 0px !important;
  }

  .u-sm-pl0 {
    padding-left: 0px !important;
  }

  .u-sm-m5 {
    margin: 5px !important;
  }

  .u-sm-mt5 {
    margin-top: 5px !important;
  }

  .u-sm-mr5 {
    margin-right: 5px !important;
  }

  .u-sm-mb5 {
    margin-bottom: 5px !important;
  }

  .u-sm-ml5 {
    margin-left: 5px !important;
  }

  .u-sm-p5 {
    padding: 5px !important;
  }

  .u-sm-pt5 {
    padding-top: 5px !important;
  }

  .u-sm-pr5 {
    padding-right: 5px !important;
  }

  .u-sm-pb5 {
    padding-bottom: 5px !important;
  }

  .u-sm-pl5 {
    padding-left: 5px !important;
  }

  .u-sm-m10 {
    margin: 10px !important;
  }

  .u-sm-mt10 {
    margin-top: 10px !important;
  }

  .u-sm-mr10 {
    margin-right: 10px !important;
  }

  .u-sm-mb10 {
    margin-bottom: 10px !important;
  }

  .u-sm-ml10 {
    margin-left: 10px !important;
  }

  .u-sm-p10 {
    padding: 10px !important;
  }

  .u-sm-pt10 {
    padding-top: 10px !important;
  }

  .u-sm-pr10 {
    padding-right: 10px !important;
  }

  .u-sm-pb10 {
    padding-bottom: 10px !important;
  }

  .u-sm-pl10 {
    padding-left: 10px !important;
  }

  .u-sm-m15 {
    margin: 15px !important;
  }

  .u-sm-mt15 {
    margin-top: 15px !important;
  }

  .u-sm-mr15 {
    margin-right: 15px !important;
  }

  .u-sm-mb15 {
    margin-bottom: 15px !important;
  }

  .u-sm-ml15 {
    margin-left: 15px !important;
  }

  .u-sm-p15 {
    padding: 15px !important;
  }

  .u-sm-pt15 {
    padding-top: 15px !important;
  }

  .u-sm-pr15 {
    padding-right: 15px !important;
  }

  .u-sm-pb15 {
    padding-bottom: 15px !important;
  }

  .u-sm-pl15 {
    padding-left: 15px !important;
  }

  .u-sm-m20 {
    margin: 20px !important;
  }

  .u-sm-mt20 {
    margin-top: 20px !important;
  }

  .u-sm-mr20 {
    margin-right: 20px !important;
  }

  .u-sm-mb20 {
    margin-bottom: 20px !important;
  }

  .u-sm-ml20 {
    margin-left: 20px !important;
  }

  .u-sm-p20 {
    padding: 20px !important;
  }

  .u-sm-pt20 {
    padding-top: 20px !important;
  }

  .u-sm-pr20 {
    padding-right: 20px !important;
  }

  .u-sm-pb20 {
    padding-bottom: 20px !important;
  }

  .u-sm-pl20 {
    padding-left: 20px !important;
  }

  .u-sm-m25 {
    margin: 25px !important;
  }

  .u-sm-mt25 {
    margin-top: 25px !important;
  }

  .u-sm-mr25 {
    margin-right: 25px !important;
  }

  .u-sm-mb25 {
    margin-bottom: 25px !important;
  }

  .u-sm-ml25 {
    margin-left: 25px !important;
  }

  .u-sm-p25 {
    padding: 25px !important;
  }

  .u-sm-pt25 {
    padding-top: 25px !important;
  }

  .u-sm-pr25 {
    padding-right: 25px !important;
  }

  .u-sm-pb25 {
    padding-bottom: 25px !important;
  }

  .u-sm-pl25 {
    padding-left: 25px !important;
  }

  .u-sm-m30 {
    margin: 30px !important;
  }

  .u-sm-mt30 {
    margin-top: 30px !important;
  }

  .u-sm-mr30 {
    margin-right: 30px !important;
  }

  .u-sm-mb30 {
    margin-bottom: 30px !important;
  }

  .u-sm-ml30 {
    margin-left: 30px !important;
  }

  .u-sm-p30 {
    padding: 30px !important;
  }

  .u-sm-pt30 {
    padding-top: 30px !important;
  }

  .u-sm-pr30 {
    padding-right: 30px !important;
  }

  .u-sm-pb30 {
    padding-bottom: 30px !important;
  }

  .u-sm-pl30 {
    padding-left: 30px !important;
  }

  .u-sm-m35 {
    margin: 35px !important;
  }

  .u-sm-mt35 {
    margin-top: 35px !important;
  }

  .u-sm-mr35 {
    margin-right: 35px !important;
  }

  .u-sm-mb35 {
    margin-bottom: 35px !important;
  }

  .u-sm-ml35 {
    margin-left: 35px !important;
  }

  .u-sm-p35 {
    padding: 35px !important;
  }

  .u-sm-pt35 {
    padding-top: 35px !important;
  }

  .u-sm-pr35 {
    padding-right: 35px !important;
  }

  .u-sm-pb35 {
    padding-bottom: 35px !important;
  }

  .u-sm-pl35 {
    padding-left: 35px !important;
  }

  .u-sm-m40 {
    margin: 40px !important;
  }

  .u-sm-mt40 {
    margin-top: 40px !important;
  }

  .u-sm-mr40 {
    margin-right: 40px !important;
  }

  .u-sm-mb40 {
    margin-bottom: 40px !important;
  }

  .u-sm-ml40 {
    margin-left: 40px !important;
  }

  .u-sm-p40 {
    padding: 40px !important;
  }

  .u-sm-pt40 {
    padding-top: 40px !important;
  }

  .u-sm-pr40 {
    padding-right: 40px !important;
  }

  .u-sm-pb40 {
    padding-bottom: 40px !important;
  }

  .u-sm-pl40 {
    padding-left: 40px !important;
  }

  .u-sm-m45 {
    margin: 45px !important;
  }

  .u-sm-mt45 {
    margin-top: 45px !important;
  }

  .u-sm-mr45 {
    margin-right: 45px !important;
  }

  .u-sm-mb45 {
    margin-bottom: 45px !important;
  }

  .u-sm-ml45 {
    margin-left: 45px !important;
  }

  .u-sm-p45 {
    padding: 45px !important;
  }

  .u-sm-pt45 {
    padding-top: 45px !important;
  }

  .u-sm-pr45 {
    padding-right: 45px !important;
  }

  .u-sm-pb45 {
    padding-bottom: 45px !important;
  }

  .u-sm-pl45 {
    padding-left: 45px !important;
  }

  .u-sm-m50 {
    margin: 50px !important;
  }

  .u-sm-mt50 {
    margin-top: 50px !important;
  }

  .u-sm-mr50 {
    margin-right: 50px !important;
  }

  .u-sm-mb50 {
    margin-bottom: 50px !important;
  }

  .u-sm-ml50 {
    margin-left: 50px !important;
  }

  .u-sm-p50 {
    padding: 50px !important;
  }

  .u-sm-pt50 {
    padding-top: 50px !important;
  }

  .u-sm-pr50 {
    padding-right: 50px !important;
  }

  .u-sm-pb50 {
    padding-bottom: 50px !important;
  }

  .u-sm-pl50 {
    padding-left: 50px !important;
  }

  .u-sm-m55 {
    margin: 55px !important;
  }

  .u-sm-mt55 {
    margin-top: 55px !important;
  }

  .u-sm-mr55 {
    margin-right: 55px !important;
  }

  .u-sm-mb55 {
    margin-bottom: 55px !important;
  }

  .u-sm-ml55 {
    margin-left: 55px !important;
  }

  .u-sm-p55 {
    padding: 55px !important;
  }

  .u-sm-pt55 {
    padding-top: 55px !important;
  }

  .u-sm-pr55 {
    padding-right: 55px !important;
  }

  .u-sm-pb55 {
    padding-bottom: 55px !important;
  }

  .u-sm-pl55 {
    padding-left: 55px !important;
  }

  .u-sm-m60 {
    margin: 60px !important;
  }

  .u-sm-mt60 {
    margin-top: 60px !important;
  }

  .u-sm-mr60 {
    margin-right: 60px !important;
  }

  .u-sm-mb60 {
    margin-bottom: 60px !important;
  }

  .u-sm-ml60 {
    margin-left: 60px !important;
  }

  .u-sm-p60 {
    padding: 60px !important;
  }

  .u-sm-pt60 {
    padding-top: 60px !important;
  }

  .u-sm-pr60 {
    padding-right: 60px !important;
  }

  .u-sm-pb60 {
    padding-bottom: 60px !important;
  }

  .u-sm-pl60 {
    padding-left: 60px !important;
  }

  .u-sm-m65 {
    margin: 65px !important;
  }

  .u-sm-mt65 {
    margin-top: 65px !important;
  }

  .u-sm-mr65 {
    margin-right: 65px !important;
  }

  .u-sm-mb65 {
    margin-bottom: 65px !important;
  }

  .u-sm-ml65 {
    margin-left: 65px !important;
  }

  .u-sm-p65 {
    padding: 65px !important;
  }

  .u-sm-pt65 {
    padding-top: 65px !important;
  }

  .u-sm-pr65 {
    padding-right: 65px !important;
  }

  .u-sm-pb65 {
    padding-bottom: 65px !important;
  }

  .u-sm-pl65 {
    padding-left: 65px !important;
  }

  .u-sm-m70 {
    margin: 70px !important;
  }

  .u-sm-mt70 {
    margin-top: 70px !important;
  }

  .u-sm-mr70 {
    margin-right: 70px !important;
  }

  .u-sm-mb70 {
    margin-bottom: 70px !important;
  }

  .u-sm-ml70 {
    margin-left: 70px !important;
  }

  .u-sm-p70 {
    padding: 70px !important;
  }

  .u-sm-pt70 {
    padding-top: 70px !important;
  }

  .u-sm-pr70 {
    padding-right: 70px !important;
  }

  .u-sm-pb70 {
    padding-bottom: 70px !important;
  }

  .u-sm-pl70 {
    padding-left: 70px !important;
  }

  .u-sm-m75 {
    margin: 75px !important;
  }

  .u-sm-mt75 {
    margin-top: 75px !important;
  }

  .u-sm-mr75 {
    margin-right: 75px !important;
  }

  .u-sm-mb75 {
    margin-bottom: 75px !important;
  }

  .u-sm-ml75 {
    margin-left: 75px !important;
  }

  .u-sm-p75 {
    padding: 75px !important;
  }

  .u-sm-pt75 {
    padding-top: 75px !important;
  }

  .u-sm-pr75 {
    padding-right: 75px !important;
  }

  .u-sm-pb75 {
    padding-bottom: 75px !important;
  }

  .u-sm-pl75 {
    padding-left: 75px !important;
  }

  .u-sm-m80 {
    margin: 80px !important;
  }

  .u-sm-mt80 {
    margin-top: 80px !important;
  }

  .u-sm-mr80 {
    margin-right: 80px !important;
  }

  .u-sm-mb80 {
    margin-bottom: 80px !important;
  }

  .u-sm-ml80 {
    margin-left: 80px !important;
  }

  .u-sm-p80 {
    padding: 80px !important;
  }

  .u-sm-pt80 {
    padding-top: 80px !important;
  }

  .u-sm-pr80 {
    padding-right: 80px !important;
  }

  .u-sm-pb80 {
    padding-bottom: 80px !important;
  }

  .u-sm-pl80 {
    padding-left: 80px !important;
  }

  .u-sm-m85 {
    margin: 85px !important;
  }

  .u-sm-mt85 {
    margin-top: 85px !important;
  }

  .u-sm-mr85 {
    margin-right: 85px !important;
  }

  .u-sm-mb85 {
    margin-bottom: 85px !important;
  }

  .u-sm-ml85 {
    margin-left: 85px !important;
  }

  .u-sm-p85 {
    padding: 85px !important;
  }

  .u-sm-pt85 {
    padding-top: 85px !important;
  }

  .u-sm-pr85 {
    padding-right: 85px !important;
  }

  .u-sm-pb85 {
    padding-bottom: 85px !important;
  }

  .u-sm-pl85 {
    padding-left: 85px !important;
  }

  .u-sm-m90 {
    margin: 90px !important;
  }

  .u-sm-mt90 {
    margin-top: 90px !important;
  }

  .u-sm-mr90 {
    margin-right: 90px !important;
  }

  .u-sm-mb90 {
    margin-bottom: 90px !important;
  }

  .u-sm-ml90 {
    margin-left: 90px !important;
  }

  .u-sm-p90 {
    padding: 90px !important;
  }

  .u-sm-pt90 {
    padding-top: 90px !important;
  }

  .u-sm-pr90 {
    padding-right: 90px !important;
  }

  .u-sm-pb90 {
    padding-bottom: 90px !important;
  }

  .u-sm-pl90 {
    padding-left: 90px !important;
  }

  .u-sm-m95 {
    margin: 95px !important;
  }

  .u-sm-mt95 {
    margin-top: 95px !important;
  }

  .u-sm-mr95 {
    margin-right: 95px !important;
  }

  .u-sm-mb95 {
    margin-bottom: 95px !important;
  }

  .u-sm-ml95 {
    margin-left: 95px !important;
  }

  .u-sm-p95 {
    padding: 95px !important;
  }

  .u-sm-pt95 {
    padding-top: 95px !important;
  }

  .u-sm-pr95 {
    padding-right: 95px !important;
  }

  .u-sm-pb95 {
    padding-bottom: 95px !important;
  }

  .u-sm-pl95 {
    padding-left: 95px !important;
  }

  .u-sm-m100 {
    margin: 100px !important;
  }

  .u-sm-mt100 {
    margin-top: 100px !important;
  }

  .u-sm-mr100 {
    margin-right: 100px !important;
  }

  .u-sm-mb100 {
    margin-bottom: 100px !important;
  }

  .u-sm-ml100 {
    margin-left: 100px !important;
  }

  .u-sm-p100 {
    padding: 100px !important;
  }

  .u-sm-pt100 {
    padding-top: 100px !important;
  }

  .u-sm-pr100 {
    padding-right: 100px !important;
  }

  .u-sm-pb100 {
    padding-bottom: 100px !important;
  }

  .u-sm-pl100 {
    padding-left: 100px !important;
  }

  .u-sm-m105 {
    margin: 105px !important;
  }

  .u-sm-mt105 {
    margin-top: 105px !important;
  }

  .u-sm-mr105 {
    margin-right: 105px !important;
  }

  .u-sm-mb105 {
    margin-bottom: 105px !important;
  }

  .u-sm-ml105 {
    margin-left: 105px !important;
  }

  .u-sm-p105 {
    padding: 105px !important;
  }

  .u-sm-pt105 {
    padding-top: 105px !important;
  }

  .u-sm-pr105 {
    padding-right: 105px !important;
  }

  .u-sm-pb105 {
    padding-bottom: 105px !important;
  }

  .u-sm-pl105 {
    padding-left: 105px !important;
  }

  .u-sm-m110 {
    margin: 110px !important;
  }

  .u-sm-mt110 {
    margin-top: 110px !important;
  }

  .u-sm-mr110 {
    margin-right: 110px !important;
  }

  .u-sm-mb110 {
    margin-bottom: 110px !important;
  }

  .u-sm-ml110 {
    margin-left: 110px !important;
  }

  .u-sm-p110 {
    padding: 110px !important;
  }

  .u-sm-pt110 {
    padding-top: 110px !important;
  }

  .u-sm-pr110 {
    padding-right: 110px !important;
  }

  .u-sm-pb110 {
    padding-bottom: 110px !important;
  }

  .u-sm-pl110 {
    padding-left: 110px !important;
  }

  .u-sm-m115 {
    margin: 115px !important;
  }

  .u-sm-mt115 {
    margin-top: 115px !important;
  }

  .u-sm-mr115 {
    margin-right: 115px !important;
  }

  .u-sm-mb115 {
    margin-bottom: 115px !important;
  }

  .u-sm-ml115 {
    margin-left: 115px !important;
  }

  .u-sm-p115 {
    padding: 115px !important;
  }

  .u-sm-pt115 {
    padding-top: 115px !important;
  }

  .u-sm-pr115 {
    padding-right: 115px !important;
  }

  .u-sm-pb115 {
    padding-bottom: 115px !important;
  }

  .u-sm-pl115 {
    padding-left: 115px !important;
  }

  .u-sm-m120 {
    margin: 120px !important;
  }

  .u-sm-mt120 {
    margin-top: 120px !important;
  }

  .u-sm-mr120 {
    margin-right: 120px !important;
  }

  .u-sm-mb120 {
    margin-bottom: 120px !important;
  }

  .u-sm-ml120 {
    margin-left: 120px !important;
  }

  .u-sm-p120 {
    padding: 120px !important;
  }

  .u-sm-pt120 {
    padding-top: 120px !important;
  }

  .u-sm-pr120 {
    padding-right: 120px !important;
  }

  .u-sm-pb120 {
    padding-bottom: 120px !important;
  }

  .u-sm-pl120 {
    padding-left: 120px !important;
  }

  .u-sm-m125 {
    margin: 125px !important;
  }

  .u-sm-mt125 {
    margin-top: 125px !important;
  }

  .u-sm-mr125 {
    margin-right: 125px !important;
  }

  .u-sm-mb125 {
    margin-bottom: 125px !important;
  }

  .u-sm-ml125 {
    margin-left: 125px !important;
  }

  .u-sm-p125 {
    padding: 125px !important;
  }

  .u-sm-pt125 {
    padding-top: 125px !important;
  }

  .u-sm-pr125 {
    padding-right: 125px !important;
  }

  .u-sm-pb125 {
    padding-bottom: 125px !important;
  }

  .u-sm-pl125 {
    padding-left: 125px !important;
  }

  .u-sm-m130 {
    margin: 130px !important;
  }

  .u-sm-mt130 {
    margin-top: 130px !important;
  }

  .u-sm-mr130 {
    margin-right: 130px !important;
  }

  .u-sm-mb130 {
    margin-bottom: 130px !important;
  }

  .u-sm-ml130 {
    margin-left: 130px !important;
  }

  .u-sm-p130 {
    padding: 130px !important;
  }

  .u-sm-pt130 {
    padding-top: 130px !important;
  }

  .u-sm-pr130 {
    padding-right: 130px !important;
  }

  .u-sm-pb130 {
    padding-bottom: 130px !important;
  }

  .u-sm-pl130 {
    padding-left: 130px !important;
  }

  .u-sm-m135 {
    margin: 135px !important;
  }

  .u-sm-mt135 {
    margin-top: 135px !important;
  }

  .u-sm-mr135 {
    margin-right: 135px !important;
  }

  .u-sm-mb135 {
    margin-bottom: 135px !important;
  }

  .u-sm-ml135 {
    margin-left: 135px !important;
  }

  .u-sm-p135 {
    padding: 135px !important;
  }

  .u-sm-pt135 {
    padding-top: 135px !important;
  }

  .u-sm-pr135 {
    padding-right: 135px !important;
  }

  .u-sm-pb135 {
    padding-bottom: 135px !important;
  }

  .u-sm-pl135 {
    padding-left: 135px !important;
  }

  .u-sm-m140 {
    margin: 140px !important;
  }

  .u-sm-mt140 {
    margin-top: 140px !important;
  }

  .u-sm-mr140 {
    margin-right: 140px !important;
  }

  .u-sm-mb140 {
    margin-bottom: 140px !important;
  }

  .u-sm-ml140 {
    margin-left: 140px !important;
  }

  .u-sm-p140 {
    padding: 140px !important;
  }

  .u-sm-pt140 {
    padding-top: 140px !important;
  }

  .u-sm-pr140 {
    padding-right: 140px !important;
  }

  .u-sm-pb140 {
    padding-bottom: 140px !important;
  }

  .u-sm-pl140 {
    padding-left: 140px !important;
  }

  .u-sm-m145 {
    margin: 145px !important;
  }

  .u-sm-mt145 {
    margin-top: 145px !important;
  }

  .u-sm-mr145 {
    margin-right: 145px !important;
  }

  .u-sm-mb145 {
    margin-bottom: 145px !important;
  }

  .u-sm-ml145 {
    margin-left: 145px !important;
  }

  .u-sm-p145 {
    padding: 145px !important;
  }

  .u-sm-pt145 {
    padding-top: 145px !important;
  }

  .u-sm-pr145 {
    padding-right: 145px !important;
  }

  .u-sm-pb145 {
    padding-bottom: 145px !important;
  }

  .u-sm-pl145 {
    padding-left: 145px !important;
  }

  .u-sm-m150 {
    margin: 150px !important;
  }

  .u-sm-mt150 {
    margin-top: 150px !important;
  }

  .u-sm-mr150 {
    margin-right: 150px !important;
  }

  .u-sm-mb150 {
    margin-bottom: 150px !important;
  }

  .u-sm-ml150 {
    margin-left: 150px !important;
  }

  .u-sm-p150 {
    padding: 150px !important;
  }

  .u-sm-pt150 {
    padding-top: 150px !important;
  }

  .u-sm-pr150 {
    padding-right: 150px !important;
  }

  .u-sm-pb150 {
    padding-bottom: 150px !important;
  }

  .u-sm-pl150 {
    padding-left: 150px !important;
  }

  .u-sm-m155 {
    margin: 155px !important;
  }

  .u-sm-mt155 {
    margin-top: 155px !important;
  }

  .u-sm-mr155 {
    margin-right: 155px !important;
  }

  .u-sm-mb155 {
    margin-bottom: 155px !important;
  }

  .u-sm-ml155 {
    margin-left: 155px !important;
  }

  .u-sm-p155 {
    padding: 155px !important;
  }

  .u-sm-pt155 {
    padding-top: 155px !important;
  }

  .u-sm-pr155 {
    padding-right: 155px !important;
  }

  .u-sm-pb155 {
    padding-bottom: 155px !important;
  }

  .u-sm-pl155 {
    padding-left: 155px !important;
  }

  .u-sm-m160 {
    margin: 160px !important;
  }

  .u-sm-mt160 {
    margin-top: 160px !important;
  }

  .u-sm-mr160 {
    margin-right: 160px !important;
  }

  .u-sm-mb160 {
    margin-bottom: 160px !important;
  }

  .u-sm-ml160 {
    margin-left: 160px !important;
  }

  .u-sm-p160 {
    padding: 160px !important;
  }

  .u-sm-pt160 {
    padding-top: 160px !important;
  }

  .u-sm-pr160 {
    padding-right: 160px !important;
  }

  .u-sm-pb160 {
    padding-bottom: 160px !important;
  }

  .u-sm-pl160 {
    padding-left: 160px !important;
  }

  .u-sm-m165 {
    margin: 165px !important;
  }

  .u-sm-mt165 {
    margin-top: 165px !important;
  }

  .u-sm-mr165 {
    margin-right: 165px !important;
  }

  .u-sm-mb165 {
    margin-bottom: 165px !important;
  }

  .u-sm-ml165 {
    margin-left: 165px !important;
  }

  .u-sm-p165 {
    padding: 165px !important;
  }

  .u-sm-pt165 {
    padding-top: 165px !important;
  }

  .u-sm-pr165 {
    padding-right: 165px !important;
  }

  .u-sm-pb165 {
    padding-bottom: 165px !important;
  }

  .u-sm-pl165 {
    padding-left: 165px !important;
  }

  .u-sm-m170 {
    margin: 170px !important;
  }

  .u-sm-mt170 {
    margin-top: 170px !important;
  }

  .u-sm-mr170 {
    margin-right: 170px !important;
  }

  .u-sm-mb170 {
    margin-bottom: 170px !important;
  }

  .u-sm-ml170 {
    margin-left: 170px !important;
  }

  .u-sm-p170 {
    padding: 170px !important;
  }

  .u-sm-pt170 {
    padding-top: 170px !important;
  }

  .u-sm-pr170 {
    padding-right: 170px !important;
  }

  .u-sm-pb170 {
    padding-bottom: 170px !important;
  }

  .u-sm-pl170 {
    padding-left: 170px !important;
  }

  .u-sm-m175 {
    margin: 175px !important;
  }

  .u-sm-mt175 {
    margin-top: 175px !important;
  }

  .u-sm-mr175 {
    margin-right: 175px !important;
  }

  .u-sm-mb175 {
    margin-bottom: 175px !important;
  }

  .u-sm-ml175 {
    margin-left: 175px !important;
  }

  .u-sm-p175 {
    padding: 175px !important;
  }

  .u-sm-pt175 {
    padding-top: 175px !important;
  }

  .u-sm-pr175 {
    padding-right: 175px !important;
  }

  .u-sm-pb175 {
    padding-bottom: 175px !important;
  }

  .u-sm-pl175 {
    padding-left: 175px !important;
  }

  .u-sm-m180 {
    margin: 180px !important;
  }

  .u-sm-mt180 {
    margin-top: 180px !important;
  }

  .u-sm-mr180 {
    margin-right: 180px !important;
  }

  .u-sm-mb180 {
    margin-bottom: 180px !important;
  }

  .u-sm-ml180 {
    margin-left: 180px !important;
  }

  .u-sm-p180 {
    padding: 180px !important;
  }

  .u-sm-pt180 {
    padding-top: 180px !important;
  }

  .u-sm-pr180 {
    padding-right: 180px !important;
  }

  .u-sm-pb180 {
    padding-bottom: 180px !important;
  }

  .u-sm-pl180 {
    padding-left: 180px !important;
  }

  .u-sm-m185 {
    margin: 185px !important;
  }

  .u-sm-mt185 {
    margin-top: 185px !important;
  }

  .u-sm-mr185 {
    margin-right: 185px !important;
  }

  .u-sm-mb185 {
    margin-bottom: 185px !important;
  }

  .u-sm-ml185 {
    margin-left: 185px !important;
  }

  .u-sm-p185 {
    padding: 185px !important;
  }

  .u-sm-pt185 {
    padding-top: 185px !important;
  }

  .u-sm-pr185 {
    padding-right: 185px !important;
  }

  .u-sm-pb185 {
    padding-bottom: 185px !important;
  }

  .u-sm-pl185 {
    padding-left: 185px !important;
  }

  .u-sm-m190 {
    margin: 190px !important;
  }

  .u-sm-mt190 {
    margin-top: 190px !important;
  }

  .u-sm-mr190 {
    margin-right: 190px !important;
  }

  .u-sm-mb190 {
    margin-bottom: 190px !important;
  }

  .u-sm-ml190 {
    margin-left: 190px !important;
  }

  .u-sm-p190 {
    padding: 190px !important;
  }

  .u-sm-pt190 {
    padding-top: 190px !important;
  }

  .u-sm-pr190 {
    padding-right: 190px !important;
  }

  .u-sm-pb190 {
    padding-bottom: 190px !important;
  }

  .u-sm-pl190 {
    padding-left: 190px !important;
  }

  .u-sm-m195 {
    margin: 195px !important;
  }

  .u-sm-mt195 {
    margin-top: 195px !important;
  }

  .u-sm-mr195 {
    margin-right: 195px !important;
  }

  .u-sm-mb195 {
    margin-bottom: 195px !important;
  }

  .u-sm-ml195 {
    margin-left: 195px !important;
  }

  .u-sm-p195 {
    padding: 195px !important;
  }

  .u-sm-pt195 {
    padding-top: 195px !important;
  }

  .u-sm-pr195 {
    padding-right: 195px !important;
  }

  .u-sm-pb195 {
    padding-bottom: 195px !important;
  }

  .u-sm-pl195 {
    padding-left: 195px !important;
  }

  .u-sm-m200 {
    margin: 200px !important;
  }

  .u-sm-mt200 {
    margin-top: 200px !important;
  }

  .u-sm-mr200 {
    margin-right: 200px !important;
  }

  .u-sm-mb200 {
    margin-bottom: 200px !important;
  }

  .u-sm-ml200 {
    margin-left: 200px !important;
  }

  .u-sm-p200 {
    padding: 200px !important;
  }

  .u-sm-pt200 {
    padding-top: 200px !important;
  }

  .u-sm-pr200 {
    padding-right: 200px !important;
  }

  .u-sm-pb200 {
    padding-bottom: 200px !important;
  }

  .u-sm-pl200 {
    padding-left: 200px !important;
  }

  .u-sm-m205 {
    margin: 205px !important;
  }

  .u-sm-mt205 {
    margin-top: 205px !important;
  }

  .u-sm-mr205 {
    margin-right: 205px !important;
  }

  .u-sm-mb205 {
    margin-bottom: 205px !important;
  }

  .u-sm-ml205 {
    margin-left: 205px !important;
  }

  .u-sm-p205 {
    padding: 205px !important;
  }

  .u-sm-pt205 {
    padding-top: 205px !important;
  }

  .u-sm-pr205 {
    padding-right: 205px !important;
  }

  .u-sm-pb205 {
    padding-bottom: 205px !important;
  }

  .u-sm-pl205 {
    padding-left: 205px !important;
  }

  .u-sm-m210 {
    margin: 210px !important;
  }

  .u-sm-mt210 {
    margin-top: 210px !important;
  }

  .u-sm-mr210 {
    margin-right: 210px !important;
  }

  .u-sm-mb210 {
    margin-bottom: 210px !important;
  }

  .u-sm-ml210 {
    margin-left: 210px !important;
  }

  .u-sm-p210 {
    padding: 210px !important;
  }

  .u-sm-pt210 {
    padding-top: 210px !important;
  }

  .u-sm-pr210 {
    padding-right: 210px !important;
  }

  .u-sm-pb210 {
    padding-bottom: 210px !important;
  }

  .u-sm-pl210 {
    padding-left: 210px !important;
  }

  .u-sm-m215 {
    margin: 215px !important;
  }

  .u-sm-mt215 {
    margin-top: 215px !important;
  }

  .u-sm-mr215 {
    margin-right: 215px !important;
  }

  .u-sm-mb215 {
    margin-bottom: 215px !important;
  }

  .u-sm-ml215 {
    margin-left: 215px !important;
  }

  .u-sm-p215 {
    padding: 215px !important;
  }

  .u-sm-pt215 {
    padding-top: 215px !important;
  }

  .u-sm-pr215 {
    padding-right: 215px !important;
  }

  .u-sm-pb215 {
    padding-bottom: 215px !important;
  }

  .u-sm-pl215 {
    padding-left: 215px !important;
  }

  .u-sm-m220 {
    margin: 220px !important;
  }

  .u-sm-mt220 {
    margin-top: 220px !important;
  }

  .u-sm-mr220 {
    margin-right: 220px !important;
  }

  .u-sm-mb220 {
    margin-bottom: 220px !important;
  }

  .u-sm-ml220 {
    margin-left: 220px !important;
  }

  .u-sm-p220 {
    padding: 220px !important;
  }

  .u-sm-pt220 {
    padding-top: 220px !important;
  }

  .u-sm-pr220 {
    padding-right: 220px !important;
  }

  .u-sm-pb220 {
    padding-bottom: 220px !important;
  }

  .u-sm-pl220 {
    padding-left: 220px !important;
  }

  .u-sm-m225 {
    margin: 225px !important;
  }

  .u-sm-mt225 {
    margin-top: 225px !important;
  }

  .u-sm-mr225 {
    margin-right: 225px !important;
  }

  .u-sm-mb225 {
    margin-bottom: 225px !important;
  }

  .u-sm-ml225 {
    margin-left: 225px !important;
  }

  .u-sm-p225 {
    padding: 225px !important;
  }

  .u-sm-pt225 {
    padding-top: 225px !important;
  }

  .u-sm-pr225 {
    padding-right: 225px !important;
  }

  .u-sm-pb225 {
    padding-bottom: 225px !important;
  }

  .u-sm-pl225 {
    padding-left: 225px !important;
  }

  .u-sm-m230 {
    margin: 230px !important;
  }

  .u-sm-mt230 {
    margin-top: 230px !important;
  }

  .u-sm-mr230 {
    margin-right: 230px !important;
  }

  .u-sm-mb230 {
    margin-bottom: 230px !important;
  }

  .u-sm-ml230 {
    margin-left: 230px !important;
  }

  .u-sm-p230 {
    padding: 230px !important;
  }

  .u-sm-pt230 {
    padding-top: 230px !important;
  }

  .u-sm-pr230 {
    padding-right: 230px !important;
  }

  .u-sm-pb230 {
    padding-bottom: 230px !important;
  }

  .u-sm-pl230 {
    padding-left: 230px !important;
  }

  .u-sm-m235 {
    margin: 235px !important;
  }

  .u-sm-mt235 {
    margin-top: 235px !important;
  }

  .u-sm-mr235 {
    margin-right: 235px !important;
  }

  .u-sm-mb235 {
    margin-bottom: 235px !important;
  }

  .u-sm-ml235 {
    margin-left: 235px !important;
  }

  .u-sm-p235 {
    padding: 235px !important;
  }

  .u-sm-pt235 {
    padding-top: 235px !important;
  }

  .u-sm-pr235 {
    padding-right: 235px !important;
  }

  .u-sm-pb235 {
    padding-bottom: 235px !important;
  }

  .u-sm-pl235 {
    padding-left: 235px !important;
  }

  .u-sm-m240 {
    margin: 240px !important;
  }

  .u-sm-mt240 {
    margin-top: 240px !important;
  }

  .u-sm-mr240 {
    margin-right: 240px !important;
  }

  .u-sm-mb240 {
    margin-bottom: 240px !important;
  }

  .u-sm-ml240 {
    margin-left: 240px !important;
  }

  .u-sm-p240 {
    padding: 240px !important;
  }

  .u-sm-pt240 {
    padding-top: 240px !important;
  }

  .u-sm-pr240 {
    padding-right: 240px !important;
  }

  .u-sm-pb240 {
    padding-bottom: 240px !important;
  }

  .u-sm-pl240 {
    padding-left: 240px !important;
  }

  .u-sm-m245 {
    margin: 245px !important;
  }

  .u-sm-mt245 {
    margin-top: 245px !important;
  }

  .u-sm-mr245 {
    margin-right: 245px !important;
  }

  .u-sm-mb245 {
    margin-bottom: 245px !important;
  }

  .u-sm-ml245 {
    margin-left: 245px !important;
  }

  .u-sm-p245 {
    padding: 245px !important;
  }

  .u-sm-pt245 {
    padding-top: 245px !important;
  }

  .u-sm-pr245 {
    padding-right: 245px !important;
  }

  .u-sm-pb245 {
    padding-bottom: 245px !important;
  }

  .u-sm-pl245 {
    padding-left: 245px !important;
  }

  .u-sm-m250 {
    margin: 250px !important;
  }

  .u-sm-mt250 {
    margin-top: 250px !important;
  }

  .u-sm-mr250 {
    margin-right: 250px !important;
  }

  .u-sm-mb250 {
    margin-bottom: 250px !important;
  }

  .u-sm-ml250 {
    margin-left: 250px !important;
  }

  .u-sm-p250 {
    padding: 250px !important;
  }

  .u-sm-pt250 {
    padding-top: 250px !important;
  }

  .u-sm-pr250 {
    padding-right: 250px !important;
  }

  .u-sm-pb250 {
    padding-bottom: 250px !important;
  }

  .u-sm-pl250 {
    padding-left: 250px !important;
  }
}
body {
  color: #313131;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
    padding-top: 156px;
    font-size: 2rem;
    line-height: 2.5;
  }
}

.l-contents {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-contents.-page {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-contents.-page {
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.u-txt-center {
  text-align: center;
}

.u-marker {
  background: linear-gradient(0deg, #fff100 0, #fff100 10px, #fff 10px);
}

.u-lh-150 {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mb-sentence {
    margin-bottom: 3em !important;
  }

  .mb-paragraph {
    margin-bottom: 1.6em !important;
  }

  .mb-content {
    margin-bottom: 1.3em !important;
  }

  .mb-line {
    margin-bottom: 1em !important;
  }

  .mt-line {
    margin-top: 1em !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sentence {
    margin-bottom: 5em !important;
  }

  .mb-paragraph {
    margin-bottom: 3em !important;
  }

  .mb-content {
    margin-bottom: 1.5em !important;
  }

  .mb-line {
    margin-bottom: 1em !important;
  }

  .mt-line {
    margin-top: 1em !important;
  }
}
.fw-b {
  font-weight: bold;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0 15px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    justify-content: space-between;
    width: 960px;
    height: 156px;
    margin: 0 auto;
  }
}
.header__logo {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 180px;
  }
}
.header__list {
  display: flex;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .header__list {
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 10px 15px;
    background-color: #191878;
  }
}
@media screen and (min-width: 768px) {
  .header__list {
    position: fixed;
    right: 0;
    top: 128px;
  }
}
@media screen and (max-width: 767px) {
  .header__list-item {
    text-align: center;
  }
}
.header__list-02 {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header__list-02 {
    top: 0;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .header__list-02-item {
    width: 60px;
  }
}

.mv {
  background: url(../img/bg_mv_sp.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .mv {
    background: url(../img/bg_mv_pc.jpg) no-repeat center;
  }
}
.mv__inner {
  position: relative;
  height: 129vw;
  padding-top: 5%;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    width: 1100px;
    height: 600px;
    margin: 0 auto;
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .mv__txt {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .mv__txt {
    padding-top: 75px;
    padding-left: 70px;
  }
}
.mv__scroll {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mv__scroll {
    right: 4.6%;
    width: 4%;
  }
}

/* タイトル関連 */
.ttl-lead {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-lead {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .ttl-lead {
    font-size: 3.4rem;
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .ttl-lead {
    font-size: 2.6rem;
  }
}
.ttl-hn-02 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  background-color: #181777;
  padding: .4em 1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .ttl-hn-02 {
    font-size: 1.6rem;
    padding: .4em .7em .35em;
    margin-bottom: 1em;
  }
}
.ttl-hn-02.-ruby {
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  .ttl-hn-02.-ruby {
    padding-top: 13px;
  }
}

.ttl-hn-03 {
  border-bottom: 3px solid #181777;
}
@media screen and (max-width: 767px) {
  .ttl-hn-03 {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .ttl-hn-03 {
    margin-bottom: 1.5em;
  }
}
.ttl-hn-03 .hn {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl-hn-03 .hn {
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 768px) {
  .ttl-hn-03 .hn {
    font-size: 2.2rem;
    padding-bottom: 7px;
  }
}
.ttl-hn-03 .hn::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: '';
  display: block;
  width: 5em;
  height: 3px;
  background-color: #fff100;
}

.ttl-hn-04 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl-hn-04 {
    font-size: 1.5rem;
    margin-bottom: .5em;
  }
}
@media screen and (min-width: 768px) {
  .ttl-hn-04 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}

/* main */
#main {
  display: block;
}

/* page-title */
.page-title {
  position: relative;
  background-image: url(/img/news/page_title.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-title::before {
  content: '';
  display: block;
}
@media screen and (max-width: 767px) {
  .page-title::before {
    padding-top: 53.333333333%;
  }
}
@media screen and (min-width: 768px) {
  .page-title::before {
    padding-top: 25%;
  }
}

.page-title-hn {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-title-hn {
    width: 94%;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-title-hn {
    width: 96%;
    font-size: 5rem;
  }
}
.page-title-hn span {
  display: block;
  margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
  .page-title-hn span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .page-title-hn span {
    font-size: 3.6rem;
  }
}

/* TB */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page-title-hn {
    font-size: 3rem;
  }

  .page-title-hn span {
    font-size: 2rem;
  }
}
/* パンくずリスト */
.breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.breadcrumb ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    flex-flow: row nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb ul {
    flex-flow: row wrap;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.breadcrumb ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb ul li {
    font-size: 1.4rem;
  }
}
.breadcrumb ul li a,
.breadcrumb ul li span {
  position: relative;
  display: block;
  padding: .5em 1em .5em 1.4em;
}
.breadcrumb ul li span {
  padding-left: 1.8em;
}
.breadcrumb ul li:first-child a {
  color: #fff;
  background-color: #181777;
  z-index: 2;
}
.breadcrumb ul li:first-child a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3em 0 1.3em 1em;
  border-color: transparent transparent transparent #181777;
  z-index: 2;
}
.breadcrumb ul li:nth-of-type(2) a {
  padding-left: 1.8em;
}
.breadcrumb ul li:not(:first-child) a {
  color: #181777;
  background-color: #eee;
}
.breadcrumb ul li:not(:first-child) a::before, .breadcrumb ul li:not(:first-child) a::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 2px;
  height: 50%;
  border-right: 1px solid #d8d8d8;
  z-index: 1;
}
.breadcrumb ul li:not(:first-child) a::before {
  top: 0;
  transform: skew(40deg);
}
.breadcrumb ul li:not(:first-child) a::after {
  top: 50%;
  transform: skew(-40deg);
}
.breadcrumb ul li:nth-child(n+2):nth-last-child(n+2)::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3em 0 1.3em 1em;
  border-color: transparent transparent transparent #eee;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}

/* 包括／区分／ブロック関連 */
@media screen and (max-width: 767px) {
  .container {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 5% 0;
  }
}
.container a {
  color: #181777;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .container a:hover {
    color: #ff9600;
  }
}

@media screen and (max-width: 767px) {
  .section-block:not(:last-child) {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .section-block:not(:last-child) {
    margin-bottom: 5em;
  }
}

@media screen and (max-width: 767px) {
  .section-block-inner {
    padding: 0 3%;
  }
}

/* news */
.news-item {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news-item {
    flex-flow: row wrap;
    margin-bottom: 1.5em;
  }
}

.news-item > .news-ic {
  width: 7em;
}
@media screen and (max-width: 767px) {
  .news-item > .news-ic {
    width: 6em;
  }
}

.news-item > .news-ic span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  background-color: #181777;
  padding: .5em .5em .4em;
}
@media screen and (max-width: 767px) {
  .news-item > .news-ic span {
    font-size: 1.2rem;
    padding: .5em .5em .4em;
  }
}

.news-item > .news-date {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news-item > .news-date {
    font-size: 1.4rem;
    padding: .35em 0 0 .7em;
  }
}
@media screen and (min-width: 768px) {
  .news-item > .news-date {
    width: 8em;
    text-align: center;
    padding: .35em 1em 0;
  }
}

.news-item > .news-txt {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-item > .news-txt {
    width: 100%;
    font-size: 1.4rem;
    margin-top: .5em;
  }
}
@media screen and (min-width: 768px) {
  .news-item > .news-txt {
    flex: 1;
  }
}

.news-item > .news-txt a {
  color: #181777;
  text-decoration: underline;
}
.news-item > .news-txt a:hover {
  color: #ff9600;
}

@media screen and (max-width: 767px) {
  .news-article {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  .news-article {
    margin-bottom: 5em;
  }
}
.news-article .photo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-article p:not(:last-child) {
    margin-bottom: 1.6em;
  }
}
@media screen and (min-width: 768px) {
  .news-article p:not(:last-child) {
    margin-bottom: 3em;
  }
}

/* news-year */
.news-year {
  display: inline-block;
  border: 1px solid #c4c4c4;
}
@media screen and (max-width: 767px) {
  .news-year {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .news-year {
    margin-bottom: 3em;
  }
}
.news-year dt {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-year dt {
    padding: .7em 3em .7em 1em;
  }
}
@media screen and (min-width: 768px) {
  .news-year dt {
    padding: 1em 3em 1em 1em;
    transition: all .5s;
  }
  .news-year dt:hover {
    opacity: .8;
  }
}
.news-year dd {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-year dd {
    padding: 0 1em .7em;
  }
}
@media screen and (min-width: 768px) {
  .news-year dd {
    padding: 0 1em 1em;
  }
}
.news-year dd > ul > li:not(:last-child) {
  margin-bottom: .5em;
}

.news-year-dt::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #181878;
}
@media screen and (min-width: 768px) {
  .news-year-dt::after {
    font-size: 20px;
  }
}

.news-year dt.open::after {
  content: '\f0d8';
}

/* localnav */
.localnav {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .localnav {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

.localnav-list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .localnav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .localnav-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 15px;
  }
}

.localnav-list .item .-s {
  font-size: 85%;
}

.localnav-list .item a {
  position: relative;
  display: grid;
  place-content: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  padding: 15px 15px 25px;
  background-color: #181777;
  transition: all .5s;
}
@media screen and (max-width: 767px) {
  .localnav-list .item a {
    font-size: 1.2rem;
    padding: 10px 5px 22px;
  }
}

.localnav-list .item a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 12px;
  height: 6px;
  color: #fff;
  background-image: url(../img/localnav_ic.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .localnav-list .item a::after {
    font-size: 11px;
  }
}

.localnav-list .item a:hover {
  opacity: .7;
}

/* shiryobtn */
.shiryobtn {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.shiryobtn-link {
  display: block;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  background-color: #181777;
  padding: 25px 15px;
}
@media screen and (max-width: 767px) {
  .shiryobtn-link {
    font-size: 1.6rem;
    padding: 20px 10px;
  }
}

.shiryobtn-txt {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .shiryobtn-txt {
    font-size: 1.2rem;
    padding-top: 5px;
  }
}

/* btn-group */
.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn-group {
    flex-flow: column nowrap;
  }
}
@media screen and (min-width: 768px) {
  .btn-group {
    flex-flow: column nowrap;
  }
}
.btn-group:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .btn-group li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-group .btn-l {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-group .btn-l {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .btn-group .btn-l .btn {
    padding: 1.5em 1em;
  }
}
@media screen and (min-width: 768px) {
  .btn-group .btn-l .btn {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn-group .btn-m {
    width: 48.5%;
  }
}
@media screen and (min-width: 768px) {
  .btn-group .btn-m {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .btn-group .btn-m:nth-child(odd) {
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .btn-group .btn-m:nth-child(even) {
    margin-left: 1.5%;
  }
}
.btn-group .btn-m .btn {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .btn-group .btn-s {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .btn-group .btn-s {
    width: 30%;
    min-width: 330px;
  }
}
.btn-group .btn-s .btn {
  padding: 1em;
}
.btn-group .btn {
  position: relative;
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  background-color: #181777;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn-group .btn {
    transition: all .5s;
  }
  .btn-group .btn:hover {
    opacity: .8;
  }
}
.btn-group .btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  padding-left: 5px;
}
.btn-group .btn span {
  display: inline-block;
}

/* btn-back */
.btn-back {
  text-align: center;
}
.btn-back .btn {
  display: inline-block;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-back .btn {
    width: 100%;
    max-width: 300px;
    font-size: 1.6rem;
    border: 3px solid #000;
    padding: .5em 1em;
  }
}
@media screen and (min-width: 768px) {
  .btn-back .btn {
    min-width: 330px;
    font-size: 2.4rem;
    border: 4px solid #000;
    padding: .5em 1em;
    transition: all .5s;
  }
  .btn-back .btn:hover {
    color: #fff;
    background-color: #000;
  }
}

.lead-1 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .lead-1 {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-top: 30px;
  }
}

.photo-1 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .photo-1 {
    margin-top: 30px;
  }
}

.section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 30px;
  }
}

.section.-last {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section.-last {
    padding-bottom: 40px;
  }
}

.txt-group {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .txt-group {
    font-size: 1.4rem;
  }
}
.txt-group .txt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .txt-group .txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .txt-group .txt {
    font-size: 1.8rem;
  }
}
.txt-group .time {
  color: #181777;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .txt-group .time {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .txt-group .time {
    font-size: 2.4rem;
  }
}

.txt-ruby {
  line-height: 2.2;
}

.img-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.img-group figure {
  display: table;
}

.img-group figure p img {
  width: 100%;
}

.img-group figure figcaption {
  display: table-caption;
  caption-side: bottom;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .img-group figure figcaption {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: .5em;
  }
}
@media screen and (min-width: 768px) {
  .img-group figure figcaption {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: .5em;
  }
}

@media screen and (max-width: 767px) {
  .txt-img-row > .col2:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .txt-img-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .txt-img-row.re-row {
    flex-flow: row-reverse nowrap;
  }

  .txt-img-row > .col2 {
    width: 48.5%;
  }

  .txt-img-row > .col2:nth-child(even) {
    margin-left: 3%;
  }

  .txt-img-row.re-row > .col2:nth-child(odd) {
    margin-left: 3%;
  }

  .txt-img-row.re-row > .col2:nth-child(even) {
    margin-left: 0;
  }

  .txt-img-row > .col2:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media screen and (min-width: 768px) {
  .int-voice-item {
    display: flex;
    align-items: center;
  }
}

.int-voice-item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .int-voice-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.int-voice-item .photo {
  flex: none;
  width: 234px;
}
@media screen and (max-width: 767px) {
  .int-voice-item .photo {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

.int-voice-item .r {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .int-voice-item .r {
    padding-left: 0;
  }
}

.int-voice-item .country {
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .int-voice-item .country {
    justify-content: center;
    padding-bottom: 10px;
  }
}

.int-voice-item .country i {
  width: 79px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .int-voice-item .country i {
    width: 60px;
  }
}

.int-voice-item .country .name {
  font-weight: bold;
  line-height: 1.6;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .int-voice-item .country .name {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .int-voice-item .country .name {
    font-size: 1.8rem;
  }
}

.int-voice-item .txt {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .int-voice-item .txt {
    font-size: 1.4rem;
  }
}

.int-voice .note {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .int-voice .note {
    font-size: 1.2rem;
  }
}

.int-qca {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .int-qca {
    margin-top: 10px 0;
  }
}

.int-qca li {
  background-color: #fff798;
  border-radius: 5px;
  padding: 1.2em 1em .7em 1em;
}

.int-qca li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .int-seido {
    display: flex;
    justify-content: center;
  }
}

.int-seido figure {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .int-seido figure {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .int-seido figure:not(:last-child) {
    margin-bottom: 10px;
  }
}

.int-caption {
  font-size: 1.6rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .int-caption {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

/* opc */
.opc-list {
  padding-bottom: 5%;
  margin-top: 30px;
  margin-left: -1em;
}
@media screen and (max-width: 767px) {
  .opc-list {
    margin-top: 20px;
    margin-left: -.7em;
  }
}

.opc-item {
  margin-left: 1em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .opc-item {
    margin-left: .7em;
  }
}

.opc-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all .5s;
}

.opc-item a:hover {
  color: #fff;
  opacity: .8;
}

.opc-item-photo {
  position: relative;
  overflow: hidden;
}

.opc-item-photo .title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .opc-item-photo .title {
    font-size: 1.4rem;
  }
}

.opc-item-photo .photo img {
  width: 100%;
  transition: all .5s;
}

.opc-item a:hover .opc-item-photo .photo img {
  transform: scale(1.2);
}

.opc-item-photo.ryugaku .title {
  background-color: transparent;
  color: #181777;
}

.opc-item-content {
  text-align: center;
  line-height: 1.6;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .opc-item-content {
    padding: 1em .5em;
  }
}

.opc-item-content {
  background-color: #181777;
  /*f14824*/
}

.oc__date.is-blue .opc-item-content {
  background-color: #181777;
}

.opc-item-content .date {
  font-weight: bold;
  line-height: 1;
  margin-bottom: .8em;
}
@media screen and (max-width: 767px) {
  .opc-item-content .date {
    font-size: 1.4rem;
    margin-bottom: .5em;
  }
}

.opc-item-content .date span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .opc-item-content .date span {
    font-size: 2.0rem;
  }
}

.opc-item-content .time {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .opc-item-content .time {
    font-size: 1.3rem;
  }
}

.opc-item-content .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .opc-item-content .txt {
    font-size: 1.2rem;
  }
}

.opc-item-content .btn {
  font-size: 1.6rem;
  color: #fff100;
  margin-top: .7em;
}
@media screen and (max-width: 767px) {
  .opc-item-content .btn {
    font-size: 1.4rem;
    margin-top: .7em;
  }
}

.opc-item-content .btn::after {
  position: relative;
  top: -2px;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 11px;
  font-weight: 900;
  color: #fff100;
  padding-left: 10px;
}

.opc-schedule {
  width: 100%;
  border-collapse: collapse;
}
.opc-schedule th, .opc-schedule td {
  line-height: 1.6;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .opc-schedule th, .opc-schedule td {
    font-size: 1.3rem;
    padding: .7em 1em;
  }
}
@media screen and (min-width: 768px) {
  .opc-schedule th, .opc-schedule td {
    font-size: 1.6rem;
    padding: 1em;
  }
}
.opc-schedule td:first-child {
  width: 11em;
  font-weight: bold;
  text-align: center;
  background-color: #e7e9f8;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .opc-schedule td:first-child {
    width: 8em;
  }
}
.opc-schedule th {
  font-weight: 500;
  text-align: center;
  background-color: #e7e9f8;
}

@media screen and (max-width: 767px) {
  .opc-calendar {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .opc-calendar {
    margin-top: 2.5em;
  }
}

.opc-calendar iframe {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.slick-dots li button:before {
  font-size: 14px;
}

/* table関連 */
.normal-table {
  overflow: hidden;
}

.normal-table table {
  width: 100%;
  border-collapse: collapse;
}

.normal-table th,
.normal-table td {
  line-height: 2;
  border: 1px solid #ccc;
}

.normal-table th {
  font-weight: 500;
  line-height: 1.6;
  background-color: #e7e9f8;
}

.normal-table td .num-list-2 li {
  margin-top: 0;
}

.normal-table a {
  color: #181777;
  text-decoration: underline;
}

.normal-table a:hover {
  color: #ff9600;
}

@media screen and (max-width: 767px) {
  .normal-table th,
  .normal-table td {
    font-size: 1.3rem;
    padding: .7em 1em;
  }

  .normal-table.s th,
  .normal-table.s td {
    padding: .3em;
  }

  .normal-table .-rl {
    writing-mode: vertical-lr;
    text-orientation: upright;
  }

  .normal-table.th-td-change th,
  .normal-table.th-td-change td {
    display: block;
  }

  .normal-table.th-td-change th {
    text-align: left;
  }

  .normal-table.th-td-change tr:not(:first-of-type) th,
  .normal-table.th-td-change td {
    margin-top: -1px;
  }

  .normal-table.scroll {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .normal-table th {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .normal-table th,
  .normal-table td {
    font-size: 1.4rem;
    padding: 1em;
  }

  .normal-table th {
    text-align: center;
  }
}
/* youtube */
.youtube {
  position: relative;
  width: 100%;
  text-align: center;
}

.youtube iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
}

/* リンク関連 */
.ic-blank::after {
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  padding-left: 5px;
}

/* qa */
.qa {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.qa__ttl {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa__ttl {
    margin-bottom: 50px;
  }
}
.qa__ttl-02 {
  margin-bottom: 5px;
  padding-top: 9px;
  background-color: #f14824;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa__ttl-02 {
    margin-bottom: 20px;
    padding-top: 4px;
    font-size: 2.6rem;
    line-height: 2;
  }
}
.qa__ttl-02 .num {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .qa__ttl-02 .num {
    font-size: 3.2rem;
  }
}
.qa__ttl-02 rt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .qa__ttl-02 rt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .qa__item {
    max-width: 580px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .qa__item {
    margin-bottom: 58px;
  }
}
.qa__item:last-of-type {
  margin-bottom: 0;
}
.qa__dt {
  position: relative;
}
.qa__dd {
  padding: 15px 10px;
  border: 1px solid #586cb8;
  letter-spacing: .01em;
}
@media screen and (min-width: 768px) {
  .qa__dd {
    padding: 40px;
    border-width: 2px;
  }
}
.qa__answer {
  padding-left: 22px;
  background: url(../img/icon_answer.png) no-repeat 0 2px/16px 30px;
}
@media screen and (min-width: 768px) {
  .qa__answer {
    padding-left: 48px;
    background-size: 28px 52px;
  }
}
.qa__box-01 {
  height: 100%;
  padding: 10px;
  background-color: #e0edff;
}
@media screen and (min-width: 768px) {
  .qa__box-01 {
    padding: 20px;
  }
}
.qa__box-01 .blue-txt {
  color: #191878;
}
@media screen and (min-width: 768px) {
  .qa__box-01 .blue-txt {
    line-height: 2.2;
  }
}
.qa__box-01 .blue-txt rt {
  color: #313131;
}
.qa__list-item {
  position: relative;
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .qa__list-item {
    padding-left: 48px;
  }
}
.qa__list .num {
  position: absolute;
  top: 10px;
  left: 0;
  color: #191878;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .qa__list .num {
    top: 6px;
    font-size: 2.8rem;
  }
}

.bg-lattice {
  background: url(../img/bg_lattice.png);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .bg-lattice {
    background-size: 10px 10px;
    padding: 40px 0;
  }
}

.bg-lattice + .bg-lattice {
  padding-top: 0;
}

.oc__img-01 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .oc__date {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.oc__date-ttl {
  position: relative;
}
.oc__date-ttl img {
  width: 100%;
}
.oc__date-contents {
  background-color: #fff;
  border: 1px solid #f14824;
}
@media screen and (min-width: 768px) {
  .oc__date-contents {
    border-width: 2px;
  }
}
.is-blue .oc__date-contents {
  border-color: #191878;
}
@media screen and (min-width: 768px) {
  .oc__date-contents.is-col2 {
    display: flex;
  }
}
.oc__date-head {
  border-bottom: 1px solid #f14824;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .oc__date-head {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
    font-size: 2rem;
  }
}
.is-blue .oc__date-head {
  border-bottom-color: #191878;
}
.oc__date-head .num {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .oc__date-head .num {
    font-size: 4rem;
  }
}
.oc__date-head .medium {
  font-weight: 500;
  letter-spacing: .03em;
}
@media screen and (max-width: 767px) {
  .oc__date-head .medium {
    font-size: 1.5rem;
  }
}
.oc__date-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .oc__date-item {
    width: 50%;
    border-right: 2px solid #f14824;
  }
}
.is-blue .oc__date-item {
  border-color: #191878;
}
@media screen and (min-width: 768px) {
  .oc__date-item:last-of-type {
    border-right: 0;
  }
}
.oc__date-body {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .oc__date-body {
    padding: 30px 30px 0;
  }
}
.oc__date-year {
  margin-bottom: 15px;
  background-color: #191878;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: .02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .oc__date-year {
    margin-bottom: 30px;
    font-size: 4rem;
  }
}
.oc__date-unit {
  display: flex;
  align-items: flex-start;
}
.oc__date-unit dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  padding-right: 7px;
  background-color: #586cb8;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.182;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .oc__date-unit dt {
    width: 80px;
    padding-right: 6px;
    font-size: 2.6rem;
  }
}
.oc__date-unit dt .num {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .oc__date-unit dt .num {
    font-size: 4rem;
  }
}
.oc__date-unit dd {
  flex: 1;
}
.oc__date-list {
  display: flex;
  flex-wrap: wrap;
}
.oc__date-list li {
  width: 50%;
  margin-bottom: 10px;
  border-left: 2px solid #313131;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .oc__date-list li {
    margin-bottom: 20px;
    border-width: 3px;
    font-size: 2.4rem;
  }
}
.oc__date-list li:nth-of-type(odd) {
  border-left: 0;
}
.oc__date-list .num {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .oc__date-list .num {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .oc__date-btn {
    width: 230px;
  }
}

.schedule-step {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 14px 14px;
  background-color: #fff;
  border: 1px solid #191878;
}
@media screen and (min-width: 768px) {
  .schedule-step {
    margin-bottom: 130px;
    padding: 40px;
    border-width: 2px;
  }
}
.schedule-step::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .schedule-step::before {
    width: 150px;
  }
}
.schedule-step::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-top: 11px solid #191878;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .schedule-step::after {
    bottom: -76px;
    border: 25px solid transparent;
    border-top: 35px solid #191878;
    border-bottom: 0;
  }
}
.schedule-step:last-of-type {
  margin-bottom: 0;
}
.schedule-step:last-of-type::after {
  display: none;
}
.schedule-step__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #191878;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .schedule-step__num {
    font-size: 4.8rem;
  }
}
.schedule-step__ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-step__ttl {
    max-width: 260px;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 768px) {
  .schedule-step__ttl {
    margin-bottom: 35px;
  }
}
.schedule-step__ttl-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin: 0 auto 15px;
  background-color: #191878;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule-step__ttl-02 {
    width: 520px;
    height: 72px;
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}
.schedule-step__ttl-02 rt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .schedule-step__ttl-02 rt {
    font-size: 1.2rem;
  }
}
.schedule-step__img {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .schedule-step__img {
    margin-bottom: 30px;
  }
}
.schedule-step__img img {
  width: 100%;
}
.schedule-step__list li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .schedule-step__list li {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #191878;
  }
}
@media screen and (min-width: 768px) {
  .schedule-step__list li {
    margin-bottom: 30px;
  }
}
.schedule-step__list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .schedule-step__list li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.schedule-step__list .num {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #191878;
  color: #191878;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule-step__list .num {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-width: 2px;
    font-size: 3.6rem;
    line-height: 60px;
  }
}
.schedule-step__list .txt {
  flex: 1;
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .schedule-step__list .txt {
    margin-top: 5px;
  }
}
.schedule-step__list .large {
  display: block;
  color: #191878;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .schedule-step__list .large {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .schedule-step__list .large rt {
    font-size: 1.2rem;
  }
}
.schedule-step__txt-01 {
  padding-top: 15px;
  background-color: #586cb8;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule-step__txt-01 {
    padding-top: 16px;
    border-radius: 15px;
    font-size: 3.2rem;
  }
}
.schedule-step__txt-01 rt {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .schedule-step__txt-01 rt {
    font-size: 1.6rem;
  }
}

.free {
  padding: 30px 0;
  background-color: #f14824;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .free {
    padding: 60px 0;
  }
}

.reserve {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .reserve {
    padding-bottom: 20px;
  }
}
.reserve__ttl {
  position: relative;
  margin-bottom: 25px;
  padding: 15px 0;
  background-color: #191878;
  color: #fff;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reserve__ttl {
    margin-bottom: 50px;
    padding: 40px 0 30px;
    font-size: 5.4rem;
  }
}
.reserve__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border: 8px solid transparent;
  border-top: 10px solid #191878;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .reserve__ttl::before {
    border: 16px solid transparent;
    border-top: 20px solid #191878;
    border-bottom: 0;
  }
}
.reserve__ttl rt {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .reserve__ttl rt {
    font-size: 1.6rem;
  }
}
.reserve__ttl .yellow {
  color: #fff100;
}
.reserve__txt-01 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .reserve__txt-01 {
    font-size: 4rem;
  }
}
.reserve__txt-01 rt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .reserve__txt-01 rt {
    font-size: 1.6rem;
  }
}
.reserve__txt-02 {
  color: #191878;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reserve__txt-02 {
    font-size: 5rem;
  }
}
.reserve__txt-02 .strong {
  background: linear-gradient(transparent 70%, #fff100 70%);
  color: #f14824;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .reserve__txt-02 .strong {
    font-size: 6rem;
  }
}
.reserve__txt-02 rt {
  color: #313131;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .reserve__txt-02 rt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .reserve__btn {
    width: 230px;
  }
}

.movie {
  padding: 0 0 80px;
  background: url(../img/bg_lattice.png);
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 0 0 40px;
    background-size: 10px 10px;
  }
}
.movie__ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie__ttl {
    margin-bottom: 60px;
  }
}
.movie__btn {
  text-align: center;
}
.movie__box {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .movie__box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .movie__box-item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .movie__box-item {
    width: 470px;
    margin: 0 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .movie__box-item:last-of-type {
    margin-bottom: 0;
  }
}
.movie__box-ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .movie__box-ttl {
    width: 87%;
    margin: 0 auto 10px;
  }
}
.movie__box-video {
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .movie__box-video {
    transition: opacity .3s;
  }
}
@media screen and (min-width: 768px) {
  .movie__box-video:hover {
    opacity: .7;
  }
}
.movie__txt-01 {
  color: #191878;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie__txt-01 {
    font-size: 4rem;
  }
}

.sns {
  padding: 30px 0;
  background-color: #e3e3e3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 70px 0 80px;
  }
}
.sns__txt-01 {
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .sns__txt-01 {
    font-size: 3.2rem;
  }
}
.sns__txt-01 rt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sns__txt-01 rt {
    font-size: 1.6rem;
  }
}
.sns__list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sns__list {
    margin-top: 40px;
  }
}
.sns__list li {
  width: 69px;
  margin: 0 2px;
}
@media screen and (min-width: 768px) {
  .sns__list li {
    width: 139px;
    margin: 0 4px;
  }
}

.access {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 60px 0 150px;
  }
}
.access__ttl {
  margin-bottom: 10px;
  color: #191878;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__ttl {
    margin-bottom: 5px;
    font-size: 5.4rem;
  }
}
.access__txt-01 {
  letter-spacing: .03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__txt-01 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .access__txt-01 rt {
    font-size: 1.2rem;
  }
}
.access__txt-02 {
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .access__txt-02 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .access__txt-02 rt {
    font-size: 1.2rem;
  }
}
.access__time {
  padding: 10px 0 0;
  background-color: #586cb8;
}
@media screen and (min-width: 768px) {
  .access__time {
    padding: 12px 0 0;
  }
}
.access__time-txt {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__time-txt {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.access__time-txt rt {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .access__time-txt rt {
    font-size: 1.6rem;
  }
}
.access__time-txt .large {
  color: #fff100;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .access__time-txt .large {
    font-size: 4.9rem;
  }
}
.access__time-txt .num {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .access__time-txt .num {
    font-size: 8rem;
  }
}
.access__list li {
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .access__list li {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.access__list li::before {
  content: "●";
  color: #586cb8;
}
@media screen and (min-width: 768px) {
  .access__list li rt {
    font-size: 1.2rem;
  }
}
.access__link {
  font-size: 1.6rem;
  letter-spacing: .03em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .access__link {
    font-size: 2.4rem;
  }
}
.access__link a {
  color: #191878;
}

.footer {
  background-color: #191878;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer__copy {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    padding: 10px;
  }
}
.footer__copy small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__copy small {
    font-size: 1.2rem;
  }
}

.js-accordion-contents {
  display: none;
}

.video-modal {
  width: 90%;
}
.video-modal__box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-modal__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal__close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .video-modal__close {
    top: -55px;
    width: 50px;
    height: 50px;
  }
}
.video-modal__close::before, .video-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.video-modal__close::before {
  transform: rotate(45deg);
}
.video-modal__close::after {
  transform: rotate(-45deg);
}

/*# sourceMappingURL=style.css.map */
