@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("assets/font/stylesheet.css");
html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 960.1px) {
    html {
      font-size: 0.58vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Serif JP", serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1200 {
  max-width: 1230px; }
@media (max-width: 1280px) {
  .grid-1200 {
    max-width: 150rem; } }

p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: .115rem;
  color: #171717; }

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

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #6e5236 url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 18rem;
      width: 4rem;
      height: 4rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 18rem; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .115rem;
    line-height: 185%;
    text-align: justify;
    font-size: 1.5rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

.m-0 {
  margin: 0rem !important; }
  @media (max-width: 960px) {
    .m-0 {
      margin: 0rem !important; } }

.m-0-5 {
  margin: 0.5rem !important; }
  @media (max-width: 960px) {
    .m-0-5 {
      margin: 0.33335rem !important; } }

.mt-0 {
  margin-top: 0rem !important; }
  @media (max-width: 960px) {
    .mt-0 {
      margin-top: 0rem !important; } }

.mt-0-5 {
  margin-top: 0.5rem !important; }
  @media (max-width: 960px) {
    .mt-0-5 {
      margin-top: 0.33335rem !important; } }

.mb-0 {
  margin-bottom: 0rem !important; }
  @media (max-width: 960px) {
    .mb-0 {
      margin-bottom: 0rem !important; } }

.mb-0-5 {
  margin-bottom: 0.5rem !important; }
  @media (max-width: 960px) {
    .mb-0-5 {
      margin-bottom: 0.33335rem !important; } }

.ml-0 {
  margin-left: 0rem !important; }
  @media (max-width: 960px) {
    .ml-0 {
      margin-left: 0rem !important; } }

.ml-0-5 {
  margin-left: 0.5rem !important; }
  @media (max-width: 960px) {
    .ml-0-5 {
      margin-left: 0.33335rem !important; } }

.mr-0 {
  margin-right: 0rem !important; }
  @media (max-width: 960px) {
    .mr-0 {
      margin-right: 0rem !important; } }

.mr-0-5 {
  margin-right: 0.5rem !important; }
  @media (max-width: 960px) {
    .mr-0-5 {
      margin-right: 0.33335rem !important; } }

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important; }
  @media (max-width: 960px) {
    .mx-0 {
      margin-left: 0rem !important;
      margin-right: 0rem !important; } }

.mx-0-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }
  @media (max-width: 960px) {
    .mx-0-5 {
      margin-left: 0.33335rem !important;
      margin-right: 0.33335rem !important; } }

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }
  @media (max-width: 960px) {
    .my-0 {
      margin-top: 0rem !important;
      margin-bottom: 0rem !important; } }

.my-0-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }
  @media (max-width: 960px) {
    .my-0-5 {
      margin-top: 0.33335rem !important;
      margin-bottom: 0.33335rem !important; } }

.p-0 {
  padding: 0rem !important; }
  @media (max-width: 960px) {
    .p-0 {
      padding: 0rem !important; } }

.p-0-5 {
  padding: 0.5rem !important; }
  @media (max-width: 960px) {
    .p-0-5 {
      padding: 0.33335rem !important; } }

.pt-0 {
  padding-top: 0rem !important; }
  @media (max-width: 960px) {
    .pt-0 {
      padding-top: 0rem !important; } }

.pt-0-5 {
  padding-top: 0.5rem !important; }
  @media (max-width: 960px) {
    .pt-0-5 {
      padding-top: 0.33335rem !important; } }

.pb-0 {
  padding-bottom: 0rem !important; }
  @media (max-width: 960px) {
    .pb-0 {
      padding-bottom: 0rem !important; } }

.pb-0-5 {
  padding-bottom: 0.5rem !important; }
  @media (max-width: 960px) {
    .pb-0-5 {
      padding-bottom: 0.33335rem !important; } }

.pl-0 {
  padding-left: 0rem !important; }
  @media (max-width: 960px) {
    .pl-0 {
      padding-left: 0rem !important; } }

.pl-0-5 {
  padding-left: 0.5rem !important; }
  @media (max-width: 960px) {
    .pl-0-5 {
      padding-left: 0.33335rem !important; } }

.pr-0 {
  padding-right: 0rem !important; }
  @media (max-width: 960px) {
    .pr-0 {
      padding-right: 0rem !important; } }

.pr-0-5 {
  padding-right: 0.5rem !important; }
  @media (max-width: 960px) {
    .pr-0-5 {
      padding-right: 0.33335rem !important; } }

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important; }
  @media (max-width: 960px) {
    .px-0 {
      padding-left: 0rem !important;
      padding-right: 0rem !important; } }

.px-0-5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }
  @media (max-width: 960px) {
    .px-0-5 {
      padding-left: 0.33335rem !important;
      padding-right: 0.33335rem !important; } }

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }
  @media (max-width: 960px) {
    .py-0 {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important; } }

.py-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }
  @media (max-width: 960px) {
    .py-0-5 {
      padding-top: 0.33335rem !important;
      padding-bottom: 0.33335rem !important; } }

.m-1 {
  margin: 1rem !important; }
  @media (max-width: 960px) {
    .m-1 {
      margin: 0.6667rem !important; } }

.m-1-5 {
  margin: 1.5rem !important; }
  @media (max-width: 960px) {
    .m-1-5 {
      margin: 1.00005rem !important; } }

.mt-1 {
  margin-top: 1rem !important; }
  @media (max-width: 960px) {
    .mt-1 {
      margin-top: 0.6667rem !important; } }

.mt-1-5 {
  margin-top: 1.5rem !important; }
  @media (max-width: 960px) {
    .mt-1-5 {
      margin-top: 1.00005rem !important; } }

.mb-1 {
  margin-bottom: 1rem !important; }
  @media (max-width: 960px) {
    .mb-1 {
      margin-bottom: 0.6667rem !important; } }

.mb-1-5 {
  margin-bottom: 1.5rem !important; }
  @media (max-width: 960px) {
    .mb-1-5 {
      margin-bottom: 1.00005rem !important; } }

.ml-1 {
  margin-left: 1rem !important; }
  @media (max-width: 960px) {
    .ml-1 {
      margin-left: 0.6667rem !important; } }

.ml-1-5 {
  margin-left: 1.5rem !important; }
  @media (max-width: 960px) {
    .ml-1-5 {
      margin-left: 1.00005rem !important; } }

.mr-1 {
  margin-right: 1rem !important; }
  @media (max-width: 960px) {
    .mr-1 {
      margin-right: 0.6667rem !important; } }

.mr-1-5 {
  margin-right: 1.5rem !important; }
  @media (max-width: 960px) {
    .mr-1-5 {
      margin-right: 1.00005rem !important; } }

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }
  @media (max-width: 960px) {
    .mx-1 {
      margin-left: 0.6667rem !important;
      margin-right: 0.6667rem !important; } }

.mx-1-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }
  @media (max-width: 960px) {
    .mx-1-5 {
      margin-left: 1.00005rem !important;
      margin-right: 1.00005rem !important; } }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }
  @media (max-width: 960px) {
    .my-1 {
      margin-top: 0.6667rem !important;
      margin-bottom: 0.6667rem !important; } }

.my-1-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }
  @media (max-width: 960px) {
    .my-1-5 {
      margin-top: 1.00005rem !important;
      margin-bottom: 1.00005rem !important; } }

.p-1 {
  padding: 1rem !important; }
  @media (max-width: 960px) {
    .p-1 {
      padding: 0.6667rem !important; } }

.p-1-5 {
  padding: 1.5rem !important; }
  @media (max-width: 960px) {
    .p-1-5 {
      padding: 1.00005rem !important; } }

.pt-1 {
  padding-top: 1rem !important; }
  @media (max-width: 960px) {
    .pt-1 {
      padding-top: 0.6667rem !important; } }

.pt-1-5 {
  padding-top: 1.5rem !important; }
  @media (max-width: 960px) {
    .pt-1-5 {
      padding-top: 1.00005rem !important; } }

.pb-1 {
  padding-bottom: 1rem !important; }
  @media (max-width: 960px) {
    .pb-1 {
      padding-bottom: 0.6667rem !important; } }

.pb-1-5 {
  padding-bottom: 1.5rem !important; }
  @media (max-width: 960px) {
    .pb-1-5 {
      padding-bottom: 1.00005rem !important; } }

.pl-1 {
  padding-left: 1rem !important; }
  @media (max-width: 960px) {
    .pl-1 {
      padding-left: 0.6667rem !important; } }

.pl-1-5 {
  padding-left: 1.5rem !important; }
  @media (max-width: 960px) {
    .pl-1-5 {
      padding-left: 1.00005rem !important; } }

.pr-1 {
  padding-right: 1rem !important; }
  @media (max-width: 960px) {
    .pr-1 {
      padding-right: 0.6667rem !important; } }

.pr-1-5 {
  padding-right: 1.5rem !important; }
  @media (max-width: 960px) {
    .pr-1-5 {
      padding-right: 1.00005rem !important; } }

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }
  @media (max-width: 960px) {
    .px-1 {
      padding-left: 0.6667rem !important;
      padding-right: 0.6667rem !important; } }

.px-1-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }
  @media (max-width: 960px) {
    .px-1-5 {
      padding-left: 1.00005rem !important;
      padding-right: 1.00005rem !important; } }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }
  @media (max-width: 960px) {
    .py-1 {
      padding-top: 0.6667rem !important;
      padding-bottom: 0.6667rem !important; } }

.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }
  @media (max-width: 960px) {
    .py-1-5 {
      padding-top: 1.00005rem !important;
      padding-bottom: 1.00005rem !important; } }

.m-2 {
  margin: 2rem !important; }
  @media (max-width: 960px) {
    .m-2 {
      margin: 1.3334rem !important; } }

.m-2-5 {
  margin: 2.5rem !important; }
  @media (max-width: 960px) {
    .m-2-5 {
      margin: 1.66675rem !important; } }

.mt-2 {
  margin-top: 2rem !important; }
  @media (max-width: 960px) {
    .mt-2 {
      margin-top: 1.3334rem !important; } }

.mt-2-5 {
  margin-top: 2.5rem !important; }
  @media (max-width: 960px) {
    .mt-2-5 {
      margin-top: 1.66675rem !important; } }

.mb-2 {
  margin-bottom: 2rem !important; }
  @media (max-width: 960px) {
    .mb-2 {
      margin-bottom: 1.3334rem !important; } }

.mb-2-5 {
  margin-bottom: 2.5rem !important; }
  @media (max-width: 960px) {
    .mb-2-5 {
      margin-bottom: 1.66675rem !important; } }

.ml-2 {
  margin-left: 2rem !important; }
  @media (max-width: 960px) {
    .ml-2 {
      margin-left: 1.3334rem !important; } }

.ml-2-5 {
  margin-left: 2.5rem !important; }
  @media (max-width: 960px) {
    .ml-2-5 {
      margin-left: 1.66675rem !important; } }

.mr-2 {
  margin-right: 2rem !important; }
  @media (max-width: 960px) {
    .mr-2 {
      margin-right: 1.3334rem !important; } }

.mr-2-5 {
  margin-right: 2.5rem !important; }
  @media (max-width: 960px) {
    .mr-2-5 {
      margin-right: 1.66675rem !important; } }

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }
  @media (max-width: 960px) {
    .mx-2 {
      margin-left: 1.3334rem !important;
      margin-right: 1.3334rem !important; } }

.mx-2-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }
  @media (max-width: 960px) {
    .mx-2-5 {
      margin-left: 1.66675rem !important;
      margin-right: 1.66675rem !important; } }

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }
  @media (max-width: 960px) {
    .my-2 {
      margin-top: 1.3334rem !important;
      margin-bottom: 1.3334rem !important; } }

.my-2-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }
  @media (max-width: 960px) {
    .my-2-5 {
      margin-top: 1.66675rem !important;
      margin-bottom: 1.66675rem !important; } }

.p-2 {
  padding: 2rem !important; }
  @media (max-width: 960px) {
    .p-2 {
      padding: 1.3334rem !important; } }

.p-2-5 {
  padding: 2.5rem !important; }
  @media (max-width: 960px) {
    .p-2-5 {
      padding: 1.66675rem !important; } }

.pt-2 {
  padding-top: 2rem !important; }
  @media (max-width: 960px) {
    .pt-2 {
      padding-top: 1.3334rem !important; } }

.pt-2-5 {
  padding-top: 2.5rem !important; }
  @media (max-width: 960px) {
    .pt-2-5 {
      padding-top: 1.66675rem !important; } }

.pb-2 {
  padding-bottom: 2rem !important; }
  @media (max-width: 960px) {
    .pb-2 {
      padding-bottom: 1.3334rem !important; } }

.pb-2-5 {
  padding-bottom: 2.5rem !important; }
  @media (max-width: 960px) {
    .pb-2-5 {
      padding-bottom: 1.66675rem !important; } }

.pl-2 {
  padding-left: 2rem !important; }
  @media (max-width: 960px) {
    .pl-2 {
      padding-left: 1.3334rem !important; } }

.pl-2-5 {
  padding-left: 2.5rem !important; }
  @media (max-width: 960px) {
    .pl-2-5 {
      padding-left: 1.66675rem !important; } }

.pr-2 {
  padding-right: 2rem !important; }
  @media (max-width: 960px) {
    .pr-2 {
      padding-right: 1.3334rem !important; } }

.pr-2-5 {
  padding-right: 2.5rem !important; }
  @media (max-width: 960px) {
    .pr-2-5 {
      padding-right: 1.66675rem !important; } }

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }
  @media (max-width: 960px) {
    .px-2 {
      padding-left: 1.3334rem !important;
      padding-right: 1.3334rem !important; } }

.px-2-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important; }
  @media (max-width: 960px) {
    .px-2-5 {
      padding-left: 1.66675rem !important;
      padding-right: 1.66675rem !important; } }

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }
  @media (max-width: 960px) {
    .py-2 {
      padding-top: 1.3334rem !important;
      padding-bottom: 1.3334rem !important; } }

.py-2-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }
  @media (max-width: 960px) {
    .py-2-5 {
      padding-top: 1.66675rem !important;
      padding-bottom: 1.66675rem !important; } }

.m-3 {
  margin: 3rem !important; }
  @media (max-width: 960px) {
    .m-3 {
      margin: 2.0001rem !important; } }

.m-3-5 {
  margin: 3.5rem !important; }
  @media (max-width: 960px) {
    .m-3-5 {
      margin: 2.33345rem !important; } }

.mt-3 {
  margin-top: 3rem !important; }
  @media (max-width: 960px) {
    .mt-3 {
      margin-top: 2.0001rem !important; } }

.mt-3-5 {
  margin-top: 3.5rem !important; }
  @media (max-width: 960px) {
    .mt-3-5 {
      margin-top: 2.33345rem !important; } }

.mb-3 {
  margin-bottom: 3rem !important; }
  @media (max-width: 960px) {
    .mb-3 {
      margin-bottom: 2.0001rem !important; } }

.mb-3-5 {
  margin-bottom: 3.5rem !important; }
  @media (max-width: 960px) {
    .mb-3-5 {
      margin-bottom: 2.33345rem !important; } }

.ml-3 {
  margin-left: 3rem !important; }
  @media (max-width: 960px) {
    .ml-3 {
      margin-left: 2.0001rem !important; } }

.ml-3-5 {
  margin-left: 3.5rem !important; }
  @media (max-width: 960px) {
    .ml-3-5 {
      margin-left: 2.33345rem !important; } }

.mr-3 {
  margin-right: 3rem !important; }
  @media (max-width: 960px) {
    .mr-3 {
      margin-right: 2.0001rem !important; } }

.mr-3-5 {
  margin-right: 3.5rem !important; }
  @media (max-width: 960px) {
    .mr-3-5 {
      margin-right: 2.33345rem !important; } }

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }
  @media (max-width: 960px) {
    .mx-3 {
      margin-left: 2.0001rem !important;
      margin-right: 2.0001rem !important; } }

.mx-3-5 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }
  @media (max-width: 960px) {
    .mx-3-5 {
      margin-left: 2.33345rem !important;
      margin-right: 2.33345rem !important; } }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }
  @media (max-width: 960px) {
    .my-3 {
      margin-top: 2.0001rem !important;
      margin-bottom: 2.0001rem !important; } }

.my-3-5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }
  @media (max-width: 960px) {
    .my-3-5 {
      margin-top: 2.33345rem !important;
      margin-bottom: 2.33345rem !important; } }

.p-3 {
  padding: 3rem !important; }
  @media (max-width: 960px) {
    .p-3 {
      padding: 2.0001rem !important; } }

.p-3-5 {
  padding: 3.5rem !important; }
  @media (max-width: 960px) {
    .p-3-5 {
      padding: 2.33345rem !important; } }

.pt-3 {
  padding-top: 3rem !important; }
  @media (max-width: 960px) {
    .pt-3 {
      padding-top: 2.0001rem !important; } }

.pt-3-5 {
  padding-top: 3.5rem !important; }
  @media (max-width: 960px) {
    .pt-3-5 {
      padding-top: 2.33345rem !important; } }

.pb-3 {
  padding-bottom: 3rem !important; }
  @media (max-width: 960px) {
    .pb-3 {
      padding-bottom: 2.0001rem !important; } }

.pb-3-5 {
  padding-bottom: 3.5rem !important; }
  @media (max-width: 960px) {
    .pb-3-5 {
      padding-bottom: 2.33345rem !important; } }

.pl-3 {
  padding-left: 3rem !important; }
  @media (max-width: 960px) {
    .pl-3 {
      padding-left: 2.0001rem !important; } }

.pl-3-5 {
  padding-left: 3.5rem !important; }
  @media (max-width: 960px) {
    .pl-3-5 {
      padding-left: 2.33345rem !important; } }

.pr-3 {
  padding-right: 3rem !important; }
  @media (max-width: 960px) {
    .pr-3 {
      padding-right: 2.0001rem !important; } }

.pr-3-5 {
  padding-right: 3.5rem !important; }
  @media (max-width: 960px) {
    .pr-3-5 {
      padding-right: 2.33345rem !important; } }

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }
  @media (max-width: 960px) {
    .px-3 {
      padding-left: 2.0001rem !important;
      padding-right: 2.0001rem !important; } }

.px-3-5 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important; }
  @media (max-width: 960px) {
    .px-3-5 {
      padding-left: 2.33345rem !important;
      padding-right: 2.33345rem !important; } }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }
  @media (max-width: 960px) {
    .py-3 {
      padding-top: 2.0001rem !important;
      padding-bottom: 2.0001rem !important; } }

.py-3-5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }
  @media (max-width: 960px) {
    .py-3-5 {
      padding-top: 2.33345rem !important;
      padding-bottom: 2.33345rem !important; } }

.m-4 {
  margin: 4rem !important; }
  @media (max-width: 960px) {
    .m-4 {
      margin: 2.6668rem !important; } }

.m-4-5 {
  margin: 4.5rem !important; }
  @media (max-width: 960px) {
    .m-4-5 {
      margin: 3.00015rem !important; } }

.mt-4 {
  margin-top: 4rem !important; }
  @media (max-width: 960px) {
    .mt-4 {
      margin-top: 2.6668rem !important; } }

.mt-4-5 {
  margin-top: 4.5rem !important; }
  @media (max-width: 960px) {
    .mt-4-5 {
      margin-top: 3.00015rem !important; } }

.mb-4 {
  margin-bottom: 4rem !important; }
  @media (max-width: 960px) {
    .mb-4 {
      margin-bottom: 2.6668rem !important; } }

.mb-4-5 {
  margin-bottom: 4.5rem !important; }
  @media (max-width: 960px) {
    .mb-4-5 {
      margin-bottom: 3.00015rem !important; } }

.ml-4 {
  margin-left: 4rem !important; }
  @media (max-width: 960px) {
    .ml-4 {
      margin-left: 2.6668rem !important; } }

.ml-4-5 {
  margin-left: 4.5rem !important; }
  @media (max-width: 960px) {
    .ml-4-5 {
      margin-left: 3.00015rem !important; } }

.mr-4 {
  margin-right: 4rem !important; }
  @media (max-width: 960px) {
    .mr-4 {
      margin-right: 2.6668rem !important; } }

.mr-4-5 {
  margin-right: 4.5rem !important; }
  @media (max-width: 960px) {
    .mr-4-5 {
      margin-right: 3.00015rem !important; } }

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }
  @media (max-width: 960px) {
    .mx-4 {
      margin-left: 2.6668rem !important;
      margin-right: 2.6668rem !important; } }

.mx-4-5 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }
  @media (max-width: 960px) {
    .mx-4-5 {
      margin-left: 3.00015rem !important;
      margin-right: 3.00015rem !important; } }

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }
  @media (max-width: 960px) {
    .my-4 {
      margin-top: 2.6668rem !important;
      margin-bottom: 2.6668rem !important; } }

.my-4-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }
  @media (max-width: 960px) {
    .my-4-5 {
      margin-top: 3.00015rem !important;
      margin-bottom: 3.00015rem !important; } }

.p-4 {
  padding: 4rem !important; }
  @media (max-width: 960px) {
    .p-4 {
      padding: 2.6668rem !important; } }

.p-4-5 {
  padding: 4.5rem !important; }
  @media (max-width: 960px) {
    .p-4-5 {
      padding: 3.00015rem !important; } }

.pt-4 {
  padding-top: 4rem !important; }
  @media (max-width: 960px) {
    .pt-4 {
      padding-top: 2.6668rem !important; } }

.pt-4-5 {
  padding-top: 4.5rem !important; }
  @media (max-width: 960px) {
    .pt-4-5 {
      padding-top: 3.00015rem !important; } }

.pb-4 {
  padding-bottom: 4rem !important; }
  @media (max-width: 960px) {
    .pb-4 {
      padding-bottom: 2.6668rem !important; } }

.pb-4-5 {
  padding-bottom: 4.5rem !important; }
  @media (max-width: 960px) {
    .pb-4-5 {
      padding-bottom: 3.00015rem !important; } }

.pl-4 {
  padding-left: 4rem !important; }
  @media (max-width: 960px) {
    .pl-4 {
      padding-left: 2.6668rem !important; } }

.pl-4-5 {
  padding-left: 4.5rem !important; }
  @media (max-width: 960px) {
    .pl-4-5 {
      padding-left: 3.00015rem !important; } }

.pr-4 {
  padding-right: 4rem !important; }
  @media (max-width: 960px) {
    .pr-4 {
      padding-right: 2.6668rem !important; } }

.pr-4-5 {
  padding-right: 4.5rem !important; }
  @media (max-width: 960px) {
    .pr-4-5 {
      padding-right: 3.00015rem !important; } }

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }
  @media (max-width: 960px) {
    .px-4 {
      padding-left: 2.6668rem !important;
      padding-right: 2.6668rem !important; } }

.px-4-5 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important; }
  @media (max-width: 960px) {
    .px-4-5 {
      padding-left: 3.00015rem !important;
      padding-right: 3.00015rem !important; } }

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }
  @media (max-width: 960px) {
    .py-4 {
      padding-top: 2.6668rem !important;
      padding-bottom: 2.6668rem !important; } }

.py-4-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }
  @media (max-width: 960px) {
    .py-4-5 {
      padding-top: 3.00015rem !important;
      padding-bottom: 3.00015rem !important; } }

.m-5 {
  margin: 5rem !important; }
  @media (max-width: 960px) {
    .m-5 {
      margin: 3.3335rem !important; } }

.m-5-5 {
  margin: 5.5rem !important; }
  @media (max-width: 960px) {
    .m-5-5 {
      margin: 3.66685rem !important; } }

.mt-5 {
  margin-top: 5rem !important; }
  @media (max-width: 960px) {
    .mt-5 {
      margin-top: 3.3335rem !important; } }

.mt-5-5 {
  margin-top: 5.5rem !important; }
  @media (max-width: 960px) {
    .mt-5-5 {
      margin-top: 3.66685rem !important; } }

.mb-5 {
  margin-bottom: 5rem !important; }
  @media (max-width: 960px) {
    .mb-5 {
      margin-bottom: 3.3335rem !important; } }

.mb-5-5 {
  margin-bottom: 5.5rem !important; }
  @media (max-width: 960px) {
    .mb-5-5 {
      margin-bottom: 3.66685rem !important; } }

.ml-5 {
  margin-left: 5rem !important; }
  @media (max-width: 960px) {
    .ml-5 {
      margin-left: 3.3335rem !important; } }

.ml-5-5 {
  margin-left: 5.5rem !important; }
  @media (max-width: 960px) {
    .ml-5-5 {
      margin-left: 3.66685rem !important; } }

.mr-5 {
  margin-right: 5rem !important; }
  @media (max-width: 960px) {
    .mr-5 {
      margin-right: 3.3335rem !important; } }

.mr-5-5 {
  margin-right: 5.5rem !important; }
  @media (max-width: 960px) {
    .mr-5-5 {
      margin-right: 3.66685rem !important; } }

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }
  @media (max-width: 960px) {
    .mx-5 {
      margin-left: 3.3335rem !important;
      margin-right: 3.3335rem !important; } }

.mx-5-5 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important; }
  @media (max-width: 960px) {
    .mx-5-5 {
      margin-left: 3.66685rem !important;
      margin-right: 3.66685rem !important; } }

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }
  @media (max-width: 960px) {
    .my-5 {
      margin-top: 3.3335rem !important;
      margin-bottom: 3.3335rem !important; } }

.my-5-5 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important; }
  @media (max-width: 960px) {
    .my-5-5 {
      margin-top: 3.66685rem !important;
      margin-bottom: 3.66685rem !important; } }

.p-5 {
  padding: 5rem !important; }
  @media (max-width: 960px) {
    .p-5 {
      padding: 3.3335rem !important; } }

.p-5-5 {
  padding: 5.5rem !important; }
  @media (max-width: 960px) {
    .p-5-5 {
      padding: 3.66685rem !important; } }

.pt-5 {
  padding-top: 5rem !important; }
  @media (max-width: 960px) {
    .pt-5 {
      padding-top: 3.3335rem !important; } }

.pt-5-5 {
  padding-top: 5.5rem !important; }
  @media (max-width: 960px) {
    .pt-5-5 {
      padding-top: 3.66685rem !important; } }

.pb-5 {
  padding-bottom: 5rem !important; }
  @media (max-width: 960px) {
    .pb-5 {
      padding-bottom: 3.3335rem !important; } }

.pb-5-5 {
  padding-bottom: 5.5rem !important; }
  @media (max-width: 960px) {
    .pb-5-5 {
      padding-bottom: 3.66685rem !important; } }

.pl-5 {
  padding-left: 5rem !important; }
  @media (max-width: 960px) {
    .pl-5 {
      padding-left: 3.3335rem !important; } }

.pl-5-5 {
  padding-left: 5.5rem !important; }
  @media (max-width: 960px) {
    .pl-5-5 {
      padding-left: 3.66685rem !important; } }

.pr-5 {
  padding-right: 5rem !important; }
  @media (max-width: 960px) {
    .pr-5 {
      padding-right: 3.3335rem !important; } }

.pr-5-5 {
  padding-right: 5.5rem !important; }
  @media (max-width: 960px) {
    .pr-5-5 {
      padding-right: 3.66685rem !important; } }

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }
  @media (max-width: 960px) {
    .px-5 {
      padding-left: 3.3335rem !important;
      padding-right: 3.3335rem !important; } }

.px-5-5 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important; }
  @media (max-width: 960px) {
    .px-5-5 {
      padding-left: 3.66685rem !important;
      padding-right: 3.66685rem !important; } }

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
  @media (max-width: 960px) {
    .py-5 {
      padding-top: 3.3335rem !important;
      padding-bottom: 3.3335rem !important; } }

.py-5-5 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important; }
  @media (max-width: 960px) {
    .py-5-5 {
      padding-top: 3.66685rem !important;
      padding-bottom: 3.66685rem !important; } }

.m-6 {
  margin: 6rem !important; }
  @media (max-width: 960px) {
    .m-6 {
      margin: 4.0002rem !important; } }

.m-6-5 {
  margin: 6.5rem !important; }
  @media (max-width: 960px) {
    .m-6-5 {
      margin: 4.33355rem !important; } }

.mt-6 {
  margin-top: 6rem !important; }
  @media (max-width: 960px) {
    .mt-6 {
      margin-top: 4.0002rem !important; } }

.mt-6-5 {
  margin-top: 6.5rem !important; }
  @media (max-width: 960px) {
    .mt-6-5 {
      margin-top: 4.33355rem !important; } }

.mb-6 {
  margin-bottom: 6rem !important; }
  @media (max-width: 960px) {
    .mb-6 {
      margin-bottom: 4.0002rem !important; } }

.mb-6-5 {
  margin-bottom: 6.5rem !important; }
  @media (max-width: 960px) {
    .mb-6-5 {
      margin-bottom: 4.33355rem !important; } }

.ml-6 {
  margin-left: 6rem !important; }
  @media (max-width: 960px) {
    .ml-6 {
      margin-left: 4.0002rem !important; } }

.ml-6-5 {
  margin-left: 6.5rem !important; }
  @media (max-width: 960px) {
    .ml-6-5 {
      margin-left: 4.33355rem !important; } }

.mr-6 {
  margin-right: 6rem !important; }
  @media (max-width: 960px) {
    .mr-6 {
      margin-right: 4.0002rem !important; } }

.mr-6-5 {
  margin-right: 6.5rem !important; }
  @media (max-width: 960px) {
    .mr-6-5 {
      margin-right: 4.33355rem !important; } }

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }
  @media (max-width: 960px) {
    .mx-6 {
      margin-left: 4.0002rem !important;
      margin-right: 4.0002rem !important; } }

.mx-6-5 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important; }
  @media (max-width: 960px) {
    .mx-6-5 {
      margin-left: 4.33355rem !important;
      margin-right: 4.33355rem !important; } }

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }
  @media (max-width: 960px) {
    .my-6 {
      margin-top: 4.0002rem !important;
      margin-bottom: 4.0002rem !important; } }

.my-6-5 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important; }
  @media (max-width: 960px) {
    .my-6-5 {
      margin-top: 4.33355rem !important;
      margin-bottom: 4.33355rem !important; } }

.p-6 {
  padding: 6rem !important; }
  @media (max-width: 960px) {
    .p-6 {
      padding: 4.0002rem !important; } }

.p-6-5 {
  padding: 6.5rem !important; }
  @media (max-width: 960px) {
    .p-6-5 {
      padding: 4.33355rem !important; } }

.pt-6 {
  padding-top: 6rem !important; }
  @media (max-width: 960px) {
    .pt-6 {
      padding-top: 4.0002rem !important; } }

.pt-6-5 {
  padding-top: 6.5rem !important; }
  @media (max-width: 960px) {
    .pt-6-5 {
      padding-top: 4.33355rem !important; } }

.pb-6 {
  padding-bottom: 6rem !important; }
  @media (max-width: 960px) {
    .pb-6 {
      padding-bottom: 4.0002rem !important; } }

.pb-6-5 {
  padding-bottom: 6.5rem !important; }
  @media (max-width: 960px) {
    .pb-6-5 {
      padding-bottom: 4.33355rem !important; } }

.pl-6 {
  padding-left: 6rem !important; }
  @media (max-width: 960px) {
    .pl-6 {
      padding-left: 4.0002rem !important; } }

.pl-6-5 {
  padding-left: 6.5rem !important; }
  @media (max-width: 960px) {
    .pl-6-5 {
      padding-left: 4.33355rem !important; } }

.pr-6 {
  padding-right: 6rem !important; }
  @media (max-width: 960px) {
    .pr-6 {
      padding-right: 4.0002rem !important; } }

.pr-6-5 {
  padding-right: 6.5rem !important; }
  @media (max-width: 960px) {
    .pr-6-5 {
      padding-right: 4.33355rem !important; } }

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }
  @media (max-width: 960px) {
    .px-6 {
      padding-left: 4.0002rem !important;
      padding-right: 4.0002rem !important; } }

.px-6-5 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important; }
  @media (max-width: 960px) {
    .px-6-5 {
      padding-left: 4.33355rem !important;
      padding-right: 4.33355rem !important; } }

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }
  @media (max-width: 960px) {
    .py-6 {
      padding-top: 4.0002rem !important;
      padding-bottom: 4.0002rem !important; } }

.py-6-5 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important; }
  @media (max-width: 960px) {
    .py-6-5 {
      padding-top: 4.33355rem !important;
      padding-bottom: 4.33355rem !important; } }

.m-7 {
  margin: 7rem !important; }
  @media (max-width: 960px) {
    .m-7 {
      margin: 4.6669rem !important; } }

.m-7-5 {
  margin: 7.5rem !important; }
  @media (max-width: 960px) {
    .m-7-5 {
      margin: 5.00025rem !important; } }

.mt-7 {
  margin-top: 7rem !important; }
  @media (max-width: 960px) {
    .mt-7 {
      margin-top: 4.6669rem !important; } }

.mt-7-5 {
  margin-top: 7.5rem !important; }
  @media (max-width: 960px) {
    .mt-7-5 {
      margin-top: 5.00025rem !important; } }

.mb-7 {
  margin-bottom: 7rem !important; }
  @media (max-width: 960px) {
    .mb-7 {
      margin-bottom: 4.6669rem !important; } }

.mb-7-5 {
  margin-bottom: 7.5rem !important; }
  @media (max-width: 960px) {
    .mb-7-5 {
      margin-bottom: 5.00025rem !important; } }

.ml-7 {
  margin-left: 7rem !important; }
  @media (max-width: 960px) {
    .ml-7 {
      margin-left: 4.6669rem !important; } }

.ml-7-5 {
  margin-left: 7.5rem !important; }
  @media (max-width: 960px) {
    .ml-7-5 {
      margin-left: 5.00025rem !important; } }

.mr-7 {
  margin-right: 7rem !important; }
  @media (max-width: 960px) {
    .mr-7 {
      margin-right: 4.6669rem !important; } }

.mr-7-5 {
  margin-right: 7.5rem !important; }
  @media (max-width: 960px) {
    .mr-7-5 {
      margin-right: 5.00025rem !important; } }

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important; }
  @media (max-width: 960px) {
    .mx-7 {
      margin-left: 4.6669rem !important;
      margin-right: 4.6669rem !important; } }

.mx-7-5 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important; }
  @media (max-width: 960px) {
    .mx-7-5 {
      margin-left: 5.00025rem !important;
      margin-right: 5.00025rem !important; } }

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }
  @media (max-width: 960px) {
    .my-7 {
      margin-top: 4.6669rem !important;
      margin-bottom: 4.6669rem !important; } }

.my-7-5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }
  @media (max-width: 960px) {
    .my-7-5 {
      margin-top: 5.00025rem !important;
      margin-bottom: 5.00025rem !important; } }

.p-7 {
  padding: 7rem !important; }
  @media (max-width: 960px) {
    .p-7 {
      padding: 4.6669rem !important; } }

.p-7-5 {
  padding: 7.5rem !important; }
  @media (max-width: 960px) {
    .p-7-5 {
      padding: 5.00025rem !important; } }

.pt-7 {
  padding-top: 7rem !important; }
  @media (max-width: 960px) {
    .pt-7 {
      padding-top: 4.6669rem !important; } }

.pt-7-5 {
  padding-top: 7.5rem !important; }
  @media (max-width: 960px) {
    .pt-7-5 {
      padding-top: 5.00025rem !important; } }

.pb-7 {
  padding-bottom: 7rem !important; }
  @media (max-width: 960px) {
    .pb-7 {
      padding-bottom: 4.6669rem !important; } }

.pb-7-5 {
  padding-bottom: 7.5rem !important; }
  @media (max-width: 960px) {
    .pb-7-5 {
      padding-bottom: 5.00025rem !important; } }

.pl-7 {
  padding-left: 7rem !important; }
  @media (max-width: 960px) {
    .pl-7 {
      padding-left: 4.6669rem !important; } }

.pl-7-5 {
  padding-left: 7.5rem !important; }
  @media (max-width: 960px) {
    .pl-7-5 {
      padding-left: 5.00025rem !important; } }

.pr-7 {
  padding-right: 7rem !important; }
  @media (max-width: 960px) {
    .pr-7 {
      padding-right: 4.6669rem !important; } }

.pr-7-5 {
  padding-right: 7.5rem !important; }
  @media (max-width: 960px) {
    .pr-7-5 {
      padding-right: 5.00025rem !important; } }

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }
  @media (max-width: 960px) {
    .px-7 {
      padding-left: 4.6669rem !important;
      padding-right: 4.6669rem !important; } }

.px-7-5 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important; }
  @media (max-width: 960px) {
    .px-7-5 {
      padding-left: 5.00025rem !important;
      padding-right: 5.00025rem !important; } }

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }
  @media (max-width: 960px) {
    .py-7 {
      padding-top: 4.6669rem !important;
      padding-bottom: 4.6669rem !important; } }

.py-7-5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }
  @media (max-width: 960px) {
    .py-7-5 {
      padding-top: 5.00025rem !important;
      padding-bottom: 5.00025rem !important; } }

.m-8 {
  margin: 8rem !important; }
  @media (max-width: 960px) {
    .m-8 {
      margin: 5.3336rem !important; } }

.m-8-5 {
  margin: 8.5rem !important; }
  @media (max-width: 960px) {
    .m-8-5 {
      margin: 5.66695rem !important; } }

.mt-8 {
  margin-top: 8rem !important; }
  @media (max-width: 960px) {
    .mt-8 {
      margin-top: 5.3336rem !important; } }

.mt-8-5 {
  margin-top: 8.5rem !important; }
  @media (max-width: 960px) {
    .mt-8-5 {
      margin-top: 5.66695rem !important; } }

.mb-8 {
  margin-bottom: 8rem !important; }
  @media (max-width: 960px) {
    .mb-8 {
      margin-bottom: 5.3336rem !important; } }

.mb-8-5 {
  margin-bottom: 8.5rem !important; }
  @media (max-width: 960px) {
    .mb-8-5 {
      margin-bottom: 5.66695rem !important; } }

.ml-8 {
  margin-left: 8rem !important; }
  @media (max-width: 960px) {
    .ml-8 {
      margin-left: 5.3336rem !important; } }

.ml-8-5 {
  margin-left: 8.5rem !important; }
  @media (max-width: 960px) {
    .ml-8-5 {
      margin-left: 5.66695rem !important; } }

.mr-8 {
  margin-right: 8rem !important; }
  @media (max-width: 960px) {
    .mr-8 {
      margin-right: 5.3336rem !important; } }

.mr-8-5 {
  margin-right: 8.5rem !important; }
  @media (max-width: 960px) {
    .mr-8-5 {
      margin-right: 5.66695rem !important; } }

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important; }
  @media (max-width: 960px) {
    .mx-8 {
      margin-left: 5.3336rem !important;
      margin-right: 5.3336rem !important; } }

.mx-8-5 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important; }
  @media (max-width: 960px) {
    .mx-8-5 {
      margin-left: 5.66695rem !important;
      margin-right: 5.66695rem !important; } }

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }
  @media (max-width: 960px) {
    .my-8 {
      margin-top: 5.3336rem !important;
      margin-bottom: 5.3336rem !important; } }

.my-8-5 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important; }
  @media (max-width: 960px) {
    .my-8-5 {
      margin-top: 5.66695rem !important;
      margin-bottom: 5.66695rem !important; } }

.p-8 {
  padding: 8rem !important; }
  @media (max-width: 960px) {
    .p-8 {
      padding: 5.3336rem !important; } }

.p-8-5 {
  padding: 8.5rem !important; }
  @media (max-width: 960px) {
    .p-8-5 {
      padding: 5.66695rem !important; } }

.pt-8 {
  padding-top: 8rem !important; }
  @media (max-width: 960px) {
    .pt-8 {
      padding-top: 5.3336rem !important; } }

.pt-8-5 {
  padding-top: 8.5rem !important; }
  @media (max-width: 960px) {
    .pt-8-5 {
      padding-top: 5.66695rem !important; } }

.pb-8 {
  padding-bottom: 8rem !important; }
  @media (max-width: 960px) {
    .pb-8 {
      padding-bottom: 5.3336rem !important; } }

.pb-8-5 {
  padding-bottom: 8.5rem !important; }
  @media (max-width: 960px) {
    .pb-8-5 {
      padding-bottom: 5.66695rem !important; } }

.pl-8 {
  padding-left: 8rem !important; }
  @media (max-width: 960px) {
    .pl-8 {
      padding-left: 5.3336rem !important; } }

.pl-8-5 {
  padding-left: 8.5rem !important; }
  @media (max-width: 960px) {
    .pl-8-5 {
      padding-left: 5.66695rem !important; } }

.pr-8 {
  padding-right: 8rem !important; }
  @media (max-width: 960px) {
    .pr-8 {
      padding-right: 5.3336rem !important; } }

.pr-8-5 {
  padding-right: 8.5rem !important; }
  @media (max-width: 960px) {
    .pr-8-5 {
      padding-right: 5.66695rem !important; } }

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important; }
  @media (max-width: 960px) {
    .px-8 {
      padding-left: 5.3336rem !important;
      padding-right: 5.3336rem !important; } }

.px-8-5 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important; }
  @media (max-width: 960px) {
    .px-8-5 {
      padding-left: 5.66695rem !important;
      padding-right: 5.66695rem !important; } }

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }
  @media (max-width: 960px) {
    .py-8 {
      padding-top: 5.3336rem !important;
      padding-bottom: 5.3336rem !important; } }

.py-8-5 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important; }
  @media (max-width: 960px) {
    .py-8-5 {
      padding-top: 5.66695rem !important;
      padding-bottom: 5.66695rem !important; } }

.m-9 {
  margin: 9rem !important; }
  @media (max-width: 960px) {
    .m-9 {
      margin: 6.0003rem !important; } }

.m-9-5 {
  margin: 9.5rem !important; }
  @media (max-width: 960px) {
    .m-9-5 {
      margin: 6.33365rem !important; } }

.mt-9 {
  margin-top: 9rem !important; }
  @media (max-width: 960px) {
    .mt-9 {
      margin-top: 6.0003rem !important; } }

.mt-9-5 {
  margin-top: 9.5rem !important; }
  @media (max-width: 960px) {
    .mt-9-5 {
      margin-top: 6.33365rem !important; } }

.mb-9 {
  margin-bottom: 9rem !important; }
  @media (max-width: 960px) {
    .mb-9 {
      margin-bottom: 6.0003rem !important; } }

.mb-9-5 {
  margin-bottom: 9.5rem !important; }
  @media (max-width: 960px) {
    .mb-9-5 {
      margin-bottom: 6.33365rem !important; } }

.ml-9 {
  margin-left: 9rem !important; }
  @media (max-width: 960px) {
    .ml-9 {
      margin-left: 6.0003rem !important; } }

.ml-9-5 {
  margin-left: 9.5rem !important; }
  @media (max-width: 960px) {
    .ml-9-5 {
      margin-left: 6.33365rem !important; } }

.mr-9 {
  margin-right: 9rem !important; }
  @media (max-width: 960px) {
    .mr-9 {
      margin-right: 6.0003rem !important; } }

.mr-9-5 {
  margin-right: 9.5rem !important; }
  @media (max-width: 960px) {
    .mr-9-5 {
      margin-right: 6.33365rem !important; } }

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important; }
  @media (max-width: 960px) {
    .mx-9 {
      margin-left: 6.0003rem !important;
      margin-right: 6.0003rem !important; } }

.mx-9-5 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important; }
  @media (max-width: 960px) {
    .mx-9-5 {
      margin-left: 6.33365rem !important;
      margin-right: 6.33365rem !important; } }

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }
  @media (max-width: 960px) {
    .my-9 {
      margin-top: 6.0003rem !important;
      margin-bottom: 6.0003rem !important; } }

.my-9-5 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important; }
  @media (max-width: 960px) {
    .my-9-5 {
      margin-top: 6.33365rem !important;
      margin-bottom: 6.33365rem !important; } }

.p-9 {
  padding: 9rem !important; }
  @media (max-width: 960px) {
    .p-9 {
      padding: 6.0003rem !important; } }

.p-9-5 {
  padding: 9.5rem !important; }
  @media (max-width: 960px) {
    .p-9-5 {
      padding: 6.33365rem !important; } }

.pt-9 {
  padding-top: 9rem !important; }
  @media (max-width: 960px) {
    .pt-9 {
      padding-top: 6.0003rem !important; } }

.pt-9-5 {
  padding-top: 9.5rem !important; }
  @media (max-width: 960px) {
    .pt-9-5 {
      padding-top: 6.33365rem !important; } }

.pb-9 {
  padding-bottom: 9rem !important; }
  @media (max-width: 960px) {
    .pb-9 {
      padding-bottom: 6.0003rem !important; } }

.pb-9-5 {
  padding-bottom: 9.5rem !important; }
  @media (max-width: 960px) {
    .pb-9-5 {
      padding-bottom: 6.33365rem !important; } }

.pl-9 {
  padding-left: 9rem !important; }
  @media (max-width: 960px) {
    .pl-9 {
      padding-left: 6.0003rem !important; } }

.pl-9-5 {
  padding-left: 9.5rem !important; }
  @media (max-width: 960px) {
    .pl-9-5 {
      padding-left: 6.33365rem !important; } }

.pr-9 {
  padding-right: 9rem !important; }
  @media (max-width: 960px) {
    .pr-9 {
      padding-right: 6.0003rem !important; } }

.pr-9-5 {
  padding-right: 9.5rem !important; }
  @media (max-width: 960px) {
    .pr-9-5 {
      padding-right: 6.33365rem !important; } }

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }
  @media (max-width: 960px) {
    .px-9 {
      padding-left: 6.0003rem !important;
      padding-right: 6.0003rem !important; } }

.px-9-5 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important; }
  @media (max-width: 960px) {
    .px-9-5 {
      padding-left: 6.33365rem !important;
      padding-right: 6.33365rem !important; } }

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }
  @media (max-width: 960px) {
    .py-9 {
      padding-top: 6.0003rem !important;
      padding-bottom: 6.0003rem !important; } }

.py-9-5 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important; }
  @media (max-width: 960px) {
    .py-9-5 {
      padding-top: 6.33365rem !important;
      padding-bottom: 6.33365rem !important; } }

.m-10 {
  margin: 10rem !important; }
  @media (max-width: 960px) {
    .m-10 {
      margin: 6.667rem !important; } }

.m-10-5 {
  margin: 10.5rem !important; }
  @media (max-width: 960px) {
    .m-10-5 {
      margin: 7.00035rem !important; } }

.mt-10 {
  margin-top: 10rem !important; }
  @media (max-width: 960px) {
    .mt-10 {
      margin-top: 6.667rem !important; } }

.mt-10-5 {
  margin-top: 10.5rem !important; }
  @media (max-width: 960px) {
    .mt-10-5 {
      margin-top: 7.00035rem !important; } }

.mb-10 {
  margin-bottom: 10rem !important; }
  @media (max-width: 960px) {
    .mb-10 {
      margin-bottom: 6.667rem !important; } }

.mb-10-5 {
  margin-bottom: 10.5rem !important; }
  @media (max-width: 960px) {
    .mb-10-5 {
      margin-bottom: 7.00035rem !important; } }

.ml-10 {
  margin-left: 10rem !important; }
  @media (max-width: 960px) {
    .ml-10 {
      margin-left: 6.667rem !important; } }

.ml-10-5 {
  margin-left: 10.5rem !important; }
  @media (max-width: 960px) {
    .ml-10-5 {
      margin-left: 7.00035rem !important; } }

.mr-10 {
  margin-right: 10rem !important; }
  @media (max-width: 960px) {
    .mr-10 {
      margin-right: 6.667rem !important; } }

.mr-10-5 {
  margin-right: 10.5rem !important; }
  @media (max-width: 960px) {
    .mr-10-5 {
      margin-right: 7.00035rem !important; } }

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important; }
  @media (max-width: 960px) {
    .mx-10 {
      margin-left: 6.667rem !important;
      margin-right: 6.667rem !important; } }

.mx-10-5 {
  margin-left: 10.5rem !important;
  margin-right: 10.5rem !important; }
  @media (max-width: 960px) {
    .mx-10-5 {
      margin-left: 7.00035rem !important;
      margin-right: 7.00035rem !important; } }

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }
  @media (max-width: 960px) {
    .my-10 {
      margin-top: 6.667rem !important;
      margin-bottom: 6.667rem !important; } }

.my-10-5 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important; }
  @media (max-width: 960px) {
    .my-10-5 {
      margin-top: 7.00035rem !important;
      margin-bottom: 7.00035rem !important; } }

.p-10 {
  padding: 10rem !important; }
  @media (max-width: 960px) {
    .p-10 {
      padding: 6.667rem !important; } }

.p-10-5 {
  padding: 10.5rem !important; }
  @media (max-width: 960px) {
    .p-10-5 {
      padding: 7.00035rem !important; } }

.pt-10 {
  padding-top: 10rem !important; }
  @media (max-width: 960px) {
    .pt-10 {
      padding-top: 6.667rem !important; } }

.pt-10-5 {
  padding-top: 10.5rem !important; }
  @media (max-width: 960px) {
    .pt-10-5 {
      padding-top: 7.00035rem !important; } }

.pb-10 {
  padding-bottom: 10rem !important; }
  @media (max-width: 960px) {
    .pb-10 {
      padding-bottom: 6.667rem !important; } }

.pb-10-5 {
  padding-bottom: 10.5rem !important; }
  @media (max-width: 960px) {
    .pb-10-5 {
      padding-bottom: 7.00035rem !important; } }

.pl-10 {
  padding-left: 10rem !important; }
  @media (max-width: 960px) {
    .pl-10 {
      padding-left: 6.667rem !important; } }

.pl-10-5 {
  padding-left: 10.5rem !important; }
  @media (max-width: 960px) {
    .pl-10-5 {
      padding-left: 7.00035rem !important; } }

.pr-10 {
  padding-right: 10rem !important; }
  @media (max-width: 960px) {
    .pr-10 {
      padding-right: 6.667rem !important; } }

.pr-10-5 {
  padding-right: 10.5rem !important; }
  @media (max-width: 960px) {
    .pr-10-5 {
      padding-right: 7.00035rem !important; } }

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }
  @media (max-width: 960px) {
    .px-10 {
      padding-left: 6.667rem !important;
      padding-right: 6.667rem !important; } }

.px-10-5 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important; }
  @media (max-width: 960px) {
    .px-10-5 {
      padding-left: 7.00035rem !important;
      padding-right: 7.00035rem !important; } }

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }
  @media (max-width: 960px) {
    .py-10 {
      padding-top: 6.667rem !important;
      padding-bottom: 6.667rem !important; } }

.py-10-5 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important; }
  @media (max-width: 960px) {
    .py-10-5 {
      padding-top: 7.00035rem !important;
      padding-bottom: 7.00035rem !important; } }

.m-11 {
  margin: 11rem !important; }
  @media (max-width: 960px) {
    .m-11 {
      margin: 7.3337rem !important; } }

.m-11-5 {
  margin: 11.5rem !important; }
  @media (max-width: 960px) {
    .m-11-5 {
      margin: 7.66705rem !important; } }

.mt-11 {
  margin-top: 11rem !important; }
  @media (max-width: 960px) {
    .mt-11 {
      margin-top: 7.3337rem !important; } }

.mt-11-5 {
  margin-top: 11.5rem !important; }
  @media (max-width: 960px) {
    .mt-11-5 {
      margin-top: 7.66705rem !important; } }

.mb-11 {
  margin-bottom: 11rem !important; }
  @media (max-width: 960px) {
    .mb-11 {
      margin-bottom: 7.3337rem !important; } }

.mb-11-5 {
  margin-bottom: 11.5rem !important; }
  @media (max-width: 960px) {
    .mb-11-5 {
      margin-bottom: 7.66705rem !important; } }

.ml-11 {
  margin-left: 11rem !important; }
  @media (max-width: 960px) {
    .ml-11 {
      margin-left: 7.3337rem !important; } }

.ml-11-5 {
  margin-left: 11.5rem !important; }
  @media (max-width: 960px) {
    .ml-11-5 {
      margin-left: 7.66705rem !important; } }

.mr-11 {
  margin-right: 11rem !important; }
  @media (max-width: 960px) {
    .mr-11 {
      margin-right: 7.3337rem !important; } }

.mr-11-5 {
  margin-right: 11.5rem !important; }
  @media (max-width: 960px) {
    .mr-11-5 {
      margin-right: 7.66705rem !important; } }

.mx-11 {
  margin-left: 11rem !important;
  margin-right: 11rem !important; }
  @media (max-width: 960px) {
    .mx-11 {
      margin-left: 7.3337rem !important;
      margin-right: 7.3337rem !important; } }

.mx-11-5 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important; }
  @media (max-width: 960px) {
    .mx-11-5 {
      margin-left: 7.66705rem !important;
      margin-right: 7.66705rem !important; } }

.my-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important; }
  @media (max-width: 960px) {
    .my-11 {
      margin-top: 7.3337rem !important;
      margin-bottom: 7.3337rem !important; } }

.my-11-5 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important; }
  @media (max-width: 960px) {
    .my-11-5 {
      margin-top: 7.66705rem !important;
      margin-bottom: 7.66705rem !important; } }

.p-11 {
  padding: 11rem !important; }
  @media (max-width: 960px) {
    .p-11 {
      padding: 7.3337rem !important; } }

.p-11-5 {
  padding: 11.5rem !important; }
  @media (max-width: 960px) {
    .p-11-5 {
      padding: 7.66705rem !important; } }

.pt-11 {
  padding-top: 11rem !important; }
  @media (max-width: 960px) {
    .pt-11 {
      padding-top: 7.3337rem !important; } }

.pt-11-5 {
  padding-top: 11.5rem !important; }
  @media (max-width: 960px) {
    .pt-11-5 {
      padding-top: 7.66705rem !important; } }

.pb-11 {
  padding-bottom: 11rem !important; }
  @media (max-width: 960px) {
    .pb-11 {
      padding-bottom: 7.3337rem !important; } }

.pb-11-5 {
  padding-bottom: 11.5rem !important; }
  @media (max-width: 960px) {
    .pb-11-5 {
      padding-bottom: 7.66705rem !important; } }

.pl-11 {
  padding-left: 11rem !important; }
  @media (max-width: 960px) {
    .pl-11 {
      padding-left: 7.3337rem !important; } }

.pl-11-5 {
  padding-left: 11.5rem !important; }
  @media (max-width: 960px) {
    .pl-11-5 {
      padding-left: 7.66705rem !important; } }

.pr-11 {
  padding-right: 11rem !important; }
  @media (max-width: 960px) {
    .pr-11 {
      padding-right: 7.3337rem !important; } }

.pr-11-5 {
  padding-right: 11.5rem !important; }
  @media (max-width: 960px) {
    .pr-11-5 {
      padding-right: 7.66705rem !important; } }

.px-11 {
  padding-left: 11rem !important;
  padding-right: 11rem !important; }
  @media (max-width: 960px) {
    .px-11 {
      padding-left: 7.3337rem !important;
      padding-right: 7.3337rem !important; } }

.px-11-5 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important; }
  @media (max-width: 960px) {
    .px-11-5 {
      padding-left: 7.66705rem !important;
      padding-right: 7.66705rem !important; } }

.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important; }
  @media (max-width: 960px) {
    .py-11 {
      padding-top: 7.3337rem !important;
      padding-bottom: 7.3337rem !important; } }

.py-11-5 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important; }
  @media (max-width: 960px) {
    .py-11-5 {
      padding-top: 7.66705rem !important;
      padding-bottom: 7.66705rem !important; } }

.m-12 {
  margin: 12rem !important; }
  @media (max-width: 960px) {
    .m-12 {
      margin: 8.0004rem !important; } }

.m-12-5 {
  margin: 12.5rem !important; }
  @media (max-width: 960px) {
    .m-12-5 {
      margin: 8.33375rem !important; } }

.mt-12 {
  margin-top: 12rem !important; }
  @media (max-width: 960px) {
    .mt-12 {
      margin-top: 8.0004rem !important; } }

.mt-12-5 {
  margin-top: 12.5rem !important; }
  @media (max-width: 960px) {
    .mt-12-5 {
      margin-top: 8.33375rem !important; } }

.mb-12 {
  margin-bottom: 12rem !important; }
  @media (max-width: 960px) {
    .mb-12 {
      margin-bottom: 8.0004rem !important; } }

.mb-12-5 {
  margin-bottom: 12.5rem !important; }
  @media (max-width: 960px) {
    .mb-12-5 {
      margin-bottom: 8.33375rem !important; } }

.ml-12 {
  margin-left: 12rem !important; }
  @media (max-width: 960px) {
    .ml-12 {
      margin-left: 8.0004rem !important; } }

.ml-12-5 {
  margin-left: 12.5rem !important; }
  @media (max-width: 960px) {
    .ml-12-5 {
      margin-left: 8.33375rem !important; } }

.mr-12 {
  margin-right: 12rem !important; }
  @media (max-width: 960px) {
    .mr-12 {
      margin-right: 8.0004rem !important; } }

.mr-12-5 {
  margin-right: 12.5rem !important; }
  @media (max-width: 960px) {
    .mr-12-5 {
      margin-right: 8.33375rem !important; } }

.mx-12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important; }
  @media (max-width: 960px) {
    .mx-12 {
      margin-left: 8.0004rem !important;
      margin-right: 8.0004rem !important; } }

.mx-12-5 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important; }
  @media (max-width: 960px) {
    .mx-12-5 {
      margin-left: 8.33375rem !important;
      margin-right: 8.33375rem !important; } }

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }
  @media (max-width: 960px) {
    .my-12 {
      margin-top: 8.0004rem !important;
      margin-bottom: 8.0004rem !important; } }

.my-12-5 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important; }
  @media (max-width: 960px) {
    .my-12-5 {
      margin-top: 8.33375rem !important;
      margin-bottom: 8.33375rem !important; } }

.p-12 {
  padding: 12rem !important; }
  @media (max-width: 960px) {
    .p-12 {
      padding: 8.0004rem !important; } }

.p-12-5 {
  padding: 12.5rem !important; }
  @media (max-width: 960px) {
    .p-12-5 {
      padding: 8.33375rem !important; } }

.pt-12 {
  padding-top: 12rem !important; }
  @media (max-width: 960px) {
    .pt-12 {
      padding-top: 8.0004rem !important; } }

.pt-12-5 {
  padding-top: 12.5rem !important; }
  @media (max-width: 960px) {
    .pt-12-5 {
      padding-top: 8.33375rem !important; } }

.pb-12 {
  padding-bottom: 12rem !important; }
  @media (max-width: 960px) {
    .pb-12 {
      padding-bottom: 8.0004rem !important; } }

.pb-12-5 {
  padding-bottom: 12.5rem !important; }
  @media (max-width: 960px) {
    .pb-12-5 {
      padding-bottom: 8.33375rem !important; } }

.pl-12 {
  padding-left: 12rem !important; }
  @media (max-width: 960px) {
    .pl-12 {
      padding-left: 8.0004rem !important; } }

.pl-12-5 {
  padding-left: 12.5rem !important; }
  @media (max-width: 960px) {
    .pl-12-5 {
      padding-left: 8.33375rem !important; } }

.pr-12 {
  padding-right: 12rem !important; }
  @media (max-width: 960px) {
    .pr-12 {
      padding-right: 8.0004rem !important; } }

.pr-12-5 {
  padding-right: 12.5rem !important; }
  @media (max-width: 960px) {
    .pr-12-5 {
      padding-right: 8.33375rem !important; } }

.px-12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }
  @media (max-width: 960px) {
    .px-12 {
      padding-left: 8.0004rem !important;
      padding-right: 8.0004rem !important; } }

.px-12-5 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important; }
  @media (max-width: 960px) {
    .px-12-5 {
      padding-left: 8.33375rem !important;
      padding-right: 8.33375rem !important; } }

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }
  @media (max-width: 960px) {
    .py-12 {
      padding-top: 8.0004rem !important;
      padding-bottom: 8.0004rem !important; } }

.py-12-5 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important; }
  @media (max-width: 960px) {
    .py-12-5 {
      padding-top: 8.33375rem !important;
      padding-bottom: 8.33375rem !important; } }

.m-13 {
  margin: 13rem !important; }
  @media (max-width: 960px) {
    .m-13 {
      margin: 8.6671rem !important; } }

.m-13-5 {
  margin: 13.5rem !important; }
  @media (max-width: 960px) {
    .m-13-5 {
      margin: 9.00045rem !important; } }

.mt-13 {
  margin-top: 13rem !important; }
  @media (max-width: 960px) {
    .mt-13 {
      margin-top: 8.6671rem !important; } }

.mt-13-5 {
  margin-top: 13.5rem !important; }
  @media (max-width: 960px) {
    .mt-13-5 {
      margin-top: 9.00045rem !important; } }

.mb-13 {
  margin-bottom: 13rem !important; }
  @media (max-width: 960px) {
    .mb-13 {
      margin-bottom: 8.6671rem !important; } }

.mb-13-5 {
  margin-bottom: 13.5rem !important; }
  @media (max-width: 960px) {
    .mb-13-5 {
      margin-bottom: 9.00045rem !important; } }

.ml-13 {
  margin-left: 13rem !important; }
  @media (max-width: 960px) {
    .ml-13 {
      margin-left: 8.6671rem !important; } }

.ml-13-5 {
  margin-left: 13.5rem !important; }
  @media (max-width: 960px) {
    .ml-13-5 {
      margin-left: 9.00045rem !important; } }

.mr-13 {
  margin-right: 13rem !important; }
  @media (max-width: 960px) {
    .mr-13 {
      margin-right: 8.6671rem !important; } }

.mr-13-5 {
  margin-right: 13.5rem !important; }
  @media (max-width: 960px) {
    .mr-13-5 {
      margin-right: 9.00045rem !important; } }

.mx-13 {
  margin-left: 13rem !important;
  margin-right: 13rem !important; }
  @media (max-width: 960px) {
    .mx-13 {
      margin-left: 8.6671rem !important;
      margin-right: 8.6671rem !important; } }

.mx-13-5 {
  margin-left: 13.5rem !important;
  margin-right: 13.5rem !important; }
  @media (max-width: 960px) {
    .mx-13-5 {
      margin-left: 9.00045rem !important;
      margin-right: 9.00045rem !important; } }

.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important; }
  @media (max-width: 960px) {
    .my-13 {
      margin-top: 8.6671rem !important;
      margin-bottom: 8.6671rem !important; } }

.my-13-5 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important; }
  @media (max-width: 960px) {
    .my-13-5 {
      margin-top: 9.00045rem !important;
      margin-bottom: 9.00045rem !important; } }

.p-13 {
  padding: 13rem !important; }
  @media (max-width: 960px) {
    .p-13 {
      padding: 8.6671rem !important; } }

.p-13-5 {
  padding: 13.5rem !important; }
  @media (max-width: 960px) {
    .p-13-5 {
      padding: 9.00045rem !important; } }

.pt-13 {
  padding-top: 13rem !important; }
  @media (max-width: 960px) {
    .pt-13 {
      padding-top: 8.6671rem !important; } }

.pt-13-5 {
  padding-top: 13.5rem !important; }
  @media (max-width: 960px) {
    .pt-13-5 {
      padding-top: 9.00045rem !important; } }

.pb-13 {
  padding-bottom: 13rem !important; }
  @media (max-width: 960px) {
    .pb-13 {
      padding-bottom: 8.6671rem !important; } }

.pb-13-5 {
  padding-bottom: 13.5rem !important; }
  @media (max-width: 960px) {
    .pb-13-5 {
      padding-bottom: 9.00045rem !important; } }

.pl-13 {
  padding-left: 13rem !important; }
  @media (max-width: 960px) {
    .pl-13 {
      padding-left: 8.6671rem !important; } }

.pl-13-5 {
  padding-left: 13.5rem !important; }
  @media (max-width: 960px) {
    .pl-13-5 {
      padding-left: 9.00045rem !important; } }

.pr-13 {
  padding-right: 13rem !important; }
  @media (max-width: 960px) {
    .pr-13 {
      padding-right: 8.6671rem !important; } }

.pr-13-5 {
  padding-right: 13.5rem !important; }
  @media (max-width: 960px) {
    .pr-13-5 {
      padding-right: 9.00045rem !important; } }

.px-13 {
  padding-left: 13rem !important;
  padding-right: 13rem !important; }
  @media (max-width: 960px) {
    .px-13 {
      padding-left: 8.6671rem !important;
      padding-right: 8.6671rem !important; } }

.px-13-5 {
  padding-left: 13.5rem !important;
  padding-right: 13.5rem !important; }
  @media (max-width: 960px) {
    .px-13-5 {
      padding-left: 9.00045rem !important;
      padding-right: 9.00045rem !important; } }

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important; }
  @media (max-width: 960px) {
    .py-13 {
      padding-top: 8.6671rem !important;
      padding-bottom: 8.6671rem !important; } }

.py-13-5 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important; }
  @media (max-width: 960px) {
    .py-13-5 {
      padding-top: 9.00045rem !important;
      padding-bottom: 9.00045rem !important; } }

.m-14 {
  margin: 14rem !important; }
  @media (max-width: 960px) {
    .m-14 {
      margin: 9.3338rem !important; } }

.m-14-5 {
  margin: 14.5rem !important; }
  @media (max-width: 960px) {
    .m-14-5 {
      margin: 9.66715rem !important; } }

.mt-14 {
  margin-top: 14rem !important; }
  @media (max-width: 960px) {
    .mt-14 {
      margin-top: 9.3338rem !important; } }

.mt-14-5 {
  margin-top: 14.5rem !important; }
  @media (max-width: 960px) {
    .mt-14-5 {
      margin-top: 9.66715rem !important; } }

.mb-14 {
  margin-bottom: 14rem !important; }
  @media (max-width: 960px) {
    .mb-14 {
      margin-bottom: 9.3338rem !important; } }

.mb-14-5 {
  margin-bottom: 14.5rem !important; }
  @media (max-width: 960px) {
    .mb-14-5 {
      margin-bottom: 9.66715rem !important; } }

.ml-14 {
  margin-left: 14rem !important; }
  @media (max-width: 960px) {
    .ml-14 {
      margin-left: 9.3338rem !important; } }

.ml-14-5 {
  margin-left: 14.5rem !important; }
  @media (max-width: 960px) {
    .ml-14-5 {
      margin-left: 9.66715rem !important; } }

.mr-14 {
  margin-right: 14rem !important; }
  @media (max-width: 960px) {
    .mr-14 {
      margin-right: 9.3338rem !important; } }

.mr-14-5 {
  margin-right: 14.5rem !important; }
  @media (max-width: 960px) {
    .mr-14-5 {
      margin-right: 9.66715rem !important; } }

.mx-14 {
  margin-left: 14rem !important;
  margin-right: 14rem !important; }
  @media (max-width: 960px) {
    .mx-14 {
      margin-left: 9.3338rem !important;
      margin-right: 9.3338rem !important; } }

.mx-14-5 {
  margin-left: 14.5rem !important;
  margin-right: 14.5rem !important; }
  @media (max-width: 960px) {
    .mx-14-5 {
      margin-left: 9.66715rem !important;
      margin-right: 9.66715rem !important; } }

.my-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important; }
  @media (max-width: 960px) {
    .my-14 {
      margin-top: 9.3338rem !important;
      margin-bottom: 9.3338rem !important; } }

.my-14-5 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important; }
  @media (max-width: 960px) {
    .my-14-5 {
      margin-top: 9.66715rem !important;
      margin-bottom: 9.66715rem !important; } }

.p-14 {
  padding: 14rem !important; }
  @media (max-width: 960px) {
    .p-14 {
      padding: 9.3338rem !important; } }

.p-14-5 {
  padding: 14.5rem !important; }
  @media (max-width: 960px) {
    .p-14-5 {
      padding: 9.66715rem !important; } }

.pt-14 {
  padding-top: 14rem !important; }
  @media (max-width: 960px) {
    .pt-14 {
      padding-top: 9.3338rem !important; } }

.pt-14-5 {
  padding-top: 14.5rem !important; }
  @media (max-width: 960px) {
    .pt-14-5 {
      padding-top: 9.66715rem !important; } }

.pb-14 {
  padding-bottom: 14rem !important; }
  @media (max-width: 960px) {
    .pb-14 {
      padding-bottom: 9.3338rem !important; } }

.pb-14-5 {
  padding-bottom: 14.5rem !important; }
  @media (max-width: 960px) {
    .pb-14-5 {
      padding-bottom: 9.66715rem !important; } }

.pl-14 {
  padding-left: 14rem !important; }
  @media (max-width: 960px) {
    .pl-14 {
      padding-left: 9.3338rem !important; } }

.pl-14-5 {
  padding-left: 14.5rem !important; }
  @media (max-width: 960px) {
    .pl-14-5 {
      padding-left: 9.66715rem !important; } }

.pr-14 {
  padding-right: 14rem !important; }
  @media (max-width: 960px) {
    .pr-14 {
      padding-right: 9.3338rem !important; } }

.pr-14-5 {
  padding-right: 14.5rem !important; }
  @media (max-width: 960px) {
    .pr-14-5 {
      padding-right: 9.66715rem !important; } }

.px-14 {
  padding-left: 14rem !important;
  padding-right: 14rem !important; }
  @media (max-width: 960px) {
    .px-14 {
      padding-left: 9.3338rem !important;
      padding-right: 9.3338rem !important; } }

.px-14-5 {
  padding-left: 14.5rem !important;
  padding-right: 14.5rem !important; }
  @media (max-width: 960px) {
    .px-14-5 {
      padding-left: 9.66715rem !important;
      padding-right: 9.66715rem !important; } }

.py-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }
  @media (max-width: 960px) {
    .py-14 {
      padding-top: 9.3338rem !important;
      padding-bottom: 9.3338rem !important; } }

.py-14-5 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important; }
  @media (max-width: 960px) {
    .py-14-5 {
      padding-top: 9.66715rem !important;
      padding-bottom: 9.66715rem !important; } }

.m-15 {
  margin: 15rem !important; }
  @media (max-width: 960px) {
    .m-15 {
      margin: 10.0005rem !important; } }

.m-15-5 {
  margin: 15.5rem !important; }
  @media (max-width: 960px) {
    .m-15-5 {
      margin: 10.33385rem !important; } }

.mt-15 {
  margin-top: 15rem !important; }
  @media (max-width: 960px) {
    .mt-15 {
      margin-top: 10.0005rem !important; } }

.mt-15-5 {
  margin-top: 15.5rem !important; }
  @media (max-width: 960px) {
    .mt-15-5 {
      margin-top: 10.33385rem !important; } }

.mb-15 {
  margin-bottom: 15rem !important; }
  @media (max-width: 960px) {
    .mb-15 {
      margin-bottom: 10.0005rem !important; } }

.mb-15-5 {
  margin-bottom: 15.5rem !important; }
  @media (max-width: 960px) {
    .mb-15-5 {
      margin-bottom: 10.33385rem !important; } }

.ml-15 {
  margin-left: 15rem !important; }
  @media (max-width: 960px) {
    .ml-15 {
      margin-left: 10.0005rem !important; } }

.ml-15-5 {
  margin-left: 15.5rem !important; }
  @media (max-width: 960px) {
    .ml-15-5 {
      margin-left: 10.33385rem !important; } }

.mr-15 {
  margin-right: 15rem !important; }
  @media (max-width: 960px) {
    .mr-15 {
      margin-right: 10.0005rem !important; } }

.mr-15-5 {
  margin-right: 15.5rem !important; }
  @media (max-width: 960px) {
    .mr-15-5 {
      margin-right: 10.33385rem !important; } }

.mx-15 {
  margin-left: 15rem !important;
  margin-right: 15rem !important; }
  @media (max-width: 960px) {
    .mx-15 {
      margin-left: 10.0005rem !important;
      margin-right: 10.0005rem !important; } }

.mx-15-5 {
  margin-left: 15.5rem !important;
  margin-right: 15.5rem !important; }
  @media (max-width: 960px) {
    .mx-15-5 {
      margin-left: 10.33385rem !important;
      margin-right: 10.33385rem !important; } }

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }
  @media (max-width: 960px) {
    .my-15 {
      margin-top: 10.0005rem !important;
      margin-bottom: 10.0005rem !important; } }

.my-15-5 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important; }
  @media (max-width: 960px) {
    .my-15-5 {
      margin-top: 10.33385rem !important;
      margin-bottom: 10.33385rem !important; } }

.p-15 {
  padding: 15rem !important; }
  @media (max-width: 960px) {
    .p-15 {
      padding: 10.0005rem !important; } }

.p-15-5 {
  padding: 15.5rem !important; }
  @media (max-width: 960px) {
    .p-15-5 {
      padding: 10.33385rem !important; } }

.pt-15 {
  padding-top: 15rem !important; }
  @media (max-width: 960px) {
    .pt-15 {
      padding-top: 10.0005rem !important; } }

.pt-15-5 {
  padding-top: 15.5rem !important; }
  @media (max-width: 960px) {
    .pt-15-5 {
      padding-top: 10.33385rem !important; } }

.pb-15 {
  padding-bottom: 15rem !important; }
  @media (max-width: 960px) {
    .pb-15 {
      padding-bottom: 10.0005rem !important; } }

.pb-15-5 {
  padding-bottom: 15.5rem !important; }
  @media (max-width: 960px) {
    .pb-15-5 {
      padding-bottom: 10.33385rem !important; } }

.pl-15 {
  padding-left: 15rem !important; }
  @media (max-width: 960px) {
    .pl-15 {
      padding-left: 10.0005rem !important; } }

.pl-15-5 {
  padding-left: 15.5rem !important; }
  @media (max-width: 960px) {
    .pl-15-5 {
      padding-left: 10.33385rem !important; } }

.pr-15 {
  padding-right: 15rem !important; }
  @media (max-width: 960px) {
    .pr-15 {
      padding-right: 10.0005rem !important; } }

.pr-15-5 {
  padding-right: 15.5rem !important; }
  @media (max-width: 960px) {
    .pr-15-5 {
      padding-right: 10.33385rem !important; } }

.px-15 {
  padding-left: 15rem !important;
  padding-right: 15rem !important; }
  @media (max-width: 960px) {
    .px-15 {
      padding-left: 10.0005rem !important;
      padding-right: 10.0005rem !important; } }

.px-15-5 {
  padding-left: 15.5rem !important;
  padding-right: 15.5rem !important; }
  @media (max-width: 960px) {
    .px-15-5 {
      padding-left: 10.33385rem !important;
      padding-right: 10.33385rem !important; } }

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important; }
  @media (max-width: 960px) {
    .py-15 {
      padding-top: 10.0005rem !important;
      padding-bottom: 10.0005rem !important; } }

.py-15-5 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important; }
  @media (max-width: 960px) {
    .py-15-5 {
      padding-top: 10.33385rem !important;
      padding-bottom: 10.33385rem !important; } }

.m-16 {
  margin: 16rem !important; }
  @media (max-width: 960px) {
    .m-16 {
      margin: 10.6672rem !important; } }

.m-16-5 {
  margin: 16.5rem !important; }
  @media (max-width: 960px) {
    .m-16-5 {
      margin: 11.00055rem !important; } }

.mt-16 {
  margin-top: 16rem !important; }
  @media (max-width: 960px) {
    .mt-16 {
      margin-top: 10.6672rem !important; } }

.mt-16-5 {
  margin-top: 16.5rem !important; }
  @media (max-width: 960px) {
    .mt-16-5 {
      margin-top: 11.00055rem !important; } }

.mb-16 {
  margin-bottom: 16rem !important; }
  @media (max-width: 960px) {
    .mb-16 {
      margin-bottom: 10.6672rem !important; } }

.mb-16-5 {
  margin-bottom: 16.5rem !important; }
  @media (max-width: 960px) {
    .mb-16-5 {
      margin-bottom: 11.00055rem !important; } }

.ml-16 {
  margin-left: 16rem !important; }
  @media (max-width: 960px) {
    .ml-16 {
      margin-left: 10.6672rem !important; } }

.ml-16-5 {
  margin-left: 16.5rem !important; }
  @media (max-width: 960px) {
    .ml-16-5 {
      margin-left: 11.00055rem !important; } }

.mr-16 {
  margin-right: 16rem !important; }
  @media (max-width: 960px) {
    .mr-16 {
      margin-right: 10.6672rem !important; } }

.mr-16-5 {
  margin-right: 16.5rem !important; }
  @media (max-width: 960px) {
    .mr-16-5 {
      margin-right: 11.00055rem !important; } }

.mx-16 {
  margin-left: 16rem !important;
  margin-right: 16rem !important; }
  @media (max-width: 960px) {
    .mx-16 {
      margin-left: 10.6672rem !important;
      margin-right: 10.6672rem !important; } }

.mx-16-5 {
  margin-left: 16.5rem !important;
  margin-right: 16.5rem !important; }
  @media (max-width: 960px) {
    .mx-16-5 {
      margin-left: 11.00055rem !important;
      margin-right: 11.00055rem !important; } }

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important; }
  @media (max-width: 960px) {
    .my-16 {
      margin-top: 10.6672rem !important;
      margin-bottom: 10.6672rem !important; } }

.my-16-5 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important; }
  @media (max-width: 960px) {
    .my-16-5 {
      margin-top: 11.00055rem !important;
      margin-bottom: 11.00055rem !important; } }

.p-16 {
  padding: 16rem !important; }
  @media (max-width: 960px) {
    .p-16 {
      padding: 10.6672rem !important; } }

.p-16-5 {
  padding: 16.5rem !important; }
  @media (max-width: 960px) {
    .p-16-5 {
      padding: 11.00055rem !important; } }

.pt-16 {
  padding-top: 16rem !important; }
  @media (max-width: 960px) {
    .pt-16 {
      padding-top: 10.6672rem !important; } }

.pt-16-5 {
  padding-top: 16.5rem !important; }
  @media (max-width: 960px) {
    .pt-16-5 {
      padding-top: 11.00055rem !important; } }

.pb-16 {
  padding-bottom: 16rem !important; }
  @media (max-width: 960px) {
    .pb-16 {
      padding-bottom: 10.6672rem !important; } }

.pb-16-5 {
  padding-bottom: 16.5rem !important; }
  @media (max-width: 960px) {
    .pb-16-5 {
      padding-bottom: 11.00055rem !important; } }

.pl-16 {
  padding-left: 16rem !important; }
  @media (max-width: 960px) {
    .pl-16 {
      padding-left: 10.6672rem !important; } }

.pl-16-5 {
  padding-left: 16.5rem !important; }
  @media (max-width: 960px) {
    .pl-16-5 {
      padding-left: 11.00055rem !important; } }

.pr-16 {
  padding-right: 16rem !important; }
  @media (max-width: 960px) {
    .pr-16 {
      padding-right: 10.6672rem !important; } }

.pr-16-5 {
  padding-right: 16.5rem !important; }
  @media (max-width: 960px) {
    .pr-16-5 {
      padding-right: 11.00055rem !important; } }

.px-16 {
  padding-left: 16rem !important;
  padding-right: 16rem !important; }
  @media (max-width: 960px) {
    .px-16 {
      padding-left: 10.6672rem !important;
      padding-right: 10.6672rem !important; } }

.px-16-5 {
  padding-left: 16.5rem !important;
  padding-right: 16.5rem !important; }
  @media (max-width: 960px) {
    .px-16-5 {
      padding-left: 11.00055rem !important;
      padding-right: 11.00055rem !important; } }

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }
  @media (max-width: 960px) {
    .py-16 {
      padding-top: 10.6672rem !important;
      padding-bottom: 10.6672rem !important; } }

.py-16-5 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important; }
  @media (max-width: 960px) {
    .py-16-5 {
      padding-top: 11.00055rem !important;
      padding-bottom: 11.00055rem !important; } }

.m-17 {
  margin: 17rem !important; }
  @media (max-width: 960px) {
    .m-17 {
      margin: 11.3339rem !important; } }

.m-17-5 {
  margin: 17.5rem !important; }
  @media (max-width: 960px) {
    .m-17-5 {
      margin: 11.66725rem !important; } }

.mt-17 {
  margin-top: 17rem !important; }
  @media (max-width: 960px) {
    .mt-17 {
      margin-top: 11.3339rem !important; } }

.mt-17-5 {
  margin-top: 17.5rem !important; }
  @media (max-width: 960px) {
    .mt-17-5 {
      margin-top: 11.66725rem !important; } }

.mb-17 {
  margin-bottom: 17rem !important; }
  @media (max-width: 960px) {
    .mb-17 {
      margin-bottom: 11.3339rem !important; } }

.mb-17-5 {
  margin-bottom: 17.5rem !important; }
  @media (max-width: 960px) {
    .mb-17-5 {
      margin-bottom: 11.66725rem !important; } }

.ml-17 {
  margin-left: 17rem !important; }
  @media (max-width: 960px) {
    .ml-17 {
      margin-left: 11.3339rem !important; } }

.ml-17-5 {
  margin-left: 17.5rem !important; }
  @media (max-width: 960px) {
    .ml-17-5 {
      margin-left: 11.66725rem !important; } }

.mr-17 {
  margin-right: 17rem !important; }
  @media (max-width: 960px) {
    .mr-17 {
      margin-right: 11.3339rem !important; } }

.mr-17-5 {
  margin-right: 17.5rem !important; }
  @media (max-width: 960px) {
    .mr-17-5 {
      margin-right: 11.66725rem !important; } }

.mx-17 {
  margin-left: 17rem !important;
  margin-right: 17rem !important; }
  @media (max-width: 960px) {
    .mx-17 {
      margin-left: 11.3339rem !important;
      margin-right: 11.3339rem !important; } }

.mx-17-5 {
  margin-left: 17.5rem !important;
  margin-right: 17.5rem !important; }
  @media (max-width: 960px) {
    .mx-17-5 {
      margin-left: 11.66725rem !important;
      margin-right: 11.66725rem !important; } }

.my-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important; }
  @media (max-width: 960px) {
    .my-17 {
      margin-top: 11.3339rem !important;
      margin-bottom: 11.3339rem !important; } }

.my-17-5 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important; }
  @media (max-width: 960px) {
    .my-17-5 {
      margin-top: 11.66725rem !important;
      margin-bottom: 11.66725rem !important; } }

.p-17 {
  padding: 17rem !important; }
  @media (max-width: 960px) {
    .p-17 {
      padding: 11.3339rem !important; } }

.p-17-5 {
  padding: 17.5rem !important; }
  @media (max-width: 960px) {
    .p-17-5 {
      padding: 11.66725rem !important; } }

.pt-17 {
  padding-top: 17rem !important; }
  @media (max-width: 960px) {
    .pt-17 {
      padding-top: 11.3339rem !important; } }

.pt-17-5 {
  padding-top: 17.5rem !important; }
  @media (max-width: 960px) {
    .pt-17-5 {
      padding-top: 11.66725rem !important; } }

.pb-17 {
  padding-bottom: 17rem !important; }
  @media (max-width: 960px) {
    .pb-17 {
      padding-bottom: 11.3339rem !important; } }

.pb-17-5 {
  padding-bottom: 17.5rem !important; }
  @media (max-width: 960px) {
    .pb-17-5 {
      padding-bottom: 11.66725rem !important; } }

.pl-17 {
  padding-left: 17rem !important; }
  @media (max-width: 960px) {
    .pl-17 {
      padding-left: 11.3339rem !important; } }

.pl-17-5 {
  padding-left: 17.5rem !important; }
  @media (max-width: 960px) {
    .pl-17-5 {
      padding-left: 11.66725rem !important; } }

.pr-17 {
  padding-right: 17rem !important; }
  @media (max-width: 960px) {
    .pr-17 {
      padding-right: 11.3339rem !important; } }

.pr-17-5 {
  padding-right: 17.5rem !important; }
  @media (max-width: 960px) {
    .pr-17-5 {
      padding-right: 11.66725rem !important; } }

.px-17 {
  padding-left: 17rem !important;
  padding-right: 17rem !important; }
  @media (max-width: 960px) {
    .px-17 {
      padding-left: 11.3339rem !important;
      padding-right: 11.3339rem !important; } }

.px-17-5 {
  padding-left: 17.5rem !important;
  padding-right: 17.5rem !important; }
  @media (max-width: 960px) {
    .px-17-5 {
      padding-left: 11.66725rem !important;
      padding-right: 11.66725rem !important; } }

.py-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important; }
  @media (max-width: 960px) {
    .py-17 {
      padding-top: 11.3339rem !important;
      padding-bottom: 11.3339rem !important; } }

.py-17-5 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important; }
  @media (max-width: 960px) {
    .py-17-5 {
      padding-top: 11.66725rem !important;
      padding-bottom: 11.66725rem !important; } }

.m-18 {
  margin: 18rem !important; }
  @media (max-width: 960px) {
    .m-18 {
      margin: 12.0006rem !important; } }

.m-18-5 {
  margin: 18.5rem !important; }
  @media (max-width: 960px) {
    .m-18-5 {
      margin: 12.33395rem !important; } }

.mt-18 {
  margin-top: 18rem !important; }
  @media (max-width: 960px) {
    .mt-18 {
      margin-top: 12.0006rem !important; } }

.mt-18-5 {
  margin-top: 18.5rem !important; }
  @media (max-width: 960px) {
    .mt-18-5 {
      margin-top: 12.33395rem !important; } }

.mb-18 {
  margin-bottom: 18rem !important; }
  @media (max-width: 960px) {
    .mb-18 {
      margin-bottom: 12.0006rem !important; } }

.mb-18-5 {
  margin-bottom: 18.5rem !important; }
  @media (max-width: 960px) {
    .mb-18-5 {
      margin-bottom: 12.33395rem !important; } }

.ml-18 {
  margin-left: 18rem !important; }
  @media (max-width: 960px) {
    .ml-18 {
      margin-left: 12.0006rem !important; } }

.ml-18-5 {
  margin-left: 18.5rem !important; }
  @media (max-width: 960px) {
    .ml-18-5 {
      margin-left: 12.33395rem !important; } }

.mr-18 {
  margin-right: 18rem !important; }
  @media (max-width: 960px) {
    .mr-18 {
      margin-right: 12.0006rem !important; } }

.mr-18-5 {
  margin-right: 18.5rem !important; }
  @media (max-width: 960px) {
    .mr-18-5 {
      margin-right: 12.33395rem !important; } }

.mx-18 {
  margin-left: 18rem !important;
  margin-right: 18rem !important; }
  @media (max-width: 960px) {
    .mx-18 {
      margin-left: 12.0006rem !important;
      margin-right: 12.0006rem !important; } }

.mx-18-5 {
  margin-left: 18.5rem !important;
  margin-right: 18.5rem !important; }
  @media (max-width: 960px) {
    .mx-18-5 {
      margin-left: 12.33395rem !important;
      margin-right: 12.33395rem !important; } }

.my-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important; }
  @media (max-width: 960px) {
    .my-18 {
      margin-top: 12.0006rem !important;
      margin-bottom: 12.0006rem !important; } }

.my-18-5 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important; }
  @media (max-width: 960px) {
    .my-18-5 {
      margin-top: 12.33395rem !important;
      margin-bottom: 12.33395rem !important; } }

.p-18 {
  padding: 18rem !important; }
  @media (max-width: 960px) {
    .p-18 {
      padding: 12.0006rem !important; } }

.p-18-5 {
  padding: 18.5rem !important; }
  @media (max-width: 960px) {
    .p-18-5 {
      padding: 12.33395rem !important; } }

.pt-18 {
  padding-top: 18rem !important; }
  @media (max-width: 960px) {
    .pt-18 {
      padding-top: 12.0006rem !important; } }

.pt-18-5 {
  padding-top: 18.5rem !important; }
  @media (max-width: 960px) {
    .pt-18-5 {
      padding-top: 12.33395rem !important; } }

.pb-18 {
  padding-bottom: 18rem !important; }
  @media (max-width: 960px) {
    .pb-18 {
      padding-bottom: 12.0006rem !important; } }

.pb-18-5 {
  padding-bottom: 18.5rem !important; }
  @media (max-width: 960px) {
    .pb-18-5 {
      padding-bottom: 12.33395rem !important; } }

.pl-18 {
  padding-left: 18rem !important; }
  @media (max-width: 960px) {
    .pl-18 {
      padding-left: 12.0006rem !important; } }

.pl-18-5 {
  padding-left: 18.5rem !important; }
  @media (max-width: 960px) {
    .pl-18-5 {
      padding-left: 12.33395rem !important; } }

.pr-18 {
  padding-right: 18rem !important; }
  @media (max-width: 960px) {
    .pr-18 {
      padding-right: 12.0006rem !important; } }

.pr-18-5 {
  padding-right: 18.5rem !important; }
  @media (max-width: 960px) {
    .pr-18-5 {
      padding-right: 12.33395rem !important; } }

.px-18 {
  padding-left: 18rem !important;
  padding-right: 18rem !important; }
  @media (max-width: 960px) {
    .px-18 {
      padding-left: 12.0006rem !important;
      padding-right: 12.0006rem !important; } }

.px-18-5 {
  padding-left: 18.5rem !important;
  padding-right: 18.5rem !important; }
  @media (max-width: 960px) {
    .px-18-5 {
      padding-left: 12.33395rem !important;
      padding-right: 12.33395rem !important; } }

.py-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important; }
  @media (max-width: 960px) {
    .py-18 {
      padding-top: 12.0006rem !important;
      padding-bottom: 12.0006rem !important; } }

.py-18-5 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important; }
  @media (max-width: 960px) {
    .py-18-5 {
      padding-top: 12.33395rem !important;
      padding-bottom: 12.33395rem !important; } }

.m-19 {
  margin: 19rem !important; }
  @media (max-width: 960px) {
    .m-19 {
      margin: 12.6673rem !important; } }

.m-19-5 {
  margin: 19.5rem !important; }
  @media (max-width: 960px) {
    .m-19-5 {
      margin: 13.00065rem !important; } }

.mt-19 {
  margin-top: 19rem !important; }
  @media (max-width: 960px) {
    .mt-19 {
      margin-top: 12.6673rem !important; } }

.mt-19-5 {
  margin-top: 19.5rem !important; }
  @media (max-width: 960px) {
    .mt-19-5 {
      margin-top: 13.00065rem !important; } }

.mb-19 {
  margin-bottom: 19rem !important; }
  @media (max-width: 960px) {
    .mb-19 {
      margin-bottom: 12.6673rem !important; } }

.mb-19-5 {
  margin-bottom: 19.5rem !important; }
  @media (max-width: 960px) {
    .mb-19-5 {
      margin-bottom: 13.00065rem !important; } }

.ml-19 {
  margin-left: 19rem !important; }
  @media (max-width: 960px) {
    .ml-19 {
      margin-left: 12.6673rem !important; } }

.ml-19-5 {
  margin-left: 19.5rem !important; }
  @media (max-width: 960px) {
    .ml-19-5 {
      margin-left: 13.00065rem !important; } }

.mr-19 {
  margin-right: 19rem !important; }
  @media (max-width: 960px) {
    .mr-19 {
      margin-right: 12.6673rem !important; } }

.mr-19-5 {
  margin-right: 19.5rem !important; }
  @media (max-width: 960px) {
    .mr-19-5 {
      margin-right: 13.00065rem !important; } }

.mx-19 {
  margin-left: 19rem !important;
  margin-right: 19rem !important; }
  @media (max-width: 960px) {
    .mx-19 {
      margin-left: 12.6673rem !important;
      margin-right: 12.6673rem !important; } }

.mx-19-5 {
  margin-left: 19.5rem !important;
  margin-right: 19.5rem !important; }
  @media (max-width: 960px) {
    .mx-19-5 {
      margin-left: 13.00065rem !important;
      margin-right: 13.00065rem !important; } }

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important; }
  @media (max-width: 960px) {
    .my-19 {
      margin-top: 12.6673rem !important;
      margin-bottom: 12.6673rem !important; } }

.my-19-5 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important; }
  @media (max-width: 960px) {
    .my-19-5 {
      margin-top: 13.00065rem !important;
      margin-bottom: 13.00065rem !important; } }

.p-19 {
  padding: 19rem !important; }
  @media (max-width: 960px) {
    .p-19 {
      padding: 12.6673rem !important; } }

.p-19-5 {
  padding: 19.5rem !important; }
  @media (max-width: 960px) {
    .p-19-5 {
      padding: 13.00065rem !important; } }

.pt-19 {
  padding-top: 19rem !important; }
  @media (max-width: 960px) {
    .pt-19 {
      padding-top: 12.6673rem !important; } }

.pt-19-5 {
  padding-top: 19.5rem !important; }
  @media (max-width: 960px) {
    .pt-19-5 {
      padding-top: 13.00065rem !important; } }

.pb-19 {
  padding-bottom: 19rem !important; }
  @media (max-width: 960px) {
    .pb-19 {
      padding-bottom: 12.6673rem !important; } }

.pb-19-5 {
  padding-bottom: 19.5rem !important; }
  @media (max-width: 960px) {
    .pb-19-5 {
      padding-bottom: 13.00065rem !important; } }

.pl-19 {
  padding-left: 19rem !important; }
  @media (max-width: 960px) {
    .pl-19 {
      padding-left: 12.6673rem !important; } }

.pl-19-5 {
  padding-left: 19.5rem !important; }
  @media (max-width: 960px) {
    .pl-19-5 {
      padding-left: 13.00065rem !important; } }

.pr-19 {
  padding-right: 19rem !important; }
  @media (max-width: 960px) {
    .pr-19 {
      padding-right: 12.6673rem !important; } }

.pr-19-5 {
  padding-right: 19.5rem !important; }
  @media (max-width: 960px) {
    .pr-19-5 {
      padding-right: 13.00065rem !important; } }

.px-19 {
  padding-left: 19rem !important;
  padding-right: 19rem !important; }
  @media (max-width: 960px) {
    .px-19 {
      padding-left: 12.6673rem !important;
      padding-right: 12.6673rem !important; } }

.px-19-5 {
  padding-left: 19.5rem !important;
  padding-right: 19.5rem !important; }
  @media (max-width: 960px) {
    .px-19-5 {
      padding-left: 13.00065rem !important;
      padding-right: 13.00065rem !important; } }

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important; }
  @media (max-width: 960px) {
    .py-19 {
      padding-top: 12.6673rem !important;
      padding-bottom: 12.6673rem !important; } }

.py-19-5 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important; }
  @media (max-width: 960px) {
    .py-19-5 {
      padding-top: 13.00065rem !important;
      padding-bottom: 13.00065rem !important; } }

.m-20 {
  margin: 20rem !important; }
  @media (max-width: 960px) {
    .m-20 {
      margin: 13.334rem !important; } }

.m-20-5 {
  margin: 20.5rem !important; }
  @media (max-width: 960px) {
    .m-20-5 {
      margin: 13.66735rem !important; } }

.mt-20 {
  margin-top: 20rem !important; }
  @media (max-width: 960px) {
    .mt-20 {
      margin-top: 13.334rem !important; } }

.mt-20-5 {
  margin-top: 20.5rem !important; }
  @media (max-width: 960px) {
    .mt-20-5 {
      margin-top: 13.66735rem !important; } }

.mb-20 {
  margin-bottom: 20rem !important; }
  @media (max-width: 960px) {
    .mb-20 {
      margin-bottom: 13.334rem !important; } }

.mb-20-5 {
  margin-bottom: 20.5rem !important; }
  @media (max-width: 960px) {
    .mb-20-5 {
      margin-bottom: 13.66735rem !important; } }

.ml-20 {
  margin-left: 20rem !important; }
  @media (max-width: 960px) {
    .ml-20 {
      margin-left: 13.334rem !important; } }

.ml-20-5 {
  margin-left: 20.5rem !important; }
  @media (max-width: 960px) {
    .ml-20-5 {
      margin-left: 13.66735rem !important; } }

.mr-20 {
  margin-right: 20rem !important; }
  @media (max-width: 960px) {
    .mr-20 {
      margin-right: 13.334rem !important; } }

.mr-20-5 {
  margin-right: 20.5rem !important; }
  @media (max-width: 960px) {
    .mr-20-5 {
      margin-right: 13.66735rem !important; } }

.mx-20 {
  margin-left: 20rem !important;
  margin-right: 20rem !important; }
  @media (max-width: 960px) {
    .mx-20 {
      margin-left: 13.334rem !important;
      margin-right: 13.334rem !important; } }

.mx-20-5 {
  margin-left: 20.5rem !important;
  margin-right: 20.5rem !important; }
  @media (max-width: 960px) {
    .mx-20-5 {
      margin-left: 13.66735rem !important;
      margin-right: 13.66735rem !important; } }

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important; }
  @media (max-width: 960px) {
    .my-20 {
      margin-top: 13.334rem !important;
      margin-bottom: 13.334rem !important; } }

.my-20-5 {
  margin-top: 20.5rem !important;
  margin-bottom: 20.5rem !important; }
  @media (max-width: 960px) {
    .my-20-5 {
      margin-top: 13.66735rem !important;
      margin-bottom: 13.66735rem !important; } }

.p-20 {
  padding: 20rem !important; }
  @media (max-width: 960px) {
    .p-20 {
      padding: 13.334rem !important; } }

.p-20-5 {
  padding: 20.5rem !important; }
  @media (max-width: 960px) {
    .p-20-5 {
      padding: 13.66735rem !important; } }

.pt-20 {
  padding-top: 20rem !important; }
  @media (max-width: 960px) {
    .pt-20 {
      padding-top: 13.334rem !important; } }

.pt-20-5 {
  padding-top: 20.5rem !important; }
  @media (max-width: 960px) {
    .pt-20-5 {
      padding-top: 13.66735rem !important; } }

.pb-20 {
  padding-bottom: 20rem !important; }
  @media (max-width: 960px) {
    .pb-20 {
      padding-bottom: 13.334rem !important; } }

.pb-20-5 {
  padding-bottom: 20.5rem !important; }
  @media (max-width: 960px) {
    .pb-20-5 {
      padding-bottom: 13.66735rem !important; } }

.pl-20 {
  padding-left: 20rem !important; }
  @media (max-width: 960px) {
    .pl-20 {
      padding-left: 13.334rem !important; } }

.pl-20-5 {
  padding-left: 20.5rem !important; }
  @media (max-width: 960px) {
    .pl-20-5 {
      padding-left: 13.66735rem !important; } }

.pr-20 {
  padding-right: 20rem !important; }
  @media (max-width: 960px) {
    .pr-20 {
      padding-right: 13.334rem !important; } }

.pr-20-5 {
  padding-right: 20.5rem !important; }
  @media (max-width: 960px) {
    .pr-20-5 {
      padding-right: 13.66735rem !important; } }

.px-20 {
  padding-left: 20rem !important;
  padding-right: 20rem !important; }
  @media (max-width: 960px) {
    .px-20 {
      padding-left: 13.334rem !important;
      padding-right: 13.334rem !important; } }

.px-20-5 {
  padding-left: 20.5rem !important;
  padding-right: 20.5rem !important; }
  @media (max-width: 960px) {
    .px-20-5 {
      padding-left: 13.66735rem !important;
      padding-right: 13.66735rem !important; } }

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }
  @media (max-width: 960px) {
    .py-20 {
      padding-top: 13.334rem !important;
      padding-bottom: 13.334rem !important; } }

.py-20-5 {
  padding-top: 20.5rem !important;
  padding-bottom: 20.5rem !important; }
  @media (max-width: 960px) {
    .py-20-5 {
      padding-top: 13.66735rem !important;
      padding-bottom: 13.66735rem !important; } }

.m-21 {
  margin: 21rem !important; }
  @media (max-width: 960px) {
    .m-21 {
      margin: 14.0007rem !important; } }

.m-21-5 {
  margin: 21.5rem !important; }
  @media (max-width: 960px) {
    .m-21-5 {
      margin: 14.33405rem !important; } }

.mt-21 {
  margin-top: 21rem !important; }
  @media (max-width: 960px) {
    .mt-21 {
      margin-top: 14.0007rem !important; } }

.mt-21-5 {
  margin-top: 21.5rem !important; }
  @media (max-width: 960px) {
    .mt-21-5 {
      margin-top: 14.33405rem !important; } }

.mb-21 {
  margin-bottom: 21rem !important; }
  @media (max-width: 960px) {
    .mb-21 {
      margin-bottom: 14.0007rem !important; } }

.mb-21-5 {
  margin-bottom: 21.5rem !important; }
  @media (max-width: 960px) {
    .mb-21-5 {
      margin-bottom: 14.33405rem !important; } }

.ml-21 {
  margin-left: 21rem !important; }
  @media (max-width: 960px) {
    .ml-21 {
      margin-left: 14.0007rem !important; } }

.ml-21-5 {
  margin-left: 21.5rem !important; }
  @media (max-width: 960px) {
    .ml-21-5 {
      margin-left: 14.33405rem !important; } }

.mr-21 {
  margin-right: 21rem !important; }
  @media (max-width: 960px) {
    .mr-21 {
      margin-right: 14.0007rem !important; } }

.mr-21-5 {
  margin-right: 21.5rem !important; }
  @media (max-width: 960px) {
    .mr-21-5 {
      margin-right: 14.33405rem !important; } }

.mx-21 {
  margin-left: 21rem !important;
  margin-right: 21rem !important; }
  @media (max-width: 960px) {
    .mx-21 {
      margin-left: 14.0007rem !important;
      margin-right: 14.0007rem !important; } }

.mx-21-5 {
  margin-left: 21.5rem !important;
  margin-right: 21.5rem !important; }
  @media (max-width: 960px) {
    .mx-21-5 {
      margin-left: 14.33405rem !important;
      margin-right: 14.33405rem !important; } }

.my-21 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important; }
  @media (max-width: 960px) {
    .my-21 {
      margin-top: 14.0007rem !important;
      margin-bottom: 14.0007rem !important; } }

.my-21-5 {
  margin-top: 21.5rem !important;
  margin-bottom: 21.5rem !important; }
  @media (max-width: 960px) {
    .my-21-5 {
      margin-top: 14.33405rem !important;
      margin-bottom: 14.33405rem !important; } }

.p-21 {
  padding: 21rem !important; }
  @media (max-width: 960px) {
    .p-21 {
      padding: 14.0007rem !important; } }

.p-21-5 {
  padding: 21.5rem !important; }
  @media (max-width: 960px) {
    .p-21-5 {
      padding: 14.33405rem !important; } }

.pt-21 {
  padding-top: 21rem !important; }
  @media (max-width: 960px) {
    .pt-21 {
      padding-top: 14.0007rem !important; } }

.pt-21-5 {
  padding-top: 21.5rem !important; }
  @media (max-width: 960px) {
    .pt-21-5 {
      padding-top: 14.33405rem !important; } }

.pb-21 {
  padding-bottom: 21rem !important; }
  @media (max-width: 960px) {
    .pb-21 {
      padding-bottom: 14.0007rem !important; } }

.pb-21-5 {
  padding-bottom: 21.5rem !important; }
  @media (max-width: 960px) {
    .pb-21-5 {
      padding-bottom: 14.33405rem !important; } }

.pl-21 {
  padding-left: 21rem !important; }
  @media (max-width: 960px) {
    .pl-21 {
      padding-left: 14.0007rem !important; } }

.pl-21-5 {
  padding-left: 21.5rem !important; }
  @media (max-width: 960px) {
    .pl-21-5 {
      padding-left: 14.33405rem !important; } }

.pr-21 {
  padding-right: 21rem !important; }
  @media (max-width: 960px) {
    .pr-21 {
      padding-right: 14.0007rem !important; } }

.pr-21-5 {
  padding-right: 21.5rem !important; }
  @media (max-width: 960px) {
    .pr-21-5 {
      padding-right: 14.33405rem !important; } }

.px-21 {
  padding-left: 21rem !important;
  padding-right: 21rem !important; }
  @media (max-width: 960px) {
    .px-21 {
      padding-left: 14.0007rem !important;
      padding-right: 14.0007rem !important; } }

.px-21-5 {
  padding-left: 21.5rem !important;
  padding-right: 21.5rem !important; }
  @media (max-width: 960px) {
    .px-21-5 {
      padding-left: 14.33405rem !important;
      padding-right: 14.33405rem !important; } }

.py-21 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important; }
  @media (max-width: 960px) {
    .py-21 {
      padding-top: 14.0007rem !important;
      padding-bottom: 14.0007rem !important; } }

.py-21-5 {
  padding-top: 21.5rem !important;
  padding-bottom: 21.5rem !important; }
  @media (max-width: 960px) {
    .py-21-5 {
      padding-top: 14.33405rem !important;
      padding-bottom: 14.33405rem !important; } }

.m-22 {
  margin: 22rem !important; }
  @media (max-width: 960px) {
    .m-22 {
      margin: 14.6674rem !important; } }

.m-22-5 {
  margin: 22.5rem !important; }
  @media (max-width: 960px) {
    .m-22-5 {
      margin: 15.00075rem !important; } }

.mt-22 {
  margin-top: 22rem !important; }
  @media (max-width: 960px) {
    .mt-22 {
      margin-top: 14.6674rem !important; } }

.mt-22-5 {
  margin-top: 22.5rem !important; }
  @media (max-width: 960px) {
    .mt-22-5 {
      margin-top: 15.00075rem !important; } }

.mb-22 {
  margin-bottom: 22rem !important; }
  @media (max-width: 960px) {
    .mb-22 {
      margin-bottom: 14.6674rem !important; } }

.mb-22-5 {
  margin-bottom: 22.5rem !important; }
  @media (max-width: 960px) {
    .mb-22-5 {
      margin-bottom: 15.00075rem !important; } }

.ml-22 {
  margin-left: 22rem !important; }
  @media (max-width: 960px) {
    .ml-22 {
      margin-left: 14.6674rem !important; } }

.ml-22-5 {
  margin-left: 22.5rem !important; }
  @media (max-width: 960px) {
    .ml-22-5 {
      margin-left: 15.00075rem !important; } }

.mr-22 {
  margin-right: 22rem !important; }
  @media (max-width: 960px) {
    .mr-22 {
      margin-right: 14.6674rem !important; } }

.mr-22-5 {
  margin-right: 22.5rem !important; }
  @media (max-width: 960px) {
    .mr-22-5 {
      margin-right: 15.00075rem !important; } }

.mx-22 {
  margin-left: 22rem !important;
  margin-right: 22rem !important; }
  @media (max-width: 960px) {
    .mx-22 {
      margin-left: 14.6674rem !important;
      margin-right: 14.6674rem !important; } }

.mx-22-5 {
  margin-left: 22.5rem !important;
  margin-right: 22.5rem !important; }
  @media (max-width: 960px) {
    .mx-22-5 {
      margin-left: 15.00075rem !important;
      margin-right: 15.00075rem !important; } }

.my-22 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important; }
  @media (max-width: 960px) {
    .my-22 {
      margin-top: 14.6674rem !important;
      margin-bottom: 14.6674rem !important; } }

.my-22-5 {
  margin-top: 22.5rem !important;
  margin-bottom: 22.5rem !important; }
  @media (max-width: 960px) {
    .my-22-5 {
      margin-top: 15.00075rem !important;
      margin-bottom: 15.00075rem !important; } }

.p-22 {
  padding: 22rem !important; }
  @media (max-width: 960px) {
    .p-22 {
      padding: 14.6674rem !important; } }

.p-22-5 {
  padding: 22.5rem !important; }
  @media (max-width: 960px) {
    .p-22-5 {
      padding: 15.00075rem !important; } }

.pt-22 {
  padding-top: 22rem !important; }
  @media (max-width: 960px) {
    .pt-22 {
      padding-top: 14.6674rem !important; } }

.pt-22-5 {
  padding-top: 22.5rem !important; }
  @media (max-width: 960px) {
    .pt-22-5 {
      padding-top: 15.00075rem !important; } }

.pb-22 {
  padding-bottom: 22rem !important; }
  @media (max-width: 960px) {
    .pb-22 {
      padding-bottom: 14.6674rem !important; } }

.pb-22-5 {
  padding-bottom: 22.5rem !important; }
  @media (max-width: 960px) {
    .pb-22-5 {
      padding-bottom: 15.00075rem !important; } }

.pl-22 {
  padding-left: 22rem !important; }
  @media (max-width: 960px) {
    .pl-22 {
      padding-left: 14.6674rem !important; } }

.pl-22-5 {
  padding-left: 22.5rem !important; }
  @media (max-width: 960px) {
    .pl-22-5 {
      padding-left: 15.00075rem !important; } }

.pr-22 {
  padding-right: 22rem !important; }
  @media (max-width: 960px) {
    .pr-22 {
      padding-right: 14.6674rem !important; } }

.pr-22-5 {
  padding-right: 22.5rem !important; }
  @media (max-width: 960px) {
    .pr-22-5 {
      padding-right: 15.00075rem !important; } }

.px-22 {
  padding-left: 22rem !important;
  padding-right: 22rem !important; }
  @media (max-width: 960px) {
    .px-22 {
      padding-left: 14.6674rem !important;
      padding-right: 14.6674rem !important; } }

.px-22-5 {
  padding-left: 22.5rem !important;
  padding-right: 22.5rem !important; }
  @media (max-width: 960px) {
    .px-22-5 {
      padding-left: 15.00075rem !important;
      padding-right: 15.00075rem !important; } }

.py-22 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important; }
  @media (max-width: 960px) {
    .py-22 {
      padding-top: 14.6674rem !important;
      padding-bottom: 14.6674rem !important; } }

.py-22-5 {
  padding-top: 22.5rem !important;
  padding-bottom: 22.5rem !important; }
  @media (max-width: 960px) {
    .py-22-5 {
      padding-top: 15.00075rem !important;
      padding-bottom: 15.00075rem !important; } }

.m-23 {
  margin: 23rem !important; }
  @media (max-width: 960px) {
    .m-23 {
      margin: 15.3341rem !important; } }

.m-23-5 {
  margin: 23.5rem !important; }
  @media (max-width: 960px) {
    .m-23-5 {
      margin: 15.66745rem !important; } }

.mt-23 {
  margin-top: 23rem !important; }
  @media (max-width: 960px) {
    .mt-23 {
      margin-top: 15.3341rem !important; } }

.mt-23-5 {
  margin-top: 23.5rem !important; }
  @media (max-width: 960px) {
    .mt-23-5 {
      margin-top: 15.66745rem !important; } }

.mb-23 {
  margin-bottom: 23rem !important; }
  @media (max-width: 960px) {
    .mb-23 {
      margin-bottom: 15.3341rem !important; } }

.mb-23-5 {
  margin-bottom: 23.5rem !important; }
  @media (max-width: 960px) {
    .mb-23-5 {
      margin-bottom: 15.66745rem !important; } }

.ml-23 {
  margin-left: 23rem !important; }
  @media (max-width: 960px) {
    .ml-23 {
      margin-left: 15.3341rem !important; } }

.ml-23-5 {
  margin-left: 23.5rem !important; }
  @media (max-width: 960px) {
    .ml-23-5 {
      margin-left: 15.66745rem !important; } }

.mr-23 {
  margin-right: 23rem !important; }
  @media (max-width: 960px) {
    .mr-23 {
      margin-right: 15.3341rem !important; } }

.mr-23-5 {
  margin-right: 23.5rem !important; }
  @media (max-width: 960px) {
    .mr-23-5 {
      margin-right: 15.66745rem !important; } }

.mx-23 {
  margin-left: 23rem !important;
  margin-right: 23rem !important; }
  @media (max-width: 960px) {
    .mx-23 {
      margin-left: 15.3341rem !important;
      margin-right: 15.3341rem !important; } }

.mx-23-5 {
  margin-left: 23.5rem !important;
  margin-right: 23.5rem !important; }
  @media (max-width: 960px) {
    .mx-23-5 {
      margin-left: 15.66745rem !important;
      margin-right: 15.66745rem !important; } }

.my-23 {
  margin-top: 23rem !important;
  margin-bottom: 23rem !important; }
  @media (max-width: 960px) {
    .my-23 {
      margin-top: 15.3341rem !important;
      margin-bottom: 15.3341rem !important; } }

.my-23-5 {
  margin-top: 23.5rem !important;
  margin-bottom: 23.5rem !important; }
  @media (max-width: 960px) {
    .my-23-5 {
      margin-top: 15.66745rem !important;
      margin-bottom: 15.66745rem !important; } }

.p-23 {
  padding: 23rem !important; }
  @media (max-width: 960px) {
    .p-23 {
      padding: 15.3341rem !important; } }

.p-23-5 {
  padding: 23.5rem !important; }
  @media (max-width: 960px) {
    .p-23-5 {
      padding: 15.66745rem !important; } }

.pt-23 {
  padding-top: 23rem !important; }
  @media (max-width: 960px) {
    .pt-23 {
      padding-top: 15.3341rem !important; } }

.pt-23-5 {
  padding-top: 23.5rem !important; }
  @media (max-width: 960px) {
    .pt-23-5 {
      padding-top: 15.66745rem !important; } }

.pb-23 {
  padding-bottom: 23rem !important; }
  @media (max-width: 960px) {
    .pb-23 {
      padding-bottom: 15.3341rem !important; } }

.pb-23-5 {
  padding-bottom: 23.5rem !important; }
  @media (max-width: 960px) {
    .pb-23-5 {
      padding-bottom: 15.66745rem !important; } }

.pl-23 {
  padding-left: 23rem !important; }
  @media (max-width: 960px) {
    .pl-23 {
      padding-left: 15.3341rem !important; } }

.pl-23-5 {
  padding-left: 23.5rem !important; }
  @media (max-width: 960px) {
    .pl-23-5 {
      padding-left: 15.66745rem !important; } }

.pr-23 {
  padding-right: 23rem !important; }
  @media (max-width: 960px) {
    .pr-23 {
      padding-right: 15.3341rem !important; } }

.pr-23-5 {
  padding-right: 23.5rem !important; }
  @media (max-width: 960px) {
    .pr-23-5 {
      padding-right: 15.66745rem !important; } }

.px-23 {
  padding-left: 23rem !important;
  padding-right: 23rem !important; }
  @media (max-width: 960px) {
    .px-23 {
      padding-left: 15.3341rem !important;
      padding-right: 15.3341rem !important; } }

.px-23-5 {
  padding-left: 23.5rem !important;
  padding-right: 23.5rem !important; }
  @media (max-width: 960px) {
    .px-23-5 {
      padding-left: 15.66745rem !important;
      padding-right: 15.66745rem !important; } }

.py-23 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important; }
  @media (max-width: 960px) {
    .py-23 {
      padding-top: 15.3341rem !important;
      padding-bottom: 15.3341rem !important; } }

.py-23-5 {
  padding-top: 23.5rem !important;
  padding-bottom: 23.5rem !important; }
  @media (max-width: 960px) {
    .py-23-5 {
      padding-top: 15.66745rem !important;
      padding-bottom: 15.66745rem !important; } }

.m-24 {
  margin: 24rem !important; }
  @media (max-width: 960px) {
    .m-24 {
      margin: 16.0008rem !important; } }

.m-24-5 {
  margin: 24.5rem !important; }
  @media (max-width: 960px) {
    .m-24-5 {
      margin: 16.33415rem !important; } }

.mt-24 {
  margin-top: 24rem !important; }
  @media (max-width: 960px) {
    .mt-24 {
      margin-top: 16.0008rem !important; } }

.mt-24-5 {
  margin-top: 24.5rem !important; }
  @media (max-width: 960px) {
    .mt-24-5 {
      margin-top: 16.33415rem !important; } }

.mb-24 {
  margin-bottom: 24rem !important; }
  @media (max-width: 960px) {
    .mb-24 {
      margin-bottom: 16.0008rem !important; } }

.mb-24-5 {
  margin-bottom: 24.5rem !important; }
  @media (max-width: 960px) {
    .mb-24-5 {
      margin-bottom: 16.33415rem !important; } }

.ml-24 {
  margin-left: 24rem !important; }
  @media (max-width: 960px) {
    .ml-24 {
      margin-left: 16.0008rem !important; } }

.ml-24-5 {
  margin-left: 24.5rem !important; }
  @media (max-width: 960px) {
    .ml-24-5 {
      margin-left: 16.33415rem !important; } }

.mr-24 {
  margin-right: 24rem !important; }
  @media (max-width: 960px) {
    .mr-24 {
      margin-right: 16.0008rem !important; } }

.mr-24-5 {
  margin-right: 24.5rem !important; }
  @media (max-width: 960px) {
    .mr-24-5 {
      margin-right: 16.33415rem !important; } }

.mx-24 {
  margin-left: 24rem !important;
  margin-right: 24rem !important; }
  @media (max-width: 960px) {
    .mx-24 {
      margin-left: 16.0008rem !important;
      margin-right: 16.0008rem !important; } }

.mx-24-5 {
  margin-left: 24.5rem !important;
  margin-right: 24.5rem !important; }
  @media (max-width: 960px) {
    .mx-24-5 {
      margin-left: 16.33415rem !important;
      margin-right: 16.33415rem !important; } }

.my-24 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important; }
  @media (max-width: 960px) {
    .my-24 {
      margin-top: 16.0008rem !important;
      margin-bottom: 16.0008rem !important; } }

.my-24-5 {
  margin-top: 24.5rem !important;
  margin-bottom: 24.5rem !important; }
  @media (max-width: 960px) {
    .my-24-5 {
      margin-top: 16.33415rem !important;
      margin-bottom: 16.33415rem !important; } }

.p-24 {
  padding: 24rem !important; }
  @media (max-width: 960px) {
    .p-24 {
      padding: 16.0008rem !important; } }

.p-24-5 {
  padding: 24.5rem !important; }
  @media (max-width: 960px) {
    .p-24-5 {
      padding: 16.33415rem !important; } }

.pt-24 {
  padding-top: 24rem !important; }
  @media (max-width: 960px) {
    .pt-24 {
      padding-top: 16.0008rem !important; } }

.pt-24-5 {
  padding-top: 24.5rem !important; }
  @media (max-width: 960px) {
    .pt-24-5 {
      padding-top: 16.33415rem !important; } }

.pb-24 {
  padding-bottom: 24rem !important; }
  @media (max-width: 960px) {
    .pb-24 {
      padding-bottom: 16.0008rem !important; } }

.pb-24-5 {
  padding-bottom: 24.5rem !important; }
  @media (max-width: 960px) {
    .pb-24-5 {
      padding-bottom: 16.33415rem !important; } }

.pl-24 {
  padding-left: 24rem !important; }
  @media (max-width: 960px) {
    .pl-24 {
      padding-left: 16.0008rem !important; } }

.pl-24-5 {
  padding-left: 24.5rem !important; }
  @media (max-width: 960px) {
    .pl-24-5 {
      padding-left: 16.33415rem !important; } }

.pr-24 {
  padding-right: 24rem !important; }
  @media (max-width: 960px) {
    .pr-24 {
      padding-right: 16.0008rem !important; } }

.pr-24-5 {
  padding-right: 24.5rem !important; }
  @media (max-width: 960px) {
    .pr-24-5 {
      padding-right: 16.33415rem !important; } }

.px-24 {
  padding-left: 24rem !important;
  padding-right: 24rem !important; }
  @media (max-width: 960px) {
    .px-24 {
      padding-left: 16.0008rem !important;
      padding-right: 16.0008rem !important; } }

.px-24-5 {
  padding-left: 24.5rem !important;
  padding-right: 24.5rem !important; }
  @media (max-width: 960px) {
    .px-24-5 {
      padding-left: 16.33415rem !important;
      padding-right: 16.33415rem !important; } }

.py-24 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important; }
  @media (max-width: 960px) {
    .py-24 {
      padding-top: 16.0008rem !important;
      padding-bottom: 16.0008rem !important; } }

.py-24-5 {
  padding-top: 24.5rem !important;
  padding-bottom: 24.5rem !important; }
  @media (max-width: 960px) {
    .py-24-5 {
      padding-top: 16.33415rem !important;
      padding-bottom: 16.33415rem !important; } }

.m-25 {
  margin: 25rem !important; }
  @media (max-width: 960px) {
    .m-25 {
      margin: 16.6675rem !important; } }

.m-25-5 {
  margin: 25.5rem !important; }
  @media (max-width: 960px) {
    .m-25-5 {
      margin: 17.00085rem !important; } }

.mt-25 {
  margin-top: 25rem !important; }
  @media (max-width: 960px) {
    .mt-25 {
      margin-top: 16.6675rem !important; } }

.mt-25-5 {
  margin-top: 25.5rem !important; }
  @media (max-width: 960px) {
    .mt-25-5 {
      margin-top: 17.00085rem !important; } }

.mb-25 {
  margin-bottom: 25rem !important; }
  @media (max-width: 960px) {
    .mb-25 {
      margin-bottom: 16.6675rem !important; } }

.mb-25-5 {
  margin-bottom: 25.5rem !important; }
  @media (max-width: 960px) {
    .mb-25-5 {
      margin-bottom: 17.00085rem !important; } }

.ml-25 {
  margin-left: 25rem !important; }
  @media (max-width: 960px) {
    .ml-25 {
      margin-left: 16.6675rem !important; } }

.ml-25-5 {
  margin-left: 25.5rem !important; }
  @media (max-width: 960px) {
    .ml-25-5 {
      margin-left: 17.00085rem !important; } }

.mr-25 {
  margin-right: 25rem !important; }
  @media (max-width: 960px) {
    .mr-25 {
      margin-right: 16.6675rem !important; } }

.mr-25-5 {
  margin-right: 25.5rem !important; }
  @media (max-width: 960px) {
    .mr-25-5 {
      margin-right: 17.00085rem !important; } }

.mx-25 {
  margin-left: 25rem !important;
  margin-right: 25rem !important; }
  @media (max-width: 960px) {
    .mx-25 {
      margin-left: 16.6675rem !important;
      margin-right: 16.6675rem !important; } }

.mx-25-5 {
  margin-left: 25.5rem !important;
  margin-right: 25.5rem !important; }
  @media (max-width: 960px) {
    .mx-25-5 {
      margin-left: 17.00085rem !important;
      margin-right: 17.00085rem !important; } }

.my-25 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important; }
  @media (max-width: 960px) {
    .my-25 {
      margin-top: 16.6675rem !important;
      margin-bottom: 16.6675rem !important; } }

.my-25-5 {
  margin-top: 25.5rem !important;
  margin-bottom: 25.5rem !important; }
  @media (max-width: 960px) {
    .my-25-5 {
      margin-top: 17.00085rem !important;
      margin-bottom: 17.00085rem !important; } }

.p-25 {
  padding: 25rem !important; }
  @media (max-width: 960px) {
    .p-25 {
      padding: 16.6675rem !important; } }

.p-25-5 {
  padding: 25.5rem !important; }
  @media (max-width: 960px) {
    .p-25-5 {
      padding: 17.00085rem !important; } }

.pt-25 {
  padding-top: 25rem !important; }
  @media (max-width: 960px) {
    .pt-25 {
      padding-top: 16.6675rem !important; } }

.pt-25-5 {
  padding-top: 25.5rem !important; }
  @media (max-width: 960px) {
    .pt-25-5 {
      padding-top: 17.00085rem !important; } }

.pb-25 {
  padding-bottom: 25rem !important; }
  @media (max-width: 960px) {
    .pb-25 {
      padding-bottom: 16.6675rem !important; } }

.pb-25-5 {
  padding-bottom: 25.5rem !important; }
  @media (max-width: 960px) {
    .pb-25-5 {
      padding-bottom: 17.00085rem !important; } }

.pl-25 {
  padding-left: 25rem !important; }
  @media (max-width: 960px) {
    .pl-25 {
      padding-left: 16.6675rem !important; } }

.pl-25-5 {
  padding-left: 25.5rem !important; }
  @media (max-width: 960px) {
    .pl-25-5 {
      padding-left: 17.00085rem !important; } }

.pr-25 {
  padding-right: 25rem !important; }
  @media (max-width: 960px) {
    .pr-25 {
      padding-right: 16.6675rem !important; } }

.pr-25-5 {
  padding-right: 25.5rem !important; }
  @media (max-width: 960px) {
    .pr-25-5 {
      padding-right: 17.00085rem !important; } }

.px-25 {
  padding-left: 25rem !important;
  padding-right: 25rem !important; }
  @media (max-width: 960px) {
    .px-25 {
      padding-left: 16.6675rem !important;
      padding-right: 16.6675rem !important; } }

.px-25-5 {
  padding-left: 25.5rem !important;
  padding-right: 25.5rem !important; }
  @media (max-width: 960px) {
    .px-25-5 {
      padding-left: 17.00085rem !important;
      padding-right: 17.00085rem !important; } }

.py-25 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important; }
  @media (max-width: 960px) {
    .py-25 {
      padding-top: 16.6675rem !important;
      padding-bottom: 16.6675rem !important; } }

.py-25-5 {
  padding-top: 25.5rem !important;
  padding-bottom: 25.5rem !important; }
  @media (max-width: 960px) {
    .py-25-5 {
      padding-top: 17.00085rem !important;
      padding-bottom: 17.00085rem !important; } }

.m-26 {
  margin: 26rem !important; }
  @media (max-width: 960px) {
    .m-26 {
      margin: 17.3342rem !important; } }

.m-26-5 {
  margin: 26.5rem !important; }
  @media (max-width: 960px) {
    .m-26-5 {
      margin: 17.66755rem !important; } }

.mt-26 {
  margin-top: 26rem !important; }
  @media (max-width: 960px) {
    .mt-26 {
      margin-top: 17.3342rem !important; } }

.mt-26-5 {
  margin-top: 26.5rem !important; }
  @media (max-width: 960px) {
    .mt-26-5 {
      margin-top: 17.66755rem !important; } }

.mb-26 {
  margin-bottom: 26rem !important; }
  @media (max-width: 960px) {
    .mb-26 {
      margin-bottom: 17.3342rem !important; } }

.mb-26-5 {
  margin-bottom: 26.5rem !important; }
  @media (max-width: 960px) {
    .mb-26-5 {
      margin-bottom: 17.66755rem !important; } }

.ml-26 {
  margin-left: 26rem !important; }
  @media (max-width: 960px) {
    .ml-26 {
      margin-left: 17.3342rem !important; } }

.ml-26-5 {
  margin-left: 26.5rem !important; }
  @media (max-width: 960px) {
    .ml-26-5 {
      margin-left: 17.66755rem !important; } }

.mr-26 {
  margin-right: 26rem !important; }
  @media (max-width: 960px) {
    .mr-26 {
      margin-right: 17.3342rem !important; } }

.mr-26-5 {
  margin-right: 26.5rem !important; }
  @media (max-width: 960px) {
    .mr-26-5 {
      margin-right: 17.66755rem !important; } }

.mx-26 {
  margin-left: 26rem !important;
  margin-right: 26rem !important; }
  @media (max-width: 960px) {
    .mx-26 {
      margin-left: 17.3342rem !important;
      margin-right: 17.3342rem !important; } }

.mx-26-5 {
  margin-left: 26.5rem !important;
  margin-right: 26.5rem !important; }
  @media (max-width: 960px) {
    .mx-26-5 {
      margin-left: 17.66755rem !important;
      margin-right: 17.66755rem !important; } }

.my-26 {
  margin-top: 26rem !important;
  margin-bottom: 26rem !important; }
  @media (max-width: 960px) {
    .my-26 {
      margin-top: 17.3342rem !important;
      margin-bottom: 17.3342rem !important; } }

.my-26-5 {
  margin-top: 26.5rem !important;
  margin-bottom: 26.5rem !important; }
  @media (max-width: 960px) {
    .my-26-5 {
      margin-top: 17.66755rem !important;
      margin-bottom: 17.66755rem !important; } }

.p-26 {
  padding: 26rem !important; }
  @media (max-width: 960px) {
    .p-26 {
      padding: 17.3342rem !important; } }

.p-26-5 {
  padding: 26.5rem !important; }
  @media (max-width: 960px) {
    .p-26-5 {
      padding: 17.66755rem !important; } }

.pt-26 {
  padding-top: 26rem !important; }
  @media (max-width: 960px) {
    .pt-26 {
      padding-top: 17.3342rem !important; } }

.pt-26-5 {
  padding-top: 26.5rem !important; }
  @media (max-width: 960px) {
    .pt-26-5 {
      padding-top: 17.66755rem !important; } }

.pb-26 {
  padding-bottom: 26rem !important; }
  @media (max-width: 960px) {
    .pb-26 {
      padding-bottom: 17.3342rem !important; } }

.pb-26-5 {
  padding-bottom: 26.5rem !important; }
  @media (max-width: 960px) {
    .pb-26-5 {
      padding-bottom: 17.66755rem !important; } }

.pl-26 {
  padding-left: 26rem !important; }
  @media (max-width: 960px) {
    .pl-26 {
      padding-left: 17.3342rem !important; } }

.pl-26-5 {
  padding-left: 26.5rem !important; }
  @media (max-width: 960px) {
    .pl-26-5 {
      padding-left: 17.66755rem !important; } }

.pr-26 {
  padding-right: 26rem !important; }
  @media (max-width: 960px) {
    .pr-26 {
      padding-right: 17.3342rem !important; } }

.pr-26-5 {
  padding-right: 26.5rem !important; }
  @media (max-width: 960px) {
    .pr-26-5 {
      padding-right: 17.66755rem !important; } }

.px-26 {
  padding-left: 26rem !important;
  padding-right: 26rem !important; }
  @media (max-width: 960px) {
    .px-26 {
      padding-left: 17.3342rem !important;
      padding-right: 17.3342rem !important; } }

.px-26-5 {
  padding-left: 26.5rem !important;
  padding-right: 26.5rem !important; }
  @media (max-width: 960px) {
    .px-26-5 {
      padding-left: 17.66755rem !important;
      padding-right: 17.66755rem !important; } }

.py-26 {
  padding-top: 26rem !important;
  padding-bottom: 26rem !important; }
  @media (max-width: 960px) {
    .py-26 {
      padding-top: 17.3342rem !important;
      padding-bottom: 17.3342rem !important; } }

.py-26-5 {
  padding-top: 26.5rem !important;
  padding-bottom: 26.5rem !important; }
  @media (max-width: 960px) {
    .py-26-5 {
      padding-top: 17.66755rem !important;
      padding-bottom: 17.66755rem !important; } }

.m-27 {
  margin: 27rem !important; }
  @media (max-width: 960px) {
    .m-27 {
      margin: 18.0009rem !important; } }

.m-27-5 {
  margin: 27.5rem !important; }
  @media (max-width: 960px) {
    .m-27-5 {
      margin: 18.33425rem !important; } }

.mt-27 {
  margin-top: 27rem !important; }
  @media (max-width: 960px) {
    .mt-27 {
      margin-top: 18.0009rem !important; } }

.mt-27-5 {
  margin-top: 27.5rem !important; }
  @media (max-width: 960px) {
    .mt-27-5 {
      margin-top: 18.33425rem !important; } }

.mb-27 {
  margin-bottom: 27rem !important; }
  @media (max-width: 960px) {
    .mb-27 {
      margin-bottom: 18.0009rem !important; } }

.mb-27-5 {
  margin-bottom: 27.5rem !important; }
  @media (max-width: 960px) {
    .mb-27-5 {
      margin-bottom: 18.33425rem !important; } }

.ml-27 {
  margin-left: 27rem !important; }
  @media (max-width: 960px) {
    .ml-27 {
      margin-left: 18.0009rem !important; } }

.ml-27-5 {
  margin-left: 27.5rem !important; }
  @media (max-width: 960px) {
    .ml-27-5 {
      margin-left: 18.33425rem !important; } }

.mr-27 {
  margin-right: 27rem !important; }
  @media (max-width: 960px) {
    .mr-27 {
      margin-right: 18.0009rem !important; } }

.mr-27-5 {
  margin-right: 27.5rem !important; }
  @media (max-width: 960px) {
    .mr-27-5 {
      margin-right: 18.33425rem !important; } }

.mx-27 {
  margin-left: 27rem !important;
  margin-right: 27rem !important; }
  @media (max-width: 960px) {
    .mx-27 {
      margin-left: 18.0009rem !important;
      margin-right: 18.0009rem !important; } }

.mx-27-5 {
  margin-left: 27.5rem !important;
  margin-right: 27.5rem !important; }
  @media (max-width: 960px) {
    .mx-27-5 {
      margin-left: 18.33425rem !important;
      margin-right: 18.33425rem !important; } }

.my-27 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important; }
  @media (max-width: 960px) {
    .my-27 {
      margin-top: 18.0009rem !important;
      margin-bottom: 18.0009rem !important; } }

.my-27-5 {
  margin-top: 27.5rem !important;
  margin-bottom: 27.5rem !important; }
  @media (max-width: 960px) {
    .my-27-5 {
      margin-top: 18.33425rem !important;
      margin-bottom: 18.33425rem !important; } }

.p-27 {
  padding: 27rem !important; }
  @media (max-width: 960px) {
    .p-27 {
      padding: 18.0009rem !important; } }

.p-27-5 {
  padding: 27.5rem !important; }
  @media (max-width: 960px) {
    .p-27-5 {
      padding: 18.33425rem !important; } }

.pt-27 {
  padding-top: 27rem !important; }
  @media (max-width: 960px) {
    .pt-27 {
      padding-top: 18.0009rem !important; } }

.pt-27-5 {
  padding-top: 27.5rem !important; }
  @media (max-width: 960px) {
    .pt-27-5 {
      padding-top: 18.33425rem !important; } }

.pb-27 {
  padding-bottom: 27rem !important; }
  @media (max-width: 960px) {
    .pb-27 {
      padding-bottom: 18.0009rem !important; } }

.pb-27-5 {
  padding-bottom: 27.5rem !important; }
  @media (max-width: 960px) {
    .pb-27-5 {
      padding-bottom: 18.33425rem !important; } }

.pl-27 {
  padding-left: 27rem !important; }
  @media (max-width: 960px) {
    .pl-27 {
      padding-left: 18.0009rem !important; } }

.pl-27-5 {
  padding-left: 27.5rem !important; }
  @media (max-width: 960px) {
    .pl-27-5 {
      padding-left: 18.33425rem !important; } }

.pr-27 {
  padding-right: 27rem !important; }
  @media (max-width: 960px) {
    .pr-27 {
      padding-right: 18.0009rem !important; } }

.pr-27-5 {
  padding-right: 27.5rem !important; }
  @media (max-width: 960px) {
    .pr-27-5 {
      padding-right: 18.33425rem !important; } }

.px-27 {
  padding-left: 27rem !important;
  padding-right: 27rem !important; }
  @media (max-width: 960px) {
    .px-27 {
      padding-left: 18.0009rem !important;
      padding-right: 18.0009rem !important; } }

.px-27-5 {
  padding-left: 27.5rem !important;
  padding-right: 27.5rem !important; }
  @media (max-width: 960px) {
    .px-27-5 {
      padding-left: 18.33425rem !important;
      padding-right: 18.33425rem !important; } }

.py-27 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important; }
  @media (max-width: 960px) {
    .py-27 {
      padding-top: 18.0009rem !important;
      padding-bottom: 18.0009rem !important; } }

.py-27-5 {
  padding-top: 27.5rem !important;
  padding-bottom: 27.5rem !important; }
  @media (max-width: 960px) {
    .py-27-5 {
      padding-top: 18.33425rem !important;
      padding-bottom: 18.33425rem !important; } }

.m-28 {
  margin: 28rem !important; }
  @media (max-width: 960px) {
    .m-28 {
      margin: 18.6676rem !important; } }

.m-28-5 {
  margin: 28.5rem !important; }
  @media (max-width: 960px) {
    .m-28-5 {
      margin: 19.00095rem !important; } }

.mt-28 {
  margin-top: 28rem !important; }
  @media (max-width: 960px) {
    .mt-28 {
      margin-top: 18.6676rem !important; } }

.mt-28-5 {
  margin-top: 28.5rem !important; }
  @media (max-width: 960px) {
    .mt-28-5 {
      margin-top: 19.00095rem !important; } }

.mb-28 {
  margin-bottom: 28rem !important; }
  @media (max-width: 960px) {
    .mb-28 {
      margin-bottom: 18.6676rem !important; } }

.mb-28-5 {
  margin-bottom: 28.5rem !important; }
  @media (max-width: 960px) {
    .mb-28-5 {
      margin-bottom: 19.00095rem !important; } }

.ml-28 {
  margin-left: 28rem !important; }
  @media (max-width: 960px) {
    .ml-28 {
      margin-left: 18.6676rem !important; } }

.ml-28-5 {
  margin-left: 28.5rem !important; }
  @media (max-width: 960px) {
    .ml-28-5 {
      margin-left: 19.00095rem !important; } }

.mr-28 {
  margin-right: 28rem !important; }
  @media (max-width: 960px) {
    .mr-28 {
      margin-right: 18.6676rem !important; } }

.mr-28-5 {
  margin-right: 28.5rem !important; }
  @media (max-width: 960px) {
    .mr-28-5 {
      margin-right: 19.00095rem !important; } }

.mx-28 {
  margin-left: 28rem !important;
  margin-right: 28rem !important; }
  @media (max-width: 960px) {
    .mx-28 {
      margin-left: 18.6676rem !important;
      margin-right: 18.6676rem !important; } }

.mx-28-5 {
  margin-left: 28.5rem !important;
  margin-right: 28.5rem !important; }
  @media (max-width: 960px) {
    .mx-28-5 {
      margin-left: 19.00095rem !important;
      margin-right: 19.00095rem !important; } }

.my-28 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important; }
  @media (max-width: 960px) {
    .my-28 {
      margin-top: 18.6676rem !important;
      margin-bottom: 18.6676rem !important; } }

.my-28-5 {
  margin-top: 28.5rem !important;
  margin-bottom: 28.5rem !important; }
  @media (max-width: 960px) {
    .my-28-5 {
      margin-top: 19.00095rem !important;
      margin-bottom: 19.00095rem !important; } }

.p-28 {
  padding: 28rem !important; }
  @media (max-width: 960px) {
    .p-28 {
      padding: 18.6676rem !important; } }

.p-28-5 {
  padding: 28.5rem !important; }
  @media (max-width: 960px) {
    .p-28-5 {
      padding: 19.00095rem !important; } }

.pt-28 {
  padding-top: 28rem !important; }
  @media (max-width: 960px) {
    .pt-28 {
      padding-top: 18.6676rem !important; } }

.pt-28-5 {
  padding-top: 28.5rem !important; }
  @media (max-width: 960px) {
    .pt-28-5 {
      padding-top: 19.00095rem !important; } }

.pb-28 {
  padding-bottom: 28rem !important; }
  @media (max-width: 960px) {
    .pb-28 {
      padding-bottom: 18.6676rem !important; } }

.pb-28-5 {
  padding-bottom: 28.5rem !important; }
  @media (max-width: 960px) {
    .pb-28-5 {
      padding-bottom: 19.00095rem !important; } }

.pl-28 {
  padding-left: 28rem !important; }
  @media (max-width: 960px) {
    .pl-28 {
      padding-left: 18.6676rem !important; } }

.pl-28-5 {
  padding-left: 28.5rem !important; }
  @media (max-width: 960px) {
    .pl-28-5 {
      padding-left: 19.00095rem !important; } }

.pr-28 {
  padding-right: 28rem !important; }
  @media (max-width: 960px) {
    .pr-28 {
      padding-right: 18.6676rem !important; } }

.pr-28-5 {
  padding-right: 28.5rem !important; }
  @media (max-width: 960px) {
    .pr-28-5 {
      padding-right: 19.00095rem !important; } }

.px-28 {
  padding-left: 28rem !important;
  padding-right: 28rem !important; }
  @media (max-width: 960px) {
    .px-28 {
      padding-left: 18.6676rem !important;
      padding-right: 18.6676rem !important; } }

.px-28-5 {
  padding-left: 28.5rem !important;
  padding-right: 28.5rem !important; }
  @media (max-width: 960px) {
    .px-28-5 {
      padding-left: 19.00095rem !important;
      padding-right: 19.00095rem !important; } }

.py-28 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important; }
  @media (max-width: 960px) {
    .py-28 {
      padding-top: 18.6676rem !important;
      padding-bottom: 18.6676rem !important; } }

.py-28-5 {
  padding-top: 28.5rem !important;
  padding-bottom: 28.5rem !important; }
  @media (max-width: 960px) {
    .py-28-5 {
      padding-top: 19.00095rem !important;
      padding-bottom: 19.00095rem !important; } }

.m-29 {
  margin: 29rem !important; }
  @media (max-width: 960px) {
    .m-29 {
      margin: 19.3343rem !important; } }

.m-29-5 {
  margin: 29.5rem !important; }
  @media (max-width: 960px) {
    .m-29-5 {
      margin: 19.66765rem !important; } }

.mt-29 {
  margin-top: 29rem !important; }
  @media (max-width: 960px) {
    .mt-29 {
      margin-top: 19.3343rem !important; } }

.mt-29-5 {
  margin-top: 29.5rem !important; }
  @media (max-width: 960px) {
    .mt-29-5 {
      margin-top: 19.66765rem !important; } }

.mb-29 {
  margin-bottom: 29rem !important; }
  @media (max-width: 960px) {
    .mb-29 {
      margin-bottom: 19.3343rem !important; } }

.mb-29-5 {
  margin-bottom: 29.5rem !important; }
  @media (max-width: 960px) {
    .mb-29-5 {
      margin-bottom: 19.66765rem !important; } }

.ml-29 {
  margin-left: 29rem !important; }
  @media (max-width: 960px) {
    .ml-29 {
      margin-left: 19.3343rem !important; } }

.ml-29-5 {
  margin-left: 29.5rem !important; }
  @media (max-width: 960px) {
    .ml-29-5 {
      margin-left: 19.66765rem !important; } }

.mr-29 {
  margin-right: 29rem !important; }
  @media (max-width: 960px) {
    .mr-29 {
      margin-right: 19.3343rem !important; } }

.mr-29-5 {
  margin-right: 29.5rem !important; }
  @media (max-width: 960px) {
    .mr-29-5 {
      margin-right: 19.66765rem !important; } }

.mx-29 {
  margin-left: 29rem !important;
  margin-right: 29rem !important; }
  @media (max-width: 960px) {
    .mx-29 {
      margin-left: 19.3343rem !important;
      margin-right: 19.3343rem !important; } }

.mx-29-5 {
  margin-left: 29.5rem !important;
  margin-right: 29.5rem !important; }
  @media (max-width: 960px) {
    .mx-29-5 {
      margin-left: 19.66765rem !important;
      margin-right: 19.66765rem !important; } }

.my-29 {
  margin-top: 29rem !important;
  margin-bottom: 29rem !important; }
  @media (max-width: 960px) {
    .my-29 {
      margin-top: 19.3343rem !important;
      margin-bottom: 19.3343rem !important; } }

.my-29-5 {
  margin-top: 29.5rem !important;
  margin-bottom: 29.5rem !important; }
  @media (max-width: 960px) {
    .my-29-5 {
      margin-top: 19.66765rem !important;
      margin-bottom: 19.66765rem !important; } }

.p-29 {
  padding: 29rem !important; }
  @media (max-width: 960px) {
    .p-29 {
      padding: 19.3343rem !important; } }

.p-29-5 {
  padding: 29.5rem !important; }
  @media (max-width: 960px) {
    .p-29-5 {
      padding: 19.66765rem !important; } }

.pt-29 {
  padding-top: 29rem !important; }
  @media (max-width: 960px) {
    .pt-29 {
      padding-top: 19.3343rem !important; } }

.pt-29-5 {
  padding-top: 29.5rem !important; }
  @media (max-width: 960px) {
    .pt-29-5 {
      padding-top: 19.66765rem !important; } }

.pb-29 {
  padding-bottom: 29rem !important; }
  @media (max-width: 960px) {
    .pb-29 {
      padding-bottom: 19.3343rem !important; } }

.pb-29-5 {
  padding-bottom: 29.5rem !important; }
  @media (max-width: 960px) {
    .pb-29-5 {
      padding-bottom: 19.66765rem !important; } }

.pl-29 {
  padding-left: 29rem !important; }
  @media (max-width: 960px) {
    .pl-29 {
      padding-left: 19.3343rem !important; } }

.pl-29-5 {
  padding-left: 29.5rem !important; }
  @media (max-width: 960px) {
    .pl-29-5 {
      padding-left: 19.66765rem !important; } }

.pr-29 {
  padding-right: 29rem !important; }
  @media (max-width: 960px) {
    .pr-29 {
      padding-right: 19.3343rem !important; } }

.pr-29-5 {
  padding-right: 29.5rem !important; }
  @media (max-width: 960px) {
    .pr-29-5 {
      padding-right: 19.66765rem !important; } }

.px-29 {
  padding-left: 29rem !important;
  padding-right: 29rem !important; }
  @media (max-width: 960px) {
    .px-29 {
      padding-left: 19.3343rem !important;
      padding-right: 19.3343rem !important; } }

.px-29-5 {
  padding-left: 29.5rem !important;
  padding-right: 29.5rem !important; }
  @media (max-width: 960px) {
    .px-29-5 {
      padding-left: 19.66765rem !important;
      padding-right: 19.66765rem !important; } }

.py-29 {
  padding-top: 29rem !important;
  padding-bottom: 29rem !important; }
  @media (max-width: 960px) {
    .py-29 {
      padding-top: 19.3343rem !important;
      padding-bottom: 19.3343rem !important; } }

.py-29-5 {
  padding-top: 29.5rem !important;
  padding-bottom: 29.5rem !important; }
  @media (max-width: 960px) {
    .py-29-5 {
      padding-top: 19.66765rem !important;
      padding-bottom: 19.66765rem !important; } }

.m-30 {
  margin: 30rem !important; }
  @media (max-width: 960px) {
    .m-30 {
      margin: 20.001rem !important; } }

.m-30-5 {
  margin: 30.5rem !important; }
  @media (max-width: 960px) {
    .m-30-5 {
      margin: 20.33435rem !important; } }

.mt-30 {
  margin-top: 30rem !important; }
  @media (max-width: 960px) {
    .mt-30 {
      margin-top: 20.001rem !important; } }

.mt-30-5 {
  margin-top: 30.5rem !important; }
  @media (max-width: 960px) {
    .mt-30-5 {
      margin-top: 20.33435rem !important; } }

.mb-30 {
  margin-bottom: 30rem !important; }
  @media (max-width: 960px) {
    .mb-30 {
      margin-bottom: 20.001rem !important; } }

.mb-30-5 {
  margin-bottom: 30.5rem !important; }
  @media (max-width: 960px) {
    .mb-30-5 {
      margin-bottom: 20.33435rem !important; } }

.ml-30 {
  margin-left: 30rem !important; }
  @media (max-width: 960px) {
    .ml-30 {
      margin-left: 20.001rem !important; } }

.ml-30-5 {
  margin-left: 30.5rem !important; }
  @media (max-width: 960px) {
    .ml-30-5 {
      margin-left: 20.33435rem !important; } }

.mr-30 {
  margin-right: 30rem !important; }
  @media (max-width: 960px) {
    .mr-30 {
      margin-right: 20.001rem !important; } }

.mr-30-5 {
  margin-right: 30.5rem !important; }
  @media (max-width: 960px) {
    .mr-30-5 {
      margin-right: 20.33435rem !important; } }

.mx-30 {
  margin-left: 30rem !important;
  margin-right: 30rem !important; }
  @media (max-width: 960px) {
    .mx-30 {
      margin-left: 20.001rem !important;
      margin-right: 20.001rem !important; } }

.mx-30-5 {
  margin-left: 30.5rem !important;
  margin-right: 30.5rem !important; }
  @media (max-width: 960px) {
    .mx-30-5 {
      margin-left: 20.33435rem !important;
      margin-right: 20.33435rem !important; } }

.my-30 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important; }
  @media (max-width: 960px) {
    .my-30 {
      margin-top: 20.001rem !important;
      margin-bottom: 20.001rem !important; } }

.my-30-5 {
  margin-top: 30.5rem !important;
  margin-bottom: 30.5rem !important; }
  @media (max-width: 960px) {
    .my-30-5 {
      margin-top: 20.33435rem !important;
      margin-bottom: 20.33435rem !important; } }

.p-30 {
  padding: 30rem !important; }
  @media (max-width: 960px) {
    .p-30 {
      padding: 20.001rem !important; } }

.p-30-5 {
  padding: 30.5rem !important; }
  @media (max-width: 960px) {
    .p-30-5 {
      padding: 20.33435rem !important; } }

.pt-30 {
  padding-top: 30rem !important; }
  @media (max-width: 960px) {
    .pt-30 {
      padding-top: 20.001rem !important; } }

.pt-30-5 {
  padding-top: 30.5rem !important; }
  @media (max-width: 960px) {
    .pt-30-5 {
      padding-top: 20.33435rem !important; } }

.pb-30 {
  padding-bottom: 30rem !important; }
  @media (max-width: 960px) {
    .pb-30 {
      padding-bottom: 20.001rem !important; } }

.pb-30-5 {
  padding-bottom: 30.5rem !important; }
  @media (max-width: 960px) {
    .pb-30-5 {
      padding-bottom: 20.33435rem !important; } }

.pl-30 {
  padding-left: 30rem !important; }
  @media (max-width: 960px) {
    .pl-30 {
      padding-left: 20.001rem !important; } }

.pl-30-5 {
  padding-left: 30.5rem !important; }
  @media (max-width: 960px) {
    .pl-30-5 {
      padding-left: 20.33435rem !important; } }

.pr-30 {
  padding-right: 30rem !important; }
  @media (max-width: 960px) {
    .pr-30 {
      padding-right: 20.001rem !important; } }

.pr-30-5 {
  padding-right: 30.5rem !important; }
  @media (max-width: 960px) {
    .pr-30-5 {
      padding-right: 20.33435rem !important; } }

.px-30 {
  padding-left: 30rem !important;
  padding-right: 30rem !important; }
  @media (max-width: 960px) {
    .px-30 {
      padding-left: 20.001rem !important;
      padding-right: 20.001rem !important; } }

.px-30-5 {
  padding-left: 30.5rem !important;
  padding-right: 30.5rem !important; }
  @media (max-width: 960px) {
    .px-30-5 {
      padding-left: 20.33435rem !important;
      padding-right: 20.33435rem !important; } }

.py-30 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important; }
  @media (max-width: 960px) {
    .py-30 {
      padding-top: 20.001rem !important;
      padding-bottom: 20.001rem !important; } }

.py-30-5 {
  padding-top: 30.5rem !important;
  padding-bottom: 30.5rem !important; }
  @media (max-width: 960px) {
    .py-30-5 {
      padding-top: 20.33435rem !important;
      padding-bottom: 20.33435rem !important; } }

.m-31 {
  margin: 31rem !important; }
  @media (max-width: 960px) {
    .m-31 {
      margin: 20.6677rem !important; } }

.m-31-5 {
  margin: 31.5rem !important; }
  @media (max-width: 960px) {
    .m-31-5 {
      margin: 21.00105rem !important; } }

.mt-31 {
  margin-top: 31rem !important; }
  @media (max-width: 960px) {
    .mt-31 {
      margin-top: 20.6677rem !important; } }

.mt-31-5 {
  margin-top: 31.5rem !important; }
  @media (max-width: 960px) {
    .mt-31-5 {
      margin-top: 21.00105rem !important; } }

.mb-31 {
  margin-bottom: 31rem !important; }
  @media (max-width: 960px) {
    .mb-31 {
      margin-bottom: 20.6677rem !important; } }

.mb-31-5 {
  margin-bottom: 31.5rem !important; }
  @media (max-width: 960px) {
    .mb-31-5 {
      margin-bottom: 21.00105rem !important; } }

.ml-31 {
  margin-left: 31rem !important; }
  @media (max-width: 960px) {
    .ml-31 {
      margin-left: 20.6677rem !important; } }

.ml-31-5 {
  margin-left: 31.5rem !important; }
  @media (max-width: 960px) {
    .ml-31-5 {
      margin-left: 21.00105rem !important; } }

.mr-31 {
  margin-right: 31rem !important; }
  @media (max-width: 960px) {
    .mr-31 {
      margin-right: 20.6677rem !important; } }

.mr-31-5 {
  margin-right: 31.5rem !important; }
  @media (max-width: 960px) {
    .mr-31-5 {
      margin-right: 21.00105rem !important; } }

.mx-31 {
  margin-left: 31rem !important;
  margin-right: 31rem !important; }
  @media (max-width: 960px) {
    .mx-31 {
      margin-left: 20.6677rem !important;
      margin-right: 20.6677rem !important; } }

.mx-31-5 {
  margin-left: 31.5rem !important;
  margin-right: 31.5rem !important; }
  @media (max-width: 960px) {
    .mx-31-5 {
      margin-left: 21.00105rem !important;
      margin-right: 21.00105rem !important; } }

.my-31 {
  margin-top: 31rem !important;
  margin-bottom: 31rem !important; }
  @media (max-width: 960px) {
    .my-31 {
      margin-top: 20.6677rem !important;
      margin-bottom: 20.6677rem !important; } }

.my-31-5 {
  margin-top: 31.5rem !important;
  margin-bottom: 31.5rem !important; }
  @media (max-width: 960px) {
    .my-31-5 {
      margin-top: 21.00105rem !important;
      margin-bottom: 21.00105rem !important; } }

.p-31 {
  padding: 31rem !important; }
  @media (max-width: 960px) {
    .p-31 {
      padding: 20.6677rem !important; } }

.p-31-5 {
  padding: 31.5rem !important; }
  @media (max-width: 960px) {
    .p-31-5 {
      padding: 21.00105rem !important; } }

.pt-31 {
  padding-top: 31rem !important; }
  @media (max-width: 960px) {
    .pt-31 {
      padding-top: 20.6677rem !important; } }

.pt-31-5 {
  padding-top: 31.5rem !important; }
  @media (max-width: 960px) {
    .pt-31-5 {
      padding-top: 21.00105rem !important; } }

.pb-31 {
  padding-bottom: 31rem !important; }
  @media (max-width: 960px) {
    .pb-31 {
      padding-bottom: 20.6677rem !important; } }

.pb-31-5 {
  padding-bottom: 31.5rem !important; }
  @media (max-width: 960px) {
    .pb-31-5 {
      padding-bottom: 21.00105rem !important; } }

.pl-31 {
  padding-left: 31rem !important; }
  @media (max-width: 960px) {
    .pl-31 {
      padding-left: 20.6677rem !important; } }

.pl-31-5 {
  padding-left: 31.5rem !important; }
  @media (max-width: 960px) {
    .pl-31-5 {
      padding-left: 21.00105rem !important; } }

.pr-31 {
  padding-right: 31rem !important; }
  @media (max-width: 960px) {
    .pr-31 {
      padding-right: 20.6677rem !important; } }

.pr-31-5 {
  padding-right: 31.5rem !important; }
  @media (max-width: 960px) {
    .pr-31-5 {
      padding-right: 21.00105rem !important; } }

.px-31 {
  padding-left: 31rem !important;
  padding-right: 31rem !important; }
  @media (max-width: 960px) {
    .px-31 {
      padding-left: 20.6677rem !important;
      padding-right: 20.6677rem !important; } }

.px-31-5 {
  padding-left: 31.5rem !important;
  padding-right: 31.5rem !important; }
  @media (max-width: 960px) {
    .px-31-5 {
      padding-left: 21.00105rem !important;
      padding-right: 21.00105rem !important; } }

.py-31 {
  padding-top: 31rem !important;
  padding-bottom: 31rem !important; }
  @media (max-width: 960px) {
    .py-31 {
      padding-top: 20.6677rem !important;
      padding-bottom: 20.6677rem !important; } }

.py-31-5 {
  padding-top: 31.5rem !important;
  padding-bottom: 31.5rem !important; }
  @media (max-width: 960px) {
    .py-31-5 {
      padding-top: 21.00105rem !important;
      padding-bottom: 21.00105rem !important; } }

.m-32 {
  margin: 32rem !important; }
  @media (max-width: 960px) {
    .m-32 {
      margin: 21.3344rem !important; } }

.m-32-5 {
  margin: 32.5rem !important; }
  @media (max-width: 960px) {
    .m-32-5 {
      margin: 21.66775rem !important; } }

.mt-32 {
  margin-top: 32rem !important; }
  @media (max-width: 960px) {
    .mt-32 {
      margin-top: 21.3344rem !important; } }

.mt-32-5 {
  margin-top: 32.5rem !important; }
  @media (max-width: 960px) {
    .mt-32-5 {
      margin-top: 21.66775rem !important; } }

.mb-32 {
  margin-bottom: 32rem !important; }
  @media (max-width: 960px) {
    .mb-32 {
      margin-bottom: 21.3344rem !important; } }

.mb-32-5 {
  margin-bottom: 32.5rem !important; }
  @media (max-width: 960px) {
    .mb-32-5 {
      margin-bottom: 21.66775rem !important; } }

.ml-32 {
  margin-left: 32rem !important; }
  @media (max-width: 960px) {
    .ml-32 {
      margin-left: 21.3344rem !important; } }

.ml-32-5 {
  margin-left: 32.5rem !important; }
  @media (max-width: 960px) {
    .ml-32-5 {
      margin-left: 21.66775rem !important; } }

.mr-32 {
  margin-right: 32rem !important; }
  @media (max-width: 960px) {
    .mr-32 {
      margin-right: 21.3344rem !important; } }

.mr-32-5 {
  margin-right: 32.5rem !important; }
  @media (max-width: 960px) {
    .mr-32-5 {
      margin-right: 21.66775rem !important; } }

.mx-32 {
  margin-left: 32rem !important;
  margin-right: 32rem !important; }
  @media (max-width: 960px) {
    .mx-32 {
      margin-left: 21.3344rem !important;
      margin-right: 21.3344rem !important; } }

.mx-32-5 {
  margin-left: 32.5rem !important;
  margin-right: 32.5rem !important; }
  @media (max-width: 960px) {
    .mx-32-5 {
      margin-left: 21.66775rem !important;
      margin-right: 21.66775rem !important; } }

.my-32 {
  margin-top: 32rem !important;
  margin-bottom: 32rem !important; }
  @media (max-width: 960px) {
    .my-32 {
      margin-top: 21.3344rem !important;
      margin-bottom: 21.3344rem !important; } }

.my-32-5 {
  margin-top: 32.5rem !important;
  margin-bottom: 32.5rem !important; }
  @media (max-width: 960px) {
    .my-32-5 {
      margin-top: 21.66775rem !important;
      margin-bottom: 21.66775rem !important; } }

.p-32 {
  padding: 32rem !important; }
  @media (max-width: 960px) {
    .p-32 {
      padding: 21.3344rem !important; } }

.p-32-5 {
  padding: 32.5rem !important; }
  @media (max-width: 960px) {
    .p-32-5 {
      padding: 21.66775rem !important; } }

.pt-32 {
  padding-top: 32rem !important; }
  @media (max-width: 960px) {
    .pt-32 {
      padding-top: 21.3344rem !important; } }

.pt-32-5 {
  padding-top: 32.5rem !important; }
  @media (max-width: 960px) {
    .pt-32-5 {
      padding-top: 21.66775rem !important; } }

.pb-32 {
  padding-bottom: 32rem !important; }
  @media (max-width: 960px) {
    .pb-32 {
      padding-bottom: 21.3344rem !important; } }

.pb-32-5 {
  padding-bottom: 32.5rem !important; }
  @media (max-width: 960px) {
    .pb-32-5 {
      padding-bottom: 21.66775rem !important; } }

.pl-32 {
  padding-left: 32rem !important; }
  @media (max-width: 960px) {
    .pl-32 {
      padding-left: 21.3344rem !important; } }

.pl-32-5 {
  padding-left: 32.5rem !important; }
  @media (max-width: 960px) {
    .pl-32-5 {
      padding-left: 21.66775rem !important; } }

.pr-32 {
  padding-right: 32rem !important; }
  @media (max-width: 960px) {
    .pr-32 {
      padding-right: 21.3344rem !important; } }

.pr-32-5 {
  padding-right: 32.5rem !important; }
  @media (max-width: 960px) {
    .pr-32-5 {
      padding-right: 21.66775rem !important; } }

.px-32 {
  padding-left: 32rem !important;
  padding-right: 32rem !important; }
  @media (max-width: 960px) {
    .px-32 {
      padding-left: 21.3344rem !important;
      padding-right: 21.3344rem !important; } }

.px-32-5 {
  padding-left: 32.5rem !important;
  padding-right: 32.5rem !important; }
  @media (max-width: 960px) {
    .px-32-5 {
      padding-left: 21.66775rem !important;
      padding-right: 21.66775rem !important; } }

.py-32 {
  padding-top: 32rem !important;
  padding-bottom: 32rem !important; }
  @media (max-width: 960px) {
    .py-32 {
      padding-top: 21.3344rem !important;
      padding-bottom: 21.3344rem !important; } }

.py-32-5 {
  padding-top: 32.5rem !important;
  padding-bottom: 32.5rem !important; }
  @media (max-width: 960px) {
    .py-32-5 {
      padding-top: 21.66775rem !important;
      padding-bottom: 21.66775rem !important; } }

.m-33 {
  margin: 33rem !important; }
  @media (max-width: 960px) {
    .m-33 {
      margin: 22.0011rem !important; } }

.m-33-5 {
  margin: 33.5rem !important; }
  @media (max-width: 960px) {
    .m-33-5 {
      margin: 22.33445rem !important; } }

.mt-33 {
  margin-top: 33rem !important; }
  @media (max-width: 960px) {
    .mt-33 {
      margin-top: 22.0011rem !important; } }

.mt-33-5 {
  margin-top: 33.5rem !important; }
  @media (max-width: 960px) {
    .mt-33-5 {
      margin-top: 22.33445rem !important; } }

.mb-33 {
  margin-bottom: 33rem !important; }
  @media (max-width: 960px) {
    .mb-33 {
      margin-bottom: 22.0011rem !important; } }

.mb-33-5 {
  margin-bottom: 33.5rem !important; }
  @media (max-width: 960px) {
    .mb-33-5 {
      margin-bottom: 22.33445rem !important; } }

.ml-33 {
  margin-left: 33rem !important; }
  @media (max-width: 960px) {
    .ml-33 {
      margin-left: 22.0011rem !important; } }

.ml-33-5 {
  margin-left: 33.5rem !important; }
  @media (max-width: 960px) {
    .ml-33-5 {
      margin-left: 22.33445rem !important; } }

.mr-33 {
  margin-right: 33rem !important; }
  @media (max-width: 960px) {
    .mr-33 {
      margin-right: 22.0011rem !important; } }

.mr-33-5 {
  margin-right: 33.5rem !important; }
  @media (max-width: 960px) {
    .mr-33-5 {
      margin-right: 22.33445rem !important; } }

.mx-33 {
  margin-left: 33rem !important;
  margin-right: 33rem !important; }
  @media (max-width: 960px) {
    .mx-33 {
      margin-left: 22.0011rem !important;
      margin-right: 22.0011rem !important; } }

.mx-33-5 {
  margin-left: 33.5rem !important;
  margin-right: 33.5rem !important; }
  @media (max-width: 960px) {
    .mx-33-5 {
      margin-left: 22.33445rem !important;
      margin-right: 22.33445rem !important; } }

.my-33 {
  margin-top: 33rem !important;
  margin-bottom: 33rem !important; }
  @media (max-width: 960px) {
    .my-33 {
      margin-top: 22.0011rem !important;
      margin-bottom: 22.0011rem !important; } }

.my-33-5 {
  margin-top: 33.5rem !important;
  margin-bottom: 33.5rem !important; }
  @media (max-width: 960px) {
    .my-33-5 {
      margin-top: 22.33445rem !important;
      margin-bottom: 22.33445rem !important; } }

.p-33 {
  padding: 33rem !important; }
  @media (max-width: 960px) {
    .p-33 {
      padding: 22.0011rem !important; } }

.p-33-5 {
  padding: 33.5rem !important; }
  @media (max-width: 960px) {
    .p-33-5 {
      padding: 22.33445rem !important; } }

.pt-33 {
  padding-top: 33rem !important; }
  @media (max-width: 960px) {
    .pt-33 {
      padding-top: 22.0011rem !important; } }

.pt-33-5 {
  padding-top: 33.5rem !important; }
  @media (max-width: 960px) {
    .pt-33-5 {
      padding-top: 22.33445rem !important; } }

.pb-33 {
  padding-bottom: 33rem !important; }
  @media (max-width: 960px) {
    .pb-33 {
      padding-bottom: 22.0011rem !important; } }

.pb-33-5 {
  padding-bottom: 33.5rem !important; }
  @media (max-width: 960px) {
    .pb-33-5 {
      padding-bottom: 22.33445rem !important; } }

.pl-33 {
  padding-left: 33rem !important; }
  @media (max-width: 960px) {
    .pl-33 {
      padding-left: 22.0011rem !important; } }

.pl-33-5 {
  padding-left: 33.5rem !important; }
  @media (max-width: 960px) {
    .pl-33-5 {
      padding-left: 22.33445rem !important; } }

.pr-33 {
  padding-right: 33rem !important; }
  @media (max-width: 960px) {
    .pr-33 {
      padding-right: 22.0011rem !important; } }

.pr-33-5 {
  padding-right: 33.5rem !important; }
  @media (max-width: 960px) {
    .pr-33-5 {
      padding-right: 22.33445rem !important; } }

.px-33 {
  padding-left: 33rem !important;
  padding-right: 33rem !important; }
  @media (max-width: 960px) {
    .px-33 {
      padding-left: 22.0011rem !important;
      padding-right: 22.0011rem !important; } }

.px-33-5 {
  padding-left: 33.5rem !important;
  padding-right: 33.5rem !important; }
  @media (max-width: 960px) {
    .px-33-5 {
      padding-left: 22.33445rem !important;
      padding-right: 22.33445rem !important; } }

.py-33 {
  padding-top: 33rem !important;
  padding-bottom: 33rem !important; }
  @media (max-width: 960px) {
    .py-33 {
      padding-top: 22.0011rem !important;
      padding-bottom: 22.0011rem !important; } }

.py-33-5 {
  padding-top: 33.5rem !important;
  padding-bottom: 33.5rem !important; }
  @media (max-width: 960px) {
    .py-33-5 {
      padding-top: 22.33445rem !important;
      padding-bottom: 22.33445rem !important; } }

.m-34 {
  margin: 34rem !important; }
  @media (max-width: 960px) {
    .m-34 {
      margin: 22.6678rem !important; } }

.m-34-5 {
  margin: 34.5rem !important; }
  @media (max-width: 960px) {
    .m-34-5 {
      margin: 23.00115rem !important; } }

.mt-34 {
  margin-top: 34rem !important; }
  @media (max-width: 960px) {
    .mt-34 {
      margin-top: 22.6678rem !important; } }

.mt-34-5 {
  margin-top: 34.5rem !important; }
  @media (max-width: 960px) {
    .mt-34-5 {
      margin-top: 23.00115rem !important; } }

.mb-34 {
  margin-bottom: 34rem !important; }
  @media (max-width: 960px) {
    .mb-34 {
      margin-bottom: 22.6678rem !important; } }

.mb-34-5 {
  margin-bottom: 34.5rem !important; }
  @media (max-width: 960px) {
    .mb-34-5 {
      margin-bottom: 23.00115rem !important; } }

.ml-34 {
  margin-left: 34rem !important; }
  @media (max-width: 960px) {
    .ml-34 {
      margin-left: 22.6678rem !important; } }

.ml-34-5 {
  margin-left: 34.5rem !important; }
  @media (max-width: 960px) {
    .ml-34-5 {
      margin-left: 23.00115rem !important; } }

.mr-34 {
  margin-right: 34rem !important; }
  @media (max-width: 960px) {
    .mr-34 {
      margin-right: 22.6678rem !important; } }

.mr-34-5 {
  margin-right: 34.5rem !important; }
  @media (max-width: 960px) {
    .mr-34-5 {
      margin-right: 23.00115rem !important; } }

.mx-34 {
  margin-left: 34rem !important;
  margin-right: 34rem !important; }
  @media (max-width: 960px) {
    .mx-34 {
      margin-left: 22.6678rem !important;
      margin-right: 22.6678rem !important; } }

.mx-34-5 {
  margin-left: 34.5rem !important;
  margin-right: 34.5rem !important; }
  @media (max-width: 960px) {
    .mx-34-5 {
      margin-left: 23.00115rem !important;
      margin-right: 23.00115rem !important; } }

.my-34 {
  margin-top: 34rem !important;
  margin-bottom: 34rem !important; }
  @media (max-width: 960px) {
    .my-34 {
      margin-top: 22.6678rem !important;
      margin-bottom: 22.6678rem !important; } }

.my-34-5 {
  margin-top: 34.5rem !important;
  margin-bottom: 34.5rem !important; }
  @media (max-width: 960px) {
    .my-34-5 {
      margin-top: 23.00115rem !important;
      margin-bottom: 23.00115rem !important; } }

.p-34 {
  padding: 34rem !important; }
  @media (max-width: 960px) {
    .p-34 {
      padding: 22.6678rem !important; } }

.p-34-5 {
  padding: 34.5rem !important; }
  @media (max-width: 960px) {
    .p-34-5 {
      padding: 23.00115rem !important; } }

.pt-34 {
  padding-top: 34rem !important; }
  @media (max-width: 960px) {
    .pt-34 {
      padding-top: 22.6678rem !important; } }

.pt-34-5 {
  padding-top: 34.5rem !important; }
  @media (max-width: 960px) {
    .pt-34-5 {
      padding-top: 23.00115rem !important; } }

.pb-34 {
  padding-bottom: 34rem !important; }
  @media (max-width: 960px) {
    .pb-34 {
      padding-bottom: 22.6678rem !important; } }

.pb-34-5 {
  padding-bottom: 34.5rem !important; }
  @media (max-width: 960px) {
    .pb-34-5 {
      padding-bottom: 23.00115rem !important; } }

.pl-34 {
  padding-left: 34rem !important; }
  @media (max-width: 960px) {
    .pl-34 {
      padding-left: 22.6678rem !important; } }

.pl-34-5 {
  padding-left: 34.5rem !important; }
  @media (max-width: 960px) {
    .pl-34-5 {
      padding-left: 23.00115rem !important; } }

.pr-34 {
  padding-right: 34rem !important; }
  @media (max-width: 960px) {
    .pr-34 {
      padding-right: 22.6678rem !important; } }

.pr-34-5 {
  padding-right: 34.5rem !important; }
  @media (max-width: 960px) {
    .pr-34-5 {
      padding-right: 23.00115rem !important; } }

.px-34 {
  padding-left: 34rem !important;
  padding-right: 34rem !important; }
  @media (max-width: 960px) {
    .px-34 {
      padding-left: 22.6678rem !important;
      padding-right: 22.6678rem !important; } }

.px-34-5 {
  padding-left: 34.5rem !important;
  padding-right: 34.5rem !important; }
  @media (max-width: 960px) {
    .px-34-5 {
      padding-left: 23.00115rem !important;
      padding-right: 23.00115rem !important; } }

.py-34 {
  padding-top: 34rem !important;
  padding-bottom: 34rem !important; }
  @media (max-width: 960px) {
    .py-34 {
      padding-top: 22.6678rem !important;
      padding-bottom: 22.6678rem !important; } }

.py-34-5 {
  padding-top: 34.5rem !important;
  padding-bottom: 34.5rem !important; }
  @media (max-width: 960px) {
    .py-34-5 {
      padding-top: 23.00115rem !important;
      padding-bottom: 23.00115rem !important; } }

.m-35 {
  margin: 35rem !important; }
  @media (max-width: 960px) {
    .m-35 {
      margin: 23.3345rem !important; } }

.m-35-5 {
  margin: 35.5rem !important; }
  @media (max-width: 960px) {
    .m-35-5 {
      margin: 23.66785rem !important; } }

.mt-35 {
  margin-top: 35rem !important; }
  @media (max-width: 960px) {
    .mt-35 {
      margin-top: 23.3345rem !important; } }

.mt-35-5 {
  margin-top: 35.5rem !important; }
  @media (max-width: 960px) {
    .mt-35-5 {
      margin-top: 23.66785rem !important; } }

.mb-35 {
  margin-bottom: 35rem !important; }
  @media (max-width: 960px) {
    .mb-35 {
      margin-bottom: 23.3345rem !important; } }

.mb-35-5 {
  margin-bottom: 35.5rem !important; }
  @media (max-width: 960px) {
    .mb-35-5 {
      margin-bottom: 23.66785rem !important; } }

.ml-35 {
  margin-left: 35rem !important; }
  @media (max-width: 960px) {
    .ml-35 {
      margin-left: 23.3345rem !important; } }

.ml-35-5 {
  margin-left: 35.5rem !important; }
  @media (max-width: 960px) {
    .ml-35-5 {
      margin-left: 23.66785rem !important; } }

.mr-35 {
  margin-right: 35rem !important; }
  @media (max-width: 960px) {
    .mr-35 {
      margin-right: 23.3345rem !important; } }

.mr-35-5 {
  margin-right: 35.5rem !important; }
  @media (max-width: 960px) {
    .mr-35-5 {
      margin-right: 23.66785rem !important; } }

.mx-35 {
  margin-left: 35rem !important;
  margin-right: 35rem !important; }
  @media (max-width: 960px) {
    .mx-35 {
      margin-left: 23.3345rem !important;
      margin-right: 23.3345rem !important; } }

.mx-35-5 {
  margin-left: 35.5rem !important;
  margin-right: 35.5rem !important; }
  @media (max-width: 960px) {
    .mx-35-5 {
      margin-left: 23.66785rem !important;
      margin-right: 23.66785rem !important; } }

.my-35 {
  margin-top: 35rem !important;
  margin-bottom: 35rem !important; }
  @media (max-width: 960px) {
    .my-35 {
      margin-top: 23.3345rem !important;
      margin-bottom: 23.3345rem !important; } }

.my-35-5 {
  margin-top: 35.5rem !important;
  margin-bottom: 35.5rem !important; }
  @media (max-width: 960px) {
    .my-35-5 {
      margin-top: 23.66785rem !important;
      margin-bottom: 23.66785rem !important; } }

.p-35 {
  padding: 35rem !important; }
  @media (max-width: 960px) {
    .p-35 {
      padding: 23.3345rem !important; } }

.p-35-5 {
  padding: 35.5rem !important; }
  @media (max-width: 960px) {
    .p-35-5 {
      padding: 23.66785rem !important; } }

.pt-35 {
  padding-top: 35rem !important; }
  @media (max-width: 960px) {
    .pt-35 {
      padding-top: 23.3345rem !important; } }

.pt-35-5 {
  padding-top: 35.5rem !important; }
  @media (max-width: 960px) {
    .pt-35-5 {
      padding-top: 23.66785rem !important; } }

.pb-35 {
  padding-bottom: 35rem !important; }
  @media (max-width: 960px) {
    .pb-35 {
      padding-bottom: 23.3345rem !important; } }

.pb-35-5 {
  padding-bottom: 35.5rem !important; }
  @media (max-width: 960px) {
    .pb-35-5 {
      padding-bottom: 23.66785rem !important; } }

.pl-35 {
  padding-left: 35rem !important; }
  @media (max-width: 960px) {
    .pl-35 {
      padding-left: 23.3345rem !important; } }

.pl-35-5 {
  padding-left: 35.5rem !important; }
  @media (max-width: 960px) {
    .pl-35-5 {
      padding-left: 23.66785rem !important; } }

.pr-35 {
  padding-right: 35rem !important; }
  @media (max-width: 960px) {
    .pr-35 {
      padding-right: 23.3345rem !important; } }

.pr-35-5 {
  padding-right: 35.5rem !important; }
  @media (max-width: 960px) {
    .pr-35-5 {
      padding-right: 23.66785rem !important; } }

.px-35 {
  padding-left: 35rem !important;
  padding-right: 35rem !important; }
  @media (max-width: 960px) {
    .px-35 {
      padding-left: 23.3345rem !important;
      padding-right: 23.3345rem !important; } }

.px-35-5 {
  padding-left: 35.5rem !important;
  padding-right: 35.5rem !important; }
  @media (max-width: 960px) {
    .px-35-5 {
      padding-left: 23.66785rem !important;
      padding-right: 23.66785rem !important; } }

.py-35 {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important; }
  @media (max-width: 960px) {
    .py-35 {
      padding-top: 23.3345rem !important;
      padding-bottom: 23.3345rem !important; } }

.py-35-5 {
  padding-top: 35.5rem !important;
  padding-bottom: 35.5rem !important; }
  @media (max-width: 960px) {
    .py-35-5 {
      padding-top: 23.66785rem !important;
      padding-bottom: 23.66785rem !important; } }

.m-36 {
  margin: 36rem !important; }
  @media (max-width: 960px) {
    .m-36 {
      margin: 24.0012rem !important; } }

.m-36-5 {
  margin: 36.5rem !important; }
  @media (max-width: 960px) {
    .m-36-5 {
      margin: 24.33455rem !important; } }

.mt-36 {
  margin-top: 36rem !important; }
  @media (max-width: 960px) {
    .mt-36 {
      margin-top: 24.0012rem !important; } }

.mt-36-5 {
  margin-top: 36.5rem !important; }
  @media (max-width: 960px) {
    .mt-36-5 {
      margin-top: 24.33455rem !important; } }

.mb-36 {
  margin-bottom: 36rem !important; }
  @media (max-width: 960px) {
    .mb-36 {
      margin-bottom: 24.0012rem !important; } }

.mb-36-5 {
  margin-bottom: 36.5rem !important; }
  @media (max-width: 960px) {
    .mb-36-5 {
      margin-bottom: 24.33455rem !important; } }

.ml-36 {
  margin-left: 36rem !important; }
  @media (max-width: 960px) {
    .ml-36 {
      margin-left: 24.0012rem !important; } }

.ml-36-5 {
  margin-left: 36.5rem !important; }
  @media (max-width: 960px) {
    .ml-36-5 {
      margin-left: 24.33455rem !important; } }

.mr-36 {
  margin-right: 36rem !important; }
  @media (max-width: 960px) {
    .mr-36 {
      margin-right: 24.0012rem !important; } }

.mr-36-5 {
  margin-right: 36.5rem !important; }
  @media (max-width: 960px) {
    .mr-36-5 {
      margin-right: 24.33455rem !important; } }

.mx-36 {
  margin-left: 36rem !important;
  margin-right: 36rem !important; }
  @media (max-width: 960px) {
    .mx-36 {
      margin-left: 24.0012rem !important;
      margin-right: 24.0012rem !important; } }

.mx-36-5 {
  margin-left: 36.5rem !important;
  margin-right: 36.5rem !important; }
  @media (max-width: 960px) {
    .mx-36-5 {
      margin-left: 24.33455rem !important;
      margin-right: 24.33455rem !important; } }

.my-36 {
  margin-top: 36rem !important;
  margin-bottom: 36rem !important; }
  @media (max-width: 960px) {
    .my-36 {
      margin-top: 24.0012rem !important;
      margin-bottom: 24.0012rem !important; } }

.my-36-5 {
  margin-top: 36.5rem !important;
  margin-bottom: 36.5rem !important; }
  @media (max-width: 960px) {
    .my-36-5 {
      margin-top: 24.33455rem !important;
      margin-bottom: 24.33455rem !important; } }

.p-36 {
  padding: 36rem !important; }
  @media (max-width: 960px) {
    .p-36 {
      padding: 24.0012rem !important; } }

.p-36-5 {
  padding: 36.5rem !important; }
  @media (max-width: 960px) {
    .p-36-5 {
      padding: 24.33455rem !important; } }

.pt-36 {
  padding-top: 36rem !important; }
  @media (max-width: 960px) {
    .pt-36 {
      padding-top: 24.0012rem !important; } }

.pt-36-5 {
  padding-top: 36.5rem !important; }
  @media (max-width: 960px) {
    .pt-36-5 {
      padding-top: 24.33455rem !important; } }

.pb-36 {
  padding-bottom: 36rem !important; }
  @media (max-width: 960px) {
    .pb-36 {
      padding-bottom: 24.0012rem !important; } }

.pb-36-5 {
  padding-bottom: 36.5rem !important; }
  @media (max-width: 960px) {
    .pb-36-5 {
      padding-bottom: 24.33455rem !important; } }

.pl-36 {
  padding-left: 36rem !important; }
  @media (max-width: 960px) {
    .pl-36 {
      padding-left: 24.0012rem !important; } }

.pl-36-5 {
  padding-left: 36.5rem !important; }
  @media (max-width: 960px) {
    .pl-36-5 {
      padding-left: 24.33455rem !important; } }

.pr-36 {
  padding-right: 36rem !important; }
  @media (max-width: 960px) {
    .pr-36 {
      padding-right: 24.0012rem !important; } }

.pr-36-5 {
  padding-right: 36.5rem !important; }
  @media (max-width: 960px) {
    .pr-36-5 {
      padding-right: 24.33455rem !important; } }

.px-36 {
  padding-left: 36rem !important;
  padding-right: 36rem !important; }
  @media (max-width: 960px) {
    .px-36 {
      padding-left: 24.0012rem !important;
      padding-right: 24.0012rem !important; } }

.px-36-5 {
  padding-left: 36.5rem !important;
  padding-right: 36.5rem !important; }
  @media (max-width: 960px) {
    .px-36-5 {
      padding-left: 24.33455rem !important;
      padding-right: 24.33455rem !important; } }

.py-36 {
  padding-top: 36rem !important;
  padding-bottom: 36rem !important; }
  @media (max-width: 960px) {
    .py-36 {
      padding-top: 24.0012rem !important;
      padding-bottom: 24.0012rem !important; } }

.py-36-5 {
  padding-top: 36.5rem !important;
  padding-bottom: 36.5rem !important; }
  @media (max-width: 960px) {
    .py-36-5 {
      padding-top: 24.33455rem !important;
      padding-bottom: 24.33455rem !important; } }

.m-37 {
  margin: 37rem !important; }
  @media (max-width: 960px) {
    .m-37 {
      margin: 24.6679rem !important; } }

.m-37-5 {
  margin: 37.5rem !important; }
  @media (max-width: 960px) {
    .m-37-5 {
      margin: 25.00125rem !important; } }

.mt-37 {
  margin-top: 37rem !important; }
  @media (max-width: 960px) {
    .mt-37 {
      margin-top: 24.6679rem !important; } }

.mt-37-5 {
  margin-top: 37.5rem !important; }
  @media (max-width: 960px) {
    .mt-37-5 {
      margin-top: 25.00125rem !important; } }

.mb-37 {
  margin-bottom: 37rem !important; }
  @media (max-width: 960px) {
    .mb-37 {
      margin-bottom: 24.6679rem !important; } }

.mb-37-5 {
  margin-bottom: 37.5rem !important; }
  @media (max-width: 960px) {
    .mb-37-5 {
      margin-bottom: 25.00125rem !important; } }

.ml-37 {
  margin-left: 37rem !important; }
  @media (max-width: 960px) {
    .ml-37 {
      margin-left: 24.6679rem !important; } }

.ml-37-5 {
  margin-left: 37.5rem !important; }
  @media (max-width: 960px) {
    .ml-37-5 {
      margin-left: 25.00125rem !important; } }

.mr-37 {
  margin-right: 37rem !important; }
  @media (max-width: 960px) {
    .mr-37 {
      margin-right: 24.6679rem !important; } }

.mr-37-5 {
  margin-right: 37.5rem !important; }
  @media (max-width: 960px) {
    .mr-37-5 {
      margin-right: 25.00125rem !important; } }

.mx-37 {
  margin-left: 37rem !important;
  margin-right: 37rem !important; }
  @media (max-width: 960px) {
    .mx-37 {
      margin-left: 24.6679rem !important;
      margin-right: 24.6679rem !important; } }

.mx-37-5 {
  margin-left: 37.5rem !important;
  margin-right: 37.5rem !important; }
  @media (max-width: 960px) {
    .mx-37-5 {
      margin-left: 25.00125rem !important;
      margin-right: 25.00125rem !important; } }

.my-37 {
  margin-top: 37rem !important;
  margin-bottom: 37rem !important; }
  @media (max-width: 960px) {
    .my-37 {
      margin-top: 24.6679rem !important;
      margin-bottom: 24.6679rem !important; } }

.my-37-5 {
  margin-top: 37.5rem !important;
  margin-bottom: 37.5rem !important; }
  @media (max-width: 960px) {
    .my-37-5 {
      margin-top: 25.00125rem !important;
      margin-bottom: 25.00125rem !important; } }

.p-37 {
  padding: 37rem !important; }
  @media (max-width: 960px) {
    .p-37 {
      padding: 24.6679rem !important; } }

.p-37-5 {
  padding: 37.5rem !important; }
  @media (max-width: 960px) {
    .p-37-5 {
      padding: 25.00125rem !important; } }

.pt-37 {
  padding-top: 37rem !important; }
  @media (max-width: 960px) {
    .pt-37 {
      padding-top: 24.6679rem !important; } }

.pt-37-5 {
  padding-top: 37.5rem !important; }
  @media (max-width: 960px) {
    .pt-37-5 {
      padding-top: 25.00125rem !important; } }

.pb-37 {
  padding-bottom: 37rem !important; }
  @media (max-width: 960px) {
    .pb-37 {
      padding-bottom: 24.6679rem !important; } }

.pb-37-5 {
  padding-bottom: 37.5rem !important; }
  @media (max-width: 960px) {
    .pb-37-5 {
      padding-bottom: 25.00125rem !important; } }

.pl-37 {
  padding-left: 37rem !important; }
  @media (max-width: 960px) {
    .pl-37 {
      padding-left: 24.6679rem !important; } }

.pl-37-5 {
  padding-left: 37.5rem !important; }
  @media (max-width: 960px) {
    .pl-37-5 {
      padding-left: 25.00125rem !important; } }

.pr-37 {
  padding-right: 37rem !important; }
  @media (max-width: 960px) {
    .pr-37 {
      padding-right: 24.6679rem !important; } }

.pr-37-5 {
  padding-right: 37.5rem !important; }
  @media (max-width: 960px) {
    .pr-37-5 {
      padding-right: 25.00125rem !important; } }

.px-37 {
  padding-left: 37rem !important;
  padding-right: 37rem !important; }
  @media (max-width: 960px) {
    .px-37 {
      padding-left: 24.6679rem !important;
      padding-right: 24.6679rem !important; } }

.px-37-5 {
  padding-left: 37.5rem !important;
  padding-right: 37.5rem !important; }
  @media (max-width: 960px) {
    .px-37-5 {
      padding-left: 25.00125rem !important;
      padding-right: 25.00125rem !important; } }

.py-37 {
  padding-top: 37rem !important;
  padding-bottom: 37rem !important; }
  @media (max-width: 960px) {
    .py-37 {
      padding-top: 24.6679rem !important;
      padding-bottom: 24.6679rem !important; } }

.py-37-5 {
  padding-top: 37.5rem !important;
  padding-bottom: 37.5rem !important; }
  @media (max-width: 960px) {
    .py-37-5 {
      padding-top: 25.00125rem !important;
      padding-bottom: 25.00125rem !important; } }

.m-38 {
  margin: 38rem !important; }
  @media (max-width: 960px) {
    .m-38 {
      margin: 25.3346rem !important; } }

.m-38-5 {
  margin: 38.5rem !important; }
  @media (max-width: 960px) {
    .m-38-5 {
      margin: 25.66795rem !important; } }

.mt-38 {
  margin-top: 38rem !important; }
  @media (max-width: 960px) {
    .mt-38 {
      margin-top: 25.3346rem !important; } }

.mt-38-5 {
  margin-top: 38.5rem !important; }
  @media (max-width: 960px) {
    .mt-38-5 {
      margin-top: 25.66795rem !important; } }

.mb-38 {
  margin-bottom: 38rem !important; }
  @media (max-width: 960px) {
    .mb-38 {
      margin-bottom: 25.3346rem !important; } }

.mb-38-5 {
  margin-bottom: 38.5rem !important; }
  @media (max-width: 960px) {
    .mb-38-5 {
      margin-bottom: 25.66795rem !important; } }

.ml-38 {
  margin-left: 38rem !important; }
  @media (max-width: 960px) {
    .ml-38 {
      margin-left: 25.3346rem !important; } }

.ml-38-5 {
  margin-left: 38.5rem !important; }
  @media (max-width: 960px) {
    .ml-38-5 {
      margin-left: 25.66795rem !important; } }

.mr-38 {
  margin-right: 38rem !important; }
  @media (max-width: 960px) {
    .mr-38 {
      margin-right: 25.3346rem !important; } }

.mr-38-5 {
  margin-right: 38.5rem !important; }
  @media (max-width: 960px) {
    .mr-38-5 {
      margin-right: 25.66795rem !important; } }

.mx-38 {
  margin-left: 38rem !important;
  margin-right: 38rem !important; }
  @media (max-width: 960px) {
    .mx-38 {
      margin-left: 25.3346rem !important;
      margin-right: 25.3346rem !important; } }

.mx-38-5 {
  margin-left: 38.5rem !important;
  margin-right: 38.5rem !important; }
  @media (max-width: 960px) {
    .mx-38-5 {
      margin-left: 25.66795rem !important;
      margin-right: 25.66795rem !important; } }

.my-38 {
  margin-top: 38rem !important;
  margin-bottom: 38rem !important; }
  @media (max-width: 960px) {
    .my-38 {
      margin-top: 25.3346rem !important;
      margin-bottom: 25.3346rem !important; } }

.my-38-5 {
  margin-top: 38.5rem !important;
  margin-bottom: 38.5rem !important; }
  @media (max-width: 960px) {
    .my-38-5 {
      margin-top: 25.66795rem !important;
      margin-bottom: 25.66795rem !important; } }

.p-38 {
  padding: 38rem !important; }
  @media (max-width: 960px) {
    .p-38 {
      padding: 25.3346rem !important; } }

.p-38-5 {
  padding: 38.5rem !important; }
  @media (max-width: 960px) {
    .p-38-5 {
      padding: 25.66795rem !important; } }

.pt-38 {
  padding-top: 38rem !important; }
  @media (max-width: 960px) {
    .pt-38 {
      padding-top: 25.3346rem !important; } }

.pt-38-5 {
  padding-top: 38.5rem !important; }
  @media (max-width: 960px) {
    .pt-38-5 {
      padding-top: 25.66795rem !important; } }

.pb-38 {
  padding-bottom: 38rem !important; }
  @media (max-width: 960px) {
    .pb-38 {
      padding-bottom: 25.3346rem !important; } }

.pb-38-5 {
  padding-bottom: 38.5rem !important; }
  @media (max-width: 960px) {
    .pb-38-5 {
      padding-bottom: 25.66795rem !important; } }

.pl-38 {
  padding-left: 38rem !important; }
  @media (max-width: 960px) {
    .pl-38 {
      padding-left: 25.3346rem !important; } }

.pl-38-5 {
  padding-left: 38.5rem !important; }
  @media (max-width: 960px) {
    .pl-38-5 {
      padding-left: 25.66795rem !important; } }

.pr-38 {
  padding-right: 38rem !important; }
  @media (max-width: 960px) {
    .pr-38 {
      padding-right: 25.3346rem !important; } }

.pr-38-5 {
  padding-right: 38.5rem !important; }
  @media (max-width: 960px) {
    .pr-38-5 {
      padding-right: 25.66795rem !important; } }

.px-38 {
  padding-left: 38rem !important;
  padding-right: 38rem !important; }
  @media (max-width: 960px) {
    .px-38 {
      padding-left: 25.3346rem !important;
      padding-right: 25.3346rem !important; } }

.px-38-5 {
  padding-left: 38.5rem !important;
  padding-right: 38.5rem !important; }
  @media (max-width: 960px) {
    .px-38-5 {
      padding-left: 25.66795rem !important;
      padding-right: 25.66795rem !important; } }

.py-38 {
  padding-top: 38rem !important;
  padding-bottom: 38rem !important; }
  @media (max-width: 960px) {
    .py-38 {
      padding-top: 25.3346rem !important;
      padding-bottom: 25.3346rem !important; } }

.py-38-5 {
  padding-top: 38.5rem !important;
  padding-bottom: 38.5rem !important; }
  @media (max-width: 960px) {
    .py-38-5 {
      padding-top: 25.66795rem !important;
      padding-bottom: 25.66795rem !important; } }

.m-39 {
  margin: 39rem !important; }
  @media (max-width: 960px) {
    .m-39 {
      margin: 26.0013rem !important; } }

.m-39-5 {
  margin: 39.5rem !important; }
  @media (max-width: 960px) {
    .m-39-5 {
      margin: 26.33465rem !important; } }

.mt-39 {
  margin-top: 39rem !important; }
  @media (max-width: 960px) {
    .mt-39 {
      margin-top: 26.0013rem !important; } }

.mt-39-5 {
  margin-top: 39.5rem !important; }
  @media (max-width: 960px) {
    .mt-39-5 {
      margin-top: 26.33465rem !important; } }

.mb-39 {
  margin-bottom: 39rem !important; }
  @media (max-width: 960px) {
    .mb-39 {
      margin-bottom: 26.0013rem !important; } }

.mb-39-5 {
  margin-bottom: 39.5rem !important; }
  @media (max-width: 960px) {
    .mb-39-5 {
      margin-bottom: 26.33465rem !important; } }

.ml-39 {
  margin-left: 39rem !important; }
  @media (max-width: 960px) {
    .ml-39 {
      margin-left: 26.0013rem !important; } }

.ml-39-5 {
  margin-left: 39.5rem !important; }
  @media (max-width: 960px) {
    .ml-39-5 {
      margin-left: 26.33465rem !important; } }

.mr-39 {
  margin-right: 39rem !important; }
  @media (max-width: 960px) {
    .mr-39 {
      margin-right: 26.0013rem !important; } }

.mr-39-5 {
  margin-right: 39.5rem !important; }
  @media (max-width: 960px) {
    .mr-39-5 {
      margin-right: 26.33465rem !important; } }

.mx-39 {
  margin-left: 39rem !important;
  margin-right: 39rem !important; }
  @media (max-width: 960px) {
    .mx-39 {
      margin-left: 26.0013rem !important;
      margin-right: 26.0013rem !important; } }

.mx-39-5 {
  margin-left: 39.5rem !important;
  margin-right: 39.5rem !important; }
  @media (max-width: 960px) {
    .mx-39-5 {
      margin-left: 26.33465rem !important;
      margin-right: 26.33465rem !important; } }

.my-39 {
  margin-top: 39rem !important;
  margin-bottom: 39rem !important; }
  @media (max-width: 960px) {
    .my-39 {
      margin-top: 26.0013rem !important;
      margin-bottom: 26.0013rem !important; } }

.my-39-5 {
  margin-top: 39.5rem !important;
  margin-bottom: 39.5rem !important; }
  @media (max-width: 960px) {
    .my-39-5 {
      margin-top: 26.33465rem !important;
      margin-bottom: 26.33465rem !important; } }

.p-39 {
  padding: 39rem !important; }
  @media (max-width: 960px) {
    .p-39 {
      padding: 26.0013rem !important; } }

.p-39-5 {
  padding: 39.5rem !important; }
  @media (max-width: 960px) {
    .p-39-5 {
      padding: 26.33465rem !important; } }

.pt-39 {
  padding-top: 39rem !important; }
  @media (max-width: 960px) {
    .pt-39 {
      padding-top: 26.0013rem !important; } }

.pt-39-5 {
  padding-top: 39.5rem !important; }
  @media (max-width: 960px) {
    .pt-39-5 {
      padding-top: 26.33465rem !important; } }

.pb-39 {
  padding-bottom: 39rem !important; }
  @media (max-width: 960px) {
    .pb-39 {
      padding-bottom: 26.0013rem !important; } }

.pb-39-5 {
  padding-bottom: 39.5rem !important; }
  @media (max-width: 960px) {
    .pb-39-5 {
      padding-bottom: 26.33465rem !important; } }

.pl-39 {
  padding-left: 39rem !important; }
  @media (max-width: 960px) {
    .pl-39 {
      padding-left: 26.0013rem !important; } }

.pl-39-5 {
  padding-left: 39.5rem !important; }
  @media (max-width: 960px) {
    .pl-39-5 {
      padding-left: 26.33465rem !important; } }

.pr-39 {
  padding-right: 39rem !important; }
  @media (max-width: 960px) {
    .pr-39 {
      padding-right: 26.0013rem !important; } }

.pr-39-5 {
  padding-right: 39.5rem !important; }
  @media (max-width: 960px) {
    .pr-39-5 {
      padding-right: 26.33465rem !important; } }

.px-39 {
  padding-left: 39rem !important;
  padding-right: 39rem !important; }
  @media (max-width: 960px) {
    .px-39 {
      padding-left: 26.0013rem !important;
      padding-right: 26.0013rem !important; } }

.px-39-5 {
  padding-left: 39.5rem !important;
  padding-right: 39.5rem !important; }
  @media (max-width: 960px) {
    .px-39-5 {
      padding-left: 26.33465rem !important;
      padding-right: 26.33465rem !important; } }

.py-39 {
  padding-top: 39rem !important;
  padding-bottom: 39rem !important; }
  @media (max-width: 960px) {
    .py-39 {
      padding-top: 26.0013rem !important;
      padding-bottom: 26.0013rem !important; } }

.py-39-5 {
  padding-top: 39.5rem !important;
  padding-bottom: 39.5rem !important; }
  @media (max-width: 960px) {
    .py-39-5 {
      padding-top: 26.33465rem !important;
      padding-bottom: 26.33465rem !important; } }

.m-40 {
  margin: 40rem !important; }
  @media (max-width: 960px) {
    .m-40 {
      margin: 26.668rem !important; } }

.m-40-5 {
  margin: 40.5rem !important; }
  @media (max-width: 960px) {
    .m-40-5 {
      margin: 27.00135rem !important; } }

.mt-40 {
  margin-top: 40rem !important; }
  @media (max-width: 960px) {
    .mt-40 {
      margin-top: 26.668rem !important; } }

.mt-40-5 {
  margin-top: 40.5rem !important; }
  @media (max-width: 960px) {
    .mt-40-5 {
      margin-top: 27.00135rem !important; } }

.mb-40 {
  margin-bottom: 40rem !important; }
  @media (max-width: 960px) {
    .mb-40 {
      margin-bottom: 26.668rem !important; } }

.mb-40-5 {
  margin-bottom: 40.5rem !important; }
  @media (max-width: 960px) {
    .mb-40-5 {
      margin-bottom: 27.00135rem !important; } }

.ml-40 {
  margin-left: 40rem !important; }
  @media (max-width: 960px) {
    .ml-40 {
      margin-left: 26.668rem !important; } }

.ml-40-5 {
  margin-left: 40.5rem !important; }
  @media (max-width: 960px) {
    .ml-40-5 {
      margin-left: 27.00135rem !important; } }

.mr-40 {
  margin-right: 40rem !important; }
  @media (max-width: 960px) {
    .mr-40 {
      margin-right: 26.668rem !important; } }

.mr-40-5 {
  margin-right: 40.5rem !important; }
  @media (max-width: 960px) {
    .mr-40-5 {
      margin-right: 27.00135rem !important; } }

.mx-40 {
  margin-left: 40rem !important;
  margin-right: 40rem !important; }
  @media (max-width: 960px) {
    .mx-40 {
      margin-left: 26.668rem !important;
      margin-right: 26.668rem !important; } }

.mx-40-5 {
  margin-left: 40.5rem !important;
  margin-right: 40.5rem !important; }
  @media (max-width: 960px) {
    .mx-40-5 {
      margin-left: 27.00135rem !important;
      margin-right: 27.00135rem !important; } }

.my-40 {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important; }
  @media (max-width: 960px) {
    .my-40 {
      margin-top: 26.668rem !important;
      margin-bottom: 26.668rem !important; } }

.my-40-5 {
  margin-top: 40.5rem !important;
  margin-bottom: 40.5rem !important; }
  @media (max-width: 960px) {
    .my-40-5 {
      margin-top: 27.00135rem !important;
      margin-bottom: 27.00135rem !important; } }

.p-40 {
  padding: 40rem !important; }
  @media (max-width: 960px) {
    .p-40 {
      padding: 26.668rem !important; } }

.p-40-5 {
  padding: 40.5rem !important; }
  @media (max-width: 960px) {
    .p-40-5 {
      padding: 27.00135rem !important; } }

.pt-40 {
  padding-top: 40rem !important; }
  @media (max-width: 960px) {
    .pt-40 {
      padding-top: 26.668rem !important; } }

.pt-40-5 {
  padding-top: 40.5rem !important; }
  @media (max-width: 960px) {
    .pt-40-5 {
      padding-top: 27.00135rem !important; } }

.pb-40 {
  padding-bottom: 40rem !important; }
  @media (max-width: 960px) {
    .pb-40 {
      padding-bottom: 26.668rem !important; } }

.pb-40-5 {
  padding-bottom: 40.5rem !important; }
  @media (max-width: 960px) {
    .pb-40-5 {
      padding-bottom: 27.00135rem !important; } }

.pl-40 {
  padding-left: 40rem !important; }
  @media (max-width: 960px) {
    .pl-40 {
      padding-left: 26.668rem !important; } }

.pl-40-5 {
  padding-left: 40.5rem !important; }
  @media (max-width: 960px) {
    .pl-40-5 {
      padding-left: 27.00135rem !important; } }

.pr-40 {
  padding-right: 40rem !important; }
  @media (max-width: 960px) {
    .pr-40 {
      padding-right: 26.668rem !important; } }

.pr-40-5 {
  padding-right: 40.5rem !important; }
  @media (max-width: 960px) {
    .pr-40-5 {
      padding-right: 27.00135rem !important; } }

.px-40 {
  padding-left: 40rem !important;
  padding-right: 40rem !important; }
  @media (max-width: 960px) {
    .px-40 {
      padding-left: 26.668rem !important;
      padding-right: 26.668rem !important; } }

.px-40-5 {
  padding-left: 40.5rem !important;
  padding-right: 40.5rem !important; }
  @media (max-width: 960px) {
    .px-40-5 {
      padding-left: 27.00135rem !important;
      padding-right: 27.00135rem !important; } }

.py-40 {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important; }
  @media (max-width: 960px) {
    .py-40 {
      padding-top: 26.668rem !important;
      padding-bottom: 26.668rem !important; } }

.py-40-5 {
  padding-top: 40.5rem !important;
  padding-bottom: 40.5rem !important; }
  @media (max-width: 960px) {
    .py-40-5 {
      padding-top: 27.00135rem !important;
      padding-bottom: 27.00135rem !important; } }

.m-41 {
  margin: 41rem !important; }
  @media (max-width: 960px) {
    .m-41 {
      margin: 27.3347rem !important; } }

.m-41-5 {
  margin: 41.5rem !important; }
  @media (max-width: 960px) {
    .m-41-5 {
      margin: 27.66805rem !important; } }

.mt-41 {
  margin-top: 41rem !important; }
  @media (max-width: 960px) {
    .mt-41 {
      margin-top: 27.3347rem !important; } }

.mt-41-5 {
  margin-top: 41.5rem !important; }
  @media (max-width: 960px) {
    .mt-41-5 {
      margin-top: 27.66805rem !important; } }

.mb-41 {
  margin-bottom: 41rem !important; }
  @media (max-width: 960px) {
    .mb-41 {
      margin-bottom: 27.3347rem !important; } }

.mb-41-5 {
  margin-bottom: 41.5rem !important; }
  @media (max-width: 960px) {
    .mb-41-5 {
      margin-bottom: 27.66805rem !important; } }

.ml-41 {
  margin-left: 41rem !important; }
  @media (max-width: 960px) {
    .ml-41 {
      margin-left: 27.3347rem !important; } }

.ml-41-5 {
  margin-left: 41.5rem !important; }
  @media (max-width: 960px) {
    .ml-41-5 {
      margin-left: 27.66805rem !important; } }

.mr-41 {
  margin-right: 41rem !important; }
  @media (max-width: 960px) {
    .mr-41 {
      margin-right: 27.3347rem !important; } }

.mr-41-5 {
  margin-right: 41.5rem !important; }
  @media (max-width: 960px) {
    .mr-41-5 {
      margin-right: 27.66805rem !important; } }

.mx-41 {
  margin-left: 41rem !important;
  margin-right: 41rem !important; }
  @media (max-width: 960px) {
    .mx-41 {
      margin-left: 27.3347rem !important;
      margin-right: 27.3347rem !important; } }

.mx-41-5 {
  margin-left: 41.5rem !important;
  margin-right: 41.5rem !important; }
  @media (max-width: 960px) {
    .mx-41-5 {
      margin-left: 27.66805rem !important;
      margin-right: 27.66805rem !important; } }

.my-41 {
  margin-top: 41rem !important;
  margin-bottom: 41rem !important; }
  @media (max-width: 960px) {
    .my-41 {
      margin-top: 27.3347rem !important;
      margin-bottom: 27.3347rem !important; } }

.my-41-5 {
  margin-top: 41.5rem !important;
  margin-bottom: 41.5rem !important; }
  @media (max-width: 960px) {
    .my-41-5 {
      margin-top: 27.66805rem !important;
      margin-bottom: 27.66805rem !important; } }

.p-41 {
  padding: 41rem !important; }
  @media (max-width: 960px) {
    .p-41 {
      padding: 27.3347rem !important; } }

.p-41-5 {
  padding: 41.5rem !important; }
  @media (max-width: 960px) {
    .p-41-5 {
      padding: 27.66805rem !important; } }

.pt-41 {
  padding-top: 41rem !important; }
  @media (max-width: 960px) {
    .pt-41 {
      padding-top: 27.3347rem !important; } }

.pt-41-5 {
  padding-top: 41.5rem !important; }
  @media (max-width: 960px) {
    .pt-41-5 {
      padding-top: 27.66805rem !important; } }

.pb-41 {
  padding-bottom: 41rem !important; }
  @media (max-width: 960px) {
    .pb-41 {
      padding-bottom: 27.3347rem !important; } }

.pb-41-5 {
  padding-bottom: 41.5rem !important; }
  @media (max-width: 960px) {
    .pb-41-5 {
      padding-bottom: 27.66805rem !important; } }

.pl-41 {
  padding-left: 41rem !important; }
  @media (max-width: 960px) {
    .pl-41 {
      padding-left: 27.3347rem !important; } }

.pl-41-5 {
  padding-left: 41.5rem !important; }
  @media (max-width: 960px) {
    .pl-41-5 {
      padding-left: 27.66805rem !important; } }

.pr-41 {
  padding-right: 41rem !important; }
  @media (max-width: 960px) {
    .pr-41 {
      padding-right: 27.3347rem !important; } }

.pr-41-5 {
  padding-right: 41.5rem !important; }
  @media (max-width: 960px) {
    .pr-41-5 {
      padding-right: 27.66805rem !important; } }

.px-41 {
  padding-left: 41rem !important;
  padding-right: 41rem !important; }
  @media (max-width: 960px) {
    .px-41 {
      padding-left: 27.3347rem !important;
      padding-right: 27.3347rem !important; } }

.px-41-5 {
  padding-left: 41.5rem !important;
  padding-right: 41.5rem !important; }
  @media (max-width: 960px) {
    .px-41-5 {
      padding-left: 27.66805rem !important;
      padding-right: 27.66805rem !important; } }

.py-41 {
  padding-top: 41rem !important;
  padding-bottom: 41rem !important; }
  @media (max-width: 960px) {
    .py-41 {
      padding-top: 27.3347rem !important;
      padding-bottom: 27.3347rem !important; } }

.py-41-5 {
  padding-top: 41.5rem !important;
  padding-bottom: 41.5rem !important; }
  @media (max-width: 960px) {
    .py-41-5 {
      padding-top: 27.66805rem !important;
      padding-bottom: 27.66805rem !important; } }

.m-42 {
  margin: 42rem !important; }
  @media (max-width: 960px) {
    .m-42 {
      margin: 28.0014rem !important; } }

.m-42-5 {
  margin: 42.5rem !important; }
  @media (max-width: 960px) {
    .m-42-5 {
      margin: 28.33475rem !important; } }

.mt-42 {
  margin-top: 42rem !important; }
  @media (max-width: 960px) {
    .mt-42 {
      margin-top: 28.0014rem !important; } }

.mt-42-5 {
  margin-top: 42.5rem !important; }
  @media (max-width: 960px) {
    .mt-42-5 {
      margin-top: 28.33475rem !important; } }

.mb-42 {
  margin-bottom: 42rem !important; }
  @media (max-width: 960px) {
    .mb-42 {
      margin-bottom: 28.0014rem !important; } }

.mb-42-5 {
  margin-bottom: 42.5rem !important; }
  @media (max-width: 960px) {
    .mb-42-5 {
      margin-bottom: 28.33475rem !important; } }

.ml-42 {
  margin-left: 42rem !important; }
  @media (max-width: 960px) {
    .ml-42 {
      margin-left: 28.0014rem !important; } }

.ml-42-5 {
  margin-left: 42.5rem !important; }
  @media (max-width: 960px) {
    .ml-42-5 {
      margin-left: 28.33475rem !important; } }

.mr-42 {
  margin-right: 42rem !important; }
  @media (max-width: 960px) {
    .mr-42 {
      margin-right: 28.0014rem !important; } }

.mr-42-5 {
  margin-right: 42.5rem !important; }
  @media (max-width: 960px) {
    .mr-42-5 {
      margin-right: 28.33475rem !important; } }

.mx-42 {
  margin-left: 42rem !important;
  margin-right: 42rem !important; }
  @media (max-width: 960px) {
    .mx-42 {
      margin-left: 28.0014rem !important;
      margin-right: 28.0014rem !important; } }

.mx-42-5 {
  margin-left: 42.5rem !important;
  margin-right: 42.5rem !important; }
  @media (max-width: 960px) {
    .mx-42-5 {
      margin-left: 28.33475rem !important;
      margin-right: 28.33475rem !important; } }

.my-42 {
  margin-top: 42rem !important;
  margin-bottom: 42rem !important; }
  @media (max-width: 960px) {
    .my-42 {
      margin-top: 28.0014rem !important;
      margin-bottom: 28.0014rem !important; } }

.my-42-5 {
  margin-top: 42.5rem !important;
  margin-bottom: 42.5rem !important; }
  @media (max-width: 960px) {
    .my-42-5 {
      margin-top: 28.33475rem !important;
      margin-bottom: 28.33475rem !important; } }

.p-42 {
  padding: 42rem !important; }
  @media (max-width: 960px) {
    .p-42 {
      padding: 28.0014rem !important; } }

.p-42-5 {
  padding: 42.5rem !important; }
  @media (max-width: 960px) {
    .p-42-5 {
      padding: 28.33475rem !important; } }

.pt-42 {
  padding-top: 42rem !important; }
  @media (max-width: 960px) {
    .pt-42 {
      padding-top: 28.0014rem !important; } }

.pt-42-5 {
  padding-top: 42.5rem !important; }
  @media (max-width: 960px) {
    .pt-42-5 {
      padding-top: 28.33475rem !important; } }

.pb-42 {
  padding-bottom: 42rem !important; }
  @media (max-width: 960px) {
    .pb-42 {
      padding-bottom: 28.0014rem !important; } }

.pb-42-5 {
  padding-bottom: 42.5rem !important; }
  @media (max-width: 960px) {
    .pb-42-5 {
      padding-bottom: 28.33475rem !important; } }

.pl-42 {
  padding-left: 42rem !important; }
  @media (max-width: 960px) {
    .pl-42 {
      padding-left: 28.0014rem !important; } }

.pl-42-5 {
  padding-left: 42.5rem !important; }
  @media (max-width: 960px) {
    .pl-42-5 {
      padding-left: 28.33475rem !important; } }

.pr-42 {
  padding-right: 42rem !important; }
  @media (max-width: 960px) {
    .pr-42 {
      padding-right: 28.0014rem !important; } }

.pr-42-5 {
  padding-right: 42.5rem !important; }
  @media (max-width: 960px) {
    .pr-42-5 {
      padding-right: 28.33475rem !important; } }

.px-42 {
  padding-left: 42rem !important;
  padding-right: 42rem !important; }
  @media (max-width: 960px) {
    .px-42 {
      padding-left: 28.0014rem !important;
      padding-right: 28.0014rem !important; } }

.px-42-5 {
  padding-left: 42.5rem !important;
  padding-right: 42.5rem !important; }
  @media (max-width: 960px) {
    .px-42-5 {
      padding-left: 28.33475rem !important;
      padding-right: 28.33475rem !important; } }

.py-42 {
  padding-top: 42rem !important;
  padding-bottom: 42rem !important; }
  @media (max-width: 960px) {
    .py-42 {
      padding-top: 28.0014rem !important;
      padding-bottom: 28.0014rem !important; } }

.py-42-5 {
  padding-top: 42.5rem !important;
  padding-bottom: 42.5rem !important; }
  @media (max-width: 960px) {
    .py-42-5 {
      padding-top: 28.33475rem !important;
      padding-bottom: 28.33475rem !important; } }

.m-43 {
  margin: 43rem !important; }
  @media (max-width: 960px) {
    .m-43 {
      margin: 28.6681rem !important; } }

.m-43-5 {
  margin: 43.5rem !important; }
  @media (max-width: 960px) {
    .m-43-5 {
      margin: 29.00145rem !important; } }

.mt-43 {
  margin-top: 43rem !important; }
  @media (max-width: 960px) {
    .mt-43 {
      margin-top: 28.6681rem !important; } }

.mt-43-5 {
  margin-top: 43.5rem !important; }
  @media (max-width: 960px) {
    .mt-43-5 {
      margin-top: 29.00145rem !important; } }

.mb-43 {
  margin-bottom: 43rem !important; }
  @media (max-width: 960px) {
    .mb-43 {
      margin-bottom: 28.6681rem !important; } }

.mb-43-5 {
  margin-bottom: 43.5rem !important; }
  @media (max-width: 960px) {
    .mb-43-5 {
      margin-bottom: 29.00145rem !important; } }

.ml-43 {
  margin-left: 43rem !important; }
  @media (max-width: 960px) {
    .ml-43 {
      margin-left: 28.6681rem !important; } }

.ml-43-5 {
  margin-left: 43.5rem !important; }
  @media (max-width: 960px) {
    .ml-43-5 {
      margin-left: 29.00145rem !important; } }

.mr-43 {
  margin-right: 43rem !important; }
  @media (max-width: 960px) {
    .mr-43 {
      margin-right: 28.6681rem !important; } }

.mr-43-5 {
  margin-right: 43.5rem !important; }
  @media (max-width: 960px) {
    .mr-43-5 {
      margin-right: 29.00145rem !important; } }

.mx-43 {
  margin-left: 43rem !important;
  margin-right: 43rem !important; }
  @media (max-width: 960px) {
    .mx-43 {
      margin-left: 28.6681rem !important;
      margin-right: 28.6681rem !important; } }

.mx-43-5 {
  margin-left: 43.5rem !important;
  margin-right: 43.5rem !important; }
  @media (max-width: 960px) {
    .mx-43-5 {
      margin-left: 29.00145rem !important;
      margin-right: 29.00145rem !important; } }

.my-43 {
  margin-top: 43rem !important;
  margin-bottom: 43rem !important; }
  @media (max-width: 960px) {
    .my-43 {
      margin-top: 28.6681rem !important;
      margin-bottom: 28.6681rem !important; } }

.my-43-5 {
  margin-top: 43.5rem !important;
  margin-bottom: 43.5rem !important; }
  @media (max-width: 960px) {
    .my-43-5 {
      margin-top: 29.00145rem !important;
      margin-bottom: 29.00145rem !important; } }

.p-43 {
  padding: 43rem !important; }
  @media (max-width: 960px) {
    .p-43 {
      padding: 28.6681rem !important; } }

.p-43-5 {
  padding: 43.5rem !important; }
  @media (max-width: 960px) {
    .p-43-5 {
      padding: 29.00145rem !important; } }

.pt-43 {
  padding-top: 43rem !important; }
  @media (max-width: 960px) {
    .pt-43 {
      padding-top: 28.6681rem !important; } }

.pt-43-5 {
  padding-top: 43.5rem !important; }
  @media (max-width: 960px) {
    .pt-43-5 {
      padding-top: 29.00145rem !important; } }

.pb-43 {
  padding-bottom: 43rem !important; }
  @media (max-width: 960px) {
    .pb-43 {
      padding-bottom: 28.6681rem !important; } }

.pb-43-5 {
  padding-bottom: 43.5rem !important; }
  @media (max-width: 960px) {
    .pb-43-5 {
      padding-bottom: 29.00145rem !important; } }

.pl-43 {
  padding-left: 43rem !important; }
  @media (max-width: 960px) {
    .pl-43 {
      padding-left: 28.6681rem !important; } }

.pl-43-5 {
  padding-left: 43.5rem !important; }
  @media (max-width: 960px) {
    .pl-43-5 {
      padding-left: 29.00145rem !important; } }

.pr-43 {
  padding-right: 43rem !important; }
  @media (max-width: 960px) {
    .pr-43 {
      padding-right: 28.6681rem !important; } }

.pr-43-5 {
  padding-right: 43.5rem !important; }
  @media (max-width: 960px) {
    .pr-43-5 {
      padding-right: 29.00145rem !important; } }

.px-43 {
  padding-left: 43rem !important;
  padding-right: 43rem !important; }
  @media (max-width: 960px) {
    .px-43 {
      padding-left: 28.6681rem !important;
      padding-right: 28.6681rem !important; } }

.px-43-5 {
  padding-left: 43.5rem !important;
  padding-right: 43.5rem !important; }
  @media (max-width: 960px) {
    .px-43-5 {
      padding-left: 29.00145rem !important;
      padding-right: 29.00145rem !important; } }

.py-43 {
  padding-top: 43rem !important;
  padding-bottom: 43rem !important; }
  @media (max-width: 960px) {
    .py-43 {
      padding-top: 28.6681rem !important;
      padding-bottom: 28.6681rem !important; } }

.py-43-5 {
  padding-top: 43.5rem !important;
  padding-bottom: 43.5rem !important; }
  @media (max-width: 960px) {
    .py-43-5 {
      padding-top: 29.00145rem !important;
      padding-bottom: 29.00145rem !important; } }

.m-44 {
  margin: 44rem !important; }
  @media (max-width: 960px) {
    .m-44 {
      margin: 29.3348rem !important; } }

.m-44-5 {
  margin: 44.5rem !important; }
  @media (max-width: 960px) {
    .m-44-5 {
      margin: 29.66815rem !important; } }

.mt-44 {
  margin-top: 44rem !important; }
  @media (max-width: 960px) {
    .mt-44 {
      margin-top: 29.3348rem !important; } }

.mt-44-5 {
  margin-top: 44.5rem !important; }
  @media (max-width: 960px) {
    .mt-44-5 {
      margin-top: 29.66815rem !important; } }

.mb-44 {
  margin-bottom: 44rem !important; }
  @media (max-width: 960px) {
    .mb-44 {
      margin-bottom: 29.3348rem !important; } }

.mb-44-5 {
  margin-bottom: 44.5rem !important; }
  @media (max-width: 960px) {
    .mb-44-5 {
      margin-bottom: 29.66815rem !important; } }

.ml-44 {
  margin-left: 44rem !important; }
  @media (max-width: 960px) {
    .ml-44 {
      margin-left: 29.3348rem !important; } }

.ml-44-5 {
  margin-left: 44.5rem !important; }
  @media (max-width: 960px) {
    .ml-44-5 {
      margin-left: 29.66815rem !important; } }

.mr-44 {
  margin-right: 44rem !important; }
  @media (max-width: 960px) {
    .mr-44 {
      margin-right: 29.3348rem !important; } }

.mr-44-5 {
  margin-right: 44.5rem !important; }
  @media (max-width: 960px) {
    .mr-44-5 {
      margin-right: 29.66815rem !important; } }

.mx-44 {
  margin-left: 44rem !important;
  margin-right: 44rem !important; }
  @media (max-width: 960px) {
    .mx-44 {
      margin-left: 29.3348rem !important;
      margin-right: 29.3348rem !important; } }

.mx-44-5 {
  margin-left: 44.5rem !important;
  margin-right: 44.5rem !important; }
  @media (max-width: 960px) {
    .mx-44-5 {
      margin-left: 29.66815rem !important;
      margin-right: 29.66815rem !important; } }

.my-44 {
  margin-top: 44rem !important;
  margin-bottom: 44rem !important; }
  @media (max-width: 960px) {
    .my-44 {
      margin-top: 29.3348rem !important;
      margin-bottom: 29.3348rem !important; } }

.my-44-5 {
  margin-top: 44.5rem !important;
  margin-bottom: 44.5rem !important; }
  @media (max-width: 960px) {
    .my-44-5 {
      margin-top: 29.66815rem !important;
      margin-bottom: 29.66815rem !important; } }

.p-44 {
  padding: 44rem !important; }
  @media (max-width: 960px) {
    .p-44 {
      padding: 29.3348rem !important; } }

.p-44-5 {
  padding: 44.5rem !important; }
  @media (max-width: 960px) {
    .p-44-5 {
      padding: 29.66815rem !important; } }

.pt-44 {
  padding-top: 44rem !important; }
  @media (max-width: 960px) {
    .pt-44 {
      padding-top: 29.3348rem !important; } }

.pt-44-5 {
  padding-top: 44.5rem !important; }
  @media (max-width: 960px) {
    .pt-44-5 {
      padding-top: 29.66815rem !important; } }

.pb-44 {
  padding-bottom: 44rem !important; }
  @media (max-width: 960px) {
    .pb-44 {
      padding-bottom: 29.3348rem !important; } }

.pb-44-5 {
  padding-bottom: 44.5rem !important; }
  @media (max-width: 960px) {
    .pb-44-5 {
      padding-bottom: 29.66815rem !important; } }

.pl-44 {
  padding-left: 44rem !important; }
  @media (max-width: 960px) {
    .pl-44 {
      padding-left: 29.3348rem !important; } }

.pl-44-5 {
  padding-left: 44.5rem !important; }
  @media (max-width: 960px) {
    .pl-44-5 {
      padding-left: 29.66815rem !important; } }

.pr-44 {
  padding-right: 44rem !important; }
  @media (max-width: 960px) {
    .pr-44 {
      padding-right: 29.3348rem !important; } }

.pr-44-5 {
  padding-right: 44.5rem !important; }
  @media (max-width: 960px) {
    .pr-44-5 {
      padding-right: 29.66815rem !important; } }

.px-44 {
  padding-left: 44rem !important;
  padding-right: 44rem !important; }
  @media (max-width: 960px) {
    .px-44 {
      padding-left: 29.3348rem !important;
      padding-right: 29.3348rem !important; } }

.px-44-5 {
  padding-left: 44.5rem !important;
  padding-right: 44.5rem !important; }
  @media (max-width: 960px) {
    .px-44-5 {
      padding-left: 29.66815rem !important;
      padding-right: 29.66815rem !important; } }

.py-44 {
  padding-top: 44rem !important;
  padding-bottom: 44rem !important; }
  @media (max-width: 960px) {
    .py-44 {
      padding-top: 29.3348rem !important;
      padding-bottom: 29.3348rem !important; } }

.py-44-5 {
  padding-top: 44.5rem !important;
  padding-bottom: 44.5rem !important; }
  @media (max-width: 960px) {
    .py-44-5 {
      padding-top: 29.66815rem !important;
      padding-bottom: 29.66815rem !important; } }

.m-45 {
  margin: 45rem !important; }
  @media (max-width: 960px) {
    .m-45 {
      margin: 30.0015rem !important; } }

.m-45-5 {
  margin: 45.5rem !important; }
  @media (max-width: 960px) {
    .m-45-5 {
      margin: 30.33485rem !important; } }

.mt-45 {
  margin-top: 45rem !important; }
  @media (max-width: 960px) {
    .mt-45 {
      margin-top: 30.0015rem !important; } }

.mt-45-5 {
  margin-top: 45.5rem !important; }
  @media (max-width: 960px) {
    .mt-45-5 {
      margin-top: 30.33485rem !important; } }

.mb-45 {
  margin-bottom: 45rem !important; }
  @media (max-width: 960px) {
    .mb-45 {
      margin-bottom: 30.0015rem !important; } }

.mb-45-5 {
  margin-bottom: 45.5rem !important; }
  @media (max-width: 960px) {
    .mb-45-5 {
      margin-bottom: 30.33485rem !important; } }

.ml-45 {
  margin-left: 45rem !important; }
  @media (max-width: 960px) {
    .ml-45 {
      margin-left: 30.0015rem !important; } }

.ml-45-5 {
  margin-left: 45.5rem !important; }
  @media (max-width: 960px) {
    .ml-45-5 {
      margin-left: 30.33485rem !important; } }

.mr-45 {
  margin-right: 45rem !important; }
  @media (max-width: 960px) {
    .mr-45 {
      margin-right: 30.0015rem !important; } }

.mr-45-5 {
  margin-right: 45.5rem !important; }
  @media (max-width: 960px) {
    .mr-45-5 {
      margin-right: 30.33485rem !important; } }

.mx-45 {
  margin-left: 45rem !important;
  margin-right: 45rem !important; }
  @media (max-width: 960px) {
    .mx-45 {
      margin-left: 30.0015rem !important;
      margin-right: 30.0015rem !important; } }

.mx-45-5 {
  margin-left: 45.5rem !important;
  margin-right: 45.5rem !important; }
  @media (max-width: 960px) {
    .mx-45-5 {
      margin-left: 30.33485rem !important;
      margin-right: 30.33485rem !important; } }

.my-45 {
  margin-top: 45rem !important;
  margin-bottom: 45rem !important; }
  @media (max-width: 960px) {
    .my-45 {
      margin-top: 30.0015rem !important;
      margin-bottom: 30.0015rem !important; } }

.my-45-5 {
  margin-top: 45.5rem !important;
  margin-bottom: 45.5rem !important; }
  @media (max-width: 960px) {
    .my-45-5 {
      margin-top: 30.33485rem !important;
      margin-bottom: 30.33485rem !important; } }

.p-45 {
  padding: 45rem !important; }
  @media (max-width: 960px) {
    .p-45 {
      padding: 30.0015rem !important; } }

.p-45-5 {
  padding: 45.5rem !important; }
  @media (max-width: 960px) {
    .p-45-5 {
      padding: 30.33485rem !important; } }

.pt-45 {
  padding-top: 45rem !important; }
  @media (max-width: 960px) {
    .pt-45 {
      padding-top: 30.0015rem !important; } }

.pt-45-5 {
  padding-top: 45.5rem !important; }
  @media (max-width: 960px) {
    .pt-45-5 {
      padding-top: 30.33485rem !important; } }

.pb-45 {
  padding-bottom: 45rem !important; }
  @media (max-width: 960px) {
    .pb-45 {
      padding-bottom: 30.0015rem !important; } }

.pb-45-5 {
  padding-bottom: 45.5rem !important; }
  @media (max-width: 960px) {
    .pb-45-5 {
      padding-bottom: 30.33485rem !important; } }

.pl-45 {
  padding-left: 45rem !important; }
  @media (max-width: 960px) {
    .pl-45 {
      padding-left: 30.0015rem !important; } }

.pl-45-5 {
  padding-left: 45.5rem !important; }
  @media (max-width: 960px) {
    .pl-45-5 {
      padding-left: 30.33485rem !important; } }

.pr-45 {
  padding-right: 45rem !important; }
  @media (max-width: 960px) {
    .pr-45 {
      padding-right: 30.0015rem !important; } }

.pr-45-5 {
  padding-right: 45.5rem !important; }
  @media (max-width: 960px) {
    .pr-45-5 {
      padding-right: 30.33485rem !important; } }

.px-45 {
  padding-left: 45rem !important;
  padding-right: 45rem !important; }
  @media (max-width: 960px) {
    .px-45 {
      padding-left: 30.0015rem !important;
      padding-right: 30.0015rem !important; } }

.px-45-5 {
  padding-left: 45.5rem !important;
  padding-right: 45.5rem !important; }
  @media (max-width: 960px) {
    .px-45-5 {
      padding-left: 30.33485rem !important;
      padding-right: 30.33485rem !important; } }

.py-45 {
  padding-top: 45rem !important;
  padding-bottom: 45rem !important; }
  @media (max-width: 960px) {
    .py-45 {
      padding-top: 30.0015rem !important;
      padding-bottom: 30.0015rem !important; } }

.py-45-5 {
  padding-top: 45.5rem !important;
  padding-bottom: 45.5rem !important; }
  @media (max-width: 960px) {
    .py-45-5 {
      padding-top: 30.33485rem !important;
      padding-bottom: 30.33485rem !important; } }

.m-46 {
  margin: 46rem !important; }
  @media (max-width: 960px) {
    .m-46 {
      margin: 30.6682rem !important; } }

.m-46-5 {
  margin: 46.5rem !important; }
  @media (max-width: 960px) {
    .m-46-5 {
      margin: 31.00155rem !important; } }

.mt-46 {
  margin-top: 46rem !important; }
  @media (max-width: 960px) {
    .mt-46 {
      margin-top: 30.6682rem !important; } }

.mt-46-5 {
  margin-top: 46.5rem !important; }
  @media (max-width: 960px) {
    .mt-46-5 {
      margin-top: 31.00155rem !important; } }

.mb-46 {
  margin-bottom: 46rem !important; }
  @media (max-width: 960px) {
    .mb-46 {
      margin-bottom: 30.6682rem !important; } }

.mb-46-5 {
  margin-bottom: 46.5rem !important; }
  @media (max-width: 960px) {
    .mb-46-5 {
      margin-bottom: 31.00155rem !important; } }

.ml-46 {
  margin-left: 46rem !important; }
  @media (max-width: 960px) {
    .ml-46 {
      margin-left: 30.6682rem !important; } }

.ml-46-5 {
  margin-left: 46.5rem !important; }
  @media (max-width: 960px) {
    .ml-46-5 {
      margin-left: 31.00155rem !important; } }

.mr-46 {
  margin-right: 46rem !important; }
  @media (max-width: 960px) {
    .mr-46 {
      margin-right: 30.6682rem !important; } }

.mr-46-5 {
  margin-right: 46.5rem !important; }
  @media (max-width: 960px) {
    .mr-46-5 {
      margin-right: 31.00155rem !important; } }

.mx-46 {
  margin-left: 46rem !important;
  margin-right: 46rem !important; }
  @media (max-width: 960px) {
    .mx-46 {
      margin-left: 30.6682rem !important;
      margin-right: 30.6682rem !important; } }

.mx-46-5 {
  margin-left: 46.5rem !important;
  margin-right: 46.5rem !important; }
  @media (max-width: 960px) {
    .mx-46-5 {
      margin-left: 31.00155rem !important;
      margin-right: 31.00155rem !important; } }

.my-46 {
  margin-top: 46rem !important;
  margin-bottom: 46rem !important; }
  @media (max-width: 960px) {
    .my-46 {
      margin-top: 30.6682rem !important;
      margin-bottom: 30.6682rem !important; } }

.my-46-5 {
  margin-top: 46.5rem !important;
  margin-bottom: 46.5rem !important; }
  @media (max-width: 960px) {
    .my-46-5 {
      margin-top: 31.00155rem !important;
      margin-bottom: 31.00155rem !important; } }

.p-46 {
  padding: 46rem !important; }
  @media (max-width: 960px) {
    .p-46 {
      padding: 30.6682rem !important; } }

.p-46-5 {
  padding: 46.5rem !important; }
  @media (max-width: 960px) {
    .p-46-5 {
      padding: 31.00155rem !important; } }

.pt-46 {
  padding-top: 46rem !important; }
  @media (max-width: 960px) {
    .pt-46 {
      padding-top: 30.6682rem !important; } }

.pt-46-5 {
  padding-top: 46.5rem !important; }
  @media (max-width: 960px) {
    .pt-46-5 {
      padding-top: 31.00155rem !important; } }

.pb-46 {
  padding-bottom: 46rem !important; }
  @media (max-width: 960px) {
    .pb-46 {
      padding-bottom: 30.6682rem !important; } }

.pb-46-5 {
  padding-bottom: 46.5rem !important; }
  @media (max-width: 960px) {
    .pb-46-5 {
      padding-bottom: 31.00155rem !important; } }

.pl-46 {
  padding-left: 46rem !important; }
  @media (max-width: 960px) {
    .pl-46 {
      padding-left: 30.6682rem !important; } }

.pl-46-5 {
  padding-left: 46.5rem !important; }
  @media (max-width: 960px) {
    .pl-46-5 {
      padding-left: 31.00155rem !important; } }

.pr-46 {
  padding-right: 46rem !important; }
  @media (max-width: 960px) {
    .pr-46 {
      padding-right: 30.6682rem !important; } }

.pr-46-5 {
  padding-right: 46.5rem !important; }
  @media (max-width: 960px) {
    .pr-46-5 {
      padding-right: 31.00155rem !important; } }

.px-46 {
  padding-left: 46rem !important;
  padding-right: 46rem !important; }
  @media (max-width: 960px) {
    .px-46 {
      padding-left: 30.6682rem !important;
      padding-right: 30.6682rem !important; } }

.px-46-5 {
  padding-left: 46.5rem !important;
  padding-right: 46.5rem !important; }
  @media (max-width: 960px) {
    .px-46-5 {
      padding-left: 31.00155rem !important;
      padding-right: 31.00155rem !important; } }

.py-46 {
  padding-top: 46rem !important;
  padding-bottom: 46rem !important; }
  @media (max-width: 960px) {
    .py-46 {
      padding-top: 30.6682rem !important;
      padding-bottom: 30.6682rem !important; } }

.py-46-5 {
  padding-top: 46.5rem !important;
  padding-bottom: 46.5rem !important; }
  @media (max-width: 960px) {
    .py-46-5 {
      padding-top: 31.00155rem !important;
      padding-bottom: 31.00155rem !important; } }

.m-47 {
  margin: 47rem !important; }
  @media (max-width: 960px) {
    .m-47 {
      margin: 31.3349rem !important; } }

.m-47-5 {
  margin: 47.5rem !important; }
  @media (max-width: 960px) {
    .m-47-5 {
      margin: 31.66825rem !important; } }

.mt-47 {
  margin-top: 47rem !important; }
  @media (max-width: 960px) {
    .mt-47 {
      margin-top: 31.3349rem !important; } }

.mt-47-5 {
  margin-top: 47.5rem !important; }
  @media (max-width: 960px) {
    .mt-47-5 {
      margin-top: 31.66825rem !important; } }

.mb-47 {
  margin-bottom: 47rem !important; }
  @media (max-width: 960px) {
    .mb-47 {
      margin-bottom: 31.3349rem !important; } }

.mb-47-5 {
  margin-bottom: 47.5rem !important; }
  @media (max-width: 960px) {
    .mb-47-5 {
      margin-bottom: 31.66825rem !important; } }

.ml-47 {
  margin-left: 47rem !important; }
  @media (max-width: 960px) {
    .ml-47 {
      margin-left: 31.3349rem !important; } }

.ml-47-5 {
  margin-left: 47.5rem !important; }
  @media (max-width: 960px) {
    .ml-47-5 {
      margin-left: 31.66825rem !important; } }

.mr-47 {
  margin-right: 47rem !important; }
  @media (max-width: 960px) {
    .mr-47 {
      margin-right: 31.3349rem !important; } }

.mr-47-5 {
  margin-right: 47.5rem !important; }
  @media (max-width: 960px) {
    .mr-47-5 {
      margin-right: 31.66825rem !important; } }

.mx-47 {
  margin-left: 47rem !important;
  margin-right: 47rem !important; }
  @media (max-width: 960px) {
    .mx-47 {
      margin-left: 31.3349rem !important;
      margin-right: 31.3349rem !important; } }

.mx-47-5 {
  margin-left: 47.5rem !important;
  margin-right: 47.5rem !important; }
  @media (max-width: 960px) {
    .mx-47-5 {
      margin-left: 31.66825rem !important;
      margin-right: 31.66825rem !important; } }

.my-47 {
  margin-top: 47rem !important;
  margin-bottom: 47rem !important; }
  @media (max-width: 960px) {
    .my-47 {
      margin-top: 31.3349rem !important;
      margin-bottom: 31.3349rem !important; } }

.my-47-5 {
  margin-top: 47.5rem !important;
  margin-bottom: 47.5rem !important; }
  @media (max-width: 960px) {
    .my-47-5 {
      margin-top: 31.66825rem !important;
      margin-bottom: 31.66825rem !important; } }

.p-47 {
  padding: 47rem !important; }
  @media (max-width: 960px) {
    .p-47 {
      padding: 31.3349rem !important; } }

.p-47-5 {
  padding: 47.5rem !important; }
  @media (max-width: 960px) {
    .p-47-5 {
      padding: 31.66825rem !important; } }

.pt-47 {
  padding-top: 47rem !important; }
  @media (max-width: 960px) {
    .pt-47 {
      padding-top: 31.3349rem !important; } }

.pt-47-5 {
  padding-top: 47.5rem !important; }
  @media (max-width: 960px) {
    .pt-47-5 {
      padding-top: 31.66825rem !important; } }

.pb-47 {
  padding-bottom: 47rem !important; }
  @media (max-width: 960px) {
    .pb-47 {
      padding-bottom: 31.3349rem !important; } }

.pb-47-5 {
  padding-bottom: 47.5rem !important; }
  @media (max-width: 960px) {
    .pb-47-5 {
      padding-bottom: 31.66825rem !important; } }

.pl-47 {
  padding-left: 47rem !important; }
  @media (max-width: 960px) {
    .pl-47 {
      padding-left: 31.3349rem !important; } }

.pl-47-5 {
  padding-left: 47.5rem !important; }
  @media (max-width: 960px) {
    .pl-47-5 {
      padding-left: 31.66825rem !important; } }

.pr-47 {
  padding-right: 47rem !important; }
  @media (max-width: 960px) {
    .pr-47 {
      padding-right: 31.3349rem !important; } }

.pr-47-5 {
  padding-right: 47.5rem !important; }
  @media (max-width: 960px) {
    .pr-47-5 {
      padding-right: 31.66825rem !important; } }

.px-47 {
  padding-left: 47rem !important;
  padding-right: 47rem !important; }
  @media (max-width: 960px) {
    .px-47 {
      padding-left: 31.3349rem !important;
      padding-right: 31.3349rem !important; } }

.px-47-5 {
  padding-left: 47.5rem !important;
  padding-right: 47.5rem !important; }
  @media (max-width: 960px) {
    .px-47-5 {
      padding-left: 31.66825rem !important;
      padding-right: 31.66825rem !important; } }

.py-47 {
  padding-top: 47rem !important;
  padding-bottom: 47rem !important; }
  @media (max-width: 960px) {
    .py-47 {
      padding-top: 31.3349rem !important;
      padding-bottom: 31.3349rem !important; } }

.py-47-5 {
  padding-top: 47.5rem !important;
  padding-bottom: 47.5rem !important; }
  @media (max-width: 960px) {
    .py-47-5 {
      padding-top: 31.66825rem !important;
      padding-bottom: 31.66825rem !important; } }

.m-48 {
  margin: 48rem !important; }
  @media (max-width: 960px) {
    .m-48 {
      margin: 32.0016rem !important; } }

.m-48-5 {
  margin: 48.5rem !important; }
  @media (max-width: 960px) {
    .m-48-5 {
      margin: 32.33495rem !important; } }

.mt-48 {
  margin-top: 48rem !important; }
  @media (max-width: 960px) {
    .mt-48 {
      margin-top: 32.0016rem !important; } }

.mt-48-5 {
  margin-top: 48.5rem !important; }
  @media (max-width: 960px) {
    .mt-48-5 {
      margin-top: 32.33495rem !important; } }

.mb-48 {
  margin-bottom: 48rem !important; }
  @media (max-width: 960px) {
    .mb-48 {
      margin-bottom: 32.0016rem !important; } }

.mb-48-5 {
  margin-bottom: 48.5rem !important; }
  @media (max-width: 960px) {
    .mb-48-5 {
      margin-bottom: 32.33495rem !important; } }

.ml-48 {
  margin-left: 48rem !important; }
  @media (max-width: 960px) {
    .ml-48 {
      margin-left: 32.0016rem !important; } }

.ml-48-5 {
  margin-left: 48.5rem !important; }
  @media (max-width: 960px) {
    .ml-48-5 {
      margin-left: 32.33495rem !important; } }

.mr-48 {
  margin-right: 48rem !important; }
  @media (max-width: 960px) {
    .mr-48 {
      margin-right: 32.0016rem !important; } }

.mr-48-5 {
  margin-right: 48.5rem !important; }
  @media (max-width: 960px) {
    .mr-48-5 {
      margin-right: 32.33495rem !important; } }

.mx-48 {
  margin-left: 48rem !important;
  margin-right: 48rem !important; }
  @media (max-width: 960px) {
    .mx-48 {
      margin-left: 32.0016rem !important;
      margin-right: 32.0016rem !important; } }

.mx-48-5 {
  margin-left: 48.5rem !important;
  margin-right: 48.5rem !important; }
  @media (max-width: 960px) {
    .mx-48-5 {
      margin-left: 32.33495rem !important;
      margin-right: 32.33495rem !important; } }

.my-48 {
  margin-top: 48rem !important;
  margin-bottom: 48rem !important; }
  @media (max-width: 960px) {
    .my-48 {
      margin-top: 32.0016rem !important;
      margin-bottom: 32.0016rem !important; } }

.my-48-5 {
  margin-top: 48.5rem !important;
  margin-bottom: 48.5rem !important; }
  @media (max-width: 960px) {
    .my-48-5 {
      margin-top: 32.33495rem !important;
      margin-bottom: 32.33495rem !important; } }

.p-48 {
  padding: 48rem !important; }
  @media (max-width: 960px) {
    .p-48 {
      padding: 32.0016rem !important; } }

.p-48-5 {
  padding: 48.5rem !important; }
  @media (max-width: 960px) {
    .p-48-5 {
      padding: 32.33495rem !important; } }

.pt-48 {
  padding-top: 48rem !important; }
  @media (max-width: 960px) {
    .pt-48 {
      padding-top: 32.0016rem !important; } }

.pt-48-5 {
  padding-top: 48.5rem !important; }
  @media (max-width: 960px) {
    .pt-48-5 {
      padding-top: 32.33495rem !important; } }

.pb-48 {
  padding-bottom: 48rem !important; }
  @media (max-width: 960px) {
    .pb-48 {
      padding-bottom: 32.0016rem !important; } }

.pb-48-5 {
  padding-bottom: 48.5rem !important; }
  @media (max-width: 960px) {
    .pb-48-5 {
      padding-bottom: 32.33495rem !important; } }

.pl-48 {
  padding-left: 48rem !important; }
  @media (max-width: 960px) {
    .pl-48 {
      padding-left: 32.0016rem !important; } }

.pl-48-5 {
  padding-left: 48.5rem !important; }
  @media (max-width: 960px) {
    .pl-48-5 {
      padding-left: 32.33495rem !important; } }

.pr-48 {
  padding-right: 48rem !important; }
  @media (max-width: 960px) {
    .pr-48 {
      padding-right: 32.0016rem !important; } }

.pr-48-5 {
  padding-right: 48.5rem !important; }
  @media (max-width: 960px) {
    .pr-48-5 {
      padding-right: 32.33495rem !important; } }

.px-48 {
  padding-left: 48rem !important;
  padding-right: 48rem !important; }
  @media (max-width: 960px) {
    .px-48 {
      padding-left: 32.0016rem !important;
      padding-right: 32.0016rem !important; } }

.px-48-5 {
  padding-left: 48.5rem !important;
  padding-right: 48.5rem !important; }
  @media (max-width: 960px) {
    .px-48-5 {
      padding-left: 32.33495rem !important;
      padding-right: 32.33495rem !important; } }

.py-48 {
  padding-top: 48rem !important;
  padding-bottom: 48rem !important; }
  @media (max-width: 960px) {
    .py-48 {
      padding-top: 32.0016rem !important;
      padding-bottom: 32.0016rem !important; } }

.py-48-5 {
  padding-top: 48.5rem !important;
  padding-bottom: 48.5rem !important; }
  @media (max-width: 960px) {
    .py-48-5 {
      padding-top: 32.33495rem !important;
      padding-bottom: 32.33495rem !important; } }

.m-49 {
  margin: 49rem !important; }
  @media (max-width: 960px) {
    .m-49 {
      margin: 32.6683rem !important; } }

.m-49-5 {
  margin: 49.5rem !important; }
  @media (max-width: 960px) {
    .m-49-5 {
      margin: 33.00165rem !important; } }

.mt-49 {
  margin-top: 49rem !important; }
  @media (max-width: 960px) {
    .mt-49 {
      margin-top: 32.6683rem !important; } }

.mt-49-5 {
  margin-top: 49.5rem !important; }
  @media (max-width: 960px) {
    .mt-49-5 {
      margin-top: 33.00165rem !important; } }

.mb-49 {
  margin-bottom: 49rem !important; }
  @media (max-width: 960px) {
    .mb-49 {
      margin-bottom: 32.6683rem !important; } }

.mb-49-5 {
  margin-bottom: 49.5rem !important; }
  @media (max-width: 960px) {
    .mb-49-5 {
      margin-bottom: 33.00165rem !important; } }

.ml-49 {
  margin-left: 49rem !important; }
  @media (max-width: 960px) {
    .ml-49 {
      margin-left: 32.6683rem !important; } }

.ml-49-5 {
  margin-left: 49.5rem !important; }
  @media (max-width: 960px) {
    .ml-49-5 {
      margin-left: 33.00165rem !important; } }

.mr-49 {
  margin-right: 49rem !important; }
  @media (max-width: 960px) {
    .mr-49 {
      margin-right: 32.6683rem !important; } }

.mr-49-5 {
  margin-right: 49.5rem !important; }
  @media (max-width: 960px) {
    .mr-49-5 {
      margin-right: 33.00165rem !important; } }

.mx-49 {
  margin-left: 49rem !important;
  margin-right: 49rem !important; }
  @media (max-width: 960px) {
    .mx-49 {
      margin-left: 32.6683rem !important;
      margin-right: 32.6683rem !important; } }

.mx-49-5 {
  margin-left: 49.5rem !important;
  margin-right: 49.5rem !important; }
  @media (max-width: 960px) {
    .mx-49-5 {
      margin-left: 33.00165rem !important;
      margin-right: 33.00165rem !important; } }

.my-49 {
  margin-top: 49rem !important;
  margin-bottom: 49rem !important; }
  @media (max-width: 960px) {
    .my-49 {
      margin-top: 32.6683rem !important;
      margin-bottom: 32.6683rem !important; } }

.my-49-5 {
  margin-top: 49.5rem !important;
  margin-bottom: 49.5rem !important; }
  @media (max-width: 960px) {
    .my-49-5 {
      margin-top: 33.00165rem !important;
      margin-bottom: 33.00165rem !important; } }

.p-49 {
  padding: 49rem !important; }
  @media (max-width: 960px) {
    .p-49 {
      padding: 32.6683rem !important; } }

.p-49-5 {
  padding: 49.5rem !important; }
  @media (max-width: 960px) {
    .p-49-5 {
      padding: 33.00165rem !important; } }

.pt-49 {
  padding-top: 49rem !important; }
  @media (max-width: 960px) {
    .pt-49 {
      padding-top: 32.6683rem !important; } }

.pt-49-5 {
  padding-top: 49.5rem !important; }
  @media (max-width: 960px) {
    .pt-49-5 {
      padding-top: 33.00165rem !important; } }

.pb-49 {
  padding-bottom: 49rem !important; }
  @media (max-width: 960px) {
    .pb-49 {
      padding-bottom: 32.6683rem !important; } }

.pb-49-5 {
  padding-bottom: 49.5rem !important; }
  @media (max-width: 960px) {
    .pb-49-5 {
      padding-bottom: 33.00165rem !important; } }

.pl-49 {
  padding-left: 49rem !important; }
  @media (max-width: 960px) {
    .pl-49 {
      padding-left: 32.6683rem !important; } }

.pl-49-5 {
  padding-left: 49.5rem !important; }
  @media (max-width: 960px) {
    .pl-49-5 {
      padding-left: 33.00165rem !important; } }

.pr-49 {
  padding-right: 49rem !important; }
  @media (max-width: 960px) {
    .pr-49 {
      padding-right: 32.6683rem !important; } }

.pr-49-5 {
  padding-right: 49.5rem !important; }
  @media (max-width: 960px) {
    .pr-49-5 {
      padding-right: 33.00165rem !important; } }

.px-49 {
  padding-left: 49rem !important;
  padding-right: 49rem !important; }
  @media (max-width: 960px) {
    .px-49 {
      padding-left: 32.6683rem !important;
      padding-right: 32.6683rem !important; } }

.px-49-5 {
  padding-left: 49.5rem !important;
  padding-right: 49.5rem !important; }
  @media (max-width: 960px) {
    .px-49-5 {
      padding-left: 33.00165rem !important;
      padding-right: 33.00165rem !important; } }

.py-49 {
  padding-top: 49rem !important;
  padding-bottom: 49rem !important; }
  @media (max-width: 960px) {
    .py-49 {
      padding-top: 32.6683rem !important;
      padding-bottom: 32.6683rem !important; } }

.py-49-5 {
  padding-top: 49.5rem !important;
  padding-bottom: 49.5rem !important; }
  @media (max-width: 960px) {
    .py-49-5 {
      padding-top: 33.00165rem !important;
      padding-bottom: 33.00165rem !important; } }

.m-50 {
  margin: 50rem !important; }
  @media (max-width: 960px) {
    .m-50 {
      margin: 33.335rem !important; } }

.m-50-5 {
  margin: 50.5rem !important; }
  @media (max-width: 960px) {
    .m-50-5 {
      margin: 33.66835rem !important; } }

.mt-50 {
  margin-top: 50rem !important; }
  @media (max-width: 960px) {
    .mt-50 {
      margin-top: 33.335rem !important; } }

.mt-50-5 {
  margin-top: 50.5rem !important; }
  @media (max-width: 960px) {
    .mt-50-5 {
      margin-top: 33.66835rem !important; } }

.mb-50 {
  margin-bottom: 50rem !important; }
  @media (max-width: 960px) {
    .mb-50 {
      margin-bottom: 33.335rem !important; } }

.mb-50-5 {
  margin-bottom: 50.5rem !important; }
  @media (max-width: 960px) {
    .mb-50-5 {
      margin-bottom: 33.66835rem !important; } }

.ml-50 {
  margin-left: 50rem !important; }
  @media (max-width: 960px) {
    .ml-50 {
      margin-left: 33.335rem !important; } }

.ml-50-5 {
  margin-left: 50.5rem !important; }
  @media (max-width: 960px) {
    .ml-50-5 {
      margin-left: 33.66835rem !important; } }

.mr-50 {
  margin-right: 50rem !important; }
  @media (max-width: 960px) {
    .mr-50 {
      margin-right: 33.335rem !important; } }

.mr-50-5 {
  margin-right: 50.5rem !important; }
  @media (max-width: 960px) {
    .mr-50-5 {
      margin-right: 33.66835rem !important; } }

.mx-50 {
  margin-left: 50rem !important;
  margin-right: 50rem !important; }
  @media (max-width: 960px) {
    .mx-50 {
      margin-left: 33.335rem !important;
      margin-right: 33.335rem !important; } }

.mx-50-5 {
  margin-left: 50.5rem !important;
  margin-right: 50.5rem !important; }
  @media (max-width: 960px) {
    .mx-50-5 {
      margin-left: 33.66835rem !important;
      margin-right: 33.66835rem !important; } }

.my-50 {
  margin-top: 50rem !important;
  margin-bottom: 50rem !important; }
  @media (max-width: 960px) {
    .my-50 {
      margin-top: 33.335rem !important;
      margin-bottom: 33.335rem !important; } }

.my-50-5 {
  margin-top: 50.5rem !important;
  margin-bottom: 50.5rem !important; }
  @media (max-width: 960px) {
    .my-50-5 {
      margin-top: 33.66835rem !important;
      margin-bottom: 33.66835rem !important; } }

.p-50 {
  padding: 50rem !important; }
  @media (max-width: 960px) {
    .p-50 {
      padding: 33.335rem !important; } }

.p-50-5 {
  padding: 50.5rem !important; }
  @media (max-width: 960px) {
    .p-50-5 {
      padding: 33.66835rem !important; } }

.pt-50 {
  padding-top: 50rem !important; }
  @media (max-width: 960px) {
    .pt-50 {
      padding-top: 33.335rem !important; } }

.pt-50-5 {
  padding-top: 50.5rem !important; }
  @media (max-width: 960px) {
    .pt-50-5 {
      padding-top: 33.66835rem !important; } }

.pb-50 {
  padding-bottom: 50rem !important; }
  @media (max-width: 960px) {
    .pb-50 {
      padding-bottom: 33.335rem !important; } }

.pb-50-5 {
  padding-bottom: 50.5rem !important; }
  @media (max-width: 960px) {
    .pb-50-5 {
      padding-bottom: 33.66835rem !important; } }

.pl-50 {
  padding-left: 50rem !important; }
  @media (max-width: 960px) {
    .pl-50 {
      padding-left: 33.335rem !important; } }

.pl-50-5 {
  padding-left: 50.5rem !important; }
  @media (max-width: 960px) {
    .pl-50-5 {
      padding-left: 33.66835rem !important; } }

.pr-50 {
  padding-right: 50rem !important; }
  @media (max-width: 960px) {
    .pr-50 {
      padding-right: 33.335rem !important; } }

.pr-50-5 {
  padding-right: 50.5rem !important; }
  @media (max-width: 960px) {
    .pr-50-5 {
      padding-right: 33.66835rem !important; } }

.px-50 {
  padding-left: 50rem !important;
  padding-right: 50rem !important; }
  @media (max-width: 960px) {
    .px-50 {
      padding-left: 33.335rem !important;
      padding-right: 33.335rem !important; } }

.px-50-5 {
  padding-left: 50.5rem !important;
  padding-right: 50.5rem !important; }
  @media (max-width: 960px) {
    .px-50-5 {
      padding-left: 33.66835rem !important;
      padding-right: 33.66835rem !important; } }

.py-50 {
  padding-top: 50rem !important;
  padding-bottom: 50rem !important; }
  @media (max-width: 960px) {
    .py-50 {
      padding-top: 33.335rem !important;
      padding-bottom: 33.335rem !important; } }

.py-50-5 {
  padding-top: 50.5rem !important;
  padding-bottom: 50.5rem !important; }
  @media (max-width: 960px) {
    .py-50-5 {
      padding-top: 33.66835rem !important;
      padding-bottom: 33.66835rem !important; } }

.m-51 {
  margin: 51rem !important; }
  @media (max-width: 960px) {
    .m-51 {
      margin: 34.0017rem !important; } }

.m-51-5 {
  margin: 51.5rem !important; }
  @media (max-width: 960px) {
    .m-51-5 {
      margin: 34.33505rem !important; } }

.mt-51 {
  margin-top: 51rem !important; }
  @media (max-width: 960px) {
    .mt-51 {
      margin-top: 34.0017rem !important; } }

.mt-51-5 {
  margin-top: 51.5rem !important; }
  @media (max-width: 960px) {
    .mt-51-5 {
      margin-top: 34.33505rem !important; } }

.mb-51 {
  margin-bottom: 51rem !important; }
  @media (max-width: 960px) {
    .mb-51 {
      margin-bottom: 34.0017rem !important; } }

.mb-51-5 {
  margin-bottom: 51.5rem !important; }
  @media (max-width: 960px) {
    .mb-51-5 {
      margin-bottom: 34.33505rem !important; } }

.ml-51 {
  margin-left: 51rem !important; }
  @media (max-width: 960px) {
    .ml-51 {
      margin-left: 34.0017rem !important; } }

.ml-51-5 {
  margin-left: 51.5rem !important; }
  @media (max-width: 960px) {
    .ml-51-5 {
      margin-left: 34.33505rem !important; } }

.mr-51 {
  margin-right: 51rem !important; }
  @media (max-width: 960px) {
    .mr-51 {
      margin-right: 34.0017rem !important; } }

.mr-51-5 {
  margin-right: 51.5rem !important; }
  @media (max-width: 960px) {
    .mr-51-5 {
      margin-right: 34.33505rem !important; } }

.mx-51 {
  margin-left: 51rem !important;
  margin-right: 51rem !important; }
  @media (max-width: 960px) {
    .mx-51 {
      margin-left: 34.0017rem !important;
      margin-right: 34.0017rem !important; } }

.mx-51-5 {
  margin-left: 51.5rem !important;
  margin-right: 51.5rem !important; }
  @media (max-width: 960px) {
    .mx-51-5 {
      margin-left: 34.33505rem !important;
      margin-right: 34.33505rem !important; } }

.my-51 {
  margin-top: 51rem !important;
  margin-bottom: 51rem !important; }
  @media (max-width: 960px) {
    .my-51 {
      margin-top: 34.0017rem !important;
      margin-bottom: 34.0017rem !important; } }

.my-51-5 {
  margin-top: 51.5rem !important;
  margin-bottom: 51.5rem !important; }
  @media (max-width: 960px) {
    .my-51-5 {
      margin-top: 34.33505rem !important;
      margin-bottom: 34.33505rem !important; } }

.p-51 {
  padding: 51rem !important; }
  @media (max-width: 960px) {
    .p-51 {
      padding: 34.0017rem !important; } }

.p-51-5 {
  padding: 51.5rem !important; }
  @media (max-width: 960px) {
    .p-51-5 {
      padding: 34.33505rem !important; } }

.pt-51 {
  padding-top: 51rem !important; }
  @media (max-width: 960px) {
    .pt-51 {
      padding-top: 34.0017rem !important; } }

.pt-51-5 {
  padding-top: 51.5rem !important; }
  @media (max-width: 960px) {
    .pt-51-5 {
      padding-top: 34.33505rem !important; } }

.pb-51 {
  padding-bottom: 51rem !important; }
  @media (max-width: 960px) {
    .pb-51 {
      padding-bottom: 34.0017rem !important; } }

.pb-51-5 {
  padding-bottom: 51.5rem !important; }
  @media (max-width: 960px) {
    .pb-51-5 {
      padding-bottom: 34.33505rem !important; } }

.pl-51 {
  padding-left: 51rem !important; }
  @media (max-width: 960px) {
    .pl-51 {
      padding-left: 34.0017rem !important; } }

.pl-51-5 {
  padding-left: 51.5rem !important; }
  @media (max-width: 960px) {
    .pl-51-5 {
      padding-left: 34.33505rem !important; } }

.pr-51 {
  padding-right: 51rem !important; }
  @media (max-width: 960px) {
    .pr-51 {
      padding-right: 34.0017rem !important; } }

.pr-51-5 {
  padding-right: 51.5rem !important; }
  @media (max-width: 960px) {
    .pr-51-5 {
      padding-right: 34.33505rem !important; } }

.px-51 {
  padding-left: 51rem !important;
  padding-right: 51rem !important; }
  @media (max-width: 960px) {
    .px-51 {
      padding-left: 34.0017rem !important;
      padding-right: 34.0017rem !important; } }

.px-51-5 {
  padding-left: 51.5rem !important;
  padding-right: 51.5rem !important; }
  @media (max-width: 960px) {
    .px-51-5 {
      padding-left: 34.33505rem !important;
      padding-right: 34.33505rem !important; } }

.py-51 {
  padding-top: 51rem !important;
  padding-bottom: 51rem !important; }
  @media (max-width: 960px) {
    .py-51 {
      padding-top: 34.0017rem !important;
      padding-bottom: 34.0017rem !important; } }

.py-51-5 {
  padding-top: 51.5rem !important;
  padding-bottom: 51.5rem !important; }
  @media (max-width: 960px) {
    .py-51-5 {
      padding-top: 34.33505rem !important;
      padding-bottom: 34.33505rem !important; } }

.m-52 {
  margin: 52rem !important; }
  @media (max-width: 960px) {
    .m-52 {
      margin: 34.6684rem !important; } }

.m-52-5 {
  margin: 52.5rem !important; }
  @media (max-width: 960px) {
    .m-52-5 {
      margin: 35.00175rem !important; } }

.mt-52 {
  margin-top: 52rem !important; }
  @media (max-width: 960px) {
    .mt-52 {
      margin-top: 34.6684rem !important; } }

.mt-52-5 {
  margin-top: 52.5rem !important; }
  @media (max-width: 960px) {
    .mt-52-5 {
      margin-top: 35.00175rem !important; } }

.mb-52 {
  margin-bottom: 52rem !important; }
  @media (max-width: 960px) {
    .mb-52 {
      margin-bottom: 34.6684rem !important; } }

.mb-52-5 {
  margin-bottom: 52.5rem !important; }
  @media (max-width: 960px) {
    .mb-52-5 {
      margin-bottom: 35.00175rem !important; } }

.ml-52 {
  margin-left: 52rem !important; }
  @media (max-width: 960px) {
    .ml-52 {
      margin-left: 34.6684rem !important; } }

.ml-52-5 {
  margin-left: 52.5rem !important; }
  @media (max-width: 960px) {
    .ml-52-5 {
      margin-left: 35.00175rem !important; } }

.mr-52 {
  margin-right: 52rem !important; }
  @media (max-width: 960px) {
    .mr-52 {
      margin-right: 34.6684rem !important; } }

.mr-52-5 {
  margin-right: 52.5rem !important; }
  @media (max-width: 960px) {
    .mr-52-5 {
      margin-right: 35.00175rem !important; } }

.mx-52 {
  margin-left: 52rem !important;
  margin-right: 52rem !important; }
  @media (max-width: 960px) {
    .mx-52 {
      margin-left: 34.6684rem !important;
      margin-right: 34.6684rem !important; } }

.mx-52-5 {
  margin-left: 52.5rem !important;
  margin-right: 52.5rem !important; }
  @media (max-width: 960px) {
    .mx-52-5 {
      margin-left: 35.00175rem !important;
      margin-right: 35.00175rem !important; } }

.my-52 {
  margin-top: 52rem !important;
  margin-bottom: 52rem !important; }
  @media (max-width: 960px) {
    .my-52 {
      margin-top: 34.6684rem !important;
      margin-bottom: 34.6684rem !important; } }

.my-52-5 {
  margin-top: 52.5rem !important;
  margin-bottom: 52.5rem !important; }
  @media (max-width: 960px) {
    .my-52-5 {
      margin-top: 35.00175rem !important;
      margin-bottom: 35.00175rem !important; } }

.p-52 {
  padding: 52rem !important; }
  @media (max-width: 960px) {
    .p-52 {
      padding: 34.6684rem !important; } }

.p-52-5 {
  padding: 52.5rem !important; }
  @media (max-width: 960px) {
    .p-52-5 {
      padding: 35.00175rem !important; } }

.pt-52 {
  padding-top: 52rem !important; }
  @media (max-width: 960px) {
    .pt-52 {
      padding-top: 34.6684rem !important; } }

.pt-52-5 {
  padding-top: 52.5rem !important; }
  @media (max-width: 960px) {
    .pt-52-5 {
      padding-top: 35.00175rem !important; } }

.pb-52 {
  padding-bottom: 52rem !important; }
  @media (max-width: 960px) {
    .pb-52 {
      padding-bottom: 34.6684rem !important; } }

.pb-52-5 {
  padding-bottom: 52.5rem !important; }
  @media (max-width: 960px) {
    .pb-52-5 {
      padding-bottom: 35.00175rem !important; } }

.pl-52 {
  padding-left: 52rem !important; }
  @media (max-width: 960px) {
    .pl-52 {
      padding-left: 34.6684rem !important; } }

.pl-52-5 {
  padding-left: 52.5rem !important; }
  @media (max-width: 960px) {
    .pl-52-5 {
      padding-left: 35.00175rem !important; } }

.pr-52 {
  padding-right: 52rem !important; }
  @media (max-width: 960px) {
    .pr-52 {
      padding-right: 34.6684rem !important; } }

.pr-52-5 {
  padding-right: 52.5rem !important; }
  @media (max-width: 960px) {
    .pr-52-5 {
      padding-right: 35.00175rem !important; } }

.px-52 {
  padding-left: 52rem !important;
  padding-right: 52rem !important; }
  @media (max-width: 960px) {
    .px-52 {
      padding-left: 34.6684rem !important;
      padding-right: 34.6684rem !important; } }

.px-52-5 {
  padding-left: 52.5rem !important;
  padding-right: 52.5rem !important; }
  @media (max-width: 960px) {
    .px-52-5 {
      padding-left: 35.00175rem !important;
      padding-right: 35.00175rem !important; } }

.py-52 {
  padding-top: 52rem !important;
  padding-bottom: 52rem !important; }
  @media (max-width: 960px) {
    .py-52 {
      padding-top: 34.6684rem !important;
      padding-bottom: 34.6684rem !important; } }

.py-52-5 {
  padding-top: 52.5rem !important;
  padding-bottom: 52.5rem !important; }
  @media (max-width: 960px) {
    .py-52-5 {
      padding-top: 35.00175rem !important;
      padding-bottom: 35.00175rem !important; } }

.m-53 {
  margin: 53rem !important; }
  @media (max-width: 960px) {
    .m-53 {
      margin: 35.3351rem !important; } }

.m-53-5 {
  margin: 53.5rem !important; }
  @media (max-width: 960px) {
    .m-53-5 {
      margin: 35.66845rem !important; } }

.mt-53 {
  margin-top: 53rem !important; }
  @media (max-width: 960px) {
    .mt-53 {
      margin-top: 35.3351rem !important; } }

.mt-53-5 {
  margin-top: 53.5rem !important; }
  @media (max-width: 960px) {
    .mt-53-5 {
      margin-top: 35.66845rem !important; } }

.mb-53 {
  margin-bottom: 53rem !important; }
  @media (max-width: 960px) {
    .mb-53 {
      margin-bottom: 35.3351rem !important; } }

.mb-53-5 {
  margin-bottom: 53.5rem !important; }
  @media (max-width: 960px) {
    .mb-53-5 {
      margin-bottom: 35.66845rem !important; } }

.ml-53 {
  margin-left: 53rem !important; }
  @media (max-width: 960px) {
    .ml-53 {
      margin-left: 35.3351rem !important; } }

.ml-53-5 {
  margin-left: 53.5rem !important; }
  @media (max-width: 960px) {
    .ml-53-5 {
      margin-left: 35.66845rem !important; } }

.mr-53 {
  margin-right: 53rem !important; }
  @media (max-width: 960px) {
    .mr-53 {
      margin-right: 35.3351rem !important; } }

.mr-53-5 {
  margin-right: 53.5rem !important; }
  @media (max-width: 960px) {
    .mr-53-5 {
      margin-right: 35.66845rem !important; } }

.mx-53 {
  margin-left: 53rem !important;
  margin-right: 53rem !important; }
  @media (max-width: 960px) {
    .mx-53 {
      margin-left: 35.3351rem !important;
      margin-right: 35.3351rem !important; } }

.mx-53-5 {
  margin-left: 53.5rem !important;
  margin-right: 53.5rem !important; }
  @media (max-width: 960px) {
    .mx-53-5 {
      margin-left: 35.66845rem !important;
      margin-right: 35.66845rem !important; } }

.my-53 {
  margin-top: 53rem !important;
  margin-bottom: 53rem !important; }
  @media (max-width: 960px) {
    .my-53 {
      margin-top: 35.3351rem !important;
      margin-bottom: 35.3351rem !important; } }

.my-53-5 {
  margin-top: 53.5rem !important;
  margin-bottom: 53.5rem !important; }
  @media (max-width: 960px) {
    .my-53-5 {
      margin-top: 35.66845rem !important;
      margin-bottom: 35.66845rem !important; } }

.p-53 {
  padding: 53rem !important; }
  @media (max-width: 960px) {
    .p-53 {
      padding: 35.3351rem !important; } }

.p-53-5 {
  padding: 53.5rem !important; }
  @media (max-width: 960px) {
    .p-53-5 {
      padding: 35.66845rem !important; } }

.pt-53 {
  padding-top: 53rem !important; }
  @media (max-width: 960px) {
    .pt-53 {
      padding-top: 35.3351rem !important; } }

.pt-53-5 {
  padding-top: 53.5rem !important; }
  @media (max-width: 960px) {
    .pt-53-5 {
      padding-top: 35.66845rem !important; } }

.pb-53 {
  padding-bottom: 53rem !important; }
  @media (max-width: 960px) {
    .pb-53 {
      padding-bottom: 35.3351rem !important; } }

.pb-53-5 {
  padding-bottom: 53.5rem !important; }
  @media (max-width: 960px) {
    .pb-53-5 {
      padding-bottom: 35.66845rem !important; } }

.pl-53 {
  padding-left: 53rem !important; }
  @media (max-width: 960px) {
    .pl-53 {
      padding-left: 35.3351rem !important; } }

.pl-53-5 {
  padding-left: 53.5rem !important; }
  @media (max-width: 960px) {
    .pl-53-5 {
      padding-left: 35.66845rem !important; } }

.pr-53 {
  padding-right: 53rem !important; }
  @media (max-width: 960px) {
    .pr-53 {
      padding-right: 35.3351rem !important; } }

.pr-53-5 {
  padding-right: 53.5rem !important; }
  @media (max-width: 960px) {
    .pr-53-5 {
      padding-right: 35.66845rem !important; } }

.px-53 {
  padding-left: 53rem !important;
  padding-right: 53rem !important; }
  @media (max-width: 960px) {
    .px-53 {
      padding-left: 35.3351rem !important;
      padding-right: 35.3351rem !important; } }

.px-53-5 {
  padding-left: 53.5rem !important;
  padding-right: 53.5rem !important; }
  @media (max-width: 960px) {
    .px-53-5 {
      padding-left: 35.66845rem !important;
      padding-right: 35.66845rem !important; } }

.py-53 {
  padding-top: 53rem !important;
  padding-bottom: 53rem !important; }
  @media (max-width: 960px) {
    .py-53 {
      padding-top: 35.3351rem !important;
      padding-bottom: 35.3351rem !important; } }

.py-53-5 {
  padding-top: 53.5rem !important;
  padding-bottom: 53.5rem !important; }
  @media (max-width: 960px) {
    .py-53-5 {
      padding-top: 35.66845rem !important;
      padding-bottom: 35.66845rem !important; } }

.m-54 {
  margin: 54rem !important; }
  @media (max-width: 960px) {
    .m-54 {
      margin: 36.0018rem !important; } }

.m-54-5 {
  margin: 54.5rem !important; }
  @media (max-width: 960px) {
    .m-54-5 {
      margin: 36.33515rem !important; } }

.mt-54 {
  margin-top: 54rem !important; }
  @media (max-width: 960px) {
    .mt-54 {
      margin-top: 36.0018rem !important; } }

.mt-54-5 {
  margin-top: 54.5rem !important; }
  @media (max-width: 960px) {
    .mt-54-5 {
      margin-top: 36.33515rem !important; } }

.mb-54 {
  margin-bottom: 54rem !important; }
  @media (max-width: 960px) {
    .mb-54 {
      margin-bottom: 36.0018rem !important; } }

.mb-54-5 {
  margin-bottom: 54.5rem !important; }
  @media (max-width: 960px) {
    .mb-54-5 {
      margin-bottom: 36.33515rem !important; } }

.ml-54 {
  margin-left: 54rem !important; }
  @media (max-width: 960px) {
    .ml-54 {
      margin-left: 36.0018rem !important; } }

.ml-54-5 {
  margin-left: 54.5rem !important; }
  @media (max-width: 960px) {
    .ml-54-5 {
      margin-left: 36.33515rem !important; } }

.mr-54 {
  margin-right: 54rem !important; }
  @media (max-width: 960px) {
    .mr-54 {
      margin-right: 36.0018rem !important; } }

.mr-54-5 {
  margin-right: 54.5rem !important; }
  @media (max-width: 960px) {
    .mr-54-5 {
      margin-right: 36.33515rem !important; } }

.mx-54 {
  margin-left: 54rem !important;
  margin-right: 54rem !important; }
  @media (max-width: 960px) {
    .mx-54 {
      margin-left: 36.0018rem !important;
      margin-right: 36.0018rem !important; } }

.mx-54-5 {
  margin-left: 54.5rem !important;
  margin-right: 54.5rem !important; }
  @media (max-width: 960px) {
    .mx-54-5 {
      margin-left: 36.33515rem !important;
      margin-right: 36.33515rem !important; } }

.my-54 {
  margin-top: 54rem !important;
  margin-bottom: 54rem !important; }
  @media (max-width: 960px) {
    .my-54 {
      margin-top: 36.0018rem !important;
      margin-bottom: 36.0018rem !important; } }

.my-54-5 {
  margin-top: 54.5rem !important;
  margin-bottom: 54.5rem !important; }
  @media (max-width: 960px) {
    .my-54-5 {
      margin-top: 36.33515rem !important;
      margin-bottom: 36.33515rem !important; } }

.p-54 {
  padding: 54rem !important; }
  @media (max-width: 960px) {
    .p-54 {
      padding: 36.0018rem !important; } }

.p-54-5 {
  padding: 54.5rem !important; }
  @media (max-width: 960px) {
    .p-54-5 {
      padding: 36.33515rem !important; } }

.pt-54 {
  padding-top: 54rem !important; }
  @media (max-width: 960px) {
    .pt-54 {
      padding-top: 36.0018rem !important; } }

.pt-54-5 {
  padding-top: 54.5rem !important; }
  @media (max-width: 960px) {
    .pt-54-5 {
      padding-top: 36.33515rem !important; } }

.pb-54 {
  padding-bottom: 54rem !important; }
  @media (max-width: 960px) {
    .pb-54 {
      padding-bottom: 36.0018rem !important; } }

.pb-54-5 {
  padding-bottom: 54.5rem !important; }
  @media (max-width: 960px) {
    .pb-54-5 {
      padding-bottom: 36.33515rem !important; } }

.pl-54 {
  padding-left: 54rem !important; }
  @media (max-width: 960px) {
    .pl-54 {
      padding-left: 36.0018rem !important; } }

.pl-54-5 {
  padding-left: 54.5rem !important; }
  @media (max-width: 960px) {
    .pl-54-5 {
      padding-left: 36.33515rem !important; } }

.pr-54 {
  padding-right: 54rem !important; }
  @media (max-width: 960px) {
    .pr-54 {
      padding-right: 36.0018rem !important; } }

.pr-54-5 {
  padding-right: 54.5rem !important; }
  @media (max-width: 960px) {
    .pr-54-5 {
      padding-right: 36.33515rem !important; } }

.px-54 {
  padding-left: 54rem !important;
  padding-right: 54rem !important; }
  @media (max-width: 960px) {
    .px-54 {
      padding-left: 36.0018rem !important;
      padding-right: 36.0018rem !important; } }

.px-54-5 {
  padding-left: 54.5rem !important;
  padding-right: 54.5rem !important; }
  @media (max-width: 960px) {
    .px-54-5 {
      padding-left: 36.33515rem !important;
      padding-right: 36.33515rem !important; } }

.py-54 {
  padding-top: 54rem !important;
  padding-bottom: 54rem !important; }
  @media (max-width: 960px) {
    .py-54 {
      padding-top: 36.0018rem !important;
      padding-bottom: 36.0018rem !important; } }

.py-54-5 {
  padding-top: 54.5rem !important;
  padding-bottom: 54.5rem !important; }
  @media (max-width: 960px) {
    .py-54-5 {
      padding-top: 36.33515rem !important;
      padding-bottom: 36.33515rem !important; } }

.m-55 {
  margin: 55rem !important; }
  @media (max-width: 960px) {
    .m-55 {
      margin: 36.6685rem !important; } }

.m-55-5 {
  margin: 55.5rem !important; }
  @media (max-width: 960px) {
    .m-55-5 {
      margin: 37.00185rem !important; } }

.mt-55 {
  margin-top: 55rem !important; }
  @media (max-width: 960px) {
    .mt-55 {
      margin-top: 36.6685rem !important; } }

.mt-55-5 {
  margin-top: 55.5rem !important; }
  @media (max-width: 960px) {
    .mt-55-5 {
      margin-top: 37.00185rem !important; } }

.mb-55 {
  margin-bottom: 55rem !important; }
  @media (max-width: 960px) {
    .mb-55 {
      margin-bottom: 36.6685rem !important; } }

.mb-55-5 {
  margin-bottom: 55.5rem !important; }
  @media (max-width: 960px) {
    .mb-55-5 {
      margin-bottom: 37.00185rem !important; } }

.ml-55 {
  margin-left: 55rem !important; }
  @media (max-width: 960px) {
    .ml-55 {
      margin-left: 36.6685rem !important; } }

.ml-55-5 {
  margin-left: 55.5rem !important; }
  @media (max-width: 960px) {
    .ml-55-5 {
      margin-left: 37.00185rem !important; } }

.mr-55 {
  margin-right: 55rem !important; }
  @media (max-width: 960px) {
    .mr-55 {
      margin-right: 36.6685rem !important; } }

.mr-55-5 {
  margin-right: 55.5rem !important; }
  @media (max-width: 960px) {
    .mr-55-5 {
      margin-right: 37.00185rem !important; } }

.mx-55 {
  margin-left: 55rem !important;
  margin-right: 55rem !important; }
  @media (max-width: 960px) {
    .mx-55 {
      margin-left: 36.6685rem !important;
      margin-right: 36.6685rem !important; } }

.mx-55-5 {
  margin-left: 55.5rem !important;
  margin-right: 55.5rem !important; }
  @media (max-width: 960px) {
    .mx-55-5 {
      margin-left: 37.00185rem !important;
      margin-right: 37.00185rem !important; } }

.my-55 {
  margin-top: 55rem !important;
  margin-bottom: 55rem !important; }
  @media (max-width: 960px) {
    .my-55 {
      margin-top: 36.6685rem !important;
      margin-bottom: 36.6685rem !important; } }

.my-55-5 {
  margin-top: 55.5rem !important;
  margin-bottom: 55.5rem !important; }
  @media (max-width: 960px) {
    .my-55-5 {
      margin-top: 37.00185rem !important;
      margin-bottom: 37.00185rem !important; } }

.p-55 {
  padding: 55rem !important; }
  @media (max-width: 960px) {
    .p-55 {
      padding: 36.6685rem !important; } }

.p-55-5 {
  padding: 55.5rem !important; }
  @media (max-width: 960px) {
    .p-55-5 {
      padding: 37.00185rem !important; } }

.pt-55 {
  padding-top: 55rem !important; }
  @media (max-width: 960px) {
    .pt-55 {
      padding-top: 36.6685rem !important; } }

.pt-55-5 {
  padding-top: 55.5rem !important; }
  @media (max-width: 960px) {
    .pt-55-5 {
      padding-top: 37.00185rem !important; } }

.pb-55 {
  padding-bottom: 55rem !important; }
  @media (max-width: 960px) {
    .pb-55 {
      padding-bottom: 36.6685rem !important; } }

.pb-55-5 {
  padding-bottom: 55.5rem !important; }
  @media (max-width: 960px) {
    .pb-55-5 {
      padding-bottom: 37.00185rem !important; } }

.pl-55 {
  padding-left: 55rem !important; }
  @media (max-width: 960px) {
    .pl-55 {
      padding-left: 36.6685rem !important; } }

.pl-55-5 {
  padding-left: 55.5rem !important; }
  @media (max-width: 960px) {
    .pl-55-5 {
      padding-left: 37.00185rem !important; } }

.pr-55 {
  padding-right: 55rem !important; }
  @media (max-width: 960px) {
    .pr-55 {
      padding-right: 36.6685rem !important; } }

.pr-55-5 {
  padding-right: 55.5rem !important; }
  @media (max-width: 960px) {
    .pr-55-5 {
      padding-right: 37.00185rem !important; } }

.px-55 {
  padding-left: 55rem !important;
  padding-right: 55rem !important; }
  @media (max-width: 960px) {
    .px-55 {
      padding-left: 36.6685rem !important;
      padding-right: 36.6685rem !important; } }

.px-55-5 {
  padding-left: 55.5rem !important;
  padding-right: 55.5rem !important; }
  @media (max-width: 960px) {
    .px-55-5 {
      padding-left: 37.00185rem !important;
      padding-right: 37.00185rem !important; } }

.py-55 {
  padding-top: 55rem !important;
  padding-bottom: 55rem !important; }
  @media (max-width: 960px) {
    .py-55 {
      padding-top: 36.6685rem !important;
      padding-bottom: 36.6685rem !important; } }

.py-55-5 {
  padding-top: 55.5rem !important;
  padding-bottom: 55.5rem !important; }
  @media (max-width: 960px) {
    .py-55-5 {
      padding-top: 37.00185rem !important;
      padding-bottom: 37.00185rem !important; } }

.m-56 {
  margin: 56rem !important; }
  @media (max-width: 960px) {
    .m-56 {
      margin: 37.3352rem !important; } }

.m-56-5 {
  margin: 56.5rem !important; }
  @media (max-width: 960px) {
    .m-56-5 {
      margin: 37.66855rem !important; } }

.mt-56 {
  margin-top: 56rem !important; }
  @media (max-width: 960px) {
    .mt-56 {
      margin-top: 37.3352rem !important; } }

.mt-56-5 {
  margin-top: 56.5rem !important; }
  @media (max-width: 960px) {
    .mt-56-5 {
      margin-top: 37.66855rem !important; } }

.mb-56 {
  margin-bottom: 56rem !important; }
  @media (max-width: 960px) {
    .mb-56 {
      margin-bottom: 37.3352rem !important; } }

.mb-56-5 {
  margin-bottom: 56.5rem !important; }
  @media (max-width: 960px) {
    .mb-56-5 {
      margin-bottom: 37.66855rem !important; } }

.ml-56 {
  margin-left: 56rem !important; }
  @media (max-width: 960px) {
    .ml-56 {
      margin-left: 37.3352rem !important; } }

.ml-56-5 {
  margin-left: 56.5rem !important; }
  @media (max-width: 960px) {
    .ml-56-5 {
      margin-left: 37.66855rem !important; } }

.mr-56 {
  margin-right: 56rem !important; }
  @media (max-width: 960px) {
    .mr-56 {
      margin-right: 37.3352rem !important; } }

.mr-56-5 {
  margin-right: 56.5rem !important; }
  @media (max-width: 960px) {
    .mr-56-5 {
      margin-right: 37.66855rem !important; } }

.mx-56 {
  margin-left: 56rem !important;
  margin-right: 56rem !important; }
  @media (max-width: 960px) {
    .mx-56 {
      margin-left: 37.3352rem !important;
      margin-right: 37.3352rem !important; } }

.mx-56-5 {
  margin-left: 56.5rem !important;
  margin-right: 56.5rem !important; }
  @media (max-width: 960px) {
    .mx-56-5 {
      margin-left: 37.66855rem !important;
      margin-right: 37.66855rem !important; } }

.my-56 {
  margin-top: 56rem !important;
  margin-bottom: 56rem !important; }
  @media (max-width: 960px) {
    .my-56 {
      margin-top: 37.3352rem !important;
      margin-bottom: 37.3352rem !important; } }

.my-56-5 {
  margin-top: 56.5rem !important;
  margin-bottom: 56.5rem !important; }
  @media (max-width: 960px) {
    .my-56-5 {
      margin-top: 37.66855rem !important;
      margin-bottom: 37.66855rem !important; } }

.p-56 {
  padding: 56rem !important; }
  @media (max-width: 960px) {
    .p-56 {
      padding: 37.3352rem !important; } }

.p-56-5 {
  padding: 56.5rem !important; }
  @media (max-width: 960px) {
    .p-56-5 {
      padding: 37.66855rem !important; } }

.pt-56 {
  padding-top: 56rem !important; }
  @media (max-width: 960px) {
    .pt-56 {
      padding-top: 37.3352rem !important; } }

.pt-56-5 {
  padding-top: 56.5rem !important; }
  @media (max-width: 960px) {
    .pt-56-5 {
      padding-top: 37.66855rem !important; } }

.pb-56 {
  padding-bottom: 56rem !important; }
  @media (max-width: 960px) {
    .pb-56 {
      padding-bottom: 37.3352rem !important; } }

.pb-56-5 {
  padding-bottom: 56.5rem !important; }
  @media (max-width: 960px) {
    .pb-56-5 {
      padding-bottom: 37.66855rem !important; } }

.pl-56 {
  padding-left: 56rem !important; }
  @media (max-width: 960px) {
    .pl-56 {
      padding-left: 37.3352rem !important; } }

.pl-56-5 {
  padding-left: 56.5rem !important; }
  @media (max-width: 960px) {
    .pl-56-5 {
      padding-left: 37.66855rem !important; } }

.pr-56 {
  padding-right: 56rem !important; }
  @media (max-width: 960px) {
    .pr-56 {
      padding-right: 37.3352rem !important; } }

.pr-56-5 {
  padding-right: 56.5rem !important; }
  @media (max-width: 960px) {
    .pr-56-5 {
      padding-right: 37.66855rem !important; } }

.px-56 {
  padding-left: 56rem !important;
  padding-right: 56rem !important; }
  @media (max-width: 960px) {
    .px-56 {
      padding-left: 37.3352rem !important;
      padding-right: 37.3352rem !important; } }

.px-56-5 {
  padding-left: 56.5rem !important;
  padding-right: 56.5rem !important; }
  @media (max-width: 960px) {
    .px-56-5 {
      padding-left: 37.66855rem !important;
      padding-right: 37.66855rem !important; } }

.py-56 {
  padding-top: 56rem !important;
  padding-bottom: 56rem !important; }
  @media (max-width: 960px) {
    .py-56 {
      padding-top: 37.3352rem !important;
      padding-bottom: 37.3352rem !important; } }

.py-56-5 {
  padding-top: 56.5rem !important;
  padding-bottom: 56.5rem !important; }
  @media (max-width: 960px) {
    .py-56-5 {
      padding-top: 37.66855rem !important;
      padding-bottom: 37.66855rem !important; } }

.m-57 {
  margin: 57rem !important; }
  @media (max-width: 960px) {
    .m-57 {
      margin: 38.0019rem !important; } }

.m-57-5 {
  margin: 57.5rem !important; }
  @media (max-width: 960px) {
    .m-57-5 {
      margin: 38.33525rem !important; } }

.mt-57 {
  margin-top: 57rem !important; }
  @media (max-width: 960px) {
    .mt-57 {
      margin-top: 38.0019rem !important; } }

.mt-57-5 {
  margin-top: 57.5rem !important; }
  @media (max-width: 960px) {
    .mt-57-5 {
      margin-top: 38.33525rem !important; } }

.mb-57 {
  margin-bottom: 57rem !important; }
  @media (max-width: 960px) {
    .mb-57 {
      margin-bottom: 38.0019rem !important; } }

.mb-57-5 {
  margin-bottom: 57.5rem !important; }
  @media (max-width: 960px) {
    .mb-57-5 {
      margin-bottom: 38.33525rem !important; } }

.ml-57 {
  margin-left: 57rem !important; }
  @media (max-width: 960px) {
    .ml-57 {
      margin-left: 38.0019rem !important; } }

.ml-57-5 {
  margin-left: 57.5rem !important; }
  @media (max-width: 960px) {
    .ml-57-5 {
      margin-left: 38.33525rem !important; } }

.mr-57 {
  margin-right: 57rem !important; }
  @media (max-width: 960px) {
    .mr-57 {
      margin-right: 38.0019rem !important; } }

.mr-57-5 {
  margin-right: 57.5rem !important; }
  @media (max-width: 960px) {
    .mr-57-5 {
      margin-right: 38.33525rem !important; } }

.mx-57 {
  margin-left: 57rem !important;
  margin-right: 57rem !important; }
  @media (max-width: 960px) {
    .mx-57 {
      margin-left: 38.0019rem !important;
      margin-right: 38.0019rem !important; } }

.mx-57-5 {
  margin-left: 57.5rem !important;
  margin-right: 57.5rem !important; }
  @media (max-width: 960px) {
    .mx-57-5 {
      margin-left: 38.33525rem !important;
      margin-right: 38.33525rem !important; } }

.my-57 {
  margin-top: 57rem !important;
  margin-bottom: 57rem !important; }
  @media (max-width: 960px) {
    .my-57 {
      margin-top: 38.0019rem !important;
      margin-bottom: 38.0019rem !important; } }

.my-57-5 {
  margin-top: 57.5rem !important;
  margin-bottom: 57.5rem !important; }
  @media (max-width: 960px) {
    .my-57-5 {
      margin-top: 38.33525rem !important;
      margin-bottom: 38.33525rem !important; } }

.p-57 {
  padding: 57rem !important; }
  @media (max-width: 960px) {
    .p-57 {
      padding: 38.0019rem !important; } }

.p-57-5 {
  padding: 57.5rem !important; }
  @media (max-width: 960px) {
    .p-57-5 {
      padding: 38.33525rem !important; } }

.pt-57 {
  padding-top: 57rem !important; }
  @media (max-width: 960px) {
    .pt-57 {
      padding-top: 38.0019rem !important; } }

.pt-57-5 {
  padding-top: 57.5rem !important; }
  @media (max-width: 960px) {
    .pt-57-5 {
      padding-top: 38.33525rem !important; } }

.pb-57 {
  padding-bottom: 57rem !important; }
  @media (max-width: 960px) {
    .pb-57 {
      padding-bottom: 38.0019rem !important; } }

.pb-57-5 {
  padding-bottom: 57.5rem !important; }
  @media (max-width: 960px) {
    .pb-57-5 {
      padding-bottom: 38.33525rem !important; } }

.pl-57 {
  padding-left: 57rem !important; }
  @media (max-width: 960px) {
    .pl-57 {
      padding-left: 38.0019rem !important; } }

.pl-57-5 {
  padding-left: 57.5rem !important; }
  @media (max-width: 960px) {
    .pl-57-5 {
      padding-left: 38.33525rem !important; } }

.pr-57 {
  padding-right: 57rem !important; }
  @media (max-width: 960px) {
    .pr-57 {
      padding-right: 38.0019rem !important; } }

.pr-57-5 {
  padding-right: 57.5rem !important; }
  @media (max-width: 960px) {
    .pr-57-5 {
      padding-right: 38.33525rem !important; } }

.px-57 {
  padding-left: 57rem !important;
  padding-right: 57rem !important; }
  @media (max-width: 960px) {
    .px-57 {
      padding-left: 38.0019rem !important;
      padding-right: 38.0019rem !important; } }

.px-57-5 {
  padding-left: 57.5rem !important;
  padding-right: 57.5rem !important; }
  @media (max-width: 960px) {
    .px-57-5 {
      padding-left: 38.33525rem !important;
      padding-right: 38.33525rem !important; } }

.py-57 {
  padding-top: 57rem !important;
  padding-bottom: 57rem !important; }
  @media (max-width: 960px) {
    .py-57 {
      padding-top: 38.0019rem !important;
      padding-bottom: 38.0019rem !important; } }

.py-57-5 {
  padding-top: 57.5rem !important;
  padding-bottom: 57.5rem !important; }
  @media (max-width: 960px) {
    .py-57-5 {
      padding-top: 38.33525rem !important;
      padding-bottom: 38.33525rem !important; } }

.m-58 {
  margin: 58rem !important; }
  @media (max-width: 960px) {
    .m-58 {
      margin: 38.6686rem !important; } }

.m-58-5 {
  margin: 58.5rem !important; }
  @media (max-width: 960px) {
    .m-58-5 {
      margin: 39.00195rem !important; } }

.mt-58 {
  margin-top: 58rem !important; }
  @media (max-width: 960px) {
    .mt-58 {
      margin-top: 38.6686rem !important; } }

.mt-58-5 {
  margin-top: 58.5rem !important; }
  @media (max-width: 960px) {
    .mt-58-5 {
      margin-top: 39.00195rem !important; } }

.mb-58 {
  margin-bottom: 58rem !important; }
  @media (max-width: 960px) {
    .mb-58 {
      margin-bottom: 38.6686rem !important; } }

.mb-58-5 {
  margin-bottom: 58.5rem !important; }
  @media (max-width: 960px) {
    .mb-58-5 {
      margin-bottom: 39.00195rem !important; } }

.ml-58 {
  margin-left: 58rem !important; }
  @media (max-width: 960px) {
    .ml-58 {
      margin-left: 38.6686rem !important; } }

.ml-58-5 {
  margin-left: 58.5rem !important; }
  @media (max-width: 960px) {
    .ml-58-5 {
      margin-left: 39.00195rem !important; } }

.mr-58 {
  margin-right: 58rem !important; }
  @media (max-width: 960px) {
    .mr-58 {
      margin-right: 38.6686rem !important; } }

.mr-58-5 {
  margin-right: 58.5rem !important; }
  @media (max-width: 960px) {
    .mr-58-5 {
      margin-right: 39.00195rem !important; } }

.mx-58 {
  margin-left: 58rem !important;
  margin-right: 58rem !important; }
  @media (max-width: 960px) {
    .mx-58 {
      margin-left: 38.6686rem !important;
      margin-right: 38.6686rem !important; } }

.mx-58-5 {
  margin-left: 58.5rem !important;
  margin-right: 58.5rem !important; }
  @media (max-width: 960px) {
    .mx-58-5 {
      margin-left: 39.00195rem !important;
      margin-right: 39.00195rem !important; } }

.my-58 {
  margin-top: 58rem !important;
  margin-bottom: 58rem !important; }
  @media (max-width: 960px) {
    .my-58 {
      margin-top: 38.6686rem !important;
      margin-bottom: 38.6686rem !important; } }

.my-58-5 {
  margin-top: 58.5rem !important;
  margin-bottom: 58.5rem !important; }
  @media (max-width: 960px) {
    .my-58-5 {
      margin-top: 39.00195rem !important;
      margin-bottom: 39.00195rem !important; } }

.p-58 {
  padding: 58rem !important; }
  @media (max-width: 960px) {
    .p-58 {
      padding: 38.6686rem !important; } }

.p-58-5 {
  padding: 58.5rem !important; }
  @media (max-width: 960px) {
    .p-58-5 {
      padding: 39.00195rem !important; } }

.pt-58 {
  padding-top: 58rem !important; }
  @media (max-width: 960px) {
    .pt-58 {
      padding-top: 38.6686rem !important; } }

.pt-58-5 {
  padding-top: 58.5rem !important; }
  @media (max-width: 960px) {
    .pt-58-5 {
      padding-top: 39.00195rem !important; } }

.pb-58 {
  padding-bottom: 58rem !important; }
  @media (max-width: 960px) {
    .pb-58 {
      padding-bottom: 38.6686rem !important; } }

.pb-58-5 {
  padding-bottom: 58.5rem !important; }
  @media (max-width: 960px) {
    .pb-58-5 {
      padding-bottom: 39.00195rem !important; } }

.pl-58 {
  padding-left: 58rem !important; }
  @media (max-width: 960px) {
    .pl-58 {
      padding-left: 38.6686rem !important; } }

.pl-58-5 {
  padding-left: 58.5rem !important; }
  @media (max-width: 960px) {
    .pl-58-5 {
      padding-left: 39.00195rem !important; } }

.pr-58 {
  padding-right: 58rem !important; }
  @media (max-width: 960px) {
    .pr-58 {
      padding-right: 38.6686rem !important; } }

.pr-58-5 {
  padding-right: 58.5rem !important; }
  @media (max-width: 960px) {
    .pr-58-5 {
      padding-right: 39.00195rem !important; } }

.px-58 {
  padding-left: 58rem !important;
  padding-right: 58rem !important; }
  @media (max-width: 960px) {
    .px-58 {
      padding-left: 38.6686rem !important;
      padding-right: 38.6686rem !important; } }

.px-58-5 {
  padding-left: 58.5rem !important;
  padding-right: 58.5rem !important; }
  @media (max-width: 960px) {
    .px-58-5 {
      padding-left: 39.00195rem !important;
      padding-right: 39.00195rem !important; } }

.py-58 {
  padding-top: 58rem !important;
  padding-bottom: 58rem !important; }
  @media (max-width: 960px) {
    .py-58 {
      padding-top: 38.6686rem !important;
      padding-bottom: 38.6686rem !important; } }

.py-58-5 {
  padding-top: 58.5rem !important;
  padding-bottom: 58.5rem !important; }
  @media (max-width: 960px) {
    .py-58-5 {
      padding-top: 39.00195rem !important;
      padding-bottom: 39.00195rem !important; } }

.m-59 {
  margin: 59rem !important; }
  @media (max-width: 960px) {
    .m-59 {
      margin: 39.3353rem !important; } }

.m-59-5 {
  margin: 59.5rem !important; }
  @media (max-width: 960px) {
    .m-59-5 {
      margin: 39.66865rem !important; } }

.mt-59 {
  margin-top: 59rem !important; }
  @media (max-width: 960px) {
    .mt-59 {
      margin-top: 39.3353rem !important; } }

.mt-59-5 {
  margin-top: 59.5rem !important; }
  @media (max-width: 960px) {
    .mt-59-5 {
      margin-top: 39.66865rem !important; } }

.mb-59 {
  margin-bottom: 59rem !important; }
  @media (max-width: 960px) {
    .mb-59 {
      margin-bottom: 39.3353rem !important; } }

.mb-59-5 {
  margin-bottom: 59.5rem !important; }
  @media (max-width: 960px) {
    .mb-59-5 {
      margin-bottom: 39.66865rem !important; } }

.ml-59 {
  margin-left: 59rem !important; }
  @media (max-width: 960px) {
    .ml-59 {
      margin-left: 39.3353rem !important; } }

.ml-59-5 {
  margin-left: 59.5rem !important; }
  @media (max-width: 960px) {
    .ml-59-5 {
      margin-left: 39.66865rem !important; } }

.mr-59 {
  margin-right: 59rem !important; }
  @media (max-width: 960px) {
    .mr-59 {
      margin-right: 39.3353rem !important; } }

.mr-59-5 {
  margin-right: 59.5rem !important; }
  @media (max-width: 960px) {
    .mr-59-5 {
      margin-right: 39.66865rem !important; } }

.mx-59 {
  margin-left: 59rem !important;
  margin-right: 59rem !important; }
  @media (max-width: 960px) {
    .mx-59 {
      margin-left: 39.3353rem !important;
      margin-right: 39.3353rem !important; } }

.mx-59-5 {
  margin-left: 59.5rem !important;
  margin-right: 59.5rem !important; }
  @media (max-width: 960px) {
    .mx-59-5 {
      margin-left: 39.66865rem !important;
      margin-right: 39.66865rem !important; } }

.my-59 {
  margin-top: 59rem !important;
  margin-bottom: 59rem !important; }
  @media (max-width: 960px) {
    .my-59 {
      margin-top: 39.3353rem !important;
      margin-bottom: 39.3353rem !important; } }

.my-59-5 {
  margin-top: 59.5rem !important;
  margin-bottom: 59.5rem !important; }
  @media (max-width: 960px) {
    .my-59-5 {
      margin-top: 39.66865rem !important;
      margin-bottom: 39.66865rem !important; } }

.p-59 {
  padding: 59rem !important; }
  @media (max-width: 960px) {
    .p-59 {
      padding: 39.3353rem !important; } }

.p-59-5 {
  padding: 59.5rem !important; }
  @media (max-width: 960px) {
    .p-59-5 {
      padding: 39.66865rem !important; } }

.pt-59 {
  padding-top: 59rem !important; }
  @media (max-width: 960px) {
    .pt-59 {
      padding-top: 39.3353rem !important; } }

.pt-59-5 {
  padding-top: 59.5rem !important; }
  @media (max-width: 960px) {
    .pt-59-5 {
      padding-top: 39.66865rem !important; } }

.pb-59 {
  padding-bottom: 59rem !important; }
  @media (max-width: 960px) {
    .pb-59 {
      padding-bottom: 39.3353rem !important; } }

.pb-59-5 {
  padding-bottom: 59.5rem !important; }
  @media (max-width: 960px) {
    .pb-59-5 {
      padding-bottom: 39.66865rem !important; } }

.pl-59 {
  padding-left: 59rem !important; }
  @media (max-width: 960px) {
    .pl-59 {
      padding-left: 39.3353rem !important; } }

.pl-59-5 {
  padding-left: 59.5rem !important; }
  @media (max-width: 960px) {
    .pl-59-5 {
      padding-left: 39.66865rem !important; } }

.pr-59 {
  padding-right: 59rem !important; }
  @media (max-width: 960px) {
    .pr-59 {
      padding-right: 39.3353rem !important; } }

.pr-59-5 {
  padding-right: 59.5rem !important; }
  @media (max-width: 960px) {
    .pr-59-5 {
      padding-right: 39.66865rem !important; } }

.px-59 {
  padding-left: 59rem !important;
  padding-right: 59rem !important; }
  @media (max-width: 960px) {
    .px-59 {
      padding-left: 39.3353rem !important;
      padding-right: 39.3353rem !important; } }

.px-59-5 {
  padding-left: 59.5rem !important;
  padding-right: 59.5rem !important; }
  @media (max-width: 960px) {
    .px-59-5 {
      padding-left: 39.66865rem !important;
      padding-right: 39.66865rem !important; } }

.py-59 {
  padding-top: 59rem !important;
  padding-bottom: 59rem !important; }
  @media (max-width: 960px) {
    .py-59 {
      padding-top: 39.3353rem !important;
      padding-bottom: 39.3353rem !important; } }

.py-59-5 {
  padding-top: 59.5rem !important;
  padding-bottom: 59.5rem !important; }
  @media (max-width: 960px) {
    .py-59-5 {
      padding-top: 39.66865rem !important;
      padding-bottom: 39.66865rem !important; } }

.m-60 {
  margin: 60rem !important; }
  @media (max-width: 960px) {
    .m-60 {
      margin: 40.002rem !important; } }

.m-60-5 {
  margin: 60.5rem !important; }
  @media (max-width: 960px) {
    .m-60-5 {
      margin: 40.33535rem !important; } }

.mt-60 {
  margin-top: 60rem !important; }
  @media (max-width: 960px) {
    .mt-60 {
      margin-top: 40.002rem !important; } }

.mt-60-5 {
  margin-top: 60.5rem !important; }
  @media (max-width: 960px) {
    .mt-60-5 {
      margin-top: 40.33535rem !important; } }

.mb-60 {
  margin-bottom: 60rem !important; }
  @media (max-width: 960px) {
    .mb-60 {
      margin-bottom: 40.002rem !important; } }

.mb-60-5 {
  margin-bottom: 60.5rem !important; }
  @media (max-width: 960px) {
    .mb-60-5 {
      margin-bottom: 40.33535rem !important; } }

.ml-60 {
  margin-left: 60rem !important; }
  @media (max-width: 960px) {
    .ml-60 {
      margin-left: 40.002rem !important; } }

.ml-60-5 {
  margin-left: 60.5rem !important; }
  @media (max-width: 960px) {
    .ml-60-5 {
      margin-left: 40.33535rem !important; } }

.mr-60 {
  margin-right: 60rem !important; }
  @media (max-width: 960px) {
    .mr-60 {
      margin-right: 40.002rem !important; } }

.mr-60-5 {
  margin-right: 60.5rem !important; }
  @media (max-width: 960px) {
    .mr-60-5 {
      margin-right: 40.33535rem !important; } }

.mx-60 {
  margin-left: 60rem !important;
  margin-right: 60rem !important; }
  @media (max-width: 960px) {
    .mx-60 {
      margin-left: 40.002rem !important;
      margin-right: 40.002rem !important; } }

.mx-60-5 {
  margin-left: 60.5rem !important;
  margin-right: 60.5rem !important; }
  @media (max-width: 960px) {
    .mx-60-5 {
      margin-left: 40.33535rem !important;
      margin-right: 40.33535rem !important; } }

.my-60 {
  margin-top: 60rem !important;
  margin-bottom: 60rem !important; }
  @media (max-width: 960px) {
    .my-60 {
      margin-top: 40.002rem !important;
      margin-bottom: 40.002rem !important; } }

.my-60-5 {
  margin-top: 60.5rem !important;
  margin-bottom: 60.5rem !important; }
  @media (max-width: 960px) {
    .my-60-5 {
      margin-top: 40.33535rem !important;
      margin-bottom: 40.33535rem !important; } }

.p-60 {
  padding: 60rem !important; }
  @media (max-width: 960px) {
    .p-60 {
      padding: 40.002rem !important; } }

.p-60-5 {
  padding: 60.5rem !important; }
  @media (max-width: 960px) {
    .p-60-5 {
      padding: 40.33535rem !important; } }

.pt-60 {
  padding-top: 60rem !important; }
  @media (max-width: 960px) {
    .pt-60 {
      padding-top: 40.002rem !important; } }

.pt-60-5 {
  padding-top: 60.5rem !important; }
  @media (max-width: 960px) {
    .pt-60-5 {
      padding-top: 40.33535rem !important; } }

.pb-60 {
  padding-bottom: 60rem !important; }
  @media (max-width: 960px) {
    .pb-60 {
      padding-bottom: 40.002rem !important; } }

.pb-60-5 {
  padding-bottom: 60.5rem !important; }
  @media (max-width: 960px) {
    .pb-60-5 {
      padding-bottom: 40.33535rem !important; } }

.pl-60 {
  padding-left: 60rem !important; }
  @media (max-width: 960px) {
    .pl-60 {
      padding-left: 40.002rem !important; } }

.pl-60-5 {
  padding-left: 60.5rem !important; }
  @media (max-width: 960px) {
    .pl-60-5 {
      padding-left: 40.33535rem !important; } }

.pr-60 {
  padding-right: 60rem !important; }
  @media (max-width: 960px) {
    .pr-60 {
      padding-right: 40.002rem !important; } }

.pr-60-5 {
  padding-right: 60.5rem !important; }
  @media (max-width: 960px) {
    .pr-60-5 {
      padding-right: 40.33535rem !important; } }

.px-60 {
  padding-left: 60rem !important;
  padding-right: 60rem !important; }
  @media (max-width: 960px) {
    .px-60 {
      padding-left: 40.002rem !important;
      padding-right: 40.002rem !important; } }

.px-60-5 {
  padding-left: 60.5rem !important;
  padding-right: 60.5rem !important; }
  @media (max-width: 960px) {
    .px-60-5 {
      padding-left: 40.33535rem !important;
      padding-right: 40.33535rem !important; } }

.py-60 {
  padding-top: 60rem !important;
  padding-bottom: 60rem !important; }
  @media (max-width: 960px) {
    .py-60 {
      padding-top: 40.002rem !important;
      padding-bottom: 40.002rem !important; } }

.py-60-5 {
  padding-top: 60.5rem !important;
  padding-bottom: 60.5rem !important; }
  @media (max-width: 960px) {
    .py-60-5 {
      padding-top: 40.33535rem !important;
      padding-bottom: 40.33535rem !important; } }

.m-61 {
  margin: 61rem !important; }
  @media (max-width: 960px) {
    .m-61 {
      margin: 40.6687rem !important; } }

.m-61-5 {
  margin: 61.5rem !important; }
  @media (max-width: 960px) {
    .m-61-5 {
      margin: 41.00205rem !important; } }

.mt-61 {
  margin-top: 61rem !important; }
  @media (max-width: 960px) {
    .mt-61 {
      margin-top: 40.6687rem !important; } }

.mt-61-5 {
  margin-top: 61.5rem !important; }
  @media (max-width: 960px) {
    .mt-61-5 {
      margin-top: 41.00205rem !important; } }

.mb-61 {
  margin-bottom: 61rem !important; }
  @media (max-width: 960px) {
    .mb-61 {
      margin-bottom: 40.6687rem !important; } }

.mb-61-5 {
  margin-bottom: 61.5rem !important; }
  @media (max-width: 960px) {
    .mb-61-5 {
      margin-bottom: 41.00205rem !important; } }

.ml-61 {
  margin-left: 61rem !important; }
  @media (max-width: 960px) {
    .ml-61 {
      margin-left: 40.6687rem !important; } }

.ml-61-5 {
  margin-left: 61.5rem !important; }
  @media (max-width: 960px) {
    .ml-61-5 {
      margin-left: 41.00205rem !important; } }

.mr-61 {
  margin-right: 61rem !important; }
  @media (max-width: 960px) {
    .mr-61 {
      margin-right: 40.6687rem !important; } }

.mr-61-5 {
  margin-right: 61.5rem !important; }
  @media (max-width: 960px) {
    .mr-61-5 {
      margin-right: 41.00205rem !important; } }

.mx-61 {
  margin-left: 61rem !important;
  margin-right: 61rem !important; }
  @media (max-width: 960px) {
    .mx-61 {
      margin-left: 40.6687rem !important;
      margin-right: 40.6687rem !important; } }

.mx-61-5 {
  margin-left: 61.5rem !important;
  margin-right: 61.5rem !important; }
  @media (max-width: 960px) {
    .mx-61-5 {
      margin-left: 41.00205rem !important;
      margin-right: 41.00205rem !important; } }

.my-61 {
  margin-top: 61rem !important;
  margin-bottom: 61rem !important; }
  @media (max-width: 960px) {
    .my-61 {
      margin-top: 40.6687rem !important;
      margin-bottom: 40.6687rem !important; } }

.my-61-5 {
  margin-top: 61.5rem !important;
  margin-bottom: 61.5rem !important; }
  @media (max-width: 960px) {
    .my-61-5 {
      margin-top: 41.00205rem !important;
      margin-bottom: 41.00205rem !important; } }

.p-61 {
  padding: 61rem !important; }
  @media (max-width: 960px) {
    .p-61 {
      padding: 40.6687rem !important; } }

.p-61-5 {
  padding: 61.5rem !important; }
  @media (max-width: 960px) {
    .p-61-5 {
      padding: 41.00205rem !important; } }

.pt-61 {
  padding-top: 61rem !important; }
  @media (max-width: 960px) {
    .pt-61 {
      padding-top: 40.6687rem !important; } }

.pt-61-5 {
  padding-top: 61.5rem !important; }
  @media (max-width: 960px) {
    .pt-61-5 {
      padding-top: 41.00205rem !important; } }

.pb-61 {
  padding-bottom: 61rem !important; }
  @media (max-width: 960px) {
    .pb-61 {
      padding-bottom: 40.6687rem !important; } }

.pb-61-5 {
  padding-bottom: 61.5rem !important; }
  @media (max-width: 960px) {
    .pb-61-5 {
      padding-bottom: 41.00205rem !important; } }

.pl-61 {
  padding-left: 61rem !important; }
  @media (max-width: 960px) {
    .pl-61 {
      padding-left: 40.6687rem !important; } }

.pl-61-5 {
  padding-left: 61.5rem !important; }
  @media (max-width: 960px) {
    .pl-61-5 {
      padding-left: 41.00205rem !important; } }

.pr-61 {
  padding-right: 61rem !important; }
  @media (max-width: 960px) {
    .pr-61 {
      padding-right: 40.6687rem !important; } }

.pr-61-5 {
  padding-right: 61.5rem !important; }
  @media (max-width: 960px) {
    .pr-61-5 {
      padding-right: 41.00205rem !important; } }

.px-61 {
  padding-left: 61rem !important;
  padding-right: 61rem !important; }
  @media (max-width: 960px) {
    .px-61 {
      padding-left: 40.6687rem !important;
      padding-right: 40.6687rem !important; } }

.px-61-5 {
  padding-left: 61.5rem !important;
  padding-right: 61.5rem !important; }
  @media (max-width: 960px) {
    .px-61-5 {
      padding-left: 41.00205rem !important;
      padding-right: 41.00205rem !important; } }

.py-61 {
  padding-top: 61rem !important;
  padding-bottom: 61rem !important; }
  @media (max-width: 960px) {
    .py-61 {
      padding-top: 40.6687rem !important;
      padding-bottom: 40.6687rem !important; } }

.py-61-5 {
  padding-top: 61.5rem !important;
  padding-bottom: 61.5rem !important; }
  @media (max-width: 960px) {
    .py-61-5 {
      padding-top: 41.00205rem !important;
      padding-bottom: 41.00205rem !important; } }

.m-62 {
  margin: 62rem !important; }
  @media (max-width: 960px) {
    .m-62 {
      margin: 41.3354rem !important; } }

.m-62-5 {
  margin: 62.5rem !important; }
  @media (max-width: 960px) {
    .m-62-5 {
      margin: 41.66875rem !important; } }

.mt-62 {
  margin-top: 62rem !important; }
  @media (max-width: 960px) {
    .mt-62 {
      margin-top: 41.3354rem !important; } }

.mt-62-5 {
  margin-top: 62.5rem !important; }
  @media (max-width: 960px) {
    .mt-62-5 {
      margin-top: 41.66875rem !important; } }

.mb-62 {
  margin-bottom: 62rem !important; }
  @media (max-width: 960px) {
    .mb-62 {
      margin-bottom: 41.3354rem !important; } }

.mb-62-5 {
  margin-bottom: 62.5rem !important; }
  @media (max-width: 960px) {
    .mb-62-5 {
      margin-bottom: 41.66875rem !important; } }

.ml-62 {
  margin-left: 62rem !important; }
  @media (max-width: 960px) {
    .ml-62 {
      margin-left: 41.3354rem !important; } }

.ml-62-5 {
  margin-left: 62.5rem !important; }
  @media (max-width: 960px) {
    .ml-62-5 {
      margin-left: 41.66875rem !important; } }

.mr-62 {
  margin-right: 62rem !important; }
  @media (max-width: 960px) {
    .mr-62 {
      margin-right: 41.3354rem !important; } }

.mr-62-5 {
  margin-right: 62.5rem !important; }
  @media (max-width: 960px) {
    .mr-62-5 {
      margin-right: 41.66875rem !important; } }

.mx-62 {
  margin-left: 62rem !important;
  margin-right: 62rem !important; }
  @media (max-width: 960px) {
    .mx-62 {
      margin-left: 41.3354rem !important;
      margin-right: 41.3354rem !important; } }

.mx-62-5 {
  margin-left: 62.5rem !important;
  margin-right: 62.5rem !important; }
  @media (max-width: 960px) {
    .mx-62-5 {
      margin-left: 41.66875rem !important;
      margin-right: 41.66875rem !important; } }

.my-62 {
  margin-top: 62rem !important;
  margin-bottom: 62rem !important; }
  @media (max-width: 960px) {
    .my-62 {
      margin-top: 41.3354rem !important;
      margin-bottom: 41.3354rem !important; } }

.my-62-5 {
  margin-top: 62.5rem !important;
  margin-bottom: 62.5rem !important; }
  @media (max-width: 960px) {
    .my-62-5 {
      margin-top: 41.66875rem !important;
      margin-bottom: 41.66875rem !important; } }

.p-62 {
  padding: 62rem !important; }
  @media (max-width: 960px) {
    .p-62 {
      padding: 41.3354rem !important; } }

.p-62-5 {
  padding: 62.5rem !important; }
  @media (max-width: 960px) {
    .p-62-5 {
      padding: 41.66875rem !important; } }

.pt-62 {
  padding-top: 62rem !important; }
  @media (max-width: 960px) {
    .pt-62 {
      padding-top: 41.3354rem !important; } }

.pt-62-5 {
  padding-top: 62.5rem !important; }
  @media (max-width: 960px) {
    .pt-62-5 {
      padding-top: 41.66875rem !important; } }

.pb-62 {
  padding-bottom: 62rem !important; }
  @media (max-width: 960px) {
    .pb-62 {
      padding-bottom: 41.3354rem !important; } }

.pb-62-5 {
  padding-bottom: 62.5rem !important; }
  @media (max-width: 960px) {
    .pb-62-5 {
      padding-bottom: 41.66875rem !important; } }

.pl-62 {
  padding-left: 62rem !important; }
  @media (max-width: 960px) {
    .pl-62 {
      padding-left: 41.3354rem !important; } }

.pl-62-5 {
  padding-left: 62.5rem !important; }
  @media (max-width: 960px) {
    .pl-62-5 {
      padding-left: 41.66875rem !important; } }

.pr-62 {
  padding-right: 62rem !important; }
  @media (max-width: 960px) {
    .pr-62 {
      padding-right: 41.3354rem !important; } }

.pr-62-5 {
  padding-right: 62.5rem !important; }
  @media (max-width: 960px) {
    .pr-62-5 {
      padding-right: 41.66875rem !important; } }

.px-62 {
  padding-left: 62rem !important;
  padding-right: 62rem !important; }
  @media (max-width: 960px) {
    .px-62 {
      padding-left: 41.3354rem !important;
      padding-right: 41.3354rem !important; } }

.px-62-5 {
  padding-left: 62.5rem !important;
  padding-right: 62.5rem !important; }
  @media (max-width: 960px) {
    .px-62-5 {
      padding-left: 41.66875rem !important;
      padding-right: 41.66875rem !important; } }

.py-62 {
  padding-top: 62rem !important;
  padding-bottom: 62rem !important; }
  @media (max-width: 960px) {
    .py-62 {
      padding-top: 41.3354rem !important;
      padding-bottom: 41.3354rem !important; } }

.py-62-5 {
  padding-top: 62.5rem !important;
  padding-bottom: 62.5rem !important; }
  @media (max-width: 960px) {
    .py-62-5 {
      padding-top: 41.66875rem !important;
      padding-bottom: 41.66875rem !important; } }

.m-63 {
  margin: 63rem !important; }
  @media (max-width: 960px) {
    .m-63 {
      margin: 42.0021rem !important; } }

.m-63-5 {
  margin: 63.5rem !important; }
  @media (max-width: 960px) {
    .m-63-5 {
      margin: 42.33545rem !important; } }

.mt-63 {
  margin-top: 63rem !important; }
  @media (max-width: 960px) {
    .mt-63 {
      margin-top: 42.0021rem !important; } }

.mt-63-5 {
  margin-top: 63.5rem !important; }
  @media (max-width: 960px) {
    .mt-63-5 {
      margin-top: 42.33545rem !important; } }

.mb-63 {
  margin-bottom: 63rem !important; }
  @media (max-width: 960px) {
    .mb-63 {
      margin-bottom: 42.0021rem !important; } }

.mb-63-5 {
  margin-bottom: 63.5rem !important; }
  @media (max-width: 960px) {
    .mb-63-5 {
      margin-bottom: 42.33545rem !important; } }

.ml-63 {
  margin-left: 63rem !important; }
  @media (max-width: 960px) {
    .ml-63 {
      margin-left: 42.0021rem !important; } }

.ml-63-5 {
  margin-left: 63.5rem !important; }
  @media (max-width: 960px) {
    .ml-63-5 {
      margin-left: 42.33545rem !important; } }

.mr-63 {
  margin-right: 63rem !important; }
  @media (max-width: 960px) {
    .mr-63 {
      margin-right: 42.0021rem !important; } }

.mr-63-5 {
  margin-right: 63.5rem !important; }
  @media (max-width: 960px) {
    .mr-63-5 {
      margin-right: 42.33545rem !important; } }

.mx-63 {
  margin-left: 63rem !important;
  margin-right: 63rem !important; }
  @media (max-width: 960px) {
    .mx-63 {
      margin-left: 42.0021rem !important;
      margin-right: 42.0021rem !important; } }

.mx-63-5 {
  margin-left: 63.5rem !important;
  margin-right: 63.5rem !important; }
  @media (max-width: 960px) {
    .mx-63-5 {
      margin-left: 42.33545rem !important;
      margin-right: 42.33545rem !important; } }

.my-63 {
  margin-top: 63rem !important;
  margin-bottom: 63rem !important; }
  @media (max-width: 960px) {
    .my-63 {
      margin-top: 42.0021rem !important;
      margin-bottom: 42.0021rem !important; } }

.my-63-5 {
  margin-top: 63.5rem !important;
  margin-bottom: 63.5rem !important; }
  @media (max-width: 960px) {
    .my-63-5 {
      margin-top: 42.33545rem !important;
      margin-bottom: 42.33545rem !important; } }

.p-63 {
  padding: 63rem !important; }
  @media (max-width: 960px) {
    .p-63 {
      padding: 42.0021rem !important; } }

.p-63-5 {
  padding: 63.5rem !important; }
  @media (max-width: 960px) {
    .p-63-5 {
      padding: 42.33545rem !important; } }

.pt-63 {
  padding-top: 63rem !important; }
  @media (max-width: 960px) {
    .pt-63 {
      padding-top: 42.0021rem !important; } }

.pt-63-5 {
  padding-top: 63.5rem !important; }
  @media (max-width: 960px) {
    .pt-63-5 {
      padding-top: 42.33545rem !important; } }

.pb-63 {
  padding-bottom: 63rem !important; }
  @media (max-width: 960px) {
    .pb-63 {
      padding-bottom: 42.0021rem !important; } }

.pb-63-5 {
  padding-bottom: 63.5rem !important; }
  @media (max-width: 960px) {
    .pb-63-5 {
      padding-bottom: 42.33545rem !important; } }

.pl-63 {
  padding-left: 63rem !important; }
  @media (max-width: 960px) {
    .pl-63 {
      padding-left: 42.0021rem !important; } }

.pl-63-5 {
  padding-left: 63.5rem !important; }
  @media (max-width: 960px) {
    .pl-63-5 {
      padding-left: 42.33545rem !important; } }

.pr-63 {
  padding-right: 63rem !important; }
  @media (max-width: 960px) {
    .pr-63 {
      padding-right: 42.0021rem !important; } }

.pr-63-5 {
  padding-right: 63.5rem !important; }
  @media (max-width: 960px) {
    .pr-63-5 {
      padding-right: 42.33545rem !important; } }

.px-63 {
  padding-left: 63rem !important;
  padding-right: 63rem !important; }
  @media (max-width: 960px) {
    .px-63 {
      padding-left: 42.0021rem !important;
      padding-right: 42.0021rem !important; } }

.px-63-5 {
  padding-left: 63.5rem !important;
  padding-right: 63.5rem !important; }
  @media (max-width: 960px) {
    .px-63-5 {
      padding-left: 42.33545rem !important;
      padding-right: 42.33545rem !important; } }

.py-63 {
  padding-top: 63rem !important;
  padding-bottom: 63rem !important; }
  @media (max-width: 960px) {
    .py-63 {
      padding-top: 42.0021rem !important;
      padding-bottom: 42.0021rem !important; } }

.py-63-5 {
  padding-top: 63.5rem !important;
  padding-bottom: 63.5rem !important; }
  @media (max-width: 960px) {
    .py-63-5 {
      padding-top: 42.33545rem !important;
      padding-bottom: 42.33545rem !important; } }

.m-64 {
  margin: 64rem !important; }
  @media (max-width: 960px) {
    .m-64 {
      margin: 42.6688rem !important; } }

.m-64-5 {
  margin: 64.5rem !important; }
  @media (max-width: 960px) {
    .m-64-5 {
      margin: 43.00215rem !important; } }

.mt-64 {
  margin-top: 64rem !important; }
  @media (max-width: 960px) {
    .mt-64 {
      margin-top: 42.6688rem !important; } }

.mt-64-5 {
  margin-top: 64.5rem !important; }
  @media (max-width: 960px) {
    .mt-64-5 {
      margin-top: 43.00215rem !important; } }

.mb-64 {
  margin-bottom: 64rem !important; }
  @media (max-width: 960px) {
    .mb-64 {
      margin-bottom: 42.6688rem !important; } }

.mb-64-5 {
  margin-bottom: 64.5rem !important; }
  @media (max-width: 960px) {
    .mb-64-5 {
      margin-bottom: 43.00215rem !important; } }

.ml-64 {
  margin-left: 64rem !important; }
  @media (max-width: 960px) {
    .ml-64 {
      margin-left: 42.6688rem !important; } }

.ml-64-5 {
  margin-left: 64.5rem !important; }
  @media (max-width: 960px) {
    .ml-64-5 {
      margin-left: 43.00215rem !important; } }

.mr-64 {
  margin-right: 64rem !important; }
  @media (max-width: 960px) {
    .mr-64 {
      margin-right: 42.6688rem !important; } }

.mr-64-5 {
  margin-right: 64.5rem !important; }
  @media (max-width: 960px) {
    .mr-64-5 {
      margin-right: 43.00215rem !important; } }

.mx-64 {
  margin-left: 64rem !important;
  margin-right: 64rem !important; }
  @media (max-width: 960px) {
    .mx-64 {
      margin-left: 42.6688rem !important;
      margin-right: 42.6688rem !important; } }

.mx-64-5 {
  margin-left: 64.5rem !important;
  margin-right: 64.5rem !important; }
  @media (max-width: 960px) {
    .mx-64-5 {
      margin-left: 43.00215rem !important;
      margin-right: 43.00215rem !important; } }

.my-64 {
  margin-top: 64rem !important;
  margin-bottom: 64rem !important; }
  @media (max-width: 960px) {
    .my-64 {
      margin-top: 42.6688rem !important;
      margin-bottom: 42.6688rem !important; } }

.my-64-5 {
  margin-top: 64.5rem !important;
  margin-bottom: 64.5rem !important; }
  @media (max-width: 960px) {
    .my-64-5 {
      margin-top: 43.00215rem !important;
      margin-bottom: 43.00215rem !important; } }

.p-64 {
  padding: 64rem !important; }
  @media (max-width: 960px) {
    .p-64 {
      padding: 42.6688rem !important; } }

.p-64-5 {
  padding: 64.5rem !important; }
  @media (max-width: 960px) {
    .p-64-5 {
      padding: 43.00215rem !important; } }

.pt-64 {
  padding-top: 64rem !important; }
  @media (max-width: 960px) {
    .pt-64 {
      padding-top: 42.6688rem !important; } }

.pt-64-5 {
  padding-top: 64.5rem !important; }
  @media (max-width: 960px) {
    .pt-64-5 {
      padding-top: 43.00215rem !important; } }

.pb-64 {
  padding-bottom: 64rem !important; }
  @media (max-width: 960px) {
    .pb-64 {
      padding-bottom: 42.6688rem !important; } }

.pb-64-5 {
  padding-bottom: 64.5rem !important; }
  @media (max-width: 960px) {
    .pb-64-5 {
      padding-bottom: 43.00215rem !important; } }

.pl-64 {
  padding-left: 64rem !important; }
  @media (max-width: 960px) {
    .pl-64 {
      padding-left: 42.6688rem !important; } }

.pl-64-5 {
  padding-left: 64.5rem !important; }
  @media (max-width: 960px) {
    .pl-64-5 {
      padding-left: 43.00215rem !important; } }

.pr-64 {
  padding-right: 64rem !important; }
  @media (max-width: 960px) {
    .pr-64 {
      padding-right: 42.6688rem !important; } }

.pr-64-5 {
  padding-right: 64.5rem !important; }
  @media (max-width: 960px) {
    .pr-64-5 {
      padding-right: 43.00215rem !important; } }

.px-64 {
  padding-left: 64rem !important;
  padding-right: 64rem !important; }
  @media (max-width: 960px) {
    .px-64 {
      padding-left: 42.6688rem !important;
      padding-right: 42.6688rem !important; } }

.px-64-5 {
  padding-left: 64.5rem !important;
  padding-right: 64.5rem !important; }
  @media (max-width: 960px) {
    .px-64-5 {
      padding-left: 43.00215rem !important;
      padding-right: 43.00215rem !important; } }

.py-64 {
  padding-top: 64rem !important;
  padding-bottom: 64rem !important; }
  @media (max-width: 960px) {
    .py-64 {
      padding-top: 42.6688rem !important;
      padding-bottom: 42.6688rem !important; } }

.py-64-5 {
  padding-top: 64.5rem !important;
  padding-bottom: 64.5rem !important; }
  @media (max-width: 960px) {
    .py-64-5 {
      padding-top: 43.00215rem !important;
      padding-bottom: 43.00215rem !important; } }

.m-65 {
  margin: 65rem !important; }
  @media (max-width: 960px) {
    .m-65 {
      margin: 43.3355rem !important; } }

.m-65-5 {
  margin: 65.5rem !important; }
  @media (max-width: 960px) {
    .m-65-5 {
      margin: 43.66885rem !important; } }

.mt-65 {
  margin-top: 65rem !important; }
  @media (max-width: 960px) {
    .mt-65 {
      margin-top: 43.3355rem !important; } }

.mt-65-5 {
  margin-top: 65.5rem !important; }
  @media (max-width: 960px) {
    .mt-65-5 {
      margin-top: 43.66885rem !important; } }

.mb-65 {
  margin-bottom: 65rem !important; }
  @media (max-width: 960px) {
    .mb-65 {
      margin-bottom: 43.3355rem !important; } }

.mb-65-5 {
  margin-bottom: 65.5rem !important; }
  @media (max-width: 960px) {
    .mb-65-5 {
      margin-bottom: 43.66885rem !important; } }

.ml-65 {
  margin-left: 65rem !important; }
  @media (max-width: 960px) {
    .ml-65 {
      margin-left: 43.3355rem !important; } }

.ml-65-5 {
  margin-left: 65.5rem !important; }
  @media (max-width: 960px) {
    .ml-65-5 {
      margin-left: 43.66885rem !important; } }

.mr-65 {
  margin-right: 65rem !important; }
  @media (max-width: 960px) {
    .mr-65 {
      margin-right: 43.3355rem !important; } }

.mr-65-5 {
  margin-right: 65.5rem !important; }
  @media (max-width: 960px) {
    .mr-65-5 {
      margin-right: 43.66885rem !important; } }

.mx-65 {
  margin-left: 65rem !important;
  margin-right: 65rem !important; }
  @media (max-width: 960px) {
    .mx-65 {
      margin-left: 43.3355rem !important;
      margin-right: 43.3355rem !important; } }

.mx-65-5 {
  margin-left: 65.5rem !important;
  margin-right: 65.5rem !important; }
  @media (max-width: 960px) {
    .mx-65-5 {
      margin-left: 43.66885rem !important;
      margin-right: 43.66885rem !important; } }

.my-65 {
  margin-top: 65rem !important;
  margin-bottom: 65rem !important; }
  @media (max-width: 960px) {
    .my-65 {
      margin-top: 43.3355rem !important;
      margin-bottom: 43.3355rem !important; } }

.my-65-5 {
  margin-top: 65.5rem !important;
  margin-bottom: 65.5rem !important; }
  @media (max-width: 960px) {
    .my-65-5 {
      margin-top: 43.66885rem !important;
      margin-bottom: 43.66885rem !important; } }

.p-65 {
  padding: 65rem !important; }
  @media (max-width: 960px) {
    .p-65 {
      padding: 43.3355rem !important; } }

.p-65-5 {
  padding: 65.5rem !important; }
  @media (max-width: 960px) {
    .p-65-5 {
      padding: 43.66885rem !important; } }

.pt-65 {
  padding-top: 65rem !important; }
  @media (max-width: 960px) {
    .pt-65 {
      padding-top: 43.3355rem !important; } }

.pt-65-5 {
  padding-top: 65.5rem !important; }
  @media (max-width: 960px) {
    .pt-65-5 {
      padding-top: 43.66885rem !important; } }

.pb-65 {
  padding-bottom: 65rem !important; }
  @media (max-width: 960px) {
    .pb-65 {
      padding-bottom: 43.3355rem !important; } }

.pb-65-5 {
  padding-bottom: 65.5rem !important; }
  @media (max-width: 960px) {
    .pb-65-5 {
      padding-bottom: 43.66885rem !important; } }

.pl-65 {
  padding-left: 65rem !important; }
  @media (max-width: 960px) {
    .pl-65 {
      padding-left: 43.3355rem !important; } }

.pl-65-5 {
  padding-left: 65.5rem !important; }
  @media (max-width: 960px) {
    .pl-65-5 {
      padding-left: 43.66885rem !important; } }

.pr-65 {
  padding-right: 65rem !important; }
  @media (max-width: 960px) {
    .pr-65 {
      padding-right: 43.3355rem !important; } }

.pr-65-5 {
  padding-right: 65.5rem !important; }
  @media (max-width: 960px) {
    .pr-65-5 {
      padding-right: 43.66885rem !important; } }

.px-65 {
  padding-left: 65rem !important;
  padding-right: 65rem !important; }
  @media (max-width: 960px) {
    .px-65 {
      padding-left: 43.3355rem !important;
      padding-right: 43.3355rem !important; } }

.px-65-5 {
  padding-left: 65.5rem !important;
  padding-right: 65.5rem !important; }
  @media (max-width: 960px) {
    .px-65-5 {
      padding-left: 43.66885rem !important;
      padding-right: 43.66885rem !important; } }

.py-65 {
  padding-top: 65rem !important;
  padding-bottom: 65rem !important; }
  @media (max-width: 960px) {
    .py-65 {
      padding-top: 43.3355rem !important;
      padding-bottom: 43.3355rem !important; } }

.py-65-5 {
  padding-top: 65.5rem !important;
  padding-bottom: 65.5rem !important; }
  @media (max-width: 960px) {
    .py-65-5 {
      padding-top: 43.66885rem !important;
      padding-bottom: 43.66885rem !important; } }

.m-66 {
  margin: 66rem !important; }
  @media (max-width: 960px) {
    .m-66 {
      margin: 44.0022rem !important; } }

.m-66-5 {
  margin: 66.5rem !important; }
  @media (max-width: 960px) {
    .m-66-5 {
      margin: 44.33555rem !important; } }

.mt-66 {
  margin-top: 66rem !important; }
  @media (max-width: 960px) {
    .mt-66 {
      margin-top: 44.0022rem !important; } }

.mt-66-5 {
  margin-top: 66.5rem !important; }
  @media (max-width: 960px) {
    .mt-66-5 {
      margin-top: 44.33555rem !important; } }

.mb-66 {
  margin-bottom: 66rem !important; }
  @media (max-width: 960px) {
    .mb-66 {
      margin-bottom: 44.0022rem !important; } }

.mb-66-5 {
  margin-bottom: 66.5rem !important; }
  @media (max-width: 960px) {
    .mb-66-5 {
      margin-bottom: 44.33555rem !important; } }

.ml-66 {
  margin-left: 66rem !important; }
  @media (max-width: 960px) {
    .ml-66 {
      margin-left: 44.0022rem !important; } }

.ml-66-5 {
  margin-left: 66.5rem !important; }
  @media (max-width: 960px) {
    .ml-66-5 {
      margin-left: 44.33555rem !important; } }

.mr-66 {
  margin-right: 66rem !important; }
  @media (max-width: 960px) {
    .mr-66 {
      margin-right: 44.0022rem !important; } }

.mr-66-5 {
  margin-right: 66.5rem !important; }
  @media (max-width: 960px) {
    .mr-66-5 {
      margin-right: 44.33555rem !important; } }

.mx-66 {
  margin-left: 66rem !important;
  margin-right: 66rem !important; }
  @media (max-width: 960px) {
    .mx-66 {
      margin-left: 44.0022rem !important;
      margin-right: 44.0022rem !important; } }

.mx-66-5 {
  margin-left: 66.5rem !important;
  margin-right: 66.5rem !important; }
  @media (max-width: 960px) {
    .mx-66-5 {
      margin-left: 44.33555rem !important;
      margin-right: 44.33555rem !important; } }

.my-66 {
  margin-top: 66rem !important;
  margin-bottom: 66rem !important; }
  @media (max-width: 960px) {
    .my-66 {
      margin-top: 44.0022rem !important;
      margin-bottom: 44.0022rem !important; } }

.my-66-5 {
  margin-top: 66.5rem !important;
  margin-bottom: 66.5rem !important; }
  @media (max-width: 960px) {
    .my-66-5 {
      margin-top: 44.33555rem !important;
      margin-bottom: 44.33555rem !important; } }

.p-66 {
  padding: 66rem !important; }
  @media (max-width: 960px) {
    .p-66 {
      padding: 44.0022rem !important; } }

.p-66-5 {
  padding: 66.5rem !important; }
  @media (max-width: 960px) {
    .p-66-5 {
      padding: 44.33555rem !important; } }

.pt-66 {
  padding-top: 66rem !important; }
  @media (max-width: 960px) {
    .pt-66 {
      padding-top: 44.0022rem !important; } }

.pt-66-5 {
  padding-top: 66.5rem !important; }
  @media (max-width: 960px) {
    .pt-66-5 {
      padding-top: 44.33555rem !important; } }

.pb-66 {
  padding-bottom: 66rem !important; }
  @media (max-width: 960px) {
    .pb-66 {
      padding-bottom: 44.0022rem !important; } }

.pb-66-5 {
  padding-bottom: 66.5rem !important; }
  @media (max-width: 960px) {
    .pb-66-5 {
      padding-bottom: 44.33555rem !important; } }

.pl-66 {
  padding-left: 66rem !important; }
  @media (max-width: 960px) {
    .pl-66 {
      padding-left: 44.0022rem !important; } }

.pl-66-5 {
  padding-left: 66.5rem !important; }
  @media (max-width: 960px) {
    .pl-66-5 {
      padding-left: 44.33555rem !important; } }

.pr-66 {
  padding-right: 66rem !important; }
  @media (max-width: 960px) {
    .pr-66 {
      padding-right: 44.0022rem !important; } }

.pr-66-5 {
  padding-right: 66.5rem !important; }
  @media (max-width: 960px) {
    .pr-66-5 {
      padding-right: 44.33555rem !important; } }

.px-66 {
  padding-left: 66rem !important;
  padding-right: 66rem !important; }
  @media (max-width: 960px) {
    .px-66 {
      padding-left: 44.0022rem !important;
      padding-right: 44.0022rem !important; } }

.px-66-5 {
  padding-left: 66.5rem !important;
  padding-right: 66.5rem !important; }
  @media (max-width: 960px) {
    .px-66-5 {
      padding-left: 44.33555rem !important;
      padding-right: 44.33555rem !important; } }

.py-66 {
  padding-top: 66rem !important;
  padding-bottom: 66rem !important; }
  @media (max-width: 960px) {
    .py-66 {
      padding-top: 44.0022rem !important;
      padding-bottom: 44.0022rem !important; } }

.py-66-5 {
  padding-top: 66.5rem !important;
  padding-bottom: 66.5rem !important; }
  @media (max-width: 960px) {
    .py-66-5 {
      padding-top: 44.33555rem !important;
      padding-bottom: 44.33555rem !important; } }

.m-67 {
  margin: 67rem !important; }
  @media (max-width: 960px) {
    .m-67 {
      margin: 44.6689rem !important; } }

.m-67-5 {
  margin: 67.5rem !important; }
  @media (max-width: 960px) {
    .m-67-5 {
      margin: 45.00225rem !important; } }

.mt-67 {
  margin-top: 67rem !important; }
  @media (max-width: 960px) {
    .mt-67 {
      margin-top: 44.6689rem !important; } }

.mt-67-5 {
  margin-top: 67.5rem !important; }
  @media (max-width: 960px) {
    .mt-67-5 {
      margin-top: 45.00225rem !important; } }

.mb-67 {
  margin-bottom: 67rem !important; }
  @media (max-width: 960px) {
    .mb-67 {
      margin-bottom: 44.6689rem !important; } }

.mb-67-5 {
  margin-bottom: 67.5rem !important; }
  @media (max-width: 960px) {
    .mb-67-5 {
      margin-bottom: 45.00225rem !important; } }

.ml-67 {
  margin-left: 67rem !important; }
  @media (max-width: 960px) {
    .ml-67 {
      margin-left: 44.6689rem !important; } }

.ml-67-5 {
  margin-left: 67.5rem !important; }
  @media (max-width: 960px) {
    .ml-67-5 {
      margin-left: 45.00225rem !important; } }

.mr-67 {
  margin-right: 67rem !important; }
  @media (max-width: 960px) {
    .mr-67 {
      margin-right: 44.6689rem !important; } }

.mr-67-5 {
  margin-right: 67.5rem !important; }
  @media (max-width: 960px) {
    .mr-67-5 {
      margin-right: 45.00225rem !important; } }

.mx-67 {
  margin-left: 67rem !important;
  margin-right: 67rem !important; }
  @media (max-width: 960px) {
    .mx-67 {
      margin-left: 44.6689rem !important;
      margin-right: 44.6689rem !important; } }

.mx-67-5 {
  margin-left: 67.5rem !important;
  margin-right: 67.5rem !important; }
  @media (max-width: 960px) {
    .mx-67-5 {
      margin-left: 45.00225rem !important;
      margin-right: 45.00225rem !important; } }

.my-67 {
  margin-top: 67rem !important;
  margin-bottom: 67rem !important; }
  @media (max-width: 960px) {
    .my-67 {
      margin-top: 44.6689rem !important;
      margin-bottom: 44.6689rem !important; } }

.my-67-5 {
  margin-top: 67.5rem !important;
  margin-bottom: 67.5rem !important; }
  @media (max-width: 960px) {
    .my-67-5 {
      margin-top: 45.00225rem !important;
      margin-bottom: 45.00225rem !important; } }

.p-67 {
  padding: 67rem !important; }
  @media (max-width: 960px) {
    .p-67 {
      padding: 44.6689rem !important; } }

.p-67-5 {
  padding: 67.5rem !important; }
  @media (max-width: 960px) {
    .p-67-5 {
      padding: 45.00225rem !important; } }

.pt-67 {
  padding-top: 67rem !important; }
  @media (max-width: 960px) {
    .pt-67 {
      padding-top: 44.6689rem !important; } }

.pt-67-5 {
  padding-top: 67.5rem !important; }
  @media (max-width: 960px) {
    .pt-67-5 {
      padding-top: 45.00225rem !important; } }

.pb-67 {
  padding-bottom: 67rem !important; }
  @media (max-width: 960px) {
    .pb-67 {
      padding-bottom: 44.6689rem !important; } }

.pb-67-5 {
  padding-bottom: 67.5rem !important; }
  @media (max-width: 960px) {
    .pb-67-5 {
      padding-bottom: 45.00225rem !important; } }

.pl-67 {
  padding-left: 67rem !important; }
  @media (max-width: 960px) {
    .pl-67 {
      padding-left: 44.6689rem !important; } }

.pl-67-5 {
  padding-left: 67.5rem !important; }
  @media (max-width: 960px) {
    .pl-67-5 {
      padding-left: 45.00225rem !important; } }

.pr-67 {
  padding-right: 67rem !important; }
  @media (max-width: 960px) {
    .pr-67 {
      padding-right: 44.6689rem !important; } }

.pr-67-5 {
  padding-right: 67.5rem !important; }
  @media (max-width: 960px) {
    .pr-67-5 {
      padding-right: 45.00225rem !important; } }

.px-67 {
  padding-left: 67rem !important;
  padding-right: 67rem !important; }
  @media (max-width: 960px) {
    .px-67 {
      padding-left: 44.6689rem !important;
      padding-right: 44.6689rem !important; } }

.px-67-5 {
  padding-left: 67.5rem !important;
  padding-right: 67.5rem !important; }
  @media (max-width: 960px) {
    .px-67-5 {
      padding-left: 45.00225rem !important;
      padding-right: 45.00225rem !important; } }

.py-67 {
  padding-top: 67rem !important;
  padding-bottom: 67rem !important; }
  @media (max-width: 960px) {
    .py-67 {
      padding-top: 44.6689rem !important;
      padding-bottom: 44.6689rem !important; } }

.py-67-5 {
  padding-top: 67.5rem !important;
  padding-bottom: 67.5rem !important; }
  @media (max-width: 960px) {
    .py-67-5 {
      padding-top: 45.00225rem !important;
      padding-bottom: 45.00225rem !important; } }

.m-68 {
  margin: 68rem !important; }
  @media (max-width: 960px) {
    .m-68 {
      margin: 45.3356rem !important; } }

.m-68-5 {
  margin: 68.5rem !important; }
  @media (max-width: 960px) {
    .m-68-5 {
      margin: 45.66895rem !important; } }

.mt-68 {
  margin-top: 68rem !important; }
  @media (max-width: 960px) {
    .mt-68 {
      margin-top: 45.3356rem !important; } }

.mt-68-5 {
  margin-top: 68.5rem !important; }
  @media (max-width: 960px) {
    .mt-68-5 {
      margin-top: 45.66895rem !important; } }

.mb-68 {
  margin-bottom: 68rem !important; }
  @media (max-width: 960px) {
    .mb-68 {
      margin-bottom: 45.3356rem !important; } }

.mb-68-5 {
  margin-bottom: 68.5rem !important; }
  @media (max-width: 960px) {
    .mb-68-5 {
      margin-bottom: 45.66895rem !important; } }

.ml-68 {
  margin-left: 68rem !important; }
  @media (max-width: 960px) {
    .ml-68 {
      margin-left: 45.3356rem !important; } }

.ml-68-5 {
  margin-left: 68.5rem !important; }
  @media (max-width: 960px) {
    .ml-68-5 {
      margin-left: 45.66895rem !important; } }

.mr-68 {
  margin-right: 68rem !important; }
  @media (max-width: 960px) {
    .mr-68 {
      margin-right: 45.3356rem !important; } }

.mr-68-5 {
  margin-right: 68.5rem !important; }
  @media (max-width: 960px) {
    .mr-68-5 {
      margin-right: 45.66895rem !important; } }

.mx-68 {
  margin-left: 68rem !important;
  margin-right: 68rem !important; }
  @media (max-width: 960px) {
    .mx-68 {
      margin-left: 45.3356rem !important;
      margin-right: 45.3356rem !important; } }

.mx-68-5 {
  margin-left: 68.5rem !important;
  margin-right: 68.5rem !important; }
  @media (max-width: 960px) {
    .mx-68-5 {
      margin-left: 45.66895rem !important;
      margin-right: 45.66895rem !important; } }

.my-68 {
  margin-top: 68rem !important;
  margin-bottom: 68rem !important; }
  @media (max-width: 960px) {
    .my-68 {
      margin-top: 45.3356rem !important;
      margin-bottom: 45.3356rem !important; } }

.my-68-5 {
  margin-top: 68.5rem !important;
  margin-bottom: 68.5rem !important; }
  @media (max-width: 960px) {
    .my-68-5 {
      margin-top: 45.66895rem !important;
      margin-bottom: 45.66895rem !important; } }

.p-68 {
  padding: 68rem !important; }
  @media (max-width: 960px) {
    .p-68 {
      padding: 45.3356rem !important; } }

.p-68-5 {
  padding: 68.5rem !important; }
  @media (max-width: 960px) {
    .p-68-5 {
      padding: 45.66895rem !important; } }

.pt-68 {
  padding-top: 68rem !important; }
  @media (max-width: 960px) {
    .pt-68 {
      padding-top: 45.3356rem !important; } }

.pt-68-5 {
  padding-top: 68.5rem !important; }
  @media (max-width: 960px) {
    .pt-68-5 {
      padding-top: 45.66895rem !important; } }

.pb-68 {
  padding-bottom: 68rem !important; }
  @media (max-width: 960px) {
    .pb-68 {
      padding-bottom: 45.3356rem !important; } }

.pb-68-5 {
  padding-bottom: 68.5rem !important; }
  @media (max-width: 960px) {
    .pb-68-5 {
      padding-bottom: 45.66895rem !important; } }

.pl-68 {
  padding-left: 68rem !important; }
  @media (max-width: 960px) {
    .pl-68 {
      padding-left: 45.3356rem !important; } }

.pl-68-5 {
  padding-left: 68.5rem !important; }
  @media (max-width: 960px) {
    .pl-68-5 {
      padding-left: 45.66895rem !important; } }

.pr-68 {
  padding-right: 68rem !important; }
  @media (max-width: 960px) {
    .pr-68 {
      padding-right: 45.3356rem !important; } }

.pr-68-5 {
  padding-right: 68.5rem !important; }
  @media (max-width: 960px) {
    .pr-68-5 {
      padding-right: 45.66895rem !important; } }

.px-68 {
  padding-left: 68rem !important;
  padding-right: 68rem !important; }
  @media (max-width: 960px) {
    .px-68 {
      padding-left: 45.3356rem !important;
      padding-right: 45.3356rem !important; } }

.px-68-5 {
  padding-left: 68.5rem !important;
  padding-right: 68.5rem !important; }
  @media (max-width: 960px) {
    .px-68-5 {
      padding-left: 45.66895rem !important;
      padding-right: 45.66895rem !important; } }

.py-68 {
  padding-top: 68rem !important;
  padding-bottom: 68rem !important; }
  @media (max-width: 960px) {
    .py-68 {
      padding-top: 45.3356rem !important;
      padding-bottom: 45.3356rem !important; } }

.py-68-5 {
  padding-top: 68.5rem !important;
  padding-bottom: 68.5rem !important; }
  @media (max-width: 960px) {
    .py-68-5 {
      padding-top: 45.66895rem !important;
      padding-bottom: 45.66895rem !important; } }

.m-69 {
  margin: 69rem !important; }
  @media (max-width: 960px) {
    .m-69 {
      margin: 46.0023rem !important; } }

.m-69-5 {
  margin: 69.5rem !important; }
  @media (max-width: 960px) {
    .m-69-5 {
      margin: 46.33565rem !important; } }

.mt-69 {
  margin-top: 69rem !important; }
  @media (max-width: 960px) {
    .mt-69 {
      margin-top: 46.0023rem !important; } }

.mt-69-5 {
  margin-top: 69.5rem !important; }
  @media (max-width: 960px) {
    .mt-69-5 {
      margin-top: 46.33565rem !important; } }

.mb-69 {
  margin-bottom: 69rem !important; }
  @media (max-width: 960px) {
    .mb-69 {
      margin-bottom: 46.0023rem !important; } }

.mb-69-5 {
  margin-bottom: 69.5rem !important; }
  @media (max-width: 960px) {
    .mb-69-5 {
      margin-bottom: 46.33565rem !important; } }

.ml-69 {
  margin-left: 69rem !important; }
  @media (max-width: 960px) {
    .ml-69 {
      margin-left: 46.0023rem !important; } }

.ml-69-5 {
  margin-left: 69.5rem !important; }
  @media (max-width: 960px) {
    .ml-69-5 {
      margin-left: 46.33565rem !important; } }

.mr-69 {
  margin-right: 69rem !important; }
  @media (max-width: 960px) {
    .mr-69 {
      margin-right: 46.0023rem !important; } }

.mr-69-5 {
  margin-right: 69.5rem !important; }
  @media (max-width: 960px) {
    .mr-69-5 {
      margin-right: 46.33565rem !important; } }

.mx-69 {
  margin-left: 69rem !important;
  margin-right: 69rem !important; }
  @media (max-width: 960px) {
    .mx-69 {
      margin-left: 46.0023rem !important;
      margin-right: 46.0023rem !important; } }

.mx-69-5 {
  margin-left: 69.5rem !important;
  margin-right: 69.5rem !important; }
  @media (max-width: 960px) {
    .mx-69-5 {
      margin-left: 46.33565rem !important;
      margin-right: 46.33565rem !important; } }

.my-69 {
  margin-top: 69rem !important;
  margin-bottom: 69rem !important; }
  @media (max-width: 960px) {
    .my-69 {
      margin-top: 46.0023rem !important;
      margin-bottom: 46.0023rem !important; } }

.my-69-5 {
  margin-top: 69.5rem !important;
  margin-bottom: 69.5rem !important; }
  @media (max-width: 960px) {
    .my-69-5 {
      margin-top: 46.33565rem !important;
      margin-bottom: 46.33565rem !important; } }

.p-69 {
  padding: 69rem !important; }
  @media (max-width: 960px) {
    .p-69 {
      padding: 46.0023rem !important; } }

.p-69-5 {
  padding: 69.5rem !important; }
  @media (max-width: 960px) {
    .p-69-5 {
      padding: 46.33565rem !important; } }

.pt-69 {
  padding-top: 69rem !important; }
  @media (max-width: 960px) {
    .pt-69 {
      padding-top: 46.0023rem !important; } }

.pt-69-5 {
  padding-top: 69.5rem !important; }
  @media (max-width: 960px) {
    .pt-69-5 {
      padding-top: 46.33565rem !important; } }

.pb-69 {
  padding-bottom: 69rem !important; }
  @media (max-width: 960px) {
    .pb-69 {
      padding-bottom: 46.0023rem !important; } }

.pb-69-5 {
  padding-bottom: 69.5rem !important; }
  @media (max-width: 960px) {
    .pb-69-5 {
      padding-bottom: 46.33565rem !important; } }

.pl-69 {
  padding-left: 69rem !important; }
  @media (max-width: 960px) {
    .pl-69 {
      padding-left: 46.0023rem !important; } }

.pl-69-5 {
  padding-left: 69.5rem !important; }
  @media (max-width: 960px) {
    .pl-69-5 {
      padding-left: 46.33565rem !important; } }

.pr-69 {
  padding-right: 69rem !important; }
  @media (max-width: 960px) {
    .pr-69 {
      padding-right: 46.0023rem !important; } }

.pr-69-5 {
  padding-right: 69.5rem !important; }
  @media (max-width: 960px) {
    .pr-69-5 {
      padding-right: 46.33565rem !important; } }

.px-69 {
  padding-left: 69rem !important;
  padding-right: 69rem !important; }
  @media (max-width: 960px) {
    .px-69 {
      padding-left: 46.0023rem !important;
      padding-right: 46.0023rem !important; } }

.px-69-5 {
  padding-left: 69.5rem !important;
  padding-right: 69.5rem !important; }
  @media (max-width: 960px) {
    .px-69-5 {
      padding-left: 46.33565rem !important;
      padding-right: 46.33565rem !important; } }

.py-69 {
  padding-top: 69rem !important;
  padding-bottom: 69rem !important; }
  @media (max-width: 960px) {
    .py-69 {
      padding-top: 46.0023rem !important;
      padding-bottom: 46.0023rem !important; } }

.py-69-5 {
  padding-top: 69.5rem !important;
  padding-bottom: 69.5rem !important; }
  @media (max-width: 960px) {
    .py-69-5 {
      padding-top: 46.33565rem !important;
      padding-bottom: 46.33565rem !important; } }

.m-70 {
  margin: 70rem !important; }
  @media (max-width: 960px) {
    .m-70 {
      margin: 46.669rem !important; } }

.m-70-5 {
  margin: 70.5rem !important; }
  @media (max-width: 960px) {
    .m-70-5 {
      margin: 47.00235rem !important; } }

.mt-70 {
  margin-top: 70rem !important; }
  @media (max-width: 960px) {
    .mt-70 {
      margin-top: 46.669rem !important; } }

.mt-70-5 {
  margin-top: 70.5rem !important; }
  @media (max-width: 960px) {
    .mt-70-5 {
      margin-top: 47.00235rem !important; } }

.mb-70 {
  margin-bottom: 70rem !important; }
  @media (max-width: 960px) {
    .mb-70 {
      margin-bottom: 46.669rem !important; } }

.mb-70-5 {
  margin-bottom: 70.5rem !important; }
  @media (max-width: 960px) {
    .mb-70-5 {
      margin-bottom: 47.00235rem !important; } }

.ml-70 {
  margin-left: 70rem !important; }
  @media (max-width: 960px) {
    .ml-70 {
      margin-left: 46.669rem !important; } }

.ml-70-5 {
  margin-left: 70.5rem !important; }
  @media (max-width: 960px) {
    .ml-70-5 {
      margin-left: 47.00235rem !important; } }

.mr-70 {
  margin-right: 70rem !important; }
  @media (max-width: 960px) {
    .mr-70 {
      margin-right: 46.669rem !important; } }

.mr-70-5 {
  margin-right: 70.5rem !important; }
  @media (max-width: 960px) {
    .mr-70-5 {
      margin-right: 47.00235rem !important; } }

.mx-70 {
  margin-left: 70rem !important;
  margin-right: 70rem !important; }
  @media (max-width: 960px) {
    .mx-70 {
      margin-left: 46.669rem !important;
      margin-right: 46.669rem !important; } }

.mx-70-5 {
  margin-left: 70.5rem !important;
  margin-right: 70.5rem !important; }
  @media (max-width: 960px) {
    .mx-70-5 {
      margin-left: 47.00235rem !important;
      margin-right: 47.00235rem !important; } }

.my-70 {
  margin-top: 70rem !important;
  margin-bottom: 70rem !important; }
  @media (max-width: 960px) {
    .my-70 {
      margin-top: 46.669rem !important;
      margin-bottom: 46.669rem !important; } }

.my-70-5 {
  margin-top: 70.5rem !important;
  margin-bottom: 70.5rem !important; }
  @media (max-width: 960px) {
    .my-70-5 {
      margin-top: 47.00235rem !important;
      margin-bottom: 47.00235rem !important; } }

.p-70 {
  padding: 70rem !important; }
  @media (max-width: 960px) {
    .p-70 {
      padding: 46.669rem !important; } }

.p-70-5 {
  padding: 70.5rem !important; }
  @media (max-width: 960px) {
    .p-70-5 {
      padding: 47.00235rem !important; } }

.pt-70 {
  padding-top: 70rem !important; }
  @media (max-width: 960px) {
    .pt-70 {
      padding-top: 46.669rem !important; } }

.pt-70-5 {
  padding-top: 70.5rem !important; }
  @media (max-width: 960px) {
    .pt-70-5 {
      padding-top: 47.00235rem !important; } }

.pb-70 {
  padding-bottom: 70rem !important; }
  @media (max-width: 960px) {
    .pb-70 {
      padding-bottom: 46.669rem !important; } }

.pb-70-5 {
  padding-bottom: 70.5rem !important; }
  @media (max-width: 960px) {
    .pb-70-5 {
      padding-bottom: 47.00235rem !important; } }

.pl-70 {
  padding-left: 70rem !important; }
  @media (max-width: 960px) {
    .pl-70 {
      padding-left: 46.669rem !important; } }

.pl-70-5 {
  padding-left: 70.5rem !important; }
  @media (max-width: 960px) {
    .pl-70-5 {
      padding-left: 47.00235rem !important; } }

.pr-70 {
  padding-right: 70rem !important; }
  @media (max-width: 960px) {
    .pr-70 {
      padding-right: 46.669rem !important; } }

.pr-70-5 {
  padding-right: 70.5rem !important; }
  @media (max-width: 960px) {
    .pr-70-5 {
      padding-right: 47.00235rem !important; } }

.px-70 {
  padding-left: 70rem !important;
  padding-right: 70rem !important; }
  @media (max-width: 960px) {
    .px-70 {
      padding-left: 46.669rem !important;
      padding-right: 46.669rem !important; } }

.px-70-5 {
  padding-left: 70.5rem !important;
  padding-right: 70.5rem !important; }
  @media (max-width: 960px) {
    .px-70-5 {
      padding-left: 47.00235rem !important;
      padding-right: 47.00235rem !important; } }

.py-70 {
  padding-top: 70rem !important;
  padding-bottom: 70rem !important; }
  @media (max-width: 960px) {
    .py-70 {
      padding-top: 46.669rem !important;
      padding-bottom: 46.669rem !important; } }

.py-70-5 {
  padding-top: 70.5rem !important;
  padding-bottom: 70.5rem !important; }
  @media (max-width: 960px) {
    .py-70-5 {
      padding-top: 47.00235rem !important;
      padding-bottom: 47.00235rem !important; } }

.m-71 {
  margin: 71rem !important; }
  @media (max-width: 960px) {
    .m-71 {
      margin: 47.3357rem !important; } }

.m-71-5 {
  margin: 71.5rem !important; }
  @media (max-width: 960px) {
    .m-71-5 {
      margin: 47.66905rem !important; } }

.mt-71 {
  margin-top: 71rem !important; }
  @media (max-width: 960px) {
    .mt-71 {
      margin-top: 47.3357rem !important; } }

.mt-71-5 {
  margin-top: 71.5rem !important; }
  @media (max-width: 960px) {
    .mt-71-5 {
      margin-top: 47.66905rem !important; } }

.mb-71 {
  margin-bottom: 71rem !important; }
  @media (max-width: 960px) {
    .mb-71 {
      margin-bottom: 47.3357rem !important; } }

.mb-71-5 {
  margin-bottom: 71.5rem !important; }
  @media (max-width: 960px) {
    .mb-71-5 {
      margin-bottom: 47.66905rem !important; } }

.ml-71 {
  margin-left: 71rem !important; }
  @media (max-width: 960px) {
    .ml-71 {
      margin-left: 47.3357rem !important; } }

.ml-71-5 {
  margin-left: 71.5rem !important; }
  @media (max-width: 960px) {
    .ml-71-5 {
      margin-left: 47.66905rem !important; } }

.mr-71 {
  margin-right: 71rem !important; }
  @media (max-width: 960px) {
    .mr-71 {
      margin-right: 47.3357rem !important; } }

.mr-71-5 {
  margin-right: 71.5rem !important; }
  @media (max-width: 960px) {
    .mr-71-5 {
      margin-right: 47.66905rem !important; } }

.mx-71 {
  margin-left: 71rem !important;
  margin-right: 71rem !important; }
  @media (max-width: 960px) {
    .mx-71 {
      margin-left: 47.3357rem !important;
      margin-right: 47.3357rem !important; } }

.mx-71-5 {
  margin-left: 71.5rem !important;
  margin-right: 71.5rem !important; }
  @media (max-width: 960px) {
    .mx-71-5 {
      margin-left: 47.66905rem !important;
      margin-right: 47.66905rem !important; } }

.my-71 {
  margin-top: 71rem !important;
  margin-bottom: 71rem !important; }
  @media (max-width: 960px) {
    .my-71 {
      margin-top: 47.3357rem !important;
      margin-bottom: 47.3357rem !important; } }

.my-71-5 {
  margin-top: 71.5rem !important;
  margin-bottom: 71.5rem !important; }
  @media (max-width: 960px) {
    .my-71-5 {
      margin-top: 47.66905rem !important;
      margin-bottom: 47.66905rem !important; } }

.p-71 {
  padding: 71rem !important; }
  @media (max-width: 960px) {
    .p-71 {
      padding: 47.3357rem !important; } }

.p-71-5 {
  padding: 71.5rem !important; }
  @media (max-width: 960px) {
    .p-71-5 {
      padding: 47.66905rem !important; } }

.pt-71 {
  padding-top: 71rem !important; }
  @media (max-width: 960px) {
    .pt-71 {
      padding-top: 47.3357rem !important; } }

.pt-71-5 {
  padding-top: 71.5rem !important; }
  @media (max-width: 960px) {
    .pt-71-5 {
      padding-top: 47.66905rem !important; } }

.pb-71 {
  padding-bottom: 71rem !important; }
  @media (max-width: 960px) {
    .pb-71 {
      padding-bottom: 47.3357rem !important; } }

.pb-71-5 {
  padding-bottom: 71.5rem !important; }
  @media (max-width: 960px) {
    .pb-71-5 {
      padding-bottom: 47.66905rem !important; } }

.pl-71 {
  padding-left: 71rem !important; }
  @media (max-width: 960px) {
    .pl-71 {
      padding-left: 47.3357rem !important; } }

.pl-71-5 {
  padding-left: 71.5rem !important; }
  @media (max-width: 960px) {
    .pl-71-5 {
      padding-left: 47.66905rem !important; } }

.pr-71 {
  padding-right: 71rem !important; }
  @media (max-width: 960px) {
    .pr-71 {
      padding-right: 47.3357rem !important; } }

.pr-71-5 {
  padding-right: 71.5rem !important; }
  @media (max-width: 960px) {
    .pr-71-5 {
      padding-right: 47.66905rem !important; } }

.px-71 {
  padding-left: 71rem !important;
  padding-right: 71rem !important; }
  @media (max-width: 960px) {
    .px-71 {
      padding-left: 47.3357rem !important;
      padding-right: 47.3357rem !important; } }

.px-71-5 {
  padding-left: 71.5rem !important;
  padding-right: 71.5rem !important; }
  @media (max-width: 960px) {
    .px-71-5 {
      padding-left: 47.66905rem !important;
      padding-right: 47.66905rem !important; } }

.py-71 {
  padding-top: 71rem !important;
  padding-bottom: 71rem !important; }
  @media (max-width: 960px) {
    .py-71 {
      padding-top: 47.3357rem !important;
      padding-bottom: 47.3357rem !important; } }

.py-71-5 {
  padding-top: 71.5rem !important;
  padding-bottom: 71.5rem !important; }
  @media (max-width: 960px) {
    .py-71-5 {
      padding-top: 47.66905rem !important;
      padding-bottom: 47.66905rem !important; } }

.m-72 {
  margin: 72rem !important; }
  @media (max-width: 960px) {
    .m-72 {
      margin: 48.0024rem !important; } }

.m-72-5 {
  margin: 72.5rem !important; }
  @media (max-width: 960px) {
    .m-72-5 {
      margin: 48.33575rem !important; } }

.mt-72 {
  margin-top: 72rem !important; }
  @media (max-width: 960px) {
    .mt-72 {
      margin-top: 48.0024rem !important; } }

.mt-72-5 {
  margin-top: 72.5rem !important; }
  @media (max-width: 960px) {
    .mt-72-5 {
      margin-top: 48.33575rem !important; } }

.mb-72 {
  margin-bottom: 72rem !important; }
  @media (max-width: 960px) {
    .mb-72 {
      margin-bottom: 48.0024rem !important; } }

.mb-72-5 {
  margin-bottom: 72.5rem !important; }
  @media (max-width: 960px) {
    .mb-72-5 {
      margin-bottom: 48.33575rem !important; } }

.ml-72 {
  margin-left: 72rem !important; }
  @media (max-width: 960px) {
    .ml-72 {
      margin-left: 48.0024rem !important; } }

.ml-72-5 {
  margin-left: 72.5rem !important; }
  @media (max-width: 960px) {
    .ml-72-5 {
      margin-left: 48.33575rem !important; } }

.mr-72 {
  margin-right: 72rem !important; }
  @media (max-width: 960px) {
    .mr-72 {
      margin-right: 48.0024rem !important; } }

.mr-72-5 {
  margin-right: 72.5rem !important; }
  @media (max-width: 960px) {
    .mr-72-5 {
      margin-right: 48.33575rem !important; } }

.mx-72 {
  margin-left: 72rem !important;
  margin-right: 72rem !important; }
  @media (max-width: 960px) {
    .mx-72 {
      margin-left: 48.0024rem !important;
      margin-right: 48.0024rem !important; } }

.mx-72-5 {
  margin-left: 72.5rem !important;
  margin-right: 72.5rem !important; }
  @media (max-width: 960px) {
    .mx-72-5 {
      margin-left: 48.33575rem !important;
      margin-right: 48.33575rem !important; } }

.my-72 {
  margin-top: 72rem !important;
  margin-bottom: 72rem !important; }
  @media (max-width: 960px) {
    .my-72 {
      margin-top: 48.0024rem !important;
      margin-bottom: 48.0024rem !important; } }

.my-72-5 {
  margin-top: 72.5rem !important;
  margin-bottom: 72.5rem !important; }
  @media (max-width: 960px) {
    .my-72-5 {
      margin-top: 48.33575rem !important;
      margin-bottom: 48.33575rem !important; } }

.p-72 {
  padding: 72rem !important; }
  @media (max-width: 960px) {
    .p-72 {
      padding: 48.0024rem !important; } }

.p-72-5 {
  padding: 72.5rem !important; }
  @media (max-width: 960px) {
    .p-72-5 {
      padding: 48.33575rem !important; } }

.pt-72 {
  padding-top: 72rem !important; }
  @media (max-width: 960px) {
    .pt-72 {
      padding-top: 48.0024rem !important; } }

.pt-72-5 {
  padding-top: 72.5rem !important; }
  @media (max-width: 960px) {
    .pt-72-5 {
      padding-top: 48.33575rem !important; } }

.pb-72 {
  padding-bottom: 72rem !important; }
  @media (max-width: 960px) {
    .pb-72 {
      padding-bottom: 48.0024rem !important; } }

.pb-72-5 {
  padding-bottom: 72.5rem !important; }
  @media (max-width: 960px) {
    .pb-72-5 {
      padding-bottom: 48.33575rem !important; } }

.pl-72 {
  padding-left: 72rem !important; }
  @media (max-width: 960px) {
    .pl-72 {
      padding-left: 48.0024rem !important; } }

.pl-72-5 {
  padding-left: 72.5rem !important; }
  @media (max-width: 960px) {
    .pl-72-5 {
      padding-left: 48.33575rem !important; } }

.pr-72 {
  padding-right: 72rem !important; }
  @media (max-width: 960px) {
    .pr-72 {
      padding-right: 48.0024rem !important; } }

.pr-72-5 {
  padding-right: 72.5rem !important; }
  @media (max-width: 960px) {
    .pr-72-5 {
      padding-right: 48.33575rem !important; } }

.px-72 {
  padding-left: 72rem !important;
  padding-right: 72rem !important; }
  @media (max-width: 960px) {
    .px-72 {
      padding-left: 48.0024rem !important;
      padding-right: 48.0024rem !important; } }

.px-72-5 {
  padding-left: 72.5rem !important;
  padding-right: 72.5rem !important; }
  @media (max-width: 960px) {
    .px-72-5 {
      padding-left: 48.33575rem !important;
      padding-right: 48.33575rem !important; } }

.py-72 {
  padding-top: 72rem !important;
  padding-bottom: 72rem !important; }
  @media (max-width: 960px) {
    .py-72 {
      padding-top: 48.0024rem !important;
      padding-bottom: 48.0024rem !important; } }

.py-72-5 {
  padding-top: 72.5rem !important;
  padding-bottom: 72.5rem !important; }
  @media (max-width: 960px) {
    .py-72-5 {
      padding-top: 48.33575rem !important;
      padding-bottom: 48.33575rem !important; } }

.m-73 {
  margin: 73rem !important; }
  @media (max-width: 960px) {
    .m-73 {
      margin: 48.6691rem !important; } }

.m-73-5 {
  margin: 73.5rem !important; }
  @media (max-width: 960px) {
    .m-73-5 {
      margin: 49.00245rem !important; } }

.mt-73 {
  margin-top: 73rem !important; }
  @media (max-width: 960px) {
    .mt-73 {
      margin-top: 48.6691rem !important; } }

.mt-73-5 {
  margin-top: 73.5rem !important; }
  @media (max-width: 960px) {
    .mt-73-5 {
      margin-top: 49.00245rem !important; } }

.mb-73 {
  margin-bottom: 73rem !important; }
  @media (max-width: 960px) {
    .mb-73 {
      margin-bottom: 48.6691rem !important; } }

.mb-73-5 {
  margin-bottom: 73.5rem !important; }
  @media (max-width: 960px) {
    .mb-73-5 {
      margin-bottom: 49.00245rem !important; } }

.ml-73 {
  margin-left: 73rem !important; }
  @media (max-width: 960px) {
    .ml-73 {
      margin-left: 48.6691rem !important; } }

.ml-73-5 {
  margin-left: 73.5rem !important; }
  @media (max-width: 960px) {
    .ml-73-5 {
      margin-left: 49.00245rem !important; } }

.mr-73 {
  margin-right: 73rem !important; }
  @media (max-width: 960px) {
    .mr-73 {
      margin-right: 48.6691rem !important; } }

.mr-73-5 {
  margin-right: 73.5rem !important; }
  @media (max-width: 960px) {
    .mr-73-5 {
      margin-right: 49.00245rem !important; } }

.mx-73 {
  margin-left: 73rem !important;
  margin-right: 73rem !important; }
  @media (max-width: 960px) {
    .mx-73 {
      margin-left: 48.6691rem !important;
      margin-right: 48.6691rem !important; } }

.mx-73-5 {
  margin-left: 73.5rem !important;
  margin-right: 73.5rem !important; }
  @media (max-width: 960px) {
    .mx-73-5 {
      margin-left: 49.00245rem !important;
      margin-right: 49.00245rem !important; } }

.my-73 {
  margin-top: 73rem !important;
  margin-bottom: 73rem !important; }
  @media (max-width: 960px) {
    .my-73 {
      margin-top: 48.6691rem !important;
      margin-bottom: 48.6691rem !important; } }

.my-73-5 {
  margin-top: 73.5rem !important;
  margin-bottom: 73.5rem !important; }
  @media (max-width: 960px) {
    .my-73-5 {
      margin-top: 49.00245rem !important;
      margin-bottom: 49.00245rem !important; } }

.p-73 {
  padding: 73rem !important; }
  @media (max-width: 960px) {
    .p-73 {
      padding: 48.6691rem !important; } }

.p-73-5 {
  padding: 73.5rem !important; }
  @media (max-width: 960px) {
    .p-73-5 {
      padding: 49.00245rem !important; } }

.pt-73 {
  padding-top: 73rem !important; }
  @media (max-width: 960px) {
    .pt-73 {
      padding-top: 48.6691rem !important; } }

.pt-73-5 {
  padding-top: 73.5rem !important; }
  @media (max-width: 960px) {
    .pt-73-5 {
      padding-top: 49.00245rem !important; } }

.pb-73 {
  padding-bottom: 73rem !important; }
  @media (max-width: 960px) {
    .pb-73 {
      padding-bottom: 48.6691rem !important; } }

.pb-73-5 {
  padding-bottom: 73.5rem !important; }
  @media (max-width: 960px) {
    .pb-73-5 {
      padding-bottom: 49.00245rem !important; } }

.pl-73 {
  padding-left: 73rem !important; }
  @media (max-width: 960px) {
    .pl-73 {
      padding-left: 48.6691rem !important; } }

.pl-73-5 {
  padding-left: 73.5rem !important; }
  @media (max-width: 960px) {
    .pl-73-5 {
      padding-left: 49.00245rem !important; } }

.pr-73 {
  padding-right: 73rem !important; }
  @media (max-width: 960px) {
    .pr-73 {
      padding-right: 48.6691rem !important; } }

.pr-73-5 {
  padding-right: 73.5rem !important; }
  @media (max-width: 960px) {
    .pr-73-5 {
      padding-right: 49.00245rem !important; } }

.px-73 {
  padding-left: 73rem !important;
  padding-right: 73rem !important; }
  @media (max-width: 960px) {
    .px-73 {
      padding-left: 48.6691rem !important;
      padding-right: 48.6691rem !important; } }

.px-73-5 {
  padding-left: 73.5rem !important;
  padding-right: 73.5rem !important; }
  @media (max-width: 960px) {
    .px-73-5 {
      padding-left: 49.00245rem !important;
      padding-right: 49.00245rem !important; } }

.py-73 {
  padding-top: 73rem !important;
  padding-bottom: 73rem !important; }
  @media (max-width: 960px) {
    .py-73 {
      padding-top: 48.6691rem !important;
      padding-bottom: 48.6691rem !important; } }

.py-73-5 {
  padding-top: 73.5rem !important;
  padding-bottom: 73.5rem !important; }
  @media (max-width: 960px) {
    .py-73-5 {
      padding-top: 49.00245rem !important;
      padding-bottom: 49.00245rem !important; } }

.m-74 {
  margin: 74rem !important; }
  @media (max-width: 960px) {
    .m-74 {
      margin: 49.3358rem !important; } }

.m-74-5 {
  margin: 74.5rem !important; }
  @media (max-width: 960px) {
    .m-74-5 {
      margin: 49.66915rem !important; } }

.mt-74 {
  margin-top: 74rem !important; }
  @media (max-width: 960px) {
    .mt-74 {
      margin-top: 49.3358rem !important; } }

.mt-74-5 {
  margin-top: 74.5rem !important; }
  @media (max-width: 960px) {
    .mt-74-5 {
      margin-top: 49.66915rem !important; } }

.mb-74 {
  margin-bottom: 74rem !important; }
  @media (max-width: 960px) {
    .mb-74 {
      margin-bottom: 49.3358rem !important; } }

.mb-74-5 {
  margin-bottom: 74.5rem !important; }
  @media (max-width: 960px) {
    .mb-74-5 {
      margin-bottom: 49.66915rem !important; } }

.ml-74 {
  margin-left: 74rem !important; }
  @media (max-width: 960px) {
    .ml-74 {
      margin-left: 49.3358rem !important; } }

.ml-74-5 {
  margin-left: 74.5rem !important; }
  @media (max-width: 960px) {
    .ml-74-5 {
      margin-left: 49.66915rem !important; } }

.mr-74 {
  margin-right: 74rem !important; }
  @media (max-width: 960px) {
    .mr-74 {
      margin-right: 49.3358rem !important; } }

.mr-74-5 {
  margin-right: 74.5rem !important; }
  @media (max-width: 960px) {
    .mr-74-5 {
      margin-right: 49.66915rem !important; } }

.mx-74 {
  margin-left: 74rem !important;
  margin-right: 74rem !important; }
  @media (max-width: 960px) {
    .mx-74 {
      margin-left: 49.3358rem !important;
      margin-right: 49.3358rem !important; } }

.mx-74-5 {
  margin-left: 74.5rem !important;
  margin-right: 74.5rem !important; }
  @media (max-width: 960px) {
    .mx-74-5 {
      margin-left: 49.66915rem !important;
      margin-right: 49.66915rem !important; } }

.my-74 {
  margin-top: 74rem !important;
  margin-bottom: 74rem !important; }
  @media (max-width: 960px) {
    .my-74 {
      margin-top: 49.3358rem !important;
      margin-bottom: 49.3358rem !important; } }

.my-74-5 {
  margin-top: 74.5rem !important;
  margin-bottom: 74.5rem !important; }
  @media (max-width: 960px) {
    .my-74-5 {
      margin-top: 49.66915rem !important;
      margin-bottom: 49.66915rem !important; } }

.p-74 {
  padding: 74rem !important; }
  @media (max-width: 960px) {
    .p-74 {
      padding: 49.3358rem !important; } }

.p-74-5 {
  padding: 74.5rem !important; }
  @media (max-width: 960px) {
    .p-74-5 {
      padding: 49.66915rem !important; } }

.pt-74 {
  padding-top: 74rem !important; }
  @media (max-width: 960px) {
    .pt-74 {
      padding-top: 49.3358rem !important; } }

.pt-74-5 {
  padding-top: 74.5rem !important; }
  @media (max-width: 960px) {
    .pt-74-5 {
      padding-top: 49.66915rem !important; } }

.pb-74 {
  padding-bottom: 74rem !important; }
  @media (max-width: 960px) {
    .pb-74 {
      padding-bottom: 49.3358rem !important; } }

.pb-74-5 {
  padding-bottom: 74.5rem !important; }
  @media (max-width: 960px) {
    .pb-74-5 {
      padding-bottom: 49.66915rem !important; } }

.pl-74 {
  padding-left: 74rem !important; }
  @media (max-width: 960px) {
    .pl-74 {
      padding-left: 49.3358rem !important; } }

.pl-74-5 {
  padding-left: 74.5rem !important; }
  @media (max-width: 960px) {
    .pl-74-5 {
      padding-left: 49.66915rem !important; } }

.pr-74 {
  padding-right: 74rem !important; }
  @media (max-width: 960px) {
    .pr-74 {
      padding-right: 49.3358rem !important; } }

.pr-74-5 {
  padding-right: 74.5rem !important; }
  @media (max-width: 960px) {
    .pr-74-5 {
      padding-right: 49.66915rem !important; } }

.px-74 {
  padding-left: 74rem !important;
  padding-right: 74rem !important; }
  @media (max-width: 960px) {
    .px-74 {
      padding-left: 49.3358rem !important;
      padding-right: 49.3358rem !important; } }

.px-74-5 {
  padding-left: 74.5rem !important;
  padding-right: 74.5rem !important; }
  @media (max-width: 960px) {
    .px-74-5 {
      padding-left: 49.66915rem !important;
      padding-right: 49.66915rem !important; } }

.py-74 {
  padding-top: 74rem !important;
  padding-bottom: 74rem !important; }
  @media (max-width: 960px) {
    .py-74 {
      padding-top: 49.3358rem !important;
      padding-bottom: 49.3358rem !important; } }

.py-74-5 {
  padding-top: 74.5rem !important;
  padding-bottom: 74.5rem !important; }
  @media (max-width: 960px) {
    .py-74-5 {
      padding-top: 49.66915rem !important;
      padding-bottom: 49.66915rem !important; } }

.m-75 {
  margin: 75rem !important; }
  @media (max-width: 960px) {
    .m-75 {
      margin: 50.0025rem !important; } }

.m-75-5 {
  margin: 75.5rem !important; }
  @media (max-width: 960px) {
    .m-75-5 {
      margin: 50.33585rem !important; } }

.mt-75 {
  margin-top: 75rem !important; }
  @media (max-width: 960px) {
    .mt-75 {
      margin-top: 50.0025rem !important; } }

.mt-75-5 {
  margin-top: 75.5rem !important; }
  @media (max-width: 960px) {
    .mt-75-5 {
      margin-top: 50.33585rem !important; } }

.mb-75 {
  margin-bottom: 75rem !important; }
  @media (max-width: 960px) {
    .mb-75 {
      margin-bottom: 50.0025rem !important; } }

.mb-75-5 {
  margin-bottom: 75.5rem !important; }
  @media (max-width: 960px) {
    .mb-75-5 {
      margin-bottom: 50.33585rem !important; } }

.ml-75 {
  margin-left: 75rem !important; }
  @media (max-width: 960px) {
    .ml-75 {
      margin-left: 50.0025rem !important; } }

.ml-75-5 {
  margin-left: 75.5rem !important; }
  @media (max-width: 960px) {
    .ml-75-5 {
      margin-left: 50.33585rem !important; } }

.mr-75 {
  margin-right: 75rem !important; }
  @media (max-width: 960px) {
    .mr-75 {
      margin-right: 50.0025rem !important; } }

.mr-75-5 {
  margin-right: 75.5rem !important; }
  @media (max-width: 960px) {
    .mr-75-5 {
      margin-right: 50.33585rem !important; } }

.mx-75 {
  margin-left: 75rem !important;
  margin-right: 75rem !important; }
  @media (max-width: 960px) {
    .mx-75 {
      margin-left: 50.0025rem !important;
      margin-right: 50.0025rem !important; } }

.mx-75-5 {
  margin-left: 75.5rem !important;
  margin-right: 75.5rem !important; }
  @media (max-width: 960px) {
    .mx-75-5 {
      margin-left: 50.33585rem !important;
      margin-right: 50.33585rem !important; } }

.my-75 {
  margin-top: 75rem !important;
  margin-bottom: 75rem !important; }
  @media (max-width: 960px) {
    .my-75 {
      margin-top: 50.0025rem !important;
      margin-bottom: 50.0025rem !important; } }

.my-75-5 {
  margin-top: 75.5rem !important;
  margin-bottom: 75.5rem !important; }
  @media (max-width: 960px) {
    .my-75-5 {
      margin-top: 50.33585rem !important;
      margin-bottom: 50.33585rem !important; } }

.p-75 {
  padding: 75rem !important; }
  @media (max-width: 960px) {
    .p-75 {
      padding: 50.0025rem !important; } }

.p-75-5 {
  padding: 75.5rem !important; }
  @media (max-width: 960px) {
    .p-75-5 {
      padding: 50.33585rem !important; } }

.pt-75 {
  padding-top: 75rem !important; }
  @media (max-width: 960px) {
    .pt-75 {
      padding-top: 50.0025rem !important; } }

.pt-75-5 {
  padding-top: 75.5rem !important; }
  @media (max-width: 960px) {
    .pt-75-5 {
      padding-top: 50.33585rem !important; } }

.pb-75 {
  padding-bottom: 75rem !important; }
  @media (max-width: 960px) {
    .pb-75 {
      padding-bottom: 50.0025rem !important; } }

.pb-75-5 {
  padding-bottom: 75.5rem !important; }
  @media (max-width: 960px) {
    .pb-75-5 {
      padding-bottom: 50.33585rem !important; } }

.pl-75 {
  padding-left: 75rem !important; }
  @media (max-width: 960px) {
    .pl-75 {
      padding-left: 50.0025rem !important; } }

.pl-75-5 {
  padding-left: 75.5rem !important; }
  @media (max-width: 960px) {
    .pl-75-5 {
      padding-left: 50.33585rem !important; } }

.pr-75 {
  padding-right: 75rem !important; }
  @media (max-width: 960px) {
    .pr-75 {
      padding-right: 50.0025rem !important; } }

.pr-75-5 {
  padding-right: 75.5rem !important; }
  @media (max-width: 960px) {
    .pr-75-5 {
      padding-right: 50.33585rem !important; } }

.px-75 {
  padding-left: 75rem !important;
  padding-right: 75rem !important; }
  @media (max-width: 960px) {
    .px-75 {
      padding-left: 50.0025rem !important;
      padding-right: 50.0025rem !important; } }

.px-75-5 {
  padding-left: 75.5rem !important;
  padding-right: 75.5rem !important; }
  @media (max-width: 960px) {
    .px-75-5 {
      padding-left: 50.33585rem !important;
      padding-right: 50.33585rem !important; } }

.py-75 {
  padding-top: 75rem !important;
  padding-bottom: 75rem !important; }
  @media (max-width: 960px) {
    .py-75 {
      padding-top: 50.0025rem !important;
      padding-bottom: 50.0025rem !important; } }

.py-75-5 {
  padding-top: 75.5rem !important;
  padding-bottom: 75.5rem !important; }
  @media (max-width: 960px) {
    .py-75-5 {
      padding-top: 50.33585rem !important;
      padding-bottom: 50.33585rem !important; } }

.m-76 {
  margin: 76rem !important; }
  @media (max-width: 960px) {
    .m-76 {
      margin: 50.6692rem !important; } }

.m-76-5 {
  margin: 76.5rem !important; }
  @media (max-width: 960px) {
    .m-76-5 {
      margin: 51.00255rem !important; } }

.mt-76 {
  margin-top: 76rem !important; }
  @media (max-width: 960px) {
    .mt-76 {
      margin-top: 50.6692rem !important; } }

.mt-76-5 {
  margin-top: 76.5rem !important; }
  @media (max-width: 960px) {
    .mt-76-5 {
      margin-top: 51.00255rem !important; } }

.mb-76 {
  margin-bottom: 76rem !important; }
  @media (max-width: 960px) {
    .mb-76 {
      margin-bottom: 50.6692rem !important; } }

.mb-76-5 {
  margin-bottom: 76.5rem !important; }
  @media (max-width: 960px) {
    .mb-76-5 {
      margin-bottom: 51.00255rem !important; } }

.ml-76 {
  margin-left: 76rem !important; }
  @media (max-width: 960px) {
    .ml-76 {
      margin-left: 50.6692rem !important; } }

.ml-76-5 {
  margin-left: 76.5rem !important; }
  @media (max-width: 960px) {
    .ml-76-5 {
      margin-left: 51.00255rem !important; } }

.mr-76 {
  margin-right: 76rem !important; }
  @media (max-width: 960px) {
    .mr-76 {
      margin-right: 50.6692rem !important; } }

.mr-76-5 {
  margin-right: 76.5rem !important; }
  @media (max-width: 960px) {
    .mr-76-5 {
      margin-right: 51.00255rem !important; } }

.mx-76 {
  margin-left: 76rem !important;
  margin-right: 76rem !important; }
  @media (max-width: 960px) {
    .mx-76 {
      margin-left: 50.6692rem !important;
      margin-right: 50.6692rem !important; } }

.mx-76-5 {
  margin-left: 76.5rem !important;
  margin-right: 76.5rem !important; }
  @media (max-width: 960px) {
    .mx-76-5 {
      margin-left: 51.00255rem !important;
      margin-right: 51.00255rem !important; } }

.my-76 {
  margin-top: 76rem !important;
  margin-bottom: 76rem !important; }
  @media (max-width: 960px) {
    .my-76 {
      margin-top: 50.6692rem !important;
      margin-bottom: 50.6692rem !important; } }

.my-76-5 {
  margin-top: 76.5rem !important;
  margin-bottom: 76.5rem !important; }
  @media (max-width: 960px) {
    .my-76-5 {
      margin-top: 51.00255rem !important;
      margin-bottom: 51.00255rem !important; } }

.p-76 {
  padding: 76rem !important; }
  @media (max-width: 960px) {
    .p-76 {
      padding: 50.6692rem !important; } }

.p-76-5 {
  padding: 76.5rem !important; }
  @media (max-width: 960px) {
    .p-76-5 {
      padding: 51.00255rem !important; } }

.pt-76 {
  padding-top: 76rem !important; }
  @media (max-width: 960px) {
    .pt-76 {
      padding-top: 50.6692rem !important; } }

.pt-76-5 {
  padding-top: 76.5rem !important; }
  @media (max-width: 960px) {
    .pt-76-5 {
      padding-top: 51.00255rem !important; } }

.pb-76 {
  padding-bottom: 76rem !important; }
  @media (max-width: 960px) {
    .pb-76 {
      padding-bottom: 50.6692rem !important; } }

.pb-76-5 {
  padding-bottom: 76.5rem !important; }
  @media (max-width: 960px) {
    .pb-76-5 {
      padding-bottom: 51.00255rem !important; } }

.pl-76 {
  padding-left: 76rem !important; }
  @media (max-width: 960px) {
    .pl-76 {
      padding-left: 50.6692rem !important; } }

.pl-76-5 {
  padding-left: 76.5rem !important; }
  @media (max-width: 960px) {
    .pl-76-5 {
      padding-left: 51.00255rem !important; } }

.pr-76 {
  padding-right: 76rem !important; }
  @media (max-width: 960px) {
    .pr-76 {
      padding-right: 50.6692rem !important; } }

.pr-76-5 {
  padding-right: 76.5rem !important; }
  @media (max-width: 960px) {
    .pr-76-5 {
      padding-right: 51.00255rem !important; } }

.px-76 {
  padding-left: 76rem !important;
  padding-right: 76rem !important; }
  @media (max-width: 960px) {
    .px-76 {
      padding-left: 50.6692rem !important;
      padding-right: 50.6692rem !important; } }

.px-76-5 {
  padding-left: 76.5rem !important;
  padding-right: 76.5rem !important; }
  @media (max-width: 960px) {
    .px-76-5 {
      padding-left: 51.00255rem !important;
      padding-right: 51.00255rem !important; } }

.py-76 {
  padding-top: 76rem !important;
  padding-bottom: 76rem !important; }
  @media (max-width: 960px) {
    .py-76 {
      padding-top: 50.6692rem !important;
      padding-bottom: 50.6692rem !important; } }

.py-76-5 {
  padding-top: 76.5rem !important;
  padding-bottom: 76.5rem !important; }
  @media (max-width: 960px) {
    .py-76-5 {
      padding-top: 51.00255rem !important;
      padding-bottom: 51.00255rem !important; } }

.m-77 {
  margin: 77rem !important; }
  @media (max-width: 960px) {
    .m-77 {
      margin: 51.3359rem !important; } }

.m-77-5 {
  margin: 77.5rem !important; }
  @media (max-width: 960px) {
    .m-77-5 {
      margin: 51.66925rem !important; } }

.mt-77 {
  margin-top: 77rem !important; }
  @media (max-width: 960px) {
    .mt-77 {
      margin-top: 51.3359rem !important; } }

.mt-77-5 {
  margin-top: 77.5rem !important; }
  @media (max-width: 960px) {
    .mt-77-5 {
      margin-top: 51.66925rem !important; } }

.mb-77 {
  margin-bottom: 77rem !important; }
  @media (max-width: 960px) {
    .mb-77 {
      margin-bottom: 51.3359rem !important; } }

.mb-77-5 {
  margin-bottom: 77.5rem !important; }
  @media (max-width: 960px) {
    .mb-77-5 {
      margin-bottom: 51.66925rem !important; } }

.ml-77 {
  margin-left: 77rem !important; }
  @media (max-width: 960px) {
    .ml-77 {
      margin-left: 51.3359rem !important; } }

.ml-77-5 {
  margin-left: 77.5rem !important; }
  @media (max-width: 960px) {
    .ml-77-5 {
      margin-left: 51.66925rem !important; } }

.mr-77 {
  margin-right: 77rem !important; }
  @media (max-width: 960px) {
    .mr-77 {
      margin-right: 51.3359rem !important; } }

.mr-77-5 {
  margin-right: 77.5rem !important; }
  @media (max-width: 960px) {
    .mr-77-5 {
      margin-right: 51.66925rem !important; } }

.mx-77 {
  margin-left: 77rem !important;
  margin-right: 77rem !important; }
  @media (max-width: 960px) {
    .mx-77 {
      margin-left: 51.3359rem !important;
      margin-right: 51.3359rem !important; } }

.mx-77-5 {
  margin-left: 77.5rem !important;
  margin-right: 77.5rem !important; }
  @media (max-width: 960px) {
    .mx-77-5 {
      margin-left: 51.66925rem !important;
      margin-right: 51.66925rem !important; } }

.my-77 {
  margin-top: 77rem !important;
  margin-bottom: 77rem !important; }
  @media (max-width: 960px) {
    .my-77 {
      margin-top: 51.3359rem !important;
      margin-bottom: 51.3359rem !important; } }

.my-77-5 {
  margin-top: 77.5rem !important;
  margin-bottom: 77.5rem !important; }
  @media (max-width: 960px) {
    .my-77-5 {
      margin-top: 51.66925rem !important;
      margin-bottom: 51.66925rem !important; } }

.p-77 {
  padding: 77rem !important; }
  @media (max-width: 960px) {
    .p-77 {
      padding: 51.3359rem !important; } }

.p-77-5 {
  padding: 77.5rem !important; }
  @media (max-width: 960px) {
    .p-77-5 {
      padding: 51.66925rem !important; } }

.pt-77 {
  padding-top: 77rem !important; }
  @media (max-width: 960px) {
    .pt-77 {
      padding-top: 51.3359rem !important; } }

.pt-77-5 {
  padding-top: 77.5rem !important; }
  @media (max-width: 960px) {
    .pt-77-5 {
      padding-top: 51.66925rem !important; } }

.pb-77 {
  padding-bottom: 77rem !important; }
  @media (max-width: 960px) {
    .pb-77 {
      padding-bottom: 51.3359rem !important; } }

.pb-77-5 {
  padding-bottom: 77.5rem !important; }
  @media (max-width: 960px) {
    .pb-77-5 {
      padding-bottom: 51.66925rem !important; } }

.pl-77 {
  padding-left: 77rem !important; }
  @media (max-width: 960px) {
    .pl-77 {
      padding-left: 51.3359rem !important; } }

.pl-77-5 {
  padding-left: 77.5rem !important; }
  @media (max-width: 960px) {
    .pl-77-5 {
      padding-left: 51.66925rem !important; } }

.pr-77 {
  padding-right: 77rem !important; }
  @media (max-width: 960px) {
    .pr-77 {
      padding-right: 51.3359rem !important; } }

.pr-77-5 {
  padding-right: 77.5rem !important; }
  @media (max-width: 960px) {
    .pr-77-5 {
      padding-right: 51.66925rem !important; } }

.px-77 {
  padding-left: 77rem !important;
  padding-right: 77rem !important; }
  @media (max-width: 960px) {
    .px-77 {
      padding-left: 51.3359rem !important;
      padding-right: 51.3359rem !important; } }

.px-77-5 {
  padding-left: 77.5rem !important;
  padding-right: 77.5rem !important; }
  @media (max-width: 960px) {
    .px-77-5 {
      padding-left: 51.66925rem !important;
      padding-right: 51.66925rem !important; } }

.py-77 {
  padding-top: 77rem !important;
  padding-bottom: 77rem !important; }
  @media (max-width: 960px) {
    .py-77 {
      padding-top: 51.3359rem !important;
      padding-bottom: 51.3359rem !important; } }

.py-77-5 {
  padding-top: 77.5rem !important;
  padding-bottom: 77.5rem !important; }
  @media (max-width: 960px) {
    .py-77-5 {
      padding-top: 51.66925rem !important;
      padding-bottom: 51.66925rem !important; } }

.m-78 {
  margin: 78rem !important; }
  @media (max-width: 960px) {
    .m-78 {
      margin: 52.0026rem !important; } }

.m-78-5 {
  margin: 78.5rem !important; }
  @media (max-width: 960px) {
    .m-78-5 {
      margin: 52.33595rem !important; } }

.mt-78 {
  margin-top: 78rem !important; }
  @media (max-width: 960px) {
    .mt-78 {
      margin-top: 52.0026rem !important; } }

.mt-78-5 {
  margin-top: 78.5rem !important; }
  @media (max-width: 960px) {
    .mt-78-5 {
      margin-top: 52.33595rem !important; } }

.mb-78 {
  margin-bottom: 78rem !important; }
  @media (max-width: 960px) {
    .mb-78 {
      margin-bottom: 52.0026rem !important; } }

.mb-78-5 {
  margin-bottom: 78.5rem !important; }
  @media (max-width: 960px) {
    .mb-78-5 {
      margin-bottom: 52.33595rem !important; } }

.ml-78 {
  margin-left: 78rem !important; }
  @media (max-width: 960px) {
    .ml-78 {
      margin-left: 52.0026rem !important; } }

.ml-78-5 {
  margin-left: 78.5rem !important; }
  @media (max-width: 960px) {
    .ml-78-5 {
      margin-left: 52.33595rem !important; } }

.mr-78 {
  margin-right: 78rem !important; }
  @media (max-width: 960px) {
    .mr-78 {
      margin-right: 52.0026rem !important; } }

.mr-78-5 {
  margin-right: 78.5rem !important; }
  @media (max-width: 960px) {
    .mr-78-5 {
      margin-right: 52.33595rem !important; } }

.mx-78 {
  margin-left: 78rem !important;
  margin-right: 78rem !important; }
  @media (max-width: 960px) {
    .mx-78 {
      margin-left: 52.0026rem !important;
      margin-right: 52.0026rem !important; } }

.mx-78-5 {
  margin-left: 78.5rem !important;
  margin-right: 78.5rem !important; }
  @media (max-width: 960px) {
    .mx-78-5 {
      margin-left: 52.33595rem !important;
      margin-right: 52.33595rem !important; } }

.my-78 {
  margin-top: 78rem !important;
  margin-bottom: 78rem !important; }
  @media (max-width: 960px) {
    .my-78 {
      margin-top: 52.0026rem !important;
      margin-bottom: 52.0026rem !important; } }

.my-78-5 {
  margin-top: 78.5rem !important;
  margin-bottom: 78.5rem !important; }
  @media (max-width: 960px) {
    .my-78-5 {
      margin-top: 52.33595rem !important;
      margin-bottom: 52.33595rem !important; } }

.p-78 {
  padding: 78rem !important; }
  @media (max-width: 960px) {
    .p-78 {
      padding: 52.0026rem !important; } }

.p-78-5 {
  padding: 78.5rem !important; }
  @media (max-width: 960px) {
    .p-78-5 {
      padding: 52.33595rem !important; } }

.pt-78 {
  padding-top: 78rem !important; }
  @media (max-width: 960px) {
    .pt-78 {
      padding-top: 52.0026rem !important; } }

.pt-78-5 {
  padding-top: 78.5rem !important; }
  @media (max-width: 960px) {
    .pt-78-5 {
      padding-top: 52.33595rem !important; } }

.pb-78 {
  padding-bottom: 78rem !important; }
  @media (max-width: 960px) {
    .pb-78 {
      padding-bottom: 52.0026rem !important; } }

.pb-78-5 {
  padding-bottom: 78.5rem !important; }
  @media (max-width: 960px) {
    .pb-78-5 {
      padding-bottom: 52.33595rem !important; } }

.pl-78 {
  padding-left: 78rem !important; }
  @media (max-width: 960px) {
    .pl-78 {
      padding-left: 52.0026rem !important; } }

.pl-78-5 {
  padding-left: 78.5rem !important; }
  @media (max-width: 960px) {
    .pl-78-5 {
      padding-left: 52.33595rem !important; } }

.pr-78 {
  padding-right: 78rem !important; }
  @media (max-width: 960px) {
    .pr-78 {
      padding-right: 52.0026rem !important; } }

.pr-78-5 {
  padding-right: 78.5rem !important; }
  @media (max-width: 960px) {
    .pr-78-5 {
      padding-right: 52.33595rem !important; } }

.px-78 {
  padding-left: 78rem !important;
  padding-right: 78rem !important; }
  @media (max-width: 960px) {
    .px-78 {
      padding-left: 52.0026rem !important;
      padding-right: 52.0026rem !important; } }

.px-78-5 {
  padding-left: 78.5rem !important;
  padding-right: 78.5rem !important; }
  @media (max-width: 960px) {
    .px-78-5 {
      padding-left: 52.33595rem !important;
      padding-right: 52.33595rem !important; } }

.py-78 {
  padding-top: 78rem !important;
  padding-bottom: 78rem !important; }
  @media (max-width: 960px) {
    .py-78 {
      padding-top: 52.0026rem !important;
      padding-bottom: 52.0026rem !important; } }

.py-78-5 {
  padding-top: 78.5rem !important;
  padding-bottom: 78.5rem !important; }
  @media (max-width: 960px) {
    .py-78-5 {
      padding-top: 52.33595rem !important;
      padding-bottom: 52.33595rem !important; } }

.m-79 {
  margin: 79rem !important; }
  @media (max-width: 960px) {
    .m-79 {
      margin: 52.6693rem !important; } }

.m-79-5 {
  margin: 79.5rem !important; }
  @media (max-width: 960px) {
    .m-79-5 {
      margin: 53.00265rem !important; } }

.mt-79 {
  margin-top: 79rem !important; }
  @media (max-width: 960px) {
    .mt-79 {
      margin-top: 52.6693rem !important; } }

.mt-79-5 {
  margin-top: 79.5rem !important; }
  @media (max-width: 960px) {
    .mt-79-5 {
      margin-top: 53.00265rem !important; } }

.mb-79 {
  margin-bottom: 79rem !important; }
  @media (max-width: 960px) {
    .mb-79 {
      margin-bottom: 52.6693rem !important; } }

.mb-79-5 {
  margin-bottom: 79.5rem !important; }
  @media (max-width: 960px) {
    .mb-79-5 {
      margin-bottom: 53.00265rem !important; } }

.ml-79 {
  margin-left: 79rem !important; }
  @media (max-width: 960px) {
    .ml-79 {
      margin-left: 52.6693rem !important; } }

.ml-79-5 {
  margin-left: 79.5rem !important; }
  @media (max-width: 960px) {
    .ml-79-5 {
      margin-left: 53.00265rem !important; } }

.mr-79 {
  margin-right: 79rem !important; }
  @media (max-width: 960px) {
    .mr-79 {
      margin-right: 52.6693rem !important; } }

.mr-79-5 {
  margin-right: 79.5rem !important; }
  @media (max-width: 960px) {
    .mr-79-5 {
      margin-right: 53.00265rem !important; } }

.mx-79 {
  margin-left: 79rem !important;
  margin-right: 79rem !important; }
  @media (max-width: 960px) {
    .mx-79 {
      margin-left: 52.6693rem !important;
      margin-right: 52.6693rem !important; } }

.mx-79-5 {
  margin-left: 79.5rem !important;
  margin-right: 79.5rem !important; }
  @media (max-width: 960px) {
    .mx-79-5 {
      margin-left: 53.00265rem !important;
      margin-right: 53.00265rem !important; } }

.my-79 {
  margin-top: 79rem !important;
  margin-bottom: 79rem !important; }
  @media (max-width: 960px) {
    .my-79 {
      margin-top: 52.6693rem !important;
      margin-bottom: 52.6693rem !important; } }

.my-79-5 {
  margin-top: 79.5rem !important;
  margin-bottom: 79.5rem !important; }
  @media (max-width: 960px) {
    .my-79-5 {
      margin-top: 53.00265rem !important;
      margin-bottom: 53.00265rem !important; } }

.p-79 {
  padding: 79rem !important; }
  @media (max-width: 960px) {
    .p-79 {
      padding: 52.6693rem !important; } }

.p-79-5 {
  padding: 79.5rem !important; }
  @media (max-width: 960px) {
    .p-79-5 {
      padding: 53.00265rem !important; } }

.pt-79 {
  padding-top: 79rem !important; }
  @media (max-width: 960px) {
    .pt-79 {
      padding-top: 52.6693rem !important; } }

.pt-79-5 {
  padding-top: 79.5rem !important; }
  @media (max-width: 960px) {
    .pt-79-5 {
      padding-top: 53.00265rem !important; } }

.pb-79 {
  padding-bottom: 79rem !important; }
  @media (max-width: 960px) {
    .pb-79 {
      padding-bottom: 52.6693rem !important; } }

.pb-79-5 {
  padding-bottom: 79.5rem !important; }
  @media (max-width: 960px) {
    .pb-79-5 {
      padding-bottom: 53.00265rem !important; } }

.pl-79 {
  padding-left: 79rem !important; }
  @media (max-width: 960px) {
    .pl-79 {
      padding-left: 52.6693rem !important; } }

.pl-79-5 {
  padding-left: 79.5rem !important; }
  @media (max-width: 960px) {
    .pl-79-5 {
      padding-left: 53.00265rem !important; } }

.pr-79 {
  padding-right: 79rem !important; }
  @media (max-width: 960px) {
    .pr-79 {
      padding-right: 52.6693rem !important; } }

.pr-79-5 {
  padding-right: 79.5rem !important; }
  @media (max-width: 960px) {
    .pr-79-5 {
      padding-right: 53.00265rem !important; } }

.px-79 {
  padding-left: 79rem !important;
  padding-right: 79rem !important; }
  @media (max-width: 960px) {
    .px-79 {
      padding-left: 52.6693rem !important;
      padding-right: 52.6693rem !important; } }

.px-79-5 {
  padding-left: 79.5rem !important;
  padding-right: 79.5rem !important; }
  @media (max-width: 960px) {
    .px-79-5 {
      padding-left: 53.00265rem !important;
      padding-right: 53.00265rem !important; } }

.py-79 {
  padding-top: 79rem !important;
  padding-bottom: 79rem !important; }
  @media (max-width: 960px) {
    .py-79 {
      padding-top: 52.6693rem !important;
      padding-bottom: 52.6693rem !important; } }

.py-79-5 {
  padding-top: 79.5rem !important;
  padding-bottom: 79.5rem !important; }
  @media (max-width: 960px) {
    .py-79-5 {
      padding-top: 53.00265rem !important;
      padding-bottom: 53.00265rem !important; } }

.m-80 {
  margin: 80rem !important; }
  @media (max-width: 960px) {
    .m-80 {
      margin: 53.336rem !important; } }

.m-80-5 {
  margin: 80.5rem !important; }
  @media (max-width: 960px) {
    .m-80-5 {
      margin: 53.66935rem !important; } }

.mt-80 {
  margin-top: 80rem !important; }
  @media (max-width: 960px) {
    .mt-80 {
      margin-top: 53.336rem !important; } }

.mt-80-5 {
  margin-top: 80.5rem !important; }
  @media (max-width: 960px) {
    .mt-80-5 {
      margin-top: 53.66935rem !important; } }

.mb-80 {
  margin-bottom: 80rem !important; }
  @media (max-width: 960px) {
    .mb-80 {
      margin-bottom: 53.336rem !important; } }

.mb-80-5 {
  margin-bottom: 80.5rem !important; }
  @media (max-width: 960px) {
    .mb-80-5 {
      margin-bottom: 53.66935rem !important; } }

.ml-80 {
  margin-left: 80rem !important; }
  @media (max-width: 960px) {
    .ml-80 {
      margin-left: 53.336rem !important; } }

.ml-80-5 {
  margin-left: 80.5rem !important; }
  @media (max-width: 960px) {
    .ml-80-5 {
      margin-left: 53.66935rem !important; } }

.mr-80 {
  margin-right: 80rem !important; }
  @media (max-width: 960px) {
    .mr-80 {
      margin-right: 53.336rem !important; } }

.mr-80-5 {
  margin-right: 80.5rem !important; }
  @media (max-width: 960px) {
    .mr-80-5 {
      margin-right: 53.66935rem !important; } }

.mx-80 {
  margin-left: 80rem !important;
  margin-right: 80rem !important; }
  @media (max-width: 960px) {
    .mx-80 {
      margin-left: 53.336rem !important;
      margin-right: 53.336rem !important; } }

.mx-80-5 {
  margin-left: 80.5rem !important;
  margin-right: 80.5rem !important; }
  @media (max-width: 960px) {
    .mx-80-5 {
      margin-left: 53.66935rem !important;
      margin-right: 53.66935rem !important; } }

.my-80 {
  margin-top: 80rem !important;
  margin-bottom: 80rem !important; }
  @media (max-width: 960px) {
    .my-80 {
      margin-top: 53.336rem !important;
      margin-bottom: 53.336rem !important; } }

.my-80-5 {
  margin-top: 80.5rem !important;
  margin-bottom: 80.5rem !important; }
  @media (max-width: 960px) {
    .my-80-5 {
      margin-top: 53.66935rem !important;
      margin-bottom: 53.66935rem !important; } }

.p-80 {
  padding: 80rem !important; }
  @media (max-width: 960px) {
    .p-80 {
      padding: 53.336rem !important; } }

.p-80-5 {
  padding: 80.5rem !important; }
  @media (max-width: 960px) {
    .p-80-5 {
      padding: 53.66935rem !important; } }

.pt-80 {
  padding-top: 80rem !important; }
  @media (max-width: 960px) {
    .pt-80 {
      padding-top: 53.336rem !important; } }

.pt-80-5 {
  padding-top: 80.5rem !important; }
  @media (max-width: 960px) {
    .pt-80-5 {
      padding-top: 53.66935rem !important; } }

.pb-80 {
  padding-bottom: 80rem !important; }
  @media (max-width: 960px) {
    .pb-80 {
      padding-bottom: 53.336rem !important; } }

.pb-80-5 {
  padding-bottom: 80.5rem !important; }
  @media (max-width: 960px) {
    .pb-80-5 {
      padding-bottom: 53.66935rem !important; } }

.pl-80 {
  padding-left: 80rem !important; }
  @media (max-width: 960px) {
    .pl-80 {
      padding-left: 53.336rem !important; } }

.pl-80-5 {
  padding-left: 80.5rem !important; }
  @media (max-width: 960px) {
    .pl-80-5 {
      padding-left: 53.66935rem !important; } }

.pr-80 {
  padding-right: 80rem !important; }
  @media (max-width: 960px) {
    .pr-80 {
      padding-right: 53.336rem !important; } }

.pr-80-5 {
  padding-right: 80.5rem !important; }
  @media (max-width: 960px) {
    .pr-80-5 {
      padding-right: 53.66935rem !important; } }

.px-80 {
  padding-left: 80rem !important;
  padding-right: 80rem !important; }
  @media (max-width: 960px) {
    .px-80 {
      padding-left: 53.336rem !important;
      padding-right: 53.336rem !important; } }

.px-80-5 {
  padding-left: 80.5rem !important;
  padding-right: 80.5rem !important; }
  @media (max-width: 960px) {
    .px-80-5 {
      padding-left: 53.66935rem !important;
      padding-right: 53.66935rem !important; } }

.py-80 {
  padding-top: 80rem !important;
  padding-bottom: 80rem !important; }
  @media (max-width: 960px) {
    .py-80 {
      padding-top: 53.336rem !important;
      padding-bottom: 53.336rem !important; } }

.py-80-5 {
  padding-top: 80.5rem !important;
  padding-bottom: 80.5rem !important; }
  @media (max-width: 960px) {
    .py-80-5 {
      padding-top: 53.66935rem !important;
      padding-bottom: 53.66935rem !important; } }

.m-81 {
  margin: 81rem !important; }
  @media (max-width: 960px) {
    .m-81 {
      margin: 54.0027rem !important; } }

.m-81-5 {
  margin: 81.5rem !important; }
  @media (max-width: 960px) {
    .m-81-5 {
      margin: 54.33605rem !important; } }

.mt-81 {
  margin-top: 81rem !important; }
  @media (max-width: 960px) {
    .mt-81 {
      margin-top: 54.0027rem !important; } }

.mt-81-5 {
  margin-top: 81.5rem !important; }
  @media (max-width: 960px) {
    .mt-81-5 {
      margin-top: 54.33605rem !important; } }

.mb-81 {
  margin-bottom: 81rem !important; }
  @media (max-width: 960px) {
    .mb-81 {
      margin-bottom: 54.0027rem !important; } }

.mb-81-5 {
  margin-bottom: 81.5rem !important; }
  @media (max-width: 960px) {
    .mb-81-5 {
      margin-bottom: 54.33605rem !important; } }

.ml-81 {
  margin-left: 81rem !important; }
  @media (max-width: 960px) {
    .ml-81 {
      margin-left: 54.0027rem !important; } }

.ml-81-5 {
  margin-left: 81.5rem !important; }
  @media (max-width: 960px) {
    .ml-81-5 {
      margin-left: 54.33605rem !important; } }

.mr-81 {
  margin-right: 81rem !important; }
  @media (max-width: 960px) {
    .mr-81 {
      margin-right: 54.0027rem !important; } }

.mr-81-5 {
  margin-right: 81.5rem !important; }
  @media (max-width: 960px) {
    .mr-81-5 {
      margin-right: 54.33605rem !important; } }

.mx-81 {
  margin-left: 81rem !important;
  margin-right: 81rem !important; }
  @media (max-width: 960px) {
    .mx-81 {
      margin-left: 54.0027rem !important;
      margin-right: 54.0027rem !important; } }

.mx-81-5 {
  margin-left: 81.5rem !important;
  margin-right: 81.5rem !important; }
  @media (max-width: 960px) {
    .mx-81-5 {
      margin-left: 54.33605rem !important;
      margin-right: 54.33605rem !important; } }

.my-81 {
  margin-top: 81rem !important;
  margin-bottom: 81rem !important; }
  @media (max-width: 960px) {
    .my-81 {
      margin-top: 54.0027rem !important;
      margin-bottom: 54.0027rem !important; } }

.my-81-5 {
  margin-top: 81.5rem !important;
  margin-bottom: 81.5rem !important; }
  @media (max-width: 960px) {
    .my-81-5 {
      margin-top: 54.33605rem !important;
      margin-bottom: 54.33605rem !important; } }

.p-81 {
  padding: 81rem !important; }
  @media (max-width: 960px) {
    .p-81 {
      padding: 54.0027rem !important; } }

.p-81-5 {
  padding: 81.5rem !important; }
  @media (max-width: 960px) {
    .p-81-5 {
      padding: 54.33605rem !important; } }

.pt-81 {
  padding-top: 81rem !important; }
  @media (max-width: 960px) {
    .pt-81 {
      padding-top: 54.0027rem !important; } }

.pt-81-5 {
  padding-top: 81.5rem !important; }
  @media (max-width: 960px) {
    .pt-81-5 {
      padding-top: 54.33605rem !important; } }

.pb-81 {
  padding-bottom: 81rem !important; }
  @media (max-width: 960px) {
    .pb-81 {
      padding-bottom: 54.0027rem !important; } }

.pb-81-5 {
  padding-bottom: 81.5rem !important; }
  @media (max-width: 960px) {
    .pb-81-5 {
      padding-bottom: 54.33605rem !important; } }

.pl-81 {
  padding-left: 81rem !important; }
  @media (max-width: 960px) {
    .pl-81 {
      padding-left: 54.0027rem !important; } }

.pl-81-5 {
  padding-left: 81.5rem !important; }
  @media (max-width: 960px) {
    .pl-81-5 {
      padding-left: 54.33605rem !important; } }

.pr-81 {
  padding-right: 81rem !important; }
  @media (max-width: 960px) {
    .pr-81 {
      padding-right: 54.0027rem !important; } }

.pr-81-5 {
  padding-right: 81.5rem !important; }
  @media (max-width: 960px) {
    .pr-81-5 {
      padding-right: 54.33605rem !important; } }

.px-81 {
  padding-left: 81rem !important;
  padding-right: 81rem !important; }
  @media (max-width: 960px) {
    .px-81 {
      padding-left: 54.0027rem !important;
      padding-right: 54.0027rem !important; } }

.px-81-5 {
  padding-left: 81.5rem !important;
  padding-right: 81.5rem !important; }
  @media (max-width: 960px) {
    .px-81-5 {
      padding-left: 54.33605rem !important;
      padding-right: 54.33605rem !important; } }

.py-81 {
  padding-top: 81rem !important;
  padding-bottom: 81rem !important; }
  @media (max-width: 960px) {
    .py-81 {
      padding-top: 54.0027rem !important;
      padding-bottom: 54.0027rem !important; } }

.py-81-5 {
  padding-top: 81.5rem !important;
  padding-bottom: 81.5rem !important; }
  @media (max-width: 960px) {
    .py-81-5 {
      padding-top: 54.33605rem !important;
      padding-bottom: 54.33605rem !important; } }

.m-82 {
  margin: 82rem !important; }
  @media (max-width: 960px) {
    .m-82 {
      margin: 54.6694rem !important; } }

.m-82-5 {
  margin: 82.5rem !important; }
  @media (max-width: 960px) {
    .m-82-5 {
      margin: 55.00275rem !important; } }

.mt-82 {
  margin-top: 82rem !important; }
  @media (max-width: 960px) {
    .mt-82 {
      margin-top: 54.6694rem !important; } }

.mt-82-5 {
  margin-top: 82.5rem !important; }
  @media (max-width: 960px) {
    .mt-82-5 {
      margin-top: 55.00275rem !important; } }

.mb-82 {
  margin-bottom: 82rem !important; }
  @media (max-width: 960px) {
    .mb-82 {
      margin-bottom: 54.6694rem !important; } }

.mb-82-5 {
  margin-bottom: 82.5rem !important; }
  @media (max-width: 960px) {
    .mb-82-5 {
      margin-bottom: 55.00275rem !important; } }

.ml-82 {
  margin-left: 82rem !important; }
  @media (max-width: 960px) {
    .ml-82 {
      margin-left: 54.6694rem !important; } }

.ml-82-5 {
  margin-left: 82.5rem !important; }
  @media (max-width: 960px) {
    .ml-82-5 {
      margin-left: 55.00275rem !important; } }

.mr-82 {
  margin-right: 82rem !important; }
  @media (max-width: 960px) {
    .mr-82 {
      margin-right: 54.6694rem !important; } }

.mr-82-5 {
  margin-right: 82.5rem !important; }
  @media (max-width: 960px) {
    .mr-82-5 {
      margin-right: 55.00275rem !important; } }

.mx-82 {
  margin-left: 82rem !important;
  margin-right: 82rem !important; }
  @media (max-width: 960px) {
    .mx-82 {
      margin-left: 54.6694rem !important;
      margin-right: 54.6694rem !important; } }

.mx-82-5 {
  margin-left: 82.5rem !important;
  margin-right: 82.5rem !important; }
  @media (max-width: 960px) {
    .mx-82-5 {
      margin-left: 55.00275rem !important;
      margin-right: 55.00275rem !important; } }

.my-82 {
  margin-top: 82rem !important;
  margin-bottom: 82rem !important; }
  @media (max-width: 960px) {
    .my-82 {
      margin-top: 54.6694rem !important;
      margin-bottom: 54.6694rem !important; } }

.my-82-5 {
  margin-top: 82.5rem !important;
  margin-bottom: 82.5rem !important; }
  @media (max-width: 960px) {
    .my-82-5 {
      margin-top: 55.00275rem !important;
      margin-bottom: 55.00275rem !important; } }

.p-82 {
  padding: 82rem !important; }
  @media (max-width: 960px) {
    .p-82 {
      padding: 54.6694rem !important; } }

.p-82-5 {
  padding: 82.5rem !important; }
  @media (max-width: 960px) {
    .p-82-5 {
      padding: 55.00275rem !important; } }

.pt-82 {
  padding-top: 82rem !important; }
  @media (max-width: 960px) {
    .pt-82 {
      padding-top: 54.6694rem !important; } }

.pt-82-5 {
  padding-top: 82.5rem !important; }
  @media (max-width: 960px) {
    .pt-82-5 {
      padding-top: 55.00275rem !important; } }

.pb-82 {
  padding-bottom: 82rem !important; }
  @media (max-width: 960px) {
    .pb-82 {
      padding-bottom: 54.6694rem !important; } }

.pb-82-5 {
  padding-bottom: 82.5rem !important; }
  @media (max-width: 960px) {
    .pb-82-5 {
      padding-bottom: 55.00275rem !important; } }

.pl-82 {
  padding-left: 82rem !important; }
  @media (max-width: 960px) {
    .pl-82 {
      padding-left: 54.6694rem !important; } }

.pl-82-5 {
  padding-left: 82.5rem !important; }
  @media (max-width: 960px) {
    .pl-82-5 {
      padding-left: 55.00275rem !important; } }

.pr-82 {
  padding-right: 82rem !important; }
  @media (max-width: 960px) {
    .pr-82 {
      padding-right: 54.6694rem !important; } }

.pr-82-5 {
  padding-right: 82.5rem !important; }
  @media (max-width: 960px) {
    .pr-82-5 {
      padding-right: 55.00275rem !important; } }

.px-82 {
  padding-left: 82rem !important;
  padding-right: 82rem !important; }
  @media (max-width: 960px) {
    .px-82 {
      padding-left: 54.6694rem !important;
      padding-right: 54.6694rem !important; } }

.px-82-5 {
  padding-left: 82.5rem !important;
  padding-right: 82.5rem !important; }
  @media (max-width: 960px) {
    .px-82-5 {
      padding-left: 55.00275rem !important;
      padding-right: 55.00275rem !important; } }

.py-82 {
  padding-top: 82rem !important;
  padding-bottom: 82rem !important; }
  @media (max-width: 960px) {
    .py-82 {
      padding-top: 54.6694rem !important;
      padding-bottom: 54.6694rem !important; } }

.py-82-5 {
  padding-top: 82.5rem !important;
  padding-bottom: 82.5rem !important; }
  @media (max-width: 960px) {
    .py-82-5 {
      padding-top: 55.00275rem !important;
      padding-bottom: 55.00275rem !important; } }

.m-83 {
  margin: 83rem !important; }
  @media (max-width: 960px) {
    .m-83 {
      margin: 55.3361rem !important; } }

.m-83-5 {
  margin: 83.5rem !important; }
  @media (max-width: 960px) {
    .m-83-5 {
      margin: 55.66945rem !important; } }

.mt-83 {
  margin-top: 83rem !important; }
  @media (max-width: 960px) {
    .mt-83 {
      margin-top: 55.3361rem !important; } }

.mt-83-5 {
  margin-top: 83.5rem !important; }
  @media (max-width: 960px) {
    .mt-83-5 {
      margin-top: 55.66945rem !important; } }

.mb-83 {
  margin-bottom: 83rem !important; }
  @media (max-width: 960px) {
    .mb-83 {
      margin-bottom: 55.3361rem !important; } }

.mb-83-5 {
  margin-bottom: 83.5rem !important; }
  @media (max-width: 960px) {
    .mb-83-5 {
      margin-bottom: 55.66945rem !important; } }

.ml-83 {
  margin-left: 83rem !important; }
  @media (max-width: 960px) {
    .ml-83 {
      margin-left: 55.3361rem !important; } }

.ml-83-5 {
  margin-left: 83.5rem !important; }
  @media (max-width: 960px) {
    .ml-83-5 {
      margin-left: 55.66945rem !important; } }

.mr-83 {
  margin-right: 83rem !important; }
  @media (max-width: 960px) {
    .mr-83 {
      margin-right: 55.3361rem !important; } }

.mr-83-5 {
  margin-right: 83.5rem !important; }
  @media (max-width: 960px) {
    .mr-83-5 {
      margin-right: 55.66945rem !important; } }

.mx-83 {
  margin-left: 83rem !important;
  margin-right: 83rem !important; }
  @media (max-width: 960px) {
    .mx-83 {
      margin-left: 55.3361rem !important;
      margin-right: 55.3361rem !important; } }

.mx-83-5 {
  margin-left: 83.5rem !important;
  margin-right: 83.5rem !important; }
  @media (max-width: 960px) {
    .mx-83-5 {
      margin-left: 55.66945rem !important;
      margin-right: 55.66945rem !important; } }

.my-83 {
  margin-top: 83rem !important;
  margin-bottom: 83rem !important; }
  @media (max-width: 960px) {
    .my-83 {
      margin-top: 55.3361rem !important;
      margin-bottom: 55.3361rem !important; } }

.my-83-5 {
  margin-top: 83.5rem !important;
  margin-bottom: 83.5rem !important; }
  @media (max-width: 960px) {
    .my-83-5 {
      margin-top: 55.66945rem !important;
      margin-bottom: 55.66945rem !important; } }

.p-83 {
  padding: 83rem !important; }
  @media (max-width: 960px) {
    .p-83 {
      padding: 55.3361rem !important; } }

.p-83-5 {
  padding: 83.5rem !important; }
  @media (max-width: 960px) {
    .p-83-5 {
      padding: 55.66945rem !important; } }

.pt-83 {
  padding-top: 83rem !important; }
  @media (max-width: 960px) {
    .pt-83 {
      padding-top: 55.3361rem !important; } }

.pt-83-5 {
  padding-top: 83.5rem !important; }
  @media (max-width: 960px) {
    .pt-83-5 {
      padding-top: 55.66945rem !important; } }

.pb-83 {
  padding-bottom: 83rem !important; }
  @media (max-width: 960px) {
    .pb-83 {
      padding-bottom: 55.3361rem !important; } }

.pb-83-5 {
  padding-bottom: 83.5rem !important; }
  @media (max-width: 960px) {
    .pb-83-5 {
      padding-bottom: 55.66945rem !important; } }

.pl-83 {
  padding-left: 83rem !important; }
  @media (max-width: 960px) {
    .pl-83 {
      padding-left: 55.3361rem !important; } }

.pl-83-5 {
  padding-left: 83.5rem !important; }
  @media (max-width: 960px) {
    .pl-83-5 {
      padding-left: 55.66945rem !important; } }

.pr-83 {
  padding-right: 83rem !important; }
  @media (max-width: 960px) {
    .pr-83 {
      padding-right: 55.3361rem !important; } }

.pr-83-5 {
  padding-right: 83.5rem !important; }
  @media (max-width: 960px) {
    .pr-83-5 {
      padding-right: 55.66945rem !important; } }

.px-83 {
  padding-left: 83rem !important;
  padding-right: 83rem !important; }
  @media (max-width: 960px) {
    .px-83 {
      padding-left: 55.3361rem !important;
      padding-right: 55.3361rem !important; } }

.px-83-5 {
  padding-left: 83.5rem !important;
  padding-right: 83.5rem !important; }
  @media (max-width: 960px) {
    .px-83-5 {
      padding-left: 55.66945rem !important;
      padding-right: 55.66945rem !important; } }

.py-83 {
  padding-top: 83rem !important;
  padding-bottom: 83rem !important; }
  @media (max-width: 960px) {
    .py-83 {
      padding-top: 55.3361rem !important;
      padding-bottom: 55.3361rem !important; } }

.py-83-5 {
  padding-top: 83.5rem !important;
  padding-bottom: 83.5rem !important; }
  @media (max-width: 960px) {
    .py-83-5 {
      padding-top: 55.66945rem !important;
      padding-bottom: 55.66945rem !important; } }

.m-84 {
  margin: 84rem !important; }
  @media (max-width: 960px) {
    .m-84 {
      margin: 56.0028rem !important; } }

.m-84-5 {
  margin: 84.5rem !important; }
  @media (max-width: 960px) {
    .m-84-5 {
      margin: 56.33615rem !important; } }

.mt-84 {
  margin-top: 84rem !important; }
  @media (max-width: 960px) {
    .mt-84 {
      margin-top: 56.0028rem !important; } }

.mt-84-5 {
  margin-top: 84.5rem !important; }
  @media (max-width: 960px) {
    .mt-84-5 {
      margin-top: 56.33615rem !important; } }

.mb-84 {
  margin-bottom: 84rem !important; }
  @media (max-width: 960px) {
    .mb-84 {
      margin-bottom: 56.0028rem !important; } }

.mb-84-5 {
  margin-bottom: 84.5rem !important; }
  @media (max-width: 960px) {
    .mb-84-5 {
      margin-bottom: 56.33615rem !important; } }

.ml-84 {
  margin-left: 84rem !important; }
  @media (max-width: 960px) {
    .ml-84 {
      margin-left: 56.0028rem !important; } }

.ml-84-5 {
  margin-left: 84.5rem !important; }
  @media (max-width: 960px) {
    .ml-84-5 {
      margin-left: 56.33615rem !important; } }

.mr-84 {
  margin-right: 84rem !important; }
  @media (max-width: 960px) {
    .mr-84 {
      margin-right: 56.0028rem !important; } }

.mr-84-5 {
  margin-right: 84.5rem !important; }
  @media (max-width: 960px) {
    .mr-84-5 {
      margin-right: 56.33615rem !important; } }

.mx-84 {
  margin-left: 84rem !important;
  margin-right: 84rem !important; }
  @media (max-width: 960px) {
    .mx-84 {
      margin-left: 56.0028rem !important;
      margin-right: 56.0028rem !important; } }

.mx-84-5 {
  margin-left: 84.5rem !important;
  margin-right: 84.5rem !important; }
  @media (max-width: 960px) {
    .mx-84-5 {
      margin-left: 56.33615rem !important;
      margin-right: 56.33615rem !important; } }

.my-84 {
  margin-top: 84rem !important;
  margin-bottom: 84rem !important; }
  @media (max-width: 960px) {
    .my-84 {
      margin-top: 56.0028rem !important;
      margin-bottom: 56.0028rem !important; } }

.my-84-5 {
  margin-top: 84.5rem !important;
  margin-bottom: 84.5rem !important; }
  @media (max-width: 960px) {
    .my-84-5 {
      margin-top: 56.33615rem !important;
      margin-bottom: 56.33615rem !important; } }

.p-84 {
  padding: 84rem !important; }
  @media (max-width: 960px) {
    .p-84 {
      padding: 56.0028rem !important; } }

.p-84-5 {
  padding: 84.5rem !important; }
  @media (max-width: 960px) {
    .p-84-5 {
      padding: 56.33615rem !important; } }

.pt-84 {
  padding-top: 84rem !important; }
  @media (max-width: 960px) {
    .pt-84 {
      padding-top: 56.0028rem !important; } }

.pt-84-5 {
  padding-top: 84.5rem !important; }
  @media (max-width: 960px) {
    .pt-84-5 {
      padding-top: 56.33615rem !important; } }

.pb-84 {
  padding-bottom: 84rem !important; }
  @media (max-width: 960px) {
    .pb-84 {
      padding-bottom: 56.0028rem !important; } }

.pb-84-5 {
  padding-bottom: 84.5rem !important; }
  @media (max-width: 960px) {
    .pb-84-5 {
      padding-bottom: 56.33615rem !important; } }

.pl-84 {
  padding-left: 84rem !important; }
  @media (max-width: 960px) {
    .pl-84 {
      padding-left: 56.0028rem !important; } }

.pl-84-5 {
  padding-left: 84.5rem !important; }
  @media (max-width: 960px) {
    .pl-84-5 {
      padding-left: 56.33615rem !important; } }

.pr-84 {
  padding-right: 84rem !important; }
  @media (max-width: 960px) {
    .pr-84 {
      padding-right: 56.0028rem !important; } }

.pr-84-5 {
  padding-right: 84.5rem !important; }
  @media (max-width: 960px) {
    .pr-84-5 {
      padding-right: 56.33615rem !important; } }

.px-84 {
  padding-left: 84rem !important;
  padding-right: 84rem !important; }
  @media (max-width: 960px) {
    .px-84 {
      padding-left: 56.0028rem !important;
      padding-right: 56.0028rem !important; } }

.px-84-5 {
  padding-left: 84.5rem !important;
  padding-right: 84.5rem !important; }
  @media (max-width: 960px) {
    .px-84-5 {
      padding-left: 56.33615rem !important;
      padding-right: 56.33615rem !important; } }

.py-84 {
  padding-top: 84rem !important;
  padding-bottom: 84rem !important; }
  @media (max-width: 960px) {
    .py-84 {
      padding-top: 56.0028rem !important;
      padding-bottom: 56.0028rem !important; } }

.py-84-5 {
  padding-top: 84.5rem !important;
  padding-bottom: 84.5rem !important; }
  @media (max-width: 960px) {
    .py-84-5 {
      padding-top: 56.33615rem !important;
      padding-bottom: 56.33615rem !important; } }

.m-85 {
  margin: 85rem !important; }
  @media (max-width: 960px) {
    .m-85 {
      margin: 56.6695rem !important; } }

.m-85-5 {
  margin: 85.5rem !important; }
  @media (max-width: 960px) {
    .m-85-5 {
      margin: 57.00285rem !important; } }

.mt-85 {
  margin-top: 85rem !important; }
  @media (max-width: 960px) {
    .mt-85 {
      margin-top: 56.6695rem !important; } }

.mt-85-5 {
  margin-top: 85.5rem !important; }
  @media (max-width: 960px) {
    .mt-85-5 {
      margin-top: 57.00285rem !important; } }

.mb-85 {
  margin-bottom: 85rem !important; }
  @media (max-width: 960px) {
    .mb-85 {
      margin-bottom: 56.6695rem !important; } }

.mb-85-5 {
  margin-bottom: 85.5rem !important; }
  @media (max-width: 960px) {
    .mb-85-5 {
      margin-bottom: 57.00285rem !important; } }

.ml-85 {
  margin-left: 85rem !important; }
  @media (max-width: 960px) {
    .ml-85 {
      margin-left: 56.6695rem !important; } }

.ml-85-5 {
  margin-left: 85.5rem !important; }
  @media (max-width: 960px) {
    .ml-85-5 {
      margin-left: 57.00285rem !important; } }

.mr-85 {
  margin-right: 85rem !important; }
  @media (max-width: 960px) {
    .mr-85 {
      margin-right: 56.6695rem !important; } }

.mr-85-5 {
  margin-right: 85.5rem !important; }
  @media (max-width: 960px) {
    .mr-85-5 {
      margin-right: 57.00285rem !important; } }

.mx-85 {
  margin-left: 85rem !important;
  margin-right: 85rem !important; }
  @media (max-width: 960px) {
    .mx-85 {
      margin-left: 56.6695rem !important;
      margin-right: 56.6695rem !important; } }

.mx-85-5 {
  margin-left: 85.5rem !important;
  margin-right: 85.5rem !important; }
  @media (max-width: 960px) {
    .mx-85-5 {
      margin-left: 57.00285rem !important;
      margin-right: 57.00285rem !important; } }

.my-85 {
  margin-top: 85rem !important;
  margin-bottom: 85rem !important; }
  @media (max-width: 960px) {
    .my-85 {
      margin-top: 56.6695rem !important;
      margin-bottom: 56.6695rem !important; } }

.my-85-5 {
  margin-top: 85.5rem !important;
  margin-bottom: 85.5rem !important; }
  @media (max-width: 960px) {
    .my-85-5 {
      margin-top: 57.00285rem !important;
      margin-bottom: 57.00285rem !important; } }

.p-85 {
  padding: 85rem !important; }
  @media (max-width: 960px) {
    .p-85 {
      padding: 56.6695rem !important; } }

.p-85-5 {
  padding: 85.5rem !important; }
  @media (max-width: 960px) {
    .p-85-5 {
      padding: 57.00285rem !important; } }

.pt-85 {
  padding-top: 85rem !important; }
  @media (max-width: 960px) {
    .pt-85 {
      padding-top: 56.6695rem !important; } }

.pt-85-5 {
  padding-top: 85.5rem !important; }
  @media (max-width: 960px) {
    .pt-85-5 {
      padding-top: 57.00285rem !important; } }

.pb-85 {
  padding-bottom: 85rem !important; }
  @media (max-width: 960px) {
    .pb-85 {
      padding-bottom: 56.6695rem !important; } }

.pb-85-5 {
  padding-bottom: 85.5rem !important; }
  @media (max-width: 960px) {
    .pb-85-5 {
      padding-bottom: 57.00285rem !important; } }

.pl-85 {
  padding-left: 85rem !important; }
  @media (max-width: 960px) {
    .pl-85 {
      padding-left: 56.6695rem !important; } }

.pl-85-5 {
  padding-left: 85.5rem !important; }
  @media (max-width: 960px) {
    .pl-85-5 {
      padding-left: 57.00285rem !important; } }

.pr-85 {
  padding-right: 85rem !important; }
  @media (max-width: 960px) {
    .pr-85 {
      padding-right: 56.6695rem !important; } }

.pr-85-5 {
  padding-right: 85.5rem !important; }
  @media (max-width: 960px) {
    .pr-85-5 {
      padding-right: 57.00285rem !important; } }

.px-85 {
  padding-left: 85rem !important;
  padding-right: 85rem !important; }
  @media (max-width: 960px) {
    .px-85 {
      padding-left: 56.6695rem !important;
      padding-right: 56.6695rem !important; } }

.px-85-5 {
  padding-left: 85.5rem !important;
  padding-right: 85.5rem !important; }
  @media (max-width: 960px) {
    .px-85-5 {
      padding-left: 57.00285rem !important;
      padding-right: 57.00285rem !important; } }

.py-85 {
  padding-top: 85rem !important;
  padding-bottom: 85rem !important; }
  @media (max-width: 960px) {
    .py-85 {
      padding-top: 56.6695rem !important;
      padding-bottom: 56.6695rem !important; } }

.py-85-5 {
  padding-top: 85.5rem !important;
  padding-bottom: 85.5rem !important; }
  @media (max-width: 960px) {
    .py-85-5 {
      padding-top: 57.00285rem !important;
      padding-bottom: 57.00285rem !important; } }

.m-86 {
  margin: 86rem !important; }
  @media (max-width: 960px) {
    .m-86 {
      margin: 57.3362rem !important; } }

.m-86-5 {
  margin: 86.5rem !important; }
  @media (max-width: 960px) {
    .m-86-5 {
      margin: 57.66955rem !important; } }

.mt-86 {
  margin-top: 86rem !important; }
  @media (max-width: 960px) {
    .mt-86 {
      margin-top: 57.3362rem !important; } }

.mt-86-5 {
  margin-top: 86.5rem !important; }
  @media (max-width: 960px) {
    .mt-86-5 {
      margin-top: 57.66955rem !important; } }

.mb-86 {
  margin-bottom: 86rem !important; }
  @media (max-width: 960px) {
    .mb-86 {
      margin-bottom: 57.3362rem !important; } }

.mb-86-5 {
  margin-bottom: 86.5rem !important; }
  @media (max-width: 960px) {
    .mb-86-5 {
      margin-bottom: 57.66955rem !important; } }

.ml-86 {
  margin-left: 86rem !important; }
  @media (max-width: 960px) {
    .ml-86 {
      margin-left: 57.3362rem !important; } }

.ml-86-5 {
  margin-left: 86.5rem !important; }
  @media (max-width: 960px) {
    .ml-86-5 {
      margin-left: 57.66955rem !important; } }

.mr-86 {
  margin-right: 86rem !important; }
  @media (max-width: 960px) {
    .mr-86 {
      margin-right: 57.3362rem !important; } }

.mr-86-5 {
  margin-right: 86.5rem !important; }
  @media (max-width: 960px) {
    .mr-86-5 {
      margin-right: 57.66955rem !important; } }

.mx-86 {
  margin-left: 86rem !important;
  margin-right: 86rem !important; }
  @media (max-width: 960px) {
    .mx-86 {
      margin-left: 57.3362rem !important;
      margin-right: 57.3362rem !important; } }

.mx-86-5 {
  margin-left: 86.5rem !important;
  margin-right: 86.5rem !important; }
  @media (max-width: 960px) {
    .mx-86-5 {
      margin-left: 57.66955rem !important;
      margin-right: 57.66955rem !important; } }

.my-86 {
  margin-top: 86rem !important;
  margin-bottom: 86rem !important; }
  @media (max-width: 960px) {
    .my-86 {
      margin-top: 57.3362rem !important;
      margin-bottom: 57.3362rem !important; } }

.my-86-5 {
  margin-top: 86.5rem !important;
  margin-bottom: 86.5rem !important; }
  @media (max-width: 960px) {
    .my-86-5 {
      margin-top: 57.66955rem !important;
      margin-bottom: 57.66955rem !important; } }

.p-86 {
  padding: 86rem !important; }
  @media (max-width: 960px) {
    .p-86 {
      padding: 57.3362rem !important; } }

.p-86-5 {
  padding: 86.5rem !important; }
  @media (max-width: 960px) {
    .p-86-5 {
      padding: 57.66955rem !important; } }

.pt-86 {
  padding-top: 86rem !important; }
  @media (max-width: 960px) {
    .pt-86 {
      padding-top: 57.3362rem !important; } }

.pt-86-5 {
  padding-top: 86.5rem !important; }
  @media (max-width: 960px) {
    .pt-86-5 {
      padding-top: 57.66955rem !important; } }

.pb-86 {
  padding-bottom: 86rem !important; }
  @media (max-width: 960px) {
    .pb-86 {
      padding-bottom: 57.3362rem !important; } }

.pb-86-5 {
  padding-bottom: 86.5rem !important; }
  @media (max-width: 960px) {
    .pb-86-5 {
      padding-bottom: 57.66955rem !important; } }

.pl-86 {
  padding-left: 86rem !important; }
  @media (max-width: 960px) {
    .pl-86 {
      padding-left: 57.3362rem !important; } }

.pl-86-5 {
  padding-left: 86.5rem !important; }
  @media (max-width: 960px) {
    .pl-86-5 {
      padding-left: 57.66955rem !important; } }

.pr-86 {
  padding-right: 86rem !important; }
  @media (max-width: 960px) {
    .pr-86 {
      padding-right: 57.3362rem !important; } }

.pr-86-5 {
  padding-right: 86.5rem !important; }
  @media (max-width: 960px) {
    .pr-86-5 {
      padding-right: 57.66955rem !important; } }

.px-86 {
  padding-left: 86rem !important;
  padding-right: 86rem !important; }
  @media (max-width: 960px) {
    .px-86 {
      padding-left: 57.3362rem !important;
      padding-right: 57.3362rem !important; } }

.px-86-5 {
  padding-left: 86.5rem !important;
  padding-right: 86.5rem !important; }
  @media (max-width: 960px) {
    .px-86-5 {
      padding-left: 57.66955rem !important;
      padding-right: 57.66955rem !important; } }

.py-86 {
  padding-top: 86rem !important;
  padding-bottom: 86rem !important; }
  @media (max-width: 960px) {
    .py-86 {
      padding-top: 57.3362rem !important;
      padding-bottom: 57.3362rem !important; } }

.py-86-5 {
  padding-top: 86.5rem !important;
  padding-bottom: 86.5rem !important; }
  @media (max-width: 960px) {
    .py-86-5 {
      padding-top: 57.66955rem !important;
      padding-bottom: 57.66955rem !important; } }

.m-87 {
  margin: 87rem !important; }
  @media (max-width: 960px) {
    .m-87 {
      margin: 58.0029rem !important; } }

.m-87-5 {
  margin: 87.5rem !important; }
  @media (max-width: 960px) {
    .m-87-5 {
      margin: 58.33625rem !important; } }

.mt-87 {
  margin-top: 87rem !important; }
  @media (max-width: 960px) {
    .mt-87 {
      margin-top: 58.0029rem !important; } }

.mt-87-5 {
  margin-top: 87.5rem !important; }
  @media (max-width: 960px) {
    .mt-87-5 {
      margin-top: 58.33625rem !important; } }

.mb-87 {
  margin-bottom: 87rem !important; }
  @media (max-width: 960px) {
    .mb-87 {
      margin-bottom: 58.0029rem !important; } }

.mb-87-5 {
  margin-bottom: 87.5rem !important; }
  @media (max-width: 960px) {
    .mb-87-5 {
      margin-bottom: 58.33625rem !important; } }

.ml-87 {
  margin-left: 87rem !important; }
  @media (max-width: 960px) {
    .ml-87 {
      margin-left: 58.0029rem !important; } }

.ml-87-5 {
  margin-left: 87.5rem !important; }
  @media (max-width: 960px) {
    .ml-87-5 {
      margin-left: 58.33625rem !important; } }

.mr-87 {
  margin-right: 87rem !important; }
  @media (max-width: 960px) {
    .mr-87 {
      margin-right: 58.0029rem !important; } }

.mr-87-5 {
  margin-right: 87.5rem !important; }
  @media (max-width: 960px) {
    .mr-87-5 {
      margin-right: 58.33625rem !important; } }

.mx-87 {
  margin-left: 87rem !important;
  margin-right: 87rem !important; }
  @media (max-width: 960px) {
    .mx-87 {
      margin-left: 58.0029rem !important;
      margin-right: 58.0029rem !important; } }

.mx-87-5 {
  margin-left: 87.5rem !important;
  margin-right: 87.5rem !important; }
  @media (max-width: 960px) {
    .mx-87-5 {
      margin-left: 58.33625rem !important;
      margin-right: 58.33625rem !important; } }

.my-87 {
  margin-top: 87rem !important;
  margin-bottom: 87rem !important; }
  @media (max-width: 960px) {
    .my-87 {
      margin-top: 58.0029rem !important;
      margin-bottom: 58.0029rem !important; } }

.my-87-5 {
  margin-top: 87.5rem !important;
  margin-bottom: 87.5rem !important; }
  @media (max-width: 960px) {
    .my-87-5 {
      margin-top: 58.33625rem !important;
      margin-bottom: 58.33625rem !important; } }

.p-87 {
  padding: 87rem !important; }
  @media (max-width: 960px) {
    .p-87 {
      padding: 58.0029rem !important; } }

.p-87-5 {
  padding: 87.5rem !important; }
  @media (max-width: 960px) {
    .p-87-5 {
      padding: 58.33625rem !important; } }

.pt-87 {
  padding-top: 87rem !important; }
  @media (max-width: 960px) {
    .pt-87 {
      padding-top: 58.0029rem !important; } }

.pt-87-5 {
  padding-top: 87.5rem !important; }
  @media (max-width: 960px) {
    .pt-87-5 {
      padding-top: 58.33625rem !important; } }

.pb-87 {
  padding-bottom: 87rem !important; }
  @media (max-width: 960px) {
    .pb-87 {
      padding-bottom: 58.0029rem !important; } }

.pb-87-5 {
  padding-bottom: 87.5rem !important; }
  @media (max-width: 960px) {
    .pb-87-5 {
      padding-bottom: 58.33625rem !important; } }

.pl-87 {
  padding-left: 87rem !important; }
  @media (max-width: 960px) {
    .pl-87 {
      padding-left: 58.0029rem !important; } }

.pl-87-5 {
  padding-left: 87.5rem !important; }
  @media (max-width: 960px) {
    .pl-87-5 {
      padding-left: 58.33625rem !important; } }

.pr-87 {
  padding-right: 87rem !important; }
  @media (max-width: 960px) {
    .pr-87 {
      padding-right: 58.0029rem !important; } }

.pr-87-5 {
  padding-right: 87.5rem !important; }
  @media (max-width: 960px) {
    .pr-87-5 {
      padding-right: 58.33625rem !important; } }

.px-87 {
  padding-left: 87rem !important;
  padding-right: 87rem !important; }
  @media (max-width: 960px) {
    .px-87 {
      padding-left: 58.0029rem !important;
      padding-right: 58.0029rem !important; } }

.px-87-5 {
  padding-left: 87.5rem !important;
  padding-right: 87.5rem !important; }
  @media (max-width: 960px) {
    .px-87-5 {
      padding-left: 58.33625rem !important;
      padding-right: 58.33625rem !important; } }

.py-87 {
  padding-top: 87rem !important;
  padding-bottom: 87rem !important; }
  @media (max-width: 960px) {
    .py-87 {
      padding-top: 58.0029rem !important;
      padding-bottom: 58.0029rem !important; } }

.py-87-5 {
  padding-top: 87.5rem !important;
  padding-bottom: 87.5rem !important; }
  @media (max-width: 960px) {
    .py-87-5 {
      padding-top: 58.33625rem !important;
      padding-bottom: 58.33625rem !important; } }

.m-88 {
  margin: 88rem !important; }
  @media (max-width: 960px) {
    .m-88 {
      margin: 58.6696rem !important; } }

.m-88-5 {
  margin: 88.5rem !important; }
  @media (max-width: 960px) {
    .m-88-5 {
      margin: 59.00295rem !important; } }

.mt-88 {
  margin-top: 88rem !important; }
  @media (max-width: 960px) {
    .mt-88 {
      margin-top: 58.6696rem !important; } }

.mt-88-5 {
  margin-top: 88.5rem !important; }
  @media (max-width: 960px) {
    .mt-88-5 {
      margin-top: 59.00295rem !important; } }

.mb-88 {
  margin-bottom: 88rem !important; }
  @media (max-width: 960px) {
    .mb-88 {
      margin-bottom: 58.6696rem !important; } }

.mb-88-5 {
  margin-bottom: 88.5rem !important; }
  @media (max-width: 960px) {
    .mb-88-5 {
      margin-bottom: 59.00295rem !important; } }

.ml-88 {
  margin-left: 88rem !important; }
  @media (max-width: 960px) {
    .ml-88 {
      margin-left: 58.6696rem !important; } }

.ml-88-5 {
  margin-left: 88.5rem !important; }
  @media (max-width: 960px) {
    .ml-88-5 {
      margin-left: 59.00295rem !important; } }

.mr-88 {
  margin-right: 88rem !important; }
  @media (max-width: 960px) {
    .mr-88 {
      margin-right: 58.6696rem !important; } }

.mr-88-5 {
  margin-right: 88.5rem !important; }
  @media (max-width: 960px) {
    .mr-88-5 {
      margin-right: 59.00295rem !important; } }

.mx-88 {
  margin-left: 88rem !important;
  margin-right: 88rem !important; }
  @media (max-width: 960px) {
    .mx-88 {
      margin-left: 58.6696rem !important;
      margin-right: 58.6696rem !important; } }

.mx-88-5 {
  margin-left: 88.5rem !important;
  margin-right: 88.5rem !important; }
  @media (max-width: 960px) {
    .mx-88-5 {
      margin-left: 59.00295rem !important;
      margin-right: 59.00295rem !important; } }

.my-88 {
  margin-top: 88rem !important;
  margin-bottom: 88rem !important; }
  @media (max-width: 960px) {
    .my-88 {
      margin-top: 58.6696rem !important;
      margin-bottom: 58.6696rem !important; } }

.my-88-5 {
  margin-top: 88.5rem !important;
  margin-bottom: 88.5rem !important; }
  @media (max-width: 960px) {
    .my-88-5 {
      margin-top: 59.00295rem !important;
      margin-bottom: 59.00295rem !important; } }

.p-88 {
  padding: 88rem !important; }
  @media (max-width: 960px) {
    .p-88 {
      padding: 58.6696rem !important; } }

.p-88-5 {
  padding: 88.5rem !important; }
  @media (max-width: 960px) {
    .p-88-5 {
      padding: 59.00295rem !important; } }

.pt-88 {
  padding-top: 88rem !important; }
  @media (max-width: 960px) {
    .pt-88 {
      padding-top: 58.6696rem !important; } }

.pt-88-5 {
  padding-top: 88.5rem !important; }
  @media (max-width: 960px) {
    .pt-88-5 {
      padding-top: 59.00295rem !important; } }

.pb-88 {
  padding-bottom: 88rem !important; }
  @media (max-width: 960px) {
    .pb-88 {
      padding-bottom: 58.6696rem !important; } }

.pb-88-5 {
  padding-bottom: 88.5rem !important; }
  @media (max-width: 960px) {
    .pb-88-5 {
      padding-bottom: 59.00295rem !important; } }

.pl-88 {
  padding-left: 88rem !important; }
  @media (max-width: 960px) {
    .pl-88 {
      padding-left: 58.6696rem !important; } }

.pl-88-5 {
  padding-left: 88.5rem !important; }
  @media (max-width: 960px) {
    .pl-88-5 {
      padding-left: 59.00295rem !important; } }

.pr-88 {
  padding-right: 88rem !important; }
  @media (max-width: 960px) {
    .pr-88 {
      padding-right: 58.6696rem !important; } }

.pr-88-5 {
  padding-right: 88.5rem !important; }
  @media (max-width: 960px) {
    .pr-88-5 {
      padding-right: 59.00295rem !important; } }

.px-88 {
  padding-left: 88rem !important;
  padding-right: 88rem !important; }
  @media (max-width: 960px) {
    .px-88 {
      padding-left: 58.6696rem !important;
      padding-right: 58.6696rem !important; } }

.px-88-5 {
  padding-left: 88.5rem !important;
  padding-right: 88.5rem !important; }
  @media (max-width: 960px) {
    .px-88-5 {
      padding-left: 59.00295rem !important;
      padding-right: 59.00295rem !important; } }

.py-88 {
  padding-top: 88rem !important;
  padding-bottom: 88rem !important; }
  @media (max-width: 960px) {
    .py-88 {
      padding-top: 58.6696rem !important;
      padding-bottom: 58.6696rem !important; } }

.py-88-5 {
  padding-top: 88.5rem !important;
  padding-bottom: 88.5rem !important; }
  @media (max-width: 960px) {
    .py-88-5 {
      padding-top: 59.00295rem !important;
      padding-bottom: 59.00295rem !important; } }

.m-89 {
  margin: 89rem !important; }
  @media (max-width: 960px) {
    .m-89 {
      margin: 59.3363rem !important; } }

.m-89-5 {
  margin: 89.5rem !important; }
  @media (max-width: 960px) {
    .m-89-5 {
      margin: 59.66965rem !important; } }

.mt-89 {
  margin-top: 89rem !important; }
  @media (max-width: 960px) {
    .mt-89 {
      margin-top: 59.3363rem !important; } }

.mt-89-5 {
  margin-top: 89.5rem !important; }
  @media (max-width: 960px) {
    .mt-89-5 {
      margin-top: 59.66965rem !important; } }

.mb-89 {
  margin-bottom: 89rem !important; }
  @media (max-width: 960px) {
    .mb-89 {
      margin-bottom: 59.3363rem !important; } }

.mb-89-5 {
  margin-bottom: 89.5rem !important; }
  @media (max-width: 960px) {
    .mb-89-5 {
      margin-bottom: 59.66965rem !important; } }

.ml-89 {
  margin-left: 89rem !important; }
  @media (max-width: 960px) {
    .ml-89 {
      margin-left: 59.3363rem !important; } }

.ml-89-5 {
  margin-left: 89.5rem !important; }
  @media (max-width: 960px) {
    .ml-89-5 {
      margin-left: 59.66965rem !important; } }

.mr-89 {
  margin-right: 89rem !important; }
  @media (max-width: 960px) {
    .mr-89 {
      margin-right: 59.3363rem !important; } }

.mr-89-5 {
  margin-right: 89.5rem !important; }
  @media (max-width: 960px) {
    .mr-89-5 {
      margin-right: 59.66965rem !important; } }

.mx-89 {
  margin-left: 89rem !important;
  margin-right: 89rem !important; }
  @media (max-width: 960px) {
    .mx-89 {
      margin-left: 59.3363rem !important;
      margin-right: 59.3363rem !important; } }

.mx-89-5 {
  margin-left: 89.5rem !important;
  margin-right: 89.5rem !important; }
  @media (max-width: 960px) {
    .mx-89-5 {
      margin-left: 59.66965rem !important;
      margin-right: 59.66965rem !important; } }

.my-89 {
  margin-top: 89rem !important;
  margin-bottom: 89rem !important; }
  @media (max-width: 960px) {
    .my-89 {
      margin-top: 59.3363rem !important;
      margin-bottom: 59.3363rem !important; } }

.my-89-5 {
  margin-top: 89.5rem !important;
  margin-bottom: 89.5rem !important; }
  @media (max-width: 960px) {
    .my-89-5 {
      margin-top: 59.66965rem !important;
      margin-bottom: 59.66965rem !important; } }

.p-89 {
  padding: 89rem !important; }
  @media (max-width: 960px) {
    .p-89 {
      padding: 59.3363rem !important; } }

.p-89-5 {
  padding: 89.5rem !important; }
  @media (max-width: 960px) {
    .p-89-5 {
      padding: 59.66965rem !important; } }

.pt-89 {
  padding-top: 89rem !important; }
  @media (max-width: 960px) {
    .pt-89 {
      padding-top: 59.3363rem !important; } }

.pt-89-5 {
  padding-top: 89.5rem !important; }
  @media (max-width: 960px) {
    .pt-89-5 {
      padding-top: 59.66965rem !important; } }

.pb-89 {
  padding-bottom: 89rem !important; }
  @media (max-width: 960px) {
    .pb-89 {
      padding-bottom: 59.3363rem !important; } }

.pb-89-5 {
  padding-bottom: 89.5rem !important; }
  @media (max-width: 960px) {
    .pb-89-5 {
      padding-bottom: 59.66965rem !important; } }

.pl-89 {
  padding-left: 89rem !important; }
  @media (max-width: 960px) {
    .pl-89 {
      padding-left: 59.3363rem !important; } }

.pl-89-5 {
  padding-left: 89.5rem !important; }
  @media (max-width: 960px) {
    .pl-89-5 {
      padding-left: 59.66965rem !important; } }

.pr-89 {
  padding-right: 89rem !important; }
  @media (max-width: 960px) {
    .pr-89 {
      padding-right: 59.3363rem !important; } }

.pr-89-5 {
  padding-right: 89.5rem !important; }
  @media (max-width: 960px) {
    .pr-89-5 {
      padding-right: 59.66965rem !important; } }

.px-89 {
  padding-left: 89rem !important;
  padding-right: 89rem !important; }
  @media (max-width: 960px) {
    .px-89 {
      padding-left: 59.3363rem !important;
      padding-right: 59.3363rem !important; } }

.px-89-5 {
  padding-left: 89.5rem !important;
  padding-right: 89.5rem !important; }
  @media (max-width: 960px) {
    .px-89-5 {
      padding-left: 59.66965rem !important;
      padding-right: 59.66965rem !important; } }

.py-89 {
  padding-top: 89rem !important;
  padding-bottom: 89rem !important; }
  @media (max-width: 960px) {
    .py-89 {
      padding-top: 59.3363rem !important;
      padding-bottom: 59.3363rem !important; } }

.py-89-5 {
  padding-top: 89.5rem !important;
  padding-bottom: 89.5rem !important; }
  @media (max-width: 960px) {
    .py-89-5 {
      padding-top: 59.66965rem !important;
      padding-bottom: 59.66965rem !important; } }

.m-90 {
  margin: 90rem !important; }
  @media (max-width: 960px) {
    .m-90 {
      margin: 60.003rem !important; } }

.m-90-5 {
  margin: 90.5rem !important; }
  @media (max-width: 960px) {
    .m-90-5 {
      margin: 60.33635rem !important; } }

.mt-90 {
  margin-top: 90rem !important; }
  @media (max-width: 960px) {
    .mt-90 {
      margin-top: 60.003rem !important; } }

.mt-90-5 {
  margin-top: 90.5rem !important; }
  @media (max-width: 960px) {
    .mt-90-5 {
      margin-top: 60.33635rem !important; } }

.mb-90 {
  margin-bottom: 90rem !important; }
  @media (max-width: 960px) {
    .mb-90 {
      margin-bottom: 60.003rem !important; } }

.mb-90-5 {
  margin-bottom: 90.5rem !important; }
  @media (max-width: 960px) {
    .mb-90-5 {
      margin-bottom: 60.33635rem !important; } }

.ml-90 {
  margin-left: 90rem !important; }
  @media (max-width: 960px) {
    .ml-90 {
      margin-left: 60.003rem !important; } }

.ml-90-5 {
  margin-left: 90.5rem !important; }
  @media (max-width: 960px) {
    .ml-90-5 {
      margin-left: 60.33635rem !important; } }

.mr-90 {
  margin-right: 90rem !important; }
  @media (max-width: 960px) {
    .mr-90 {
      margin-right: 60.003rem !important; } }

.mr-90-5 {
  margin-right: 90.5rem !important; }
  @media (max-width: 960px) {
    .mr-90-5 {
      margin-right: 60.33635rem !important; } }

.mx-90 {
  margin-left: 90rem !important;
  margin-right: 90rem !important; }
  @media (max-width: 960px) {
    .mx-90 {
      margin-left: 60.003rem !important;
      margin-right: 60.003rem !important; } }

.mx-90-5 {
  margin-left: 90.5rem !important;
  margin-right: 90.5rem !important; }
  @media (max-width: 960px) {
    .mx-90-5 {
      margin-left: 60.33635rem !important;
      margin-right: 60.33635rem !important; } }

.my-90 {
  margin-top: 90rem !important;
  margin-bottom: 90rem !important; }
  @media (max-width: 960px) {
    .my-90 {
      margin-top: 60.003rem !important;
      margin-bottom: 60.003rem !important; } }

.my-90-5 {
  margin-top: 90.5rem !important;
  margin-bottom: 90.5rem !important; }
  @media (max-width: 960px) {
    .my-90-5 {
      margin-top: 60.33635rem !important;
      margin-bottom: 60.33635rem !important; } }

.p-90 {
  padding: 90rem !important; }
  @media (max-width: 960px) {
    .p-90 {
      padding: 60.003rem !important; } }

.p-90-5 {
  padding: 90.5rem !important; }
  @media (max-width: 960px) {
    .p-90-5 {
      padding: 60.33635rem !important; } }

.pt-90 {
  padding-top: 90rem !important; }
  @media (max-width: 960px) {
    .pt-90 {
      padding-top: 60.003rem !important; } }

.pt-90-5 {
  padding-top: 90.5rem !important; }
  @media (max-width: 960px) {
    .pt-90-5 {
      padding-top: 60.33635rem !important; } }

.pb-90 {
  padding-bottom: 90rem !important; }
  @media (max-width: 960px) {
    .pb-90 {
      padding-bottom: 60.003rem !important; } }

.pb-90-5 {
  padding-bottom: 90.5rem !important; }
  @media (max-width: 960px) {
    .pb-90-5 {
      padding-bottom: 60.33635rem !important; } }

.pl-90 {
  padding-left: 90rem !important; }
  @media (max-width: 960px) {
    .pl-90 {
      padding-left: 60.003rem !important; } }

.pl-90-5 {
  padding-left: 90.5rem !important; }
  @media (max-width: 960px) {
    .pl-90-5 {
      padding-left: 60.33635rem !important; } }

.pr-90 {
  padding-right: 90rem !important; }
  @media (max-width: 960px) {
    .pr-90 {
      padding-right: 60.003rem !important; } }

.pr-90-5 {
  padding-right: 90.5rem !important; }
  @media (max-width: 960px) {
    .pr-90-5 {
      padding-right: 60.33635rem !important; } }

.px-90 {
  padding-left: 90rem !important;
  padding-right: 90rem !important; }
  @media (max-width: 960px) {
    .px-90 {
      padding-left: 60.003rem !important;
      padding-right: 60.003rem !important; } }

.px-90-5 {
  padding-left: 90.5rem !important;
  padding-right: 90.5rem !important; }
  @media (max-width: 960px) {
    .px-90-5 {
      padding-left: 60.33635rem !important;
      padding-right: 60.33635rem !important; } }

.py-90 {
  padding-top: 90rem !important;
  padding-bottom: 90rem !important; }
  @media (max-width: 960px) {
    .py-90 {
      padding-top: 60.003rem !important;
      padding-bottom: 60.003rem !important; } }

.py-90-5 {
  padding-top: 90.5rem !important;
  padding-bottom: 90.5rem !important; }
  @media (max-width: 960px) {
    .py-90-5 {
      padding-top: 60.33635rem !important;
      padding-bottom: 60.33635rem !important; } }

.m-91 {
  margin: 91rem !important; }
  @media (max-width: 960px) {
    .m-91 {
      margin: 60.6697rem !important; } }

.m-91-5 {
  margin: 91.5rem !important; }
  @media (max-width: 960px) {
    .m-91-5 {
      margin: 61.00305rem !important; } }

.mt-91 {
  margin-top: 91rem !important; }
  @media (max-width: 960px) {
    .mt-91 {
      margin-top: 60.6697rem !important; } }

.mt-91-5 {
  margin-top: 91.5rem !important; }
  @media (max-width: 960px) {
    .mt-91-5 {
      margin-top: 61.00305rem !important; } }

.mb-91 {
  margin-bottom: 91rem !important; }
  @media (max-width: 960px) {
    .mb-91 {
      margin-bottom: 60.6697rem !important; } }

.mb-91-5 {
  margin-bottom: 91.5rem !important; }
  @media (max-width: 960px) {
    .mb-91-5 {
      margin-bottom: 61.00305rem !important; } }

.ml-91 {
  margin-left: 91rem !important; }
  @media (max-width: 960px) {
    .ml-91 {
      margin-left: 60.6697rem !important; } }

.ml-91-5 {
  margin-left: 91.5rem !important; }
  @media (max-width: 960px) {
    .ml-91-5 {
      margin-left: 61.00305rem !important; } }

.mr-91 {
  margin-right: 91rem !important; }
  @media (max-width: 960px) {
    .mr-91 {
      margin-right: 60.6697rem !important; } }

.mr-91-5 {
  margin-right: 91.5rem !important; }
  @media (max-width: 960px) {
    .mr-91-5 {
      margin-right: 61.00305rem !important; } }

.mx-91 {
  margin-left: 91rem !important;
  margin-right: 91rem !important; }
  @media (max-width: 960px) {
    .mx-91 {
      margin-left: 60.6697rem !important;
      margin-right: 60.6697rem !important; } }

.mx-91-5 {
  margin-left: 91.5rem !important;
  margin-right: 91.5rem !important; }
  @media (max-width: 960px) {
    .mx-91-5 {
      margin-left: 61.00305rem !important;
      margin-right: 61.00305rem !important; } }

.my-91 {
  margin-top: 91rem !important;
  margin-bottom: 91rem !important; }
  @media (max-width: 960px) {
    .my-91 {
      margin-top: 60.6697rem !important;
      margin-bottom: 60.6697rem !important; } }

.my-91-5 {
  margin-top: 91.5rem !important;
  margin-bottom: 91.5rem !important; }
  @media (max-width: 960px) {
    .my-91-5 {
      margin-top: 61.00305rem !important;
      margin-bottom: 61.00305rem !important; } }

.p-91 {
  padding: 91rem !important; }
  @media (max-width: 960px) {
    .p-91 {
      padding: 60.6697rem !important; } }

.p-91-5 {
  padding: 91.5rem !important; }
  @media (max-width: 960px) {
    .p-91-5 {
      padding: 61.00305rem !important; } }

.pt-91 {
  padding-top: 91rem !important; }
  @media (max-width: 960px) {
    .pt-91 {
      padding-top: 60.6697rem !important; } }

.pt-91-5 {
  padding-top: 91.5rem !important; }
  @media (max-width: 960px) {
    .pt-91-5 {
      padding-top: 61.00305rem !important; } }

.pb-91 {
  padding-bottom: 91rem !important; }
  @media (max-width: 960px) {
    .pb-91 {
      padding-bottom: 60.6697rem !important; } }

.pb-91-5 {
  padding-bottom: 91.5rem !important; }
  @media (max-width: 960px) {
    .pb-91-5 {
      padding-bottom: 61.00305rem !important; } }

.pl-91 {
  padding-left: 91rem !important; }
  @media (max-width: 960px) {
    .pl-91 {
      padding-left: 60.6697rem !important; } }

.pl-91-5 {
  padding-left: 91.5rem !important; }
  @media (max-width: 960px) {
    .pl-91-5 {
      padding-left: 61.00305rem !important; } }

.pr-91 {
  padding-right: 91rem !important; }
  @media (max-width: 960px) {
    .pr-91 {
      padding-right: 60.6697rem !important; } }

.pr-91-5 {
  padding-right: 91.5rem !important; }
  @media (max-width: 960px) {
    .pr-91-5 {
      padding-right: 61.00305rem !important; } }

.px-91 {
  padding-left: 91rem !important;
  padding-right: 91rem !important; }
  @media (max-width: 960px) {
    .px-91 {
      padding-left: 60.6697rem !important;
      padding-right: 60.6697rem !important; } }

.px-91-5 {
  padding-left: 91.5rem !important;
  padding-right: 91.5rem !important; }
  @media (max-width: 960px) {
    .px-91-5 {
      padding-left: 61.00305rem !important;
      padding-right: 61.00305rem !important; } }

.py-91 {
  padding-top: 91rem !important;
  padding-bottom: 91rem !important; }
  @media (max-width: 960px) {
    .py-91 {
      padding-top: 60.6697rem !important;
      padding-bottom: 60.6697rem !important; } }

.py-91-5 {
  padding-top: 91.5rem !important;
  padding-bottom: 91.5rem !important; }
  @media (max-width: 960px) {
    .py-91-5 {
      padding-top: 61.00305rem !important;
      padding-bottom: 61.00305rem !important; } }

.m-92 {
  margin: 92rem !important; }
  @media (max-width: 960px) {
    .m-92 {
      margin: 61.3364rem !important; } }

.m-92-5 {
  margin: 92.5rem !important; }
  @media (max-width: 960px) {
    .m-92-5 {
      margin: 61.66975rem !important; } }

.mt-92 {
  margin-top: 92rem !important; }
  @media (max-width: 960px) {
    .mt-92 {
      margin-top: 61.3364rem !important; } }

.mt-92-5 {
  margin-top: 92.5rem !important; }
  @media (max-width: 960px) {
    .mt-92-5 {
      margin-top: 61.66975rem !important; } }

.mb-92 {
  margin-bottom: 92rem !important; }
  @media (max-width: 960px) {
    .mb-92 {
      margin-bottom: 61.3364rem !important; } }

.mb-92-5 {
  margin-bottom: 92.5rem !important; }
  @media (max-width: 960px) {
    .mb-92-5 {
      margin-bottom: 61.66975rem !important; } }

.ml-92 {
  margin-left: 92rem !important; }
  @media (max-width: 960px) {
    .ml-92 {
      margin-left: 61.3364rem !important; } }

.ml-92-5 {
  margin-left: 92.5rem !important; }
  @media (max-width: 960px) {
    .ml-92-5 {
      margin-left: 61.66975rem !important; } }

.mr-92 {
  margin-right: 92rem !important; }
  @media (max-width: 960px) {
    .mr-92 {
      margin-right: 61.3364rem !important; } }

.mr-92-5 {
  margin-right: 92.5rem !important; }
  @media (max-width: 960px) {
    .mr-92-5 {
      margin-right: 61.66975rem !important; } }

.mx-92 {
  margin-left: 92rem !important;
  margin-right: 92rem !important; }
  @media (max-width: 960px) {
    .mx-92 {
      margin-left: 61.3364rem !important;
      margin-right: 61.3364rem !important; } }

.mx-92-5 {
  margin-left: 92.5rem !important;
  margin-right: 92.5rem !important; }
  @media (max-width: 960px) {
    .mx-92-5 {
      margin-left: 61.66975rem !important;
      margin-right: 61.66975rem !important; } }

.my-92 {
  margin-top: 92rem !important;
  margin-bottom: 92rem !important; }
  @media (max-width: 960px) {
    .my-92 {
      margin-top: 61.3364rem !important;
      margin-bottom: 61.3364rem !important; } }

.my-92-5 {
  margin-top: 92.5rem !important;
  margin-bottom: 92.5rem !important; }
  @media (max-width: 960px) {
    .my-92-5 {
      margin-top: 61.66975rem !important;
      margin-bottom: 61.66975rem !important; } }

.p-92 {
  padding: 92rem !important; }
  @media (max-width: 960px) {
    .p-92 {
      padding: 61.3364rem !important; } }

.p-92-5 {
  padding: 92.5rem !important; }
  @media (max-width: 960px) {
    .p-92-5 {
      padding: 61.66975rem !important; } }

.pt-92 {
  padding-top: 92rem !important; }
  @media (max-width: 960px) {
    .pt-92 {
      padding-top: 61.3364rem !important; } }

.pt-92-5 {
  padding-top: 92.5rem !important; }
  @media (max-width: 960px) {
    .pt-92-5 {
      padding-top: 61.66975rem !important; } }

.pb-92 {
  padding-bottom: 92rem !important; }
  @media (max-width: 960px) {
    .pb-92 {
      padding-bottom: 61.3364rem !important; } }

.pb-92-5 {
  padding-bottom: 92.5rem !important; }
  @media (max-width: 960px) {
    .pb-92-5 {
      padding-bottom: 61.66975rem !important; } }

.pl-92 {
  padding-left: 92rem !important; }
  @media (max-width: 960px) {
    .pl-92 {
      padding-left: 61.3364rem !important; } }

.pl-92-5 {
  padding-left: 92.5rem !important; }
  @media (max-width: 960px) {
    .pl-92-5 {
      padding-left: 61.66975rem !important; } }

.pr-92 {
  padding-right: 92rem !important; }
  @media (max-width: 960px) {
    .pr-92 {
      padding-right: 61.3364rem !important; } }

.pr-92-5 {
  padding-right: 92.5rem !important; }
  @media (max-width: 960px) {
    .pr-92-5 {
      padding-right: 61.66975rem !important; } }

.px-92 {
  padding-left: 92rem !important;
  padding-right: 92rem !important; }
  @media (max-width: 960px) {
    .px-92 {
      padding-left: 61.3364rem !important;
      padding-right: 61.3364rem !important; } }

.px-92-5 {
  padding-left: 92.5rem !important;
  padding-right: 92.5rem !important; }
  @media (max-width: 960px) {
    .px-92-5 {
      padding-left: 61.66975rem !important;
      padding-right: 61.66975rem !important; } }

.py-92 {
  padding-top: 92rem !important;
  padding-bottom: 92rem !important; }
  @media (max-width: 960px) {
    .py-92 {
      padding-top: 61.3364rem !important;
      padding-bottom: 61.3364rem !important; } }

.py-92-5 {
  padding-top: 92.5rem !important;
  padding-bottom: 92.5rem !important; }
  @media (max-width: 960px) {
    .py-92-5 {
      padding-top: 61.66975rem !important;
      padding-bottom: 61.66975rem !important; } }

.m-93 {
  margin: 93rem !important; }
  @media (max-width: 960px) {
    .m-93 {
      margin: 62.0031rem !important; } }

.m-93-5 {
  margin: 93.5rem !important; }
  @media (max-width: 960px) {
    .m-93-5 {
      margin: 62.33645rem !important; } }

.mt-93 {
  margin-top: 93rem !important; }
  @media (max-width: 960px) {
    .mt-93 {
      margin-top: 62.0031rem !important; } }

.mt-93-5 {
  margin-top: 93.5rem !important; }
  @media (max-width: 960px) {
    .mt-93-5 {
      margin-top: 62.33645rem !important; } }

.mb-93 {
  margin-bottom: 93rem !important; }
  @media (max-width: 960px) {
    .mb-93 {
      margin-bottom: 62.0031rem !important; } }

.mb-93-5 {
  margin-bottom: 93.5rem !important; }
  @media (max-width: 960px) {
    .mb-93-5 {
      margin-bottom: 62.33645rem !important; } }

.ml-93 {
  margin-left: 93rem !important; }
  @media (max-width: 960px) {
    .ml-93 {
      margin-left: 62.0031rem !important; } }

.ml-93-5 {
  margin-left: 93.5rem !important; }
  @media (max-width: 960px) {
    .ml-93-5 {
      margin-left: 62.33645rem !important; } }

.mr-93 {
  margin-right: 93rem !important; }
  @media (max-width: 960px) {
    .mr-93 {
      margin-right: 62.0031rem !important; } }

.mr-93-5 {
  margin-right: 93.5rem !important; }
  @media (max-width: 960px) {
    .mr-93-5 {
      margin-right: 62.33645rem !important; } }

.mx-93 {
  margin-left: 93rem !important;
  margin-right: 93rem !important; }
  @media (max-width: 960px) {
    .mx-93 {
      margin-left: 62.0031rem !important;
      margin-right: 62.0031rem !important; } }

.mx-93-5 {
  margin-left: 93.5rem !important;
  margin-right: 93.5rem !important; }
  @media (max-width: 960px) {
    .mx-93-5 {
      margin-left: 62.33645rem !important;
      margin-right: 62.33645rem !important; } }

.my-93 {
  margin-top: 93rem !important;
  margin-bottom: 93rem !important; }
  @media (max-width: 960px) {
    .my-93 {
      margin-top: 62.0031rem !important;
      margin-bottom: 62.0031rem !important; } }

.my-93-5 {
  margin-top: 93.5rem !important;
  margin-bottom: 93.5rem !important; }
  @media (max-width: 960px) {
    .my-93-5 {
      margin-top: 62.33645rem !important;
      margin-bottom: 62.33645rem !important; } }

.p-93 {
  padding: 93rem !important; }
  @media (max-width: 960px) {
    .p-93 {
      padding: 62.0031rem !important; } }

.p-93-5 {
  padding: 93.5rem !important; }
  @media (max-width: 960px) {
    .p-93-5 {
      padding: 62.33645rem !important; } }

.pt-93 {
  padding-top: 93rem !important; }
  @media (max-width: 960px) {
    .pt-93 {
      padding-top: 62.0031rem !important; } }

.pt-93-5 {
  padding-top: 93.5rem !important; }
  @media (max-width: 960px) {
    .pt-93-5 {
      padding-top: 62.33645rem !important; } }

.pb-93 {
  padding-bottom: 93rem !important; }
  @media (max-width: 960px) {
    .pb-93 {
      padding-bottom: 62.0031rem !important; } }

.pb-93-5 {
  padding-bottom: 93.5rem !important; }
  @media (max-width: 960px) {
    .pb-93-5 {
      padding-bottom: 62.33645rem !important; } }

.pl-93 {
  padding-left: 93rem !important; }
  @media (max-width: 960px) {
    .pl-93 {
      padding-left: 62.0031rem !important; } }

.pl-93-5 {
  padding-left: 93.5rem !important; }
  @media (max-width: 960px) {
    .pl-93-5 {
      padding-left: 62.33645rem !important; } }

.pr-93 {
  padding-right: 93rem !important; }
  @media (max-width: 960px) {
    .pr-93 {
      padding-right: 62.0031rem !important; } }

.pr-93-5 {
  padding-right: 93.5rem !important; }
  @media (max-width: 960px) {
    .pr-93-5 {
      padding-right: 62.33645rem !important; } }

.px-93 {
  padding-left: 93rem !important;
  padding-right: 93rem !important; }
  @media (max-width: 960px) {
    .px-93 {
      padding-left: 62.0031rem !important;
      padding-right: 62.0031rem !important; } }

.px-93-5 {
  padding-left: 93.5rem !important;
  padding-right: 93.5rem !important; }
  @media (max-width: 960px) {
    .px-93-5 {
      padding-left: 62.33645rem !important;
      padding-right: 62.33645rem !important; } }

.py-93 {
  padding-top: 93rem !important;
  padding-bottom: 93rem !important; }
  @media (max-width: 960px) {
    .py-93 {
      padding-top: 62.0031rem !important;
      padding-bottom: 62.0031rem !important; } }

.py-93-5 {
  padding-top: 93.5rem !important;
  padding-bottom: 93.5rem !important; }
  @media (max-width: 960px) {
    .py-93-5 {
      padding-top: 62.33645rem !important;
      padding-bottom: 62.33645rem !important; } }

.m-94 {
  margin: 94rem !important; }
  @media (max-width: 960px) {
    .m-94 {
      margin: 62.6698rem !important; } }

.m-94-5 {
  margin: 94.5rem !important; }
  @media (max-width: 960px) {
    .m-94-5 {
      margin: 63.00315rem !important; } }

.mt-94 {
  margin-top: 94rem !important; }
  @media (max-width: 960px) {
    .mt-94 {
      margin-top: 62.6698rem !important; } }

.mt-94-5 {
  margin-top: 94.5rem !important; }
  @media (max-width: 960px) {
    .mt-94-5 {
      margin-top: 63.00315rem !important; } }

.mb-94 {
  margin-bottom: 94rem !important; }
  @media (max-width: 960px) {
    .mb-94 {
      margin-bottom: 62.6698rem !important; } }

.mb-94-5 {
  margin-bottom: 94.5rem !important; }
  @media (max-width: 960px) {
    .mb-94-5 {
      margin-bottom: 63.00315rem !important; } }

.ml-94 {
  margin-left: 94rem !important; }
  @media (max-width: 960px) {
    .ml-94 {
      margin-left: 62.6698rem !important; } }

.ml-94-5 {
  margin-left: 94.5rem !important; }
  @media (max-width: 960px) {
    .ml-94-5 {
      margin-left: 63.00315rem !important; } }

.mr-94 {
  margin-right: 94rem !important; }
  @media (max-width: 960px) {
    .mr-94 {
      margin-right: 62.6698rem !important; } }

.mr-94-5 {
  margin-right: 94.5rem !important; }
  @media (max-width: 960px) {
    .mr-94-5 {
      margin-right: 63.00315rem !important; } }

.mx-94 {
  margin-left: 94rem !important;
  margin-right: 94rem !important; }
  @media (max-width: 960px) {
    .mx-94 {
      margin-left: 62.6698rem !important;
      margin-right: 62.6698rem !important; } }

.mx-94-5 {
  margin-left: 94.5rem !important;
  margin-right: 94.5rem !important; }
  @media (max-width: 960px) {
    .mx-94-5 {
      margin-left: 63.00315rem !important;
      margin-right: 63.00315rem !important; } }

.my-94 {
  margin-top: 94rem !important;
  margin-bottom: 94rem !important; }
  @media (max-width: 960px) {
    .my-94 {
      margin-top: 62.6698rem !important;
      margin-bottom: 62.6698rem !important; } }

.my-94-5 {
  margin-top: 94.5rem !important;
  margin-bottom: 94.5rem !important; }
  @media (max-width: 960px) {
    .my-94-5 {
      margin-top: 63.00315rem !important;
      margin-bottom: 63.00315rem !important; } }

.p-94 {
  padding: 94rem !important; }
  @media (max-width: 960px) {
    .p-94 {
      padding: 62.6698rem !important; } }

.p-94-5 {
  padding: 94.5rem !important; }
  @media (max-width: 960px) {
    .p-94-5 {
      padding: 63.00315rem !important; } }

.pt-94 {
  padding-top: 94rem !important; }
  @media (max-width: 960px) {
    .pt-94 {
      padding-top: 62.6698rem !important; } }

.pt-94-5 {
  padding-top: 94.5rem !important; }
  @media (max-width: 960px) {
    .pt-94-5 {
      padding-top: 63.00315rem !important; } }

.pb-94 {
  padding-bottom: 94rem !important; }
  @media (max-width: 960px) {
    .pb-94 {
      padding-bottom: 62.6698rem !important; } }

.pb-94-5 {
  padding-bottom: 94.5rem !important; }
  @media (max-width: 960px) {
    .pb-94-5 {
      padding-bottom: 63.00315rem !important; } }

.pl-94 {
  padding-left: 94rem !important; }
  @media (max-width: 960px) {
    .pl-94 {
      padding-left: 62.6698rem !important; } }

.pl-94-5 {
  padding-left: 94.5rem !important; }
  @media (max-width: 960px) {
    .pl-94-5 {
      padding-left: 63.00315rem !important; } }

.pr-94 {
  padding-right: 94rem !important; }
  @media (max-width: 960px) {
    .pr-94 {
      padding-right: 62.6698rem !important; } }

.pr-94-5 {
  padding-right: 94.5rem !important; }
  @media (max-width: 960px) {
    .pr-94-5 {
      padding-right: 63.00315rem !important; } }

.px-94 {
  padding-left: 94rem !important;
  padding-right: 94rem !important; }
  @media (max-width: 960px) {
    .px-94 {
      padding-left: 62.6698rem !important;
      padding-right: 62.6698rem !important; } }

.px-94-5 {
  padding-left: 94.5rem !important;
  padding-right: 94.5rem !important; }
  @media (max-width: 960px) {
    .px-94-5 {
      padding-left: 63.00315rem !important;
      padding-right: 63.00315rem !important; } }

.py-94 {
  padding-top: 94rem !important;
  padding-bottom: 94rem !important; }
  @media (max-width: 960px) {
    .py-94 {
      padding-top: 62.6698rem !important;
      padding-bottom: 62.6698rem !important; } }

.py-94-5 {
  padding-top: 94.5rem !important;
  padding-bottom: 94.5rem !important; }
  @media (max-width: 960px) {
    .py-94-5 {
      padding-top: 63.00315rem !important;
      padding-bottom: 63.00315rem !important; } }

.m-95 {
  margin: 95rem !important; }
  @media (max-width: 960px) {
    .m-95 {
      margin: 63.3365rem !important; } }

.m-95-5 {
  margin: 95.5rem !important; }
  @media (max-width: 960px) {
    .m-95-5 {
      margin: 63.66985rem !important; } }

.mt-95 {
  margin-top: 95rem !important; }
  @media (max-width: 960px) {
    .mt-95 {
      margin-top: 63.3365rem !important; } }

.mt-95-5 {
  margin-top: 95.5rem !important; }
  @media (max-width: 960px) {
    .mt-95-5 {
      margin-top: 63.66985rem !important; } }

.mb-95 {
  margin-bottom: 95rem !important; }
  @media (max-width: 960px) {
    .mb-95 {
      margin-bottom: 63.3365rem !important; } }

.mb-95-5 {
  margin-bottom: 95.5rem !important; }
  @media (max-width: 960px) {
    .mb-95-5 {
      margin-bottom: 63.66985rem !important; } }

.ml-95 {
  margin-left: 95rem !important; }
  @media (max-width: 960px) {
    .ml-95 {
      margin-left: 63.3365rem !important; } }

.ml-95-5 {
  margin-left: 95.5rem !important; }
  @media (max-width: 960px) {
    .ml-95-5 {
      margin-left: 63.66985rem !important; } }

.mr-95 {
  margin-right: 95rem !important; }
  @media (max-width: 960px) {
    .mr-95 {
      margin-right: 63.3365rem !important; } }

.mr-95-5 {
  margin-right: 95.5rem !important; }
  @media (max-width: 960px) {
    .mr-95-5 {
      margin-right: 63.66985rem !important; } }

.mx-95 {
  margin-left: 95rem !important;
  margin-right: 95rem !important; }
  @media (max-width: 960px) {
    .mx-95 {
      margin-left: 63.3365rem !important;
      margin-right: 63.3365rem !important; } }

.mx-95-5 {
  margin-left: 95.5rem !important;
  margin-right: 95.5rem !important; }
  @media (max-width: 960px) {
    .mx-95-5 {
      margin-left: 63.66985rem !important;
      margin-right: 63.66985rem !important; } }

.my-95 {
  margin-top: 95rem !important;
  margin-bottom: 95rem !important; }
  @media (max-width: 960px) {
    .my-95 {
      margin-top: 63.3365rem !important;
      margin-bottom: 63.3365rem !important; } }

.my-95-5 {
  margin-top: 95.5rem !important;
  margin-bottom: 95.5rem !important; }
  @media (max-width: 960px) {
    .my-95-5 {
      margin-top: 63.66985rem !important;
      margin-bottom: 63.66985rem !important; } }

.p-95 {
  padding: 95rem !important; }
  @media (max-width: 960px) {
    .p-95 {
      padding: 63.3365rem !important; } }

.p-95-5 {
  padding: 95.5rem !important; }
  @media (max-width: 960px) {
    .p-95-5 {
      padding: 63.66985rem !important; } }

.pt-95 {
  padding-top: 95rem !important; }
  @media (max-width: 960px) {
    .pt-95 {
      padding-top: 63.3365rem !important; } }

.pt-95-5 {
  padding-top: 95.5rem !important; }
  @media (max-width: 960px) {
    .pt-95-5 {
      padding-top: 63.66985rem !important; } }

.pb-95 {
  padding-bottom: 95rem !important; }
  @media (max-width: 960px) {
    .pb-95 {
      padding-bottom: 63.3365rem !important; } }

.pb-95-5 {
  padding-bottom: 95.5rem !important; }
  @media (max-width: 960px) {
    .pb-95-5 {
      padding-bottom: 63.66985rem !important; } }

.pl-95 {
  padding-left: 95rem !important; }
  @media (max-width: 960px) {
    .pl-95 {
      padding-left: 63.3365rem !important; } }

.pl-95-5 {
  padding-left: 95.5rem !important; }
  @media (max-width: 960px) {
    .pl-95-5 {
      padding-left: 63.66985rem !important; } }

.pr-95 {
  padding-right: 95rem !important; }
  @media (max-width: 960px) {
    .pr-95 {
      padding-right: 63.3365rem !important; } }

.pr-95-5 {
  padding-right: 95.5rem !important; }
  @media (max-width: 960px) {
    .pr-95-5 {
      padding-right: 63.66985rem !important; } }

.px-95 {
  padding-left: 95rem !important;
  padding-right: 95rem !important; }
  @media (max-width: 960px) {
    .px-95 {
      padding-left: 63.3365rem !important;
      padding-right: 63.3365rem !important; } }

.px-95-5 {
  padding-left: 95.5rem !important;
  padding-right: 95.5rem !important; }
  @media (max-width: 960px) {
    .px-95-5 {
      padding-left: 63.66985rem !important;
      padding-right: 63.66985rem !important; } }

.py-95 {
  padding-top: 95rem !important;
  padding-bottom: 95rem !important; }
  @media (max-width: 960px) {
    .py-95 {
      padding-top: 63.3365rem !important;
      padding-bottom: 63.3365rem !important; } }

.py-95-5 {
  padding-top: 95.5rem !important;
  padding-bottom: 95.5rem !important; }
  @media (max-width: 960px) {
    .py-95-5 {
      padding-top: 63.66985rem !important;
      padding-bottom: 63.66985rem !important; } }

.m-96 {
  margin: 96rem !important; }
  @media (max-width: 960px) {
    .m-96 {
      margin: 64.0032rem !important; } }

.m-96-5 {
  margin: 96.5rem !important; }
  @media (max-width: 960px) {
    .m-96-5 {
      margin: 64.33655rem !important; } }

.mt-96 {
  margin-top: 96rem !important; }
  @media (max-width: 960px) {
    .mt-96 {
      margin-top: 64.0032rem !important; } }

.mt-96-5 {
  margin-top: 96.5rem !important; }
  @media (max-width: 960px) {
    .mt-96-5 {
      margin-top: 64.33655rem !important; } }

.mb-96 {
  margin-bottom: 96rem !important; }
  @media (max-width: 960px) {
    .mb-96 {
      margin-bottom: 64.0032rem !important; } }

.mb-96-5 {
  margin-bottom: 96.5rem !important; }
  @media (max-width: 960px) {
    .mb-96-5 {
      margin-bottom: 64.33655rem !important; } }

.ml-96 {
  margin-left: 96rem !important; }
  @media (max-width: 960px) {
    .ml-96 {
      margin-left: 64.0032rem !important; } }

.ml-96-5 {
  margin-left: 96.5rem !important; }
  @media (max-width: 960px) {
    .ml-96-5 {
      margin-left: 64.33655rem !important; } }

.mr-96 {
  margin-right: 96rem !important; }
  @media (max-width: 960px) {
    .mr-96 {
      margin-right: 64.0032rem !important; } }

.mr-96-5 {
  margin-right: 96.5rem !important; }
  @media (max-width: 960px) {
    .mr-96-5 {
      margin-right: 64.33655rem !important; } }

.mx-96 {
  margin-left: 96rem !important;
  margin-right: 96rem !important; }
  @media (max-width: 960px) {
    .mx-96 {
      margin-left: 64.0032rem !important;
      margin-right: 64.0032rem !important; } }

.mx-96-5 {
  margin-left: 96.5rem !important;
  margin-right: 96.5rem !important; }
  @media (max-width: 960px) {
    .mx-96-5 {
      margin-left: 64.33655rem !important;
      margin-right: 64.33655rem !important; } }

.my-96 {
  margin-top: 96rem !important;
  margin-bottom: 96rem !important; }
  @media (max-width: 960px) {
    .my-96 {
      margin-top: 64.0032rem !important;
      margin-bottom: 64.0032rem !important; } }

.my-96-5 {
  margin-top: 96.5rem !important;
  margin-bottom: 96.5rem !important; }
  @media (max-width: 960px) {
    .my-96-5 {
      margin-top: 64.33655rem !important;
      margin-bottom: 64.33655rem !important; } }

.p-96 {
  padding: 96rem !important; }
  @media (max-width: 960px) {
    .p-96 {
      padding: 64.0032rem !important; } }

.p-96-5 {
  padding: 96.5rem !important; }
  @media (max-width: 960px) {
    .p-96-5 {
      padding: 64.33655rem !important; } }

.pt-96 {
  padding-top: 96rem !important; }
  @media (max-width: 960px) {
    .pt-96 {
      padding-top: 64.0032rem !important; } }

.pt-96-5 {
  padding-top: 96.5rem !important; }
  @media (max-width: 960px) {
    .pt-96-5 {
      padding-top: 64.33655rem !important; } }

.pb-96 {
  padding-bottom: 96rem !important; }
  @media (max-width: 960px) {
    .pb-96 {
      padding-bottom: 64.0032rem !important; } }

.pb-96-5 {
  padding-bottom: 96.5rem !important; }
  @media (max-width: 960px) {
    .pb-96-5 {
      padding-bottom: 64.33655rem !important; } }

.pl-96 {
  padding-left: 96rem !important; }
  @media (max-width: 960px) {
    .pl-96 {
      padding-left: 64.0032rem !important; } }

.pl-96-5 {
  padding-left: 96.5rem !important; }
  @media (max-width: 960px) {
    .pl-96-5 {
      padding-left: 64.33655rem !important; } }

.pr-96 {
  padding-right: 96rem !important; }
  @media (max-width: 960px) {
    .pr-96 {
      padding-right: 64.0032rem !important; } }

.pr-96-5 {
  padding-right: 96.5rem !important; }
  @media (max-width: 960px) {
    .pr-96-5 {
      padding-right: 64.33655rem !important; } }

.px-96 {
  padding-left: 96rem !important;
  padding-right: 96rem !important; }
  @media (max-width: 960px) {
    .px-96 {
      padding-left: 64.0032rem !important;
      padding-right: 64.0032rem !important; } }

.px-96-5 {
  padding-left: 96.5rem !important;
  padding-right: 96.5rem !important; }
  @media (max-width: 960px) {
    .px-96-5 {
      padding-left: 64.33655rem !important;
      padding-right: 64.33655rem !important; } }

.py-96 {
  padding-top: 96rem !important;
  padding-bottom: 96rem !important; }
  @media (max-width: 960px) {
    .py-96 {
      padding-top: 64.0032rem !important;
      padding-bottom: 64.0032rem !important; } }

.py-96-5 {
  padding-top: 96.5rem !important;
  padding-bottom: 96.5rem !important; }
  @media (max-width: 960px) {
    .py-96-5 {
      padding-top: 64.33655rem !important;
      padding-bottom: 64.33655rem !important; } }

.m-97 {
  margin: 97rem !important; }
  @media (max-width: 960px) {
    .m-97 {
      margin: 64.6699rem !important; } }

.m-97-5 {
  margin: 97.5rem !important; }
  @media (max-width: 960px) {
    .m-97-5 {
      margin: 65.00325rem !important; } }

.mt-97 {
  margin-top: 97rem !important; }
  @media (max-width: 960px) {
    .mt-97 {
      margin-top: 64.6699rem !important; } }

.mt-97-5 {
  margin-top: 97.5rem !important; }
  @media (max-width: 960px) {
    .mt-97-5 {
      margin-top: 65.00325rem !important; } }

.mb-97 {
  margin-bottom: 97rem !important; }
  @media (max-width: 960px) {
    .mb-97 {
      margin-bottom: 64.6699rem !important; } }

.mb-97-5 {
  margin-bottom: 97.5rem !important; }
  @media (max-width: 960px) {
    .mb-97-5 {
      margin-bottom: 65.00325rem !important; } }

.ml-97 {
  margin-left: 97rem !important; }
  @media (max-width: 960px) {
    .ml-97 {
      margin-left: 64.6699rem !important; } }

.ml-97-5 {
  margin-left: 97.5rem !important; }
  @media (max-width: 960px) {
    .ml-97-5 {
      margin-left: 65.00325rem !important; } }

.mr-97 {
  margin-right: 97rem !important; }
  @media (max-width: 960px) {
    .mr-97 {
      margin-right: 64.6699rem !important; } }

.mr-97-5 {
  margin-right: 97.5rem !important; }
  @media (max-width: 960px) {
    .mr-97-5 {
      margin-right: 65.00325rem !important; } }

.mx-97 {
  margin-left: 97rem !important;
  margin-right: 97rem !important; }
  @media (max-width: 960px) {
    .mx-97 {
      margin-left: 64.6699rem !important;
      margin-right: 64.6699rem !important; } }

.mx-97-5 {
  margin-left: 97.5rem !important;
  margin-right: 97.5rem !important; }
  @media (max-width: 960px) {
    .mx-97-5 {
      margin-left: 65.00325rem !important;
      margin-right: 65.00325rem !important; } }

.my-97 {
  margin-top: 97rem !important;
  margin-bottom: 97rem !important; }
  @media (max-width: 960px) {
    .my-97 {
      margin-top: 64.6699rem !important;
      margin-bottom: 64.6699rem !important; } }

.my-97-5 {
  margin-top: 97.5rem !important;
  margin-bottom: 97.5rem !important; }
  @media (max-width: 960px) {
    .my-97-5 {
      margin-top: 65.00325rem !important;
      margin-bottom: 65.00325rem !important; } }

.p-97 {
  padding: 97rem !important; }
  @media (max-width: 960px) {
    .p-97 {
      padding: 64.6699rem !important; } }

.p-97-5 {
  padding: 97.5rem !important; }
  @media (max-width: 960px) {
    .p-97-5 {
      padding: 65.00325rem !important; } }

.pt-97 {
  padding-top: 97rem !important; }
  @media (max-width: 960px) {
    .pt-97 {
      padding-top: 64.6699rem !important; } }

.pt-97-5 {
  padding-top: 97.5rem !important; }
  @media (max-width: 960px) {
    .pt-97-5 {
      padding-top: 65.00325rem !important; } }

.pb-97 {
  padding-bottom: 97rem !important; }
  @media (max-width: 960px) {
    .pb-97 {
      padding-bottom: 64.6699rem !important; } }

.pb-97-5 {
  padding-bottom: 97.5rem !important; }
  @media (max-width: 960px) {
    .pb-97-5 {
      padding-bottom: 65.00325rem !important; } }

.pl-97 {
  padding-left: 97rem !important; }
  @media (max-width: 960px) {
    .pl-97 {
      padding-left: 64.6699rem !important; } }

.pl-97-5 {
  padding-left: 97.5rem !important; }
  @media (max-width: 960px) {
    .pl-97-5 {
      padding-left: 65.00325rem !important; } }

.pr-97 {
  padding-right: 97rem !important; }
  @media (max-width: 960px) {
    .pr-97 {
      padding-right: 64.6699rem !important; } }

.pr-97-5 {
  padding-right: 97.5rem !important; }
  @media (max-width: 960px) {
    .pr-97-5 {
      padding-right: 65.00325rem !important; } }

.px-97 {
  padding-left: 97rem !important;
  padding-right: 97rem !important; }
  @media (max-width: 960px) {
    .px-97 {
      padding-left: 64.6699rem !important;
      padding-right: 64.6699rem !important; } }

.px-97-5 {
  padding-left: 97.5rem !important;
  padding-right: 97.5rem !important; }
  @media (max-width: 960px) {
    .px-97-5 {
      padding-left: 65.00325rem !important;
      padding-right: 65.00325rem !important; } }

.py-97 {
  padding-top: 97rem !important;
  padding-bottom: 97rem !important; }
  @media (max-width: 960px) {
    .py-97 {
      padding-top: 64.6699rem !important;
      padding-bottom: 64.6699rem !important; } }

.py-97-5 {
  padding-top: 97.5rem !important;
  padding-bottom: 97.5rem !important; }
  @media (max-width: 960px) {
    .py-97-5 {
      padding-top: 65.00325rem !important;
      padding-bottom: 65.00325rem !important; } }

.m-98 {
  margin: 98rem !important; }
  @media (max-width: 960px) {
    .m-98 {
      margin: 65.3366rem !important; } }

.m-98-5 {
  margin: 98.5rem !important; }
  @media (max-width: 960px) {
    .m-98-5 {
      margin: 65.66995rem !important; } }

.mt-98 {
  margin-top: 98rem !important; }
  @media (max-width: 960px) {
    .mt-98 {
      margin-top: 65.3366rem !important; } }

.mt-98-5 {
  margin-top: 98.5rem !important; }
  @media (max-width: 960px) {
    .mt-98-5 {
      margin-top: 65.66995rem !important; } }

.mb-98 {
  margin-bottom: 98rem !important; }
  @media (max-width: 960px) {
    .mb-98 {
      margin-bottom: 65.3366rem !important; } }

.mb-98-5 {
  margin-bottom: 98.5rem !important; }
  @media (max-width: 960px) {
    .mb-98-5 {
      margin-bottom: 65.66995rem !important; } }

.ml-98 {
  margin-left: 98rem !important; }
  @media (max-width: 960px) {
    .ml-98 {
      margin-left: 65.3366rem !important; } }

.ml-98-5 {
  margin-left: 98.5rem !important; }
  @media (max-width: 960px) {
    .ml-98-5 {
      margin-left: 65.66995rem !important; } }

.mr-98 {
  margin-right: 98rem !important; }
  @media (max-width: 960px) {
    .mr-98 {
      margin-right: 65.3366rem !important; } }

.mr-98-5 {
  margin-right: 98.5rem !important; }
  @media (max-width: 960px) {
    .mr-98-5 {
      margin-right: 65.66995rem !important; } }

.mx-98 {
  margin-left: 98rem !important;
  margin-right: 98rem !important; }
  @media (max-width: 960px) {
    .mx-98 {
      margin-left: 65.3366rem !important;
      margin-right: 65.3366rem !important; } }

.mx-98-5 {
  margin-left: 98.5rem !important;
  margin-right: 98.5rem !important; }
  @media (max-width: 960px) {
    .mx-98-5 {
      margin-left: 65.66995rem !important;
      margin-right: 65.66995rem !important; } }

.my-98 {
  margin-top: 98rem !important;
  margin-bottom: 98rem !important; }
  @media (max-width: 960px) {
    .my-98 {
      margin-top: 65.3366rem !important;
      margin-bottom: 65.3366rem !important; } }

.my-98-5 {
  margin-top: 98.5rem !important;
  margin-bottom: 98.5rem !important; }
  @media (max-width: 960px) {
    .my-98-5 {
      margin-top: 65.66995rem !important;
      margin-bottom: 65.66995rem !important; } }

.p-98 {
  padding: 98rem !important; }
  @media (max-width: 960px) {
    .p-98 {
      padding: 65.3366rem !important; } }

.p-98-5 {
  padding: 98.5rem !important; }
  @media (max-width: 960px) {
    .p-98-5 {
      padding: 65.66995rem !important; } }

.pt-98 {
  padding-top: 98rem !important; }
  @media (max-width: 960px) {
    .pt-98 {
      padding-top: 65.3366rem !important; } }

.pt-98-5 {
  padding-top: 98.5rem !important; }
  @media (max-width: 960px) {
    .pt-98-5 {
      padding-top: 65.66995rem !important; } }

.pb-98 {
  padding-bottom: 98rem !important; }
  @media (max-width: 960px) {
    .pb-98 {
      padding-bottom: 65.3366rem !important; } }

.pb-98-5 {
  padding-bottom: 98.5rem !important; }
  @media (max-width: 960px) {
    .pb-98-5 {
      padding-bottom: 65.66995rem !important; } }

.pl-98 {
  padding-left: 98rem !important; }
  @media (max-width: 960px) {
    .pl-98 {
      padding-left: 65.3366rem !important; } }

.pl-98-5 {
  padding-left: 98.5rem !important; }
  @media (max-width: 960px) {
    .pl-98-5 {
      padding-left: 65.66995rem !important; } }

.pr-98 {
  padding-right: 98rem !important; }
  @media (max-width: 960px) {
    .pr-98 {
      padding-right: 65.3366rem !important; } }

.pr-98-5 {
  padding-right: 98.5rem !important; }
  @media (max-width: 960px) {
    .pr-98-5 {
      padding-right: 65.66995rem !important; } }

.px-98 {
  padding-left: 98rem !important;
  padding-right: 98rem !important; }
  @media (max-width: 960px) {
    .px-98 {
      padding-left: 65.3366rem !important;
      padding-right: 65.3366rem !important; } }

.px-98-5 {
  padding-left: 98.5rem !important;
  padding-right: 98.5rem !important; }
  @media (max-width: 960px) {
    .px-98-5 {
      padding-left: 65.66995rem !important;
      padding-right: 65.66995rem !important; } }

.py-98 {
  padding-top: 98rem !important;
  padding-bottom: 98rem !important; }
  @media (max-width: 960px) {
    .py-98 {
      padding-top: 65.3366rem !important;
      padding-bottom: 65.3366rem !important; } }

.py-98-5 {
  padding-top: 98.5rem !important;
  padding-bottom: 98.5rem !important; }
  @media (max-width: 960px) {
    .py-98-5 {
      padding-top: 65.66995rem !important;
      padding-bottom: 65.66995rem !important; } }

.m-99 {
  margin: 99rem !important; }
  @media (max-width: 960px) {
    .m-99 {
      margin: 66.0033rem !important; } }

.m-99-5 {
  margin: 99.5rem !important; }
  @media (max-width: 960px) {
    .m-99-5 {
      margin: 66.33665rem !important; } }

.mt-99 {
  margin-top: 99rem !important; }
  @media (max-width: 960px) {
    .mt-99 {
      margin-top: 66.0033rem !important; } }

.mt-99-5 {
  margin-top: 99.5rem !important; }
  @media (max-width: 960px) {
    .mt-99-5 {
      margin-top: 66.33665rem !important; } }

.mb-99 {
  margin-bottom: 99rem !important; }
  @media (max-width: 960px) {
    .mb-99 {
      margin-bottom: 66.0033rem !important; } }

.mb-99-5 {
  margin-bottom: 99.5rem !important; }
  @media (max-width: 960px) {
    .mb-99-5 {
      margin-bottom: 66.33665rem !important; } }

.ml-99 {
  margin-left: 99rem !important; }
  @media (max-width: 960px) {
    .ml-99 {
      margin-left: 66.0033rem !important; } }

.ml-99-5 {
  margin-left: 99.5rem !important; }
  @media (max-width: 960px) {
    .ml-99-5 {
      margin-left: 66.33665rem !important; } }

.mr-99 {
  margin-right: 99rem !important; }
  @media (max-width: 960px) {
    .mr-99 {
      margin-right: 66.0033rem !important; } }

.mr-99-5 {
  margin-right: 99.5rem !important; }
  @media (max-width: 960px) {
    .mr-99-5 {
      margin-right: 66.33665rem !important; } }

.mx-99 {
  margin-left: 99rem !important;
  margin-right: 99rem !important; }
  @media (max-width: 960px) {
    .mx-99 {
      margin-left: 66.0033rem !important;
      margin-right: 66.0033rem !important; } }

.mx-99-5 {
  margin-left: 99.5rem !important;
  margin-right: 99.5rem !important; }
  @media (max-width: 960px) {
    .mx-99-5 {
      margin-left: 66.33665rem !important;
      margin-right: 66.33665rem !important; } }

.my-99 {
  margin-top: 99rem !important;
  margin-bottom: 99rem !important; }
  @media (max-width: 960px) {
    .my-99 {
      margin-top: 66.0033rem !important;
      margin-bottom: 66.0033rem !important; } }

.my-99-5 {
  margin-top: 99.5rem !important;
  margin-bottom: 99.5rem !important; }
  @media (max-width: 960px) {
    .my-99-5 {
      margin-top: 66.33665rem !important;
      margin-bottom: 66.33665rem !important; } }

.p-99 {
  padding: 99rem !important; }
  @media (max-width: 960px) {
    .p-99 {
      padding: 66.0033rem !important; } }

.p-99-5 {
  padding: 99.5rem !important; }
  @media (max-width: 960px) {
    .p-99-5 {
      padding: 66.33665rem !important; } }

.pt-99 {
  padding-top: 99rem !important; }
  @media (max-width: 960px) {
    .pt-99 {
      padding-top: 66.0033rem !important; } }

.pt-99-5 {
  padding-top: 99.5rem !important; }
  @media (max-width: 960px) {
    .pt-99-5 {
      padding-top: 66.33665rem !important; } }

.pb-99 {
  padding-bottom: 99rem !important; }
  @media (max-width: 960px) {
    .pb-99 {
      padding-bottom: 66.0033rem !important; } }

.pb-99-5 {
  padding-bottom: 99.5rem !important; }
  @media (max-width: 960px) {
    .pb-99-5 {
      padding-bottom: 66.33665rem !important; } }

.pl-99 {
  padding-left: 99rem !important; }
  @media (max-width: 960px) {
    .pl-99 {
      padding-left: 66.0033rem !important; } }

.pl-99-5 {
  padding-left: 99.5rem !important; }
  @media (max-width: 960px) {
    .pl-99-5 {
      padding-left: 66.33665rem !important; } }

.pr-99 {
  padding-right: 99rem !important; }
  @media (max-width: 960px) {
    .pr-99 {
      padding-right: 66.0033rem !important; } }

.pr-99-5 {
  padding-right: 99.5rem !important; }
  @media (max-width: 960px) {
    .pr-99-5 {
      padding-right: 66.33665rem !important; } }

.px-99 {
  padding-left: 99rem !important;
  padding-right: 99rem !important; }
  @media (max-width: 960px) {
    .px-99 {
      padding-left: 66.0033rem !important;
      padding-right: 66.0033rem !important; } }

.px-99-5 {
  padding-left: 99.5rem !important;
  padding-right: 99.5rem !important; }
  @media (max-width: 960px) {
    .px-99-5 {
      padding-left: 66.33665rem !important;
      padding-right: 66.33665rem !important; } }

.py-99 {
  padding-top: 99rem !important;
  padding-bottom: 99rem !important; }
  @media (max-width: 960px) {
    .py-99 {
      padding-top: 66.0033rem !important;
      padding-bottom: 66.0033rem !important; } }

.py-99-5 {
  padding-top: 99.5rem !important;
  padding-bottom: 99.5rem !important; }
  @media (max-width: 960px) {
    .py-99-5 {
      padding-top: 66.33665rem !important;
      padding-bottom: 66.33665rem !important; } }

.m-100 {
  margin: 100rem !important; }
  @media (max-width: 960px) {
    .m-100 {
      margin: 66.67rem !important; } }

.m-100-5 {
  margin: 100.5rem !important; }
  @media (max-width: 960px) {
    .m-100-5 {
      margin: 67.00335rem !important; } }

.mt-100 {
  margin-top: 100rem !important; }
  @media (max-width: 960px) {
    .mt-100 {
      margin-top: 66.67rem !important; } }

.mt-100-5 {
  margin-top: 100.5rem !important; }
  @media (max-width: 960px) {
    .mt-100-5 {
      margin-top: 67.00335rem !important; } }

.mb-100 {
  margin-bottom: 100rem !important; }
  @media (max-width: 960px) {
    .mb-100 {
      margin-bottom: 66.67rem !important; } }

.mb-100-5 {
  margin-bottom: 100.5rem !important; }
  @media (max-width: 960px) {
    .mb-100-5 {
      margin-bottom: 67.00335rem !important; } }

.ml-100 {
  margin-left: 100rem !important; }
  @media (max-width: 960px) {
    .ml-100 {
      margin-left: 66.67rem !important; } }

.ml-100-5 {
  margin-left: 100.5rem !important; }
  @media (max-width: 960px) {
    .ml-100-5 {
      margin-left: 67.00335rem !important; } }

.mr-100 {
  margin-right: 100rem !important; }
  @media (max-width: 960px) {
    .mr-100 {
      margin-right: 66.67rem !important; } }

.mr-100-5 {
  margin-right: 100.5rem !important; }
  @media (max-width: 960px) {
    .mr-100-5 {
      margin-right: 67.00335rem !important; } }

.mx-100 {
  margin-left: 100rem !important;
  margin-right: 100rem !important; }
  @media (max-width: 960px) {
    .mx-100 {
      margin-left: 66.67rem !important;
      margin-right: 66.67rem !important; } }

.mx-100-5 {
  margin-left: 100.5rem !important;
  margin-right: 100.5rem !important; }
  @media (max-width: 960px) {
    .mx-100-5 {
      margin-left: 67.00335rem !important;
      margin-right: 67.00335rem !important; } }

.my-100 {
  margin-top: 100rem !important;
  margin-bottom: 100rem !important; }
  @media (max-width: 960px) {
    .my-100 {
      margin-top: 66.67rem !important;
      margin-bottom: 66.67rem !important; } }

.my-100-5 {
  margin-top: 100.5rem !important;
  margin-bottom: 100.5rem !important; }
  @media (max-width: 960px) {
    .my-100-5 {
      margin-top: 67.00335rem !important;
      margin-bottom: 67.00335rem !important; } }

.p-100 {
  padding: 100rem !important; }
  @media (max-width: 960px) {
    .p-100 {
      padding: 66.67rem !important; } }

.p-100-5 {
  padding: 100.5rem !important; }
  @media (max-width: 960px) {
    .p-100-5 {
      padding: 67.00335rem !important; } }

.pt-100 {
  padding-top: 100rem !important; }
  @media (max-width: 960px) {
    .pt-100 {
      padding-top: 66.67rem !important; } }

.pt-100-5 {
  padding-top: 100.5rem !important; }
  @media (max-width: 960px) {
    .pt-100-5 {
      padding-top: 67.00335rem !important; } }

.pb-100 {
  padding-bottom: 100rem !important; }
  @media (max-width: 960px) {
    .pb-100 {
      padding-bottom: 66.67rem !important; } }

.pb-100-5 {
  padding-bottom: 100.5rem !important; }
  @media (max-width: 960px) {
    .pb-100-5 {
      padding-bottom: 67.00335rem !important; } }

.pl-100 {
  padding-left: 100rem !important; }
  @media (max-width: 960px) {
    .pl-100 {
      padding-left: 66.67rem !important; } }

.pl-100-5 {
  padding-left: 100.5rem !important; }
  @media (max-width: 960px) {
    .pl-100-5 {
      padding-left: 67.00335rem !important; } }

.pr-100 {
  padding-right: 100rem !important; }
  @media (max-width: 960px) {
    .pr-100 {
      padding-right: 66.67rem !important; } }

.pr-100-5 {
  padding-right: 100.5rem !important; }
  @media (max-width: 960px) {
    .pr-100-5 {
      padding-right: 67.00335rem !important; } }

.px-100 {
  padding-left: 100rem !important;
  padding-right: 100rem !important; }
  @media (max-width: 960px) {
    .px-100 {
      padding-left: 66.67rem !important;
      padding-right: 66.67rem !important; } }

.px-100-5 {
  padding-left: 100.5rem !important;
  padding-right: 100.5rem !important; }
  @media (max-width: 960px) {
    .px-100-5 {
      padding-left: 67.00335rem !important;
      padding-right: 67.00335rem !important; } }

.py-100 {
  padding-top: 100rem !important;
  padding-bottom: 100rem !important; }
  @media (max-width: 960px) {
    .py-100 {
      padding-top: 66.67rem !important;
      padding-bottom: 66.67rem !important; } }

.py-100-5 {
  padding-top: 100.5rem !important;
  padding-bottom: 100.5rem !important; }
  @media (max-width: 960px) {
    .py-100-5 {
      padding-top: 67.00335rem !important;
      padding-bottom: 67.00335rem !important; } }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

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

.d-flex {
  display: flex; }

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

.d-grid {
  display: grid; }

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

.d-none {
  display: none; }

.pos-static {
  position: static; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.visibility-visible {
  visibility: visible; }

.visibility-hidden {
  visibility: hidden; }

.visibility-collapse {
  visibility: collapse; }

.cursor-auto {
  cursor: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-grab {
  cursor: grab; }

.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

.border-0 {
  border-width: 0px; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-4 {
  border-width: 4px; }

.border-solid {
  border-style: solid; }

.border-dashed {
  border-style: dashed; }

.border-none {
  border: none; }

.radius-0 {
  border-radius: 0px; }

.radius-4 {
  border-radius: 4px; }

.radius-8 {
  border-radius: 8px; }

.radius-16 {
  border-radius: 16px; }

.radius-24 {
  border-radius: 24px; }

.radius-50 {
  border-radius: 50px; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.01; }

.opacity-2 {
  opacity: 0.02; }

.opacity-3 {
  opacity: 0.03; }

.opacity-4 {
  opacity: 0.04; }

.opacity-5 {
  opacity: 0.05; }

.opacity-6 {
  opacity: 0.06; }

.opacity-7 {
  opacity: 0.07; }

.opacity-8 {
  opacity: 0.08; }

.opacity-9 {
  opacity: 0.09; }

.opacity-10 {
  opacity: 0.1; }

.opacity-11 {
  opacity: 0.11; }

.opacity-12 {
  opacity: 0.12; }

.opacity-13 {
  opacity: 0.13; }

.opacity-14 {
  opacity: 0.14; }

.opacity-15 {
  opacity: 0.15; }

.opacity-16 {
  opacity: 0.16; }

.opacity-17 {
  opacity: 0.17; }

.opacity-18 {
  opacity: 0.18; }

.opacity-19 {
  opacity: 0.19; }

.opacity-20 {
  opacity: 0.2; }

.opacity-21 {
  opacity: 0.21; }

.opacity-22 {
  opacity: 0.22; }

.opacity-23 {
  opacity: 0.23; }

.opacity-24 {
  opacity: 0.24; }

.opacity-25 {
  opacity: 0.25; }

.opacity-26 {
  opacity: 0.26; }

.opacity-27 {
  opacity: 0.27; }

.opacity-28 {
  opacity: 0.28; }

.opacity-29 {
  opacity: 0.29; }

.opacity-30 {
  opacity: 0.3; }

.opacity-31 {
  opacity: 0.31; }

.opacity-32 {
  opacity: 0.32; }

.opacity-33 {
  opacity: 0.33; }

.opacity-34 {
  opacity: 0.34; }

.opacity-35 {
  opacity: 0.35; }

.opacity-36 {
  opacity: 0.36; }

.opacity-37 {
  opacity: 0.37; }

.opacity-38 {
  opacity: 0.38; }

.opacity-39 {
  opacity: 0.39; }

.opacity-40 {
  opacity: 0.4; }

.opacity-41 {
  opacity: 0.41; }

.opacity-42 {
  opacity: 0.42; }

.opacity-43 {
  opacity: 0.43; }

.opacity-44 {
  opacity: 0.44; }

.opacity-45 {
  opacity: 0.45; }

.opacity-46 {
  opacity: 0.46; }

.opacity-47 {
  opacity: 0.47; }

.opacity-48 {
  opacity: 0.48; }

.opacity-49 {
  opacity: 0.49; }

.opacity-50 {
  opacity: 0.5; }

.opacity-51 {
  opacity: 0.51; }

.opacity-52 {
  opacity: 0.52; }

.opacity-53 {
  opacity: 0.53; }

.opacity-54 {
  opacity: 0.54; }

.opacity-55 {
  opacity: 0.55; }

.opacity-56 {
  opacity: 0.56; }

.opacity-57 {
  opacity: 0.57; }

.opacity-58 {
  opacity: 0.58; }

.opacity-59 {
  opacity: 0.59; }

.opacity-60 {
  opacity: 0.6; }

.opacity-61 {
  opacity: 0.61; }

.opacity-62 {
  opacity: 0.62; }

.opacity-63 {
  opacity: 0.63; }

.opacity-64 {
  opacity: 0.64; }

.opacity-65 {
  opacity: 0.65; }

.opacity-66 {
  opacity: 0.66; }

.opacity-67 {
  opacity: 0.67; }

.opacity-68 {
  opacity: 0.68; }

.opacity-69 {
  opacity: 0.69; }

.opacity-70 {
  opacity: 0.7; }

.opacity-71 {
  opacity: 0.71; }

.opacity-72 {
  opacity: 0.72; }

.opacity-73 {
  opacity: 0.73; }

.opacity-74 {
  opacity: 0.74; }

.opacity-75 {
  opacity: 0.75; }

.opacity-76 {
  opacity: 0.76; }

.opacity-77 {
  opacity: 0.77; }

.opacity-78 {
  opacity: 0.78; }

.opacity-79 {
  opacity: 0.79; }

.opacity-80 {
  opacity: 0.8; }

.opacity-81 {
  opacity: 0.81; }

.opacity-82 {
  opacity: 0.82; }

.opacity-83 {
  opacity: 0.83; }

.opacity-84 {
  opacity: 0.84; }

.opacity-85 {
  opacity: 0.85; }

.opacity-86 {
  opacity: 0.86; }

.opacity-87 {
  opacity: 0.87; }

.opacity-88 {
  opacity: 0.88; }

.opacity-89 {
  opacity: 0.89; }

.opacity-90 {
  opacity: 0.9; }

.opacity-91 {
  opacity: 0.91; }

.opacity-92 {
  opacity: 0.92; }

.opacity-93 {
  opacity: 0.93; }

.opacity-94 {
  opacity: 0.94; }

.opacity-95 {
  opacity: 0.95; }

.opacity-96 {
  opacity: 0.96; }

.opacity-97 {
  opacity: 0.97; }

.opacity-98 {
  opacity: 0.98; }

.opacity-99 {
  opacity: 0.99; }

.opacity-100 {
  opacity: 1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

.z-10 {
  z-index: 10; }

.z-11 {
  z-index: 11; }

.z-12 {
  z-index: 12; }

.z-13 {
  z-index: 13; }

.z-14 {
  z-index: 14; }

.z-15 {
  z-index: 15; }

.z-16 {
  z-index: 16; }

.z-17 {
  z-index: 17; }

.z-18 {
  z-index: 18; }

.z-19 {
  z-index: 19; }

.z-20 {
  z-index: 20; }

.z-21 {
  z-index: 21; }

.z-22 {
  z-index: 22; }

.z-23 {
  z-index: 23; }

.z-24 {
  z-index: 24; }

.z-25 {
  z-index: 25; }

.z-26 {
  z-index: 26; }

.z-27 {
  z-index: 27; }

.z-28 {
  z-index: 28; }

.z-29 {
  z-index: 29; }

.z-30 {
  z-index: 30; }

.z-31 {
  z-index: 31; }

.z-32 {
  z-index: 32; }

.z-33 {
  z-index: 33; }

.z-34 {
  z-index: 34; }

.z-35 {
  z-index: 35; }

.z-36 {
  z-index: 36; }

.z-37 {
  z-index: 37; }

.z-38 {
  z-index: 38; }

.z-39 {
  z-index: 39; }

.z-40 {
  z-index: 40; }

.z-41 {
  z-index: 41; }

.z-42 {
  z-index: 42; }

.z-43 {
  z-index: 43; }

.z-44 {
  z-index: 44; }

.z-45 {
  z-index: 45; }

.z-46 {
  z-index: 46; }

.z-47 {
  z-index: 47; }

.z-48 {
  z-index: 48; }

.z-49 {
  z-index: 49; }

.z-50 {
  z-index: 50; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-nowrap {
  white-space: nowrap; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transition {
  transition: all 0.3s ease; }

.transition-fast {
  transition: all 0.15s ease; }

.transition-slow {
  transition: all 0.6s ease; }

@media (max-width: 576px) {
  .sm\\:d-none {
    display: none; }

  .sm\\:text-center {
    text-align: center; } }
@media (max-width: 768px) {
  .md\\:d-none {
    display: none; }

  .md\\:text-center {
    text-align: center; } }
@media (max-width: 1024px) {
  .lg\\:d-none {
    display: none; }

  .lg\\:text-center {
    text-align: center; } }
@media (max-width: 1280px) {
  .xl\\:d-none {
    display: none; }

  .xl\\:text-center {
    text-align: center; } }
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  object-fit: cover; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  line-height: 1.6;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease; }

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

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }

@media (max-width: 960px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: all; } }
.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.hero-banner__content {
  position: relative;
  width: 100%;
  height: auto; }
.hero-banner__image {
  width: 100%;
  height: auto;
  display: block;
  height: 55rem;
  overflow: hidden; }
  .hero-banner__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: top; }
.hero-banner__title {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  min-width: 35rem;
  padding: 2rem 1.5rem;
  background-color: rgba(203, 150, 97, 0.8); }
  @media (max-width: 960px) {
    .hero-banner__title {
      top: 50%; } }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold;
    color: #ffffff; }
@media (max-width: 960px) {
  .hero-banner__image {
    height: 20rem; }
    .hero-banner__image img {
      height: 100%; }
  .hero-banner__title {
    min-width: 30rem; }
    .hero-banner__title .ja {
      font-size: 1.8rem; } }

.breadcrumb {
  width: 100%;
  position: relative; }
  .breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
  .breadcrumb__item {
    position: relative;
    display: inline;
    font-weight: 600;
    line-height: 150%;
    font-size: 1.8rem; }
    .breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .breadcrumb__item:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .breadcrumb__link {
    color: #333;
    text-decoration: none;
    transition: all 0.35s ease; }
    .breadcrumb__link:hover {
      opacity: 0.7; }
  .breadcrumb__text {
    color: #333;
    font-weight: 500; }

@media (max-width: 960px) {
  .breadcrumb__item {
    font-size: 1.5rem; } }
.news__group {
  padding: 5.5rem 0 6rem; }
  .news__group-item:first-child {
    width: calc(100% - 30rem); }
  .news__group-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news__group .news-list {
    margin-bottom: 6rem;
    width: 100%; }
    .news__group .news-list li a {
      font-size: 1.6rem; }

.archive-gp {
  border: #6e5236 solid 0.1rem;
  margin-bottom: 3rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #6e5236;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 0.8rem;
    height: .8rem;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    content: "";
    border-top: .1rem solid #FFFFFF;
    border-right: .1rem solid #FFFFFF;
    transition: all 0.35s; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 1.5rem;
  max-height: 32rem;
  overflow: auto; }
  .archive-list li {
    border-bottom: #cb9661 solid .1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 1.3rem 0;
      transition: all 0.35s; }
      .archive-list li a:hover {
        color: #6e5236; }

.news-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .news-list li {
    padding: 2rem 0;
    transition: background-color 0.3s ease;
    background: rgba(110, 82, 54, 0.2); }
    .news-list li:nth-child(odd) {
      background: #6e5236; }
      .news-list li:nth-child(odd) a .date,
      .news-list li:nth-child(odd) a .txt {
        color: #ffffff; }
      .news-list li:nth-child(odd) a:hover {
        color: #171717; }
    .news-list li:not(:last-child) {
      margin-bottom: 1.5rem; }
    .news-list li:last-child {
      border-bottom: none; }
    .news-list li:hover {
      background: rgba(110, 82, 54, 0.5); }
      .news-list li:hover:nth-child(odd) a .date,
      .news-list li:hover:nth-child(odd) a .txt {
        color: #171717; }
    .news-list li a {
      display: flex;
      align-items: center;
      gap: 2rem;
      color: #222;
      text-decoration: none;
      font-size: 1.6rem;
      transition: color 0.3s ease; }
      .news-list li a:hover {
        color: #0073aa; }
      .news-list li a .date {
        display: inline-block;
        min-width: 13rem;
        font-size: 1.8rem;
        color: #171717;
        line-height: 1.4;
        font-weight: 600;
        padding-left: 2rem;
        padding-right: 2rem;
        letter-spacing: .1rem; }
      .news-list li a .txt {
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #171717;
        word-break: break-word;
        padding-right: 2rem; }

@media (max-width: 960px) {
  .news-list li a {
    gap: 1rem; }
    .news-list li a .txt,
    .news-list li a .date {
      font-size: 1.5rem; }
    .news-list li a .txt {
      padding-right: 1rem; }
    .news-list li a .date {
      padding-left: 1rem;
      padding-right: 0;
      min-width: 8.5rem; }

  .news__group {
    flex-wrap: wrap;
    padding-top: 3rem; }
    .news__group-item:first-child {
      width: 100%;
      margin-bottom: 6rem; }
    .news__group-item:last-child {
      padding-left: 0;
      width: 100%; }

  .archive-list li a {
    font-size: 1.5rem; } }
.pagenavi-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #6e5236 solid 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.55rem;
        color: #727272;
        transition: all 0.35s; }
      .pagenavi-wrap ul li .current,
      .pagenavi-wrap ul li a:hover {
        background: #6e5236;
        color: #FFFFFF; }

.news-pagination {
  text-align: center; }
  .news-pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem; }
    .news-pagination .wp-pagenavi span,
    .news-pagination .wp-pagenavi a {
      height: 4rem;
      min-width: 4rem;
      border: 0.1rem solid #6e5236;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #cb9661;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.35s ease; }
    .news-pagination .wp-pagenavi a:hover,
    .news-pagination .wp-pagenavi .current {
      background: #6e5236;
      color: #fff; }
    .news-pagination .wp-pagenavi .extend {
      border: none;
      background: none;
      color: #999;
      pointer-events: none; }

@media (max-width: 767px) {
  .news-pagination {
    margin-top: 5rem; } }
.column-list__items {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.column-list__thumb {
  width: 100%;
  overflow: hidden; }
  .column-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .3s;
    display: block;
    aspect-ratio: 4/2.78; }
    .column-list__thumb img:hover {
      transform: scale(1.08); }
.column-list__box {
  align-items: center; }
  .column-list__box .cate-item {
    display: inline-block; }
    .column-list__box .cate-item a {
      padding: 0.5rem 1.5rem;
      font-size: 1.5rem;
      color: #ffffff;
      font-weight: bold;
      line-height: 175%;
      letter-spacing: 0.1rem;
      text-decoration: none;
      background-color: #cb9661;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(203, 150, 97, 0.7); } }
.column-list__item {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  box-sizing: border-box; }
.column-list__date {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.1rem; }
.column-list__title, .column-list__excerpt {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }
.column-list__title:hover {
  color: #cb9661; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

@media (max-width: 960px) {
  .column-list {
    margin-top: 6rem;
    margin-bottom: 6rem; }
    .column-list__box {
      flex-wrap: wrap; }
      .column-list__box .cate-item {
        margin-right: .8rem; }
        .column-list__box .cate-item a {
          font-size: 1.3rem; }
    .column-list__item {
      flex: 0 0 calc((100% - 1rem) / 2); }
    .column-list__items {
      gap: 5rem 1rem; }
    .column-list__title {
      font-size: 1.5rem; }
    .column-list__excerpt {
      font-size: 1.3rem; } }
.single-post__header {
  background-color: rgba(203, 150, 97, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #a67c52;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #a67c52;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.single-post__body {
  padding: 4rem 0; }
  .single-post__body :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body h2 {
    font-size: 2.6rem; }
  .single-post__body h3 {
    font-size: 2.4rem; }
  .single-post__body h4 {
    font-size: 2.2rem; }
  .single-post__body h5 {
    font-size: 2rem; }
  .single-post__body h6 {
    font-size: 1.8rem; }
  .single-post__body blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .single-post__body blockquote p:last-child {
      margin-bottom: 0; }
  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .single-post__body * {
    word-break: break-all; }
  .single-post__body a {
    color: #0073aa;
    text-decoration: underline; }
  .single-post__body ul,
  .single-post__body ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .single-post__body ol {
    list-style: numbered; }
  .single-post__body li {
    margin-bottom: 0; }
    .single-post__body li:not(:last-child) {
      margin-bottom: 1rem; }
  .single-post__body hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.single-post__nav {
  margin-top: 5rem; }
  .single-post__nav-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .single-post__nav-item a,
  .single-post__nav-item span {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #ffffff;
    border: 0.1rem solid #6e5236;
    border-radius: 3.3rem;
    background: #cb9661;
    text-decoration: none;
    transition: ease-in-out .3s; }
  .single-post__nav-item span {
    opacity: 0.5; }
  .single-post__nav-item a:hover {
    opacity: 0.8; }
  .single-post__nav-item--back a {
    border-color: #6e5236; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #6e5236; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #6e5236; }

@media (max-width: 960px) {
  .single-post__nav {
    margin-top: 0; }
    .single-post__nav-item a,
    .single-post__nav .single-post__nav-item span {
      width: 20rem; }
  .single-post__header {
    padding: 1.5rem; }
  .single-post__title {
    font-size: 2.2rem; }

  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem; }
  .single-post__body h1 {
    font-size: 2.6rem; }
  .single-post__body h2 {
    font-size: 2.4rem; }
  .single-post__body h3 {
    font-size: 2.2rem; }
  .single-post__body h4 {
    font-size: 2rem; }
  .single-post__body h5 {
    font-size: 1.8rem; }
  .single-post__body h6 {
    font-size: 1.6rem; }
  .single-post__body blockquote {
    padding: 1.5rem; } }
@media (max-width: 767px) {
  .single-post__nav-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .single-post__nav-item:nth-child(3n) {
      margin-right: 0; }
    .single-post__nav-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      order: 1;
      margin-top: 1.5rem; }
  .single-post__nav-list {
    gap: initial;
    flex-wrap: wrap; }

  .single-post__nav-item a,
  .single-post__nav .single-post__nav-item span {
    width: 100%;
    height: 5rem; } }
.sitemap__section:last-child {
  margin-bottom: 0; }
.sitemap__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 2.5rem;
  line-height: 185%;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 1.5rem; }
.sitemap__menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sitemap__menu ul li {
    margin-bottom: 1.5rem; }
    .sitemap__menu ul li a {
      display: inline-block;
      color: #171717;
      font-size: 1.8rem;
      line-height: 1.85;
      text-decoration: none;
      transition: color 0.3s ease;
      font-weight: 500; }
      .sitemap__menu ul li a:hover {
        color: #6e5236; }

.sitemap__menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 960px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(2, 1fr); }
    .sitemap__menu ul li a {
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .sitemap__menu ul {
    grid-template-columns: repeat(1, 1fr); } }
.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #6e5236;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #353535 solid .1rem;
        padding-right: 3rem; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 1.1rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #333;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          font-weight: bold;
          text-decoration: none; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
        .catalogue-list ul li a br {
          display: none; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 3.001rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 6.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -1.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 1.5rem;
      margin-right: 1.5rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        color: #ffffff;
        font-weight: 500;
        background: #6e5236; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(110, 82, 54, 0.1);
        border: #6e5236 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

@media (max-width: 960px) {
  .catalogue-list ul li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .catalogue-list.style-4button ul li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .catalogue-list.style-4button ul li:nth-child(2n) {
      margin-right: 0; } }
.group_signature {
  border: 1rem solid #f0eae4; }
  .group_signature :is(h2,h3,h4,h5,h6) {
    width: 100%;
    display: block;
    color: #bc7272;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.1rem;
    position: relative;
    margin-bottom: 1.5rem; }
  @media (max-width: 960px) {
    .group_signature {
      padding: 2rem !important;
      border: 0.7rem solid #f0eae4; }
      .group_signature :is(h2,h3,h4,h5,h6) {
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 1rem; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 62;
  padding: 2.4rem 2.7rem;
  transition: all 0.35s; }
  .header-menu {
    margin-right: 3.5rem; }
    .header-menu li {
      padding: 2rem 1.3rem;
      position: relative; }
      .header-menu li:first-child {
        padding-left: 0; }
      .header-menu li:last-child {
        padding-right: 0; }
      .header-menu li a {
        color: #a67c52;
        font-size: 1.6rem;
        font-weight: 900;
        line-height: 175%;
        letter-spacing: 0.15rem;
        transition: all 0.35s; }
        .header-menu li a:hover {
          color: #301500; }
      .header-menu li.current-menu-parent a {
        color: #301500; }
      .header-menu li.current_page_item a {
        color: #301500; }
      @media (min-width: 961px) {
        .header-menu li .sub-menu {
          pointer-events: none;
          position: absolute;
          z-index: 0;
          opacity: 0;
          right: 0;
          padding: 1.5rem;
          left: 0;
          top: 100%;
          transition: all 0.3s ease;
          width: 29rem;
          background: rgba(203, 150, 97, 0.8); }
          .header-menu li .sub-menu li {
            margin-left: 0;
            padding: 0;
            border-bottom: 1px solid #fff; }
            .header-menu li .sub-menu li:last-child {
              border-width: 0; }
            .header-menu li .sub-menu li a {
              display: block;
              padding: 1rem 1.5rem 1rem 3rem;
              border-right: 0;
              color: #FFFFFF;
              position: relative;
              transition: all 0.35s; }
              .header-menu li .sub-menu li a::before {
                content: "";
                position: absolute;
                top: 50%;
                transform: translateY(-50%) rotate(-90deg);
                background: #FFFFFF;
                left: 1rem;
                width: 1rem;
                height: 1rem;
                clip-path: inherit;
                -webkit-mask: url(assets/img/icon-down.png) center/100% no-repeat;
                mask: url(assets/img/icon-down.png) center/100% no-repeat; }
              .header-menu li .sub-menu li a:hover {
                opacity: 0.8; }
        .header-menu li.vz-02 {
          position: initial; }
          .header-menu li.vz-02 .sub-menu {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            left: 0;
            top: 9.8rem;
            padding: 5rem 10rem !important; }
            .header-menu li.vz-02 .sub-menu li {
              width: calc((100% - 6.001rem) / 3);
              margin-right: 3rem; }
              .header-menu li.vz-02 .sub-menu li:nth-child(3n) {
                margin-right: 0; }
              .header-menu li.vz-02 .sub-menu li:last-child {
                border-width: 1px; }
        .header-menu li:hover .sub-menu {
          opacity: 1;
          pointer-events: auto;
          padding: 0; }
        .header-menu li:hover.menu-item-has-children > a::before {
          opacity: 1; } }
  .header-btn-gp li {
    margin-right: .5rem; }
    .header-btn-gp li * {
      background: #e08d5b;
      display: flex;
      align-items: center;
      height: 6rem;
      border-radius: 6rem;
      color: #FFFFFF;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0.2rem;
      padding-right: 1.7rem;
      padding-left: 5rem;
      position: relative; }
      .header-btn-gp li *::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #FFFFFF; }
    .header-btn-gp li .location {
      background: #39cd00;
      letter-spacing: .1rem; }
      .header-btn-gp li .location::before {
        left: 1.5rem;
        width: 2.5rem;
        height: 3.6rem;
        -webkit-mask: url(assets/img/icon-location.png) center/100% no-repeat;
        mask: url(assets/img/icon-location.png) center/100% no-repeat; }
    .header-btn-gp li .tel {
      font-size: 2rem;
      font-family: "Guess Sans", sans-serif; }
      .header-btn-gp li .tel::before {
        left: 2rem;
        width: 2rem;
        height: 2rem;
        -webkit-mask: url(assets/img/icon-tel-02.png) center/100% no-repeat;
        mask: url(assets/img/icon-tel-02.png) center/100% no-repeat; }
  .header-gp-item .logo img {
    width: 35rem; }
  .header-gp-item:last-child {
    background: #FFFFFF;
    padding: .5rem .5rem .5rem 3.5rem;
    border-radius: 8rem;
    box-shadow: -0.4rem 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
    transition: all 0.35s; }
  .header.active {
    background: #FFFFFF;
    padding: 1rem 2.7rem; }
    .header.active .header-gp-item:last-child {
      box-shadow: inherit; }
    .header.active .header-menu li.vz-02 .sub-menu {
      top: 8.3rem; }
  @media (min-width: 960.5px) {
    .header.active_02 {
      background: #FFFFFF;
      padding: 1rem 2.7rem; }
      .header.active_02 .header-gp-item:last-child {
        box-shadow: inherit; }
      .header.active_02 .header-menu li.vz-02 .sub-menu {
        top: 8.3rem; } }

.nav-menu {
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  background: #a67c52;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  z-index: 10; }
  .nav-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2.1rem 1.5rem;
    cursor: pointer; }
    .nav-menu-item span {
      background: #fff;
      display: block;
      height: 1px;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
      .nav-menu-item span:first-child, .nav-menu-item span:last-child {
        width: 2.5rem; }
      .nav-menu-item span:last-child {
        margin-left: auto; }
    .nav-menu-item.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: .7rem;
      width: 100%; }
    .nav-menu-item.active span:nth-child(2) {
      display: none; }
    .nav-menu-item.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -0.7rem;
      width: 100%; }

.nav-header {
  position: fixed;
  top: 10rem;
  width: 85rem;
  right: -85rem;
  background: #FFF;
  z-index: 60;
  padding: 1.5rem 5rem;
  transition: all 0.35s;
  overflow-y: auto;
  height: calc(100vh - 8rem);
  padding-bottom: 10rem; }
  .nav-header-title {
    color: #6e5236;
    font-size: 3rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0;
    margin-bottom: 1rem; }
    .nav-header-title.vs-02 {
      color: #3fa1b0; }
  .nav-header.active {
    right: 0; }
  .nav-header-gp {
    margin-bottom: 4.2rem; }
    .nav-header-gp-item {
      width: 100%; }
  .nav-header .menu {
    margin-bottom: 3rem;
    flex-wrap: wrap;
    margin-left: 3rem; }
    .nav-header .menu:last-child {
      margin-bottom: 0; }
    .nav-header .menu li {
      color: #171717;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem;
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem; }
      .nav-header .menu li:nth-child(2n) {
        margin-right: 0; }
      .nav-header .menu li:last-child {
        margin-bottom: 0; }
      .nav-header .menu li a {
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s; }
        .nav-header .menu li a:hover {
          opacity: 0.8;
          text-decoration: none; }
        .nav-header .menu li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          background: #a67c52;
          border-radius: 100%;
          left: 0;
          top: 1rem; }
        .nav-header .menu li a:hover, .nav-header .menu li a.active {
          color: #a67c52; }

@media (max-width: 960px) {
  header.head {
    height: 6rem; }

  .header {
    padding: 0;
    background: #FFFFFF; }
    .header-menu, .header-btn-gp {
      display: none; }
    .header-gp-item .logo img {
      width: 22rem; }
    .header-gp-item:first-child {
      padding-left: 1.5rem; }
    .header-gp-item:last-child {
      padding: 0; }
    .header.active {
      padding: 0; }

  .nav-menu {
    width: 6rem;
    height: 6rem;
    border-radius: 0; }
    .nav-menu-item {
      padding: 1.5rem 1rem; }
      .nav-menu-item span:first-child, .nav-menu-item span:last-child {
        width: 100%; }

  .nav-header {
    top: 6rem;
    width: 100%;
    right: -100%;
    height: calc(100vh - 12rem);
    padding: 1.5rem 1.5rem 15rem; }
    .nav-header .menu {
      margin-left: 0; }
      .nav-header .menu li {
        font-size: 1.5rem; } }
@media (max-width: 767px) {
  .nav-header .menu li {
    width: 100%;
    margin-right: 0; } }
.grid-1700 {
  max-width: 173rem; }
.grid-1620 {
  max-width: 165rem; }
.grid-1440 {
  max-width: 147rem; }
.grid-1400 {
  max-width: 143rem; }
.grid-1330 {
  max-width: 136rem; }

.no_scroll {
  overflow: hidden; }

.btn-default-01 * {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 9.5rem;
  border-radius: 1.5rem;
  background: #4e4339;
  color: #FFFFFF;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.45rem;
  position: relative; }
  .btn-default-01 *::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    background: #FFFFFF;
    height: 6.8rem; }
.btn-default-01.vz-01 * {
  font-family: "Guess Sans", sans-serif;
  letter-spacing: .15rem; }
  .btn-default-01.vz-01 *::before {
    width: 7rem;
    -webkit-mask: url(assets/img/icon-tel.png) center/100% no-repeat;
    mask: url(assets/img/icon-tel.png) center/100% no-repeat; }
.btn-default-01.vz-02 * {
  background: #a67c52;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif; }
  .btn-default-01.vz-02 *::before {
    width: 5.5rem;
    -webkit-mask: url(assets/img/icon-location.png) center/100% no-repeat;
    mask: url(assets/img/icon-location.png) center/100% no-repeat; }
.btn-default-02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 51.5rem;
  height: 8.5rem;
  border-radius: 8.5rem;
  background: #a67c52;
  color: #FFFFFF;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Guess Sans", sans-serif;
  position: relative;
  padding-left: 6.5rem; }
  .btn-default-02 a::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 7rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/icon-tel-02.png) center/100% no-repeat;
    mask: url(assets/img/icon-tel-02.png) center/100% no-repeat;
    background: #FFFFFF; }
.btn-default-03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37rem;
  height: 9rem;
  border-radius: 9rem;
  background: rgba(246, 167, 0, 0.5);
  position: relative;
  z-index: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  text-shadow: 1px 1px 0 #513037;
  padding-bottom: .35rem;
  transition: all 0.35s;
  font-family: "Zen Kaku Gothic Antique", sans-serif; }
  .btn-default-03 a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -0.5rem;
    left: -0.3rem;
    z-index: -1;
    border-radius: 9rem;
    background: rgba(246, 167, 0, 0.5);
    transition: all 0.35s; }
  .btn-default-03 a:hover {
    padding-bottom: 0; }
    .btn-default-03 a:hover::before {
      top: 0;
      left: 0; }
.btn-default-03.vz-02 {
  position: relative; }
  .btn-default-03.vz-02::before {
    content: "";
    position: absolute;
    width: 4.6rem;
    height: 3.6rem;
    background: url(assets/img/icon-03.png) no-repeat center;
    background-size: contain;
    top: -3.3rem;
    right: -2rem; }
.btn-default-04 a {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  width: 26.8rem;
  height: 6.3rem;
  border-radius: 6.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 0;
  transition: all 0.35s;
  padding-bottom: .4rem; }
  .btn-default-04 a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -0.4rem;
    left: -0.2rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 6.3rem;
    transition: all 0.35s; }
  .btn-default-04 a:hover {
    padding-bottom: 0; }
    .btn-default-04 a:hover::before {
      top: 0;
      left: 0; }
.btn-default-04.vz-02 a {
  background: rgba(169, 132, 95, 0.5);
  color: #FFFFFF;
  font-size: 1.6rem;
  width: 22.8rem;
  height: 5.2rem; }
  .btn-default-04.vz-02 a::before {
    background: rgba(169, 132, 95, 0.5); }
.btn-gp-01 > div {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem; }
  .btn-gp-01 > div:nth-child(2n) {
    margin-right: 0; }
.btn-gp-02 li {
  margin-right: 1.3rem;
  margin-bottom: 4.4rem; }
  .btn-gp-02 li:last-child {
    margin-right: 0; }
.btn-gp-03 li {
  margin-bottom: 2.4rem;
  margin-right: 1.4rem; }
  .btn-gp-03 li:last-child {
    margin-right: 0; }
.btn-gp-04 li {
  margin-right: 2.2rem; }
  .btn-gp-04 li:last-child {
    margin-right: 0; }
.btn-gp-05 {
  margin-top: 3.3rem; }
  .btn-gp-05 li {
    margin-right: 2.5rem; }
    .btn-gp-05 li:last-child {
      margin-right: 0; }

.table-01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-01 * {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif; }
  .table-01 p {
    line-height: 158%; }
  .table-01 td {
    border-bottom: #6e5236 solid 1px;
    vertical-align: text-top;
    padding: 1.7rem 0; }
    .table-01 td:first-child {
      width: 19rem;
      text-align: center; }
  .table-01 tr:first-child td {
    border-top: #6e5236 solid 1px; }

.footer-wrap {
  background: #6e5236;
  position: relative;
  padding-top: 10.4rem; }
  .footer-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8rem;
    top: -7.9rem;
    left: 0;
    background: url(assets/img/line-01.png) no-repeat center;
    background-size: contain; }
.footer-title-01 {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.3rem;
  font-family: "Guess Sans", sans-serif;
  writing-mode: vertical-lr; }
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  border-left: #FFFFFF solid 1px;
  padding-left: 4rem;
  padding-bottom: 2rem; }
  .footer-menu li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 2rem; }
    .footer-menu li:nth-child(2n) {
      margin-right: 0; }
    .footer-menu li a {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 145%;
      letter-spacing: 0;
      font-family: "Noto Serif JP", serif;
      position: relative;
      display: inline-block;
      padding-left: 1rem; }
      .footer-menu li a::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        background: #FFFFFF;
        top: 1.3rem;
        left: 0; }
.footer-gp {
  margin-bottom: 9rem; }
  .footer-gp-box {
    width: 50%; }
    .footer-gp-box:first-child {
      background: #FFFFFF;
      border-radius: 2rem;
      padding: 5.5rem 4.8rem; }
    .footer-gp-box:last-child {
      padding-left: 7.6rem; }
    .footer-gp-box .logo {
      text-align: center;
      margin-bottom: 4rem; }
      .footer-gp-box .logo img {
        width: 35rem;
        display: inline-block; }
  .footer-gp-item {
    margin-bottom: 8rem; }
    .footer-gp-item:last-child {
      margin-bottom: 0; }
.footer-list {
  margin-bottom: 8rem; }
  .footer-list li {
    margin-right: 3.3rem; }
    .footer-list li:last-child {
      margin-right: 0; }
    .footer-list li img {
      height: 12.4rem; }
.footer-contact {
  position: relative; }
  .footer-contact-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 23.7rem; }
  .footer-contact-gp {
    background: rgba(255, 255, 255, 0.5);
    max-width: 81rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem);
    border-radius: 1.5rem;
    padding: 4rem 5.5rem; }
  .footer-contact-list li {
    width: calc((100% - 3.601rem) / 2);
    margin-right: 3.6rem; }
    .footer-contact-list li:nth-child(2n) {
      margin-right: 0; }
    .footer-contact-list li .btn {
      background: #e08d5b;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 7rem;
      border-radius: 7rem; }
      .footer-contact-list li .btn .item {
        color: #FFFFFF;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.05rem;
        padding-left: 3.4rem;
        position: relative; }
        .footer-contact-list li .btn .item::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          background: #FFFFFF; }
      .footer-contact-list li .btn.location {
        background: #39cd00; }
        .footer-contact-list li .btn.location .item {
          padding-left: 3.4rem; }
          .footer-contact-list li .btn.location .item::before {
            width: 2.5rem;
            height: 3.6rem;
            -webkit-mask: url(assets/img/icon-location-02.png) center/100% no-repeat;
            mask: url(assets/img/icon-location-02.png) center/100% no-repeat; }
      .footer-contact-list li .btn.tel .item {
        font-size: 2rem;
        font-family: "Guess Sans", sans-serif;
        letter-spacing: .2rem;
        padding-left: 3.1rem; }
        .footer-contact-list li .btn.tel .item::before {
          width: 2rem;
          height: 2rem;
          -webkit-mask: url(assets/img/icon-tel-02.png) center/100% no-repeat;
          mask: url(assets/img/icon-tel-02.png) center/100% no-repeat; }
  .footer-contact .group-title-01 {
    position: relative;
    z-index: 1;
    margin-bottom: 4.5rem; }
  .footer-contact .title-default-top {
    left: 50%;
    top: 5.5rem;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1.7rem; }
  .footer-contact .group-title-01 :is(h2, h3, h4, h5, h6) {
    color: #FFFFFF !important; }
    .footer-contact .group-title-01 :is(h2, h3, h4, h5, h6)::before {
      background: #d0c3b1 !important; }
    .footer-contact .group-title-01 :is(h2, h3, h4, h5, h6)::after {
      opacity: 0.5; }
.footer-slide {
  position: relative;
  z-index: 0; }
  .footer-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: rgba(169, 132, 95, 0.8); }
  .footer-slide-item {
    overflow: hidden;
    background: center repeat-x;
    background-size: auto 100%;
    height: 32rem; }
    .footer-slide-item.vz-01 {
      background-image: url(assets/img/slide-02.jpg?vs=1.0.1);
      animation: recruit_anime 150s linear infinite; }
    .footer-slide-item.vz-02 {
      background-image: url(assets/img/slide-02.jpg);
      animation: recruit_anime_02 150s linear infinite; }
.footer-link-fix {
  position: fixed;
  bottom: 2.4rem;
  right: 8rem;
  z-index: 60;
  transition: all 0.35s; }
  .footer-link-fix a {
    width: 33.5rem;
    height: 11.3rem;
    padding: 0 .9rem;
    border-radius: 0 .6rem .6rem 0;
    background: url(assets/img/banner-recruit.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.35s; }
    .footer-link-fix a::before {
      content: "";
      position: absolute;
      width: 2.4rem;
      height: 2.4rem;
      bottom: .4rem;
      right: .7rem;
      border-radius: 100%;
      background: #6e5236; }
    .footer-link-fix a::after {
      content: "";
      position: absolute;
      width: 0.5rem;
      height: 0.6rem;
      background: #FFFFFF;
      bottom: 1.3rem;
      right: 1.5rem;
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
    .footer-link-fix a .sub {
      background: #FFFFFF;
      text-align: center;
      border-radius: .5rem;
      padding: .7rem 1.2rem;
      color: #6e5236;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 155%;
      letter-spacing: 0.05rem; }
      .footer-link-fix a .sub span {
        display: block; }
        .footer-link-fix a .sub span:first-child {
          font-size: 1.8rem; }
    .footer-link-fix a:hover {
      opacity: 0.8; }
  .footer-link-fix .close {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    top: -1.2rem;
    left: -1.7rem;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.15); }
    .footer-link-fix .close::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 1px;
      background: #6e5236;
      top: 1.5rem;
      left: .6rem;
      transform: rotate(45deg); }
    .footer-link-fix .close::after {
      content: "";
      position: absolute;
      width: 2rem;
      height: 1px;
      background: #6e5236;
      top: 1.5rem;
      left: .6rem;
      transform: rotate(-45deg); }
  .footer-link-fix.active {
    opacity: 0;
    pointer-events: none; }

@keyframes recruit_anime {
  0% {
    background-position: 192rem 0; }
  100% {
    background-position: -192rem 0; } }
@-moz-keyframes recruit_anime {
  0% {
    background-position: 192rem 0; }
  100% {
    background-position: -192rem 0; } }
@keyframes recruit_anime_02 {
  0% {
    background-position: -192rem 0; }
  100% {
    background-position: 192rem 0; } }
@-moz-keyframes recruit_anime_02 {
  0% {
    background-position: -192rem 0; }
  100% {
    background-position: 192rem 0; } }
.menu_right_fix {
  position: fixed;
  right: 1.5rem;
  z-index: 10;
  top: 42%;
  transform: translateY(-50%); }
  .menu_right_fix li {
    margin-bottom: .5rem; }
    .menu_right_fix li:last-child {
      margin-bottom: 0; }
    .menu_right_fix li a {
      background: #cb9661;
      width: 10rem;
      height: 10rem;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: flex-end;
      padding: 0.8rem 0;
      position: relative;
      border-radius: 1rem; }
      .menu_right_fix li a::before {
        content: "";
        position: absolute;
        background: #FFFFFF;
        left: 50%;
        transform: translateX(-50%);
        top: 0.8rem; }
      .menu_right_fix li a span {
        color: #FFFFFF;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 115%;
        letter-spacing: 0; }
        .menu_right_fix li a span:last-child {
          font-size: 1.5rem;
          font-weight: 400; }
      .menu_right_fix li a.vz-01::before {
        width: 4rem;
        height: 3.9rem;
        -webkit-mask: url(assets/img/icon-calendar.png) center/100% no-repeat;
        mask: url(assets/img/icon-calendar.png) center/100% no-repeat; }
      .menu_right_fix li a.vz-02 {
        background: #301500; }
        .menu_right_fix li a.vz-02::before {
          width: 3.8rem;
          height: 3.9rem;
          -webkit-mask: url(assets/img/icon-01.png) center/100% no-repeat;
          mask: url(assets/img/icon-01.png) center/100% no-repeat; }
      .menu_right_fix li a.vz-03 {
        background: linear-gradient(130deg, #7453bd 5%, #df3479 61%, #febc5a 100%); }
        .menu_right_fix li a.vz-03::before {
          width: 4rem;
          height: 4rem;
          top: 1.5rem;
          -webkit-mask: url(assets/img/icon-instagram.png) center/100% no-repeat;
          mask: url(assets/img/icon-instagram.png) center/100% no-repeat; }
        .menu_right_fix li a.vz-03 span {
          position: relative;
          top: -0.6rem; }
      .menu_right_fix li a.vz-04 {
        background: #39cd00; }
        .menu_right_fix li a.vz-04::before {
          width: 4rem;
          height: 3.8rem;
          -webkit-mask: url(assets/img/icon-line.png) center/100% no-repeat;
          mask: url(assets/img/icon-line.png) center/100% no-repeat; }

.scroll_right {
  position: absolute;
  bottom: 0;
  right: 4.3rem;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow: hidden; }
  .scroll_right .txt {
    writing-mode: vertical-lr;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.15rem;
    font-family: "Guess Sans", sans-serif;
    margin-bottom: 2.4rem; }
  .scroll_right .line {
    width: 3px;
    height: 15rem;
    background: #FFFFFF;
    position: relative; }
    .scroll_right .line::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 2rem;
      background: #a67c52;
      left: 1px;
      animation: moveUpDown 10s infinite; }

@keyframes moveUpDown {
  0% {
    top: 0; }
  50% {
    top: 100%; }
  100% {
    top: 0; } }
.copyright {
  padding: 4.8rem;
  border-top: #FFFFFF solid 1px; }
  .copyright-item.logo {
    border-right: #FFFFFF solid 1px;
    padding: .25rem 4rem .25rem 0;
    margin-right: 4rem; }
    .copyright-item.logo img {
      width: 20rem; }
  .copyright-item p {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (min-width: 767.5px) {
  .u-sps {
    display: none; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .footer-wrap::before {
    height: 8.5rem; } }
@media (max-width: 960px) {
  .menu_right_fix {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    transform: inherit; }
    .menu_right_fix li {
      width: calc(100% / 4);
      margin-bottom: 0; }
      .menu_right_fix li a {
        width: 100%;
        height: 6rem;
        border-radius: 0; }
        .menu_right_fix li a span {
          display: none; }
        .menu_right_fix li a::before {
          top: 50%;
          transform: translate(-50%, -50%); }
        .menu_right_fix li a.vz-01::before {
          width: 3rem;
          height: 2.9rem; }
        .menu_right_fix li a.vz-02::before {
          width: 2.8rem;
          height: 2.9rem; }
        .menu_right_fix li a.vz-03::before {
          height: 3rem;
          width: 3rem;
          top: 50%; }
        .menu_right_fix li a.vz-04::before {
          width: 3rem;
          height: 2.8rem; }

  .btn-default-01 * {
    font-size: 2.4rem;
    height: 7rem; }
    .btn-default-01 *::before {
      height: 5rem; }
  .btn-default-01.vz-01 *::before {
    width: 5rem; }
  .btn-default-01.vz-02 * {
    font-size: 1.5rem; }
    .btn-default-01.vz-02 *::before {
      width: 4.1rem; }
  .btn-default-02 a {
    font-size: 2.5rem;
    height: 7rem;
    padding-left: 4.5rem;
    max-width: 32rem; }
    .btn-default-02 a::before {
      width: 3rem;
      height: 3rem;
      left: 4rem; }
  .btn-default-03 a {
    height: 7rem;
    width: 31.5rem;
    font-size: 1.5rem; }
  .btn-default-03.vz-02::before {
    content: none; }
  .btn-default-04 a, .btn-default-04.vz-02 a {
    font-size: 1.5rem; }
  .btn-gp-01 {
    flex-wrap: wrap; }
    .btn-gp-01 > div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .btn-gp-01 > div:last-child {
        margin-bottom: 0; }
  .btn-gp-02 {
    flex-wrap: wrap; }
    .btn-gp-02 li {
      margin-bottom: 1.5rem; }
      .btn-gp-02 li:nth-child(2n) {
        margin-right: 0; }
  .btn-gp-03, .btn-gp-04, .btn-gp-05 {
    flex-wrap: wrap; }
  .btn-gp-05 {
    order: 1;
    margin-top: 2rem;
    justify-content: center; }

  .table-01 * {
    font-size: 1.5rem; }

  .footer-gp {
    margin-bottom: 6rem; }
    .footer-gp-box {
      width: 100%; }
      .footer-gp-box:first-child {
        padding: 3rem 1.5rem; }
      .footer-gp-box:last-child {
        display: none; }
      .footer-gp-box .logo {
        margin-bottom: 2rem; }
        .footer-gp-box .logo img {
          width: 25rem; }
  .footer-wrap {
    padding-top: 6rem; }
    .footer-wrap::before {
      height: 3.2rem;
      top: -3.1rem; }
  .footer-list {
    margin-bottom: 4rem; }
    .footer-list li {
      margin-right: 1.5rem; }
      .footer-list li img {
        height: 7rem; }
  .footer-contact-wrap {
    padding-top: 12rem; }
  .footer-contact .group-title-01 {
    margin-bottom: 2.5rem; }
  .footer-contact .title-default-top {
    letter-spacing: .3rem;
    top: 2.5rem; }
  .footer-slide-item {
    height: 23rem; }
  .footer-link-fix {
    right: 1.5rem;
    bottom: 7rem; }
    .footer-link-fix a {
      height: 10rem; }

  .scroll_right {
    display: none; }

  .copyright {
    padding: 1.5rem 1.5rem 7rem; }
    .copyright-item.logo {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .copyright-item.logo img {
        width: 14rem; }
    .copyright-item p {
      font-size: 1.2rem; } }
@media (max-width: 767px) {
  .table-01 td {
    float: left;
    width: 100%;
    border-bottom: 0;
    padding: 1.5rem; }
    .table-01 td:first-child {
      width: 100%;
      text-align: left;
      background: rgba(110, 82, 54, 0.5);
      color: #FFFFFF; }
  .table-01 tr:first-child td {
    border-top: 0; }

  .footer-contact-gp {
    padding: 1.5rem; }
  .footer-contact-list {
    flex-wrap: wrap; }
    .footer-contact-list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .footer-contact-list li:last-child {
        margin-bottom: 0; }
      .footer-contact-list li .btn .item {
        font-size: 1.5rem; }
  .footer-contact-wrap {
    padding-top: 9rem; }
  .footer-list {
    flex-wrap: wrap;
    justify-content: center; }
    .footer-list li {
      margin-bottom: 1.5rem; }
      .footer-list li:nth-child(2n) {
        margin-right: 0; }
  .footer-wrap::before {
    height: 1.6rem;
    top: -1.5rem; }

  .btn-gp-02 li {
    margin-right: 0; }
  .btn-gp-03 li {
    margin-right: 0; }
  .btn-gp-04 li {
    margin-right: 0;
    margin-bottom: 2rem; }
    .btn-gp-04 li:last-child {
      margin-bottom: 0; }
  .btn-gp-05 li {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-05 li:last-child {
      margin-bottom: 0; } }
.font-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif; }

.group-title-01 {
  text-align: center;
  width: 100%; }
  .group-title-01 :is(h2, h3, h4, h5, h6) {
    color: #cb9661;
    font-size: 3rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.4rem;
    text-shadow: 1px 1px 0 #171717; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::before, .group-title-01 :is(h2, h3, h4, h5, h6)::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::before {
      bottom: 0;
      width: 7.6rem;
      height: 2rem;
      -webkit-mask: url(assets/img/line-02.png) center/contain no-repeat;
      mask: url(assets/img/line-02.png) center/contain no-repeat;
      background-color: #333; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::after {
      top: 0;
      width: 7.8rem;
      height: 6.3rem;
      -webkit-mask: url(assets/img/line-03.png) center/contain no-repeat;
      mask: url(assets/img/line-03.png) center/contain no-repeat;
      background-color: #ccc; }

.group-title-02 :is(h2, h3, h4, h5, h6) {
  --color: #cb9661;
  width: 100%;
  display: block;
  color: #cb9661;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1rem;
  position: relative;
  padding: 2rem 0; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02 :is(h2, h3, h4, h5, h6)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .4rem;
    left: 0;
    bottom: 0; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::after {
    --color: #cb9661;
    background: -webkit-repeating-linear-gradient(-45deg, var(--color), var(--color) 10%, #fff 10%, #fff 30%, var(--color) 30%, var(--color) 70%, #fff 70%, #fff 90%, var(--color) 90%, var(--color) 100%);
    background: repeating-linear-gradient(-45deg, var(--color), var(--color) 10%, #fff 10%, #fff 30%, var(--color) 30%, var(--color) 70%, #fff 70%, #fff 90%, var(--color) 90%, var(--color) 100%);
    background-size: .6rem .4rem;
    opacity: 0.7; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::before {
    --color: #cb9661;
    width: 10rem;
    z-index: 1;
    background-color: var(--color); }
.group-title-02.vs-02 :is(h2, h3, h4, h5, h6) {
  --color: #cb9661;
  color: #ffffff;
  background-color: var(--color);
  padding-left: 2rem;
  padding-right: 2rem; }
  .group-title-02.vs-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02.vs-02 :is(h2, h3, h4, h5, h6)::after {
    content: none; }

.group-title-03 :is(h2, h3, h4, h5, h6) {
  width: 100%;
  display: block;
  color: #cb9661;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1rem;
  position: relative;
  padding-left: 2.5rem; }
  .group-title-03 :is(h2, h3, h4, h5, h6)::before {
    --color: #cb9661;
    background-color: var(--color);
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 0;
    top: .75rem; }

.group-title-04 :is(h2, h3, h4, h5, h6) {
  width: 100%;
  display: block;
  color: #301500;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1rem;
  position: relative; }

@media (max-width: 960px) {
  .group-title-01 :is(h2, h3, h4, h5, h6) {
    font-size: 2.3rem;
    letter-spacing: 0;
    padding-top: 3.7rem !important;
    padding-bottom: 2.5rem !important; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::before {
      width: 5rem; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::after {
      width: 6.5rem;
      height: 5.5rem; }

  .group-title-02 :is(h2, h3, h4, h5, h6) {
    font-size: 2rem;
    padding: 1.5rem 0;
    letter-spacing: .05rem; }
    .group-title-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02 :is(h2, h3, h4, h5, h6)::after {
      height: .2rem; }

  .group-title-03 :is(h2, h3, h4, h5, h6) {
    font-size: 1.8rem;
    padding-left: 2rem; }
    .group-title-03 :is(h2, h3, h4, h5, h6)::before {
      width: 1.2rem;
      height: 1.2rem; } }
.block-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .block-table table th,
  .block-table table td {
    font-size: 1.6rem;
    line-height: 190%;
    color: #171717;
    font-weight: 500;
    letter-spacing: .115rem;
    vertical-align: top;
    text-align: justify; }
  @media (min-width: 960.5px) {
    .block-table table.first td:first-child {
      width: 28.8rem; } }
.block-table .maps-info td {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  .block-table .maps-info td:first-child {
    width: 20rem; }
.block-table-01.td-width-50 td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .block-table-01.td-width-50 td:first-child {
    width: 30rem !important; }
@media (min-width: 960.5px) {
  .block-table-01 tr:nth-child(even) td {
    background-color: rgba(203, 150, 97, 0.5); } }
.block-table-01 tr:first-child td {
  border-top: 1px solid rgba(203, 150, 97, 0.5); }
.block-table-01 tr:last-child td {
  border-bottom: 1px solid rgba(203, 150, 97, 0.5); }
.block-table-01 td {
  padding: 1.8rem 2rem; }
  .block-table-01 td:first-child {
    width: 15rem;
    padding-right: 0; }
  .block-table-01 td:last-child {
    padding-right: 0; }
.block-table-02 table {
  table-layout: fixed;
  border: 0 !important; }
.block-table-02 th,
.block-table-02 td {
  padding: 1.5rem 1rem;
  border: rgba(203, 150, 97, 0.8) solid 1px !important;
  vertical-align: middle; }
  .block-table-02 th:not(:first-child),
  .block-table-02 td:not(:first-child) {
    text-align: center;
    width: calc((100% - 40rem) / 7); }
  .block-table-02 th:first-child,
  .block-table-02 td:first-child {
    width: 40rem; }
.block-table-02 th,
.block-table-02 td:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: bold !important;
  color: #cb9661 !important;
  background-color: rgba(203, 150, 97, 0.2); }
.block-table-03 th,
.block-table-03 td {
  border: 1px solid #cb9661;
  vertical-align: middle !important;
  padding: 2rem; }
.block-table-03 th {
  background-color: rgba(203, 150, 97, 0.2); }
.block-table-03 li:not(:last-child) {
  margin-bottom: 1rem; }
@media (min-width: 960.5px) {
  .block-table-03.table-width-first th:first-child,
  .block-table-03.table-width-first td:first-child {
    width: 30rem; } }
@media (max-width: 960px) {
  .block-table-03.thead-pc thead {
    display: none; } }

@media (max-width: 960px) {
  .u-pc {
    display: none !important; }

  .os-main {
    overflow: hidden; }

  .block-table table th,
  .block-table table td {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: .115rem; }
  .block-table .maps-info td {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
    .block-table .maps-info td:first-child {
      width: 20rem; }
  .block-table-01.td-width-50 td {
    width: 100%;
    float: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .block-table-01.td-width-50 td:first-child {
      width: 100% !important; }
  .block-table-01 tr:first-child td {
    border-top: 0px !important; }
  .block-table-01 td {
    padding: 1.5rem !important;
    float: left !important;
    width: 100% !important; }
    .block-table-01 td:first-child {
      background-color: #a67c52;
      color: #ffffff; }
    .block-table-01 td:last-child {
      background-color: #ffffff !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .block-table-02 table {
    table-layout: auto; }
  .block-table-02 th,
  .block-table-02 td {
    padding: 1rem 0.3rem;
    border: rgba(203, 150, 97, 0.5) solid 1px !important; }
    .block-table-02 th:not(:first-child),
    .block-table-02 td:not(:first-child) {
      width: calc((100% - 11rem) / 7); }
    .block-table-02 th:first-child,
    .block-table-02 td:first-child {
      width: 11rem; }
  .block-table-02 th,
  .block-table-02 td:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    background-color: rgba(203, 150, 97, 0.1); }
  .block-table-03.fix-sp {
    overflow-x: auto; }
    .block-table-03.fix-sp table {
      width: 60.5rem; }
    .block-table-03.fix-sp td {
      float: inherit !important;
      width: auto !important;
      border: 1px solid #cb9661 !important; }
      .block-table-03.fix-sp td:first-child {
        background-color: rgba(203, 150, 97, 0.2);
        color: #171717; }
      .block-table-03.fix-sp td:last-child {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important; }
  .block-table-03 th,
  .block-table-03 td {
    padding: 1rem; }
  .block-table-03 tr:last-child td:last-child {
    border-bottom: 1px solid #a67c52 !important; }
  .block-table-03 td {
    padding: 1.5rem !important;
    float: left !important;
    width: 100% !important;
    border: 0 !important; }
    .block-table-03 td:first-child {
      background-color: #a67c52;
      color: #ffffff; }
    .block-table-03 td:last-child {
      background-color: #ffffff !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
.column-default-30 {
  margin-top: 4rem; }
  .column-default-30 .item {
    width: calc((100% - 4.001rem) / 3);
    margin-right: 2rem; }
    .column-default-30 .item:nth-child(3n) {
      margin-right: 0; }
    .column-default-30 .item img {
      border-radius: 1rem;
      width: 100%;
      aspect-ratio: 4 / 2.8;
      object-fit: cover; }
@media (max-width: 960px) {
  .column-default-30 {
    margin-top: 2rem; }
    .column-default-30 .item {
      width: calc((100% - 2.001rem) / 3);
      margin-right: 1rem; }
      .column-default-30 .item img {
        border-radius: 0.5rem;
        aspect-ratio: 4 / 3; } }

.colums-block p {
  text-align: justify;
  letter-spacing: .08rem; }
  .colums-block p:not(:last-child) {
    margin-bottom: 1.5rem; }
.colums-block .item {
  width: 50%; }
  .colums-block .item:first-child {
    padding-right: 5rem; }
  .colums-block .item img {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%; }
  .colums-block .item.left:first-child {
    width: 65%;
    padding-right: 7rem; }
  .colums-block .item.right:last-child {
    width: 35%; }
  .colums-block .item.right:first-child {
    width: 65%;
    padding-left: 7rem;
    padding-right: 0;
    order: 1; }
  .colums-block .item.left:last-child {
    width: 35%;
    order: 0; }
.colums-block-02 .item.left:first-child {
  width: 75%;
  padding-right: 5rem; }
.colums-block-02 .item.right:last-child {
  width: 25%; }
.colums-block-02 .item.right:first-child {
  width: 75%; }
.colums-block-02 .item.left:last-child {
  width: 25%; }
@media (max-width: 960px) {
  .colums-block {
    flex-wrap: wrap; }
    .colums-block p:not(:last-child) {
      margin-bottom: 1rem; }
    .colums-block .item {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .colums-block .item:first-child {
        padding-right: 0rem; }
      .colums-block .item img {
        border-radius: 0.5rem; }
      .colums-block .item.left:first-child {
        margin-top: 2rem;
        order: 1; }
      .colums-block .item.right:last-child {
        order: 0; }
      .colums-block .item.right:first-child {
        margin-top: 2rem; } }

.column-equipment {
  flex-wrap: wrap; }

.column-default-grid {
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: repeat(3, 1fr); }
  .column-default-grid img {
    border-radius: 1rem;
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
    margin-bottom: 1.5rem; }
  @media (max-width: 960px) {
    .column-default-grid {
      gap: 3rem 1rem;
      grid-template-columns: repeat(2, 1fr); }
      .column-default-grid img {
        border-radius: 0.5rem;
        aspect-ratio: 4 / 3; } }

.block-maps iframe {
  vertical-align: top;
  width: 100% !important;
  height: 40rem;
  border: 0 !important; }
@media (max-width: 960px) {
  .block-maps iframe {
    height: 23rem; } }

.wrap-img {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem; }
  .wrap-img::after, .wrap-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #cb9661;
    border-radius: 1rem;
    z-index: 1;
    opacity: 0;
    transition: ease all 0.35s; }
  .wrap-img::after {
    left: 0rem;
    top: 0rem;
    animation: imgAfter 0.35s 0.85s linear forwards; }
  .wrap-img::before {
    right: 0rem;
    top: 0rem;
    z-index: -1;
    border: 0;
    background-color: rgba(203, 150, 97, 0.4);
    animation: imgBefore 0.35s 0.5s linear forwards; }
  @media (max-width: 960px) {
    .wrap-img::after, .wrap-img::before {
      border-radius: 0.5rem; } }

@keyframes imgBefore {
  0% {
    right: 0rem;
    top: 0rem;
    opacity: 0; }
  100% {
    right: -1.5rem;
    top: 1.5rem;
    opacity: 1; } }
@keyframes imgAfter {
  0% {
    left: 0rem;
    top: 0rem;
    opacity: 0; }
  100% {
    left: -1.5rem;
    top: -1.5rem;
    opacity: 1; } }
@media (max-width: 960px) {
  @keyframes imgBefore {
    0% {
      right: 0rem;
      top: 0rem;
      opacity: 0; }
    100% {
      right: -0.8rem;
      top: 0.8rem;
      opacity: 1; } }
  @keyframes imgAfter {
    0% {
      left: 0rem;
      top: 0rem;
      opacity: 0; }
    100% {
      left: -0.8rem;
      top: -0.8rem;
      opacity: 1; } } }
.block-list {
  --color: #cb9661; }
  .block-list ul,
  .block-list ol {
    width: 100%;
    padding: 3rem 3rem 2.3rem 3rem;
    border: 2px solid var(--color); }
    .block-list ul.bg-white,
    .block-list ol.bg-white {
      background-color: #ffffff;
      border: 2px solid #ffffff; }
    .block-list ul *,
    .block-list ol * {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 190%;
      letter-spacing: .115rem;
      color: #171717; }
    .block-list ul li,
    .block-list ol li {
      padding-left: 3rem;
      position: relative;
      margin-bottom: 1rem; }
      .block-list ul li strong,
      .block-list ol li strong {
        color: #61432f;
        font-weight: bold;
        display: 900; }
      .block-list ul li::before,
      .block-list ol li::before {
        content: "";
        width: 2.3rem;
        height: 2.3rem;
        position: absolute;
        left: 0;
        top: .3rem;
        background-color: var(--color);
        -webkit-mask: url("assets/img/circle-check.svg") no-repeat center;
        -webkit-mask-size: contain;
        mask: url("assets/img/circle-check.svg") no-repeat center;
        mask-size: contain; }
      .block-list ul li.hide,
      .block-list ol li.hide {
        padding-left: 0; }
        .block-list ul li.hide::before,
        .block-list ol li.hide::before {
          content: none; }
  .block-list .vs-50 {
    display: flex;
    flex-wrap: wrap; }
    .block-list .vs-50 li {
      width: 50%; }
      .block-list .vs-50 li:nth-child(2n-1) {
        padding-right: 5rem; }
    .block-list .vs-50 strong {
      color: #61432f;
      font-weight: bold;
      display: 900; }
  @media (max-width: 960px) {
    .block-list ul,
    .block-list ol {
      width: 100%;
      padding: 2rem 2rem 2rem 2rem;
      border: 1px solid var(--color); }
      .block-list ul *,
      .block-list ol * {
        font-size: 1.5rem;
        line-height: 185%; }
      .block-list ul li,
      .block-list ol li {
        margin-bottom: 0.8rem; }
    .block-list .vs-50 li {
      width: 100%; }
      .block-list .vs-50 li:nth-child(2n-1) {
        padding-right: 0rem; } }

.block__faq--item {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: .5rem .5rem 0px #61432f;
  border: 1px solid #61432f; }
  .block__faq--item:nth-child(2n) {
    box-shadow: -0.5rem .5rem 0px #cb9661;
    border: 1px solid #cb9661; }

.t-center {
  text-align: center !important; }

.block-list-flow.no-before li::before {
  content: none !important; }
.block-list-flow li {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: .5rem .5rem 0px #61432f;
  border: 1px solid #61432f;
  padding: 5rem;
  position: relative; }
  .block-list-flow li .numbox {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #61432f;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 1.8rem; }
  .block-list-flow li .group-title-03 * {
    color: #61432f; }
    .block-list-flow li .group-title-03 *::before {
      background-color: #61432f; }
  .block-list-flow li:nth-child(2n) {
    box-shadow: -0.5rem .5rem 0px #cb9661;
    border: 1px solid #cb9661; }
    .block-list-flow li:nth-child(2n) .group-title-03 * {
      color: #cb9661; }
      .block-list-flow li:nth-child(2n) .group-title-03 *::before {
        background-color: #cb9661; }
    .block-list-flow li:nth-child(2n) .numbox, .block-list-flow li:nth-child(2n)::before {
      background-color: #cb9661 !important; }
  .block-list-flow li:not(:last-child) {
    margin-bottom: 5rem; }
    .block-list-flow li:not(:last-child)::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -3.6rem;
      transform: translateX(-50%);
      width: 2rem;
      height: 1.5rem;
      background-color: #301500;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
@media (max-width: 960px) {
  .block-list-flow.no-before li:not(:last-child) {
    margin-bottom: 3rem; }
  .block-list-flow li {
    padding: 5rem 2rem 2rem; } }

.title-default-01 {
  margin-bottom: 2.5rem; }
  .title-default-01 h3 {
    color: #a67c52;
    font-size: 3rem;
    font-weight: 900;
    line-height: 175%;
    letter-spacing: 0.1rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif; }
  .title-default-01 .sub {
    border-bottom: #171717 solid 1px; }
    .title-default-01 .sub p:first-child {
      font-family: "Zen Kaku Gothic Antique", sans-serif; }
    .title-default-01 .sub * {
      color: #a67c52;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
    .title-default-01 .sub a {
      position: relative;
      padding-right: 3.6rem;
      color: #171717; }
      .title-default-01 .sub a::before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/icon-add.png) center/100% no-repeat;
        mask: url(assets/img/icon-add.png) center/100% no-repeat;
        background: #171717; }
  @media (min-width: 960.5px) {
    .title-default-01.vz-01 h3 {
      width: 22.5rem; }
    .title-default-01.vz-01 .sub {
      width: calc(100% - 22.5rem); }
    .title-default-01.vz-02 h3 {
      width: 14.3rem;
      letter-spacing: .4rem; }
    .title-default-01.vz-02 .sub {
      width: calc(100% - 14.3rem); } }
.title-default-02 {
  margin-bottom: 2.5rem; }
  .title-default-02 h4 span {
    display: block;
    color: #FFFFFF;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.3rem;
    text-align: center; }
    .title-default-02 h4 span:last-child {
      font-size: 3rem;
      letter-spacing: 0; }
  .title-default-02 p {
    margin-top: 1.4rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.3rem;
    font-family: "Plus Jakarta Sans", sans-serif; }
.title-default-03 {
  position: relative;
  z-index: 0;
  margin-bottom: 5rem; }
  .title-default-03::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1.7rem;
    left: 0;
    z-index: -1;
    background: #a9845f; }
  .title-default-03 .txt {
    background: #FFFFFF;
    padding-right: 3rem; }
    .title-default-03 .txt h3 {
      color: #a9845f;
      font-size: 4rem;
      font-weight: 900;
      line-height: 150%;
      letter-spacing: 0;
      font-family: "Zen Kaku Gothic Antique", sans-serif;
      text-shadow: 2px 2px 0 #2d2d2d; }
    .title-default-03 .txt p {
      color: #a9845f;
      font-size: 2rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.25rem;
      font-family: "Zen Kaku Gothic Antique", sans-serif; }
  .title-default-03 a {
    color: #a9845f;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    padding-bottom: 2.2rem;
    display: inline-block; }
.title-default-top {
  position: absolute;
  color: rgba(166, 124, 82, 0.3);
  font-size: 15rem;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: 1.8rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  top: -13.5rem;
  left: calc(50% - 3.8rem); }

.mv {
  position: relative;
  height: 100vh; }
  .mv-view {
    height: 100%; }
    .mv-view .slick-slide img, .mv-view video {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .mv-cont {
    position: absolute;
    left: 1.5rem;
    top: 54%;
    transform: translateY(-50%); }
    .mv-cont h2 {
      color: #FFFFFF;
      font-size: 4rem;
      font-weight: 900;
      line-height: 175%;
      letter-spacing: 0;
      font-family: "Zen Kaku Gothic Antique", sans-serif;
      opacity: 0.89;
      margin-bottom: .6rem;
      text-shadow: 2px 2px 0 #0b0b0b; }
      .mv-cont h2 .vz-02 {
        font-size: 5rem;
        color: #a67c52; }
    .mv-cont p {
      opacity: 0.89;
      color: #FFFFFF;
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      font-family: "Zen Kaku Gothic Antique", sans-serif;
      text-shadow: 2px 2px 0 #704034; }
  .mv-news {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.4rem 3rem 3rem;
    width: 68rem;
    border-radius: 1rem; }
    .mv-news-wrap {
      background: rgba(166, 124, 82, 0.5);
      border-radius: .5rem;
      padding: 2.3rem 2.2rem 2.3rem 3rem; }
    .mv-news-box {
      height: 12rem; }
    .mv-news-title {
      color: #a67c52;
      font-size: 3rem;
      font-weight: 900;
      line-height: 175%;
      letter-spacing: 0.2rem;
      font-family: "Zen Kaku Gothic Antique", sans-serif;
      width: 14rem; }
    .mv-news-desc {
      width: calc(100% - 14rem);
      border-bottom: #a67c52 solid 1px; }
      .mv-news-desc p {
        color: #a67c52;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.07rem;
        font-family: "Zen Kaku Gothic Antique", sans-serif; }
      .mv-news-desc a {
        padding-right: 3.3rem;
        color: #a67c52;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        position: relative;
        font-family: "Zen Kaku Gothic Antique", sans-serif; }
        .mv-news-desc a::before {
          content: "";
          position: absolute;
          width: 2rem;
          height: 2rem;
          border-radius: 100%;
          background: url(assets/img/icon-add.png) no-repeat center;
          background-size: contain;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }

.mv-news .os-theme-dark > .os-scrollbar-vertical, .mv-news .os-theme-light > .os-scrollbar-vertical {
  width: 6px; }
.mv-news .os-theme-dark > .os-scrollbar, .mv-news .os-theme-light > .os-scrollbar {
  background: transparent; }
.mv-news .os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: #FFFFFF; }
.mv-news .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  height: 5rem !important; }

.top-news-list li {
  margin-bottom: 1.2rem; }
  .top-news-list li:last-child {
    margin-bottom: 0; }
  .top-news-list li a * {
    display: block;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 155%;
    letter-spacing: 0.04rem; }
  .top-news-list li a .date {
    font-weight: 700; }

.top_info {
  position: relative;
  padding: 15rem 0 30rem;
  background: url(assets/img/bg-info.jpg) no-repeat center top;
  background-size: cover; }
  .top_info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 19rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/line-04.png) no-repeat center;
    background-size: cover; }
  .top_info-gp-box {
    width: calc((100% - 8.001rem) / 2);
    margin-right: 8rem;
    background: #FFFFFF;
    border-radius: 1.5rem;
    padding: 4rem 3rem 5.3rem; }
    .top_info-gp-box:nth-child(2n) {
      margin-right: 0; }
    .top_info-gp-box .desc p {
      font-size: 1.6rem;
      color: #171717;
      line-height: 190%;
      margin-bottom: 3rem; }
  .top_info-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .top_info-table tr {
      display: flex;
      flex-wrap: wrap; }
    .top_info-table td {
      color: #a67c52;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 130%;
      letter-spacing: 0;
      background: rgba(235, 181, 92, 0.2);
      margin-bottom: .8rem;
      vertical-align: text-top;
      padding: 1.1rem 0;
      display: block; }
      .top_info-table td:first-child {
        width: 16.3rem;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 1.8rem;
        background: #ebb55c;
        border-right: #FFFFFF solid 1.1rem;
        text-align: center;
        border-radius: 1rem 0 0 1rem; }
      .top_info-table td:last-child {
        width: calc(100% - 16.3rem);
        padding-left: 2rem;
        border-radius: 0 1rem 1rem 0; }
      .top_info-table td p {
        color: #a67c52;
        font-size: 1.6rem;
        line-height: 160%;
        margin-bottom: 1.1rem; }
        .top_info-table td p:last-child {
          margin-bottom: 0; }
    .top_info-table tr:nth-child(2) td {
      vertical-align: middle; }
    .top_info-table tr:last-child td {
      border-bottom: 0; }

.cl-17 {
  color: #171717; }

.cl-a67 {
  color: #a67c52; }

.top_table-schedue {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2rem; }
  .top_table-schedue td {
    color: #efc47d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    border-bottom: #ebb55c solid 1px;
    padding: 2.35rem 0;
    width: 5.9rem; }
    .top_table-schedue td:first-child {
      font-size: 1.8rem;
      width: 21rem;
      padding-left: 3rem;
      color: #171717;
      font-family: "Guess Sans", sans-serif; }
    .top_table-schedue td:last-child {
      width: 3rem; }
  .top_table-schedue tr:first-child td {
    color: #FFFFFF;
    border-bottom: 0;
    background: rgba(235, 181, 92, 0.8); }
    .top_table-schedue tr:first-child td:first-child {
      border-radius: 1rem 0 0 1rem;
      font-family: "Noto Serif JP", serif; }
    .top_table-schedue tr:first-child td:last-child {
      border-radius: 0 1rem 1rem 0; }

.top_message {
  position: relative;
  padding-top: 5.6rem;
  margin-bottom: 8rem; }
  .top_message::before {
    top: 10rem;
    right: 9rem;
    content: "";
    position: absolute;
    width: 64.2rem;
    height: 71.3rem;
    background: url(assets/img/icon-04.png) no-repeat center;
    background-size: contain; }
  .top_message::after {
    content: "";
    position: absolute;
    width: 68.5rem;
    height: 78rem;
    top: 24rem;
    left: 4.5rem;
    background: url(assets/img/icon-05.png) no-repeat center;
    background-size: contain; }
  .top_message .group-title-01 {
    margin-bottom: 8rem; }
  .top_message-gp {
    padding-left: 2.3rem; }
    .top_message-gp-box:first-child {
      width: 70.3rem; }
      .top_message-gp-box:first-child img {
        width: 100%; }
      .top_message-gp-box:first-child .img.vz-02 {
        margin-left: -21.6rem;
        margin-top: -17rem;
        position: relative; }
        .top_message-gp-box:first-child .img.vz-02 img {
          width: 50rem;
          border-radius: 0 2rem 0 2rem;
          box-shadow: 9px -9px 0 #ebb55c; }
    .top_message-gp-box:last-child {
      width: calc(100% - 70.3rem);
      padding-left: 7.2rem;
      padding-top: 10.3rem; }
    .top_message-gp-box .desc p {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 212%;
      letter-spacing: 0.1rem;
      margin-bottom: 3.6rem; }
      .top_message-gp-box .desc p:last-child {
        margin-bottom: 0; }
  .top_message-btn {
    margin-top: -27.8rem;
    padding-left: 50.4rem; }

.symptoms {
  position: relative;
  z-index: 0;
  padding-top: 14.2rem; }
  .symptoms::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 18.5rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/line-05.png) no-repeat center;
    background-size: contain; }
  .symptoms::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 192.7rem;
    top: 0;
    left: 0;
    z-index: -2;
    background: url(assets/img/symtoms-bg.jpg) no-repeat center;
    background-size: cover; }
  .symptoms-gp {
    margin-bottom: 17.5rem; }
    .symptoms-gp-box {
      padding: 4.8rem 3.2rem 3rem;
      width: calc(100% / 3);
      background: rgba(237, 168, 145, 0.5); }
      .symptoms-gp-box:nth-child(2) {
        background: rgba(248, 189, 63, 0.5); }
      .symptoms-gp-box:nth-child(3) {
        background: rgba(74, 89, 128, 0.5); }
      .symptoms-gp-box .img img {
        width: 100%; }
      .symptoms-gp-box .icon img {
        width: 15rem;
        display: block;
        margin: -10.5rem auto 2.1rem; }
      .symptoms-gp-box .detail {
        max-width: 54.6rem;
        margin-left: auto;
        margin-right: auto; }
      .symptoms-gp-box .desc p {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 180%;
        letter-spacing: 0.16rem;
        margin-bottom: 4.8rem; }
  .symptoms-field {
    max-width: 173.6rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    border-radius: 3rem;
    background: rgba(199, 156, 114, 0.7);
    padding: 11.5rem 6.8rem 8.2rem;
    position: relative;
    z-index: 0; }
    .symptoms-field .img {
      margin-bottom: 6.3rem; }
      .symptoms-field .img img {
        width: 100%; }
  .symptoms-list-01 {
    max-width: 173.6rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9rem; }
    .symptoms-list-01 li {
      width: calc((100% - 14.801rem) / 5);
      margin-right: 3.7rem;
      margin-bottom: 3.9rem; }
      .symptoms-list-01 li:nth-child(3n) a {
        background: #4a5980; }
      .symptoms-list-01 li:nth-child(3n-1) a {
        background: #dbad5d; }
      @media (min-width: 960.5px) {
        .symptoms-list-01 li:nth-child(5n) {
          margin-right: 0; } }
      .symptoms-list-01 li a {
        background: #d4a287;
        display: flex;
        flex-flow: column;
        border-radius: 1.5rem;
        position: relative;
        z-index: 0;
        height: 25.6rem;
        padding-top: 2.5rem; }
        .symptoms-list-01 li a::before {
          z-index: -1;
          content: "";
          position: absolute;
          width: 5rem;
          height: 1.4rem;
          bottom: 1rem;
          right: 1rem;
          background: url(assets/img/icon-right-02.png) no-repeat center;
          background-size: contain; }
        .symptoms-list-01 li a span {
          display: block; }
        .symptoms-list-01 li a .img {
          margin-bottom: 1.8rem; }
          .symptoms-list-01 li a .img img {
            margin-left: auto;
            margin-right: auto;
            display: block;
            width: 8rem;
            height: 10rem;
            object-fit: contain; }
        .symptoms-list-01 li a .box {
          transition: all 0.35s; }
        .symptoms-list-01 li a .txt {
          text-align: center;
          color: #FFFFFF;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 140%;
          letter-spacing: 0; }
          .symptoms-list-01 li a .txt.en {
            font-weight: 300;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 1.6rem;
            margin-top: 1.3rem;
            text-transform: uppercase; }
        .symptoms-list-01 li a .detail {
          opacity: 0;
          transition: all 0.35s;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 2.5rem;
          color: #FFFFFF;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 165%;
          letter-spacing: 0.25rem;
          display: flex;
          align-items: center;
          padding-bottom: 4rem; }
        @media (min-width: 960.5px) {
          .symptoms-list-01 li a:hover .detail {
            opacity: 1; }
          .symptoms-list-01 li a:hover .box {
            opacity: 0; } }
  .symptoms-list-02 li {
    width: calc((100% - 6.401rem) / 3);
    margin-right: 3.2rem;
    margin-bottom: 3.2rem; }
    @media (min-width: 960.5px) {
      .symptoms-list-02 li:nth-child(3n) {
        margin-right: 0; } }
    .symptoms-list-02 li a {
      background: #dbad5d;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 10rem;
      color: #FFFFFF;
      font-size: 2rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.15rem;
      position: relative;
      z-index: 0;
      transition: all 0.35s; }
      .symptoms-list-02 li a::before {
        content: "";
        position: absolute;
        width: 5rem;
        height: 5rem;
        top: .9rem;
        left: .6rem;
        background: url(assets/img/icon-06.png) no-repeat center;
        background-size: contain; }
      .symptoms-list-02 li a::after {
        content: "";
        position: absolute;
        width: 5rem;
        height: 5rem;
        bottom: .9rem;
        right: .6rem;
        transform: scale(-1);
        background: url(assets/img/icon-06.png) no-repeat center;
        background-size: contain; }
      .symptoms-list-02 li a:hover {
        opacity: 0.8; }
  .symptoms .group-title-01 {
    margin-bottom: 6.3rem; }
  .symptoms .title-default-top {
    top: -4rem;
    letter-spacing: 1.65rem;
    left: auto;
    right: .9rem; }

.feature {
  padding: 32rem 0 37.5rem;
  background: url(assets/img/bg-feature.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .feature-gp {
    margin-bottom: 8.4rem; }
    .feature-gp:last-child {
      margin-bottom: 0; }
    .feature-gp-box:first-child {
      width: calc(100% - 56rem + 8.4rem);
      margin-right: -8.4rem; }
      .feature-gp-box:first-child img {
        width: 100%;
        border-radius: 1rem; }
    .feature-gp-box:last-child {
      width: 56rem;
      margin-top: -3.3rem;
      position: relative;
      z-index: 1; }
    .feature-gp-box .item {
      padding: 3.3rem 4rem 3.7rem;
      background: #FFFFFF;
      border-radius: 1rem;
      box-shadow: 0 0 1.5rem rgba(169, 169, 169, 0.5); }
      .feature-gp-box .item p {
        color: #171717;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 167%;
        letter-spacing: 0.15rem;
        position: relative;
        padding-left: 2.8rem;
        margin-bottom: 3.3rem; }
        .feature-gp-box .item p::before {
          content: "FEATURE";
          position: absolute;
          writing-mode: sideways-lr;
          left: -2rem;
          letter-spacing: 0;
          top: .7rem;
          font-family: "Guess Sans", sans-serif;
          color: rgba(169, 132, 95, 0.5);
          font-size: 2rem;
          font-weight: 700; }
    @media (min-width: 960.5px) {
      .feature-gp:nth-child(2n-1) .feature-gp-box:first-child {
        order: 1;
        margin-left: -8.4rem;
        margin-right: 0; }
      .feature-gp:nth-child(2n-1) .feature-title-01 {
        margin-left: 0; } }
  .feature-title-01 {
    display: flex;
    align-items: center;
    margin-left: 11rem; }
    .feature-title-01 span {
      color: #a9845f;
      font-size: 3rem;
      font-weight: 700;
      line-height: 135%;
      letter-spacing: 0.1rem; }
      .feature-title-01 span:first-child {
        font-size: 10rem;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-shadow: 2px 2px #323232;
        margin-right: 1rem; }
  .feature .group-title-01 {
    margin-bottom: 8.6rem; }
  .feature .title-default-top {
    top: 14rem;
    letter-spacing: 1.9rem;
    left: auto;
    right: 7.7rem; }
    .feature .title-default-top.vz-02 {
      top: auto;
      bottom: -5.2rem;
      right: auto;
      left: 48.8%;
      transform: translateX(-50%); }

.greeting {
  position: relative;
  z-index: 0;
  margin-top: -19rem;
  padding-top: 29.5rem;
  padding-bottom: 21.5rem; }
  .greeting-head {
    width: 100%;
    max-width: 98.7rem;
    margin-left: auto; }
    @media (min-width: 960.5px) {
      .greeting-head .group-title-01 {
        text-align: left; } }
  .greeting .title-default-top {
    top: 7.6rem;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1.8rem; }
  .greeting::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 34rem);
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/greeting-bg.jpg) no-repeat center top;
    background-size: cover; }
  .greeting-wrap {
    max-width: 169.6rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem); }
  .greeting-gp {
    width: 98.7rem;
    margin-left: auto;
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 6.5rem 6rem 8.4rem;
    position: relative;
    z-index: 0; }
    .greeting-gp::before {
      content: "";
      position: absolute;
      width: 32.5rem;
      height: 32.6rem;
      bottom: 13rem;
      right: 5.4rem;
      z-index: -1;
      background: url(assets/img/icon-07.png) no-repeat center;
      background-size: contain; }
    .greeting-gp .desc p {
      color: #171717;
      font-size: 2.3rem;
      font-weight: 500;
      line-height: 217%;
      letter-spacing: 0.1rem;
      margin-bottom: 4.2rem; }
    .greeting-gp .author * {
      color: #6b3500;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 145%;
      letter-spacing: 0.15rem; }
    .greeting-gp .author .name {
      margin-left: 4.8rem; }
      .greeting-gp .author .name p:first-child {
        color: #171717;
        font-weight: 600; }
      .greeting-gp .author .name p:last-child {
        font-size: 4rem;
        font-weight: 900;
        letter-spacing: .5rem; }

.top_column {
  padding-bottom: 26.5rem;
  position: relative;
  z-index: 1; }
  .top_column::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 67.4rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/line-07.png) no-repeat center;
    background-size: cover; }
  .top_column-wrap {
    border-radius: 4rem;
    padding-top: 13.7rem;
    width: calc(100% - 3rem);
    max-width: 171.3rem;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF; }
  .top_column-view {
    margin-left: -0.5rem;
    width: calc(100% + 3rem);
    height: 58rem; }
    .top_column-view-gp {
      padding: .5rem 2.5rem 1.5rem .5rem; }
  .top_column-gp-box {
    width: calc((100% - 7.501rem) / 2);
    margin-right: 7.5rem; }
    .top_column-gp-box:nth-child(2n) {
      padding-top: 1.6rem;
      margin-right: 0; }
  .top_column-list li {
    box-shadow: 0.3rem 0.5rem 0.8rem rgba(78, 67, 57, 0.8);
    margin-bottom: 2rem;
    border-radius: 1rem;
    padding: 2.6rem 2.3rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(255, 255, 255, 0.8); }
    .top_column-list li:last-child {
      margin-bottom: 0; }
    .top_column-list li .img {
      width: 16.5rem; }
      .top_column-list li .img img {
        width: 100%;
        border-radius: 1rem 0 1rem 0;
        box-shadow: .4rem .4rem 0 #a9845f; }
    .top_column-list li .cont {
      width: calc(100% - 16.5rem);
      padding-left: 3.2rem; }
      .top_column-list li .cont .date {
        color: #080808;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        margin-bottom: .5rem; }
      .top_column-list li .cont a {
        color: #9c5e20;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0;
        max-width: 36.5rem;
        display: inline-block; }
  .top_column iframe {
    width: 100%;
    height: 68rem;
    border: #a9845f solid 1px;
    vertical-align: top;
    border-radius: 1.5rem; }
  .top_column .os-theme-dark > .os-scrollbar-vertical, .top_column .os-theme-light > .os-scrollbar-vertical {
    width: 7px; }
  .top_column .os-theme-dark > .os-scrollbar, .top_column .os-theme-light > .os-scrollbar {
    background: transparent; }
  .top_column .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #9c5e20; }

.home .group-title-01 :is(h2, h3, h4, h5, h6) {
  color: #ebb55c;
  font-size: 4.5rem; }
  .home .group-title-01 :is(h2, h3, h4, h5, h6)::before {
    background: #918b8a; }
  .home .group-title-01 :is(h2, h3, h4, h5, h6)::after {
    background: #e4dbd9; }
  @media (min-width: 960.5px) {
    .home .group-title-01 :is(h2, h3, h4, h5, h6)::before {
      width: 11.6rem;
      height: 2.4rem;
      bottom: -1rem; }
    .home .group-title-01 :is(h2, h3, h4, h5, h6)::after {
      width: 9.8rem;
      height: 8.3rem; } }
.home .symptoms .group-title-01 :is(h2, h3, h4, h5, h6) {
  color: #FFFFFF; }
  .home .symptoms .group-title-01 :is(h2, h3, h4, h5, h6)::after {
    background: #d2bda7; }
  .home .symptoms .group-title-01 :is(h2, h3, h4, h5, h6)::before {
    background: #ddcebf; }
.home .symptoms .group-title-01.vz-02 h4::before, .home .symptoms .group-title-01.vz-02 h4::after {
  background: #e4cfba; }
.home .feature .group-title-01 :is(h2, h3, h4, h5, h6) {
  color: #f1c68b; }
  .home .feature .group-title-01 :is(h2, h3, h4, h5, h6)::after {
    background: #fbeedc; }
  .home .feature .group-title-01 :is(h2, h3, h4, h5, h6)::before {
    background: #f8e2c5; }
.home .greeting .group-title-01 :is(h2, h3, h4, h5, h6) {
  text-shadow: 1px 1px 0 #FFFFFF;
  color: #a67c52; }
  .home .greeting .group-title-01 :is(h2, h3, h4, h5, h6)::before {
    background: #847972; }
  .home .greeting .group-title-01 :is(h2, h3, h4, h5, h6)::after {
    background: #ebe4dc; }
.home .footer {
  margin-top: -7.7rem; }

.colums-block .box_author p {
  text-align: right;
  margin-top: 5rem; }
  .colums-block .box_author p .txt {
    color: #6b3500;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.15rem; }
    .colums-block .box_author p .txt:first-child {
      margin-right: 1.5rem; }
    .colums-block .box_author p .txt:last-child {
      font-size: 4rem; }

.doctor_history {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .doctor_history tr:last-child td:first-child::before {
    height: 60%; }
  .doctor_history td {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 185%;
    color: #171717;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: middle;
    position: relative;
    border: 0; }
    .doctor_history td:first-child {
      letter-spacing: .1rem;
      font-weight: bold;
      width: 12rem;
      text-align: left;
      background-color: transparent;
      padding-left: 0; }
      .doctor_history td:first-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 125%;
        background-color: rgba(203, 150, 97, 0.3);
        right: 0rem;
        top: 40%; }
    .doctor_history td:last-child {
      padding-left: 3rem;
      padding-right: 0;
      width: calc(100% - 12rem); }
      .doctor_history td:last-child::before {
        content: "";
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #cb9661;
        border-radius: 100%;
        left: -0.8rem;
        top: 50%;
        transform: translateY(-50%); }

@media (max-width: 767px) {
  .doctor_history td {
    padding-top: .5rem;
    padding-bottom: .5rem;
    float: left; }
    .doctor_history td:first-child {
      text-align: left;
      width: 100%;
      padding-bottom: 0;
      padding-left: 2rem;
      padding-right: 0; }
      .doctor_history td:first-child::before {
        right: auto;
        left: -0.2rem;
        top: 0;
        height: 100%; }
    .doctor_history td:last-child {
      padding-left: 2rem;
      width: 100%; }
      .doctor_history td:last-child::before {
        top: -1.3rem;
        width: 1.2rem;
        height: 1.2rem; }
      .doctor_history td:last-child::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(203, 150, 97, 0.3);
        left: -0.2rem;
        top: 0%; }
  .doctor_history tr:last-child td:first-child::before {
    height: 100%; } }
.no_scroll {
  overflow: hidden; }

.main_page #toc_container {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5rem;
  padding: 2rem;
  margin-bottom: 8rem;
  background: transparent;
  border: 0; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #6e5236; }
  .main_page #toc_container a {
    font-size: 1.8rem; }
.main_page .toc_list,
.main_page .toc_title {
  width: 53%; }
.main_page .toc_list {
  position: relative; }
  .main_page .toc_list li {
    margin-bottom: 0.8rem !important; }
    @media (min-width: 960.5px) {
      .main_page .toc_list li {
        padding-right: 1.5rem !important; } }
  .main_page .toc_list::before {
    content: "";
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 9rem);
    top: -7rem;
    left: -2rem;
    background: rgba(253, 138, 94, 0.1);
    border: #6e5236 solid 1px;
    z-index: -1; }
.main_page.style-1columns .toc_list,
.main_page.style-1columns .toc_title, .main_page.style-2columns .toc_list,
.main_page.style-2columns .toc_title, .main_page.style-3columns .toc_list,
.main_page.style-3columns .toc_title, .main_page.style-4button .toc_list,
.main_page.style-4button .toc_title {
  width: 100%; }
.main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
  width: calc(100% + 4rem); }
  @media (max-width: 960px) {
    .main_page.style-1columns .toc_list::before, .main_page.style-2columns .toc_list::before, .main_page.style-3columns .toc_list::before, .main_page.style-4button .toc_list::before {
      width: calc(100% + 3rem);
      left: -1.5rem; } }
.main_page.style-2columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 0.6rem; }
    .main_page.style-2columns #toc_container.no_bullets ul li:nth-child(2n) {
      margin-right: 0; }
.main_page.style-3columns #toc_container.no_bullets ul {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem; }
    @media (min-width: 960.5px) {
      .main_page.style-3columns #toc_container.no_bullets ul li:nth-child(3n) {
        margin-right: 0; } }
.main_page.style-4button .toc_list {
  display: flex;
  flex-wrap: wrap; }
  .main_page.style-4button .toc_list li {
    margin-right: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
    .main_page.style-4button .toc_list li a {
      font-weight: 500;
      line-height: 175%;
      transition: ease all 500ms;
      position: relative;
      display: block;
      color: #cb9661;
      letter-spacing: 0;
      border-bottom: #353535 solid .1rem;
      padding: 1rem 2rem;
      background: rgba(255, 255, 255, 0.6);
      border: #cb9661 solid 1px; }
      .main_page.style-4button .toc_list li a:hover {
        text-decoration: none !important;
        background: #cb9661;
        color: #FFFFFF; }

@media (max-width: 1440px) and (min-width: 960.1px) {
  .top_info::before {
    height: 17.2rem; }

  .symptoms::before {
    height: 16.7rem; } }
@media (max-width: 960px) {
  .title-default-01 {
    flex-wrap: wrap; }
    .title-default-01 h3 {
      width: 100%;
      font-size: 2.4rem; }
    .title-default-01 .sub {
      width: 100%; }
      .title-default-01 .sub * {
        font-size: 1.5rem; }
  .title-default-02 {
    margin-bottom: 1.5rem; }
    .title-default-02 h4 span {
      font-size: 2.4rem; }
      .title-default-02 h4 span:last-child {
        font-size: 2.2rem; }
    .title-default-02 p {
      font-size: 1.6rem; }
  .title-default-03 {
    margin-bottom: 3rem; }
    .title-default-03 .txt h3 {
      font-size: 2.4rem; }
    .title-default-03 .txt p {
      font-size: 1.5rem; }
  .title-default-top {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: 5rem;
    letter-spacing: .3rem; }

  .top_table-schedue td {
    font-size: 1.5rem;
    padding: 1.7rem 0;
    width: 4.6rem; }
    .top_table-schedue td:first-child {
      font-size: 1.5rem;
      padding-left: 1rem; }

  .mv {
    height: auto; }
    .mv-view {
      height: calc(100vh - 12rem); }
    .mv-cont {
      padding: 0 1.5rem;
      top: 36%;
      left: 0;
      width: 100%;
      text-align: center; }
      .mv-cont h2 {
        font-size: 2rem;
        line-height: 155%; }
        .mv-cont h2 .vz-02 {
          font-size: 2.2rem; }
      .mv-cont p {
        font-size: 1.1rem;
        text-align: center;
        text-shadow: 1px 1px 0 #704034; }
    .mv-news {
      position: relative;
      z-index: 1;
      padding: 2rem 0 3rem;
      bottom: 0;
      width: calc(100% - 2.4rem); }
      .mv-news-wrap {
        padding: 1rem; }
      .mv-news-gp {
        flex-wrap: wrap;
        margin-bottom: 2rem; }
      .mv-news-title {
        width: 100%;
        font-size: 2.4rem; }
      .mv-news-desc {
        width: 100%; }
        .mv-news-desc p, .mv-news-desc a {
          font-size: 1.5rem; }

  .top-news-list {
    padding-right: 1rem; }
    .top-news-list li a * {
      font-size: 1.5rem; }

  .top_info {
    padding: 8rem 0 14rem; }
    .top_info::before {
      height: 7.6rem; }
    .top_info-gp {
      flex-wrap: wrap; }
      .top_info-gp-box {
        width: 100%;
        margin-bottom: 1.5rem;
        margin-right: 0;
        padding: 1.5rem; }
        .top_info-gp-box:last-child {
          margin-bottom: 0; }
        .top_info-gp-box .desc p {
          font-size: 1.5rem;
          line-height: 185%;
          letter-spacing: 0;
          margin-bottom: 2rem; }
    .top_info-table td {
      float: left;
      width: 100%;
      padding: 1rem;
      font-size: 1.5rem; }
      .top_info-table td:first-child {
        width: 100%;
        border-right: 0;
        text-align: left;
        font-size: 1.5rem;
        border-radius: 1rem; }
      .top_info-table td:last-child {
        padding-left: 1rem;
        width: 100%;
        border-radius: 1rem; }
      .top_info-table td p {
        font-size: 1.5rem; }

  .top_message::before {
    right: 0; }
  .top_message::after {
    left: 0;
    z-index: -1;
    width: 100%; }
  .top_message-gp {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 3rem; }
    .top_message-gp-box:first-child {
      width: 100%; }
      .top_message-gp-box:first-child .img.vz-02 {
        margin-left: 0;
        margin-top: -9rem; }
        .top_message-gp-box:first-child .img.vz-02 img {
          width: 18rem; }
    .top_message-gp-box:last-child {
      width: 100%;
      padding-left: 0;
      padding-top: 3rem; }
    .top_message-gp-box .desc p {
      font-size: 1.5rem;
      line-height: 185%;
      margin-bottom: 2rem; }
  .top_message-btn {
    margin-top: 0;
    padding-left: 0; }
  .top_message .group-title-01 {
    margin-bottom: 3rem; }

  .symptoms {
    padding-top: 5rem; }
    .symptoms::before {
      height: 7.4rem; }
    .symptoms-gp {
      flex-wrap: wrap;
      margin-bottom: 8rem; }
      .symptoms-gp-box {
        width: 100%;
        padding: 1.5rem; }
        .symptoms-gp-box .icon img {
          width: 8rem;
          margin: -4rem auto 2.1rem; }
        .symptoms-gp-box .detail {
          max-width: 100%; }
        .symptoms-gp-box .desc p {
          font-size: 1.5rem;
          line-height: 185%; }
    .symptoms-field {
      padding: 1.5rem;
      border-radius: 1rem; }
      .symptoms-field .img {
        margin-bottom: 3rem; }
    .symptoms-list-01 {
      margin-bottom: 7rem; }
      .symptoms-list-01 li {
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem;
        margin-bottom: 1.5rem; }
        .symptoms-list-01 li:nth-child(2n) {
          margin-right: 0; }
        .symptoms-list-01 li a {
          padding: 3rem 1rem;
          height: 21rem; }
          .symptoms-list-01 li a::before {
            width: 3rem;
            height: .9rem; }
          .symptoms-list-01 li a .detail {
            display: none; }
          .symptoms-list-01 li a .img img {
            width: 4rem;
            height: 4rem; }
          .symptoms-list-01 li a .txt {
            font-size: 1.5rem; }
            .symptoms-list-01 li a .txt.en {
              font-size: 1.3rem; }
    .symptoms-list-02 li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .symptoms-list-02 li:nth-child(2n) {
        margin-right: 0; }
      .symptoms-list-02 li:last-child {
        margin-bottom: 0; }
      .symptoms-list-02 li a {
        font-size: 1.5rem;
        padding: 1.5rem 3rem;
        min-height: 8rem; }
        .symptoms-list-02 li a::before, .symptoms-list-02 li a::after {
          width: 3rem;
          height: 3rem; }
    .symptoms .group-title-01 {
      margin-bottom: 2.4rem; }
    .symptoms .title-default-top {
      left: 50%;
      right: auto;
      letter-spacing: .3rem; }

  .feature {
    padding: 13rem 0 16rem;
    background-position: center bottom;
    background-size: contain; }
    .feature-gp {
      flex-wrap: wrap;
      margin-bottom: 5rem; }
      .feature-gp-box:first-child {
        width: 100%;
        margin-right: 0; }
      .feature-gp-box:last-child {
        width: 100%;
        margin-top: 0; }
      .feature-gp-box .item {
        padding: 3.5rem 1.5rem 1.5rem; }
        .feature-gp-box .item p {
          padding-left: 0;
          font-size: 1.5rem;
          line-height: 185%; }
          .feature-gp-box .item p::before {
            writing-mode: initial;
            left: 0;
            top: -2.5rem; }
    .feature-title-01 {
      margin-left: 0; }
      .feature-title-01 span {
        font-size: 2rem; }
        .feature-title-01 span:first-child {
          font-size: 6rem; }
    .feature .title-default-top {
      left: 50%;
      right: auto;
      top: 5rem;
      letter-spacing: .3rem; }
    .feature .group-title-01 {
      margin-bottom: 2rem; }

  .greeting {
    padding-top: 10rem;
    padding-bottom: 0rem;
    margin-top: -8rem; }
    .greeting::before {
      background-position: left top;
      background-size: 80rem; }
    .greeting-gp {
      width: 100%;
      padding: 1.5rem; }
      .greeting-gp::before {
        width: 18rem;
        height: 18.6rem; }
      .greeting-gp-box {
        flex-wrap: wrap;
        justify-content: center; }
      .greeting-gp .author {
        width: 100%;
        justify-content: flex-end; }
        .greeting-gp .author * {
          font-size: 1.5rem; }
        .greeting-gp .author .name {
          margin-left: 1rem; }
          .greeting-gp .author .name p:last-child {
            font-size: 2.4rem; }
      .greeting-gp .desc p {
        font-size: 1.5rem;
        line-height: 185%;
        margin-bottom: 2rem; }
    .greeting .title-default-top {
      letter-spacing: .3rem;
      top: 3rem; }
    .greeting .group-title-01 {
      margin-bottom: 50rem !important; }

  .top_column {
    padding-bottom: 10rem; }
    .top_column::before {
      background-position: center bottom;
      background-size: contain; }
    .top_column-gp {
      flex-wrap: wrap; }
      .top_column-gp-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem; }
        .top_column-gp-box:last-child {
          margin-bottom: 0; }
    .top_column-wrap {
      border-radius: 0;
      padding-top: 8rem;
      width: 100%; }
    .top_column-list li {
      padding: 1.5rem; }
      .top_column-list li .cont {
        padding-left: 1.5rem; }
        .top_column-list li .cont a {
          font-size: 1.5rem; }
    .top_column-view {
      width: calc(100% + .5rem);
      height: 55rem; }
      .top_column-view-gp {
        padding: .5rem 2rem 1.5rem .5rem; }

  .home .group-title-01 :is(h2, h3, h4, h5, h6) {
    font-size: 2rem; }
  .home .footer {
    margin-top: -3.5rem; }

  .colums-block .box_author p {
    margin-top: 3rem; }
    .colums-block .box_author p .txt:first-child {
      font-size: 1.5rem; }
    .colums-block .box_author p .txt:last-child {
      font-size: 2.4rem; }

  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page #toc_container {
    padding: 1.5rem; }
    .main_page #toc_container a {
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .mv-news-box {
    height: 19rem; }

  .top_info {
    padding-bottom: 10rem; }
    .top_info::before {
      height: 3.74rem; }

  .symptoms::before {
    height: 3.603rem; }
  .symptoms-list-02 li {
    width: 100%;
    margin-right: 0; }

  .feature {
    padding-bottom: 10rem; }

  .greeting {
    margin-top: -4rem;
    padding-bottom: 5rem; }
    .greeting::before {
      background-position: left -8rem top 0; }
    .greeting-gp::before {
      width: 20rem;
      height: 20rem; }
    .greeting .group-title-01 {
      margin-bottom: 30rem !important; }

  .top_column-wrap {
    padding-top: 0; }
  .top_column-list li .img {
    width: 100%;
    margin-bottom: 1.2rem; }
  .top_column-list li .cont {
    padding-left: 0;
    width: 100%; }
  .top_column iframe {
    height: 28rem; }
  .top_column-view {
    height: 75rem; }

  .main_page .toc_list, .main_page .toc_title {
    width: 100%; }

  .home .footer {
    margin-top: -1.5rem; } }

/*# sourceMappingURL=style.css.map */
