@charset "UTF-8";

/*
 Theme Name:   Godios. Child Theme
 Theme URI:    https://godios.simmon.design/
 Description:  Godios Child Theme
 Author:       Simmon
 Author URI:   https://simmon.design/
 Template:     godios
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Grid-Layout, Two-Columns, Left-Sidebar, Right-Sidebar, Accessibility-Ready, Custom-Background, Custom-Colors,Custom-Header, Custom-Menu, Editor-Style, Featured-Image-Header, Featured-Images, Sticky-Post, Theme-Options, Threaded-Comments, Blog
 Text Domain:  godios-child
*/

/* これより下に子テーマ用CSSをお書き下さい。 */

@import url(./icomoon/style.css);

body {
  font-size: 1.4rem;
}

h1 {
  line-height: 1;
}

#header {
  position: fixed !important;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  transition: none;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

#gnav {
  right: 0;
}

#topbar {
  position: relative;
  width: 100%;
}

#header.nodisplay {
  display: none;
}

.fixed-topbar {
  -webkit-animation: none;
  animation: none;
}

#logo {
  width: 250px;
  height: 55px;
}

#logo > a img {
  width: 100%;
  height: auto;
  padding: 0 10px;
}

#topbar-search-btn {
  display: none;
}

#topbar-menu-btn,
#overlay-menu-close-btn {
  top: 15px;
  right: 20px;
}

#gnav .gnav {
  color: #212529;
}

#gnav .gnav > li > a:hover {
  color: #e5c238;
}

#footer {
  background-color: #333;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #fbd756;
}

#wrapper {
  position: relative;
  margin-top: 65px;
}

#wrapper.wrapper-nomenu {
  margin-top: 0;
}

#entry {
  margin-top: 0;
}

.page #breadcrumb {
  background-color: rgba(0, 0, 0, 0.25);
}

.page #breadcrumb.no-img {
  background-color: rgba(255, 255, 255, 0.15);
}

.page .entry-top {
  height: 250px;
}

.page .entry-top header {
  top: auto;
  bottom: 0;
  min-height: 85px;
  background-color: rgba(0, 0, 0, 0.25);
}

.page .entry-top header .entry-title {
  margin-top: 10px;
}

.page .entry-top header .entry-excerpt {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff;
}

.page .entry-top > .entry-image::after {
  content: none;
}

.page .entry-top > .entry-image > img {
  width: 100%;
  height: 250px;
  margin: 0;
  -webkit-filter: none;
  filter: none;
}

.page .entry-top.no-img {
  height: 95px;
}

.page .entry-top.no-img header {
  height: 55px;
  background-color: transparent;
}

.page .entry-top.no-img .entry-excerpt {
  color: #212529;
}

.entry-inner {
  width: auto !important;
  padding-right: 25px;
}

.archive-head,
.search-head {
  margin: 0 0 5px;
}

#empty-header {
  height: 0 !important;
}

#smileplus-wide-wrapper,
#bbd-inner {
  width: 100%;
}

#smileplus-wide-wrapper > div,
#bbd-inner > div {
  position: relative;
  z-index: 2;
}

.entry-category {
  background-color: #ee7e33;
}

.pagination .current,
.pagination a:hover {
  background-color: #e5c238;
}

.entry-list > a:hover .entry-title {
  color: #e5c238;
}

#contents > ol > li:nth-of-type(odd)::before,
#contents > ol > li:nth-of-type(odd) > ul::before,
#entry-content ul > li:nth-of-type(odd)::before,
#side li:nth-of-type(odd) li::before,
#side li:nth-of-type(odd)::before {
  background-color: #e5c238;
}

#entry-content ul > li:nth-of-type(even)::before,
#side li:nth-of-type(even) li::before,
#side li:nth-of-type(even)::before {
  background-color: #ee7e33;
}

.sr-only {
  position: absolute !important;
}

.btn {
  transition: none;
}

.btn:hover {
  box-shadow: none;
}

.btn-primary {
  background-color: none;
}

.btn-secondary {
  background-color: none;
}

.btn-god {
  padding: 8px 24px;
  transition: box-shadow .3s 0s ease-in-out;
}

.btn-god:hover {
  box-shadow: 2px 2px 3px #ccc;
}

.btn-godprimary {
  font-weight: bold;
  color: #212529;
  background-color: #e5c238;
}

.btn-godsecondary {
  background-color: #8be8bf;
}

.btn-graysquare {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  border: solid 3px #f2f1f3;
  /*-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);*/
  /*box-shadow: 0 0 6px rgba(0, 0, 0, .2);*/
  background-color: #fff;
}

.wpcf7-form input[type=submit],
.wpcf7-form button {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 8px 30px;
  background-color: #e5c238;
}

#side {
  width: 100%;
  margin-top: 40px;
}

#side .blog-card {
  /*-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);*/
  /*box-shadow: 0 0 6px rgba(0, 0, 0, .2);*/
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: solid 3px #f2f1f3;
}

#side .bc-link {
  display: flex;
  align-items: normal;
  -webkit-box-align: start;
}

#side .bc-link:hover {
  color: #e5c238;
}

#side .bc-link:hover .bc-title {
  color: #212529;
}

#side .bc-link:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

#side .bc-content {
  padding-right: 0;
  text-align: left;
  flex: 1;
}

#side .cite-link {
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: right;
}

#side .bc-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 8px 0 0;
}

#side .bc-img > img {
  width: 100%;
  height: 100%;
  margin: 0;
  transition: -webkit-transform .5s 0s ease-in-out;
  transition: transform .5s 0s ease-in-out;
  transition: transform .5s 0s ease-in-out, -webkit-transform .5s 0s ease-in-out;
  will-change: transform;
}

#side .bc-title {
  font-size: 1.8rem;
  margin: 0;
  transition: color .3s 0s ease-in-out;
}

#side .bc-date {
  font-size: 1.3rem;
  font-weight: 200;
  display: block;
  margin-top: 8px;
  color: #666;
}

#side .bc-excerpt {
  font-size: 12px;
}

#entry-content {
  margin: 10px;
}

#entry-content li:not(.nav-item) {
  margin-left: 17px;
  text-indent: -17px;
}

#entry-content h2::before {
  background-color: #e5c238;
}

#entry-content h3::before {
  background-color: #ee7e33;
}

#entry-content .table {
  width: auto;
}

#entry-content .table-sm th,
#entry-content .table-sm td {
  padding: .3rem;
}

#entry-content .table-md th,
#entry-content .table-md td {
  padding: .5rem 1rem;
}

#entry-content .table-unresponsive {
  display: table;
  overflow: unset;
  width: 100%;
  white-space: normal;
}

#entry-content .table-unresponsive .table thead th {
  vertical-align: top;
}

#entry-content .bc-title {
  margin-bottom: 10px;
}

#entry-content .bc-title:hover {
  color: #e5c238;
}

#entry-content .bc-excerpt {
  font-size: 80%;
  transition: color .3s 0s ease-in-out;
  color: #212529;
}

#entry-content .bc-excerpt:hover {
  color: #e5c238;
}

#entry-content a.btn-graysquare {
  color: #212529;
}

#entry-content a.btn-graysquare:hover {
  color: #7e8b98;
}

#entry-content .nav-item::before {
  content: none;
}

#entry-content .nav-pills .nav-link.active,
#entry-content .nav-pills .show > .nav-link {
  color: #212529;
  background-color: #e5c238;
}

#entry-content .nav-pills .nav-link {
  color: #212529;
  border: 1px #e5c238 solid;
  border-radius: .25rem;
}

.search-form label {
  font-size: 1.4rem;
}

.bc-link {
  align-items: normal;
  -webkit-box-align: start;
}

.bc-link:hover .bc-title {
  color: #212529;
}

#bbd-lp {
  width: 100%;
  background-image: url(images/key-v_pic_2.png);
  background-position: center;
  background-repeat-x: repeat;
}

#bbd-lp #bbd-wrapper {
  position: relative;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

#bbd-lp #bbd-wrapper::after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: ' ';
  background-image: url(images/key-v_pic_lady_2.png);
  background-size: contain;
}

#bbd-lp #bbd-wrapper #bbd-inner {
  margin: 0 auto;
}

.card_ribbon {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 0 -5px;
  padding: 5px;
  color: #212529;
  background: #e5c238;
}

.card_ribbon:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  border: none;
  border-right: solid 5px #a28515;
  border-bottom: solid 5px transparent;
}

#bbd-lp {
  min-height: 200px;
}

#bbd-lp #bbd-wrapper {
  min-height: 150px;
}

#bbd-lp #bbd-wrapper::after {
  right: 5px;
  min-width: 200px;
  min-height: 200px;
}

.h1_lp,
.h2_lp,
.h3_lp {
  font-family: Georgia,游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN',HGS明朝E,メイリオ,Meiryo,serif;
  color: #212529;
}

.h1_lp {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-shadow: -1px -1px 2px #fff , -1px 1px 2px #fff , 1px -1px 3px #fff , 2px 2px 4px #fff;
}

#entry-lp {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  background-repeat: repeat;
}

#entry-lp #entry-content {
  margin: 10px 5px;
}

#entry-lp #entry-content p {
  margin-right: 15px;
  margin-left: 15px;
}

#entry-lp .h2_lp {
  font-size: 2.2rem;
  margin: 20px -5px;
  padding: 20px 15px;
  background-image: url(images/sec5_line_base.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

#entry-lp .h2_lp::before {
  content: none;
}

#entry-lp .h2_lp .text-spyellow {
  text-shadow: 1px 1px 1px #666;
}

#entry-lp .h3_lp {
  font-size: 2.0rem;
  margin: 20px 5px;
  padding: 20px 0;
  text-align: center;
  border-bottom: #b78623 solid 1px;
}

#entry-lp .h3_lp::before {
  content: none;
}

#entry-lp .em_lp {
  font-weight: bold;
  font-style: normal;
  background: linear-gradient(transparent 70%, #e5c238 30%);
}

#entry-lp .ul_lp {
  margin: 25px 15px 0;
  padding: 10px 10px 10px 15px;
  border: 1px solid #b78623;
}

#entry-lp .ul_lp > li:nth-of-type(even)::before,
#entry-lp .ul_lp > li:nth-of-type(odd)::before {
  background-color: #b78623;
}

cite {
  font-size: 10px;
  font-style: normal;
  line-height: 1.2;
  display: inline-block;
}

#entry-content .card img {
  font-family: scale-down;
  margin-top: 0;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

em {
  font-weight: bold;
  font-style: normal;
}

.senior_plan .babysitter_plan {
  display: none;
}

.text-spyellow {
  color: #e5c238;
}

.text-middle,
.table .text-middle {
  vertical-align: middle;
}

.card-header-spyellow {
  border-top: 3px solid #e5c238;
}

.bottom-cta-spacer {
  padding: 30px;
  background-color: #333;
}

.bottom-cta {
  padding: 8px 0;
  background-color: #212529;
}

.medal {
  font-family: Georgia,游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN',HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin: 10px 0;
  text-align: center;
  color: #212529;
  text-shadow: 1px 1px 2px #fff;
}

.medal::before {
  display: block;
  margin: -5px;
  padding-top: 100%;
  content: '';
  border: 5px solid #e5c238;
  border-radius: 1000px;
  background: linear-gradient(#f4e5a9 0%, #e8c94f 100%);
}

.medal .medal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.badge-group span:not(:first-child) {
  margin-left: 2px;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  margin-bottom: 4px;
  padding: 4px 8px;
  border: 4px solid #efefef;
  border-radius: 8px;
}

input[type='checkbox'] + label::before,
input[type='radio'] + label::before {
  font-family: 'icomoon' !important;
  margin-right: 3px;
}

input[type='checkbox'] + label:hover,
input[type='radio'] + label:hover {
  border: 4px solid #ddd;
}

input[type='checkbox'] + label::before {
  content: '\ea53';
}

input[type='radio'] + label::before {
  content: '\ea56';
}

input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
  border: 4px solid #e5c238;
}

input[type='checkbox']:checked + label::before {
  content: '\ea52';
}

input[type='radio']:checked + label::before {
  content: '\ea54';
}

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

/* fontsize_controll start */

.f8-xs {
  font-size: 0.8rem !important;
}

.l8-xs {
  line-height: 0.8rem !important;
}

.f9-xs {
  font-size: 0.9rem !important;
}

.l9-xs {
  line-height: 0.9rem !important;
}

.f10-xs {
  font-size: 1rem !important;
}

.l10-xs {
  line-height: 1rem !important;
}

.f11-xs {
  font-size: 1.1rem !important;
}

.l11-xs {
  line-height: 1.1rem !important;
}

.f12-xs {
  font-size: 1.2rem !important;
}

.l12-xs {
  line-height: 1.2rem !important;
}

.f13-xs {
  font-size: 1.3rem !important;
}

.l13-xs {
  line-height: 1.3rem !important;
}

.f14-xs {
  font-size: 1.4rem !important;
}

.l14-xs {
  line-height: 1.4rem !important;
}

.f15-xs {
  font-size: 1.5rem !important;
}

.l15-xs {
  line-height: 1.5rem !important;
}

.f16-xs {
  font-size: 1.6rem !important;
}

.l16-xs {
  line-height: 1.6rem !important;
}

.f17-xs {
  font-size: 1.7rem !important;
}

.l17-xs {
  line-height: 1.7rem !important;
}

.f18-xs {
  font-size: 1.8rem !important;
}

.l18-xs {
  line-height: 1.8rem !important;
}

.f19-xs {
  font-size: 1.9rem !important;
}

.l19-xs {
  line-height: 1.9rem !important;
}

.f20-xs {
  font-size: 2rem !important;
}

.l20-xs {
  line-height: 2rem !important;
}

.f22-xs {
  font-size: 2.2rem !important;
}

.l22-xs {
  line-height: 2.2rem !important;
}

.f24-xs {
  font-size: 2.4rem !important;
}

.l24-xs {
  line-height: 2.4rem !important;
}

.f26-xs {
  font-size: 2.6rem !important;
}

.l26-xs {
  line-height: 2.6rem !important;
}

.f28-xs {
  font-size: 2.8rem !important;
}

.l28-xs {
  line-height: 2.8rem !important;
}

.f30-xs {
  font-size: 3rem !important;
}

.l30-xs {
  line-height: 3rem !important;
}

.f32-xs {
  font-size: 3.2rem !important;
}

.l32-xs {
  line-height: 3.2rem !important;
}

.f34-xs {
  font-size: 3.4rem !important;
}

.l34-xs {
  line-height: 3.4rem !important;
}

.f36-xs {
  font-size: 3.6rem !important;
}

.l36-xs {
  line-height: 3.6rem !important;
}

.f38-xs {
  font-size: 3.8rem !important;
}

.l38-xs {
  line-height: 3.8rem !important;
}

.f40-xs {
  font-size: 4rem !important;
}

.l40-xs {
  line-height: 4rem !important;
}

.f48-xs {
  font-size: 4.8rem !important;
}

.l48-xs {
  line-height: 4.8rem !important;
}

.f56-xs {
  font-size: 5.6rem !important;
}

.l56-xs {
  line-height: 5.6rem !important;
}

.f64-xs {
  font-size: 6.4rem !important;
}

.l64-xs {
  line-height: 6.4rem !important;
}

.f72-xs {
  font-size: 7.2rem !important;
}

.l72-xs {
  line-height: 7.2rem !important;
}

.f80-xs {
  font-size: 8rem !important;
}

.l80-xs {
  line-height: 8rem !important;
}

.accent {
  font-size: 125%;
}

.weaken {
  font-size: 80%;
}

.text-scale200 {
  font-size: 200% !important;
}

.text-scale180 {
  font-size: 180% !important;
}

.text-scale150 {
  font-size: 150% !important;
}

.text-scale125 {
  font-size: 125% !important;
}

.text-scale100 {
  font-size: 100% !important;
}

.text-scale80 {
  font-size: 80% !important;
}

.text-scale70 {
  font-size: 70% !important;
}

.text-scale60 {
  font-size: 60% !important;
}

.text-scale50 {
  font-size: 50% !important;
}

.strong {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.nodeco {
  border: none !important;
  text-decoration: none !important;
  font-style: normal !important;
}

.nodeco::before,
.nodeco::after {
  content: none !important;
  background: none !important;
  border: none !important;
}

/* fontsize_controll end */

/* size_controll start */

.wd10-xs {
  width: 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.wd20-xs {
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.wd25-xs {
  width: 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.wd30-xs {
  width: 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.wd33-xs {
  width: 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.wd40-xs {
  width: 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.wd50-xs {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.wd60-xs {
  width: 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.wd66-xs {
  width: 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.wd70-xs {
  width: 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.wd75-xs {
  width: 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.wd90-xs {
  width: 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.wd100-xs {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* size_controll end */

/* space_controll start */

/* compiled by sass meister
https://www.sassmeister.com/ */

.m0-xs,
.m.m0-xs {
  margin: 0px !important;
}

.mt0-xs,
.m.mt0-xs {
  margin-top: 0px !important;
}

.mr0-xs,
.m.mr0-xs {
  margin-right: 0px !important;
}

.mb0-xs,
.m.mb0-xs {
  margin-bottom: 0px !important;
}

.ml0-xs,
.m.ml0-xs {
  margin-left: 0px !important;
}

.mx0-xs,
.m.mx0-xs {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.my0-xs,
.m.my0-xs {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p0-xs,
.p.p0-xs {
  padding: 0px !important;
}

.pt0-xs,
.p.pt0-xs {
  padding-top: 0px !important;
}

.pr0-xs,
.p.pr0-xs {
  padding-right: 0px !important;
}

.pb0-xs,
.p.pb0-xs {
  padding-bottom: 0px !important;
}

.pl0-xs,
.p.pl0-xs {
  padding-left: 0px !important;
}

.px0-xs,
.p.px0-xs {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.py0-xs,
.p.py0-xs {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m1-xs,
.m.m1-xs {
  margin: 5px !important;
}

.mt1-xs,
.m.mt1-xs {
  margin-top: 5px !important;
}

.mr1-xs,
.m.mr1-xs {
  margin-right: 5px !important;
}

.mb1-xs,
.m.mb1-xs {
  margin-bottom: 5px !important;
}

.ml1-xs,
.m.ml1-xs {
  margin-left: 5px !important;
}

.mx1-xs,
.m.mx1-xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.my1-xs,
.m.my1-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p1-xs,
.p.p1-xs {
  padding: 5px !important;
}

.pt1-xs,
.p.pt1-xs {
  padding-top: 5px !important;
}

.pr1-xs,
.p.pr1-xs {
  padding-right: 5px !important;
}

.pb1-xs,
.p.pb1-xs {
  padding-bottom: 5px !important;
}

.pl1-xs,
.p.pl1-xs {
  padding-left: 5px !important;
}

.px1-xs,
.p.px1-xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.py1-xs,
.p.py1-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.m2-xs,
.m.m2-xs {
  margin: 10px !important;
}

.mt2-xs,
.m.mt2-xs {
  margin-top: 10px !important;
}

.mr2-xs,
.m.mr2-xs {
  margin-right: 10px !important;
}

.mb2-xs,
.m.mb2-xs {
  margin-bottom: 10px !important;
}

.ml2-xs,
.m.ml2-xs {
  margin-left: 10px !important;
}

.mx2-xs,
.m.mx2-xs {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my2-xs,
.m.my2-xs {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p2-xs,
.p.p2-xs {
  padding: 10px !important;
}

.pt2-xs,
.p.pt2-xs {
  padding-top: 10px !important;
}

.pr2-xs,
.p.pr2-xs {
  padding-right: 10px !important;
}

.pb2-xs,
.p.pb2-xs {
  padding-bottom: 10px !important;
}

.pl2-xs,
.p.pl2-xs {
  padding-left: 10px !important;
}

.px2-xs,
.p.px2-xs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py2-xs,
.p.py2-xs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m3-xs,
.m.m3-xs {
  margin: 15px !important;
}

.mt3-xs,
.m.mt3-xs {
  margin-top: 15px !important;
}

.mr3-xs,
.m.mr3-xs {
  margin-right: 15px !important;
}

.mb3-xs,
.m.mb3-xs {
  margin-bottom: 15px !important;
}

.ml3-xs,
.m.ml3-xs {
  margin-left: 15px !important;
}

.mx3-xs,
.m.mx3-xs {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my3-xs,
.m.my3-xs {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p3-xs,
.p.p3-xs {
  padding: 15px !important;
}

.pt3-xs,
.p.pt3-xs {
  padding-top: 15px !important;
}

.pr3-xs,
.p.pr3-xs {
  padding-right: 15px !important;
}

.pb3-xs,
.p.pb3-xs {
  padding-bottom: 15px !important;
}

.pl3-xs,
.p.pl3-xs {
  padding-left: 15px !important;
}

.px3-xs,
.p.px3-xs {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py3-xs,
.p.py3-xs {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.m4-xs,
.m.m4-xs {
  margin: 20px !important;
}

.mt4-xs,
.m.mt4-xs {
  margin-top: 20px !important;
}

.mr4-xs,
.m.mr4-xs {
  margin-right: 20px !important;
}

.mb4-xs,
.m.mb4-xs {
  margin-bottom: 20px !important;
}

.ml4-xs,
.m.ml4-xs {
  margin-left: 20px !important;
}

.mx4-xs,
.m.mx4-xs {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my4-xs,
.m.my4-xs {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p4-xs,
.p.p4-xs {
  padding: 20px !important;
}

.pt4-xs,
.p.pt4-xs {
  padding-top: 20px !important;
}

.pr4-xs,
.p.pr4-xs {
  padding-right: 20px !important;
}

.pb4-xs,
.p.pb4-xs {
  padding-bottom: 20px !important;
}

.pl4-xs,
.p.pl4-xs {
  padding-left: 20px !important;
}

.px4-xs,
.p.px4-xs {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py4-xs,
.p.py4-xs {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m5-xs,
.m.m5-xs {
  margin: 25px !important;
}

.mt5-xs,
.m.mt5-xs {
  margin-top: 25px !important;
}

.mr5-xs,
.m.mr5-xs {
  margin-right: 25px !important;
}

.mb5-xs,
.m.mb5-xs {
  margin-bottom: 25px !important;
}

.ml5-xs,
.m.ml5-xs {
  margin-left: 25px !important;
}

.mx5-xs,
.m.mx5-xs {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.my5-xs,
.m.my5-xs {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p5-xs,
.p.p5-xs {
  padding: 25px !important;
}

.pt5-xs,
.p.pt5-xs {
  padding-top: 25px !important;
}

.pr5-xs,
.p.pr5-xs {
  padding-right: 25px !important;
}

.pb5-xs,
.p.pb5-xs {
  padding-bottom: 25px !important;
}

.pl5-xs,
.p.pl5-xs {
  padding-left: 25px !important;
}

.px5-xs,
.p.px5-xs {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.py5-xs,
.p.py5-xs {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.m6-xs,
.m.m6-xs {
  margin: 30px !important;
}

.mt6-xs,
.m.mt6-xs {
  margin-top: 30px !important;
}

.mr6-xs,
.m.mr6-xs {
  margin-right: 30px !important;
}

.mb6-xs,
.m.mb6-xs {
  margin-bottom: 30px !important;
}

.ml6-xs,
.m.ml6-xs {
  margin-left: 30px !important;
}

.mx6-xs,
.m.mx6-xs {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my6-xs,
.m.my6-xs {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p6-xs,
.p.p6-xs {
  padding: 30px !important;
}

.pt6-xs,
.p.pt6-xs {
  padding-top: 30px !important;
}

.pr6-xs,
.p.pr6-xs {
  padding-right: 30px !important;
}

.pb6-xs,
.p.pb6-xs {
  padding-bottom: 30px !important;
}

.pl6-xs,
.p.pl6-xs {
  padding-left: 30px !important;
}

.px6-xs,
.p.px6-xs {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py6-xs,
.p.py6-xs {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m7-xs,
.m.m7-xs {
  margin: 35px !important;
}

.mt7-xs,
.m.mt7-xs {
  margin-top: 35px !important;
}

.mr7-xs,
.m.mr7-xs {
  margin-right: 35px !important;
}

.mb7-xs,
.m.mb7-xs {
  margin-bottom: 35px !important;
}

.ml7-xs,
.m.ml7-xs {
  margin-left: 35px !important;
}

.mx7-xs,
.m.mx7-xs {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.my7-xs,
.m.my7-xs {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p7-xs,
.p.p7-xs {
  padding: 35px !important;
}

.pt7-xs,
.p.pt7-xs {
  padding-top: 35px !important;
}

.pr7-xs,
.p.pr7-xs {
  padding-right: 35px !important;
}

.pb7-xs,
.p.pb7-xs {
  padding-bottom: 35px !important;
}

.pl7-xs,
.p.pl7-xs {
  padding-left: 35px !important;
}

.px7-xs,
.p.px7-xs {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.py7-xs,
.p.py7-xs {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.m8-xs,
.m.m8-xs {
  margin: 40px !important;
}

.mt8-xs,
.m.mt8-xs {
  margin-top: 40px !important;
}

.mr8-xs,
.m.mr8-xs {
  margin-right: 40px !important;
}

.mb8-xs,
.m.mb8-xs {
  margin-bottom: 40px !important;
}

.ml8-xs,
.m.ml8-xs {
  margin-left: 40px !important;
}

.mx8-xs,
.m.mx8-xs {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my8-xs,
.m.my8-xs {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p8-xs,
.p.p8-xs {
  padding: 40px !important;
}

.pt8-xs,
.p.pt8-xs {
  padding-top: 40px !important;
}

.pr8-xs,
.p.pr8-xs {
  padding-right: 40px !important;
}

.pb8-xs,
.p.pb8-xs {
  padding-bottom: 40px !important;
}

.pl8-xs,
.p.pl8-xs {
  padding-left: 40px !important;
}

.px8-xs,
.p.px8-xs {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py8-xs,
.p.py8-xs {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* space_controll end */

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-spyellow,
.table-spyellow > th,
.table-spyellow > td {
  background-color: #f8eec7;
}

.table-hover .table-spyellow:hover {
  background-color: #f5e7b0;
}

.table-hover .table-spyellow:hover > td,
.table-hover .table-spyellow:hover > th {
  background-color: #f5e7b0;
}

.table-sporange,
.table-sporange > th,
.table-sporange > td {
  background-color: #fadbc6;
}

.table-hover .table-sporange:hover {
  background-color: #f8ccaf;
}

.table-hover .table-sporange:hover > td,
.table-hover .table-sporange:hover > th {
  background-color: #f8ccaf;
}

.table-spblack,
.table-spblack > th,
.table-spblack > td {
  background-color: #c1c2c3;
}

.table-hover .table-spblack:hover {
  background-color: #b4b5b6;
}

.table-hover .table-spblack:hover > td,
.table-hover .table-spblack:hover > th {
  background-color: #b4b5b6;
}

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

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

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

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

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

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

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

.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-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-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-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-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-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: #212529;
  border-color: #32383e;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f4e5a9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 194, 56, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.875rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.3125rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(2.46875rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(3.8125rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 194, 56, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-spyellow {
  color: #212529;
  background-color: #e5c238;
  border-color: #e5c238;
}

.btn-spyellow:hover {
  color: #212529;
  background-color: #dab41d;
  border-color: #cfab1b;
}

.btn-spyellow:focus,
.btn-spyellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 194, 56, 0.5);
}

.btn-spyellow.disabled,
.btn-spyellow:disabled {
  color: #212529;
  background-color: #e5c238;
  border-color: #e5c238;
}

.btn-spyellow:not(:disabled):not(.disabled):active,
.btn-spyellow:not(:disabled):not(.disabled).active,
.show > .btn-spyellow.dropdown-toggle {
  color: #212529;
  background-color: #cfab1b;
  border-color: #c4a11a;
}

.btn-spyellow:not(:disabled):not(.disabled):active:focus,
.btn-spyellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-spyellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 194, 56, 0.5);
}

.btn-sporange {
  color: #212529;
  background-color: #ee7e33;
  border-color: #ee7e33;
}

.btn-sporange:hover {
  color: #fff;
  background-color: #e76813;
  border-color: #dc6312;
}

.btn-sporange:focus,
.btn-sporange.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 126, 51, 0.5);
}

.btn-sporange.disabled,
.btn-sporange:disabled {
  color: #212529;
  background-color: #ee7e33;
  border-color: #ee7e33;
}

.btn-sporange:not(:disabled):not(.disabled):active,
.btn-sporange:not(:disabled):not(.disabled).active,
.show > .btn-sporange.dropdown-toggle {
  color: #fff;
  background-color: #dc6312;
  border-color: #d05e11;
}

.btn-sporange:not(:disabled):not(.disabled):active:focus,
.btn-sporange:not(:disabled):not(.disabled).active:focus,
.show > .btn-sporange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 126, 51, 0.5);
}

.btn-spblack {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-spblack:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}

.btn-spblack:focus,
.btn-spblack.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-spblack.disabled,
.btn-spblack:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-spblack:not(:disabled):not(.disabled):active,
.btn-spblack:not(:disabled):not(.disabled).active,
.show > .btn-spblack.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}

.btn-spblack:not(:disabled):not(.disabled):active:focus,
.btn-spblack:not(:disabled):not(.disabled).active:focus,
.show > .btn-spblack.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-spyellow {
  color: #e5c238;
  background-color: transparent;
  background-image: none;
  border-color: #e5c238;
}

.btn-outline-spyellow:hover {
  color: #212529;
  background-color: #e5c238;
  border-color: #e5c238;
}

.btn-outline-spyellow:focus,
.btn-outline-spyellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 194, 56, 0.5);
}

.btn-outline-spyellow.disabled,
.btn-outline-spyellow:disabled {
  color: #e5c238;
  background-color: transparent;
}

.btn-outline-spyellow:not(:disabled):not(.disabled):active,
.btn-outline-spyellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-spyellow.dropdown-toggle {
  color: #212529;
  background-color: #e5c238;
  border-color: #e5c238;
}

.btn-outline-spyellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-spyellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-spyellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 194, 56, 0.5);
}

.btn-outline-sporange {
  color: #ee7e33;
  background-color: transparent;
  background-image: none;
  border-color: #ee7e33;
}

.btn-outline-sporange:hover {
  color: #212529;
  background-color: #ee7e33;
  border-color: #ee7e33;
}

.btn-outline-sporange:focus,
.btn-outline-sporange.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 126, 51, 0.5);
}

.btn-outline-sporange.disabled,
.btn-outline-sporange:disabled {
  color: #ee7e33;
  background-color: transparent;
}

.btn-outline-sporange:not(:disabled):not(.disabled):active,
.btn-outline-sporange:not(:disabled):not(.disabled).active,
.show > .btn-outline-sporange.dropdown-toggle {
  color: #212529;
  background-color: #ee7e33;
  border-color: #ee7e33;
}

.btn-outline-sporange:not(:disabled):not(.disabled):active:focus,
.btn-outline-sporange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-sporange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 126, 51, 0.5);
}

.btn-outline-spblack {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}

.btn-outline-spblack:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-spblack:focus,
.btn-outline-spblack.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-spblack.disabled,
.btn-outline-spblack:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-spblack:not(:disabled):not(.disabled):active,
.btn-outline-spblack:not(:disabled):not(.disabled).active,
.show > .btn-outline-spblack.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-spblack:not(:disabled):not(.disabled):active:focus,
.btn-outline-spblack:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-spblack.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e5c238;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 5px;
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 5px;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-spyellow {
  color: #212529;
  background-color: #e5c238;
}

.badge-spyellow[href]:hover,
.badge-spyellow[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cfab1b;
}

.badge-sporange {
  color: #212529;
  background-color: #ee7e33;
}

.badge-sporange[href]:hover,
.badge-sporange[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dc6312;
}

.badge-spblack {
  color: #fff;
  background-color: #212529;
}

.badge-spblack[href]:hover,
.badge-spblack[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a0c0d;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-spyellow {
  background-color: #e5c238 !important;
}

a.bg-spyellow:hover,
a.bg-spyellow:focus,
button.bg-spyellow:hover,
button.bg-spyellow:focus {
  background-color: #cfab1b !important;
}

.bg-sporange {
  background-color: #ee7e33 !important;
}

a.bg-sporange:hover,
a.bg-sporange:focus,
button.bg-sporange:hover,
button.bg-sporange:focus {
  background-color: #dc6312 !important;
}

.bg-spblack {
  background-color: #212529 !important;
}

a.bg-spblack:hover,
a.bg-spblack:focus,
button.bg-spblack:hover,
button.bg-spblack:focus {
  background-color: #0a0c0d !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-spyellow {
  border-color: #e5c238 !important;
}

.border-sporange {
  border-color: #ee7e33 !important;
}

.border-spblack {
  border-color: #212529 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: flex !important;
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-spyellow {
  color: #e5c238 !important;
}

a.text-spyellow:hover,
a.text-spyellow:focus {
  color: #cfab1b !important;
}

.text-sporange {
  color: #ee7e33 !important;
}

a.text-sporange:hover,
a.text-sporange:focus {
  color: #dc6312 !important;
}

.text-spblack {
  color: #212529 !important;
}

a.text-spblack:hover,
a.text-spblack:focus {
  color: #0a0c0d !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media screen and (min-width: 576px) {
  body {
    font-size: 1.7rem;
  }

  #header {
    height: 55px;
  }

  #gnav {
    position: absolute;
  }

  #gnav,
  #topbar {
    height: 55px;
  }

  .site-description,
  .site-title {
    width: auto;
    max-width: auto;
  }

  .site-title {
    font-size: 2.5rem;
    margin-left: 20px;
  }

  .page .entry-top header .entry-excerpt {
    font-size: 1.6rem;
  }

  .page .entry-top.no-img {
    height: 160px;
  }

  .page .entry-top.no-img header {
    height: 100px;
  }

  #smileplus-wide-wrapper,
  #bbd-inner {
    width: 540px;
  }

  #side {
    width: 540px;
  }

  #entry-content {
    margin: 20px;
  }

  #entry-content h2 {
    margin: 2.5em 0 1.25em;
  }

  #entry-content h3 {
    margin: 2.5em 00px 1.25em;
  }

  #bbd-lp {
    min-height: 300px;
  }

  #bbd-lp #bbd-wrapper {
    min-height: 250px;
  }

  #bbd-lp #bbd-wrapper::after {
    right: 10%;
    min-width: 300px;
    min-height: 300px;
  }

  .h1_lp {
    font-size: 4.4rem;
  }

  #entry-lp #entry-content {
    margin: 30px 10px;
  }

  #entry-lp .h2_lp {
    font-size: 2.6rem;
    margin: 20px -10px;
    padding: 30px;
  }

  #entry-lp .h3_lp {
    font-size: 2.4rem;
    margin: 20px 10px;
  }
}

@media (min-width: 576px) {
  .f8-sm {
    font-size: 0.8rem !important;
  }

  .l8-sm {
    line-height: 0.8rem !important;
  }

  .f9-sm {
    font-size: 0.9rem !important;
  }

  .l9-sm {
    line-height: 0.9rem !important;
  }

  .f10-sm {
    font-size: 1rem !important;
  }

  .l10-sm {
    line-height: 1rem !important;
  }

  .f11-sm {
    font-size: 1.1rem !important;
  }

  .l11-sm {
    line-height: 1.1rem !important;
  }

  .f12-sm {
    font-size: 1.2rem !important;
  }

  .l12-sm {
    line-height: 1.2rem !important;
  }

  .f13-sm {
    font-size: 1.3rem !important;
  }

  .l13-sm {
    line-height: 1.3rem !important;
  }

  .f14-sm {
    font-size: 1.4rem !important;
  }

  .l14-sm {
    line-height: 1.4rem !important;
  }

  .f15-sm {
    font-size: 1.5rem !important;
  }

  .l15-sm {
    line-height: 1.5rem !important;
  }

  .f16-sm {
    font-size: 1.6rem !important;
  }

  .l16-sm {
    line-height: 1.6rem !important;
  }

  .f17-sm {
    font-size: 1.7rem !important;
  }

  .l17-sm {
    line-height: 1.7rem !important;
  }

  .f18-sm {
    font-size: 1.8rem !important;
  }

  .l18-sm {
    line-height: 1.8rem !important;
  }

  .f19-sm {
    font-size: 1.9rem !important;
  }

  .l19-sm {
    line-height: 1.9rem !important;
  }

  .f20-sm {
    font-size: 2rem !important;
  }

  .l20-sm {
    line-height: 2rem !important;
  }

  .f22-sm {
    font-size: 2.2rem !important;
  }

  .l22-sm {
    line-height: 2.2rem !important;
  }

  .f24-sm {
    font-size: 2.4rem !important;
  }

  .l24-sm {
    line-height: 2.4rem !important;
  }

  .f26-sm {
    font-size: 2.6rem !important;
  }

  .l26-sm {
    line-height: 2.6rem !important;
  }

  .f28-sm {
    font-size: 2.8rem !important;
  }

  .l28-sm {
    line-height: 2.8rem !important;
  }

  .f30-sm {
    font-size: 3rem !important;
  }

  .l30-sm {
    line-height: 3rem !important;
  }

  .f32-sm {
    font-size: 3.2rem !important;
  }

  .l32-sm {
    line-height: 3.2rem !important;
  }

  .f34-sm {
    font-size: 3.4rem !important;
  }

  .l34-sm {
    line-height: 3.4rem !important;
  }

  .f36-sm {
    font-size: 3.6rem !important;
  }

  .l36-sm {
    line-height: 3.6rem !important;
  }

  .f38-sm {
    font-size: 3.8rem !important;
  }

  .l38-sm {
    line-height: 3.8rem !important;
  }

  .f40-sm {
    font-size: 4rem !important;
  }

  .l40-sm {
    line-height: 4rem !important;
  }

  .f48-sm {
    font-size: 4.8rem !important;
  }

  .l48-sm {
    line-height: 4.8rem !important;
  }

  .f56-sm {
    font-size: 5.6rem !important;
  }

  .l56-sm {
    line-height: 5.6rem !important;
  }

  .f64-sm {
    font-size: 6.4rem !important;
  }

  .l64-sm {
    line-height: 6.4rem !important;
  }

  .f72-sm {
    font-size: 7.2rem !important;
  }

  .l72-sm {
    line-height: 7.2rem !important;
  }

  .f80-sm {
    font-size: 8rem !important;
  }

  .l80-sm {
    line-height: 8rem !important;
  }

  .wd10-sm {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .wd20-sm {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wd25-sm {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wd30-sm {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .wd33-sm {
    width: 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wd40-sm {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .wd50-sm {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wd60-sm {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .wd66-sm {
    width: 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wd70-sm {
    width: 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .wd75-sm {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wd90-sm {
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .wd100-sm {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m0-sm,
  .m.m0-sm {
    margin: 0px !important;
  }

  .mt0-sm,
  .m.mt0-sm {
    margin-top: 0px !important;
  }

  .mr0-sm,
  .m.mr0-sm {
    margin-right: 0px !important;
  }

  .mb0-sm,
  .m.mb0-sm {
    margin-bottom: 0px !important;
  }

  .ml0-sm,
  .m.ml0-sm {
    margin-left: 0px !important;
  }

  .mx0-sm,
  .m.mx0-sm {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .my0-sm,
  .m.my0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .p0-sm,
  .p.p0-sm {
    padding: 0px !important;
  }

  .pt0-sm,
  .p.pt0-sm {
    padding-top: 0px !important;
  }

  .pr0-sm,
  .p.pr0-sm {
    padding-right: 0px !important;
  }

  .pb0-sm,
  .p.pb0-sm {
    padding-bottom: 0px !important;
  }

  .pl0-sm,
  .p.pl0-sm {
    padding-left: 0px !important;
  }

  .px0-sm,
  .p.px0-sm {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py0-sm,
  .p.py0-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .m1-sm,
  .m.m1-sm {
    margin: 5px !important;
  }

  .mt1-sm,
  .m.mt1-sm {
    margin-top: 5px !important;
  }

  .mr1-sm,
  .m.mr1-sm {
    margin-right: 5px !important;
  }

  .mb1-sm,
  .m.mb1-sm {
    margin-bottom: 5px !important;
  }

  .ml1-sm,
  .m.ml1-sm {
    margin-left: 5px !important;
  }

  .mx1-sm,
  .m.mx1-sm {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .my1-sm,
  .m.my1-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .p1-sm,
  .p.p1-sm {
    padding: 5px !important;
  }

  .pt1-sm,
  .p.pt1-sm {
    padding-top: 5px !important;
  }

  .pr1-sm,
  .p.pr1-sm {
    padding-right: 5px !important;
  }

  .pb1-sm,
  .p.pb1-sm {
    padding-bottom: 5px !important;
  }

  .pl1-sm,
  .p.pl1-sm {
    padding-left: 5px !important;
  }

  .px1-sm,
  .p.px1-sm {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .py1-sm,
  .p.py1-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .m2-sm,
  .m.m2-sm {
    margin: 10px !important;
  }

  .mt2-sm,
  .m.mt2-sm {
    margin-top: 10px !important;
  }

  .mr2-sm,
  .m.mr2-sm {
    margin-right: 10px !important;
  }

  .mb2-sm,
  .m.mb2-sm {
    margin-bottom: 10px !important;
  }

  .ml2-sm,
  .m.ml2-sm {
    margin-left: 10px !important;
  }

  .mx2-sm,
  .m.mx2-sm {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .my2-sm,
  .m.my2-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .p2-sm,
  .p.p2-sm {
    padding: 10px !important;
  }

  .pt2-sm,
  .p.pt2-sm {
    padding-top: 10px !important;
  }

  .pr2-sm,
  .p.pr2-sm {
    padding-right: 10px !important;
  }

  .pb2-sm,
  .p.pb2-sm {
    padding-bottom: 10px !important;
  }

  .pl2-sm,
  .p.pl2-sm {
    padding-left: 10px !important;
  }

  .px2-sm,
  .p.px2-sm {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py2-sm,
  .p.py2-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .m3-sm,
  .m.m3-sm {
    margin: 15px !important;
  }

  .mt3-sm,
  .m.mt3-sm {
    margin-top: 15px !important;
  }

  .mr3-sm,
  .m.mr3-sm {
    margin-right: 15px !important;
  }

  .mb3-sm,
  .m.mb3-sm {
    margin-bottom: 15px !important;
  }

  .ml3-sm,
  .m.ml3-sm {
    margin-left: 15px !important;
  }

  .mx3-sm,
  .m.mx3-sm {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .my3-sm,
  .m.my3-sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .p3-sm,
  .p.p3-sm {
    padding: 15px !important;
  }

  .pt3-sm,
  .p.pt3-sm {
    padding-top: 15px !important;
  }

  .pr3-sm,
  .p.pr3-sm {
    padding-right: 15px !important;
  }

  .pb3-sm,
  .p.pb3-sm {
    padding-bottom: 15px !important;
  }

  .pl3-sm,
  .p.pl3-sm {
    padding-left: 15px !important;
  }

  .px3-sm,
  .p.px3-sm {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py3-sm,
  .p.py3-sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .m4-sm,
  .m.m4-sm {
    margin: 20px !important;
  }

  .mt4-sm,
  .m.mt4-sm {
    margin-top: 20px !important;
  }

  .mr4-sm,
  .m.mr4-sm {
    margin-right: 20px !important;
  }

  .mb4-sm,
  .m.mb4-sm {
    margin-bottom: 20px !important;
  }

  .ml4-sm,
  .m.ml4-sm {
    margin-left: 20px !important;
  }

  .mx4-sm,
  .m.mx4-sm {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my4-sm,
  .m.my4-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .p4-sm,
  .p.p4-sm {
    padding: 20px !important;
  }

  .pt4-sm,
  .p.pt4-sm {
    padding-top: 20px !important;
  }

  .pr4-sm,
  .p.pr4-sm {
    padding-right: 20px !important;
  }

  .pb4-sm,
  .p.pb4-sm {
    padding-bottom: 20px !important;
  }

  .pl4-sm,
  .p.pl4-sm {
    padding-left: 20px !important;
  }

  .px4-sm,
  .p.px4-sm {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py4-sm,
  .p.py4-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .m5-sm,
  .m.m5-sm {
    margin: 25px !important;
  }

  .mt5-sm,
  .m.mt5-sm {
    margin-top: 25px !important;
  }

  .mr5-sm,
  .m.mr5-sm {
    margin-right: 25px !important;
  }

  .mb5-sm,
  .m.mb5-sm {
    margin-bottom: 25px !important;
  }

  .ml5-sm,
  .m.ml5-sm {
    margin-left: 25px !important;
  }

  .mx5-sm,
  .m.mx5-sm {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .my5-sm,
  .m.my5-sm {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .p5-sm,
  .p.p5-sm {
    padding: 25px !important;
  }

  .pt5-sm,
  .p.pt5-sm {
    padding-top: 25px !important;
  }

  .pr5-sm,
  .p.pr5-sm {
    padding-right: 25px !important;
  }

  .pb5-sm,
  .p.pb5-sm {
    padding-bottom: 25px !important;
  }

  .pl5-sm,
  .p.pl5-sm {
    padding-left: 25px !important;
  }

  .px5-sm,
  .p.px5-sm {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .py5-sm,
  .p.py5-sm {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .m6-sm,
  .m.m6-sm {
    margin: 30px !important;
  }

  .mt6-sm,
  .m.mt6-sm {
    margin-top: 30px !important;
  }

  .mr6-sm,
  .m.mr6-sm {
    margin-right: 30px !important;
  }

  .mb6-sm,
  .m.mb6-sm {
    margin-bottom: 30px !important;
  }

  .ml6-sm,
  .m.ml6-sm {
    margin-left: 30px !important;
  }

  .mx6-sm,
  .m.mx6-sm {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .my6-sm,
  .m.my6-sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .p6-sm,
  .p.p6-sm {
    padding: 30px !important;
  }

  .pt6-sm,
  .p.pt6-sm {
    padding-top: 30px !important;
  }

  .pr6-sm,
  .p.pr6-sm {
    padding-right: 30px !important;
  }

  .pb6-sm,
  .p.pb6-sm {
    padding-bottom: 30px !important;
  }

  .pl6-sm,
  .p.pl6-sm {
    padding-left: 30px !important;
  }

  .px6-sm,
  .p.px6-sm {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py6-sm,
  .p.py6-sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .m7-sm,
  .m.m7-sm {
    margin: 35px !important;
  }

  .mt7-sm,
  .m.mt7-sm {
    margin-top: 35px !important;
  }

  .mr7-sm,
  .m.mr7-sm {
    margin-right: 35px !important;
  }

  .mb7-sm,
  .m.mb7-sm {
    margin-bottom: 35px !important;
  }

  .ml7-sm,
  .m.ml7-sm {
    margin-left: 35px !important;
  }

  .mx7-sm,
  .m.mx7-sm {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .my7-sm,
  .m.my7-sm {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .p7-sm,
  .p.p7-sm {
    padding: 35px !important;
  }

  .pt7-sm,
  .p.pt7-sm {
    padding-top: 35px !important;
  }

  .pr7-sm,
  .p.pr7-sm {
    padding-right: 35px !important;
  }

  .pb7-sm,
  .p.pb7-sm {
    padding-bottom: 35px !important;
  }

  .pl7-sm,
  .p.pl7-sm {
    padding-left: 35px !important;
  }

  .px7-sm,
  .p.px7-sm {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .py7-sm,
  .p.py7-sm {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .m8-sm,
  .m.m8-sm {
    margin: 40px !important;
  }

  .mt8-sm,
  .m.mt8-sm {
    margin-top: 40px !important;
  }

  .mr8-sm,
  .m.mr8-sm {
    margin-right: 40px !important;
  }

  .mb8-sm,
  .m.mb8-sm {
    margin-bottom: 40px !important;
  }

  .ml8-sm,
  .m.ml8-sm {
    margin-left: 40px !important;
  }

  .mx8-sm,
  .m.mx8-sm {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my8-sm,
  .m.my8-sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .p8-sm,
  .p.p8-sm {
    padding: 40px !important;
  }

  .pt8-sm,
  .p.pt8-sm {
    padding-top: 40px !important;
  }

  .pr8-sm,
  .p.pr8-sm {
    padding-right: 40px !important;
  }

  .pb8-sm,
  .p.pb8-sm {
    padding-bottom: 40px !important;
  }

  .pl8-sm,
  .p.pl8-sm {
    padding-left: 40px !important;
  }

  .px8-sm,
  .p.px8-sm {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py8-sm,
  .p.py8-sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .container {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }

  .card-deck {
    flex-flow: row wrap;
    margin-right: -5px;
    margin-left: -5px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
  }

  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }

  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }

  .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: flex !important;
  }

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

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

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

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

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

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

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

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

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

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

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

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 750px) {
  .page .entry-top {
    height: 358px;
  }

  .page .entry-top header {
    min-height: 120px;
  }

  .page .entry-top header .entry-title {
    margin-top: 20px;
  }

  .page .entry-top header .entry-excerpt {
    font-size: 1.7rem;
  }

  .page .entry-top > .entry-image > img {
    height: 358px;
  }

  #smileplus-wide-wrapper,
  #bbd-inner {
    width: 720px;
  }

  #side {
    width: 720px;
  }

  #entry-content {
    margin: 30px;
  }

  #bbd-lp {
    min-height: 400px;
  }

  #bbd-lp #bbd-wrapper {
    min-height: 350px;
  }

  #bbd-lp #bbd-wrapper::after {
    right: 10%;
    min-width: 400px;
    min-height: 400px;
  }

  .h1_lp {
    font-size: 5.4rem;
  }

  #entry-lp #entry-content {
    margin: 30px 15px;
  }

  #entry-lp .h2_lp {
    font-size: 3.6rem;
    margin: 20px -15px;
    padding: 30px;
  }

  #entry-lp .h3_lp {
    font-size: 2.8rem;
    margin: 20px 15px;
  }
}

@media (min-width: 750px) {
  .f8-md {
    font-size: 0.8rem !important;
  }

  .l8-md {
    line-height: 0.8rem !important;
  }

  .f9-md {
    font-size: 0.9rem !important;
  }

  .l9-md {
    line-height: 0.9rem !important;
  }

  .f10-md {
    font-size: 1rem !important;
  }

  .l10-md {
    line-height: 1rem !important;
  }

  .f11-md {
    font-size: 1.1rem !important;
  }

  .l11-md {
    line-height: 1.1rem !important;
  }

  .f12-md {
    font-size: 1.2rem !important;
  }

  .l12-md {
    line-height: 1.2rem !important;
  }

  .f13-md {
    font-size: 1.3rem !important;
  }

  .l13-md {
    line-height: 1.3rem !important;
  }

  .f14-md {
    font-size: 1.4rem !important;
  }

  .l14-md {
    line-height: 1.4rem !important;
  }

  .f15-md {
    font-size: 1.5rem !important;
  }

  .l15-md {
    line-height: 1.5rem !important;
  }

  .f16-md {
    font-size: 1.6rem !important;
  }

  .l16-md {
    line-height: 1.6rem !important;
  }

  .f17-md {
    font-size: 1.7rem !important;
  }

  .l17-md {
    line-height: 1.7rem !important;
  }

  .f18-md {
    font-size: 1.8rem !important;
  }

  .l18-md {
    line-height: 1.8rem !important;
  }

  .f19-md {
    font-size: 1.9rem !important;
  }

  .l19-md {
    line-height: 1.9rem !important;
  }

  .f20-md {
    font-size: 2rem !important;
  }

  .l20-md {
    line-height: 2rem !important;
  }

  .f22-md {
    font-size: 2.2rem !important;
  }

  .l22-md {
    line-height: 2.2rem !important;
  }

  .f24-md {
    font-size: 2.4rem !important;
  }

  .l24-md {
    line-height: 2.4rem !important;
  }

  .f26-md {
    font-size: 2.6rem !important;
  }

  .l26-md {
    line-height: 2.6rem !important;
  }

  .f28-md {
    font-size: 2.8rem !important;
  }

  .l28-md {
    line-height: 2.8rem !important;
  }

  .f30-md {
    font-size: 3rem !important;
  }

  .l30-md {
    line-height: 3rem !important;
  }

  .f32-md {
    font-size: 3.2rem !important;
  }

  .l32-md {
    line-height: 3.2rem !important;
  }

  .f34-md {
    font-size: 3.4rem !important;
  }

  .l34-md {
    line-height: 3.4rem !important;
  }

  .f36-md {
    font-size: 3.6rem !important;
  }

  .l36-md {
    line-height: 3.6rem !important;
  }

  .f38-md {
    font-size: 3.8rem !important;
  }

  .l38-md {
    line-height: 3.8rem !important;
  }

  .f40-md {
    font-size: 4rem !important;
  }

  .l40-md {
    line-height: 4rem !important;
  }

  .f48-md {
    font-size: 4.8rem !important;
  }

  .l48-md {
    line-height: 4.8rem !important;
  }

  .f56-md {
    font-size: 5.6rem !important;
  }

  .l56-md {
    line-height: 5.6rem !important;
  }

  .f64-md {
    font-size: 6.4rem !important;
  }

  .l64-md {
    line-height: 6.4rem !important;
  }

  .f72-md {
    font-size: 7.2rem !important;
  }

  .l72-md {
    line-height: 7.2rem !important;
  }

  .f80-md {
    font-size: 8rem !important;
  }

  .l80-md {
    line-height: 8rem !important;
  }

  .wd10-md {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .wd20-md {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wd25-md {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wd30-md {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .wd33-md {
    width: 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wd40-md {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .wd50-md {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wd60-md {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .wd66-md {
    width: 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wd70-md {
    width: 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .wd75-md {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wd90-md {
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .wd100-md {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m0-md,
  .m.m0-md {
    margin: 0px !important;
  }

  .mt0-md,
  .m.mt0-md {
    margin-top: 0px !important;
  }

  .mr0-md,
  .m.mr0-md {
    margin-right: 0px !important;
  }

  .mb0-md,
  .m.mb0-md {
    margin-bottom: 0px !important;
  }

  .ml0-md,
  .m.ml0-md {
    margin-left: 0px !important;
  }

  .mx0-md,
  .m.mx0-md {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .my0-md,
  .m.my0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .p0-md,
  .p.p0-md {
    padding: 0px !important;
  }

  .pt0-md,
  .p.pt0-md {
    padding-top: 0px !important;
  }

  .pr0-md,
  .p.pr0-md {
    padding-right: 0px !important;
  }

  .pb0-md,
  .p.pb0-md {
    padding-bottom: 0px !important;
  }

  .pl0-md,
  .p.pl0-md {
    padding-left: 0px !important;
  }

  .px0-md,
  .p.px0-md {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py0-md,
  .p.py0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .m1-md,
  .m.m1-md {
    margin: 5px !important;
  }

  .mt1-md,
  .m.mt1-md {
    margin-top: 5px !important;
  }

  .mr1-md,
  .m.mr1-md {
    margin-right: 5px !important;
  }

  .mb1-md,
  .m.mb1-md {
    margin-bottom: 5px !important;
  }

  .ml1-md,
  .m.ml1-md {
    margin-left: 5px !important;
  }

  .mx1-md,
  .m.mx1-md {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .my1-md,
  .m.my1-md {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .p1-md,
  .p.p1-md {
    padding: 5px !important;
  }

  .pt1-md,
  .p.pt1-md {
    padding-top: 5px !important;
  }

  .pr1-md,
  .p.pr1-md {
    padding-right: 5px !important;
  }

  .pb1-md,
  .p.pb1-md {
    padding-bottom: 5px !important;
  }

  .pl1-md,
  .p.pl1-md {
    padding-left: 5px !important;
  }

  .px1-md,
  .p.px1-md {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .py1-md,
  .p.py1-md {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .m2-md,
  .m.m2-md {
    margin: 10px !important;
  }

  .mt2-md,
  .m.mt2-md {
    margin-top: 10px !important;
  }

  .mr2-md,
  .m.mr2-md {
    margin-right: 10px !important;
  }

  .mb2-md,
  .m.mb2-md {
    margin-bottom: 10px !important;
  }

  .ml2-md,
  .m.ml2-md {
    margin-left: 10px !important;
  }

  .mx2-md,
  .m.mx2-md {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .my2-md,
  .m.my2-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .p2-md,
  .p.p2-md {
    padding: 10px !important;
  }

  .pt2-md,
  .p.pt2-md {
    padding-top: 10px !important;
  }

  .pr2-md,
  .p.pr2-md {
    padding-right: 10px !important;
  }

  .pb2-md,
  .p.pb2-md {
    padding-bottom: 10px !important;
  }

  .pl2-md,
  .p.pl2-md {
    padding-left: 10px !important;
  }

  .px2-md,
  .p.px2-md {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py2-md,
  .p.py2-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .m3-md,
  .m.m3-md {
    margin: 15px !important;
  }

  .mt3-md,
  .m.mt3-md {
    margin-top: 15px !important;
  }

  .mr3-md,
  .m.mr3-md {
    margin-right: 15px !important;
  }

  .mb3-md,
  .m.mb3-md {
    margin-bottom: 15px !important;
  }

  .ml3-md,
  .m.ml3-md {
    margin-left: 15px !important;
  }

  .mx3-md,
  .m.mx3-md {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .my3-md,
  .m.my3-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .p3-md,
  .p.p3-md {
    padding: 15px !important;
  }

  .pt3-md,
  .p.pt3-md {
    padding-top: 15px !important;
  }

  .pr3-md,
  .p.pr3-md {
    padding-right: 15px !important;
  }

  .pb3-md,
  .p.pb3-md {
    padding-bottom: 15px !important;
  }

  .pl3-md,
  .p.pl3-md {
    padding-left: 15px !important;
  }

  .px3-md,
  .p.px3-md {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py3-md,
  .p.py3-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .m4-md,
  .m.m4-md {
    margin: 20px !important;
  }

  .mt4-md,
  .m.mt4-md {
    margin-top: 20px !important;
  }

  .mr4-md,
  .m.mr4-md {
    margin-right: 20px !important;
  }

  .mb4-md,
  .m.mb4-md {
    margin-bottom: 20px !important;
  }

  .ml4-md,
  .m.ml4-md {
    margin-left: 20px !important;
  }

  .mx4-md,
  .m.mx4-md {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my4-md,
  .m.my4-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .p4-md,
  .p.p4-md {
    padding: 20px !important;
  }

  .pt4-md,
  .p.pt4-md {
    padding-top: 20px !important;
  }

  .pr4-md,
  .p.pr4-md {
    padding-right: 20px !important;
  }

  .pb4-md,
  .p.pb4-md {
    padding-bottom: 20px !important;
  }

  .pl4-md,
  .p.pl4-md {
    padding-left: 20px !important;
  }

  .px4-md,
  .p.px4-md {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py4-md,
  .p.py4-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .m5-md,
  .m.m5-md {
    margin: 25px !important;
  }

  .mt5-md,
  .m.mt5-md {
    margin-top: 25px !important;
  }

  .mr5-md,
  .m.mr5-md {
    margin-right: 25px !important;
  }

  .mb5-md,
  .m.mb5-md {
    margin-bottom: 25px !important;
  }

  .ml5-md,
  .m.ml5-md {
    margin-left: 25px !important;
  }

  .mx5-md,
  .m.mx5-md {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .my5-md,
  .m.my5-md {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .p5-md,
  .p.p5-md {
    padding: 25px !important;
  }

  .pt5-md,
  .p.pt5-md {
    padding-top: 25px !important;
  }

  .pr5-md,
  .p.pr5-md {
    padding-right: 25px !important;
  }

  .pb5-md,
  .p.pb5-md {
    padding-bottom: 25px !important;
  }

  .pl5-md,
  .p.pl5-md {
    padding-left: 25px !important;
  }

  .px5-md,
  .p.px5-md {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .py5-md,
  .p.py5-md {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .m6-md,
  .m.m6-md {
    margin: 30px !important;
  }

  .mt6-md,
  .m.mt6-md {
    margin-top: 30px !important;
  }

  .mr6-md,
  .m.mr6-md {
    margin-right: 30px !important;
  }

  .mb6-md,
  .m.mb6-md {
    margin-bottom: 30px !important;
  }

  .ml6-md,
  .m.ml6-md {
    margin-left: 30px !important;
  }

  .mx6-md,
  .m.mx6-md {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .my6-md,
  .m.my6-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .p6-md,
  .p.p6-md {
    padding: 30px !important;
  }

  .pt6-md,
  .p.pt6-md {
    padding-top: 30px !important;
  }

  .pr6-md,
  .p.pr6-md {
    padding-right: 30px !important;
  }

  .pb6-md,
  .p.pb6-md {
    padding-bottom: 30px !important;
  }

  .pl6-md,
  .p.pl6-md {
    padding-left: 30px !important;
  }

  .px6-md,
  .p.px6-md {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py6-md,
  .p.py6-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .m7-md,
  .m.m7-md {
    margin: 35px !important;
  }

  .mt7-md,
  .m.mt7-md {
    margin-top: 35px !important;
  }

  .mr7-md,
  .m.mr7-md {
    margin-right: 35px !important;
  }

  .mb7-md,
  .m.mb7-md {
    margin-bottom: 35px !important;
  }

  .ml7-md,
  .m.ml7-md {
    margin-left: 35px !important;
  }

  .mx7-md,
  .m.mx7-md {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .my7-md,
  .m.my7-md {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .p7-md,
  .p.p7-md {
    padding: 35px !important;
  }

  .pt7-md,
  .p.pt7-md {
    padding-top: 35px !important;
  }

  .pr7-md,
  .p.pr7-md {
    padding-right: 35px !important;
  }

  .pb7-md,
  .p.pb7-md {
    padding-bottom: 35px !important;
  }

  .pl7-md,
  .p.pl7-md {
    padding-left: 35px !important;
  }

  .px7-md,
  .p.px7-md {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .py7-md,
  .p.py7-md {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .m8-md,
  .m.m8-md {
    margin: 40px !important;
  }

  .mt8-md,
  .m.mt8-md {
    margin-top: 40px !important;
  }

  .mr8-md,
  .m.mr8-md {
    margin-right: 40px !important;
  }

  .mb8-md,
  .m.mb8-md {
    margin-bottom: 40px !important;
  }

  .ml8-md,
  .m.ml8-md {
    margin-left: 40px !important;
  }

  .mx8-md,
  .m.mx8-md {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my8-md,
  .m.my8-md {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .p8-md,
  .p.p8-md {
    padding: 40px !important;
  }

  .pt8-md,
  .p.pt8-md {
    padding-top: 40px !important;
  }

  .pr8-md,
  .p.pr8-md {
    padding-right: 40px !important;
  }

  .pb8-md,
  .p.pb8-md {
    padding-bottom: 40px !important;
  }

  .pl8-md,
  .p.pl8-md {
    padding-left: 40px !important;
  }

  .px8-md,
  .p.px8-md {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py8-md,
  .p.py8-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .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: flex !important;
  }

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

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

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

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

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

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

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

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

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

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

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

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 992px) {
  #gnav {
    -webkit-transform: none;
    transform: none;
  }

  .site-description,
  .site-title {
    width: calc(100vw - 150px);
    max-width: calc(100vw - 150px);
  }

  .site-title {
    font-size: 3.4rem;
    margin: 0 0 0 30px;
  }

  #topbar-menu-btn,
  #overlay-menu-close-btn {
    position: relative;
    display: none;
  }

  #gnav .gnav {
    position: relative;
    z-index: initial;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    padding-top: 0;
    background-color: inherit;
  }

  #gnav .gnav > li {
    display: list-item;
    float: left;
    width: auto;
    padding-left: inherit;
  }

  #gnav .gnav > li > a {
    padding: 18.5px 30px 18.5px 0;
  }

  #godios-wrapper {
    width: 657px;
  }

  .l-wrap {
    margin-left: 5px;
  }

  .r-wrap {
    margin-right: 5px;
  }

  #smileplus-wide-wrapper,
  #bbd-inner {
    width: 960px;
  }

  #side {
    width: 330px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .f8-lg {
    font-size: 0.8rem !important;
  }

  .l8-lg {
    line-height: 0.8rem !important;
  }

  .f9-lg {
    font-size: 0.9rem !important;
  }

  .l9-lg {
    line-height: 0.9rem !important;
  }

  .f10-lg {
    font-size: 1rem !important;
  }

  .l10-lg {
    line-height: 1rem !important;
  }

  .f11-lg {
    font-size: 1.1rem !important;
  }

  .l11-lg {
    line-height: 1.1rem !important;
  }

  .f12-lg {
    font-size: 1.2rem !important;
  }

  .l12-lg {
    line-height: 1.2rem !important;
  }

  .f13-lg {
    font-size: 1.3rem !important;
  }

  .l13-lg {
    line-height: 1.3rem !important;
  }

  .f14-lg {
    font-size: 1.4rem !important;
  }

  .l14-lg {
    line-height: 1.4rem !important;
  }

  .f15-lg {
    font-size: 1.5rem !important;
  }

  .l15-lg {
    line-height: 1.5rem !important;
  }

  .f16-lg {
    font-size: 1.6rem !important;
  }

  .l16-lg {
    line-height: 1.6rem !important;
  }

  .f17-lg {
    font-size: 1.7rem !important;
  }

  .l17-lg {
    line-height: 1.7rem !important;
  }

  .f18-lg {
    font-size: 1.8rem !important;
  }

  .l18-lg {
    line-height: 1.8rem !important;
  }

  .f19-lg {
    font-size: 1.9rem !important;
  }

  .l19-lg {
    line-height: 1.9rem !important;
  }

  .f20-lg {
    font-size: 2rem !important;
  }

  .l20-lg {
    line-height: 2rem !important;
  }

  .f22-lg {
    font-size: 2.2rem !important;
  }

  .l22-lg {
    line-height: 2.2rem !important;
  }

  .f24-lg {
    font-size: 2.4rem !important;
  }

  .l24-lg {
    line-height: 2.4rem !important;
  }

  .f26-lg {
    font-size: 2.6rem !important;
  }

  .l26-lg {
    line-height: 2.6rem !important;
  }

  .f28-lg {
    font-size: 2.8rem !important;
  }

  .l28-lg {
    line-height: 2.8rem !important;
  }

  .f30-lg {
    font-size: 3rem !important;
  }

  .l30-lg {
    line-height: 3rem !important;
  }

  .f32-lg {
    font-size: 3.2rem !important;
  }

  .l32-lg {
    line-height: 3.2rem !important;
  }

  .f34-lg {
    font-size: 3.4rem !important;
  }

  .l34-lg {
    line-height: 3.4rem !important;
  }

  .f36-lg {
    font-size: 3.6rem !important;
  }

  .l36-lg {
    line-height: 3.6rem !important;
  }

  .f38-lg {
    font-size: 3.8rem !important;
  }

  .l38-lg {
    line-height: 3.8rem !important;
  }

  .f40-lg {
    font-size: 4rem !important;
  }

  .l40-lg {
    line-height: 4rem !important;
  }

  .f48-lg {
    font-size: 4.8rem !important;
  }

  .l48-lg {
    line-height: 4.8rem !important;
  }

  .f56-lg {
    font-size: 5.6rem !important;
  }

  .l56-lg {
    line-height: 5.6rem !important;
  }

  .f64-lg {
    font-size: 6.4rem !important;
  }

  .l64-lg {
    line-height: 6.4rem !important;
  }

  .f72-lg {
    font-size: 7.2rem !important;
  }

  .l72-lg {
    line-height: 7.2rem !important;
  }

  .f80-lg {
    font-size: 8rem !important;
  }

  .l80-lg {
    line-height: 8rem !important;
  }

  .wd10-lg {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .wd20-lg {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wd25-lg {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wd30-lg {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .wd33-lg {
    width: 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wd40-lg {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .wd50-lg {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wd60-lg {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .wd66-lg {
    width: 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wd70-lg {
    width: 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .wd75-lg {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wd90-lg {
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .wd100-lg {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m0-lg,
  .m.m0-lg {
    margin: 0px !important;
  }

  .mt0-lg,
  .m.mt0-lg {
    margin-top: 0px !important;
  }

  .mr0-lg,
  .m.mr0-lg {
    margin-right: 0px !important;
  }

  .mb0-lg,
  .m.mb0-lg {
    margin-bottom: 0px !important;
  }

  .ml0-lg,
  .m.ml0-lg {
    margin-left: 0px !important;
  }

  .mx0-lg,
  .m.mx0-lg {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .my0-lg,
  .m.my0-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .p0-lg,
  .p.p0-lg {
    padding: 0px !important;
  }

  .pt0-lg,
  .p.pt0-lg {
    padding-top: 0px !important;
  }

  .pr0-lg,
  .p.pr0-lg {
    padding-right: 0px !important;
  }

  .pb0-lg,
  .p.pb0-lg {
    padding-bottom: 0px !important;
  }

  .pl0-lg,
  .p.pl0-lg {
    padding-left: 0px !important;
  }

  .px0-lg,
  .p.px0-lg {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py0-lg,
  .p.py0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .m1-lg,
  .m.m1-lg {
    margin: 5px !important;
  }

  .mt1-lg,
  .m.mt1-lg {
    margin-top: 5px !important;
  }

  .mr1-lg,
  .m.mr1-lg {
    margin-right: 5px !important;
  }

  .mb1-lg,
  .m.mb1-lg {
    margin-bottom: 5px !important;
  }

  .ml1-lg,
  .m.ml1-lg {
    margin-left: 5px !important;
  }

  .mx1-lg,
  .m.mx1-lg {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .my1-lg,
  .m.my1-lg {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .p1-lg,
  .p.p1-lg {
    padding: 5px !important;
  }

  .pt1-lg,
  .p.pt1-lg {
    padding-top: 5px !important;
  }

  .pr1-lg,
  .p.pr1-lg {
    padding-right: 5px !important;
  }

  .pb1-lg,
  .p.pb1-lg {
    padding-bottom: 5px !important;
  }

  .pl1-lg,
  .p.pl1-lg {
    padding-left: 5px !important;
  }

  .px1-lg,
  .p.px1-lg {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .py1-lg,
  .p.py1-lg {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .m2-lg,
  .m.m2-lg {
    margin: 10px !important;
  }

  .mt2-lg,
  .m.mt2-lg {
    margin-top: 10px !important;
  }

  .mr2-lg,
  .m.mr2-lg {
    margin-right: 10px !important;
  }

  .mb2-lg,
  .m.mb2-lg {
    margin-bottom: 10px !important;
  }

  .ml2-lg,
  .m.ml2-lg {
    margin-left: 10px !important;
  }

  .mx2-lg,
  .m.mx2-lg {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .my2-lg,
  .m.my2-lg {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .p2-lg,
  .p.p2-lg {
    padding: 10px !important;
  }

  .pt2-lg,
  .p.pt2-lg {
    padding-top: 10px !important;
  }

  .pr2-lg,
  .p.pr2-lg {
    padding-right: 10px !important;
  }

  .pb2-lg,
  .p.pb2-lg {
    padding-bottom: 10px !important;
  }

  .pl2-lg,
  .p.pl2-lg {
    padding-left: 10px !important;
  }

  .px2-lg,
  .p.px2-lg {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py2-lg,
  .p.py2-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .m3-lg,
  .m.m3-lg {
    margin: 15px !important;
  }

  .mt3-lg,
  .m.mt3-lg {
    margin-top: 15px !important;
  }

  .mr3-lg,
  .m.mr3-lg {
    margin-right: 15px !important;
  }

  .mb3-lg,
  .m.mb3-lg {
    margin-bottom: 15px !important;
  }

  .ml3-lg,
  .m.ml3-lg {
    margin-left: 15px !important;
  }

  .mx3-lg,
  .m.mx3-lg {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .my3-lg,
  .m.my3-lg {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .p3-lg,
  .p.p3-lg {
    padding: 15px !important;
  }

  .pt3-lg,
  .p.pt3-lg {
    padding-top: 15px !important;
  }

  .pr3-lg,
  .p.pr3-lg {
    padding-right: 15px !important;
  }

  .pb3-lg,
  .p.pb3-lg {
    padding-bottom: 15px !important;
  }

  .pl3-lg,
  .p.pl3-lg {
    padding-left: 15px !important;
  }

  .px3-lg,
  .p.px3-lg {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py3-lg,
  .p.py3-lg {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .m4-lg,
  .m.m4-lg {
    margin: 20px !important;
  }

  .mt4-lg,
  .m.mt4-lg {
    margin-top: 20px !important;
  }

  .mr4-lg,
  .m.mr4-lg {
    margin-right: 20px !important;
  }

  .mb4-lg,
  .m.mb4-lg {
    margin-bottom: 20px !important;
  }

  .ml4-lg,
  .m.ml4-lg {
    margin-left: 20px !important;
  }

  .mx4-lg,
  .m.mx4-lg {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my4-lg,
  .m.my4-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .p4-lg,
  .p.p4-lg {
    padding: 20px !important;
  }

  .pt4-lg,
  .p.pt4-lg {
    padding-top: 20px !important;
  }

  .pr4-lg,
  .p.pr4-lg {
    padding-right: 20px !important;
  }

  .pb4-lg,
  .p.pb4-lg {
    padding-bottom: 20px !important;
  }

  .pl4-lg,
  .p.pl4-lg {
    padding-left: 20px !important;
  }

  .px4-lg,
  .p.px4-lg {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py4-lg,
  .p.py4-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .m5-lg,
  .m.m5-lg {
    margin: 25px !important;
  }

  .mt5-lg,
  .m.mt5-lg {
    margin-top: 25px !important;
  }

  .mr5-lg,
  .m.mr5-lg {
    margin-right: 25px !important;
  }

  .mb5-lg,
  .m.mb5-lg {
    margin-bottom: 25px !important;
  }

  .ml5-lg,
  .m.ml5-lg {
    margin-left: 25px !important;
  }

  .mx5-lg,
  .m.mx5-lg {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .my5-lg,
  .m.my5-lg {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .p5-lg,
  .p.p5-lg {
    padding: 25px !important;
  }

  .pt5-lg,
  .p.pt5-lg {
    padding-top: 25px !important;
  }

  .pr5-lg,
  .p.pr5-lg {
    padding-right: 25px !important;
  }

  .pb5-lg,
  .p.pb5-lg {
    padding-bottom: 25px !important;
  }

  .pl5-lg,
  .p.pl5-lg {
    padding-left: 25px !important;
  }

  .px5-lg,
  .p.px5-lg {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .py5-lg,
  .p.py5-lg {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .m6-lg,
  .m.m6-lg {
    margin: 30px !important;
  }

  .mt6-lg,
  .m.mt6-lg {
    margin-top: 30px !important;
  }

  .mr6-lg,
  .m.mr6-lg {
    margin-right: 30px !important;
  }

  .mb6-lg,
  .m.mb6-lg {
    margin-bottom: 30px !important;
  }

  .ml6-lg,
  .m.ml6-lg {
    margin-left: 30px !important;
  }

  .mx6-lg,
  .m.mx6-lg {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .my6-lg,
  .m.my6-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .p6-lg,
  .p.p6-lg {
    padding: 30px !important;
  }

  .pt6-lg,
  .p.pt6-lg {
    padding-top: 30px !important;
  }

  .pr6-lg,
  .p.pr6-lg {
    padding-right: 30px !important;
  }

  .pb6-lg,
  .p.pb6-lg {
    padding-bottom: 30px !important;
  }

  .pl6-lg,
  .p.pl6-lg {
    padding-left: 30px !important;
  }

  .px6-lg,
  .p.px6-lg {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py6-lg,
  .p.py6-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .m7-lg,
  .m.m7-lg {
    margin: 35px !important;
  }

  .mt7-lg,
  .m.mt7-lg {
    margin-top: 35px !important;
  }

  .mr7-lg,
  .m.mr7-lg {
    margin-right: 35px !important;
  }

  .mb7-lg,
  .m.mb7-lg {
    margin-bottom: 35px !important;
  }

  .ml7-lg,
  .m.ml7-lg {
    margin-left: 35px !important;
  }

  .mx7-lg,
  .m.mx7-lg {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .my7-lg,
  .m.my7-lg {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .p7-lg,
  .p.p7-lg {
    padding: 35px !important;
  }

  .pt7-lg,
  .p.pt7-lg {
    padding-top: 35px !important;
  }

  .pr7-lg,
  .p.pr7-lg {
    padding-right: 35px !important;
  }

  .pb7-lg,
  .p.pb7-lg {
    padding-bottom: 35px !important;
  }

  .pl7-lg,
  .p.pl7-lg {
    padding-left: 35px !important;
  }

  .px7-lg,
  .p.px7-lg {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .py7-lg,
  .p.py7-lg {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .m8-lg,
  .m.m8-lg {
    margin: 40px !important;
  }

  .mt8-lg,
  .m.mt8-lg {
    margin-top: 40px !important;
  }

  .mr8-lg,
  .m.mr8-lg {
    margin-right: 40px !important;
  }

  .mb8-lg,
  .m.mb8-lg {
    margin-bottom: 40px !important;
  }

  .ml8-lg,
  .m.ml8-lg {
    margin-left: 40px !important;
  }

  .mx8-lg,
  .m.mx8-lg {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my8-lg,
  .m.my8-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .p8-lg,
  .p.p8-lg {
    padding: 40px !important;
  }

  .pt8-lg,
  .p.pt8-lg {
    padding-top: 40px !important;
  }

  .pr8-lg,
  .p.pr8-lg {
    padding-right: 40px !important;
  }

  .pb8-lg,
  .p.pb8-lg {
    padding-bottom: 40px !important;
  }

  .pl8-lg,
  .p.pl8-lg {
    padding-left: 40px !important;
  }

  .px8-lg,
  .p.px8-lg {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py8-lg,
  .p.py8-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .container {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .modal-lg {
    max-width: 800px;
  }

  .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: flex !important;
  }

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

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

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

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

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

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

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

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

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

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

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

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

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 1200px) {
  #topbar {
    position: relative;
    width: 1145px;
  }

  #godios-wrapper {
    width: 865px;
  }

  .medal {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .f8-xl {
    font-size: 0.8rem !important;
  }

  .l8-xl {
    line-height: 0.8rem !important;
  }

  .f9-xl {
    font-size: 0.9rem !important;
  }

  .l9-xl {
    line-height: 0.9rem !important;
  }

  .f10-xl {
    font-size: 1rem !important;
  }

  .l10-xl {
    line-height: 1rem !important;
  }

  .f11-xl {
    font-size: 1.1rem !important;
  }

  .l11-xl {
    line-height: 1.1rem !important;
  }

  .f12-xl {
    font-size: 1.2rem !important;
  }

  .l12-xl {
    line-height: 1.2rem !important;
  }

  .f13-xl {
    font-size: 1.3rem !important;
  }

  .l13-xl {
    line-height: 1.3rem !important;
  }

  .f14-xl {
    font-size: 1.4rem !important;
  }

  .l14-xl {
    line-height: 1.4rem !important;
  }

  .f15-xl {
    font-size: 1.5rem !important;
  }

  .l15-xl {
    line-height: 1.5rem !important;
  }

  .f16-xl {
    font-size: 1.6rem !important;
  }

  .l16-xl {
    line-height: 1.6rem !important;
  }

  .f17-xl {
    font-size: 1.7rem !important;
  }

  .l17-xl {
    line-height: 1.7rem !important;
  }

  .f18-xl {
    font-size: 1.8rem !important;
  }

  .l18-xl {
    line-height: 1.8rem !important;
  }

  .f19-xl {
    font-size: 1.9rem !important;
  }

  .l19-xl {
    line-height: 1.9rem !important;
  }

  .f20-xl {
    font-size: 2rem !important;
  }

  .l20-xl {
    line-height: 2rem !important;
  }

  .f22-xl {
    font-size: 2.2rem !important;
  }

  .l22-xl {
    line-height: 2.2rem !important;
  }

  .f24-xl {
    font-size: 2.4rem !important;
  }

  .l24-xl {
    line-height: 2.4rem !important;
  }

  .f26-xl {
    font-size: 2.6rem !important;
  }

  .l26-xl {
    line-height: 2.6rem !important;
  }

  .f28-xl {
    font-size: 2.8rem !important;
  }

  .l28-xl {
    line-height: 2.8rem !important;
  }

  .f30-xl {
    font-size: 3rem !important;
  }

  .l30-xl {
    line-height: 3rem !important;
  }

  .f32-xl {
    font-size: 3.2rem !important;
  }

  .l32-xl {
    line-height: 3.2rem !important;
  }

  .f34-xl {
    font-size: 3.4rem !important;
  }

  .l34-xl {
    line-height: 3.4rem !important;
  }

  .f36-xl {
    font-size: 3.6rem !important;
  }

  .l36-xl {
    line-height: 3.6rem !important;
  }

  .f38-xl {
    font-size: 3.8rem !important;
  }

  .l38-xl {
    line-height: 3.8rem !important;
  }

  .f40-xl {
    font-size: 4rem !important;
  }

  .l40-xl {
    line-height: 4rem !important;
  }

  .f48-xl {
    font-size: 4.8rem !important;
  }

  .l48-xl {
    line-height: 4.8rem !important;
  }

  .f56-xl {
    font-size: 5.6rem !important;
  }

  .l56-xl {
    line-height: 5.6rem !important;
  }

  .f64-xl {
    font-size: 6.4rem !important;
  }

  .l64-xl {
    line-height: 6.4rem !important;
  }

  .f72-xl {
    font-size: 7.2rem !important;
  }

  .l72-xl {
    line-height: 7.2rem !important;
  }

  .f80-xl {
    font-size: 8rem !important;
  }

  .l80-xl {
    line-height: 8rem !important;
  }

  .wd10-xl {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .wd20-xl {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .wd25-xl {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .wd30-xl {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .wd33-xl {
    width: 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .wd40-xl {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .wd50-xl {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wd60-xl {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .wd66-xl {
    width: 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .wd70-xl {
    width: 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .wd75-xl {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .wd90-xl {
    width: 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .wd100-xl {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m0-xl,
  .m.m0-xl {
    margin: 0px !important;
  }

  .mt0-xl,
  .m.mt0-xl {
    margin-top: 0px !important;
  }

  .mr0-xl,
  .m.mr0-xl {
    margin-right: 0px !important;
  }

  .mb0-xl,
  .m.mb0-xl {
    margin-bottom: 0px !important;
  }

  .ml0-xl,
  .m.ml0-xl {
    margin-left: 0px !important;
  }

  .mx0-xl,
  .m.mx0-xl {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .my0-xl,
  .m.my0-xl {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .p0-xl,
  .p.p0-xl {
    padding: 0px !important;
  }

  .pt0-xl,
  .p.pt0-xl {
    padding-top: 0px !important;
  }

  .pr0-xl,
  .p.pr0-xl {
    padding-right: 0px !important;
  }

  .pb0-xl,
  .p.pb0-xl {
    padding-bottom: 0px !important;
  }

  .pl0-xl,
  .p.pl0-xl {
    padding-left: 0px !important;
  }

  .px0-xl,
  .p.px0-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py0-xl,
  .p.py0-xl {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .m1-xl,
  .m.m1-xl {
    margin: 5px !important;
  }

  .mt1-xl,
  .m.mt1-xl {
    margin-top: 5px !important;
  }

  .mr1-xl,
  .m.mr1-xl {
    margin-right: 5px !important;
  }

  .mb1-xl,
  .m.mb1-xl {
    margin-bottom: 5px !important;
  }

  .ml1-xl,
  .m.ml1-xl {
    margin-left: 5px !important;
  }

  .mx1-xl,
  .m.mx1-xl {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .my1-xl,
  .m.my1-xl {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .p1-xl,
  .p.p1-xl {
    padding: 5px !important;
  }

  .pt1-xl,
  .p.pt1-xl {
    padding-top: 5px !important;
  }

  .pr1-xl,
  .p.pr1-xl {
    padding-right: 5px !important;
  }

  .pb1-xl,
  .p.pb1-xl {
    padding-bottom: 5px !important;
  }

  .pl1-xl,
  .p.pl1-xl {
    padding-left: 5px !important;
  }

  .px1-xl,
  .p.px1-xl {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .py1-xl,
  .p.py1-xl {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .m2-xl,
  .m.m2-xl {
    margin: 10px !important;
  }

  .mt2-xl,
  .m.mt2-xl {
    margin-top: 10px !important;
  }

  .mr2-xl,
  .m.mr2-xl {
    margin-right: 10px !important;
  }

  .mb2-xl,
  .m.mb2-xl {
    margin-bottom: 10px !important;
  }

  .ml2-xl,
  .m.ml2-xl {
    margin-left: 10px !important;
  }

  .mx2-xl,
  .m.mx2-xl {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .my2-xl,
  .m.my2-xl {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .p2-xl,
  .p.p2-xl {
    padding: 10px !important;
  }

  .pt2-xl,
  .p.pt2-xl {
    padding-top: 10px !important;
  }

  .pr2-xl,
  .p.pr2-xl {
    padding-right: 10px !important;
  }

  .pb2-xl,
  .p.pb2-xl {
    padding-bottom: 10px !important;
  }

  .pl2-xl,
  .p.pl2-xl {
    padding-left: 10px !important;
  }

  .px2-xl,
  .p.px2-xl {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py2-xl,
  .p.py2-xl {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .m3-xl,
  .m.m3-xl {
    margin: 15px !important;
  }

  .mt3-xl,
  .m.mt3-xl {
    margin-top: 15px !important;
  }

  .mr3-xl,
  .m.mr3-xl {
    margin-right: 15px !important;
  }

  .mb3-xl,
  .m.mb3-xl {
    margin-bottom: 15px !important;
  }

  .ml3-xl,
  .m.ml3-xl {
    margin-left: 15px !important;
  }

  .mx3-xl,
  .m.mx3-xl {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .my3-xl,
  .m.my3-xl {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .p3-xl,
  .p.p3-xl {
    padding: 15px !important;
  }

  .pt3-xl,
  .p.pt3-xl {
    padding-top: 15px !important;
  }

  .pr3-xl,
  .p.pr3-xl {
    padding-right: 15px !important;
  }

  .pb3-xl,
  .p.pb3-xl {
    padding-bottom: 15px !important;
  }

  .pl3-xl,
  .p.pl3-xl {
    padding-left: 15px !important;
  }

  .px3-xl,
  .p.px3-xl {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py3-xl,
  .p.py3-xl {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .m4-xl,
  .m.m4-xl {
    margin: 20px !important;
  }

  .mt4-xl,
  .m.mt4-xl {
    margin-top: 20px !important;
  }

  .mr4-xl,
  .m.mr4-xl {
    margin-right: 20px !important;
  }

  .mb4-xl,
  .m.mb4-xl {
    margin-bottom: 20px !important;
  }

  .ml4-xl,
  .m.ml4-xl {
    margin-left: 20px !important;
  }

  .mx4-xl,
  .m.mx4-xl {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my4-xl,
  .m.my4-xl {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .p4-xl,
  .p.p4-xl {
    padding: 20px !important;
  }

  .pt4-xl,
  .p.pt4-xl {
    padding-top: 20px !important;
  }

  .pr4-xl,
  .p.pr4-xl {
    padding-right: 20px !important;
  }

  .pb4-xl,
  .p.pb4-xl {
    padding-bottom: 20px !important;
  }

  .pl4-xl,
  .p.pl4-xl {
    padding-left: 20px !important;
  }

  .px4-xl,
  .p.px4-xl {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py4-xl,
  .p.py4-xl {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .m5-xl,
  .m.m5-xl {
    margin: 25px !important;
  }

  .mt5-xl,
  .m.mt5-xl {
    margin-top: 25px !important;
  }

  .mr5-xl,
  .m.mr5-xl {
    margin-right: 25px !important;
  }

  .mb5-xl,
  .m.mb5-xl {
    margin-bottom: 25px !important;
  }

  .ml5-xl,
  .m.ml5-xl {
    margin-left: 25px !important;
  }

  .mx5-xl,
  .m.mx5-xl {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .my5-xl,
  .m.my5-xl {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .p5-xl,
  .p.p5-xl {
    padding: 25px !important;
  }

  .pt5-xl,
  .p.pt5-xl {
    padding-top: 25px !important;
  }

  .pr5-xl,
  .p.pr5-xl {
    padding-right: 25px !important;
  }

  .pb5-xl,
  .p.pb5-xl {
    padding-bottom: 25px !important;
  }

  .pl5-xl,
  .p.pl5-xl {
    padding-left: 25px !important;
  }

  .px5-xl,
  .p.px5-xl {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .py5-xl,
  .p.py5-xl {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .m6-xl,
  .m.m6-xl {
    margin: 30px !important;
  }

  .mt6-xl,
  .m.mt6-xl {
    margin-top: 30px !important;
  }

  .mr6-xl,
  .m.mr6-xl {
    margin-right: 30px !important;
  }

  .mb6-xl,
  .m.mb6-xl {
    margin-bottom: 30px !important;
  }

  .ml6-xl,
  .m.ml6-xl {
    margin-left: 30px !important;
  }

  .mx6-xl,
  .m.mx6-xl {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .my6-xl,
  .m.my6-xl {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .p6-xl,
  .p.p6-xl {
    padding: 30px !important;
  }

  .pt6-xl,
  .p.pt6-xl {
    padding-top: 30px !important;
  }

  .pr6-xl,
  .p.pr6-xl {
    padding-right: 30px !important;
  }

  .pb6-xl,
  .p.pb6-xl {
    padding-bottom: 30px !important;
  }

  .pl6-xl,
  .p.pl6-xl {
    padding-left: 30px !important;
  }

  .px6-xl,
  .p.px6-xl {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py6-xl,
  .p.py6-xl {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .m7-xl,
  .m.m7-xl {
    margin: 35px !important;
  }

  .mt7-xl,
  .m.mt7-xl {
    margin-top: 35px !important;
  }

  .mr7-xl,
  .m.mr7-xl {
    margin-right: 35px !important;
  }

  .mb7-xl,
  .m.mb7-xl {
    margin-bottom: 35px !important;
  }

  .ml7-xl,
  .m.ml7-xl {
    margin-left: 35px !important;
  }

  .mx7-xl,
  .m.mx7-xl {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .my7-xl,
  .m.my7-xl {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .p7-xl,
  .p.p7-xl {
    padding: 35px !important;
  }

  .pt7-xl,
  .p.pt7-xl {
    padding-top: 35px !important;
  }

  .pr7-xl,
  .p.pr7-xl {
    padding-right: 35px !important;
  }

  .pb7-xl,
  .p.pb7-xl {
    padding-bottom: 35px !important;
  }

  .pl7-xl,
  .p.pl7-xl {
    padding-left: 35px !important;
  }

  .px7-xl,
  .p.px7-xl {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .py7-xl,
  .p.py7-xl {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .m8-xl,
  .m.m8-xl {
    margin: 40px !important;
  }

  .mt8-xl,
  .m.mt8-xl {
    margin-top: 40px !important;
  }

  .mr8-xl,
  .m.mr8-xl {
    margin-right: 40px !important;
  }

  .mb8-xl,
  .m.mb8-xl {
    margin-bottom: 40px !important;
  }

  .ml8-xl,
  .m.ml8-xl {
    margin-left: 40px !important;
  }

  .mx8-xl,
  .m.mx8-xl {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my8-xl,
  .m.my8-xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .p8-xl,
  .p.p8-xl {
    padding: 40px !important;
  }

  .pt8-xl,
  .p.pt8-xl {
    padding-top: 40px !important;
  }

  .pr8-xl,
  .p.pr8-xl {
    padding-right: 40px !important;
  }

  .pb8-xl,
  .p.pb8-xl {
    padding-bottom: 40px !important;
  }

  .pl8-xl,
  .p.pl8-xl {
    padding-left: 40px !important;
  }

  .px8-xl,
  .p.px8-xl {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py8-xl,
  .p.py8-xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .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: flex !important;
  }

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

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

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

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

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

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

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

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

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

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

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

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

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

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

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }

  .btn {
    transition: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }
}

@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: flex !important;
  }

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

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}