html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  tab-size: 4;
  word-break: normal
}
*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat
}
:after, :before {
  -webkit-text-decoration: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  vertical-align: inherit
}
* {
  margin: 0;
  padding: 0
}
hr {
  color: inherit;
  height: 0;
  overflow: visible
}
details, main {
  display: block
}
summary {
  display: list-item
}
small {
  font-size: 80%
}
[hidden] {
  display: none
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
a {
  background-color: rgba(0, 0, 0, 0)
}
a:active, a:hover {
  outline-width: 0
}
code, kbd, pre, samp {
  font-family: monospace, monospace
}
pre {
  font-size: 1em
}
b, strong {
  font-weight: bolder
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  border-color: inherit;
  text-indent: 0
}
iframe {
  border-style: none
}
input {
  border-radius: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  resize: vertical;
  overflow: auto
}
button, input, optgroup, select, textarea {
  font: inherit
}
optgroup {
  font-weight: 700
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
button, input, select, textarea {
  background-color: rgba(0, 0, 0, 0);
  border-style: none
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0
}
select {
  -webkit-appearance: none;
  -moz-appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
legend {
  color: inherit;
  max-width: 100%;
  white-space: normal;
  border: 0;
  display: table
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}
[disabled] {
  cursor: default
}
img {
  border-style: none
}
progress {
  vertical-align: baseline
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
[aria-disabled=true] {
  cursor: default
}
html {
  color: #222;
  font-family: -apple-system, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, sans-serif;
  line-height: 1.75
}
img {
  max-width: 100%;
  vertical-align: bottom
}
body:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/bg.png) 50%/cover no-repeat;
  position: fixed
}
@media screen and (max-width:960px) {
  body:before {
    display: none
  }
}
@media screen and (max-width:768px) {
  body.is-scroll--lock {
    width: 100vw;
    position: fixed;
    overflow: hidden
  }
}
a {
  color: #1667a0;
  text-decoration: underline
}
@media screen and (min-width:960px) {
  a:hover, a:focus {
    text-decoration: none
  }
}
.l-container {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}
.l-container--main {
  width: 960px;
  max-width: 100%;
  background: #fff;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}
@media screen and (max-width:960px) {
  .l-container--main {
    box-shadow: none;
    margin-top: 0
  }
}
@media screen and (max-width:768px) {
  .l-container--main {
    padding: 30px
  }
}
@media screen and (max-width:640px) {
  .l-container--main {
    padding: 15px 15px 30px
  }
}
.l-section {
  margin-top: 60px
}
.c-heading {
  text-align: center;
  margin-bottom: 1.2em;
  padding-bottom: .35em;
  font-size: 2.25rem;
  font-weight: 700;
  position: relative
}
@media screen and (max-width:768px) {
  .c-heading {
    font-size: 1.75rem
  }
}
.c-heading:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #222;
  border-radius: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%)
}
.c-heading--2 {
  color: #fff;
  background: #2f71a1;
  margin-bottom: 1.25em;
  padding: .5em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3
}
@media screen and (max-width:768px) {
  .c-heading--2 {
    font-size: 1.125rem
  }
}
.c-heading--3 {
  align-items: center;
  gap: 1.25em;
  margin-bottom: 1.25em;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex
}
@media screen and (max-width:768px) {
  .c-heading--3 {
    font-size: 1.125rem
  }
}
.c-heading--3:before, .c-heading--3:after {
  content: "";
  height: 1px;
  background: #222;
  flex: auto
}
.c-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5
}
.c-table th, .c-table td {
  border: 1px solid #ccc;
  padding: 10px
}
.c-table th.-col--md, .c-table td.-col--md {
  width: 33%
}
.c-table th.-col--sm, .c-table td.-col--sm {
  width: 200px
}
@media screen and (max-width:768px) {
  .c-table th.-col--sm, .c-table td.-col--sm {
    width: 25%
  }
}
.c-table th {
  background: #e5e5e5
}
.c-table td {
  background: #fff
}
.c-table td:empty {
  background: #e5e5e5
}
.c-table td.-default-bg {
  background: #fff
}
.c-table thead th {
  padding: 5px 10px
}
.c-table tbody th {
  text-align: left
}
.c-list {
  list-style: none
}
.c-list li {
  padding-left: 1.5em;
  position: relative
}
.c-list li + li {
  margin-top: 1em
}
.c-list li:before {
  content: "";
  width: .5em;
  height: .5em;
  background: #222;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: .55em;
  left: 0
}
.c-list.-sm li + li {
  margin-top: .15em
}
.c-btn--link {
  color: #1667a0;
  text-decoration: underline
}
@media screen and (min-width:960px) {
  .c-btn--link {
    text-decoration: none
  }
}
.c-btn--primary {
  color: #fff;
  text-align: center;
  background: linear-gradient(#2d80ba, #1667a0);
  border-radius: 3px;
  padding: 1em 1.5em;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .16)
}
.c-btn--primary:after {
  content: "";
  width: .6em;
  height: .6em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url(../img/icon_rightc6ddbb32.svg) 50%/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%)
}
@media screen and (min-width:960px) {
  .c-btn--primary {
    transition: all .3s
  }
  .c-btn--primary:after {
    transition: inherit
  }
  .c-btn--primary:hover, .c-btn--primary:focus {
    background: linear-gradient(#1667a0, #1667a0);
    box-shadow: 0 0
  }
  .c-btn--primary:hover:after, .c-btn--primary:focus:after {
    transform: translate(5px, -50%)
  }
}
@media screen and (max-width:768px) {
  .c-btn--primary {
    font-size: 1.125rem
  }
}
.c-definitions {
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  display: grid
}
.p-header {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0
}
.p-header__btn {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0
}
@media screen and (min-width:960px) {
  .p-header__btn {
    transition: all .3s
  }
  .p-header__btn:hover, .p-header__btn:focus {
    background: #333
  }
}
@media screen and (max-width:768px) {
  .p-header__btn {
    width: 60px;
    height: 60px
  }
}
.p-header-nav {
  min-height: 100vh;
  width: 400px;
  background: rgba(255, 255, 255, .95);
  padding: 130px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3)
}
@media screen and (max-width:768px) {
  .p-header-nav {
    width: 100vw;
    padding: 80px 0 0
  }
}
.p-header-nav__list {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  list-style: none
}
@media screen and (max-width:768px) {
  .p-header-nav__list {
    border-top: 1px solid #ddd;
    font-size: 1rem
  }
}
.p-header-nav__list a {
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 40px;
  text-decoration: none;
  display: block
}
@media screen and (min-width:960px) {
  .p-header-nav__list a {
    transition: all .3s
  }
  .p-header-nav__list a:hover, .p-header-nav__list a:focus {
    background-color: #ddd
  }
}
@media screen and (max-width:768px) {
  .p-header-nav__list a {
    border-bottom: 1px solid #ddd;
    padding: 20px
  }
}
.p-about__logo {
  text-align: center;
  margin-bottom: 30px
}
@media screen and (max-width:768px) {
  .p-about__logo {
    margin-bottom: 15px
  }
}
.p-about__text {
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2
}
@media screen and (max-width:768px) {
  .p-about__text {
    margin-bottom: 50px;
    font-size: .875rem
  }
}
.p-about-day {
  background: #f4ecd6;
  padding: 50px 30px;
  position: relative
}
@media screen and (max-width:768px) {
  .p-about-day {
    padding: 15px
  }
}
.p-about-day + .p-about-day {
  margin-top: 45px
}
.p-about-day__badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%)
}
@media screen and (max-width:768px) {
  .p-about-day__badge img {
    width: 150px
  }
}
.p-about-day__row {
  gap: 20px;
  display: flex
}
@media screen and (max-width:768px) {
  .p-about-day__row {
    flex-flow: wrap;
    gap: 15px
  }
}
.p-about-day__row + .p-about-day__row {
  margin-top: 30px
}
.p-about-day__row.is-reverse {
  flex-direction: row-reverse
}
.p-about-day__image {
  flex: 0 0 230px
}
@media screen and (max-width:768px) {
  .p-about-day__image {
    text-align: center;
    flex: 0 0 100%
  }
}
@media screen and (max-width:768px) {
  .p-about-day__text {
    font-size: .9375rem
  }
}
.p-about-day__text p + p {
  margin-top: 20px
}
.p-timetable {
  border-bottom: 1px solid #ccc;
  line-height: 1.5
}
.p-timetable__row {
  border-top: 1px solid #ccc;
  padding: 10px;
  display: flex
}
.p-timetable__time {
  border-right: 1px solid #ccc;
  flex: 0 0 8em;
  margin-right: 15px;
  padding-right: 15px
}
.p-timetable__main {
  color: #4b4b4b;
  width: 100%;
  background: #faebc1;
  border-radius: 10px;
  padding: .5em 1em;
  font-weight: 700;
  display: block
}
.p-footer {
  color: #fff;
  background: #222;
  margin-top: 120px;
  padding: 30px 0
}
@media screen and (max-width:960px) {
  .p-footer {
    margin-top: 0
  }
}
@media screen and (max-width:768px) {
  .p-footer {
    padding: 20px 0
  }
}
.u-m--0 {
  margin: 0 !important
}
.u-mt--0 {
  margin-top: 0 !important
}
.u-ml--0 {
  margin-left: 0 !important
}
.u-mr--0 {
  margin-right: 0 !important
}
.u-mb--0 {
  margin-bottom: 0 !important
}
.u-my--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}
.u-mx--0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}
.u-p--0 {
  padding: 0 !important
}
.u-pt--0 {
  padding-top: 0 !important
}
.u-pl--0 {
  padding-left: 0 !important
}
.u-pr--0 {
  padding-right: 0 !important
}
.u-pb--0 {
  padding-bottom: 0 !important
}
.u-py--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}
.u-px--0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}
.u-m--5 {
  margin: .3125rem !important
}
.u-mt--5 {
  margin-top: .3125rem !important
}
.u-ml--5 {
  margin-left: .3125rem !important
}
.u-mr--5 {
  margin-right: .3125rem !important
}
.u-mb--5 {
  margin-bottom: .3125rem !important
}
.u-my--5 {
  margin-top: .3125rem !important;
  margin-bottom: .3125rem !important
}
.u-mx--5 {
  margin-left: .3125rem !important;
  margin-right: .3125rem !important
}
.u-p--5 {
  padding: .3125rem !important
}
.u-pt--5 {
  padding-top: .3125rem !important
}
.u-pl--5 {
  padding-left: .3125rem !important
}
.u-pr--5 {
  padding-right: .3125rem !important
}
.u-pb--5 {
  padding-bottom: .3125rem !important
}
.u-py--5 {
  padding-top: .3125rem !important;
  padding-bottom: .3125rem !important
}
.u-px--5 {
  padding-left: .3125rem !important;
  padding-right: .3125rem !important
}
.u-m--10 {
  margin: .625rem !important
}
.u-mt--10 {
  margin-top: .625rem !important
}
.u-ml--10 {
  margin-left: .625rem !important
}
.u-mr--10 {
  margin-right: .625rem !important
}
.u-mb--10 {
  margin-bottom: .625rem !important
}
.u-my--10 {
  margin-top: .625rem !important;
  margin-bottom: .625rem !important
}
.u-mx--10 {
  margin-left: .625rem !important;
  margin-right: .625rem !important
}
.u-p--10 {
  padding: .625rem !important
}
.u-pt--10 {
  padding-top: .625rem !important
}
.u-pl--10 {
  padding-left: .625rem !important
}
.u-pr--10 {
  padding-right: .625rem !important
}
.u-pb--10 {
  padding-bottom: .625rem !important
}
.u-py--10 {
  padding-top: .625rem !important;
  padding-bottom: .625rem !important
}
.u-px--10 {
  padding-left: .625rem !important;
  padding-right: .625rem !important
}
.u-m--15 {
  margin: .9375rem !important
}
.u-mt--15 {
  margin-top: .9375rem !important
}
.u-ml--15 {
  margin-left: .9375rem !important
}
.u-mr--15 {
  margin-right: .9375rem !important
}
.u-mb--15 {
  margin-bottom: .9375rem !important
}
.u-my--15 {
  margin-top: .9375rem !important;
  margin-bottom: .9375rem !important
}
.u-mx--15 {
  margin-left: .9375rem !important;
  margin-right: .9375rem !important
}
.u-p--15 {
  padding: .9375rem !important
}
.u-pt--15 {
  padding-top: .9375rem !important
}
.u-pl--15 {
  padding-left: .9375rem !important
}
.u-pr--15 {
  padding-right: .9375rem !important
}
.u-pb--15 {
  padding-bottom: .9375rem !important
}
.u-py--15 {
  padding-top: .9375rem !important;
  padding-bottom: .9375rem !important
}
.u-px--15 {
  padding-left: .9375rem !important;
  padding-right: .9375rem !important
}
.u-m--20 {
  margin: 1.25rem !important
}
.u-mt--20 {
  margin-top: 1.25rem !important
}
.u-ml--20 {
  margin-left: 1.25rem !important
}
.u-mr--20 {
  margin-right: 1.25rem !important
}
.u-mb--20 {
  margin-bottom: 1.25rem !important
}
.u-my--20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important
}
.u-mx--20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important
}
.u-p--20 {
  padding: 1.25rem !important
}
.u-pt--20 {
  padding-top: 1.25rem !important
}
.u-pl--20 {
  padding-left: 1.25rem !important
}
.u-pr--20 {
  padding-right: 1.25rem !important
}
.u-pb--20 {
  padding-bottom: 1.25rem !important
}
.u-py--20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important
}
.u-px--20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important
}
.u-m--25 {
  margin: 1.5625rem !important
}
.u-mt--25 {
  margin-top: 1.5625rem !important
}
.u-ml--25 {
  margin-left: 1.5625rem !important
}
.u-mr--25 {
  margin-right: 1.5625rem !important
}
.u-mb--25 {
  margin-bottom: 1.5625rem !important
}
.u-my--25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important
}
.u-mx--25 {
  margin-left: 1.5625rem !important;
  margin-right: 1.5625rem !important
}
.u-p--25 {
  padding: 1.5625rem !important
}
.u-pt--25 {
  padding-top: 1.5625rem !important
}
.u-pl--25 {
  padding-left: 1.5625rem !important
}
.u-pr--25 {
  padding-right: 1.5625rem !important
}
.u-pb--25 {
  padding-bottom: 1.5625rem !important
}
.u-py--25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important
}
.u-px--25 {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important
}
.u-m--30 {
  margin: 1.875rem !important
}
.u-mt--30 {
  margin-top: 1.875rem !important
}
.u-ml--30 {
  margin-left: 1.875rem !important
}
.u-mr--30 {
  margin-right: 1.875rem !important
}
.u-mb--30 {
  margin-bottom: 1.875rem !important
}
.u-my--30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important
}
.u-mx--30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important
}
.u-p--30 {
  padding: 1.875rem !important
}
.u-pt--30 {
  padding-top: 1.875rem !important
}
.u-pl--30 {
  padding-left: 1.875rem !important
}
.u-pr--30 {
  padding-right: 1.875rem !important
}
.u-pb--30 {
  padding-bottom: 1.875rem !important
}
.u-py--30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important
}
.u-px--30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important
}
.u-m--35 {
  margin: 2.1875rem !important
}
.u-mt--35 {
  margin-top: 2.1875rem !important
}
.u-ml--35 {
  margin-left: 2.1875rem !important
}
.u-mr--35 {
  margin-right: 2.1875rem !important
}
.u-mb--35 {
  margin-bottom: 2.1875rem !important
}
.u-my--35 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important
}
.u-mx--35 {
  margin-left: 2.1875rem !important;
  margin-right: 2.1875rem !important
}
.u-p--35 {
  padding: 2.1875rem !important
}
.u-pt--35 {
  padding-top: 2.1875rem !important
}
.u-pl--35 {
  padding-left: 2.1875rem !important
}
.u-pr--35 {
  padding-right: 2.1875rem !important
}
.u-pb--35 {
  padding-bottom: 2.1875rem !important
}
.u-py--35 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important
}
.u-px--35 {
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important
}
.u-m--40 {
  margin: 2.5rem !important
}
.u-mt--40 {
  margin-top: 2.5rem !important
}
.u-ml--40 {
  margin-left: 2.5rem !important
}
.u-mr--40 {
  margin-right: 2.5rem !important
}
.u-mb--40 {
  margin-bottom: 2.5rem !important
}
.u-my--40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important
}
.u-mx--40 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important
}
.u-p--40 {
  padding: 2.5rem !important
}
.u-pt--40 {
  padding-top: 2.5rem !important
}
.u-pl--40 {
  padding-left: 2.5rem !important
}
.u-pr--40 {
  padding-right: 2.5rem !important
}
.u-pb--40 {
  padding-bottom: 2.5rem !important
}
.u-py--40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}
.u-px--40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important
}
.u-m--45 {
  margin: 2.8125rem !important
}
.u-mt--45 {
  margin-top: 2.8125rem !important
}
.u-ml--45 {
  margin-left: 2.8125rem !important
}
.u-mr--45 {
  margin-right: 2.8125rem !important
}
.u-mb--45 {
  margin-bottom: 2.8125rem !important
}
.u-my--45 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important
}
.u-mx--45 {
  margin-left: 2.8125rem !important;
  margin-right: 2.8125rem !important
}
.u-p--45 {
  padding: 2.8125rem !important
}
.u-pt--45 {
  padding-top: 2.8125rem !important
}
.u-pl--45 {
  padding-left: 2.8125rem !important
}
.u-pr--45 {
  padding-right: 2.8125rem !important
}
.u-pb--45 {
  padding-bottom: 2.8125rem !important
}
.u-py--45 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important
}
.u-px--45 {
  padding-left: 2.8125rem !important;
  padding-right: 2.8125rem !important
}
.u-m--50 {
  margin: 3.125rem !important
}
.u-mt--50 {
  margin-top: 3.125rem !important
}
.u-ml--50 {
  margin-left: 3.125rem !important
}
.u-mr--50 {
  margin-right: 3.125rem !important
}
.u-mb--50 {
  margin-bottom: 3.125rem !important
}
.u-my--50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important
}
.u-mx--50 {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important
}
.u-p--50 {
  padding: 3.125rem !important
}
.u-pt--50 {
  padding-top: 3.125rem !important
}
.u-pl--50 {
  padding-left: 3.125rem !important
}
.u-pr--50 {
  padding-right: 3.125rem !important
}
.u-pb--50 {
  padding-bottom: 3.125rem !important
}
.u-py--50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important
}
.u-px--50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important
}
.u-m--55 {
  margin: 3.4375rem !important
}
.u-mt--55 {
  margin-top: 3.4375rem !important
}
.u-ml--55 {
  margin-left: 3.4375rem !important
}
.u-mr--55 {
  margin-right: 3.4375rem !important
}
.u-mb--55 {
  margin-bottom: 3.4375rem !important
}
.u-my--55 {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important
}
.u-mx--55 {
  margin-left: 3.4375rem !important;
  margin-right: 3.4375rem !important
}
.u-p--55 {
  padding: 3.4375rem !important
}
.u-pt--55 {
  padding-top: 3.4375rem !important
}
.u-pl--55 {
  padding-left: 3.4375rem !important
}
.u-pr--55 {
  padding-right: 3.4375rem !important
}
.u-pb--55 {
  padding-bottom: 3.4375rem !important
}
.u-py--55 {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important
}
.u-px--55 {
  padding-left: 3.4375rem !important;
  padding-right: 3.4375rem !important
}
.u-m--60 {
  margin: 3.75rem !important
}
.u-mt--60 {
  margin-top: 3.75rem !important
}
.u-ml--60 {
  margin-left: 3.75rem !important
}
.u-mr--60 {
  margin-right: 3.75rem !important
}
.u-mb--60 {
  margin-bottom: 3.75rem !important
}
.u-my--60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important
}
.u-mx--60 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important
}
.u-p--60 {
  padding: 3.75rem !important
}
.u-pt--60 {
  padding-top: 3.75rem !important
}
.u-pl--60 {
  padding-left: 3.75rem !important
}
.u-pr--60 {
  padding-right: 3.75rem !important
}
.u-pb--60 {
  padding-bottom: 3.75rem !important
}
.u-py--60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important
}
.u-px--60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important
}
.u-m--65 {
  margin: 4.0625rem !important
}
.u-mt--65 {
  margin-top: 4.0625rem !important
}
.u-ml--65 {
  margin-left: 4.0625rem !important
}
.u-mr--65 {
  margin-right: 4.0625rem !important
}
.u-mb--65 {
  margin-bottom: 4.0625rem !important
}
.u-my--65 {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important
}
.u-mx--65 {
  margin-left: 4.0625rem !important;
  margin-right: 4.0625rem !important
}
.u-p--65 {
  padding: 4.0625rem !important
}
.u-pt--65 {
  padding-top: 4.0625rem !important
}
.u-pl--65 {
  padding-left: 4.0625rem !important
}
.u-pr--65 {
  padding-right: 4.0625rem !important
}
.u-pb--65 {
  padding-bottom: 4.0625rem !important
}
.u-py--65 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important
}
.u-px--65 {
  padding-left: 4.0625rem !important;
  padding-right: 4.0625rem !important
}
.u-m--70 {
  margin: 4.375rem !important
}
.u-mt--70 {
  margin-top: 4.375rem !important
}
.u-ml--70 {
  margin-left: 4.375rem !important
}
.u-mr--70 {
  margin-right: 4.375rem !important
}
.u-mb--70 {
  margin-bottom: 4.375rem !important
}
.u-my--70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important
}
.u-mx--70 {
  margin-left: 4.375rem !important;
  margin-right: 4.375rem !important
}
.u-p--70 {
  padding: 4.375rem !important
}
.u-pt--70 {
  padding-top: 4.375rem !important
}
.u-pl--70 {
  padding-left: 4.375rem !important
}
.u-pr--70 {
  padding-right: 4.375rem !important
}
.u-pb--70 {
  padding-bottom: 4.375rem !important
}
.u-py--70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important
}
.u-px--70 {
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important
}
.u-m--75 {
  margin: 4.6875rem !important
}
.u-mt--75 {
  margin-top: 4.6875rem !important
}
.u-ml--75 {
  margin-left: 4.6875rem !important
}
.u-mr--75 {
  margin-right: 4.6875rem !important
}
.u-mb--75 {
  margin-bottom: 4.6875rem !important
}
.u-my--75 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important
}
.u-mx--75 {
  margin-left: 4.6875rem !important;
  margin-right: 4.6875rem !important
}
.u-p--75 {
  padding: 4.6875rem !important
}
.u-pt--75 {
  padding-top: 4.6875rem !important
}
.u-pl--75 {
  padding-left: 4.6875rem !important
}
.u-pr--75 {
  padding-right: 4.6875rem !important
}
.u-pb--75 {
  padding-bottom: 4.6875rem !important
}
.u-py--75 {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important
}
.u-px--75 {
  padding-left: 4.6875rem !important;
  padding-right: 4.6875rem !important
}
.u-m--80 {
  margin: 5rem !important
}
.u-mt--80 {
  margin-top: 5rem !important
}
.u-ml--80 {
  margin-left: 5rem !important
}
.u-mr--80 {
  margin-right: 5rem !important
}
.u-mb--80 {
  margin-bottom: 5rem !important
}
.u-my--80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}
.u-mx--80 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}
.u-p--80 {
  padding: 5rem !important
}
.u-pt--80 {
  padding-top: 5rem !important
}
.u-pl--80 {
  padding-left: 5rem !important
}
.u-pr--80 {
  padding-right: 5rem !important
}
.u-pb--80 {
  padding-bottom: 5rem !important
}
.u-py--80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}
.u-px--80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}
.u-m--85 {
  margin: 5.3125rem !important
}
.u-mt--85 {
  margin-top: 5.3125rem !important
}
.u-ml--85 {
  margin-left: 5.3125rem !important
}
.u-mr--85 {
  margin-right: 5.3125rem !important
}
.u-mb--85 {
  margin-bottom: 5.3125rem !important
}
.u-my--85 {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important
}
.u-mx--85 {
  margin-left: 5.3125rem !important;
  margin-right: 5.3125rem !important
}
.u-p--85 {
  padding: 5.3125rem !important
}
.u-pt--85 {
  padding-top: 5.3125rem !important
}
.u-pl--85 {
  padding-left: 5.3125rem !important
}
.u-pr--85 {
  padding-right: 5.3125rem !important
}
.u-pb--85 {
  padding-bottom: 5.3125rem !important
}
.u-py--85 {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important
}
.u-px--85 {
  padding-left: 5.3125rem !important;
  padding-right: 5.3125rem !important
}
.u-m--90 {
  margin: 5.625rem !important
}
.u-mt--90 {
  margin-top: 5.625rem !important
}
.u-ml--90 {
  margin-left: 5.625rem !important
}
.u-mr--90 {
  margin-right: 5.625rem !important
}
.u-mb--90 {
  margin-bottom: 5.625rem !important
}
.u-my--90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important
}
.u-mx--90 {
  margin-left: 5.625rem !important;
  margin-right: 5.625rem !important
}
.u-p--90 {
  padding: 5.625rem !important
}
.u-pt--90 {
  padding-top: 5.625rem !important
}
.u-pl--90 {
  padding-left: 5.625rem !important
}
.u-pr--90 {
  padding-right: 5.625rem !important
}
.u-pb--90 {
  padding-bottom: 5.625rem !important
}
.u-py--90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important
}
.u-px--90 {
  padding-left: 5.625rem !important;
  padding-right: 5.625rem !important
}
.u-m--95 {
  margin: 5.9375rem !important
}
.u-mt--95 {
  margin-top: 5.9375rem !important
}
.u-ml--95 {
  margin-left: 5.9375rem !important
}
.u-mr--95 {
  margin-right: 5.9375rem !important
}
.u-mb--95 {
  margin-bottom: 5.9375rem !important
}
.u-my--95 {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important
}
.u-mx--95 {
  margin-left: 5.9375rem !important;
  margin-right: 5.9375rem !important
}
.u-p--95 {
  padding: 5.9375rem !important
}
.u-pt--95 {
  padding-top: 5.9375rem !important
}
.u-pl--95 {
  padding-left: 5.9375rem !important
}
.u-pr--95 {
  padding-right: 5.9375rem !important
}
.u-pb--95 {
  padding-bottom: 5.9375rem !important
}
.u-py--95 {
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important
}
.u-px--95 {
  padding-left: 5.9375rem !important;
  padding-right: 5.9375rem !important
}
.u-m--100 {
  margin: 6.25rem !important
}
.u-mt--100 {
  margin-top: 6.25rem !important
}
.u-ml--100 {
  margin-left: 6.25rem !important
}
.u-mr--100 {
  margin-right: 6.25rem !important
}
.u-mb--100 {
  margin-bottom: 6.25rem !important
}
.u-my--100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important
}
.u-mx--100 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important
}
.u-p--100 {
  padding: 6.25rem !important
}
.u-pt--100 {
  padding-top: 6.25rem !important
}
.u-pl--100 {
  padding-left: 6.25rem !important
}
.u-pr--100 {
  padding-right: 6.25rem !important
}
.u-pb--100 {
  padding-bottom: 6.25rem !important
}
.u-py--100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important
}
.u-px--100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important
}
.u-m--105 {
  margin: 6.5625rem !important
}
.u-mt--105 {
  margin-top: 6.5625rem !important
}
.u-ml--105 {
  margin-left: 6.5625rem !important
}
.u-mr--105 {
  margin-right: 6.5625rem !important
}
.u-mb--105 {
  margin-bottom: 6.5625rem !important
}
.u-my--105 {
  margin-top: 6.5625rem !important;
  margin-bottom: 6.5625rem !important
}
.u-mx--105 {
  margin-left: 6.5625rem !important;
  margin-right: 6.5625rem !important
}
.u-p--105 {
  padding: 6.5625rem !important
}
.u-pt--105 {
  padding-top: 6.5625rem !important
}
.u-pl--105 {
  padding-left: 6.5625rem !important
}
.u-pr--105 {
  padding-right: 6.5625rem !important
}
.u-pb--105 {
  padding-bottom: 6.5625rem !important
}
.u-py--105 {
  padding-top: 6.5625rem !important;
  padding-bottom: 6.5625rem !important
}
.u-px--105 {
  padding-left: 6.5625rem !important;
  padding-right: 6.5625rem !important
}
.u-m--110 {
  margin: 6.875rem !important
}
.u-mt--110 {
  margin-top: 6.875rem !important
}
.u-ml--110 {
  margin-left: 6.875rem !important
}
.u-mr--110 {
  margin-right: 6.875rem !important
}
.u-mb--110 {
  margin-bottom: 6.875rem !important
}
.u-my--110 {
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important
}
.u-mx--110 {
  margin-left: 6.875rem !important;
  margin-right: 6.875rem !important
}
.u-p--110 {
  padding: 6.875rem !important
}
.u-pt--110 {
  padding-top: 6.875rem !important
}
.u-pl--110 {
  padding-left: 6.875rem !important
}
.u-pr--110 {
  padding-right: 6.875rem !important
}
.u-pb--110 {
  padding-bottom: 6.875rem !important
}
.u-py--110 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important
}
.u-px--110 {
  padding-left: 6.875rem !important;
  padding-right: 6.875rem !important
}
.u-m--115 {
  margin: 7.1875rem !important
}
.u-mt--115 {
  margin-top: 7.1875rem !important
}
.u-ml--115 {
  margin-left: 7.1875rem !important
}
.u-mr--115 {
  margin-right: 7.1875rem !important
}
.u-mb--115 {
  margin-bottom: 7.1875rem !important
}
.u-my--115 {
  margin-top: 7.1875rem !important;
  margin-bottom: 7.1875rem !important
}
.u-mx--115 {
  margin-left: 7.1875rem !important;
  margin-right: 7.1875rem !important
}
.u-p--115 {
  padding: 7.1875rem !important
}
.u-pt--115 {
  padding-top: 7.1875rem !important
}
.u-pl--115 {
  padding-left: 7.1875rem !important
}
.u-pr--115 {
  padding-right: 7.1875rem !important
}
.u-pb--115 {
  padding-bottom: 7.1875rem !important
}
.u-py--115 {
  padding-top: 7.1875rem !important;
  padding-bottom: 7.1875rem !important
}
.u-px--115 {
  padding-left: 7.1875rem !important;
  padding-right: 7.1875rem !important
}
.u-m--120 {
  margin: 7.5rem !important
}
.u-mt--120 {
  margin-top: 7.5rem !important
}
.u-ml--120 {
  margin-left: 7.5rem !important
}
.u-mr--120 {
  margin-right: 7.5rem !important
}
.u-mb--120 {
  margin-bottom: 7.5rem !important
}
.u-my--120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important
}
.u-mx--120 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important
}
.u-p--120 {
  padding: 7.5rem !important
}
.u-pt--120 {
  padding-top: 7.5rem !important
}
.u-pl--120 {
  padding-left: 7.5rem !important
}
.u-pr--120 {
  padding-right: 7.5rem !important
}
.u-pb--120 {
  padding-bottom: 7.5rem !important
}
.u-py--120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important
}
.u-px--120 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important
}
.u-m--125 {
  margin: 7.8125rem !important
}
.u-mt--125 {
  margin-top: 7.8125rem !important
}
.u-ml--125 {
  margin-left: 7.8125rem !important
}
.u-mr--125 {
  margin-right: 7.8125rem !important
}
.u-mb--125 {
  margin-bottom: 7.8125rem !important
}
.u-my--125 {
  margin-top: 7.8125rem !important;
  margin-bottom: 7.8125rem !important
}
.u-mx--125 {
  margin-left: 7.8125rem !important;
  margin-right: 7.8125rem !important
}
.u-p--125 {
  padding: 7.8125rem !important
}
.u-pt--125 {
  padding-top: 7.8125rem !important
}
.u-pl--125 {
  padding-left: 7.8125rem !important
}
.u-pr--125 {
  padding-right: 7.8125rem !important
}
.u-pb--125 {
  padding-bottom: 7.8125rem !important
}
.u-py--125 {
  padding-top: 7.8125rem !important;
  padding-bottom: 7.8125rem !important
}
.u-px--125 {
  padding-left: 7.8125rem !important;
  padding-right: 7.8125rem !important
}
.u-m--130 {
  margin: 8.125rem !important
}
.u-mt--130 {
  margin-top: 8.125rem !important
}
.u-ml--130 {
  margin-left: 8.125rem !important
}
.u-mr--130 {
  margin-right: 8.125rem !important
}
.u-mb--130 {
  margin-bottom: 8.125rem !important
}
.u-my--130 {
  margin-top: 8.125rem !important;
  margin-bottom: 8.125rem !important
}
.u-mx--130 {
  margin-left: 8.125rem !important;
  margin-right: 8.125rem !important
}
.u-p--130 {
  padding: 8.125rem !important
}
.u-pt--130 {
  padding-top: 8.125rem !important
}
.u-pl--130 {
  padding-left: 8.125rem !important
}
.u-pr--130 {
  padding-right: 8.125rem !important
}
.u-pb--130 {
  padding-bottom: 8.125rem !important
}
.u-py--130 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important
}
.u-px--130 {
  padding-left: 8.125rem !important;
  padding-right: 8.125rem !important
}
.u-m--135 {
  margin: 8.4375rem !important
}
.u-mt--135 {
  margin-top: 8.4375rem !important
}
.u-ml--135 {
  margin-left: 8.4375rem !important
}
.u-mr--135 {
  margin-right: 8.4375rem !important
}
.u-mb--135 {
  margin-bottom: 8.4375rem !important
}
.u-my--135 {
  margin-top: 8.4375rem !important;
  margin-bottom: 8.4375rem !important
}
.u-mx--135 {
  margin-left: 8.4375rem !important;
  margin-right: 8.4375rem !important
}
.u-p--135 {
  padding: 8.4375rem !important
}
.u-pt--135 {
  padding-top: 8.4375rem !important
}
.u-pl--135 {
  padding-left: 8.4375rem !important
}
.u-pr--135 {
  padding-right: 8.4375rem !important
}
.u-pb--135 {
  padding-bottom: 8.4375rem !important
}
.u-py--135 {
  padding-top: 8.4375rem !important;
  padding-bottom: 8.4375rem !important
}
.u-px--135 {
  padding-left: 8.4375rem !important;
  padding-right: 8.4375rem !important
}
.u-m--140 {
  margin: 8.75rem !important
}
.u-mt--140 {
  margin-top: 8.75rem !important
}
.u-ml--140 {
  margin-left: 8.75rem !important
}
.u-mr--140 {
  margin-right: 8.75rem !important
}
.u-mb--140 {
  margin-bottom: 8.75rem !important
}
.u-my--140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important
}
.u-mx--140 {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important
}
.u-p--140 {
  padding: 8.75rem !important
}
.u-pt--140 {
  padding-top: 8.75rem !important
}
.u-pl--140 {
  padding-left: 8.75rem !important
}
.u-pr--140 {
  padding-right: 8.75rem !important
}
.u-pb--140 {
  padding-bottom: 8.75rem !important
}
.u-py--140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important
}
.u-px--140 {
  padding-left: 8.75rem !important;
  padding-right: 8.75rem !important
}
.u-m--145 {
  margin: 9.0625rem !important
}
.u-mt--145 {
  margin-top: 9.0625rem !important
}
.u-ml--145 {
  margin-left: 9.0625rem !important
}
.u-mr--145 {
  margin-right: 9.0625rem !important
}
.u-mb--145 {
  margin-bottom: 9.0625rem !important
}
.u-my--145 {
  margin-top: 9.0625rem !important;
  margin-bottom: 9.0625rem !important
}
.u-mx--145 {
  margin-left: 9.0625rem !important;
  margin-right: 9.0625rem !important
}
.u-p--145 {
  padding: 9.0625rem !important
}
.u-pt--145 {
  padding-top: 9.0625rem !important
}
.u-pl--145 {
  padding-left: 9.0625rem !important
}
.u-pr--145 {
  padding-right: 9.0625rem !important
}
.u-pb--145 {
  padding-bottom: 9.0625rem !important
}
.u-py--145 {
  padding-top: 9.0625rem !important;
  padding-bottom: 9.0625rem !important
}
.u-px--145 {
  padding-left: 9.0625rem !important;
  padding-right: 9.0625rem !important
}
.u-m--150 {
  margin: 9.375rem !important
}
.u-mt--150 {
  margin-top: 9.375rem !important
}
.u-ml--150 {
  margin-left: 9.375rem !important
}
.u-mr--150 {
  margin-right: 9.375rem !important
}
.u-mb--150 {
  margin-bottom: 9.375rem !important
}
.u-my--150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important
}
.u-mx--150 {
  margin-left: 9.375rem !important;
  margin-right: 9.375rem !important
}
.u-p--150 {
  padding: 9.375rem !important
}
.u-pt--150 {
  padding-top: 9.375rem !important
}
.u-pl--150 {
  padding-left: 9.375rem !important
}
.u-pr--150 {
  padding-right: 9.375rem !important
}
.u-pb--150 {
  padding-bottom: 9.375rem !important
}
.u-py--150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important
}
.u-px--150 {
  padding-left: 9.375rem !important;
  padding-right: 9.375rem !important
}
@media screen and (min-width:640px) {
  .u-m-sm--0 {
    margin: 0 !important
  }
  .u-mt-sm--0 {
    margin-top: 0 !important
  }
  .u-ml-sm--0 {
    margin-left: 0 !important
  }
  .u-mr-sm--0 {
    margin-right: 0 !important
  }
  .u-mb-sm--0 {
    margin-bottom: 0 !important
  }
  .u-my-sm--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
  .u-mx-sm--0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .u-p-sm--0 {
    padding: 0 !important
  }
  .u-pt-sm--0 {
    padding-top: 0 !important
  }
  .u-pl-sm--0 {
    padding-left: 0 !important
  }
  .u-pr-sm--0 {
    padding-right: 0 !important
  }
  .u-pb-sm--0 {
    padding-bottom: 0 !important
  }
  .u-py-sm--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }
  .u-px-sm--0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .u-m-sm--5 {
    margin: .3125rem !important
  }
  .u-mt-sm--5 {
    margin-top: .3125rem !important
  }
  .u-ml-sm--5 {
    margin-left: .3125rem !important
  }
  .u-mr-sm--5 {
    margin-right: .3125rem !important
  }
  .u-mb-sm--5 {
    margin-bottom: .3125rem !important
  }
  .u-my-sm--5 {
    margin-top: .3125rem !important;
    margin-bottom: .3125rem !important
  }
  .u-mx-sm--5 {
    margin-left: .3125rem !important;
    margin-right: .3125rem !important
  }
  .u-p-sm--5 {
    padding: .3125rem !important
  }
  .u-pt-sm--5 {
    padding-top: .3125rem !important
  }
  .u-pl-sm--5 {
    padding-left: .3125rem !important
  }
  .u-pr-sm--5 {
    padding-right: .3125rem !important
  }
  .u-pb-sm--5 {
    padding-bottom: .3125rem !important
  }
  .u-py-sm--5 {
    padding-top: .3125rem !important;
    padding-bottom: .3125rem !important
  }
  .u-px-sm--5 {
    padding-left: .3125rem !important;
    padding-right: .3125rem !important
  }
  .u-m-sm--10 {
    margin: .625rem !important
  }
  .u-mt-sm--10 {
    margin-top: .625rem !important
  }
  .u-ml-sm--10 {
    margin-left: .625rem !important
  }
  .u-mr-sm--10 {
    margin-right: .625rem !important
  }
  .u-mb-sm--10 {
    margin-bottom: .625rem !important
  }
  .u-my-sm--10 {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important
  }
  .u-mx-sm--10 {
    margin-left: .625rem !important;
    margin-right: .625rem !important
  }
  .u-p-sm--10 {
    padding: .625rem !important
  }
  .u-pt-sm--10 {
    padding-top: .625rem !important
  }
  .u-pl-sm--10 {
    padding-left: .625rem !important
  }
  .u-pr-sm--10 {
    padding-right: .625rem !important
  }
  .u-pb-sm--10 {
    padding-bottom: .625rem !important
  }
  .u-py-sm--10 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important
  }
  .u-px-sm--10 {
    padding-left: .625rem !important;
    padding-right: .625rem !important
  }
  .u-m-sm--15 {
    margin: .9375rem !important
  }
  .u-mt-sm--15 {
    margin-top: .9375rem !important
  }
  .u-ml-sm--15 {
    margin-left: .9375rem !important
  }
  .u-mr-sm--15 {
    margin-right: .9375rem !important
  }
  .u-mb-sm--15 {
    margin-bottom: .9375rem !important
  }
  .u-my-sm--15 {
    margin-top: .9375rem !important;
    margin-bottom: .9375rem !important
  }
  .u-mx-sm--15 {
    margin-left: .9375rem !important;
    margin-right: .9375rem !important
  }
  .u-p-sm--15 {
    padding: .9375rem !important
  }
  .u-pt-sm--15 {
    padding-top: .9375rem !important
  }
  .u-pl-sm--15 {
    padding-left: .9375rem !important
  }
  .u-pr-sm--15 {
    padding-right: .9375rem !important
  }
  .u-pb-sm--15 {
    padding-bottom: .9375rem !important
  }
  .u-py-sm--15 {
    padding-top: .9375rem !important;
    padding-bottom: .9375rem !important
  }
  .u-px-sm--15 {
    padding-left: .9375rem !important;
    padding-right: .9375rem !important
  }
  .u-m-sm--20 {
    margin: 1.25rem !important
  }
  .u-mt-sm--20 {
    margin-top: 1.25rem !important
  }
  .u-ml-sm--20 {
    margin-left: 1.25rem !important
  }
  .u-mr-sm--20 {
    margin-right: 1.25rem !important
  }
  .u-mb-sm--20 {
    margin-bottom: 1.25rem !important
  }
  .u-my-sm--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }
  .u-mx-sm--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }
  .u-p-sm--20 {
    padding: 1.25rem !important
  }
  .u-pt-sm--20 {
    padding-top: 1.25rem !important
  }
  .u-pl-sm--20 {
    padding-left: 1.25rem !important
  }
  .u-pr-sm--20 {
    padding-right: 1.25rem !important
  }
  .u-pb-sm--20 {
    padding-bottom: 1.25rem !important
  }
  .u-py-sm--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }
  .u-px-sm--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }
  .u-m-sm--25 {
    margin: 1.5625rem !important
  }
  .u-mt-sm--25 {
    margin-top: 1.5625rem !important
  }
  .u-ml-sm--25 {
    margin-left: 1.5625rem !important
  }
  .u-mr-sm--25 {
    margin-right: 1.5625rem !important
  }
  .u-mb-sm--25 {
    margin-bottom: 1.5625rem !important
  }
  .u-my-sm--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important
  }
  .u-mx-sm--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important
  }
  .u-p-sm--25 {
    padding: 1.5625rem !important
  }
  .u-pt-sm--25 {
    padding-top: 1.5625rem !important
  }
  .u-pl-sm--25 {
    padding-left: 1.5625rem !important
  }
  .u-pr-sm--25 {
    padding-right: 1.5625rem !important
  }
  .u-pb-sm--25 {
    padding-bottom: 1.5625rem !important
  }
  .u-py-sm--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important
  }
  .u-px-sm--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important
  }
  .u-m-sm--30 {
    margin: 1.875rem !important
  }
  .u-mt-sm--30 {
    margin-top: 1.875rem !important
  }
  .u-ml-sm--30 {
    margin-left: 1.875rem !important
  }
  .u-mr-sm--30 {
    margin-right: 1.875rem !important
  }
  .u-mb-sm--30 {
    margin-bottom: 1.875rem !important
  }
  .u-my-sm--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important
  }
  .u-mx-sm--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important
  }
  .u-p-sm--30 {
    padding: 1.875rem !important
  }
  .u-pt-sm--30 {
    padding-top: 1.875rem !important
  }
  .u-pl-sm--30 {
    padding-left: 1.875rem !important
  }
  .u-pr-sm--30 {
    padding-right: 1.875rem !important
  }
  .u-pb-sm--30 {
    padding-bottom: 1.875rem !important
  }
  .u-py-sm--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important
  }
  .u-px-sm--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important
  }
  .u-m-sm--35 {
    margin: 2.1875rem !important
  }
  .u-mt-sm--35 {
    margin-top: 2.1875rem !important
  }
  .u-ml-sm--35 {
    margin-left: 2.1875rem !important
  }
  .u-mr-sm--35 {
    margin-right: 2.1875rem !important
  }
  .u-mb-sm--35 {
    margin-bottom: 2.1875rem !important
  }
  .u-my-sm--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important
  }
  .u-mx-sm--35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important
  }
  .u-p-sm--35 {
    padding: 2.1875rem !important
  }
  .u-pt-sm--35 {
    padding-top: 2.1875rem !important
  }
  .u-pl-sm--35 {
    padding-left: 2.1875rem !important
  }
  .u-pr-sm--35 {
    padding-right: 2.1875rem !important
  }
  .u-pb-sm--35 {
    padding-bottom: 2.1875rem !important
  }
  .u-py-sm--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important
  }
  .u-px-sm--35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important
  }
  .u-m-sm--40 {
    margin: 2.5rem !important
  }
  .u-mt-sm--40 {
    margin-top: 2.5rem !important
  }
  .u-ml-sm--40 {
    margin-left: 2.5rem !important
  }
  .u-mr-sm--40 {
    margin-right: 2.5rem !important
  }
  .u-mb-sm--40 {
    margin-bottom: 2.5rem !important
  }
  .u-my-sm--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }
  .u-mx-sm--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }
  .u-p-sm--40 {
    padding: 2.5rem !important
  }
  .u-pt-sm--40 {
    padding-top: 2.5rem !important
  }
  .u-pl-sm--40 {
    padding-left: 2.5rem !important
  }
  .u-pr-sm--40 {
    padding-right: 2.5rem !important
  }
  .u-pb-sm--40 {
    padding-bottom: 2.5rem !important
  }
  .u-py-sm--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }
  .u-px-sm--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }
  .u-m-sm--45 {
    margin: 2.8125rem !important
  }
  .u-mt-sm--45 {
    margin-top: 2.8125rem !important
  }
  .u-ml-sm--45 {
    margin-left: 2.8125rem !important
  }
  .u-mr-sm--45 {
    margin-right: 2.8125rem !important
  }
  .u-mb-sm--45 {
    margin-bottom: 2.8125rem !important
  }
  .u-my-sm--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important
  }
  .u-mx-sm--45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important
  }
  .u-p-sm--45 {
    padding: 2.8125rem !important
  }
  .u-pt-sm--45 {
    padding-top: 2.8125rem !important
  }
  .u-pl-sm--45 {
    padding-left: 2.8125rem !important
  }
  .u-pr-sm--45 {
    padding-right: 2.8125rem !important
  }
  .u-pb-sm--45 {
    padding-bottom: 2.8125rem !important
  }
  .u-py-sm--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important
  }
  .u-px-sm--45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important
  }
  .u-m-sm--50 {
    margin: 3.125rem !important
  }
  .u-mt-sm--50 {
    margin-top: 3.125rem !important
  }
  .u-ml-sm--50 {
    margin-left: 3.125rem !important
  }
  .u-mr-sm--50 {
    margin-right: 3.125rem !important
  }
  .u-mb-sm--50 {
    margin-bottom: 3.125rem !important
  }
  .u-my-sm--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important
  }
  .u-mx-sm--50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important
  }
  .u-p-sm--50 {
    padding: 3.125rem !important
  }
  .u-pt-sm--50 {
    padding-top: 3.125rem !important
  }
  .u-pl-sm--50 {
    padding-left: 3.125rem !important
  }
  .u-pr-sm--50 {
    padding-right: 3.125rem !important
  }
  .u-pb-sm--50 {
    padding-bottom: 3.125rem !important
  }
  .u-py-sm--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important
  }
  .u-px-sm--50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important
  }
  .u-m-sm--55 {
    margin: 3.4375rem !important
  }
  .u-mt-sm--55 {
    margin-top: 3.4375rem !important
  }
  .u-ml-sm--55 {
    margin-left: 3.4375rem !important
  }
  .u-mr-sm--55 {
    margin-right: 3.4375rem !important
  }
  .u-mb-sm--55 {
    margin-bottom: 3.4375rem !important
  }
  .u-my-sm--55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important
  }
  .u-mx-sm--55 {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important
  }
  .u-p-sm--55 {
    padding: 3.4375rem !important
  }
  .u-pt-sm--55 {
    padding-top: 3.4375rem !important
  }
  .u-pl-sm--55 {
    padding-left: 3.4375rem !important
  }
  .u-pr-sm--55 {
    padding-right: 3.4375rem !important
  }
  .u-pb-sm--55 {
    padding-bottom: 3.4375rem !important
  }
  .u-py-sm--55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important
  }
  .u-px-sm--55 {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important
  }
  .u-m-sm--60 {
    margin: 3.75rem !important
  }
  .u-mt-sm--60 {
    margin-top: 3.75rem !important
  }
  .u-ml-sm--60 {
    margin-left: 3.75rem !important
  }
  .u-mr-sm--60 {
    margin-right: 3.75rem !important
  }
  .u-mb-sm--60 {
    margin-bottom: 3.75rem !important
  }
  .u-my-sm--60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important
  }
  .u-mx-sm--60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important
  }
  .u-p-sm--60 {
    padding: 3.75rem !important
  }
  .u-pt-sm--60 {
    padding-top: 3.75rem !important
  }
  .u-pl-sm--60 {
    padding-left: 3.75rem !important
  }
  .u-pr-sm--60 {
    padding-right: 3.75rem !important
  }
  .u-pb-sm--60 {
    padding-bottom: 3.75rem !important
  }
  .u-py-sm--60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important
  }
  .u-px-sm--60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important
  }
  .u-m-sm--65 {
    margin: 4.0625rem !important
  }
  .u-mt-sm--65 {
    margin-top: 4.0625rem !important
  }
  .u-ml-sm--65 {
    margin-left: 4.0625rem !important
  }
  .u-mr-sm--65 {
    margin-right: 4.0625rem !important
  }
  .u-mb-sm--65 {
    margin-bottom: 4.0625rem !important
  }
  .u-my-sm--65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important
  }
  .u-mx-sm--65 {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important
  }
  .u-p-sm--65 {
    padding: 4.0625rem !important
  }
  .u-pt-sm--65 {
    padding-top: 4.0625rem !important
  }
  .u-pl-sm--65 {
    padding-left: 4.0625rem !important
  }
  .u-pr-sm--65 {
    padding-right: 4.0625rem !important
  }
  .u-pb-sm--65 {
    padding-bottom: 4.0625rem !important
  }
  .u-py-sm--65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important
  }
  .u-px-sm--65 {
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important
  }
  .u-m-sm--70 {
    margin: 4.375rem !important
  }
  .u-mt-sm--70 {
    margin-top: 4.375rem !important
  }
  .u-ml-sm--70 {
    margin-left: 4.375rem !important
  }
  .u-mr-sm--70 {
    margin-right: 4.375rem !important
  }
  .u-mb-sm--70 {
    margin-bottom: 4.375rem !important
  }
  .u-my-sm--70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important
  }
  .u-mx-sm--70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important
  }
  .u-p-sm--70 {
    padding: 4.375rem !important
  }
  .u-pt-sm--70 {
    padding-top: 4.375rem !important
  }
  .u-pl-sm--70 {
    padding-left: 4.375rem !important
  }
  .u-pr-sm--70 {
    padding-right: 4.375rem !important
  }
  .u-pb-sm--70 {
    padding-bottom: 4.375rem !important
  }
  .u-py-sm--70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important
  }
  .u-px-sm--70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important
  }
  .u-m-sm--75 {
    margin: 4.6875rem !important
  }
  .u-mt-sm--75 {
    margin-top: 4.6875rem !important
  }
  .u-ml-sm--75 {
    margin-left: 4.6875rem !important
  }
  .u-mr-sm--75 {
    margin-right: 4.6875rem !important
  }
  .u-mb-sm--75 {
    margin-bottom: 4.6875rem !important
  }
  .u-my-sm--75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important
  }
  .u-mx-sm--75 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important
  }
  .u-p-sm--75 {
    padding: 4.6875rem !important
  }
  .u-pt-sm--75 {
    padding-top: 4.6875rem !important
  }
  .u-pl-sm--75 {
    padding-left: 4.6875rem !important
  }
  .u-pr-sm--75 {
    padding-right: 4.6875rem !important
  }
  .u-pb-sm--75 {
    padding-bottom: 4.6875rem !important
  }
  .u-py-sm--75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important
  }
  .u-px-sm--75 {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important
  }
  .u-m-sm--80 {
    margin: 5rem !important
  }
  .u-mt-sm--80 {
    margin-top: 5rem !important
  }
  .u-ml-sm--80 {
    margin-left: 5rem !important
  }
  .u-mr-sm--80 {
    margin-right: 5rem !important
  }
  .u-mb-sm--80 {
    margin-bottom: 5rem !important
  }
  .u-my-sm--80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }
  .u-mx-sm--80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }
  .u-p-sm--80 {
    padding: 5rem !important
  }
  .u-pt-sm--80 {
    padding-top: 5rem !important
  }
  .u-pl-sm--80 {
    padding-left: 5rem !important
  }
  .u-pr-sm--80 {
    padding-right: 5rem !important
  }
  .u-pb-sm--80 {
    padding-bottom: 5rem !important
  }
  .u-py-sm--80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }
  .u-px-sm--80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }
  .u-m-sm--85 {
    margin: 5.3125rem !important
  }
  .u-mt-sm--85 {
    margin-top: 5.3125rem !important
  }
  .u-ml-sm--85 {
    margin-left: 5.3125rem !important
  }
  .u-mr-sm--85 {
    margin-right: 5.3125rem !important
  }
  .u-mb-sm--85 {
    margin-bottom: 5.3125rem !important
  }
  .u-my-sm--85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important
  }
  .u-mx-sm--85 {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important
  }
  .u-p-sm--85 {
    padding: 5.3125rem !important
  }
  .u-pt-sm--85 {
    padding-top: 5.3125rem !important
  }
  .u-pl-sm--85 {
    padding-left: 5.3125rem !important
  }
  .u-pr-sm--85 {
    padding-right: 5.3125rem !important
  }
  .u-pb-sm--85 {
    padding-bottom: 5.3125rem !important
  }
  .u-py-sm--85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important
  }
  .u-px-sm--85 {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important
  }
  .u-m-sm--90 {
    margin: 5.625rem !important
  }
  .u-mt-sm--90 {
    margin-top: 5.625rem !important
  }
  .u-ml-sm--90 {
    margin-left: 5.625rem !important
  }
  .u-mr-sm--90 {
    margin-right: 5.625rem !important
  }
  .u-mb-sm--90 {
    margin-bottom: 5.625rem !important
  }
  .u-my-sm--90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important
  }
  .u-mx-sm--90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important
  }
  .u-p-sm--90 {
    padding: 5.625rem !important
  }
  .u-pt-sm--90 {
    padding-top: 5.625rem !important
  }
  .u-pl-sm--90 {
    padding-left: 5.625rem !important
  }
  .u-pr-sm--90 {
    padding-right: 5.625rem !important
  }
  .u-pb-sm--90 {
    padding-bottom: 5.625rem !important
  }
  .u-py-sm--90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important
  }
  .u-px-sm--90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important
  }
  .u-m-sm--95 {
    margin: 5.9375rem !important
  }
  .u-mt-sm--95 {
    margin-top: 5.9375rem !important
  }
  .u-ml-sm--95 {
    margin-left: 5.9375rem !important
  }
  .u-mr-sm--95 {
    margin-right: 5.9375rem !important
  }
  .u-mb-sm--95 {
    margin-bottom: 5.9375rem !important
  }
  .u-my-sm--95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important
  }
  .u-mx-sm--95 {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important
  }
  .u-p-sm--95 {
    padding: 5.9375rem !important
  }
  .u-pt-sm--95 {
    padding-top: 5.9375rem !important
  }
  .u-pl-sm--95 {
    padding-left: 5.9375rem !important
  }
  .u-pr-sm--95 {
    padding-right: 5.9375rem !important
  }
  .u-pb-sm--95 {
    padding-bottom: 5.9375rem !important
  }
  .u-py-sm--95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important
  }
  .u-px-sm--95 {
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important
  }
  .u-m-sm--100 {
    margin: 6.25rem !important
  }
  .u-mt-sm--100 {
    margin-top: 6.25rem !important
  }
  .u-ml-sm--100 {
    margin-left: 6.25rem !important
  }
  .u-mr-sm--100 {
    margin-right: 6.25rem !important
  }
  .u-mb-sm--100 {
    margin-bottom: 6.25rem !important
  }
  .u-my-sm--100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important
  }
  .u-mx-sm--100 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important
  }
  .u-p-sm--100 {
    padding: 6.25rem !important
  }
  .u-pt-sm--100 {
    padding-top: 6.25rem !important
  }
  .u-pl-sm--100 {
    padding-left: 6.25rem !important
  }
  .u-pr-sm--100 {
    padding-right: 6.25rem !important
  }
  .u-pb-sm--100 {
    padding-bottom: 6.25rem !important
  }
  .u-py-sm--100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important
  }
  .u-px-sm--100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important
  }
  .u-m-sm--105 {
    margin: 6.5625rem !important
  }
  .u-mt-sm--105 {
    margin-top: 6.5625rem !important
  }
  .u-ml-sm--105 {
    margin-left: 6.5625rem !important
  }
  .u-mr-sm--105 {
    margin-right: 6.5625rem !important
  }
  .u-mb-sm--105 {
    margin-bottom: 6.5625rem !important
  }
  .u-my-sm--105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important
  }
  .u-mx-sm--105 {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important
  }
  .u-p-sm--105 {
    padding: 6.5625rem !important
  }
  .u-pt-sm--105 {
    padding-top: 6.5625rem !important
  }
  .u-pl-sm--105 {
    padding-left: 6.5625rem !important
  }
  .u-pr-sm--105 {
    padding-right: 6.5625rem !important
  }
  .u-pb-sm--105 {
    padding-bottom: 6.5625rem !important
  }
  .u-py-sm--105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important
  }
  .u-px-sm--105 {
    padding-left: 6.5625rem !important;
    padding-right: 6.5625rem !important
  }
  .u-m-sm--110 {
    margin: 6.875rem !important
  }
  .u-mt-sm--110 {
    margin-top: 6.875rem !important
  }
  .u-ml-sm--110 {
    margin-left: 6.875rem !important
  }
  .u-mr-sm--110 {
    margin-right: 6.875rem !important
  }
  .u-mb-sm--110 {
    margin-bottom: 6.875rem !important
  }
  .u-my-sm--110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important
  }
  .u-mx-sm--110 {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important
  }
  .u-p-sm--110 {
    padding: 6.875rem !important
  }
  .u-pt-sm--110 {
    padding-top: 6.875rem !important
  }
  .u-pl-sm--110 {
    padding-left: 6.875rem !important
  }
  .u-pr-sm--110 {
    padding-right: 6.875rem !important
  }
  .u-pb-sm--110 {
    padding-bottom: 6.875rem !important
  }
  .u-py-sm--110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important
  }
  .u-px-sm--110 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important
  }
  .u-m-sm--115 {
    margin: 7.1875rem !important
  }
  .u-mt-sm--115 {
    margin-top: 7.1875rem !important
  }
  .u-ml-sm--115 {
    margin-left: 7.1875rem !important
  }
  .u-mr-sm--115 {
    margin-right: 7.1875rem !important
  }
  .u-mb-sm--115 {
    margin-bottom: 7.1875rem !important
  }
  .u-my-sm--115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important
  }
  .u-mx-sm--115 {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important
  }
  .u-p-sm--115 {
    padding: 7.1875rem !important
  }
  .u-pt-sm--115 {
    padding-top: 7.1875rem !important
  }
  .u-pl-sm--115 {
    padding-left: 7.1875rem !important
  }
  .u-pr-sm--115 {
    padding-right: 7.1875rem !important
  }
  .u-pb-sm--115 {
    padding-bottom: 7.1875rem !important
  }
  .u-py-sm--115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important
  }
  .u-px-sm--115 {
    padding-left: 7.1875rem !important;
    padding-right: 7.1875rem !important
  }
  .u-m-sm--120 {
    margin: 7.5rem !important
  }
  .u-mt-sm--120 {
    margin-top: 7.5rem !important
  }
  .u-ml-sm--120 {
    margin-left: 7.5rem !important
  }
  .u-mr-sm--120 {
    margin-right: 7.5rem !important
  }
  .u-mb-sm--120 {
    margin-bottom: 7.5rem !important
  }
  .u-my-sm--120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important
  }
  .u-mx-sm--120 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }
  .u-p-sm--120 {
    padding: 7.5rem !important
  }
  .u-pt-sm--120 {
    padding-top: 7.5rem !important
  }
  .u-pl-sm--120 {
    padding-left: 7.5rem !important
  }
  .u-pr-sm--120 {
    padding-right: 7.5rem !important
  }
  .u-pb-sm--120 {
    padding-bottom: 7.5rem !important
  }
  .u-py-sm--120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important
  }
  .u-px-sm--120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }
  .u-m-sm--125 {
    margin: 7.8125rem !important
  }
  .u-mt-sm--125 {
    margin-top: 7.8125rem !important
  }
  .u-ml-sm--125 {
    margin-left: 7.8125rem !important
  }
  .u-mr-sm--125 {
    margin-right: 7.8125rem !important
  }
  .u-mb-sm--125 {
    margin-bottom: 7.8125rem !important
  }
  .u-my-sm--125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important
  }
  .u-mx-sm--125 {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important
  }
  .u-p-sm--125 {
    padding: 7.8125rem !important
  }
  .u-pt-sm--125 {
    padding-top: 7.8125rem !important
  }
  .u-pl-sm--125 {
    padding-left: 7.8125rem !important
  }
  .u-pr-sm--125 {
    padding-right: 7.8125rem !important
  }
  .u-pb-sm--125 {
    padding-bottom: 7.8125rem !important
  }
  .u-py-sm--125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important
  }
  .u-px-sm--125 {
    padding-left: 7.8125rem !important;
    padding-right: 7.8125rem !important
  }
  .u-m-sm--130 {
    margin: 8.125rem !important
  }
  .u-mt-sm--130 {
    margin-top: 8.125rem !important
  }
  .u-ml-sm--130 {
    margin-left: 8.125rem !important
  }
  .u-mr-sm--130 {
    margin-right: 8.125rem !important
  }
  .u-mb-sm--130 {
    margin-bottom: 8.125rem !important
  }
  .u-my-sm--130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important
  }
  .u-mx-sm--130 {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important
  }
  .u-p-sm--130 {
    padding: 8.125rem !important
  }
  .u-pt-sm--130 {
    padding-top: 8.125rem !important
  }
  .u-pl-sm--130 {
    padding-left: 8.125rem !important
  }
  .u-pr-sm--130 {
    padding-right: 8.125rem !important
  }
  .u-pb-sm--130 {
    padding-bottom: 8.125rem !important
  }
  .u-py-sm--130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important
  }
  .u-px-sm--130 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important
  }
  .u-m-sm--135 {
    margin: 8.4375rem !important
  }
  .u-mt-sm--135 {
    margin-top: 8.4375rem !important
  }
  .u-ml-sm--135 {
    margin-left: 8.4375rem !important
  }
  .u-mr-sm--135 {
    margin-right: 8.4375rem !important
  }
  .u-mb-sm--135 {
    margin-bottom: 8.4375rem !important
  }
  .u-my-sm--135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important
  }
  .u-mx-sm--135 {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important
  }
  .u-p-sm--135 {
    padding: 8.4375rem !important
  }
  .u-pt-sm--135 {
    padding-top: 8.4375rem !important
  }
  .u-pl-sm--135 {
    padding-left: 8.4375rem !important
  }
  .u-pr-sm--135 {
    padding-right: 8.4375rem !important
  }
  .u-pb-sm--135 {
    padding-bottom: 8.4375rem !important
  }
  .u-py-sm--135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important
  }
  .u-px-sm--135 {
    padding-left: 8.4375rem !important;
    padding-right: 8.4375rem !important
  }
  .u-m-sm--140 {
    margin: 8.75rem !important
  }
  .u-mt-sm--140 {
    margin-top: 8.75rem !important
  }
  .u-ml-sm--140 {
    margin-left: 8.75rem !important
  }
  .u-mr-sm--140 {
    margin-right: 8.75rem !important
  }
  .u-mb-sm--140 {
    margin-bottom: 8.75rem !important
  }
  .u-my-sm--140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important
  }
  .u-mx-sm--140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important
  }
  .u-p-sm--140 {
    padding: 8.75rem !important
  }
  .u-pt-sm--140 {
    padding-top: 8.75rem !important
  }
  .u-pl-sm--140 {
    padding-left: 8.75rem !important
  }
  .u-pr-sm--140 {
    padding-right: 8.75rem !important
  }
  .u-pb-sm--140 {
    padding-bottom: 8.75rem !important
  }
  .u-py-sm--140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important
  }
  .u-px-sm--140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important
  }
  .u-m-sm--145 {
    margin: 9.0625rem !important
  }
  .u-mt-sm--145 {
    margin-top: 9.0625rem !important
  }
  .u-ml-sm--145 {
    margin-left: 9.0625rem !important
  }
  .u-mr-sm--145 {
    margin-right: 9.0625rem !important
  }
  .u-mb-sm--145 {
    margin-bottom: 9.0625rem !important
  }
  .u-my-sm--145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important
  }
  .u-mx-sm--145 {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important
  }
  .u-p-sm--145 {
    padding: 9.0625rem !important
  }
  .u-pt-sm--145 {
    padding-top: 9.0625rem !important
  }
  .u-pl-sm--145 {
    padding-left: 9.0625rem !important
  }
  .u-pr-sm--145 {
    padding-right: 9.0625rem !important
  }
  .u-pb-sm--145 {
    padding-bottom: 9.0625rem !important
  }
  .u-py-sm--145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important
  }
  .u-px-sm--145 {
    padding-left: 9.0625rem !important;
    padding-right: 9.0625rem !important
  }
  .u-m-sm--150 {
    margin: 9.375rem !important
  }
  .u-mt-sm--150 {
    margin-top: 9.375rem !important
  }
  .u-ml-sm--150 {
    margin-left: 9.375rem !important
  }
  .u-mr-sm--150 {
    margin-right: 9.375rem !important
  }
  .u-mb-sm--150 {
    margin-bottom: 9.375rem !important
  }
  .u-my-sm--150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important
  }
  .u-mx-sm--150 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important
  }
  .u-p-sm--150 {
    padding: 9.375rem !important
  }
  .u-pt-sm--150 {
    padding-top: 9.375rem !important
  }
  .u-pl-sm--150 {
    padding-left: 9.375rem !important
  }
  .u-pr-sm--150 {
    padding-right: 9.375rem !important
  }
  .u-pb-sm--150 {
    padding-bottom: 9.375rem !important
  }
  .u-py-sm--150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important
  }
  .u-px-sm--150 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important
  }
}
@media screen and (min-width:768px) {
  .u-m-md--0 {
    margin: 0 !important
  }
  .u-mt-md--0 {
    margin-top: 0 !important
  }
  .u-ml-md--0 {
    margin-left: 0 !important
  }
  .u-mr-md--0 {
    margin-right: 0 !important
  }
  .u-mb-md--0 {
    margin-bottom: 0 !important
  }
  .u-my-md--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
  .u-mx-md--0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .u-p-md--0 {
    padding: 0 !important
  }
  .u-pt-md--0 {
    padding-top: 0 !important
  }
  .u-pl-md--0 {
    padding-left: 0 !important
  }
  .u-pr-md--0 {
    padding-right: 0 !important
  }
  .u-pb-md--0 {
    padding-bottom: 0 !important
  }
  .u-py-md--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }
  .u-px-md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .u-m-md--5 {
    margin: .3125rem !important
  }
  .u-mt-md--5 {
    margin-top: .3125rem !important
  }
  .u-ml-md--5 {
    margin-left: .3125rem !important
  }
  .u-mr-md--5 {
    margin-right: .3125rem !important
  }
  .u-mb-md--5 {
    margin-bottom: .3125rem !important
  }
  .u-my-md--5 {
    margin-top: .3125rem !important;
    margin-bottom: .3125rem !important
  }
  .u-mx-md--5 {
    margin-left: .3125rem !important;
    margin-right: .3125rem !important
  }
  .u-p-md--5 {
    padding: .3125rem !important
  }
  .u-pt-md--5 {
    padding-top: .3125rem !important
  }
  .u-pl-md--5 {
    padding-left: .3125rem !important
  }
  .u-pr-md--5 {
    padding-right: .3125rem !important
  }
  .u-pb-md--5 {
    padding-bottom: .3125rem !important
  }
  .u-py-md--5 {
    padding-top: .3125rem !important;
    padding-bottom: .3125rem !important
  }
  .u-px-md--5 {
    padding-left: .3125rem !important;
    padding-right: .3125rem !important
  }
  .u-m-md--10 {
    margin: .625rem !important
  }
  .u-mt-md--10 {
    margin-top: .625rem !important
  }
  .u-ml-md--10 {
    margin-left: .625rem !important
  }
  .u-mr-md--10 {
    margin-right: .625rem !important
  }
  .u-mb-md--10 {
    margin-bottom: .625rem !important
  }
  .u-my-md--10 {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important
  }
  .u-mx-md--10 {
    margin-left: .625rem !important;
    margin-right: .625rem !important
  }
  .u-p-md--10 {
    padding: .625rem !important
  }
  .u-pt-md--10 {
    padding-top: .625rem !important
  }
  .u-pl-md--10 {
    padding-left: .625rem !important
  }
  .u-pr-md--10 {
    padding-right: .625rem !important
  }
  .u-pb-md--10 {
    padding-bottom: .625rem !important
  }
  .u-py-md--10 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important
  }
  .u-px-md--10 {
    padding-left: .625rem !important;
    padding-right: .625rem !important
  }
  .u-m-md--15 {
    margin: .9375rem !important
  }
  .u-mt-md--15 {
    margin-top: .9375rem !important
  }
  .u-ml-md--15 {
    margin-left: .9375rem !important
  }
  .u-mr-md--15 {
    margin-right: .9375rem !important
  }
  .u-mb-md--15 {
    margin-bottom: .9375rem !important
  }
  .u-my-md--15 {
    margin-top: .9375rem !important;
    margin-bottom: .9375rem !important
  }
  .u-mx-md--15 {
    margin-left: .9375rem !important;
    margin-right: .9375rem !important
  }
  .u-p-md--15 {
    padding: .9375rem !important
  }
  .u-pt-md--15 {
    padding-top: .9375rem !important
  }
  .u-pl-md--15 {
    padding-left: .9375rem !important
  }
  .u-pr-md--15 {
    padding-right: .9375rem !important
  }
  .u-pb-md--15 {
    padding-bottom: .9375rem !important
  }
  .u-py-md--15 {
    padding-top: .9375rem !important;
    padding-bottom: .9375rem !important
  }
  .u-px-md--15 {
    padding-left: .9375rem !important;
    padding-right: .9375rem !important
  }
  .u-m-md--20 {
    margin: 1.25rem !important
  }
  .u-mt-md--20 {
    margin-top: 1.25rem !important
  }
  .u-ml-md--20 {
    margin-left: 1.25rem !important
  }
  .u-mr-md--20 {
    margin-right: 1.25rem !important
  }
  .u-mb-md--20 {
    margin-bottom: 1.25rem !important
  }
  .u-my-md--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }
  .u-mx-md--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }
  .u-p-md--20 {
    padding: 1.25rem !important
  }
  .u-pt-md--20 {
    padding-top: 1.25rem !important
  }
  .u-pl-md--20 {
    padding-left: 1.25rem !important
  }
  .u-pr-md--20 {
    padding-right: 1.25rem !important
  }
  .u-pb-md--20 {
    padding-bottom: 1.25rem !important
  }
  .u-py-md--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }
  .u-px-md--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }
  .u-m-md--25 {
    margin: 1.5625rem !important
  }
  .u-mt-md--25 {
    margin-top: 1.5625rem !important
  }
  .u-ml-md--25 {
    margin-left: 1.5625rem !important
  }
  .u-mr-md--25 {
    margin-right: 1.5625rem !important
  }
  .u-mb-md--25 {
    margin-bottom: 1.5625rem !important
  }
  .u-my-md--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important
  }
  .u-mx-md--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important
  }
  .u-p-md--25 {
    padding: 1.5625rem !important
  }
  .u-pt-md--25 {
    padding-top: 1.5625rem !important
  }
  .u-pl-md--25 {
    padding-left: 1.5625rem !important
  }
  .u-pr-md--25 {
    padding-right: 1.5625rem !important
  }
  .u-pb-md--25 {
    padding-bottom: 1.5625rem !important
  }
  .u-py-md--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important
  }
  .u-px-md--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important
  }
  .u-m-md--30 {
    margin: 1.875rem !important
  }
  .u-mt-md--30 {
    margin-top: 1.875rem !important
  }
  .u-ml-md--30 {
    margin-left: 1.875rem !important
  }
  .u-mr-md--30 {
    margin-right: 1.875rem !important
  }
  .u-mb-md--30 {
    margin-bottom: 1.875rem !important
  }
  .u-my-md--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important
  }
  .u-mx-md--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important
  }
  .u-p-md--30 {
    padding: 1.875rem !important
  }
  .u-pt-md--30 {
    padding-top: 1.875rem !important
  }
  .u-pl-md--30 {
    padding-left: 1.875rem !important
  }
  .u-pr-md--30 {
    padding-right: 1.875rem !important
  }
  .u-pb-md--30 {
    padding-bottom: 1.875rem !important
  }
  .u-py-md--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important
  }
  .u-px-md--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important
  }
  .u-m-md--35 {
    margin: 2.1875rem !important
  }
  .u-mt-md--35 {
    margin-top: 2.1875rem !important
  }
  .u-ml-md--35 {
    margin-left: 2.1875rem !important
  }
  .u-mr-md--35 {
    margin-right: 2.1875rem !important
  }
  .u-mb-md--35 {
    margin-bottom: 2.1875rem !important
  }
  .u-my-md--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important
  }
  .u-mx-md--35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important
  }
  .u-p-md--35 {
    padding: 2.1875rem !important
  }
  .u-pt-md--35 {
    padding-top: 2.1875rem !important
  }
  .u-pl-md--35 {
    padding-left: 2.1875rem !important
  }
  .u-pr-md--35 {
    padding-right: 2.1875rem !important
  }
  .u-pb-md--35 {
    padding-bottom: 2.1875rem !important
  }
  .u-py-md--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important
  }
  .u-px-md--35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important
  }
  .u-m-md--40 {
    margin: 2.5rem !important
  }
  .u-mt-md--40 {
    margin-top: 2.5rem !important
  }
  .u-ml-md--40 {
    margin-left: 2.5rem !important
  }
  .u-mr-md--40 {
    margin-right: 2.5rem !important
  }
  .u-mb-md--40 {
    margin-bottom: 2.5rem !important
  }
  .u-my-md--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }
  .u-mx-md--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }
  .u-p-md--40 {
    padding: 2.5rem !important
  }
  .u-pt-md--40 {
    padding-top: 2.5rem !important
  }
  .u-pl-md--40 {
    padding-left: 2.5rem !important
  }
  .u-pr-md--40 {
    padding-right: 2.5rem !important
  }
  .u-pb-md--40 {
    padding-bottom: 2.5rem !important
  }
  .u-py-md--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }
  .u-px-md--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }
  .u-m-md--45 {
    margin: 2.8125rem !important
  }
  .u-mt-md--45 {
    margin-top: 2.8125rem !important
  }
  .u-ml-md--45 {
    margin-left: 2.8125rem !important
  }
  .u-mr-md--45 {
    margin-right: 2.8125rem !important
  }
  .u-mb-md--45 {
    margin-bottom: 2.8125rem !important
  }
  .u-my-md--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important
  }
  .u-mx-md--45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important
  }
  .u-p-md--45 {
    padding: 2.8125rem !important
  }
  .u-pt-md--45 {
    padding-top: 2.8125rem !important
  }
  .u-pl-md--45 {
    padding-left: 2.8125rem !important
  }
  .u-pr-md--45 {
    padding-right: 2.8125rem !important
  }
  .u-pb-md--45 {
    padding-bottom: 2.8125rem !important
  }
  .u-py-md--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important
  }
  .u-px-md--45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important
  }
  .u-m-md--50 {
    margin: 3.125rem !important
  }
  .u-mt-md--50 {
    margin-top: 3.125rem !important
  }
  .u-ml-md--50 {
    margin-left: 3.125rem !important
  }
  .u-mr-md--50 {
    margin-right: 3.125rem !important
  }
  .u-mb-md--50 {
    margin-bottom: 3.125rem !important
  }
  .u-my-md--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important
  }
  .u-mx-md--50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important
  }
  .u-p-md--50 {
    padding: 3.125rem !important
  }
  .u-pt-md--50 {
    padding-top: 3.125rem !important
  }
  .u-pl-md--50 {
    padding-left: 3.125rem !important
  }
  .u-pr-md--50 {
    padding-right: 3.125rem !important
  }
  .u-pb-md--50 {
    padding-bottom: 3.125rem !important
  }
  .u-py-md--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important
  }
  .u-px-md--50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important
  }
  .u-m-md--55 {
    margin: 3.4375rem !important
  }
  .u-mt-md--55 {
    margin-top: 3.4375rem !important
  }
  .u-ml-md--55 {
    margin-left: 3.4375rem !important
  }
  .u-mr-md--55 {
    margin-right: 3.4375rem !important
  }
  .u-mb-md--55 {
    margin-bottom: 3.4375rem !important
  }
  .u-my-md--55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important
  }
  .u-mx-md--55 {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important
  }
  .u-p-md--55 {
    padding: 3.4375rem !important
  }
  .u-pt-md--55 {
    padding-top: 3.4375rem !important
  }
  .u-pl-md--55 {
    padding-left: 3.4375rem !important
  }
  .u-pr-md--55 {
    padding-right: 3.4375rem !important
  }
  .u-pb-md--55 {
    padding-bottom: 3.4375rem !important
  }
  .u-py-md--55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important
  }
  .u-px-md--55 {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important
  }
  .u-m-md--60 {
    margin: 3.75rem !important
  }
  .u-mt-md--60 {
    margin-top: 3.75rem !important
  }
  .u-ml-md--60 {
    margin-left: 3.75rem !important
  }
  .u-mr-md--60 {
    margin-right: 3.75rem !important
  }
  .u-mb-md--60 {
    margin-bottom: 3.75rem !important
  }
  .u-my-md--60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important
  }
  .u-mx-md--60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important
  }
  .u-p-md--60 {
    padding: 3.75rem !important
  }
  .u-pt-md--60 {
    padding-top: 3.75rem !important
  }
  .u-pl-md--60 {
    padding-left: 3.75rem !important
  }
  .u-pr-md--60 {
    padding-right: 3.75rem !important
  }
  .u-pb-md--60 {
    padding-bottom: 3.75rem !important
  }
  .u-py-md--60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important
  }
  .u-px-md--60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important
  }
  .u-m-md--65 {
    margin: 4.0625rem !important
  }
  .u-mt-md--65 {
    margin-top: 4.0625rem !important
  }
  .u-ml-md--65 {
    margin-left: 4.0625rem !important
  }
  .u-mr-md--65 {
    margin-right: 4.0625rem !important
  }
  .u-mb-md--65 {
    margin-bottom: 4.0625rem !important
  }
  .u-my-md--65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important
  }
  .u-mx-md--65 {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important
  }
  .u-p-md--65 {
    padding: 4.0625rem !important
  }
  .u-pt-md--65 {
    padding-top: 4.0625rem !important
  }
  .u-pl-md--65 {
    padding-left: 4.0625rem !important
  }
  .u-pr-md--65 {
    padding-right: 4.0625rem !important
  }
  .u-pb-md--65 {
    padding-bottom: 4.0625rem !important
  }
  .u-py-md--65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important
  }
  .u-px-md--65 {
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important
  }
  .u-m-md--70 {
    margin: 4.375rem !important
  }
  .u-mt-md--70 {
    margin-top: 4.375rem !important
  }
  .u-ml-md--70 {
    margin-left: 4.375rem !important
  }
  .u-mr-md--70 {
    margin-right: 4.375rem !important
  }
  .u-mb-md--70 {
    margin-bottom: 4.375rem !important
  }
  .u-my-md--70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important
  }
  .u-mx-md--70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important
  }
  .u-p-md--70 {
    padding: 4.375rem !important
  }
  .u-pt-md--70 {
    padding-top: 4.375rem !important
  }
  .u-pl-md--70 {
    padding-left: 4.375rem !important
  }
  .u-pr-md--70 {
    padding-right: 4.375rem !important
  }
  .u-pb-md--70 {
    padding-bottom: 4.375rem !important
  }
  .u-py-md--70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important
  }
  .u-px-md--70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important
  }
  .u-m-md--75 {
    margin: 4.6875rem !important
  }
  .u-mt-md--75 {
    margin-top: 4.6875rem !important
  }
  .u-ml-md--75 {
    margin-left: 4.6875rem !important
  }
  .u-mr-md--75 {
    margin-right: 4.6875rem !important
  }
  .u-mb-md--75 {
    margin-bottom: 4.6875rem !important
  }
  .u-my-md--75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important
  }
  .u-mx-md--75 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important
  }
  .u-p-md--75 {
    padding: 4.6875rem !important
  }
  .u-pt-md--75 {
    padding-top: 4.6875rem !important
  }
  .u-pl-md--75 {
    padding-left: 4.6875rem !important
  }
  .u-pr-md--75 {
    padding-right: 4.6875rem !important
  }
  .u-pb-md--75 {
    padding-bottom: 4.6875rem !important
  }
  .u-py-md--75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important
  }
  .u-px-md--75 {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important
  }
  .u-m-md--80 {
    margin: 5rem !important
  }
  .u-mt-md--80 {
    margin-top: 5rem !important
  }
  .u-ml-md--80 {
    margin-left: 5rem !important
  }
  .u-mr-md--80 {
    margin-right: 5rem !important
  }
  .u-mb-md--80 {
    margin-bottom: 5rem !important
  }
  .u-my-md--80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }
  .u-mx-md--80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }
  .u-p-md--80 {
    padding: 5rem !important
  }
  .u-pt-md--80 {
    padding-top: 5rem !important
  }
  .u-pl-md--80 {
    padding-left: 5rem !important
  }
  .u-pr-md--80 {
    padding-right: 5rem !important
  }
  .u-pb-md--80 {
    padding-bottom: 5rem !important
  }
  .u-py-md--80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }
  .u-px-md--80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }
  .u-m-md--85 {
    margin: 5.3125rem !important
  }
  .u-mt-md--85 {
    margin-top: 5.3125rem !important
  }
  .u-ml-md--85 {
    margin-left: 5.3125rem !important
  }
  .u-mr-md--85 {
    margin-right: 5.3125rem !important
  }
  .u-mb-md--85 {
    margin-bottom: 5.3125rem !important
  }
  .u-my-md--85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important
  }
  .u-mx-md--85 {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important
  }
  .u-p-md--85 {
    padding: 5.3125rem !important
  }
  .u-pt-md--85 {
    padding-top: 5.3125rem !important
  }
  .u-pl-md--85 {
    padding-left: 5.3125rem !important
  }
  .u-pr-md--85 {
    padding-right: 5.3125rem !important
  }
  .u-pb-md--85 {
    padding-bottom: 5.3125rem !important
  }
  .u-py-md--85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important
  }
  .u-px-md--85 {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important
  }
  .u-m-md--90 {
    margin: 5.625rem !important
  }
  .u-mt-md--90 {
    margin-top: 5.625rem !important
  }
  .u-ml-md--90 {
    margin-left: 5.625rem !important
  }
  .u-mr-md--90 {
    margin-right: 5.625rem !important
  }
  .u-mb-md--90 {
    margin-bottom: 5.625rem !important
  }
  .u-my-md--90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important
  }
  .u-mx-md--90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important
  }
  .u-p-md--90 {
    padding: 5.625rem !important
  }
  .u-pt-md--90 {
    padding-top: 5.625rem !important
  }
  .u-pl-md--90 {
    padding-left: 5.625rem !important
  }
  .u-pr-md--90 {
    padding-right: 5.625rem !important
  }
  .u-pb-md--90 {
    padding-bottom: 5.625rem !important
  }
  .u-py-md--90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important
  }
  .u-px-md--90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important
  }
  .u-m-md--95 {
    margin: 5.9375rem !important
  }
  .u-mt-md--95 {
    margin-top: 5.9375rem !important
  }
  .u-ml-md--95 {
    margin-left: 5.9375rem !important
  }
  .u-mr-md--95 {
    margin-right: 5.9375rem !important
  }
  .u-mb-md--95 {
    margin-bottom: 5.9375rem !important
  }
  .u-my-md--95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important
  }
  .u-mx-md--95 {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important
  }
  .u-p-md--95 {
    padding: 5.9375rem !important
  }
  .u-pt-md--95 {
    padding-top: 5.9375rem !important
  }
  .u-pl-md--95 {
    padding-left: 5.9375rem !important
  }
  .u-pr-md--95 {
    padding-right: 5.9375rem !important
  }
  .u-pb-md--95 {
    padding-bottom: 5.9375rem !important
  }
  .u-py-md--95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important
  }
  .u-px-md--95 {
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important
  }
  .u-m-md--100 {
    margin: 6.25rem !important
  }
  .u-mt-md--100 {
    margin-top: 6.25rem !important
  }
  .u-ml-md--100 {
    margin-left: 6.25rem !important
  }
  .u-mr-md--100 {
    margin-right: 6.25rem !important
  }
  .u-mb-md--100 {
    margin-bottom: 6.25rem !important
  }
  .u-my-md--100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important
  }
  .u-mx-md--100 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important
  }
  .u-p-md--100 {
    padding: 6.25rem !important
  }
  .u-pt-md--100 {
    padding-top: 6.25rem !important
  }
  .u-pl-md--100 {
    padding-left: 6.25rem !important
  }
  .u-pr-md--100 {
    padding-right: 6.25rem !important
  }
  .u-pb-md--100 {
    padding-bottom: 6.25rem !important
  }
  .u-py-md--100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important
  }
  .u-px-md--100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important
  }
  .u-m-md--105 {
    margin: 6.5625rem !important
  }
  .u-mt-md--105 {
    margin-top: 6.5625rem !important
  }
  .u-ml-md--105 {
    margin-left: 6.5625rem !important
  }
  .u-mr-md--105 {
    margin-right: 6.5625rem !important
  }
  .u-mb-md--105 {
    margin-bottom: 6.5625rem !important
  }
  .u-my-md--105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important
  }
  .u-mx-md--105 {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important
  }
  .u-p-md--105 {
    padding: 6.5625rem !important
  }
  .u-pt-md--105 {
    padding-top: 6.5625rem !important
  }
  .u-pl-md--105 {
    padding-left: 6.5625rem !important
  }
  .u-pr-md--105 {
    padding-right: 6.5625rem !important
  }
  .u-pb-md--105 {
    padding-bottom: 6.5625rem !important
  }
  .u-py-md--105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important
  }
  .u-px-md--105 {
    padding-left: 6.5625rem !important;
    padding-right: 6.5625rem !important
  }
  .u-m-md--110 {
    margin: 6.875rem !important
  }
  .u-mt-md--110 {
    margin-top: 6.875rem !important
  }
  .u-ml-md--110 {
    margin-left: 6.875rem !important
  }
  .u-mr-md--110 {
    margin-right: 6.875rem !important
  }
  .u-mb-md--110 {
    margin-bottom: 6.875rem !important
  }
  .u-my-md--110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important
  }
  .u-mx-md--110 {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important
  }
  .u-p-md--110 {
    padding: 6.875rem !important
  }
  .u-pt-md--110 {
    padding-top: 6.875rem !important
  }
  .u-pl-md--110 {
    padding-left: 6.875rem !important
  }
  .u-pr-md--110 {
    padding-right: 6.875rem !important
  }
  .u-pb-md--110 {
    padding-bottom: 6.875rem !important
  }
  .u-py-md--110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important
  }
  .u-px-md--110 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important
  }
  .u-m-md--115 {
    margin: 7.1875rem !important
  }
  .u-mt-md--115 {
    margin-top: 7.1875rem !important
  }
  .u-ml-md--115 {
    margin-left: 7.1875rem !important
  }
  .u-mr-md--115 {
    margin-right: 7.1875rem !important
  }
  .u-mb-md--115 {
    margin-bottom: 7.1875rem !important
  }
  .u-my-md--115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important
  }
  .u-mx-md--115 {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important
  }
  .u-p-md--115 {
    padding: 7.1875rem !important
  }
  .u-pt-md--115 {
    padding-top: 7.1875rem !important
  }
  .u-pl-md--115 {
    padding-left: 7.1875rem !important
  }
  .u-pr-md--115 {
    padding-right: 7.1875rem !important
  }
  .u-pb-md--115 {
    padding-bottom: 7.1875rem !important
  }
  .u-py-md--115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important
  }
  .u-px-md--115 {
    padding-left: 7.1875rem !important;
    padding-right: 7.1875rem !important
  }
  .u-m-md--120 {
    margin: 7.5rem !important
  }
  .u-mt-md--120 {
    margin-top: 7.5rem !important
  }
  .u-ml-md--120 {
    margin-left: 7.5rem !important
  }
  .u-mr-md--120 {
    margin-right: 7.5rem !important
  }
  .u-mb-md--120 {
    margin-bottom: 7.5rem !important
  }
  .u-my-md--120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important
  }
  .u-mx-md--120 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }
  .u-p-md--120 {
    padding: 7.5rem !important
  }
  .u-pt-md--120 {
    padding-top: 7.5rem !important
  }
  .u-pl-md--120 {
    padding-left: 7.5rem !important
  }
  .u-pr-md--120 {
    padding-right: 7.5rem !important
  }
  .u-pb-md--120 {
    padding-bottom: 7.5rem !important
  }
  .u-py-md--120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important
  }
  .u-px-md--120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }
  .u-m-md--125 {
    margin: 7.8125rem !important
  }
  .u-mt-md--125 {
    margin-top: 7.8125rem !important
  }
  .u-ml-md--125 {
    margin-left: 7.8125rem !important
  }
  .u-mr-md--125 {
    margin-right: 7.8125rem !important
  }
  .u-mb-md--125 {
    margin-bottom: 7.8125rem !important
  }
  .u-my-md--125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important
  }
  .u-mx-md--125 {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important
  }
  .u-p-md--125 {
    padding: 7.8125rem !important
  }
  .u-pt-md--125 {
    padding-top: 7.8125rem !important
  }
  .u-pl-md--125 {
    padding-left: 7.8125rem !important
  }
  .u-pr-md--125 {
    padding-right: 7.8125rem !important
  }
  .u-pb-md--125 {
    padding-bottom: 7.8125rem !important
  }
  .u-py-md--125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important
  }
  .u-px-md--125 {
    padding-left: 7.8125rem !important;
    padding-right: 7.8125rem !important
  }
  .u-m-md--130 {
    margin: 8.125rem !important
  }
  .u-mt-md--130 {
    margin-top: 8.125rem !important
  }
  .u-ml-md--130 {
    margin-left: 8.125rem !important
  }
  .u-mr-md--130 {
    margin-right: 8.125rem !important
  }
  .u-mb-md--130 {
    margin-bottom: 8.125rem !important
  }
  .u-my-md--130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important
  }
  .u-mx-md--130 {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important
  }
  .u-p-md--130 {
    padding: 8.125rem !important
  }
  .u-pt-md--130 {
    padding-top: 8.125rem !important
  }
  .u-pl-md--130 {
    padding-left: 8.125rem !important
  }
  .u-pr-md--130 {
    padding-right: 8.125rem !important
  }
  .u-pb-md--130 {
    padding-bottom: 8.125rem !important
  }
  .u-py-md--130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important
  }
  .u-px-md--130 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important
  }
  .u-m-md--135 {
    margin: 8.4375rem !important
  }
  .u-mt-md--135 {
    margin-top: 8.4375rem !important
  }
  .u-ml-md--135 {
    margin-left: 8.4375rem !important
  }
  .u-mr-md--135 {
    margin-right: 8.4375rem !important
  }
  .u-mb-md--135 {
    margin-bottom: 8.4375rem !important
  }
  .u-my-md--135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important
  }
  .u-mx-md--135 {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important
  }
  .u-p-md--135 {
    padding: 8.4375rem !important
  }
  .u-pt-md--135 {
    padding-top: 8.4375rem !important
  }
  .u-pl-md--135 {
    padding-left: 8.4375rem !important
  }
  .u-pr-md--135 {
    padding-right: 8.4375rem !important
  }
  .u-pb-md--135 {
    padding-bottom: 8.4375rem !important
  }
  .u-py-md--135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important
  }
  .u-px-md--135 {
    padding-left: 8.4375rem !important;
    padding-right: 8.4375rem !important
  }
  .u-m-md--140 {
    margin: 8.75rem !important
  }
  .u-mt-md--140 {
    margin-top: 8.75rem !important
  }
  .u-ml-md--140 {
    margin-left: 8.75rem !important
  }
  .u-mr-md--140 {
    margin-right: 8.75rem !important
  }
  .u-mb-md--140 {
    margin-bottom: 8.75rem !important
  }
  .u-my-md--140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important
  }
  .u-mx-md--140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important
  }
  .u-p-md--140 {
    padding: 8.75rem !important
  }
  .u-pt-md--140 {
    padding-top: 8.75rem !important
  }
  .u-pl-md--140 {
    padding-left: 8.75rem !important
  }
  .u-pr-md--140 {
    padding-right: 8.75rem !important
  }
  .u-pb-md--140 {
    padding-bottom: 8.75rem !important
  }
  .u-py-md--140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important
  }
  .u-px-md--140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important
  }
  .u-m-md--145 {
    margin: 9.0625rem !important
  }
  .u-mt-md--145 {
    margin-top: 9.0625rem !important
  }
  .u-ml-md--145 {
    margin-left: 9.0625rem !important
  }
  .u-mr-md--145 {
    margin-right: 9.0625rem !important
  }
  .u-mb-md--145 {
    margin-bottom: 9.0625rem !important
  }
  .u-my-md--145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important
  }
  .u-mx-md--145 {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important
  }
  .u-p-md--145 {
    padding: 9.0625rem !important
  }
  .u-pt-md--145 {
    padding-top: 9.0625rem !important
  }
  .u-pl-md--145 {
    padding-left: 9.0625rem !important
  }
  .u-pr-md--145 {
    padding-right: 9.0625rem !important
  }
  .u-pb-md--145 {
    padding-bottom: 9.0625rem !important
  }
  .u-py-md--145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important
  }
  .u-px-md--145 {
    padding-left: 9.0625rem !important;
    padding-right: 9.0625rem !important
  }
  .u-m-md--150 {
    margin: 9.375rem !important
  }
  .u-mt-md--150 {
    margin-top: 9.375rem !important
  }
  .u-ml-md--150 {
    margin-left: 9.375rem !important
  }
  .u-mr-md--150 {
    margin-right: 9.375rem !important
  }
  .u-mb-md--150 {
    margin-bottom: 9.375rem !important
  }
  .u-my-md--150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important
  }
  .u-mx-md--150 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important
  }
  .u-p-md--150 {
    padding: 9.375rem !important
  }
  .u-pt-md--150 {
    padding-top: 9.375rem !important
  }
  .u-pl-md--150 {
    padding-left: 9.375rem !important
  }
  .u-pr-md--150 {
    padding-right: 9.375rem !important
  }
  .u-pb-md--150 {
    padding-bottom: 9.375rem !important
  }
  .u-py-md--150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important
  }
  .u-px-md--150 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important
  }
}
@media screen and (min-width:960px) {
  .u-m-lg--0 {
    margin: 0 !important
  }
  .u-mt-lg--0 {
    margin-top: 0 !important
  }
  .u-ml-lg--0 {
    margin-left: 0 !important
  }
  .u-mr-lg--0 {
    margin-right: 0 !important
  }
  .u-mb-lg--0 {
    margin-bottom: 0 !important
  }
  .u-my-lg--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
  .u-mx-lg--0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .u-p-lg--0 {
    padding: 0 !important
  }
  .u-pt-lg--0 {
    padding-top: 0 !important
  }
  .u-pl-lg--0 {
    padding-left: 0 !important
  }
  .u-pr-lg--0 {
    padding-right: 0 !important
  }
  .u-pb-lg--0 {
    padding-bottom: 0 !important
  }
  .u-py-lg--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }
  .u-px-lg--0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .u-m-lg--5 {
    margin: .3125rem !important
  }
  .u-mt-lg--5 {
    margin-top: .3125rem !important
  }
  .u-ml-lg--5 {
    margin-left: .3125rem !important
  }
  .u-mr-lg--5 {
    margin-right: .3125rem !important
  }
  .u-mb-lg--5 {
    margin-bottom: .3125rem !important
  }
  .u-my-lg--5 {
    margin-top: .3125rem !important;
    margin-bottom: .3125rem !important
  }
  .u-mx-lg--5 {
    margin-left: .3125rem !important;
    margin-right: .3125rem !important
  }
  .u-p-lg--5 {
    padding: .3125rem !important
  }
  .u-pt-lg--5 {
    padding-top: .3125rem !important
  }
  .u-pl-lg--5 {
    padding-left: .3125rem !important
  }
  .u-pr-lg--5 {
    padding-right: .3125rem !important
  }
  .u-pb-lg--5 {
    padding-bottom: .3125rem !important
  }
  .u-py-lg--5 {
    padding-top: .3125rem !important;
    padding-bottom: .3125rem !important
  }
  .u-px-lg--5 {
    padding-left: .3125rem !important;
    padding-right: .3125rem !important
  }
  .u-m-lg--10 {
    margin: .625rem !important
  }
  .u-mt-lg--10 {
    margin-top: .625rem !important
  }
  .u-ml-lg--10 {
    margin-left: .625rem !important
  }
  .u-mr-lg--10 {
    margin-right: .625rem !important
  }
  .u-mb-lg--10 {
    margin-bottom: .625rem !important
  }
  .u-my-lg--10 {
    margin-top: .625rem !important;
    margin-bottom: .625rem !important
  }
  .u-mx-lg--10 {
    margin-left: .625rem !important;
    margin-right: .625rem !important
  }
  .u-p-lg--10 {
    padding: .625rem !important
  }
  .u-pt-lg--10 {
    padding-top: .625rem !important
  }
  .u-pl-lg--10 {
    padding-left: .625rem !important
  }
  .u-pr-lg--10 {
    padding-right: .625rem !important
  }
  .u-pb-lg--10 {
    padding-bottom: .625rem !important
  }
  .u-py-lg--10 {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important
  }
  .u-px-lg--10 {
    padding-left: .625rem !important;
    padding-right: .625rem !important
  }
  .u-m-lg--15 {
    margin: .9375rem !important
  }
  .u-mt-lg--15 {
    margin-top: .9375rem !important
  }
  .u-ml-lg--15 {
    margin-left: .9375rem !important
  }
  .u-mr-lg--15 {
    margin-right: .9375rem !important
  }
  .u-mb-lg--15 {
    margin-bottom: .9375rem !important
  }
  .u-my-lg--15 {
    margin-top: .9375rem !important;
    margin-bottom: .9375rem !important
  }
  .u-mx-lg--15 {
    margin-left: .9375rem !important;
    margin-right: .9375rem !important
  }
  .u-p-lg--15 {
    padding: .9375rem !important
  }
  .u-pt-lg--15 {
    padding-top: .9375rem !important
  }
  .u-pl-lg--15 {
    padding-left: .9375rem !important
  }
  .u-pr-lg--15 {
    padding-right: .9375rem !important
  }
  .u-pb-lg--15 {
    padding-bottom: .9375rem !important
  }
  .u-py-lg--15 {
    padding-top: .9375rem !important;
    padding-bottom: .9375rem !important
  }
  .u-px-lg--15 {
    padding-left: .9375rem !important;
    padding-right: .9375rem !important
  }
  .u-m-lg--20 {
    margin: 1.25rem !important
  }
  .u-mt-lg--20 {
    margin-top: 1.25rem !important
  }
  .u-ml-lg--20 {
    margin-left: 1.25rem !important
  }
  .u-mr-lg--20 {
    margin-right: 1.25rem !important
  }
  .u-mb-lg--20 {
    margin-bottom: 1.25rem !important
  }
  .u-my-lg--20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }
  .u-mx-lg--20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }
  .u-p-lg--20 {
    padding: 1.25rem !important
  }
  .u-pt-lg--20 {
    padding-top: 1.25rem !important
  }
  .u-pl-lg--20 {
    padding-left: 1.25rem !important
  }
  .u-pr-lg--20 {
    padding-right: 1.25rem !important
  }
  .u-pb-lg--20 {
    padding-bottom: 1.25rem !important
  }
  .u-py-lg--20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }
  .u-px-lg--20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }
  .u-m-lg--25 {
    margin: 1.5625rem !important
  }
  .u-mt-lg--25 {
    margin-top: 1.5625rem !important
  }
  .u-ml-lg--25 {
    margin-left: 1.5625rem !important
  }
  .u-mr-lg--25 {
    margin-right: 1.5625rem !important
  }
  .u-mb-lg--25 {
    margin-bottom: 1.5625rem !important
  }
  .u-my-lg--25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important
  }
  .u-mx-lg--25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important
  }
  .u-p-lg--25 {
    padding: 1.5625rem !important
  }
  .u-pt-lg--25 {
    padding-top: 1.5625rem !important
  }
  .u-pl-lg--25 {
    padding-left: 1.5625rem !important
  }
  .u-pr-lg--25 {
    padding-right: 1.5625rem !important
  }
  .u-pb-lg--25 {
    padding-bottom: 1.5625rem !important
  }
  .u-py-lg--25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important
  }
  .u-px-lg--25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important
  }
  .u-m-lg--30 {
    margin: 1.875rem !important
  }
  .u-mt-lg--30 {
    margin-top: 1.875rem !important
  }
  .u-ml-lg--30 {
    margin-left: 1.875rem !important
  }
  .u-mr-lg--30 {
    margin-right: 1.875rem !important
  }
  .u-mb-lg--30 {
    margin-bottom: 1.875rem !important
  }
  .u-my-lg--30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important
  }
  .u-mx-lg--30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important
  }
  .u-p-lg--30 {
    padding: 1.875rem !important
  }
  .u-pt-lg--30 {
    padding-top: 1.875rem !important
  }
  .u-pl-lg--30 {
    padding-left: 1.875rem !important
  }
  .u-pr-lg--30 {
    padding-right: 1.875rem !important
  }
  .u-pb-lg--30 {
    padding-bottom: 1.875rem !important
  }
  .u-py-lg--30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important
  }
  .u-px-lg--30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important
  }
  .u-m-lg--35 {
    margin: 2.1875rem !important
  }
  .u-mt-lg--35 {
    margin-top: 2.1875rem !important
  }
  .u-ml-lg--35 {
    margin-left: 2.1875rem !important
  }
  .u-mr-lg--35 {
    margin-right: 2.1875rem !important
  }
  .u-mb-lg--35 {
    margin-bottom: 2.1875rem !important
  }
  .u-my-lg--35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important
  }
  .u-mx-lg--35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important
  }
  .u-p-lg--35 {
    padding: 2.1875rem !important
  }
  .u-pt-lg--35 {
    padding-top: 2.1875rem !important
  }
  .u-pl-lg--35 {
    padding-left: 2.1875rem !important
  }
  .u-pr-lg--35 {
    padding-right: 2.1875rem !important
  }
  .u-pb-lg--35 {
    padding-bottom: 2.1875rem !important
  }
  .u-py-lg--35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important
  }
  .u-px-lg--35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important
  }
  .u-m-lg--40 {
    margin: 2.5rem !important
  }
  .u-mt-lg--40 {
    margin-top: 2.5rem !important
  }
  .u-ml-lg--40 {
    margin-left: 2.5rem !important
  }
  .u-mr-lg--40 {
    margin-right: 2.5rem !important
  }
  .u-mb-lg--40 {
    margin-bottom: 2.5rem !important
  }
  .u-my-lg--40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }
  .u-mx-lg--40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }
  .u-p-lg--40 {
    padding: 2.5rem !important
  }
  .u-pt-lg--40 {
    padding-top: 2.5rem !important
  }
  .u-pl-lg--40 {
    padding-left: 2.5rem !important
  }
  .u-pr-lg--40 {
    padding-right: 2.5rem !important
  }
  .u-pb-lg--40 {
    padding-bottom: 2.5rem !important
  }
  .u-py-lg--40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }
  .u-px-lg--40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }
  .u-m-lg--45 {
    margin: 2.8125rem !important
  }
  .u-mt-lg--45 {
    margin-top: 2.8125rem !important
  }
  .u-ml-lg--45 {
    margin-left: 2.8125rem !important
  }
  .u-mr-lg--45 {
    margin-right: 2.8125rem !important
  }
  .u-mb-lg--45 {
    margin-bottom: 2.8125rem !important
  }
  .u-my-lg--45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important
  }
  .u-mx-lg--45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important
  }
  .u-p-lg--45 {
    padding: 2.8125rem !important
  }
  .u-pt-lg--45 {
    padding-top: 2.8125rem !important
  }
  .u-pl-lg--45 {
    padding-left: 2.8125rem !important
  }
  .u-pr-lg--45 {
    padding-right: 2.8125rem !important
  }
  .u-pb-lg--45 {
    padding-bottom: 2.8125rem !important
  }
  .u-py-lg--45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important
  }
  .u-px-lg--45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important
  }
  .u-m-lg--50 {
    margin: 3.125rem !important
  }
  .u-mt-lg--50 {
    margin-top: 3.125rem !important
  }
  .u-ml-lg--50 {
    margin-left: 3.125rem !important
  }
  .u-mr-lg--50 {
    margin-right: 3.125rem !important
  }
  .u-mb-lg--50 {
    margin-bottom: 3.125rem !important
  }
  .u-my-lg--50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important
  }
  .u-mx-lg--50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important
  }
  .u-p-lg--50 {
    padding: 3.125rem !important
  }
  .u-pt-lg--50 {
    padding-top: 3.125rem !important
  }
  .u-pl-lg--50 {
    padding-left: 3.125rem !important
  }
  .u-pr-lg--50 {
    padding-right: 3.125rem !important
  }
  .u-pb-lg--50 {
    padding-bottom: 3.125rem !important
  }
  .u-py-lg--50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important
  }
  .u-px-lg--50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important
  }
  .u-m-lg--55 {
    margin: 3.4375rem !important
  }
  .u-mt-lg--55 {
    margin-top: 3.4375rem !important
  }
  .u-ml-lg--55 {
    margin-left: 3.4375rem !important
  }
  .u-mr-lg--55 {
    margin-right: 3.4375rem !important
  }
  .u-mb-lg--55 {
    margin-bottom: 3.4375rem !important
  }
  .u-my-lg--55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important
  }
  .u-mx-lg--55 {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important
  }
  .u-p-lg--55 {
    padding: 3.4375rem !important
  }
  .u-pt-lg--55 {
    padding-top: 3.4375rem !important
  }
  .u-pl-lg--55 {
    padding-left: 3.4375rem !important
  }
  .u-pr-lg--55 {
    padding-right: 3.4375rem !important
  }
  .u-pb-lg--55 {
    padding-bottom: 3.4375rem !important
  }
  .u-py-lg--55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important
  }
  .u-px-lg--55 {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important
  }
  .u-m-lg--60 {
    margin: 3.75rem !important
  }
  .u-mt-lg--60 {
    margin-top: 3.75rem !important
  }
  .u-ml-lg--60 {
    margin-left: 3.75rem !important
  }
  .u-mr-lg--60 {
    margin-right: 3.75rem !important
  }
  .u-mb-lg--60 {
    margin-bottom: 3.75rem !important
  }
  .u-my-lg--60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important
  }
  .u-mx-lg--60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important
  }
  .u-p-lg--60 {
    padding: 3.75rem !important
  }
  .u-pt-lg--60 {
    padding-top: 3.75rem !important
  }
  .u-pl-lg--60 {
    padding-left: 3.75rem !important
  }
  .u-pr-lg--60 {
    padding-right: 3.75rem !important
  }
  .u-pb-lg--60 {
    padding-bottom: 3.75rem !important
  }
  .u-py-lg--60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important
  }
  .u-px-lg--60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important
  }
  .u-m-lg--65 {
    margin: 4.0625rem !important
  }
  .u-mt-lg--65 {
    margin-top: 4.0625rem !important
  }
  .u-ml-lg--65 {
    margin-left: 4.0625rem !important
  }
  .u-mr-lg--65 {
    margin-right: 4.0625rem !important
  }
  .u-mb-lg--65 {
    margin-bottom: 4.0625rem !important
  }
  .u-my-lg--65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important
  }
  .u-mx-lg--65 {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important
  }
  .u-p-lg--65 {
    padding: 4.0625rem !important
  }
  .u-pt-lg--65 {
    padding-top: 4.0625rem !important
  }
  .u-pl-lg--65 {
    padding-left: 4.0625rem !important
  }
  .u-pr-lg--65 {
    padding-right: 4.0625rem !important
  }
  .u-pb-lg--65 {
    padding-bottom: 4.0625rem !important
  }
  .u-py-lg--65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important
  }
  .u-px-lg--65 {
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important
  }
  .u-m-lg--70 {
    margin: 4.375rem !important
  }
  .u-mt-lg--70 {
    margin-top: 4.375rem !important
  }
  .u-ml-lg--70 {
    margin-left: 4.375rem !important
  }
  .u-mr-lg--70 {
    margin-right: 4.375rem !important
  }
  .u-mb-lg--70 {
    margin-bottom: 4.375rem !important
  }
  .u-my-lg--70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important
  }
  .u-mx-lg--70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important
  }
  .u-p-lg--70 {
    padding: 4.375rem !important
  }
  .u-pt-lg--70 {
    padding-top: 4.375rem !important
  }
  .u-pl-lg--70 {
    padding-left: 4.375rem !important
  }
  .u-pr-lg--70 {
    padding-right: 4.375rem !important
  }
  .u-pb-lg--70 {
    padding-bottom: 4.375rem !important
  }
  .u-py-lg--70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important
  }
  .u-px-lg--70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important
  }
  .u-m-lg--75 {
    margin: 4.6875rem !important
  }
  .u-mt-lg--75 {
    margin-top: 4.6875rem !important
  }
  .u-ml-lg--75 {
    margin-left: 4.6875rem !important
  }
  .u-mr-lg--75 {
    margin-right: 4.6875rem !important
  }
  .u-mb-lg--75 {
    margin-bottom: 4.6875rem !important
  }
  .u-my-lg--75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important
  }
  .u-mx-lg--75 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important
  }
  .u-p-lg--75 {
    padding: 4.6875rem !important
  }
  .u-pt-lg--75 {
    padding-top: 4.6875rem !important
  }
  .u-pl-lg--75 {
    padding-left: 4.6875rem !important
  }
  .u-pr-lg--75 {
    padding-right: 4.6875rem !important
  }
  .u-pb-lg--75 {
    padding-bottom: 4.6875rem !important
  }
  .u-py-lg--75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important
  }
  .u-px-lg--75 {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important
  }
  .u-m-lg--80 {
    margin: 5rem !important
  }
  .u-mt-lg--80 {
    margin-top: 5rem !important
  }
  .u-ml-lg--80 {
    margin-left: 5rem !important
  }
  .u-mr-lg--80 {
    margin-right: 5rem !important
  }
  .u-mb-lg--80 {
    margin-bottom: 5rem !important
  }
  .u-my-lg--80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }
  .u-mx-lg--80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }
  .u-p-lg--80 {
    padding: 5rem !important
  }
  .u-pt-lg--80 {
    padding-top: 5rem !important
  }
  .u-pl-lg--80 {
    padding-left: 5rem !important
  }
  .u-pr-lg--80 {
    padding-right: 5rem !important
  }
  .u-pb-lg--80 {
    padding-bottom: 5rem !important
  }
  .u-py-lg--80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }
  .u-px-lg--80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }
  .u-m-lg--85 {
    margin: 5.3125rem !important
  }
  .u-mt-lg--85 {
    margin-top: 5.3125rem !important
  }
  .u-ml-lg--85 {
    margin-left: 5.3125rem !important
  }
  .u-mr-lg--85 {
    margin-right: 5.3125rem !important
  }
  .u-mb-lg--85 {
    margin-bottom: 5.3125rem !important
  }
  .u-my-lg--85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important
  }
  .u-mx-lg--85 {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important
  }
  .u-p-lg--85 {
    padding: 5.3125rem !important
  }
  .u-pt-lg--85 {
    padding-top: 5.3125rem !important
  }
  .u-pl-lg--85 {
    padding-left: 5.3125rem !important
  }
  .u-pr-lg--85 {
    padding-right: 5.3125rem !important
  }
  .u-pb-lg--85 {
    padding-bottom: 5.3125rem !important
  }
  .u-py-lg--85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important
  }
  .u-px-lg--85 {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important
  }
  .u-m-lg--90 {
    margin: 5.625rem !important
  }
  .u-mt-lg--90 {
    margin-top: 5.625rem !important
  }
  .u-ml-lg--90 {
    margin-left: 5.625rem !important
  }
  .u-mr-lg--90 {
    margin-right: 5.625rem !important
  }
  .u-mb-lg--90 {
    margin-bottom: 5.625rem !important
  }
  .u-my-lg--90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important
  }
  .u-mx-lg--90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important
  }
  .u-p-lg--90 {
    padding: 5.625rem !important
  }
  .u-pt-lg--90 {
    padding-top: 5.625rem !important
  }
  .u-pl-lg--90 {
    padding-left: 5.625rem !important
  }
  .u-pr-lg--90 {
    padding-right: 5.625rem !important
  }
  .u-pb-lg--90 {
    padding-bottom: 5.625rem !important
  }
  .u-py-lg--90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important
  }
  .u-px-lg--90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important
  }
  .u-m-lg--95 {
    margin: 5.9375rem !important
  }
  .u-mt-lg--95 {
    margin-top: 5.9375rem !important
  }
  .u-ml-lg--95 {
    margin-left: 5.9375rem !important
  }
  .u-mr-lg--95 {
    margin-right: 5.9375rem !important
  }
  .u-mb-lg--95 {
    margin-bottom: 5.9375rem !important
  }
  .u-my-lg--95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important
  }
  .u-mx-lg--95 {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important
  }
  .u-p-lg--95 {
    padding: 5.9375rem !important
  }
  .u-pt-lg--95 {
    padding-top: 5.9375rem !important
  }
  .u-pl-lg--95 {
    padding-left: 5.9375rem !important
  }
  .u-pr-lg--95 {
    padding-right: 5.9375rem !important
  }
  .u-pb-lg--95 {
    padding-bottom: 5.9375rem !important
  }
  .u-py-lg--95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important
  }
  .u-px-lg--95 {
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important
  }
  .u-m-lg--100 {
    margin: 6.25rem !important
  }
  .u-mt-lg--100 {
    margin-top: 6.25rem !important
  }
  .u-ml-lg--100 {
    margin-left: 6.25rem !important
  }
  .u-mr-lg--100 {
    margin-right: 6.25rem !important
  }
  .u-mb-lg--100 {
    margin-bottom: 6.25rem !important
  }
  .u-my-lg--100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important
  }
  .u-mx-lg--100 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important
  }
  .u-p-lg--100 {
    padding: 6.25rem !important
  }
  .u-pt-lg--100 {
    padding-top: 6.25rem !important
  }
  .u-pl-lg--100 {
    padding-left: 6.25rem !important
  }
  .u-pr-lg--100 {
    padding-right: 6.25rem !important
  }
  .u-pb-lg--100 {
    padding-bottom: 6.25rem !important
  }
  .u-py-lg--100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important
  }
  .u-px-lg--100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important
  }
  .u-m-lg--105 {
    margin: 6.5625rem !important
  }
  .u-mt-lg--105 {
    margin-top: 6.5625rem !important
  }
  .u-ml-lg--105 {
    margin-left: 6.5625rem !important
  }
  .u-mr-lg--105 {
    margin-right: 6.5625rem !important
  }
  .u-mb-lg--105 {
    margin-bottom: 6.5625rem !important
  }
  .u-my-lg--105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important
  }
  .u-mx-lg--105 {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important
  }
  .u-p-lg--105 {
    padding: 6.5625rem !important
  }
  .u-pt-lg--105 {
    padding-top: 6.5625rem !important
  }
  .u-pl-lg--105 {
    padding-left: 6.5625rem !important
  }
  .u-pr-lg--105 {
    padding-right: 6.5625rem !important
  }
  .u-pb-lg--105 {
    padding-bottom: 6.5625rem !important
  }
  .u-py-lg--105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important
  }
  .u-px-lg--105 {
    padding-left: 6.5625rem !important;
    padding-right: 6.5625rem !important
  }
  .u-m-lg--110 {
    margin: 6.875rem !important
  }
  .u-mt-lg--110 {
    margin-top: 6.875rem !important
  }
  .u-ml-lg--110 {
    margin-left: 6.875rem !important
  }
  .u-mr-lg--110 {
    margin-right: 6.875rem !important
  }
  .u-mb-lg--110 {
    margin-bottom: 6.875rem !important
  }
  .u-my-lg--110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important
  }
  .u-mx-lg--110 {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important
  }
  .u-p-lg--110 {
    padding: 6.875rem !important
  }
  .u-pt-lg--110 {
    padding-top: 6.875rem !important
  }
  .u-pl-lg--110 {
    padding-left: 6.875rem !important
  }
  .u-pr-lg--110 {
    padding-right: 6.875rem !important
  }
  .u-pb-lg--110 {
    padding-bottom: 6.875rem !important
  }
  .u-py-lg--110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important
  }
  .u-px-lg--110 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important
  }
  .u-m-lg--115 {
    margin: 7.1875rem !important
  }
  .u-mt-lg--115 {
    margin-top: 7.1875rem !important
  }
  .u-ml-lg--115 {
    margin-left: 7.1875rem !important
  }
  .u-mr-lg--115 {
    margin-right: 7.1875rem !important
  }
  .u-mb-lg--115 {
    margin-bottom: 7.1875rem !important
  }
  .u-my-lg--115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important
  }
  .u-mx-lg--115 {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important
  }
  .u-p-lg--115 {
    padding: 7.1875rem !important
  }
  .u-pt-lg--115 {
    padding-top: 7.1875rem !important
  }
  .u-pl-lg--115 {
    padding-left: 7.1875rem !important
  }
  .u-pr-lg--115 {
    padding-right: 7.1875rem !important
  }
  .u-pb-lg--115 {
    padding-bottom: 7.1875rem !important
  }
  .u-py-lg--115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important
  }
  .u-px-lg--115 {
    padding-left: 7.1875rem !important;
    padding-right: 7.1875rem !important
  }
  .u-m-lg--120 {
    margin: 7.5rem !important
  }
  .u-mt-lg--120 {
    margin-top: 7.5rem !important
  }
  .u-ml-lg--120 {
    margin-left: 7.5rem !important
  }
  .u-mr-lg--120 {
    margin-right: 7.5rem !important
  }
  .u-mb-lg--120 {
    margin-bottom: 7.5rem !important
  }
  .u-my-lg--120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important
  }
  .u-mx-lg--120 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }
  .u-p-lg--120 {
    padding: 7.5rem !important
  }
  .u-pt-lg--120 {
    padding-top: 7.5rem !important
  }
  .u-pl-lg--120 {
    padding-left: 7.5rem !important
  }
  .u-pr-lg--120 {
    padding-right: 7.5rem !important
  }
  .u-pb-lg--120 {
    padding-bottom: 7.5rem !important
  }
  .u-py-lg--120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important
  }
  .u-px-lg--120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }
  .u-m-lg--125 {
    margin: 7.8125rem !important
  }
  .u-mt-lg--125 {
    margin-top: 7.8125rem !important
  }
  .u-ml-lg--125 {
    margin-left: 7.8125rem !important
  }
  .u-mr-lg--125 {
    margin-right: 7.8125rem !important
  }
  .u-mb-lg--125 {
    margin-bottom: 7.8125rem !important
  }
  .u-my-lg--125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important
  }
  .u-mx-lg--125 {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important
  }
  .u-p-lg--125 {
    padding: 7.8125rem !important
  }
  .u-pt-lg--125 {
    padding-top: 7.8125rem !important
  }
  .u-pl-lg--125 {
    padding-left: 7.8125rem !important
  }
  .u-pr-lg--125 {
    padding-right: 7.8125rem !important
  }
  .u-pb-lg--125 {
    padding-bottom: 7.8125rem !important
  }
  .u-py-lg--125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important
  }
  .u-px-lg--125 {
    padding-left: 7.8125rem !important;
    padding-right: 7.8125rem !important
  }
  .u-m-lg--130 {
    margin: 8.125rem !important
  }
  .u-mt-lg--130 {
    margin-top: 8.125rem !important
  }
  .u-ml-lg--130 {
    margin-left: 8.125rem !important
  }
  .u-mr-lg--130 {
    margin-right: 8.125rem !important
  }
  .u-mb-lg--130 {
    margin-bottom: 8.125rem !important
  }
  .u-my-lg--130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important
  }
  .u-mx-lg--130 {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important
  }
  .u-p-lg--130 {
    padding: 8.125rem !important
  }
  .u-pt-lg--130 {
    padding-top: 8.125rem !important
  }
  .u-pl-lg--130 {
    padding-left: 8.125rem !important
  }
  .u-pr-lg--130 {
    padding-right: 8.125rem !important
  }
  .u-pb-lg--130 {
    padding-bottom: 8.125rem !important
  }
  .u-py-lg--130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important
  }
  .u-px-lg--130 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important
  }
  .u-m-lg--135 {
    margin: 8.4375rem !important
  }
  .u-mt-lg--135 {
    margin-top: 8.4375rem !important
  }
  .u-ml-lg--135 {
    margin-left: 8.4375rem !important
  }
  .u-mr-lg--135 {
    margin-right: 8.4375rem !important
  }
  .u-mb-lg--135 {
    margin-bottom: 8.4375rem !important
  }
  .u-my-lg--135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important
  }
  .u-mx-lg--135 {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important
  }
  .u-p-lg--135 {
    padding: 8.4375rem !important
  }
  .u-pt-lg--135 {
    padding-top: 8.4375rem !important
  }
  .u-pl-lg--135 {
    padding-left: 8.4375rem !important
  }
  .u-pr-lg--135 {
    padding-right: 8.4375rem !important
  }
  .u-pb-lg--135 {
    padding-bottom: 8.4375rem !important
  }
  .u-py-lg--135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important
  }
  .u-px-lg--135 {
    padding-left: 8.4375rem !important;
    padding-right: 8.4375rem !important
  }
  .u-m-lg--140 {
    margin: 8.75rem !important
  }
  .u-mt-lg--140 {
    margin-top: 8.75rem !important
  }
  .u-ml-lg--140 {
    margin-left: 8.75rem !important
  }
  .u-mr-lg--140 {
    margin-right: 8.75rem !important
  }
  .u-mb-lg--140 {
    margin-bottom: 8.75rem !important
  }
  .u-my-lg--140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important
  }
  .u-mx-lg--140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important
  }
  .u-p-lg--140 {
    padding: 8.75rem !important
  }
  .u-pt-lg--140 {
    padding-top: 8.75rem !important
  }
  .u-pl-lg--140 {
    padding-left: 8.75rem !important
  }
  .u-pr-lg--140 {
    padding-right: 8.75rem !important
  }
  .u-pb-lg--140 {
    padding-bottom: 8.75rem !important
  }
  .u-py-lg--140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important
  }
  .u-px-lg--140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important
  }
  .u-m-lg--145 {
    margin: 9.0625rem !important
  }
  .u-mt-lg--145 {
    margin-top: 9.0625rem !important
  }
  .u-ml-lg--145 {
    margin-left: 9.0625rem !important
  }
  .u-mr-lg--145 {
    margin-right: 9.0625rem !important
  }
  .u-mb-lg--145 {
    margin-bottom: 9.0625rem !important
  }
  .u-my-lg--145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important
  }
  .u-mx-lg--145 {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important
  }
  .u-p-lg--145 {
    padding: 9.0625rem !important
  }
  .u-pt-lg--145 {
    padding-top: 9.0625rem !important
  }
  .u-pl-lg--145 {
    padding-left: 9.0625rem !important
  }
  .u-pr-lg--145 {
    padding-right: 9.0625rem !important
  }
  .u-pb-lg--145 {
    padding-bottom: 9.0625rem !important
  }
  .u-py-lg--145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important
  }
  .u-px-lg--145 {
    padding-left: 9.0625rem !important;
    padding-right: 9.0625rem !important
  }
  .u-m-lg--150 {
    margin: 9.375rem !important
  }
  .u-mt-lg--150 {
    margin-top: 9.375rem !important
  }
  .u-ml-lg--150 {
    margin-left: 9.375rem !important
  }
  .u-mr-lg--150 {
    margin-right: 9.375rem !important
  }
  .u-mb-lg--150 {
    margin-bottom: 9.375rem !important
  }
  .u-my-lg--150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important
  }
  .u-mx-lg--150 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important
  }
  .u-p-lg--150 {
    padding: 9.375rem !important
  }
  .u-pt-lg--150 {
    padding-top: 9.375rem !important
  }
  .u-pl-lg--150 {
    padding-left: 9.375rem !important
  }
  .u-pr-lg--150 {
    padding-right: 9.375rem !important
  }
  .u-pb-lg--150 {
    padding-bottom: 9.375rem !important
  }
  .u-py-lg--150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important
  }
  .u-px-lg--150 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important
  }
}
.u-bg--gray {
  background: #f5f5f5 !important
}
.u-text--bold {
  font-weight: 700 !important
}
.u-text--normal {
  font-weight: 400 !important
}
.u-text--left {
  text-align: left !important
}
.u-text--right {
  text-align: right !important
}
.u-text--center {
  text-align: center !important
}
.u-text--top {
  vertical-align: top !important
}
.u-text--middle {
  vertical-align: middle !important
}
.u-text--bottom {
  vertical-align: bottom !important
}
.u-text-color--danger {
  color: #c11919 !important
}
.u-text-color--info {
  color: #1667a0 !important
}
.u-fs--0 {
  font-size: 0 !important
}
.u-fs--1 {
  font-size: .0625rem !important
}
.u-fs--2 {
  font-size: .125rem !important
}
.u-fs--3 {
  font-size: .1875rem !important
}
.u-fs--4 {
  font-size: .25rem !important
}
.u-fs--5 {
  font-size: .3125rem !important
}
.u-fs--6 {
  font-size: .375rem !important
}
.u-fs--7 {
  font-size: .4375rem !important
}
.u-fs--8 {
  font-size: .5rem !important
}
.u-fs--9 {
  font-size: .5625rem !important
}
.u-fs--10 {
  font-size: .625rem !important
}
.u-fs--11 {
  font-size: .6875rem !important
}
.u-fs--12 {
  font-size: .75rem !important
}
.u-fs--13 {
  font-size: .8125rem !important
}
.u-fs--14 {
  font-size: .875rem !important
}
.u-fs--15 {
  font-size: .9375rem !important
}
.u-fs--16 {
  font-size: 1rem !important
}
.u-fs--17 {
  font-size: 1.0625rem !important
}
.u-fs--18 {
  font-size: 1.125rem !important
}
.u-fs--19 {
  font-size: 1.1875rem !important
}
.u-fs--20 {
  font-size: 1.25rem !important
}
.u-fs--21 {
  font-size: 1.3125rem !important
}
.u-fs--22 {
  font-size: 1.375rem !important
}
.u-fs--23 {
  font-size: 1.4375rem !important
}
.u-fs--24 {
  font-size: 1.5rem !important
}
.u-fs--25 {
  font-size: 1.5625rem !important
}
.u-fs--26 {
  font-size: 1.625rem !important
}
.u-fs--27 {
  font-size: 1.6875rem !important
}
.u-fs--28 {
  font-size: 1.75rem !important
}
.u-fs--29 {
  font-size: 1.8125rem !important
}
.u-fs--30 {
  font-size: 1.875rem !important
}
.u-fs--31 {
  font-size: 1.9375rem !important
}
.u-fs--32 {
  font-size: 2rem !important
}
.u-fs--33 {
  font-size: 2.0625rem !important
}
.u-fs--34 {
  font-size: 2.125rem !important
}
.u-fs--35 {
  font-size: 2.1875rem !important
}
.u-fs--36 {
  font-size: 2.25rem !important
}
.u-fs--37 {
  font-size: 2.3125rem !important
}
.u-fs--38 {
  font-size: 2.375rem !important
}
.u-fs--39 {
  font-size: 2.4375rem !important
}
.u-fs--40 {
  font-size: 2.5rem !important
}
.u-fs--41 {
  font-size: 2.5625rem !important
}
.u-fs--42 {
  font-size: 2.625rem !important
}
.u-fs--43 {
  font-size: 2.6875rem !important
}
.u-fs--44 {
  font-size: 2.75rem !important
}
.u-fs--45 {
  font-size: 2.8125rem !important
}
.u-fs--46 {
  font-size: 2.875rem !important
}
.u-fs--47 {
  font-size: 2.9375rem !important
}
.u-fs--48 {
  font-size: 3rem !important
}
.u-fs--49 {
  font-size: 3.0625rem !important
}
.u-fs--50 {
  font-size: 3.125rem !important
}
.u-fs--51 {
  font-size: 3.1875rem !important
}
.u-fs--52 {
  font-size: 3.25rem !important
}
.u-fs--53 {
  font-size: 3.3125rem !important
}
.u-fs--54 {
  font-size: 3.375rem !important
}
.u-fs--55 {
  font-size: 3.4375rem !important
}
.u-fs--56 {
  font-size: 3.5rem !important
}
.u-fs--57 {
  font-size: 3.5625rem !important
}
.u-fs--58 {
  font-size: 3.625rem !important
}
.u-fs--59 {
  font-size: 3.6875rem !important
}
.u-fs--60 {
  font-size: 3.75rem !important
}
.u-fs--61 {
  font-size: 3.8125rem !important
}
.u-fs--62 {
  font-size: 3.875rem !important
}
.u-fs--63 {
  font-size: 3.9375rem !important
}
.u-fs--64 {
  font-size: 4rem !important
}
.u-fs--65 {
  font-size: 4.0625rem !important
}
.u-fs--66 {
  font-size: 4.125rem !important
}
.u-fs--67 {
  font-size: 4.1875rem !important
}
.u-fs--68 {
  font-size: 4.25rem !important
}
.u-fs--69 {
  font-size: 4.3125rem !important
}
.u-fs--70 {
  font-size: 4.375rem !important
}
.u-fs--71 {
  font-size: 4.4375rem !important
}
.u-fs--72 {
  font-size: 4.5rem !important
}
.u-fs--73 {
  font-size: 4.5625rem !important
}
.u-fs--74 {
  font-size: 4.625rem !important
}
.u-fs--75 {
  font-size: 4.6875rem !important
}
.u-fs--76 {
  font-size: 4.75rem !important
}
.u-fs--77 {
  font-size: 4.8125rem !important
}
.u-fs--78 {
  font-size: 4.875rem !important
}
.u-fs--79 {
  font-size: 4.9375rem !important
}
.u-fs--80 {
  font-size: 5rem !important
}
.u-fs--81 {
  font-size: 5.0625rem !important
}
.u-fs--82 {
  font-size: 5.125rem !important
}
.u-fs--83 {
  font-size: 5.1875rem !important
}
.u-fs--84 {
  font-size: 5.25rem !important
}
.u-fs--85 {
  font-size: 5.3125rem !important
}
.u-fs--86 {
  font-size: 5.375rem !important
}
.u-fs--87 {
  font-size: 5.4375rem !important
}
.u-fs--88 {
  font-size: 5.5rem !important
}
.u-fs--89 {
  font-size: 5.5625rem !important
}
.u-fs--90 {
  font-size: 5.625rem !important
}
.u-fs--91 {
  font-size: 5.6875rem !important
}
.u-fs--92 {
  font-size: 5.75rem !important
}
.u-fs--93 {
  font-size: 5.8125rem !important
}
.u-fs--94 {
  font-size: 5.875rem !important
}
.u-fs--95 {
  font-size: 5.9375rem !important
}
.u-fs--96 {
  font-size: 6rem !important
}
.u-fs--97 {
  font-size: 6.0625rem !important
}
.u-fs--98 {
  font-size: 6.125rem !important
}
.u-fs--99 {
  font-size: 6.1875rem !important
}
.u-fs--100 {
  font-size: 6.25rem !important
}
@media screen and (min-width:640px) {
  .u-fs-sm--0 {
    font-size: 0 !important
  }
  .u-fs-sm--1 {
    font-size: .0625rem !important
  }
  .u-fs-sm--2 {
    font-size: .125rem !important
  }
  .u-fs-sm--3 {
    font-size: .1875rem !important
  }
  .u-fs-sm--4 {
    font-size: .25rem !important
  }
  .u-fs-sm--5 {
    font-size: .3125rem !important
  }
  .u-fs-sm--6 {
    font-size: .375rem !important
  }
  .u-fs-sm--7 {
    font-size: .4375rem !important
  }
  .u-fs-sm--8 {
    font-size: .5rem !important
  }
  .u-fs-sm--9 {
    font-size: .5625rem !important
  }
  .u-fs-sm--10 {
    font-size: .625rem !important
  }
  .u-fs-sm--11 {
    font-size: .6875rem !important
  }
  .u-fs-sm--12 {
    font-size: .75rem !important
  }
  .u-fs-sm--13 {
    font-size: .8125rem !important
  }
  .u-fs-sm--14 {
    font-size: .875rem !important
  }
  .u-fs-sm--15 {
    font-size: .9375rem !important
  }
  .u-fs-sm--16 {
    font-size: 1rem !important
  }
  .u-fs-sm--17 {
    font-size: 1.0625rem !important
  }
  .u-fs-sm--18 {
    font-size: 1.125rem !important
  }
  .u-fs-sm--19 {
    font-size: 1.1875rem !important
  }
  .u-fs-sm--20 {
    font-size: 1.25rem !important
  }
  .u-fs-sm--21 {
    font-size: 1.3125rem !important
  }
  .u-fs-sm--22 {
    font-size: 1.375rem !important
  }
  .u-fs-sm--23 {
    font-size: 1.4375rem !important
  }
  .u-fs-sm--24 {
    font-size: 1.5rem !important
  }
  .u-fs-sm--25 {
    font-size: 1.5625rem !important
  }
  .u-fs-sm--26 {
    font-size: 1.625rem !important
  }
  .u-fs-sm--27 {
    font-size: 1.6875rem !important
  }
  .u-fs-sm--28 {
    font-size: 1.75rem !important
  }
  .u-fs-sm--29 {
    font-size: 1.8125rem !important
  }
  .u-fs-sm--30 {
    font-size: 1.875rem !important
  }
  .u-fs-sm--31 {
    font-size: 1.9375rem !important
  }
  .u-fs-sm--32 {
    font-size: 2rem !important
  }
  .u-fs-sm--33 {
    font-size: 2.0625rem !important
  }
  .u-fs-sm--34 {
    font-size: 2.125rem !important
  }
  .u-fs-sm--35 {
    font-size: 2.1875rem !important
  }
  .u-fs-sm--36 {
    font-size: 2.25rem !important
  }
  .u-fs-sm--37 {
    font-size: 2.3125rem !important
  }
  .u-fs-sm--38 {
    font-size: 2.375rem !important
  }
  .u-fs-sm--39 {
    font-size: 2.4375rem !important
  }
  .u-fs-sm--40 {
    font-size: 2.5rem !important
  }
  .u-fs-sm--41 {
    font-size: 2.5625rem !important
  }
  .u-fs-sm--42 {
    font-size: 2.625rem !important
  }
  .u-fs-sm--43 {
    font-size: 2.6875rem !important
  }
  .u-fs-sm--44 {
    font-size: 2.75rem !important
  }
  .u-fs-sm--45 {
    font-size: 2.8125rem !important
  }
  .u-fs-sm--46 {
    font-size: 2.875rem !important
  }
  .u-fs-sm--47 {
    font-size: 2.9375rem !important
  }
  .u-fs-sm--48 {
    font-size: 3rem !important
  }
  .u-fs-sm--49 {
    font-size: 3.0625rem !important
  }
  .u-fs-sm--50 {
    font-size: 3.125rem !important
  }
  .u-fs-sm--51 {
    font-size: 3.1875rem !important
  }
  .u-fs-sm--52 {
    font-size: 3.25rem !important
  }
  .u-fs-sm--53 {
    font-size: 3.3125rem !important
  }
  .u-fs-sm--54 {
    font-size: 3.375rem !important
  }
  .u-fs-sm--55 {
    font-size: 3.4375rem !important
  }
  .u-fs-sm--56 {
    font-size: 3.5rem !important
  }
  .u-fs-sm--57 {
    font-size: 3.5625rem !important
  }
  .u-fs-sm--58 {
    font-size: 3.625rem !important
  }
  .u-fs-sm--59 {
    font-size: 3.6875rem !important
  }
  .u-fs-sm--60 {
    font-size: 3.75rem !important
  }
  .u-fs-sm--61 {
    font-size: 3.8125rem !important
  }
  .u-fs-sm--62 {
    font-size: 3.875rem !important
  }
  .u-fs-sm--63 {
    font-size: 3.9375rem !important
  }
  .u-fs-sm--64 {
    font-size: 4rem !important
  }
  .u-fs-sm--65 {
    font-size: 4.0625rem !important
  }
  .u-fs-sm--66 {
    font-size: 4.125rem !important
  }
  .u-fs-sm--67 {
    font-size: 4.1875rem !important
  }
  .u-fs-sm--68 {
    font-size: 4.25rem !important
  }
  .u-fs-sm--69 {
    font-size: 4.3125rem !important
  }
  .u-fs-sm--70 {
    font-size: 4.375rem !important
  }
  .u-fs-sm--71 {
    font-size: 4.4375rem !important
  }
  .u-fs-sm--72 {
    font-size: 4.5rem !important
  }
  .u-fs-sm--73 {
    font-size: 4.5625rem !important
  }
  .u-fs-sm--74 {
    font-size: 4.625rem !important
  }
  .u-fs-sm--75 {
    font-size: 4.6875rem !important
  }
  .u-fs-sm--76 {
    font-size: 4.75rem !important
  }
  .u-fs-sm--77 {
    font-size: 4.8125rem !important
  }
  .u-fs-sm--78 {
    font-size: 4.875rem !important
  }
  .u-fs-sm--79 {
    font-size: 4.9375rem !important
  }
  .u-fs-sm--80 {
    font-size: 5rem !important
  }
  .u-fs-sm--81 {
    font-size: 5.0625rem !important
  }
  .u-fs-sm--82 {
    font-size: 5.125rem !important
  }
  .u-fs-sm--83 {
    font-size: 5.1875rem !important
  }
  .u-fs-sm--84 {
    font-size: 5.25rem !important
  }
  .u-fs-sm--85 {
    font-size: 5.3125rem !important
  }
  .u-fs-sm--86 {
    font-size: 5.375rem !important
  }
  .u-fs-sm--87 {
    font-size: 5.4375rem !important
  }
  .u-fs-sm--88 {
    font-size: 5.5rem !important
  }
  .u-fs-sm--89 {
    font-size: 5.5625rem !important
  }
  .u-fs-sm--90 {
    font-size: 5.625rem !important
  }
  .u-fs-sm--91 {
    font-size: 5.6875rem !important
  }
  .u-fs-sm--92 {
    font-size: 5.75rem !important
  }
  .u-fs-sm--93 {
    font-size: 5.8125rem !important
  }
  .u-fs-sm--94 {
    font-size: 5.875rem !important
  }
  .u-fs-sm--95 {
    font-size: 5.9375rem !important
  }
  .u-fs-sm--96 {
    font-size: 6rem !important
  }
  .u-fs-sm--97 {
    font-size: 6.0625rem !important
  }
  .u-fs-sm--98 {
    font-size: 6.125rem !important
  }
  .u-fs-sm--99 {
    font-size: 6.1875rem !important
  }
  .u-fs-sm--100 {
    font-size: 6.25rem !important
  }
  .u-text-sm--bold {
    font-weight: 700 !important
  }
  .u-text-sm--normal {
    font-weight: 400 !important
  }
  .u-text-sm--left {
    text-align: left !important
  }
  .u-text-sm--right {
    text-align: right !important
  }
  .u-text-sm--center {
    text-align: center !important
  }
  .u-text-sm--top {
    vertical-align: top !important
  }
  .u-text-sm--middle {
    vertical-align: middle !important
  }
  .u-text-sm--bottom {
    vertical-align: bottom !important
  }
}
@media screen and (min-width:768px) {
  .u-fs-md--0 {
    font-size: 0 !important
  }
  .u-fs-md--1 {
    font-size: .0625rem !important
  }
  .u-fs-md--2 {
    font-size: .125rem !important
  }
  .u-fs-md--3 {
    font-size: .1875rem !important
  }
  .u-fs-md--4 {
    font-size: .25rem !important
  }
  .u-fs-md--5 {
    font-size: .3125rem !important
  }
  .u-fs-md--6 {
    font-size: .375rem !important
  }
  .u-fs-md--7 {
    font-size: .4375rem !important
  }
  .u-fs-md--8 {
    font-size: .5rem !important
  }
  .u-fs-md--9 {
    font-size: .5625rem !important
  }
  .u-fs-md--10 {
    font-size: .625rem !important
  }
  .u-fs-md--11 {
    font-size: .6875rem !important
  }
  .u-fs-md--12 {
    font-size: .75rem !important
  }
  .u-fs-md--13 {
    font-size: .8125rem !important
  }
  .u-fs-md--14 {
    font-size: .875rem !important
  }
  .u-fs-md--15 {
    font-size: .9375rem !important
  }
  .u-fs-md--16 {
    font-size: 1rem !important
  }
  .u-fs-md--17 {
    font-size: 1.0625rem !important
  }
  .u-fs-md--18 {
    font-size: 1.125rem !important
  }
  .u-fs-md--19 {
    font-size: 1.1875rem !important
  }
  .u-fs-md--20 {
    font-size: 1.25rem !important
  }
  .u-fs-md--21 {
    font-size: 1.3125rem !important
  }
  .u-fs-md--22 {
    font-size: 1.375rem !important
  }
  .u-fs-md--23 {
    font-size: 1.4375rem !important
  }
  .u-fs-md--24 {
    font-size: 1.5rem !important
  }
  .u-fs-md--25 {
    font-size: 1.5625rem !important
  }
  .u-fs-md--26 {
    font-size: 1.625rem !important
  }
  .u-fs-md--27 {
    font-size: 1.6875rem !important
  }
  .u-fs-md--28 {
    font-size: 1.75rem !important
  }
  .u-fs-md--29 {
    font-size: 1.8125rem !important
  }
  .u-fs-md--30 {
    font-size: 1.875rem !important
  }
  .u-fs-md--31 {
    font-size: 1.9375rem !important
  }
  .u-fs-md--32 {
    font-size: 2rem !important
  }
  .u-fs-md--33 {
    font-size: 2.0625rem !important
  }
  .u-fs-md--34 {
    font-size: 2.125rem !important
  }
  .u-fs-md--35 {
    font-size: 2.1875rem !important
  }
  .u-fs-md--36 {
    font-size: 2.25rem !important
  }
  .u-fs-md--37 {
    font-size: 2.3125rem !important
  }
  .u-fs-md--38 {
    font-size: 2.375rem !important
  }
  .u-fs-md--39 {
    font-size: 2.4375rem !important
  }
  .u-fs-md--40 {
    font-size: 2.5rem !important
  }
  .u-fs-md--41 {
    font-size: 2.5625rem !important
  }
  .u-fs-md--42 {
    font-size: 2.625rem !important
  }
  .u-fs-md--43 {
    font-size: 2.6875rem !important
  }
  .u-fs-md--44 {
    font-size: 2.75rem !important
  }
  .u-fs-md--45 {
    font-size: 2.8125rem !important
  }
  .u-fs-md--46 {
    font-size: 2.875rem !important
  }
  .u-fs-md--47 {
    font-size: 2.9375rem !important
  }
  .u-fs-md--48 {
    font-size: 3rem !important
  }
  .u-fs-md--49 {
    font-size: 3.0625rem !important
  }
  .u-fs-md--50 {
    font-size: 3.125rem !important
  }
  .u-fs-md--51 {
    font-size: 3.1875rem !important
  }
  .u-fs-md--52 {
    font-size: 3.25rem !important
  }
  .u-fs-md--53 {
    font-size: 3.3125rem !important
  }
  .u-fs-md--54 {
    font-size: 3.375rem !important
  }
  .u-fs-md--55 {
    font-size: 3.4375rem !important
  }
  .u-fs-md--56 {
    font-size: 3.5rem !important
  }
  .u-fs-md--57 {
    font-size: 3.5625rem !important
  }
  .u-fs-md--58 {
    font-size: 3.625rem !important
  }
  .u-fs-md--59 {
    font-size: 3.6875rem !important
  }
  .u-fs-md--60 {
    font-size: 3.75rem !important
  }
  .u-fs-md--61 {
    font-size: 3.8125rem !important
  }
  .u-fs-md--62 {
    font-size: 3.875rem !important
  }
  .u-fs-md--63 {
    font-size: 3.9375rem !important
  }
  .u-fs-md--64 {
    font-size: 4rem !important
  }
  .u-fs-md--65 {
    font-size: 4.0625rem !important
  }
  .u-fs-md--66 {
    font-size: 4.125rem !important
  }
  .u-fs-md--67 {
    font-size: 4.1875rem !important
  }
  .u-fs-md--68 {
    font-size: 4.25rem !important
  }
  .u-fs-md--69 {
    font-size: 4.3125rem !important
  }
  .u-fs-md--70 {
    font-size: 4.375rem !important
  }
  .u-fs-md--71 {
    font-size: 4.4375rem !important
  }
  .u-fs-md--72 {
    font-size: 4.5rem !important
  }
  .u-fs-md--73 {
    font-size: 4.5625rem !important
  }
  .u-fs-md--74 {
    font-size: 4.625rem !important
  }
  .u-fs-md--75 {
    font-size: 4.6875rem !important
  }
  .u-fs-md--76 {
    font-size: 4.75rem !important
  }
  .u-fs-md--77 {
    font-size: 4.8125rem !important
  }
  .u-fs-md--78 {
    font-size: 4.875rem !important
  }
  .u-fs-md--79 {
    font-size: 4.9375rem !important
  }
  .u-fs-md--80 {
    font-size: 5rem !important
  }
  .u-fs-md--81 {
    font-size: 5.0625rem !important
  }
  .u-fs-md--82 {
    font-size: 5.125rem !important
  }
  .u-fs-md--83 {
    font-size: 5.1875rem !important
  }
  .u-fs-md--84 {
    font-size: 5.25rem !important
  }
  .u-fs-md--85 {
    font-size: 5.3125rem !important
  }
  .u-fs-md--86 {
    font-size: 5.375rem !important
  }
  .u-fs-md--87 {
    font-size: 5.4375rem !important
  }
  .u-fs-md--88 {
    font-size: 5.5rem !important
  }
  .u-fs-md--89 {
    font-size: 5.5625rem !important
  }
  .u-fs-md--90 {
    font-size: 5.625rem !important
  }
  .u-fs-md--91 {
    font-size: 5.6875rem !important
  }
  .u-fs-md--92 {
    font-size: 5.75rem !important
  }
  .u-fs-md--93 {
    font-size: 5.8125rem !important
  }
  .u-fs-md--94 {
    font-size: 5.875rem !important
  }
  .u-fs-md--95 {
    font-size: 5.9375rem !important
  }
  .u-fs-md--96 {
    font-size: 6rem !important
  }
  .u-fs-md--97 {
    font-size: 6.0625rem !important
  }
  .u-fs-md--98 {
    font-size: 6.125rem !important
  }
  .u-fs-md--99 {
    font-size: 6.1875rem !important
  }
  .u-fs-md--100 {
    font-size: 6.25rem !important
  }
  .u-text-md--bold {
    font-weight: 700 !important
  }
  .u-text-md--normal {
    font-weight: 400 !important
  }
  .u-text-md--left {
    text-align: left !important
  }
  .u-text-md--right {
    text-align: right !important
  }
  .u-text-md--center {
    text-align: center !important
  }
  .u-text-md--top {
    vertical-align: top !important
  }
  .u-text-md--middle {
    vertical-align: middle !important
  }
  .u-text-md--bottom {
    vertical-align: bottom !important
  }
}
@media screen and (min-width:960px) {
  .u-fs-lg--0 {
    font-size: 0 !important
  }
  .u-fs-lg--1 {
    font-size: .0625rem !important
  }
  .u-fs-lg--2 {
    font-size: .125rem !important
  }
  .u-fs-lg--3 {
    font-size: .1875rem !important
  }
  .u-fs-lg--4 {
    font-size: .25rem !important
  }
  .u-fs-lg--5 {
    font-size: .3125rem !important
  }
  .u-fs-lg--6 {
    font-size: .375rem !important
  }
  .u-fs-lg--7 {
    font-size: .4375rem !important
  }
  .u-fs-lg--8 {
    font-size: .5rem !important
  }
  .u-fs-lg--9 {
    font-size: .5625rem !important
  }
  .u-fs-lg--10 {
    font-size: .625rem !important
  }
  .u-fs-lg--11 {
    font-size: .6875rem !important
  }
  .u-fs-lg--12 {
    font-size: .75rem !important
  }
  .u-fs-lg--13 {
    font-size: .8125rem !important
  }
  .u-fs-lg--14 {
    font-size: .875rem !important
  }
  .u-fs-lg--15 {
    font-size: .9375rem !important
  }
  .u-fs-lg--16 {
    font-size: 1rem !important
  }
  .u-fs-lg--17 {
    font-size: 1.0625rem !important
  }
  .u-fs-lg--18 {
    font-size: 1.125rem !important
  }
  .u-fs-lg--19 {
    font-size: 1.1875rem !important
  }
  .u-fs-lg--20 {
    font-size: 1.25rem !important
  }
  .u-fs-lg--21 {
    font-size: 1.3125rem !important
  }
  .u-fs-lg--22 {
    font-size: 1.375rem !important
  }
  .u-fs-lg--23 {
    font-size: 1.4375rem !important
  }
  .u-fs-lg--24 {
    font-size: 1.5rem !important
  }
  .u-fs-lg--25 {
    font-size: 1.5625rem !important
  }
  .u-fs-lg--26 {
    font-size: 1.625rem !important
  }
  .u-fs-lg--27 {
    font-size: 1.6875rem !important
  }
  .u-fs-lg--28 {
    font-size: 1.75rem !important
  }
  .u-fs-lg--29 {
    font-size: 1.8125rem !important
  }
  .u-fs-lg--30 {
    font-size: 1.875rem !important
  }
  .u-fs-lg--31 {
    font-size: 1.9375rem !important
  }
  .u-fs-lg--32 {
    font-size: 2rem !important
  }
  .u-fs-lg--33 {
    font-size: 2.0625rem !important
  }
  .u-fs-lg--34 {
    font-size: 2.125rem !important
  }
  .u-fs-lg--35 {
    font-size: 2.1875rem !important
  }
  .u-fs-lg--36 {
    font-size: 2.25rem !important
  }
  .u-fs-lg--37 {
    font-size: 2.3125rem !important
  }
  .u-fs-lg--38 {
    font-size: 2.375rem !important
  }
  .u-fs-lg--39 {
    font-size: 2.4375rem !important
  }
  .u-fs-lg--40 {
    font-size: 2.5rem !important
  }
  .u-fs-lg--41 {
    font-size: 2.5625rem !important
  }
  .u-fs-lg--42 {
    font-size: 2.625rem !important
  }
  .u-fs-lg--43 {
    font-size: 2.6875rem !important
  }
  .u-fs-lg--44 {
    font-size: 2.75rem !important
  }
  .u-fs-lg--45 {
    font-size: 2.8125rem !important
  }
  .u-fs-lg--46 {
    font-size: 2.875rem !important
  }
  .u-fs-lg--47 {
    font-size: 2.9375rem !important
  }
  .u-fs-lg--48 {
    font-size: 3rem !important
  }
  .u-fs-lg--49 {
    font-size: 3.0625rem !important
  }
  .u-fs-lg--50 {
    font-size: 3.125rem !important
  }
  .u-fs-lg--51 {
    font-size: 3.1875rem !important
  }
  .u-fs-lg--52 {
    font-size: 3.25rem !important
  }
  .u-fs-lg--53 {
    font-size: 3.3125rem !important
  }
  .u-fs-lg--54 {
    font-size: 3.375rem !important
  }
  .u-fs-lg--55 {
    font-size: 3.4375rem !important
  }
  .u-fs-lg--56 {
    font-size: 3.5rem !important
  }
  .u-fs-lg--57 {
    font-size: 3.5625rem !important
  }
  .u-fs-lg--58 {
    font-size: 3.625rem !important
  }
  .u-fs-lg--59 {
    font-size: 3.6875rem !important
  }
  .u-fs-lg--60 {
    font-size: 3.75rem !important
  }
  .u-fs-lg--61 {
    font-size: 3.8125rem !important
  }
  .u-fs-lg--62 {
    font-size: 3.875rem !important
  }
  .u-fs-lg--63 {
    font-size: 3.9375rem !important
  }
  .u-fs-lg--64 {
    font-size: 4rem !important
  }
  .u-fs-lg--65 {
    font-size: 4.0625rem !important
  }
  .u-fs-lg--66 {
    font-size: 4.125rem !important
  }
  .u-fs-lg--67 {
    font-size: 4.1875rem !important
  }
  .u-fs-lg--68 {
    font-size: 4.25rem !important
  }
  .u-fs-lg--69 {
    font-size: 4.3125rem !important
  }
  .u-fs-lg--70 {
    font-size: 4.375rem !important
  }
  .u-fs-lg--71 {
    font-size: 4.4375rem !important
  }
  .u-fs-lg--72 {
    font-size: 4.5rem !important
  }
  .u-fs-lg--73 {
    font-size: 4.5625rem !important
  }
  .u-fs-lg--74 {
    font-size: 4.625rem !important
  }
  .u-fs-lg--75 {
    font-size: 4.6875rem !important
  }
  .u-fs-lg--76 {
    font-size: 4.75rem !important
  }
  .u-fs-lg--77 {
    font-size: 4.8125rem !important
  }
  .u-fs-lg--78 {
    font-size: 4.875rem !important
  }
  .u-fs-lg--79 {
    font-size: 4.9375rem !important
  }
  .u-fs-lg--80 {
    font-size: 5rem !important
  }
  .u-fs-lg--81 {
    font-size: 5.0625rem !important
  }
  .u-fs-lg--82 {
    font-size: 5.125rem !important
  }
  .u-fs-lg--83 {
    font-size: 5.1875rem !important
  }
  .u-fs-lg--84 {
    font-size: 5.25rem !important
  }
  .u-fs-lg--85 {
    font-size: 5.3125rem !important
  }
  .u-fs-lg--86 {
    font-size: 5.375rem !important
  }
  .u-fs-lg--87 {
    font-size: 5.4375rem !important
  }
  .u-fs-lg--88 {
    font-size: 5.5rem !important
  }
  .u-fs-lg--89 {
    font-size: 5.5625rem !important
  }
  .u-fs-lg--90 {
    font-size: 5.625rem !important
  }
  .u-fs-lg--91 {
    font-size: 5.6875rem !important
  }
  .u-fs-lg--92 {
    font-size: 5.75rem !important
  }
  .u-fs-lg--93 {
    font-size: 5.8125rem !important
  }
  .u-fs-lg--94 {
    font-size: 5.875rem !important
  }
  .u-fs-lg--95 {
    font-size: 5.9375rem !important
  }
  .u-fs-lg--96 {
    font-size: 6rem !important
  }
  .u-fs-lg--97 {
    font-size: 6.0625rem !important
  }
  .u-fs-lg--98 {
    font-size: 6.125rem !important
  }
  .u-fs-lg--99 {
    font-size: 6.1875rem !important
  }
  .u-fs-lg--100 {
    font-size: 6.25rem !important
  }
  .u-text-lg--bold {
    font-weight: 700 !important
  }
  .u-text-lg--normal {
    font-weight: 400 !important
  }
  .u-text-lg--left {
    text-align: left !important
  }
  .u-text-lg--right {
    text-align: right !important
  }
  .u-text-lg--center {
    text-align: center !important
  }
  .u-text-lg--top {
    vertical-align: top !important
  }
  .u-text-lg--middle {
    vertical-align: middle !important
  }
  .u-text-lg--bottom {
    vertical-align: bottom !important
  }
}
.u-border--gray {
  border: 1px solid #ccc !important
}
.nav-enter-active[data-v-49ac3a], .nav-leave-active[data-v-49ac3a] {
  transition: all .5s
}
.nav-enter-from[data-v-49ac3a], .nav-leave-to[data-v-49ac3a] {
  opacity: 0;
  transform: translate(100%)
}
.simple-header[data-v-d13e52] {
  background: #0057b8
}
.simple-header__inner[data-v-d13e52] {
  margin-left: auto;
  margin-right: auto
}
.simple-header__logo[data-v-d13e52] {
  z-index: 1;
  background-repeat: no-repeat;
  display: block
}
.simple-header__logo--his[data-v-d13e52] {
  background: url(https://www.his-j.com/cmn/images/his_logo_white.svg) 50% no-repeat
}
.simple-header__inner[data-v-d13e52] {
  max-width: 992px;
  padding: 16px 0
}
.simplehead-tit[data-v-d13e52] {
  justify-content: flex-start;
  align-items: center;
  display: flex
}
.simplehead-tit__logo[data-v-d13e52] {
  height: 27px;
  flex-shrink: 0;
  flex-basis: 68px;
  margin-right: 16px
}
.simplehead-tit__tit[data-v-d13e52] {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1
}
.simple-header__logo--his[data-v-d13e52] {
  width: 68px;
  height: 27px;
  display: block
}
@media screen and (max-width:1023px) {
  .simple-header__inner[data-v-d13e52] {
    width: auto
  }
}
@media screen and (max-width:991px) {
  .simple-header__inner[data-v-d13e52] {
    max-width: 91.4667%
  }
}
@media screen and (max-width:767px) {
  .simple-header__inner[data-v-d13e52] {
    width: auto;
    padding: 12px 0
  }
  .simplehead-tit__tit[data-v-d13e52] {
    font-size: 13px
  }
}
.simple-footer__menu a[data-v-3567ff]:focus {
  text-decoration: underline
}
@media screen and (min-width:992px) {
  .simple-footer__menu a[data-v-3567ff]:hover {
    text-decoration: underline
  }
}
@media screen and (max-width:767px) {
  .simple-footer__menu a[data-v-3567ff]:hover, .simple-footer__menu a[data-v-3567ff]:focus {
    text-decoration: underline
  }
}
.simple-footer[data-v-3567ff] {
  background: #fff;
  border-top: 4px solid #0057b8;
  position: relative
}
.simple-footer__inner-wrap[data-v-3567ff] {
  position: relative
}
.simple-footer__menu-wrap[data-v-3567ff] {
  justify-content: space-between;
  display: flex
}
.simple-footer__menu[data-v-3567ff] {
  text-align: left;
  flex-grow: 1;
  font-size: 14px;
  line-height: 22px;
  list-style-type: none
}
.simple-footer__menu a[data-v-3567ff] {
  color: #333;
  text-decoration: none
}
.simple-footer__logo[data-v-3567ff] {
  background-repeat: no-repeat;
  display: block
}
.simple-footer__logo--his[data-v-3567ff] {
  background: url(https://www.his-j.com/cmn/images/his_logo_blue.svg) 50% no-repeat
}
.simple-footer__logo--privacy[data-v-3567ff] {
  background: url(https://www.his-j.com/cmn/images/privacy.png) 50% no-repeat;
  flex-shrink: 0
}
.simple-footer__privacy[data-v-3567ff] {
  flex-direction: column;
  display: flex
}
.simple-footer__copyright[data-v-3567ff] {
  color: #888;
  font-family: Noto Sans;
  font-size: 12px;
  display: flex
}
.simple-footer__page-top[data-v-3567ff] {
  color: #6a6a6a;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  top: -32px;
  right: 24px
}
.simple-footer__page-top[data-v-3567ff]:after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(https://www.his-j.com/cmn/n-headfoot/images/arrow_top_gray.svg) no-repeat;
  margin-left: 7px;
  display: inline-block
}
.simple-footer__inner-wrap[data-v-3567ff] {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 16px 16px
}
.simple-footer__inner[data-v-3567ff] {
  display: flex
}
.simple-footer__menu-wrap[data-v-3567ff] {
  flex-direction: row-reverse;
  flex-grow: 1;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 10px
}
.simple-footer__menu[data-v-3567ff] {
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 16px;
  display: flex
}
.simple-footer__menu > * + [data-v-3567ff] {
  margin-top: 0
}
.simple-footer__menu > * + [data-v-3567ff]:before {
  content: "";
  width: 1px;
  height: 14px;
  border-left: 1px solid #333;
  margin-left: 10px;
  margin-right: 9px;
  display: inline-block;
  position: relative;
  top: 2px
}
.simple-footer__logo--his[data-v-3567ff] {
  width: 68px;
  height: 27px;
  background-size: 68px;
  flex-shrink: 0;
  margin-top: 4px
}
.simple-footer__logo--privacy[data-v-3567ff] {
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: relative;
  top: -5px
}
.simple-footer__copyright[data-v-3567ff] {
  justify-content: flex-end;
  margin: 0;
  position: absolute;
  bottom: 16px;
  right: 16px
}
.simple-footer__privacy[data-v-3567ff] {
  justify-content: normal;
  padding-left: 0
}
@media screen and (max-width:1023px) {
  .simple-footer__inner-wrap[data-v-3567ff] {
    width: auto
  }
  .simple-footer__copyright[data-v-3567ff] {
    justify-content: center;
    margin: 16px 0 0;
    position: static
  }
}
@media screen and (max-width:767px) {
  .simple-footer[data-v-3567ff] {
    border-width: 3px
  }
  .simple-footer__inner-wrap[data-v-3567ff] {
    padding: 26px 24px 30px
  }
  .simple-footer__inner[data-v-3567ff] {
    display: block
  }
  .simple-footer__menu-wrap[data-v-3567ff] {
    margin-top: 21px;
    padding-left: 0
  }
  .simple-footer__menu[data-v-3567ff] {
    padding-left: 0;
    display: block
  }
  .simple-footer__menu > * + [data-v-3567ff] {
    margin-top: 10px
  }
  .simple-footer__menu > * + [data-v-3567ff]:before {
    display: none
  }
  .simple-footer__privacy[data-v-3567ff] {
    justify-content: flex-end;
    padding-left: 5px;
    display: none
  }
}
/*# sourceMappingURL=style.css.map */