@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.0rem;
  font-weight: normal;
  color: #252525;
  background-color: #fff;
}

a,
a:focus,
*:focus {
  outline: none;
}

a {
  color: #64aba8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #252525;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.8;
  color: inherit;
}

h1, .h1 {
  font-size: 3.8rem;
}

h2, .h2 {
  font-size: 3.3rem;
}

h3, .h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.3rem;
}

h5, .h5 {
  font-size: 1.8rem;
}

h6, .h6 {
  font-size: 1.3rem;
}

p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  p {
    font-size: 1.6rem;
    margin-bottom: 1.8;
  }
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

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

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

/*!
 * 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)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.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: 15px;
  padding-left: 15px;
}

.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;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.mb-10 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-10 {
    margin-bottom: 0!important;
  }
}

.mt-10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .mt-10 {
    margin-top: 0!important;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20 {
    margin-bottom: 0!important;
  }
}

.mt-20 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt-20 {
    margin-top: 0!important;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mb-30 {
    margin-bottom: 0!important;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mt-30 {
    margin-top: 0!important;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 0!important;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .mt-40 {
    margin-top: 0!important;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 0!important;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 0!important;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 0!important;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-60 {
    margin-top: 0!important;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .mb-70 {
    margin-bottom: 0!important;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .mt-70 {
    margin-top: 0!important;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 0!important;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .mt-80 {
    margin-top: 0!important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .mb-90 {
    margin-bottom: 0!important;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .mt-90 {
    margin-top: 0!important;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .mb-100 {
    margin-bottom: 0!important;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .mt-100 {
    margin-top: 0!important;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 768px) {
  .mb-110 {
    margin-bottom: 0!important;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media (min-width: 768px) {
  .mt-110 {
    margin-top: 0!important;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .mb-120 {
    margin-bottom: 0!important;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .mt-120 {
    margin-top: 0!important;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 768px) {
  .mb-130 {
    margin-bottom: 0!important;
  }
}

.mt-130 {
  margin-top: 130px;
}
@media (min-width: 768px) {
  .mt-130 {
    margin-top: 0!important;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 768px) {
  .mb-140 {
    margin-bottom: 0!important;
  }
}

.mt-140 {
  margin-top: 140px;
}
@media (min-width: 768px) {
  .mt-140 {
    margin-top: 0!important;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .mb-150 {
    margin-bottom: 0!important;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (min-width: 768px) {
  .mt-150 {
    margin-top: 0!important;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media (min-width: 768px) {
  .mb-160 {
    margin-bottom: 0!important;
  }
}

.mt-160 {
  margin-top: 160px;
}
@media (min-width: 768px) {
  .mt-160 {
    margin-top: 0!important;
  }
}

.mb-170 {
  margin-bottom: 170px;
}
@media (min-width: 768px) {
  .mb-170 {
    margin-bottom: 0!important;
  }
}

.mt-170 {
  margin-top: 170px;
}
@media (min-width: 768px) {
  .mt-170 {
    margin-top: 0!important;
  }
}

.mb-180 {
  margin-bottom: 180px;
}
@media (min-width: 768px) {
  .mb-180 {
    margin-bottom: 0!important;
  }
}

.mt-180 {
  margin-top: 180px;
}
@media (min-width: 768px) {
  .mt-180 {
    margin-top: 0!important;
  }
}

.mb-190 {
  margin-bottom: 190px;
}
@media (min-width: 768px) {
  .mb-190 {
    margin-bottom: 0!important;
  }
}

.mt-190 {
  margin-top: 190px;
}
@media (min-width: 768px) {
  .mt-190 {
    margin-top: 0!important;
  }
}

.mb-200 {
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  .mb-200 {
    margin-bottom: 0!important;
  }
}

.mt-200 {
  margin-top: 200px;
}
@media (min-width: 768px) {
  .mt-200 {
    margin-top: 0!important;
  }
}

.mb-md-10 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px!important;
  }
}

.mt-md-10 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px!important;
  }
}

.mb-md-20 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px!important;
  }
}

.mt-md-20 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px!important;
  }
}

.mb-md-30 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px!important;
  }
}

.mt-md-30 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px!important;
  }
}

.mb-md-40 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px!important;
  }
}

.mt-md-40 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px!important;
  }
}

.mb-md-50 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px!important;
  }
}

.mt-md-50 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px!important;
  }
}

.mb-md-60 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px!important;
  }
}

.mt-md-60 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px!important;
  }
}

.mb-md-70 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px!important;
  }
}

.mt-md-70 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px!important;
  }
}

.mb-md-80 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px!important;
  }
}

.mt-md-80 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px!important;
  }
}

.mb-md-90 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px!important;
  }
}

.mt-md-90 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px!important;
  }
}

.mb-md-100 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px!important;
  }
}

.mt-md-100 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px!important;
  }
}

.mb-md-110 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-110 {
    margin-bottom: 110px!important;
  }
}

.mt-md-110 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-110 {
    margin-top: 110px!important;
  }
}

.mb-md-120 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-120 {
    margin-bottom: 120px!important;
  }
}

.mt-md-120 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-120 {
    margin-top: 120px!important;
  }
}

.mb-md-130 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-130 {
    margin-bottom: 130px!important;
  }
}

.mt-md-130 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-130 {
    margin-top: 130px!important;
  }
}

.mb-md-140 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-140 {
    margin-bottom: 140px!important;
  }
}

.mt-md-140 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-140 {
    margin-top: 140px!important;
  }
}

.mb-md-150 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-150 {
    margin-bottom: 150px!important;
  }
}

.mt-md-150 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-150 {
    margin-top: 150px!important;
  }
}

.mb-md-160 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px!important;
  }
}

.mt-md-160 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px!important;
  }
}

.mb-md-170 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-170 {
    margin-bottom: 170px!important;
  }
}

.mt-md-170 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-170 {
    margin-top: 170px!important;
  }
}

.mb-md-180 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-180 {
    margin-bottom: 180px!important;
  }
}

.mt-md-180 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-180 {
    margin-top: 180px!important;
  }
}

.mb-md-190 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-190 {
    margin-bottom: 190px!important;
  }
}

.mt-md-190 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-190 {
    margin-top: 190px!important;
  }
}

.mb-md-200 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px!important;
  }
}

.mt-md-200 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px!important;
  }
}

.mb-lg-10 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px!important;
  }
}

.mt-lg-10 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px!important;
  }
}

.mb-lg-20 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px!important;
  }
}

.mt-lg-20 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px!important;
  }
}

.mb-lg-30 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px!important;
  }
}

.mt-lg-30 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px!important;
  }
}

.mb-lg-40 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px!important;
  }
}

.mt-lg-40 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px!important;
  }
}

.mb-lg-50 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px!important;
  }
}

.mt-lg-50 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px!important;
  }
}

.mb-lg-60 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px!important;
  }
}

.mt-lg-60 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px!important;
  }
}

.mb-lg-70 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px!important;
  }
}

.mt-lg-70 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px!important;
  }
}

.mb-lg-80 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px!important;
  }
}

.mt-lg-80 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px!important;
  }
}

.mb-lg-90 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px!important;
  }
}

.mt-lg-90 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px!important;
  }
}

.mb-lg-100 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px!important;
  }
}

.mt-lg-100 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px!important;
  }
}

.mb-lg-110 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px!important;
  }
}

.mt-lg-110 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px!important;
  }
}

.mb-lg-120 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px!important;
  }
}

.mt-lg-120 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px!important;
  }
}

.mb-lg-130 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px!important;
  }
}

.mt-lg-130 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px!important;
  }
}

.mb-lg-140 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px!important;
  }
}

.mt-lg-140 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px!important;
  }
}

.mb-lg-150 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px!important;
  }
}

.mt-lg-150 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px!important;
  }
}

.mb-lg-160 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px!important;
  }
}

.mt-lg-160 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px!important;
  }
}

.mb-lg-170 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px!important;
  }
}

.mt-lg-170 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px!important;
  }
}

.mb-lg-180 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px!important;
  }
}

.mt-lg-180 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px!important;
  }
}

.mb-lg-190 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px!important;
  }
}

.mt-lg-190 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px!important;
  }
}

.mb-lg-200 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px!important;
  }
}

.mt-lg-200 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px!important;
  }
}

.mb-xl-10 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10px!important;
  }
}

.mt-xl-10 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px!important;
  }
}

.mb-xl-20 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px!important;
  }
}

.mt-xl-20 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px!important;
  }
}

.mb-xl-30 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px!important;
  }
}

.mt-xl-30 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px!important;
  }
}

.mb-xl-40 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px!important;
  }
}

.mt-xl-40 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px!important;
  }
}

.mb-xl-50 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-50 {
    margin-bottom: 50px!important;
  }
}

.mt-xl-50 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-50 {
    margin-top: 50px!important;
  }
}

.mb-xl-60 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-60 {
    margin-bottom: 60px!important;
  }
}

.mt-xl-60 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-60 {
    margin-top: 60px!important;
  }
}

.mb-xl-70 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-70 {
    margin-bottom: 70px!important;
  }
}

.mt-xl-70 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-70 {
    margin-top: 70px!important;
  }
}

.mb-xl-80 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px!important;
  }
}

.mt-xl-80 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px!important;
  }
}

.mb-xl-90 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-90 {
    margin-bottom: 90px!important;
  }
}

.mt-xl-90 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-90 {
    margin-top: 90px!important;
  }
}

.mb-xl-100 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px!important;
  }
}

.mt-xl-100 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px!important;
  }
}

.mb-xl-110 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-110 {
    margin-bottom: 110px!important;
  }
}

.mt-xl-110 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-110 {
    margin-top: 110px!important;
  }
}

.mb-xl-120 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-120 {
    margin-bottom: 120px!important;
  }
}

.mt-xl-120 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-120 {
    margin-top: 120px!important;
  }
}

.mb-xl-130 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-130 {
    margin-bottom: 130px!important;
  }
}

.mt-xl-130 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-130 {
    margin-top: 130px!important;
  }
}

.mb-xl-140 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-140 {
    margin-bottom: 140px!important;
  }
}

.mt-xl-140 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-140 {
    margin-top: 140px!important;
  }
}

.mb-xl-150 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-150 {
    margin-bottom: 150px!important;
  }
}

.mt-xl-150 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-150 {
    margin-top: 150px!important;
  }
}

.mb-xl-160 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px!important;
  }
}

.mt-xl-160 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px!important;
  }
}

.mb-xl-170 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-170 {
    margin-bottom: 170px!important;
  }
}

.mt-xl-170 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-170 {
    margin-top: 170px!important;
  }
}

.mb-xl-180 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-180 {
    margin-bottom: 180px!important;
  }
}

.mt-xl-180 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-180 {
    margin-top: 180px!important;
  }
}

.mb-xl-190 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-190 {
    margin-bottom: 190px!important;
  }
}

.mt-xl-190 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-190 {
    margin-top: 190px!important;
  }
}

.mb-xl-200 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px!important;
  }
}

.mt-xl-200 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px!important;
  }
}

.width-10 {
  width: 10%;
  margin-left: 45%;
  margin-right: 45%;
}
@media (min-width: 768px) {
  .width-10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-15 {
  width: 15%;
  margin-left: 42.5%;
  margin-right: 42.5%;
}
@media (min-width: 768px) {
  .width-15 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-20 {
  width: 20%;
  margin-left: 40%;
  margin-right: 40%;
}
@media (min-width: 768px) {
  .width-20 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-25 {
  width: 25%;
  margin-left: 37.5%;
  margin-right: 37.5%;
}
@media (min-width: 768px) {
  .width-25 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-30 {
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
}
@media (min-width: 768px) {
  .width-30 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-35 {
  width: 35%;
  margin-left: 32.5%;
  margin-right: 32.5%;
}
@media (min-width: 768px) {
  .width-35 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-40 {
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}
@media (min-width: 768px) {
  .width-40 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-45 {
  width: 45%;
  margin-left: 27.5%;
  margin-right: 27.5%;
}
@media (min-width: 768px) {
  .width-45 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-50 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
@media (min-width: 768px) {
  .width-50 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-55 {
  width: 55%;
  margin-left: 22.5%;
  margin-right: 22.5%;
}
@media (min-width: 768px) {
  .width-55 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-60 {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
@media (min-width: 768px) {
  .width-60 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-65 {
  width: 65%;
  margin-left: 17.5%;
  margin-right: 17.5%;
}
@media (min-width: 768px) {
  .width-65 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-70 {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
@media (min-width: 768px) {
  .width-70 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-75 {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
@media (min-width: 768px) {
  .width-75 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-80 {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media (min-width: 768px) {
  .width-80 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-85 {
  width: 85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
}
@media (min-width: 768px) {
  .width-85 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-90 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 768px) {
  .width-90 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.width-md-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-md-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-md-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-md-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-md-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-md-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-md-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-md-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-md-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-md-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-md-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-md-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-md-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-md-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-md-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-md-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-md-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .width-md-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.width-lg-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-lg-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-lg-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-lg-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-lg-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-lg-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-lg-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-lg-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-lg-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-lg-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-lg-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-lg-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-lg-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-lg-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-lg-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-lg-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-lg-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .width-lg-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.width-xl-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-10 {
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
  }
}

.width-xl-15 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-15 {
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
  }
}

.width-xl-20 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-20 {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
  }
}

.width-xl-25 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-25 {
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
  }
}

.width-xl-30 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-30 {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}

.width-xl-35 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-35 {
    width: 35%;
    margin-left: 32.5%;
    margin-right: 32.5%;
  }
}

.width-xl-40 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-40 {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
}

.width-xl-45 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-45 {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
  }
}

.width-xl-50 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-50 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

.width-xl-55 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-55 {
    width: 55%;
    margin-left: 22.5%;
    margin-right: 22.5%;
  }
}

.width-xl-60 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-60 {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}

.width-xl-65 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-65 {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
  }
}

.width-xl-70 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-70 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

.width-xl-75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-75 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.width-xl-80 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-80 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.width-xl-85 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-85 {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.width-xl-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .width-xl-90 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.pr-md {
  padding-right: 7px !important;
}
@media (min-width: 768px) {
  .pr-md {
    padding-right: 15px !important;
  }
}

.pl-md {
  padding-left: 7px !important;
}
@media (min-width: 768px) {
  .pl-md {
    padding-left: 15px !important;
  }
}

.prl-md {
  padding-right: 11px !important;
  padding-left: 11px !important;
}
@media (min-width: 768px) {
  .prl-md {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.pr-lg {
  padding-right: 7px !important;
}
@media (min-width: 992px) {
  .pr-lg {
    padding-right: 15px !important;
  }
}

.pl-lg {
  padding-left: 7px !important;
}
@media (min-width: 992px) {
  .pl-lg {
    padding-left: 15px !important;
  }
}

.bg-info {
  width: 100%;
  border-top: 1px solid #d0d0d0;
}

.bg-footer {
  width: 100%;
  background-color: #f4ede1;
  border-top: 2px solid #af8624;
  padding: 30px 0 45px 0;
  z-index: -100;
}
@media (min-width: 768px) {
  .bg-footer {
    padding: 50px 0;
  }
}

.bg-slider {
  z-index: -1;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .bg-slider {
    width: 100%;
    z-index: -100;
  }
}

.para-wall-1 {
  background: url("../images/para-wall-1-m.jpg") no-repeat center center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: 100px;
  z-index: -100;
}
@media (min-width: 768px) {
  .para-wall-1 {
    background: url("../images/para-wall-1-m.jpg") no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 170px;
  }
}
@media (min-width: 992px) {
  .para-wall-1 {
    background: url("../images/para-wall-1.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 270px;
    margin-top: 0;
  }
}

.font-50 {
  font-size: 47.16981%;
}
@media (min-width: 768px) {
  .font-50 {
    font-size: 48.07692%;
  }
}
@media (min-width: 992px) {
  .font-50 {
    font-size: 49.01961%;
  }
}
@media (min-width: 1200px) {
  .font-50 {
    font-size: 50%;
  }
}

.font-60 {
  font-size: 56.60377%;
}
@media (min-width: 768px) {
  .font-60 {
    font-size: 57.69231%;
  }
}
@media (min-width: 992px) {
  .font-60 {
    font-size: 58.82353%;
  }
}
@media (min-width: 1200px) {
  .font-60 {
    font-size: 60%;
  }
}

.font-70 {
  font-size: 66.03774%;
}
@media (min-width: 768px) {
  .font-70 {
    font-size: 67.30769%;
  }
}
@media (min-width: 992px) {
  .font-70 {
    font-size: 68.62745%;
  }
}
@media (min-width: 1200px) {
  .font-70 {
    font-size: 70%;
  }
}

.font-80 {
  font-size: 75.4717%;
}
@media (min-width: 768px) {
  .font-80 {
    font-size: 76.92308%;
  }
}
@media (min-width: 992px) {
  .font-80 {
    font-size: 78.43137%;
  }
}
@media (min-width: 1200px) {
  .font-80 {
    font-size: 80%;
  }
}

.font-90 {
  font-size: 84.90566%;
}
@media (min-width: 768px) {
  .font-90 {
    font-size: 86.53846%;
  }
}
@media (min-width: 992px) {
  .font-90 {
    font-size: 88.23529%;
  }
}
@media (min-width: 1200px) {
  .font-90 {
    font-size: 90%;
  }
}

.font-100 {
  font-size: 94.33962%;
}
@media (min-width: 768px) {
  .font-100 {
    font-size: 96.15385%;
  }
}
@media (min-width: 992px) {
  .font-100 {
    font-size: 98.03922%;
  }
}
@media (min-width: 1200px) {
  .font-100 {
    font-size: 100%;
  }
}

.font-110 {
  font-size: 103.77358%;
}
@media (min-width: 768px) {
  .font-110 {
    font-size: 105.76923%;
  }
}
@media (min-width: 992px) {
  .font-110 {
    font-size: 107.84314%;
  }
}
@media (min-width: 1200px) {
  .font-110 {
    font-size: 110%;
  }
}

.font-120 {
  font-size: 113.20755%;
}
@media (min-width: 768px) {
  .font-120 {
    font-size: 115.38462%;
  }
}
@media (min-width: 992px) {
  .font-120 {
    font-size: 117.64706%;
  }
}
@media (min-width: 1200px) {
  .font-120 {
    font-size: 120%;
  }
}

.font-130 {
  font-size: 122.64151%;
}
@media (min-width: 768px) {
  .font-130 {
    font-size: 125%;
  }
}
@media (min-width: 992px) {
  .font-130 {
    font-size: 127.45098%;
  }
}
@media (min-width: 1200px) {
  .font-130 {
    font-size: 130%;
  }
}

.font-140 {
  font-size: 132.07547%;
}
@media (min-width: 768px) {
  .font-140 {
    font-size: 134.61538%;
  }
}
@media (min-width: 992px) {
  .font-140 {
    font-size: 137.2549%;
  }
}
@media (min-width: 1200px) {
  .font-140 {
    font-size: 140%;
  }
}

.font-150 {
  font-size: 141.50943%;
}
@media (min-width: 768px) {
  .font-150 {
    font-size: 144.23077%;
  }
}
@media (min-width: 992px) {
  .font-150 {
    font-size: 147.05882%;
  }
}
@media (min-width: 1200px) {
  .font-150 {
    font-size: 150%;
  }
}

.font-160 {
  font-size: 150.9434%;
}
@media (min-width: 768px) {
  .font-160 {
    font-size: 153.84615%;
  }
}
@media (min-width: 992px) {
  .font-160 {
    font-size: 156.86275%;
  }
}
@media (min-width: 1200px) {
  .font-160 {
    font-size: 160%;
  }
}

.font-170 {
  font-size: 160.37736%;
}
@media (min-width: 768px) {
  .font-170 {
    font-size: 163.46154%;
  }
}
@media (min-width: 992px) {
  .font-170 {
    font-size: 166.66667%;
  }
}
@media (min-width: 1200px) {
  .font-170 {
    font-size: 170%;
  }
}

.font-180 {
  font-size: 169.81132%;
}
@media (min-width: 768px) {
  .font-180 {
    font-size: 173.07692%;
  }
}
@media (min-width: 992px) {
  .font-180 {
    font-size: 176.47059%;
  }
}
@media (min-width: 1200px) {
  .font-180 {
    font-size: 180%;
  }
}

.font-190 {
  font-size: 179.24528%;
}
@media (min-width: 768px) {
  .font-190 {
    font-size: 182.69231%;
  }
}
@media (min-width: 992px) {
  .font-190 {
    font-size: 186.27451%;
  }
}
@media (min-width: 1200px) {
  .font-190 {
    font-size: 190%;
  }
}

.font-200 {
  font-size: 188.67925%;
}
@media (min-width: 768px) {
  .font-200 {
    font-size: 192.30769%;
  }
}
@media (min-width: 992px) {
  .font-200 {
    font-size: 196.07843%;
  }
}
@media (min-width: 1200px) {
  .font-200 {
    font-size: 200%;
  }
}

.marker-1 {
  background: linear-gradient(transparent 70%, #f8d2cc 70%);
}

.marker-2 {
  background: linear-gradient(transparent 60%, #ffe2af 60%);
}

.marker-3 {
  background: linear-gradient(transparent 60%, #fdd8dd 60%);
}

.text-c {
  text-align: center;
}

.text-c-md-gt {
  text-align: left;
}
@media (min-width: 768px) {
  .text-c-md-gt {
    text-align: center;
  }
}

.text-c-lg-gt {
  text-align: left;
}
@media (min-width: 992px) {
  .text-c-lg-gt {
    text-align: center;
  }
}

.text-c-md-lt {
  text-align: center;
}
@media (min-width: 768px) {
  .text-c-md-lt {
    text-align: left;
  }
}

.text-c-lg-lt {
  text-align: center;
}
@media (min-width: 992px) {
  .text-c-lg-lt {
    text-align: left;
  }
}

.text-r {
  text-align: right;
}

.text-r-md-gt {
  text-align: right;
}
@media (min-width: 768px) {
  .text-r-md-gt {
    text-align: center;
  }
}

.text-r-lg-gt {
  text-align: right;
}
@media (min-width: 992px) {
  .text-r-lg-gt {
    text-align: center;
  }
}

.text-r-md-lt {
  text-align: center;
}
@media (min-width: 768px) {
  .text-r-md-lt {
    text-align: right;
  }
}

.text-r-lg-lt {
  text-align: center;
}
@media (min-width: 992px) {
  .text-r-lg-lt {
    text-align: right;
  }
}

.font-b {
  font-weight: bold;
}

.font-b-h {
  font-weight: 500;
}

.font-b-n {
  font-weight: normal;
}

.attention {
  color: #e40311;
}

.color-w {
  color: white;
}

.color-b {
  color: black;
}

.color-1 {
  color: #d74b5b;
}

.color-2 {
  color: #dfae00;
}

.color-3 {
  color: #124891;
}

.color-4 {
  color: #7eae17;
}

.color-5 {
  color: #df7611;
}

.color-6 {
  color: #555;
}

.color-7 {
  color: #1555ab;
}

.color-8 {
  color: #64aba8;
}

.color-9 {
  color: #64aba8;
}

.color-10 {
  color: #64aba8;
}

.col-ul a {
  font-weight: 500;
  text-decoration: none;
}
.col-ul a:hover {
  text-decoration: underline;
}
.col-ul li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .col-ul li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.col-ul li ul {
  margin-left: 20px;
}
.col-ul li ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .col-ul li ul li {
    font-size: 1.6rem;
  }
}

.nolist {
  list-style: none;
  margin-left: 5px;
}

.list-d {
  list-style-type: disc;
  margin-left: 17px;
}

.list-c {
  list-style-type: circle;
  margin-left: 17px;
}

.list-decimal {
  list-style-type: decimal;
  margin-left: 17px;
}

.nowrap {
  white-space: nowrap;
}

.indent-1 {
  padding-left: 7.6rem;
  text-indent: -7.6rem;
}

.indent-2 {
  padding-left: 7.6rem;
  text-indent: -7.6rem;
}

.indent-3 {
  padding-left: 1rem;
  text-indent: -1rem;
}

#header {
  width: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  #header {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    border-bottom: 1px solid #4482c2;
  }
}

.menu {
  width: 100%;
}
.menu:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .menu {
    max-width: 100%;
    min-height: 75px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .menu {
    max-width: 1200px;
    padding: 0;
  }
}

.m-area {
  width: 100%;
  min-height: 56px;
  position: relative;
}
@media (min-width: 768px) {
  .m-area {
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  .m-area {
    min-height: 0;
    position: static;
  }
}

#title {
  width: 47%;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 415px) {
  #title {
    width: 170px;
  }
}
@media (min-width: 768px) {
  #title {
    width: 200px;
    margin: 0;
    float: left;
  }
}
@media (min-width: 992px) {
  #title {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  #title {
    width: 220px;
  }
}
#title h1 a {
  background: url("../images/header-logo.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 21.18126%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header-contact {
  width: 24%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4482c2;
  text-align: center;
  display: block;
}
@media (min-width: 360px) {
  .header-contact {
    width: 22%;
  }
}
@media (min-width: 568px) {
  .header-contact {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .header-contact {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .header-contact {
    width: 120px;
  }
}
.header-contact a {
  display: block;
  padding: 22px 0;
  font-size: 1.1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  font-weight: 500;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
@media (min-width: 568px) {
  .header-contact a {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .header-contact a {
    font-size: 1.4rem;
    padding: 28px 0;
  }
}
@media (min-width: 992px) {
  .header-contact a {
    font-size: 1.6rem;
    padding: 29.5px 0;
  }
}

.fixed .header-contact {
  display: none;
}

.gnav-box {
  border-top: 1px solid #4482c2;
}
@media (min-width: 992px) {
  .gnav-box {
    float: right;
    border-top: none;
    margin-right: 105px;
  }
}
@media (min-width: 1200px) {
  .gnav-box {
    margin-right: 120px;
  }
}

#gnav {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  border-bottom: #4482c2;
}
@media (min-width: 768px) {
  #gnav {
    border-bottom: none;
  }
}
#gnav:before, #gnav:after {
  content: "";
  display: table;
}
#gnav:after {
  clear: both;
}
#gnav li {
  width: 20%;
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
@media (max-width: 320px) {
  #gnav li .font-s {
    font-size: 1.0rem;
  }
}
@media (min-width: 415px) {
  #gnav li {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  #gnav li {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  #gnav li {
    width: auto;
  }
}
#gnav li a {
  display: block;
  height: 55px;
  margin: 0;
  padding: 6px 0;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  font-weight: 500;
}
@media (min-width: 568px) {
  #gnav li a {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  #gnav li a {
    padding: 15px 0;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  #gnav li a {
    padding: 27px 18px 23px 18px;
    height: 75px;
  }
}
@media (min-width: 1200px) {
  #gnav li a {
    height: 75px;
    padding: 27px 30px 33px 30px;
  }
}
#gnav li:hover a {
  background-color: #4482c2;
  transition: .7s ease-in-out;
  color: #fff;
}
@media (min-width: 992px) {
  #gnav li:hover a {
    color: #4482c2;
    background-color: transparent;
    border-bottom: 5px solid #4482c2;
    transition: .3s;
    background-position: 0 100%;
  }
}
#gnav .gnav-br a {
  display: block;
  text-decoration: none;
  padding: 5px 0 5px 0;
}
@media (min-width: 667px) {
  #gnav .gnav-br a {
    padding: 7px 0 7px 0;
  }
}
@media (min-width: 768px) {
  #gnav .gnav-br a {
    padding: 15px 0 15px 0;
  }
}
@media (min-width: 992px) {
  #gnav .gnav-br a {
    background-color: transparent;
    padding: 28px 15px;
  }
}
@media (min-width: 1200px) {
  #gnav .gnav-br a {
    padding: 30px 15px;
  }
}
#gnav .gnav-br br {
  display: block;
}
@media (min-width: 667px) {
  #gnav .gnav-br br {
    display: none;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.fixed li a {
  background-color: #4482c2 !important;
  color: #fff !important;
  transition: .5s;
}
@media (min-width: 992px) {
  .fixed li a {
    background-color: #fff !important;
    color: #000 !important;
    transition: 0;
  }
}

#gnav li a .fa-home::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f015\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-home::before {
    content: "\f015\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-home::before {
    content: "";
  }
}

#gnav li a .fa-about:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f4d8\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-about:before {
    content: "\f4d8\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-about:before {
    content: "";
  }
}

#gnav li a .fa-school:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f044\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-school:before {
    content: "\f044\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-school:before {
    content: "";
  }
}

#gnav li a .fa-admission:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f073\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-admission:before {
    content: "\f073\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-admission:before {
    content: "";
  }
}

#gnav li a .fa-news:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0e0\A";
  white-space: pre;
  font-size: 1.6rem;
}
@media (min-width: 568px) {
  #gnav li a .fa-news:before {
    content: "\f0e0\00a0\00a0";
  }
}
@media (min-width: 992px) {
  #gnav li a .fa-news:before {
    content: "";
  }
}

#top-slider {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  #top-slider {
    padding-top: 76px;
  }
}

.slick-dots li button:before {
  color: #a0a0a0 !important;
}

#Slider_1 {
  z-index: 5;
}

.container-slider {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .container-slider {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-slider {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-slider {
    max-width: 1200px;
  }
}

.slider-1 span {
  background: url("../images/slider-1-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 65.625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider-1 span {
    background: url("../images/slider-1.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 41.66667%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.slider-2 span {
  background: url("../images/slider-2-m.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 65.625%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider-2 span {
    background: url("../images/slider-2.png") no-repeat left top;
    height: 0;
    background-size: contain;
    padding-top: 41.66667%;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.info-title {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .info-title {
    text-align: left;
  }
}
.info-title h2 {
  font-size: 1.9rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .info-title h2 {
    font-size: 2.5rem;
  }
}
.info-title h2 span {
  font-size: 1.4rem;
  color: #999;
  vertical-align: middle;
  font-weight: 500;
}

.info-box {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .info-box {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.info-box:after {
  content: "";
  display: block;
  clear: both;
}

.info-page {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .info-page {
    text-align: right;
    float: right;
    font-size: 1.4rem;
    margin-top: -45px;
    margin-bottom: 0;
  }
}
.info-page a {
  text-decoration: none;
  color: #666;
  padding: 20px 5px;
}
.info-page a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f138";
  padding-left: 6px;
}
.info-page a:hover {
  opacity: 0.5;
}

.post dl {
  transition: .6s;
  background-color: transparent;
}
.post a h3 {
  text-decoration: none;
  color: #212529 !important;
}
.post a h3::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\00a0\f0da";
}
.post a dl:hover {
  background-color: #f0f0f0;
  transition: .1s;
}
.post dl {
  float: left;
  width: 100%;
  padding: 10px 0 15px 0;
  margin-bottom: 0;
  border-bottom: 1px dotted #d0d0d0;
}
@media (min-width: 768px) {
  .post dl {
    padding: 17px 10px;
  }
}
@media (min-width: 992px) {
  .post dl {
    padding: 23px 15px;
  }
}
@media (min-width: 1200px) {
  .post dl {
    padding: 27px 20px;
  }
}
.post dt {
  width: 100%;
  float: left;
}
@media (min-width: 1400px) {
  .post dt {
    width: 30%;
  }
}
.post dd {
  margin-top: 5px;
  float: left;
  margin-left: 83px;
}
@media (min-width: 768px) {
  .post dd {
    margin-left: 93px;
  }
}
@media (min-width: 1400px) {
  .post dd {
    margin: 0 0 0 5%;
    width: 65%;
  }
}
.post h3 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  .post h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: -2px;
    font-weight: 500;
  }
}
.post time {
  font-weight: bold;
  font-size: 1.4rem;
  float: left;
  margin-top: 2px;
  width: 74px;
  color: #000;
}
@media (min-width: 768px) {
  .post time {
    font-size: 1.5rem;
    width: 83px;
  }
}
@media (min-width: 1400px) {
  .post time {
    font-size: 1.6rem;
    width: 54%;
  }
}

.post-imp dl {
  transition: .6s;
  background-color: transparent;
}
.post-imp a h3 {
  text-decoration: none;
  color: #212529 !important;
}
.post-imp a h3::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\00a0\f0da";
}
.post-imp a dl:hover {
  text-decoration: underline;
  transition: .1s;
}
.post-imp dl {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .post-imp dl {
    padding: 20px 20px 20px 40px;
  }
}
.post-imp dt {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .post-imp dt {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .post-imp dt {
    width: 30%;
  }
}
.post-imp dd {
  margin-top: 5px;
  float: left;
}
@media (min-width: 992px) {
  .post-imp dd {
    margin: 0 0 0 0;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .post-imp dd {
    margin: 0 0 0 3%;
    width: 97%;
  }
}
.post-imp h3 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  .post-imp h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-weight: normal;
  }
}
.post-imp time {
  font-weight: bold;
  font-size: 1.4rem;
  float: left;
  margin-top: 2px;
  width: 74px;
  color: #000;
}
@media (min-width: 768px) {
  .post-imp time {
    font-size: 1.5rem;
    width: 83px;
  }
}
@media (min-width: 992px) {
  .post-imp time {
    font-size: 1.6rem;
    width: 100px;
  }
}

.news-page-title {
  margin-bottom: 20px;
}
.news-page-title h2 {
  font-size: 2.0rem;
  font-weight: bold;
}

.news-icon:before {
  content: "お知らせ";
  background-color: #122d54;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .news-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .news-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.otayori-icon:before {
  content: "おたより";
  background-color: #6dbdc0;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .otayori-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .otayori-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.event-icon:before {
  content: "イベント";
  background-color: #e8b656;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .event-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .event-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.kentei-icon:before {
  content: "検定試験";
  background-color: #e8b656;
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  width: 100px;
  text-align: center;
  float: left;
}
@media (min-width: 768px) {
  .kentei-icon:before {
    font-size: 1.3rem;
    padding: 3px 0;
    width: 100px;
  }
}
@media (min-width: 1400px) {
  .kentei-icon:before {
    width: 46%;
    margin-left: 0;
    margin-top: 2px;
  }
}

@media (min-width: 992px) {
  .post-imp .news-icon:before {
    width: 100px;
    margin-left: 0;
    margin-top: 0;
  }
}

#foter-title {
  width: 60%;
  margin: 0 20%;
}
@media (min-width: 415px) {
  #foter-title {
    width: 50%;
    margin: 0 25%;
  }
}
@media (min-width: 768px) {
  #foter-title {
    width: 200px;
    margin: 0;
    float: left;
  }
}
@media (min-width: 992px) {
  #foter-title {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  #foter-title {
    width: 220px;
  }
}
#foter-title a {
  background: url("../images/header-logo.png") no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 21.18126%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.copyright p {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 20px;
  color: #555;
}
@media (min-width: 768px) {
  .copyright p {
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .copyright p {
    text-align: right;
  }
}

#pageTop {
  font-size: 2.2em;
  text-decoration: none;
  font-weight: bold;
  background-color: #4482c2;
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 13px 11px 13px;
  position: fixed;
  bottom: 17px;
  right: 17px;
  top: auto;
  left: auto;
  border-radius: 50%;
  z-index: 100;
}
@media (min-width: 768px) {
  #pageTop {
    font-size: 2.8em;
    padding: 15px 18px 15px 18px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
  }
}
@media (min-width: 1200px) {
  #pageTop {
    font-size: 3.8em;
    padding: 17px 20px 17px 20px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
}
#pageTop span {
  display: block;
  overflow: hidden;
  transition-duration: 0.5s;
}
#pageTop:hover {
  transform: scale(1.3);
  transition-duration: 0.5s;
}

.footer-sub {
  color: #555;
  font-weight: 500;
  font-size: 1.3rem;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .footer-sub {
    font-size: 1.6rem;
  }
  .footer-sub br {
    display: none;
  }
  .footer-sub span::after {
    content: "\00a0\00a0|\00a0\00a0";
  }
}

.footer-contact {
  border-top: 1px solid #c0c0c0;
  margin-top: 20px;
}
.footer-contact ul {
  margin-top: 30px;
}
.footer-contact ul li {
  display: table-cell;
  float: left;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-right: 20px;
}
.footer-contact ul li a {
  color: #555;
  padding: 5px;
}
.footer-contact ul li a:hover {
  text-decoration: underline;
}
.footer-contact ul li::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  color: #555;
  margin-left: 5px;
}

.br-s-gt br {
  display: none;
}
@media (min-width: 375px) {
  .br-s-gt br {
    display: block !important;
  }
}

.br-md-gt br {
  display: none;
}
@media (min-width: 768px) {
  .br-md-gt br {
    display: block !important;
  }
}

.br-lg-gt br {
  display: none;
}
@media (min-width: 992px) {
  .br-lg-gt br {
    display: block !important;
  }
}

.br-xl-gt br {
  display: none;
}
@media (min-width: 1200px) {
  .br-xl-gt br {
    display: block !important;
  }
}

.br-s-lt br {
  display: block;
}
@media (min-width: 374px) {
  .br-s-lt br {
    display: none !important;
  }
}

.br-md-lt br {
  display: block;
}
@media (min-width: 767px) {
  .br-md-lt br {
    display: none !important;
  }
}

.br-lg-lt br {
  display: block;
}
@media (min-width: 991px) {
  .br-lg-lt br {
    display: none !important;
  }
}

.br-xl-lt br {
  display: block;
}
@media (min-width: 1199px) {
  .br-xl-lt br {
    display: none !important;
  }
}

.box-1 {
  padding: 20px 15px;
  background-color: #f8f1e9;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .box-1 {
    padding: 30px;
    margin-bottom: 0;
  }
}

.button-1 a {
  text-align: center;
  background-color: #64aba8;
  border: 2px solid #64aba8;
  border-radius: 25px;
  text-decoration: none;
  padding: 7px 20px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
}
@media (min-width: 768px) {
  .button-1 a {
    padding: 5px 30px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-1 a {
    font-size: 1.8rem;
  }
}
.button-1 a:hover {
  background-color: #fff;
  color: #64aba8;
  font-weight: 500;
}

.button-2 a {
  text-align: center;
  background-color: #64aba8;
  border: 2px solid #64aba8;
  border-radius: 25px;
  text-decoration: none;
  padding: 7px 20px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
}
@media (min-width: 768px) {
  .button-2 a {
    padding: 10px 30px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-2 a {
    font-size: 2.0rem;
  }
}
.button-2 a:hover {
  background-color: #fff;
  color: #64aba8;
  font-weight: 500;
}

.button-3 a {
  text-align: center;
  background-color: #64aba8;
  border: 2px solid #64aba8;
  border-radius: 25px;
  text-decoration: none;
  padding: 7px 20px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
}
@media (min-width: 768px) {
  .button-3 a {
    padding: 10px 30px;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .button-3 a {
    font-size: 2.0rem;
  }
}
.button-3 a:hover {
  background-color: #fff;
  color: #64aba8;
  font-weight: 500;
}

.tag-1 {
  background-color: #314a7e;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-2 {
  background-color: #d89b09;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-3 {
  background-color: #7ecef4;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.tag-4 {
  background-color: #f29b76;
  color: #fff;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 500;
}

.db-sm-gt {
  display: none;
}
@media (min-width: 576px) {
  .db-sm-gt {
    display: block !important;
  }
}

.db-md-gt {
  display: none;
}
@media (min-width: 768px) {
  .db-md-gt {
    display: block !important;
  }
}

.db-lg-gt {
  display: none;
}
@media (min-width: 992px) {
  .db-lg-gt {
    display: block !important;
  }
}

.db-xl-gt {
  display: none;
}
@media (min-width: 1200px) {
  .db-xl-gt {
    display: block !important;
  }
}

.db-sm-lt {
  display: block;
}
@media (min-width: 575px) {
  .db-sm-lt {
    display: none !important;
  }
}

.db-md-lt {
  display: block;
}
@media (min-width: 767px) {
  .db-md-lt {
    display: none !important;
  }
}

.db-lg-lt {
  display: block;
}
@media (min-width: 991px) {
  .db-lg-lt {
    display: none !important;
  }
}

.db-xl-lt {
  display: block;
}
@media (min-width: 1199px) {
  .db-xl-lt {
    display: none !important;
  }
}

.terms-page ul {
  margin-left: 30px;
}
.terms-page ul > li {
  margin-bottom: 30px;
}
.terms-page h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
}

.terms-section {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.terms-section:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #555;
  display: block;
  margin-left: 30px;
}
.terms-section h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  .terms-section h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .terms-section h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .terms-section h3 {
    font-size: 2.5rem;
  }
}

.section-title-top {
  margin: 50px 0 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-title-top {
    margin: 50px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .section-title-top {
    margin: 70px 0 50px 0;
  }
}
@media (min-width: 1200px) {
  .section-title-top {
    margin: 90px 0 50px 0;
  }
}
.section-title-top h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #af8624;
  line-height: 3.0rem;
}
.section-title-top h2 br {
  display: block;
}
@media (min-width: 768px) {
  .section-title-top h2 br {
    display: none;
  }
}
@media (min-width: 375px) {
  .section-title-top h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-title-top h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .section-title-top h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title-top h2 {
    font-size: 2.7rem;
  }
}

.section-title {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title h2 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #af8624;
  line-height: 3.0rem;
}
.section-title h2 br {
  display: block;
}
@media (min-width: 768px) {
  .section-title h2 br {
    display: none;
  }
}
@media (min-width: 375px) {
  .section-title h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title h2 {
    font-size: 2.7rem;
  }
}

.section-title-line {
  display: flex;
  align-items: center;
}

.section-title-line:before, .section-title-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}

.section-title-line:before {
  margin-right: 10px;
  background: linear-gradient(0deg, #af8624, #af8624);
}
@media (min-width: 768px) {
  .section-title-line:before {
    margin-right: 40px;
  }
}

.section-title-line:after {
  margin-left: 10px;
  background: linear-gradient(0deg, #af8624, #af8624);
}
@media (min-width: 768px) {
  .section-title-line:after {
    margin-left: 40px;
  }
}

.para-wall-title {
  width: 250px;
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  .para-wall-title {
    width: 400px;
    margin: 45px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .para-wall-title {
    width: 400px;
    margin: 120px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .para-wall-title {
    width: 450px;
    margin: 120px auto 0 auto;
  }
}
.para-wall-title h2 {
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .para-wall-title h2 {
    font-size: 3.0rem;
    padding: 10px 0;
    border: 2px solid #fff;
  }
}
@media (min-width: 992px) {
  .para-wall-title h2 {
    font-size: 3.5rem;
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .para-wall-title h2 {
    font-size: 3.5rem;
    padding: 15px 40px;
  }
}

.map {
  width: 100%;
  height: 400px;
}

.faq-box {
  margin-bottom: 50px;
}
.faq-box li {
  font-size: 1.7rem;
  padding: 10px;
  margin-bottom: 50px;
  background-color: #f8f8f8;
  box-shadow: 5px 5px #f0f0f0;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .faq-box li {
    font-size: 2.0rem;
    margin-bottom: 60px;
  }
}
.faq-box h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
  padding-left: 35px;
}
.faq-box h3:before {
  font-weight: 500;
  content: "Q.";
  font-size: 2.5rem;
  color: #18429f;
  float: left;
  margin-top: -8px;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .faq-box h3 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}
.faq-box ul li ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 10px;
}
.faq-box ul li ul li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: "\f061";
  font-size: 2.3rem;
  color: #e47789;
  float: left;
  margin-top: -5px;
  margin-left: -37px;
  height: 0;
}
@media (min-width: 768px) {
  .faq-box ul li ul li {
    font-size: 1.6rem;
    margin: 0;
  }
}

.voice-box {
  background-color: #f8f8f8;
  box-shadow: 5px 5px #f0f0f0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .voice-box {
    padding: 20px;
  }
}
.voice-box h3 {
  font-size: 1.6rem;
  font-weight: 500s;
  line-height: 1.6;
  margin-bottom: 10px;
  border-bottom: 4px dotted #18429f;
  padding-bottom: 5px;
  color: #18429f;
}
@media (min-width: 768px) {
  .voice-box h3 {
    font-size: 2.0rem;
  }
}

.imp-infomation {
  position: relative;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .imp-infomation {
    margin: 0 auto;
    max-width: 1300px;
    z-index: 10;
  }
}
.imp-infomation .imp-info-title {
  width: 100%;
  background-color: #fff;
  float: left;
  padding: 15px;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-title {
    border-right: 1px solid #af8624;
    width: 20%;
  }
}
.imp-infomation .imp-info-title p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #af8624;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  padding: 0 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-title p {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .imp-infomation .imp-info-title p {
    text-align: left;
    font-size: 1.8rem;
  }
}
.imp-infomation .imp-info-description {
  width: 100%;
  float: left;
  border-top: 1px solid #af8624;
  border-bottom: 1px solid #af8624;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .imp-infomation .imp-info-description {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
    width: 75%;
  }
}

.p-mb-off {
  margin-bottom: 0;
}

.page-mb {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .page-mb {
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .page-mb {
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .page-mb {
    margin-bottom: 150px;
  }
}

.table-1 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 10px;
}
.table-1 th {
  font-size: 1.5rem;
  line-height: 1.6;
  border: 2px solid #e1bb8f;
  padding: 5px 0;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #5f4b35;
  background-color: #fffbf6;
  width: 22%;
  font-weight: 500;
}
@media (min-width: 992px) {
  .table-1 th {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 5px;
  }
}
.table-1 td {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 5px 10px;
  border: 2px solid #e1bb8f;
  vertical-align: middle;
  color: #333;
  background-color: #fff;
}

.table-2 {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .table-2 {
    margin-bottom: 5px;
  }
}
.table-2 th {
  font-size: 1.5rem;
  line-height: 1.3;
  border: 2px solid #e1bb8f;
  padding: 5px 0;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  color: #5f4b35;
  background-color: #fffbf6;
}
@media (min-width: 768px) {
  .table-2 th {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 5px;
  }
}
.table-2 td {
  font-size: 1.5rem;
  line-height: 30px !important;
  padding: 3px 3px;
  border: 2px solid #e1bb8f;
  vertical-align: middle;
  color: #000;
  background-color: #fff;
  text-align: center;
}
.table-2 td img {
  width: 20px;
}
@media (min-width: 768px) {
  .table-2 td img {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .table-2 td {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 3px 3px;
  }
}

.yt_play {
  transition: .3s ease-in-out;
}

.yt {
  position: relative;
}

.yt_play:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.yt_btn {
  width: 70px;
  height: 70px;
  background: url("../images/video.png") no-repeat top left;
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  .yt_btn {
    width: 100px;
    height: 100px;
  }
}

.yt-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .yt-title {
    margin-bottom: 20px;
  }
}
.yt-title h3 {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  color: #04528a;
}
@media (min-width: 768px) {
  .yt-title h3 {
    font-size: 1.8rem;
  }
}

.movie {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .movie iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

.borderr-5 {
  border-radius: 5px;
}

.borderr-10 {
  border-radius: 10px;
}

.borderr-15 {
  border-radius: 15px;
}

.borderr-20 {
  border-radius: 20px;
}

.borderr-25 {
  border-radius: 25px;
}

.borderr-30 {
  border-radius: 30px;
}

.ani-fluffy-1 {
  animation: ani-fluffy-1 4s ease infinite;
}

@keyframes ani-fluffy-1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-7px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-7px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.ani-fluffy-2 {
  animation: ani-fluffy-2 3s ease infinite;
}

@keyframes ani-fluffy-2 {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-12px);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-12px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.ani-fluffy-3 {
  animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.external-link::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  font-size: 70%;
  padding-left: 10px;
}

.caret-right::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 100%;
  padding-left: 10px;
}

.caret-left::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0da";
  font-size: 100%;
  padding-right: 10px;
}

.pdf-file::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f1c1";
  font-size: 90%;
  padding-left: 10px;
}

.op:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.scale {
  transition: 0.3s;
}

.scale:hover {
  transform: scale(1.1);
}

.twitter-timeline {
  width: 100%;
  height: 320px !important;
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .twitter-timeline {
    height: 650px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .twitter-timeline {
    height: 500px !important;
  }
}

.blog_post_box {
  border-top: 1px solid #fff;
}
.blog_post_box:first-child {
  border-top: none;
}
.blog_post_box:first-child .blog_thumbnail {
  float: left;
  width: 100%;
  margin-right: 0;
}
@media (min-width: 768px) {
  .blog_post_box:first-child .blog_thumbnail {
    width: 27%;
    margin-right: 4%;
  }
}
@media (min-width: 1200px) {
  .blog_post_box:first-child .blog_thumbnail {
    width: 25%;
    margin: 0 6% 0 4%;
  }
}
.blog_post_box:first-child .blog_thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog_post_box:first-child .blog_thumbnail img {
    height: 130px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .blog_post_box:first-child .blog_thumbnail img {
    height: 130px;
  }
}
.blog_post_box:first-child .blog_description {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_post_box:first-child .blog_description {
    width: 69%;
  }
}
@media (min-width: 1200px) {
  .blog_post_box:first-child .blog_description {
    width: 58%;
    margin: 0 7% 0 0;
  }
}
.blog_post_box:first-child .blog_date {
  font-size: 1.3rem;
  color: #222;
  text-align: right;
  margin-bottom: 8px;
  float: right;
}
@media (min-width: 768px) {
  .blog_post_box:first-child .blog_date {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .blog_post_box:first-child .blog_date {
    font-size: 1.3rem;
  }
}
.blog_post_box:first-child .blog_category {
  color: #222;
  font-weight: 500;
  font-size: 1.1rem;
  white-space: nowrap;
  display: inline;
  margin-left: 15px;
}
.blog_post_box:first-child .blog_title {
  font-size: 1.6rem;
  color: #af8624;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .blog_post_box:first-child .blog_title {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .blog_post_box:first-child .blog_title {
    font-size: 1.7rem;
  }
}
.blog_post_box:first-child .blog_text {
  font-size: 1.4rem;
  color: #333;
}
@media (min-width: 768px) {
  .blog_post_box:first-child .blog_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .blog_post_box:first-child .blog_text {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .blog_post_box {
    border-top: none;
  }
}
.blog_post_box .blog_post {
  padding: 18px 0;
  position: relative;
  border-top: 2px dotted #c0c0c0;
}
.blog_post_box .blog_post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.blog_post_box .blog_post:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .blog_post_box .blog_post {
    padding: 15px 0;
  }
}
.blog_post_box .blog_post:after {
  content: "";
  display: block;
  clear: both;
}
.blog_post_box .blog_thumbnail {
  float: left;
  width: 27%;
  margin-right: 4%;
}
@media (min-width: 768px) {
  .blog_post_box .blog_thumbnail {
    width: 27%;
    margin-right: 4%;
  }
}
@media (min-width: 1200px) {
  .blog_post_box .blog_thumbnail {
    width: 25%;
    margin: 0 6% 0 4%;
  }
}
.blog_post_box .blog_thumbnail img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .blog_post_box .blog_thumbnail img {
    height: 130px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .blog_post_box .blog_thumbnail img {
    height: 130px;
  }
}
.blog_post_box .blog_description {
  float: left;
  width: 69%;
}
@media (min-width: 768px) {
  .blog_post_box .blog_description {
    width: 69%;
  }
}
@media (min-width: 1200px) {
  .blog_post_box .blog_description {
    width: 58%;
    margin: 0 7% 0 0;
  }
}
.blog_post_box .blog_date {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 8px;
  float: right;
}
@media (min-width: 768px) {
  .blog_post_box .blog_date {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .blog_post_box .blog_date {
    font-size: 1.3rem;
  }
}
.blog_post_box .blog_category {
  color: #222;
  font-weight: 500;
  font-size: 1.1rem;
  white-space: nowrap;
  display: inline;
  margin-left: 15px;
}
.blog_post_box .blog_title {
  font-size: 1.5rem;
  color: #af8624;
  font-weight: 500;
  line-height: 18px;
  margin: 5px 0 10px 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .blog_post_box .blog_title {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .blog_post_box .blog_title {
    font-size: 1.7rem;
  }
}
.blog_post_box .blog_text {
  font-size: 1.3rem;
  color: #333;
}
@media (min-width: 768px) {
  .blog_post_box .blog_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .blog_post_box .blog_text {
    font-size: 1.4rem;
  }
}
.blog_post_box .blog_text::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35d";
  font-size: 1.2rem;
  margin-left: 10px;
  color: #888;
}

.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog-bottom {
  border-bottom: 2px dotted #c0c0c0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.gutters-1 > .col,
.gutters-1 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .gutters-1 > .col,
  .gutters-1 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutters-2 > .col,
.gutters-2 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gutters-2 > .col,
  .gutters-2 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.gutters-3 > .col,
.gutters-3 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .gutters-3 > .col,
  .gutters-3 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.bg-top-msg {
  z-index: -100;
  padding-bottom: 40px;
  background-color: #fffcf7;
  background-image: url("https://www.transparenttextures.com/patterns/transparent-square-tiles.png");
}
@media (min-width: 768px) {
  .bg-top-msg {
    width: 100%;
  }
}

.top-msg {
  position: relative;
  margin: 50px 0 50px 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-msg {
    margin: 80px 0 50px 0;
  }
}
.top-msg p {
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.6;
  display: block;
}
@media (min-width: 768px) {
  .top-msg p {
    font-size: 1.6rem;
    letter-spacing: 3px;
    line-height: 2.2;
  }
}

.top-msg-sub {
  background-color: #f2f8fd;
  border: 1px solid #4f85af;
  padding: 10px 10px;
  margin-bottom: -120px;
}
@media (min-width: 768px) {
  .top-msg-sub {
    text-align: center;
    padding: 20px 10px;
  }
}
.top-msg-sub p {
  margin-bottom: 0;
  color: #4f85af;
}

.event-box {
  border: 1px solid #4f85af;
  background-color: #f2f8fd;
  width: 100%;
  padding: 20px;
  margin-bottom: 70px;
}
.event-box h3 {
  text-align: center;
  font-size: 2.1rem;
  color: #4f85af;
  font-weight: bold;
  margin: 10px 0 15px 0;
}
@media (min-width: 768px) {
  .event-box h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .event-box h3 {
    font-size: 2.6rem;
  }
}

.event-box-sub {
  background-color: #fff;
  padding: 15px 15px 1px 15px;
  margin-bottom: 20px;
  border-top: 3px dotted #4f85af;
  border-bottom: 3px dotted #4f85af;
}
@media (min-width: 768px) {
  .event-box-sub {
    padding: 20px 20px 1px 20px;
  }
}
.event-box-sub p {
  font-size: 1.5rem;
}

.mintyo {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.gyokan-1 {
  line-height: 2.2;
}

.kentei-title h3 {
  border-left: 5px solid #c0c0c0;
  font-size: 2.3rem;
  line-height: 1.8;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #4f85af;
  font-weight: bold;
}

.bg-top-imp {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
}

.top-msg-img1 {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 120px;
  transform: rotate(8deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .top-msg-img1 {
    top: 0;
    left: 50px;
    width: 200px;
  }
}

.top-msg-img3 {
  position: absolute;
  top: 40px;
  left: -10px;
  width: 100px;
  transform: rotate(-8deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .top-msg-img3 {
    top: 145px;
    left: 0;
    width: 130px;
  }
}

.top-msg-img4 {
  position: absolute;
  top: 60px;
  left: 80px;
  width: 80px;
  transform: rotate(8deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .top-msg-img4 {
    top: 220px;
    left: 120px;
    width: 90px;
  }
}

.top-msg-img2 {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 180px;
  transform: rotate(-6deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .top-msg-img2 {
    bottom: -20px;
    right: 0;
    width: 250px;
  }
}

.top-msg-img5 {
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 100px;
  transform: rotate(10deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .top-msg-img5 {
    bottom: 180px;
    right: 0;
    width: 140px;
  }
}

/*# sourceMappingURL=style.css.map */
