* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
  outline: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: 'Ubuntu', 'Shuei MaruGo L', sans-serif;
  color: #333333;
  min-width: 1160px;
  padding-top: 100px;
  font-size: 1.6rem;
}

li {
  list-style-type: none;
}

th, td {
  vertical-align: top;
}

b, strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  border: none;
  text-decoration: none;
}

a img {
  border: none;
  text-decoration: none;
}

a {
  color: #333333;
  text-decoration: none;
}
a:link, a:visited{
  color: #333333;
  text-decoration: none;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.l-wrapper {
  margin: auto;
  width: 1160px;
  padding: 0 10px;
}

.l-section {
  margin-bottom: 90px;
}

.p-header {
  height: 100px;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1160px;
  background: white;
  z-index: 9999;
}
.p-header__left {
  float: left;
  padding-top: 25px;
  padding-left: 15px;
}
.p-header__right {
  float: right;
}
.p-header-links__list {
  float: left;
  padding-right: 26px;
}
.p-header-links__item {
  font-size: 1.6rem;
  display: inline-block;
  font-weight: bold;
  padding-top: 40px;
  padding-left: 23px;
}
.p-header-links__item a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header-links__item a:hover {
  color: #cc0001;
}
.p-header-links__contact {
  display: block;
  float: right;
  width: 100px;
  height: 100px;
  background: #cc0001 url(https://3d70f6.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/header/mail.png);
  font-size: 1.4rem;
  color: white;
  text-align: center;
  padding-top: 65px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header-links__contact:link, .p-header-links__contact:visited{
  color: #fff;
}
.p-header-links__contact:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.nav-showroom .p-header-links__showroom a,
.nav-car_lineup .p-header-links__car_lineup a,
.nav-campaign .p-header-links__campaign a,
.nav-inspection .p-header-links__inspection a,
.nav-insurance .p-header-links__insurance a,
.nav-company .p-header-links__company a,
.nav-recruit .p-header-links__recruit a {
  color: #cc0001;
}

.p-footer-links {
  margin-left: -30px;
  margin-bottom: 50px;
  font-size: 1.4rem;
}
.p-footer-links__grid {
  float: left;
  width: 165px;
  margin-left: 30px;
}
.p-footer-links__item {
  background: url("https://b10c3a.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/footer/icon_list.png") left top no-repeat;
  padding-left: 13px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.p-footer-links__item a:hover {
  text-decoration: underline;
}
.p-footer-links .c-title-1 {
  margin-bottom: 35px;
}

.p-page-top {
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 35px;
}
.p-page-top:before, .p-page-top:after {
  content: '';
  position: absolute;
  top: 80%;
  display: inline-block;
  width: 522px;
  height: 1px;
  background-color: black;
}
.p-page-top:before {
  left: 0;
}
.p-page-top:after {
  right: 0;
}
.p-page-top a {
  background: url("https://7504d4.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/footer/icon_pagetop.png") center top no-repeat;
  display: inline-block;
  padding-top: 15px;
}

.p-copy {
  font-size: 1.2rem;
  line-height: 1.5;
  height: 38px;
  margin-bottom: 90px;
  position: relative;
}
.p-copy__left {
  background: url("https://a33f10.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/footer/copy.png") left top no-repeat;
  height: 38px;
  padding-left: 78px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-copy__right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-title-1 {
  font-size: 2.7rem;
  text-align: center;
  font-weight: bold;
}
.c-title-1 > span {
  font-size: 1.2rem;
  margin-top: 12px;
  position: relative;
  display: block;
  padding: 0 55px;
  font-weight: bold;
}
.c-title-1 > span:before, .c-title-1 > span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: black;
}
.c-title-1 > span:before {
  left: 0;
}
.c-title-1 > span:after {
  right: 0;
}
.c-title-1 > span > span {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 0 10px;
  background-color: white;
}

.c-title-2 {
  font-size: 2.7rem;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 6px;
  font-variant-ligatures: none;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
.c-title-2 > span {
  font-size: 1.2rem;
  margin-top: 12px;
  position: relative;
  display: block;
  padding: 0 55px;
  font-weight: bold;
}
.c-title-2 > span:before, .c-title-2 > span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: white;
}
.c-title-2 > span:before {
  left: 0;
}
.c-title-2 > span:after {
  right: 8px;
}
.c-title-2 > span > span {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 0 10px;
}

.c-title-3 {
  font-size: 2.7rem;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 10px;
  margin-bottom: 30px;
}
.c-title-3 > span {
  font-size: 1.2rem;
  margin-top: 12px;
  position: relative;
  display: block;
  padding: 0 55px;
  font-weight: bold;
  margin-left: -4px;
}
.c-title-3 > span:before, .c-title-3 > span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: black;
}
.c-title-3 > span:before {
  left: 0;
}
.c-title-3 > span:after {
  right: 4px;
}
.c-title-3 > span > span {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 0 7px 0 9px;
  background-color: white;
}

.c-title-4 {
  line-height: 1.75;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 30px;
}
.c-title-4 span {
  border-bottom: solid 2px #cc0001;
  display: inline-block;
}

.c-title-5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-title-6 {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 8px;
  margin-bottom: 30px;
  color:#cc0001 ;

}
.c-title-6 > span {
  font-size:1.8rem;
  margin-top: 28px;
  position: relative;
  display: block;
  padding: 0 55px;
  font-weight: bold;
  color: #333;
  
}
.c-title-6 > span:before, .c-title-6 > span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: black;
}
.c-title-6 > span:before {
  left: 0;
}
.c-title-6 > span:after {
  right: 4px;
}
.c-title-6 > span > span {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  white-space: nowrap;
  padding: 0 20px 0 20px;
  background-color: white;
}

.c-title--small {
  font-size: 1.8rem;
}

.c-button-1 {
  border: solid 1px #333333;
  font-size: 1.8rem;
  padding: 15px 70px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-1:hover {
  background: #333333;
  color: white;
}

.c-button-2 {
  border: solid 1px white;
  font-size: 1.8rem;
  padding: 15px 60px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button-3 {
  border: solid 3px #cc0001;
  color: #cc0001;
  font-size: 1.8rem;
  padding: 15px 30px;
  text-align: center;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-3:hover {
  background: #cc0001;
  color: white;
}

.p-blog-body{
  margin: 90px auto;
}
.c-blog-title{
  text-align: center;
}
.c-blog-title_sub{
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
.c-blog-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-blog-card{
  width:calc(20% - 18px);
  margin: 4em auto 1em;
  
}
.c-blog-card a{
  width: 100%;
  height: 100%;
  display: block;
  transition:.5s;
}
.c-blog-card a:hover{
  transform: translateY(-5px);
  opacity: 0.5;
}
.c-blog-card__img{
  display: flex;
  height: 180px;
  align-items: center;
  overflow: hidden;
}
.c-blog-card img{
  width: 100%;
}
.c-blog-card__head{
  position: relative;
}
.is-new:before{
  content: "";
  position: absolute;
  top: calc(-3em /2);
  left: 0;
  z-index: 1;
  display: block;
  width: 3em;
  height: 3em;
  background: url(https://8ffece.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/home/new.png) 50% 50%/contain no-repeat;
}

.c-blog-card__date{
  position: absolute;
  top: -0.6em;
  right: 0;
  z-index: 1;
  font-weight: bold;
  font-size: 2.4rem;
  text-shadow: 
  #fff 3px 0px 0px, 
  #fff 2.83487px 0.981584px 0px, 
  #fff 2.35766px 1.85511px 0px, 
  #fff 1.62091px 2.52441px 0px, 
  #fff 0.705713px 2.91581px 0px, 
  #fff -0.287171px 2.98622px 0px, 
  #fff -1.24844px 2.72789px 0px, 
  #fff -2.07227px 2.16926px 0px, 
  #fff -2.66798px 1.37182px 0px, 
  #fff -2.96998px 0.42336px 0px, 
  #fff -2.94502px -0.571704px 0px, 
  #fff -2.59586px -1.50383px 0px, 
  #fff -1.96093px -2.27041px 0px, 
  #fff -1.11013px -2.78704px 0px, 
  #fff -0.137119px -2.99686px 0px, 
  #fff 0.850987px -2.87677px 0px, 
  #fff 1.74541px -2.43999px 0px, 
  #fff 2.44769px -1.73459px 0px, 
  #fff 2.88051px -0.838247px 0px;
}
.c-blog-card__shop{
    display: inline-block;
    padding: .3em .6em;
    background: #cc0001;
    color: #fff;
    margin-top: .4em;
}
.c-blog-card__title{
    overflow: hidden;
    margin-top: .4em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-dark-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-dark-box__element {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-dark-box__element:before {
  content: "";
  display: block;
  padding-top: 141%;
}
.c-dark-box__element:hover .c-dark-box__button {
  background: #cc0001;
  border: solid 1px #cc0001;
  position: relative;
  text-shadow: none;
}
.c-dark-box__element:hover .c-dark-box__button:after {
  background: url("https://a007e3.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/common/arrow-button2.png") no-repeat;
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 18px;
}
.c-dark-box__button {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
.c-dark-box__text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  color: white;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.c-dark-box__black {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-dark-box__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.c-dark-box__img img {
  width: 100%;
}
.c-dark-box:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.c-hero {
  height: 150px;
  background: url("https://a32846.claudeassets.com/20211204154608im_/https://www.honda-4niigata.com/home/img/common/hero.png") no-repeat top center #cc0001;
}
.c-hero__title {
  font-size: 3.6rem;
  color: white;
  text-align: center;
  padding-top: 60px;
  font-weight: bold;
  letter-spacing: 6px;
}

.c-breadcrumb {
  height: 50px;
  font-size: 1.4rem;
  background: #f0f0f0;
  border-bottom: solid 1px #cccccc;
  padding-top: 18px;
}
.c-breadcrumb a {
  color: #cc0001;
  text-decoration: underline;
}
.c-breadcrumb a:hover {
  text-decoration: none;
}

.c-page {
  margin-top: 60px;
  margin-bottom: 60px;
}

.c-text-link {
  text-decoration: underline;
  color: #cc0001;
}
.c-text-link:hover {
  text-decoration: none;
}
.c-section {
  padding: 2rem 0 12rem;
}

.c-section-contents {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}
.c-section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px -10px;
}
.c-section-grid[data-col="4"] .c-section-grid__item {
  width: 25%;
}
.c-section-grid__item {
  padding: 10px 10px;
}
.c-frame-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: .3125em .9375em 1.4375em;
  border: 8px solid #efefef;
}
.c-frame-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75em;
  color: #cc0001;
  text-align: center;
  white-space: nowrap;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}
.c-frame-item__body > figure:not(:last-child) {
  margin-bottom: 1em;
}
.c-frame-item__body > figure img {
  margin: 0 auto;
}
.c-frame-item__body > dl + dl {
  margin-top: 1.4375em;
}
.c-frame-item__body > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cc0001;
  font-weight: bold;
}
.c-frame-item__body > dl > dt:after {
  content: "";
  display: block;
  width: 70px;
  width: 7rem;
  height: 1px;
  margin-left: 7px;
  margin-left: .7rem;
  border-top: 1px solid;
}
.c-frame-item__body > dl > dd {
  margin-top: .5em;
}
.c-frame-item__foot {
  margin-top: 1.78571em;
  font-size: 1.4rem;
  letter-spacing: .03em;
  line-height: 2rem;
}
.c-section-supplement{
  line-height: 2rem;
}
.u-clearfix {
  *zoom: 1;
}
.u-clearfix:before, .u-clearfix:after {
  content: "";
  display: table;
}
.u-clearfix:after {
  clear: both;
}

.u-w100 {
  width: 100%;
}

.u-hide {
  display: none;
}

.u-block {
  display: block;
}

.u-red {
  color: #cc0001;
}

.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.u-fs10 {
  font-size: 1.0rem;
}

.u-fs11 {
  font-size: 1.1rem;
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs13 {
  font-size: 1.3rem;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs15 {
  font-size: 1.5rem;
}

.u-fs16 {
  font-size: 1.6rem;
}

.u-fs17 {
  font-size: 1.7rem;
}

.u-fs18 {
  font-size: 1.8rem;
}

.u-fs19 {
  font-size: 1.9rem;
}

.u-fs20 {
  font-size: 2.0rem;
}

.u-lh10 {
  line-height: 1.0 	!important;
}

.u-lh11 {
  line-height: 1.1 	!important;
}

.u-lh12 {
  line-height: 1.2 	!important;
}

.u-lh13 {
  line-height: 1.3 	!important;
}

.u-lh14 {
  line-height: 1.4 	!important;
}

.u-lh15 {
  line-height: 1.5 	!important;
}

.u-lh16 {
  line-height: 1.6 	!important;
}

.u-lh17 {
  line-height: 1.7 	!important;
}

.u-lh18 {
  line-height: 1.8 	!important;
}

.u-lh19 {
  line-height: 1.9 	!important;
}

.u-lh20 {
  line-height: 2.0	!important;
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

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

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

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

.u-m0 {
  margin: 0 !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-p0 {
  padding: 0 !important;
}

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

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

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

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-tablet-block {
  display: none !important;
}
/*
     FILE ARCHIVED ON 15:47:14 Dec 04, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:04:53 Jun 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.373
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.038
  esindex: 0.006
  cdx.remote: 22.843
  LoadShardBlock: 100.612 (3)
  PetaboxLoader3.datanode: 114.577 (5)
  PetaboxLoader3.resolve: 92.194 (2)
  load_resource: 125.329
  loaddict: 44.141
*/