* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important; }

a:hover {
  text-decoration: none; }

.divisor {
  padding-bottom: 2px;
  background-color: #e08117; }

section.slider {
  overflow: hidden;
  max-height: 100vh; }
  section.slider .before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 99; }
  section.slider .slider-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    section.slider .slider-image p, section.slider .slider-image h2 {
      z-index: 99; }
    section.slider .slider-image img {
      width: 100%; }
  section.slider .prevPhoto, section.slider .nextPhoto {
    position: absolute;
    left: 20px;
    z-index: 999;
    height: 101px;
    width: 49px;
    top: calc(50% - 50.05px);
    cursor: pointer;
    background-image: url(../imgs/slider-left.png); }
  section.slider .nextPhoto {
    transform: rotate(180deg);
    right: 20px;
    left: auto; }
section.infos .svg-image, section.infos .svg-image-2 {
  top: -150px;
  left: calc(-874.419px + 300px);
  position: absolute;
  width: 874.419px;
  height: 345.349px;
  z-index: 999;
  transform: rotate(45deg); }
  section.infos .svg-image svg, section.infos .svg-image-2 svg {
    width: 100%;
    height: 100%; }
section.infos .svg-image-2 {
  left: auto;
  right: calc(-874.419px + 300px);
  bottom: 0px;
  opacity: 0.1;
  top: auto; }
section.page-type-1 ul.page-nav {
  list-style: none; }
  section.page-type-1 ul.page-nav li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff; }
    section.page-type-1 ul.page-nav li:last-child {
      border-right: none;
      color: #e08117;
      font-weight: 600; }
section.page-type-1 .mapa {
  position: relative;
  height: 500px; }
section.page-type-1 .contato {
  position: relative; }
  section.page-type-1 .contato .bg-contact {
    margin-top: -80px; }

.pdt-category .img-cat img {
  width: 80px; }
.pdt-category:hover .img-cat img {
  width: 100px; }

.zoomImage {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.2rem;
  padding: 2px 6px;
  border: 1px solid #e08117;
  color: #e08117; }

.stretcher-wrapper {
  margin: 0;
  padding: 0;
  background-color: #e08117; }
  .stretcher-wrapper header {
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
    padding: 30px 0; }
    .stretcher-wrapper header:before {
      content: "";
      position: absolute;
      border-width: 20px 20px 0 20px;
      border-style: solid solid solid solid;
      border-color: #fff transparent #fff;
      bottom: -15px;
      left: 50%;
      z-index: 2;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .stretcher-wrapper .stretcher {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 0; }
    .stretcher-wrapper .stretcher .stretcher-item {
      position: relative;
      background-size: cover;
      background-position: center;
      display: block;
      width: 100%;
      height: 30vh;
      overflow: hidden;
      -moz-transition: width 0.5s;
      -o-transition: width 0.5s;
      -webkit-transition: width 0.5s;
      transition: width 0.5s; }
      .stretcher-wrapper .stretcher .stretcher-item a {
        position: absolute;
        width: 100%;
        height: 100%;
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        z-index: 99; }
      .stretcher-wrapper .stretcher .stretcher-item.more {
        background-color: #e08117;
        position: relative;
        height: 100px; }
        .stretcher-wrapper .stretcher .stretcher-item.more a {
          position: absolute;
          width: 100%;
          height: 100%; }
        .stretcher-wrapper .stretcher .stretcher-item.more .more-icon {
          font-size: 70px;
          color: #fff;
          position: absolute;
          left: 50%;
          top: 50%;
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .stretcher-wrapper .stretcher:hover a {
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
  display: inline-block; }

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  color: #fff; }

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before {
  content: attr(data-title-show);
  opacity: 0;
  font-size: 16px; }

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
  content: attr(data-title-hide);
  opacity: 1; }

.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:before {
  opacity: 1; }

.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:after {
  opacity: 0; }

@media(min-width:992px) {
  .stretcher-wrapper .stretcher .stretcher-item.more,
  .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
    width: 8%; }

  .stretcher-wrapper .stretcher .stretcher-item.more.active {
    width: 28%; }

  .stretcher-wrapper .stretcher .stretcher-item.more.more {
    height: 100%; } }
.stretcher-wrapper .stretcher .stretcher-item.inactive,
.stretcher-wrapper .stretcher .stretcher-item.active {
  width: 100%; }

@media(min-width:992px) {
  .stretcher-wrapper .stretcher .stretcher-item {
    width: 23%;
    height: 100%;
    display: inline-block; }

  .stretcher-wrapper .stretcher .stretcher-item.inactive {
    width: 18%; }

  .stretcher-wrapper .stretcher .stretcher-item.active {
    width: 38%; } }
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: initial;
  color: #fff; }

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo img,
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
  text-align: center; }

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .f-icon {
  font-size: 100px; }

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .text-intro {
  display: block; }

.stretcher-wrapper .stretcher .stretcher-item:hover .stretcher-logo {
  opacity: 0; }

.stretcher-wrapper .stretcher .stretcher-item figure {
  background-color: #e08117;
  color: #fff;
  position: absolute;
  z-index: 9;
  font-size: initial;
  padding: 20px 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.stretcher-wrapper .stretcher .stretcher-item figure h4 {
  margin-bottom: 0; }

@media(min-width:992px) {
  .stretcher-wrapper .stretcher .stretcher-item figure {
    padding: 20px 30px; } }
.stretcher-wrapper .stretcher .stretcher-item:hover figure {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media(min-width:992px) {
  .stretcher-wrapper .stretcher {
    height: 500px;
    white-space: nowrap; }

  .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher {
    height: 100vh; }

  .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item figure {
    bottom: 20%;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow: hidden;
    padding: 50px 30px; }

  .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item:hover figure {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
nav.navbar {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999; }
  nav.navbar img.logo {
    fill: #fff; }
  nav.navbar .nav-item {
    font-size: 0.8rem; }
    nav.navbar .nav-item.active a {
      color: #fff !important;
      border-bottom: 2px solid #e08117; }
  nav.navbar.fixed {
    position: relative;
    top: 0;
    background-color: #e08117; }

div.menu-default {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; }

@media (min-width: 576px) {
  .sofa-color-sm-1 {
    color: #e08117; }

  a.sofa-color-sm-1 {
    color: #e08117; }

  .sofa-color-sm-2 {
    color: #3d3d3d; }

  a.sofa-color-sm-2 {
    color: #3d3d3d; }

  .sofa-color-sm-3 {
    color: #fff; }

  a.sofa-color-sm-3 {
    color: #fff; }

  .sofa-color-sm-4 {
    color: #000; }

  a.sofa-color-sm-4 {
    color: #000; }

  .sofa-color-sm-5 {
    color: #EEEEEE; }

  a.sofa-color-sm-5 {
    color: #EEEEEE; }

  .sofa-color-sm-transparent {
    color: transparent !important; }

  a.sofa-color-sm-transparent {
    color: transparent !important; }

  .sofa-fill-sm-1 {
    fill: #e08117; }

  .sofa-fill-sm-2 {
    fill: #3d3d3d; }

  .sofa-fill-sm-3 {
    fill: #fff; }

  .sofa-fill-sm-4 {
    fill: #000; }

  .sofa-fill-sm-5 {
    fill: #EEEEEE; }

  .sofa-fill-sm-transparent {
    fill: transparent !important; }

  .sofa-bg-sm-1 {
    background-color: #e08117; }

  .sofa-bg-sm-2 {
    background-color: #3d3d3d; }

  .sofa-bg-sm-3 {
    background-color: #fff; }

  .sofa-bg-sm-4 {
    background-color: #000; }

  .sofa-bg-sm-5 {
    background-color: #EEEEEE; }

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

  .sofa-border-color-sm-1 {
    border-color: #e08117; }

  a.sofa-border-color-sm-1 {
    border-color: #e08117; }

  .sofa-border-color-sm-2 {
    border-color: #3d3d3d; }

  a.sofa-border-color-sm-2 {
    border-color: #3d3d3d; }

  .sofa-border-color-sm-3 {
    border-color: #fff; }

  a.sofa-border-color-sm-3 {
    border-color: #fff; }

  .sofa-border-color-sm-4 {
    border-color: #000; }

  a.sofa-border-color-sm-4 {
    border-color: #000; }

  .sofa-border-color-sm-5 {
    border-color: #EEEEEE; }

  a.sofa-border-color-sm-5 {
    border-color: #EEEEEE; }

  .sofa-border-color-sm-transparent {
    border-color: transparent !important; }

  a.sofa-border-color-sm-transparent {
    border-color: transparent !important; } }
@media (min-width: 768px) {
  .sofa-color-md-1 {
    color: #e08117; }

  a.sofa-color-md-1 {
    color: #e08117; }

  .sofa-color-md-2 {
    color: #3d3d3d; }

  a.sofa-color-md-2 {
    color: #3d3d3d; }

  .sofa-color-md-3 {
    color: #fff; }

  a.sofa-color-md-3 {
    color: #fff; }

  .sofa-color-md-4 {
    color: #000; }

  a.sofa-color-md-4 {
    color: #000; }

  .sofa-color-md-5 {
    color: #EEEEEE; }

  a.sofa-color-md-5 {
    color: #EEEEEE; }

  .sofa-color-md-transparent {
    color: transparent !important; }

  a.sofa-color-md-transparent {
    color: transparent !important; }

  .sofa-fill-md-1 {
    fill: #e08117; }

  .sofa-fill-md-2 {
    fill: #3d3d3d; }

  .sofa-fill-md-3 {
    fill: #fff; }

  .sofa-fill-md-4 {
    fill: #000; }

  .sofa-fill-md-5 {
    fill: #EEEEEE; }

  .sofa-fill-md-transparent {
    fill: transparent !important; }

  .sofa-bg-md-1 {
    background-color: #e08117; }

  .sofa-bg-md-2 {
    background-color: #3d3d3d; }

  .sofa-bg-md-3 {
    background-color: #fff; }

  .sofa-bg-md-4 {
    background-color: #000; }

  .sofa-bg-md-5 {
    background-color: #EEEEEE; }

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

  .sofa-border-color-md-1 {
    border-color: #e08117; }

  a.sofa-border-color-md-1 {
    border-color: #e08117; }

  .sofa-border-color-md-2 {
    border-color: #3d3d3d; }

  a.sofa-border-color-md-2 {
    border-color: #3d3d3d; }

  .sofa-border-color-md-3 {
    border-color: #fff; }

  a.sofa-border-color-md-3 {
    border-color: #fff; }

  .sofa-border-color-md-4 {
    border-color: #000; }

  a.sofa-border-color-md-4 {
    border-color: #000; }

  .sofa-border-color-md-5 {
    border-color: #EEEEEE; }

  a.sofa-border-color-md-5 {
    border-color: #EEEEEE; }

  .sofa-border-color-md-transparent {
    border-color: transparent !important; }

  a.sofa-border-color-md-transparent {
    border-color: transparent !important; } }
@media (min-width: 992px) {
  .sofa-color-lg-1 {
    color: #e08117; }

  a.sofa-color-lg-1 {
    color: #e08117; }

  .sofa-color-lg-2 {
    color: #3d3d3d; }

  a.sofa-color-lg-2 {
    color: #3d3d3d; }

  .sofa-color-lg-3 {
    color: #fff; }

  a.sofa-color-lg-3 {
    color: #fff; }

  .sofa-color-lg-4 {
    color: #000; }

  a.sofa-color-lg-4 {
    color: #000; }

  .sofa-color-lg-5 {
    color: #EEEEEE; }

  a.sofa-color-lg-5 {
    color: #EEEEEE; }

  .sofa-color-lg-transparent {
    color: transparent !important; }

  a.sofa-color-lg-transparent {
    color: transparent !important; }

  .sofa-fill-lg-1 {
    fill: #e08117; }

  .sofa-fill-lg-2 {
    fill: #3d3d3d; }

  .sofa-fill-lg-3 {
    fill: #fff; }

  .sofa-fill-lg-4 {
    fill: #000; }

  .sofa-fill-lg-5 {
    fill: #EEEEEE; }

  .sofa-fill-lg-transparent {
    fill: transparent !important; }

  .sofa-bg-lg-1 {
    background-color: #e08117; }

  .sofa-bg-lg-2 {
    background-color: #3d3d3d; }

  .sofa-bg-lg-3 {
    background-color: #fff; }

  .sofa-bg-lg-4 {
    background-color: #000; }

  .sofa-bg-lg-5 {
    background-color: #EEEEEE; }

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

  .sofa-border-color-lg-1 {
    border-color: #e08117; }

  a.sofa-border-color-lg-1 {
    border-color: #e08117; }

  .sofa-border-color-lg-2 {
    border-color: #3d3d3d; }

  a.sofa-border-color-lg-2 {
    border-color: #3d3d3d; }

  .sofa-border-color-lg-3 {
    border-color: #fff; }

  a.sofa-border-color-lg-3 {
    border-color: #fff; }

  .sofa-border-color-lg-4 {
    border-color: #000; }

  a.sofa-border-color-lg-4 {
    border-color: #000; }

  .sofa-border-color-lg-5 {
    border-color: #EEEEEE; }

  a.sofa-border-color-lg-5 {
    border-color: #EEEEEE; }

  .sofa-border-color-lg-transparent {
    border-color: transparent !important; }

  a.sofa-border-color-lg-transparent {
    border-color: transparent !important; } }
@media (min-width: 1200px) {
  .sofa-color-xl-1 {
    color: #e08117; }

  a.sofa-color-xl-1 {
    color: #e08117; }

  .sofa-color-xl-2 {
    color: #3d3d3d; }

  a.sofa-color-xl-2 {
    color: #3d3d3d; }

  .sofa-color-xl-3 {
    color: #fff; }

  a.sofa-color-xl-3 {
    color: #fff; }

  .sofa-color-xl-4 {
    color: #000; }

  a.sofa-color-xl-4 {
    color: #000; }

  .sofa-color-xl-5 {
    color: #EEEEEE; }

  a.sofa-color-xl-5 {
    color: #EEEEEE; }

  .sofa-color-xl-transparent {
    color: transparent !important; }

  a.sofa-color-xl-transparent {
    color: transparent !important; }

  .sofa-fill-xl-1 {
    fill: #e08117; }

  .sofa-fill-xl-2 {
    fill: #3d3d3d; }

  .sofa-fill-xl-3 {
    fill: #fff; }

  .sofa-fill-xl-4 {
    fill: #000; }

  .sofa-fill-xl-5 {
    fill: #EEEEEE; }

  .sofa-fill-xl-transparent {
    fill: transparent !important; }

  .sofa-bg-xl-1 {
    background-color: #e08117; }

  .sofa-bg-xl-2 {
    background-color: #3d3d3d; }

  .sofa-bg-xl-3 {
    background-color: #fff; }

  .sofa-bg-xl-4 {
    background-color: #000; }

  .sofa-bg-xl-5 {
    background-color: #EEEEEE; }

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

  .sofa-border-color-xl-1 {
    border-color: #e08117; }

  a.sofa-border-color-xl-1 {
    border-color: #e08117; }

  .sofa-border-color-xl-2 {
    border-color: #3d3d3d; }

  a.sofa-border-color-xl-2 {
    border-color: #3d3d3d; }

  .sofa-border-color-xl-3 {
    border-color: #fff; }

  a.sofa-border-color-xl-3 {
    border-color: #fff; }

  .sofa-border-color-xl-4 {
    border-color: #000; }

  a.sofa-border-color-xl-4 {
    border-color: #000; }

  .sofa-border-color-xl-5 {
    border-color: #EEEEEE; }

  a.sofa-border-color-xl-5 {
    border-color: #EEEEEE; }

  .sofa-border-color-xl-transparent {
    border-color: transparent !important; }

  a.sofa-border-color-xl-transparent {
    border-color: transparent !important; } }
.sofa-color-1 {
  color: #e08117; }

a.sofa-color-1 {
  color: #e08117 !important; }

.sofa-color-2 {
  color: #3d3d3d; }

a.sofa-color-2 {
  color: #3d3d3d !important; }

.sofa-color-3 {
  color: #fff; }

a.sofa-color-3 {
  color: #fff !important; }

.sofa-color-4 {
  color: #000; }

a.sofa-color-4 {
  color: #000 !important; }

.sofa-color-5 {
  color: #EEEEEE; }

a.sofa-color-5 {
  color: #EEEEEE !important; }

.sofa-color-transparent {
  color: transparent !important; }

a.sofa-color-transparent {
  color: transparent !important !important; }

.sofa-fill-1 {
  fill: #e08117 !important; }

.sofa-fill-2 {
  fill: #3d3d3d !important; }

.sofa-fill-3 {
  fill: #fff !important; }

.sofa-fill-4 {
  fill: #000 !important; }

.sofa-fill-5 {
  fill: #EEEEEE !important; }

.sofa-fill-transparent {
  fill: transparent !important !important; }

.sofa-bg-1 {
  background-color: #e08117; }

.sofa-bg-2 {
  background-color: #3d3d3d; }

.sofa-bg-3 {
  background-color: #fff; }

.sofa-bg-4 {
  background-color: #000; }

.sofa-bg-5 {
  background-color: #EEEEEE; }

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

.sofa-border-color-1 {
  border-color: #e08117 !important; }

a.sofa-border-color-1 {
  border-color: #e08117 !important; }

.sofa-border-color-2 {
  border-color: #3d3d3d !important; }

a.sofa-border-color-2 {
  border-color: #3d3d3d !important; }

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

a.sofa-border-color-3 {
  border-color: #fff !important; }

.sofa-border-color-4 {
  border-color: #000 !important; }

a.sofa-border-color-4 {
  border-color: #000 !important; }

.sofa-border-color-5 {
  border-color: #EEEEEE !important; }

a.sofa-border-color-5 {
  border-color: #EEEEEE !important; }

.sofa-border-color-transparent {
  border-color: transparent !important !important; }

a.sofa-border-color-transparent {
  border-color: transparent !important !important; }

.box-shadow-1 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-1-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-2 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-2-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-3 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-3-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-4 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-4-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-5 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-5-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-6 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-6-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-7 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-7-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-8 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-8-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-9 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-9-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-10 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-10-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-11 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-11-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-12 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-12-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-13 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-13-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-14 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-14-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-15 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-15-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-16 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-16-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-17 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-17-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-18 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-18-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-19 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-19-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-20 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-20-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-21 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-21-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-22 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-22-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-23 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-23-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-24 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-24-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-25 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-25-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-26 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-26-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-27 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-27-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-28 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-28-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-29 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-29-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-30 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-30-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-31 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-31-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-32 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-32-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-33 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-33-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-34 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-34-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-35 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-35-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-36 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-36-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-37 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-37-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-38 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-38-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-39 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-39-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-40 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-40-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-41 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-41-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-42 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-42-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-43 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-43-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-44 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-44-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-45 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-45-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-46 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-46-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-47 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-47-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-48 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-48-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-49 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-49-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-50 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-50-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-51 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-51-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-52 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-52-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-53 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-53-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-54 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-54-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-55 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-55-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-56 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-56-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-57 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-57-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-58 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-58-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-59 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-59-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-60 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-60-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-61 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-61-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-62 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-62-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-63 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-63-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-64 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-64-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-65 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-65-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-66 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-66-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-67 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-67-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-68 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-68-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-69 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-69-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-70 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-70-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-71 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-71-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-72 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-72-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-73 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-73-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-74 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-74-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-75 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-75-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-76 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-76-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-77 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-77-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-78 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-78-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-79 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-79-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-80 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-80-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-81 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-81-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-82 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-82-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-83 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-83-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-84 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-84-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-85 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-85-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-86 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-86-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-87 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-87-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-88 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-88-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-89 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-89-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-90 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-90-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-91 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-91-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-92 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-92-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-93 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-93-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-94 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-94-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-95 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-95-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-96 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-96-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-97 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-97-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-98 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-98-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-99 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-99-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-100 {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.box-shadow-100-hover:hover {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2); }

.transition-all-linear-1 {
  transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s; }

.transition-all-linear-1:hover {
  transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s; }

.transition-all-linear-2 {
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s; }

.transition-all-linear-2:hover {
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s; }

.transition-all-linear-3 {
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s; }

.transition-all-linear-3:hover {
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s; }

.transition-all-linear-4 {
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s; }

.transition-all-linear-4:hover {
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s; }

.transition-all-linear-5 {
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s; }

.transition-all-linear-5:hover {
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s; }

.transition-all-linear-6 {
  transition: all linear 0.6s;
  -webkit-transition: all linear 0.6s;
  -moz-transition: all linear 0.6s;
  -o-transition: all linear 0.6s; }

.transition-all-linear-6:hover {
  transition: all linear 0.6s;
  -webkit-transition: all linear 0.6s;
  -moz-transition: all linear 0.6s;
  -o-transition: all linear 0.6s; }

.transition-all-linear-7 {
  transition: all linear 0.7s;
  -webkit-transition: all linear 0.7s;
  -moz-transition: all linear 0.7s;
  -o-transition: all linear 0.7s; }

.transition-all-linear-7:hover {
  transition: all linear 0.7s;
  -webkit-transition: all linear 0.7s;
  -moz-transition: all linear 0.7s;
  -o-transition: all linear 0.7s; }

.transition-all-linear-8 {
  transition: all linear 0.8s;
  -webkit-transition: all linear 0.8s;
  -moz-transition: all linear 0.8s;
  -o-transition: all linear 0.8s; }

.transition-all-linear-8:hover {
  transition: all linear 0.8s;
  -webkit-transition: all linear 0.8s;
  -moz-transition: all linear 0.8s;
  -o-transition: all linear 0.8s; }

.transition-all-linear-9 {
  transition: all linear 0.9s;
  -webkit-transition: all linear 0.9s;
  -moz-transition: all linear 0.9s;
  -o-transition: all linear 0.9s; }

.transition-all-linear-9:hover {
  transition: all linear 0.9s;
  -webkit-transition: all linear 0.9s;
  -moz-transition: all linear 0.9s;
  -o-transition: all linear 0.9s; }

.transition-all-linear-10 {
  transition: all linear 1s;
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -o-transition: all linear 1s; }

.transition-all-linear-10:hover {
  transition: all linear 1s;
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -o-transition: all linear 1s; }

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

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

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

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

.font-size-rem-5 {
  font-size: 0.5rem !important; }

.font-size-rem-6 {
  font-size: 0.6rem !important; }

.font-size-rem-7 {
  font-size: 0.7rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-size-rem-21 {
  font-size: 2.1rem !important; }

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

.font-size-rem-23 {
  font-size: 2.3rem !important; }

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

.font-size-rem-25 {
  font-size: 2.5rem !important; }

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

.font-size-rem-27 {
  font-size: 2.7rem !important; }

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

.font-size-rem-29 {
  font-size: 2.9rem !important; }

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

.font-size-rem-31 {
  font-size: 3.1rem !important; }

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

.font-size-rem-33 {
  font-size: 3.3rem !important; }

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

.font-size-rem-35 {
  font-size: 3.5rem !important; }

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

.font-size-rem-37 {
  font-size: 3.7rem !important; }

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

.font-size-rem-39 {
  font-size: 3.9rem !important; }

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

.font-size-rem-41 {
  font-size: 4.1rem !important; }

.font-size-rem-42 {
  font-size: 4.2rem !important; }

.font-size-rem-43 {
  font-size: 4.3rem !important; }

.font-size-rem-44 {
  font-size: 4.4rem !important; }

.font-size-rem-45 {
  font-size: 4.5rem !important; }

.font-size-rem-46 {
  font-size: 4.6rem !important; }

.font-size-rem-47 {
  font-size: 4.7rem !important; }

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

.font-size-rem-49 {
  font-size: 4.9rem !important; }

.font-size-rem-50 {
  font-size: 5rem !important; }

.font-size-rem-51 {
  font-size: 5.1rem !important; }

.font-size-rem-52 {
  font-size: 5.2rem !important; }

.font-size-rem-53 {
  font-size: 5.3rem !important; }

.font-size-rem-54 {
  font-size: 5.4rem !important; }

.font-size-rem-55 {
  font-size: 5.5rem !important; }

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

.font-size-rem-57 {
  font-size: 5.7rem !important; }

.font-size-rem-58 {
  font-size: 5.8rem !important; }

.font-size-rem-59 {
  font-size: 5.9rem !important; }

.font-size-rem-60 {
  font-size: 6rem !important; }

.font-size-rem-61 {
  font-size: 6.1rem !important; }

.font-size-rem-62 {
  font-size: 6.2rem !important; }

.font-size-rem-63 {
  font-size: 6.3rem !important; }

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

.font-size-rem-65 {
  font-size: 6.5rem !important; }

.font-size-rem-66 {
  font-size: 6.6rem !important; }

.font-size-rem-67 {
  font-size: 6.7rem !important; }

.font-size-rem-68 {
  font-size: 6.8rem !important; }

.font-size-rem-69 {
  font-size: 6.9rem !important; }

.font-size-rem-70 {
  font-size: 7rem !important; }

.font-size-rem-71 {
  font-size: 7.1rem !important; }

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

.font-size-rem-73 {
  font-size: 7.3rem !important; }

.font-size-rem-74 {
  font-size: 7.4rem !important; }

.font-size-rem-75 {
  font-size: 7.5rem !important; }

.font-size-rem-76 {
  font-size: 7.6rem !important; }

.font-size-rem-77 {
  font-size: 7.7rem !important; }

.font-size-rem-78 {
  font-size: 7.8rem !important; }

.font-size-rem-79 {
  font-size: 7.9rem !important; }

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

.font-size-rem-81 {
  font-size: 8.1rem !important; }

.font-size-rem-82 {
  font-size: 8.2rem !important; }

.font-size-rem-83 {
  font-size: 8.3rem !important; }

.font-size-rem-84 {
  font-size: 8.4rem !important; }

.font-size-rem-85 {
  font-size: 8.5rem !important; }

.font-size-rem-86 {
  font-size: 8.6rem !important; }

.font-size-rem-87 {
  font-size: 8.7rem !important; }

.font-size-rem-88 {
  font-size: 8.8rem !important; }

.font-size-rem-89 {
  font-size: 8.9rem !important; }

.font-size-rem-90 {
  font-size: 9rem !important; }

.font-size-rem-91 {
  font-size: 9.1rem !important; }

.font-size-rem-92 {
  font-size: 9.2rem !important; }

.font-size-rem-93 {
  font-size: 9.3rem !important; }

.font-size-rem-94 {
  font-size: 9.4rem !important; }

.font-size-rem-95 {
  font-size: 9.5rem !important; }

.font-size-rem-96 {
  font-size: 9.6rem !important; }

.font-size-rem-97 {
  font-size: 9.7rem !important; }

.font-size-rem-98 {
  font-size: 9.8rem !important; }

.font-size-rem-99 {
  font-size: 9.9rem !important; }

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

.rounded-1 {
  border-radius: 1px !important; }

.rounded-2 {
  border-radius: 2px !important; }

.rounded-3 {
  border-radius: 3px !important; }

.rounded-4 {
  border-radius: 4px !important; }

.rounded-5 {
  border-radius: 5px !important; }

.rounded-6 {
  border-radius: 6px !important; }

.rounded-7 {
  border-radius: 7px !important; }

.rounded-8 {
  border-radius: 8px !important; }

.rounded-9 {
  border-radius: 9px !important; }

.rounded-10 {
  border-radius: 10px !important; }

.rounded-11 {
  border-radius: 11px !important; }

.rounded-12 {
  border-radius: 12px !important; }

.rounded-13 {
  border-radius: 13px !important; }

.rounded-14 {
  border-radius: 14px !important; }

.rounded-15 {
  border-radius: 15px !important; }

.rounded-16 {
  border-radius: 16px !important; }

.rounded-17 {
  border-radius: 17px !important; }

.rounded-18 {
  border-radius: 18px !important; }

.rounded-19 {
  border-radius: 19px !important; }

.rounded-20 {
  border-radius: 20px !important; }

.rounded-21 {
  border-radius: 21px !important; }

.rounded-22 {
  border-radius: 22px !important; }

.rounded-23 {
  border-radius: 23px !important; }

.rounded-24 {
  border-radius: 24px !important; }

.rounded-25 {
  border-radius: 25px !important; }

.rounded-26 {
  border-radius: 26px !important; }

.rounded-27 {
  border-radius: 27px !important; }

.rounded-28 {
  border-radius: 28px !important; }

.rounded-29 {
  border-radius: 29px !important; }

.rounded-30 {
  border-radius: 30px !important; }

.rounded-31 {
  border-radius: 31px !important; }

.rounded-32 {
  border-radius: 32px !important; }

.rounded-33 {
  border-radius: 33px !important; }

.rounded-34 {
  border-radius: 34px !important; }

.rounded-35 {
  border-radius: 35px !important; }

.rounded-36 {
  border-radius: 36px !important; }

.rounded-37 {
  border-radius: 37px !important; }

.rounded-38 {
  border-radius: 38px !important; }

.rounded-39 {
  border-radius: 39px !important; }

.rounded-40 {
  border-radius: 40px !important; }

.rounded-41 {
  border-radius: 41px !important; }

.rounded-42 {
  border-radius: 42px !important; }

.rounded-43 {
  border-radius: 43px !important; }

.rounded-44 {
  border-radius: 44px !important; }

.rounded-45 {
  border-radius: 45px !important; }

.rounded-46 {
  border-radius: 46px !important; }

.rounded-47 {
  border-radius: 47px !important; }

.rounded-48 {
  border-radius: 48px !important; }

.rounded-49 {
  border-radius: 49px !important; }

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

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

.rounded-top-left-1 {
  border-top-left-radius: 1px !important; }

.rounded-top-left-2 {
  border-top-left-radius: 2px !important; }

.rounded-top-left-3 {
  border-top-left-radius: 3px !important; }

.rounded-top-left-4 {
  border-top-left-radius: 4px !important; }

.rounded-top-left-5 {
  border-top-left-radius: 5px !important; }

.rounded-top-left-6 {
  border-top-left-radius: 6px !important; }

.rounded-top-left-7 {
  border-top-left-radius: 7px !important; }

.rounded-top-left-8 {
  border-top-left-radius: 8px !important; }

.rounded-top-left-9 {
  border-top-left-radius: 9px !important; }

.rounded-top-left-10 {
  border-top-left-radius: 10px !important; }

.rounded-top-left-11 {
  border-top-left-radius: 11px !important; }

.rounded-top-left-12 {
  border-top-left-radius: 12px !important; }

.rounded-top-left-13 {
  border-top-left-radius: 13px !important; }

.rounded-top-left-14 {
  border-top-left-radius: 14px !important; }

.rounded-top-left-15 {
  border-top-left-radius: 15px !important; }

.rounded-top-left-16 {
  border-top-left-radius: 16px !important; }

.rounded-top-left-17 {
  border-top-left-radius: 17px !important; }

.rounded-top-left-18 {
  border-top-left-radius: 18px !important; }

.rounded-top-left-19 {
  border-top-left-radius: 19px !important; }

.rounded-top-left-20 {
  border-top-left-radius: 20px !important; }

.rounded-top-left-21 {
  border-top-left-radius: 21px !important; }

.rounded-top-left-22 {
  border-top-left-radius: 22px !important; }

.rounded-top-left-23 {
  border-top-left-radius: 23px !important; }

.rounded-top-left-24 {
  border-top-left-radius: 24px !important; }

.rounded-top-left-25 {
  border-top-left-radius: 25px !important; }

.rounded-top-left-26 {
  border-top-left-radius: 26px !important; }

.rounded-top-left-27 {
  border-top-left-radius: 27px !important; }

.rounded-top-left-28 {
  border-top-left-radius: 28px !important; }

.rounded-top-left-29 {
  border-top-left-radius: 29px !important; }

.rounded-top-left-30 {
  border-top-left-radius: 30px !important; }

.rounded-top-left-31 {
  border-top-left-radius: 31px !important; }

.rounded-top-left-32 {
  border-top-left-radius: 32px !important; }

.rounded-top-left-33 {
  border-top-left-radius: 33px !important; }

.rounded-top-left-34 {
  border-top-left-radius: 34px !important; }

.rounded-top-left-35 {
  border-top-left-radius: 35px !important; }

.rounded-top-left-36 {
  border-top-left-radius: 36px !important; }

.rounded-top-left-37 {
  border-top-left-radius: 37px !important; }

.rounded-top-left-38 {
  border-top-left-radius: 38px !important; }

.rounded-top-left-39 {
  border-top-left-radius: 39px !important; }

.rounded-top-left-40 {
  border-top-left-radius: 40px !important; }

.rounded-top-left-41 {
  border-top-left-radius: 41px !important; }

.rounded-top-left-42 {
  border-top-left-radius: 42px !important; }

.rounded-top-left-43 {
  border-top-left-radius: 43px !important; }

.rounded-top-left-44 {
  border-top-left-radius: 44px !important; }

.rounded-top-left-45 {
  border-top-left-radius: 45px !important; }

.rounded-top-left-46 {
  border-top-left-radius: 46px !important; }

.rounded-top-left-47 {
  border-top-left-radius: 47px !important; }

.rounded-top-left-48 {
  border-top-left-radius: 48px !important; }

.rounded-top-left-49 {
  border-top-left-radius: 49px !important; }

.rounded-top-left-50 {
  border-top-left-radius: 50px !important; }

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

.rounded-top-right-1 {
  border-top-right-radius: 1px !important; }

.rounded-top-right-2 {
  border-top-right-radius: 2px !important; }

.rounded-top-right-3 {
  border-top-right-radius: 3px !important; }

.rounded-top-right-4 {
  border-top-right-radius: 4px !important; }

.rounded-top-right-5 {
  border-top-right-radius: 5px !important; }

.rounded-top-right-6 {
  border-top-right-radius: 6px !important; }

.rounded-top-right-7 {
  border-top-right-radius: 7px !important; }

.rounded-top-right-8 {
  border-top-right-radius: 8px !important; }

.rounded-top-right-9 {
  border-top-right-radius: 9px !important; }

.rounded-top-right-10 {
  border-top-right-radius: 10px !important; }

.rounded-top-right-11 {
  border-top-right-radius: 11px !important; }

.rounded-top-right-12 {
  border-top-right-radius: 12px !important; }

.rounded-top-right-13 {
  border-top-right-radius: 13px !important; }

.rounded-top-right-14 {
  border-top-right-radius: 14px !important; }

.rounded-top-right-15 {
  border-top-right-radius: 15px !important; }

.rounded-top-right-16 {
  border-top-right-radius: 16px !important; }

.rounded-top-right-17 {
  border-top-right-radius: 17px !important; }

.rounded-top-right-18 {
  border-top-right-radius: 18px !important; }

.rounded-top-right-19 {
  border-top-right-radius: 19px !important; }

.rounded-top-right-20 {
  border-top-right-radius: 20px !important; }

.rounded-top-right-21 {
  border-top-right-radius: 21px !important; }

.rounded-top-right-22 {
  border-top-right-radius: 22px !important; }

.rounded-top-right-23 {
  border-top-right-radius: 23px !important; }

.rounded-top-right-24 {
  border-top-right-radius: 24px !important; }

.rounded-top-right-25 {
  border-top-right-radius: 25px !important; }

.rounded-top-right-26 {
  border-top-right-radius: 26px !important; }

.rounded-top-right-27 {
  border-top-right-radius: 27px !important; }

.rounded-top-right-28 {
  border-top-right-radius: 28px !important; }

.rounded-top-right-29 {
  border-top-right-radius: 29px !important; }

.rounded-top-right-30 {
  border-top-right-radius: 30px !important; }

.rounded-top-right-31 {
  border-top-right-radius: 31px !important; }

.rounded-top-right-32 {
  border-top-right-radius: 32px !important; }

.rounded-top-right-33 {
  border-top-right-radius: 33px !important; }

.rounded-top-right-34 {
  border-top-right-radius: 34px !important; }

.rounded-top-right-35 {
  border-top-right-radius: 35px !important; }

.rounded-top-right-36 {
  border-top-right-radius: 36px !important; }

.rounded-top-right-37 {
  border-top-right-radius: 37px !important; }

.rounded-top-right-38 {
  border-top-right-radius: 38px !important; }

.rounded-top-right-39 {
  border-top-right-radius: 39px !important; }

.rounded-top-right-40 {
  border-top-right-radius: 40px !important; }

.rounded-top-right-41 {
  border-top-right-radius: 41px !important; }

.rounded-top-right-42 {
  border-top-right-radius: 42px !important; }

.rounded-top-right-43 {
  border-top-right-radius: 43px !important; }

.rounded-top-right-44 {
  border-top-right-radius: 44px !important; }

.rounded-top-right-45 {
  border-top-right-radius: 45px !important; }

.rounded-top-right-46 {
  border-top-right-radius: 46px !important; }

.rounded-top-right-47 {
  border-top-right-radius: 47px !important; }

.rounded-top-right-48 {
  border-top-right-radius: 48px !important; }

.rounded-top-right-49 {
  border-top-right-radius: 49px !important; }

.rounded-top-right-50 {
  border-top-right-radius: 50px !important; }

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

.rounded-bottom-left-1 {
  border-bottom-left-radius: 1px !important; }

.rounded-bottom-left-2 {
  border-bottom-left-radius: 2px !important; }

.rounded-bottom-left-3 {
  border-bottom-left-radius: 3px !important; }

.rounded-bottom-left-4 {
  border-bottom-left-radius: 4px !important; }

.rounded-bottom-left-5 {
  border-bottom-left-radius: 5px !important; }

.rounded-bottom-left-6 {
  border-bottom-left-radius: 6px !important; }

.rounded-bottom-left-7 {
  border-bottom-left-radius: 7px !important; }

.rounded-bottom-left-8 {
  border-bottom-left-radius: 8px !important; }

.rounded-bottom-left-9 {
  border-bottom-left-radius: 9px !important; }

.rounded-bottom-left-10 {
  border-bottom-left-radius: 10px !important; }

.rounded-bottom-left-11 {
  border-bottom-left-radius: 11px !important; }

.rounded-bottom-left-12 {
  border-bottom-left-radius: 12px !important; }

.rounded-bottom-left-13 {
  border-bottom-left-radius: 13px !important; }

.rounded-bottom-left-14 {
  border-bottom-left-radius: 14px !important; }

.rounded-bottom-left-15 {
  border-bottom-left-radius: 15px !important; }

.rounded-bottom-left-16 {
  border-bottom-left-radius: 16px !important; }

.rounded-bottom-left-17 {
  border-bottom-left-radius: 17px !important; }

.rounded-bottom-left-18 {
  border-bottom-left-radius: 18px !important; }

.rounded-bottom-left-19 {
  border-bottom-left-radius: 19px !important; }

.rounded-bottom-left-20 {
  border-bottom-left-radius: 20px !important; }

.rounded-bottom-left-21 {
  border-bottom-left-radius: 21px !important; }

.rounded-bottom-left-22 {
  border-bottom-left-radius: 22px !important; }

.rounded-bottom-left-23 {
  border-bottom-left-radius: 23px !important; }

.rounded-bottom-left-24 {
  border-bottom-left-radius: 24px !important; }

.rounded-bottom-left-25 {
  border-bottom-left-radius: 25px !important; }

.rounded-bottom-left-26 {
  border-bottom-left-radius: 26px !important; }

.rounded-bottom-left-27 {
  border-bottom-left-radius: 27px !important; }

.rounded-bottom-left-28 {
  border-bottom-left-radius: 28px !important; }

.rounded-bottom-left-29 {
  border-bottom-left-radius: 29px !important; }

.rounded-bottom-left-30 {
  border-bottom-left-radius: 30px !important; }

.rounded-bottom-left-31 {
  border-bottom-left-radius: 31px !important; }

.rounded-bottom-left-32 {
  border-bottom-left-radius: 32px !important; }

.rounded-bottom-left-33 {
  border-bottom-left-radius: 33px !important; }

.rounded-bottom-left-34 {
  border-bottom-left-radius: 34px !important; }

.rounded-bottom-left-35 {
  border-bottom-left-radius: 35px !important; }

.rounded-bottom-left-36 {
  border-bottom-left-radius: 36px !important; }

.rounded-bottom-left-37 {
  border-bottom-left-radius: 37px !important; }

.rounded-bottom-left-38 {
  border-bottom-left-radius: 38px !important; }

.rounded-bottom-left-39 {
  border-bottom-left-radius: 39px !important; }

.rounded-bottom-left-40 {
  border-bottom-left-radius: 40px !important; }

.rounded-bottom-left-41 {
  border-bottom-left-radius: 41px !important; }

.rounded-bottom-left-42 {
  border-bottom-left-radius: 42px !important; }

.rounded-bottom-left-43 {
  border-bottom-left-radius: 43px !important; }

.rounded-bottom-left-44 {
  border-bottom-left-radius: 44px !important; }

.rounded-bottom-left-45 {
  border-bottom-left-radius: 45px !important; }

.rounded-bottom-left-46 {
  border-bottom-left-radius: 46px !important; }

.rounded-bottom-left-47 {
  border-bottom-left-radius: 47px !important; }

.rounded-bottom-left-48 {
  border-bottom-left-radius: 48px !important; }

.rounded-bottom-left-49 {
  border-bottom-left-radius: 49px !important; }

.rounded-bottom-left-50 {
  border-bottom-left-radius: 50px !important; }

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

.rounded-bottom-right-1 {
  border-bottom-right-radius: 1px !important; }

.rounded-bottom-right-2 {
  border-bottom-right-radius: 2px !important; }

.rounded-bottom-right-3 {
  border-bottom-right-radius: 3px !important; }

.rounded-bottom-right-4 {
  border-bottom-right-radius: 4px !important; }

.rounded-bottom-right-5 {
  border-bottom-right-radius: 5px !important; }

.rounded-bottom-right-6 {
  border-bottom-right-radius: 6px !important; }

.rounded-bottom-right-7 {
  border-bottom-right-radius: 7px !important; }

.rounded-bottom-right-8 {
  border-bottom-right-radius: 8px !important; }

.rounded-bottom-right-9 {
  border-bottom-right-radius: 9px !important; }

.rounded-bottom-right-10 {
  border-bottom-right-radius: 10px !important; }

.rounded-bottom-right-11 {
  border-bottom-right-radius: 11px !important; }

.rounded-bottom-right-12 {
  border-bottom-right-radius: 12px !important; }

.rounded-bottom-right-13 {
  border-bottom-right-radius: 13px !important; }

.rounded-bottom-right-14 {
  border-bottom-right-radius: 14px !important; }

.rounded-bottom-right-15 {
  border-bottom-right-radius: 15px !important; }

.rounded-bottom-right-16 {
  border-bottom-right-radius: 16px !important; }

.rounded-bottom-right-17 {
  border-bottom-right-radius: 17px !important; }

.rounded-bottom-right-18 {
  border-bottom-right-radius: 18px !important; }

.rounded-bottom-right-19 {
  border-bottom-right-radius: 19px !important; }

.rounded-bottom-right-20 {
  border-bottom-right-radius: 20px !important; }

.rounded-bottom-right-21 {
  border-bottom-right-radius: 21px !important; }

.rounded-bottom-right-22 {
  border-bottom-right-radius: 22px !important; }

.rounded-bottom-right-23 {
  border-bottom-right-radius: 23px !important; }

.rounded-bottom-right-24 {
  border-bottom-right-radius: 24px !important; }

.rounded-bottom-right-25 {
  border-bottom-right-radius: 25px !important; }

.rounded-bottom-right-26 {
  border-bottom-right-radius: 26px !important; }

.rounded-bottom-right-27 {
  border-bottom-right-radius: 27px !important; }

.rounded-bottom-right-28 {
  border-bottom-right-radius: 28px !important; }

.rounded-bottom-right-29 {
  border-bottom-right-radius: 29px !important; }

.rounded-bottom-right-30 {
  border-bottom-right-radius: 30px !important; }

.rounded-bottom-right-31 {
  border-bottom-right-radius: 31px !important; }

.rounded-bottom-right-32 {
  border-bottom-right-radius: 32px !important; }

.rounded-bottom-right-33 {
  border-bottom-right-radius: 33px !important; }

.rounded-bottom-right-34 {
  border-bottom-right-radius: 34px !important; }

.rounded-bottom-right-35 {
  border-bottom-right-radius: 35px !important; }

.rounded-bottom-right-36 {
  border-bottom-right-radius: 36px !important; }

.rounded-bottom-right-37 {
  border-bottom-right-radius: 37px !important; }

.rounded-bottom-right-38 {
  border-bottom-right-radius: 38px !important; }

.rounded-bottom-right-39 {
  border-bottom-right-radius: 39px !important; }

.rounded-bottom-right-40 {
  border-bottom-right-radius: 40px !important; }

.rounded-bottom-right-41 {
  border-bottom-right-radius: 41px !important; }

.rounded-bottom-right-42 {
  border-bottom-right-radius: 42px !important; }

.rounded-bottom-right-43 {
  border-bottom-right-radius: 43px !important; }

.rounded-bottom-right-44 {
  border-bottom-right-radius: 44px !important; }

.rounded-bottom-right-45 {
  border-bottom-right-radius: 45px !important; }

.rounded-bottom-right-46 {
  border-bottom-right-radius: 46px !important; }

.rounded-bottom-right-47 {
  border-bottom-right-radius: 47px !important; }

.rounded-bottom-right-48 {
  border-bottom-right-radius: 48px !important; }

.rounded-bottom-right-49 {
  border-bottom-right-radius: 49px !important; }

.rounded-bottom-right-50 {
  border-bottom-right-radius: 50px !important; }

.rounded-bottom-right-51 {
  border-bottom-right-radius: 51px !important; }

.rounded-bottom-right-52 {
  border-bottom-right-radius: 52px !important; }

.rounded-bottom-right-53 {
  border-bottom-right-radius: 53px !important; }

.rounded-bottom-right-54 {
  border-bottom-right-radius: 54px !important; }

.rounded-bottom-right-55 {
  border-bottom-right-radius: 55px !important; }

.rounded-bottom-right-56 {
  border-bottom-right-radius: 56px !important; }

.rounded-bottom-right-57 {
  border-bottom-right-radius: 57px !important; }

.rounded-bottom-right-58 {
  border-bottom-right-radius: 58px !important; }

.rounded-bottom-right-59 {
  border-bottom-right-radius: 59px !important; }

.rounded-bottom-right-60 {
  border-bottom-right-radius: 60px !important; }

.rounded-bottom-right-61 {
  border-bottom-right-radius: 61px !important; }

.rounded-bottom-right-62 {
  border-bottom-right-radius: 62px !important; }

.rounded-bottom-right-63 {
  border-bottom-right-radius: 63px !important; }

.rounded-bottom-right-64 {
  border-bottom-right-radius: 64px !important; }

.rounded-bottom-right-65 {
  border-bottom-right-radius: 65px !important; }

.rounded-bottom-right-66 {
  border-bottom-right-radius: 66px !important; }

.rounded-bottom-right-67 {
  border-bottom-right-radius: 67px !important; }

.rounded-bottom-right-68 {
  border-bottom-right-radius: 68px !important; }

.rounded-bottom-right-69 {
  border-bottom-right-radius: 69px !important; }

.rounded-bottom-right-70 {
  border-bottom-right-radius: 70px !important; }

.rounded-bottom-right-71 {
  border-bottom-right-radius: 71px !important; }

.rounded-bottom-right-72 {
  border-bottom-right-radius: 72px !important; }

.rounded-bottom-right-73 {
  border-bottom-right-radius: 73px !important; }

.rounded-bottom-right-74 {
  border-bottom-right-radius: 74px !important; }

.rounded-bottom-right-75 {
  border-bottom-right-radius: 75px !important; }

.rounded-bottom-right-76 {
  border-bottom-right-radius: 76px !important; }

.rounded-bottom-right-77 {
  border-bottom-right-radius: 77px !important; }

.rounded-bottom-right-78 {
  border-bottom-right-radius: 78px !important; }

.rounded-bottom-right-79 {
  border-bottom-right-radius: 79px !important; }

.rounded-bottom-right-80 {
  border-bottom-right-radius: 80px !important; }

.rounded-bottom-right-81 {
  border-bottom-right-radius: 81px !important; }

.rounded-bottom-right-82 {
  border-bottom-right-radius: 82px !important; }

.rounded-bottom-right-83 {
  border-bottom-right-radius: 83px !important; }

.rounded-bottom-right-84 {
  border-bottom-right-radius: 84px !important; }

.rounded-bottom-right-85 {
  border-bottom-right-radius: 85px !important; }

.rounded-bottom-right-86 {
  border-bottom-right-radius: 86px !important; }

.rounded-bottom-right-87 {
  border-bottom-right-radius: 87px !important; }

.rounded-bottom-right-88 {
  border-bottom-right-radius: 88px !important; }

.rounded-bottom-right-89 {
  border-bottom-right-radius: 89px !important; }

.rounded-bottom-right-90 {
  border-bottom-right-radius: 90px !important; }

.rounded-bottom-right-91 {
  border-bottom-right-radius: 91px !important; }

.rounded-bottom-right-92 {
  border-bottom-right-radius: 92px !important; }

.rounded-bottom-right-93 {
  border-bottom-right-radius: 93px !important; }

.rounded-bottom-right-94 {
  border-bottom-right-radius: 94px !important; }

.rounded-bottom-right-95 {
  border-bottom-right-radius: 95px !important; }

.rounded-bottom-right-96 {
  border-bottom-right-radius: 96px !important; }

.rounded-bottom-right-97 {
  border-bottom-right-radius: 97px !important; }

.rounded-bottom-right-98 {
  border-bottom-right-radius: 98px !important; }

.rounded-bottom-right-99 {
  border-bottom-right-radius: 99px !important; }

.rounded-bottom-right-100 {
  border-bottom-right-radius: 100px !important; }

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

.rounded-percent-1 {
  border-radius: 1% !important; }

.rounded-percent-2 {
  border-radius: 2% !important; }

.rounded-percent-3 {
  border-radius: 3% !important; }

.rounded-percent-4 {
  border-radius: 4% !important; }

.rounded-percent-5 {
  border-radius: 5% !important; }

.rounded-percent-6 {
  border-radius: 6% !important; }

.rounded-percent-7 {
  border-radius: 7% !important; }

.rounded-percent-8 {
  border-radius: 8% !important; }

.rounded-percent-9 {
  border-radius: 9% !important; }

.rounded-percent-10 {
  border-radius: 10% !important; }

.rounded-percent-11 {
  border-radius: 11% !important; }

.rounded-percent-12 {
  border-radius: 12% !important; }

.rounded-percent-13 {
  border-radius: 13% !important; }

.rounded-percent-14 {
  border-radius: 14% !important; }

.rounded-percent-15 {
  border-radius: 15% !important; }

.rounded-percent-16 {
  border-radius: 16% !important; }

.rounded-percent-17 {
  border-radius: 17% !important; }

.rounded-percent-18 {
  border-radius: 18% !important; }

.rounded-percent-19 {
  border-radius: 19% !important; }

.rounded-percent-20 {
  border-radius: 20% !important; }

.rounded-percent-21 {
  border-radius: 21% !important; }

.rounded-percent-22 {
  border-radius: 22% !important; }

.rounded-percent-23 {
  border-radius: 23% !important; }

.rounded-percent-24 {
  border-radius: 24% !important; }

.rounded-percent-25 {
  border-radius: 25% !important; }

.rounded-percent-26 {
  border-radius: 26% !important; }

.rounded-percent-27 {
  border-radius: 27% !important; }

.rounded-percent-28 {
  border-radius: 28% !important; }

.rounded-percent-29 {
  border-radius: 29% !important; }

.rounded-percent-30 {
  border-radius: 30% !important; }

.rounded-percent-31 {
  border-radius: 31% !important; }

.rounded-percent-32 {
  border-radius: 32% !important; }

.rounded-percent-33 {
  border-radius: 33% !important; }

.rounded-percent-34 {
  border-radius: 34% !important; }

.rounded-percent-35 {
  border-radius: 35% !important; }

.rounded-percent-36 {
  border-radius: 36% !important; }

.rounded-percent-37 {
  border-radius: 37% !important; }

.rounded-percent-38 {
  border-radius: 38% !important; }

.rounded-percent-39 {
  border-radius: 39% !important; }

.rounded-percent-40 {
  border-radius: 40% !important; }

.rounded-percent-41 {
  border-radius: 41% !important; }

.rounded-percent-42 {
  border-radius: 42% !important; }

.rounded-percent-43 {
  border-radius: 43% !important; }

.rounded-percent-44 {
  border-radius: 44% !important; }

.rounded-percent-45 {
  border-radius: 45% !important; }

.rounded-percent-46 {
  border-radius: 46% !important; }

.rounded-percent-47 {
  border-radius: 47% !important; }

.rounded-percent-48 {
  border-radius: 48% !important; }

.rounded-percent-49 {
  border-radius: 49% !important; }

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

.rounded-percent-top-left-0 {
  border-top-left-radius: 0% !important; }

.rounded-percent-top-left-1 {
  border-top-left-radius: 1% !important; }

.rounded-percent-top-left-2 {
  border-top-left-radius: 2% !important; }

.rounded-percent-top-left-3 {
  border-top-left-radius: 3% !important; }

.rounded-percent-top-left-4 {
  border-top-left-radius: 4% !important; }

.rounded-percent-top-left-5 {
  border-top-left-radius: 5% !important; }

.rounded-percent-top-left-6 {
  border-top-left-radius: 6% !important; }

.rounded-percent-top-left-7 {
  border-top-left-radius: 7% !important; }

.rounded-percent-top-left-8 {
  border-top-left-radius: 8% !important; }

.rounded-percent-top-left-9 {
  border-top-left-radius: 9% !important; }

.rounded-percent-top-left-10 {
  border-top-left-radius: 10% !important; }

.rounded-percent-top-left-11 {
  border-top-left-radius: 11% !important; }

.rounded-percent-top-left-12 {
  border-top-left-radius: 12% !important; }

.rounded-percent-top-left-13 {
  border-top-left-radius: 13% !important; }

.rounded-percent-top-left-14 {
  border-top-left-radius: 14% !important; }

.rounded-percent-top-left-15 {
  border-top-left-radius: 15% !important; }

.rounded-percent-top-left-16 {
  border-top-left-radius: 16% !important; }

.rounded-percent-top-left-17 {
  border-top-left-radius: 17% !important; }

.rounded-percent-top-left-18 {
  border-top-left-radius: 18% !important; }

.rounded-percent-top-left-19 {
  border-top-left-radius: 19% !important; }

.rounded-percent-top-left-20 {
  border-top-left-radius: 20% !important; }

.rounded-percent-top-left-21 {
  border-top-left-radius: 21% !important; }

.rounded-percent-top-left-22 {
  border-top-left-radius: 22% !important; }

.rounded-percent-top-left-23 {
  border-top-left-radius: 23% !important; }

.rounded-percent-top-left-24 {
  border-top-left-radius: 24% !important; }

.rounded-percent-top-left-25 {
  border-top-left-radius: 25% !important; }

.rounded-percent-top-left-26 {
  border-top-left-radius: 26% !important; }

.rounded-percent-top-left-27 {
  border-top-left-radius: 27% !important; }

.rounded-percent-top-left-28 {
  border-top-left-radius: 28% !important; }

.rounded-percent-top-left-29 {
  border-top-left-radius: 29% !important; }

.rounded-percent-top-left-30 {
  border-top-left-radius: 30% !important; }

.rounded-percent-top-left-31 {
  border-top-left-radius: 31% !important; }

.rounded-percent-top-left-32 {
  border-top-left-radius: 32% !important; }

.rounded-percent-top-left-33 {
  border-top-left-radius: 33% !important; }

.rounded-percent-top-left-34 {
  border-top-left-radius: 34% !important; }

.rounded-percent-top-left-35 {
  border-top-left-radius: 35% !important; }

.rounded-percent-top-left-36 {
  border-top-left-radius: 36% !important; }

.rounded-percent-top-left-37 {
  border-top-left-radius: 37% !important; }

.rounded-percent-top-left-38 {
  border-top-left-radius: 38% !important; }

.rounded-percent-top-left-39 {
  border-top-left-radius: 39% !important; }

.rounded-percent-top-left-40 {
  border-top-left-radius: 40% !important; }

.rounded-percent-top-left-41 {
  border-top-left-radius: 41% !important; }

.rounded-percent-top-left-42 {
  border-top-left-radius: 42% !important; }

.rounded-percent-top-left-43 {
  border-top-left-radius: 43% !important; }

.rounded-percent-top-left-44 {
  border-top-left-radius: 44% !important; }

.rounded-percent-top-left-45 {
  border-top-left-radius: 45% !important; }

.rounded-percent-top-left-46 {
  border-top-left-radius: 46% !important; }

.rounded-percent-top-left-47 {
  border-top-left-radius: 47% !important; }

.rounded-percent-top-left-48 {
  border-top-left-radius: 48% !important; }

.rounded-percent-top-left-49 {
  border-top-left-radius: 49% !important; }

.rounded-percent-top-left-50 {
  border-top-left-radius: 50% !important; }

.rounded-percent-top-right-0 {
  border-top-right-radius: 0% !important; }

.rounded-percent-top-right-1 {
  border-top-right-radius: 1% !important; }

.rounded-percent-top-right-2 {
  border-top-right-radius: 2% !important; }

.rounded-percent-top-right-3 {
  border-top-right-radius: 3% !important; }

.rounded-percent-top-right-4 {
  border-top-right-radius: 4% !important; }

.rounded-percent-top-right-5 {
  border-top-right-radius: 5% !important; }

.rounded-percent-top-right-6 {
  border-top-right-radius: 6% !important; }

.rounded-percent-top-right-7 {
  border-top-right-radius: 7% !important; }

.rounded-percent-top-right-8 {
  border-top-right-radius: 8% !important; }

.rounded-percent-top-right-9 {
  border-top-right-radius: 9% !important; }

.rounded-percent-top-right-10 {
  border-top-right-radius: 10% !important; }

.rounded-percent-top-right-11 {
  border-top-right-radius: 11% !important; }

.rounded-percent-top-right-12 {
  border-top-right-radius: 12% !important; }

.rounded-percent-top-right-13 {
  border-top-right-radius: 13% !important; }

.rounded-percent-top-right-14 {
  border-top-right-radius: 14% !important; }

.rounded-percent-top-right-15 {
  border-top-right-radius: 15% !important; }

.rounded-percent-top-right-16 {
  border-top-right-radius: 16% !important; }

.rounded-percent-top-right-17 {
  border-top-right-radius: 17% !important; }

.rounded-percent-top-right-18 {
  border-top-right-radius: 18% !important; }

.rounded-percent-top-right-19 {
  border-top-right-radius: 19% !important; }

.rounded-percent-top-right-20 {
  border-top-right-radius: 20% !important; }

.rounded-percent-top-right-21 {
  border-top-right-radius: 21% !important; }

.rounded-percent-top-right-22 {
  border-top-right-radius: 22% !important; }

.rounded-percent-top-right-23 {
  border-top-right-radius: 23% !important; }

.rounded-percent-top-right-24 {
  border-top-right-radius: 24% !important; }

.rounded-percent-top-right-25 {
  border-top-right-radius: 25% !important; }

.rounded-percent-top-right-26 {
  border-top-right-radius: 26% !important; }

.rounded-percent-top-right-27 {
  border-top-right-radius: 27% !important; }

.rounded-percent-top-right-28 {
  border-top-right-radius: 28% !important; }

.rounded-percent-top-right-29 {
  border-top-right-radius: 29% !important; }

.rounded-percent-top-right-30 {
  border-top-right-radius: 30% !important; }

.rounded-percent-top-right-31 {
  border-top-right-radius: 31% !important; }

.rounded-percent-top-right-32 {
  border-top-right-radius: 32% !important; }

.rounded-percent-top-right-33 {
  border-top-right-radius: 33% !important; }

.rounded-percent-top-right-34 {
  border-top-right-radius: 34% !important; }

.rounded-percent-top-right-35 {
  border-top-right-radius: 35% !important; }

.rounded-percent-top-right-36 {
  border-top-right-radius: 36% !important; }

.rounded-percent-top-right-37 {
  border-top-right-radius: 37% !important; }

.rounded-percent-top-right-38 {
  border-top-right-radius: 38% !important; }

.rounded-percent-top-right-39 {
  border-top-right-radius: 39% !important; }

.rounded-percent-top-right-40 {
  border-top-right-radius: 40% !important; }

.rounded-percent-top-right-41 {
  border-top-right-radius: 41% !important; }

.rounded-percent-top-right-42 {
  border-top-right-radius: 42% !important; }

.rounded-percent-top-right-43 {
  border-top-right-radius: 43% !important; }

.rounded-percent-top-right-44 {
  border-top-right-radius: 44% !important; }

.rounded-percent-top-right-45 {
  border-top-right-radius: 45% !important; }

.rounded-percent-top-right-46 {
  border-top-right-radius: 46% !important; }

.rounded-percent-top-right-47 {
  border-top-right-radius: 47% !important; }

.rounded-percent-top-right-48 {
  border-top-right-radius: 48% !important; }

.rounded-percent-top-right-49 {
  border-top-right-radius: 49% !important; }

.rounded-percent-top-right-50 {
  border-top-right-radius: 50% !important; }

.rounded-percent-bottom-left-0 {
  border-bottom-left-radius: 0% !important; }

.rounded-percent-bottom-left-1 {
  border-bottom-left-radius: 1% !important; }

.rounded-percent-bottom-left-2 {
  border-bottom-left-radius: 2% !important; }

.rounded-percent-bottom-left-3 {
  border-bottom-left-radius: 3% !important; }

.rounded-percent-bottom-left-4 {
  border-bottom-left-radius: 4% !important; }

.rounded-percent-bottom-left-5 {
  border-bottom-left-radius: 5% !important; }

.rounded-percent-bottom-left-6 {
  border-bottom-left-radius: 6% !important; }

.rounded-percent-bottom-left-7 {
  border-bottom-left-radius: 7% !important; }

.rounded-percent-bottom-left-8 {
  border-bottom-left-radius: 8% !important; }

.rounded-percent-bottom-left-9 {
  border-bottom-left-radius: 9% !important; }

.rounded-percent-bottom-left-10 {
  border-bottom-left-radius: 10% !important; }

.rounded-percent-bottom-left-11 {
  border-bottom-left-radius: 11% !important; }

.rounded-percent-bottom-left-12 {
  border-bottom-left-radius: 12% !important; }

.rounded-percent-bottom-left-13 {
  border-bottom-left-radius: 13% !important; }

.rounded-percent-bottom-left-14 {
  border-bottom-left-radius: 14% !important; }

.rounded-percent-bottom-left-15 {
  border-bottom-left-radius: 15% !important; }

.rounded-percent-bottom-left-16 {
  border-bottom-left-radius: 16% !important; }

.rounded-percent-bottom-left-17 {
  border-bottom-left-radius: 17% !important; }

.rounded-percent-bottom-left-18 {
  border-bottom-left-radius: 18% !important; }

.rounded-percent-bottom-left-19 {
  border-bottom-left-radius: 19% !important; }

.rounded-percent-bottom-left-20 {
  border-bottom-left-radius: 20% !important; }

.rounded-percent-bottom-left-21 {
  border-bottom-left-radius: 21% !important; }

.rounded-percent-bottom-left-22 {
  border-bottom-left-radius: 22% !important; }

.rounded-percent-bottom-left-23 {
  border-bottom-left-radius: 23% !important; }

.rounded-percent-bottom-left-24 {
  border-bottom-left-radius: 24% !important; }

.rounded-percent-bottom-left-25 {
  border-bottom-left-radius: 25% !important; }

.rounded-percent-bottom-left-26 {
  border-bottom-left-radius: 26% !important; }

.rounded-percent-bottom-left-27 {
  border-bottom-left-radius: 27% !important; }

.rounded-percent-bottom-left-28 {
  border-bottom-left-radius: 28% !important; }

.rounded-percent-bottom-left-29 {
  border-bottom-left-radius: 29% !important; }

.rounded-percent-bottom-left-30 {
  border-bottom-left-radius: 30% !important; }

.rounded-percent-bottom-left-31 {
  border-bottom-left-radius: 31% !important; }

.rounded-percent-bottom-left-32 {
  border-bottom-left-radius: 32% !important; }

.rounded-percent-bottom-left-33 {
  border-bottom-left-radius: 33% !important; }

.rounded-percent-bottom-left-34 {
  border-bottom-left-radius: 34% !important; }

.rounded-percent-bottom-left-35 {
  border-bottom-left-radius: 35% !important; }

.rounded-percent-bottom-left-36 {
  border-bottom-left-radius: 36% !important; }

.rounded-percent-bottom-left-37 {
  border-bottom-left-radius: 37% !important; }

.rounded-percent-bottom-left-38 {
  border-bottom-left-radius: 38% !important; }

.rounded-percent-bottom-left-39 {
  border-bottom-left-radius: 39% !important; }

.rounded-percent-bottom-left-40 {
  border-bottom-left-radius: 40% !important; }

.rounded-percent-bottom-left-41 {
  border-bottom-left-radius: 41% !important; }

.rounded-percent-bottom-left-42 {
  border-bottom-left-radius: 42% !important; }

.rounded-percent-bottom-left-43 {
  border-bottom-left-radius: 43% !important; }

.rounded-percent-bottom-left-44 {
  border-bottom-left-radius: 44% !important; }

.rounded-percent-bottom-left-45 {
  border-bottom-left-radius: 45% !important; }

.rounded-percent-bottom-left-46 {
  border-bottom-left-radius: 46% !important; }

.rounded-percent-bottom-left-47 {
  border-bottom-left-radius: 47% !important; }

.rounded-percent-bottom-left-48 {
  border-bottom-left-radius: 48% !important; }

.rounded-percent-bottom-left-49 {
  border-bottom-left-radius: 49% !important; }

.rounded-percent-bottom-left-50 {
  border-bottom-left-radius: 50% !important; }

.rounded-percent-bottom-right-0 {
  border-bottom-right-radius: 0% !important; }

.rounded-percent-bottom-right-1 {
  border-bottom-right-radius: 1% !important; }

.rounded-percent-bottom-right-2 {
  border-bottom-right-radius: 2% !important; }

.rounded-percent-bottom-right-3 {
  border-bottom-right-radius: 3% !important; }

.rounded-percent-bottom-right-4 {
  border-bottom-right-radius: 4% !important; }

.rounded-percent-bottom-right-5 {
  border-bottom-right-radius: 5% !important; }

.rounded-percent-bottom-right-6 {
  border-bottom-right-radius: 6% !important; }

.rounded-percent-bottom-right-7 {
  border-bottom-right-radius: 7% !important; }

.rounded-percent-bottom-right-8 {
  border-bottom-right-radius: 8% !important; }

.rounded-percent-bottom-right-9 {
  border-bottom-right-radius: 9% !important; }

.rounded-percent-bottom-right-10 {
  border-bottom-right-radius: 10% !important; }

.rounded-percent-bottom-right-11 {
  border-bottom-right-radius: 11% !important; }

.rounded-percent-bottom-right-12 {
  border-bottom-right-radius: 12% !important; }

.rounded-percent-bottom-right-13 {
  border-bottom-right-radius: 13% !important; }

.rounded-percent-bottom-right-14 {
  border-bottom-right-radius: 14% !important; }

.rounded-percent-bottom-right-15 {
  border-bottom-right-radius: 15% !important; }

.rounded-percent-bottom-right-16 {
  border-bottom-right-radius: 16% !important; }

.rounded-percent-bottom-right-17 {
  border-bottom-right-radius: 17% !important; }

.rounded-percent-bottom-right-18 {
  border-bottom-right-radius: 18% !important; }

.rounded-percent-bottom-right-19 {
  border-bottom-right-radius: 19% !important; }

.rounded-percent-bottom-right-20 {
  border-bottom-right-radius: 20% !important; }

.rounded-percent-bottom-right-21 {
  border-bottom-right-radius: 21% !important; }

.rounded-percent-bottom-right-22 {
  border-bottom-right-radius: 22% !important; }

.rounded-percent-bottom-right-23 {
  border-bottom-right-radius: 23% !important; }

.rounded-percent-bottom-right-24 {
  border-bottom-right-radius: 24% !important; }

.rounded-percent-bottom-right-25 {
  border-bottom-right-radius: 25% !important; }

.rounded-percent-bottom-right-26 {
  border-bottom-right-radius: 26% !important; }

.rounded-percent-bottom-right-27 {
  border-bottom-right-radius: 27% !important; }

.rounded-percent-bottom-right-28 {
  border-bottom-right-radius: 28% !important; }

.rounded-percent-bottom-right-29 {
  border-bottom-right-radius: 29% !important; }

.rounded-percent-bottom-right-30 {
  border-bottom-right-radius: 30% !important; }

.rounded-percent-bottom-right-31 {
  border-bottom-right-radius: 31% !important; }

.rounded-percent-bottom-right-32 {
  border-bottom-right-radius: 32% !important; }

.rounded-percent-bottom-right-33 {
  border-bottom-right-radius: 33% !important; }

.rounded-percent-bottom-right-34 {
  border-bottom-right-radius: 34% !important; }

.rounded-percent-bottom-right-35 {
  border-bottom-right-radius: 35% !important; }

.rounded-percent-bottom-right-36 {
  border-bottom-right-radius: 36% !important; }

.rounded-percent-bottom-right-37 {
  border-bottom-right-radius: 37% !important; }

.rounded-percent-bottom-right-38 {
  border-bottom-right-radius: 38% !important; }

.rounded-percent-bottom-right-39 {
  border-bottom-right-radius: 39% !important; }

.rounded-percent-bottom-right-40 {
  border-bottom-right-radius: 40% !important; }

.rounded-percent-bottom-right-41 {
  border-bottom-right-radius: 41% !important; }

.rounded-percent-bottom-right-42 {
  border-bottom-right-radius: 42% !important; }

.rounded-percent-bottom-right-43 {
  border-bottom-right-radius: 43% !important; }

.rounded-percent-bottom-right-44 {
  border-bottom-right-radius: 44% !important; }

.rounded-percent-bottom-right-45 {
  border-bottom-right-radius: 45% !important; }

.rounded-percent-bottom-right-46 {
  border-bottom-right-radius: 46% !important; }

.rounded-percent-bottom-right-47 {
  border-bottom-right-radius: 47% !important; }

.rounded-percent-bottom-right-48 {
  border-bottom-right-radius: 48% !important; }

.rounded-percent-bottom-right-49 {
  border-bottom-right-radius: 49% !important; }

.rounded-percent-bottom-right-50 {
  border-bottom-right-radius: 50% !important; }

.rounded-percent-bottom-right-51 {
  border-bottom-right-radius: 51% !important; }

.rounded-percent-bottom-right-52 {
  border-bottom-right-radius: 52% !important; }

.rounded-percent-bottom-right-53 {
  border-bottom-right-radius: 53% !important; }

.rounded-percent-bottom-right-54 {
  border-bottom-right-radius: 54% !important; }

.rounded-percent-bottom-right-55 {
  border-bottom-right-radius: 55% !important; }

.rounded-percent-bottom-right-56 {
  border-bottom-right-radius: 56% !important; }

.rounded-percent-bottom-right-57 {
  border-bottom-right-radius: 57% !important; }

.rounded-percent-bottom-right-58 {
  border-bottom-right-radius: 58% !important; }

.rounded-percent-bottom-right-59 {
  border-bottom-right-radius: 59% !important; }

.rounded-percent-bottom-right-60 {
  border-bottom-right-radius: 60% !important; }

.rounded-percent-bottom-right-61 {
  border-bottom-right-radius: 61% !important; }

.rounded-percent-bottom-right-62 {
  border-bottom-right-radius: 62% !important; }

.rounded-percent-bottom-right-63 {
  border-bottom-right-radius: 63% !important; }

.rounded-percent-bottom-right-64 {
  border-bottom-right-radius: 64% !important; }

.rounded-percent-bottom-right-65 {
  border-bottom-right-radius: 65% !important; }

.rounded-percent-bottom-right-66 {
  border-bottom-right-radius: 66% !important; }

.rounded-percent-bottom-right-67 {
  border-bottom-right-radius: 67% !important; }

.rounded-percent-bottom-right-68 {
  border-bottom-right-radius: 68% !important; }

.rounded-percent-bottom-right-69 {
  border-bottom-right-radius: 69% !important; }

.rounded-percent-bottom-right-70 {
  border-bottom-right-radius: 70% !important; }

.rounded-percent-bottom-right-71 {
  border-bottom-right-radius: 71% !important; }

.rounded-percent-bottom-right-72 {
  border-bottom-right-radius: 72% !important; }

.rounded-percent-bottom-right-73 {
  border-bottom-right-radius: 73% !important; }

.rounded-percent-bottom-right-74 {
  border-bottom-right-radius: 74% !important; }

.rounded-percent-bottom-right-75 {
  border-bottom-right-radius: 75% !important; }

.rounded-percent-bottom-right-76 {
  border-bottom-right-radius: 76% !important; }

.rounded-percent-bottom-right-77 {
  border-bottom-right-radius: 77% !important; }

.rounded-percent-bottom-right-78 {
  border-bottom-right-radius: 78% !important; }

.rounded-percent-bottom-right-79 {
  border-bottom-right-radius: 79% !important; }

.rounded-percent-bottom-right-80 {
  border-bottom-right-radius: 80% !important; }

.rounded-percent-bottom-right-81 {
  border-bottom-right-radius: 81% !important; }

.rounded-percent-bottom-right-82 {
  border-bottom-right-radius: 82% !important; }

.rounded-percent-bottom-right-83 {
  border-bottom-right-radius: 83% !important; }

.rounded-percent-bottom-right-84 {
  border-bottom-right-radius: 84% !important; }

.rounded-percent-bottom-right-85 {
  border-bottom-right-radius: 85% !important; }

.rounded-percent-bottom-right-86 {
  border-bottom-right-radius: 86% !important; }

.rounded-percent-bottom-right-87 {
  border-bottom-right-radius: 87% !important; }

.rounded-percent-bottom-right-88 {
  border-bottom-right-radius: 88% !important; }

.rounded-percent-bottom-right-89 {
  border-bottom-right-radius: 89% !important; }

.rounded-percent-bottom-right-90 {
  border-bottom-right-radius: 90% !important; }

.rounded-percent-bottom-right-91 {
  border-bottom-right-radius: 91% !important; }

.rounded-percent-bottom-right-92 {
  border-bottom-right-radius: 92% !important; }

.rounded-percent-bottom-right-93 {
  border-bottom-right-radius: 93% !important; }

.rounded-percent-bottom-right-94 {
  border-bottom-right-radius: 94% !important; }

.rounded-percent-bottom-right-95 {
  border-bottom-right-radius: 95% !important; }

.rounded-percent-bottom-right-96 {
  border-bottom-right-radius: 96% !important; }

.rounded-percent-bottom-right-97 {
  border-bottom-right-radius: 97% !important; }

.rounded-percent-bottom-right-98 {
  border-bottom-right-radius: 98% !important; }

.rounded-percent-bottom-right-99 {
  border-bottom-right-radius: 99% !important; }

.rounded-percent-bottom-right-100 {
  border-bottom-right-radius: 100% !important; }

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.border-6 {
  border-width: 6px !important; }

.border-7 {
  border-width: 7px !important; }

.border-8 {
  border-width: 8px !important; }

.border-9 {
  border-width: 9px !important; }

.border-10 {
  border-width: 10px !important; }

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

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

.border-left-2 {
  border-left: 2px solid !important; }

.border-left-3 {
  border-left: 3px solid !important; }

.border-left-4 {
  border-left: 4px solid !important; }

.border-left-5 {
  border-left: 5px solid !important; }

.border-left-6 {
  border-left: 6px solid !important; }

.border-left-7 {
  border-left: 7px solid !important; }

.border-left-8 {
  border-left: 8px solid !important; }

.border-left-9 {
  border-left: 9px solid !important; }

.border-left-10 {
  border-left: 10px solid !important; }

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

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

.border-right-2 {
  border-right: 2px solid !important; }

.border-right-3 {
  border-right: 3px solid !important; }

.border-right-4 {
  border-right: 4px solid !important; }

.border-right-5 {
  border-right: 5px solid !important; }

.border-right-6 {
  border-right: 6px solid !important; }

.border-right-7 {
  border-right: 7px solid !important; }

.border-right-8 {
  border-right: 8px solid !important; }

.border-right-9 {
  border-right: 9px solid !important; }

.border-right-10 {
  border-right: 10px solid !important; }

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

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

.border-bottom-2 {
  border-bottom: 2px solid !important; }

.border-bottom-3 {
  border-bottom: 3px solid !important; }

.border-bottom-4 {
  border-bottom: 4px solid !important; }

.border-bottom-5 {
  border-bottom: 5px solid !important; }

.border-bottom-6 {
  border-bottom: 6px solid !important; }

.border-bottom-7 {
  border-bottom: 7px solid !important; }

.border-bottom-8 {
  border-bottom: 8px solid !important; }

.border-bottom-9 {
  border-bottom: 9px solid !important; }

.border-bottom-10 {
  border-bottom: 10px solid !important; }

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

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

.border-top-2 {
  border-top: 2px solid !important; }

.border-top-3 {
  border-top: 3px solid !important; }

.border-top-4 {
  border-top: 4px solid !important; }

.border-top-5 {
  border-top: 5px solid !important; }

.border-top-6 {
  border-top: 6px solid !important; }

.border-top-7 {
  border-top: 7px solid !important; }

.border-top-8 {
  border-top: 8px solid !important; }

.border-top-9 {
  border-top: 9px solid !important; }

.border-top-10 {
  border-top: 10px solid !important; }

.border-solid {
  border-style: solid !important; }

.border-dotted {
  border-style: dotted !important; }

.border-dashed {
  border-style: dashed !important; }

.border-double {
  border-style: double !important; }

.border-groove {
  border-style: groove !important; }

.border-ridge {
  border-style: ridge !important; }

.border-inset {
  border-style: inset !important; }

.border-outset {
  border-style: outset !important; }

.border-none {
  border-style: none !important; }

.border-hidden {
  border-style: hidden !important; }

.font-weight-1 {
  font-weight: 100 !important; }

.font-weight-2 {
  font-weight: 200 !important; }

.font-weight-3 {
  font-weight: 300 !important; }

.font-weight-4 {
  font-weight: 400 !important; }

.font-weight-5 {
  font-weight: 500 !important; }

.font-weight-6 {
  font-weight: 600 !important; }

.font-weight-7 {
  font-weight: 700 !important; }

.font-weight-8 {
  font-weight: 800 !important; }

.font-weight-9 {
  font-weight: 900 !important; }

.zindex-1 {
  z-index: 1 !important; }

.zindex-2 {
  z-index: 2 !important; }

.zindex-3 {
  z-index: 3 !important; }

.zindex-4 {
  z-index: 4 !important; }

.zindex-5 {
  z-index: 5 !important; }

.zindex-6 {
  z-index: 6 !important; }

.zindex-7 {
  z-index: 7 !important; }

.zindex-8 {
  z-index: 8 !important; }

.zindex-9 {
  z-index: 9 !important; }

.zindex-10 {
  z-index: 10 !important; }

.zindex-11 {
  z-index: 11 !important; }

.zindex-12 {
  z-index: 12 !important; }

.zindex-13 {
  z-index: 13 !important; }

.zindex-14 {
  z-index: 14 !important; }

.zindex-15 {
  z-index: 15 !important; }

.zindex-16 {
  z-index: 16 !important; }

.zindex-17 {
  z-index: 17 !important; }

.zindex-18 {
  z-index: 18 !important; }

.zindex-19 {
  z-index: 19 !important; }

.zindex-20 {
  z-index: 20 !important; }

.zindex-21 {
  z-index: 21 !important; }

.zindex-22 {
  z-index: 22 !important; }

.zindex-23 {
  z-index: 23 !important; }

.zindex-24 {
  z-index: 24 !important; }

.zindex-25 {
  z-index: 25 !important; }

.zindex-26 {
  z-index: 26 !important; }

.zindex-27 {
  z-index: 27 !important; }

.zindex-28 {
  z-index: 28 !important; }

.zindex-29 {
  z-index: 29 !important; }

.zindex-30 {
  z-index: 30 !important; }

.zindex-31 {
  z-index: 31 !important; }

.zindex-32 {
  z-index: 32 !important; }

.zindex-33 {
  z-index: 33 !important; }

.zindex-34 {
  z-index: 34 !important; }

.zindex-35 {
  z-index: 35 !important; }

.zindex-36 {
  z-index: 36 !important; }

.zindex-37 {
  z-index: 37 !important; }

.zindex-38 {
  z-index: 38 !important; }

.zindex-39 {
  z-index: 39 !important; }

.zindex-40 {
  z-index: 40 !important; }

.zindex-41 {
  z-index: 41 !important; }

.zindex-42 {
  z-index: 42 !important; }

.zindex-43 {
  z-index: 43 !important; }

.zindex-44 {
  z-index: 44 !important; }

.zindex-45 {
  z-index: 45 !important; }

.zindex-46 {
  z-index: 46 !important; }

.zindex-47 {
  z-index: 47 !important; }

.zindex-48 {
  z-index: 48 !important; }

.zindex-49 {
  z-index: 49 !important; }

.zindex-50 {
  z-index: 50 !important; }

.zindex-51 {
  z-index: 51 !important; }

.zindex-52 {
  z-index: 52 !important; }

.zindex-53 {
  z-index: 53 !important; }

.zindex-54 {
  z-index: 54 !important; }

.zindex-55 {
  z-index: 55 !important; }

.zindex-56 {
  z-index: 56 !important; }

.zindex-57 {
  z-index: 57 !important; }

.zindex-58 {
  z-index: 58 !important; }

.zindex-59 {
  z-index: 59 !important; }

.zindex-60 {
  z-index: 60 !important; }

.zindex-61 {
  z-index: 61 !important; }

.zindex-62 {
  z-index: 62 !important; }

.zindex-63 {
  z-index: 63 !important; }

.zindex-64 {
  z-index: 64 !important; }

.zindex-65 {
  z-index: 65 !important; }

.zindex-66 {
  z-index: 66 !important; }

.zindex-67 {
  z-index: 67 !important; }

.zindex-68 {
  z-index: 68 !important; }

.zindex-69 {
  z-index: 69 !important; }

.zindex-70 {
  z-index: 70 !important; }

.zindex-71 {
  z-index: 71 !important; }

.zindex-72 {
  z-index: 72 !important; }

.zindex-73 {
  z-index: 73 !important; }

.zindex-74 {
  z-index: 74 !important; }

.zindex-75 {
  z-index: 75 !important; }

.zindex-76 {
  z-index: 76 !important; }

.zindex-77 {
  z-index: 77 !important; }

.zindex-78 {
  z-index: 78 !important; }

.zindex-79 {
  z-index: 79 !important; }

.zindex-80 {
  z-index: 80 !important; }

.zindex-81 {
  z-index: 81 !important; }

.zindex-82 {
  z-index: 82 !important; }

.zindex-83 {
  z-index: 83 !important; }

.zindex-84 {
  z-index: 84 !important; }

.zindex-85 {
  z-index: 85 !important; }

.zindex-86 {
  z-index: 86 !important; }

.zindex-87 {
  z-index: 87 !important; }

.zindex-88 {
  z-index: 88 !important; }

.zindex-89 {
  z-index: 89 !important; }

.zindex-90 {
  z-index: 90 !important; }

.zindex-91 {
  z-index: 91 !important; }

.zindex-92 {
  z-index: 92 !important; }

.zindex-93 {
  z-index: 93 !important; }

.zindex-94 {
  z-index: 94 !important; }

.zindex-95 {
  z-index: 95 !important; }

.zindex-96 {
  z-index: 96 !important; }

.zindex-97 {
  z-index: 97 !important; }

.zindex-98 {
  z-index: 98 !important; }

.zindex-99 {
  z-index: 99 !important; }

.zindex-100 {
  z-index: 100 !important; }

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

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

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

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

.line-height-5 {
  line-height: 0.5rem !important; }

.line-height-6 {
  line-height: 0.6rem !important; }

.line-height-7 {
  line-height: 0.7rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 700px) {
  section.slider .prevPhoto, section.slider .nextPhoto {
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-position: center;
    top: calc(50% - 20px); }
  section.slider .prevPhoto {
    left: 0px !important; }
  section.slider .nextPhoto {
    right: 0px !important; }

  .navbar-light .navbar-brand {
    padding: 0.5rem !important; }

  nav.navbar img.logo {
    height: 50px !important; } }
@media (max-width: 767px) {
  section.infos h1 {
    font-size: 1.4rem; } }

/*# sourceMappingURL=style.css.map */
