@charset "UTF-8";
/* =====================================================
  1.0 - Foundation
===================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
  Base
-----------------------------------------------------*/
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font: 1em/1.5 "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden;
}
body.is-drawerActive {
  height: 100%;
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

a,
button {
  color: inherit;
  text-decoration: none;
}
a:hover,
button:hover {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover,
  button:hover {
    opacity: 0.8;
  }
}

.u-visuallyHidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

a[href*="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* =====================================================
  2.0 - Layout
===================================================== */
.l-wrapper {
  width: 100%;
  margin: 0 auto;
}

.l-container {
  width: calc(87.81%);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    width: calc(80.81%);
    max-width: 674px;
  }
}
@media screen and (min-width: 992px) {
  .l-container {
    width: calc(85.29%);
    max-width: 1160px;
  }
}
@media not all and (min-width: 768px) {
  .l-container.-sp-100 {
    width: 100%;
  }
}
@media not all and (min-width: 768px) {
  .l-container.-sp-wide {
    width: calc(97.96%);
  }
}
@media screen and (min-width: 768px) {
  .l-container.-md-wide {
    width: calc(93.52%);
    max-width: 780px;
  }
}
@media screen and (min-width: 992px) {
  .l-container.-md-wide {
    width: calc(85.29%);
    max-width: 1160px;
  }
}
@media screen and (min-width: 768px) {
  .l-container.-md-m {
    width: calc(73.86%);
    max-width: 616px;
  }
}
@media screen and (min-width: 992px) {
  .l-container.-md-m {
    width: calc(85.29%);
    max-width: 1160px;
  }
}
@media screen and (min-width: 768px) {
  .l-container.-md-s {
    width: calc(57.55%);
    max-width: 480px;
  }
}
@media screen and (min-width: 992px) {
  .l-container.-md-s {
    width: calc(85.29%);
    max-width: 1160px;
  }
}
@media screen and (min-width: 992px) {
  .l-container.-lg-s {
    width: calc(52.94%);
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .l-container.-lg-sm {
    width: calc(61.76%);
    max-width: 840px;
  }
}
@media screen and (min-width: 992px) {
  .l-container.-lg-m {
    width: calc(67.64%);
    max-width: 920px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container.-ll-s {
    width: calc(52.94%);
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container.-ll-sm {
    width: calc(61.76%);
    max-width: 840px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container.-ll-m {
    width: calc(67.64%);
    max-width: 920px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container.-xl-s {
    width: calc(52.94%);
    max-width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container.-xl-sm {
    width: calc(61.76%);
    max-width: 840px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container.-xl-m {
    width: calc(67.64%);
    max-width: 920px;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
}

.l-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
}

.l-spacer.-basic {
  padding-top: calc(2.5rem);
  padding-bottom: calc(2.5rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-basic {
    padding-top: calc(5rem);
    padding-bottom: calc(5rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-basic {
    padding-top: calc(6.25rem);
    padding-bottom: calc(6.25rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-basic {
    padding-top: calc(7.5rem);
    padding-bottom: calc(7.5rem);
  }
}
.l-spacer.-basic-top {
  padding-top: calc(2.5rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-basic-top {
    padding-top: calc(5rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-basic-top {
    padding-top: calc(6.25rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-basic-top {
    padding-top: calc(7.5rem);
  }
}
.l-spacer.-basic-bottom {
  padding-bottom: calc(2.5rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-basic-bottom {
    padding-bottom: calc(5rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-basic-bottom {
    padding-bottom: calc(6.25rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-basic-bottom {
    padding-bottom: calc(7.5rem);
  }
}
.l-spacer.-m {
  padding-top: calc(1.875rem);
  padding-bottom: calc(1.875rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-m {
    padding-top: calc(2.5rem);
    padding-bottom: calc(2.5rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-m {
    padding-top: calc(3.75rem);
    padding-bottom: calc(3.75rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-m {
    padding-top: calc(5rem);
    padding-bottom: calc(5rem);
  }
}
.l-spacer.-m-top {
  padding-top: calc(1.875rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-m-top {
    padding-top: calc(2.5rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-m-top {
    padding-top: calc(3.75rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-m-top {
    padding-top: calc(5rem);
  }
}
.l-spacer.-m-bottom {
  padding-bottom: calc(1.875rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-m-bottom {
    padding-bottom: calc(2.5rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-m-bottom {
    padding-bottom: calc(3.75rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-m-bottom {
    padding-bottom: calc(5rem);
  }
}
.l-spacer.-s {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-s {
    padding-top: calc(2rem);
    padding-bottom: calc(2rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-s {
    padding-top: calc(3rem);
    padding-bottom: calc(3rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-s {
    padding-top: calc(4rem);
    padding-bottom: calc(4rem);
  }
}
.l-spacer.-s-top {
  padding-top: calc(1.25rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-s-top {
    padding-top: calc(2rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-s-top {
    padding-top: calc(3rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-s-top {
    padding-top: calc(4rem);
  }
}
.l-spacer.-s-bottom {
  padding-bottom: calc(1.25rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-s-bottom {
    padding-bottom: calc(2rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-s-bottom {
    padding-bottom: calc(3rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-s-bottom {
    padding-bottom: calc(4rem);
  }
}
.l-spacer.-xl {
  padding-top: calc(5rem);
  padding-bottom: calc(5rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-xl {
    padding-top: calc(10rem);
    padding-bottom: calc(10rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xl {
    padding-top: calc(12.5rem);
    padding-bottom: calc(12.5rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-xl {
    padding-top: calc(15rem);
    padding-bottom: calc(15rem);
  }
}
.l-spacer.-xl-top {
  padding-top: calc(5rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-xl-top {
    padding-top: calc(10rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xl-top {
    padding-top: calc(12.5rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-xl-top {
    padding-top: calc(15rem);
  }
}
.l-spacer.-xl-bottom {
  padding-bottom: calc(5rem);
}
@media screen and (min-width: 768px) {
  .l-spacer.-xl-bottom {
    padding-bottom: calc(10rem);
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xl-bottom {
    padding-bottom: calc(12.5rem);
  }
}
@media screen and (min-width: 1360px) {
  .l-spacer.-xl-bottom {
    padding-bottom: calc(15rem);
  }
}

/*---------------------------------
    コンテンツ幅
--------------------------------- */
.content-md-m {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .content-md-m {
    width: calc(100% - 64px);
    max-width: 616px;
  }
}
@media screen and (min-width: 992px) {
  .content-md-m {
    margin-left: calc(1.5rem);
    width: auto;
    max-width: 100%;
  }
}

.l-header {
  position: relative;
}

.l-global {
  display: none;
}
.is-drawerActive .l-global {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  color: #FFFFFF;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  z-index: 4;
  display: block;
  right: 0;
}
@media screen and (min-width: 992px) {
  .l-global {
    display: block;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.l-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}
@media screen and (min-width: 992px) {
  .l-hamburger {
    display: none;
  }
}

/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
.button {
  position: relative;
  display: inline-block;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.button.-primary {
  padding: 1em 1.8em;
  background-color: #D74D00;
  border-radius: 3em;
  color: #FFFFFF;
  font-size: calc(0.875rem);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/*---------------------------------
    primary
--------------------------------- */
.heading.-primary {
  font-size: clamp(18px, 4.8vw, 24px);
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .heading.-primary {
    font-size: calc(2rem);
  }
}
.heading.-secondary {
  font-size: clamp(16px, 4.12vw, 20px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .heading.-secondary {
    font-size: clamp(12px, 1.76vw, 24px);
  }
}
.heading.-third {
  font-size: clamp(14px, 3.6vw, 18px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .heading.-third {
    font-size: clamp(16px, 1.96vw, 20px);
  }
}
@media screen and (min-width: 1360px) {
  .heading.-third {
    font-size: calc(1.5rem);
  }
}

.text.-primary, .text-primary, .definition_item {
  font-size: clamp(14px, 3.8vw, 16px);
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.03em;
  line-height: 2;
}
.text.-secondary {
  font-size: clamp(16px, 4.12vw, 20px);
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .text.-secondary {
    font-size: clamp(16px, 1vw, 20px);
  }
}
.text.-secondary span {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
}
.text.-secondary span + span {
  margin-top: 0.5em;
}

.text-link {
  padding-bottom: 1px;
  border-bottom: 1px solid #D74D00;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*
  3.2 - Page
-----------------------------------------------------*/
/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
/*---------------------------------
    テーブル
--------------------------------- */
th,
td {
  padding: 0.5em;
}

/*---------------------------------
    定義リスト
--------------------------------- */
.definition_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 768px) {
  .definition_item.-sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .definition_item.-sp-column dt {
    width: 100%;
  }
  .definition_item.-sp-column dd {
    padding-left: 0;
    width: 100%;
  }
}
.definition_item + .definition_item {
  margin-top: 1em;
}
.definition_item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.definition_item dd {
  padding-left: 1em;
}

@media screen and (min-width: 992px) {
  .definition_image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 290px;
  }
}

/*---------------------------------
    詳細折りたたみ要素
--------------------------------- */
:root {
  --detailsPadding: 16px;
}

@media screen and (min-width: 768px) {
  :root {
    --detailsPadding: 24px;
  }
}
.summary {
  cursor: pointer;
  padding: var(--detailsPadding);
}

.answer {
  overflow: hidden;
}

.answerInner {
  padding: 0 calc(var(--detailsPadding) * 2.75) var(--detailsPadding) var(--detailsPadding);
}

summary {
  position: relative;
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
summary::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(var(--detailsPadding) * 1.5);
  right: calc(var(--detailsPadding) * 1);
  width: calc(var(--detailsPadding) * 0.6);
  height: calc(var(--detailsPadding) * 0.6);
  border: 0;
  border-top: solid 3px #D74D00;
  border-right: solid 3px #D74D00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 768px) {
  summary::before {
    top: calc(var(--detailsPadding) * 1.16);
    right: calc(var(--detailsPadding) * 1.25);
    border-width: 4px;
  }
}
details[open] summary::before {
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
}

/*---------------------------------
    パンくず
--------------------------------- */
/*---------------------------------
    検索窓
--------------------------------- */
.search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(480px, 100%);
  border: 4px solid #D74D00;
  background-color: #FFFFFF;
  overflow: hidden;
}
.search label {
  width: 100%;
}
.search input {
  width: inherit;
  height: 40px;
  padding: 5px 25px 5px 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.search:hover {
  -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

.search::before {
  content: "";
  width: 45px;
  height: 15px;
  background: url(../../../assets/image/icon-search.svg) no-repeat center center/contain;
}

/*---------------------------------
    検索ハイライト
--------------------------------- */
.highlight {
  background-color: yellow;
  font-weight: bold;
}

.highlight.is-current {
  background-color: orange;
  outline: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

/*---------------------------------
    打ち消し線
--------------------------------- */
.strikethrough {
  text-decoration: line-through;
}

/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
@media screen and (min-width: 992px) {
  .header > .l-container,
  .l-hamburger-area {
    width: 94%;
    max-width: 1276px;
  }
}

@media screen and (min-width: 992px) {
  .header {
    padding: calc(1.125rem) 0;
    width: 100%;
    background-color: #000000;
  }
}

@media screen and (min-width: 992px) {
  .header_inner {
    position: relative;
  }
}

/*---------------------------------
    nav
--------------------------------- */
.is-drawerActive .header_nav {
  position: relative;
  top: 20vh;
  text-align: center;
}
.nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 3.33em;
     -moz-column-gap: 3.33em;
          column-gap: 3.33em;
}
@media screen and (min-width: 992px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.33em;
     -moz-column-gap: 3.33em;
          column-gap: 3.33em;
}
@media screen and (min-width: 992px) {
  .nav_list {
    text-align: center;
  }
}
.is-drawerActive .nav_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.nav_item {
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: calc(0.9375rem);
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 576px) {
  .nav_item {
    font-size: clamp(15px, 2.42vw, 18px);
  }
}
@media screen and (min-width: 992px) {
  .nav_item {
    font-size: clamp(12px, 1.28vw, 15px);
  }
  .nav_item:hover {
    color: #FDC528;
    opacity: 1;
  }
}
.is-drawerActive .nav_item {
  text-align: left;
}
.nav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media not all and (min-width: 992px) {
  .nav_sub {
    margin-left: 3rem;
  }
  .nav_sub .nav_sub-item {
    position: relative;
    margin-top: 1.25em;
  }
}

@media not all and (min-width: 992px) {
  .nav_item::before,
  .nav_sub-item::before {
    display: block;
    content: "";
    position: absolute;
    top: 0.35em;
    left: -1.75em;
    width: 1em;
    height: 1em;
    background-color: #FFFFFF;
  }
}
.nav_button {
  height: inherit;
  border: 4px solid #FDC528;
  background-color: transparent;
}
.is-drawerActive .nav_button {
  display: none;
}
.nav_button a {
  display: block;
  padding: 0.5em 2.66em;
  color: #FFFFFF;
  font-size: calc(1.125rem);
}

/* PCでのサブメニュー（ランキング速報用） */
:root {
  --sub-gap: 20px;
  --sub-dur: .22s;
  --sub-ease: cubic-bezier(.2,.6,.2,1);
  --sub-shift: 10px;
}

@media screen and (min-width: 992px) {
  .nav_item.has-sub {
    position: relative;
  }
  .nav_item.has-sub::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 240px;
    top: 100%;
    height: 48px;
    background: transparent;
    z-index: 8;
    pointer-events: auto;
  }
  .nav_item.has-sub .has-sub__toggle {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4em;
    text-decoration: none;
  }
  .nav_item.has-sub .nav_sub {
    position: absolute;
    left: 50%;
    top: calc(100% + var(--sub-gap));
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
    min-width: 220px;
    padding: 0.8rem 0;
    background: rgba(59, 0, 0, 0.9);
    color: #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, visibility 0s linear, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0s linear, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear, -webkit-transform 0.2s ease;
  }
  .nav_item.has-sub .nav_sub-item a {
    display: block;
    padding: 0.7rem 1rem;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(12px, 1.1vw, 14px);
  }
  .nav_item.has-sub .nav_sub-item a:hover, .nav_item.has-sub .nav_sub-item a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    color: #FDC528;
  }
  .nav_item.has-sub:hover .nav_sub, .nav_item.has-sub:focus-within .nav_sub,
  .nav_item.has-sub .nav_sub:hover {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .header, .header_inner {
    overflow: visible;
  }
}
.hamburger {
  display: inline-block;
  position: relative;
  top: 50%;
  right: 0;
  margin: auto;
  padding: 0;
  width: 58px;
  height: 58px;
  border: none;
  background-color: #000000;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.hamburger[aria-expanded=true] {
  background-color: #FDC528;
}

.hamburger:hover,
.hamburger:focus {
  opacity: 1;
}

.hamburger_line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: transparent;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger_line::before,
.hamburger_line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FDC528;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger_line::before {
  top: -3px;
  left: 0;
}

.hamburger_line::after {
  top: 3px;
  left: 0;
}

.hamburger[aria-expanded=true] .hamburger_line {
  background-color: transparent;
}

.hamburger[aria-expanded=true] .hamburger_line::before,
.hamburger[aria-expanded=true] .hamburger_line::after {
  top: 0;
  background-color: #000000;
}

.hamburger[aria-expanded=true] .hamburger_line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
}

.hamburger[aria-expanded=true] .hamburger_line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}

.footer {
  padding: 1em 0;
  background-color: #000000;
}

.footer_copy {
  font-size: clamp(10px, 3.045vw, 12px);
  color: #FFFFFF;
  text-align: center;
}

/* =====================================================
  2.0 - Layout
===================================================== */
/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.bg-primary {
  background-color: #D74D00;
}

.bg-secondary {
  background-color: #FDC528;
}

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

@media screen and (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

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

.font-s-5 {
  font-size: 0.5em;
}

.font-s-8 {
  font-size: 0.8em;
}

.font-s-9 {
  font-size: 0.9em;
}

.position-relative {
  position: relative;
}

/*---------------------------------
    ボタン
--------------------------------- */
/* ----- 固定ボタン ----- */
.floating-buttonArea {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .floating-buttonArea {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .floating-buttonArea {
    bottom: 8vh;
  }
}
@media screen and (min-width: 768px) {
  .floating-buttonArea.-flex {
    width: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .floating-buttonArea.-flex {
    right: 0;
    left: auto;
    bottom: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100px;
  }
}

.floating-inner.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .floating-inner.-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.floating-button {
  background-color: #FDC528;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.floating-button a {
  display: block;
}
.floating-buttonArea.-flex .floating-button {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .floating-buttonArea.-flex .floating-button {
    width: inherit;
  }
}

/* ----- エントリーボタン ----- */
.button-area {
  text-align: center;
}
.button-area .button-entry img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .button-area .button-entry img {
    width: 80%;
    max-width: 540px;
  }
}

/*---------------------------------
    リンク
--------------------------------- */
.link {
  position: relative;
  padding-right: 1.2rem;
}
.link::before {
  content: "";
  position: absolute;
  bottom: 0.2em;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../../../assets/image/icon-link.svg) no-repeat center left/contain;
}
.link .link_text {
  padding-bottom: 1px;
  border-bottom: 1px solid #D74D00;
}

.award_link {
  padding-bottom: 1px;
  border-bottom: 1px solid #D74D00;
}

/*---------------------------------
    タイトル画像
--------------------------------- */
.heading.-image {
  margin-bottom: calc(2.5rem);
  text-align: center;
}
.ranking_title-area .heading.-image {
  margin-bottom: 0;
}
.heading.-image img {
  width: auto;
  height: min(100px, 23vw);
}
@media screen and (min-width: 768px) {
  .heading.-image img {
    height: 150px;
  }
}
.heading.-image img.line2 {
  height: min(200px, 34vw);
}
@media screen and (min-width: 768px) {
  .heading.-image img.line2 {
    height: 200px;
  }
}

/*---------------------------------
    FIRSTVIEW
--------------------------------- */
.firstview {
  position: relative;
}

.firstview_image {
  width: 100%;
  height: auto;
}

/*---------------------------------
    イベント概要
--------------------------------- */
.bg-event {
  background-color: #FDC528;
}

.rank-mark {
  text-align: center;
}
.rank-mark + .rank-mark {
  margin-left: 6px;
  margin-right: 2px;
}
.rank-mark.-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background-color: #FCC528;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .rank-mark.-primary {
    font-size: 20px;
  }
}
.rank-mark.-secondary {
  display: inline-block;
  padding: 4px;
  border-radius: 10px;
  background-color: #ebe5d3;
  line-height: 1;
}

.event_detail {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .event_detail {
    max-width: 1080px;
  }
}
.event_detail .deadline {
  position: relative;
}
.event_detail .deadline .new {
  position: absolute;
  top: -1.2em;
  left: 0;
}

.event .definition_list {
  padding: 2em 1em;
  border: 6px solid #525150;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .event .definition_list {
    padding: 3em;
  }
}
@media screen and (min-width: 992px) {
  .event .definition_list {
    border-width: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .event .definition_list {
    padding: 5em;
    border-width: 10px;
  }
}
.event .definition_list .definition_item:not(:first-of-type), .event .definition_list .d-flexbox {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .event .definition_list .definition_item:not(:first-of-type), .event .definition_list .d-flexbox {
    margin-top: 2.5rem;
  }
}
@media not all and (min-width: 992px) {
  .event .definition_list .d-flexbox .d-flexbox2 {
    margin-top: 2rem;
  }
}
.event .definition_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  line-height: 1.8;
}
.event .definition_item.-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.event .definition_item .list_item {
  padding: 12px 0;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
  .event .definition_item .dl_list {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .event .definition_item .dl_list {
    margin-right: 3rem;
  }
}
.event .definition_item .dl_item dt {
  line-height: 1.4;
}
.event .definition_item .dl_item dt .numbers {
  margin-right: 4px;
  font-size: 1.5em;
}
.event .definition_item .dl_item dd {
  margin-top: 4px;
  padding-left: 40px;
}
.event .definition_item .dl_item .sup {
  display: inline-block;
  margin-right: 10px;
  color: #C94401;
  font-size: 0.8em;
}
.event .definition_item .title {
  display: inline-block;
  padding: 4px 20px;
  min-width: 110px;
  border-radius: 100px;
  background-color: #C94401;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .event .definition_item .title {
    min-width: 220px;
    font-size: clamp(18px, 1.38vw, 22px);
  }
}
.event .definition_item .text {
  font-size: clamp(14px, 3.52vw, 16px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .event .definition_item .text {
    font-size: clamp(15px, 2.34vw, 18px);
  }
}
@media screen and (min-width: 1200px) {
  .event .definition_item .text {
    font-size: clamp(18px, 1.38vw, 20px);
  }
}
@media not all and (min-width: 768px) {
  .event .definition_item .text.-xs-l {
    font-size: clamp(14px, 4.23vw, 20px);
  }
}
.event .definition_item.-sogo .sogo_item + .sogo_item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .event .definition_item.-sogo .sogo_item + .sogo_item {
    margin-top: 2.5rem;
  }
}
.event .rank_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .event .rank_list {
    gap: 0.8rem 1.5rem;
  }
}
.event .button-area {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .event .button-area {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .event .button-area {
    margin-top: 5rem;
  }
}

/*---------------------------------
    中間報告／ランキング速報
--------------------------------- */
.bg-ranking {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #D16731), color-stop(10%, #000000));
  background: linear-gradient(to bottom, #D16731 90%, #000000 10%);
}
.bg-ranking::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("../../../assets/image/2025/ranking/bg-transparent.svg");
  background-position: center 40%;
  background-size: 120% auto;
  background-repeat: repeat;
  z-index: 1;
}

.bg-ranking01 {
  background-color: #D16731;
}

.bg-ranking02 {
  background-color: #000000;
}

.ranking_inner {
  position: relative;
  z-index: 2;
}

.ranking_title-area {
  position: relative;
  margin: auto;
}
@media not all and (min-width: 768px) {
  .ranking_title-area {
    width: 95%;
  }
}
.ranking_title-area.-update {
  display: inline-block;
}
@media not all and (min-width: 768px) {
  .ranking_title-area.-update {
    width: auto;
    padding-top: 5rem;
  }
}

.ranking_title.-secondary {
  position: relative;
  padding: 0.5em;
  text-align: center;
  background-color: #013917;
  color: #FFFFFF;
}

.vote-button-area {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vote-button-area {
    margin-top: 3rem;
  }
}
.vote-button-area .sup-text {
  padding-top: 1.5rem;
}
.vote-button-area .sup-text + .button {
  margin-top: 1rem;
}
.vote .vote-button-area {
  margin-top: 1rem;
}
.ranking .vote-button-area.-xl-fixed {
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .ranking .vote-button-area.-xl-fixed {
    position: absolute;
    bottom: -1rem;
    right: 5%;
  }
}

.update-date {
  position: absolute;
  top: 15%;
  left: -3em;
  display: inline-block;
  font-size: clamp(12px, 3.52vw, 14px);
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .update-date {
    top: 0;
    left: -8em;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .update-date {
    top: 25%;
    left: -11em;
  }
}
.update-date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11em;
  height: 10em;
  background: url(../../../assets/image/2025/bubble01.svg) center center/contain no-repeat;
}

.ranking-area {
  position: relative;
  margin-top: calc(2.5rem);
}
.ranking-area::after {
  content: "";
  position: absolute;
  top: -15vw;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: min(105vw, 1600px);
  height: min(28vw, 400px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 1360px) {
  .ranking-area::after {
    top: -200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
  }
}
.ranking-area.-top3::after {
  background-image: url(../../../assets/image/2025/ranking/bg-ranking3@2x.png);
}
.ranking-area.-top30::after {
  height: min(36vw, 500px);
  background-image: url(../../../assets/image/2025/ranking/bg-ranking30@2x.png);
}
@media screen and (min-width: 1360px) {
  .ranking-area.-top30::after {
    top: -250px;
  }
}
.ranking-area.-ranking::after {
  background-image: url(../../../assets/image/2025/ranking/bg-ranking@2x.png);
}
.ranking-area.-shop::after {
  background-image: url(../../../assets/image/2025/ranking/bg-shop@2x.png);
}

.ranking-table {
  position: relative;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  font-size: clamp(14px, 4.2vw, 16px);
}
@media screen and (min-width: 768px) {
  .ranking-table {
    font-size: clamp(12px, 1vw, 14px);
  }
}
@media not all and (min-width: 768px) {
  .ranking-table th, .ranking-table td {
    display: block;
  }
}
.ranking-table .ranking-thead {
  background-color: #2F2010;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.2;
}
@media not all and (min-width: 768px) {
  .ranking-table .ranking-thead {
    display: none;
  }
}
.ranking-table .ranking-thead th {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ranking-table .ranking-thead th:first-of-type {
    padding-left: 1.5em;
  }
}
.ranking-table .ranking-thead .ranking {
  width: 3em;
}
.ranking-table .ranking-thead .shop {
  width: 12em;
}
.ranking-table .ranking-thead .name {
  width: 6em;
}
.ranking-table .ranking-thead .numbers {
  width: 4em;
}
.ranking-table .ranking-thead .numbers.-l {
  width: 5em;
}
.ranking-table .ranking-thead .numbers.-s {
  width: 3em;
}
.ranking-table .ranking-thead .id, .ranking-table .ranking-thead .point {
  width: 4em;
}
.ranking-table .ranking-tbody {
  background-color: #FFFFFF;
}
.ranking-table .ranking-tbody th, .ranking-table .ranking-tbody td {
  border-top: solid 1px rgba(229, 123, 17, 0.5);
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ranking-table .ranking-tbody th:first-of-type {
    padding-left: 1.75em;
  }
}
.ranking-table .ranking-tbody td .link {
  color: #D74D00;
}
@media not all and (min-width: 768px) {
  .ranking-table .ranking-tbody th, .ranking-table .ranking-tbody td {
    display: block;
  }
  .ranking-table .ranking-tbody th {
    color: #FFFFFF;
    background-color: #2F2010;
    text-align: center;
  }
  .ranking-table .ranking-tbody td {
    font-size: clamp(12px, 3.72vw, 15px);
  }
  .ranking-table .ranking-tbody td::before {
    display: block;
    content: attr(data-label);
    font-size: 10px;
    color: #D74D00;
  }
}
.ranking-table .ranking-tfoot {
  height: 1.5em;
  background-color: #2F2010;
}
@media not all and (min-width: 768px) {
  .ranking-table .ranking-tfoot {
    display: none;
  }
}
.ranking-table .ranking-tfoot th, .ranking-table .ranking-tfoot td {
  border-top: solid 1px rgba(229, 123, 17, 0.5);
}

/* ----- ランキング リスト ----- */
.ranking .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .ranking .list-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 1360px) {
  .ranking .list-wrapper {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.ranking .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .ranking .list {
    width: 50%;
    max-width: 330px;
  }
}
.ranking .list > .list_item:first-of-type,
.ranking .list > .list_item:last-of-type {
  position: relative;
}
.ranking .list > .list_item:first-of-type::after,
.ranking .list > .list_item:last-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #2F2010;
}
.ranking .list > .list_item:first-of-type::after {
  top: -10px;
  border-radius: 30px 30px 0 0;
}
.ranking .list > .list_item:last-of-type::after {
  bottom: -10px;
  border-radius: 0 0 30px 30px;
}
@media not all and (min-width: 768px) {
  .ranking .list-wrapper .list:not(:first-of-type) > .list_item:first-of-type::after,
  .ranking .list-wrapper .list:not(:last-of-type) > .list_item:last-of-type::after {
    display: none;
  }
}
.ranking .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 14px;
  width: 100%;
  background-color: #FFF7EF;
  border-radius: 2px;
}
.ranking .numbers {
  width: 30px;
}
.ranking .numbers .ico_rank {
  position: relative;
  left: -4px;
  width: 30px;
  height: 30px;
}
.ranking .numbers span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
  width: 20px;
  height: 20px;
  background-color: #2F2010;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}
.ranking .content {
  padding-left: 10px;
  width: calc(100% - 30px);
  font-weight: 700;
}
.ranking .content .shop {
  font-size: 14px;
  line-height: 1.5;
}
.ranking .content .list_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.ranking .content .item {
  font-size: 13px;
}
.ranking .content .title {
  margin-right: 4px;
  padding: 1px 0.8em;
  border-radius: 24px;
  background-color: #EA9412;
  color: #FFFFFF;
  font-size: 10px;
}

/* ----- ランキング カード ----- */
.ranking .card_list {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (min-width: 768px) {
  .ranking .card_list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .ranking .card_list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 1200px) {
  .ranking .card_list {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1360px) {
  .ranking .card_list {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.ranking .card_item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-top: 12px;
  padding: 6px;
  border-radius: 3px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .ranking .card_item {
    padding: 10px 12px 12px;
  }
}
.ranking .card_item:first-of-type {
  margin-top: 0;
}
.ranking .card_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1.65em;
  font-size: clamp(15px, 4.23vw, 18px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ranking .card_head {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .ranking .card_head {
    font-size: clamp(15px, 1.33vw, 18px);
  }
}
.ranking .card_head::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  background-image: url(../../../assets/image/icon-house.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ranking .card_head .shop {
  margin-right: 0.75em;
}
.ranking .card_list.-staff .card_head::before {
  background-image: url(../../../assets/image/icon-people.svg);
}
.ranking .card_body {
  margin-top: 8px;
}
.ranking .card_body .title {
  padding: 2px 8px;
  border-radius: 2px 2px 0 0;
  background-color: #EA9412;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.ranking .card_body .text {
  padding: 8px;
  border-radius: 0 0 2px 2px;
  background-color: #FAE9CE;
  font-size: clamp(11px, 3.2vw, 14px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ranking .card_body .text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1360px) {
  .ranking .card_body .text {
    font-size: 13px;
  }
}
.ranking .card_body .link {
  display: inline-block;
  margin-top: 1em;
  color: #C94401;
}

.ranking .sup-text {
  color: #FFFFFF;
  text-shadow: 2px 3px 3px rgba(215, 77, 0, 0.4);
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .ranking .sup-text {
    font-size: clamp(18px, 1.66vw, 30px);
  }
}
.ranking .sup-text.-l {
  font-size: clamp(20px, 6.8vw, 34px);
}
@media screen and (min-width: 992px) {
  .ranking .sup-text.-l {
    font-size: clamp(35px, 1.66vw, 42px);
  }
}
.ranking .image-area {
  margin: auto;
  max-width: 800px;
}
.ranking .image-area img + img {
  margin-top: 1rem;
}

.award05_table + .award05_table {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .award05_table + .award05_table {
    margin-top: 5rem;
  }
}

.staffAward {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .staffAward {
    margin-top: 5rem;
  }
}

/* ----- チケットキャンペーン ----- */
.tc {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .tc {
    margin-top: 5rem;
  }
}
.tc .image-area {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .tc .image-area {
    margin-top: 2rem;
  }
}

/*---------------------------------
    スケジュール
--------------------------------- */
.schedule_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .schedule_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .schedule_content {
    padding-top: 2rem;
  }
}

.schedule_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .schedule_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.schedule_list .schedule_item {
  padding: 12px 18px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.schedule_list .schedule_item.-date02 {
  position: absolute;
  top: 52%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 576px) {
  .schedule_list .schedule_item.-date02 {
    top: auto;
    left: auto;
    right: 24%;
  }
}
.schedule_list .schedule_item.-date03 {
  position: relative;
}
.schedule_list .schedule_item.-date03::after {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  background: url(../../../assets/image/2025/deco-line.svg) no-repeat center center/contain;
  position: absolute;
  top: -28px;
  right: -28px;
}
@media screen and (min-width: 1200px) {
  .schedule_list .schedule_item.-date03::after {
    width: 100px;
    height: 100px;
    top: -50px;
    right: -50px;
  }
}
@media screen and (min-width: 576px) {
  .schedule_list .schedule_item {
    padding: 12px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .schedule_list .schedule_item {
    padding: 14px 24px;
  }
}
.schedule_list .title {
  font-size: clamp(14px, 4.54vw, 20px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .schedule_list .title {
    font-size: clamp(12px, 1.58vw, 18px);
  }
}
@media screen and (min-width: 1200px) {
  .schedule_list .title {
    font-size: clamp(18px, 1.42vw, 20px);
  }
}
.schedule_list .date {
  margin-top: 6px;
  font-size: 1.2em;
  font-size: clamp(18px, 5.71vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .schedule_list .date {
    font-size: clamp(16px, 2.47vw, 20px);
  }
}
@media screen and (min-width: 1200px) {
  .schedule_list .date {
    font-size: clamp(20px, 2.21vw, 34px);
  }
}
.schedule_list .date .small {
  font-size: 0.8em;
}

.schedule picture {
  display: block;
  margin-bottom: 2rem;
  padding: 10% 0 0;
}
@media screen and (min-width: 768px) {
  .schedule picture {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1200px) {
  .schedule picture {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}

/*---------------------------------
    昨年の紹介
--------------------------------- */
.bg-case {
  background: url(../../../assets/image/2025/case/bg@2x.jpg) no-repeat center center/cover;
}

/* ----- 昨年の事例 ----- */
.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .case_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
}

.case_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  padding: 1rem;
  width: calc((100% - 2rem) / 2);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case_item {
    padding: 2rem;
    width: 40%;
  }
}
@media screen and (min-width: 1360px) {
  .case_item {
    padding: 3rem;
  }
}

/* ----- 昨年の表彰店舗紹介 ----- */
.introduction {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .introduction {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .introduction {
    margin-top: 8rem;
  }
}
.introduction .heading.-primary {
  text-align: center;
}

.introduction_list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

.introduction_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 1rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .introduction_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 1.5rem;
    gap: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .introduction_item .head {
    width: 100%;
  }
}
.introduction_item .head .heading {
  margin-top: 1em;
}
.introduction_item .head .text {
  margin-top: 0.75em;
}
@media screen and (min-width: 768px) {
  .introduction_item .head .text {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .introduction_item .image {
    max-width: 400px;
  }
}

/*---------------------------------
    よくある質問
--------------------------------- */
.details {
  background-color: white;
}
.details + .details {
  margin-top: 1.5rem;
}

.summary {
  font-weight: bold;
}

/*---------------------------------
    申し込み
--------------------------------- */
.bg-application {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url(../../../assets/image/2025/application/bg_sp@2x.jpg);
}
@media screen and (min-width: 992px) {
  .bg-application {
    background-image: url(../../../assets/image/2025/application/bg_pc@2x.jpg);
  }
}

.application.l-container {
  position: relative;
}
.application .button-area.-report {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .application .button-area.-report {
    margin-top: 2rem;
  }
}

.deadline-date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
  width: 90%;
  height: 5em;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .deadline-date {
    position: absolute;
    top: -2rem;
    right: -4%;
    width: 11em;
    height: 10em;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .deadline-date {
    right: 0;
  }
}
@media screen and (min-width: 1360px) {
  .deadline-date {
    right: 8%;
  }
}
.deadline-date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: inherit;
  height: inherit;
  background-image: url(../../../assets/image/2025/bubble03@2x.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .deadline-date::before {
    background-image: url(../../../assets/image/2025/bubble02@2x.png);
  }
}
.deadline-date .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.deadline-date .date {
  margin-left: 0.5em;
  font-size: 1.5em;
}
@media screen and (min-width: 992px) {
  .deadline-date .date {
    display: block;
    margin-left: 0;
    font-size: 1.3em;
  }
}

/*---------------------------------
    連絡先
--------------------------------- */
.address_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .address_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5rem;
  }
}
.address_list .icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  text-align: center;
}
.address_list .icon-area img {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  .address_list .icon-area img {
    width: 80px;
  }
}
@media screen and (min-width: 992px) {
  .address_list .icon-area img {
    width: 140px;
  }
}
.address_list .text-area .address_item + .address_item {
  margin-top: 3rem;
}

.address_item dt {
  font-size: calc(1.125rem);
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .address_item dt {
    font-size: clamp(16px, 2.34vw, 18px);
  }
}
@media screen and (min-width: 992px) {
  .address_item dt {
    font-size: clamp(18px, 1.47vw, 20px);
  }
}
.address_item dd {
  margin-top: calc(1rem);
  color: #FFFFFF;
  line-height: 1;
}
.address_item dd.mail {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .address_item dd.mail {
    font-size: clamp(20px, 1.91vw, 26px);
  }
}
.address_item dd.tel a {
  font-size: clamp(20px, 5.71vw, 24px);
}
@media screen and (min-width: 992px) {
  .address_item dd.tel a {
    font-size: clamp(24px, 2.94vw, 40px);
  }
}

/*---------------------------------
    追加分
--------------------------------- */
.d-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ico_point {
  width: auto;
}
@media screen and (min-width: 768px) {
  .ico_point {
    width: 32%;
  }
}

.ranking-tbody .ico_rank {
  width: 15% !important;
}
@media screen and (min-width: 768px) {
  .ranking-tbody .ico_rank {
    width: 60% !important;
    margin-left: -10px;
  }
}

/*
  3.2 - Utility
-----------------------------------------------------*/
.d-none {
  display: none;
}

.d-block {
  display: block;
}

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

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .d-ll-none {
    display: none;
  }
  .d-ll-block {
    display: block;
  }
  .d-ll-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 1360px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

@media screen and (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

@media screen and (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

@media screen and (min-width: 768px) {
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

@media screen and (min-width: 768px) {
  .align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media screen and (min-width: 768px) {
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media screen and (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media screen and (min-width: 992px) {
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}

@media screen and (min-width: 992px) {
  .order-lg-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}

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

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

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

.m-0hq {
  margin: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0q {
  margin-left: 0.25rem !important;
}

.ml-0h {
  margin-left: 0.5rem !important;
}

.ml-0hq {
  margin-left: 0.75rem !important;
}

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

.mr-0q {
  margin-right: 0.25rem !important;
}

.mr-0h {
  margin-right: 0.5rem !important;
}

.mr-0hq {
  margin-right: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-1q {
  margin-left: 1.25rem !important;
}

.ml-1h {
  margin-left: 1.5rem !important;
}

.ml-1hq {
  margin-left: 1.75rem !important;
}

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

.mr-1q {
  margin-right: 1.25rem !important;
}

.mr-1h {
  margin-right: 1.5rem !important;
}

.mr-1hq {
  margin-right: 1.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2q {
  margin-left: 2.25rem !important;
}

.ml-2h {
  margin-left: 2.5rem !important;
}

.ml-2hq {
  margin-left: 2.75rem !important;
}

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

.mr-2q {
  margin-right: 2.25rem !important;
}

.mr-2h {
  margin-right: 2.5rem !important;
}

.mr-2hq {
  margin-right: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3q {
  margin-left: 3.25rem !important;
}

.ml-3h {
  margin-left: 3.5rem !important;
}

.ml-3hq {
  margin-left: 3.75rem !important;
}

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

.mr-3q {
  margin-right: 3.25rem !important;
}

.mr-3h {
  margin-right: 3.5rem !important;
}

.mr-3hq {
  margin-right: 3.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-4q {
  margin-left: 4.25rem !important;
}

.ml-4h {
  margin-left: 4.5rem !important;
}

.ml-4hq {
  margin-left: 4.75rem !important;
}

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

.mr-4q {
  margin-right: 4.25rem !important;
}

.mr-4h {
  margin-right: 4.5rem !important;
}

.mr-4hq {
  margin-right: 4.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5q {
  margin-left: 5.25rem !important;
}

.ml-5h {
  margin-left: 5.5rem !important;
}

.ml-5hq {
  margin-left: 5.75rem !important;
}

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

.mr-5q {
  margin-right: 5.25rem !important;
}

.mr-5h {
  margin-right: 5.5rem !important;
}

.mr-5hq {
  margin-right: 5.75rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-6q {
  margin: 6.25rem !important;
}

.m-6h {
  margin: 6.5rem !important;
}

.m-6hq {
  margin: 6.75rem !important;
}

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

.mx-6q {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.mx-6h {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}

.mx-6hq {
  margin-left: 6.75rem !important;
  margin-right: 6.75rem !important;
}

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

.my-6q {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-6h {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-6hq {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

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

.mt-6q {
  margin-top: 6.25rem !important;
}

.mt-6h {
  margin-top: 6.5rem !important;
}

.mt-6hq {
  margin-top: 6.75rem !important;
}

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

.mb-6q {
  margin-bottom: 6.25rem !important;
}

.mb-6h {
  margin-bottom: 6.5rem !important;
}

.mb-6hq {
  margin-bottom: 6.75rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-6q {
  margin-left: 6.25rem !important;
}

.ml-6h {
  margin-left: 6.5rem !important;
}

.ml-6hq {
  margin-left: 6.75rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-6q {
  margin-right: 6.25rem !important;
}

.mr-6h {
  margin-right: 6.5rem !important;
}

.mr-6hq {
  margin-right: 6.75rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-7q {
  margin: 7.25rem !important;
}

.m-7h {
  margin: 7.5rem !important;
}

.m-7hq {
  margin: 7.75rem !important;
}

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

.mx-7q {
  margin-left: 7.25rem !important;
  margin-right: 7.25rem !important;
}

.mx-7h {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.mx-7hq {
  margin-left: 7.75rem !important;
  margin-right: 7.75rem !important;
}

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

.my-7q {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

.my-7h {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-7hq {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important;
}

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

.mt-7q {
  margin-top: 7.25rem !important;
}

.mt-7h {
  margin-top: 7.5rem !important;
}

.mt-7hq {
  margin-top: 7.75rem !important;
}

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

.mb-7q {
  margin-bottom: 7.25rem !important;
}

.mb-7h {
  margin-bottom: 7.5rem !important;
}

.mb-7hq {
  margin-bottom: 7.75rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-7q {
  margin-left: 7.25rem !important;
}

.ml-7h {
  margin-left: 7.5rem !important;
}

.ml-7hq {
  margin-left: 7.75rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-7q {
  margin-right: 7.25rem !important;
}

.mr-7h {
  margin-right: 7.5rem !important;
}

.mr-7hq {
  margin-right: 7.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-8q {
  margin-left: 8.25rem !important;
}

.ml-8h {
  margin-left: 8.5rem !important;
}

.ml-8hq {
  margin-left: 8.75rem !important;
}

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

.mr-8q {
  margin-right: 8.25rem !important;
}

.mr-8h {
  margin-right: 8.5rem !important;
}

.mr-8hq {
  margin-right: 8.75rem !important;
}

@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .m-md-0q {
    margin: 0.25rem !important;
  }
  .m-md-0h {
    margin: 0.5rem !important;
  }
  .m-md-0hq {
    margin: 0.75rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-md-0q {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-0h {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-0hq {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-0q {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-0h {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-0hq {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-0q {
    margin-top: 0.25rem !important;
  }
  .mt-md-0h {
    margin-top: 0.5rem !important;
  }
  .mt-md-0hq {
    margin-top: 0.75rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-0q {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-0h {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-0hq {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .ml-md-0q {
    margin-left: 0.25rem !important;
  }
  .ml-md-0h {
    margin-left: 0.5rem !important;
  }
  .ml-md-0hq {
    margin-left: 0.75rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mr-md-0q {
    margin-right: 0.25rem !important;
  }
  .mr-md-0h {
    margin-right: 0.5rem !important;
  }
  .mr-md-0hq {
    margin-right: 0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-1q {
    margin: 1.25rem !important;
  }
  .m-md-1h {
    margin: 1.5rem !important;
  }
  .m-md-1hq {
    margin: 1.75rem !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-1q {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-md-1h {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-1hq {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-1q {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-1h {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-1hq {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-1q {
    margin-top: 1.25rem !important;
  }
  .mt-md-1h {
    margin-top: 1.5rem !important;
  }
  .mt-md-1hq {
    margin-top: 1.75rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-1q {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-1h {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-1hq {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .ml-md-1q {
    margin-left: 1.25rem !important;
  }
  .ml-md-1h {
    margin-left: 1.5rem !important;
  }
  .ml-md-1hq {
    margin-left: 1.75rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mr-md-1q {
    margin-right: 1.25rem !important;
  }
  .mr-md-1h {
    margin-right: 1.5rem !important;
  }
  .mr-md-1hq {
    margin-right: 1.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-2q {
    margin: 2.25rem !important;
  }
  .m-md-2h {
    margin: 2.5rem !important;
  }
  .m-md-2hq {
    margin: 2.75rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-2q {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-md-2h {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-md-2hq {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-2q {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-2h {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-2hq {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-2q {
    margin-top: 2.25rem !important;
  }
  .mt-md-2h {
    margin-top: 2.5rem !important;
  }
  .mt-md-2hq {
    margin-top: 2.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-2q {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-2h {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-2hq {
    margin-bottom: 2.75rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .ml-md-2q {
    margin-left: 2.25rem !important;
  }
  .ml-md-2h {
    margin-left: 2.5rem !important;
  }
  .ml-md-2hq {
    margin-left: 2.75rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mr-md-2q {
    margin-right: 2.25rem !important;
  }
  .mr-md-2h {
    margin-right: 2.5rem !important;
  }
  .mr-md-2hq {
    margin-right: 2.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-3q {
    margin: 3.25rem !important;
  }
  .m-md-3h {
    margin: 3.5rem !important;
  }
  .m-md-3hq {
    margin: 3.75rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-3q {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-md-3h {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-md-3hq {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-3q {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-md-3h {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-3hq {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-3q {
    margin-top: 3.25rem !important;
  }
  .mt-md-3h {
    margin-top: 3.5rem !important;
  }
  .mt-md-3hq {
    margin-top: 3.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-3q {
    margin-bottom: 3.25rem !important;
  }
  .mb-md-3h {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-3hq {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .ml-md-3q {
    margin-left: 3.25rem !important;
  }
  .ml-md-3h {
    margin-left: 3.5rem !important;
  }
  .ml-md-3hq {
    margin-left: 3.75rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mr-md-3q {
    margin-right: 3.25rem !important;
  }
  .mr-md-3h {
    margin-right: 3.5rem !important;
  }
  .mr-md-3hq {
    margin-right: 3.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-4q {
    margin: 4.25rem !important;
  }
  .m-md-4h {
    margin: 4.5rem !important;
  }
  .m-md-4hq {
    margin: 4.75rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-4q {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-md-4h {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-md-4hq {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-4q {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-md-4h {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-4hq {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-4q {
    margin-top: 4.25rem !important;
  }
  .mt-md-4h {
    margin-top: 4.5rem !important;
  }
  .mt-md-4hq {
    margin-top: 4.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-4q {
    margin-bottom: 4.25rem !important;
  }
  .mb-md-4h {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-4hq {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .ml-md-4q {
    margin-left: 4.25rem !important;
  }
  .ml-md-4h {
    margin-left: 4.5rem !important;
  }
  .ml-md-4hq {
    margin-left: 4.75rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mr-md-4q {
    margin-right: 4.25rem !important;
  }
  .mr-md-4h {
    margin-right: 4.5rem !important;
  }
  .mr-md-4hq {
    margin-right: 4.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-5q {
    margin: 5.25rem !important;
  }
  .m-md-5h {
    margin: 5.5rem !important;
  }
  .m-md-5hq {
    margin: 5.75rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-5q {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-md-5h {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-md-5hq {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-5q {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-md-5h {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-5hq {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-5q {
    margin-top: 5.25rem !important;
  }
  .mt-md-5h {
    margin-top: 5.5rem !important;
  }
  .mt-md-5hq {
    margin-top: 5.75rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-5q {
    margin-bottom: 5.25rem !important;
  }
  .mb-md-5h {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-5hq {
    margin-bottom: 5.75rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .ml-md-5q {
    margin-left: 5.25rem !important;
  }
  .ml-md-5h {
    margin-left: 5.5rem !important;
  }
  .ml-md-5hq {
    margin-left: 5.75rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mr-md-5q {
    margin-right: 5.25rem !important;
  }
  .mr-md-5h {
    margin-right: 5.5rem !important;
  }
  .mr-md-5hq {
    margin-right: 5.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-6q {
    margin: 6.25rem !important;
  }
  .m-md-6h {
    margin: 6.5rem !important;
  }
  .m-md-6hq {
    margin: 6.75rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-6q {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-md-6h {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-md-6hq {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-6q {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-6h {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-6hq {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-6q {
    margin-top: 6.25rem !important;
  }
  .mt-md-6h {
    margin-top: 6.5rem !important;
  }
  .mt-md-6hq {
    margin-top: 6.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-6q {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-6h {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-6hq {
    margin-bottom: 6.75rem !important;
  }
  .ml-md-6 {
    margin-left: 6rem !important;
  }
  .ml-md-6q {
    margin-left: 6.25rem !important;
  }
  .ml-md-6h {
    margin-left: 6.5rem !important;
  }
  .ml-md-6hq {
    margin-left: 6.75rem !important;
  }
  .mr-md-6 {
    margin-right: 6rem !important;
  }
  .mr-md-6q {
    margin-right: 6.25rem !important;
  }
  .mr-md-6h {
    margin-right: 6.5rem !important;
  }
  .mr-md-6hq {
    margin-right: 6.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-7q {
    margin: 7.25rem !important;
  }
  .m-md-7h {
    margin: 7.5rem !important;
  }
  .m-md-7hq {
    margin: 7.75rem !important;
  }
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-md-7q {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-md-7h {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-md-7hq {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-7q {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-md-7h {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-7hq {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-7q {
    margin-top: 7.25rem !important;
  }
  .mt-md-7h {
    margin-top: 7.5rem !important;
  }
  .mt-md-7hq {
    margin-top: 7.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-7q {
    margin-bottom: 7.25rem !important;
  }
  .mb-md-7h {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-7hq {
    margin-bottom: 7.75rem !important;
  }
  .ml-md-7 {
    margin-left: 7rem !important;
  }
  .ml-md-7q {
    margin-left: 7.25rem !important;
  }
  .ml-md-7h {
    margin-left: 7.5rem !important;
  }
  .ml-md-7hq {
    margin-left: 7.75rem !important;
  }
  .mr-md-7 {
    margin-right: 7rem !important;
  }
  .mr-md-7q {
    margin-right: 7.25rem !important;
  }
  .mr-md-7h {
    margin-right: 7.5rem !important;
  }
  .mr-md-7hq {
    margin-right: 7.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-8q {
    margin: 8.25rem !important;
  }
  .m-md-8h {
    margin: 8.5rem !important;
  }
  .m-md-8hq {
    margin: 8.75rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-8q {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-md-8h {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-md-8hq {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-8q {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .my-md-8h {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-8hq {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-8q {
    margin-top: 8.25rem !important;
  }
  .mt-md-8h {
    margin-top: 8.5rem !important;
  }
  .mt-md-8hq {
    margin-top: 8.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-8q {
    margin-bottom: 8.25rem !important;
  }
  .mb-md-8h {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-8hq {
    margin-bottom: 8.75rem !important;
  }
  .ml-md-8 {
    margin-left: 8rem !important;
  }
  .ml-md-8q {
    margin-left: 8.25rem !important;
  }
  .ml-md-8h {
    margin-left: 8.5rem !important;
  }
  .ml-md-8hq {
    margin-left: 8.75rem !important;
  }
  .mr-md-8 {
    margin-right: 8rem !important;
  }
  .mr-md-8q {
    margin-right: 8.25rem !important;
  }
  .mr-md-8h {
    margin-right: 8.5rem !important;
  }
  .mr-md-8hq {
    margin-right: 8.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
  .m-lg-0q {
    margin: 0.25rem !important;
  }
  .m-lg-0h {
    margin: 0.5rem !important;
  }
  .m-lg-0hq {
    margin: 0.75rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-lg-0q {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-0h {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-0hq {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-lg-0q {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-0h {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-0hq {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-0q {
    margin-top: 0.25rem !important;
  }
  .mt-lg-0h {
    margin-top: 0.5rem !important;
  }
  .mt-lg-0hq {
    margin-top: 0.75rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-0q {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-0h {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-0hq {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .ml-lg-0q {
    margin-left: 0.25rem !important;
  }
  .ml-lg-0h {
    margin-left: 0.5rem !important;
  }
  .ml-lg-0hq {
    margin-left: 0.75rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mr-lg-0q {
    margin-right: 0.25rem !important;
  }
  .mr-lg-0h {
    margin-right: 0.5rem !important;
  }
  .mr-lg-0hq {
    margin-right: 0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-1q {
    margin: 1.25rem !important;
  }
  .m-lg-1h {
    margin: 1.5rem !important;
  }
  .m-lg-1hq {
    margin: 1.75rem !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-1q {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-lg-1h {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-1hq {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-1q {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-1h {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-1hq {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-1q {
    margin-top: 1.25rem !important;
  }
  .mt-lg-1h {
    margin-top: 1.5rem !important;
  }
  .mt-lg-1hq {
    margin-top: 1.75rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-1q {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-1h {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-1hq {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .ml-lg-1q {
    margin-left: 1.25rem !important;
  }
  .ml-lg-1h {
    margin-left: 1.5rem !important;
  }
  .ml-lg-1hq {
    margin-left: 1.75rem !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mr-lg-1q {
    margin-right: 1.25rem !important;
  }
  .mr-lg-1h {
    margin-right: 1.5rem !important;
  }
  .mr-lg-1hq {
    margin-right: 1.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-2q {
    margin: 2.25rem !important;
  }
  .m-lg-2h {
    margin: 2.5rem !important;
  }
  .m-lg-2hq {
    margin: 2.75rem !important;
  }
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-2q {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-lg-2h {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-lg-2hq {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-2q {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-2h {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-2hq {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-2q {
    margin-top: 2.25rem !important;
  }
  .mt-lg-2h {
    margin-top: 2.5rem !important;
  }
  .mt-lg-2hq {
    margin-top: 2.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-2q {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-2h {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-2hq {
    margin-bottom: 2.75rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .ml-lg-2q {
    margin-left: 2.25rem !important;
  }
  .ml-lg-2h {
    margin-left: 2.5rem !important;
  }
  .ml-lg-2hq {
    margin-left: 2.75rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mr-lg-2q {
    margin-right: 2.25rem !important;
  }
  .mr-lg-2h {
    margin-right: 2.5rem !important;
  }
  .mr-lg-2hq {
    margin-right: 2.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-3q {
    margin: 3.25rem !important;
  }
  .m-lg-3h {
    margin: 3.5rem !important;
  }
  .m-lg-3hq {
    margin: 3.75rem !important;
  }
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-3q {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-lg-3h {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-lg-3hq {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-3q {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-lg-3h {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-3hq {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-3q {
    margin-top: 3.25rem !important;
  }
  .mt-lg-3h {
    margin-top: 3.5rem !important;
  }
  .mt-lg-3hq {
    margin-top: 3.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-3q {
    margin-bottom: 3.25rem !important;
  }
  .mb-lg-3h {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-3hq {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .ml-lg-3q {
    margin-left: 3.25rem !important;
  }
  .ml-lg-3h {
    margin-left: 3.5rem !important;
  }
  .ml-lg-3hq {
    margin-left: 3.75rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mr-lg-3q {
    margin-right: 3.25rem !important;
  }
  .mr-lg-3h {
    margin-right: 3.5rem !important;
  }
  .mr-lg-3hq {
    margin-right: 3.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-4q {
    margin: 4.25rem !important;
  }
  .m-lg-4h {
    margin: 4.5rem !important;
  }
  .m-lg-4hq {
    margin: 4.75rem !important;
  }
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-4q {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-lg-4h {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-lg-4hq {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-4q {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-lg-4h {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-4hq {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-4q {
    margin-top: 4.25rem !important;
  }
  .mt-lg-4h {
    margin-top: 4.5rem !important;
  }
  .mt-lg-4hq {
    margin-top: 4.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-4q {
    margin-bottom: 4.25rem !important;
  }
  .mb-lg-4h {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-4hq {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .ml-lg-4q {
    margin-left: 4.25rem !important;
  }
  .ml-lg-4h {
    margin-left: 4.5rem !important;
  }
  .ml-lg-4hq {
    margin-left: 4.75rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mr-lg-4q {
    margin-right: 4.25rem !important;
  }
  .mr-lg-4h {
    margin-right: 4.5rem !important;
  }
  .mr-lg-4hq {
    margin-right: 4.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-5q {
    margin: 5.25rem !important;
  }
  .m-lg-5h {
    margin: 5.5rem !important;
  }
  .m-lg-5hq {
    margin: 5.75rem !important;
  }
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-5q {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-lg-5h {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-lg-5hq {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-5q {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-lg-5h {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-5hq {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-5q {
    margin-top: 5.25rem !important;
  }
  .mt-lg-5h {
    margin-top: 5.5rem !important;
  }
  .mt-lg-5hq {
    margin-top: 5.75rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-5q {
    margin-bottom: 5.25rem !important;
  }
  .mb-lg-5h {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-5hq {
    margin-bottom: 5.75rem !important;
  }
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
  .ml-lg-5q {
    margin-left: 5.25rem !important;
  }
  .ml-lg-5h {
    margin-left: 5.5rem !important;
  }
  .ml-lg-5hq {
    margin-left: 5.75rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mr-lg-5q {
    margin-right: 5.25rem !important;
  }
  .mr-lg-5h {
    margin-right: 5.5rem !important;
  }
  .mr-lg-5hq {
    margin-right: 5.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-6q {
    margin: 6.25rem !important;
  }
  .m-lg-6h {
    margin: 6.5rem !important;
  }
  .m-lg-6hq {
    margin: 6.75rem !important;
  }
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-6q {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-lg-6h {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-lg-6hq {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-6q {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-6h {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-6hq {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-6q {
    margin-top: 6.25rem !important;
  }
  .mt-lg-6h {
    margin-top: 6.5rem !important;
  }
  .mt-lg-6hq {
    margin-top: 6.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-6q {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-6h {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-6hq {
    margin-bottom: 6.75rem !important;
  }
  .ml-lg-6 {
    margin-left: 6rem !important;
  }
  .ml-lg-6q {
    margin-left: 6.25rem !important;
  }
  .ml-lg-6h {
    margin-left: 6.5rem !important;
  }
  .ml-lg-6hq {
    margin-left: 6.75rem !important;
  }
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
  .mr-lg-6q {
    margin-right: 6.25rem !important;
  }
  .mr-lg-6h {
    margin-right: 6.5rem !important;
  }
  .mr-lg-6hq {
    margin-right: 6.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-7q {
    margin: 7.25rem !important;
  }
  .m-lg-7h {
    margin: 7.5rem !important;
  }
  .m-lg-7hq {
    margin: 7.75rem !important;
  }
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-lg-7q {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-lg-7h {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-lg-7hq {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-7q {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-lg-7h {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-7hq {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-7q {
    margin-top: 7.25rem !important;
  }
  .mt-lg-7h {
    margin-top: 7.5rem !important;
  }
  .mt-lg-7hq {
    margin-top: 7.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-7q {
    margin-bottom: 7.25rem !important;
  }
  .mb-lg-7h {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-7hq {
    margin-bottom: 7.75rem !important;
  }
  .ml-lg-7 {
    margin-left: 7rem !important;
  }
  .ml-lg-7q {
    margin-left: 7.25rem !important;
  }
  .ml-lg-7h {
    margin-left: 7.5rem !important;
  }
  .ml-lg-7hq {
    margin-left: 7.75rem !important;
  }
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
  .mr-lg-7q {
    margin-right: 7.25rem !important;
  }
  .mr-lg-7h {
    margin-right: 7.5rem !important;
  }
  .mr-lg-7hq {
    margin-right: 7.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-8q {
    margin: 8.25rem !important;
  }
  .m-lg-8h {
    margin: 8.5rem !important;
  }
  .m-lg-8hq {
    margin: 8.75rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-8q {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-lg-8h {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-lg-8hq {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-8q {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .my-lg-8h {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-8hq {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-8q {
    margin-top: 8.25rem !important;
  }
  .mt-lg-8h {
    margin-top: 8.5rem !important;
  }
  .mt-lg-8hq {
    margin-top: 8.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-8q {
    margin-bottom: 8.25rem !important;
  }
  .mb-lg-8h {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-8hq {
    margin-bottom: 8.75rem !important;
  }
  .ml-lg-8 {
    margin-left: 8rem !important;
  }
  .ml-lg-8q {
    margin-left: 8.25rem !important;
  }
  .ml-lg-8h {
    margin-left: 8.5rem !important;
  }
  .ml-lg-8hq {
    margin-left: 8.75rem !important;
  }
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
  .mr-lg-8q {
    margin-right: 8.25rem !important;
  }
  .mr-lg-8h {
    margin-right: 8.5rem !important;
  }
  .mr-lg-8hq {
    margin-right: 8.75rem !important;
  }
}
.m-auto {
  margin: auto !important;
}

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

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

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

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

@media screen and (min-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
}
.p-0 {
  padding: 0rem !important;
}

.p-0q {
  padding: 0.25rem !important;
}

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

.p-0hq {
  padding: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0q {
  padding-left: 0.25rem !important;
}

.pl-0h {
  padding-left: 0.5rem !important;
}

.pl-0hq {
  padding-left: 0.75rem !important;
}

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

.pr-0q {
  padding-right: 0.25rem !important;
}

.pr-0h {
  padding-right: 0.5rem !important;
}

.pr-0hq {
  padding-right: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-1q {
  padding-left: 1.25rem !important;
}

.pl-1h {
  padding-left: 1.5rem !important;
}

.pl-1hq {
  padding-left: 1.75rem !important;
}

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

.pr-1q {
  padding-right: 1.25rem !important;
}

.pr-1h {
  padding-right: 1.5rem !important;
}

.pr-1hq {
  padding-right: 1.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-2q {
  padding-left: 2.25rem !important;
}

.pl-2h {
  padding-left: 2.5rem !important;
}

.pl-2hq {
  padding-left: 2.75rem !important;
}

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

.pr-2q {
  padding-right: 2.25rem !important;
}

.pr-2h {
  padding-right: 2.5rem !important;
}

.pr-2hq {
  padding-right: 2.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-3q {
  padding-left: 3.25rem !important;
}

.pl-3h {
  padding-left: 3.5rem !important;
}

.pl-3hq {
  padding-left: 3.75rem !important;
}

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

.pr-3q {
  padding-right: 3.25rem !important;
}

.pr-3h {
  padding-right: 3.5rem !important;
}

.pr-3hq {
  padding-right: 3.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-4q {
  padding-left: 4.25rem !important;
}

.pl-4h {
  padding-left: 4.5rem !important;
}

.pl-4hq {
  padding-left: 4.75rem !important;
}

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

.pr-4q {
  padding-right: 4.25rem !important;
}

.pr-4h {
  padding-right: 4.5rem !important;
}

.pr-4hq {
  padding-right: 4.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5q {
  padding-left: 5.25rem !important;
}

.pl-5h {
  padding-left: 5.5rem !important;
}

.pl-5hq {
  padding-left: 5.75rem !important;
}

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

.pr-5q {
  padding-right: 5.25rem !important;
}

.pr-5h {
  padding-right: 5.5rem !important;
}

.pr-5hq {
  padding-right: 5.75rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-6q {
  padding: 6.25rem !important;
}

.p-6h {
  padding: 6.5rem !important;
}

.p-6hq {
  padding: 6.75rem !important;
}

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

.px-6q {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.px-6h {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

.px-6hq {
  padding-left: 6.75rem !important;
  padding-right: 6.75rem !important;
}

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

.py-6q {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-6h {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-6hq {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

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

.pt-6q {
  padding-top: 6.25rem !important;
}

.pt-6h {
  padding-top: 6.5rem !important;
}

.pt-6hq {
  padding-top: 6.75rem !important;
}

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

.pb-6q {
  padding-bottom: 6.25rem !important;
}

.pb-6h {
  padding-bottom: 6.5rem !important;
}

.pb-6hq {
  padding-bottom: 6.75rem !important;
}

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

.pl-6q {
  padding-left: 6.25rem !important;
}

.pl-6h {
  padding-left: 6.5rem !important;
}

.pl-6hq {
  padding-left: 6.75rem !important;
}

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

.pr-6q {
  padding-right: 6.25rem !important;
}

.pr-6h {
  padding-right: 6.5rem !important;
}

.pr-6hq {
  padding-right: 6.75rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-7q {
  padding: 7.25rem !important;
}

.p-7h {
  padding: 7.5rem !important;
}

.p-7hq {
  padding: 7.75rem !important;
}

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

.px-7q {
  padding-left: 7.25rem !important;
  padding-right: 7.25rem !important;
}

.px-7h {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.px-7hq {
  padding-left: 7.75rem !important;
  padding-right: 7.75rem !important;
}

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

.py-7q {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.py-7h {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-7hq {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important;
}

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

.pt-7q {
  padding-top: 7.25rem !important;
}

.pt-7h {
  padding-top: 7.5rem !important;
}

.pt-7hq {
  padding-top: 7.75rem !important;
}

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

.pb-7q {
  padding-bottom: 7.25rem !important;
}

.pb-7h {
  padding-bottom: 7.5rem !important;
}

.pb-7hq {
  padding-bottom: 7.75rem !important;
}

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

.pl-7q {
  padding-left: 7.25rem !important;
}

.pl-7h {
  padding-left: 7.5rem !important;
}

.pl-7hq {
  padding-left: 7.75rem !important;
}

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

.pr-7q {
  padding-right: 7.25rem !important;
}

.pr-7h {
  padding-right: 7.5rem !important;
}

.pr-7hq {
  padding-right: 7.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-8q {
  padding-left: 8.25rem !important;
}

.pl-8h {
  padding-left: 8.5rem !important;
}

.pl-8hq {
  padding-left: 8.75rem !important;
}

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

.pr-8q {
  padding-right: 8.25rem !important;
}

.pr-8h {
  padding-right: 8.5rem !important;
}

.pr-8hq {
  padding-right: 8.75rem !important;
}

@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-0q {
    padding: 0.25rem !important;
  }
  .p-md-0h {
    padding: 0.5rem !important;
  }
  .p-md-0hq {
    padding: 0.75rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-0q {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-0h {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-0hq {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-0q {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-0h {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-0hq {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-0q {
    padding-top: 0.25rem !important;
  }
  .pt-md-0h {
    padding-top: 0.5rem !important;
  }
  .pt-md-0hq {
    padding-top: 0.75rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-0q {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-0h {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-0hq {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-0q {
    padding-left: 0.25rem !important;
  }
  .pl-md-0h {
    padding-left: 0.5rem !important;
  }
  .pl-md-0hq {
    padding-left: 0.75rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-0q {
    padding-right: 0.25rem !important;
  }
  .pr-md-0h {
    padding-right: 0.5rem !important;
  }
  .pr-md-0hq {
    padding-right: 0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-1q {
    padding: 1.25rem !important;
  }
  .p-md-1h {
    padding: 1.5rem !important;
  }
  .p-md-1hq {
    padding: 1.75rem !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-1q {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-md-1h {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-1hq {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-1q {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-1h {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-1hq {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-1q {
    padding-top: 1.25rem !important;
  }
  .pt-md-1h {
    padding-top: 1.5rem !important;
  }
  .pt-md-1hq {
    padding-top: 1.75rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-1q {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-1h {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-1hq {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pl-md-1q {
    padding-left: 1.25rem !important;
  }
  .pl-md-1h {
    padding-left: 1.5rem !important;
  }
  .pl-md-1hq {
    padding-left: 1.75rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pr-md-1q {
    padding-right: 1.25rem !important;
  }
  .pr-md-1h {
    padding-right: 1.5rem !important;
  }
  .pr-md-1hq {
    padding-right: 1.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-2q {
    padding: 2.25rem !important;
  }
  .p-md-2h {
    padding: 2.5rem !important;
  }
  .p-md-2hq {
    padding: 2.75rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-2q {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .px-md-2h {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-md-2hq {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-2q {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-2h {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-2hq {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-2q {
    padding-top: 2.25rem !important;
  }
  .pt-md-2h {
    padding-top: 2.5rem !important;
  }
  .pt-md-2hq {
    padding-top: 2.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-2q {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-2h {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-2hq {
    padding-bottom: 2.75rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pl-md-2q {
    padding-left: 2.25rem !important;
  }
  .pl-md-2h {
    padding-left: 2.5rem !important;
  }
  .pl-md-2hq {
    padding-left: 2.75rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .pr-md-2q {
    padding-right: 2.25rem !important;
  }
  .pr-md-2h {
    padding-right: 2.5rem !important;
  }
  .pr-md-2hq {
    padding-right: 2.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-3q {
    padding: 3.25rem !important;
  }
  .p-md-3h {
    padding: 3.5rem !important;
  }
  .p-md-3hq {
    padding: 3.75rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-3q {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .px-md-3h {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-md-3hq {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-3q {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-md-3h {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-3hq {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-3q {
    padding-top: 3.25rem !important;
  }
  .pt-md-3h {
    padding-top: 3.5rem !important;
  }
  .pt-md-3hq {
    padding-top: 3.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-3q {
    padding-bottom: 3.25rem !important;
  }
  .pb-md-3h {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-3hq {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pl-md-3q {
    padding-left: 3.25rem !important;
  }
  .pl-md-3h {
    padding-left: 3.5rem !important;
  }
  .pl-md-3hq {
    padding-left: 3.75rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .pr-md-3q {
    padding-right: 3.25rem !important;
  }
  .pr-md-3h {
    padding-right: 3.5rem !important;
  }
  .pr-md-3hq {
    padding-right: 3.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-4q {
    padding: 4.25rem !important;
  }
  .p-md-4h {
    padding: 4.5rem !important;
  }
  .p-md-4hq {
    padding: 4.75rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-4q {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .px-md-4h {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-md-4hq {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-4q {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-md-4h {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-4hq {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-4q {
    padding-top: 4.25rem !important;
  }
  .pt-md-4h {
    padding-top: 4.5rem !important;
  }
  .pt-md-4hq {
    padding-top: 4.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-4q {
    padding-bottom: 4.25rem !important;
  }
  .pb-md-4h {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-4hq {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pl-md-4q {
    padding-left: 4.25rem !important;
  }
  .pl-md-4h {
    padding-left: 4.5rem !important;
  }
  .pl-md-4hq {
    padding-left: 4.75rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .pr-md-4q {
    padding-right: 4.25rem !important;
  }
  .pr-md-4h {
    padding-right: 4.5rem !important;
  }
  .pr-md-4hq {
    padding-right: 4.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-5q {
    padding: 5.25rem !important;
  }
  .p-md-5h {
    padding: 5.5rem !important;
  }
  .p-md-5hq {
    padding: 5.75rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-5q {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .px-md-5h {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-md-5hq {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-5q {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-md-5h {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-5hq {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-5q {
    padding-top: 5.25rem !important;
  }
  .pt-md-5h {
    padding-top: 5.5rem !important;
  }
  .pt-md-5hq {
    padding-top: 5.75rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-5q {
    padding-bottom: 5.25rem !important;
  }
  .pb-md-5h {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-5hq {
    padding-bottom: 5.75rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pl-md-5q {
    padding-left: 5.25rem !important;
  }
  .pl-md-5h {
    padding-left: 5.5rem !important;
  }
  .pl-md-5hq {
    padding-left: 5.75rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .pr-md-5q {
    padding-right: 5.25rem !important;
  }
  .pr-md-5h {
    padding-right: 5.5rem !important;
  }
  .pr-md-5hq {
    padding-right: 5.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-6q {
    padding: 6.25rem !important;
  }
  .p-md-6h {
    padding: 6.5rem !important;
  }
  .p-md-6hq {
    padding: 6.75rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-6q {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .px-md-6h {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .px-md-6hq {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-6q {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-6h {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-6hq {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-6q {
    padding-top: 6.25rem !important;
  }
  .pt-md-6h {
    padding-top: 6.5rem !important;
  }
  .pt-md-6hq {
    padding-top: 6.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-6q {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-6h {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-6hq {
    padding-bottom: 6.75rem !important;
  }
  .pl-md-6 {
    padding-left: 6rem !important;
  }
  .pl-md-6q {
    padding-left: 6.25rem !important;
  }
  .pl-md-6h {
    padding-left: 6.5rem !important;
  }
  .pl-md-6hq {
    padding-left: 6.75rem !important;
  }
  .pr-md-6 {
    padding-right: 6rem !important;
  }
  .pr-md-6q {
    padding-right: 6.25rem !important;
  }
  .pr-md-6h {
    padding-right: 6.5rem !important;
  }
  .pr-md-6hq {
    padding-right: 6.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-7q {
    padding: 7.25rem !important;
  }
  .p-md-7h {
    padding: 7.5rem !important;
  }
  .p-md-7hq {
    padding: 7.75rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-md-7q {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .px-md-7h {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .px-md-7hq {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-7q {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-md-7h {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-7hq {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-7q {
    padding-top: 7.25rem !important;
  }
  .pt-md-7h {
    padding-top: 7.5rem !important;
  }
  .pt-md-7hq {
    padding-top: 7.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-7q {
    padding-bottom: 7.25rem !important;
  }
  .pb-md-7h {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-7hq {
    padding-bottom: 7.75rem !important;
  }
  .pl-md-7 {
    padding-left: 7rem !important;
  }
  .pl-md-7q {
    padding-left: 7.25rem !important;
  }
  .pl-md-7h {
    padding-left: 7.5rem !important;
  }
  .pl-md-7hq {
    padding-left: 7.75rem !important;
  }
  .pr-md-7 {
    padding-right: 7rem !important;
  }
  .pr-md-7q {
    padding-right: 7.25rem !important;
  }
  .pr-md-7h {
    padding-right: 7.5rem !important;
  }
  .pr-md-7hq {
    padding-right: 7.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-8q {
    padding: 8.25rem !important;
  }
  .p-md-8h {
    padding: 8.5rem !important;
  }
  .p-md-8hq {
    padding: 8.75rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-8q {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .px-md-8h {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .px-md-8hq {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-8q {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .py-md-8h {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-8hq {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-8q {
    padding-top: 8.25rem !important;
  }
  .pt-md-8h {
    padding-top: 8.5rem !important;
  }
  .pt-md-8hq {
    padding-top: 8.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-8q {
    padding-bottom: 8.25rem !important;
  }
  .pb-md-8h {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-8hq {
    padding-bottom: 8.75rem !important;
  }
  .pl-md-8 {
    padding-left: 8rem !important;
  }
  .pl-md-8q {
    padding-left: 8.25rem !important;
  }
  .pl-md-8h {
    padding-left: 8.5rem !important;
  }
  .pl-md-8hq {
    padding-left: 8.75rem !important;
  }
  .pr-md-8 {
    padding-right: 8rem !important;
  }
  .pr-md-8q {
    padding-right: 8.25rem !important;
  }
  .pr-md-8h {
    padding-right: 8.5rem !important;
  }
  .pr-md-8hq {
    padding-right: 8.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-0 {
    padding: 0rem !important;
  }
  .p-lg-0q {
    padding: 0.25rem !important;
  }
  .p-lg-0h {
    padding: 0.5rem !important;
  }
  .p-lg-0hq {
    padding: 0.75rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-lg-0q {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-0h {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-0hq {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-lg-0q {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-0h {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-0hq {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-0q {
    padding-top: 0.25rem !important;
  }
  .pt-lg-0h {
    padding-top: 0.5rem !important;
  }
  .pt-lg-0hq {
    padding-top: 0.75rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-0q {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-0h {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-0hq {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-0q {
    padding-left: 0.25rem !important;
  }
  .pl-lg-0h {
    padding-left: 0.5rem !important;
  }
  .pl-lg-0hq {
    padding-left: 0.75rem !important;
  }
  .pr-lg-0rem {
    padding-right: 0rem !important;
  }
  .pr-lg-0q {
    padding-right: 0.25rem !important;
  }
  .pr-lg-0h {
    padding-right: 0.5rem !important;
  }
  .pr-lg-0hq {
    padding-right: 0.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-1q {
    padding: 1.25rem !important;
  }
  .p-lg-1h {
    padding: 1.5rem !important;
  }
  .p-lg-1hq {
    padding: 1.75rem !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-1q {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .px-lg-1h {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-1hq {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-1q {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-1h {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-1hq {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-1q {
    padding-top: 1.25rem !important;
  }
  .pt-lg-1h {
    padding-top: 1.5rem !important;
  }
  .pt-lg-1hq {
    padding-top: 1.75rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-1q {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-1h {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-1hq {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .pl-lg-1q {
    padding-left: 1.25rem !important;
  }
  .pl-lg-1h {
    padding-left: 1.5rem !important;
  }
  .pl-lg-1hq {
    padding-left: 1.75rem !important;
  }
  .pr-lg-1rem {
    padding-right: 1rem !important;
  }
  .pr-lg-1q {
    padding-right: 1.25rem !important;
  }
  .pr-lg-1h {
    padding-right: 1.5rem !important;
  }
  .pr-lg-1hq {
    padding-right: 1.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-2q {
    padding: 2.25rem !important;
  }
  .p-lg-2h {
    padding: 2.5rem !important;
  }
  .p-lg-2hq {
    padding: 2.75rem !important;
  }
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-2q {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .px-lg-2h {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-lg-2hq {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-2q {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-2h {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-2hq {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-2q {
    padding-top: 2.25rem !important;
  }
  .pt-lg-2h {
    padding-top: 2.5rem !important;
  }
  .pt-lg-2hq {
    padding-top: 2.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-2q {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-2h {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-2hq {
    padding-bottom: 2.75rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .pl-lg-2q {
    padding-left: 2.25rem !important;
  }
  .pl-lg-2h {
    padding-left: 2.5rem !important;
  }
  .pl-lg-2hq {
    padding-left: 2.75rem !important;
  }
  .pr-lg-2rem {
    padding-right: 2rem !important;
  }
  .pr-lg-2q {
    padding-right: 2.25rem !important;
  }
  .pr-lg-2h {
    padding-right: 2.5rem !important;
  }
  .pr-lg-2hq {
    padding-right: 2.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-3q {
    padding: 3.25rem !important;
  }
  .p-lg-3h {
    padding: 3.5rem !important;
  }
  .p-lg-3hq {
    padding: 3.75rem !important;
  }
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-3q {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .px-lg-3h {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-lg-3hq {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-3q {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-lg-3h {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-3hq {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-3q {
    padding-top: 3.25rem !important;
  }
  .pt-lg-3h {
    padding-top: 3.5rem !important;
  }
  .pt-lg-3hq {
    padding-top: 3.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-3q {
    padding-bottom: 3.25rem !important;
  }
  .pb-lg-3h {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-3hq {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .pl-lg-3q {
    padding-left: 3.25rem !important;
  }
  .pl-lg-3h {
    padding-left: 3.5rem !important;
  }
  .pl-lg-3hq {
    padding-left: 3.75rem !important;
  }
  .pr-lg-3rem {
    padding-right: 3rem !important;
  }
  .pr-lg-3q {
    padding-right: 3.25rem !important;
  }
  .pr-lg-3h {
    padding-right: 3.5rem !important;
  }
  .pr-lg-3hq {
    padding-right: 3.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-4q {
    padding: 4.25rem !important;
  }
  .p-lg-4h {
    padding: 4.5rem !important;
  }
  .p-lg-4hq {
    padding: 4.75rem !important;
  }
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-4q {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .px-lg-4h {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-lg-4hq {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-4q {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-lg-4h {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-4hq {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-4q {
    padding-top: 4.25rem !important;
  }
  .pt-lg-4h {
    padding-top: 4.5rem !important;
  }
  .pt-lg-4hq {
    padding-top: 4.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-4q {
    padding-bottom: 4.25rem !important;
  }
  .pb-lg-4h {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-4hq {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .pl-lg-4q {
    padding-left: 4.25rem !important;
  }
  .pl-lg-4h {
    padding-left: 4.5rem !important;
  }
  .pl-lg-4hq {
    padding-left: 4.75rem !important;
  }
  .pr-lg-4rem {
    padding-right: 4rem !important;
  }
  .pr-lg-4q {
    padding-right: 4.25rem !important;
  }
  .pr-lg-4h {
    padding-right: 4.5rem !important;
  }
  .pr-lg-4hq {
    padding-right: 4.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-5q {
    padding: 5.25rem !important;
  }
  .p-lg-5h {
    padding: 5.5rem !important;
  }
  .p-lg-5hq {
    padding: 5.75rem !important;
  }
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-5q {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .px-lg-5h {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .px-lg-5hq {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-5q {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-lg-5h {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-5hq {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-5q {
    padding-top: 5.25rem !important;
  }
  .pt-lg-5h {
    padding-top: 5.5rem !important;
  }
  .pt-lg-5hq {
    padding-top: 5.75rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-5q {
    padding-bottom: 5.25rem !important;
  }
  .pb-lg-5h {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-5hq {
    padding-bottom: 5.75rem !important;
  }
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
  .pl-lg-5q {
    padding-left: 5.25rem !important;
  }
  .pl-lg-5h {
    padding-left: 5.5rem !important;
  }
  .pl-lg-5hq {
    padding-left: 5.75rem !important;
  }
  .pr-lg-5rem {
    padding-right: 5rem !important;
  }
  .pr-lg-5q {
    padding-right: 5.25rem !important;
  }
  .pr-lg-5h {
    padding-right: 5.5rem !important;
  }
  .pr-lg-5hq {
    padding-right: 5.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-6q {
    padding: 6.25rem !important;
  }
  .p-lg-6h {
    padding: 6.5rem !important;
  }
  .p-lg-6hq {
    padding: 6.75rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-6q {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .px-lg-6h {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .px-lg-6hq {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-6q {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-6h {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-6hq {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-6q {
    padding-top: 6.25rem !important;
  }
  .pt-lg-6h {
    padding-top: 6.5rem !important;
  }
  .pt-lg-6hq {
    padding-top: 6.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-6q {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-6h {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-6hq {
    padding-bottom: 6.75rem !important;
  }
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
  .pl-lg-6q {
    padding-left: 6.25rem !important;
  }
  .pl-lg-6h {
    padding-left: 6.5rem !important;
  }
  .pl-lg-6hq {
    padding-left: 6.75rem !important;
  }
  .pr-lg-6rem {
    padding-right: 6rem !important;
  }
  .pr-lg-6q {
    padding-right: 6.25rem !important;
  }
  .pr-lg-6h {
    padding-right: 6.5rem !important;
  }
  .pr-lg-6hq {
    padding-right: 6.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-7q {
    padding: 7.25rem !important;
  }
  .p-lg-7h {
    padding: 7.5rem !important;
  }
  .p-lg-7hq {
    padding: 7.75rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-7q {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .px-lg-7h {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .px-lg-7hq {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-7q {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-lg-7h {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-7hq {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-7q {
    padding-top: 7.25rem !important;
  }
  .pt-lg-7h {
    padding-top: 7.5rem !important;
  }
  .pt-lg-7hq {
    padding-top: 7.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-7q {
    padding-bottom: 7.25rem !important;
  }
  .pb-lg-7h {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-7hq {
    padding-bottom: 7.75rem !important;
  }
  .pl-lg-7 {
    padding-left: 7rem !important;
  }
  .pl-lg-7q {
    padding-left: 7.25rem !important;
  }
  .pl-lg-7h {
    padding-left: 7.5rem !important;
  }
  .pl-lg-7hq {
    padding-left: 7.75rem !important;
  }
  .pr-lg-7rem {
    padding-right: 7rem !important;
  }
  .pr-lg-7q {
    padding-right: 7.25rem !important;
  }
  .pr-lg-7h {
    padding-right: 7.5rem !important;
  }
  .pr-lg-7hq {
    padding-right: 7.75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-8q {
    padding: 8.25rem !important;
  }
  .p-lg-8h {
    padding: 8.5rem !important;
  }
  .p-lg-8hq {
    padding: 8.75rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-8q {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .px-lg-8h {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .px-lg-8hq {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-8q {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .py-lg-8h {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-8hq {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-8q {
    padding-top: 8.25rem !important;
  }
  .pt-lg-8h {
    padding-top: 8.5rem !important;
  }
  .pt-lg-8hq {
    padding-top: 8.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-8q {
    padding-bottom: 8.25rem !important;
  }
  .pb-lg-8h {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-8hq {
    padding-bottom: 8.75rem !important;
  }
  .pl-lg-8 {
    padding-left: 8rem !important;
  }
  .pl-lg-8q {
    padding-left: 8.25rem !important;
  }
  .pl-lg-8h {
    padding-left: 8.5rem !important;
  }
  .pl-lg-8hq {
    padding-left: 8.75rem !important;
  }
  .pr-lg-8rem {
    padding-right: 8rem !important;
  }
  .pr-lg-8q {
    padding-right: 8.25rem !important;
  }
  .pr-lg-8h {
    padding-right: 8.5rem !important;
  }
  .pr-lg-8hq {
    padding-right: 8.75rem !important;
  }
}
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .text-md-justify {
    text-align: justify;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
/* =====================================================
  4.0 - Library
===================================================== *//*# sourceMappingURL=style.css.map */