@charset "UTF-8";

.movie_list li a img,
.movie_list02 li a img,
.movie_list_new li a img,
.ranking_list li a img{
	width: 100%;
}
.movie_list .movie_play,
.movie_list02 .movie_play,
.movie_list_new .movie_play,
.ranking_list .movie_play{
	margin-bottom: 4px;
	display: block;
	position: relative;
	border-bottom: none;
	padding: 0;
}

.movie_list .movie_info p,
.movie_list02 .movie_info p,
.movie_list_new .movie_info p,
.ranking_list .movie_info p{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2;
}
.movie_list .movie_info p.movie_type, .movie_list .movie_info p.movie_time,
.movie_list02 .movie_info p.movie_type, .movie_list02 .movie_info p.movie_time,
.movie_list_new .movie_info p.movie_type, .movie_list_new .movie_info p.movie_time,
.ranking_list .movie_info p.movie_type, .ranking_list .movie_info p.movie_time{
	padding-left: 8px;
	border-left: 1px solid #4c4c4c;
}

.movie_list .movie_info .movie_title,
.movie_list02 .movie_info .movie_title,
.movie_list_new .movie_info .movie_title,
.ranking_list .movie_info .movie_title{
	width: 100%;
	margin-bottom: 4px;
	padding-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    display: block;
    border-bottom: 1px solid #4b4b4b;
}

/* 動画リストタイトル */

h2.movielist_title{
	margin: 30px 0 50px;
	padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	background: url(../img/common/icon_title_pc.png) 0 25px no-repeat;
    background-size: 25px;
	color: #959595;
	font-size: 16px;
	font-weight: 300;
}
h2.movielist_title span{
	margin-right: 10px;
	font-size: 38px;
	font-weight: 700;
	display: inline-block;
}


/* スライダー無動画リスト */
.movie_list02,
.movie_list_new{
	width: 100%;
    max-width: 1200px;
	margin: 0 auto;
/*	text-align: center; */
}
.movie_list_new li{
	width: 32%;
	margin: 0 2% 50px 0;
	display: inline-block;
	text-align: left;
	vertical-align: top;
    float: left;
}
.movie_list02 li{
	width: 23%;
	margin: 0 2% 50px 0;
	display: inline-block;
	text-align: left;
	vertical-align: top;
/*    float: left; */
}
.movie_list_new li:nth-child(3n){
    margin-right: 0;
}
.movie_list02 li:nth-child(4n){
    margin-right: 0;
}

/*ランキングリスト　表示数制限*/
#movielist_ranking .movie_list02 li:nth-child(13 + n){
    display: none;
}


/*ページャー*/
.pager ul{
	margin: 70px auto 0;
	text-align: center;
}
.pager ul li{
	display: inline-block;
	border-right: 1px solid #4c4c4c;
}
.pager ul li:last-child{
	border-right: none;
}
.pager ul li a, .pager ul li span{
	padding: 0 10px;
}
.pager ul li a, .pager ul li a:hover{
	padding-bottom: 0;
	border-bottom: hidden;
}

.movie_list02 li a img{
    position: relative;
}
.movie_list02 li a p.movie_comingsoon{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.movie_list02 li a p.movie_comingsoon span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1.4;
}
#app .player-container::before {
    padding-top: 0 !important;
}
@charset "UTF-8";

@media(max-width: 798px){
.movie_list li{
    width: 90%;
    height: auto;
	margin: 0 5% 6%;
    display: block;
}
    .movie_list li:nth-child(n + 6){ display: none;}    
.movie_list li img{
	width: 100%;
}
.movie_list .movie_play{
	margin-bottom: 4px;
	display: block;
	position: relative;
	border-bottom: none;
	padding: 0;
}
.movie_list .movie_info img.face_icon, .movie_list .movie_info p{
	display: inline-block;
	vertical-align: middle;
}
.movie_list .movie_info p{
	font-size: 12px;
	line-height: 1.2;
	margin: 0 4px;
}

.movie_list .movie_info .movie_title{
	width: 90%;
	margin: 1% 5% 0;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 4vw;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}
.movie_list .movie_info p.movie_type, .movie_list .movie_info p.movie_time{
	padding-left: 8px;
	border-left: 1px solid #4c4c4c;
}


/*ログイン後 新着動画リスト */
.movie_list_new{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.movie_list_new li{
	width: 90%;
	margin: 0 5% 6%;
	display: block;
	text-align: left;
	vertical-align: top;
    float: none;
}
.movie_list_new li:nth-child(3n){
    margin-right: 5%;
}

/* 動画リストタイトル */

h2.movielist_title{
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	background: url(../img/common/icon_title_pc.png) 10px 25px no-repeat;
    background-size: 25px;
	color: #959595;
	font-size: 16px;
	font-weight: 300;
}
h2.movielist_title span{
	margin-right: 10px;
	font-size: 38px;
	font-weight: 700;
	display: inline-block;
}


/*スライダー無動画リスト */
.movie_list02 li, 
#movie_play .movie_list li{
    width: 100%;
	margin: 0;
	padding: 2.5% 0;
	border-top: 1px solid #bfbfbf;
}

.movie_list02 li > a, 
#movie_play .movie_list li a{
	width: 51%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.0;
}
.movie_list02 li img, 
#movie_play .movie_list li img{
	width: 100%;
}
.movie_list02 .movie_play, 
#movie_play .movie_list .movie_play{
	margin-bottom: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	border-bottom: none;
}
.movie_list02 .movie_info, 
#movie_play .movie_list .movie_info{
	width: 48%;
	display: inline-block;
	vertical-align: middle;
}
.movie_list02 .movie_info img.face_icon, 
#movie_play .movie_list .movie_info img.face_icon{
	display: none !important;
}
.movie_list02 .movie_info p, 
#movie_play .movie_list .movie_info p{
	margin: 0 0 0 5%;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2;
}
.movie_list02 .movie_info .movie_title, 
#movie_play .movie_list .movie_info .movie_title{
	width: 90%;
	margin: 0 5%;
}
.movie_list02 .movie_title a, 
#movie_play .movie_list .movie_title a{
	padding-bottom: 0;
	border-bottom: none;
	line-height: 1.6;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow : hidden;
}
/*ページャー*/
.pager ul{
	margin: 5% auto 0;
	text-align: center;
}
	
    
}@charset "UTF-8";
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f8b8bd;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f27a84;
}

.table-hover .table-primary:hover {
  background-color: #f6a1a7;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f6a1a7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ffffcb;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ffff9f;
}

.table-hover .table-secondary:hover {
  background-color: #ffffb2;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ffffb2;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #007bff;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #28a745;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

body {
  font-family: Roboto, "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  color: #fff;
  line-height: 1.7;
}

body::before, body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
}

body::before {
  background: url(../img/common/bg_main.jpg) no-repeat center center/cover;
}

body::after {
  background: rgba(3, 3, 3, 0.75);
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style-position: outside;
  padding-left: 1em;
}

ul {
  list-style-type: disc;
}

iframe {
  line-height: 1;
  vertical-align: bottom;
}

main {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  main {
    font-size: 1rem;
  }
}

.swiper-pagination {
  position: static;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #fff;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 20px;
}

.swiper-pagination-bullet-active {
  background: #E60012;
}

#app .player-container {
  width: 100%;
  position: relative;
  height: initial;
}

#app .player-container::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

#app .player-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-device-width: 480px) {
  #app .btnArea_view {
    width: 60%;
    height: 100%;
    overflow-y: hidden;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    top: 60px;
  }
}

@font-face {
  font-family: "icon-expg";
  src: url("/fonts/icon-expg.eot?bsqdui");
  src: url("/fonts/icon-expg.eot?bsqdui#iefix") format("embedded-opentype"), url("/fonts/icon-expg.ttf?bsqdui") format("truetype"), url("/fonts/icon-expg.woff?bsqdui") format("woff"), url("/fonts/icon-expg.svg?bsqdui#icon-expg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-expg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-og_check:before {
  content: "\EAEB";
}

.icon-og_close:before {
  content: "\EAEC";
}

.icon-og_cog:before {
  content: "\EAED";
}

.icon-og_crown:before {
  content: "\EAEE";
}

.icon-og_dots:before {
  content: "\EAEF";
}

.icon-og_instagram:before {
  content: "\EAF0";
}

.icon-og_left:before {
  content: "\EAF1";
}

.icon-og_menu:before {
  content: "\EAF2";
}

.icon-og_right:before {
  content: "\EAF3";
}

.icon-og_twitter:before {
  content: "\EAF4";
}

.icon-home:before {
  content: "\E900";
}

.icon-home2:before {
  content: "\E901";
}

.icon-home3:before {
  content: "\E902";
}

.icon-office:before {
  content: "\E903";
}

.icon-newspaper:before {
  content: "\E904";
}

.icon-pencil:before {
  content: "\E905";
}

.icon-pencil2:before {
  content: "\E906";
}

.icon-quill:before {
  content: "\E907";
}

.icon-pen:before {
  content: "\E908";
}

.icon-blog:before {
  content: "\E909";
}

.icon-eyedropper:before {
  content: "\E90A";
}

.icon-droplet:before {
  content: "\E90B";
}

.icon-paint-format:before {
  content: "\E90C";
}

.icon-image:before {
  content: "\E90D";
}

.icon-images:before {
  content: "\E90E";
}

.icon-camera:before {
  content: "\E90F";
}

.icon-headphones:before {
  content: "\E910";
}

.icon-music:before {
  content: "\E911";
}

.icon-play:before {
  content: "\E912";
}

.icon-film:before {
  content: "\E913";
}

.icon-video-camera:before {
  content: "\E914";
}

.icon-dice:before {
  content: "\E915";
}

.icon-pacman:before {
  content: "\E916";
}

.icon-spades:before {
  content: "\E917";
}

.icon-clubs:before {
  content: "\E918";
}

.icon-diamonds:before {
  content: "\E919";
}

.icon-bullhorn:before {
  content: "\E91A";
}

.icon-connection:before {
  content: "\E91B";
}

.icon-podcast:before {
  content: "\E91C";
}

.icon-feed:before {
  content: "\E91D";
}

.icon-mic:before {
  content: "\E91E";
}

.icon-book:before {
  content: "\E91F";
}

.icon-books:before {
  content: "\E920";
}

.icon-library:before {
  content: "\E921";
}

.icon-file-text:before {
  content: "\E922";
}

.icon-profile:before {
  content: "\E923";
}

.icon-file-empty:before {
  content: "\E924";
}

.icon-files-empty:before {
  content: "\E925";
}

.icon-file-text2:before {
  content: "\E926";
}

.icon-file-picture:before {
  content: "\E927";
}

.icon-file-music:before {
  content: "\E928";
}

.icon-file-play:before {
  content: "\E929";
}

.icon-file-video:before {
  content: "\E92A";
}

.icon-file-zip:before {
  content: "\E92B";
}

.icon-copy:before {
  content: "\E92C";
}

.icon-paste:before {
  content: "\E92D";
}

.icon-stack:before {
  content: "\E92E";
}

.icon-folder:before {
  content: "\E92F";
}

.icon-folder-open:before {
  content: "\E930";
}

.icon-folder-plus:before {
  content: "\E931";
}

.icon-folder-minus:before {
  content: "\E932";
}

.icon-folder-download:before {
  content: "\E933";
}

.icon-folder-upload:before {
  content: "\E934";
}

.icon-price-tag:before {
  content: "\E935";
}

.icon-price-tags:before {
  content: "\E936";
}

.icon-barcode:before {
  content: "\E937";
}

.icon-qrcode:before {
  content: "\E938";
}

.icon-ticket:before {
  content: "\E939";
}

.icon-cart:before {
  content: "\E93A";
}

.icon-coin-dollar:before {
  content: "\E93B";
}

.icon-coin-euro:before {
  content: "\E93C";
}

.icon-coin-pound:before {
  content: "\E93D";
}

.icon-coin-yen:before {
  content: "\E93E";
}

.icon-credit-card:before {
  content: "\E93F";
}

.icon-calculator:before {
  content: "\E940";
}

.icon-lifebuoy:before {
  content: "\E941";
}

.icon-phone:before {
  content: "\E942";
}

.icon-phone-hang-up:before {
  content: "\E943";
}

.icon-address-book:before {
  content: "\E944";
}

.icon-envelop:before {
  content: "\E945";
}

.icon-pushpin:before {
  content: "\E946";
}

.icon-location:before {
  content: "\E947";
}

.icon-location2:before {
  content: "\E948";
}

.icon-compass:before {
  content: "\E949";
}

.icon-compass2:before {
  content: "\E94A";
}

.icon-map:before {
  content: "\E94B";
}

.icon-map2:before {
  content: "\E94C";
}

.icon-history:before {
  content: "\E94D";
}

.icon-clock:before {
  content: "\E94E";
}

.icon-clock2:before {
  content: "\E94F";
}

.icon-alarm:before {
  content: "\E950";
}

.icon-bell:before {
  content: "\E951";
}

.icon-stopwatch:before {
  content: "\E952";
}

.icon-calendar:before {
  content: "\E953";
}

.icon-printer:before {
  content: "\E954";
}

.icon-keyboard:before {
  content: "\E955";
}

.icon-display:before {
  content: "\E956";
}

.icon-laptop:before {
  content: "\E957";
}

.icon-mobile:before {
  content: "\E958";
}

.icon-mobile2:before {
  content: "\E959";
}

.icon-tablet:before {
  content: "\E95A";
}

.icon-tv:before {
  content: "\E95B";
}

.icon-drawer:before {
  content: "\E95C";
}

.icon-drawer2:before {
  content: "\E95D";
}

.icon-box-add:before {
  content: "\E95E";
}

.icon-box-remove:before {
  content: "\E95F";
}

.icon-download:before {
  content: "\E960";
}

.icon-upload:before {
  content: "\E961";
}

.icon-floppy-disk:before {
  content: "\E962";
}

.icon-drive:before {
  content: "\E963";
}

.icon-database:before {
  content: "\E964";
}

.icon-undo:before {
  content: "\E965";
}

.icon-redo:before {
  content: "\E966";
}

.icon-undo2:before {
  content: "\E967";
}

.icon-redo2:before {
  content: "\E968";
}

.icon-forward:before {
  content: "\E969";
}

.icon-reply:before {
  content: "\E96A";
}

.icon-bubble:before {
  content: "\E96B";
}

.icon-bubbles:before {
  content: "\E96C";
}

.icon-bubbles2:before {
  content: "\E96D";
}

.icon-bubble2:before {
  content: "\E96E";
}

.icon-bubbles3:before {
  content: "\E96F";
}

.icon-bubbles4:before {
  content: "\E970";
}

.icon-user:before {
  content: "\E971";
}

.icon-users:before {
  content: "\E972";
}

.icon-user-plus:before {
  content: "\E973";
}

.icon-user-minus:before {
  content: "\E974";
}

.icon-user-check:before {
  content: "\E975";
}

.icon-user-tie:before {
  content: "\E976";
}

.icon-quotes-left:before {
  content: "\E977";
}

.icon-quotes-right:before {
  content: "\E978";
}

.icon-hour-glass:before {
  content: "\E979";
}

.icon-spinner:before {
  content: "\E97A";
}

.icon-spinner2:before {
  content: "\E97B";
}

.icon-spinner3:before {
  content: "\E97C";
}

.icon-spinner4:before {
  content: "\E97D";
}

.icon-spinner5:before {
  content: "\E97E";
}

.icon-spinner6:before {
  content: "\E97F";
}

.icon-spinner7:before {
  content: "\E980";
}

.icon-spinner8:before {
  content: "\E981";
}

.icon-spinner9:before {
  content: "\E982";
}

.icon-spinner10:before {
  content: "\E983";
}

.icon-spinner11:before {
  content: "\E984";
}

.icon-binoculars:before {
  content: "\E985";
}

.icon-search:before {
  content: "\E986";
}

.icon-zoom-in:before {
  content: "\E987";
}

.icon-zoom-out:before {
  content: "\E988";
}

.icon-enlarge:before {
  content: "\E989";
}

.icon-shrink:before {
  content: "\E98A";
}

.icon-enlarge2:before {
  content: "\E98B";
}

.icon-shrink2:before {
  content: "\E98C";
}

.icon-key:before {
  content: "\E98D";
}

.icon-key2:before {
  content: "\E98E";
}

.icon-lock:before {
  content: "\E98F";
}

.icon-unlocked:before {
  content: "\E990";
}

.icon-wrench:before {
  content: "\E991";
}

.icon-equalizer:before {
  content: "\E992";
}

.icon-equalizer2:before {
  content: "\E993";
}

.icon-cog:before {
  content: "\E994";
}

.icon-cogs:before {
  content: "\E995";
}

.icon-hammer:before {
  content: "\E996";
}

.icon-magic-wand:before {
  content: "\E997";
}

.icon-aid-kit:before {
  content: "\E998";
}

.icon-bug:before {
  content: "\E999";
}

.icon-pie-chart:before {
  content: "\E99A";
}

.icon-stats-dots:before {
  content: "\E99B";
}

.icon-stats-bars:before {
  content: "\E99C";
}

.icon-stats-bars2:before {
  content: "\E99D";
}

.icon-trophy:before {
  content: "\E99E";
}

.icon-gift:before {
  content: "\E99F";
}

.icon-glass:before {
  content: "\E9A0";
}

.icon-glass2:before {
  content: "\E9A1";
}

.icon-mug:before {
  content: "\E9A2";
}

.icon-spoon-knife:before {
  content: "\E9A3";
}

.icon-leaf:before {
  content: "\E9A4";
}

.icon-rocket:before {
  content: "\E9A5";
}

.icon-meter:before {
  content: "\E9A6";
}

.icon-meter2:before {
  content: "\E9A7";
}

.icon-hammer2:before {
  content: "\E9A8";
}

.icon-fire:before {
  content: "\E9A9";
}

.icon-lab:before {
  content: "\E9AA";
}

.icon-magnet:before {
  content: "\E9AB";
}

.icon-bin:before {
  content: "\E9AC";
}

.icon-bin2:before {
  content: "\E9AD";
}

.icon-briefcase:before {
  content: "\E9AE";
}

.icon-airplane:before {
  content: "\E9AF";
}

.icon-truck:before {
  content: "\E9B0";
}

.icon-road:before {
  content: "\E9B1";
}

.icon-accessibility:before {
  content: "\E9B2";
}

.icon-target:before {
  content: "\E9B3";
}

.icon-shield:before {
  content: "\E9B4";
}

.icon-power:before {
  content: "\E9B5";
}

.icon-switch:before {
  content: "\E9B6";
}

.icon-power-cord:before {
  content: "\E9B7";
}

.icon-clipboard:before {
  content: "\E9B8";
}

.icon-list-numbered:before {
  content: "\E9B9";
}

.icon-list:before {
  content: "\E9BA";
}

.icon-list2:before {
  content: "\E9BB";
}

.icon-tree:before {
  content: "\E9BC";
}

.icon-menu:before {
  content: "\E9BD";
}

.icon-menu2:before {
  content: "\E9BE";
}

.icon-menu3:before {
  content: "\E9BF";
}

.icon-menu4:before {
  content: "\E9C0";
}

.icon-cloud:before {
  content: "\E9C1";
}

.icon-cloud-download:before {
  content: "\E9C2";
}

.icon-cloud-upload:before {
  content: "\E9C3";
}

.icon-cloud-check:before {
  content: "\E9C4";
}

.icon-download2:before {
  content: "\E9C5";
}

.icon-upload2:before {
  content: "\E9C6";
}

.icon-download3:before {
  content: "\E9C7";
}

.icon-upload3:before {
  content: "\E9C8";
}

.icon-sphere:before {
  content: "\E9C9";
}

.icon-earth:before {
  content: "\E9CA";
}

.icon-link:before {
  content: "\E9CB";
}

.icon-flag:before {
  content: "\E9CC";
}

.icon-attachment:before {
  content: "\E9CD";
}

.icon-eye:before {
  content: "\E9CE";
}

.icon-eye-plus:before {
  content: "\E9CF";
}

.icon-eye-minus:before {
  content: "\E9D0";
}

.icon-eye-blocked:before {
  content: "\E9D1";
}

.icon-bookmark:before {
  content: "\E9D2";
}

.icon-bookmarks:before {
  content: "\E9D3";
}

.icon-sun:before {
  content: "\E9D4";
}

.icon-contrast:before {
  content: "\E9D5";
}

.icon-brightness-contrast:before {
  content: "\E9D6";
}

.icon-star-empty:before {
  content: "\E9D7";
}

.icon-star-half:before {
  content: "\E9D8";
}

.icon-star-full:before {
  content: "\E9D9";
}

.icon-heart:before {
  content: "\E9DA";
}

.icon-heart-broken:before {
  content: "\E9DB";
}

.icon-man:before {
  content: "\E9DC";
}

.icon-woman:before {
  content: "\E9DD";
}

.icon-man-woman:before {
  content: "\E9DE";
}

.icon-happy:before {
  content: "\E9DF";
}

.icon-happy2:before {
  content: "\E9E0";
}

.icon-smile:before {
  content: "\E9E1";
}

.icon-smile2:before {
  content: "\E9E2";
}

.icon-tongue:before {
  content: "\E9E3";
}

.icon-tongue2:before {
  content: "\E9E4";
}

.icon-sad:before {
  content: "\E9E5";
}

.icon-sad2:before {
  content: "\E9E6";
}

.icon-wink:before {
  content: "\E9E7";
}

.icon-wink2:before {
  content: "\E9E8";
}

.icon-grin:before {
  content: "\E9E9";
}

.icon-grin2:before {
  content: "\E9EA";
}

.icon-cool:before {
  content: "\E9EB";
}

.icon-cool2:before {
  content: "\E9EC";
}

.icon-angry:before {
  content: "\E9ED";
}

.icon-angry2:before {
  content: "\E9EE";
}

.icon-evil:before {
  content: "\E9EF";
}

.icon-evil2:before {
  content: "\E9F0";
}

.icon-shocked:before {
  content: "\E9F1";
}

.icon-shocked2:before {
  content: "\E9F2";
}

.icon-baffled:before {
  content: "\E9F3";
}

.icon-baffled2:before {
  content: "\E9F4";
}

.icon-confused:before {
  content: "\E9F5";
}

.icon-confused2:before {
  content: "\E9F6";
}

.icon-neutral:before {
  content: "\E9F7";
}

.icon-neutral2:before {
  content: "\E9F8";
}

.icon-hipster:before {
  content: "\E9F9";
}

.icon-hipster2:before {
  content: "\E9FA";
}

.icon-wondering:before {
  content: "\E9FB";
}

.icon-wondering2:before {
  content: "\E9FC";
}

.icon-sleepy:before {
  content: "\E9FD";
}

.icon-sleepy2:before {
  content: "\E9FE";
}

.icon-frustrated:before {
  content: "\E9FF";
}

.icon-frustrated2:before {
  content: "\EA00";
}

.icon-crying:before {
  content: "\EA01";
}

.icon-crying2:before {
  content: "\EA02";
}

.icon-point-up:before {
  content: "\EA03";
}

.icon-point-right:before {
  content: "\EA04";
}

.icon-point-down:before {
  content: "\EA05";
}

.icon-point-left:before {
  content: "\EA06";
}

.icon-warning:before {
  content: "\EA07";
}

.icon-notification:before {
  content: "\EA08";
}

.icon-question:before {
  content: "\EA09";
}

.icon-plus:before {
  content: "\EA0A";
}

.icon-minus:before {
  content: "\EA0B";
}

.icon-info:before {
  content: "\EA0C";
}

.icon-cancel-circle:before {
  content: "\EA0D";
}

.icon-blocked:before {
  content: "\EA0E";
}

.icon-cross:before {
  content: "\EA0F";
}

.icon-checkmark:before {
  content: "\EA10";
}

.icon-checkmark2:before {
  content: "\EA11";
}

.icon-spell-check:before {
  content: "\EA12";
}

.icon-enter:before {
  content: "\EA13";
}

.icon-exit:before {
  content: "\EA14";
}

.icon-play2:before {
  content: "\EA15";
}

.icon-pause:before {
  content: "\EA16";
}

.icon-stop:before {
  content: "\EA17";
}

.icon-previous:before {
  content: "\EA18";
}

.icon-next:before {
  content: "\EA19";
}

.icon-backward:before {
  content: "\EA1A";
}

.icon-forward2:before {
  content: "\EA1B";
}

.icon-play3:before {
  content: "\EA1C";
}

.icon-pause2:before {
  content: "\EA1D";
}

.icon-stop2:before {
  content: "\EA1E";
}

.icon-backward2:before {
  content: "\EA1F";
}

.icon-forward3:before {
  content: "\EA20";
}

.icon-first:before {
  content: "\EA21";
}

.icon-last:before {
  content: "\EA22";
}

.icon-previous2:before {
  content: "\EA23";
}

.icon-next2:before {
  content: "\EA24";
}

.icon-eject:before {
  content: "\EA25";
}

.icon-volume-high:before {
  content: "\EA26";
}

.icon-volume-medium:before {
  content: "\EA27";
}

.icon-volume-low:before {
  content: "\EA28";
}

.icon-volume-mute:before {
  content: "\EA29";
}

.icon-volume-mute2:before {
  content: "\EA2A";
}

.icon-volume-increase:before {
  content: "\EA2B";
}

.icon-volume-decrease:before {
  content: "\EA2C";
}

.icon-loop:before {
  content: "\EA2D";
}

.icon-loop2:before {
  content: "\EA2E";
}

.icon-infinite:before {
  content: "\EA2F";
}

.icon-shuffle:before {
  content: "\EA30";
}

.icon-arrow-up-left:before {
  content: "\EA31";
}

.icon-arrow-up:before {
  content: "\EA32";
}

.icon-arrow-up-right:before {
  content: "\EA33";
}

.icon-arrow-right:before {
  content: "\EA34";
}

.icon-arrow-down-right:before {
  content: "\EA35";
}

.icon-arrow-down:before {
  content: "\EA36";
}

.icon-arrow-down-left:before {
  content: "\EA37";
}

.icon-arrow-left:before {
  content: "\EA38";
}

.icon-arrow-up-left2:before {
  content: "\EA39";
}

.icon-arrow-up2:before {
  content: "\EA3A";
}

.icon-arrow-up-right2:before {
  content: "\EA3B";
}

.icon-arrow-right2:before {
  content: "\EA3C";
}

.icon-arrow-down-right2:before {
  content: "\EA3D";
}

.icon-arrow-down2:before {
  content: "\EA3E";
}

.icon-arrow-down-left2:before {
  content: "\EA3F";
}

.icon-arrow-left2:before {
  content: "\EA40";
}

.icon-circle-up:before {
  content: "\EA41";
}

.icon-circle-right:before {
  content: "\EA42";
}

.icon-circle-down:before {
  content: "\EA43";
}

.icon-circle-left:before {
  content: "\EA44";
}

.icon-tab:before {
  content: "\EA45";
}

.icon-move-up:before {
  content: "\EA46";
}

.icon-move-down:before {
  content: "\EA47";
}

.icon-sort-alpha-asc:before {
  content: "\EA48";
}

.icon-sort-alpha-desc:before {
  content: "\EA49";
}

.icon-sort-numeric-asc:before {
  content: "\EA4A";
}

.icon-sort-numberic-desc:before {
  content: "\EA4B";
}

.icon-sort-amount-asc:before {
  content: "\EA4C";
}

.icon-sort-amount-desc:before {
  content: "\EA4D";
}

.icon-command:before {
  content: "\EA4E";
}

.icon-shift:before {
  content: "\EA4F";
}

.icon-ctrl:before {
  content: "\EA50";
}

.icon-opt:before {
  content: "\EA51";
}

.icon-checkbox-checked:before {
  content: "\EA52";
}

.icon-checkbox-unchecked:before {
  content: "\EA53";
}

.icon-radio-checked:before {
  content: "\EA54";
}

.icon-radio-checked2:before {
  content: "\EA55";
}

.icon-radio-unchecked:before {
  content: "\EA56";
}

.icon-crop:before {
  content: "\EA57";
}

.icon-make-group:before {
  content: "\EA58";
}

.icon-ungroup:before {
  content: "\EA59";
}

.icon-scissors:before {
  content: "\EA5A";
}

.icon-filter:before {
  content: "\EA5B";
}

.icon-font:before {
  content: "\EA5C";
}

.icon-ligature:before {
  content: "\EA5D";
}

.icon-ligature2:before {
  content: "\EA5E";
}

.icon-text-height:before {
  content: "\EA5F";
}

.icon-text-width:before {
  content: "\EA60";
}

.icon-font-size:before {
  content: "\EA61";
}

.icon-bold:before {
  content: "\EA62";
}

.icon-underline:before {
  content: "\EA63";
}

.icon-italic:before {
  content: "\EA64";
}

.icon-strikethrough:before {
  content: "\EA65";
}

.icon-omega:before {
  content: "\EA66";
}

.icon-sigma:before {
  content: "\EA67";
}

.icon-page-break:before {
  content: "\EA68";
}

.icon-superscript:before {
  content: "\EA69";
}

.icon-subscript:before {
  content: "\EA6A";
}

.icon-superscript2:before {
  content: "\EA6B";
}

.icon-subscript2:before {
  content: "\EA6C";
}

.icon-text-color:before {
  content: "\EA6D";
}

.icon-pagebreak:before {
  content: "\EA6E";
}

.icon-clear-formatting:before {
  content: "\EA6F";
}

.icon-table:before {
  content: "\EA70";
}

.icon-table2:before {
  content: "\EA71";
}

.icon-insert-template:before {
  content: "\EA72";
}

.icon-pilcrow:before {
  content: "\EA73";
}

.icon-ltr:before {
  content: "\EA74";
}

.icon-rtl:before {
  content: "\EA75";
}

.icon-section:before {
  content: "\EA76";
}

.icon-paragraph-left:before {
  content: "\EA77";
}

.icon-paragraph-center:before {
  content: "\EA78";
}

.icon-paragraph-right:before {
  content: "\EA79";
}

.icon-paragraph-justify:before {
  content: "\EA7A";
}

.icon-indent-increase:before {
  content: "\EA7B";
}

.icon-indent-decrease:before {
  content: "\EA7C";
}

.icon-share:before {
  content: "\EA7D";
}

.icon-new-tab:before {
  content: "\EA7E";
}

.icon-embed:before {
  content: "\EA7F";
}

.icon-embed2:before {
  content: "\EA80";
}

.icon-terminal:before {
  content: "\EA81";
}

.icon-share2:before {
  content: "\EA82";
}

.icon-mail:before {
  content: "\EA83";
}

.icon-mail2:before {
  content: "\EA84";
}

.icon-mail3:before {
  content: "\EA85";
}

.icon-mail4:before {
  content: "\EA86";
}

.icon-amazon:before {
  content: "\EA87";
}

.icon-google:before {
  content: "\EA88";
}

.icon-google2:before {
  content: "\EA89";
}

.icon-google3:before {
  content: "\EA8A";
}

.icon-google-plus:before {
  content: "\EA8B";
}

.icon-google-plus2:before {
  content: "\EA8C";
}

.icon-google-plus3:before {
  content: "\EA8D";
}

.icon-hangouts:before {
  content: "\EA8E";
}

.icon-google-drive:before {
  content: "\EA8F";
}

.icon-facebook:before {
  content: "\EA90";
}

.icon-facebook2:before {
  content: "\EA91";
}

.icon-instagram:before {
  content: "\EA92";
}

.icon-whatsapp:before {
  content: "\EA93";
}

.icon-spotify:before {
  content: "\EA94";
}

.icon-telegram:before {
  content: "\EA95";
}

.icon-twitter:before {
  content: "\EA96";
}

.icon-vine:before {
  content: "\EA97";
}

.icon-vk:before {
  content: "\EA98";
}

.icon-renren:before {
  content: "\EA99";
}

.icon-sina-weibo:before {
  content: "\EA9A";
}

.icon-rss:before {
  content: "\EA9B";
}

.icon-rss2:before {
  content: "\EA9C";
}

.icon-youtube:before {
  content: "\EA9D";
}

.icon-youtube2:before {
  content: "\EA9E";
}

.icon-twitch:before {
  content: "\EA9F";
}

.icon-vimeo:before {
  content: "\EAA0";
}

.icon-vimeo2:before {
  content: "\EAA1";
}

.icon-lanyrd:before {
  content: "\EAA2";
}

.icon-flickr:before {
  content: "\EAA3";
}

.icon-flickr2:before {
  content: "\EAA4";
}

.icon-flickr3:before {
  content: "\EAA5";
}

.icon-flickr4:before {
  content: "\EAA6";
}

.icon-dribbble:before {
  content: "\EAA7";
}

.icon-behance:before {
  content: "\EAA8";
}

.icon-behance2:before {
  content: "\EAA9";
}

.icon-deviantart:before {
  content: "\EAAA";
}

.icon-500px:before {
  content: "\EAAB";
}

.icon-steam:before {
  content: "\EAAC";
}

.icon-steam2:before {
  content: "\EAAD";
}

.icon-dropbox:before {
  content: "\EAAE";
}

.icon-onedrive:before {
  content: "\EAAF";
}

.icon-github:before {
  content: "\EAB0";
}

.icon-npm:before {
  content: "\EAB1";
}

.icon-basecamp:before {
  content: "\EAB2";
}

.icon-trello:before {
  content: "\EAB3";
}

.icon-wordpress:before {
  content: "\EAB4";
}

.icon-joomla:before {
  content: "\EAB5";
}

.icon-ello:before {
  content: "\EAB6";
}

.icon-blogger:before {
  content: "\EAB7";
}

.icon-blogger2:before {
  content: "\EAB8";
}

.icon-tumblr:before {
  content: "\EAB9";
}

.icon-tumblr2:before {
  content: "\EABA";
}

.icon-yahoo:before {
  content: "\EABB";
}

.icon-yahoo2:before {
  content: "\EABC";
}

.icon-tux:before {
  content: "\EABD";
}

.icon-appleinc:before {
  content: "\EABE";
}

.icon-finder:before {
  content: "\EABF";
}

.icon-android:before {
  content: "\EAC0";
}

.icon-windows:before {
  content: "\EAC1";
}

.icon-windows8:before {
  content: "\EAC2";
}

.icon-soundcloud:before {
  content: "\EAC3";
}

.icon-soundcloud2:before {
  content: "\EAC4";
}

.icon-skype:before {
  content: "\EAC5";
}

.icon-reddit:before {
  content: "\EAC6";
}

.icon-hackernews:before {
  content: "\EAC7";
}

.icon-wikipedia:before {
  content: "\EAC8";
}

.icon-linkedin:before {
  content: "\EAC9";
}

.icon-linkedin2:before {
  content: "\EACA";
}

.icon-lastfm:before {
  content: "\EACB";
}

.icon-lastfm2:before {
  content: "\EACC";
}

.icon-delicious:before {
  content: "\EACD";
}

.icon-stumbleupon:before {
  content: "\EACE";
}

.icon-stumbleupon2:before {
  content: "\EACF";
}

.icon-stackoverflow:before {
  content: "\EAD0";
}

.icon-pinterest:before {
  content: "\EAD1";
}

.icon-pinterest2:before {
  content: "\EAD2";
}

.icon-xing:before {
  content: "\EAD3";
}

.icon-xing2:before {
  content: "\EAD4";
}

.icon-flattr:before {
  content: "\EAD5";
}

.icon-foursquare:before {
  content: "\EAD6";
}

.icon-yelp:before {
  content: "\EAD7";
}

.icon-paypal:before {
  content: "\EAD8";
}

.icon-chrome:before {
  content: "\EAD9";
}

.icon-firefox:before {
  content: "\EADA";
}

.icon-IE:before {
  content: "\EADB";
}

.icon-edge:before {
  content: "\EADC";
}

.icon-safari:before {
  content: "\EADD";
}

.icon-opera:before {
  content: "\EADE";
}

.icon-file-pdf:before {
  content: "\EADF";
}

.icon-file-openoffice:before {
  content: "\EAE0";
}

.icon-file-word:before {
  content: "\EAE1";
}

.icon-file-excel:before {
  content: "\EAE2";
}

.icon-libreoffice:before {
  content: "\EAE3";
}

.icon-html-five:before {
  content: "\EAE4";
}

.icon-html-five2:before {
  content: "\EAE5";
}

.icon-css3:before {
  content: "\EAE6";
}

.icon-git:before {
  content: "\EAE7";
}

.icon-codepen:before {
  content: "\EAE8";
}

.icon-svg:before {
  content: "\EAE9";
}

.icon-IcoMoon:before {
  content: "\EAEA";
}

.l-container, .l-container--header-space, .l-container--sm, .l-container__vocal {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .l-container, .l-container--header-space, .l-container--sm, .l-container__vocal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .l-container, .l-container--header-space, .l-container--sm, .l-container__vocal {
    padding-left: 0;
    padding-right: 0;
    width: 1400px;
  }
}

.l-container.sp-full, .sp-full.l-container--header-space, .sp-full.l-container--sm, .sp-full.l-container__vocal {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .l-container.sp-full, .sp-full.l-container--header-space, .sp-full.l-container--sm, .sp-full.l-container__vocal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .l-container.sp-full, .sp-full.l-container--header-space, .sp-full.l-container--sm, .sp-full.l-container__vocal {
    padding-left: 0;
    padding-right: 0;
    width: 1400px;
  }
}

.l-container--header-space {
  padding-top: 5.625rem;
}

@media screen and (min-width: 992px) {
  .l-container--header-space {
    padding-top: 6.4375rem;
  }
}

@media screen and (min-width: 1400px) {
  .l-container--header-space {
    padding-top: 7.75rem;
  }
}

@media screen and (min-width: 992px) {
  .l-container--sm {
    width: 640px;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container--sm.sp-full {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .l-container--sm.sp-full {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .l-container--sm.sp-full {
    width: 640px;
  }
}

@media screen and (min-width: 992px) {
  .l-container-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .l-container-row__item--main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 1000px;
            flex: 1 1 1000px;
  }
}

@media screen and (min-width: 992px) {
  .l-container-row__item--sub {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 375px;
            flex: 1 1 375px;
    padding: 0 0 0 25px;
  }
}

.l-container__vocal {
  width: 100%;
}

.l-header {
  padding: 10px;
  color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {
  .l-header__inner {
    padding: 0 0 0 20px;
  }
}

.l-header__logo {
  padding: 7px 0;
}

@media screen and (min-width: 992px) {
  .l-header__logo {
    padding: 14px 0;
  }
}

.l-header__toggle {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
}

.l-header__toggle i {
  vertical-align: bottom;
}

@media screen and (min-width: 992px) {
  .l-header__toggle {
    display: none;
  }
}

.l-header-navs {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: #040404;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-header-navs.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 992px) {
  .l-header-navs {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    height: auto;
    overflow-y: initial;
    background: initial;
    color: inherit;
  }
}

.l-header-navs__header {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .l-header-navs__header {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1400px) {
  .l-header__nav {
    margin-left: 80px;
  }
}

@media screen and (min-width: 992px) {
  .l-header__non-login {
    background: #ECECEC;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    border-radius: 0 3px 3px 0;
  }
  .l-header__non-login > a {
    font-size: 0.8125rem;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .l-header__non-login > a:hover, .l-header__non-login > a:focus {
    opacity: .5;
  }
  .l-header__non-login > a + a {
    border-left: 1px solid #C2C2C2;
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .l-header__non-login {
    padding: 0 40px;
  }
  .l-header__non-login > a {
    font-size: 0.875rem;
  }
  .l-header__non-login > a + a {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .l-header__login {
    margin-left: auto;
    padding-right: 20px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.l-footer {
  background: #040404;
}

.l-footer-nav {
  background: #222222;
  color: #fff;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .l-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
  }
}

.l-footer-nav__item {
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .l-footer-nav__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 1400px) {
  .l-footer-nav__item {
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-footer-nav__item + .l-footer-nav__item {
  border-top: 1px solid #393939;
}

@media screen and (min-width: 992px) {
  .l-footer-nav__item + .l-footer-nav__item {
    border-top: 0;
  }
}

.l-footer-nav__item > a {
  padding: 20px 10px;
  display: block;
  position: relative;
}

@media screen and (min-width: 992px) {
  .l-footer-nav__item > a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .l-footer-nav__item > a:hover, .l-footer-nav__item > a:focus {
    opacity: .5;
  }
}

@media screen and (min-width: 992px) {
  .l-footer-nav__item > a::after {
    content: none;
  }
}

.l-footer__logo {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #393939;
}

@media screen and (min-width: 992px) {
  .l-footer__logo {
    padding: 40px;
  }
}

.l-footer__logo img {
  width: 90px;
}

@media screen and (min-width: 992px) {
  .l-footer__logo img {
    width: 150px;
  }
}

.l-footer-link {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .l-footer-link {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer-link__item {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 0.75rem;
}

@media screen and (min-width: 992px) {
  .l-footer-link__item {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 992px) {
  .l-footer-link__item > a:hover, .l-footer-link__item > a:focus {
    text-decoration: underline;
  }
}

.l-footer-sns {
  padding: 20px 0;
  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;
}

.l-footer-sns__item {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 2rem;
}

.l-footer__copyright {
  padding-bottom: 30px;
  font-size: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

.l-archive {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 992px) {
  .l-archive {
    margin-left: 0;
    margin-right: 0;
  }
}

.l-archive__item {
  border-bottom: 1px solid #393939;
  padding: 10px;
  display: block;
}

@media screen and (min-width: 992px) {
  .l-archive__item {
    padding: 20px 0;
  }
}

.l-archive-lesson {
  background: #222;
}

@media screen and (min-width: 992px) {
  .l-archive-lesson {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (min-width: 992px) {
  .l-archive-lesson__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-archive-lesson--sm {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .l-archive-lesson--sm {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.l-archive-lesson--sm .l-archive-lesson__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .l-archive-lesson--sm .l-archive-lesson__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 1400px) {
  .l-archive-lesson--sm .l-archive-lesson__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
  }
}

.l-archive-lesson--sm .l-archive-lesson__item:last-child {
  padding-right: 10px;
}

.l-archive-lesson--xs .l-archive-lesson {
  margin-left: 0;
  margin-right: 0;
}

.l-archive-lesson--xs .l-archive-lesson__item {
  border-bottom: 1px solid #393939;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.l-breadcrumbs {
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .l-breadcrumbs {
    padding-bottom: 40px;
  }
}

.l-breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6875rem;
}

@media screen and (min-width: 992px) {
  .l-breadcrumbs-list {
    font-size: 0.8125rem;
  }
}

.l-breadcrumbs-list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.l-breadcrumbs-list__item + .l-breadcrumbs-list__item {
  margin-left: 8px;
}

.l-breadcrumbs-list__item + .l-breadcrumbs-list__item::before {
  content: '/';
  margin-right: 8px;
}

@media screen and (min-width: 992px) {
  .l-breadcrumbs-list__item a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .l-breadcrumbs-list__item a:hover, .l-breadcrumbs-list__item a:focus {
    opacity: .7;
  }
}

.l-breadcrumbs-list__item span {
  font-weight: bold;
}

.l-breadcrumbs-list__item a, .l-breadcrumbs-list__item span {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 9em;
  display: inline-block;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .l-breadcrumbs-list__item a, .l-breadcrumbs-list__item span {
    text-overflow: initial;
    white-space: initial;
    max-width: initial;
    overflow: initial;
  }
}

.l-mypage-header {
  border-bottom: 1px solid #393939;
}

@media screen and (min-width: 992px) {
  .l-mypage-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
  }
}

.l-mypage-header__item {
  padding: 6px 10px;
}

@media screen and (min-width: 992px) {
  .l-mypage-header__item {
    padding: 0 20px;
    border-left: 1px solid #393939;
  }
}

.l-mypage-header__item--user {
  padding: 20px 10px;
  border-bottom: 1px solid #393939;
}

@media screen and (min-width: 992px) {
  .l-mypage-header__item--user {
    padding: 0 40px 0 0;
    border-bottom: 0;
  }
}

.l-mypage-genre {
  padding: 20px 10px 10px;
}

@media screen and (min-width: 992px) {
  .l-mypage-genre {
    padding: 20px 30px 30px;
  }
}

.l-mypage-genre-list {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

@media screen and (min-width: 992px) {
  .l-mypage-genre-list {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    overflow-x: initial;
  }
}

.l-mypage-genre-list__item {
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media screen and (min-width: 768px) {
  .l-mypage-genre-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
  }
}

@media screen and (min-width: 992px) {
  .l-mypage-genre-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.285%;
            flex: 0 0 14.285%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.l-mypage-genre-status__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px;
  background: #040404;
  font-size: 0.75rem;
}

@media screen and (min-width: 992px) {
  .l-mypage-genre-status__item {
    font-size: 0.875rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .l-mypage-genre-status__item:hover, .l-mypage-genre-status__item:focus {
    background: #111;
  }
}

.l-mypage-genre-status__item + .l-mypage-genre-status__item {
  border-top: 1px solid #393939;
}

.l-mypage-lesson {
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .l-mypage-lesson {
    background: #282828;
    padding: 30px;
    -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.16);
    position: relative;
  }
}

@media screen and (min-width: 992px) {
  .l-mypage-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .l-mypage-row__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
}

.l-mypage-row__item--sm {
  border-top: 1px solid #393939;
}

@media screen and (min-width: 992px) {
  .l-mypage-row__item--sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-top: 0;
    border-left: 1px solid #393939;
    background: #111;
  }
}

@media screen and (min-width: 992px) {
  .l-mypage-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-mypage-action__item {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .l-mypage-action__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

.l-users, .l-users--sm, .l-users--xs {
  background: #222;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .l-users, .l-users--sm, .l-users--xs {
    padding: 15px 30px;
  }
}

@media screen and (min-width: 992px) {
  .l-users__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 992px) {
  .l-users__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 1400px) {
  .l-users__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.l-users__item + .l-users__item {
  border-top: 1px solid #393939;
}

@media screen and (min-width: 992px) {
  .l-users__item + .l-users__item {
    border-top: 0;
  }
}

.l-users__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 10px;
}

@media screen and (min-width: 992px) {
  .l-users__item > a {
    display: block;
    text-align: center;
    padding: 0;
  }
  .l-users__item > a:hover, .l-users__item > a:focus {
    opacity: .75;
  }
}

.l-users__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

@media screen and (min-width: 992px) {
  .l-users__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}

.l-users__name {
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .l-users__name {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .l-users--sm .l-users__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media screen and (min-width: 1400px) {
  .l-users--sm .l-users__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (min-width: 992px) {
  .l-users--sm .l-users__item > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
  }
}

.l-users--sm .l-users__image {
  height: 50px;
}

@media screen and (min-width: 992px) {
  .l-users--sm .l-users__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    height: 90px;
  }
}

.l-users--sm .l-users__image > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-users--sm .l-users__genre {
  color: #aaa;
  font-size: 0.6875rem;
}

@media screen and (min-width: 992px) {
  .l-users--sm .l-users__genre {
    font-size: 0.8125rem;
  }
}

.l-users--xs .l-users, .l-users--xs .l-users--sm, .l-users--xs .l-users--xs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (min-width: 992px) {
  .l-users--xs .l-users__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 1400px) {
  .l-users--xs .l-users__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 992px) {
  .l-users--xs .l-users__item > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
  }
}

.l-users--xs .l-users__image {
  height: 50px;
}

@media screen and (min-width: 992px) {
  .l-users--xs .l-users__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    height: 90px;
  }
}

.l-users--xs .l-users__image > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-users--xs .l-users__genre {
  color: #aaa;
  font-size: 0.6875rem;
}

@media screen and (min-width: 992px) {
  .l-users--xs .l-users__genre {
    font-size: 0.8125rem;
  }
}

.l-tile, .l-tile--50, .l-tile--33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.l-tile__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 992px) {
  .l-tile__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (min-width: 1400px) {
  .l-tile__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.l-tile--50 .l-tile__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 992px) {
  .l-tile--50 .l-tile__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 1400px) {
  .l-tile--50 .l-tile__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.l-tile--33 .l-tile__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 992px) {
  .l-tile--33 .l-tile__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media screen and (min-width: 1400px) {
  .l-tile--33 .l-tile__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media screen and (min-width: 992px) {
  .l-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (min-width: 992px) {
  .l-steps__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;
  }
}

.l-steps__item + .l-steps__item {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .l-steps__item + .l-steps__item {
    margin-top: 0;
  }
}

.l-steps-inner__item {
  border-bottom: 1px solid #393939;
}

@media screen and (min-width: 992px) {
  .l-movie-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

@media screen and (min-width: 992px) {
  .l-movie-row__item--header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1000px;
            flex: 0 1 1000px;
  }
}

@media screen and (min-width: 992px) {
  .l-movie-row__item--detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 375px;
            flex: 1 1 375px;
    padding-left: 25px;
  }
}

.l-movie-header__video--disabled {
  background: url(../img/videos/bg_blur.jpg) no-repeat top center/cover;
  padding: 30px 10px 50px;
}

@media screen and (min-width: 992px) {
  .l-movie-header__video--disabled {
    padding: 80px;
  }
}

.l-movie-header__meta {
  padding: 10px;
}

@media screen and (min-width: 992px) {
  .l-movie-header__meta {
    padding: 30px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (min-width: 992px) {
  .l-movie-header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
  }
}

@media screen and (min-width: 992px) {
  .l-movie-header-actions__btns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 380px;
            flex: 1 1 380px;
  }
}

@media screen and (min-width: 1400px) {
  .l-movie-header-actions__btns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}

.l-movie-header-actions__btns > button,
.l-movie-header-actions__btns > a {
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .l-movie-header-actions__btns > button,
  .l-movie-header-actions__btns > a {
    margin-bottom: 10px;
  }
}

.l-movie-header-actions__text {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .l-movie-header-actions__text {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 2 auto;
            flex: 1 2 auto;
  }
}

.l-movie-login {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.l-movie-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (min-width: 992px) {
  .l-movie-detail__header {
    padding: 0 0 12px;
  }
}

.l-movie-detail__banner img {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.l-movie-detail__banner .pc {
  display: none;
}

.l-movie-detail__banner .sp {
  display: block;
}

@media screen and (min-width: 992px) {
  .l-movie-detail__banner .pc {
    display: block;
  }
  .l-movie-detail__banner .sp {
    display: none;
  }
}

.l-flow__item + .l-flow__item::before {
  content: '';
  display: block;
  border-top: 8px solid #E60012;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  margin: 10px auto;
}

.l-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .l-plan {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.l-plan__item {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 992px) {
  .l-plan__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l_level_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.l_level_link > div {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l_level_link > div {
    width: 25%;
  }
}

.l_level_link > div a, .l_level_link > div div {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l_level_link > div a.is_active, .l_level_link > div div.is_active {
  color: #E60012;
  background: #fff;
}

.l-vocal {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 992px) {
  .l-vocal {
    margin-left: 0;
    margin-right: 0;
  }
}

.l-vocal__item {
  border-bottom: 1px solid #393939;
  padding: 10px;
  display: block;
}

@media screen and (min-width: 992px) {
  .l-vocal__item {
    padding: 20px 0;
  }
}

.l-vocal-lesson {
  background: #222;
}

@media screen and (min-width: 992px) {
  .l-vocal-lesson {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (min-width: 992px) {
  .l-vocal-lesson__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-vocal-lesson--sm {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .l-vocal-lesson--sm {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.l-vocal-lesson--sm .l-vocal-lesson__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .l-vocal-lesson--sm .l-vocal-lesson__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 1400px) {
  .l-vocal-lesson--sm .l-vocal-lesson__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
  }
}

.l-vocal-lesson--sm .l-vocal-lesson__item:last-child {
  padding-right: 10px;
}

.l-vocal-lesson--xs .l-vocal-lesson {
  margin-left: 0;
  margin-right: 0;
}

.l-vocal-lesson--xs .l-vocal-lesson__item {
  border-bottom: 1px solid #393939;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.maintenance-container {
  height: 100vh;
}

.maintenance-container .maintenance-block {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  text-align: center;
  padding: 20px;
}

.maintenance-container .maintenance-block .maintenance-logo {
  text-align: center;
  margin-bottom: 30px;
}

.maintenance-container .maintenance-block .maintenance-logo > img {
  width: 100%;
  max-width: 200px;
}

.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-logo__image {
  width: 65px;
}

@media screen and (min-width: 1400px) {
  .c-logo__image {
    width: 90px;
  }
}

.c-logo__text {
  margin-left: 10px;
  font-size: 0.6875rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .c-logo__text {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .c-logo__text {
    display: inline;
    font-size: 0.875rem;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}

.c-table th, .c-table td {
  font-size: 0.8125rem;
  padding: 0.625rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

@media screen and (min-width: 992px) {
  .c-table th, .c-table td {
    font-size: 0.9375rem;
    padding: 1rem;
  }
}

.c-table tbody th {
  font-weight: bold;
  background: #F5F5F5;
  width: 30%;
  text-align: left;
}

.p-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-table thead {
  background-color: #3B3B3B;
}

.p-table th, .p-table td {
  font-size: 0.8125rem;
  padding: 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(123, 119, 119, 0.7);
  border-top: 1px solid rgba(123, 119, 119, 0.7);
  border-bottom: 1px solid rgba(123, 119, 119, 0.7);
  vertical-align: middle;
  text-align: center;
  overflow-wrap: break-word;
  white-space: normal;
}

@media screen and (min-width: 992px) {
  .p-table th, .p-table td {
    font-size: 0.9375rem;
    padding: 1rem;
  }
}

.p-table th span, .p-table td span {
  font-size: 1.6rem;
}

.p-table tbody ex th {
  font-weight: bold;
  background-color: #545454;
  text-align: left;
}

.p-table-title {
  width: 8rem;
  white-space: nowrap;
}

.c-btn, .c-btn--primary, .c-btn--secondary, .c-btn--gray, .c-btn--gray-outline, .c-btn--outline, .c-btn--link {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  color: #E60012;
  font-weight: bold;
  padding: 12px;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .c-btn, .c-btn--primary, .c-btn--secondary, .c-btn--gray, .c-btn--gray-outline, .c-btn--outline, .c-btn--link {
    -webkit-transition: .3s;
    transition: .3s;
    padding: 20px;
    font-size: 1.125rem;
  }
  .c-btn:hover, .c-btn--primary:hover, .c-btn--secondary:hover, .c-btn--gray:hover, .c-btn--gray-outline:hover, .c-btn--outline:hover, .c-btn--link:hover, .c-btn:focus, .c-btn--primary:focus, .c-btn--secondary:focus, .c-btn--gray:focus, .c-btn--gray-outline:focus, .c-btn--outline:focus, .c-btn--link:focus {
    background: #ccc;
  }
}

.c-btn.is-block, .is-block.c-btn--primary, .is-block.c-btn--secondary, .is-block.c-btn--gray, .is-block.c-btn--gray-outline, .is-block.c-btn--outline, .is-block.c-btn--link {
  display: block;
  text-align: center;
  width: 100%;
}

.c-btn--primary {
  background: #E60012;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .c-btn--primary:hover, .c-btn--primary:focus {
    background: #bd000f;
  }
}

.c-btn--secondary {
  background: #FFFF46;
}

@media screen and (min-width: 992px) {
  .c-btn--secondary:hover, .c-btn--secondary:focus {
    background: #ffff2d;
  }
}

.c-btn--gray {
  background: #333;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .c-btn--gray:hover, .c-btn--gray:focus {
    background: #404040;
  }
}

.c-btn--gray-outline {
  color: #aaa;
  background: transparent;
  border: 1px solid #aaa;
}

@media screen and (min-width: 992px) {
  .c-btn--gray-outline:hover, .c-btn--gray-outline:focus {
    border-color: #fff;
    color: #fff;
    background: transparent;
  }
}

.c-btn--outline {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

@media screen and (min-width: 992px) {
  .c-btn--outline:hover, .c-btn--outline:focus {
    color: #E60012;
    background: #fff;
  }
}

.c-btn--link {
  text-decoration: underline;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background: inherit;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .c-btn--link:hover, .c-btn--link:focus {
    text-decoration: none;
    background: inherit;
  }
}

.c-btn--list {
  padding: 20px 40px 20px 10px;
  display: block;
  position: relative;
}

@media screen and (min-width: 992px) {
  .c-btn--list {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-btn--list:hover, .c-btn--list:focus {
    opacity: .5;
  }
}

.c-btn--list::after {
  content: '';
  display: block;
  border-left: 7px solid #E60012;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.c-btn--list.is-active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-btn-sns, .c-btn-sns--line, .c-btn-sns--twitter, .c-btn-sns--facebook, .c-btn-sns--instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
}

.c-btn-sns.is-lg, .is-lg.c-btn-sns--line, .is-lg.c-btn-sns--twitter, .is-lg.c-btn-sns--facebook, .is-lg.c-btn-sns--instagram {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .c-btn-sns.is-lg, .is-lg.c-btn-sns--line, .is-lg.c-btn-sns--twitter, .is-lg.c-btn-sns--facebook, .is-lg.c-btn-sns--instagram {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.875rem;
  }
}

.c-btn-sns.is-block, .is-block.c-btn-sns--line, .is-block.c-btn-sns--twitter, .is-block.c-btn-sns--facebook, .is-block.c-btn-sns--instagram {
  width: 100%;
  height: 3.125rem;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .c-btn-sns.is-block, .is-block.c-btn-sns--line, .is-block.c-btn-sns--twitter, .is-block.c-btn-sns--facebook, .is-block.c-btn-sns--instagram {
    font-size: 1rem;
  }
}

.c-btn-sns.is-block i, .is-block.c-btn-sns--line i, .is-block.c-btn-sns--twitter i, .is-block.c-btn-sns--facebook i, .is-block.c-btn-sns--instagram i {
  font-size: 1.25rem;
  vertical-align: middle;
}

.c-btn-sns--line {
  background: #00B900;
}

@media screen and (min-width: 992px) {
  .c-btn-sns--line:hover, .c-btn-sns--line:focus {
    background: #00a000;
  }
}

.c-btn-sns--twitter {
  background: #55ACEE;
}

@media screen and (min-width: 992px) {
  .c-btn-sns--twitter:hover, .c-btn-sns--twitter:focus {
    background: #3ea1ec;
  }
}

.c-btn-sns--facebook {
  background: #3B5998;
}

@media screen and (min-width: 992px) {
  .c-btn-sns--facebook:hover, .c-btn-sns--facebook:focus {
    background: #344e86;
  }
}

.c-btn-sns--instagram {
  background: #362250;
}

@media screen and (min-width: 992px) {
  .c-btn-sns--instagram:hover, .c-btn-sns--instagram:focus {
    background: #2a1a3e;
  }
}

@media screen and (min-width: 992px) {
  .movie_link_btn {
    margin-top: 20px;
  }
}

.movie_link_btn .p-cv-btns__item {
  padding: 0;
}

.c-marker-under {
  border-bottom: 1px solid #fff;
}

.c-border, .c-border--bottom {
  position: relative;
}

.c-border::before, .c-border--bottom::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #E60012;
  position: absolute;
  top: -1px;
  left: 0;
  background: linear-gradient(to right, #E60012 100px, #545454 101px);
}

@media screen and (min-width: 992px) {
  .c-border::before, .c-border--bottom::before {
    height: 2px;
    top: -2px;
  }
}

.c-border--bottom::before {
  top: initial;
  bottom: -1px;
}

@media screen and (min-width: 992px) {
  .c-border--bottom::before {
    top: initial;
    bottom: -2px;
  }
}

.c-border_exfight {
  position: relative;
}

.c-border_exfight::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #023894;
  position: absolute;
  top: -1px;
  left: 0;
  background: linear-gradient(to right, #023894 100px, #545454 101px);
}

@media screen and (min-width: 992px) {
  .c-border_exfight::before {
    height: 2px;
    top: -2px;
  }
}

.c-badge, .c-badge--primary, .c-badge--exfight, .c-badge--exfight__badge, .c-badge--vocal, .c-badge--vocal__badge, .c-badge--outline, .c-badge--outline-gray, .c-badge--outline-red {
  display: inline-block;
  background: #fff;
  color: #E60012;
  padding: .1em .3em;
  font-weight: normal;
}

.c-badge--primary {
  background: #E60012;
  color: #fff;
}

.c-badge--exfight {
  color: #023894;
}

.c-badge--exfight__badge {
  background: #023894;
  color: #fff;
}

.c-badge--vocal {
  color: #FBED21;
}

.c-badge--vocal__badge {
  background: #FBED21;
  color: #fff;
}

.c-badge--outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.c-badge--outline-gray {
  background: transparent;
  border: 1px solid #aaa;
  color: #aaa;
}

.c-badge--outline-red {
  background: transparent;
  border: 1px solid #e60012;
  color: #e60012;
}

.c-list--unstyled {
  padding: 0;
  list-style: none;
}

.c-list--num {
  list-style: decimal;
  padding-left: 2em;
}

.c-list--num .c-list__item + .c-list__item {
  margin-top: 30px;
}

.c-list--num .c-list--num {
  list-style-type: katakana;
  margin-top: 2em;
}

.c-list--num .c-list--num .c-list--num {
  list-style-type: lower-alpha;
}

.c-heading, .p-entry__editable h2 {
  font-weight: bold;
  border-left: 1px solid #E60012;
  padding: 8px 0 8px 30px;
  margin-bottom: 15px;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .c-heading, .p-entry__editable h2 {
    font-size: 1.5rem;
  }
}

.c-heading--page {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 50px;
}

@media screen and (min-width: 992px) {
  .c-heading--page {
    font-size: 2rem;
    padding-bottom: 80px;
  }
}

.c-form-control {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.875rem;
  line-height: normal;
  border-radius: 0;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .c-form-control {
    font-size: 1rem;
  }
}

.c-form-control::-webkit-input-placeholder {
  color: #999;
}

.c-form-control::-moz-placeholder {
  color: #999;
}

.c-form-control::-ms-input-placeholder {
  color: #999;
}

.c-form-control::placeholder {
  color: #999;
}

.c-form-control[type="text"], .c-form-control[type="email"], .c-form-control[type="tel"], .c-form-control[type="number"], .c-form-control[type="password"], .c-form-control[type="date"], .c-form-control[type="datetime"], .c-form-control[type="datetime-local"], .c-form-control[type="time"] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.75rem 1.25rem;
  background: transparent;
  border-radius: 2.5rem;
}

.c-form-control[type="text"]:focus, .c-form-control[type="email"]:focus, .c-form-control[type="tel"]:focus, .c-form-control[type="number"]:focus, .c-form-control[type="password"]:focus, .c-form-control[type="date"]:focus, .c-form-control[type="datetime"]:focus, .c-form-control[type="datetime-local"]:focus, .c-form-control[type="time"]:focus {
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #fff;
}

.c-form-control[type="text"]:disabled, .c-form-control[type="email"]:disabled, .c-form-control[type="tel"]:disabled, .c-form-control[type="number"]:disabled, .c-form-control[type="password"]:disabled, .c-form-control[type="date"]:disabled, .c-form-control[type="datetime"]:disabled, .c-form-control[type="datetime-local"]:disabled, .c-form-control[type="time"]:disabled {
  background: #ddd;
}

.c-form-control[type="text"]:invalid, .c-form-control[type="email"]:invalid, .c-form-control[type="tel"]:invalid, .c-form-control[type="number"]:invalid, .c-form-control[type="password"]:invalid, .c-form-control[type="date"]:invalid, .c-form-control[type="datetime"]:invalid, .c-form-control[type="datetime-local"]:invalid, .c-form-control[type="time"]:invalid {
  outline: 0;
  border-color: #E60012;
}

.c-form-control[type="text"]:-moz-ui-invalid, .c-form-control[type="email"]:-moz-ui-invalid, .c-form-control[type="tel"]:-moz-ui-invalid, .c-form-control[type="number"]:-moz-ui-invalid, .c-form-control[type="password"]:-moz-ui-invalid, .c-form-control[type="date"]:-moz-ui-invalid, .c-form-control[type="datetime"]:-moz-ui-invalid, .c-form-control[type="datetime-local"]:-moz-ui-invalid, .c-form-control[type="time"]:-moz-ui-invalid {
  box-shadow: none;
}

.c-form-control[type="text"].is-dark, .c-form-control[type="email"].is-dark, .c-form-control[type="tel"].is-dark, .c-form-control[type="number"].is-dark, .c-form-control[type="password"].is-dark, .c-form-control[type="date"].is-dark, .c-form-control[type="datetime"].is-dark, .c-form-control[type="datetime-local"].is-dark, .c-form-control[type="time"].is-dark {
  background: #202020;
}

select.c-form-control {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.75rem 1.25rem;
  background: transparent;
  border-radius: 2.5rem;
}

select.c-form-control:focus {
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #fff;
}

select.c-form-control:disabled {
  background: #ddd;
}

select.c-form-control:invalid {
  outline: 0;
  border-color: #E60012;
}

select.c-form-control:-moz-ui-invalid {
  box-shadow: none;
}

select.c-form-control option {
  background: rgba(0, 0, 0, 0.8);
}

textarea.c-form-control {
  width: 100%;
  height: 11.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.625rem;
  border-radius: 0.625rem;
}

textarea.c-form-control:focus {
  background-color: rgba(0, 0, 0, 0.75);
  border-color: #fff;
}

textarea.c-form-control.is-lg {
  height: 18.75rem;
}

textarea.c-form-control.is-md {
  height: 12.5rem;
}

.c-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.c-form-row__item, .c-form-row__item--lg, .c-form-row__item--sm, .c-form-row__item--xs {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .c-form-row__item, .c-form-row__item--lg, .c-form-row__item--sm, .c-form-row__item--xs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.c-form-row__item--lg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.c-form-row__item--sm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.c-form-row__item--xs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.c-form-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-form__label {
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .c-form__label {
    font-size: 1rem;
  }
}

.c-form-group {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 992px) {
  .c-form-group {
    margin-bottom: 2.5rem;
  }
}

.c-form-group__heading {
  margin-bottom: 0.625rem;
}

.c-form-list {
  list-style: none;
  padding: 0;
}

.c-form-list__item + .c-form-list__item {
  margin-top: 0.625rem;
}

.c-form__error {
  font-size: 0.875rem;
  color: #E60012;
  font-weight: bold;
  margin-top: 5px;
  display: none;
}

.c-form__note {
  color: #e5e5e5;
  font-size: 0.8125rem;
  margin-top: 0.3125rem;
}

.c-input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-input-group-prepend__item {
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-input-group-prepend .c-form-control {
  border-left: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.c-input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-input-group-append__item {
  background: #fff;
  border: 1px solid #ddd;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-input-group-append .c-form-control {
  border-right: none;
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.c-input-group__btn {
  color: #6A6A6A;
}

@media screen and (min-width: 992px) {
  .c-input-group__btn:hover, .c-input-group__btn:focus {
    color: #222;
  }
}

.c-custom-select {
  position: relative;
}

.c-custom-select::after {
  content: '';
  display: inline-block;
  border-top: 7px solid #E60012;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-custom-select > select.c-form-control {
  padding-right: 30px;
}

.c-custom-checkbox, .c-custom-radio {
  display: block;
  position: relative;
}

.c-custom-checkbox > input, .c-custom-radio > input {
  position: absolute;
  z-index: -1;
  left: 0;
  opacity: 0;
}

.c-custom-checkbox > label, .c-custom-radio > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .c-custom-checkbox > label, .c-custom-radio > label {
    font-size: 1rem;
  }
}

.c-custom-checkbox > label::before, .c-custom-radio > label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #5E5F60;
  margin-right: 8px;
}

.c-custom-checkbox > input:checked + label::before, .c-custom-radio > input:checked + label::before {
  border-color: transparent;
  background: #E60012;
}

.c-custom-checkbox > input:checked + label::after, .c-custom-radio > input:checked + label::after {
  content: "\EAEB";
  font-family: "icon-expg";
  display: inline-block;
  position: absolute;
  top: 0.1875rem;
  left: 0.3125rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .c-custom-checkbox > input:checked + label::after, .c-custom-radio > input:checked + label::after {
    top: 0.1875rem;
  }
}

.c-custom-checkbox.is-light > label::before, .is-light.c-custom-radio > label::before {
  border-color: #fff;
  background: #fff;
}

.c-custom-radio > label::before {
  border-radius: 50%;
  border: 1px solid #5E5F60;
}

.c-custom-radio > input:checked + label::before {
  background: #fff;
  border: 0;
  border: 7px solid #E60012;
}

.c-alert {
  background: #222;
  padding: 20px;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .c-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-pagination__btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-block;
  padding: 10px 0 8px;
  width: 100px;
  text-align: center;
  border-radius: 50px;
}

span.c-pagination__btn {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.35);
}

@media screen and (min-width: 992px) {
  .c-pagination__per {
    display: none;
  }
}

.c-pagination-list {
  display: none;
}

@media screen and (min-width: 992px) {
  .c-pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
  .c-pagination-list .c-pagination-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-pagination-list .c-pagination-list__item > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 36px;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 36px;
    font-size: 0.875rem;
  }
  .c-pagination-list .c-pagination-list__item > a:hover, .c-pagination-list .c-pagination-list__item > a:focus {
    border-color: #fff;
  }
  .c-pagination-list .c-pagination-list__item > a.is-current {
    background: #595959;
  }
  .c-pagination-list .c-pagination-list__item > a.is-current:hover, .c-pagination-list .c-pagination-list__item > a.is-current:focus {
    border: 1px solid rgba(255, 255, 255, 0.35);
  }
  .c-pagination-list .c-pagination-list__item:first-child.add-ellipsis::after {
    content: '\2026';
    margin-left: 10px;
  }
  .c-pagination-list .c-pagination-list__item:last-child.add-ellipsis::before {
    content: '\2026';
    margin-right: 10px;
  }
}

.c-user, .c-user--sm, .c-user--xs {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  a.c-user, a.c-user--sm, a.c-user--xs {
    -webkit-transition: .3s;
    transition: .3s;
  }
  a.c-user:hover, a.c-user--sm:hover, a.c-user--xs:hover, a.c-user:focus, a.c-user--sm:focus, a.c-user--xs:focus {
    opacity: .7;
  }
}

.c-user__image, .c-user__image--square {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.c-user__image > img, .c-user__image--square > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.c-user__image--square > img {
  border-radius: 0;
}

.c-user__text {
  padding-left: 8px;
  display: inline-block;
}

.c-user--sm {
  line-height: 1;
}

.c-user--sm .c-user__image, .c-user--sm .c-user__image--square {
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 992px) {
  .c-user--sm .c-user__image, .c-user--sm .c-user__image--square {
    width: 32px;
    height: 32px;
  }
}

.c-user--sm .c-user__text {
  padding-left: 8px;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .c-user--sm .c-user__text {
    font-size: 1rem;
  }
}

.c-user--xs {
  line-height: 1;
}

.c-user--xs .c-user__image, .c-user--xs .c-user__image--square {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 992px) {
  .c-user--xs .c-user__image, .c-user--xs .c-user__image--square {
    width: 26px;
    height: 26px;
  }
}

.c-user--xs .c-user__text {
  padding-left: 5px;
  font-size: 0.6875rem;
}

@media screen and (min-width: 992px) {
  .c-user--xs .c-user__text {
    font-size: 0.8125rem;
  }
}

.c-cover {
  margin-top: -8.75rem;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .c-cover {
    margin-top: -11.5625rem;
  }
}

@media screen and (min-width: 1400px) {
  .c-cover {
    margin-top: -11.5625rem;
  }
}

.c-cover__inner {
  height: 80vw;
}

@media screen and (min-width: 992px) {
  .c-cover__inner {
    height: 350px;
  }
}

.c-cover__inner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-tile {
  position: relative;
}

a.c-tile {
  display: block;
  width: 100%;
}

@media screen and (min-width: 992px) {
  a.c-tile:hover .c-tile__heading, a.c-tile:focus .c-tile__heading {
    text-shadow: 0 0 10px black;
  }
  a.c-tile:hover .c-tile__image > img, a.c-tile:focus .c-tile__image > img {
    opacity: 1;
  }
}

.c-tile::before {
  content: '';
  display: block;
  padding-top: 80%;
}

.c-tile__heading {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .c-tile__heading {
    font-size: 1.5rem;
  }
}

.c-tile__image {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-tile__image > img {
  opacity: .5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-accordion__target {
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

.c-accordion__body {
  background: #000;
}

.c-accordion-enter-active {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: js-accordion--anime__opend;
          animation-name: js-accordion--anime__opend;
}

.c-accordion-leave-active {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: js-accordion--anime__closed;
          animation-name: js-accordion--anime__closed;
}

@-webkit-keyframes js-accordion--anime__opend {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes js-accordion--anime__opend {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes js-accordion--anime__closed {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes js-accordion--anime__closed {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.c-action-menu-link {
  position: relative;
}

.c-action-menu-link__inner {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  display: none;
  right: 0;
  overflow: hidden;
}

.c-action-menu-link__inner.is-active {
  display: block;
}

.c-action-menu-link a {
  display: block;
  padding: 10px;
  color: #000;
  white-space: nowrap;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .c-action-menu-link a:hover, .c-action-menu-link a:focus {
    background: #eee;
  }
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 300px;
  height: 300px;
  margin: 0;
  padding: 0;
  background: #000;
  top: 50%;
  border: solid 2px #FFF;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1rem;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 8px solid #e0e0e0;
  border-top: 7px solid #ffcccc;
  border-radius: 50px;
  -webkit-animation: loading 700ms linear 0ms infinite normal both;
          animation: loading 700ms linear 0ms infinite normal both;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.p-gnavi {
  padding-bottom: 200px;
}

@media screen and (min-width: 992px) {
  .p-gnavi {
    padding-bottom: 0;
  }
}

.p-gnavi-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (min-width: 992px) {
  .p-gnavi-list {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.p-gnavi-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .p-gnavi-list__item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 0;
  }
}

.p-gnavi-list__item.flex-full {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .p-gnavi-list__item.flex-full {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-gnavi-list__item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    position: relative;
  }
  .p-gnavi-list__item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #E60012;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .p-gnavi-list__item:hover::before, .p-gnavi-list__item:focus::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.p-gnavi-list__item > a,
.p-gnavi-list__item > button {
  font-weight: bold;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .p-gnavi-list__item > a,
  .p-gnavi-list__item > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.04166667vw;
    position: relative;
  }
}

@media screen and (min-width: 1400px) {
  .p-gnavi-list__item > a,
  .p-gnavi-list__item > button {
    font-size: 1rem;
  }
}

.p-gnavi-list__item > button {
  display: none;
}

@media screen and (min-width: 992px) {
  .p-gnavi-list__item > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-gnavi-list__item > button::after {
  content: '';
  display: inline-block;
  border-top: 7px solid #E60012;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: 8px;
}

.p-gnavi-dropdown {
  background: #222222;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .p-gnavi-dropdown {
    -webkit-box-shadow: 0 20px 50px -20px black;
            box-shadow: 0 20px 50px -20px black;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 280px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    background: #333333;
  }
  .p-gnavi-dropdown.is-active {
    display: block;
  }
}

.p-gnavi-dropdown__item {
  font-size: 0.875rem;
  font-weight: bold;
}

.p-gnavi-dropdown__item + .p-gnavi-dropdown__item {
  border-top: 1px solid #393939;
}

@media screen and (min-width: 992px) {
  .p-gnavi-dropdown__item + .p-gnavi-dropdown__item {
    border-top: 0;
  }
}

.p-gnavi-dropdown__item > a {
  padding: 20px 10px;
  display: block;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-gnavi-dropdown__item > a {
    padding: 14px 10px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .p-gnavi-dropdown__item > a:hover, .p-gnavi-dropdown__item > a:focus {
    padding-left: 20px !important;
  }
  .p-gnavi-dropdown__item > a:hover::before, .p-gnavi-dropdown__item > a:focus::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .p-gnavi-dropdown__item > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.p-gnavi-dropdown__item > a::after {
  content: '';
  display: block;
  border-left: 7px solid #E60012;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .p-gnavi-dropdown__item > a::after {
    content: none;
  }
}

.p-gnavi-dropdown__btn {
  border-top: 1px solid #393939;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 992px) {
  .p-gnavi-dropdown__btn {
    border-top: 0;
  }
}

.p-gnavi-mypage {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .p-gnavi-mypage {
    margin-bottom: 0;
  }
}

.p-gnavi-mypage .p-gnavi-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #393939;
  font-weight: bold;
  background: transparent;
}

@media screen and (min-width: 992px) {
  .p-gnavi-mypage .p-gnavi-dropdown {
    display: none;
    border-bottom: 0;
  }
  .p-gnavi-mypage .p-gnavi-dropdown.is-active {
    display: block;
    background: #333333;
  }
}

.p-gnavi-mypage .p-gnavi-dropdown__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-top: 1px solid #393939;
  font-size: 0.75rem;
}

.p-gnavi-mypage .p-gnavi-dropdown__item:nth-child(2n) {
  border-left: 1px solid #393939;
}

.p-gnavi-mypage .p-gnavi-dropdown__item > a {
  padding: 14px 10px;
  display: block;
}

.p-gnavi-mypage .p-gnavi-dropdown__item > a::after {
  content: none;
}

@media screen and (min-width: 992px) {
  .p-gnavi-mypage .p-gnavi-dropdown__item {
    font-size: 0.875rem;
    border-top: 0;
  }
  .p-gnavi-mypage .p-gnavi-dropdown__item:nth-child(2n) {
    border-left: 0;
  }
  .p-gnavi-mypage .p-gnavi-dropdown__item > a {
    padding: 14px 10px;
  }
}

.p-gnavi-mypage__btn {
  display: block;
  text-align: center;
  background: #222;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 14px;
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (min-width: 992px) {
  .p-gnavi-mypage__btn {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  .p-gnavi-mypage__btn:hover, .p-gnavi-mypage__btn:focus {
    background: #000;
  }
}

.p-gnavi-lesson {
  margin-bottom: 20px;
}

.p-login-user {
  line-height: 1;
}

@media screen and (min-width: 1400px) {
  .p-login-user {
    width: 220px;
  }
}

.p-login-user__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .p-login-user__header {
    padding: 0;
  }
}

.p-login-user__name {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (min-width: 992px) {
  .p-login-user__name {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1400px) {
  .p-login-user__name {
    font-size: 1rem;
  }
}

.p-login-user__logout {
  font-size: 0.6875rem;
  color: #aaa;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .p-login-user__logout {
    margin-left: auto;
    color: #666;
  }
  .p-login-user__logout:hover, .p-login-user__logout:focus {
    color: #E60012;
  }
}

.p-login-user-info {
  border-top: 1px solid #393939;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-login-user-info__item {
  margin-right: 20px;
}

@media screen and (min-width: 992px) {
  .p-login-user-info {
    background: #040404;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px;
  }
  .p-login-user-info__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.p-home__heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-home__heading {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .p-home__heading {
    font-size: 2.625rem;
  }
}

.p-home-hero {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 40px;
  background: url(../img/home/bg_hero.jpg) no-repeat center top/cover;
}

@media screen and (min-width: 992px) {
  .p-home-hero {
    padding-top: 140px;
  }
}

.p-home-hero > .l-container, .p-home-hero > .l-container--header-space, .p-home-hero > .l-container--sm, .p-home-hero > .l-container__vocal {
  max-width: 480px;
}

.p-home-hero__logo {
  text-align: center;
}

.p-home-hero__logo > img {
  width: 267px;
}

@media screen and (min-width: 992px) {
  .p-home-hero__logo > img {
    width: 90%;
  }
}

.p-home-hero__heading {
  font-weight: bold;
  font-size: 1.6875rem;
  text-align: center;
  margin-top: 30px;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .p-home-hero__heading {
    font-size: 2.5rem;
  }
}

.p-home-hero__heading > span {
  font-size: 1.1875rem;
  display: block;
}

@media screen and (min-width: 992px) {
  .p-home-hero__heading > span {
    font-size: 1.75rem;
  }
}

.p-home-hero__text {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: underline;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
  text-decoration-thickness: 3px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 992px) {
  .p-home-hero__text {
    font-size: 1.375rem;
  }
}

.p-home-banner {
  background: #090909;
  padding: 10px 0 20px;
}

.p-home-about {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-home-about {
    padding-top: 60px;
  }
}

.p-home-about > .l-container, .p-home-about > .l-container--header-space, .p-home-about > .l-container--sm, .p-home-about > .l-container__vocal {
  max-width: 640px;
}

.p-home-about-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-home-about-meta {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 60px;
  }
}

.p-home-about-meta__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .p-home-about-meta__item {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.p-home-about-meta__label {
  font-size: 0.8125rem;
}

@media screen and (min-width: 992px) {
  .p-home-about-meta__label {
    font-size: 1.125rem;
  }
}

.p-home-about-meta__body {
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 5px solid #393939;
  padding-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .p-home-about-meta__body {
    font-size: 1.75rem;
  }
}

.p-home-about-meta__body > strong {
  font-size: 1.75rem;
}

@media screen and (min-width: 992px) {
  .p-home-about-meta__body > strong {
    font-size: 2.625rem;
  }
}

.p-home-about__note {
  font-size: 0.75rem;
  color: #999;
  margin-top: 10px;
  text-align: right;
}

@media screen and (min-width: 992px) {
  .p-home-about__note {
    font-size: 0.875rem;
  }
}

.p-home-feature {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .p-home-feature {
    margin-top: 70px;
  }
}

.p-home-feature::before {
  content: "";
  display: block;
  padding-top: 200px;
  background: url(/img/home/img_about.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 992px) {
  .p-home-feature::before {
    padding-top: 428px;
  }
}

.p-home-feature__inner {
  background: #222222;
}

@media screen and (min-width: 992px) {
  .p-home-feature__inner {
    padding: 70px 0;
  }
}

.p-home-feature__inner > .l-container, .p-home-feature__inner > .l-container--header-space, .p-home-feature__inner > .l-container--sm, .p-home-feature__inner > .l-container__vocal {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .p-home-feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-home-feature-list__item {
  padding: 40px 10px;
}

@media screen and (min-width: 992px) {
  .p-home-feature-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1400px) {
  .p-home-feature-list__item {
    padding: 0 50px;
  }
}

.p-home-feature-list__item + .p-home-feature-list__item {
  border-top: 5px solid #393939;
}

@media screen and (min-width: 992px) {
  .p-home-feature-list__item + .p-home-feature-list__item {
    border-top: 0;
    border-left: 1px solid #393939;
  }
}

.p-home-feature-list__item > .p-home__heading {
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .p-home-feature-list__item > .p-home__heading {
    font-size: 1.625rem;
    min-height: 3em;
    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;
  }
}

@media screen and (min-width: 1400px) {
  .p-home-feature-list__item > .p-home__heading {
    font-size: 2rem;
  }
}

.p-home-feature__text {
  margin: 30px 0;
}

@media screen and (min-width: 1400px) {
  .p-home-feature__text {
    font-size: 1.125rem;
  }
}

.p-home-feature__image {
  text-align: center;
}

.p-home-feature__image > img {
  width: 78.5%;
  max-width: 280px;
}

.p-home-recommend {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-home-recommend {
    padding-top: 60px;
  }
}

.p-home-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-home-recommend-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-home-recommend-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.p-home-recommend__heading {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 0 15px;
}

@media screen and (min-width: 576px) {
  .p-home-recommend__heading {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-recommend__heading {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 992px) {
  .p-home-recommend__heading {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .p-home-recommend__heading {
    font-size: 1.75rem;
  }
}

.p-home-recommend__image {
  position: relative;
  background: #000;
}

.p-home-recommend__image > img {
  opacity: 0.5;
}

.p-home-lesson {
  background: #040404;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-home-lesson {
    padding-top: 60px;
  }
}

.p-home-lesson > .l-container, .p-home-lesson > .l-container--header-space, .p-home-lesson > .l-container--sm, .p-home-lesson > .l-container__vocal {
  border-bottom: 1px solid #393939;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .p-home-lesson > .l-container, .p-home-lesson > .l-container--header-space, .p-home-lesson > .l-container--sm, .p-home-lesson > .l-container__vocal {
    padding-bottom: 60px;
  }
}

.p-home-lesson__inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .p-home-lesson__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-home-lesson__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 640px;
            flex: 0 0 640px;
  }
}

@media screen and (min-width: 992px) {
  .p-home-lesson__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 40px;
  }
}

.p-home-lesson__heading {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  display: none;
}

@media screen and (min-width: 992px) {
  .p-home-lesson__heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.p-home-lesson__heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #E60012;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .p-home-lesson__heading {
    display: block;
  }
}

.p-home-lesson-meta {
  padding: 10px 0 20px;
  border-bottom: 1px solid #393939;
}

.p-home-lesson-meta__heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-home-artist {
  background: #040404;
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .p-home-artist {
    padding: 80px 0 10px;
  }
}

.p-home-artist .p-home__heading {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .p-home-artist .p-home__heading {
    margin-bottom: 80px;
  }
}

.p-home-artist-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: auto;
}

@media screen and (min-width: 992px) {
  .p-home-artist-wrapper {
    margin: 0;
    overflow-x: initial;
  }
}

.p-home-artist-list, .p-home-artist-list--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .p-home-artist-list, .p-home-artist-list--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-home-artist-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media screen and (min-width: 992px) {
  .p-home-artist-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

.p-home-artist-list__item img {
  width: 100%;
}

.p-home-artist-list__item + .p-home-artist-list__item {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-home-artist-list__item + .p-home-artist-list__item {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-home-artist-list--sm {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.p-home-artist-list--sm .p-home-artist-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media screen and (min-width: 992px) {
  .p-home-artist-list--sm .p-home-artist-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

.p-home-artist-list--sm .p-home-artist-list__item img {
  width: 100%;
}

.p-home-artist-list--sm .p-home-artist-list__item + .p-home-artist-list--sm .p-home-artist-list__item {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-home-artist-list--sm .p-home-artist-list__item + .p-home-artist-list--sm .p-home-artist-list__item {
    margin-left: 0;
  }
}

.p-home-other {
  background: #040404;
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .p-home-other {
    padding: 80px 0 10px;
  }
}

.p-home-other .p-home__heading {
  margin-bottom: 40px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-home-other .p-home__heading {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .p-home-other .p-home__heading {
    font-size: 2.625rem;
    margin-bottom: 80px;
  }
}

.p-home-other-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: auto;
}

@media screen and (min-width: 992px) {
  .p-home-other-wrapper {
    margin: 0;
    overflow-x: initial;
  }
}

.p-home-other-list, .p-home-other-list--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .p-home-other-list, .p-home-other-list--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-home-other-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media screen and (min-width: 992px) {
  .p-home-other-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

.p-home-other-list__item img {
  width: 100%;
}

.p-home-other-list__item + .p-home-other-list__item {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-home-other-list__item + .p-home-other-list__item {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-home-other-list--sm {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.p-home-other-list--sm .p-home-other-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 992px) {
  .p-home-other-list--sm .p-home-other-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

.p-home-other-list--sm .p-home-other-list__item img {
  width: 100%;
}

.p-home-other-list--sm .p-home-other-list__item + .p-home-other-list--sm .p-home-other-list__item {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-home-other-list--sm .p-home-other-list__item + .p-home-other-list--sm .p-home-other-list__item {
    margin-left: 0;
  }
}

.p-home-story {
  padding: 40px 0 60px;
}

@media screen and (min-width: 992px) {
  .p-home-story {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 992px) {
  .p-home-story-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1400px) {
  .p-home-story-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 992px) {
  .p-home-story-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .p-home-story-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-home-story-list__item + .p-home-story-list__item {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .p-home-story-list__item + .p-home-story-list__item {
    margin-top: 30px;
  }
}

.p-home-story-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-home-story-header__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 20px;
}

.p-home-story-header__image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home-story-body {
  background: #222;
  padding: 20px;
  margin-top: 10px;
  line-height: 1.75;
}

@media screen and (min-width: 992px) {
  .p-home-story-body {
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-home-story-body__heading {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .p-home-story-body__heading {
    font-size: 1.25rem;
  }
}

.p-home-story-body__heading::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #E60012;
  margin-top: 10px;
  margin-bottom: 16px;
}

.p-home-topics {
  background: #040404;
  padding: 40px 0;
  margin-bottom: -60px;
}

@media screen and (min-width: 992px) {
  .p-home-topics {
    padding-top: 80px;
    margin-bottom: -100px;
  }
}

.p-archive, .p-archive--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .p-archive, .p-archive--sm {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .p-archive:hover, .p-archive--sm:hover, .p-archive:focus, .p-archive--sm:focus {
    opacity: .7;
  }
  .p-archive:hover .p-archive__image img, .p-archive--sm:hover .p-archive__image img, .p-archive:focus .p-archive__image img, .p-archive--sm:focus .p-archive__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-archive__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

@media screen and (min-width: 992px) {
  .p-archive__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
}

.p-archive__image > img {
  width: 160px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 992px) {
  .p-archive__image > img {
    width: 320px;
    height: 180px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.p-archive__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-archive__body {
    padding-left: 40px;
    padding-top: 10px;
  }
}

.p-archive__date {
  font-size: 0.75rem;
  color: #AAAAAA;
}

@media screen and (min-width: 992px) {
  .p-archive__date {
    font-size: 1rem;
  }
}

.p-archive__title {
  font-weight: bold;
  color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .p-archive__title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .p-archive--sm .p-archive__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .p-archive--sm .p-archive__image > img {
    width: 100px;
    height: 80px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (min-width: 992px) {
  .p-archive--sm .p-archive__body {
    padding-left: 20px;
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-archive--sm .p-archive__date {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 992px) {
  .p-archive--sm .p-archive__title {
    font-size: 0.9375rem;
  }
}

.p-cv {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.p-cv-price {
  border: 1px solid #fff;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-cv-price__label {
  font-size: 1rem;
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  .p-cv-price__label {
    font-size: 1.25rem;
  }
}

.p-cv-price__price {
  color: #FFFF46;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .p-cv-price__price {
    font-size: 1.625rem;
  }
}

.p-cv-info {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.p-cv-info__heading {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  .p-cv-info__heading {
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 992px) {
  .p-cv-info__date {
    font-size: 1.25rem;
  }
}

.p-cv-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}

.p-cv-btns__item {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.p-cv-foot_btns {
  position: sticky;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.p-cv-foot_btns__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

.p-cv-foot_btns__item a {
  border-radius: 0;
}

.p-cv-foot_btns__item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

@media screen and (min-width: 992px) {
  a.p-movie:hover .p-movie__image, a.p-movie--sm:hover .p-movie__image, a.p-movie:focus .p-movie__image, a.p-movie--sm:focus .p-movie__image {
    opacity: .7;
  }
}

@media screen and (min-width: 992px) {
  .p-movie__image {
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.p-movie-meta {
  padding: 10px 10px 30px;
}

@media screen and (min-width: 992px) {
  .p-movie-meta {
    max-width: initial;
    padding: 10px 20px 0 0;
  }
}

.p-movie-meta__heading {
  font-weight: bold;
}

.p-movie-meta__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.75rem;
}

.p-movie-meta__user {
  color: #AAAAAA;
}

.p-movie-meta__date {
  padding: 3px 10px;
}

.p-movie--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-movie--sm .p-movie__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
}

.p-movie--sm .p-movie-meta {
  padding: 0 0 0 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-genre {
  background: #040404;
}

.p-genre__crown {
  color: #FFFF46;
}

@media screen and (min-width: 992px) {
  .p-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.p-user-header {
  padding: 20px 10px;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (min-width: 992px) {
  .p-user-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 25px;
  }
}

.p-user-header__image, .p-user-header__image--round {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
}

.p-user-header__image > img, .p-user-header__image--round > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-user-header__image--round > img {
  border-radius: 50%;
}

.p-user-header__name {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 100px);
          flex: 1 1 calc(100% - 100px);
}

@media screen and (min-width: 992px) {
  .p-user-header__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

.p-user-header__description {
  padding: 10px 0 0;
}

@media screen and (min-width: 992px) {
  .p-user-header__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 0 0 20px;
    border-left: 1px solid #393939;
  }
}

.p-user-child {
  border-top: 1px solid #393939;
  padding: 14px 10px 20px;
  background: #222;
}

@media screen and (min-width: 992px) {
  .p-user-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
    background: none;
    padding: 0 25px 0 10px;
    border-top: 0;
  }
}

@media screen and (min-width: 1400px) {
  .p-user-child {
    padding-left: 0;
  }
}

.p-user-child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 992px) {
  .p-user-child-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-user-child-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .p-user-child-list__item {
    padding-left: 0;
  }
}

.p-user-movie {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .p-user-movie {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 300px);
            flex: 1 1 calc(100% - 300px);
    margin-top: 0;
  }
}

@media screen and (min-width: 1400px) {
  .p-user-movie {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-user-movie .l-archive-lesson__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media screen and (min-width: 1400px) {
  .p-user-movie .l-archive-lesson__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.p-archive-filter {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .p-archive-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
}

.p-archive-filter__btn {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .p-archive-filter__btn {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .p-plan {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

.p-plan-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #545454;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
}

.p-plan-price {
  color: #FFFF46;
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .p-plan-price {
    font-size: 2.1875rem;
  }
}

.p-plan-price__num {
  font-size: 2.8125rem;
  margin-left: 5px;
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  .p-plan-price__num {
    font-size: 3.4375rem;
  }
}

.p-plan-price__unit {
  font-size: 1.125rem;
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
  .p-plan-price__unit {
    font-size: 1.75rem;
  }
}

.p-plan-body {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #545454;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.p-plan-footer {
  margin-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media screen and (min-width: 992px) {
  .p-plan-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

.p-plan-detail {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .p-plan-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

.p-plan-detail li {
  height: 90px;
  background-color: #000000;
  border-bottom: 1px solid #545454;
}

.p-plan-detail li span {
  font-size: 0.4rem;
}

.p-plan-detail li:nth-child(5) {
  border-bottom: none;
}

.p-entry__image {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .p-entry__editable {
    font-size: 1.125rem;
  }
}

.p-entry__editable p {
  margin-bottom: 1rem;
}

.p-entry__editable p a {
  text-decoration: underline;
  color: #0f74a8;
  display: table;
}

.p-entry__editable p a.c-btn--primary {
  color: white;
}

.p-entry__editable h2 {
  margin-top: 50px;
}

.p-exfight__heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-exfight__heading {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight__heading {
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight__heading__left {
    text-align: left;
  }
}

.p-exfight-hero {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 40px;
  background: url(../img/exfight/exfight_key.jpg) no-repeat center top/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .p-exfight-hero {
    padding-top: 140px;
  }
}

.p-exfight-hero > .l-container, .p-exfight-hero > .l-container--header-space, .p-exfight-hero > .l-container--sm, .p-exfight-hero > .l-container__vocal {
  max-width: 480px;
}

.p-exfight-hero__logo {
  text-align: center;
}

.p-exfight-hero__logo > img {
  width: 267px;
}

@media screen and (min-width: 992px) {
  .p-exfight-hero__logo > img {
    width: 90%;
  }
}

.p-exfight-hero__heading {
  font-weight: bold;
  font-size: 1.6875rem;
  text-align: center;
  margin-top: 30px;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .p-exfight-hero__heading {
    font-size: 2.5rem;
  }
}

.p-exfight-hero__heading > span {
  font-size: 1.1875rem;
  display: block;
}

@media screen and (min-width: 992px) {
  .p-exfight-hero__heading > span {
    font-size: 1.75rem;
  }
}

.p-exfight-banner {
  background: #090909;
  padding: 10px 0 20px;
}

.p-exfight-about {
  padding: 40px 20px 0;
}

@media screen and (min-width: 992px) {
  .p-exfight-about {
    padding: 80px 40px 0;
  }
}

.p-exfight-about > .l-container, .p-exfight-about > .l-container--header-space, .p-exfight-about > .l-container--sm, .p-exfight-about > .l-container__vocal {
  width: 100%;
  max-width: 1400px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .p-exfight-about > .l-container, .p-exfight-about > .l-container--header-space, .p-exfight-about > .l-container--sm, .p-exfight-about > .l-container__vocal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-exfight-about-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-exfight-about-meta {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 60px;
  }
}

.p-exfight-about-meta__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .p-exfight-about-meta__item {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.p-exfight-about-meta__label {
  font-size: 0.8125rem;
}

@media screen and (min-width: 992px) {
  .p-exfight-about-meta__label {
    font-size: 1.125rem;
  }
}

.p-exfight-about-meta__body {
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 5px solid #393939;
  padding-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .p-exfight-about-meta__body {
    font-size: 1.75rem;
  }
}

.p-exfight-about-meta__body > strong {
  font-size: 1.75rem;
}

@media screen and (min-width: 992px) {
  .p-exfight-about-meta__body > strong {
    font-size: 2.625rem;
  }
}

.p-exfight-about__note {
  font-size: 0.75rem;
  color: #999;
  margin-top: 10px;
  text-align: right;
}

@media screen and (min-width: 992px) {
  .p-exfight-about__note {
    font-size: 0.875rem;
  }
}

.p-exfight-about-left {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .p-exfight-about-left {
    width: 50%;
    max-width: initial;
  }
}

.p-exfight-about-right {
  max-width: 400px;
  margin: 20px auto 0;
}

@media screen and (min-width: 992px) {
  .p-exfight-about-right {
    width: 45%;
    max-width: initial;
    margin-left: 5%;
    margin-top: 0;
  }
}

.p-exfight-feature {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .p-exfight-feature {
    margin-top: 70px;
  }
}

.p-exfight-feature::before {
  content: '';
  display: block;
  padding-top: 200px;
  background: url(/img/home/img_about.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 992px) {
  .p-exfight-feature::before {
    padding-top: 428px;
  }
}

.p-exfight-feature__inner {
  background: #222222;
}

@media screen and (min-width: 992px) {
  .p-exfight-feature__inner {
    padding: 70px 0;
  }
}

.p-exfight-feature__inner > .l-container, .p-exfight-feature__inner > .l-container--header-space, .p-exfight-feature__inner > .l-container--sm, .p-exfight-feature__inner > .l-container__vocal {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .p-exfight-feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-exfight-feature-list__item {
  padding: 40px 10px;
}

@media screen and (min-width: 992px) {
  .p-exfight-feature-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1400px) {
  .p-exfight-feature-list__item {
    padding: 0 50px;
  }
}

.p-exfight-feature-list__item + .p-exfight-feature-list__item {
  border-top: 5px solid #393939;
}

@media screen and (min-width: 992px) {
  .p-exfight-feature-list__item + .p-exfight-feature-list__item {
    border-top: 0;
    border-left: 1px solid #393939;
  }
}

.p-exfight-feature-list__item > .p-home__heading {
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .p-exfight-feature-list__item > .p-home__heading {
    font-size: 1.625rem;
    min-height: 3em;
    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;
  }
}

@media screen and (min-width: 1400px) {
  .p-exfight-feature-list__item > .p-home__heading {
    font-size: 2rem;
  }
}

.p-exfight-feature__text {
  margin: 30px 0;
}

@media screen and (min-width: 1400px) {
  .p-exfight-feature__text {
    font-size: 1.125rem;
  }
}

.p-exfight-feature__image {
  text-align: center;
}

.p-exfight-feature__image > img {
  width: 78.5%;
  max-width: 280px;
}

.p-exfight-recommend {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-exfight-recommend {
    padding-top: 60px;
  }
}

.p-exfight-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-exfight-recommend-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-exfight-recommend-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.p-exfight-recommend__heading {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 0 15px;
}

@media screen and (min-width: 576px) {
  .p-exfight-recommend__heading {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-exfight-recommend__heading {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight-recommend__heading {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .p-exfight-recommend__heading {
    font-size: 1.75rem;
  }
}

.p-exfight-recommend__image {
  position: relative;
  background: #000;
}

.p-exfight-recommend__image > img {
  opacity: .5;
}

.p-exfight-trainer {
  padding: 40px 20px;
}

@media screen and (min-width: 992px) {
  .p-exfight-trainer {
    padding: 60px 40px;
  }
}

.p-exfight-trainer-list {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-exfight-trainer-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight-trainer-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-exfight-trainer-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
}

.p-exfight-trainer-list__item__image {
  width: 100%;
  max-width: 300px;
}

.p-exfight-trainer-list__item__profile {
  width: 61%;
  margin-left: 4%;
}

.p-exfight-pickup > .l-container, .p-exfight-pickup > .l-container--header-space, .p-exfight-pickup > .l-container--sm, .p-exfight-pickup > .l-container__vocal {
  max-width: 1400px;
  padding: 40px 20px 0;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .p-exfight-pickup > .l-container, .p-exfight-pickup > .l-container--header-space, .p-exfight-pickup > .l-container--sm, .p-exfight-pickup > .l-container__vocal {
    padding: 80px 40px 0;
  }
}

.p-exfight-pickup__heading {
  position: relative;
}

.p-exfight-pickup__heading::before {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #023894;
  position: absolute;
  top: 4rem;
  left: 0;
}

@media screen and (min-width: 992px) {
  .p-exfight-pickup__heading::before {
    height: 2px;
    top: 4rem;
  }
}

.p-exfight-pickup-list {
  padding-top: 4rem;
}

.p-exfight-pickup-list__item {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
  grid-gap: 20px;
}

@media screen and (min-width: 768px) {
  .p-exfight-pickup-list__item {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-exfight-pickup-list__item.reverse > a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-exfight-pickup-list__item.reverse > .p-exfight-pickup-list__description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-exfight-pickup-list__description__title {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .p-exfight-pickup-list__description__title {
    font-size: 20px;
  }
}

.p-exfight-pickup-list__description__summary {
  font-size: 14px;
}

.p-exfight-pickup-list__description__point-wrap {
  margin: 20px 0;
  padding: 20px;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}

.p-exfight-pickup-list__description .teacher_image {
  max-width: 80px;
}

.p-exfight-pickup-list__description .teacher_image > img {
  border-radius: 50%;
}

.p-exfight-pickup-list__description .head {
  position: relative;
  margin-left: 1.5rem;
}

.p-exfight-pickup-list__description .head::before {
  content: '';
  display: block;
  width: 1rem;
  height: 2px;
  background: #023894;
  position: absolute;
  top: 43%;
  left: -1.5rem;
}

.p-exfight-pickup-list__description .teacher_point {
  font-size: 14px;
}

.p-exfight-lesson {
  background: #040404;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-exfight-lesson {
    padding-top: 60px;
  }
}

.p-exfight-lesson > .l-container, .p-exfight-lesson > .l-container--header-space, .p-exfight-lesson > .l-container--sm, .p-exfight-lesson > .l-container__vocal {
  border-bottom: 1px solid #393939;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .p-exfight-lesson > .l-container, .p-exfight-lesson > .l-container--header-space, .p-exfight-lesson > .l-container--sm, .p-exfight-lesson > .l-container__vocal {
    padding-bottom: 60px;
  }
}

.p-exfight-lesson__inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .p-exfight-lesson__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight-lesson__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 640px;
            flex: 0 0 640px;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight-lesson__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 40px;
  }
}

.p-exfight-lesson__heading {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  display: none;
}

@media screen and (min-width: 992px) {
  .p-exfight-lesson__heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.p-exfight-lesson__heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #E60012;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .p-exfight-lesson__heading {
    display: block;
  }
}

.p-exfight-lesson-meta {
  padding: 10px 0 20px;
  border-bottom: 1px solid #393939;
}

.p-exfight-lesson-meta__heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-exfight-artist {
  background: #040404;
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .p-exfight-artist {
    padding: 80px 0 10px;
  }
}

.p-exfight-artist .p-home__heading {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .p-exfight-artist .p-home__heading {
    margin-bottom: 80px;
  }
}

.p-exfight-artist-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: auto;
}

@media screen and (min-width: 992px) {
  .p-exfight-artist-wrapper {
    margin: 0;
    overflow-x: initial;
  }
}

.p-exfight-artist-list, .p-exfight-artist-list--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .p-exfight-artist-list, .p-exfight-artist-list--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-exfight-artist-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media screen and (min-width: 992px) {
  .p-exfight-artist-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

.p-exfight-artist-list__item img {
  width: 100%;
}

.p-exfight-artist-list__item + .p-exfight-artist-list__item {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-exfight-artist-list__item + .p-exfight-artist-list__item {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight-artist-list--sm {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.p-exfight-artist-list--sm .p-exfight-artist-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 992px) {
  .p-exfight-artist-list--sm .p-exfight-artist-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

.p-exfight-artist-list--sm .p-exfight-artist-list__item img {
  width: 100%;
}

.p-exfight-artist-list--sm .p-exfight-artist-list__item + .p-exfight-artist-list--sm .p-exfight-artist-list__item {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-exfight-artist-list--sm .p-exfight-artist-list__item + .p-exfight-artist-list--sm .p-exfight-artist-list__item {
    margin-left: 0;
  }
}

.p-exfight-story {
  padding: 40px 0 60px;
}

@media screen and (min-width: 992px) {
  .p-exfight-story {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight-story-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1400px) {
  .p-exfight-story-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 992px) {
  .p-exfight-story-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .p-exfight-story-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-exfight-story-list__item + .p-exfight-story-list__item {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .p-exfight-story-list__item + .p-exfight-story-list__item {
    margin-top: 30px;
  }
}

.p-exfight-story-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-exfight-story-header__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 20px;
}

.p-exfight-story-header__image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-exfight-story-body {
  background: #222;
  padding: 20px;
  margin-top: 10px;
  line-height: 1.75;
}

@media screen and (min-width: 992px) {
  .p-exfight-story-body {
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-exfight-story-body__heading {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .p-exfight-story-body__heading {
    font-size: 1.25rem;
  }
}

.p-exfight-story-body__heading::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #E60012;
  margin-top: 10px;
  margin-bottom: 16px;
}

.p-exfight-topics {
  background: #040404;
  padding: 40px 0;
  margin-bottom: -60px;
}

@media screen and (min-width: 992px) {
  .p-exfight-topics {
    padding-top: 80px;
    margin-bottom: -100px;
  }
}

.p-exfight-banner {
  width: 100%;
  max-width: 1400px;
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 40px 20px;
}

@media screen and (min-width: 992px) {
  .p-exfight-banner {
    padding: 60px 40px;
  }
}

.p-exfight-banner .half {
  width: 100%;
}

.p-exfight-banner .full {
  width: 100%;
  grid-column: 1/3;
}

.l-exfight-lesson {
  margin-top: 50px;
}

.p-vocal__heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-vocal__heading {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal__heading {
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal__heading__left {
    text-align: left;
  }
}

.p-vocal-hero {
  padding-top: 90px;
}

@media screen and (min-width: 992px) {
  .p-vocal-hero {
    padding-top: 116px;
  }
}

.p-vocal-hero__logo {
  text-align: center;
  font-size: 80px;
  position: relative;
  z-index: 3;
  background: #FBED21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10vh 0;
}

@media screen and (min-width: 992px) {
  .p-vocal-hero__logo {
    padding: 20vh 0;
  }
}

.p-vocal-hero__logo > img {
  width: 100%;
  max-width: 70vw;
}

@media screen and (min-width: 992px) {
  .p-vocal-hero__logo > img {
    max-width: 40vw;
  }
}

.p-vocal-hero__heading {
  font-weight: bold;
  font-size: 1.6875rem;
  text-align: center;
  margin-top: 30px;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .p-vocal-hero__heading {
    font-size: 2.5rem;
  }
}

.p-vocal-hero__heading > span {
  font-size: 1.1875rem;
  display: block;
}

@media screen and (min-width: 992px) {
  .p-vocal-hero__heading > span {
    font-size: 1.75rem;
  }
}

.p-vocal-banner {
  background: #090909;
  padding: 10px 0 20px;
}

.p-vocal-about {
  padding: 40px 20px 0;
}

@media screen and (min-width: 992px) {
  .p-vocal-about {
    padding: 80px 40px 0;
  }
}

.p-vocal-about > .l-container, .p-vocal-about > .l-container--header-space, .p-vocal-about > .l-container--sm, .p-vocal-about > .l-container__vocal {
  width: 100%;
  max-width: 1400px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .p-vocal-about > .l-container, .p-vocal-about > .l-container--header-space, .p-vocal-about > .l-container--sm, .p-vocal-about > .l-container__vocal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-vocal-about-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-vocal-about-meta {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 60px;
  }
}

.p-vocal-about-meta__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .p-vocal-about-meta__item {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.p-vocal-about-meta__label {
  font-size: 0.8125rem;
}

@media screen and (min-width: 992px) {
  .p-vocal-about-meta__label {
    font-size: 1.125rem;
  }
}

.p-vocal-about-meta__body {
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 5px solid #393939;
  padding-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .p-vocal-about-meta__body {
    font-size: 1.75rem;
  }
}

.p-vocal-about-meta__body > strong {
  font-size: 1.75rem;
}

@media screen and (min-width: 992px) {
  .p-vocal-about-meta__body > strong {
    font-size: 2.625rem;
  }
}

.p-vocal-about__note {
  font-size: 0.75rem;
  color: #999;
  margin-top: 10px;
  text-align: right;
}

@media screen and (min-width: 992px) {
  .p-vocal-about__note {
    font-size: 0.875rem;
  }
}

.p-vocal-about-left {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .p-vocal-about-left {
    width: 50%;
    max-width: initial;
  }
}

.p-vocal-about-right {
  max-width: 400px;
  margin: 20px auto 0;
}

@media screen and (min-width: 992px) {
  .p-vocal-about-right {
    width: 45%;
    max-width: initial;
    margin-left: 5%;
    margin-top: 0;
  }
}

.p-vocal-feature {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .p-vocal-feature {
    margin-top: 70px;
  }
}

.p-vocal-feature::before {
  content: '';
  display: block;
  padding-top: 200px;
  background: url(/img/home/img_about.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 992px) {
  .p-vocal-feature::before {
    padding-top: 428px;
  }
}

.p-vocal-feature__inner {
  background: #222222;
}

@media screen and (min-width: 992px) {
  .p-vocal-feature__inner {
    padding: 70px 0;
  }
}

.p-vocal-feature__inner > .l-container, .p-vocal-feature__inner > .l-container--header-space, .p-vocal-feature__inner > .l-container--sm, .p-vocal-feature__inner > .l-container__vocal {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .p-vocal-feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-vocal-feature-list__item {
  padding: 40px 10px;
}

@media screen and (min-width: 992px) {
  .p-vocal-feature-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1400px) {
  .p-vocal-feature-list__item {
    padding: 0 50px;
  }
}

.p-vocal-feature-list__item + .p-vocal-feature-list__item {
  border-top: 5px solid #393939;
}

@media screen and (min-width: 992px) {
  .p-vocal-feature-list__item + .p-vocal-feature-list__item {
    border-top: 0;
    border-left: 1px solid #393939;
  }
}

.p-vocal-feature-list__item > .p-home__heading {
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .p-vocal-feature-list__item > .p-home__heading {
    font-size: 1.625rem;
    min-height: 3em;
    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;
  }
}

@media screen and (min-width: 1400px) {
  .p-vocal-feature-list__item > .p-home__heading {
    font-size: 2rem;
  }
}

.p-vocal-feature__text {
  margin: 30px 0;
}

@media screen and (min-width: 1400px) {
  .p-vocal-feature__text {
    font-size: 1.125rem;
  }
}

.p-vocal-feature__image {
  text-align: center;
}

.p-vocal-feature__image > img {
  width: 78.5%;
  max-width: 280px;
}

.p-vocal-recommend {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-vocal-recommend {
    padding-top: 60px;
  }
}

.p-vocal-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-vocal-recommend-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-vocal-recommend-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.p-vocal-recommend__heading {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 0 15px;
}

@media screen and (min-width: 576px) {
  .p-vocal-recommend__heading {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-vocal-recommend__heading {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal-recommend__heading {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .p-vocal-recommend__heading {
    font-size: 1.75rem;
  }
}

.p-vocal-recommend__image {
  position: relative;
  background: #000;
  height: 35vw;
}

.p-vocal-recommend__image > img {
  opacity: .5;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-vocal-trainer {
  padding: 40px 20px;
}

@media screen and (min-width: 992px) {
  .p-vocal-trainer {
    padding: 60px 40px;
  }
}

.p-vocal-trainer-list {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-vocal-trainer-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal-trainer-list {
    grid-template-columns: 1fr;
  }
}

.p-vocal-trainer-list__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
}

.p-vocal-trainer-list__item__image {
  width: 100%;
  max-width: 180px;
}

.p-vocal-trainer-list__item__profile {
  width: 100%;
}

.p-vocal-trainer-list_video__wrapper {
  grid-column: 1/3;
}

.p-vocal-pickup > .l-container, .p-vocal-pickup > .l-container--header-space, .p-vocal-pickup > .l-container--sm, .p-vocal-pickup > .l-container__vocal {
  max-width: 1400px;
  padding: 40px 20px 0;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .p-vocal-pickup > .l-container, .p-vocal-pickup > .l-container--header-space, .p-vocal-pickup > .l-container--sm, .p-vocal-pickup > .l-container__vocal {
    padding: 80px 40px 0;
  }
}

.p-vocal-pickup__heading {
  position: relative;
}

.p-vocal-pickup__heading::before {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #FBED21;
  position: absolute;
  top: 4rem;
  left: 0;
}

@media screen and (min-width: 992px) {
  .p-vocal-pickup__heading::before {
    height: 2px;
    top: 4rem;
  }
}

.p-vocal-pickup-list {
  padding-top: 4rem;
}

.p-vocal-pickup-list__item {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
  grid-gap: 20px;
}

@media screen and (min-width: 768px) {
  .p-vocal-pickup-list__item {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-vocal-pickup-list__item.reverse > a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-vocal-pickup-list__item.reverse > .p-vocal-pickup-list__description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-vocal-pickup-list__description__title {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .p-vocal-pickup-list__description__title {
    font-size: 20px;
  }
}

.p-vocal-pickup-list__description__summary {
  font-size: 14px;
}

.p-vocal-pickup-list__description__point-wrap {
  margin: 20px 0;
  padding: 20px;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
}

.p-vocal-pickup-list__description .teacher_image {
  max-width: 80px;
}

.p-vocal-pickup-list__description .teacher_image > img {
  border-radius: 50%;
}

.p-vocal-pickup-list__description .head {
  position: relative;
  margin-left: 1.5rem;
}

.p-vocal-pickup-list__description .head::before {
  content: '';
  display: block;
  width: 1rem;
  height: 2px;
  background: #023894;
  position: absolute;
  top: 43%;
  left: -1.5rem;
}

.p-vocal-pickup-list__description .teacher_point {
  font-size: 14px;
}

.p-vocal-lesson {
  background: #040404;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-vocal-lesson {
    padding-top: 60px;
  }
}

.p-vocal-lesson > .l-container, .p-vocal-lesson > .l-container--header-space, .p-vocal-lesson > .l-container--sm, .p-vocal-lesson > .l-container__vocal {
  border-bottom: 1px solid #393939;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .p-vocal-lesson > .l-container, .p-vocal-lesson > .l-container--header-space, .p-vocal-lesson > .l-container--sm, .p-vocal-lesson > .l-container__vocal {
    padding-bottom: 60px;
  }
}

.p-vocal-lesson__inner {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .p-vocal-lesson__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: initial;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal-lesson__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 640px;
            flex: 0 0 640px;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal-lesson__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 40px;
  }
}

.p-vocal-lesson__heading {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  display: none;
}

@media screen and (min-width: 992px) {
  .p-vocal-lesson__heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.p-vocal-lesson__heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #E60012;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .p-vocal-lesson__heading {
    display: block;
  }
}

.p-vocal-lesson-meta {
  padding: 10px 0 20px;
  border-bottom: 1px solid #393939;
}

.p-vocal-lesson-meta__heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-vocal-artist {
  background: #040404;
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .p-vocal-artist {
    padding: 80px 0 10px;
  }
}

.p-vocal-artist .p-home__heading {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .p-vocal-artist .p-home__heading {
    margin-bottom: 80px;
  }
}

.p-vocal-artist-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: auto;
}

@media screen and (min-width: 992px) {
  .p-vocal-artist-wrapper {
    margin: 0;
    overflow-x: initial;
  }
}

.p-vocal-artist-list, .p-vocal-artist-list--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .p-vocal-artist-list, .p-vocal-artist-list--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.p-vocal-artist-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media screen and (min-width: 992px) {
  .p-vocal-artist-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

.p-vocal-artist-list__item img {
  width: 100%;
}

.p-vocal-artist-list__item + .p-vocal-artist-list__item {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-vocal-artist-list__item + .p-vocal-artist-list__item {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal-artist-list--sm {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.p-vocal-artist-list--sm .p-vocal-artist-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 992px) {
  .p-vocal-artist-list--sm .p-vocal-artist-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

.p-vocal-artist-list--sm .p-vocal-artist-list__item img {
  width: 100%;
}

.p-vocal-artist-list--sm .p-vocal-artist-list__item + .p-vocal-artist-list--sm .p-vocal-artist-list__item {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .p-vocal-artist-list--sm .p-vocal-artist-list__item + .p-vocal-artist-list--sm .p-vocal-artist-list__item {
    margin-left: 0;
  }
}

.p-vocal-story {
  padding: 40px 0 60px;
}

@media screen and (min-width: 992px) {
  .p-vocal-story {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal-story-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1400px) {
  .p-vocal-story-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 992px) {
  .p-vocal-story-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .p-vocal-story-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-vocal-story-list__item + .p-vocal-story-list__item {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .p-vocal-story-list__item + .p-vocal-story-list__item {
    margin-top: 30px;
  }
}

.p-vocal-story-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-vocal-story-header__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 20px;
}

.p-vocal-story-header__image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-vocal-story-body {
  background: #222;
  padding: 20px;
  margin-top: 10px;
  line-height: 1.75;
}

@media screen and (min-width: 992px) {
  .p-vocal-story-body {
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-vocal-story-body__heading {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .p-vocal-story-body__heading {
    font-size: 1.25rem;
  }
}

.p-vocal-story-body__heading::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #E60012;
  margin-top: 10px;
  margin-bottom: 16px;
}

.p-vocal-topics {
  background: #040404;
  padding: 40px 0;
  margin-bottom: -60px;
}

@media screen and (min-width: 992px) {
  .p-vocal-topics {
    padding-top: 80px;
    margin-bottom: -100px;
  }
}

.p-vocal-banner {
  width: 100%;
  max-width: 1400px;
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 40px 20px;
}

@media screen and (min-width: 992px) {
  .p-vocal-banner {
    padding: 60px 40px;
  }
}

.p-vocal-banner .half {
  width: 100%;
}

.p-vocal-banner .full {
  width: 100%;
  grid-column: 1/3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ml-10 {
  margin-left: 0.625rem !important;
}

.u-mr-10 {
  margin-right: 0.625rem !important;
}

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

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

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

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

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

.u-pl-10 {
  padding-left: 0.625rem !important;
}

.u-pr-10 {
  padding-right: 0.625rem !important;
}

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

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

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

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

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

.u-ml-15 {
  margin-left: 0.9375rem !important;
}

.u-mr-15 {
  margin-right: 0.9375rem !important;
}

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

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

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

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

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

.u-pl-15 {
  padding-left: 0.9375rem !important;
}

.u-pr-15 {
  padding-right: 0.9375rem !important;
}

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

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

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

.u-m-20 {
  margin: 1.25rem !important;
}

.u-mt-20 {
  margin-top: 1.25rem !important;
}

.u-ml-20 {
  margin-left: 1.25rem !important;
}

.u-mr-20 {
  margin-right: 1.25rem !important;
}

.u-mb-20 {
  margin-bottom: 1.25rem !important;
}

.u-my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.u-mx-20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.u-p-20 {
  padding: 1.25rem !important;
}

.u-pt-20 {
  padding-top: 1.25rem !important;
}

.u-pl-20 {
  padding-left: 1.25rem !important;
}

.u-pr-20 {
  padding-right: 1.25rem !important;
}

.u-pb-20 {
  padding-bottom: 1.25rem !important;
}

.u-py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.u-px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.u-m-25 {
  margin: 1.5625rem !important;
}

.u-mt-25 {
  margin-top: 1.5625rem !important;
}

.u-ml-25 {
  margin-left: 1.5625rem !important;
}

.u-mr-25 {
  margin-right: 1.5625rem !important;
}

.u-mb-25 {
  margin-bottom: 1.5625rem !important;
}

.u-my-25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.u-mx-25 {
  margin-left: 1.5625rem !important;
  margin-right: 1.5625rem !important;
}

.u-p-25 {
  padding: 1.5625rem !important;
}

.u-pt-25 {
  padding-top: 1.5625rem !important;
}

.u-pl-25 {
  padding-left: 1.5625rem !important;
}

.u-pr-25 {
  padding-right: 1.5625rem !important;
}

.u-pb-25 {
  padding-bottom: 1.5625rem !important;
}

.u-py-25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.u-px-25 {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}

.u-m-30 {
  margin: 1.875rem !important;
}

.u-mt-30 {
  margin-top: 1.875rem !important;
}

.u-ml-30 {
  margin-left: 1.875rem !important;
}

.u-mr-30 {
  margin-right: 1.875rem !important;
}

.u-mb-30 {
  margin-bottom: 1.875rem !important;
}

.u-my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.u-mx-30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

.u-p-30 {
  padding: 1.875rem !important;
}

.u-pt-30 {
  padding-top: 1.875rem !important;
}

.u-pl-30 {
  padding-left: 1.875rem !important;
}

.u-pr-30 {
  padding-right: 1.875rem !important;
}

.u-pb-30 {
  padding-bottom: 1.875rem !important;
}

.u-py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.u-px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.u-m-35 {
  margin: 2.1875rem !important;
}

.u-mt-35 {
  margin-top: 2.1875rem !important;
}

.u-ml-35 {
  margin-left: 2.1875rem !important;
}

.u-mr-35 {
  margin-right: 2.1875rem !important;
}

.u-mb-35 {
  margin-bottom: 2.1875rem !important;
}

.u-my-35 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}

.u-mx-35 {
  margin-left: 2.1875rem !important;
  margin-right: 2.1875rem !important;
}

.u-p-35 {
  padding: 2.1875rem !important;
}

.u-pt-35 {
  padding-top: 2.1875rem !important;
}

.u-pl-35 {
  padding-left: 2.1875rem !important;
}

.u-pr-35 {
  padding-right: 2.1875rem !important;
}

.u-pb-35 {
  padding-bottom: 2.1875rem !important;
}

.u-py-35 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

.u-px-35 {
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important;
}

.u-m-40 {
  margin: 2.5rem !important;
}

.u-mt-40 {
  margin-top: 2.5rem !important;
}

.u-ml-40 {
  margin-left: 2.5rem !important;
}

.u-mr-40 {
  margin-right: 2.5rem !important;
}

.u-mb-40 {
  margin-bottom: 2.5rem !important;
}

.u-my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-mx-40 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.u-p-40 {
  padding: 2.5rem !important;
}

.u-pt-40 {
  padding-top: 2.5rem !important;
}

.u-pl-40 {
  padding-left: 2.5rem !important;
}

.u-pr-40 {
  padding-right: 2.5rem !important;
}

.u-pb-40 {
  padding-bottom: 2.5rem !important;
}

.u-py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-m-45 {
  margin: 2.8125rem !important;
}

.u-mt-45 {
  margin-top: 2.8125rem !important;
}

.u-ml-45 {
  margin-left: 2.8125rem !important;
}

.u-mr-45 {
  margin-right: 2.8125rem !important;
}

.u-mb-45 {
  margin-bottom: 2.8125rem !important;
}

.u-my-45 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}

.u-mx-45 {
  margin-left: 2.8125rem !important;
  margin-right: 2.8125rem !important;
}

.u-p-45 {
  padding: 2.8125rem !important;
}

.u-pt-45 {
  padding-top: 2.8125rem !important;
}

.u-pl-45 {
  padding-left: 2.8125rem !important;
}

.u-pr-45 {
  padding-right: 2.8125rem !important;
}

.u-pb-45 {
  padding-bottom: 2.8125rem !important;
}

.u-py-45 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}

.u-px-45 {
  padding-left: 2.8125rem !important;
  padding-right: 2.8125rem !important;
}

.u-m-50 {
  margin: 3.125rem !important;
}

.u-mt-50 {
  margin-top: 3.125rem !important;
}

.u-ml-50 {
  margin-left: 3.125rem !important;
}

.u-mr-50 {
  margin-right: 3.125rem !important;
}

.u-mb-50 {
  margin-bottom: 3.125rem !important;
}

.u-my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.u-mx-50 {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}

.u-p-50 {
  padding: 3.125rem !important;
}

.u-pt-50 {
  padding-top: 3.125rem !important;
}

.u-pl-50 {
  padding-left: 3.125rem !important;
}

.u-pr-50 {
  padding-right: 3.125rem !important;
}

.u-pb-50 {
  padding-bottom: 3.125rem !important;
}

.u-py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.u-px-50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

.u-m-55 {
  margin: 3.4375rem !important;
}

.u-mt-55 {
  margin-top: 3.4375rem !important;
}

.u-ml-55 {
  margin-left: 3.4375rem !important;
}

.u-mr-55 {
  margin-right: 3.4375rem !important;
}

.u-mb-55 {
  margin-bottom: 3.4375rem !important;
}

.u-my-55 {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

.u-mx-55 {
  margin-left: 3.4375rem !important;
  margin-right: 3.4375rem !important;
}

.u-p-55 {
  padding: 3.4375rem !important;
}

.u-pt-55 {
  padding-top: 3.4375rem !important;
}

.u-pl-55 {
  padding-left: 3.4375rem !important;
}

.u-pr-55 {
  padding-right: 3.4375rem !important;
}

.u-pb-55 {
  padding-bottom: 3.4375rem !important;
}

.u-py-55 {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.u-px-55 {
  padding-left: 3.4375rem !important;
  padding-right: 3.4375rem !important;
}

.u-m-60 {
  margin: 3.75rem !important;
}

.u-mt-60 {
  margin-top: 3.75rem !important;
}

.u-ml-60 {
  margin-left: 3.75rem !important;
}

.u-mr-60 {
  margin-right: 3.75rem !important;
}

.u-mb-60 {
  margin-bottom: 3.75rem !important;
}

.u-my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.u-mx-60 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.u-p-60 {
  padding: 3.75rem !important;
}

.u-pt-60 {
  padding-top: 3.75rem !important;
}

.u-pl-60 {
  padding-left: 3.75rem !important;
}

.u-pr-60 {
  padding-right: 3.75rem !important;
}

.u-pb-60 {
  padding-bottom: 3.75rem !important;
}

.u-py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.u-px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.u-m-65 {
  margin: 4.0625rem !important;
}

.u-mt-65 {
  margin-top: 4.0625rem !important;
}

.u-ml-65 {
  margin-left: 4.0625rem !important;
}

.u-mr-65 {
  margin-right: 4.0625rem !important;
}

.u-mb-65 {
  margin-bottom: 4.0625rem !important;
}

.u-my-65 {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

.u-mx-65 {
  margin-left: 4.0625rem !important;
  margin-right: 4.0625rem !important;
}

.u-p-65 {
  padding: 4.0625rem !important;
}

.u-pt-65 {
  padding-top: 4.0625rem !important;
}

.u-pl-65 {
  padding-left: 4.0625rem !important;
}

.u-pr-65 {
  padding-right: 4.0625rem !important;
}

.u-pb-65 {
  padding-bottom: 4.0625rem !important;
}

.u-py-65 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

.u-px-65 {
  padding-left: 4.0625rem !important;
  padding-right: 4.0625rem !important;
}

.u-m-70 {
  margin: 4.375rem !important;
}

.u-mt-70 {
  margin-top: 4.375rem !important;
}

.u-ml-70 {
  margin-left: 4.375rem !important;
}

.u-mr-70 {
  margin-right: 4.375rem !important;
}

.u-mb-70 {
  margin-bottom: 4.375rem !important;
}

.u-my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.u-mx-70 {
  margin-left: 4.375rem !important;
  margin-right: 4.375rem !important;
}

.u-p-70 {
  padding: 4.375rem !important;
}

.u-pt-70 {
  padding-top: 4.375rem !important;
}

.u-pl-70 {
  padding-left: 4.375rem !important;
}

.u-pr-70 {
  padding-right: 4.375rem !important;
}

.u-pb-70 {
  padding-bottom: 4.375rem !important;
}

.u-py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.u-px-70 {
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
}

.u-m-75 {
  margin: 4.6875rem !important;
}

.u-mt-75 {
  margin-top: 4.6875rem !important;
}

.u-ml-75 {
  margin-left: 4.6875rem !important;
}

.u-mr-75 {
  margin-right: 4.6875rem !important;
}

.u-mb-75 {
  margin-bottom: 4.6875rem !important;
}

.u-my-75 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

.u-mx-75 {
  margin-left: 4.6875rem !important;
  margin-right: 4.6875rem !important;
}

.u-p-75 {
  padding: 4.6875rem !important;
}

.u-pt-75 {
  padding-top: 4.6875rem !important;
}

.u-pl-75 {
  padding-left: 4.6875rem !important;
}

.u-pr-75 {
  padding-right: 4.6875rem !important;
}

.u-pb-75 {
  padding-bottom: 4.6875rem !important;
}

.u-py-75 {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

.u-px-75 {
  padding-left: 4.6875rem !important;
  padding-right: 4.6875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-m-85 {
  margin: 5.3125rem !important;
}

.u-mt-85 {
  margin-top: 5.3125rem !important;
}

.u-ml-85 {
  margin-left: 5.3125rem !important;
}

.u-mr-85 {
  margin-right: 5.3125rem !important;
}

.u-mb-85 {
  margin-bottom: 5.3125rem !important;
}

.u-my-85 {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

.u-mx-85 {
  margin-left: 5.3125rem !important;
  margin-right: 5.3125rem !important;
}

.u-p-85 {
  padding: 5.3125rem !important;
}

.u-pt-85 {
  padding-top: 5.3125rem !important;
}

.u-pl-85 {
  padding-left: 5.3125rem !important;
}

.u-pr-85 {
  padding-right: 5.3125rem !important;
}

.u-pb-85 {
  padding-bottom: 5.3125rem !important;
}

.u-py-85 {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

.u-px-85 {
  padding-left: 5.3125rem !important;
  padding-right: 5.3125rem !important;
}

.u-m-90 {
  margin: 5.625rem !important;
}

.u-mt-90 {
  margin-top: 5.625rem !important;
}

.u-ml-90 {
  margin-left: 5.625rem !important;
}

.u-mr-90 {
  margin-right: 5.625rem !important;
}

.u-mb-90 {
  margin-bottom: 5.625rem !important;
}

.u-my-90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.u-mx-90 {
  margin-left: 5.625rem !important;
  margin-right: 5.625rem !important;
}

.u-p-90 {
  padding: 5.625rem !important;
}

.u-pt-90 {
  padding-top: 5.625rem !important;
}

.u-pl-90 {
  padding-left: 5.625rem !important;
}

.u-pr-90 {
  padding-right: 5.625rem !important;
}

.u-pb-90 {
  padding-bottom: 5.625rem !important;
}

.u-py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.u-px-90 {
  padding-left: 5.625rem !important;
  padding-right: 5.625rem !important;
}

.u-m-95 {
  margin: 5.9375rem !important;
}

.u-mt-95 {
  margin-top: 5.9375rem !important;
}

.u-ml-95 {
  margin-left: 5.9375rem !important;
}

.u-mr-95 {
  margin-right: 5.9375rem !important;
}

.u-mb-95 {
  margin-bottom: 5.9375rem !important;
}

.u-my-95 {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important;
}

.u-mx-95 {
  margin-left: 5.9375rem !important;
  margin-right: 5.9375rem !important;
}

.u-p-95 {
  padding: 5.9375rem !important;
}

.u-pt-95 {
  padding-top: 5.9375rem !important;
}

.u-pl-95 {
  padding-left: 5.9375rem !important;
}

.u-pr-95 {
  padding-right: 5.9375rem !important;
}

.u-pb-95 {
  padding-bottom: 5.9375rem !important;
}

.u-py-95 {
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important;
}

.u-px-95 {
  padding-left: 5.9375rem !important;
  padding-right: 5.9375rem !important;
}

.u-m-100 {
  margin: 6.25rem !important;
}

.u-mt-100 {
  margin-top: 6.25rem !important;
}

.u-ml-100 {
  margin-left: 6.25rem !important;
}

.u-mr-100 {
  margin-right: 6.25rem !important;
}

.u-mb-100 {
  margin-bottom: 6.25rem !important;
}

.u-my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.u-mx-100 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.u-p-100 {
  padding: 6.25rem !important;
}

.u-pt-100 {
  padding-top: 6.25rem !important;
}

.u-pl-100 {
  padding-left: 6.25rem !important;
}

.u-pr-100 {
  padding-right: 6.25rem !important;
}

.u-pb-100 {
  padding-bottom: 6.25rem !important;
}

.u-py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.u-px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.u-m-105 {
  margin: 6.5625rem !important;
}

.u-mt-105 {
  margin-top: 6.5625rem !important;
}

.u-ml-105 {
  margin-left: 6.5625rem !important;
}

.u-mr-105 {
  margin-right: 6.5625rem !important;
}

.u-mb-105 {
  margin-bottom: 6.5625rem !important;
}

.u-my-105 {
  margin-top: 6.5625rem !important;
  margin-bottom: 6.5625rem !important;
}

.u-mx-105 {
  margin-left: 6.5625rem !important;
  margin-right: 6.5625rem !important;
}

.u-p-105 {
  padding: 6.5625rem !important;
}

.u-pt-105 {
  padding-top: 6.5625rem !important;
}

.u-pl-105 {
  padding-left: 6.5625rem !important;
}

.u-pr-105 {
  padding-right: 6.5625rem !important;
}

.u-pb-105 {
  padding-bottom: 6.5625rem !important;
}

.u-py-105 {
  padding-top: 6.5625rem !important;
  padding-bottom: 6.5625rem !important;
}

.u-px-105 {
  padding-left: 6.5625rem !important;
  padding-right: 6.5625rem !important;
}

.u-m-110 {
  margin: 6.875rem !important;
}

.u-mt-110 {
  margin-top: 6.875rem !important;
}

.u-ml-110 {
  margin-left: 6.875rem !important;
}

.u-mr-110 {
  margin-right: 6.875rem !important;
}

.u-mb-110 {
  margin-bottom: 6.875rem !important;
}

.u-my-110 {
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important;
}

.u-mx-110 {
  margin-left: 6.875rem !important;
  margin-right: 6.875rem !important;
}

.u-p-110 {
  padding: 6.875rem !important;
}

.u-pt-110 {
  padding-top: 6.875rem !important;
}

.u-pl-110 {
  padding-left: 6.875rem !important;
}

.u-pr-110 {
  padding-right: 6.875rem !important;
}

.u-pb-110 {
  padding-bottom: 6.875rem !important;
}

.u-py-110 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}

.u-px-110 {
  padding-left: 6.875rem !important;
  padding-right: 6.875rem !important;
}

.u-m-115 {
  margin: 7.1875rem !important;
}

.u-mt-115 {
  margin-top: 7.1875rem !important;
}

.u-ml-115 {
  margin-left: 7.1875rem !important;
}

.u-mr-115 {
  margin-right: 7.1875rem !important;
}

.u-mb-115 {
  margin-bottom: 7.1875rem !important;
}

.u-my-115 {
  margin-top: 7.1875rem !important;
  margin-bottom: 7.1875rem !important;
}

.u-mx-115 {
  margin-left: 7.1875rem !important;
  margin-right: 7.1875rem !important;
}

.u-p-115 {
  padding: 7.1875rem !important;
}

.u-pt-115 {
  padding-top: 7.1875rem !important;
}

.u-pl-115 {
  padding-left: 7.1875rem !important;
}

.u-pr-115 {
  padding-right: 7.1875rem !important;
}

.u-pb-115 {
  padding-bottom: 7.1875rem !important;
}

.u-py-115 {
  padding-top: 7.1875rem !important;
  padding-bottom: 7.1875rem !important;
}

.u-px-115 {
  padding-left: 7.1875rem !important;
  padding-right: 7.1875rem !important;
}

.u-m-120 {
  margin: 7.5rem !important;
}

.u-mt-120 {
  margin-top: 7.5rem !important;
}

.u-ml-120 {
  margin-left: 7.5rem !important;
}

.u-mr-120 {
  margin-right: 7.5rem !important;
}

.u-mb-120 {
  margin-bottom: 7.5rem !important;
}

.u-my-120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.u-mx-120 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.u-p-120 {
  padding: 7.5rem !important;
}

.u-pt-120 {
  padding-top: 7.5rem !important;
}

.u-pl-120 {
  padding-left: 7.5rem !important;
}

.u-pr-120 {
  padding-right: 7.5rem !important;
}

.u-pb-120 {
  padding-bottom: 7.5rem !important;
}

.u-py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.u-px-120 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.u-m-125 {
  margin: 7.8125rem !important;
}

.u-mt-125 {
  margin-top: 7.8125rem !important;
}

.u-ml-125 {
  margin-left: 7.8125rem !important;
}

.u-mr-125 {
  margin-right: 7.8125rem !important;
}

.u-mb-125 {
  margin-bottom: 7.8125rem !important;
}

.u-my-125 {
  margin-top: 7.8125rem !important;
  margin-bottom: 7.8125rem !important;
}

.u-mx-125 {
  margin-left: 7.8125rem !important;
  margin-right: 7.8125rem !important;
}

.u-p-125 {
  padding: 7.8125rem !important;
}

.u-pt-125 {
  padding-top: 7.8125rem !important;
}

.u-pl-125 {
  padding-left: 7.8125rem !important;
}

.u-pr-125 {
  padding-right: 7.8125rem !important;
}

.u-pb-125 {
  padding-bottom: 7.8125rem !important;
}

.u-py-125 {
  padding-top: 7.8125rem !important;
  padding-bottom: 7.8125rem !important;
}

.u-px-125 {
  padding-left: 7.8125rem !important;
  padding-right: 7.8125rem !important;
}

.u-m-130 {
  margin: 8.125rem !important;
}

.u-mt-130 {
  margin-top: 8.125rem !important;
}

.u-ml-130 {
  margin-left: 8.125rem !important;
}

.u-mr-130 {
  margin-right: 8.125rem !important;
}

.u-mb-130 {
  margin-bottom: 8.125rem !important;
}

.u-my-130 {
  margin-top: 8.125rem !important;
  margin-bottom: 8.125rem !important;
}

.u-mx-130 {
  margin-left: 8.125rem !important;
  margin-right: 8.125rem !important;
}

.u-p-130 {
  padding: 8.125rem !important;
}

.u-pt-130 {
  padding-top: 8.125rem !important;
}

.u-pl-130 {
  padding-left: 8.125rem !important;
}

.u-pr-130 {
  padding-right: 8.125rem !important;
}

.u-pb-130 {
  padding-bottom: 8.125rem !important;
}

.u-py-130 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important;
}

.u-px-130 {
  padding-left: 8.125rem !important;
  padding-right: 8.125rem !important;
}

.u-m-135 {
  margin: 8.4375rem !important;
}

.u-mt-135 {
  margin-top: 8.4375rem !important;
}

.u-ml-135 {
  margin-left: 8.4375rem !important;
}

.u-mr-135 {
  margin-right: 8.4375rem !important;
}

.u-mb-135 {
  margin-bottom: 8.4375rem !important;
}

.u-my-135 {
  margin-top: 8.4375rem !important;
  margin-bottom: 8.4375rem !important;
}

.u-mx-135 {
  margin-left: 8.4375rem !important;
  margin-right: 8.4375rem !important;
}

.u-p-135 {
  padding: 8.4375rem !important;
}

.u-pt-135 {
  padding-top: 8.4375rem !important;
}

.u-pl-135 {
  padding-left: 8.4375rem !important;
}

.u-pr-135 {
  padding-right: 8.4375rem !important;
}

.u-pb-135 {
  padding-bottom: 8.4375rem !important;
}

.u-py-135 {
  padding-top: 8.4375rem !important;
  padding-bottom: 8.4375rem !important;
}

.u-px-135 {
  padding-left: 8.4375rem !important;
  padding-right: 8.4375rem !important;
}

.u-m-140 {
  margin: 8.75rem !important;
}

.u-mt-140 {
  margin-top: 8.75rem !important;
}

.u-ml-140 {
  margin-left: 8.75rem !important;
}

.u-mr-140 {
  margin-right: 8.75rem !important;
}

.u-mb-140 {
  margin-bottom: 8.75rem !important;
}

.u-my-140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.u-mx-140 {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important;
}

.u-p-140 {
  padding: 8.75rem !important;
}

.u-pt-140 {
  padding-top: 8.75rem !important;
}

.u-pl-140 {
  padding-left: 8.75rem !important;
}

.u-pr-140 {
  padding-right: 8.75rem !important;
}

.u-pb-140 {
  padding-bottom: 8.75rem !important;
}

.u-py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.u-px-140 {
  padding-left: 8.75rem !important;
  padding-right: 8.75rem !important;
}

.u-m-145 {
  margin: 9.0625rem !important;
}

.u-mt-145 {
  margin-top: 9.0625rem !important;
}

.u-ml-145 {
  margin-left: 9.0625rem !important;
}

.u-mr-145 {
  margin-right: 9.0625rem !important;
}

.u-mb-145 {
  margin-bottom: 9.0625rem !important;
}

.u-my-145 {
  margin-top: 9.0625rem !important;
  margin-bottom: 9.0625rem !important;
}

.u-mx-145 {
  margin-left: 9.0625rem !important;
  margin-right: 9.0625rem !important;
}

.u-p-145 {
  padding: 9.0625rem !important;
}

.u-pt-145 {
  padding-top: 9.0625rem !important;
}

.u-pl-145 {
  padding-left: 9.0625rem !important;
}

.u-pr-145 {
  padding-right: 9.0625rem !important;
}

.u-pb-145 {
  padding-bottom: 9.0625rem !important;
}

.u-py-145 {
  padding-top: 9.0625rem !important;
  padding-bottom: 9.0625rem !important;
}

.u-px-145 {
  padding-left: 9.0625rem !important;
  padding-right: 9.0625rem !important;
}

.u-m-150 {
  margin: 9.375rem !important;
}

.u-mt-150 {
  margin-top: 9.375rem !important;
}

.u-ml-150 {
  margin-left: 9.375rem !important;
}

.u-mr-150 {
  margin-right: 9.375rem !important;
}

.u-mb-150 {
  margin-bottom: 9.375rem !important;
}

.u-my-150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.u-mx-150 {
  margin-left: 9.375rem !important;
  margin-right: 9.375rem !important;
}

.u-p-150 {
  padding: 9.375rem !important;
}

.u-pt-150 {
  padding-top: 9.375rem !important;
}

.u-pl-150 {
  padding-left: 9.375rem !important;
}

.u-pr-150 {
  padding-right: 9.375rem !important;
}

.u-pb-150 {
  padding-bottom: 9.375rem !important;
}

.u-py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.u-px-150 {
  padding-left: 9.375rem !important;
  padding-right: 9.375rem !important;
}

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

@media (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0rem !important;
  }
  .u-mt-sm-0 {
    margin-top: 0rem !important;
  }
  .u-ml-sm-0 {
    margin-left: 0rem !important;
  }
  .u-mr-sm-0 {
    margin-right: 0rem !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .u-my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .u-p-sm-0 {
    padding: 0rem !important;
  }
  .u-pt-sm-0 {
    padding-top: 0rem !important;
  }
  .u-pl-sm-0 {
    padding-left: 0rem !important;
  }
  .u-pr-sm-0 {
    padding-right: 0rem !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .u-py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-m-sm-5 {
    margin: 0.3125rem !important;
  }
  .u-mt-sm-5 {
    margin-top: 0.3125rem !important;
  }
  .u-ml-sm-5 {
    margin-left: 0.3125rem !important;
  }
  .u-mr-sm-5 {
    margin-right: 0.3125rem !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
  .u-my-sm-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .u-mx-sm-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .u-p-sm-5 {
    padding: 0.3125rem !important;
  }
  .u-pt-sm-5 {
    padding-top: 0.3125rem !important;
  }
  .u-pl-sm-5 {
    padding-left: 0.3125rem !important;
  }
  .u-pr-sm-5 {
    padding-right: 0.3125rem !important;
  }
  .u-pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
  .u-py-sm-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .u-px-sm-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .u-m-sm-10 {
    margin: 0.625rem !important;
  }
  .u-mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .u-ml-sm-10 {
    margin-left: 0.625rem !important;
  }
  .u-mr-sm-10 {
    margin-right: 0.625rem !important;
  }
  .u-mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .u-my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .u-mx-sm-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .u-p-sm-10 {
    padding: 0.625rem !important;
  }
  .u-pt-sm-10 {
    padding-top: 0.625rem !important;
  }
  .u-pl-sm-10 {
    padding-left: 0.625rem !important;
  }
  .u-pr-sm-10 {
    padding-right: 0.625rem !important;
  }
  .u-pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .u-py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .u-px-sm-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .u-m-sm-15 {
    margin: 0.9375rem !important;
  }
  .u-mt-sm-15 {
    margin-top: 0.9375rem !important;
  }
  .u-ml-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .u-mr-sm-15 {
    margin-right: 0.9375rem !important;
  }
  .u-mb-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
  .u-my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .u-mx-sm-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
  .u-p-sm-15 {
    padding: 0.9375rem !important;
  }
  .u-pt-sm-15 {
    padding-top: 0.9375rem !important;
  }
  .u-pl-sm-15 {
    padding-left: 0.9375rem !important;
  }
  .u-pr-sm-15 {
    padding-right: 0.9375rem !important;
  }
  .u-pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
  .u-py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .u-px-sm-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .u-m-sm-20 {
    margin: 1.25rem !important;
  }
  .u-mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .u-ml-sm-20 {
    margin-left: 1.25rem !important;
  }
  .u-mr-sm-20 {
    margin-right: 1.25rem !important;
  }
  .u-mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .u-my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .u-mx-sm-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .u-p-sm-20 {
    padding: 1.25rem !important;
  }
  .u-pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .u-pl-sm-20 {
    padding-left: 1.25rem !important;
  }
  .u-pr-sm-20 {
    padding-right: 1.25rem !important;
  }
  .u-pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .u-py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .u-px-sm-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .u-m-sm-25 {
    margin: 1.5625rem !important;
  }
  .u-mt-sm-25 {
    margin-top: 1.5625rem !important;
  }
  .u-ml-sm-25 {
    margin-left: 1.5625rem !important;
  }
  .u-mr-sm-25 {
    margin-right: 1.5625rem !important;
  }
  .u-mb-sm-25 {
    margin-bottom: 1.5625rem !important;
  }
  .u-my-sm-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .u-mx-sm-25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
  .u-p-sm-25 {
    padding: 1.5625rem !important;
  }
  .u-pt-sm-25 {
    padding-top: 1.5625rem !important;
  }
  .u-pl-sm-25 {
    padding-left: 1.5625rem !important;
  }
  .u-pr-sm-25 {
    padding-right: 1.5625rem !important;
  }
  .u-pb-sm-25 {
    padding-bottom: 1.5625rem !important;
  }
  .u-py-sm-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .u-px-sm-25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
  .u-m-sm-30 {
    margin: 1.875rem !important;
  }
  .u-mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .u-ml-sm-30 {
    margin-left: 1.875rem !important;
  }
  .u-mr-sm-30 {
    margin-right: 1.875rem !important;
  }
  .u-mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .u-my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .u-mx-sm-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .u-p-sm-30 {
    padding: 1.875rem !important;
  }
  .u-pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .u-pl-sm-30 {
    padding-left: 1.875rem !important;
  }
  .u-pr-sm-30 {
    padding-right: 1.875rem !important;
  }
  .u-pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .u-py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .u-px-sm-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .u-m-sm-35 {
    margin: 2.1875rem !important;
  }
  .u-mt-sm-35 {
    margin-top: 2.1875rem !important;
  }
  .u-ml-sm-35 {
    margin-left: 2.1875rem !important;
  }
  .u-mr-sm-35 {
    margin-right: 2.1875rem !important;
  }
  .u-mb-sm-35 {
    margin-bottom: 2.1875rem !important;
  }
  .u-my-sm-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .u-mx-sm-35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }
  .u-p-sm-35 {
    padding: 2.1875rem !important;
  }
  .u-pt-sm-35 {
    padding-top: 2.1875rem !important;
  }
  .u-pl-sm-35 {
    padding-left: 2.1875rem !important;
  }
  .u-pr-sm-35 {
    padding-right: 2.1875rem !important;
  }
  .u-pb-sm-35 {
    padding-bottom: 2.1875rem !important;
  }
  .u-py-sm-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .u-px-sm-35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
  .u-m-sm-40 {
    margin: 2.5rem !important;
  }
  .u-mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .u-ml-sm-40 {
    margin-left: 2.5rem !important;
  }
  .u-mr-sm-40 {
    margin-right: 2.5rem !important;
  }
  .u-mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .u-my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-mx-sm-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .u-p-sm-40 {
    padding: 2.5rem !important;
  }
  .u-pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .u-pl-sm-40 {
    padding-left: 2.5rem !important;
  }
  .u-pr-sm-40 {
    padding-right: 2.5rem !important;
  }
  .u-pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .u-py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-px-sm-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-m-sm-45 {
    margin: 2.8125rem !important;
  }
  .u-mt-sm-45 {
    margin-top: 2.8125rem !important;
  }
  .u-ml-sm-45 {
    margin-left: 2.8125rem !important;
  }
  .u-mr-sm-45 {
    margin-right: 2.8125rem !important;
  }
  .u-mb-sm-45 {
    margin-bottom: 2.8125rem !important;
  }
  .u-my-sm-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .u-mx-sm-45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
  }
  .u-p-sm-45 {
    padding: 2.8125rem !important;
  }
  .u-pt-sm-45 {
    padding-top: 2.8125rem !important;
  }
  .u-pl-sm-45 {
    padding-left: 2.8125rem !important;
  }
  .u-pr-sm-45 {
    padding-right: 2.8125rem !important;
  }
  .u-pb-sm-45 {
    padding-bottom: 2.8125rem !important;
  }
  .u-py-sm-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .u-px-sm-45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  .u-m-sm-50 {
    margin: 3.125rem !important;
  }
  .u-mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .u-ml-sm-50 {
    margin-left: 3.125rem !important;
  }
  .u-mr-sm-50 {
    margin-right: 3.125rem !important;
  }
  .u-mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .u-my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .u-mx-sm-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .u-p-sm-50 {
    padding: 3.125rem !important;
  }
  .u-pt-sm-50 {
    padding-top: 3.125rem !important;
  }
  .u-pl-sm-50 {
    padding-left: 3.125rem !important;
  }
  .u-pr-sm-50 {
    padding-right: 3.125rem !important;
  }
  .u-pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .u-py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .u-px-sm-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .u-m-sm-55 {
    margin: 3.4375rem !important;
  }
  .u-mt-sm-55 {
    margin-top: 3.4375rem !important;
  }
  .u-ml-sm-55 {
    margin-left: 3.4375rem !important;
  }
  .u-mr-sm-55 {
    margin-right: 3.4375rem !important;
  }
  .u-mb-sm-55 {
    margin-bottom: 3.4375rem !important;
  }
  .u-my-sm-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .u-mx-sm-55 {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }
  .u-p-sm-55 {
    padding: 3.4375rem !important;
  }
  .u-pt-sm-55 {
    padding-top: 3.4375rem !important;
  }
  .u-pl-sm-55 {
    padding-left: 3.4375rem !important;
  }
  .u-pr-sm-55 {
    padding-right: 3.4375rem !important;
  }
  .u-pb-sm-55 {
    padding-bottom: 3.4375rem !important;
  }
  .u-py-sm-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .u-px-sm-55 {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }
  .u-m-sm-60 {
    margin: 3.75rem !important;
  }
  .u-mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .u-ml-sm-60 {
    margin-left: 3.75rem !important;
  }
  .u-mr-sm-60 {
    margin-right: 3.75rem !important;
  }
  .u-mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .u-my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .u-mx-sm-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .u-p-sm-60 {
    padding: 3.75rem !important;
  }
  .u-pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .u-pl-sm-60 {
    padding-left: 3.75rem !important;
  }
  .u-pr-sm-60 {
    padding-right: 3.75rem !important;
  }
  .u-pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .u-py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .u-px-sm-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .u-m-sm-65 {
    margin: 4.0625rem !important;
  }
  .u-mt-sm-65 {
    margin-top: 4.0625rem !important;
  }
  .u-ml-sm-65 {
    margin-left: 4.0625rem !important;
  }
  .u-mr-sm-65 {
    margin-right: 4.0625rem !important;
  }
  .u-mb-sm-65 {
    margin-bottom: 4.0625rem !important;
  }
  .u-my-sm-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .u-mx-sm-65 {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important;
  }
  .u-p-sm-65 {
    padding: 4.0625rem !important;
  }
  .u-pt-sm-65 {
    padding-top: 4.0625rem !important;
  }
  .u-pl-sm-65 {
    padding-left: 4.0625rem !important;
  }
  .u-pr-sm-65 {
    padding-right: 4.0625rem !important;
  }
  .u-pb-sm-65 {
    padding-bottom: 4.0625rem !important;
  }
  .u-py-sm-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .u-px-sm-65 {
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important;
  }
  .u-m-sm-70 {
    margin: 4.375rem !important;
  }
  .u-mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .u-ml-sm-70 {
    margin-left: 4.375rem !important;
  }
  .u-mr-sm-70 {
    margin-right: 4.375rem !important;
  }
  .u-mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .u-my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .u-mx-sm-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .u-p-sm-70 {
    padding: 4.375rem !important;
  }
  .u-pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .u-pl-sm-70 {
    padding-left: 4.375rem !important;
  }
  .u-pr-sm-70 {
    padding-right: 4.375rem !important;
  }
  .u-pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .u-py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .u-px-sm-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .u-m-sm-75 {
    margin: 4.6875rem !important;
  }
  .u-mt-sm-75 {
    margin-top: 4.6875rem !important;
  }
  .u-ml-sm-75 {
    margin-left: 4.6875rem !important;
  }
  .u-mr-sm-75 {
    margin-right: 4.6875rem !important;
  }
  .u-mb-sm-75 {
    margin-bottom: 4.6875rem !important;
  }
  .u-my-sm-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .u-mx-sm-75 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important;
  }
  .u-p-sm-75 {
    padding: 4.6875rem !important;
  }
  .u-pt-sm-75 {
    padding-top: 4.6875rem !important;
  }
  .u-pl-sm-75 {
    padding-left: 4.6875rem !important;
  }
  .u-pr-sm-75 {
    padding-right: 4.6875rem !important;
  }
  .u-pb-sm-75 {
    padding-bottom: 4.6875rem !important;
  }
  .u-py-sm-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .u-px-sm-75 {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
  }
  .u-m-sm-80 {
    margin: 5rem !important;
  }
  .u-mt-sm-80 {
    margin-top: 5rem !important;
  }
  .u-ml-sm-80 {
    margin-left: 5rem !important;
  }
  .u-mr-sm-80 {
    margin-right: 5rem !important;
  }
  .u-mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .u-my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-mx-sm-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .u-p-sm-80 {
    padding: 5rem !important;
  }
  .u-pt-sm-80 {
    padding-top: 5rem !important;
  }
  .u-pl-sm-80 {
    padding-left: 5rem !important;
  }
  .u-pr-sm-80 {
    padding-right: 5rem !important;
  }
  .u-pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .u-py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-px-sm-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-m-sm-85 {
    margin: 5.3125rem !important;
  }
  .u-mt-sm-85 {
    margin-top: 5.3125rem !important;
  }
  .u-ml-sm-85 {
    margin-left: 5.3125rem !important;
  }
  .u-mr-sm-85 {
    margin-right: 5.3125rem !important;
  }
  .u-mb-sm-85 {
    margin-bottom: 5.3125rem !important;
  }
  .u-my-sm-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .u-mx-sm-85 {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }
  .u-p-sm-85 {
    padding: 5.3125rem !important;
  }
  .u-pt-sm-85 {
    padding-top: 5.3125rem !important;
  }
  .u-pl-sm-85 {
    padding-left: 5.3125rem !important;
  }
  .u-pr-sm-85 {
    padding-right: 5.3125rem !important;
  }
  .u-pb-sm-85 {
    padding-bottom: 5.3125rem !important;
  }
  .u-py-sm-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .u-px-sm-85 {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }
  .u-m-sm-90 {
    margin: 5.625rem !important;
  }
  .u-mt-sm-90 {
    margin-top: 5.625rem !important;
  }
  .u-ml-sm-90 {
    margin-left: 5.625rem !important;
  }
  .u-mr-sm-90 {
    margin-right: 5.625rem !important;
  }
  .u-mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .u-my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .u-mx-sm-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .u-p-sm-90 {
    padding: 5.625rem !important;
  }
  .u-pt-sm-90 {
    padding-top: 5.625rem !important;
  }
  .u-pl-sm-90 {
    padding-left: 5.625rem !important;
  }
  .u-pr-sm-90 {
    padding-right: 5.625rem !important;
  }
  .u-pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .u-py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .u-px-sm-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .u-m-sm-95 {
    margin: 5.9375rem !important;
  }
  .u-mt-sm-95 {
    margin-top: 5.9375rem !important;
  }
  .u-ml-sm-95 {
    margin-left: 5.9375rem !important;
  }
  .u-mr-sm-95 {
    margin-right: 5.9375rem !important;
  }
  .u-mb-sm-95 {
    margin-bottom: 5.9375rem !important;
  }
  .u-my-sm-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .u-mx-sm-95 {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important;
  }
  .u-p-sm-95 {
    padding: 5.9375rem !important;
  }
  .u-pt-sm-95 {
    padding-top: 5.9375rem !important;
  }
  .u-pl-sm-95 {
    padding-left: 5.9375rem !important;
  }
  .u-pr-sm-95 {
    padding-right: 5.9375rem !important;
  }
  .u-pb-sm-95 {
    padding-bottom: 5.9375rem !important;
  }
  .u-py-sm-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .u-px-sm-95 {
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important;
  }
  .u-m-sm-100 {
    margin: 6.25rem !important;
  }
  .u-mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .u-ml-sm-100 {
    margin-left: 6.25rem !important;
  }
  .u-mr-sm-100 {
    margin-right: 6.25rem !important;
  }
  .u-mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .u-my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .u-mx-sm-100 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .u-p-sm-100 {
    padding: 6.25rem !important;
  }
  .u-pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .u-pl-sm-100 {
    padding-left: 6.25rem !important;
  }
  .u-pr-sm-100 {
    padding-right: 6.25rem !important;
  }
  .u-pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .u-py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .u-px-sm-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .u-m-sm-105 {
    margin: 6.5625rem !important;
  }
  .u-mt-sm-105 {
    margin-top: 6.5625rem !important;
  }
  .u-ml-sm-105 {
    margin-left: 6.5625rem !important;
  }
  .u-mr-sm-105 {
    margin-right: 6.5625rem !important;
  }
  .u-mb-sm-105 {
    margin-bottom: 6.5625rem !important;
  }
  .u-my-sm-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .u-mx-sm-105 {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important;
  }
  .u-p-sm-105 {
    padding: 6.5625rem !important;
  }
  .u-pt-sm-105 {
    padding-top: 6.5625rem !important;
  }
  .u-pl-sm-105 {
    padding-left: 6.5625rem !important;
  }
  .u-pr-sm-105 {
    padding-right: 6.5625rem !important;
  }
  .u-pb-sm-105 {
    padding-bottom: 6.5625rem !important;
  }
  .u-py-sm-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .u-px-sm-105 {
    padding-left: 6.5625rem !important;
    padding-right: 6.5625rem !important;
  }
  .u-m-sm-110 {
    margin: 6.875rem !important;
  }
  .u-mt-sm-110 {
    margin-top: 6.875rem !important;
  }
  .u-ml-sm-110 {
    margin-left: 6.875rem !important;
  }
  .u-mr-sm-110 {
    margin-right: 6.875rem !important;
  }
  .u-mb-sm-110 {
    margin-bottom: 6.875rem !important;
  }
  .u-my-sm-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .u-mx-sm-110 {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important;
  }
  .u-p-sm-110 {
    padding: 6.875rem !important;
  }
  .u-pt-sm-110 {
    padding-top: 6.875rem !important;
  }
  .u-pl-sm-110 {
    padding-left: 6.875rem !important;
  }
  .u-pr-sm-110 {
    padding-right: 6.875rem !important;
  }
  .u-pb-sm-110 {
    padding-bottom: 6.875rem !important;
  }
  .u-py-sm-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .u-px-sm-110 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important;
  }
  .u-m-sm-115 {
    margin: 7.1875rem !important;
  }
  .u-mt-sm-115 {
    margin-top: 7.1875rem !important;
  }
  .u-ml-sm-115 {
    margin-left: 7.1875rem !important;
  }
  .u-mr-sm-115 {
    margin-right: 7.1875rem !important;
  }
  .u-mb-sm-115 {
    margin-bottom: 7.1875rem !important;
  }
  .u-my-sm-115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }
  .u-mx-sm-115 {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important;
  }
  .u-p-sm-115 {
    padding: 7.1875rem !important;
  }
  .u-pt-sm-115 {
    padding-top: 7.1875rem !important;
  }
  .u-pl-sm-115 {
    padding-left: 7.1875rem !important;
  }
  .u-pr-sm-115 {
    padding-right: 7.1875rem !important;
  }
  .u-pb-sm-115 {
    padding-bottom: 7.1875rem !important;
  }
  .u-py-sm-115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }
  .u-px-sm-115 {
    padding-left: 7.1875rem !important;
    padding-right: 7.1875rem !important;
  }
  .u-m-sm-120 {
    margin: 7.5rem !important;
  }
  .u-mt-sm-120 {
    margin-top: 7.5rem !important;
  }
  .u-ml-sm-120 {
    margin-left: 7.5rem !important;
  }
  .u-mr-sm-120 {
    margin-right: 7.5rem !important;
  }
  .u-mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .u-my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-mx-sm-120 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .u-p-sm-120 {
    padding: 7.5rem !important;
  }
  .u-pt-sm-120 {
    padding-top: 7.5rem !important;
  }
  .u-pl-sm-120 {
    padding-left: 7.5rem !important;
  }
  .u-pr-sm-120 {
    padding-right: 7.5rem !important;
  }
  .u-pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .u-py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .u-px-sm-120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .u-m-sm-125 {
    margin: 7.8125rem !important;
  }
  .u-mt-sm-125 {
    margin-top: 7.8125rem !important;
  }
  .u-ml-sm-125 {
    margin-left: 7.8125rem !important;
  }
  .u-mr-sm-125 {
    margin-right: 7.8125rem !important;
  }
  .u-mb-sm-125 {
    margin-bottom: 7.8125rem !important;
  }
  .u-my-sm-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .u-mx-sm-125 {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important;
  }
  .u-p-sm-125 {
    padding: 7.8125rem !important;
  }
  .u-pt-sm-125 {
    padding-top: 7.8125rem !important;
  }
  .u-pl-sm-125 {
    padding-left: 7.8125rem !important;
  }
  .u-pr-sm-125 {
    padding-right: 7.8125rem !important;
  }
  .u-pb-sm-125 {
    padding-bottom: 7.8125rem !important;
  }
  .u-py-sm-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .u-px-sm-125 {
    padding-left: 7.8125rem !important;
    padding-right: 7.8125rem !important;
  }
  .u-m-sm-130 {
    margin: 8.125rem !important;
  }
  .u-mt-sm-130 {
    margin-top: 8.125rem !important;
  }
  .u-ml-sm-130 {
    margin-left: 8.125rem !important;
  }
  .u-mr-sm-130 {
    margin-right: 8.125rem !important;
  }
  .u-mb-sm-130 {
    margin-bottom: 8.125rem !important;
  }
  .u-my-sm-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .u-mx-sm-130 {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important;
  }
  .u-p-sm-130 {
    padding: 8.125rem !important;
  }
  .u-pt-sm-130 {
    padding-top: 8.125rem !important;
  }
  .u-pl-sm-130 {
    padding-left: 8.125rem !important;
  }
  .u-pr-sm-130 {
    padding-right: 8.125rem !important;
  }
  .u-pb-sm-130 {
    padding-bottom: 8.125rem !important;
  }
  .u-py-sm-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .u-px-sm-130 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important;
  }
  .u-m-sm-135 {
    margin: 8.4375rem !important;
  }
  .u-mt-sm-135 {
    margin-top: 8.4375rem !important;
  }
  .u-ml-sm-135 {
    margin-left: 8.4375rem !important;
  }
  .u-mr-sm-135 {
    margin-right: 8.4375rem !important;
  }
  .u-mb-sm-135 {
    margin-bottom: 8.4375rem !important;
  }
  .u-my-sm-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .u-mx-sm-135 {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important;
  }
  .u-p-sm-135 {
    padding: 8.4375rem !important;
  }
  .u-pt-sm-135 {
    padding-top: 8.4375rem !important;
  }
  .u-pl-sm-135 {
    padding-left: 8.4375rem !important;
  }
  .u-pr-sm-135 {
    padding-right: 8.4375rem !important;
  }
  .u-pb-sm-135 {
    padding-bottom: 8.4375rem !important;
  }
  .u-py-sm-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .u-px-sm-135 {
    padding-left: 8.4375rem !important;
    padding-right: 8.4375rem !important;
  }
  .u-m-sm-140 {
    margin: 8.75rem !important;
  }
  .u-mt-sm-140 {
    margin-top: 8.75rem !important;
  }
  .u-ml-sm-140 {
    margin-left: 8.75rem !important;
  }
  .u-mr-sm-140 {
    margin-right: 8.75rem !important;
  }
  .u-mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .u-my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .u-mx-sm-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .u-p-sm-140 {
    padding: 8.75rem !important;
  }
  .u-pt-sm-140 {
    padding-top: 8.75rem !important;
  }
  .u-pl-sm-140 {
    padding-left: 8.75rem !important;
  }
  .u-pr-sm-140 {
    padding-right: 8.75rem !important;
  }
  .u-pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .u-py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .u-px-sm-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .u-m-sm-145 {
    margin: 9.0625rem !important;
  }
  .u-mt-sm-145 {
    margin-top: 9.0625rem !important;
  }
  .u-ml-sm-145 {
    margin-left: 9.0625rem !important;
  }
  .u-mr-sm-145 {
    margin-right: 9.0625rem !important;
  }
  .u-mb-sm-145 {
    margin-bottom: 9.0625rem !important;
  }
  .u-my-sm-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .u-mx-sm-145 {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important;
  }
  .u-p-sm-145 {
    padding: 9.0625rem !important;
  }
  .u-pt-sm-145 {
    padding-top: 9.0625rem !important;
  }
  .u-pl-sm-145 {
    padding-left: 9.0625rem !important;
  }
  .u-pr-sm-145 {
    padding-right: 9.0625rem !important;
  }
  .u-pb-sm-145 {
    padding-bottom: 9.0625rem !important;
  }
  .u-py-sm-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .u-px-sm-145 {
    padding-left: 9.0625rem !important;
    padding-right: 9.0625rem !important;
  }
  .u-m-sm-150 {
    margin: 9.375rem !important;
  }
  .u-mt-sm-150 {
    margin-top: 9.375rem !important;
  }
  .u-ml-sm-150 {
    margin-left: 9.375rem !important;
  }
  .u-mr-sm-150 {
    margin-right: 9.375rem !important;
  }
  .u-mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-mx-sm-150 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
  }
  .u-p-sm-150 {
    padding: 9.375rem !important;
  }
  .u-pt-sm-150 {
    padding-top: 9.375rem !important;
  }
  .u-pl-sm-150 {
    padding-left: 9.375rem !important;
  }
  .u-pr-sm-150 {
    padding-right: 9.375rem !important;
  }
  .u-pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-px-sm-150 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
  .u-ml-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .u-m-md-0 {
    margin: 0rem !important;
  }
  .u-mt-md-0 {
    margin-top: 0rem !important;
  }
  .u-ml-md-0 {
    margin-left: 0rem !important;
  }
  .u-mr-md-0 {
    margin-right: 0rem !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .u-my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .u-p-md-0 {
    padding: 0rem !important;
  }
  .u-pt-md-0 {
    padding-top: 0rem !important;
  }
  .u-pl-md-0 {
    padding-left: 0rem !important;
  }
  .u-pr-md-0 {
    padding-right: 0rem !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .u-py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-m-md-5 {
    margin: 0.3125rem !important;
  }
  .u-mt-md-5 {
    margin-top: 0.3125rem !important;
  }
  .u-ml-md-5 {
    margin-left: 0.3125rem !important;
  }
  .u-mr-md-5 {
    margin-right: 0.3125rem !important;
  }
  .u-mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }
  .u-my-md-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .u-mx-md-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .u-p-md-5 {
    padding: 0.3125rem !important;
  }
  .u-pt-md-5 {
    padding-top: 0.3125rem !important;
  }
  .u-pl-md-5 {
    padding-left: 0.3125rem !important;
  }
  .u-pr-md-5 {
    padding-right: 0.3125rem !important;
  }
  .u-pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }
  .u-py-md-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .u-px-md-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .u-m-md-10 {
    margin: 0.625rem !important;
  }
  .u-mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .u-ml-md-10 {
    margin-left: 0.625rem !important;
  }
  .u-mr-md-10 {
    margin-right: 0.625rem !important;
  }
  .u-mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .u-my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .u-mx-md-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .u-p-md-10 {
    padding: 0.625rem !important;
  }
  .u-pt-md-10 {
    padding-top: 0.625rem !important;
  }
  .u-pl-md-10 {
    padding-left: 0.625rem !important;
  }
  .u-pr-md-10 {
    padding-right: 0.625rem !important;
  }
  .u-pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .u-py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .u-px-md-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .u-m-md-15 {
    margin: 0.9375rem !important;
  }
  .u-mt-md-15 {
    margin-top: 0.9375rem !important;
  }
  .u-ml-md-15 {
    margin-left: 0.9375rem !important;
  }
  .u-mr-md-15 {
    margin-right: 0.9375rem !important;
  }
  .u-mb-md-15 {
    margin-bottom: 0.9375rem !important;
  }
  .u-my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .u-mx-md-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
  .u-p-md-15 {
    padding: 0.9375rem !important;
  }
  .u-pt-md-15 {
    padding-top: 0.9375rem !important;
  }
  .u-pl-md-15 {
    padding-left: 0.9375rem !important;
  }
  .u-pr-md-15 {
    padding-right: 0.9375rem !important;
  }
  .u-pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }
  .u-py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .u-px-md-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .u-m-md-20 {
    margin: 1.25rem !important;
  }
  .u-mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .u-ml-md-20 {
    margin-left: 1.25rem !important;
  }
  .u-mr-md-20 {
    margin-right: 1.25rem !important;
  }
  .u-mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .u-my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .u-mx-md-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .u-p-md-20 {
    padding: 1.25rem !important;
  }
  .u-pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .u-pl-md-20 {
    padding-left: 1.25rem !important;
  }
  .u-pr-md-20 {
    padding-right: 1.25rem !important;
  }
  .u-pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .u-py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .u-px-md-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .u-m-md-25 {
    margin: 1.5625rem !important;
  }
  .u-mt-md-25 {
    margin-top: 1.5625rem !important;
  }
  .u-ml-md-25 {
    margin-left: 1.5625rem !important;
  }
  .u-mr-md-25 {
    margin-right: 1.5625rem !important;
  }
  .u-mb-md-25 {
    margin-bottom: 1.5625rem !important;
  }
  .u-my-md-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .u-mx-md-25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
  .u-p-md-25 {
    padding: 1.5625rem !important;
  }
  .u-pt-md-25 {
    padding-top: 1.5625rem !important;
  }
  .u-pl-md-25 {
    padding-left: 1.5625rem !important;
  }
  .u-pr-md-25 {
    padding-right: 1.5625rem !important;
  }
  .u-pb-md-25 {
    padding-bottom: 1.5625rem !important;
  }
  .u-py-md-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .u-px-md-25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
  .u-m-md-30 {
    margin: 1.875rem !important;
  }
  .u-mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .u-ml-md-30 {
    margin-left: 1.875rem !important;
  }
  .u-mr-md-30 {
    margin-right: 1.875rem !important;
  }
  .u-mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .u-my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .u-mx-md-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .u-p-md-30 {
    padding: 1.875rem !important;
  }
  .u-pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .u-pl-md-30 {
    padding-left: 1.875rem !important;
  }
  .u-pr-md-30 {
    padding-right: 1.875rem !important;
  }
  .u-pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .u-py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .u-px-md-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .u-m-md-35 {
    margin: 2.1875rem !important;
  }
  .u-mt-md-35 {
    margin-top: 2.1875rem !important;
  }
  .u-ml-md-35 {
    margin-left: 2.1875rem !important;
  }
  .u-mr-md-35 {
    margin-right: 2.1875rem !important;
  }
  .u-mb-md-35 {
    margin-bottom: 2.1875rem !important;
  }
  .u-my-md-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .u-mx-md-35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }
  .u-p-md-35 {
    padding: 2.1875rem !important;
  }
  .u-pt-md-35 {
    padding-top: 2.1875rem !important;
  }
  .u-pl-md-35 {
    padding-left: 2.1875rem !important;
  }
  .u-pr-md-35 {
    padding-right: 2.1875rem !important;
  }
  .u-pb-md-35 {
    padding-bottom: 2.1875rem !important;
  }
  .u-py-md-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .u-px-md-35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
  .u-m-md-40 {
    margin: 2.5rem !important;
  }
  .u-mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .u-ml-md-40 {
    margin-left: 2.5rem !important;
  }
  .u-mr-md-40 {
    margin-right: 2.5rem !important;
  }
  .u-mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .u-my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-mx-md-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .u-p-md-40 {
    padding: 2.5rem !important;
  }
  .u-pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .u-pl-md-40 {
    padding-left: 2.5rem !important;
  }
  .u-pr-md-40 {
    padding-right: 2.5rem !important;
  }
  .u-pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .u-py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-px-md-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-m-md-45 {
    margin: 2.8125rem !important;
  }
  .u-mt-md-45 {
    margin-top: 2.8125rem !important;
  }
  .u-ml-md-45 {
    margin-left: 2.8125rem !important;
  }
  .u-mr-md-45 {
    margin-right: 2.8125rem !important;
  }
  .u-mb-md-45 {
    margin-bottom: 2.8125rem !important;
  }
  .u-my-md-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .u-mx-md-45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
  }
  .u-p-md-45 {
    padding: 2.8125rem !important;
  }
  .u-pt-md-45 {
    padding-top: 2.8125rem !important;
  }
  .u-pl-md-45 {
    padding-left: 2.8125rem !important;
  }
  .u-pr-md-45 {
    padding-right: 2.8125rem !important;
  }
  .u-pb-md-45 {
    padding-bottom: 2.8125rem !important;
  }
  .u-py-md-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .u-px-md-45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  .u-m-md-50 {
    margin: 3.125rem !important;
  }
  .u-mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .u-ml-md-50 {
    margin-left: 3.125rem !important;
  }
  .u-mr-md-50 {
    margin-right: 3.125rem !important;
  }
  .u-mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .u-my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .u-mx-md-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .u-p-md-50 {
    padding: 3.125rem !important;
  }
  .u-pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .u-pl-md-50 {
    padding-left: 3.125rem !important;
  }
  .u-pr-md-50 {
    padding-right: 3.125rem !important;
  }
  .u-pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .u-py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .u-px-md-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .u-m-md-55 {
    margin: 3.4375rem !important;
  }
  .u-mt-md-55 {
    margin-top: 3.4375rem !important;
  }
  .u-ml-md-55 {
    margin-left: 3.4375rem !important;
  }
  .u-mr-md-55 {
    margin-right: 3.4375rem !important;
  }
  .u-mb-md-55 {
    margin-bottom: 3.4375rem !important;
  }
  .u-my-md-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .u-mx-md-55 {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }
  .u-p-md-55 {
    padding: 3.4375rem !important;
  }
  .u-pt-md-55 {
    padding-top: 3.4375rem !important;
  }
  .u-pl-md-55 {
    padding-left: 3.4375rem !important;
  }
  .u-pr-md-55 {
    padding-right: 3.4375rem !important;
  }
  .u-pb-md-55 {
    padding-bottom: 3.4375rem !important;
  }
  .u-py-md-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .u-px-md-55 {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }
  .u-m-md-60 {
    margin: 3.75rem !important;
  }
  .u-mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .u-ml-md-60 {
    margin-left: 3.75rem !important;
  }
  .u-mr-md-60 {
    margin-right: 3.75rem !important;
  }
  .u-mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .u-my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .u-mx-md-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .u-p-md-60 {
    padding: 3.75rem !important;
  }
  .u-pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .u-pl-md-60 {
    padding-left: 3.75rem !important;
  }
  .u-pr-md-60 {
    padding-right: 3.75rem !important;
  }
  .u-pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .u-py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .u-px-md-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .u-m-md-65 {
    margin: 4.0625rem !important;
  }
  .u-mt-md-65 {
    margin-top: 4.0625rem !important;
  }
  .u-ml-md-65 {
    margin-left: 4.0625rem !important;
  }
  .u-mr-md-65 {
    margin-right: 4.0625rem !important;
  }
  .u-mb-md-65 {
    margin-bottom: 4.0625rem !important;
  }
  .u-my-md-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .u-mx-md-65 {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important;
  }
  .u-p-md-65 {
    padding: 4.0625rem !important;
  }
  .u-pt-md-65 {
    padding-top: 4.0625rem !important;
  }
  .u-pl-md-65 {
    padding-left: 4.0625rem !important;
  }
  .u-pr-md-65 {
    padding-right: 4.0625rem !important;
  }
  .u-pb-md-65 {
    padding-bottom: 4.0625rem !important;
  }
  .u-py-md-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .u-px-md-65 {
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important;
  }
  .u-m-md-70 {
    margin: 4.375rem !important;
  }
  .u-mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .u-ml-md-70 {
    margin-left: 4.375rem !important;
  }
  .u-mr-md-70 {
    margin-right: 4.375rem !important;
  }
  .u-mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .u-my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .u-mx-md-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .u-p-md-70 {
    padding: 4.375rem !important;
  }
  .u-pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .u-pl-md-70 {
    padding-left: 4.375rem !important;
  }
  .u-pr-md-70 {
    padding-right: 4.375rem !important;
  }
  .u-pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .u-py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .u-px-md-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .u-m-md-75 {
    margin: 4.6875rem !important;
  }
  .u-mt-md-75 {
    margin-top: 4.6875rem !important;
  }
  .u-ml-md-75 {
    margin-left: 4.6875rem !important;
  }
  .u-mr-md-75 {
    margin-right: 4.6875rem !important;
  }
  .u-mb-md-75 {
    margin-bottom: 4.6875rem !important;
  }
  .u-my-md-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .u-mx-md-75 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important;
  }
  .u-p-md-75 {
    padding: 4.6875rem !important;
  }
  .u-pt-md-75 {
    padding-top: 4.6875rem !important;
  }
  .u-pl-md-75 {
    padding-left: 4.6875rem !important;
  }
  .u-pr-md-75 {
    padding-right: 4.6875rem !important;
  }
  .u-pb-md-75 {
    padding-bottom: 4.6875rem !important;
  }
  .u-py-md-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .u-px-md-75 {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
  }
  .u-m-md-80 {
    margin: 5rem !important;
  }
  .u-mt-md-80 {
    margin-top: 5rem !important;
  }
  .u-ml-md-80 {
    margin-left: 5rem !important;
  }
  .u-mr-md-80 {
    margin-right: 5rem !important;
  }
  .u-mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .u-my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-mx-md-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .u-p-md-80 {
    padding: 5rem !important;
  }
  .u-pt-md-80 {
    padding-top: 5rem !important;
  }
  .u-pl-md-80 {
    padding-left: 5rem !important;
  }
  .u-pr-md-80 {
    padding-right: 5rem !important;
  }
  .u-pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .u-py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-px-md-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-m-md-85 {
    margin: 5.3125rem !important;
  }
  .u-mt-md-85 {
    margin-top: 5.3125rem !important;
  }
  .u-ml-md-85 {
    margin-left: 5.3125rem !important;
  }
  .u-mr-md-85 {
    margin-right: 5.3125rem !important;
  }
  .u-mb-md-85 {
    margin-bottom: 5.3125rem !important;
  }
  .u-my-md-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .u-mx-md-85 {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }
  .u-p-md-85 {
    padding: 5.3125rem !important;
  }
  .u-pt-md-85 {
    padding-top: 5.3125rem !important;
  }
  .u-pl-md-85 {
    padding-left: 5.3125rem !important;
  }
  .u-pr-md-85 {
    padding-right: 5.3125rem !important;
  }
  .u-pb-md-85 {
    padding-bottom: 5.3125rem !important;
  }
  .u-py-md-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .u-px-md-85 {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }
  .u-m-md-90 {
    margin: 5.625rem !important;
  }
  .u-mt-md-90 {
    margin-top: 5.625rem !important;
  }
  .u-ml-md-90 {
    margin-left: 5.625rem !important;
  }
  .u-mr-md-90 {
    margin-right: 5.625rem !important;
  }
  .u-mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .u-my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .u-mx-md-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .u-p-md-90 {
    padding: 5.625rem !important;
  }
  .u-pt-md-90 {
    padding-top: 5.625rem !important;
  }
  .u-pl-md-90 {
    padding-left: 5.625rem !important;
  }
  .u-pr-md-90 {
    padding-right: 5.625rem !important;
  }
  .u-pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .u-py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .u-px-md-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .u-m-md-95 {
    margin: 5.9375rem !important;
  }
  .u-mt-md-95 {
    margin-top: 5.9375rem !important;
  }
  .u-ml-md-95 {
    margin-left: 5.9375rem !important;
  }
  .u-mr-md-95 {
    margin-right: 5.9375rem !important;
  }
  .u-mb-md-95 {
    margin-bottom: 5.9375rem !important;
  }
  .u-my-md-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .u-mx-md-95 {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important;
  }
  .u-p-md-95 {
    padding: 5.9375rem !important;
  }
  .u-pt-md-95 {
    padding-top: 5.9375rem !important;
  }
  .u-pl-md-95 {
    padding-left: 5.9375rem !important;
  }
  .u-pr-md-95 {
    padding-right: 5.9375rem !important;
  }
  .u-pb-md-95 {
    padding-bottom: 5.9375rem !important;
  }
  .u-py-md-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .u-px-md-95 {
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important;
  }
  .u-m-md-100 {
    margin: 6.25rem !important;
  }
  .u-mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .u-ml-md-100 {
    margin-left: 6.25rem !important;
  }
  .u-mr-md-100 {
    margin-right: 6.25rem !important;
  }
  .u-mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .u-my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .u-mx-md-100 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .u-p-md-100 {
    padding: 6.25rem !important;
  }
  .u-pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .u-pl-md-100 {
    padding-left: 6.25rem !important;
  }
  .u-pr-md-100 {
    padding-right: 6.25rem !important;
  }
  .u-pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .u-py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .u-px-md-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .u-m-md-105 {
    margin: 6.5625rem !important;
  }
  .u-mt-md-105 {
    margin-top: 6.5625rem !important;
  }
  .u-ml-md-105 {
    margin-left: 6.5625rem !important;
  }
  .u-mr-md-105 {
    margin-right: 6.5625rem !important;
  }
  .u-mb-md-105 {
    margin-bottom: 6.5625rem !important;
  }
  .u-my-md-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .u-mx-md-105 {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important;
  }
  .u-p-md-105 {
    padding: 6.5625rem !important;
  }
  .u-pt-md-105 {
    padding-top: 6.5625rem !important;
  }
  .u-pl-md-105 {
    padding-left: 6.5625rem !important;
  }
  .u-pr-md-105 {
    padding-right: 6.5625rem !important;
  }
  .u-pb-md-105 {
    padding-bottom: 6.5625rem !important;
  }
  .u-py-md-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .u-px-md-105 {
    padding-left: 6.5625rem !important;
    padding-right: 6.5625rem !important;
  }
  .u-m-md-110 {
    margin: 6.875rem !important;
  }
  .u-mt-md-110 {
    margin-top: 6.875rem !important;
  }
  .u-ml-md-110 {
    margin-left: 6.875rem !important;
  }
  .u-mr-md-110 {
    margin-right: 6.875rem !important;
  }
  .u-mb-md-110 {
    margin-bottom: 6.875rem !important;
  }
  .u-my-md-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .u-mx-md-110 {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important;
  }
  .u-p-md-110 {
    padding: 6.875rem !important;
  }
  .u-pt-md-110 {
    padding-top: 6.875rem !important;
  }
  .u-pl-md-110 {
    padding-left: 6.875rem !important;
  }
  .u-pr-md-110 {
    padding-right: 6.875rem !important;
  }
  .u-pb-md-110 {
    padding-bottom: 6.875rem !important;
  }
  .u-py-md-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .u-px-md-110 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important;
  }
  .u-m-md-115 {
    margin: 7.1875rem !important;
  }
  .u-mt-md-115 {
    margin-top: 7.1875rem !important;
  }
  .u-ml-md-115 {
    margin-left: 7.1875rem !important;
  }
  .u-mr-md-115 {
    margin-right: 7.1875rem !important;
  }
  .u-mb-md-115 {
    margin-bottom: 7.1875rem !important;
  }
  .u-my-md-115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }
  .u-mx-md-115 {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important;
  }
  .u-p-md-115 {
    padding: 7.1875rem !important;
  }
  .u-pt-md-115 {
    padding-top: 7.1875rem !important;
  }
  .u-pl-md-115 {
    padding-left: 7.1875rem !important;
  }
  .u-pr-md-115 {
    padding-right: 7.1875rem !important;
  }
  .u-pb-md-115 {
    padding-bottom: 7.1875rem !important;
  }
  .u-py-md-115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }
  .u-px-md-115 {
    padding-left: 7.1875rem !important;
    padding-right: 7.1875rem !important;
  }
  .u-m-md-120 {
    margin: 7.5rem !important;
  }
  .u-mt-md-120 {
    margin-top: 7.5rem !important;
  }
  .u-ml-md-120 {
    margin-left: 7.5rem !important;
  }
  .u-mr-md-120 {
    margin-right: 7.5rem !important;
  }
  .u-mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .u-my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-mx-md-120 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .u-p-md-120 {
    padding: 7.5rem !important;
  }
  .u-pt-md-120 {
    padding-top: 7.5rem !important;
  }
  .u-pl-md-120 {
    padding-left: 7.5rem !important;
  }
  .u-pr-md-120 {
    padding-right: 7.5rem !important;
  }
  .u-pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .u-py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .u-px-md-120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .u-m-md-125 {
    margin: 7.8125rem !important;
  }
  .u-mt-md-125 {
    margin-top: 7.8125rem !important;
  }
  .u-ml-md-125 {
    margin-left: 7.8125rem !important;
  }
  .u-mr-md-125 {
    margin-right: 7.8125rem !important;
  }
  .u-mb-md-125 {
    margin-bottom: 7.8125rem !important;
  }
  .u-my-md-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .u-mx-md-125 {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important;
  }
  .u-p-md-125 {
    padding: 7.8125rem !important;
  }
  .u-pt-md-125 {
    padding-top: 7.8125rem !important;
  }
  .u-pl-md-125 {
    padding-left: 7.8125rem !important;
  }
  .u-pr-md-125 {
    padding-right: 7.8125rem !important;
  }
  .u-pb-md-125 {
    padding-bottom: 7.8125rem !important;
  }
  .u-py-md-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .u-px-md-125 {
    padding-left: 7.8125rem !important;
    padding-right: 7.8125rem !important;
  }
  .u-m-md-130 {
    margin: 8.125rem !important;
  }
  .u-mt-md-130 {
    margin-top: 8.125rem !important;
  }
  .u-ml-md-130 {
    margin-left: 8.125rem !important;
  }
  .u-mr-md-130 {
    margin-right: 8.125rem !important;
  }
  .u-mb-md-130 {
    margin-bottom: 8.125rem !important;
  }
  .u-my-md-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .u-mx-md-130 {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important;
  }
  .u-p-md-130 {
    padding: 8.125rem !important;
  }
  .u-pt-md-130 {
    padding-top: 8.125rem !important;
  }
  .u-pl-md-130 {
    padding-left: 8.125rem !important;
  }
  .u-pr-md-130 {
    padding-right: 8.125rem !important;
  }
  .u-pb-md-130 {
    padding-bottom: 8.125rem !important;
  }
  .u-py-md-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .u-px-md-130 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important;
  }
  .u-m-md-135 {
    margin: 8.4375rem !important;
  }
  .u-mt-md-135 {
    margin-top: 8.4375rem !important;
  }
  .u-ml-md-135 {
    margin-left: 8.4375rem !important;
  }
  .u-mr-md-135 {
    margin-right: 8.4375rem !important;
  }
  .u-mb-md-135 {
    margin-bottom: 8.4375rem !important;
  }
  .u-my-md-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .u-mx-md-135 {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important;
  }
  .u-p-md-135 {
    padding: 8.4375rem !important;
  }
  .u-pt-md-135 {
    padding-top: 8.4375rem !important;
  }
  .u-pl-md-135 {
    padding-left: 8.4375rem !important;
  }
  .u-pr-md-135 {
    padding-right: 8.4375rem !important;
  }
  .u-pb-md-135 {
    padding-bottom: 8.4375rem !important;
  }
  .u-py-md-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .u-px-md-135 {
    padding-left: 8.4375rem !important;
    padding-right: 8.4375rem !important;
  }
  .u-m-md-140 {
    margin: 8.75rem !important;
  }
  .u-mt-md-140 {
    margin-top: 8.75rem !important;
  }
  .u-ml-md-140 {
    margin-left: 8.75rem !important;
  }
  .u-mr-md-140 {
    margin-right: 8.75rem !important;
  }
  .u-mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .u-my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .u-mx-md-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .u-p-md-140 {
    padding: 8.75rem !important;
  }
  .u-pt-md-140 {
    padding-top: 8.75rem !important;
  }
  .u-pl-md-140 {
    padding-left: 8.75rem !important;
  }
  .u-pr-md-140 {
    padding-right: 8.75rem !important;
  }
  .u-pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .u-py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .u-px-md-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .u-m-md-145 {
    margin: 9.0625rem !important;
  }
  .u-mt-md-145 {
    margin-top: 9.0625rem !important;
  }
  .u-ml-md-145 {
    margin-left: 9.0625rem !important;
  }
  .u-mr-md-145 {
    margin-right: 9.0625rem !important;
  }
  .u-mb-md-145 {
    margin-bottom: 9.0625rem !important;
  }
  .u-my-md-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .u-mx-md-145 {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important;
  }
  .u-p-md-145 {
    padding: 9.0625rem !important;
  }
  .u-pt-md-145 {
    padding-top: 9.0625rem !important;
  }
  .u-pl-md-145 {
    padding-left: 9.0625rem !important;
  }
  .u-pr-md-145 {
    padding-right: 9.0625rem !important;
  }
  .u-pb-md-145 {
    padding-bottom: 9.0625rem !important;
  }
  .u-py-md-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .u-px-md-145 {
    padding-left: 9.0625rem !important;
    padding-right: 9.0625rem !important;
  }
  .u-m-md-150 {
    margin: 9.375rem !important;
  }
  .u-mt-md-150 {
    margin-top: 9.375rem !important;
  }
  .u-ml-md-150 {
    margin-left: 9.375rem !important;
  }
  .u-mr-md-150 {
    margin-right: 9.375rem !important;
  }
  .u-mb-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-mx-md-150 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
  }
  .u-p-md-150 {
    padding: 9.375rem !important;
  }
  .u-pt-md-150 {
    padding-top: 9.375rem !important;
  }
  .u-pl-md-150 {
    padding-left: 9.375rem !important;
  }
  .u-pr-md-150 {
    padding-right: 9.375rem !important;
  }
  .u-pb-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-px-md-150 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
  .u-ml-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0rem !important;
  }
  .u-mt-lg-0 {
    margin-top: 0rem !important;
  }
  .u-ml-lg-0 {
    margin-left: 0rem !important;
  }
  .u-mr-lg-0 {
    margin-right: 0rem !important;
  }
  .u-mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .u-my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .u-p-lg-0 {
    padding: 0rem !important;
  }
  .u-pt-lg-0 {
    padding-top: 0rem !important;
  }
  .u-pl-lg-0 {
    padding-left: 0rem !important;
  }
  .u-pr-lg-0 {
    padding-right: 0rem !important;
  }
  .u-pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .u-py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-m-lg-5 {
    margin: 0.3125rem !important;
  }
  .u-mt-lg-5 {
    margin-top: 0.3125rem !important;
  }
  .u-ml-lg-5 {
    margin-left: 0.3125rem !important;
  }
  .u-mr-lg-5 {
    margin-right: 0.3125rem !important;
  }
  .u-mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
  .u-my-lg-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .u-mx-lg-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .u-p-lg-5 {
    padding: 0.3125rem !important;
  }
  .u-pt-lg-5 {
    padding-top: 0.3125rem !important;
  }
  .u-pl-lg-5 {
    padding-left: 0.3125rem !important;
  }
  .u-pr-lg-5 {
    padding-right: 0.3125rem !important;
  }
  .u-pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
  .u-py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .u-px-lg-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .u-m-lg-10 {
    margin: 0.625rem !important;
  }
  .u-mt-lg-10 {
    margin-top: 0.625rem !important;
  }
  .u-ml-lg-10 {
    margin-left: 0.625rem !important;
  }
  .u-mr-lg-10 {
    margin-right: 0.625rem !important;
  }
  .u-mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .u-my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .u-mx-lg-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .u-p-lg-10 {
    padding: 0.625rem !important;
  }
  .u-pt-lg-10 {
    padding-top: 0.625rem !important;
  }
  .u-pl-lg-10 {
    padding-left: 0.625rem !important;
  }
  .u-pr-lg-10 {
    padding-right: 0.625rem !important;
  }
  .u-pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .u-py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .u-px-lg-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .u-m-lg-15 {
    margin: 0.9375rem !important;
  }
  .u-mt-lg-15 {
    margin-top: 0.9375rem !important;
  }
  .u-ml-lg-15 {
    margin-left: 0.9375rem !important;
  }
  .u-mr-lg-15 {
    margin-right: 0.9375rem !important;
  }
  .u-mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
  .u-my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .u-mx-lg-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
  .u-p-lg-15 {
    padding: 0.9375rem !important;
  }
  .u-pt-lg-15 {
    padding-top: 0.9375rem !important;
  }
  .u-pl-lg-15 {
    padding-left: 0.9375rem !important;
  }
  .u-pr-lg-15 {
    padding-right: 0.9375rem !important;
  }
  .u-pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
  .u-py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .u-px-lg-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .u-m-lg-20 {
    margin: 1.25rem !important;
  }
  .u-mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .u-ml-lg-20 {
    margin-left: 1.25rem !important;
  }
  .u-mr-lg-20 {
    margin-right: 1.25rem !important;
  }
  .u-mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .u-my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .u-mx-lg-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .u-p-lg-20 {
    padding: 1.25rem !important;
  }
  .u-pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .u-pl-lg-20 {
    padding-left: 1.25rem !important;
  }
  .u-pr-lg-20 {
    padding-right: 1.25rem !important;
  }
  .u-pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .u-py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .u-px-lg-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .u-m-lg-25 {
    margin: 1.5625rem !important;
  }
  .u-mt-lg-25 {
    margin-top: 1.5625rem !important;
  }
  .u-ml-lg-25 {
    margin-left: 1.5625rem !important;
  }
  .u-mr-lg-25 {
    margin-right: 1.5625rem !important;
  }
  .u-mb-lg-25 {
    margin-bottom: 1.5625rem !important;
  }
  .u-my-lg-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .u-mx-lg-25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
  .u-p-lg-25 {
    padding: 1.5625rem !important;
  }
  .u-pt-lg-25 {
    padding-top: 1.5625rem !important;
  }
  .u-pl-lg-25 {
    padding-left: 1.5625rem !important;
  }
  .u-pr-lg-25 {
    padding-right: 1.5625rem !important;
  }
  .u-pb-lg-25 {
    padding-bottom: 1.5625rem !important;
  }
  .u-py-lg-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .u-px-lg-25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
  .u-m-lg-30 {
    margin: 1.875rem !important;
  }
  .u-mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .u-ml-lg-30 {
    margin-left: 1.875rem !important;
  }
  .u-mr-lg-30 {
    margin-right: 1.875rem !important;
  }
  .u-mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .u-my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .u-mx-lg-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .u-p-lg-30 {
    padding: 1.875rem !important;
  }
  .u-pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .u-pl-lg-30 {
    padding-left: 1.875rem !important;
  }
  .u-pr-lg-30 {
    padding-right: 1.875rem !important;
  }
  .u-pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .u-py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .u-px-lg-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .u-m-lg-35 {
    margin: 2.1875rem !important;
  }
  .u-mt-lg-35 {
    margin-top: 2.1875rem !important;
  }
  .u-ml-lg-35 {
    margin-left: 2.1875rem !important;
  }
  .u-mr-lg-35 {
    margin-right: 2.1875rem !important;
  }
  .u-mb-lg-35 {
    margin-bottom: 2.1875rem !important;
  }
  .u-my-lg-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .u-mx-lg-35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }
  .u-p-lg-35 {
    padding: 2.1875rem !important;
  }
  .u-pt-lg-35 {
    padding-top: 2.1875rem !important;
  }
  .u-pl-lg-35 {
    padding-left: 2.1875rem !important;
  }
  .u-pr-lg-35 {
    padding-right: 2.1875rem !important;
  }
  .u-pb-lg-35 {
    padding-bottom: 2.1875rem !important;
  }
  .u-py-lg-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .u-px-lg-35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
  .u-m-lg-40 {
    margin: 2.5rem !important;
  }
  .u-mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .u-ml-lg-40 {
    margin-left: 2.5rem !important;
  }
  .u-mr-lg-40 {
    margin-right: 2.5rem !important;
  }
  .u-mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .u-my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-mx-lg-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .u-p-lg-40 {
    padding: 2.5rem !important;
  }
  .u-pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .u-pl-lg-40 {
    padding-left: 2.5rem !important;
  }
  .u-pr-lg-40 {
    padding-right: 2.5rem !important;
  }
  .u-pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .u-py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-px-lg-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-m-lg-45 {
    margin: 2.8125rem !important;
  }
  .u-mt-lg-45 {
    margin-top: 2.8125rem !important;
  }
  .u-ml-lg-45 {
    margin-left: 2.8125rem !important;
  }
  .u-mr-lg-45 {
    margin-right: 2.8125rem !important;
  }
  .u-mb-lg-45 {
    margin-bottom: 2.8125rem !important;
  }
  .u-my-lg-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .u-mx-lg-45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
  }
  .u-p-lg-45 {
    padding: 2.8125rem !important;
  }
  .u-pt-lg-45 {
    padding-top: 2.8125rem !important;
  }
  .u-pl-lg-45 {
    padding-left: 2.8125rem !important;
  }
  .u-pr-lg-45 {
    padding-right: 2.8125rem !important;
  }
  .u-pb-lg-45 {
    padding-bottom: 2.8125rem !important;
  }
  .u-py-lg-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .u-px-lg-45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  .u-m-lg-50 {
    margin: 3.125rem !important;
  }
  .u-mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .u-ml-lg-50 {
    margin-left: 3.125rem !important;
  }
  .u-mr-lg-50 {
    margin-right: 3.125rem !important;
  }
  .u-mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .u-my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .u-mx-lg-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .u-p-lg-50 {
    padding: 3.125rem !important;
  }
  .u-pt-lg-50 {
    padding-top: 3.125rem !important;
  }
  .u-pl-lg-50 {
    padding-left: 3.125rem !important;
  }
  .u-pr-lg-50 {
    padding-right: 3.125rem !important;
  }
  .u-pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .u-py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .u-px-lg-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .u-m-lg-55 {
    margin: 3.4375rem !important;
  }
  .u-mt-lg-55 {
    margin-top: 3.4375rem !important;
  }
  .u-ml-lg-55 {
    margin-left: 3.4375rem !important;
  }
  .u-mr-lg-55 {
    margin-right: 3.4375rem !important;
  }
  .u-mb-lg-55 {
    margin-bottom: 3.4375rem !important;
  }
  .u-my-lg-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .u-mx-lg-55 {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }
  .u-p-lg-55 {
    padding: 3.4375rem !important;
  }
  .u-pt-lg-55 {
    padding-top: 3.4375rem !important;
  }
  .u-pl-lg-55 {
    padding-left: 3.4375rem !important;
  }
  .u-pr-lg-55 {
    padding-right: 3.4375rem !important;
  }
  .u-pb-lg-55 {
    padding-bottom: 3.4375rem !important;
  }
  .u-py-lg-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .u-px-lg-55 {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }
  .u-m-lg-60 {
    margin: 3.75rem !important;
  }
  .u-mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .u-ml-lg-60 {
    margin-left: 3.75rem !important;
  }
  .u-mr-lg-60 {
    margin-right: 3.75rem !important;
  }
  .u-mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .u-my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .u-mx-lg-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .u-p-lg-60 {
    padding: 3.75rem !important;
  }
  .u-pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .u-pl-lg-60 {
    padding-left: 3.75rem !important;
  }
  .u-pr-lg-60 {
    padding-right: 3.75rem !important;
  }
  .u-pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .u-py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .u-px-lg-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .u-m-lg-65 {
    margin: 4.0625rem !important;
  }
  .u-mt-lg-65 {
    margin-top: 4.0625rem !important;
  }
  .u-ml-lg-65 {
    margin-left: 4.0625rem !important;
  }
  .u-mr-lg-65 {
    margin-right: 4.0625rem !important;
  }
  .u-mb-lg-65 {
    margin-bottom: 4.0625rem !important;
  }
  .u-my-lg-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .u-mx-lg-65 {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important;
  }
  .u-p-lg-65 {
    padding: 4.0625rem !important;
  }
  .u-pt-lg-65 {
    padding-top: 4.0625rem !important;
  }
  .u-pl-lg-65 {
    padding-left: 4.0625rem !important;
  }
  .u-pr-lg-65 {
    padding-right: 4.0625rem !important;
  }
  .u-pb-lg-65 {
    padding-bottom: 4.0625rem !important;
  }
  .u-py-lg-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .u-px-lg-65 {
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important;
  }
  .u-m-lg-70 {
    margin: 4.375rem !important;
  }
  .u-mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .u-ml-lg-70 {
    margin-left: 4.375rem !important;
  }
  .u-mr-lg-70 {
    margin-right: 4.375rem !important;
  }
  .u-mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .u-my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .u-mx-lg-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .u-p-lg-70 {
    padding: 4.375rem !important;
  }
  .u-pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .u-pl-lg-70 {
    padding-left: 4.375rem !important;
  }
  .u-pr-lg-70 {
    padding-right: 4.375rem !important;
  }
  .u-pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .u-py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .u-px-lg-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .u-m-lg-75 {
    margin: 4.6875rem !important;
  }
  .u-mt-lg-75 {
    margin-top: 4.6875rem !important;
  }
  .u-ml-lg-75 {
    margin-left: 4.6875rem !important;
  }
  .u-mr-lg-75 {
    margin-right: 4.6875rem !important;
  }
  .u-mb-lg-75 {
    margin-bottom: 4.6875rem !important;
  }
  .u-my-lg-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .u-mx-lg-75 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important;
  }
  .u-p-lg-75 {
    padding: 4.6875rem !important;
  }
  .u-pt-lg-75 {
    padding-top: 4.6875rem !important;
  }
  .u-pl-lg-75 {
    padding-left: 4.6875rem !important;
  }
  .u-pr-lg-75 {
    padding-right: 4.6875rem !important;
  }
  .u-pb-lg-75 {
    padding-bottom: 4.6875rem !important;
  }
  .u-py-lg-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .u-px-lg-75 {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
  }
  .u-m-lg-80 {
    margin: 5rem !important;
  }
  .u-mt-lg-80 {
    margin-top: 5rem !important;
  }
  .u-ml-lg-80 {
    margin-left: 5rem !important;
  }
  .u-mr-lg-80 {
    margin-right: 5rem !important;
  }
  .u-mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .u-my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-mx-lg-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .u-p-lg-80 {
    padding: 5rem !important;
  }
  .u-pt-lg-80 {
    padding-top: 5rem !important;
  }
  .u-pl-lg-80 {
    padding-left: 5rem !important;
  }
  .u-pr-lg-80 {
    padding-right: 5rem !important;
  }
  .u-pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .u-py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-px-lg-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-m-lg-85 {
    margin: 5.3125rem !important;
  }
  .u-mt-lg-85 {
    margin-top: 5.3125rem !important;
  }
  .u-ml-lg-85 {
    margin-left: 5.3125rem !important;
  }
  .u-mr-lg-85 {
    margin-right: 5.3125rem !important;
  }
  .u-mb-lg-85 {
    margin-bottom: 5.3125rem !important;
  }
  .u-my-lg-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .u-mx-lg-85 {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }
  .u-p-lg-85 {
    padding: 5.3125rem !important;
  }
  .u-pt-lg-85 {
    padding-top: 5.3125rem !important;
  }
  .u-pl-lg-85 {
    padding-left: 5.3125rem !important;
  }
  .u-pr-lg-85 {
    padding-right: 5.3125rem !important;
  }
  .u-pb-lg-85 {
    padding-bottom: 5.3125rem !important;
  }
  .u-py-lg-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .u-px-lg-85 {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }
  .u-m-lg-90 {
    margin: 5.625rem !important;
  }
  .u-mt-lg-90 {
    margin-top: 5.625rem !important;
  }
  .u-ml-lg-90 {
    margin-left: 5.625rem !important;
  }
  .u-mr-lg-90 {
    margin-right: 5.625rem !important;
  }
  .u-mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .u-my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .u-mx-lg-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .u-p-lg-90 {
    padding: 5.625rem !important;
  }
  .u-pt-lg-90 {
    padding-top: 5.625rem !important;
  }
  .u-pl-lg-90 {
    padding-left: 5.625rem !important;
  }
  .u-pr-lg-90 {
    padding-right: 5.625rem !important;
  }
  .u-pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .u-py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .u-px-lg-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .u-m-lg-95 {
    margin: 5.9375rem !important;
  }
  .u-mt-lg-95 {
    margin-top: 5.9375rem !important;
  }
  .u-ml-lg-95 {
    margin-left: 5.9375rem !important;
  }
  .u-mr-lg-95 {
    margin-right: 5.9375rem !important;
  }
  .u-mb-lg-95 {
    margin-bottom: 5.9375rem !important;
  }
  .u-my-lg-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .u-mx-lg-95 {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important;
  }
  .u-p-lg-95 {
    padding: 5.9375rem !important;
  }
  .u-pt-lg-95 {
    padding-top: 5.9375rem !important;
  }
  .u-pl-lg-95 {
    padding-left: 5.9375rem !important;
  }
  .u-pr-lg-95 {
    padding-right: 5.9375rem !important;
  }
  .u-pb-lg-95 {
    padding-bottom: 5.9375rem !important;
  }
  .u-py-lg-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .u-px-lg-95 {
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important;
  }
  .u-m-lg-100 {
    margin: 6.25rem !important;
  }
  .u-mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .u-ml-lg-100 {
    margin-left: 6.25rem !important;
  }
  .u-mr-lg-100 {
    margin-right: 6.25rem !important;
  }
  .u-mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .u-my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .u-mx-lg-100 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .u-p-lg-100 {
    padding: 6.25rem !important;
  }
  .u-pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .u-pl-lg-100 {
    padding-left: 6.25rem !important;
  }
  .u-pr-lg-100 {
    padding-right: 6.25rem !important;
  }
  .u-pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .u-py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .u-px-lg-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .u-m-lg-105 {
    margin: 6.5625rem !important;
  }
  .u-mt-lg-105 {
    margin-top: 6.5625rem !important;
  }
  .u-ml-lg-105 {
    margin-left: 6.5625rem !important;
  }
  .u-mr-lg-105 {
    margin-right: 6.5625rem !important;
  }
  .u-mb-lg-105 {
    margin-bottom: 6.5625rem !important;
  }
  .u-my-lg-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .u-mx-lg-105 {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important;
  }
  .u-p-lg-105 {
    padding: 6.5625rem !important;
  }
  .u-pt-lg-105 {
    padding-top: 6.5625rem !important;
  }
  .u-pl-lg-105 {
    padding-left: 6.5625rem !important;
  }
  .u-pr-lg-105 {
    padding-right: 6.5625rem !important;
  }
  .u-pb-lg-105 {
    padding-bottom: 6.5625rem !important;
  }
  .u-py-lg-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .u-px-lg-105 {
    padding-left: 6.5625rem !important;
    padding-right: 6.5625rem !important;
  }
  .u-m-lg-110 {
    margin: 6.875rem !important;
  }
  .u-mt-lg-110 {
    margin-top: 6.875rem !important;
  }
  .u-ml-lg-110 {
    margin-left: 6.875rem !important;
  }
  .u-mr-lg-110 {
    margin-right: 6.875rem !important;
  }
  .u-mb-lg-110 {
    margin-bottom: 6.875rem !important;
  }
  .u-my-lg-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .u-mx-lg-110 {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important;
  }
  .u-p-lg-110 {
    padding: 6.875rem !important;
  }
  .u-pt-lg-110 {
    padding-top: 6.875rem !important;
  }
  .u-pl-lg-110 {
    padding-left: 6.875rem !important;
  }
  .u-pr-lg-110 {
    padding-right: 6.875rem !important;
  }
  .u-pb-lg-110 {
    padding-bottom: 6.875rem !important;
  }
  .u-py-lg-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .u-px-lg-110 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important;
  }
  .u-m-lg-115 {
    margin: 7.1875rem !important;
  }
  .u-mt-lg-115 {
    margin-top: 7.1875rem !important;
  }
  .u-ml-lg-115 {
    margin-left: 7.1875rem !important;
  }
  .u-mr-lg-115 {
    margin-right: 7.1875rem !important;
  }
  .u-mb-lg-115 {
    margin-bottom: 7.1875rem !important;
  }
  .u-my-lg-115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }
  .u-mx-lg-115 {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important;
  }
  .u-p-lg-115 {
    padding: 7.1875rem !important;
  }
  .u-pt-lg-115 {
    padding-top: 7.1875rem !important;
  }
  .u-pl-lg-115 {
    padding-left: 7.1875rem !important;
  }
  .u-pr-lg-115 {
    padding-right: 7.1875rem !important;
  }
  .u-pb-lg-115 {
    padding-bottom: 7.1875rem !important;
  }
  .u-py-lg-115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }
  .u-px-lg-115 {
    padding-left: 7.1875rem !important;
    padding-right: 7.1875rem !important;
  }
  .u-m-lg-120 {
    margin: 7.5rem !important;
  }
  .u-mt-lg-120 {
    margin-top: 7.5rem !important;
  }
  .u-ml-lg-120 {
    margin-left: 7.5rem !important;
  }
  .u-mr-lg-120 {
    margin-right: 7.5rem !important;
  }
  .u-mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .u-my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-mx-lg-120 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .u-p-lg-120 {
    padding: 7.5rem !important;
  }
  .u-pt-lg-120 {
    padding-top: 7.5rem !important;
  }
  .u-pl-lg-120 {
    padding-left: 7.5rem !important;
  }
  .u-pr-lg-120 {
    padding-right: 7.5rem !important;
  }
  .u-pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .u-py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .u-px-lg-120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .u-m-lg-125 {
    margin: 7.8125rem !important;
  }
  .u-mt-lg-125 {
    margin-top: 7.8125rem !important;
  }
  .u-ml-lg-125 {
    margin-left: 7.8125rem !important;
  }
  .u-mr-lg-125 {
    margin-right: 7.8125rem !important;
  }
  .u-mb-lg-125 {
    margin-bottom: 7.8125rem !important;
  }
  .u-my-lg-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .u-mx-lg-125 {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important;
  }
  .u-p-lg-125 {
    padding: 7.8125rem !important;
  }
  .u-pt-lg-125 {
    padding-top: 7.8125rem !important;
  }
  .u-pl-lg-125 {
    padding-left: 7.8125rem !important;
  }
  .u-pr-lg-125 {
    padding-right: 7.8125rem !important;
  }
  .u-pb-lg-125 {
    padding-bottom: 7.8125rem !important;
  }
  .u-py-lg-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .u-px-lg-125 {
    padding-left: 7.8125rem !important;
    padding-right: 7.8125rem !important;
  }
  .u-m-lg-130 {
    margin: 8.125rem !important;
  }
  .u-mt-lg-130 {
    margin-top: 8.125rem !important;
  }
  .u-ml-lg-130 {
    margin-left: 8.125rem !important;
  }
  .u-mr-lg-130 {
    margin-right: 8.125rem !important;
  }
  .u-mb-lg-130 {
    margin-bottom: 8.125rem !important;
  }
  .u-my-lg-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .u-mx-lg-130 {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important;
  }
  .u-p-lg-130 {
    padding: 8.125rem !important;
  }
  .u-pt-lg-130 {
    padding-top: 8.125rem !important;
  }
  .u-pl-lg-130 {
    padding-left: 8.125rem !important;
  }
  .u-pr-lg-130 {
    padding-right: 8.125rem !important;
  }
  .u-pb-lg-130 {
    padding-bottom: 8.125rem !important;
  }
  .u-py-lg-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .u-px-lg-130 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important;
  }
  .u-m-lg-135 {
    margin: 8.4375rem !important;
  }
  .u-mt-lg-135 {
    margin-top: 8.4375rem !important;
  }
  .u-ml-lg-135 {
    margin-left: 8.4375rem !important;
  }
  .u-mr-lg-135 {
    margin-right: 8.4375rem !important;
  }
  .u-mb-lg-135 {
    margin-bottom: 8.4375rem !important;
  }
  .u-my-lg-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .u-mx-lg-135 {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important;
  }
  .u-p-lg-135 {
    padding: 8.4375rem !important;
  }
  .u-pt-lg-135 {
    padding-top: 8.4375rem !important;
  }
  .u-pl-lg-135 {
    padding-left: 8.4375rem !important;
  }
  .u-pr-lg-135 {
    padding-right: 8.4375rem !important;
  }
  .u-pb-lg-135 {
    padding-bottom: 8.4375rem !important;
  }
  .u-py-lg-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .u-px-lg-135 {
    padding-left: 8.4375rem !important;
    padding-right: 8.4375rem !important;
  }
  .u-m-lg-140 {
    margin: 8.75rem !important;
  }
  .u-mt-lg-140 {
    margin-top: 8.75rem !important;
  }
  .u-ml-lg-140 {
    margin-left: 8.75rem !important;
  }
  .u-mr-lg-140 {
    margin-right: 8.75rem !important;
  }
  .u-mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .u-my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .u-mx-lg-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .u-p-lg-140 {
    padding: 8.75rem !important;
  }
  .u-pt-lg-140 {
    padding-top: 8.75rem !important;
  }
  .u-pl-lg-140 {
    padding-left: 8.75rem !important;
  }
  .u-pr-lg-140 {
    padding-right: 8.75rem !important;
  }
  .u-pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .u-py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .u-px-lg-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .u-m-lg-145 {
    margin: 9.0625rem !important;
  }
  .u-mt-lg-145 {
    margin-top: 9.0625rem !important;
  }
  .u-ml-lg-145 {
    margin-left: 9.0625rem !important;
  }
  .u-mr-lg-145 {
    margin-right: 9.0625rem !important;
  }
  .u-mb-lg-145 {
    margin-bottom: 9.0625rem !important;
  }
  .u-my-lg-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .u-mx-lg-145 {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important;
  }
  .u-p-lg-145 {
    padding: 9.0625rem !important;
  }
  .u-pt-lg-145 {
    padding-top: 9.0625rem !important;
  }
  .u-pl-lg-145 {
    padding-left: 9.0625rem !important;
  }
  .u-pr-lg-145 {
    padding-right: 9.0625rem !important;
  }
  .u-pb-lg-145 {
    padding-bottom: 9.0625rem !important;
  }
  .u-py-lg-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .u-px-lg-145 {
    padding-left: 9.0625rem !important;
    padding-right: 9.0625rem !important;
  }
  .u-m-lg-150 {
    margin: 9.375rem !important;
  }
  .u-mt-lg-150 {
    margin-top: 9.375rem !important;
  }
  .u-ml-lg-150 {
    margin-left: 9.375rem !important;
  }
  .u-mr-lg-150 {
    margin-right: 9.375rem !important;
  }
  .u-mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-mx-lg-150 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
  }
  .u-p-lg-150 {
    padding: 9.375rem !important;
  }
  .u-pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .u-pl-lg-150 {
    padding-left: 9.375rem !important;
  }
  .u-pr-lg-150 {
    padding-right: 9.375rem !important;
  }
  .u-pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-px-lg-150 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
  .u-ml-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .u-m-xl-0 {
    margin: 0rem !important;
  }
  .u-mt-xl-0 {
    margin-top: 0rem !important;
  }
  .u-ml-xl-0 {
    margin-left: 0rem !important;
  }
  .u-mr-xl-0 {
    margin-right: 0rem !important;
  }
  .u-mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .u-my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .u-p-xl-0 {
    padding: 0rem !important;
  }
  .u-pt-xl-0 {
    padding-top: 0rem !important;
  }
  .u-pl-xl-0 {
    padding-left: 0rem !important;
  }
  .u-pr-xl-0 {
    padding-right: 0rem !important;
  }
  .u-pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .u-py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-m-xl-5 {
    margin: 0.3125rem !important;
  }
  .u-mt-xl-5 {
    margin-top: 0.3125rem !important;
  }
  .u-ml-xl-5 {
    margin-left: 0.3125rem !important;
  }
  .u-mr-xl-5 {
    margin-right: 0.3125rem !important;
  }
  .u-mb-xl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .u-my-xl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .u-mx-xl-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .u-p-xl-5 {
    padding: 0.3125rem !important;
  }
  .u-pt-xl-5 {
    padding-top: 0.3125rem !important;
  }
  .u-pl-xl-5 {
    padding-left: 0.3125rem !important;
  }
  .u-pr-xl-5 {
    padding-right: 0.3125rem !important;
  }
  .u-pb-xl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .u-py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .u-px-xl-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .u-m-xl-10 {
    margin: 0.625rem !important;
  }
  .u-mt-xl-10 {
    margin-top: 0.625rem !important;
  }
  .u-ml-xl-10 {
    margin-left: 0.625rem !important;
  }
  .u-mr-xl-10 {
    margin-right: 0.625rem !important;
  }
  .u-mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .u-my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .u-mx-xl-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
  .u-p-xl-10 {
    padding: 0.625rem !important;
  }
  .u-pt-xl-10 {
    padding-top: 0.625rem !important;
  }
  .u-pl-xl-10 {
    padding-left: 0.625rem !important;
  }
  .u-pr-xl-10 {
    padding-right: 0.625rem !important;
  }
  .u-pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .u-py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .u-px-xl-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .u-m-xl-15 {
    margin: 0.9375rem !important;
  }
  .u-mt-xl-15 {
    margin-top: 0.9375rem !important;
  }
  .u-ml-xl-15 {
    margin-left: 0.9375rem !important;
  }
  .u-mr-xl-15 {
    margin-right: 0.9375rem !important;
  }
  .u-mb-xl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .u-my-xl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .u-mx-xl-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
  .u-p-xl-15 {
    padding: 0.9375rem !important;
  }
  .u-pt-xl-15 {
    padding-top: 0.9375rem !important;
  }
  .u-pl-xl-15 {
    padding-left: 0.9375rem !important;
  }
  .u-pr-xl-15 {
    padding-right: 0.9375rem !important;
  }
  .u-pb-xl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .u-py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .u-px-xl-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .u-m-xl-20 {
    margin: 1.25rem !important;
  }
  .u-mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .u-ml-xl-20 {
    margin-left: 1.25rem !important;
  }
  .u-mr-xl-20 {
    margin-right: 1.25rem !important;
  }
  .u-mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .u-my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .u-mx-xl-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .u-p-xl-20 {
    padding: 1.25rem !important;
  }
  .u-pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .u-pl-xl-20 {
    padding-left: 1.25rem !important;
  }
  .u-pr-xl-20 {
    padding-right: 1.25rem !important;
  }
  .u-pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .u-py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .u-px-xl-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .u-m-xl-25 {
    margin: 1.5625rem !important;
  }
  .u-mt-xl-25 {
    margin-top: 1.5625rem !important;
  }
  .u-ml-xl-25 {
    margin-left: 1.5625rem !important;
  }
  .u-mr-xl-25 {
    margin-right: 1.5625rem !important;
  }
  .u-mb-xl-25 {
    margin-bottom: 1.5625rem !important;
  }
  .u-my-xl-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .u-mx-xl-25 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }
  .u-p-xl-25 {
    padding: 1.5625rem !important;
  }
  .u-pt-xl-25 {
    padding-top: 1.5625rem !important;
  }
  .u-pl-xl-25 {
    padding-left: 1.5625rem !important;
  }
  .u-pr-xl-25 {
    padding-right: 1.5625rem !important;
  }
  .u-pb-xl-25 {
    padding-bottom: 1.5625rem !important;
  }
  .u-py-xl-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .u-px-xl-25 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
  .u-m-xl-30 {
    margin: 1.875rem !important;
  }
  .u-mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .u-ml-xl-30 {
    margin-left: 1.875rem !important;
  }
  .u-mr-xl-30 {
    margin-right: 1.875rem !important;
  }
  .u-mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .u-my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .u-mx-xl-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
  .u-p-xl-30 {
    padding: 1.875rem !important;
  }
  .u-pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .u-pl-xl-30 {
    padding-left: 1.875rem !important;
  }
  .u-pr-xl-30 {
    padding-right: 1.875rem !important;
  }
  .u-pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .u-py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .u-px-xl-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .u-m-xl-35 {
    margin: 2.1875rem !important;
  }
  .u-mt-xl-35 {
    margin-top: 2.1875rem !important;
  }
  .u-ml-xl-35 {
    margin-left: 2.1875rem !important;
  }
  .u-mr-xl-35 {
    margin-right: 2.1875rem !important;
  }
  .u-mb-xl-35 {
    margin-bottom: 2.1875rem !important;
  }
  .u-my-xl-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .u-mx-xl-35 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }
  .u-p-xl-35 {
    padding: 2.1875rem !important;
  }
  .u-pt-xl-35 {
    padding-top: 2.1875rem !important;
  }
  .u-pl-xl-35 {
    padding-left: 2.1875rem !important;
  }
  .u-pr-xl-35 {
    padding-right: 2.1875rem !important;
  }
  .u-pb-xl-35 {
    padding-bottom: 2.1875rem !important;
  }
  .u-py-xl-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .u-px-xl-35 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
  .u-m-xl-40 {
    margin: 2.5rem !important;
  }
  .u-mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .u-ml-xl-40 {
    margin-left: 2.5rem !important;
  }
  .u-mr-xl-40 {
    margin-right: 2.5rem !important;
  }
  .u-mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .u-my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-mx-xl-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .u-p-xl-40 {
    padding: 2.5rem !important;
  }
  .u-pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .u-pl-xl-40 {
    padding-left: 2.5rem !important;
  }
  .u-pr-xl-40 {
    padding-right: 2.5rem !important;
  }
  .u-pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .u-py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-px-xl-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-m-xl-45 {
    margin: 2.8125rem !important;
  }
  .u-mt-xl-45 {
    margin-top: 2.8125rem !important;
  }
  .u-ml-xl-45 {
    margin-left: 2.8125rem !important;
  }
  .u-mr-xl-45 {
    margin-right: 2.8125rem !important;
  }
  .u-mb-xl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .u-my-xl-45 {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .u-mx-xl-45 {
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
  }
  .u-p-xl-45 {
    padding: 2.8125rem !important;
  }
  .u-pt-xl-45 {
    padding-top: 2.8125rem !important;
  }
  .u-pl-xl-45 {
    padding-left: 2.8125rem !important;
  }
  .u-pr-xl-45 {
    padding-right: 2.8125rem !important;
  }
  .u-pb-xl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .u-py-xl-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .u-px-xl-45 {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  .u-m-xl-50 {
    margin: 3.125rem !important;
  }
  .u-mt-xl-50 {
    margin-top: 3.125rem !important;
  }
  .u-ml-xl-50 {
    margin-left: 3.125rem !important;
  }
  .u-mr-xl-50 {
    margin-right: 3.125rem !important;
  }
  .u-mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .u-my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .u-mx-xl-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
  .u-p-xl-50 {
    padding: 3.125rem !important;
  }
  .u-pt-xl-50 {
    padding-top: 3.125rem !important;
  }
  .u-pl-xl-50 {
    padding-left: 3.125rem !important;
  }
  .u-pr-xl-50 {
    padding-right: 3.125rem !important;
  }
  .u-pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .u-py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .u-px-xl-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .u-m-xl-55 {
    margin: 3.4375rem !important;
  }
  .u-mt-xl-55 {
    margin-top: 3.4375rem !important;
  }
  .u-ml-xl-55 {
    margin-left: 3.4375rem !important;
  }
  .u-mr-xl-55 {
    margin-right: 3.4375rem !important;
  }
  .u-mb-xl-55 {
    margin-bottom: 3.4375rem !important;
  }
  .u-my-xl-55 {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .u-mx-xl-55 {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }
  .u-p-xl-55 {
    padding: 3.4375rem !important;
  }
  .u-pt-xl-55 {
    padding-top: 3.4375rem !important;
  }
  .u-pl-xl-55 {
    padding-left: 3.4375rem !important;
  }
  .u-pr-xl-55 {
    padding-right: 3.4375rem !important;
  }
  .u-pb-xl-55 {
    padding-bottom: 3.4375rem !important;
  }
  .u-py-xl-55 {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .u-px-xl-55 {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }
  .u-m-xl-60 {
    margin: 3.75rem !important;
  }
  .u-mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .u-ml-xl-60 {
    margin-left: 3.75rem !important;
  }
  .u-mr-xl-60 {
    margin-right: 3.75rem !important;
  }
  .u-mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .u-my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .u-mx-xl-60 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .u-p-xl-60 {
    padding: 3.75rem !important;
  }
  .u-pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .u-pl-xl-60 {
    padding-left: 3.75rem !important;
  }
  .u-pr-xl-60 {
    padding-right: 3.75rem !important;
  }
  .u-pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .u-py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .u-px-xl-60 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .u-m-xl-65 {
    margin: 4.0625rem !important;
  }
  .u-mt-xl-65 {
    margin-top: 4.0625rem !important;
  }
  .u-ml-xl-65 {
    margin-left: 4.0625rem !important;
  }
  .u-mr-xl-65 {
    margin-right: 4.0625rem !important;
  }
  .u-mb-xl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .u-my-xl-65 {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .u-mx-xl-65 {
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important;
  }
  .u-p-xl-65 {
    padding: 4.0625rem !important;
  }
  .u-pt-xl-65 {
    padding-top: 4.0625rem !important;
  }
  .u-pl-xl-65 {
    padding-left: 4.0625rem !important;
  }
  .u-pr-xl-65 {
    padding-right: 4.0625rem !important;
  }
  .u-pb-xl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .u-py-xl-65 {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .u-px-xl-65 {
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important;
  }
  .u-m-xl-70 {
    margin: 4.375rem !important;
  }
  .u-mt-xl-70 {
    margin-top: 4.375rem !important;
  }
  .u-ml-xl-70 {
    margin-left: 4.375rem !important;
  }
  .u-mr-xl-70 {
    margin-right: 4.375rem !important;
  }
  .u-mb-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .u-my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .u-mx-xl-70 {
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }
  .u-p-xl-70 {
    padding: 4.375rem !important;
  }
  .u-pt-xl-70 {
    padding-top: 4.375rem !important;
  }
  .u-pl-xl-70 {
    padding-left: 4.375rem !important;
  }
  .u-pr-xl-70 {
    padding-right: 4.375rem !important;
  }
  .u-pb-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .u-py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .u-px-xl-70 {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .u-m-xl-75 {
    margin: 4.6875rem !important;
  }
  .u-mt-xl-75 {
    margin-top: 4.6875rem !important;
  }
  .u-ml-xl-75 {
    margin-left: 4.6875rem !important;
  }
  .u-mr-xl-75 {
    margin-right: 4.6875rem !important;
  }
  .u-mb-xl-75 {
    margin-bottom: 4.6875rem !important;
  }
  .u-my-xl-75 {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .u-mx-xl-75 {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important;
  }
  .u-p-xl-75 {
    padding: 4.6875rem !important;
  }
  .u-pt-xl-75 {
    padding-top: 4.6875rem !important;
  }
  .u-pl-xl-75 {
    padding-left: 4.6875rem !important;
  }
  .u-pr-xl-75 {
    padding-right: 4.6875rem !important;
  }
  .u-pb-xl-75 {
    padding-bottom: 4.6875rem !important;
  }
  .u-py-xl-75 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .u-px-xl-75 {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
  }
  .u-m-xl-80 {
    margin: 5rem !important;
  }
  .u-mt-xl-80 {
    margin-top: 5rem !important;
  }
  .u-ml-xl-80 {
    margin-left: 5rem !important;
  }
  .u-mr-xl-80 {
    margin-right: 5rem !important;
  }
  .u-mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .u-my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-mx-xl-80 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .u-p-xl-80 {
    padding: 5rem !important;
  }
  .u-pt-xl-80 {
    padding-top: 5rem !important;
  }
  .u-pl-xl-80 {
    padding-left: 5rem !important;
  }
  .u-pr-xl-80 {
    padding-right: 5rem !important;
  }
  .u-pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .u-py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-px-xl-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-m-xl-85 {
    margin: 5.3125rem !important;
  }
  .u-mt-xl-85 {
    margin-top: 5.3125rem !important;
  }
  .u-ml-xl-85 {
    margin-left: 5.3125rem !important;
  }
  .u-mr-xl-85 {
    margin-right: 5.3125rem !important;
  }
  .u-mb-xl-85 {
    margin-bottom: 5.3125rem !important;
  }
  .u-my-xl-85 {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .u-mx-xl-85 {
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }
  .u-p-xl-85 {
    padding: 5.3125rem !important;
  }
  .u-pt-xl-85 {
    padding-top: 5.3125rem !important;
  }
  .u-pl-xl-85 {
    padding-left: 5.3125rem !important;
  }
  .u-pr-xl-85 {
    padding-right: 5.3125rem !important;
  }
  .u-pb-xl-85 {
    padding-bottom: 5.3125rem !important;
  }
  .u-py-xl-85 {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .u-px-xl-85 {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }
  .u-m-xl-90 {
    margin: 5.625rem !important;
  }
  .u-mt-xl-90 {
    margin-top: 5.625rem !important;
  }
  .u-ml-xl-90 {
    margin-left: 5.625rem !important;
  }
  .u-mr-xl-90 {
    margin-right: 5.625rem !important;
  }
  .u-mb-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .u-my-xl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .u-mx-xl-90 {
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }
  .u-p-xl-90 {
    padding: 5.625rem !important;
  }
  .u-pt-xl-90 {
    padding-top: 5.625rem !important;
  }
  .u-pl-xl-90 {
    padding-left: 5.625rem !important;
  }
  .u-pr-xl-90 {
    padding-right: 5.625rem !important;
  }
  .u-pb-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .u-py-xl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .u-px-xl-90 {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .u-m-xl-95 {
    margin: 5.9375rem !important;
  }
  .u-mt-xl-95 {
    margin-top: 5.9375rem !important;
  }
  .u-ml-xl-95 {
    margin-left: 5.9375rem !important;
  }
  .u-mr-xl-95 {
    margin-right: 5.9375rem !important;
  }
  .u-mb-xl-95 {
    margin-bottom: 5.9375rem !important;
  }
  .u-my-xl-95 {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .u-mx-xl-95 {
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important;
  }
  .u-p-xl-95 {
    padding: 5.9375rem !important;
  }
  .u-pt-xl-95 {
    padding-top: 5.9375rem !important;
  }
  .u-pl-xl-95 {
    padding-left: 5.9375rem !important;
  }
  .u-pr-xl-95 {
    padding-right: 5.9375rem !important;
  }
  .u-pb-xl-95 {
    padding-bottom: 5.9375rem !important;
  }
  .u-py-xl-95 {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .u-px-xl-95 {
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important;
  }
  .u-m-xl-100 {
    margin: 6.25rem !important;
  }
  .u-mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .u-ml-xl-100 {
    margin-left: 6.25rem !important;
  }
  .u-mr-xl-100 {
    margin-right: 6.25rem !important;
  }
  .u-mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .u-my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .u-mx-xl-100 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .u-p-xl-100 {
    padding: 6.25rem !important;
  }
  .u-pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .u-pl-xl-100 {
    padding-left: 6.25rem !important;
  }
  .u-pr-xl-100 {
    padding-right: 6.25rem !important;
  }
  .u-pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .u-py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .u-px-xl-100 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .u-m-xl-105 {
    margin: 6.5625rem !important;
  }
  .u-mt-xl-105 {
    margin-top: 6.5625rem !important;
  }
  .u-ml-xl-105 {
    margin-left: 6.5625rem !important;
  }
  .u-mr-xl-105 {
    margin-right: 6.5625rem !important;
  }
  .u-mb-xl-105 {
    margin-bottom: 6.5625rem !important;
  }
  .u-my-xl-105 {
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }
  .u-mx-xl-105 {
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important;
  }
  .u-p-xl-105 {
    padding: 6.5625rem !important;
  }
  .u-pt-xl-105 {
    padding-top: 6.5625rem !important;
  }
  .u-pl-xl-105 {
    padding-left: 6.5625rem !important;
  }
  .u-pr-xl-105 {
    padding-right: 6.5625rem !important;
  }
  .u-pb-xl-105 {
    padding-bottom: 6.5625rem !important;
  }
  .u-py-xl-105 {
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }
  .u-px-xl-105 {
    padding-left: 6.5625rem !important;
    padding-right: 6.5625rem !important;
  }
  .u-m-xl-110 {
    margin: 6.875rem !important;
  }
  .u-mt-xl-110 {
    margin-top: 6.875rem !important;
  }
  .u-ml-xl-110 {
    margin-left: 6.875rem !important;
  }
  .u-mr-xl-110 {
    margin-right: 6.875rem !important;
  }
  .u-mb-xl-110 {
    margin-bottom: 6.875rem !important;
  }
  .u-my-xl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .u-mx-xl-110 {
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important;
  }
  .u-p-xl-110 {
    padding: 6.875rem !important;
  }
  .u-pt-xl-110 {
    padding-top: 6.875rem !important;
  }
  .u-pl-xl-110 {
    padding-left: 6.875rem !important;
  }
  .u-pr-xl-110 {
    padding-right: 6.875rem !important;
  }
  .u-pb-xl-110 {
    padding-bottom: 6.875rem !important;
  }
  .u-py-xl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .u-px-xl-110 {
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important;
  }
  .u-m-xl-115 {
    margin: 7.1875rem !important;
  }
  .u-mt-xl-115 {
    margin-top: 7.1875rem !important;
  }
  .u-ml-xl-115 {
    margin-left: 7.1875rem !important;
  }
  .u-mr-xl-115 {
    margin-right: 7.1875rem !important;
  }
  .u-mb-xl-115 {
    margin-bottom: 7.1875rem !important;
  }
  .u-my-xl-115 {
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }
  .u-mx-xl-115 {
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important;
  }
  .u-p-xl-115 {
    padding: 7.1875rem !important;
  }
  .u-pt-xl-115 {
    padding-top: 7.1875rem !important;
  }
  .u-pl-xl-115 {
    padding-left: 7.1875rem !important;
  }
  .u-pr-xl-115 {
    padding-right: 7.1875rem !important;
  }
  .u-pb-xl-115 {
    padding-bottom: 7.1875rem !important;
  }
  .u-py-xl-115 {
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }
  .u-px-xl-115 {
    padding-left: 7.1875rem !important;
    padding-right: 7.1875rem !important;
  }
  .u-m-xl-120 {
    margin: 7.5rem !important;
  }
  .u-mt-xl-120 {
    margin-top: 7.5rem !important;
  }
  .u-ml-xl-120 {
    margin-left: 7.5rem !important;
  }
  .u-mr-xl-120 {
    margin-right: 7.5rem !important;
  }
  .u-mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .u-my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .u-mx-xl-120 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .u-p-xl-120 {
    padding: 7.5rem !important;
  }
  .u-pt-xl-120 {
    padding-top: 7.5rem !important;
  }
  .u-pl-xl-120 {
    padding-left: 7.5rem !important;
  }
  .u-pr-xl-120 {
    padding-right: 7.5rem !important;
  }
  .u-pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .u-py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .u-px-xl-120 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .u-m-xl-125 {
    margin: 7.8125rem !important;
  }
  .u-mt-xl-125 {
    margin-top: 7.8125rem !important;
  }
  .u-ml-xl-125 {
    margin-left: 7.8125rem !important;
  }
  .u-mr-xl-125 {
    margin-right: 7.8125rem !important;
  }
  .u-mb-xl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .u-my-xl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .u-mx-xl-125 {
    margin-left: 7.8125rem !important;
    margin-right: 7.8125rem !important;
  }
  .u-p-xl-125 {
    padding: 7.8125rem !important;
  }
  .u-pt-xl-125 {
    padding-top: 7.8125rem !important;
  }
  .u-pl-xl-125 {
    padding-left: 7.8125rem !important;
  }
  .u-pr-xl-125 {
    padding-right: 7.8125rem !important;
  }
  .u-pb-xl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .u-py-xl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .u-px-xl-125 {
    padding-left: 7.8125rem !important;
    padding-right: 7.8125rem !important;
  }
  .u-m-xl-130 {
    margin: 8.125rem !important;
  }
  .u-mt-xl-130 {
    margin-top: 8.125rem !important;
  }
  .u-ml-xl-130 {
    margin-left: 8.125rem !important;
  }
  .u-mr-xl-130 {
    margin-right: 8.125rem !important;
  }
  .u-mb-xl-130 {
    margin-bottom: 8.125rem !important;
  }
  .u-my-xl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .u-mx-xl-130 {
    margin-left: 8.125rem !important;
    margin-right: 8.125rem !important;
  }
  .u-p-xl-130 {
    padding: 8.125rem !important;
  }
  .u-pt-xl-130 {
    padding-top: 8.125rem !important;
  }
  .u-pl-xl-130 {
    padding-left: 8.125rem !important;
  }
  .u-pr-xl-130 {
    padding-right: 8.125rem !important;
  }
  .u-pb-xl-130 {
    padding-bottom: 8.125rem !important;
  }
  .u-py-xl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .u-px-xl-130 {
    padding-left: 8.125rem !important;
    padding-right: 8.125rem !important;
  }
  .u-m-xl-135 {
    margin: 8.4375rem !important;
  }
  .u-mt-xl-135 {
    margin-top: 8.4375rem !important;
  }
  .u-ml-xl-135 {
    margin-left: 8.4375rem !important;
  }
  .u-mr-xl-135 {
    margin-right: 8.4375rem !important;
  }
  .u-mb-xl-135 {
    margin-bottom: 8.4375rem !important;
  }
  .u-my-xl-135 {
    margin-top: 8.4375rem !important;
    margin-bottom: 8.4375rem !important;
  }
  .u-mx-xl-135 {
    margin-left: 8.4375rem !important;
    margin-right: 8.4375rem !important;
  }
  .u-p-xl-135 {
    padding: 8.4375rem !important;
  }
  .u-pt-xl-135 {
    padding-top: 8.4375rem !important;
  }
  .u-pl-xl-135 {
    padding-left: 8.4375rem !important;
  }
  .u-pr-xl-135 {
    padding-right: 8.4375rem !important;
  }
  .u-pb-xl-135 {
    padding-bottom: 8.4375rem !important;
  }
  .u-py-xl-135 {
    padding-top: 8.4375rem !important;
    padding-bottom: 8.4375rem !important;
  }
  .u-px-xl-135 {
    padding-left: 8.4375rem !important;
    padding-right: 8.4375rem !important;
  }
  .u-m-xl-140 {
    margin: 8.75rem !important;
  }
  .u-mt-xl-140 {
    margin-top: 8.75rem !important;
  }
  .u-ml-xl-140 {
    margin-left: 8.75rem !important;
  }
  .u-mr-xl-140 {
    margin-right: 8.75rem !important;
  }
  .u-mb-xl-140 {
    margin-bottom: 8.75rem !important;
  }
  .u-my-xl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .u-mx-xl-140 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .u-p-xl-140 {
    padding: 8.75rem !important;
  }
  .u-pt-xl-140 {
    padding-top: 8.75rem !important;
  }
  .u-pl-xl-140 {
    padding-left: 8.75rem !important;
  }
  .u-pr-xl-140 {
    padding-right: 8.75rem !important;
  }
  .u-pb-xl-140 {
    padding-bottom: 8.75rem !important;
  }
  .u-py-xl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .u-px-xl-140 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .u-m-xl-145 {
    margin: 9.0625rem !important;
  }
  .u-mt-xl-145 {
    margin-top: 9.0625rem !important;
  }
  .u-ml-xl-145 {
    margin-left: 9.0625rem !important;
  }
  .u-mr-xl-145 {
    margin-right: 9.0625rem !important;
  }
  .u-mb-xl-145 {
    margin-bottom: 9.0625rem !important;
  }
  .u-my-xl-145 {
    margin-top: 9.0625rem !important;
    margin-bottom: 9.0625rem !important;
  }
  .u-mx-xl-145 {
    margin-left: 9.0625rem !important;
    margin-right: 9.0625rem !important;
  }
  .u-p-xl-145 {
    padding: 9.0625rem !important;
  }
  .u-pt-xl-145 {
    padding-top: 9.0625rem !important;
  }
  .u-pl-xl-145 {
    padding-left: 9.0625rem !important;
  }
  .u-pr-xl-145 {
    padding-right: 9.0625rem !important;
  }
  .u-pb-xl-145 {
    padding-bottom: 9.0625rem !important;
  }
  .u-py-xl-145 {
    padding-top: 9.0625rem !important;
    padding-bottom: 9.0625rem !important;
  }
  .u-px-xl-145 {
    padding-left: 9.0625rem !important;
    padding-right: 9.0625rem !important;
  }
  .u-m-xl-150 {
    margin: 9.375rem !important;
  }
  .u-mt-xl-150 {
    margin-top: 9.375rem !important;
  }
  .u-ml-xl-150 {
    margin-left: 9.375rem !important;
  }
  .u-mr-xl-150 {
    margin-right: 9.375rem !important;
  }
  .u-mb-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .u-my-xl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .u-mx-xl-150 {
    margin-left: 9.375rem !important;
    margin-right: 9.375rem !important;
  }
  .u-p-xl-150 {
    padding: 9.375rem !important;
  }
  .u-pt-xl-150 {
    padding-top: 9.375rem !important;
  }
  .u-pl-xl-150 {
    padding-left: 9.375rem !important;
  }
  .u-pr-xl-150 {
    padding-right: 9.375rem !important;
  }
  .u-pb-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .u-py-xl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .u-px-xl-150 {
    padding-left: 9.375rem !important;
    padding-right: 9.375rem !important;
  }
  .u-ml-xl-auto {
    margin-left: auto !important;
  }
}

.u-fs-0 {
  font-size: 0rem !important;
}

.u-fs-1 {
  font-size: 0.0625rem !important;
}

.u-fs-2 {
  font-size: 0.125rem !important;
}

.u-fs-3 {
  font-size: 0.1875rem !important;
}

.u-fs-4 {
  font-size: 0.25rem !important;
}

.u-fs-5 {
  font-size: 0.3125rem !important;
}

.u-fs-6 {
  font-size: 0.375rem !important;
}

.u-fs-7 {
  font-size: 0.4375rem !important;
}

.u-fs-8 {
  font-size: 0.5rem !important;
}

.u-fs-9 {
  font-size: 0.5625rem !important;
}

.u-fs-10 {
  font-size: 0.625rem !important;
}

.u-fs-11 {
  font-size: 0.6875rem !important;
}

.u-fs-12 {
  font-size: 0.75rem !important;
}

.u-fs-13 {
  font-size: 0.8125rem !important;
}

.u-fs-14 {
  font-size: 0.875rem !important;
}

.u-fs-15 {
  font-size: 0.9375rem !important;
}

.u-fs-16 {
  font-size: 1rem !important;
}

.u-fs-17 {
  font-size: 1.0625rem !important;
}

.u-fs-18 {
  font-size: 1.125rem !important;
}

.u-fs-19 {
  font-size: 1.1875rem !important;
}

.u-fs-20 {
  font-size: 1.25rem !important;
}

.u-fs-21 {
  font-size: 1.3125rem !important;
}

.u-fs-22 {
  font-size: 1.375rem !important;
}

.u-fs-23 {
  font-size: 1.4375rem !important;
}

.u-fs-24 {
  font-size: 1.5rem !important;
}

.u-fs-25 {
  font-size: 1.5625rem !important;
}

.u-fs-26 {
  font-size: 1.625rem !important;
}

.u-fs-27 {
  font-size: 1.6875rem !important;
}

.u-fs-28 {
  font-size: 1.75rem !important;
}

.u-fs-29 {
  font-size: 1.8125rem !important;
}

.u-fs-30 {
  font-size: 1.875rem !important;
}

.u-fs-31 {
  font-size: 1.9375rem !important;
}

.u-fs-32 {
  font-size: 2rem !important;
}

.u-fs-33 {
  font-size: 2.0625rem !important;
}

.u-fs-34 {
  font-size: 2.125rem !important;
}

.u-fs-35 {
  font-size: 2.1875rem !important;
}

.u-fs-36 {
  font-size: 2.25rem !important;
}

.u-fs-37 {
  font-size: 2.3125rem !important;
}

.u-fs-38 {
  font-size: 2.375rem !important;
}

.u-fs-39 {
  font-size: 2.4375rem !important;
}

.u-fs-40 {
  font-size: 2.5rem !important;
}

.u-fs-41 {
  font-size: 2.5625rem !important;
}

.u-fs-42 {
  font-size: 2.625rem !important;
}

.u-fs-43 {
  font-size: 2.6875rem !important;
}

.u-fs-44 {
  font-size: 2.75rem !important;
}

.u-fs-45 {
  font-size: 2.8125rem !important;
}

.u-fs-46 {
  font-size: 2.875rem !important;
}

.u-fs-47 {
  font-size: 2.9375rem !important;
}

.u-fs-48 {
  font-size: 3rem !important;
}

.u-fs-49 {
  font-size: 3.0625rem !important;
}

.u-fs-50 {
  font-size: 3.125rem !important;
}

.u-fs-51 {
  font-size: 3.1875rem !important;
}

.u-fs-52 {
  font-size: 3.25rem !important;
}

.u-fs-53 {
  font-size: 3.3125rem !important;
}

.u-fs-54 {
  font-size: 3.375rem !important;
}

.u-fs-55 {
  font-size: 3.4375rem !important;
}

.u-fs-56 {
  font-size: 3.5rem !important;
}

.u-fs-57 {
  font-size: 3.5625rem !important;
}

.u-fs-58 {
  font-size: 3.625rem !important;
}

.u-fs-59 {
  font-size: 3.6875rem !important;
}

.u-fs-60 {
  font-size: 3.75rem !important;
}

.u-fs-61 {
  font-size: 3.8125rem !important;
}

.u-fs-62 {
  font-size: 3.875rem !important;
}

.u-fs-63 {
  font-size: 3.9375rem !important;
}

.u-fs-64 {
  font-size: 4rem !important;
}

.u-fs-65 {
  font-size: 4.0625rem !important;
}

.u-fs-66 {
  font-size: 4.125rem !important;
}

.u-fs-67 {
  font-size: 4.1875rem !important;
}

.u-fs-68 {
  font-size: 4.25rem !important;
}

.u-fs-69 {
  font-size: 4.3125rem !important;
}

.u-fs-70 {
  font-size: 4.375rem !important;
}

.u-text-color--primary {
  color: #E60012 !important;
}

.u-text-color--secondary {
  color: #FFFF46 !important;
}

.u-text-color--white {
  color: #fff;
}

.u-text-color--gray {
  color: #CCCCCC;
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--left {
  text-align: left !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

.u-text-break--all {
  word-break: break-all !important;
}

@media (min-width: 576px) {
  .u-fs-sm-0 {
    font-size: 0rem !important;
  }
  .u-fs-sm-1 {
    font-size: 0.0625rem !important;
  }
  .u-fs-sm-2 {
    font-size: 0.125rem !important;
  }
  .u-fs-sm-3 {
    font-size: 0.1875rem !important;
  }
  .u-fs-sm-4 {
    font-size: 0.25rem !important;
  }
  .u-fs-sm-5 {
    font-size: 0.3125rem !important;
  }
  .u-fs-sm-6 {
    font-size: 0.375rem !important;
  }
  .u-fs-sm-7 {
    font-size: 0.4375rem !important;
  }
  .u-fs-sm-8 {
    font-size: 0.5rem !important;
  }
  .u-fs-sm-9 {
    font-size: 0.5625rem !important;
  }
  .u-fs-sm-10 {
    font-size: 0.625rem !important;
  }
  .u-fs-sm-11 {
    font-size: 0.6875rem !important;
  }
  .u-fs-sm-12 {
    font-size: 0.75rem !important;
  }
  .u-fs-sm-13 {
    font-size: 0.8125rem !important;
  }
  .u-fs-sm-14 {
    font-size: 0.875rem !important;
  }
  .u-fs-sm-15 {
    font-size: 0.9375rem !important;
  }
  .u-fs-sm-16 {
    font-size: 1rem !important;
  }
  .u-fs-sm-17 {
    font-size: 1.0625rem !important;
  }
  .u-fs-sm-18 {
    font-size: 1.125rem !important;
  }
  .u-fs-sm-19 {
    font-size: 1.1875rem !important;
  }
  .u-fs-sm-20 {
    font-size: 1.25rem !important;
  }
  .u-fs-sm-21 {
    font-size: 1.3125rem !important;
  }
  .u-fs-sm-22 {
    font-size: 1.375rem !important;
  }
  .u-fs-sm-23 {
    font-size: 1.4375rem !important;
  }
  .u-fs-sm-24 {
    font-size: 1.5rem !important;
  }
  .u-fs-sm-25 {
    font-size: 1.5625rem !important;
  }
  .u-fs-sm-26 {
    font-size: 1.625rem !important;
  }
  .u-fs-sm-27 {
    font-size: 1.6875rem !important;
  }
  .u-fs-sm-28 {
    font-size: 1.75rem !important;
  }
  .u-fs-sm-29 {
    font-size: 1.8125rem !important;
  }
  .u-fs-sm-30 {
    font-size: 1.875rem !important;
  }
  .u-fs-sm-31 {
    font-size: 1.9375rem !important;
  }
  .u-fs-sm-32 {
    font-size: 2rem !important;
  }
  .u-fs-sm-33 {
    font-size: 2.0625rem !important;
  }
  .u-fs-sm-34 {
    font-size: 2.125rem !important;
  }
  .u-fs-sm-35 {
    font-size: 2.1875rem !important;
  }
  .u-fs-sm-36 {
    font-size: 2.25rem !important;
  }
  .u-fs-sm-37 {
    font-size: 2.3125rem !important;
  }
  .u-fs-sm-38 {
    font-size: 2.375rem !important;
  }
  .u-fs-sm-39 {
    font-size: 2.4375rem !important;
  }
  .u-fs-sm-40 {
    font-size: 2.5rem !important;
  }
  .u-fs-sm-41 {
    font-size: 2.5625rem !important;
  }
  .u-fs-sm-42 {
    font-size: 2.625rem !important;
  }
  .u-fs-sm-43 {
    font-size: 2.6875rem !important;
  }
  .u-fs-sm-44 {
    font-size: 2.75rem !important;
  }
  .u-fs-sm-45 {
    font-size: 2.8125rem !important;
  }
  .u-fs-sm-46 {
    font-size: 2.875rem !important;
  }
  .u-fs-sm-47 {
    font-size: 2.9375rem !important;
  }
  .u-fs-sm-48 {
    font-size: 3rem !important;
  }
  .u-fs-sm-49 {
    font-size: 3.0625rem !important;
  }
  .u-fs-sm-50 {
    font-size: 3.125rem !important;
  }
  .u-fs-sm-51 {
    font-size: 3.1875rem !important;
  }
  .u-fs-sm-52 {
    font-size: 3.25rem !important;
  }
  .u-fs-sm-53 {
    font-size: 3.3125rem !important;
  }
  .u-fs-sm-54 {
    font-size: 3.375rem !important;
  }
  .u-fs-sm-55 {
    font-size: 3.4375rem !important;
  }
  .u-fs-sm-56 {
    font-size: 3.5rem !important;
  }
  .u-fs-sm-57 {
    font-size: 3.5625rem !important;
  }
  .u-fs-sm-58 {
    font-size: 3.625rem !important;
  }
  .u-fs-sm-59 {
    font-size: 3.6875rem !important;
  }
  .u-fs-sm-60 {
    font-size: 3.75rem !important;
  }
  .u-fs-sm-61 {
    font-size: 3.8125rem !important;
  }
  .u-fs-sm-62 {
    font-size: 3.875rem !important;
  }
  .u-fs-sm-63 {
    font-size: 3.9375rem !important;
  }
  .u-fs-sm-64 {
    font-size: 4rem !important;
  }
  .u-fs-sm-65 {
    font-size: 4.0625rem !important;
  }
  .u-fs-sm-66 {
    font-size: 4.125rem !important;
  }
  .u-fs-sm-67 {
    font-size: 4.1875rem !important;
  }
  .u-fs-sm-68 {
    font-size: 4.25rem !important;
  }
  .u-fs-sm-69 {
    font-size: 4.3125rem !important;
  }
  .u-fs-sm-70 {
    font-size: 4.375rem !important;
  }
  .u-text-color-sm--primary {
    color: #E60012 !important;
  }
  .u-text-color-sm--secondary {
    color: #FFFF46 !important;
  }
  .u-text-color-sm--white {
    color: #fff;
  }
  .u-text-color-sm--gray {
    color: #CCCCCC;
  }
  .u-text-sm--bold {
    font-weight: bold !important;
  }
  .u-text-sm--left {
    text-align: left !important;
  }
  .u-text-sm--center {
    text-align: center !important;
  }
  .u-text-sm--right {
    text-align: right !important;
  }
  .u-text-sm-break--all {
    word-break: break-all !important;
  }
}

@media (min-width: 768px) {
  .u-fs-md-0 {
    font-size: 0rem !important;
  }
  .u-fs-md-1 {
    font-size: 0.0625rem !important;
  }
  .u-fs-md-2 {
    font-size: 0.125rem !important;
  }
  .u-fs-md-3 {
    font-size: 0.1875rem !important;
  }
  .u-fs-md-4 {
    font-size: 0.25rem !important;
  }
  .u-fs-md-5 {
    font-size: 0.3125rem !important;
  }
  .u-fs-md-6 {
    font-size: 0.375rem !important;
  }
  .u-fs-md-7 {
    font-size: 0.4375rem !important;
  }
  .u-fs-md-8 {
    font-size: 0.5rem !important;
  }
  .u-fs-md-9 {
    font-size: 0.5625rem !important;
  }
  .u-fs-md-10 {
    font-size: 0.625rem !important;
  }
  .u-fs-md-11 {
    font-size: 0.6875rem !important;
  }
  .u-fs-md-12 {
    font-size: 0.75rem !important;
  }
  .u-fs-md-13 {
    font-size: 0.8125rem !important;
  }
  .u-fs-md-14 {
    font-size: 0.875rem !important;
  }
  .u-fs-md-15 {
    font-size: 0.9375rem !important;
  }
  .u-fs-md-16 {
    font-size: 1rem !important;
  }
  .u-fs-md-17 {
    font-size: 1.0625rem !important;
  }
  .u-fs-md-18 {
    font-size: 1.125rem !important;
  }
  .u-fs-md-19 {
    font-size: 1.1875rem !important;
  }
  .u-fs-md-20 {
    font-size: 1.25rem !important;
  }
  .u-fs-md-21 {
    font-size: 1.3125rem !important;
  }
  .u-fs-md-22 {
    font-size: 1.375rem !important;
  }
  .u-fs-md-23 {
    font-size: 1.4375rem !important;
  }
  .u-fs-md-24 {
    font-size: 1.5rem !important;
  }
  .u-fs-md-25 {
    font-size: 1.5625rem !important;
  }
  .u-fs-md-26 {
    font-size: 1.625rem !important;
  }
  .u-fs-md-27 {
    font-size: 1.6875rem !important;
  }
  .u-fs-md-28 {
    font-size: 1.75rem !important;
  }
  .u-fs-md-29 {
    font-size: 1.8125rem !important;
  }
  .u-fs-md-30 {
    font-size: 1.875rem !important;
  }
  .u-fs-md-31 {
    font-size: 1.9375rem !important;
  }
  .u-fs-md-32 {
    font-size: 2rem !important;
  }
  .u-fs-md-33 {
    font-size: 2.0625rem !important;
  }
  .u-fs-md-34 {
    font-size: 2.125rem !important;
  }
  .u-fs-md-35 {
    font-size: 2.1875rem !important;
  }
  .u-fs-md-36 {
    font-size: 2.25rem !important;
  }
  .u-fs-md-37 {
    font-size: 2.3125rem !important;
  }
  .u-fs-md-38 {
    font-size: 2.375rem !important;
  }
  .u-fs-md-39 {
    font-size: 2.4375rem !important;
  }
  .u-fs-md-40 {
    font-size: 2.5rem !important;
  }
  .u-fs-md-41 {
    font-size: 2.5625rem !important;
  }
  .u-fs-md-42 {
    font-size: 2.625rem !important;
  }
  .u-fs-md-43 {
    font-size: 2.6875rem !important;
  }
  .u-fs-md-44 {
    font-size: 2.75rem !important;
  }
  .u-fs-md-45 {
    font-size: 2.8125rem !important;
  }
  .u-fs-md-46 {
    font-size: 2.875rem !important;
  }
  .u-fs-md-47 {
    font-size: 2.9375rem !important;
  }
  .u-fs-md-48 {
    font-size: 3rem !important;
  }
  .u-fs-md-49 {
    font-size: 3.0625rem !important;
  }
  .u-fs-md-50 {
    font-size: 3.125rem !important;
  }
  .u-fs-md-51 {
    font-size: 3.1875rem !important;
  }
  .u-fs-md-52 {
    font-size: 3.25rem !important;
  }
  .u-fs-md-53 {
    font-size: 3.3125rem !important;
  }
  .u-fs-md-54 {
    font-size: 3.375rem !important;
  }
  .u-fs-md-55 {
    font-size: 3.4375rem !important;
  }
  .u-fs-md-56 {
    font-size: 3.5rem !important;
  }
  .u-fs-md-57 {
    font-size: 3.5625rem !important;
  }
  .u-fs-md-58 {
    font-size: 3.625rem !important;
  }
  .u-fs-md-59 {
    font-size: 3.6875rem !important;
  }
  .u-fs-md-60 {
    font-size: 3.75rem !important;
  }
  .u-fs-md-61 {
    font-size: 3.8125rem !important;
  }
  .u-fs-md-62 {
    font-size: 3.875rem !important;
  }
  .u-fs-md-63 {
    font-size: 3.9375rem !important;
  }
  .u-fs-md-64 {
    font-size: 4rem !important;
  }
  .u-fs-md-65 {
    font-size: 4.0625rem !important;
  }
  .u-fs-md-66 {
    font-size: 4.125rem !important;
  }
  .u-fs-md-67 {
    font-size: 4.1875rem !important;
  }
  .u-fs-md-68 {
    font-size: 4.25rem !important;
  }
  .u-fs-md-69 {
    font-size: 4.3125rem !important;
  }
  .u-fs-md-70 {
    font-size: 4.375rem !important;
  }
  .u-text-color-md--primary {
    color: #E60012 !important;
  }
  .u-text-color-md--secondary {
    color: #FFFF46 !important;
  }
  .u-text-color-md--white {
    color: #fff;
  }
  .u-text-color-md--gray {
    color: #CCCCCC;
  }
  .u-text-md--bold {
    font-weight: bold !important;
  }
  .u-text-md--left {
    text-align: left !important;
  }
  .u-text-md--center {
    text-align: center !important;
  }
  .u-text-md--right {
    text-align: right !important;
  }
  .u-text-md-break--all {
    word-break: break-all !important;
  }
}

@media (min-width: 992px) {
  .u-fs-lg-0 {
    font-size: 0rem !important;
  }
  .u-fs-lg-1 {
    font-size: 0.0625rem !important;
  }
  .u-fs-lg-2 {
    font-size: 0.125rem !important;
  }
  .u-fs-lg-3 {
    font-size: 0.1875rem !important;
  }
  .u-fs-lg-4 {
    font-size: 0.25rem !important;
  }
  .u-fs-lg-5 {
    font-size: 0.3125rem !important;
  }
  .u-fs-lg-6 {
    font-size: 0.375rem !important;
  }
  .u-fs-lg-7 {
    font-size: 0.4375rem !important;
  }
  .u-fs-lg-8 {
    font-size: 0.5rem !important;
  }
  .u-fs-lg-9 {
    font-size: 0.5625rem !important;
  }
  .u-fs-lg-10 {
    font-size: 0.625rem !important;
  }
  .u-fs-lg-11 {
    font-size: 0.6875rem !important;
  }
  .u-fs-lg-12 {
    font-size: 0.75rem !important;
  }
  .u-fs-lg-13 {
    font-size: 0.8125rem !important;
  }
  .u-fs-lg-14 {
    font-size: 0.875rem !important;
  }
  .u-fs-lg-15 {
    font-size: 0.9375rem !important;
  }
  .u-fs-lg-16 {
    font-size: 1rem !important;
  }
  .u-fs-lg-17 {
    font-size: 1.0625rem !important;
  }
  .u-fs-lg-18 {
    font-size: 1.125rem !important;
  }
  .u-fs-lg-19 {
    font-size: 1.1875rem !important;
  }
  .u-fs-lg-20 {
    font-size: 1.25rem !important;
  }
  .u-fs-lg-21 {
    font-size: 1.3125rem !important;
  }
  .u-fs-lg-22 {
    font-size: 1.375rem !important;
  }
  .u-fs-lg-23 {
    font-size: 1.4375rem !important;
  }
  .u-fs-lg-24 {
    font-size: 1.5rem !important;
  }
  .u-fs-lg-25 {
    font-size: 1.5625rem !important;
  }
  .u-fs-lg-26 {
    font-size: 1.625rem !important;
  }
  .u-fs-lg-27 {
    font-size: 1.6875rem !important;
  }
  .u-fs-lg-28 {
    font-size: 1.75rem !important;
  }
  .u-fs-lg-29 {
    font-size: 1.8125rem !important;
  }
  .u-fs-lg-30 {
    font-size: 1.875rem !important;
  }
  .u-fs-lg-31 {
    font-size: 1.9375rem !important;
  }
  .u-fs-lg-32 {
    font-size: 2rem !important;
  }
  .u-fs-lg-33 {
    font-size: 2.0625rem !important;
  }
  .u-fs-lg-34 {
    font-size: 2.125rem !important;
  }
  .u-fs-lg-35 {
    font-size: 2.1875rem !important;
  }
  .u-fs-lg-36 {
    font-size: 2.25rem !important;
  }
  .u-fs-lg-37 {
    font-size: 2.3125rem !important;
  }
  .u-fs-lg-38 {
    font-size: 2.375rem !important;
  }
  .u-fs-lg-39 {
    font-size: 2.4375rem !important;
  }
  .u-fs-lg-40 {
    font-size: 2.5rem !important;
  }
  .u-fs-lg-41 {
    font-size: 2.5625rem !important;
  }
  .u-fs-lg-42 {
    font-size: 2.625rem !important;
  }
  .u-fs-lg-43 {
    font-size: 2.6875rem !important;
  }
  .u-fs-lg-44 {
    font-size: 2.75rem !important;
  }
  .u-fs-lg-45 {
    font-size: 2.8125rem !important;
  }
  .u-fs-lg-46 {
    font-size: 2.875rem !important;
  }
  .u-fs-lg-47 {
    font-size: 2.9375rem !important;
  }
  .u-fs-lg-48 {
    font-size: 3rem !important;
  }
  .u-fs-lg-49 {
    font-size: 3.0625rem !important;
  }
  .u-fs-lg-50 {
    font-size: 3.125rem !important;
  }
  .u-fs-lg-51 {
    font-size: 3.1875rem !important;
  }
  .u-fs-lg-52 {
    font-size: 3.25rem !important;
  }
  .u-fs-lg-53 {
    font-size: 3.3125rem !important;
  }
  .u-fs-lg-54 {
    font-size: 3.375rem !important;
  }
  .u-fs-lg-55 {
    font-size: 3.4375rem !important;
  }
  .u-fs-lg-56 {
    font-size: 3.5rem !important;
  }
  .u-fs-lg-57 {
    font-size: 3.5625rem !important;
  }
  .u-fs-lg-58 {
    font-size: 3.625rem !important;
  }
  .u-fs-lg-59 {
    font-size: 3.6875rem !important;
  }
  .u-fs-lg-60 {
    font-size: 3.75rem !important;
  }
  .u-fs-lg-61 {
    font-size: 3.8125rem !important;
  }
  .u-fs-lg-62 {
    font-size: 3.875rem !important;
  }
  .u-fs-lg-63 {
    font-size: 3.9375rem !important;
  }
  .u-fs-lg-64 {
    font-size: 4rem !important;
  }
  .u-fs-lg-65 {
    font-size: 4.0625rem !important;
  }
  .u-fs-lg-66 {
    font-size: 4.125rem !important;
  }
  .u-fs-lg-67 {
    font-size: 4.1875rem !important;
  }
  .u-fs-lg-68 {
    font-size: 4.25rem !important;
  }
  .u-fs-lg-69 {
    font-size: 4.3125rem !important;
  }
  .u-fs-lg-70 {
    font-size: 4.375rem !important;
  }
  .u-text-color-lg--primary {
    color: #E60012 !important;
  }
  .u-text-color-lg--secondary {
    color: #FFFF46 !important;
  }
  .u-text-color-lg--white {
    color: #fff;
  }
  .u-text-color-lg--gray {
    color: #CCCCCC;
  }
  .u-text-lg--bold {
    font-weight: bold !important;
  }
  .u-text-lg--left {
    text-align: left !important;
  }
  .u-text-lg--center {
    text-align: center !important;
  }
  .u-text-lg--right {
    text-align: right !important;
  }
  .u-text-lg-break--all {
    word-break: break-all !important;
  }
}

@media (min-width: 1400px) {
  .u-fs-xl-0 {
    font-size: 0rem !important;
  }
  .u-fs-xl-1 {
    font-size: 0.0625rem !important;
  }
  .u-fs-xl-2 {
    font-size: 0.125rem !important;
  }
  .u-fs-xl-3 {
    font-size: 0.1875rem !important;
  }
  .u-fs-xl-4 {
    font-size: 0.25rem !important;
  }
  .u-fs-xl-5 {
    font-size: 0.3125rem !important;
  }
  .u-fs-xl-6 {
    font-size: 0.375rem !important;
  }
  .u-fs-xl-7 {
    font-size: 0.4375rem !important;
  }
  .u-fs-xl-8 {
    font-size: 0.5rem !important;
  }
  .u-fs-xl-9 {
    font-size: 0.5625rem !important;
  }
  .u-fs-xl-10 {
    font-size: 0.625rem !important;
  }
  .u-fs-xl-11 {
    font-size: 0.6875rem !important;
  }
  .u-fs-xl-12 {
    font-size: 0.75rem !important;
  }
  .u-fs-xl-13 {
    font-size: 0.8125rem !important;
  }
  .u-fs-xl-14 {
    font-size: 0.875rem !important;
  }
  .u-fs-xl-15 {
    font-size: 0.9375rem !important;
  }
  .u-fs-xl-16 {
    font-size: 1rem !important;
  }
  .u-fs-xl-17 {
    font-size: 1.0625rem !important;
  }
  .u-fs-xl-18 {
    font-size: 1.125rem !important;
  }
  .u-fs-xl-19 {
    font-size: 1.1875rem !important;
  }
  .u-fs-xl-20 {
    font-size: 1.25rem !important;
  }
  .u-fs-xl-21 {
    font-size: 1.3125rem !important;
  }
  .u-fs-xl-22 {
    font-size: 1.375rem !important;
  }
  .u-fs-xl-23 {
    font-size: 1.4375rem !important;
  }
  .u-fs-xl-24 {
    font-size: 1.5rem !important;
  }
  .u-fs-xl-25 {
    font-size: 1.5625rem !important;
  }
  .u-fs-xl-26 {
    font-size: 1.625rem !important;
  }
  .u-fs-xl-27 {
    font-size: 1.6875rem !important;
  }
  .u-fs-xl-28 {
    font-size: 1.75rem !important;
  }
  .u-fs-xl-29 {
    font-size: 1.8125rem !important;
  }
  .u-fs-xl-30 {
    font-size: 1.875rem !important;
  }
  .u-fs-xl-31 {
    font-size: 1.9375rem !important;
  }
  .u-fs-xl-32 {
    font-size: 2rem !important;
  }
  .u-fs-xl-33 {
    font-size: 2.0625rem !important;
  }
  .u-fs-xl-34 {
    font-size: 2.125rem !important;
  }
  .u-fs-xl-35 {
    font-size: 2.1875rem !important;
  }
  .u-fs-xl-36 {
    font-size: 2.25rem !important;
  }
  .u-fs-xl-37 {
    font-size: 2.3125rem !important;
  }
  .u-fs-xl-38 {
    font-size: 2.375rem !important;
  }
  .u-fs-xl-39 {
    font-size: 2.4375rem !important;
  }
  .u-fs-xl-40 {
    font-size: 2.5rem !important;
  }
  .u-fs-xl-41 {
    font-size: 2.5625rem !important;
  }
  .u-fs-xl-42 {
    font-size: 2.625rem !important;
  }
  .u-fs-xl-43 {
    font-size: 2.6875rem !important;
  }
  .u-fs-xl-44 {
    font-size: 2.75rem !important;
  }
  .u-fs-xl-45 {
    font-size: 2.8125rem !important;
  }
  .u-fs-xl-46 {
    font-size: 2.875rem !important;
  }
  .u-fs-xl-47 {
    font-size: 2.9375rem !important;
  }
  .u-fs-xl-48 {
    font-size: 3rem !important;
  }
  .u-fs-xl-49 {
    font-size: 3.0625rem !important;
  }
  .u-fs-xl-50 {
    font-size: 3.125rem !important;
  }
  .u-fs-xl-51 {
    font-size: 3.1875rem !important;
  }
  .u-fs-xl-52 {
    font-size: 3.25rem !important;
  }
  .u-fs-xl-53 {
    font-size: 3.3125rem !important;
  }
  .u-fs-xl-54 {
    font-size: 3.375rem !important;
  }
  .u-fs-xl-55 {
    font-size: 3.4375rem !important;
  }
  .u-fs-xl-56 {
    font-size: 3.5rem !important;
  }
  .u-fs-xl-57 {
    font-size: 3.5625rem !important;
  }
  .u-fs-xl-58 {
    font-size: 3.625rem !important;
  }
  .u-fs-xl-59 {
    font-size: 3.6875rem !important;
  }
  .u-fs-xl-60 {
    font-size: 3.75rem !important;
  }
  .u-fs-xl-61 {
    font-size: 3.8125rem !important;
  }
  .u-fs-xl-62 {
    font-size: 3.875rem !important;
  }
  .u-fs-xl-63 {
    font-size: 3.9375rem !important;
  }
  .u-fs-xl-64 {
    font-size: 4rem !important;
  }
  .u-fs-xl-65 {
    font-size: 4.0625rem !important;
  }
  .u-fs-xl-66 {
    font-size: 4.125rem !important;
  }
  .u-fs-xl-67 {
    font-size: 4.1875rem !important;
  }
  .u-fs-xl-68 {
    font-size: 4.25rem !important;
  }
  .u-fs-xl-69 {
    font-size: 4.3125rem !important;
  }
  .u-fs-xl-70 {
    font-size: 4.375rem !important;
  }
  .u-text-color-xl--primary {
    color: #E60012 !important;
  }
  .u-text-color-xl--secondary {
    color: #FFFF46 !important;
  }
  .u-text-color-xl--white {
    color: #fff;
  }
  .u-text-color-xl--gray {
    color: #CCCCCC;
  }
  .u-text-xl--bold {
    font-weight: bold !important;
  }
  .u-text-xl--left {
    text-align: left !important;
  }
  .u-text-xl--center {
    text-align: center !important;
  }
  .u-text-xl--right {
    text-align: right !important;
  }
  .u-text-xl-break--all {
    word-break: break-all !important;
  }
}

.u-bg--primary {
  background-color: #E60012 !important;
}

.u-bg--white {
  background-color: #fff !important;
}

.u-bg--transparent {
  background-color: transparent !important;
}

.u-bg--dark {
  background-color: #222 !important;
}

.u-bg--dark2 {
  background-color: #3B3B3B !important;
}

.u-bg--dark3 {
  background-color: #4E4E4E !important;
}

.u-bg--darken {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.u-bg--lighten {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

@media (min-width: 576px) {
  .u-bg-sm--primary {
    background-color: #E60012 !important;
  }
  .u-bg-sm--white {
    background-color: #fff !important;
  }
  .u-bg-sm--transparent {
    background-color: transparent !important;
  }
  .u-bg-sm--dark {
    background-color: #222 !important;
  }
  .u-bg-sm--dark2 {
    background-color: #3B3B3B !important;
  }
  .u-bg-sm--dark3 {
    background-color: #4E4E4E !important;
  }
  .u-bg-sm--darken {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .u-bg-sm--lighten {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
}

@media (min-width: 768px) {
  .u-bg-md--primary {
    background-color: #E60012 !important;
  }
  .u-bg-md--white {
    background-color: #fff !important;
  }
  .u-bg-md--transparent {
    background-color: transparent !important;
  }
  .u-bg-md--dark {
    background-color: #222 !important;
  }
  .u-bg-md--dark2 {
    background-color: #3B3B3B !important;
  }
  .u-bg-md--dark3 {
    background-color: #4E4E4E !important;
  }
  .u-bg-md--darken {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .u-bg-md--lighten {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
}

@media (min-width: 992px) {
  .u-bg-lg--primary {
    background-color: #E60012 !important;
  }
  .u-bg-lg--white {
    background-color: #fff !important;
  }
  .u-bg-lg--transparent {
    background-color: transparent !important;
  }
  .u-bg-lg--dark {
    background-color: #222 !important;
  }
  .u-bg-lg--dark2 {
    background-color: #3B3B3B !important;
  }
  .u-bg-lg--dark3 {
    background-color: #4E4E4E !important;
  }
  .u-bg-lg--darken {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .u-bg-lg--lighten {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
}

@media (min-width: 1400px) {
  .u-bg-xl--primary {
    background-color: #E60012 !important;
  }
  .u-bg-xl--white {
    background-color: #fff !important;
  }
  .u-bg-xl--transparent {
    background-color: transparent !important;
  }
  .u-bg-xl--dark {
    background-color: #222 !important;
  }
  .u-bg-xl--dark2 {
    background-color: #3B3B3B !important;
  }
  .u-bg-xl--dark3 {
    background-color: #4E4E4E !important;
  }
  .u-bg-xl--darken {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .u-bg-xl--lighten {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
}

.u-border--none {
  border: none !important;
}

.u-border--primary {
  border: 1px solid #E60012 !important;
}

.u-border--dark {
  border: 1px solid #393939 !important;
}

.u-border-bottom--dark {
  border-bottom: 1px solid #393939;
}

@media (min-width: 576px) {
  .u-border-sm--none {
    border: none !important;
  }
  .u-border-sm--primary {
    border: 1px solid #E60012 !important;
  }
  .u-border-sm--dark {
    border: 1px solid #393939 !important;
  }
  .u-border-bottom-sm--dark {
    border-bottom: 1px solid #393939;
  }
}

@media (min-width: 768px) {
  .u-border-md--none {
    border: none !important;
  }
  .u-border-md--primary {
    border: 1px solid #E60012 !important;
  }
  .u-border-md--dark {
    border: 1px solid #393939 !important;
  }
  .u-border-bottom-md--dark {
    border-bottom: 1px solid #393939;
  }
}

@media (min-width: 992px) {
  .u-border-lg--none {
    border: none !important;
  }
  .u-border-lg--primary {
    border: 1px solid #E60012 !important;
  }
  .u-border-lg--dark {
    border: 1px solid #393939 !important;
  }
  .u-border-bottom-lg--dark {
    border-bottom: 1px solid #393939;
  }
}

@media (min-width: 1400px) {
  .u-border-xl--none {
    border: none !important;
  }
  .u-border-xl--primary {
    border: 1px solid #E60012 !important;
  }
  .u-border-xl--dark {
    border: 1px solid #393939 !important;
  }
  .u-border-bottom-xl--dark {
    border-bottom: 1px solid #393939;
  }
}

.comment_complete_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  z-index: 100;
  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;
  padding: 0 1rem;
}

.comment_complete_overlay .comment_complete {
  background-color: #000;
  border: solid 1px #fff;
  padding: 2rem;
}

.comment_complete_overlay .comment_complete #body {
  text-align: left;
  margin-top: 20px;
}

.comment_complete_overlay .comment_complete button {
  margin-top: 20px;
}

.l-archive-comment__reply {
  margin-top: 1rem;
}

.l-archive-comment__reply p {
  padding-left: 1rem;
}
