@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap");
html {
  font-size: 10px; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw; } }
  @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: "BIZ UDPGothic", sans-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: 123rem; }

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

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: #FF2A86 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: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 14rem; } }

.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: .022rem;
    line-height: 175%;
    text-align: justify;
    font-size: 1.4rem; } }
: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; }
  @media (max-width: 960px) {
    .m-0 {
      margin: 0rem !important; } }

.m-0-5 {
  margin: 0.5rem; }

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

.mt-0-5 {
  margin-top: 0.5rem; }

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

.mb-0-5 {
  margin-bottom: 0.5rem; }

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

.ml-0-5 {
  margin-left: 0.5rem; }

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

.mr-0-5 {
  margin-right: 0.5rem; }

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

.mx-0-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

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

.my-0-5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

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

.p-0-5 {
  padding: 0.5rem; }

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

.pt-0-5 {
  padding-top: 0.5rem; }

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

.pb-0-5 {
  padding-bottom: 0.5rem; }

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

.pl-0-5 {
  padding-left: 0.5rem; }

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

.pr-0-5 {
  padding-right: 0.5rem; }

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

.px-0-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

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

.py-0-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

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

.m-1-5 {
  margin: 1.5rem; }

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

.mt-1-5 {
  margin-top: 1.5rem; }

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

.mb-1-5 {
  margin-bottom: 1.5rem; }

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

.ml-1-5 {
  margin-left: 1.5rem; }

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

.mr-1-5 {
  margin-right: 1.5rem; }

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

.mx-1-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

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

.my-1-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

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

.p-1-5 {
  padding: 1.5rem; }

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

.pt-1-5 {
  padding-top: 1.5rem; }

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

.pb-1-5 {
  padding-bottom: 1.5rem; }

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

.pl-1-5 {
  padding-left: 1.5rem; }

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

.pr-1-5 {
  padding-right: 1.5rem; }

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

.px-1-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

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

.py-1-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

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

.m-2-5 {
  margin: 2.5rem; }

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

.mt-2-5 {
  margin-top: 2.5rem; }

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

.mb-2-5 {
  margin-bottom: 2.5rem; }

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

.ml-2-5 {
  margin-left: 2.5rem; }

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

.mr-2-5 {
  margin-right: 2.5rem; }

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

.mx-2-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

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

.my-2-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

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

.p-2-5 {
  padding: 2.5rem; }

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

.pt-2-5 {
  padding-top: 2.5rem; }

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

.pb-2-5 {
  padding-bottom: 2.5rem; }

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

.pl-2-5 {
  padding-left: 2.5rem; }

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

.pr-2-5 {
  padding-right: 2.5rem; }

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

.px-2-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

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

.py-2-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

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

.m-3-5 {
  margin: 3.5rem; }

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

.mt-3-5 {
  margin-top: 3.5rem; }

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

.mb-3-5 {
  margin-bottom: 3.5rem; }

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

.ml-3-5 {
  margin-left: 3.5rem; }

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

.mr-3-5 {
  margin-right: 3.5rem; }

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

.mx-3-5 {
  margin-left: 3.5rem;
  margin-right: 3.5rem; }

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

.my-3-5 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }

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

.p-3-5 {
  padding: 3.5rem; }

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

.pt-3-5 {
  padding-top: 3.5rem; }

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

.pb-3-5 {
  padding-bottom: 3.5rem; }

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

.pl-3-5 {
  padding-left: 3.5rem; }

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

.pr-3-5 {
  padding-right: 3.5rem; }

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

.px-3-5 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

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

.py-3-5 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

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

.m-4-5 {
  margin: 4.5rem; }

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

.mt-4-5 {
  margin-top: 4.5rem; }

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

.mb-4-5 {
  margin-bottom: 4.5rem; }

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

.ml-4-5 {
  margin-left: 4.5rem; }

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

.mr-4-5 {
  margin-right: 4.5rem; }

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

.mx-4-5 {
  margin-left: 4.5rem;
  margin-right: 4.5rem; }

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

.my-4-5 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; }

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

.p-4-5 {
  padding: 4.5rem; }

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

.pt-4-5 {
  padding-top: 4.5rem; }

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

.pb-4-5 {
  padding-bottom: 4.5rem; }

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

.pl-4-5 {
  padding-left: 4.5rem; }

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

.pr-4-5 {
  padding-right: 4.5rem; }

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

.px-4-5 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

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

.py-4-5 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

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

.m-5-5 {
  margin: 5.5rem; }

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

.mt-5-5 {
  margin-top: 5.5rem; }

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

.mb-5-5 {
  margin-bottom: 5.5rem; }

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

.ml-5-5 {
  margin-left: 5.5rem; }

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

.mr-5-5 {
  margin-right: 5.5rem; }

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

.mx-5-5 {
  margin-left: 5.5rem;
  margin-right: 5.5rem; }

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

.my-5-5 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem; }

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

.p-5-5 {
  padding: 5.5rem; }

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

.pt-5-5 {
  padding-top: 5.5rem; }

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

.pb-5-5 {
  padding-bottom: 5.5rem; }

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

.pl-5-5 {
  padding-left: 5.5rem; }

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

.pr-5-5 {
  padding-right: 5.5rem; }

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

.px-5-5 {
  padding-left: 5.5rem;
  padding-right: 5.5rem; }

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

.py-5-5 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }

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

.m-6-5 {
  margin: 6.5rem; }

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

.mt-6-5 {
  margin-top: 6.5rem; }

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

.mb-6-5 {
  margin-bottom: 6.5rem; }

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

.ml-6-5 {
  margin-left: 6.5rem; }

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

.mr-6-5 {
  margin-right: 6.5rem; }

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

.mx-6-5 {
  margin-left: 6.5rem;
  margin-right: 6.5rem; }

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

.my-6-5 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem; }

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

.p-6-5 {
  padding: 6.5rem; }

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

.pt-6-5 {
  padding-top: 6.5rem; }

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

.pb-6-5 {
  padding-bottom: 6.5rem; }

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

.pl-6-5 {
  padding-left: 6.5rem; }

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

.pr-6-5 {
  padding-right: 6.5rem; }

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

.px-6-5 {
  padding-left: 6.5rem;
  padding-right: 6.5rem; }

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

.py-6-5 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem; }

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

.m-7-5 {
  margin: 7.5rem; }

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

.mt-7-5 {
  margin-top: 7.5rem; }

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

.mb-7-5 {
  margin-bottom: 7.5rem; }

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

.ml-7-5 {
  margin-left: 7.5rem; }

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

.mr-7-5 {
  margin-right: 7.5rem; }

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

.mx-7-5 {
  margin-left: 7.5rem;
  margin-right: 7.5rem; }

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

.my-7-5 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem; }

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

.p-7-5 {
  padding: 7.5rem; }

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

.pt-7-5 {
  padding-top: 7.5rem; }

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

.pb-7-5 {
  padding-bottom: 7.5rem; }

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

.pl-7-5 {
  padding-left: 7.5rem; }

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

.pr-7-5 {
  padding-right: 7.5rem; }

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

.px-7-5 {
  padding-left: 7.5rem;
  padding-right: 7.5rem; }

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

.py-7-5 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

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

.m-8-5 {
  margin: 8.5rem; }

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

.mt-8-5 {
  margin-top: 8.5rem; }

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

.mb-8-5 {
  margin-bottom: 8.5rem; }

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

.ml-8-5 {
  margin-left: 8.5rem; }

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

.mr-8-5 {
  margin-right: 8.5rem; }

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

.mx-8-5 {
  margin-left: 8.5rem;
  margin-right: 8.5rem; }

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

.my-8-5 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem; }

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

.p-8-5 {
  padding: 8.5rem; }

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

.pt-8-5 {
  padding-top: 8.5rem; }

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

.pb-8-5 {
  padding-bottom: 8.5rem; }

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

.pl-8-5 {
  padding-left: 8.5rem; }

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

.pr-8-5 {
  padding-right: 8.5rem; }

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

.px-8-5 {
  padding-left: 8.5rem;
  padding-right: 8.5rem; }

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

.py-8-5 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem; }

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

.m-9-5 {
  margin: 9.5rem; }

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

.mt-9-5 {
  margin-top: 9.5rem; }

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

.mb-9-5 {
  margin-bottom: 9.5rem; }

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

.ml-9-5 {
  margin-left: 9.5rem; }

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

.mr-9-5 {
  margin-right: 9.5rem; }

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

.mx-9-5 {
  margin-left: 9.5rem;
  margin-right: 9.5rem; }

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

.my-9-5 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem; }

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

.p-9-5 {
  padding: 9.5rem; }

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

.pt-9-5 {
  padding-top: 9.5rem; }

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

.pb-9-5 {
  padding-bottom: 9.5rem; }

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

.pl-9-5 {
  padding-left: 9.5rem; }

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

.pr-9-5 {
  padding-right: 9.5rem; }

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

.px-9-5 {
  padding-left: 9.5rem;
  padding-right: 9.5rem; }

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

.py-9-5 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem; }

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

.m-10-5 {
  margin: 10.5rem; }

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

.mt-10-5 {
  margin-top: 10.5rem; }

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

.mb-10-5 {
  margin-bottom: 10.5rem; }

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

.ml-10-5 {
  margin-left: 10.5rem; }

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

.mr-10-5 {
  margin-right: 10.5rem; }

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

.mx-10-5 {
  margin-left: 10.5rem;
  margin-right: 10.5rem; }

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

.my-10-5 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem; }

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

.p-10-5 {
  padding: 10.5rem; }

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

.pt-10-5 {
  padding-top: 10.5rem; }

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

.pb-10-5 {
  padding-bottom: 10.5rem; }

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

.pl-10-5 {
  padding-left: 10.5rem; }

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

.pr-10-5 {
  padding-right: 10.5rem; }

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

.px-10-5 {
  padding-left: 10.5rem;
  padding-right: 10.5rem; }

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

.py-10-5 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem; }

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

.m-11-5 {
  margin: 11.5rem; }

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

.mt-11-5 {
  margin-top: 11.5rem; }

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

.mb-11-5 {
  margin-bottom: 11.5rem; }

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

.ml-11-5 {
  margin-left: 11.5rem; }

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

.mr-11-5 {
  margin-right: 11.5rem; }

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

.mx-11-5 {
  margin-left: 11.5rem;
  margin-right: 11.5rem; }

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

.my-11-5 {
  margin-top: 11.5rem;
  margin-bottom: 11.5rem; }

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

.p-11-5 {
  padding: 11.5rem; }

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

.pt-11-5 {
  padding-top: 11.5rem; }

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

.pb-11-5 {
  padding-bottom: 11.5rem; }

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

.pl-11-5 {
  padding-left: 11.5rem; }

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

.pr-11-5 {
  padding-right: 11.5rem; }

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

.px-11-5 {
  padding-left: 11.5rem;
  padding-right: 11.5rem; }

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

.py-11-5 {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem; }

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

.m-12-5 {
  margin: 12.5rem; }

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

.mt-12-5 {
  margin-top: 12.5rem; }

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

.mb-12-5 {
  margin-bottom: 12.5rem; }

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

.ml-12-5 {
  margin-left: 12.5rem; }

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

.mr-12-5 {
  margin-right: 12.5rem; }

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

.mx-12-5 {
  margin-left: 12.5rem;
  margin-right: 12.5rem; }

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

.my-12-5 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem; }

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

.p-12-5 {
  padding: 12.5rem; }

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

.pt-12-5 {
  padding-top: 12.5rem; }

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

.pb-12-5 {
  padding-bottom: 12.5rem; }

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

.pl-12-5 {
  padding-left: 12.5rem; }

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

.pr-12-5 {
  padding-right: 12.5rem; }

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

.px-12-5 {
  padding-left: 12.5rem;
  padding-right: 12.5rem; }

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

.py-12-5 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem; }

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

.m-13-5 {
  margin: 13.5rem; }

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

.mt-13-5 {
  margin-top: 13.5rem; }

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

.mb-13-5 {
  margin-bottom: 13.5rem; }

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

.ml-13-5 {
  margin-left: 13.5rem; }

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

.mr-13-5 {
  margin-right: 13.5rem; }

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

.mx-13-5 {
  margin-left: 13.5rem;
  margin-right: 13.5rem; }

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

.my-13-5 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem; }

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

.p-13-5 {
  padding: 13.5rem; }

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

.pt-13-5 {
  padding-top: 13.5rem; }

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

.pb-13-5 {
  padding-bottom: 13.5rem; }

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

.pl-13-5 {
  padding-left: 13.5rem; }

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

.pr-13-5 {
  padding-right: 13.5rem; }

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

.px-13-5 {
  padding-left: 13.5rem;
  padding-right: 13.5rem; }

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

.py-13-5 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem; }

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

.m-14-5 {
  margin: 14.5rem; }

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

.mt-14-5 {
  margin-top: 14.5rem; }

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

.mb-14-5 {
  margin-bottom: 14.5rem; }

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

.ml-14-5 {
  margin-left: 14.5rem; }

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

.mr-14-5 {
  margin-right: 14.5rem; }

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

.mx-14-5 {
  margin-left: 14.5rem;
  margin-right: 14.5rem; }

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

.my-14-5 {
  margin-top: 14.5rem;
  margin-bottom: 14.5rem; }

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

.p-14-5 {
  padding: 14.5rem; }

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

.pt-14-5 {
  padding-top: 14.5rem; }

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

.pb-14-5 {
  padding-bottom: 14.5rem; }

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

.pl-14-5 {
  padding-left: 14.5rem; }

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

.pr-14-5 {
  padding-right: 14.5rem; }

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

.px-14-5 {
  padding-left: 14.5rem;
  padding-right: 14.5rem; }

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

.py-14-5 {
  padding-top: 14.5rem;
  padding-bottom: 14.5rem; }

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

.m-15-5 {
  margin: 15.5rem; }

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

.mt-15-5 {
  margin-top: 15.5rem; }

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

.mb-15-5 {
  margin-bottom: 15.5rem; }

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

.ml-15-5 {
  margin-left: 15.5rem; }

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

.mr-15-5 {
  margin-right: 15.5rem; }

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

.mx-15-5 {
  margin-left: 15.5rem;
  margin-right: 15.5rem; }

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

.my-15-5 {
  margin-top: 15.5rem;
  margin-bottom: 15.5rem; }

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

.p-15-5 {
  padding: 15.5rem; }

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

.pt-15-5 {
  padding-top: 15.5rem; }

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

.pb-15-5 {
  padding-bottom: 15.5rem; }

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

.pl-15-5 {
  padding-left: 15.5rem; }

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

.pr-15-5 {
  padding-right: 15.5rem; }

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

.px-15-5 {
  padding-left: 15.5rem;
  padding-right: 15.5rem; }

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

.py-15-5 {
  padding-top: 15.5rem;
  padding-bottom: 15.5rem; }

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

.m-16-5 {
  margin: 16.5rem; }

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

.mt-16-5 {
  margin-top: 16.5rem; }

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

.mb-16-5 {
  margin-bottom: 16.5rem; }

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

.ml-16-5 {
  margin-left: 16.5rem; }

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

.mr-16-5 {
  margin-right: 16.5rem; }

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

.mx-16-5 {
  margin-left: 16.5rem;
  margin-right: 16.5rem; }

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

.my-16-5 {
  margin-top: 16.5rem;
  margin-bottom: 16.5rem; }

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

.p-16-5 {
  padding: 16.5rem; }

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

.pt-16-5 {
  padding-top: 16.5rem; }

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

.pb-16-5 {
  padding-bottom: 16.5rem; }

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

.pl-16-5 {
  padding-left: 16.5rem; }

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

.pr-16-5 {
  padding-right: 16.5rem; }

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

.px-16-5 {
  padding-left: 16.5rem;
  padding-right: 16.5rem; }

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

.py-16-5 {
  padding-top: 16.5rem;
  padding-bottom: 16.5rem; }

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

.m-17-5 {
  margin: 17.5rem; }

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

.mt-17-5 {
  margin-top: 17.5rem; }

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

.mb-17-5 {
  margin-bottom: 17.5rem; }

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

.ml-17-5 {
  margin-left: 17.5rem; }

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

.mr-17-5 {
  margin-right: 17.5rem; }

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

.mx-17-5 {
  margin-left: 17.5rem;
  margin-right: 17.5rem; }

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

.my-17-5 {
  margin-top: 17.5rem;
  margin-bottom: 17.5rem; }

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

.p-17-5 {
  padding: 17.5rem; }

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

.pt-17-5 {
  padding-top: 17.5rem; }

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

.pb-17-5 {
  padding-bottom: 17.5rem; }

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

.pl-17-5 {
  padding-left: 17.5rem; }

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

.pr-17-5 {
  padding-right: 17.5rem; }

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

.px-17-5 {
  padding-left: 17.5rem;
  padding-right: 17.5rem; }

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

.py-17-5 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem; }

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

.m-18-5 {
  margin: 18.5rem; }

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

.mt-18-5 {
  margin-top: 18.5rem; }

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

.mb-18-5 {
  margin-bottom: 18.5rem; }

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

.ml-18-5 {
  margin-left: 18.5rem; }

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

.mr-18-5 {
  margin-right: 18.5rem; }

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

.mx-18-5 {
  margin-left: 18.5rem;
  margin-right: 18.5rem; }

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

.my-18-5 {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem; }

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

.p-18-5 {
  padding: 18.5rem; }

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

.pt-18-5 {
  padding-top: 18.5rem; }

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

.pb-18-5 {
  padding-bottom: 18.5rem; }

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

.pl-18-5 {
  padding-left: 18.5rem; }

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

.pr-18-5 {
  padding-right: 18.5rem; }

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

.px-18-5 {
  padding-left: 18.5rem;
  padding-right: 18.5rem; }

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

.py-18-5 {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem; }

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

.m-19-5 {
  margin: 19.5rem; }

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

.mt-19-5 {
  margin-top: 19.5rem; }

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

.mb-19-5 {
  margin-bottom: 19.5rem; }

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

.ml-19-5 {
  margin-left: 19.5rem; }

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

.mr-19-5 {
  margin-right: 19.5rem; }

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

.mx-19-5 {
  margin-left: 19.5rem;
  margin-right: 19.5rem; }

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

.my-19-5 {
  margin-top: 19.5rem;
  margin-bottom: 19.5rem; }

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

.p-19-5 {
  padding: 19.5rem; }

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

.pt-19-5 {
  padding-top: 19.5rem; }

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

.pb-19-5 {
  padding-bottom: 19.5rem; }

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

.pl-19-5 {
  padding-left: 19.5rem; }

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

.pr-19-5 {
  padding-right: 19.5rem; }

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

.px-19-5 {
  padding-left: 19.5rem;
  padding-right: 19.5rem; }

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

.py-19-5 {
  padding-top: 19.5rem;
  padding-bottom: 19.5rem; }

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

.m-20-5 {
  margin: 20.5rem; }

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

.mt-20-5 {
  margin-top: 20.5rem; }

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

.mb-20-5 {
  margin-bottom: 20.5rem; }

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

.ml-20-5 {
  margin-left: 20.5rem; }

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

.mr-20-5 {
  margin-right: 20.5rem; }

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

.mx-20-5 {
  margin-left: 20.5rem;
  margin-right: 20.5rem; }

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

.my-20-5 {
  margin-top: 20.5rem;
  margin-bottom: 20.5rem; }

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

.p-20-5 {
  padding: 20.5rem; }

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

.pt-20-5 {
  padding-top: 20.5rem; }

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

.pb-20-5 {
  padding-bottom: 20.5rem; }

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

.pl-20-5 {
  padding-left: 20.5rem; }

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

.pr-20-5 {
  padding-right: 20.5rem; }

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

.px-20-5 {
  padding-left: 20.5rem;
  padding-right: 20.5rem; }

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

.py-20-5 {
  padding-top: 20.5rem;
  padding-bottom: 20.5rem; }

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

.m-21-5 {
  margin: 21.5rem; }

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

.mt-21-5 {
  margin-top: 21.5rem; }

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

.mb-21-5 {
  margin-bottom: 21.5rem; }

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

.ml-21-5 {
  margin-left: 21.5rem; }

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

.mr-21-5 {
  margin-right: 21.5rem; }

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

.mx-21-5 {
  margin-left: 21.5rem;
  margin-right: 21.5rem; }

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

.my-21-5 {
  margin-top: 21.5rem;
  margin-bottom: 21.5rem; }

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

.p-21-5 {
  padding: 21.5rem; }

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

.pt-21-5 {
  padding-top: 21.5rem; }

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

.pb-21-5 {
  padding-bottom: 21.5rem; }

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

.pl-21-5 {
  padding-left: 21.5rem; }

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

.pr-21-5 {
  padding-right: 21.5rem; }

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

.px-21-5 {
  padding-left: 21.5rem;
  padding-right: 21.5rem; }

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

.py-21-5 {
  padding-top: 21.5rem;
  padding-bottom: 21.5rem; }

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

.m-22-5 {
  margin: 22.5rem; }

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

.mt-22-5 {
  margin-top: 22.5rem; }

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

.mb-22-5 {
  margin-bottom: 22.5rem; }

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

.ml-22-5 {
  margin-left: 22.5rem; }

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

.mr-22-5 {
  margin-right: 22.5rem; }

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

.mx-22-5 {
  margin-left: 22.5rem;
  margin-right: 22.5rem; }

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

.my-22-5 {
  margin-top: 22.5rem;
  margin-bottom: 22.5rem; }

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

.p-22-5 {
  padding: 22.5rem; }

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

.pt-22-5 {
  padding-top: 22.5rem; }

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

.pb-22-5 {
  padding-bottom: 22.5rem; }

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

.pl-22-5 {
  padding-left: 22.5rem; }

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

.pr-22-5 {
  padding-right: 22.5rem; }

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

.px-22-5 {
  padding-left: 22.5rem;
  padding-right: 22.5rem; }

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

.py-22-5 {
  padding-top: 22.5rem;
  padding-bottom: 22.5rem; }

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

.m-23-5 {
  margin: 23.5rem; }

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

.mt-23-5 {
  margin-top: 23.5rem; }

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

.mb-23-5 {
  margin-bottom: 23.5rem; }

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

.ml-23-5 {
  margin-left: 23.5rem; }

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

.mr-23-5 {
  margin-right: 23.5rem; }

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

.mx-23-5 {
  margin-left: 23.5rem;
  margin-right: 23.5rem; }

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

.my-23-5 {
  margin-top: 23.5rem;
  margin-bottom: 23.5rem; }

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

.p-23-5 {
  padding: 23.5rem; }

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

.pt-23-5 {
  padding-top: 23.5rem; }

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

.pb-23-5 {
  padding-bottom: 23.5rem; }

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

.pl-23-5 {
  padding-left: 23.5rem; }

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

.pr-23-5 {
  padding-right: 23.5rem; }

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

.px-23-5 {
  padding-left: 23.5rem;
  padding-right: 23.5rem; }

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

.py-23-5 {
  padding-top: 23.5rem;
  padding-bottom: 23.5rem; }

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

.m-24-5 {
  margin: 24.5rem; }

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

.mt-24-5 {
  margin-top: 24.5rem; }

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

.mb-24-5 {
  margin-bottom: 24.5rem; }

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

.ml-24-5 {
  margin-left: 24.5rem; }

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

.mr-24-5 {
  margin-right: 24.5rem; }

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

.mx-24-5 {
  margin-left: 24.5rem;
  margin-right: 24.5rem; }

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

.my-24-5 {
  margin-top: 24.5rem;
  margin-bottom: 24.5rem; }

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

.p-24-5 {
  padding: 24.5rem; }

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

.pt-24-5 {
  padding-top: 24.5rem; }

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

.pb-24-5 {
  padding-bottom: 24.5rem; }

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

.pl-24-5 {
  padding-left: 24.5rem; }

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

.pr-24-5 {
  padding-right: 24.5rem; }

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

.px-24-5 {
  padding-left: 24.5rem;
  padding-right: 24.5rem; }

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

.py-24-5 {
  padding-top: 24.5rem;
  padding-bottom: 24.5rem; }

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

.m-25-5 {
  margin: 25.5rem; }

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

.mt-25-5 {
  margin-top: 25.5rem; }

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

.mb-25-5 {
  margin-bottom: 25.5rem; }

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

.ml-25-5 {
  margin-left: 25.5rem; }

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

.mr-25-5 {
  margin-right: 25.5rem; }

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

.mx-25-5 {
  margin-left: 25.5rem;
  margin-right: 25.5rem; }

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

.my-25-5 {
  margin-top: 25.5rem;
  margin-bottom: 25.5rem; }

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

.p-25-5 {
  padding: 25.5rem; }

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

.pt-25-5 {
  padding-top: 25.5rem; }

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

.pb-25-5 {
  padding-bottom: 25.5rem; }

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

.pl-25-5 {
  padding-left: 25.5rem; }

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

.pr-25-5 {
  padding-right: 25.5rem; }

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

.px-25-5 {
  padding-left: 25.5rem;
  padding-right: 25.5rem; }

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

.py-25-5 {
  padding-top: 25.5rem;
  padding-bottom: 25.5rem; }

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

.m-26-5 {
  margin: 26.5rem; }

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

.mt-26-5 {
  margin-top: 26.5rem; }

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

.mb-26-5 {
  margin-bottom: 26.5rem; }

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

.ml-26-5 {
  margin-left: 26.5rem; }

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

.mr-26-5 {
  margin-right: 26.5rem; }

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

.mx-26-5 {
  margin-left: 26.5rem;
  margin-right: 26.5rem; }

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

.my-26-5 {
  margin-top: 26.5rem;
  margin-bottom: 26.5rem; }

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

.p-26-5 {
  padding: 26.5rem; }

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

.pt-26-5 {
  padding-top: 26.5rem; }

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

.pb-26-5 {
  padding-bottom: 26.5rem; }

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

.pl-26-5 {
  padding-left: 26.5rem; }

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

.pr-26-5 {
  padding-right: 26.5rem; }

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

.px-26-5 {
  padding-left: 26.5rem;
  padding-right: 26.5rem; }

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

.py-26-5 {
  padding-top: 26.5rem;
  padding-bottom: 26.5rem; }

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

.m-27-5 {
  margin: 27.5rem; }

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

.mt-27-5 {
  margin-top: 27.5rem; }

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

.mb-27-5 {
  margin-bottom: 27.5rem; }

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

.ml-27-5 {
  margin-left: 27.5rem; }

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

.mr-27-5 {
  margin-right: 27.5rem; }

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

.mx-27-5 {
  margin-left: 27.5rem;
  margin-right: 27.5rem; }

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

.my-27-5 {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem; }

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

.p-27-5 {
  padding: 27.5rem; }

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

.pt-27-5 {
  padding-top: 27.5rem; }

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

.pb-27-5 {
  padding-bottom: 27.5rem; }

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

.pl-27-5 {
  padding-left: 27.5rem; }

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

.pr-27-5 {
  padding-right: 27.5rem; }

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

.px-27-5 {
  padding-left: 27.5rem;
  padding-right: 27.5rem; }

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

.py-27-5 {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem; }

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

.m-28-5 {
  margin: 28.5rem; }

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

.mt-28-5 {
  margin-top: 28.5rem; }

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

.mb-28-5 {
  margin-bottom: 28.5rem; }

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

.ml-28-5 {
  margin-left: 28.5rem; }

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

.mr-28-5 {
  margin-right: 28.5rem; }

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

.mx-28-5 {
  margin-left: 28.5rem;
  margin-right: 28.5rem; }

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

.my-28-5 {
  margin-top: 28.5rem;
  margin-bottom: 28.5rem; }

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

.p-28-5 {
  padding: 28.5rem; }

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

.pt-28-5 {
  padding-top: 28.5rem; }

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

.pb-28-5 {
  padding-bottom: 28.5rem; }

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

.pl-28-5 {
  padding-left: 28.5rem; }

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

.pr-28-5 {
  padding-right: 28.5rem; }

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

.px-28-5 {
  padding-left: 28.5rem;
  padding-right: 28.5rem; }

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

.py-28-5 {
  padding-top: 28.5rem;
  padding-bottom: 28.5rem; }

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

.m-29-5 {
  margin: 29.5rem; }

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

.mt-29-5 {
  margin-top: 29.5rem; }

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

.mb-29-5 {
  margin-bottom: 29.5rem; }

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

.ml-29-5 {
  margin-left: 29.5rem; }

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

.mr-29-5 {
  margin-right: 29.5rem; }

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

.mx-29-5 {
  margin-left: 29.5rem;
  margin-right: 29.5rem; }

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

.my-29-5 {
  margin-top: 29.5rem;
  margin-bottom: 29.5rem; }

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

.p-29-5 {
  padding: 29.5rem; }

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

.pt-29-5 {
  padding-top: 29.5rem; }

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

.pb-29-5 {
  padding-bottom: 29.5rem; }

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

.pl-29-5 {
  padding-left: 29.5rem; }

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

.pr-29-5 {
  padding-right: 29.5rem; }

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

.px-29-5 {
  padding-left: 29.5rem;
  padding-right: 29.5rem; }

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

.py-29-5 {
  padding-top: 29.5rem;
  padding-bottom: 29.5rem; }

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

.m-30-5 {
  margin: 30.5rem; }

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

.mt-30-5 {
  margin-top: 30.5rem; }

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

.mb-30-5 {
  margin-bottom: 30.5rem; }

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

.ml-30-5 {
  margin-left: 30.5rem; }

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

.mr-30-5 {
  margin-right: 30.5rem; }

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

.mx-30-5 {
  margin-left: 30.5rem;
  margin-right: 30.5rem; }

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

.my-30-5 {
  margin-top: 30.5rem;
  margin-bottom: 30.5rem; }

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

.p-30-5 {
  padding: 30.5rem; }

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

.pt-30-5 {
  padding-top: 30.5rem; }

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

.pb-30-5 {
  padding-bottom: 30.5rem; }

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

.pl-30-5 {
  padding-left: 30.5rem; }

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

.pr-30-5 {
  padding-right: 30.5rem; }

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

.px-30-5 {
  padding-left: 30.5rem;
  padding-right: 30.5rem; }

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

.py-30-5 {
  padding-top: 30.5rem;
  padding-bottom: 30.5rem; }

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

.m-31-5 {
  margin: 31.5rem; }

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

.mt-31-5 {
  margin-top: 31.5rem; }

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

.mb-31-5 {
  margin-bottom: 31.5rem; }

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

.ml-31-5 {
  margin-left: 31.5rem; }

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

.mr-31-5 {
  margin-right: 31.5rem; }

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

.mx-31-5 {
  margin-left: 31.5rem;
  margin-right: 31.5rem; }

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

.my-31-5 {
  margin-top: 31.5rem;
  margin-bottom: 31.5rem; }

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

.p-31-5 {
  padding: 31.5rem; }

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

.pt-31-5 {
  padding-top: 31.5rem; }

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

.pb-31-5 {
  padding-bottom: 31.5rem; }

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

.pl-31-5 {
  padding-left: 31.5rem; }

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

.pr-31-5 {
  padding-right: 31.5rem; }

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

.px-31-5 {
  padding-left: 31.5rem;
  padding-right: 31.5rem; }

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

.py-31-5 {
  padding-top: 31.5rem;
  padding-bottom: 31.5rem; }

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

.m-32-5 {
  margin: 32.5rem; }

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

.mt-32-5 {
  margin-top: 32.5rem; }

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

.mb-32-5 {
  margin-bottom: 32.5rem; }

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

.ml-32-5 {
  margin-left: 32.5rem; }

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

.mr-32-5 {
  margin-right: 32.5rem; }

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

.mx-32-5 {
  margin-left: 32.5rem;
  margin-right: 32.5rem; }

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

.my-32-5 {
  margin-top: 32.5rem;
  margin-bottom: 32.5rem; }

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

.p-32-5 {
  padding: 32.5rem; }

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

.pt-32-5 {
  padding-top: 32.5rem; }

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

.pb-32-5 {
  padding-bottom: 32.5rem; }

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

.pl-32-5 {
  padding-left: 32.5rem; }

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

.pr-32-5 {
  padding-right: 32.5rem; }

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

.px-32-5 {
  padding-left: 32.5rem;
  padding-right: 32.5rem; }

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

.py-32-5 {
  padding-top: 32.5rem;
  padding-bottom: 32.5rem; }

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

.m-33-5 {
  margin: 33.5rem; }

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

.mt-33-5 {
  margin-top: 33.5rem; }

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

.mb-33-5 {
  margin-bottom: 33.5rem; }

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

.ml-33-5 {
  margin-left: 33.5rem; }

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

.mr-33-5 {
  margin-right: 33.5rem; }

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

.mx-33-5 {
  margin-left: 33.5rem;
  margin-right: 33.5rem; }

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

.my-33-5 {
  margin-top: 33.5rem;
  margin-bottom: 33.5rem; }

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

.p-33-5 {
  padding: 33.5rem; }

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

.pt-33-5 {
  padding-top: 33.5rem; }

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

.pb-33-5 {
  padding-bottom: 33.5rem; }

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

.pl-33-5 {
  padding-left: 33.5rem; }

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

.pr-33-5 {
  padding-right: 33.5rem; }

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

.px-33-5 {
  padding-left: 33.5rem;
  padding-right: 33.5rem; }

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

.py-33-5 {
  padding-top: 33.5rem;
  padding-bottom: 33.5rem; }

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

.m-34-5 {
  margin: 34.5rem; }

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

.mt-34-5 {
  margin-top: 34.5rem; }

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

.mb-34-5 {
  margin-bottom: 34.5rem; }

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

.ml-34-5 {
  margin-left: 34.5rem; }

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

.mr-34-5 {
  margin-right: 34.5rem; }

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

.mx-34-5 {
  margin-left: 34.5rem;
  margin-right: 34.5rem; }

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

.my-34-5 {
  margin-top: 34.5rem;
  margin-bottom: 34.5rem; }

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

.p-34-5 {
  padding: 34.5rem; }

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

.pt-34-5 {
  padding-top: 34.5rem; }

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

.pb-34-5 {
  padding-bottom: 34.5rem; }

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

.pl-34-5 {
  padding-left: 34.5rem; }

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

.pr-34-5 {
  padding-right: 34.5rem; }

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

.px-34-5 {
  padding-left: 34.5rem;
  padding-right: 34.5rem; }

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

.py-34-5 {
  padding-top: 34.5rem;
  padding-bottom: 34.5rem; }

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

.m-35-5 {
  margin: 35.5rem; }

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

.mt-35-5 {
  margin-top: 35.5rem; }

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

.mb-35-5 {
  margin-bottom: 35.5rem; }

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

.ml-35-5 {
  margin-left: 35.5rem; }

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

.mr-35-5 {
  margin-right: 35.5rem; }

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

.mx-35-5 {
  margin-left: 35.5rem;
  margin-right: 35.5rem; }

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

.my-35-5 {
  margin-top: 35.5rem;
  margin-bottom: 35.5rem; }

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

.p-35-5 {
  padding: 35.5rem; }

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

.pt-35-5 {
  padding-top: 35.5rem; }

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

.pb-35-5 {
  padding-bottom: 35.5rem; }

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

.pl-35-5 {
  padding-left: 35.5rem; }

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

.pr-35-5 {
  padding-right: 35.5rem; }

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

.px-35-5 {
  padding-left: 35.5rem;
  padding-right: 35.5rem; }

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

.py-35-5 {
  padding-top: 35.5rem;
  padding-bottom: 35.5rem; }

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

.m-36-5 {
  margin: 36.5rem; }

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

.mt-36-5 {
  margin-top: 36.5rem; }

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

.mb-36-5 {
  margin-bottom: 36.5rem; }

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

.ml-36-5 {
  margin-left: 36.5rem; }

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

.mr-36-5 {
  margin-right: 36.5rem; }

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

.mx-36-5 {
  margin-left: 36.5rem;
  margin-right: 36.5rem; }

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

.my-36-5 {
  margin-top: 36.5rem;
  margin-bottom: 36.5rem; }

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

.p-36-5 {
  padding: 36.5rem; }

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

.pt-36-5 {
  padding-top: 36.5rem; }

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

.pb-36-5 {
  padding-bottom: 36.5rem; }

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

.pl-36-5 {
  padding-left: 36.5rem; }

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

.pr-36-5 {
  padding-right: 36.5rem; }

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

.px-36-5 {
  padding-left: 36.5rem;
  padding-right: 36.5rem; }

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

.py-36-5 {
  padding-top: 36.5rem;
  padding-bottom: 36.5rem; }

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

.m-37-5 {
  margin: 37.5rem; }

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

.mt-37-5 {
  margin-top: 37.5rem; }

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

.mb-37-5 {
  margin-bottom: 37.5rem; }

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

.ml-37-5 {
  margin-left: 37.5rem; }

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

.mr-37-5 {
  margin-right: 37.5rem; }

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

.mx-37-5 {
  margin-left: 37.5rem;
  margin-right: 37.5rem; }

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

.my-37-5 {
  margin-top: 37.5rem;
  margin-bottom: 37.5rem; }

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

.p-37-5 {
  padding: 37.5rem; }

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

.pt-37-5 {
  padding-top: 37.5rem; }

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

.pb-37-5 {
  padding-bottom: 37.5rem; }

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

.pl-37-5 {
  padding-left: 37.5rem; }

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

.pr-37-5 {
  padding-right: 37.5rem; }

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

.px-37-5 {
  padding-left: 37.5rem;
  padding-right: 37.5rem; }

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

.py-37-5 {
  padding-top: 37.5rem;
  padding-bottom: 37.5rem; }

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

.m-38-5 {
  margin: 38.5rem; }

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

.mt-38-5 {
  margin-top: 38.5rem; }

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

.mb-38-5 {
  margin-bottom: 38.5rem; }

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

.ml-38-5 {
  margin-left: 38.5rem; }

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

.mr-38-5 {
  margin-right: 38.5rem; }

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

.mx-38-5 {
  margin-left: 38.5rem;
  margin-right: 38.5rem; }

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

.my-38-5 {
  margin-top: 38.5rem;
  margin-bottom: 38.5rem; }

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

.p-38-5 {
  padding: 38.5rem; }

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

.pt-38-5 {
  padding-top: 38.5rem; }

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

.pb-38-5 {
  padding-bottom: 38.5rem; }

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

.pl-38-5 {
  padding-left: 38.5rem; }

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

.pr-38-5 {
  padding-right: 38.5rem; }

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

.px-38-5 {
  padding-left: 38.5rem;
  padding-right: 38.5rem; }

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

.py-38-5 {
  padding-top: 38.5rem;
  padding-bottom: 38.5rem; }

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

.m-39-5 {
  margin: 39.5rem; }

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

.mt-39-5 {
  margin-top: 39.5rem; }

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

.mb-39-5 {
  margin-bottom: 39.5rem; }

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

.ml-39-5 {
  margin-left: 39.5rem; }

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

.mr-39-5 {
  margin-right: 39.5rem; }

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

.mx-39-5 {
  margin-left: 39.5rem;
  margin-right: 39.5rem; }

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

.my-39-5 {
  margin-top: 39.5rem;
  margin-bottom: 39.5rem; }

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

.p-39-5 {
  padding: 39.5rem; }

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

.pt-39-5 {
  padding-top: 39.5rem; }

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

.pb-39-5 {
  padding-bottom: 39.5rem; }

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

.pl-39-5 {
  padding-left: 39.5rem; }

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

.pr-39-5 {
  padding-right: 39.5rem; }

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

.px-39-5 {
  padding-left: 39.5rem;
  padding-right: 39.5rem; }

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

.py-39-5 {
  padding-top: 39.5rem;
  padding-bottom: 39.5rem; }

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

.m-40-5 {
  margin: 40.5rem; }

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

.mt-40-5 {
  margin-top: 40.5rem; }

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

.mb-40-5 {
  margin-bottom: 40.5rem; }

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

.ml-40-5 {
  margin-left: 40.5rem; }

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

.mr-40-5 {
  margin-right: 40.5rem; }

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

.mx-40-5 {
  margin-left: 40.5rem;
  margin-right: 40.5rem; }

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

.my-40-5 {
  margin-top: 40.5rem;
  margin-bottom: 40.5rem; }

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

.p-40-5 {
  padding: 40.5rem; }

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

.pt-40-5 {
  padding-top: 40.5rem; }

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

.pb-40-5 {
  padding-bottom: 40.5rem; }

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

.pl-40-5 {
  padding-left: 40.5rem; }

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

.pr-40-5 {
  padding-right: 40.5rem; }

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

.px-40-5 {
  padding-left: 40.5rem;
  padding-right: 40.5rem; }

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

.py-40-5 {
  padding-top: 40.5rem;
  padding-bottom: 40.5rem; }

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

.m-41-5 {
  margin: 41.5rem; }

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

.mt-41-5 {
  margin-top: 41.5rem; }

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

.mb-41-5 {
  margin-bottom: 41.5rem; }

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

.ml-41-5 {
  margin-left: 41.5rem; }

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

.mr-41-5 {
  margin-right: 41.5rem; }

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

.mx-41-5 {
  margin-left: 41.5rem;
  margin-right: 41.5rem; }

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

.my-41-5 {
  margin-top: 41.5rem;
  margin-bottom: 41.5rem; }

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

.p-41-5 {
  padding: 41.5rem; }

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

.pt-41-5 {
  padding-top: 41.5rem; }

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

.pb-41-5 {
  padding-bottom: 41.5rem; }

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

.pl-41-5 {
  padding-left: 41.5rem; }

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

.pr-41-5 {
  padding-right: 41.5rem; }

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

.px-41-5 {
  padding-left: 41.5rem;
  padding-right: 41.5rem; }

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

.py-41-5 {
  padding-top: 41.5rem;
  padding-bottom: 41.5rem; }

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

.m-42-5 {
  margin: 42.5rem; }

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

.mt-42-5 {
  margin-top: 42.5rem; }

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

.mb-42-5 {
  margin-bottom: 42.5rem; }

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

.ml-42-5 {
  margin-left: 42.5rem; }

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

.mr-42-5 {
  margin-right: 42.5rem; }

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

.mx-42-5 {
  margin-left: 42.5rem;
  margin-right: 42.5rem; }

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

.my-42-5 {
  margin-top: 42.5rem;
  margin-bottom: 42.5rem; }

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

.p-42-5 {
  padding: 42.5rem; }

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

.pt-42-5 {
  padding-top: 42.5rem; }

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

.pb-42-5 {
  padding-bottom: 42.5rem; }

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

.pl-42-5 {
  padding-left: 42.5rem; }

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

.pr-42-5 {
  padding-right: 42.5rem; }

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

.px-42-5 {
  padding-left: 42.5rem;
  padding-right: 42.5rem; }

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

.py-42-5 {
  padding-top: 42.5rem;
  padding-bottom: 42.5rem; }

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

.m-43-5 {
  margin: 43.5rem; }

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

.mt-43-5 {
  margin-top: 43.5rem; }

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

.mb-43-5 {
  margin-bottom: 43.5rem; }

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

.ml-43-5 {
  margin-left: 43.5rem; }

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

.mr-43-5 {
  margin-right: 43.5rem; }

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

.mx-43-5 {
  margin-left: 43.5rem;
  margin-right: 43.5rem; }

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

.my-43-5 {
  margin-top: 43.5rem;
  margin-bottom: 43.5rem; }

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

.p-43-5 {
  padding: 43.5rem; }

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

.pt-43-5 {
  padding-top: 43.5rem; }

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

.pb-43-5 {
  padding-bottom: 43.5rem; }

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

.pl-43-5 {
  padding-left: 43.5rem; }

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

.pr-43-5 {
  padding-right: 43.5rem; }

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

.px-43-5 {
  padding-left: 43.5rem;
  padding-right: 43.5rem; }

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

.py-43-5 {
  padding-top: 43.5rem;
  padding-bottom: 43.5rem; }

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

.m-44-5 {
  margin: 44.5rem; }

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

.mt-44-5 {
  margin-top: 44.5rem; }

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

.mb-44-5 {
  margin-bottom: 44.5rem; }

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

.ml-44-5 {
  margin-left: 44.5rem; }

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

.mr-44-5 {
  margin-right: 44.5rem; }

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

.mx-44-5 {
  margin-left: 44.5rem;
  margin-right: 44.5rem; }

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

.my-44-5 {
  margin-top: 44.5rem;
  margin-bottom: 44.5rem; }

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

.p-44-5 {
  padding: 44.5rem; }

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

.pt-44-5 {
  padding-top: 44.5rem; }

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

.pb-44-5 {
  padding-bottom: 44.5rem; }

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

.pl-44-5 {
  padding-left: 44.5rem; }

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

.pr-44-5 {
  padding-right: 44.5rem; }

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

.px-44-5 {
  padding-left: 44.5rem;
  padding-right: 44.5rem; }

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

.py-44-5 {
  padding-top: 44.5rem;
  padding-bottom: 44.5rem; }

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

.m-45-5 {
  margin: 45.5rem; }

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

.mt-45-5 {
  margin-top: 45.5rem; }

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

.mb-45-5 {
  margin-bottom: 45.5rem; }

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

.ml-45-5 {
  margin-left: 45.5rem; }

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

.mr-45-5 {
  margin-right: 45.5rem; }

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

.mx-45-5 {
  margin-left: 45.5rem;
  margin-right: 45.5rem; }

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

.my-45-5 {
  margin-top: 45.5rem;
  margin-bottom: 45.5rem; }

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

.p-45-5 {
  padding: 45.5rem; }

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

.pt-45-5 {
  padding-top: 45.5rem; }

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

.pb-45-5 {
  padding-bottom: 45.5rem; }

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

.pl-45-5 {
  padding-left: 45.5rem; }

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

.pr-45-5 {
  padding-right: 45.5rem; }

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

.px-45-5 {
  padding-left: 45.5rem;
  padding-right: 45.5rem; }

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

.py-45-5 {
  padding-top: 45.5rem;
  padding-bottom: 45.5rem; }

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

.m-46-5 {
  margin: 46.5rem; }

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

.mt-46-5 {
  margin-top: 46.5rem; }

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

.mb-46-5 {
  margin-bottom: 46.5rem; }

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

.ml-46-5 {
  margin-left: 46.5rem; }

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

.mr-46-5 {
  margin-right: 46.5rem; }

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

.mx-46-5 {
  margin-left: 46.5rem;
  margin-right: 46.5rem; }

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

.my-46-5 {
  margin-top: 46.5rem;
  margin-bottom: 46.5rem; }

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

.p-46-5 {
  padding: 46.5rem; }

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

.pt-46-5 {
  padding-top: 46.5rem; }

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

.pb-46-5 {
  padding-bottom: 46.5rem; }

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

.pl-46-5 {
  padding-left: 46.5rem; }

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

.pr-46-5 {
  padding-right: 46.5rem; }

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

.px-46-5 {
  padding-left: 46.5rem;
  padding-right: 46.5rem; }

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

.py-46-5 {
  padding-top: 46.5rem;
  padding-bottom: 46.5rem; }

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

.m-47-5 {
  margin: 47.5rem; }

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

.mt-47-5 {
  margin-top: 47.5rem; }

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

.mb-47-5 {
  margin-bottom: 47.5rem; }

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

.ml-47-5 {
  margin-left: 47.5rem; }

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

.mr-47-5 {
  margin-right: 47.5rem; }

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

.mx-47-5 {
  margin-left: 47.5rem;
  margin-right: 47.5rem; }

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

.my-47-5 {
  margin-top: 47.5rem;
  margin-bottom: 47.5rem; }

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

.p-47-5 {
  padding: 47.5rem; }

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

.pt-47-5 {
  padding-top: 47.5rem; }

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

.pb-47-5 {
  padding-bottom: 47.5rem; }

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

.pl-47-5 {
  padding-left: 47.5rem; }

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

.pr-47-5 {
  padding-right: 47.5rem; }

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

.px-47-5 {
  padding-left: 47.5rem;
  padding-right: 47.5rem; }

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

.py-47-5 {
  padding-top: 47.5rem;
  padding-bottom: 47.5rem; }

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

.m-48-5 {
  margin: 48.5rem; }

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

.mt-48-5 {
  margin-top: 48.5rem; }

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

.mb-48-5 {
  margin-bottom: 48.5rem; }

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

.ml-48-5 {
  margin-left: 48.5rem; }

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

.mr-48-5 {
  margin-right: 48.5rem; }

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

.mx-48-5 {
  margin-left: 48.5rem;
  margin-right: 48.5rem; }

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

.my-48-5 {
  margin-top: 48.5rem;
  margin-bottom: 48.5rem; }

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

.p-48-5 {
  padding: 48.5rem; }

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

.pt-48-5 {
  padding-top: 48.5rem; }

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

.pb-48-5 {
  padding-bottom: 48.5rem; }

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

.pl-48-5 {
  padding-left: 48.5rem; }

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

.pr-48-5 {
  padding-right: 48.5rem; }

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

.px-48-5 {
  padding-left: 48.5rem;
  padding-right: 48.5rem; }

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

.py-48-5 {
  padding-top: 48.5rem;
  padding-bottom: 48.5rem; }

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

.m-49-5 {
  margin: 49.5rem; }

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

.mt-49-5 {
  margin-top: 49.5rem; }

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

.mb-49-5 {
  margin-bottom: 49.5rem; }

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

.ml-49-5 {
  margin-left: 49.5rem; }

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

.mr-49-5 {
  margin-right: 49.5rem; }

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

.mx-49-5 {
  margin-left: 49.5rem;
  margin-right: 49.5rem; }

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

.my-49-5 {
  margin-top: 49.5rem;
  margin-bottom: 49.5rem; }

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

.p-49-5 {
  padding: 49.5rem; }

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

.pt-49-5 {
  padding-top: 49.5rem; }

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

.pb-49-5 {
  padding-bottom: 49.5rem; }

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

.pl-49-5 {
  padding-left: 49.5rem; }

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

.pr-49-5 {
  padding-right: 49.5rem; }

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

.px-49-5 {
  padding-left: 49.5rem;
  padding-right: 49.5rem; }

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

.py-49-5 {
  padding-top: 49.5rem;
  padding-bottom: 49.5rem; }

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

.m-50-5 {
  margin: 50.5rem; }

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

.mt-50-5 {
  margin-top: 50.5rem; }

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

.mb-50-5 {
  margin-bottom: 50.5rem; }

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

.ml-50-5 {
  margin-left: 50.5rem; }

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

.mr-50-5 {
  margin-right: 50.5rem; }

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

.mx-50-5 {
  margin-left: 50.5rem;
  margin-right: 50.5rem; }

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

.my-50-5 {
  margin-top: 50.5rem;
  margin-bottom: 50.5rem; }

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

.p-50-5 {
  padding: 50.5rem; }

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

.pt-50-5 {
  padding-top: 50.5rem; }

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

.pb-50-5 {
  padding-bottom: 50.5rem; }

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

.pl-50-5 {
  padding-left: 50.5rem; }

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

.pr-50-5 {
  padding-right: 50.5rem; }

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

.px-50-5 {
  padding-left: 50.5rem;
  padding-right: 50.5rem; }

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

.py-50-5 {
  padding-top: 50.5rem;
  padding-bottom: 50.5rem; }

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

.m-51-5 {
  margin: 51.5rem; }

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

.mt-51-5 {
  margin-top: 51.5rem; }

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

.mb-51-5 {
  margin-bottom: 51.5rem; }

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

.ml-51-5 {
  margin-left: 51.5rem; }

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

.mr-51-5 {
  margin-right: 51.5rem; }

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

.mx-51-5 {
  margin-left: 51.5rem;
  margin-right: 51.5rem; }

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

.my-51-5 {
  margin-top: 51.5rem;
  margin-bottom: 51.5rem; }

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

.p-51-5 {
  padding: 51.5rem; }

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

.pt-51-5 {
  padding-top: 51.5rem; }

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

.pb-51-5 {
  padding-bottom: 51.5rem; }

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

.pl-51-5 {
  padding-left: 51.5rem; }

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

.pr-51-5 {
  padding-right: 51.5rem; }

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

.px-51-5 {
  padding-left: 51.5rem;
  padding-right: 51.5rem; }

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

.py-51-5 {
  padding-top: 51.5rem;
  padding-bottom: 51.5rem; }

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

.m-52-5 {
  margin: 52.5rem; }

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

.mt-52-5 {
  margin-top: 52.5rem; }

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

.mb-52-5 {
  margin-bottom: 52.5rem; }

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

.ml-52-5 {
  margin-left: 52.5rem; }

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

.mr-52-5 {
  margin-right: 52.5rem; }

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

.mx-52-5 {
  margin-left: 52.5rem;
  margin-right: 52.5rem; }

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

.my-52-5 {
  margin-top: 52.5rem;
  margin-bottom: 52.5rem; }

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

.p-52-5 {
  padding: 52.5rem; }

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

.pt-52-5 {
  padding-top: 52.5rem; }

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

.pb-52-5 {
  padding-bottom: 52.5rem; }

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

.pl-52-5 {
  padding-left: 52.5rem; }

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

.pr-52-5 {
  padding-right: 52.5rem; }

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

.px-52-5 {
  padding-left: 52.5rem;
  padding-right: 52.5rem; }

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

.py-52-5 {
  padding-top: 52.5rem;
  padding-bottom: 52.5rem; }

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

.m-53-5 {
  margin: 53.5rem; }

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

.mt-53-5 {
  margin-top: 53.5rem; }

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

.mb-53-5 {
  margin-bottom: 53.5rem; }

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

.ml-53-5 {
  margin-left: 53.5rem; }

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

.mr-53-5 {
  margin-right: 53.5rem; }

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

.mx-53-5 {
  margin-left: 53.5rem;
  margin-right: 53.5rem; }

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

.my-53-5 {
  margin-top: 53.5rem;
  margin-bottom: 53.5rem; }

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

.p-53-5 {
  padding: 53.5rem; }

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

.pt-53-5 {
  padding-top: 53.5rem; }

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

.pb-53-5 {
  padding-bottom: 53.5rem; }

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

.pl-53-5 {
  padding-left: 53.5rem; }

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

.pr-53-5 {
  padding-right: 53.5rem; }

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

.px-53-5 {
  padding-left: 53.5rem;
  padding-right: 53.5rem; }

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

.py-53-5 {
  padding-top: 53.5rem;
  padding-bottom: 53.5rem; }

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

.m-54-5 {
  margin: 54.5rem; }

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

.mt-54-5 {
  margin-top: 54.5rem; }

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

.mb-54-5 {
  margin-bottom: 54.5rem; }

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

.ml-54-5 {
  margin-left: 54.5rem; }

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

.mr-54-5 {
  margin-right: 54.5rem; }

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

.mx-54-5 {
  margin-left: 54.5rem;
  margin-right: 54.5rem; }

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

.my-54-5 {
  margin-top: 54.5rem;
  margin-bottom: 54.5rem; }

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

.p-54-5 {
  padding: 54.5rem; }

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

.pt-54-5 {
  padding-top: 54.5rem; }

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

.pb-54-5 {
  padding-bottom: 54.5rem; }

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

.pl-54-5 {
  padding-left: 54.5rem; }

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

.pr-54-5 {
  padding-right: 54.5rem; }

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

.px-54-5 {
  padding-left: 54.5rem;
  padding-right: 54.5rem; }

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

.py-54-5 {
  padding-top: 54.5rem;
  padding-bottom: 54.5rem; }

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

.m-55-5 {
  margin: 55.5rem; }

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

.mt-55-5 {
  margin-top: 55.5rem; }

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

.mb-55-5 {
  margin-bottom: 55.5rem; }

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

.ml-55-5 {
  margin-left: 55.5rem; }

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

.mr-55-5 {
  margin-right: 55.5rem; }

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

.mx-55-5 {
  margin-left: 55.5rem;
  margin-right: 55.5rem; }

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

.my-55-5 {
  margin-top: 55.5rem;
  margin-bottom: 55.5rem; }

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

.p-55-5 {
  padding: 55.5rem; }

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

.pt-55-5 {
  padding-top: 55.5rem; }

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

.pb-55-5 {
  padding-bottom: 55.5rem; }

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

.pl-55-5 {
  padding-left: 55.5rem; }

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

.pr-55-5 {
  padding-right: 55.5rem; }

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

.px-55-5 {
  padding-left: 55.5rem;
  padding-right: 55.5rem; }

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

.py-55-5 {
  padding-top: 55.5rem;
  padding-bottom: 55.5rem; }

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

.m-56-5 {
  margin: 56.5rem; }

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

.mt-56-5 {
  margin-top: 56.5rem; }

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

.mb-56-5 {
  margin-bottom: 56.5rem; }

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

.ml-56-5 {
  margin-left: 56.5rem; }

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

.mr-56-5 {
  margin-right: 56.5rem; }

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

.mx-56-5 {
  margin-left: 56.5rem;
  margin-right: 56.5rem; }

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

.my-56-5 {
  margin-top: 56.5rem;
  margin-bottom: 56.5rem; }

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

.p-56-5 {
  padding: 56.5rem; }

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

.pt-56-5 {
  padding-top: 56.5rem; }

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

.pb-56-5 {
  padding-bottom: 56.5rem; }

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

.pl-56-5 {
  padding-left: 56.5rem; }

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

.pr-56-5 {
  padding-right: 56.5rem; }

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

.px-56-5 {
  padding-left: 56.5rem;
  padding-right: 56.5rem; }

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

.py-56-5 {
  padding-top: 56.5rem;
  padding-bottom: 56.5rem; }

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

.m-57-5 {
  margin: 57.5rem; }

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

.mt-57-5 {
  margin-top: 57.5rem; }

.mb-57 {
  margin-bottom: 57rem; }
  @media (max-width: 960px) {
    .mb-57 {
      margin-bottom: 38.0019rem !important; } }

.mb-57-5 {
  margin-bottom: 57.5rem; }

.ml-57 {
  margin-left: 57rem; }
  @media (max-width: 960px) {
    .ml-57 {
      margin-left: 38.0019rem !important; } }

.ml-57-5 {
  margin-left: 57.5rem; }

.mr-57 {
  margin-right: 57rem; }
  @media (max-width: 960px) {
    .mr-57 {
      margin-right: 38.0019rem !important; } }

.mr-57-5 {
  margin-right: 57.5rem; }

.mx-57 {
  margin-left: 57rem;
  margin-right: 57rem; }
  @media (max-width: 960px) {
    .mx-57 {
      margin-left: 38.0019rem !important;
      margin-right: 38.0019rem !important; } }

.mx-57-5 {
  margin-left: 57.5rem;
  margin-right: 57.5rem; }

.my-57 {
  margin-top: 57rem;
  margin-bottom: 57rem; }
  @media (max-width: 960px) {
    .my-57 {
      margin-top: 38.0019rem !important;
      margin-bottom: 38.0019rem !important; } }

.my-57-5 {
  margin-top: 57.5rem;
  margin-bottom: 57.5rem; }

.p-57 {
  padding: 57rem; }
  @media (max-width: 960px) {
    .p-57 {
      padding: 38.0019rem !important; } }

.p-57-5 {
  padding: 57.5rem; }

.pt-57 {
  padding-top: 57rem; }
  @media (max-width: 960px) {
    .pt-57 {
      padding-top: 38.0019rem !important; } }

.pt-57-5 {
  padding-top: 57.5rem; }

.pb-57 {
  padding-bottom: 57rem; }
  @media (max-width: 960px) {
    .pb-57 {
      padding-bottom: 38.0019rem !important; } }

.pb-57-5 {
  padding-bottom: 57.5rem; }

.pl-57 {
  padding-left: 57rem; }
  @media (max-width: 960px) {
    .pl-57 {
      padding-left: 38.0019rem !important; } }

.pl-57-5 {
  padding-left: 57.5rem; }

.pr-57 {
  padding-right: 57rem; }
  @media (max-width: 960px) {
    .pr-57 {
      padding-right: 38.0019rem !important; } }

.pr-57-5 {
  padding-right: 57.5rem; }

.px-57 {
  padding-left: 57rem;
  padding-right: 57rem; }
  @media (max-width: 960px) {
    .px-57 {
      padding-left: 38.0019rem !important;
      padding-right: 38.0019rem !important; } }

.px-57-5 {
  padding-left: 57.5rem;
  padding-right: 57.5rem; }

.py-57 {
  padding-top: 57rem;
  padding-bottom: 57rem; }
  @media (max-width: 960px) {
    .py-57 {
      padding-top: 38.0019rem !important;
      padding-bottom: 38.0019rem !important; } }

.py-57-5 {
  padding-top: 57.5rem;
  padding-bottom: 57.5rem; }

.m-58 {
  margin: 58rem; }
  @media (max-width: 960px) {
    .m-58 {
      margin: 38.6686rem !important; } }

.m-58-5 {
  margin: 58.5rem; }

.mt-58 {
  margin-top: 58rem; }
  @media (max-width: 960px) {
    .mt-58 {
      margin-top: 38.6686rem !important; } }

.mt-58-5 {
  margin-top: 58.5rem; }

.mb-58 {
  margin-bottom: 58rem; }
  @media (max-width: 960px) {
    .mb-58 {
      margin-bottom: 38.6686rem !important; } }

.mb-58-5 {
  margin-bottom: 58.5rem; }

.ml-58 {
  margin-left: 58rem; }
  @media (max-width: 960px) {
    .ml-58 {
      margin-left: 38.6686rem !important; } }

.ml-58-5 {
  margin-left: 58.5rem; }

.mr-58 {
  margin-right: 58rem; }
  @media (max-width: 960px) {
    .mr-58 {
      margin-right: 38.6686rem !important; } }

.mr-58-5 {
  margin-right: 58.5rem; }

.mx-58 {
  margin-left: 58rem;
  margin-right: 58rem; }
  @media (max-width: 960px) {
    .mx-58 {
      margin-left: 38.6686rem !important;
      margin-right: 38.6686rem !important; } }

.mx-58-5 {
  margin-left: 58.5rem;
  margin-right: 58.5rem; }

.my-58 {
  margin-top: 58rem;
  margin-bottom: 58rem; }
  @media (max-width: 960px) {
    .my-58 {
      margin-top: 38.6686rem !important;
      margin-bottom: 38.6686rem !important; } }

.my-58-5 {
  margin-top: 58.5rem;
  margin-bottom: 58.5rem; }

.p-58 {
  padding: 58rem; }
  @media (max-width: 960px) {
    .p-58 {
      padding: 38.6686rem !important; } }

.p-58-5 {
  padding: 58.5rem; }

.pt-58 {
  padding-top: 58rem; }
  @media (max-width: 960px) {
    .pt-58 {
      padding-top: 38.6686rem !important; } }

.pt-58-5 {
  padding-top: 58.5rem; }

.pb-58 {
  padding-bottom: 58rem; }
  @media (max-width: 960px) {
    .pb-58 {
      padding-bottom: 38.6686rem !important; } }

.pb-58-5 {
  padding-bottom: 58.5rem; }

.pl-58 {
  padding-left: 58rem; }
  @media (max-width: 960px) {
    .pl-58 {
      padding-left: 38.6686rem !important; } }

.pl-58-5 {
  padding-left: 58.5rem; }

.pr-58 {
  padding-right: 58rem; }
  @media (max-width: 960px) {
    .pr-58 {
      padding-right: 38.6686rem !important; } }

.pr-58-5 {
  padding-right: 58.5rem; }

.px-58 {
  padding-left: 58rem;
  padding-right: 58rem; }
  @media (max-width: 960px) {
    .px-58 {
      padding-left: 38.6686rem !important;
      padding-right: 38.6686rem !important; } }

.px-58-5 {
  padding-left: 58.5rem;
  padding-right: 58.5rem; }

.py-58 {
  padding-top: 58rem;
  padding-bottom: 58rem; }
  @media (max-width: 960px) {
    .py-58 {
      padding-top: 38.6686rem !important;
      padding-bottom: 38.6686rem !important; } }

.py-58-5 {
  padding-top: 58.5rem;
  padding-bottom: 58.5rem; }

.m-59 {
  margin: 59rem; }
  @media (max-width: 960px) {
    .m-59 {
      margin: 39.3353rem !important; } }

.m-59-5 {
  margin: 59.5rem; }

.mt-59 {
  margin-top: 59rem; }
  @media (max-width: 960px) {
    .mt-59 {
      margin-top: 39.3353rem !important; } }

.mt-59-5 {
  margin-top: 59.5rem; }

.mb-59 {
  margin-bottom: 59rem; }
  @media (max-width: 960px) {
    .mb-59 {
      margin-bottom: 39.3353rem !important; } }

.mb-59-5 {
  margin-bottom: 59.5rem; }

.ml-59 {
  margin-left: 59rem; }
  @media (max-width: 960px) {
    .ml-59 {
      margin-left: 39.3353rem !important; } }

.ml-59-5 {
  margin-left: 59.5rem; }

.mr-59 {
  margin-right: 59rem; }
  @media (max-width: 960px) {
    .mr-59 {
      margin-right: 39.3353rem !important; } }

.mr-59-5 {
  margin-right: 59.5rem; }

.mx-59 {
  margin-left: 59rem;
  margin-right: 59rem; }
  @media (max-width: 960px) {
    .mx-59 {
      margin-left: 39.3353rem !important;
      margin-right: 39.3353rem !important; } }

.mx-59-5 {
  margin-left: 59.5rem;
  margin-right: 59.5rem; }

.my-59 {
  margin-top: 59rem;
  margin-bottom: 59rem; }
  @media (max-width: 960px) {
    .my-59 {
      margin-top: 39.3353rem !important;
      margin-bottom: 39.3353rem !important; } }

.my-59-5 {
  margin-top: 59.5rem;
  margin-bottom: 59.5rem; }

.p-59 {
  padding: 59rem; }
  @media (max-width: 960px) {
    .p-59 {
      padding: 39.3353rem !important; } }

.p-59-5 {
  padding: 59.5rem; }

.pt-59 {
  padding-top: 59rem; }
  @media (max-width: 960px) {
    .pt-59 {
      padding-top: 39.3353rem !important; } }

.pt-59-5 {
  padding-top: 59.5rem; }

.pb-59 {
  padding-bottom: 59rem; }
  @media (max-width: 960px) {
    .pb-59 {
      padding-bottom: 39.3353rem !important; } }

.pb-59-5 {
  padding-bottom: 59.5rem; }

.pl-59 {
  padding-left: 59rem; }
  @media (max-width: 960px) {
    .pl-59 {
      padding-left: 39.3353rem !important; } }

.pl-59-5 {
  padding-left: 59.5rem; }

.pr-59 {
  padding-right: 59rem; }
  @media (max-width: 960px) {
    .pr-59 {
      padding-right: 39.3353rem !important; } }

.pr-59-5 {
  padding-right: 59.5rem; }

.px-59 {
  padding-left: 59rem;
  padding-right: 59rem; }
  @media (max-width: 960px) {
    .px-59 {
      padding-left: 39.3353rem !important;
      padding-right: 39.3353rem !important; } }

.px-59-5 {
  padding-left: 59.5rem;
  padding-right: 59.5rem; }

.py-59 {
  padding-top: 59rem;
  padding-bottom: 59rem; }
  @media (max-width: 960px) {
    .py-59 {
      padding-top: 39.3353rem !important;
      padding-bottom: 39.3353rem !important; } }

.py-59-5 {
  padding-top: 59.5rem;
  padding-bottom: 59.5rem; }

.m-60 {
  margin: 60rem; }
  @media (max-width: 960px) {
    .m-60 {
      margin: 40.002rem !important; } }

.m-60-5 {
  margin: 60.5rem; }

.mt-60 {
  margin-top: 60rem; }
  @media (max-width: 960px) {
    .mt-60 {
      margin-top: 40.002rem !important; } }

.mt-60-5 {
  margin-top: 60.5rem; }

.mb-60 {
  margin-bottom: 60rem; }
  @media (max-width: 960px) {
    .mb-60 {
      margin-bottom: 40.002rem !important; } }

.mb-60-5 {
  margin-bottom: 60.5rem; }

.ml-60 {
  margin-left: 60rem; }
  @media (max-width: 960px) {
    .ml-60 {
      margin-left: 40.002rem !important; } }

.ml-60-5 {
  margin-left: 60.5rem; }

.mr-60 {
  margin-right: 60rem; }
  @media (max-width: 960px) {
    .mr-60 {
      margin-right: 40.002rem !important; } }

.mr-60-5 {
  margin-right: 60.5rem; }

.mx-60 {
  margin-left: 60rem;
  margin-right: 60rem; }
  @media (max-width: 960px) {
    .mx-60 {
      margin-left: 40.002rem !important;
      margin-right: 40.002rem !important; } }

.mx-60-5 {
  margin-left: 60.5rem;
  margin-right: 60.5rem; }

.my-60 {
  margin-top: 60rem;
  margin-bottom: 60rem; }
  @media (max-width: 960px) {
    .my-60 {
      margin-top: 40.002rem !important;
      margin-bottom: 40.002rem !important; } }

.my-60-5 {
  margin-top: 60.5rem;
  margin-bottom: 60.5rem; }

.p-60 {
  padding: 60rem; }
  @media (max-width: 960px) {
    .p-60 {
      padding: 40.002rem !important; } }

.p-60-5 {
  padding: 60.5rem; }

.pt-60 {
  padding-top: 60rem; }
  @media (max-width: 960px) {
    .pt-60 {
      padding-top: 40.002rem !important; } }

.pt-60-5 {
  padding-top: 60.5rem; }

.pb-60 {
  padding-bottom: 60rem; }
  @media (max-width: 960px) {
    .pb-60 {
      padding-bottom: 40.002rem !important; } }

.pb-60-5 {
  padding-bottom: 60.5rem; }

.pl-60 {
  padding-left: 60rem; }
  @media (max-width: 960px) {
    .pl-60 {
      padding-left: 40.002rem !important; } }

.pl-60-5 {
  padding-left: 60.5rem; }

.pr-60 {
  padding-right: 60rem; }
  @media (max-width: 960px) {
    .pr-60 {
      padding-right: 40.002rem !important; } }

.pr-60-5 {
  padding-right: 60.5rem; }

.px-60 {
  padding-left: 60rem;
  padding-right: 60rem; }
  @media (max-width: 960px) {
    .px-60 {
      padding-left: 40.002rem !important;
      padding-right: 40.002rem !important; } }

.px-60-5 {
  padding-left: 60.5rem;
  padding-right: 60.5rem; }

.py-60 {
  padding-top: 60rem;
  padding-bottom: 60rem; }
  @media (max-width: 960px) {
    .py-60 {
      padding-top: 40.002rem !important;
      padding-bottom: 40.002rem !important; } }

.py-60-5 {
  padding-top: 60.5rem;
  padding-bottom: 60.5rem; }

.m-61 {
  margin: 61rem; }
  @media (max-width: 960px) {
    .m-61 {
      margin: 40.6687rem !important; } }

.m-61-5 {
  margin: 61.5rem; }

.mt-61 {
  margin-top: 61rem; }
  @media (max-width: 960px) {
    .mt-61 {
      margin-top: 40.6687rem !important; } }

.mt-61-5 {
  margin-top: 61.5rem; }

.mb-61 {
  margin-bottom: 61rem; }
  @media (max-width: 960px) {
    .mb-61 {
      margin-bottom: 40.6687rem !important; } }

.mb-61-5 {
  margin-bottom: 61.5rem; }

.ml-61 {
  margin-left: 61rem; }
  @media (max-width: 960px) {
    .ml-61 {
      margin-left: 40.6687rem !important; } }

.ml-61-5 {
  margin-left: 61.5rem; }

.mr-61 {
  margin-right: 61rem; }
  @media (max-width: 960px) {
    .mr-61 {
      margin-right: 40.6687rem !important; } }

.mr-61-5 {
  margin-right: 61.5rem; }

.mx-61 {
  margin-left: 61rem;
  margin-right: 61rem; }
  @media (max-width: 960px) {
    .mx-61 {
      margin-left: 40.6687rem !important;
      margin-right: 40.6687rem !important; } }

.mx-61-5 {
  margin-left: 61.5rem;
  margin-right: 61.5rem; }

.my-61 {
  margin-top: 61rem;
  margin-bottom: 61rem; }
  @media (max-width: 960px) {
    .my-61 {
      margin-top: 40.6687rem !important;
      margin-bottom: 40.6687rem !important; } }

.my-61-5 {
  margin-top: 61.5rem;
  margin-bottom: 61.5rem; }

.p-61 {
  padding: 61rem; }
  @media (max-width: 960px) {
    .p-61 {
      padding: 40.6687rem !important; } }

.p-61-5 {
  padding: 61.5rem; }

.pt-61 {
  padding-top: 61rem; }
  @media (max-width: 960px) {
    .pt-61 {
      padding-top: 40.6687rem !important; } }

.pt-61-5 {
  padding-top: 61.5rem; }

.pb-61 {
  padding-bottom: 61rem; }
  @media (max-width: 960px) {
    .pb-61 {
      padding-bottom: 40.6687rem !important; } }

.pb-61-5 {
  padding-bottom: 61.5rem; }

.pl-61 {
  padding-left: 61rem; }
  @media (max-width: 960px) {
    .pl-61 {
      padding-left: 40.6687rem !important; } }

.pl-61-5 {
  padding-left: 61.5rem; }

.pr-61 {
  padding-right: 61rem; }
  @media (max-width: 960px) {
    .pr-61 {
      padding-right: 40.6687rem !important; } }

.pr-61-5 {
  padding-right: 61.5rem; }

.px-61 {
  padding-left: 61rem;
  padding-right: 61rem; }
  @media (max-width: 960px) {
    .px-61 {
      padding-left: 40.6687rem !important;
      padding-right: 40.6687rem !important; } }

.px-61-5 {
  padding-left: 61.5rem;
  padding-right: 61.5rem; }

.py-61 {
  padding-top: 61rem;
  padding-bottom: 61rem; }
  @media (max-width: 960px) {
    .py-61 {
      padding-top: 40.6687rem !important;
      padding-bottom: 40.6687rem !important; } }

.py-61-5 {
  padding-top: 61.5rem;
  padding-bottom: 61.5rem; }

.m-62 {
  margin: 62rem; }
  @media (max-width: 960px) {
    .m-62 {
      margin: 41.3354rem !important; } }

.m-62-5 {
  margin: 62.5rem; }

.mt-62 {
  margin-top: 62rem; }
  @media (max-width: 960px) {
    .mt-62 {
      margin-top: 41.3354rem !important; } }

.mt-62-5 {
  margin-top: 62.5rem; }

.mb-62 {
  margin-bottom: 62rem; }
  @media (max-width: 960px) {
    .mb-62 {
      margin-bottom: 41.3354rem !important; } }

.mb-62-5 {
  margin-bottom: 62.5rem; }

.ml-62 {
  margin-left: 62rem; }
  @media (max-width: 960px) {
    .ml-62 {
      margin-left: 41.3354rem !important; } }

.ml-62-5 {
  margin-left: 62.5rem; }

.mr-62 {
  margin-right: 62rem; }
  @media (max-width: 960px) {
    .mr-62 {
      margin-right: 41.3354rem !important; } }

.mr-62-5 {
  margin-right: 62.5rem; }

.mx-62 {
  margin-left: 62rem;
  margin-right: 62rem; }
  @media (max-width: 960px) {
    .mx-62 {
      margin-left: 41.3354rem !important;
      margin-right: 41.3354rem !important; } }

.mx-62-5 {
  margin-left: 62.5rem;
  margin-right: 62.5rem; }

.my-62 {
  margin-top: 62rem;
  margin-bottom: 62rem; }
  @media (max-width: 960px) {
    .my-62 {
      margin-top: 41.3354rem !important;
      margin-bottom: 41.3354rem !important; } }

.my-62-5 {
  margin-top: 62.5rem;
  margin-bottom: 62.5rem; }

.p-62 {
  padding: 62rem; }
  @media (max-width: 960px) {
    .p-62 {
      padding: 41.3354rem !important; } }

.p-62-5 {
  padding: 62.5rem; }

.pt-62 {
  padding-top: 62rem; }
  @media (max-width: 960px) {
    .pt-62 {
      padding-top: 41.3354rem !important; } }

.pt-62-5 {
  padding-top: 62.5rem; }

.pb-62 {
  padding-bottom: 62rem; }
  @media (max-width: 960px) {
    .pb-62 {
      padding-bottom: 41.3354rem !important; } }

.pb-62-5 {
  padding-bottom: 62.5rem; }

.pl-62 {
  padding-left: 62rem; }
  @media (max-width: 960px) {
    .pl-62 {
      padding-left: 41.3354rem !important; } }

.pl-62-5 {
  padding-left: 62.5rem; }

.pr-62 {
  padding-right: 62rem; }
  @media (max-width: 960px) {
    .pr-62 {
      padding-right: 41.3354rem !important; } }

.pr-62-5 {
  padding-right: 62.5rem; }

.px-62 {
  padding-left: 62rem;
  padding-right: 62rem; }
  @media (max-width: 960px) {
    .px-62 {
      padding-left: 41.3354rem !important;
      padding-right: 41.3354rem !important; } }

.px-62-5 {
  padding-left: 62.5rem;
  padding-right: 62.5rem; }

.py-62 {
  padding-top: 62rem;
  padding-bottom: 62rem; }
  @media (max-width: 960px) {
    .py-62 {
      padding-top: 41.3354rem !important;
      padding-bottom: 41.3354rem !important; } }

.py-62-5 {
  padding-top: 62.5rem;
  padding-bottom: 62.5rem; }

.m-63 {
  margin: 63rem; }
  @media (max-width: 960px) {
    .m-63 {
      margin: 42.0021rem !important; } }

.m-63-5 {
  margin: 63.5rem; }

.mt-63 {
  margin-top: 63rem; }
  @media (max-width: 960px) {
    .mt-63 {
      margin-top: 42.0021rem !important; } }

.mt-63-5 {
  margin-top: 63.5rem; }

.mb-63 {
  margin-bottom: 63rem; }
  @media (max-width: 960px) {
    .mb-63 {
      margin-bottom: 42.0021rem !important; } }

.mb-63-5 {
  margin-bottom: 63.5rem; }

.ml-63 {
  margin-left: 63rem; }
  @media (max-width: 960px) {
    .ml-63 {
      margin-left: 42.0021rem !important; } }

.ml-63-5 {
  margin-left: 63.5rem; }

.mr-63 {
  margin-right: 63rem; }
  @media (max-width: 960px) {
    .mr-63 {
      margin-right: 42.0021rem !important; } }

.mr-63-5 {
  margin-right: 63.5rem; }

.mx-63 {
  margin-left: 63rem;
  margin-right: 63rem; }
  @media (max-width: 960px) {
    .mx-63 {
      margin-left: 42.0021rem !important;
      margin-right: 42.0021rem !important; } }

.mx-63-5 {
  margin-left: 63.5rem;
  margin-right: 63.5rem; }

.my-63 {
  margin-top: 63rem;
  margin-bottom: 63rem; }
  @media (max-width: 960px) {
    .my-63 {
      margin-top: 42.0021rem !important;
      margin-bottom: 42.0021rem !important; } }

.my-63-5 {
  margin-top: 63.5rem;
  margin-bottom: 63.5rem; }

.p-63 {
  padding: 63rem; }
  @media (max-width: 960px) {
    .p-63 {
      padding: 42.0021rem !important; } }

.p-63-5 {
  padding: 63.5rem; }

.pt-63 {
  padding-top: 63rem; }
  @media (max-width: 960px) {
    .pt-63 {
      padding-top: 42.0021rem !important; } }

.pt-63-5 {
  padding-top: 63.5rem; }

.pb-63 {
  padding-bottom: 63rem; }
  @media (max-width: 960px) {
    .pb-63 {
      padding-bottom: 42.0021rem !important; } }

.pb-63-5 {
  padding-bottom: 63.5rem; }

.pl-63 {
  padding-left: 63rem; }
  @media (max-width: 960px) {
    .pl-63 {
      padding-left: 42.0021rem !important; } }

.pl-63-5 {
  padding-left: 63.5rem; }

.pr-63 {
  padding-right: 63rem; }
  @media (max-width: 960px) {
    .pr-63 {
      padding-right: 42.0021rem !important; } }

.pr-63-5 {
  padding-right: 63.5rem; }

.px-63 {
  padding-left: 63rem;
  padding-right: 63rem; }
  @media (max-width: 960px) {
    .px-63 {
      padding-left: 42.0021rem !important;
      padding-right: 42.0021rem !important; } }

.px-63-5 {
  padding-left: 63.5rem;
  padding-right: 63.5rem; }

.py-63 {
  padding-top: 63rem;
  padding-bottom: 63rem; }
  @media (max-width: 960px) {
    .py-63 {
      padding-top: 42.0021rem !important;
      padding-bottom: 42.0021rem !important; } }

.py-63-5 {
  padding-top: 63.5rem;
  padding-bottom: 63.5rem; }

.m-64 {
  margin: 64rem; }
  @media (max-width: 960px) {
    .m-64 {
      margin: 42.6688rem !important; } }

.m-64-5 {
  margin: 64.5rem; }

.mt-64 {
  margin-top: 64rem; }
  @media (max-width: 960px) {
    .mt-64 {
      margin-top: 42.6688rem !important; } }

.mt-64-5 {
  margin-top: 64.5rem; }

.mb-64 {
  margin-bottom: 64rem; }
  @media (max-width: 960px) {
    .mb-64 {
      margin-bottom: 42.6688rem !important; } }

.mb-64-5 {
  margin-bottom: 64.5rem; }

.ml-64 {
  margin-left: 64rem; }
  @media (max-width: 960px) {
    .ml-64 {
      margin-left: 42.6688rem !important; } }

.ml-64-5 {
  margin-left: 64.5rem; }

.mr-64 {
  margin-right: 64rem; }
  @media (max-width: 960px) {
    .mr-64 {
      margin-right: 42.6688rem !important; } }

.mr-64-5 {
  margin-right: 64.5rem; }

.mx-64 {
  margin-left: 64rem;
  margin-right: 64rem; }
  @media (max-width: 960px) {
    .mx-64 {
      margin-left: 42.6688rem !important;
      margin-right: 42.6688rem !important; } }

.mx-64-5 {
  margin-left: 64.5rem;
  margin-right: 64.5rem; }

.my-64 {
  margin-top: 64rem;
  margin-bottom: 64rem; }
  @media (max-width: 960px) {
    .my-64 {
      margin-top: 42.6688rem !important;
      margin-bottom: 42.6688rem !important; } }

.my-64-5 {
  margin-top: 64.5rem;
  margin-bottom: 64.5rem; }

.p-64 {
  padding: 64rem; }
  @media (max-width: 960px) {
    .p-64 {
      padding: 42.6688rem !important; } }

.p-64-5 {
  padding: 64.5rem; }

.pt-64 {
  padding-top: 64rem; }
  @media (max-width: 960px) {
    .pt-64 {
      padding-top: 42.6688rem !important; } }

.pt-64-5 {
  padding-top: 64.5rem; }

.pb-64 {
  padding-bottom: 64rem; }
  @media (max-width: 960px) {
    .pb-64 {
      padding-bottom: 42.6688rem !important; } }

.pb-64-5 {
  padding-bottom: 64.5rem; }

.pl-64 {
  padding-left: 64rem; }
  @media (max-width: 960px) {
    .pl-64 {
      padding-left: 42.6688rem !important; } }

.pl-64-5 {
  padding-left: 64.5rem; }

.pr-64 {
  padding-right: 64rem; }
  @media (max-width: 960px) {
    .pr-64 {
      padding-right: 42.6688rem !important; } }

.pr-64-5 {
  padding-right: 64.5rem; }

.px-64 {
  padding-left: 64rem;
  padding-right: 64rem; }
  @media (max-width: 960px) {
    .px-64 {
      padding-left: 42.6688rem !important;
      padding-right: 42.6688rem !important; } }

.px-64-5 {
  padding-left: 64.5rem;
  padding-right: 64.5rem; }

.py-64 {
  padding-top: 64rem;
  padding-bottom: 64rem; }
  @media (max-width: 960px) {
    .py-64 {
      padding-top: 42.6688rem !important;
      padding-bottom: 42.6688rem !important; } }

.py-64-5 {
  padding-top: 64.5rem;
  padding-bottom: 64.5rem; }

.m-65 {
  margin: 65rem; }
  @media (max-width: 960px) {
    .m-65 {
      margin: 43.3355rem !important; } }

.m-65-5 {
  margin: 65.5rem; }

.mt-65 {
  margin-top: 65rem; }
  @media (max-width: 960px) {
    .mt-65 {
      margin-top: 43.3355rem !important; } }

.mt-65-5 {
  margin-top: 65.5rem; }

.mb-65 {
  margin-bottom: 65rem; }
  @media (max-width: 960px) {
    .mb-65 {
      margin-bottom: 43.3355rem !important; } }

.mb-65-5 {
  margin-bottom: 65.5rem; }

.ml-65 {
  margin-left: 65rem; }
  @media (max-width: 960px) {
    .ml-65 {
      margin-left: 43.3355rem !important; } }

.ml-65-5 {
  margin-left: 65.5rem; }

.mr-65 {
  margin-right: 65rem; }
  @media (max-width: 960px) {
    .mr-65 {
      margin-right: 43.3355rem !important; } }

.mr-65-5 {
  margin-right: 65.5rem; }

.mx-65 {
  margin-left: 65rem;
  margin-right: 65rem; }
  @media (max-width: 960px) {
    .mx-65 {
      margin-left: 43.3355rem !important;
      margin-right: 43.3355rem !important; } }

.mx-65-5 {
  margin-left: 65.5rem;
  margin-right: 65.5rem; }

.my-65 {
  margin-top: 65rem;
  margin-bottom: 65rem; }
  @media (max-width: 960px) {
    .my-65 {
      margin-top: 43.3355rem !important;
      margin-bottom: 43.3355rem !important; } }

.my-65-5 {
  margin-top: 65.5rem;
  margin-bottom: 65.5rem; }

.p-65 {
  padding: 65rem; }
  @media (max-width: 960px) {
    .p-65 {
      padding: 43.3355rem !important; } }

.p-65-5 {
  padding: 65.5rem; }

.pt-65 {
  padding-top: 65rem; }
  @media (max-width: 960px) {
    .pt-65 {
      padding-top: 43.3355rem !important; } }

.pt-65-5 {
  padding-top: 65.5rem; }

.pb-65 {
  padding-bottom: 65rem; }
  @media (max-width: 960px) {
    .pb-65 {
      padding-bottom: 43.3355rem !important; } }

.pb-65-5 {
  padding-bottom: 65.5rem; }

.pl-65 {
  padding-left: 65rem; }
  @media (max-width: 960px) {
    .pl-65 {
      padding-left: 43.3355rem !important; } }

.pl-65-5 {
  padding-left: 65.5rem; }

.pr-65 {
  padding-right: 65rem; }
  @media (max-width: 960px) {
    .pr-65 {
      padding-right: 43.3355rem !important; } }

.pr-65-5 {
  padding-right: 65.5rem; }

.px-65 {
  padding-left: 65rem;
  padding-right: 65rem; }
  @media (max-width: 960px) {
    .px-65 {
      padding-left: 43.3355rem !important;
      padding-right: 43.3355rem !important; } }

.px-65-5 {
  padding-left: 65.5rem;
  padding-right: 65.5rem; }

.py-65 {
  padding-top: 65rem;
  padding-bottom: 65rem; }
  @media (max-width: 960px) {
    .py-65 {
      padding-top: 43.3355rem !important;
      padding-bottom: 43.3355rem !important; } }

.py-65-5 {
  padding-top: 65.5rem;
  padding-bottom: 65.5rem; }

.m-66 {
  margin: 66rem; }
  @media (max-width: 960px) {
    .m-66 {
      margin: 44.0022rem !important; } }

.m-66-5 {
  margin: 66.5rem; }

.mt-66 {
  margin-top: 66rem; }
  @media (max-width: 960px) {
    .mt-66 {
      margin-top: 44.0022rem !important; } }

.mt-66-5 {
  margin-top: 66.5rem; }

.mb-66 {
  margin-bottom: 66rem; }
  @media (max-width: 960px) {
    .mb-66 {
      margin-bottom: 44.0022rem !important; } }

.mb-66-5 {
  margin-bottom: 66.5rem; }

.ml-66 {
  margin-left: 66rem; }
  @media (max-width: 960px) {
    .ml-66 {
      margin-left: 44.0022rem !important; } }

.ml-66-5 {
  margin-left: 66.5rem; }

.mr-66 {
  margin-right: 66rem; }
  @media (max-width: 960px) {
    .mr-66 {
      margin-right: 44.0022rem !important; } }

.mr-66-5 {
  margin-right: 66.5rem; }

.mx-66 {
  margin-left: 66rem;
  margin-right: 66rem; }
  @media (max-width: 960px) {
    .mx-66 {
      margin-left: 44.0022rem !important;
      margin-right: 44.0022rem !important; } }

.mx-66-5 {
  margin-left: 66.5rem;
  margin-right: 66.5rem; }

.my-66 {
  margin-top: 66rem;
  margin-bottom: 66rem; }
  @media (max-width: 960px) {
    .my-66 {
      margin-top: 44.0022rem !important;
      margin-bottom: 44.0022rem !important; } }

.my-66-5 {
  margin-top: 66.5rem;
  margin-bottom: 66.5rem; }

.p-66 {
  padding: 66rem; }
  @media (max-width: 960px) {
    .p-66 {
      padding: 44.0022rem !important; } }

.p-66-5 {
  padding: 66.5rem; }

.pt-66 {
  padding-top: 66rem; }
  @media (max-width: 960px) {
    .pt-66 {
      padding-top: 44.0022rem !important; } }

.pt-66-5 {
  padding-top: 66.5rem; }

.pb-66 {
  padding-bottom: 66rem; }
  @media (max-width: 960px) {
    .pb-66 {
      padding-bottom: 44.0022rem !important; } }

.pb-66-5 {
  padding-bottom: 66.5rem; }

.pl-66 {
  padding-left: 66rem; }
  @media (max-width: 960px) {
    .pl-66 {
      padding-left: 44.0022rem !important; } }

.pl-66-5 {
  padding-left: 66.5rem; }

.pr-66 {
  padding-right: 66rem; }
  @media (max-width: 960px) {
    .pr-66 {
      padding-right: 44.0022rem !important; } }

.pr-66-5 {
  padding-right: 66.5rem; }

.px-66 {
  padding-left: 66rem;
  padding-right: 66rem; }
  @media (max-width: 960px) {
    .px-66 {
      padding-left: 44.0022rem !important;
      padding-right: 44.0022rem !important; } }

.px-66-5 {
  padding-left: 66.5rem;
  padding-right: 66.5rem; }

.py-66 {
  padding-top: 66rem;
  padding-bottom: 66rem; }
  @media (max-width: 960px) {
    .py-66 {
      padding-top: 44.0022rem !important;
      padding-bottom: 44.0022rem !important; } }

.py-66-5 {
  padding-top: 66.5rem;
  padding-bottom: 66.5rem; }

.m-67 {
  margin: 67rem; }
  @media (max-width: 960px) {
    .m-67 {
      margin: 44.6689rem !important; } }

.m-67-5 {
  margin: 67.5rem; }

.mt-67 {
  margin-top: 67rem; }
  @media (max-width: 960px) {
    .mt-67 {
      margin-top: 44.6689rem !important; } }

.mt-67-5 {
  margin-top: 67.5rem; }

.mb-67 {
  margin-bottom: 67rem; }
  @media (max-width: 960px) {
    .mb-67 {
      margin-bottom: 44.6689rem !important; } }

.mb-67-5 {
  margin-bottom: 67.5rem; }

.ml-67 {
  margin-left: 67rem; }
  @media (max-width: 960px) {
    .ml-67 {
      margin-left: 44.6689rem !important; } }

.ml-67-5 {
  margin-left: 67.5rem; }

.mr-67 {
  margin-right: 67rem; }
  @media (max-width: 960px) {
    .mr-67 {
      margin-right: 44.6689rem !important; } }

.mr-67-5 {
  margin-right: 67.5rem; }

.mx-67 {
  margin-left: 67rem;
  margin-right: 67rem; }
  @media (max-width: 960px) {
    .mx-67 {
      margin-left: 44.6689rem !important;
      margin-right: 44.6689rem !important; } }

.mx-67-5 {
  margin-left: 67.5rem;
  margin-right: 67.5rem; }

.my-67 {
  margin-top: 67rem;
  margin-bottom: 67rem; }
  @media (max-width: 960px) {
    .my-67 {
      margin-top: 44.6689rem !important;
      margin-bottom: 44.6689rem !important; } }

.my-67-5 {
  margin-top: 67.5rem;
  margin-bottom: 67.5rem; }

.p-67 {
  padding: 67rem; }
  @media (max-width: 960px) {
    .p-67 {
      padding: 44.6689rem !important; } }

.p-67-5 {
  padding: 67.5rem; }

.pt-67 {
  padding-top: 67rem; }
  @media (max-width: 960px) {
    .pt-67 {
      padding-top: 44.6689rem !important; } }

.pt-67-5 {
  padding-top: 67.5rem; }

.pb-67 {
  padding-bottom: 67rem; }
  @media (max-width: 960px) {
    .pb-67 {
      padding-bottom: 44.6689rem !important; } }

.pb-67-5 {
  padding-bottom: 67.5rem; }

.pl-67 {
  padding-left: 67rem; }
  @media (max-width: 960px) {
    .pl-67 {
      padding-left: 44.6689rem !important; } }

.pl-67-5 {
  padding-left: 67.5rem; }

.pr-67 {
  padding-right: 67rem; }
  @media (max-width: 960px) {
    .pr-67 {
      padding-right: 44.6689rem !important; } }

.pr-67-5 {
  padding-right: 67.5rem; }

.px-67 {
  padding-left: 67rem;
  padding-right: 67rem; }
  @media (max-width: 960px) {
    .px-67 {
      padding-left: 44.6689rem !important;
      padding-right: 44.6689rem !important; } }

.px-67-5 {
  padding-left: 67.5rem;
  padding-right: 67.5rem; }

.py-67 {
  padding-top: 67rem;
  padding-bottom: 67rem; }
  @media (max-width: 960px) {
    .py-67 {
      padding-top: 44.6689rem !important;
      padding-bottom: 44.6689rem !important; } }

.py-67-5 {
  padding-top: 67.5rem;
  padding-bottom: 67.5rem; }

.m-68 {
  margin: 68rem; }
  @media (max-width: 960px) {
    .m-68 {
      margin: 45.3356rem !important; } }

.m-68-5 {
  margin: 68.5rem; }

.mt-68 {
  margin-top: 68rem; }
  @media (max-width: 960px) {
    .mt-68 {
      margin-top: 45.3356rem !important; } }

.mt-68-5 {
  margin-top: 68.5rem; }

.mb-68 {
  margin-bottom: 68rem; }
  @media (max-width: 960px) {
    .mb-68 {
      margin-bottom: 45.3356rem !important; } }

.mb-68-5 {
  margin-bottom: 68.5rem; }

.ml-68 {
  margin-left: 68rem; }
  @media (max-width: 960px) {
    .ml-68 {
      margin-left: 45.3356rem !important; } }

.ml-68-5 {
  margin-left: 68.5rem; }

.mr-68 {
  margin-right: 68rem; }
  @media (max-width: 960px) {
    .mr-68 {
      margin-right: 45.3356rem !important; } }

.mr-68-5 {
  margin-right: 68.5rem; }

.mx-68 {
  margin-left: 68rem;
  margin-right: 68rem; }
  @media (max-width: 960px) {
    .mx-68 {
      margin-left: 45.3356rem !important;
      margin-right: 45.3356rem !important; } }

.mx-68-5 {
  margin-left: 68.5rem;
  margin-right: 68.5rem; }

.my-68 {
  margin-top: 68rem;
  margin-bottom: 68rem; }
  @media (max-width: 960px) {
    .my-68 {
      margin-top: 45.3356rem !important;
      margin-bottom: 45.3356rem !important; } }

.my-68-5 {
  margin-top: 68.5rem;
  margin-bottom: 68.5rem; }

.p-68 {
  padding: 68rem; }
  @media (max-width: 960px) {
    .p-68 {
      padding: 45.3356rem !important; } }

.p-68-5 {
  padding: 68.5rem; }

.pt-68 {
  padding-top: 68rem; }
  @media (max-width: 960px) {
    .pt-68 {
      padding-top: 45.3356rem !important; } }

.pt-68-5 {
  padding-top: 68.5rem; }

.pb-68 {
  padding-bottom: 68rem; }
  @media (max-width: 960px) {
    .pb-68 {
      padding-bottom: 45.3356rem !important; } }

.pb-68-5 {
  padding-bottom: 68.5rem; }

.pl-68 {
  padding-left: 68rem; }
  @media (max-width: 960px) {
    .pl-68 {
      padding-left: 45.3356rem !important; } }

.pl-68-5 {
  padding-left: 68.5rem; }

.pr-68 {
  padding-right: 68rem; }
  @media (max-width: 960px) {
    .pr-68 {
      padding-right: 45.3356rem !important; } }

.pr-68-5 {
  padding-right: 68.5rem; }

.px-68 {
  padding-left: 68rem;
  padding-right: 68rem; }
  @media (max-width: 960px) {
    .px-68 {
      padding-left: 45.3356rem !important;
      padding-right: 45.3356rem !important; } }

.px-68-5 {
  padding-left: 68.5rem;
  padding-right: 68.5rem; }

.py-68 {
  padding-top: 68rem;
  padding-bottom: 68rem; }
  @media (max-width: 960px) {
    .py-68 {
      padding-top: 45.3356rem !important;
      padding-bottom: 45.3356rem !important; } }

.py-68-5 {
  padding-top: 68.5rem;
  padding-bottom: 68.5rem; }

.m-69 {
  margin: 69rem; }
  @media (max-width: 960px) {
    .m-69 {
      margin: 46.0023rem !important; } }

.m-69-5 {
  margin: 69.5rem; }

.mt-69 {
  margin-top: 69rem; }
  @media (max-width: 960px) {
    .mt-69 {
      margin-top: 46.0023rem !important; } }

.mt-69-5 {
  margin-top: 69.5rem; }

.mb-69 {
  margin-bottom: 69rem; }
  @media (max-width: 960px) {
    .mb-69 {
      margin-bottom: 46.0023rem !important; } }

.mb-69-5 {
  margin-bottom: 69.5rem; }

.ml-69 {
  margin-left: 69rem; }
  @media (max-width: 960px) {
    .ml-69 {
      margin-left: 46.0023rem !important; } }

.ml-69-5 {
  margin-left: 69.5rem; }

.mr-69 {
  margin-right: 69rem; }
  @media (max-width: 960px) {
    .mr-69 {
      margin-right: 46.0023rem !important; } }

.mr-69-5 {
  margin-right: 69.5rem; }

.mx-69 {
  margin-left: 69rem;
  margin-right: 69rem; }
  @media (max-width: 960px) {
    .mx-69 {
      margin-left: 46.0023rem !important;
      margin-right: 46.0023rem !important; } }

.mx-69-5 {
  margin-left: 69.5rem;
  margin-right: 69.5rem; }

.my-69 {
  margin-top: 69rem;
  margin-bottom: 69rem; }
  @media (max-width: 960px) {
    .my-69 {
      margin-top: 46.0023rem !important;
      margin-bottom: 46.0023rem !important; } }

.my-69-5 {
  margin-top: 69.5rem;
  margin-bottom: 69.5rem; }

.p-69 {
  padding: 69rem; }
  @media (max-width: 960px) {
    .p-69 {
      padding: 46.0023rem !important; } }

.p-69-5 {
  padding: 69.5rem; }

.pt-69 {
  padding-top: 69rem; }
  @media (max-width: 960px) {
    .pt-69 {
      padding-top: 46.0023rem !important; } }

.pt-69-5 {
  padding-top: 69.5rem; }

.pb-69 {
  padding-bottom: 69rem; }
  @media (max-width: 960px) {
    .pb-69 {
      padding-bottom: 46.0023rem !important; } }

.pb-69-5 {
  padding-bottom: 69.5rem; }

.pl-69 {
  padding-left: 69rem; }
  @media (max-width: 960px) {
    .pl-69 {
      padding-left: 46.0023rem !important; } }

.pl-69-5 {
  padding-left: 69.5rem; }

.pr-69 {
  padding-right: 69rem; }
  @media (max-width: 960px) {
    .pr-69 {
      padding-right: 46.0023rem !important; } }

.pr-69-5 {
  padding-right: 69.5rem; }

.px-69 {
  padding-left: 69rem;
  padding-right: 69rem; }
  @media (max-width: 960px) {
    .px-69 {
      padding-left: 46.0023rem !important;
      padding-right: 46.0023rem !important; } }

.px-69-5 {
  padding-left: 69.5rem;
  padding-right: 69.5rem; }

.py-69 {
  padding-top: 69rem;
  padding-bottom: 69rem; }
  @media (max-width: 960px) {
    .py-69 {
      padding-top: 46.0023rem !important;
      padding-bottom: 46.0023rem !important; } }

.py-69-5 {
  padding-top: 69.5rem;
  padding-bottom: 69.5rem; }

.m-70 {
  margin: 70rem; }
  @media (max-width: 960px) {
    .m-70 {
      margin: 46.669rem !important; } }

.m-70-5 {
  margin: 70.5rem; }

.mt-70 {
  margin-top: 70rem; }
  @media (max-width: 960px) {
    .mt-70 {
      margin-top: 46.669rem !important; } }

.mt-70-5 {
  margin-top: 70.5rem; }

.mb-70 {
  margin-bottom: 70rem; }
  @media (max-width: 960px) {
    .mb-70 {
      margin-bottom: 46.669rem !important; } }

.mb-70-5 {
  margin-bottom: 70.5rem; }

.ml-70 {
  margin-left: 70rem; }
  @media (max-width: 960px) {
    .ml-70 {
      margin-left: 46.669rem !important; } }

.ml-70-5 {
  margin-left: 70.5rem; }

.mr-70 {
  margin-right: 70rem; }
  @media (max-width: 960px) {
    .mr-70 {
      margin-right: 46.669rem !important; } }

.mr-70-5 {
  margin-right: 70.5rem; }

.mx-70 {
  margin-left: 70rem;
  margin-right: 70rem; }
  @media (max-width: 960px) {
    .mx-70 {
      margin-left: 46.669rem !important;
      margin-right: 46.669rem !important; } }

.mx-70-5 {
  margin-left: 70.5rem;
  margin-right: 70.5rem; }

.my-70 {
  margin-top: 70rem;
  margin-bottom: 70rem; }
  @media (max-width: 960px) {
    .my-70 {
      margin-top: 46.669rem !important;
      margin-bottom: 46.669rem !important; } }

.my-70-5 {
  margin-top: 70.5rem;
  margin-bottom: 70.5rem; }

.p-70 {
  padding: 70rem; }
  @media (max-width: 960px) {
    .p-70 {
      padding: 46.669rem !important; } }

.p-70-5 {
  padding: 70.5rem; }

.pt-70 {
  padding-top: 70rem; }
  @media (max-width: 960px) {
    .pt-70 {
      padding-top: 46.669rem !important; } }

.pt-70-5 {
  padding-top: 70.5rem; }

.pb-70 {
  padding-bottom: 70rem; }
  @media (max-width: 960px) {
    .pb-70 {
      padding-bottom: 46.669rem !important; } }

.pb-70-5 {
  padding-bottom: 70.5rem; }

.pl-70 {
  padding-left: 70rem; }
  @media (max-width: 960px) {
    .pl-70 {
      padding-left: 46.669rem !important; } }

.pl-70-5 {
  padding-left: 70.5rem; }

.pr-70 {
  padding-right: 70rem; }
  @media (max-width: 960px) {
    .pr-70 {
      padding-right: 46.669rem !important; } }

.pr-70-5 {
  padding-right: 70.5rem; }

.px-70 {
  padding-left: 70rem;
  padding-right: 70rem; }
  @media (max-width: 960px) {
    .px-70 {
      padding-left: 46.669rem !important;
      padding-right: 46.669rem !important; } }

.px-70-5 {
  padding-left: 70.5rem;
  padding-right: 70.5rem; }

.py-70 {
  padding-top: 70rem;
  padding-bottom: 70rem; }
  @media (max-width: 960px) {
    .py-70 {
      padding-top: 46.669rem !important;
      padding-bottom: 46.669rem !important; } }

.py-70-5 {
  padding-top: 70.5rem;
  padding-bottom: 70.5rem; }

.m-71 {
  margin: 71rem; }
  @media (max-width: 960px) {
    .m-71 {
      margin: 47.3357rem !important; } }

.m-71-5 {
  margin: 71.5rem; }

.mt-71 {
  margin-top: 71rem; }
  @media (max-width: 960px) {
    .mt-71 {
      margin-top: 47.3357rem !important; } }

.mt-71-5 {
  margin-top: 71.5rem; }

.mb-71 {
  margin-bottom: 71rem; }
  @media (max-width: 960px) {
    .mb-71 {
      margin-bottom: 47.3357rem !important; } }

.mb-71-5 {
  margin-bottom: 71.5rem; }

.ml-71 {
  margin-left: 71rem; }
  @media (max-width: 960px) {
    .ml-71 {
      margin-left: 47.3357rem !important; } }

.ml-71-5 {
  margin-left: 71.5rem; }

.mr-71 {
  margin-right: 71rem; }
  @media (max-width: 960px) {
    .mr-71 {
      margin-right: 47.3357rem !important; } }

.mr-71-5 {
  margin-right: 71.5rem; }

.mx-71 {
  margin-left: 71rem;
  margin-right: 71rem; }
  @media (max-width: 960px) {
    .mx-71 {
      margin-left: 47.3357rem !important;
      margin-right: 47.3357rem !important; } }

.mx-71-5 {
  margin-left: 71.5rem;
  margin-right: 71.5rem; }

.my-71 {
  margin-top: 71rem;
  margin-bottom: 71rem; }
  @media (max-width: 960px) {
    .my-71 {
      margin-top: 47.3357rem !important;
      margin-bottom: 47.3357rem !important; } }

.my-71-5 {
  margin-top: 71.5rem;
  margin-bottom: 71.5rem; }

.p-71 {
  padding: 71rem; }
  @media (max-width: 960px) {
    .p-71 {
      padding: 47.3357rem !important; } }

.p-71-5 {
  padding: 71.5rem; }

.pt-71 {
  padding-top: 71rem; }
  @media (max-width: 960px) {
    .pt-71 {
      padding-top: 47.3357rem !important; } }

.pt-71-5 {
  padding-top: 71.5rem; }

.pb-71 {
  padding-bottom: 71rem; }
  @media (max-width: 960px) {
    .pb-71 {
      padding-bottom: 47.3357rem !important; } }

.pb-71-5 {
  padding-bottom: 71.5rem; }

.pl-71 {
  padding-left: 71rem; }
  @media (max-width: 960px) {
    .pl-71 {
      padding-left: 47.3357rem !important; } }

.pl-71-5 {
  padding-left: 71.5rem; }

.pr-71 {
  padding-right: 71rem; }
  @media (max-width: 960px) {
    .pr-71 {
      padding-right: 47.3357rem !important; } }

.pr-71-5 {
  padding-right: 71.5rem; }

.px-71 {
  padding-left: 71rem;
  padding-right: 71rem; }
  @media (max-width: 960px) {
    .px-71 {
      padding-left: 47.3357rem !important;
      padding-right: 47.3357rem !important; } }

.px-71-5 {
  padding-left: 71.5rem;
  padding-right: 71.5rem; }

.py-71 {
  padding-top: 71rem;
  padding-bottom: 71rem; }
  @media (max-width: 960px) {
    .py-71 {
      padding-top: 47.3357rem !important;
      padding-bottom: 47.3357rem !important; } }

.py-71-5 {
  padding-top: 71.5rem;
  padding-bottom: 71.5rem; }

.m-72 {
  margin: 72rem; }
  @media (max-width: 960px) {
    .m-72 {
      margin: 48.0024rem !important; } }

.m-72-5 {
  margin: 72.5rem; }

.mt-72 {
  margin-top: 72rem; }
  @media (max-width: 960px) {
    .mt-72 {
      margin-top: 48.0024rem !important; } }

.mt-72-5 {
  margin-top: 72.5rem; }

.mb-72 {
  margin-bottom: 72rem; }
  @media (max-width: 960px) {
    .mb-72 {
      margin-bottom: 48.0024rem !important; } }

.mb-72-5 {
  margin-bottom: 72.5rem; }

.ml-72 {
  margin-left: 72rem; }
  @media (max-width: 960px) {
    .ml-72 {
      margin-left: 48.0024rem !important; } }

.ml-72-5 {
  margin-left: 72.5rem; }

.mr-72 {
  margin-right: 72rem; }
  @media (max-width: 960px) {
    .mr-72 {
      margin-right: 48.0024rem !important; } }

.mr-72-5 {
  margin-right: 72.5rem; }

.mx-72 {
  margin-left: 72rem;
  margin-right: 72rem; }
  @media (max-width: 960px) {
    .mx-72 {
      margin-left: 48.0024rem !important;
      margin-right: 48.0024rem !important; } }

.mx-72-5 {
  margin-left: 72.5rem;
  margin-right: 72.5rem; }

.my-72 {
  margin-top: 72rem;
  margin-bottom: 72rem; }
  @media (max-width: 960px) {
    .my-72 {
      margin-top: 48.0024rem !important;
      margin-bottom: 48.0024rem !important; } }

.my-72-5 {
  margin-top: 72.5rem;
  margin-bottom: 72.5rem; }

.p-72 {
  padding: 72rem; }
  @media (max-width: 960px) {
    .p-72 {
      padding: 48.0024rem !important; } }

.p-72-5 {
  padding: 72.5rem; }

.pt-72 {
  padding-top: 72rem; }
  @media (max-width: 960px) {
    .pt-72 {
      padding-top: 48.0024rem !important; } }

.pt-72-5 {
  padding-top: 72.5rem; }

.pb-72 {
  padding-bottom: 72rem; }
  @media (max-width: 960px) {
    .pb-72 {
      padding-bottom: 48.0024rem !important; } }

.pb-72-5 {
  padding-bottom: 72.5rem; }

.pl-72 {
  padding-left: 72rem; }
  @media (max-width: 960px) {
    .pl-72 {
      padding-left: 48.0024rem !important; } }

.pl-72-5 {
  padding-left: 72.5rem; }

.pr-72 {
  padding-right: 72rem; }
  @media (max-width: 960px) {
    .pr-72 {
      padding-right: 48.0024rem !important; } }

.pr-72-5 {
  padding-right: 72.5rem; }

.px-72 {
  padding-left: 72rem;
  padding-right: 72rem; }
  @media (max-width: 960px) {
    .px-72 {
      padding-left: 48.0024rem !important;
      padding-right: 48.0024rem !important; } }

.px-72-5 {
  padding-left: 72.5rem;
  padding-right: 72.5rem; }

.py-72 {
  padding-top: 72rem;
  padding-bottom: 72rem; }
  @media (max-width: 960px) {
    .py-72 {
      padding-top: 48.0024rem !important;
      padding-bottom: 48.0024rem !important; } }

.py-72-5 {
  padding-top: 72.5rem;
  padding-bottom: 72.5rem; }

.m-73 {
  margin: 73rem; }
  @media (max-width: 960px) {
    .m-73 {
      margin: 48.6691rem !important; } }

.m-73-5 {
  margin: 73.5rem; }

.mt-73 {
  margin-top: 73rem; }
  @media (max-width: 960px) {
    .mt-73 {
      margin-top: 48.6691rem !important; } }

.mt-73-5 {
  margin-top: 73.5rem; }

.mb-73 {
  margin-bottom: 73rem; }
  @media (max-width: 960px) {
    .mb-73 {
      margin-bottom: 48.6691rem !important; } }

.mb-73-5 {
  margin-bottom: 73.5rem; }

.ml-73 {
  margin-left: 73rem; }
  @media (max-width: 960px) {
    .ml-73 {
      margin-left: 48.6691rem !important; } }

.ml-73-5 {
  margin-left: 73.5rem; }

.mr-73 {
  margin-right: 73rem; }
  @media (max-width: 960px) {
    .mr-73 {
      margin-right: 48.6691rem !important; } }

.mr-73-5 {
  margin-right: 73.5rem; }

.mx-73 {
  margin-left: 73rem;
  margin-right: 73rem; }
  @media (max-width: 960px) {
    .mx-73 {
      margin-left: 48.6691rem !important;
      margin-right: 48.6691rem !important; } }

.mx-73-5 {
  margin-left: 73.5rem;
  margin-right: 73.5rem; }

.my-73 {
  margin-top: 73rem;
  margin-bottom: 73rem; }
  @media (max-width: 960px) {
    .my-73 {
      margin-top: 48.6691rem !important;
      margin-bottom: 48.6691rem !important; } }

.my-73-5 {
  margin-top: 73.5rem;
  margin-bottom: 73.5rem; }

.p-73 {
  padding: 73rem; }
  @media (max-width: 960px) {
    .p-73 {
      padding: 48.6691rem !important; } }

.p-73-5 {
  padding: 73.5rem; }

.pt-73 {
  padding-top: 73rem; }
  @media (max-width: 960px) {
    .pt-73 {
      padding-top: 48.6691rem !important; } }

.pt-73-5 {
  padding-top: 73.5rem; }

.pb-73 {
  padding-bottom: 73rem; }
  @media (max-width: 960px) {
    .pb-73 {
      padding-bottom: 48.6691rem !important; } }

.pb-73-5 {
  padding-bottom: 73.5rem; }

.pl-73 {
  padding-left: 73rem; }
  @media (max-width: 960px) {
    .pl-73 {
      padding-left: 48.6691rem !important; } }

.pl-73-5 {
  padding-left: 73.5rem; }

.pr-73 {
  padding-right: 73rem; }
  @media (max-width: 960px) {
    .pr-73 {
      padding-right: 48.6691rem !important; } }

.pr-73-5 {
  padding-right: 73.5rem; }

.px-73 {
  padding-left: 73rem;
  padding-right: 73rem; }
  @media (max-width: 960px) {
    .px-73 {
      padding-left: 48.6691rem !important;
      padding-right: 48.6691rem !important; } }

.px-73-5 {
  padding-left: 73.5rem;
  padding-right: 73.5rem; }

.py-73 {
  padding-top: 73rem;
  padding-bottom: 73rem; }
  @media (max-width: 960px) {
    .py-73 {
      padding-top: 48.6691rem !important;
      padding-bottom: 48.6691rem !important; } }

.py-73-5 {
  padding-top: 73.5rem;
  padding-bottom: 73.5rem; }

.m-74 {
  margin: 74rem; }
  @media (max-width: 960px) {
    .m-74 {
      margin: 49.3358rem !important; } }

.m-74-5 {
  margin: 74.5rem; }

.mt-74 {
  margin-top: 74rem; }
  @media (max-width: 960px) {
    .mt-74 {
      margin-top: 49.3358rem !important; } }

.mt-74-5 {
  margin-top: 74.5rem; }

.mb-74 {
  margin-bottom: 74rem; }
  @media (max-width: 960px) {
    .mb-74 {
      margin-bottom: 49.3358rem !important; } }

.mb-74-5 {
  margin-bottom: 74.5rem; }

.ml-74 {
  margin-left: 74rem; }
  @media (max-width: 960px) {
    .ml-74 {
      margin-left: 49.3358rem !important; } }

.ml-74-5 {
  margin-left: 74.5rem; }

.mr-74 {
  margin-right: 74rem; }
  @media (max-width: 960px) {
    .mr-74 {
      margin-right: 49.3358rem !important; } }

.mr-74-5 {
  margin-right: 74.5rem; }

.mx-74 {
  margin-left: 74rem;
  margin-right: 74rem; }
  @media (max-width: 960px) {
    .mx-74 {
      margin-left: 49.3358rem !important;
      margin-right: 49.3358rem !important; } }

.mx-74-5 {
  margin-left: 74.5rem;
  margin-right: 74.5rem; }

.my-74 {
  margin-top: 74rem;
  margin-bottom: 74rem; }
  @media (max-width: 960px) {
    .my-74 {
      margin-top: 49.3358rem !important;
      margin-bottom: 49.3358rem !important; } }

.my-74-5 {
  margin-top: 74.5rem;
  margin-bottom: 74.5rem; }

.p-74 {
  padding: 74rem; }
  @media (max-width: 960px) {
    .p-74 {
      padding: 49.3358rem !important; } }

.p-74-5 {
  padding: 74.5rem; }

.pt-74 {
  padding-top: 74rem; }
  @media (max-width: 960px) {
    .pt-74 {
      padding-top: 49.3358rem !important; } }

.pt-74-5 {
  padding-top: 74.5rem; }

.pb-74 {
  padding-bottom: 74rem; }
  @media (max-width: 960px) {
    .pb-74 {
      padding-bottom: 49.3358rem !important; } }

.pb-74-5 {
  padding-bottom: 74.5rem; }

.pl-74 {
  padding-left: 74rem; }
  @media (max-width: 960px) {
    .pl-74 {
      padding-left: 49.3358rem !important; } }

.pl-74-5 {
  padding-left: 74.5rem; }

.pr-74 {
  padding-right: 74rem; }
  @media (max-width: 960px) {
    .pr-74 {
      padding-right: 49.3358rem !important; } }

.pr-74-5 {
  padding-right: 74.5rem; }

.px-74 {
  padding-left: 74rem;
  padding-right: 74rem; }
  @media (max-width: 960px) {
    .px-74 {
      padding-left: 49.3358rem !important;
      padding-right: 49.3358rem !important; } }

.px-74-5 {
  padding-left: 74.5rem;
  padding-right: 74.5rem; }

.py-74 {
  padding-top: 74rem;
  padding-bottom: 74rem; }
  @media (max-width: 960px) {
    .py-74 {
      padding-top: 49.3358rem !important;
      padding-bottom: 49.3358rem !important; } }

.py-74-5 {
  padding-top: 74.5rem;
  padding-bottom: 74.5rem; }

.m-75 {
  margin: 75rem; }
  @media (max-width: 960px) {
    .m-75 {
      margin: 50.0025rem !important; } }

.m-75-5 {
  margin: 75.5rem; }

.mt-75 {
  margin-top: 75rem; }
  @media (max-width: 960px) {
    .mt-75 {
      margin-top: 50.0025rem !important; } }

.mt-75-5 {
  margin-top: 75.5rem; }

.mb-75 {
  margin-bottom: 75rem; }
  @media (max-width: 960px) {
    .mb-75 {
      margin-bottom: 50.0025rem !important; } }

.mb-75-5 {
  margin-bottom: 75.5rem; }

.ml-75 {
  margin-left: 75rem; }
  @media (max-width: 960px) {
    .ml-75 {
      margin-left: 50.0025rem !important; } }

.ml-75-5 {
  margin-left: 75.5rem; }

.mr-75 {
  margin-right: 75rem; }
  @media (max-width: 960px) {
    .mr-75 {
      margin-right: 50.0025rem !important; } }

.mr-75-5 {
  margin-right: 75.5rem; }

.mx-75 {
  margin-left: 75rem;
  margin-right: 75rem; }
  @media (max-width: 960px) {
    .mx-75 {
      margin-left: 50.0025rem !important;
      margin-right: 50.0025rem !important; } }

.mx-75-5 {
  margin-left: 75.5rem;
  margin-right: 75.5rem; }

.my-75 {
  margin-top: 75rem;
  margin-bottom: 75rem; }
  @media (max-width: 960px) {
    .my-75 {
      margin-top: 50.0025rem !important;
      margin-bottom: 50.0025rem !important; } }

.my-75-5 {
  margin-top: 75.5rem;
  margin-bottom: 75.5rem; }

.p-75 {
  padding: 75rem; }
  @media (max-width: 960px) {
    .p-75 {
      padding: 50.0025rem !important; } }

.p-75-5 {
  padding: 75.5rem; }

.pt-75 {
  padding-top: 75rem; }
  @media (max-width: 960px) {
    .pt-75 {
      padding-top: 50.0025rem !important; } }

.pt-75-5 {
  padding-top: 75.5rem; }

.pb-75 {
  padding-bottom: 75rem; }
  @media (max-width: 960px) {
    .pb-75 {
      padding-bottom: 50.0025rem !important; } }

.pb-75-5 {
  padding-bottom: 75.5rem; }

.pl-75 {
  padding-left: 75rem; }
  @media (max-width: 960px) {
    .pl-75 {
      padding-left: 50.0025rem !important; } }

.pl-75-5 {
  padding-left: 75.5rem; }

.pr-75 {
  padding-right: 75rem; }
  @media (max-width: 960px) {
    .pr-75 {
      padding-right: 50.0025rem !important; } }

.pr-75-5 {
  padding-right: 75.5rem; }

.px-75 {
  padding-left: 75rem;
  padding-right: 75rem; }
  @media (max-width: 960px) {
    .px-75 {
      padding-left: 50.0025rem !important;
      padding-right: 50.0025rem !important; } }

.px-75-5 {
  padding-left: 75.5rem;
  padding-right: 75.5rem; }

.py-75 {
  padding-top: 75rem;
  padding-bottom: 75rem; }
  @media (max-width: 960px) {
    .py-75 {
      padding-top: 50.0025rem !important;
      padding-bottom: 50.0025rem !important; } }

.py-75-5 {
  padding-top: 75.5rem;
  padding-bottom: 75.5rem; }

.m-76 {
  margin: 76rem; }
  @media (max-width: 960px) {
    .m-76 {
      margin: 50.6692rem !important; } }

.m-76-5 {
  margin: 76.5rem; }

.mt-76 {
  margin-top: 76rem; }
  @media (max-width: 960px) {
    .mt-76 {
      margin-top: 50.6692rem !important; } }

.mt-76-5 {
  margin-top: 76.5rem; }

.mb-76 {
  margin-bottom: 76rem; }
  @media (max-width: 960px) {
    .mb-76 {
      margin-bottom: 50.6692rem !important; } }

.mb-76-5 {
  margin-bottom: 76.5rem; }

.ml-76 {
  margin-left: 76rem; }
  @media (max-width: 960px) {
    .ml-76 {
      margin-left: 50.6692rem !important; } }

.ml-76-5 {
  margin-left: 76.5rem; }

.mr-76 {
  margin-right: 76rem; }
  @media (max-width: 960px) {
    .mr-76 {
      margin-right: 50.6692rem !important; } }

.mr-76-5 {
  margin-right: 76.5rem; }

.mx-76 {
  margin-left: 76rem;
  margin-right: 76rem; }
  @media (max-width: 960px) {
    .mx-76 {
      margin-left: 50.6692rem !important;
      margin-right: 50.6692rem !important; } }

.mx-76-5 {
  margin-left: 76.5rem;
  margin-right: 76.5rem; }

.my-76 {
  margin-top: 76rem;
  margin-bottom: 76rem; }
  @media (max-width: 960px) {
    .my-76 {
      margin-top: 50.6692rem !important;
      margin-bottom: 50.6692rem !important; } }

.my-76-5 {
  margin-top: 76.5rem;
  margin-bottom: 76.5rem; }

.p-76 {
  padding: 76rem; }
  @media (max-width: 960px) {
    .p-76 {
      padding: 50.6692rem !important; } }

.p-76-5 {
  padding: 76.5rem; }

.pt-76 {
  padding-top: 76rem; }
  @media (max-width: 960px) {
    .pt-76 {
      padding-top: 50.6692rem !important; } }

.pt-76-5 {
  padding-top: 76.5rem; }

.pb-76 {
  padding-bottom: 76rem; }
  @media (max-width: 960px) {
    .pb-76 {
      padding-bottom: 50.6692rem !important; } }

.pb-76-5 {
  padding-bottom: 76.5rem; }

.pl-76 {
  padding-left: 76rem; }
  @media (max-width: 960px) {
    .pl-76 {
      padding-left: 50.6692rem !important; } }

.pl-76-5 {
  padding-left: 76.5rem; }

.pr-76 {
  padding-right: 76rem; }
  @media (max-width: 960px) {
    .pr-76 {
      padding-right: 50.6692rem !important; } }

.pr-76-5 {
  padding-right: 76.5rem; }

.px-76 {
  padding-left: 76rem;
  padding-right: 76rem; }
  @media (max-width: 960px) {
    .px-76 {
      padding-left: 50.6692rem !important;
      padding-right: 50.6692rem !important; } }

.px-76-5 {
  padding-left: 76.5rem;
  padding-right: 76.5rem; }

.py-76 {
  padding-top: 76rem;
  padding-bottom: 76rem; }
  @media (max-width: 960px) {
    .py-76 {
      padding-top: 50.6692rem !important;
      padding-bottom: 50.6692rem !important; } }

.py-76-5 {
  padding-top: 76.5rem;
  padding-bottom: 76.5rem; }

.m-77 {
  margin: 77rem; }
  @media (max-width: 960px) {
    .m-77 {
      margin: 51.3359rem !important; } }

.m-77-5 {
  margin: 77.5rem; }

.mt-77 {
  margin-top: 77rem; }
  @media (max-width: 960px) {
    .mt-77 {
      margin-top: 51.3359rem !important; } }

.mt-77-5 {
  margin-top: 77.5rem; }

.mb-77 {
  margin-bottom: 77rem; }
  @media (max-width: 960px) {
    .mb-77 {
      margin-bottom: 51.3359rem !important; } }

.mb-77-5 {
  margin-bottom: 77.5rem; }

.ml-77 {
  margin-left: 77rem; }
  @media (max-width: 960px) {
    .ml-77 {
      margin-left: 51.3359rem !important; } }

.ml-77-5 {
  margin-left: 77.5rem; }

.mr-77 {
  margin-right: 77rem; }
  @media (max-width: 960px) {
    .mr-77 {
      margin-right: 51.3359rem !important; } }

.mr-77-5 {
  margin-right: 77.5rem; }

.mx-77 {
  margin-left: 77rem;
  margin-right: 77rem; }
  @media (max-width: 960px) {
    .mx-77 {
      margin-left: 51.3359rem !important;
      margin-right: 51.3359rem !important; } }

.mx-77-5 {
  margin-left: 77.5rem;
  margin-right: 77.5rem; }

.my-77 {
  margin-top: 77rem;
  margin-bottom: 77rem; }
  @media (max-width: 960px) {
    .my-77 {
      margin-top: 51.3359rem !important;
      margin-bottom: 51.3359rem !important; } }

.my-77-5 {
  margin-top: 77.5rem;
  margin-bottom: 77.5rem; }

.p-77 {
  padding: 77rem; }
  @media (max-width: 960px) {
    .p-77 {
      padding: 51.3359rem !important; } }

.p-77-5 {
  padding: 77.5rem; }

.pt-77 {
  padding-top: 77rem; }
  @media (max-width: 960px) {
    .pt-77 {
      padding-top: 51.3359rem !important; } }

.pt-77-5 {
  padding-top: 77.5rem; }

.pb-77 {
  padding-bottom: 77rem; }
  @media (max-width: 960px) {
    .pb-77 {
      padding-bottom: 51.3359rem !important; } }

.pb-77-5 {
  padding-bottom: 77.5rem; }

.pl-77 {
  padding-left: 77rem; }
  @media (max-width: 960px) {
    .pl-77 {
      padding-left: 51.3359rem !important; } }

.pl-77-5 {
  padding-left: 77.5rem; }

.pr-77 {
  padding-right: 77rem; }
  @media (max-width: 960px) {
    .pr-77 {
      padding-right: 51.3359rem !important; } }

.pr-77-5 {
  padding-right: 77.5rem; }

.px-77 {
  padding-left: 77rem;
  padding-right: 77rem; }
  @media (max-width: 960px) {
    .px-77 {
      padding-left: 51.3359rem !important;
      padding-right: 51.3359rem !important; } }

.px-77-5 {
  padding-left: 77.5rem;
  padding-right: 77.5rem; }

.py-77 {
  padding-top: 77rem;
  padding-bottom: 77rem; }
  @media (max-width: 960px) {
    .py-77 {
      padding-top: 51.3359rem !important;
      padding-bottom: 51.3359rem !important; } }

.py-77-5 {
  padding-top: 77.5rem;
  padding-bottom: 77.5rem; }

.m-78 {
  margin: 78rem; }
  @media (max-width: 960px) {
    .m-78 {
      margin: 52.0026rem !important; } }

.m-78-5 {
  margin: 78.5rem; }

.mt-78 {
  margin-top: 78rem; }
  @media (max-width: 960px) {
    .mt-78 {
      margin-top: 52.0026rem !important; } }

.mt-78-5 {
  margin-top: 78.5rem; }

.mb-78 {
  margin-bottom: 78rem; }
  @media (max-width: 960px) {
    .mb-78 {
      margin-bottom: 52.0026rem !important; } }

.mb-78-5 {
  margin-bottom: 78.5rem; }

.ml-78 {
  margin-left: 78rem; }
  @media (max-width: 960px) {
    .ml-78 {
      margin-left: 52.0026rem !important; } }

.ml-78-5 {
  margin-left: 78.5rem; }

.mr-78 {
  margin-right: 78rem; }
  @media (max-width: 960px) {
    .mr-78 {
      margin-right: 52.0026rem !important; } }

.mr-78-5 {
  margin-right: 78.5rem; }

.mx-78 {
  margin-left: 78rem;
  margin-right: 78rem; }
  @media (max-width: 960px) {
    .mx-78 {
      margin-left: 52.0026rem !important;
      margin-right: 52.0026rem !important; } }

.mx-78-5 {
  margin-left: 78.5rem;
  margin-right: 78.5rem; }

.my-78 {
  margin-top: 78rem;
  margin-bottom: 78rem; }
  @media (max-width: 960px) {
    .my-78 {
      margin-top: 52.0026rem !important;
      margin-bottom: 52.0026rem !important; } }

.my-78-5 {
  margin-top: 78.5rem;
  margin-bottom: 78.5rem; }

.p-78 {
  padding: 78rem; }
  @media (max-width: 960px) {
    .p-78 {
      padding: 52.0026rem !important; } }

.p-78-5 {
  padding: 78.5rem; }

.pt-78 {
  padding-top: 78rem; }
  @media (max-width: 960px) {
    .pt-78 {
      padding-top: 52.0026rem !important; } }

.pt-78-5 {
  padding-top: 78.5rem; }

.pb-78 {
  padding-bottom: 78rem; }
  @media (max-width: 960px) {
    .pb-78 {
      padding-bottom: 52.0026rem !important; } }

.pb-78-5 {
  padding-bottom: 78.5rem; }

.pl-78 {
  padding-left: 78rem; }
  @media (max-width: 960px) {
    .pl-78 {
      padding-left: 52.0026rem !important; } }

.pl-78-5 {
  padding-left: 78.5rem; }

.pr-78 {
  padding-right: 78rem; }
  @media (max-width: 960px) {
    .pr-78 {
      padding-right: 52.0026rem !important; } }

.pr-78-5 {
  padding-right: 78.5rem; }

.px-78 {
  padding-left: 78rem;
  padding-right: 78rem; }
  @media (max-width: 960px) {
    .px-78 {
      padding-left: 52.0026rem !important;
      padding-right: 52.0026rem !important; } }

.px-78-5 {
  padding-left: 78.5rem;
  padding-right: 78.5rem; }

.py-78 {
  padding-top: 78rem;
  padding-bottom: 78rem; }
  @media (max-width: 960px) {
    .py-78 {
      padding-top: 52.0026rem !important;
      padding-bottom: 52.0026rem !important; } }

.py-78-5 {
  padding-top: 78.5rem;
  padding-bottom: 78.5rem; }

.m-79 {
  margin: 79rem; }
  @media (max-width: 960px) {
    .m-79 {
      margin: 52.6693rem !important; } }

.m-79-5 {
  margin: 79.5rem; }

.mt-79 {
  margin-top: 79rem; }
  @media (max-width: 960px) {
    .mt-79 {
      margin-top: 52.6693rem !important; } }

.mt-79-5 {
  margin-top: 79.5rem; }

.mb-79 {
  margin-bottom: 79rem; }
  @media (max-width: 960px) {
    .mb-79 {
      margin-bottom: 52.6693rem !important; } }

.mb-79-5 {
  margin-bottom: 79.5rem; }

.ml-79 {
  margin-left: 79rem; }
  @media (max-width: 960px) {
    .ml-79 {
      margin-left: 52.6693rem !important; } }

.ml-79-5 {
  margin-left: 79.5rem; }

.mr-79 {
  margin-right: 79rem; }
  @media (max-width: 960px) {
    .mr-79 {
      margin-right: 52.6693rem !important; } }

.mr-79-5 {
  margin-right: 79.5rem; }

.mx-79 {
  margin-left: 79rem;
  margin-right: 79rem; }
  @media (max-width: 960px) {
    .mx-79 {
      margin-left: 52.6693rem !important;
      margin-right: 52.6693rem !important; } }

.mx-79-5 {
  margin-left: 79.5rem;
  margin-right: 79.5rem; }

.my-79 {
  margin-top: 79rem;
  margin-bottom: 79rem; }
  @media (max-width: 960px) {
    .my-79 {
      margin-top: 52.6693rem !important;
      margin-bottom: 52.6693rem !important; } }

.my-79-5 {
  margin-top: 79.5rem;
  margin-bottom: 79.5rem; }

.p-79 {
  padding: 79rem; }
  @media (max-width: 960px) {
    .p-79 {
      padding: 52.6693rem !important; } }

.p-79-5 {
  padding: 79.5rem; }

.pt-79 {
  padding-top: 79rem; }
  @media (max-width: 960px) {
    .pt-79 {
      padding-top: 52.6693rem !important; } }

.pt-79-5 {
  padding-top: 79.5rem; }

.pb-79 {
  padding-bottom: 79rem; }
  @media (max-width: 960px) {
    .pb-79 {
      padding-bottom: 52.6693rem !important; } }

.pb-79-5 {
  padding-bottom: 79.5rem; }

.pl-79 {
  padding-left: 79rem; }
  @media (max-width: 960px) {
    .pl-79 {
      padding-left: 52.6693rem !important; } }

.pl-79-5 {
  padding-left: 79.5rem; }

.pr-79 {
  padding-right: 79rem; }
  @media (max-width: 960px) {
    .pr-79 {
      padding-right: 52.6693rem !important; } }

.pr-79-5 {
  padding-right: 79.5rem; }

.px-79 {
  padding-left: 79rem;
  padding-right: 79rem; }
  @media (max-width: 960px) {
    .px-79 {
      padding-left: 52.6693rem !important;
      padding-right: 52.6693rem !important; } }

.px-79-5 {
  padding-left: 79.5rem;
  padding-right: 79.5rem; }

.py-79 {
  padding-top: 79rem;
  padding-bottom: 79rem; }
  @media (max-width: 960px) {
    .py-79 {
      padding-top: 52.6693rem !important;
      padding-bottom: 52.6693rem !important; } }

.py-79-5 {
  padding-top: 79.5rem;
  padding-bottom: 79.5rem; }

.m-80 {
  margin: 80rem; }
  @media (max-width: 960px) {
    .m-80 {
      margin: 53.336rem !important; } }

.m-80-5 {
  margin: 80.5rem; }

.mt-80 {
  margin-top: 80rem; }
  @media (max-width: 960px) {
    .mt-80 {
      margin-top: 53.336rem !important; } }

.mt-80-5 {
  margin-top: 80.5rem; }

.mb-80 {
  margin-bottom: 80rem; }
  @media (max-width: 960px) {
    .mb-80 {
      margin-bottom: 53.336rem !important; } }

.mb-80-5 {
  margin-bottom: 80.5rem; }

.ml-80 {
  margin-left: 80rem; }
  @media (max-width: 960px) {
    .ml-80 {
      margin-left: 53.336rem !important; } }

.ml-80-5 {
  margin-left: 80.5rem; }

.mr-80 {
  margin-right: 80rem; }
  @media (max-width: 960px) {
    .mr-80 {
      margin-right: 53.336rem !important; } }

.mr-80-5 {
  margin-right: 80.5rem; }

.mx-80 {
  margin-left: 80rem;
  margin-right: 80rem; }
  @media (max-width: 960px) {
    .mx-80 {
      margin-left: 53.336rem !important;
      margin-right: 53.336rem !important; } }

.mx-80-5 {
  margin-left: 80.5rem;
  margin-right: 80.5rem; }

.my-80 {
  margin-top: 80rem;
  margin-bottom: 80rem; }
  @media (max-width: 960px) {
    .my-80 {
      margin-top: 53.336rem !important;
      margin-bottom: 53.336rem !important; } }

.my-80-5 {
  margin-top: 80.5rem;
  margin-bottom: 80.5rem; }

.p-80 {
  padding: 80rem; }
  @media (max-width: 960px) {
    .p-80 {
      padding: 53.336rem !important; } }

.p-80-5 {
  padding: 80.5rem; }

.pt-80 {
  padding-top: 80rem; }
  @media (max-width: 960px) {
    .pt-80 {
      padding-top: 53.336rem !important; } }

.pt-80-5 {
  padding-top: 80.5rem; }

.pb-80 {
  padding-bottom: 80rem; }
  @media (max-width: 960px) {
    .pb-80 {
      padding-bottom: 53.336rem !important; } }

.pb-80-5 {
  padding-bottom: 80.5rem; }

.pl-80 {
  padding-left: 80rem; }
  @media (max-width: 960px) {
    .pl-80 {
      padding-left: 53.336rem !important; } }

.pl-80-5 {
  padding-left: 80.5rem; }

.pr-80 {
  padding-right: 80rem; }
  @media (max-width: 960px) {
    .pr-80 {
      padding-right: 53.336rem !important; } }

.pr-80-5 {
  padding-right: 80.5rem; }

.px-80 {
  padding-left: 80rem;
  padding-right: 80rem; }
  @media (max-width: 960px) {
    .px-80 {
      padding-left: 53.336rem !important;
      padding-right: 53.336rem !important; } }

.px-80-5 {
  padding-left: 80.5rem;
  padding-right: 80.5rem; }

.py-80 {
  padding-top: 80rem;
  padding-bottom: 80rem; }
  @media (max-width: 960px) {
    .py-80 {
      padding-top: 53.336rem !important;
      padding-bottom: 53.336rem !important; } }

.py-80-5 {
  padding-top: 80.5rem;
  padding-bottom: 80.5rem; }

.m-81 {
  margin: 81rem; }
  @media (max-width: 960px) {
    .m-81 {
      margin: 54.0027rem !important; } }

.m-81-5 {
  margin: 81.5rem; }

.mt-81 {
  margin-top: 81rem; }
  @media (max-width: 960px) {
    .mt-81 {
      margin-top: 54.0027rem !important; } }

.mt-81-5 {
  margin-top: 81.5rem; }

.mb-81 {
  margin-bottom: 81rem; }
  @media (max-width: 960px) {
    .mb-81 {
      margin-bottom: 54.0027rem !important; } }

.mb-81-5 {
  margin-bottom: 81.5rem; }

.ml-81 {
  margin-left: 81rem; }
  @media (max-width: 960px) {
    .ml-81 {
      margin-left: 54.0027rem !important; } }

.ml-81-5 {
  margin-left: 81.5rem; }

.mr-81 {
  margin-right: 81rem; }
  @media (max-width: 960px) {
    .mr-81 {
      margin-right: 54.0027rem !important; } }

.mr-81-5 {
  margin-right: 81.5rem; }

.mx-81 {
  margin-left: 81rem;
  margin-right: 81rem; }
  @media (max-width: 960px) {
    .mx-81 {
      margin-left: 54.0027rem !important;
      margin-right: 54.0027rem !important; } }

.mx-81-5 {
  margin-left: 81.5rem;
  margin-right: 81.5rem; }

.my-81 {
  margin-top: 81rem;
  margin-bottom: 81rem; }
  @media (max-width: 960px) {
    .my-81 {
      margin-top: 54.0027rem !important;
      margin-bottom: 54.0027rem !important; } }

.my-81-5 {
  margin-top: 81.5rem;
  margin-bottom: 81.5rem; }

.p-81 {
  padding: 81rem; }
  @media (max-width: 960px) {
    .p-81 {
      padding: 54.0027rem !important; } }

.p-81-5 {
  padding: 81.5rem; }

.pt-81 {
  padding-top: 81rem; }
  @media (max-width: 960px) {
    .pt-81 {
      padding-top: 54.0027rem !important; } }

.pt-81-5 {
  padding-top: 81.5rem; }

.pb-81 {
  padding-bottom: 81rem; }
  @media (max-width: 960px) {
    .pb-81 {
      padding-bottom: 54.0027rem !important; } }

.pb-81-5 {
  padding-bottom: 81.5rem; }

.pl-81 {
  padding-left: 81rem; }
  @media (max-width: 960px) {
    .pl-81 {
      padding-left: 54.0027rem !important; } }

.pl-81-5 {
  padding-left: 81.5rem; }

.pr-81 {
  padding-right: 81rem; }
  @media (max-width: 960px) {
    .pr-81 {
      padding-right: 54.0027rem !important; } }

.pr-81-5 {
  padding-right: 81.5rem; }

.px-81 {
  padding-left: 81rem;
  padding-right: 81rem; }
  @media (max-width: 960px) {
    .px-81 {
      padding-left: 54.0027rem !important;
      padding-right: 54.0027rem !important; } }

.px-81-5 {
  padding-left: 81.5rem;
  padding-right: 81.5rem; }

.py-81 {
  padding-top: 81rem;
  padding-bottom: 81rem; }
  @media (max-width: 960px) {
    .py-81 {
      padding-top: 54.0027rem !important;
      padding-bottom: 54.0027rem !important; } }

.py-81-5 {
  padding-top: 81.5rem;
  padding-bottom: 81.5rem; }

.m-82 {
  margin: 82rem; }
  @media (max-width: 960px) {
    .m-82 {
      margin: 54.6694rem !important; } }

.m-82-5 {
  margin: 82.5rem; }

.mt-82 {
  margin-top: 82rem; }
  @media (max-width: 960px) {
    .mt-82 {
      margin-top: 54.6694rem !important; } }

.mt-82-5 {
  margin-top: 82.5rem; }

.mb-82 {
  margin-bottom: 82rem; }
  @media (max-width: 960px) {
    .mb-82 {
      margin-bottom: 54.6694rem !important; } }

.mb-82-5 {
  margin-bottom: 82.5rem; }

.ml-82 {
  margin-left: 82rem; }
  @media (max-width: 960px) {
    .ml-82 {
      margin-left: 54.6694rem !important; } }

.ml-82-5 {
  margin-left: 82.5rem; }

.mr-82 {
  margin-right: 82rem; }
  @media (max-width: 960px) {
    .mr-82 {
      margin-right: 54.6694rem !important; } }

.mr-82-5 {
  margin-right: 82.5rem; }

.mx-82 {
  margin-left: 82rem;
  margin-right: 82rem; }
  @media (max-width: 960px) {
    .mx-82 {
      margin-left: 54.6694rem !important;
      margin-right: 54.6694rem !important; } }

.mx-82-5 {
  margin-left: 82.5rem;
  margin-right: 82.5rem; }

.my-82 {
  margin-top: 82rem;
  margin-bottom: 82rem; }
  @media (max-width: 960px) {
    .my-82 {
      margin-top: 54.6694rem !important;
      margin-bottom: 54.6694rem !important; } }

.my-82-5 {
  margin-top: 82.5rem;
  margin-bottom: 82.5rem; }

.p-82 {
  padding: 82rem; }
  @media (max-width: 960px) {
    .p-82 {
      padding: 54.6694rem !important; } }

.p-82-5 {
  padding: 82.5rem; }

.pt-82 {
  padding-top: 82rem; }
  @media (max-width: 960px) {
    .pt-82 {
      padding-top: 54.6694rem !important; } }

.pt-82-5 {
  padding-top: 82.5rem; }

.pb-82 {
  padding-bottom: 82rem; }
  @media (max-width: 960px) {
    .pb-82 {
      padding-bottom: 54.6694rem !important; } }

.pb-82-5 {
  padding-bottom: 82.5rem; }

.pl-82 {
  padding-left: 82rem; }
  @media (max-width: 960px) {
    .pl-82 {
      padding-left: 54.6694rem !important; } }

.pl-82-5 {
  padding-left: 82.5rem; }

.pr-82 {
  padding-right: 82rem; }
  @media (max-width: 960px) {
    .pr-82 {
      padding-right: 54.6694rem !important; } }

.pr-82-5 {
  padding-right: 82.5rem; }

.px-82 {
  padding-left: 82rem;
  padding-right: 82rem; }
  @media (max-width: 960px) {
    .px-82 {
      padding-left: 54.6694rem !important;
      padding-right: 54.6694rem !important; } }

.px-82-5 {
  padding-left: 82.5rem;
  padding-right: 82.5rem; }

.py-82 {
  padding-top: 82rem;
  padding-bottom: 82rem; }
  @media (max-width: 960px) {
    .py-82 {
      padding-top: 54.6694rem !important;
      padding-bottom: 54.6694rem !important; } }

.py-82-5 {
  padding-top: 82.5rem;
  padding-bottom: 82.5rem; }

.m-83 {
  margin: 83rem; }
  @media (max-width: 960px) {
    .m-83 {
      margin: 55.3361rem !important; } }

.m-83-5 {
  margin: 83.5rem; }

.mt-83 {
  margin-top: 83rem; }
  @media (max-width: 960px) {
    .mt-83 {
      margin-top: 55.3361rem !important; } }

.mt-83-5 {
  margin-top: 83.5rem; }

.mb-83 {
  margin-bottom: 83rem; }
  @media (max-width: 960px) {
    .mb-83 {
      margin-bottom: 55.3361rem !important; } }

.mb-83-5 {
  margin-bottom: 83.5rem; }

.ml-83 {
  margin-left: 83rem; }
  @media (max-width: 960px) {
    .ml-83 {
      margin-left: 55.3361rem !important; } }

.ml-83-5 {
  margin-left: 83.5rem; }

.mr-83 {
  margin-right: 83rem; }
  @media (max-width: 960px) {
    .mr-83 {
      margin-right: 55.3361rem !important; } }

.mr-83-5 {
  margin-right: 83.5rem; }

.mx-83 {
  margin-left: 83rem;
  margin-right: 83rem; }
  @media (max-width: 960px) {
    .mx-83 {
      margin-left: 55.3361rem !important;
      margin-right: 55.3361rem !important; } }

.mx-83-5 {
  margin-left: 83.5rem;
  margin-right: 83.5rem; }

.my-83 {
  margin-top: 83rem;
  margin-bottom: 83rem; }
  @media (max-width: 960px) {
    .my-83 {
      margin-top: 55.3361rem !important;
      margin-bottom: 55.3361rem !important; } }

.my-83-5 {
  margin-top: 83.5rem;
  margin-bottom: 83.5rem; }

.p-83 {
  padding: 83rem; }
  @media (max-width: 960px) {
    .p-83 {
      padding: 55.3361rem !important; } }

.p-83-5 {
  padding: 83.5rem; }

.pt-83 {
  padding-top: 83rem; }
  @media (max-width: 960px) {
    .pt-83 {
      padding-top: 55.3361rem !important; } }

.pt-83-5 {
  padding-top: 83.5rem; }

.pb-83 {
  padding-bottom: 83rem; }
  @media (max-width: 960px) {
    .pb-83 {
      padding-bottom: 55.3361rem !important; } }

.pb-83-5 {
  padding-bottom: 83.5rem; }

.pl-83 {
  padding-left: 83rem; }
  @media (max-width: 960px) {
    .pl-83 {
      padding-left: 55.3361rem !important; } }

.pl-83-5 {
  padding-left: 83.5rem; }

.pr-83 {
  padding-right: 83rem; }
  @media (max-width: 960px) {
    .pr-83 {
      padding-right: 55.3361rem !important; } }

.pr-83-5 {
  padding-right: 83.5rem; }

.px-83 {
  padding-left: 83rem;
  padding-right: 83rem; }
  @media (max-width: 960px) {
    .px-83 {
      padding-left: 55.3361rem !important;
      padding-right: 55.3361rem !important; } }

.px-83-5 {
  padding-left: 83.5rem;
  padding-right: 83.5rem; }

.py-83 {
  padding-top: 83rem;
  padding-bottom: 83rem; }
  @media (max-width: 960px) {
    .py-83 {
      padding-top: 55.3361rem !important;
      padding-bottom: 55.3361rem !important; } }

.py-83-5 {
  padding-top: 83.5rem;
  padding-bottom: 83.5rem; }

.m-84 {
  margin: 84rem; }
  @media (max-width: 960px) {
    .m-84 {
      margin: 56.0028rem !important; } }

.m-84-5 {
  margin: 84.5rem; }

.mt-84 {
  margin-top: 84rem; }
  @media (max-width: 960px) {
    .mt-84 {
      margin-top: 56.0028rem !important; } }

.mt-84-5 {
  margin-top: 84.5rem; }

.mb-84 {
  margin-bottom: 84rem; }
  @media (max-width: 960px) {
    .mb-84 {
      margin-bottom: 56.0028rem !important; } }

.mb-84-5 {
  margin-bottom: 84.5rem; }

.ml-84 {
  margin-left: 84rem; }
  @media (max-width: 960px) {
    .ml-84 {
      margin-left: 56.0028rem !important; } }

.ml-84-5 {
  margin-left: 84.5rem; }

.mr-84 {
  margin-right: 84rem; }
  @media (max-width: 960px) {
    .mr-84 {
      margin-right: 56.0028rem !important; } }

.mr-84-5 {
  margin-right: 84.5rem; }

.mx-84 {
  margin-left: 84rem;
  margin-right: 84rem; }
  @media (max-width: 960px) {
    .mx-84 {
      margin-left: 56.0028rem !important;
      margin-right: 56.0028rem !important; } }

.mx-84-5 {
  margin-left: 84.5rem;
  margin-right: 84.5rem; }

.my-84 {
  margin-top: 84rem;
  margin-bottom: 84rem; }
  @media (max-width: 960px) {
    .my-84 {
      margin-top: 56.0028rem !important;
      margin-bottom: 56.0028rem !important; } }

.my-84-5 {
  margin-top: 84.5rem;
  margin-bottom: 84.5rem; }

.p-84 {
  padding: 84rem; }
  @media (max-width: 960px) {
    .p-84 {
      padding: 56.0028rem !important; } }

.p-84-5 {
  padding: 84.5rem; }

.pt-84 {
  padding-top: 84rem; }
  @media (max-width: 960px) {
    .pt-84 {
      padding-top: 56.0028rem !important; } }

.pt-84-5 {
  padding-top: 84.5rem; }

.pb-84 {
  padding-bottom: 84rem; }
  @media (max-width: 960px) {
    .pb-84 {
      padding-bottom: 56.0028rem !important; } }

.pb-84-5 {
  padding-bottom: 84.5rem; }

.pl-84 {
  padding-left: 84rem; }
  @media (max-width: 960px) {
    .pl-84 {
      padding-left: 56.0028rem !important; } }

.pl-84-5 {
  padding-left: 84.5rem; }

.pr-84 {
  padding-right: 84rem; }
  @media (max-width: 960px) {
    .pr-84 {
      padding-right: 56.0028rem !important; } }

.pr-84-5 {
  padding-right: 84.5rem; }

.px-84 {
  padding-left: 84rem;
  padding-right: 84rem; }
  @media (max-width: 960px) {
    .px-84 {
      padding-left: 56.0028rem !important;
      padding-right: 56.0028rem !important; } }

.px-84-5 {
  padding-left: 84.5rem;
  padding-right: 84.5rem; }

.py-84 {
  padding-top: 84rem;
  padding-bottom: 84rem; }
  @media (max-width: 960px) {
    .py-84 {
      padding-top: 56.0028rem !important;
      padding-bottom: 56.0028rem !important; } }

.py-84-5 {
  padding-top: 84.5rem;
  padding-bottom: 84.5rem; }

.m-85 {
  margin: 85rem; }
  @media (max-width: 960px) {
    .m-85 {
      margin: 56.6695rem !important; } }

.m-85-5 {
  margin: 85.5rem; }

.mt-85 {
  margin-top: 85rem; }
  @media (max-width: 960px) {
    .mt-85 {
      margin-top: 56.6695rem !important; } }

.mt-85-5 {
  margin-top: 85.5rem; }

.mb-85 {
  margin-bottom: 85rem; }
  @media (max-width: 960px) {
    .mb-85 {
      margin-bottom: 56.6695rem !important; } }

.mb-85-5 {
  margin-bottom: 85.5rem; }

.ml-85 {
  margin-left: 85rem; }
  @media (max-width: 960px) {
    .ml-85 {
      margin-left: 56.6695rem !important; } }

.ml-85-5 {
  margin-left: 85.5rem; }

.mr-85 {
  margin-right: 85rem; }
  @media (max-width: 960px) {
    .mr-85 {
      margin-right: 56.6695rem !important; } }

.mr-85-5 {
  margin-right: 85.5rem; }

.mx-85 {
  margin-left: 85rem;
  margin-right: 85rem; }
  @media (max-width: 960px) {
    .mx-85 {
      margin-left: 56.6695rem !important;
      margin-right: 56.6695rem !important; } }

.mx-85-5 {
  margin-left: 85.5rem;
  margin-right: 85.5rem; }

.my-85 {
  margin-top: 85rem;
  margin-bottom: 85rem; }
  @media (max-width: 960px) {
    .my-85 {
      margin-top: 56.6695rem !important;
      margin-bottom: 56.6695rem !important; } }

.my-85-5 {
  margin-top: 85.5rem;
  margin-bottom: 85.5rem; }

.p-85 {
  padding: 85rem; }
  @media (max-width: 960px) {
    .p-85 {
      padding: 56.6695rem !important; } }

.p-85-5 {
  padding: 85.5rem; }

.pt-85 {
  padding-top: 85rem; }
  @media (max-width: 960px) {
    .pt-85 {
      padding-top: 56.6695rem !important; } }

.pt-85-5 {
  padding-top: 85.5rem; }

.pb-85 {
  padding-bottom: 85rem; }
  @media (max-width: 960px) {
    .pb-85 {
      padding-bottom: 56.6695rem !important; } }

.pb-85-5 {
  padding-bottom: 85.5rem; }

.pl-85 {
  padding-left: 85rem; }
  @media (max-width: 960px) {
    .pl-85 {
      padding-left: 56.6695rem !important; } }

.pl-85-5 {
  padding-left: 85.5rem; }

.pr-85 {
  padding-right: 85rem; }
  @media (max-width: 960px) {
    .pr-85 {
      padding-right: 56.6695rem !important; } }

.pr-85-5 {
  padding-right: 85.5rem; }

.px-85 {
  padding-left: 85rem;
  padding-right: 85rem; }
  @media (max-width: 960px) {
    .px-85 {
      padding-left: 56.6695rem !important;
      padding-right: 56.6695rem !important; } }

.px-85-5 {
  padding-left: 85.5rem;
  padding-right: 85.5rem; }

.py-85 {
  padding-top: 85rem;
  padding-bottom: 85rem; }
  @media (max-width: 960px) {
    .py-85 {
      padding-top: 56.6695rem !important;
      padding-bottom: 56.6695rem !important; } }

.py-85-5 {
  padding-top: 85.5rem;
  padding-bottom: 85.5rem; }

.m-86 {
  margin: 86rem; }
  @media (max-width: 960px) {
    .m-86 {
      margin: 57.3362rem !important; } }

.m-86-5 {
  margin: 86.5rem; }

.mt-86 {
  margin-top: 86rem; }
  @media (max-width: 960px) {
    .mt-86 {
      margin-top: 57.3362rem !important; } }

.mt-86-5 {
  margin-top: 86.5rem; }

.mb-86 {
  margin-bottom: 86rem; }
  @media (max-width: 960px) {
    .mb-86 {
      margin-bottom: 57.3362rem !important; } }

.mb-86-5 {
  margin-bottom: 86.5rem; }

.ml-86 {
  margin-left: 86rem; }
  @media (max-width: 960px) {
    .ml-86 {
      margin-left: 57.3362rem !important; } }

.ml-86-5 {
  margin-left: 86.5rem; }

.mr-86 {
  margin-right: 86rem; }
  @media (max-width: 960px) {
    .mr-86 {
      margin-right: 57.3362rem !important; } }

.mr-86-5 {
  margin-right: 86.5rem; }

.mx-86 {
  margin-left: 86rem;
  margin-right: 86rem; }
  @media (max-width: 960px) {
    .mx-86 {
      margin-left: 57.3362rem !important;
      margin-right: 57.3362rem !important; } }

.mx-86-5 {
  margin-left: 86.5rem;
  margin-right: 86.5rem; }

.my-86 {
  margin-top: 86rem;
  margin-bottom: 86rem; }
  @media (max-width: 960px) {
    .my-86 {
      margin-top: 57.3362rem !important;
      margin-bottom: 57.3362rem !important; } }

.my-86-5 {
  margin-top: 86.5rem;
  margin-bottom: 86.5rem; }

.p-86 {
  padding: 86rem; }
  @media (max-width: 960px) {
    .p-86 {
      padding: 57.3362rem !important; } }

.p-86-5 {
  padding: 86.5rem; }

.pt-86 {
  padding-top: 86rem; }
  @media (max-width: 960px) {
    .pt-86 {
      padding-top: 57.3362rem !important; } }

.pt-86-5 {
  padding-top: 86.5rem; }

.pb-86 {
  padding-bottom: 86rem; }
  @media (max-width: 960px) {
    .pb-86 {
      padding-bottom: 57.3362rem !important; } }

.pb-86-5 {
  padding-bottom: 86.5rem; }

.pl-86 {
  padding-left: 86rem; }
  @media (max-width: 960px) {
    .pl-86 {
      padding-left: 57.3362rem !important; } }

.pl-86-5 {
  padding-left: 86.5rem; }

.pr-86 {
  padding-right: 86rem; }
  @media (max-width: 960px) {
    .pr-86 {
      padding-right: 57.3362rem !important; } }

.pr-86-5 {
  padding-right: 86.5rem; }

.px-86 {
  padding-left: 86rem;
  padding-right: 86rem; }
  @media (max-width: 960px) {
    .px-86 {
      padding-left: 57.3362rem !important;
      padding-right: 57.3362rem !important; } }

.px-86-5 {
  padding-left: 86.5rem;
  padding-right: 86.5rem; }

.py-86 {
  padding-top: 86rem;
  padding-bottom: 86rem; }
  @media (max-width: 960px) {
    .py-86 {
      padding-top: 57.3362rem !important;
      padding-bottom: 57.3362rem !important; } }

.py-86-5 {
  padding-top: 86.5rem;
  padding-bottom: 86.5rem; }

.m-87 {
  margin: 87rem; }
  @media (max-width: 960px) {
    .m-87 {
      margin: 58.0029rem !important; } }

.m-87-5 {
  margin: 87.5rem; }

.mt-87 {
  margin-top: 87rem; }
  @media (max-width: 960px) {
    .mt-87 {
      margin-top: 58.0029rem !important; } }

.mt-87-5 {
  margin-top: 87.5rem; }

.mb-87 {
  margin-bottom: 87rem; }
  @media (max-width: 960px) {
    .mb-87 {
      margin-bottom: 58.0029rem !important; } }

.mb-87-5 {
  margin-bottom: 87.5rem; }

.ml-87 {
  margin-left: 87rem; }
  @media (max-width: 960px) {
    .ml-87 {
      margin-left: 58.0029rem !important; } }

.ml-87-5 {
  margin-left: 87.5rem; }

.mr-87 {
  margin-right: 87rem; }
  @media (max-width: 960px) {
    .mr-87 {
      margin-right: 58.0029rem !important; } }

.mr-87-5 {
  margin-right: 87.5rem; }

.mx-87 {
  margin-left: 87rem;
  margin-right: 87rem; }
  @media (max-width: 960px) {
    .mx-87 {
      margin-left: 58.0029rem !important;
      margin-right: 58.0029rem !important; } }

.mx-87-5 {
  margin-left: 87.5rem;
  margin-right: 87.5rem; }

.my-87 {
  margin-top: 87rem;
  margin-bottom: 87rem; }
  @media (max-width: 960px) {
    .my-87 {
      margin-top: 58.0029rem !important;
      margin-bottom: 58.0029rem !important; } }

.my-87-5 {
  margin-top: 87.5rem;
  margin-bottom: 87.5rem; }

.p-87 {
  padding: 87rem; }
  @media (max-width: 960px) {
    .p-87 {
      padding: 58.0029rem !important; } }

.p-87-5 {
  padding: 87.5rem; }

.pt-87 {
  padding-top: 87rem; }
  @media (max-width: 960px) {
    .pt-87 {
      padding-top: 58.0029rem !important; } }

.pt-87-5 {
  padding-top: 87.5rem; }

.pb-87 {
  padding-bottom: 87rem; }
  @media (max-width: 960px) {
    .pb-87 {
      padding-bottom: 58.0029rem !important; } }

.pb-87-5 {
  padding-bottom: 87.5rem; }

.pl-87 {
  padding-left: 87rem; }
  @media (max-width: 960px) {
    .pl-87 {
      padding-left: 58.0029rem !important; } }

.pl-87-5 {
  padding-left: 87.5rem; }

.pr-87 {
  padding-right: 87rem; }
  @media (max-width: 960px) {
    .pr-87 {
      padding-right: 58.0029rem !important; } }

.pr-87-5 {
  padding-right: 87.5rem; }

.px-87 {
  padding-left: 87rem;
  padding-right: 87rem; }
  @media (max-width: 960px) {
    .px-87 {
      padding-left: 58.0029rem !important;
      padding-right: 58.0029rem !important; } }

.px-87-5 {
  padding-left: 87.5rem;
  padding-right: 87.5rem; }

.py-87 {
  padding-top: 87rem;
  padding-bottom: 87rem; }
  @media (max-width: 960px) {
    .py-87 {
      padding-top: 58.0029rem !important;
      padding-bottom: 58.0029rem !important; } }

.py-87-5 {
  padding-top: 87.5rem;
  padding-bottom: 87.5rem; }

.m-88 {
  margin: 88rem; }
  @media (max-width: 960px) {
    .m-88 {
      margin: 58.6696rem !important; } }

.m-88-5 {
  margin: 88.5rem; }

.mt-88 {
  margin-top: 88rem; }
  @media (max-width: 960px) {
    .mt-88 {
      margin-top: 58.6696rem !important; } }

.mt-88-5 {
  margin-top: 88.5rem; }

.mb-88 {
  margin-bottom: 88rem; }
  @media (max-width: 960px) {
    .mb-88 {
      margin-bottom: 58.6696rem !important; } }

.mb-88-5 {
  margin-bottom: 88.5rem; }

.ml-88 {
  margin-left: 88rem; }
  @media (max-width: 960px) {
    .ml-88 {
      margin-left: 58.6696rem !important; } }

.ml-88-5 {
  margin-left: 88.5rem; }

.mr-88 {
  margin-right: 88rem; }
  @media (max-width: 960px) {
    .mr-88 {
      margin-right: 58.6696rem !important; } }

.mr-88-5 {
  margin-right: 88.5rem; }

.mx-88 {
  margin-left: 88rem;
  margin-right: 88rem; }
  @media (max-width: 960px) {
    .mx-88 {
      margin-left: 58.6696rem !important;
      margin-right: 58.6696rem !important; } }

.mx-88-5 {
  margin-left: 88.5rem;
  margin-right: 88.5rem; }

.my-88 {
  margin-top: 88rem;
  margin-bottom: 88rem; }
  @media (max-width: 960px) {
    .my-88 {
      margin-top: 58.6696rem !important;
      margin-bottom: 58.6696rem !important; } }

.my-88-5 {
  margin-top: 88.5rem;
  margin-bottom: 88.5rem; }

.p-88 {
  padding: 88rem; }
  @media (max-width: 960px) {
    .p-88 {
      padding: 58.6696rem !important; } }

.p-88-5 {
  padding: 88.5rem; }

.pt-88 {
  padding-top: 88rem; }
  @media (max-width: 960px) {
    .pt-88 {
      padding-top: 58.6696rem !important; } }

.pt-88-5 {
  padding-top: 88.5rem; }

.pb-88 {
  padding-bottom: 88rem; }
  @media (max-width: 960px) {
    .pb-88 {
      padding-bottom: 58.6696rem !important; } }

.pb-88-5 {
  padding-bottom: 88.5rem; }

.pl-88 {
  padding-left: 88rem; }
  @media (max-width: 960px) {
    .pl-88 {
      padding-left: 58.6696rem !important; } }

.pl-88-5 {
  padding-left: 88.5rem; }

.pr-88 {
  padding-right: 88rem; }
  @media (max-width: 960px) {
    .pr-88 {
      padding-right: 58.6696rem !important; } }

.pr-88-5 {
  padding-right: 88.5rem; }

.px-88 {
  padding-left: 88rem;
  padding-right: 88rem; }
  @media (max-width: 960px) {
    .px-88 {
      padding-left: 58.6696rem !important;
      padding-right: 58.6696rem !important; } }

.px-88-5 {
  padding-left: 88.5rem;
  padding-right: 88.5rem; }

.py-88 {
  padding-top: 88rem;
  padding-bottom: 88rem; }
  @media (max-width: 960px) {
    .py-88 {
      padding-top: 58.6696rem !important;
      padding-bottom: 58.6696rem !important; } }

.py-88-5 {
  padding-top: 88.5rem;
  padding-bottom: 88.5rem; }

.m-89 {
  margin: 89rem; }
  @media (max-width: 960px) {
    .m-89 {
      margin: 59.3363rem !important; } }

.m-89-5 {
  margin: 89.5rem; }

.mt-89 {
  margin-top: 89rem; }
  @media (max-width: 960px) {
    .mt-89 {
      margin-top: 59.3363rem !important; } }

.mt-89-5 {
  margin-top: 89.5rem; }

.mb-89 {
  margin-bottom: 89rem; }
  @media (max-width: 960px) {
    .mb-89 {
      margin-bottom: 59.3363rem !important; } }

.mb-89-5 {
  margin-bottom: 89.5rem; }

.ml-89 {
  margin-left: 89rem; }
  @media (max-width: 960px) {
    .ml-89 {
      margin-left: 59.3363rem !important; } }

.ml-89-5 {
  margin-left: 89.5rem; }

.mr-89 {
  margin-right: 89rem; }
  @media (max-width: 960px) {
    .mr-89 {
      margin-right: 59.3363rem !important; } }

.mr-89-5 {
  margin-right: 89.5rem; }

.mx-89 {
  margin-left: 89rem;
  margin-right: 89rem; }
  @media (max-width: 960px) {
    .mx-89 {
      margin-left: 59.3363rem !important;
      margin-right: 59.3363rem !important; } }

.mx-89-5 {
  margin-left: 89.5rem;
  margin-right: 89.5rem; }

.my-89 {
  margin-top: 89rem;
  margin-bottom: 89rem; }
  @media (max-width: 960px) {
    .my-89 {
      margin-top: 59.3363rem !important;
      margin-bottom: 59.3363rem !important; } }

.my-89-5 {
  margin-top: 89.5rem;
  margin-bottom: 89.5rem; }

.p-89 {
  padding: 89rem; }
  @media (max-width: 960px) {
    .p-89 {
      padding: 59.3363rem !important; } }

.p-89-5 {
  padding: 89.5rem; }

.pt-89 {
  padding-top: 89rem; }
  @media (max-width: 960px) {
    .pt-89 {
      padding-top: 59.3363rem !important; } }

.pt-89-5 {
  padding-top: 89.5rem; }

.pb-89 {
  padding-bottom: 89rem; }
  @media (max-width: 960px) {
    .pb-89 {
      padding-bottom: 59.3363rem !important; } }

.pb-89-5 {
  padding-bottom: 89.5rem; }

.pl-89 {
  padding-left: 89rem; }
  @media (max-width: 960px) {
    .pl-89 {
      padding-left: 59.3363rem !important; } }

.pl-89-5 {
  padding-left: 89.5rem; }

.pr-89 {
  padding-right: 89rem; }
  @media (max-width: 960px) {
    .pr-89 {
      padding-right: 59.3363rem !important; } }

.pr-89-5 {
  padding-right: 89.5rem; }

.px-89 {
  padding-left: 89rem;
  padding-right: 89rem; }
  @media (max-width: 960px) {
    .px-89 {
      padding-left: 59.3363rem !important;
      padding-right: 59.3363rem !important; } }

.px-89-5 {
  padding-left: 89.5rem;
  padding-right: 89.5rem; }

.py-89 {
  padding-top: 89rem;
  padding-bottom: 89rem; }
  @media (max-width: 960px) {
    .py-89 {
      padding-top: 59.3363rem !important;
      padding-bottom: 59.3363rem !important; } }

.py-89-5 {
  padding-top: 89.5rem;
  padding-bottom: 89.5rem; }

.m-90 {
  margin: 90rem; }
  @media (max-width: 960px) {
    .m-90 {
      margin: 60.003rem !important; } }

.m-90-5 {
  margin: 90.5rem; }

.mt-90 {
  margin-top: 90rem; }
  @media (max-width: 960px) {
    .mt-90 {
      margin-top: 60.003rem !important; } }

.mt-90-5 {
  margin-top: 90.5rem; }

.mb-90 {
  margin-bottom: 90rem; }
  @media (max-width: 960px) {
    .mb-90 {
      margin-bottom: 60.003rem !important; } }

.mb-90-5 {
  margin-bottom: 90.5rem; }

.ml-90 {
  margin-left: 90rem; }
  @media (max-width: 960px) {
    .ml-90 {
      margin-left: 60.003rem !important; } }

.ml-90-5 {
  margin-left: 90.5rem; }

.mr-90 {
  margin-right: 90rem; }
  @media (max-width: 960px) {
    .mr-90 {
      margin-right: 60.003rem !important; } }

.mr-90-5 {
  margin-right: 90.5rem; }

.mx-90 {
  margin-left: 90rem;
  margin-right: 90rem; }
  @media (max-width: 960px) {
    .mx-90 {
      margin-left: 60.003rem !important;
      margin-right: 60.003rem !important; } }

.mx-90-5 {
  margin-left: 90.5rem;
  margin-right: 90.5rem; }

.my-90 {
  margin-top: 90rem;
  margin-bottom: 90rem; }
  @media (max-width: 960px) {
    .my-90 {
      margin-top: 60.003rem !important;
      margin-bottom: 60.003rem !important; } }

.my-90-5 {
  margin-top: 90.5rem;
  margin-bottom: 90.5rem; }

.p-90 {
  padding: 90rem; }
  @media (max-width: 960px) {
    .p-90 {
      padding: 60.003rem !important; } }

.p-90-5 {
  padding: 90.5rem; }

.pt-90 {
  padding-top: 90rem; }
  @media (max-width: 960px) {
    .pt-90 {
      padding-top: 60.003rem !important; } }

.pt-90-5 {
  padding-top: 90.5rem; }

.pb-90 {
  padding-bottom: 90rem; }
  @media (max-width: 960px) {
    .pb-90 {
      padding-bottom: 60.003rem !important; } }

.pb-90-5 {
  padding-bottom: 90.5rem; }

.pl-90 {
  padding-left: 90rem; }
  @media (max-width: 960px) {
    .pl-90 {
      padding-left: 60.003rem !important; } }

.pl-90-5 {
  padding-left: 90.5rem; }

.pr-90 {
  padding-right: 90rem; }
  @media (max-width: 960px) {
    .pr-90 {
      padding-right: 60.003rem !important; } }

.pr-90-5 {
  padding-right: 90.5rem; }

.px-90 {
  padding-left: 90rem;
  padding-right: 90rem; }
  @media (max-width: 960px) {
    .px-90 {
      padding-left: 60.003rem !important;
      padding-right: 60.003rem !important; } }

.px-90-5 {
  padding-left: 90.5rem;
  padding-right: 90.5rem; }

.py-90 {
  padding-top: 90rem;
  padding-bottom: 90rem; }
  @media (max-width: 960px) {
    .py-90 {
      padding-top: 60.003rem !important;
      padding-bottom: 60.003rem !important; } }

.py-90-5 {
  padding-top: 90.5rem;
  padding-bottom: 90.5rem; }

.m-91 {
  margin: 91rem; }
  @media (max-width: 960px) {
    .m-91 {
      margin: 60.6697rem !important; } }

.m-91-5 {
  margin: 91.5rem; }

.mt-91 {
  margin-top: 91rem; }
  @media (max-width: 960px) {
    .mt-91 {
      margin-top: 60.6697rem !important; } }

.mt-91-5 {
  margin-top: 91.5rem; }

.mb-91 {
  margin-bottom: 91rem; }
  @media (max-width: 960px) {
    .mb-91 {
      margin-bottom: 60.6697rem !important; } }

.mb-91-5 {
  margin-bottom: 91.5rem; }

.ml-91 {
  margin-left: 91rem; }
  @media (max-width: 960px) {
    .ml-91 {
      margin-left: 60.6697rem !important; } }

.ml-91-5 {
  margin-left: 91.5rem; }

.mr-91 {
  margin-right: 91rem; }
  @media (max-width: 960px) {
    .mr-91 {
      margin-right: 60.6697rem !important; } }

.mr-91-5 {
  margin-right: 91.5rem; }

.mx-91 {
  margin-left: 91rem;
  margin-right: 91rem; }
  @media (max-width: 960px) {
    .mx-91 {
      margin-left: 60.6697rem !important;
      margin-right: 60.6697rem !important; } }

.mx-91-5 {
  margin-left: 91.5rem;
  margin-right: 91.5rem; }

.my-91 {
  margin-top: 91rem;
  margin-bottom: 91rem; }
  @media (max-width: 960px) {
    .my-91 {
      margin-top: 60.6697rem !important;
      margin-bottom: 60.6697rem !important; } }

.my-91-5 {
  margin-top: 91.5rem;
  margin-bottom: 91.5rem; }

.p-91 {
  padding: 91rem; }
  @media (max-width: 960px) {
    .p-91 {
      padding: 60.6697rem !important; } }

.p-91-5 {
  padding: 91.5rem; }

.pt-91 {
  padding-top: 91rem; }
  @media (max-width: 960px) {
    .pt-91 {
      padding-top: 60.6697rem !important; } }

.pt-91-5 {
  padding-top: 91.5rem; }

.pb-91 {
  padding-bottom: 91rem; }
  @media (max-width: 960px) {
    .pb-91 {
      padding-bottom: 60.6697rem !important; } }

.pb-91-5 {
  padding-bottom: 91.5rem; }

.pl-91 {
  padding-left: 91rem; }
  @media (max-width: 960px) {
    .pl-91 {
      padding-left: 60.6697rem !important; } }

.pl-91-5 {
  padding-left: 91.5rem; }

.pr-91 {
  padding-right: 91rem; }
  @media (max-width: 960px) {
    .pr-91 {
      padding-right: 60.6697rem !important; } }

.pr-91-5 {
  padding-right: 91.5rem; }

.px-91 {
  padding-left: 91rem;
  padding-right: 91rem; }
  @media (max-width: 960px) {
    .px-91 {
      padding-left: 60.6697rem !important;
      padding-right: 60.6697rem !important; } }

.px-91-5 {
  padding-left: 91.5rem;
  padding-right: 91.5rem; }

.py-91 {
  padding-top: 91rem;
  padding-bottom: 91rem; }
  @media (max-width: 960px) {
    .py-91 {
      padding-top: 60.6697rem !important;
      padding-bottom: 60.6697rem !important; } }

.py-91-5 {
  padding-top: 91.5rem;
  padding-bottom: 91.5rem; }

.m-92 {
  margin: 92rem; }
  @media (max-width: 960px) {
    .m-92 {
      margin: 61.3364rem !important; } }

.m-92-5 {
  margin: 92.5rem; }

.mt-92 {
  margin-top: 92rem; }
  @media (max-width: 960px) {
    .mt-92 {
      margin-top: 61.3364rem !important; } }

.mt-92-5 {
  margin-top: 92.5rem; }

.mb-92 {
  margin-bottom: 92rem; }
  @media (max-width: 960px) {
    .mb-92 {
      margin-bottom: 61.3364rem !important; } }

.mb-92-5 {
  margin-bottom: 92.5rem; }

.ml-92 {
  margin-left: 92rem; }
  @media (max-width: 960px) {
    .ml-92 {
      margin-left: 61.3364rem !important; } }

.ml-92-5 {
  margin-left: 92.5rem; }

.mr-92 {
  margin-right: 92rem; }
  @media (max-width: 960px) {
    .mr-92 {
      margin-right: 61.3364rem !important; } }

.mr-92-5 {
  margin-right: 92.5rem; }

.mx-92 {
  margin-left: 92rem;
  margin-right: 92rem; }
  @media (max-width: 960px) {
    .mx-92 {
      margin-left: 61.3364rem !important;
      margin-right: 61.3364rem !important; } }

.mx-92-5 {
  margin-left: 92.5rem;
  margin-right: 92.5rem; }

.my-92 {
  margin-top: 92rem;
  margin-bottom: 92rem; }
  @media (max-width: 960px) {
    .my-92 {
      margin-top: 61.3364rem !important;
      margin-bottom: 61.3364rem !important; } }

.my-92-5 {
  margin-top: 92.5rem;
  margin-bottom: 92.5rem; }

.p-92 {
  padding: 92rem; }
  @media (max-width: 960px) {
    .p-92 {
      padding: 61.3364rem !important; } }

.p-92-5 {
  padding: 92.5rem; }

.pt-92 {
  padding-top: 92rem; }
  @media (max-width: 960px) {
    .pt-92 {
      padding-top: 61.3364rem !important; } }

.pt-92-5 {
  padding-top: 92.5rem; }

.pb-92 {
  padding-bottom: 92rem; }
  @media (max-width: 960px) {
    .pb-92 {
      padding-bottom: 61.3364rem !important; } }

.pb-92-5 {
  padding-bottom: 92.5rem; }

.pl-92 {
  padding-left: 92rem; }
  @media (max-width: 960px) {
    .pl-92 {
      padding-left: 61.3364rem !important; } }

.pl-92-5 {
  padding-left: 92.5rem; }

.pr-92 {
  padding-right: 92rem; }
  @media (max-width: 960px) {
    .pr-92 {
      padding-right: 61.3364rem !important; } }

.pr-92-5 {
  padding-right: 92.5rem; }

.px-92 {
  padding-left: 92rem;
  padding-right: 92rem; }
  @media (max-width: 960px) {
    .px-92 {
      padding-left: 61.3364rem !important;
      padding-right: 61.3364rem !important; } }

.px-92-5 {
  padding-left: 92.5rem;
  padding-right: 92.5rem; }

.py-92 {
  padding-top: 92rem;
  padding-bottom: 92rem; }
  @media (max-width: 960px) {
    .py-92 {
      padding-top: 61.3364rem !important;
      padding-bottom: 61.3364rem !important; } }

.py-92-5 {
  padding-top: 92.5rem;
  padding-bottom: 92.5rem; }

.m-93 {
  margin: 93rem; }
  @media (max-width: 960px) {
    .m-93 {
      margin: 62.0031rem !important; } }

.m-93-5 {
  margin: 93.5rem; }

.mt-93 {
  margin-top: 93rem; }
  @media (max-width: 960px) {
    .mt-93 {
      margin-top: 62.0031rem !important; } }

.mt-93-5 {
  margin-top: 93.5rem; }

.mb-93 {
  margin-bottom: 93rem; }
  @media (max-width: 960px) {
    .mb-93 {
      margin-bottom: 62.0031rem !important; } }

.mb-93-5 {
  margin-bottom: 93.5rem; }

.ml-93 {
  margin-left: 93rem; }
  @media (max-width: 960px) {
    .ml-93 {
      margin-left: 62.0031rem !important; } }

.ml-93-5 {
  margin-left: 93.5rem; }

.mr-93 {
  margin-right: 93rem; }
  @media (max-width: 960px) {
    .mr-93 {
      margin-right: 62.0031rem !important; } }

.mr-93-5 {
  margin-right: 93.5rem; }

.mx-93 {
  margin-left: 93rem;
  margin-right: 93rem; }
  @media (max-width: 960px) {
    .mx-93 {
      margin-left: 62.0031rem !important;
      margin-right: 62.0031rem !important; } }

.mx-93-5 {
  margin-left: 93.5rem;
  margin-right: 93.5rem; }

.my-93 {
  margin-top: 93rem;
  margin-bottom: 93rem; }
  @media (max-width: 960px) {
    .my-93 {
      margin-top: 62.0031rem !important;
      margin-bottom: 62.0031rem !important; } }

.my-93-5 {
  margin-top: 93.5rem;
  margin-bottom: 93.5rem; }

.p-93 {
  padding: 93rem; }
  @media (max-width: 960px) {
    .p-93 {
      padding: 62.0031rem !important; } }

.p-93-5 {
  padding: 93.5rem; }

.pt-93 {
  padding-top: 93rem; }
  @media (max-width: 960px) {
    .pt-93 {
      padding-top: 62.0031rem !important; } }

.pt-93-5 {
  padding-top: 93.5rem; }

.pb-93 {
  padding-bottom: 93rem; }
  @media (max-width: 960px) {
    .pb-93 {
      padding-bottom: 62.0031rem !important; } }

.pb-93-5 {
  padding-bottom: 93.5rem; }

.pl-93 {
  padding-left: 93rem; }
  @media (max-width: 960px) {
    .pl-93 {
      padding-left: 62.0031rem !important; } }

.pl-93-5 {
  padding-left: 93.5rem; }

.pr-93 {
  padding-right: 93rem; }
  @media (max-width: 960px) {
    .pr-93 {
      padding-right: 62.0031rem !important; } }

.pr-93-5 {
  padding-right: 93.5rem; }

.px-93 {
  padding-left: 93rem;
  padding-right: 93rem; }
  @media (max-width: 960px) {
    .px-93 {
      padding-left: 62.0031rem !important;
      padding-right: 62.0031rem !important; } }

.px-93-5 {
  padding-left: 93.5rem;
  padding-right: 93.5rem; }

.py-93 {
  padding-top: 93rem;
  padding-bottom: 93rem; }
  @media (max-width: 960px) {
    .py-93 {
      padding-top: 62.0031rem !important;
      padding-bottom: 62.0031rem !important; } }

.py-93-5 {
  padding-top: 93.5rem;
  padding-bottom: 93.5rem; }

.m-94 {
  margin: 94rem; }
  @media (max-width: 960px) {
    .m-94 {
      margin: 62.6698rem !important; } }

.m-94-5 {
  margin: 94.5rem; }

.mt-94 {
  margin-top: 94rem; }
  @media (max-width: 960px) {
    .mt-94 {
      margin-top: 62.6698rem !important; } }

.mt-94-5 {
  margin-top: 94.5rem; }

.mb-94 {
  margin-bottom: 94rem; }
  @media (max-width: 960px) {
    .mb-94 {
      margin-bottom: 62.6698rem !important; } }

.mb-94-5 {
  margin-bottom: 94.5rem; }

.ml-94 {
  margin-left: 94rem; }
  @media (max-width: 960px) {
    .ml-94 {
      margin-left: 62.6698rem !important; } }

.ml-94-5 {
  margin-left: 94.5rem; }

.mr-94 {
  margin-right: 94rem; }
  @media (max-width: 960px) {
    .mr-94 {
      margin-right: 62.6698rem !important; } }

.mr-94-5 {
  margin-right: 94.5rem; }

.mx-94 {
  margin-left: 94rem;
  margin-right: 94rem; }
  @media (max-width: 960px) {
    .mx-94 {
      margin-left: 62.6698rem !important;
      margin-right: 62.6698rem !important; } }

.mx-94-5 {
  margin-left: 94.5rem;
  margin-right: 94.5rem; }

.my-94 {
  margin-top: 94rem;
  margin-bottom: 94rem; }
  @media (max-width: 960px) {
    .my-94 {
      margin-top: 62.6698rem !important;
      margin-bottom: 62.6698rem !important; } }

.my-94-5 {
  margin-top: 94.5rem;
  margin-bottom: 94.5rem; }

.p-94 {
  padding: 94rem; }
  @media (max-width: 960px) {
    .p-94 {
      padding: 62.6698rem !important; } }

.p-94-5 {
  padding: 94.5rem; }

.pt-94 {
  padding-top: 94rem; }
  @media (max-width: 960px) {
    .pt-94 {
      padding-top: 62.6698rem !important; } }

.pt-94-5 {
  padding-top: 94.5rem; }

.pb-94 {
  padding-bottom: 94rem; }
  @media (max-width: 960px) {
    .pb-94 {
      padding-bottom: 62.6698rem !important; } }

.pb-94-5 {
  padding-bottom: 94.5rem; }

.pl-94 {
  padding-left: 94rem; }
  @media (max-width: 960px) {
    .pl-94 {
      padding-left: 62.6698rem !important; } }

.pl-94-5 {
  padding-left: 94.5rem; }

.pr-94 {
  padding-right: 94rem; }
  @media (max-width: 960px) {
    .pr-94 {
      padding-right: 62.6698rem !important; } }

.pr-94-5 {
  padding-right: 94.5rem; }

.px-94 {
  padding-left: 94rem;
  padding-right: 94rem; }
  @media (max-width: 960px) {
    .px-94 {
      padding-left: 62.6698rem !important;
      padding-right: 62.6698rem !important; } }

.px-94-5 {
  padding-left: 94.5rem;
  padding-right: 94.5rem; }

.py-94 {
  padding-top: 94rem;
  padding-bottom: 94rem; }
  @media (max-width: 960px) {
    .py-94 {
      padding-top: 62.6698rem !important;
      padding-bottom: 62.6698rem !important; } }

.py-94-5 {
  padding-top: 94.5rem;
  padding-bottom: 94.5rem; }

.m-95 {
  margin: 95rem; }
  @media (max-width: 960px) {
    .m-95 {
      margin: 63.3365rem !important; } }

.m-95-5 {
  margin: 95.5rem; }

.mt-95 {
  margin-top: 95rem; }
  @media (max-width: 960px) {
    .mt-95 {
      margin-top: 63.3365rem !important; } }

.mt-95-5 {
  margin-top: 95.5rem; }

.mb-95 {
  margin-bottom: 95rem; }
  @media (max-width: 960px) {
    .mb-95 {
      margin-bottom: 63.3365rem !important; } }

.mb-95-5 {
  margin-bottom: 95.5rem; }

.ml-95 {
  margin-left: 95rem; }
  @media (max-width: 960px) {
    .ml-95 {
      margin-left: 63.3365rem !important; } }

.ml-95-5 {
  margin-left: 95.5rem; }

.mr-95 {
  margin-right: 95rem; }
  @media (max-width: 960px) {
    .mr-95 {
      margin-right: 63.3365rem !important; } }

.mr-95-5 {
  margin-right: 95.5rem; }

.mx-95 {
  margin-left: 95rem;
  margin-right: 95rem; }
  @media (max-width: 960px) {
    .mx-95 {
      margin-left: 63.3365rem !important;
      margin-right: 63.3365rem !important; } }

.mx-95-5 {
  margin-left: 95.5rem;
  margin-right: 95.5rem; }

.my-95 {
  margin-top: 95rem;
  margin-bottom: 95rem; }
  @media (max-width: 960px) {
    .my-95 {
      margin-top: 63.3365rem !important;
      margin-bottom: 63.3365rem !important; } }

.my-95-5 {
  margin-top: 95.5rem;
  margin-bottom: 95.5rem; }

.p-95 {
  padding: 95rem; }
  @media (max-width: 960px) {
    .p-95 {
      padding: 63.3365rem !important; } }

.p-95-5 {
  padding: 95.5rem; }

.pt-95 {
  padding-top: 95rem; }
  @media (max-width: 960px) {
    .pt-95 {
      padding-top: 63.3365rem !important; } }

.pt-95-5 {
  padding-top: 95.5rem; }

.pb-95 {
  padding-bottom: 95rem; }
  @media (max-width: 960px) {
    .pb-95 {
      padding-bottom: 63.3365rem !important; } }

.pb-95-5 {
  padding-bottom: 95.5rem; }

.pl-95 {
  padding-left: 95rem; }
  @media (max-width: 960px) {
    .pl-95 {
      padding-left: 63.3365rem !important; } }

.pl-95-5 {
  padding-left: 95.5rem; }

.pr-95 {
  padding-right: 95rem; }
  @media (max-width: 960px) {
    .pr-95 {
      padding-right: 63.3365rem !important; } }

.pr-95-5 {
  padding-right: 95.5rem; }

.px-95 {
  padding-left: 95rem;
  padding-right: 95rem; }
  @media (max-width: 960px) {
    .px-95 {
      padding-left: 63.3365rem !important;
      padding-right: 63.3365rem !important; } }

.px-95-5 {
  padding-left: 95.5rem;
  padding-right: 95.5rem; }

.py-95 {
  padding-top: 95rem;
  padding-bottom: 95rem; }
  @media (max-width: 960px) {
    .py-95 {
      padding-top: 63.3365rem !important;
      padding-bottom: 63.3365rem !important; } }

.py-95-5 {
  padding-top: 95.5rem;
  padding-bottom: 95.5rem; }

.m-96 {
  margin: 96rem; }
  @media (max-width: 960px) {
    .m-96 {
      margin: 64.0032rem !important; } }

.m-96-5 {
  margin: 96.5rem; }

.mt-96 {
  margin-top: 96rem; }
  @media (max-width: 960px) {
    .mt-96 {
      margin-top: 64.0032rem !important; } }

.mt-96-5 {
  margin-top: 96.5rem; }

.mb-96 {
  margin-bottom: 96rem; }
  @media (max-width: 960px) {
    .mb-96 {
      margin-bottom: 64.0032rem !important; } }

.mb-96-5 {
  margin-bottom: 96.5rem; }

.ml-96 {
  margin-left: 96rem; }
  @media (max-width: 960px) {
    .ml-96 {
      margin-left: 64.0032rem !important; } }

.ml-96-5 {
  margin-left: 96.5rem; }

.mr-96 {
  margin-right: 96rem; }
  @media (max-width: 960px) {
    .mr-96 {
      margin-right: 64.0032rem !important; } }

.mr-96-5 {
  margin-right: 96.5rem; }

.mx-96 {
  margin-left: 96rem;
  margin-right: 96rem; }
  @media (max-width: 960px) {
    .mx-96 {
      margin-left: 64.0032rem !important;
      margin-right: 64.0032rem !important; } }

.mx-96-5 {
  margin-left: 96.5rem;
  margin-right: 96.5rem; }

.my-96 {
  margin-top: 96rem;
  margin-bottom: 96rem; }
  @media (max-width: 960px) {
    .my-96 {
      margin-top: 64.0032rem !important;
      margin-bottom: 64.0032rem !important; } }

.my-96-5 {
  margin-top: 96.5rem;
  margin-bottom: 96.5rem; }

.p-96 {
  padding: 96rem; }
  @media (max-width: 960px) {
    .p-96 {
      padding: 64.0032rem !important; } }

.p-96-5 {
  padding: 96.5rem; }

.pt-96 {
  padding-top: 96rem; }
  @media (max-width: 960px) {
    .pt-96 {
      padding-top: 64.0032rem !important; } }

.pt-96-5 {
  padding-top: 96.5rem; }

.pb-96 {
  padding-bottom: 96rem; }
  @media (max-width: 960px) {
    .pb-96 {
      padding-bottom: 64.0032rem !important; } }

.pb-96-5 {
  padding-bottom: 96.5rem; }

.pl-96 {
  padding-left: 96rem; }
  @media (max-width: 960px) {
    .pl-96 {
      padding-left: 64.0032rem !important; } }

.pl-96-5 {
  padding-left: 96.5rem; }

.pr-96 {
  padding-right: 96rem; }
  @media (max-width: 960px) {
    .pr-96 {
      padding-right: 64.0032rem !important; } }

.pr-96-5 {
  padding-right: 96.5rem; }

.px-96 {
  padding-left: 96rem;
  padding-right: 96rem; }
  @media (max-width: 960px) {
    .px-96 {
      padding-left: 64.0032rem !important;
      padding-right: 64.0032rem !important; } }

.px-96-5 {
  padding-left: 96.5rem;
  padding-right: 96.5rem; }

.py-96 {
  padding-top: 96rem;
  padding-bottom: 96rem; }
  @media (max-width: 960px) {
    .py-96 {
      padding-top: 64.0032rem !important;
      padding-bottom: 64.0032rem !important; } }

.py-96-5 {
  padding-top: 96.5rem;
  padding-bottom: 96.5rem; }

.m-97 {
  margin: 97rem; }
  @media (max-width: 960px) {
    .m-97 {
      margin: 64.6699rem !important; } }

.m-97-5 {
  margin: 97.5rem; }

.mt-97 {
  margin-top: 97rem; }
  @media (max-width: 960px) {
    .mt-97 {
      margin-top: 64.6699rem !important; } }

.mt-97-5 {
  margin-top: 97.5rem; }

.mb-97 {
  margin-bottom: 97rem; }
  @media (max-width: 960px) {
    .mb-97 {
      margin-bottom: 64.6699rem !important; } }

.mb-97-5 {
  margin-bottom: 97.5rem; }

.ml-97 {
  margin-left: 97rem; }
  @media (max-width: 960px) {
    .ml-97 {
      margin-left: 64.6699rem !important; } }

.ml-97-5 {
  margin-left: 97.5rem; }

.mr-97 {
  margin-right: 97rem; }
  @media (max-width: 960px) {
    .mr-97 {
      margin-right: 64.6699rem !important; } }

.mr-97-5 {
  margin-right: 97.5rem; }

.mx-97 {
  margin-left: 97rem;
  margin-right: 97rem; }
  @media (max-width: 960px) {
    .mx-97 {
      margin-left: 64.6699rem !important;
      margin-right: 64.6699rem !important; } }

.mx-97-5 {
  margin-left: 97.5rem;
  margin-right: 97.5rem; }

.my-97 {
  margin-top: 97rem;
  margin-bottom: 97rem; }
  @media (max-width: 960px) {
    .my-97 {
      margin-top: 64.6699rem !important;
      margin-bottom: 64.6699rem !important; } }

.my-97-5 {
  margin-top: 97.5rem;
  margin-bottom: 97.5rem; }

.p-97 {
  padding: 97rem; }
  @media (max-width: 960px) {
    .p-97 {
      padding: 64.6699rem !important; } }

.p-97-5 {
  padding: 97.5rem; }

.pt-97 {
  padding-top: 97rem; }
  @media (max-width: 960px) {
    .pt-97 {
      padding-top: 64.6699rem !important; } }

.pt-97-5 {
  padding-top: 97.5rem; }

.pb-97 {
  padding-bottom: 97rem; }
  @media (max-width: 960px) {
    .pb-97 {
      padding-bottom: 64.6699rem !important; } }

.pb-97-5 {
  padding-bottom: 97.5rem; }

.pl-97 {
  padding-left: 97rem; }
  @media (max-width: 960px) {
    .pl-97 {
      padding-left: 64.6699rem !important; } }

.pl-97-5 {
  padding-left: 97.5rem; }

.pr-97 {
  padding-right: 97rem; }
  @media (max-width: 960px) {
    .pr-97 {
      padding-right: 64.6699rem !important; } }

.pr-97-5 {
  padding-right: 97.5rem; }

.px-97 {
  padding-left: 97rem;
  padding-right: 97rem; }
  @media (max-width: 960px) {
    .px-97 {
      padding-left: 64.6699rem !important;
      padding-right: 64.6699rem !important; } }

.px-97-5 {
  padding-left: 97.5rem;
  padding-right: 97.5rem; }

.py-97 {
  padding-top: 97rem;
  padding-bottom: 97rem; }
  @media (max-width: 960px) {
    .py-97 {
      padding-top: 64.6699rem !important;
      padding-bottom: 64.6699rem !important; } }

.py-97-5 {
  padding-top: 97.5rem;
  padding-bottom: 97.5rem; }

.m-98 {
  margin: 98rem; }
  @media (max-width: 960px) {
    .m-98 {
      margin: 65.3366rem !important; } }

.m-98-5 {
  margin: 98.5rem; }

.mt-98 {
  margin-top: 98rem; }
  @media (max-width: 960px) {
    .mt-98 {
      margin-top: 65.3366rem !important; } }

.mt-98-5 {
  margin-top: 98.5rem; }

.mb-98 {
  margin-bottom: 98rem; }
  @media (max-width: 960px) {
    .mb-98 {
      margin-bottom: 65.3366rem !important; } }

.mb-98-5 {
  margin-bottom: 98.5rem; }

.ml-98 {
  margin-left: 98rem; }
  @media (max-width: 960px) {
    .ml-98 {
      margin-left: 65.3366rem !important; } }

.ml-98-5 {
  margin-left: 98.5rem; }

.mr-98 {
  margin-right: 98rem; }
  @media (max-width: 960px) {
    .mr-98 {
      margin-right: 65.3366rem !important; } }

.mr-98-5 {
  margin-right: 98.5rem; }

.mx-98 {
  margin-left: 98rem;
  margin-right: 98rem; }
  @media (max-width: 960px) {
    .mx-98 {
      margin-left: 65.3366rem !important;
      margin-right: 65.3366rem !important; } }

.mx-98-5 {
  margin-left: 98.5rem;
  margin-right: 98.5rem; }

.my-98 {
  margin-top: 98rem;
  margin-bottom: 98rem; }
  @media (max-width: 960px) {
    .my-98 {
      margin-top: 65.3366rem !important;
      margin-bottom: 65.3366rem !important; } }

.my-98-5 {
  margin-top: 98.5rem;
  margin-bottom: 98.5rem; }

.p-98 {
  padding: 98rem; }
  @media (max-width: 960px) {
    .p-98 {
      padding: 65.3366rem !important; } }

.p-98-5 {
  padding: 98.5rem; }

.pt-98 {
  padding-top: 98rem; }
  @media (max-width: 960px) {
    .pt-98 {
      padding-top: 65.3366rem !important; } }

.pt-98-5 {
  padding-top: 98.5rem; }

.pb-98 {
  padding-bottom: 98rem; }
  @media (max-width: 960px) {
    .pb-98 {
      padding-bottom: 65.3366rem !important; } }

.pb-98-5 {
  padding-bottom: 98.5rem; }

.pl-98 {
  padding-left: 98rem; }
  @media (max-width: 960px) {
    .pl-98 {
      padding-left: 65.3366rem !important; } }

.pl-98-5 {
  padding-left: 98.5rem; }

.pr-98 {
  padding-right: 98rem; }
  @media (max-width: 960px) {
    .pr-98 {
      padding-right: 65.3366rem !important; } }

.pr-98-5 {
  padding-right: 98.5rem; }

.px-98 {
  padding-left: 98rem;
  padding-right: 98rem; }
  @media (max-width: 960px) {
    .px-98 {
      padding-left: 65.3366rem !important;
      padding-right: 65.3366rem !important; } }

.px-98-5 {
  padding-left: 98.5rem;
  padding-right: 98.5rem; }

.py-98 {
  padding-top: 98rem;
  padding-bottom: 98rem; }
  @media (max-width: 960px) {
    .py-98 {
      padding-top: 65.3366rem !important;
      padding-bottom: 65.3366rem !important; } }

.py-98-5 {
  padding-top: 98.5rem;
  padding-bottom: 98.5rem; }

.m-99 {
  margin: 99rem; }
  @media (max-width: 960px) {
    .m-99 {
      margin: 66.0033rem !important; } }

.m-99-5 {
  margin: 99.5rem; }

.mt-99 {
  margin-top: 99rem; }
  @media (max-width: 960px) {
    .mt-99 {
      margin-top: 66.0033rem !important; } }

.mt-99-5 {
  margin-top: 99.5rem; }

.mb-99 {
  margin-bottom: 99rem; }
  @media (max-width: 960px) {
    .mb-99 {
      margin-bottom: 66.0033rem !important; } }

.mb-99-5 {
  margin-bottom: 99.5rem; }

.ml-99 {
  margin-left: 99rem; }
  @media (max-width: 960px) {
    .ml-99 {
      margin-left: 66.0033rem !important; } }

.ml-99-5 {
  margin-left: 99.5rem; }

.mr-99 {
  margin-right: 99rem; }
  @media (max-width: 960px) {
    .mr-99 {
      margin-right: 66.0033rem !important; } }

.mr-99-5 {
  margin-right: 99.5rem; }

.mx-99 {
  margin-left: 99rem;
  margin-right: 99rem; }
  @media (max-width: 960px) {
    .mx-99 {
      margin-left: 66.0033rem !important;
      margin-right: 66.0033rem !important; } }

.mx-99-5 {
  margin-left: 99.5rem;
  margin-right: 99.5rem; }

.my-99 {
  margin-top: 99rem;
  margin-bottom: 99rem; }
  @media (max-width: 960px) {
    .my-99 {
      margin-top: 66.0033rem !important;
      margin-bottom: 66.0033rem !important; } }

.my-99-5 {
  margin-top: 99.5rem;
  margin-bottom: 99.5rem; }

.p-99 {
  padding: 99rem; }
  @media (max-width: 960px) {
    .p-99 {
      padding: 66.0033rem !important; } }

.p-99-5 {
  padding: 99.5rem; }

.pt-99 {
  padding-top: 99rem; }
  @media (max-width: 960px) {
    .pt-99 {
      padding-top: 66.0033rem !important; } }

.pt-99-5 {
  padding-top: 99.5rem; }

.pb-99 {
  padding-bottom: 99rem; }
  @media (max-width: 960px) {
    .pb-99 {
      padding-bottom: 66.0033rem !important; } }

.pb-99-5 {
  padding-bottom: 99.5rem; }

.pl-99 {
  padding-left: 99rem; }
  @media (max-width: 960px) {
    .pl-99 {
      padding-left: 66.0033rem !important; } }

.pl-99-5 {
  padding-left: 99.5rem; }

.pr-99 {
  padding-right: 99rem; }
  @media (max-width: 960px) {
    .pr-99 {
      padding-right: 66.0033rem !important; } }

.pr-99-5 {
  padding-right: 99.5rem; }

.px-99 {
  padding-left: 99rem;
  padding-right: 99rem; }
  @media (max-width: 960px) {
    .px-99 {
      padding-left: 66.0033rem !important;
      padding-right: 66.0033rem !important; } }

.px-99-5 {
  padding-left: 99.5rem;
  padding-right: 99.5rem; }

.py-99 {
  padding-top: 99rem;
  padding-bottom: 99rem; }
  @media (max-width: 960px) {
    .py-99 {
      padding-top: 66.0033rem !important;
      padding-bottom: 66.0033rem !important; } }

.py-99-5 {
  padding-top: 99.5rem;
  padding-bottom: 99.5rem; }

.m-100 {
  margin: 100rem; }
  @media (max-width: 960px) {
    .m-100 {
      margin: 66.67rem !important; } }

.m-100-5 {
  margin: 100.5rem; }

.mt-100 {
  margin-top: 100rem; }
  @media (max-width: 960px) {
    .mt-100 {
      margin-top: 66.67rem !important; } }

.mt-100-5 {
  margin-top: 100.5rem; }

.mb-100 {
  margin-bottom: 100rem; }
  @media (max-width: 960px) {
    .mb-100 {
      margin-bottom: 66.67rem !important; } }

.mb-100-5 {
  margin-bottom: 100.5rem; }

.ml-100 {
  margin-left: 100rem; }
  @media (max-width: 960px) {
    .ml-100 {
      margin-left: 66.67rem !important; } }

.ml-100-5 {
  margin-left: 100.5rem; }

.mr-100 {
  margin-right: 100rem; }
  @media (max-width: 960px) {
    .mr-100 {
      margin-right: 66.67rem !important; } }

.mr-100-5 {
  margin-right: 100.5rem; }

.mx-100 {
  margin-left: 100rem;
  margin-right: 100rem; }
  @media (max-width: 960px) {
    .mx-100 {
      margin-left: 66.67rem !important;
      margin-right: 66.67rem !important; } }

.mx-100-5 {
  margin-left: 100.5rem;
  margin-right: 100.5rem; }

.my-100 {
  margin-top: 100rem;
  margin-bottom: 100rem; }
  @media (max-width: 960px) {
    .my-100 {
      margin-top: 66.67rem !important;
      margin-bottom: 66.67rem !important; } }

.my-100-5 {
  margin-top: 100.5rem;
  margin-bottom: 100.5rem; }

.p-100 {
  padding: 100rem; }
  @media (max-width: 960px) {
    .p-100 {
      padding: 66.67rem !important; } }

.p-100-5 {
  padding: 100.5rem; }

.pt-100 {
  padding-top: 100rem; }
  @media (max-width: 960px) {
    .pt-100 {
      padding-top: 66.67rem !important; } }

.pt-100-5 {
  padding-top: 100.5rem; }

.pb-100 {
  padding-bottom: 100rem; }
  @media (max-width: 960px) {
    .pb-100 {
      padding-bottom: 66.67rem !important; } }

.pb-100-5 {
  padding-bottom: 100.5rem; }

.pl-100 {
  padding-left: 100rem; }
  @media (max-width: 960px) {
    .pl-100 {
      padding-left: 66.67rem !important; } }

.pl-100-5 {
  padding-left: 100.5rem; }

.pr-100 {
  padding-right: 100rem; }
  @media (max-width: 960px) {
    .pr-100 {
      padding-right: 66.67rem !important; } }

.pr-100-5 {
  padding-right: 100.5rem; }

.px-100 {
  padding-left: 100rem;
  padding-right: 100rem; }
  @media (max-width: 960px) {
    .px-100 {
      padding-left: 66.67rem !important;
      padding-right: 66.67rem !important; } }

.px-100-5 {
  padding-left: 100.5rem;
  padding-right: 100.5rem; }

.py-100 {
  padding-top: 100rem;
  padding-bottom: 100rem; }
  @media (max-width: 960px) {
    .py-100 {
      padding-top: 66.67rem !important;
      padding-bottom: 66.67rem !important; } }

.py-100-5 {
  padding-top: 100.5rem;
  padding-bottom: 100.5rem; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.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; }

[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative; }

.grid-1360 {
  max-width: 139rem; }
.grid-1350 {
  max-width: 138rem; }
.grid-1335 {
  max-width: 136.5rem; }
.grid-1265 {
  max-width: 129.5rem; }
.grid-1120 {
  max-width: 115rem; }
.grid-1080 {
  max-width: 110rem; }
.grid-960 {
  max-width: 99rem; }
.grid-900 {
  max-width: 93rem; }

.hv-o {
  transition: ease all 0.35s; }
  .hv-o:hover {
    opacity: 0.85; }

.txt-center {
  text-align: center; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; } }
.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: 40rem;
  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: 50%;
  transform: translate(-50%, -50%);
  min-width: 35rem;
  padding: 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.8); }
  .hero-banner__title .ja {
    font-size: 2.8rem;
    line-height: 150%;
    letter-spacing: .2rem;
    text-align: center;
    font-weight: bold; }

@media (max-width: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; }

  .hero-banner__image {
    height: 20rem; }
    .hero-banner__image img {
      height: 20rem; }
  .hero-banner__title {
    min-width: 30rem;
    padding: 1.5rem; }
    .hero-banner__title .ja {
      font-size: 2rem;
      letter-spacing: .1rem; } }
.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: #FF2A86 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: #FF2A86;
  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: #e28787 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: #FF2A86; }

.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(255, 42, 134, 0.2); }
    .news-list li:nth-child(odd) {
      background: #ff2a86; }
      .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(255, 42, 134, 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; }

.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: #FF2A86 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: #FF2A86;
        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 #FF2A86;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.55rem;
      color: #e28787;
      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: #FF2A86;
      color: #fff; }
    .news-pagination .wp-pagenavi .extend {
      border: none;
      background: none;
      color: #999;
      pointer-events: none; }

.column-list__items {
  flex-wrap: wrap;
  gap: 5rem 1.5rem; }
.column-list__thumb {
  width: 100%;
  overflow: hidden; }
  .column-list__thumb img {
    width: 100%;
    aspect-ratio: 4/2.8;
    object-fit: cover;
    transition: ease-in-out .3s;
    display: block; }
    .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: #FF2A86;
      transition: ease-in-out .3s; }
      @media (min-width: 768px) {
        .column-list__box .cate-item a:hover {
          background-color: rgba(255, 42, 134, 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: #e28787; }
.column-list__excerpt {
  font-size: 1.6rem;
  font-weight: 500; }

.single-post__header {
  background-color: rgba(255, 42, 134, 0.1); }
.single-post__title {
  font-size: 3.2rem;
  color: #FF2A86;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.single-post__date {
  font-size: 1.6rem;
  color: #FF2A86;
  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 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: "Source Sans 3", sans-serif;
    color: #ffffff;
    border: 0.1rem solid #FF2A86;
    border-radius: 3.3rem;
    background: #FF2A86;
    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: #FF2A86; }
  .single-post__nav--alt .single-post__nav-item a,
  .single-post__nav--alt .single-post__nav-item span {
    border-color: #FF2A86; }
  .single-post__nav--alt .single-post__nav-item a:hover {
    background: #FF2A86; }

@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: 2rem; }

  .single-post__body :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .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; }

  .column-list__items {
    gap: 5rem 1rem; }
  .column-list__item {
    flex: 0 0 calc((100% - 1rem) / 2); }
  .column-list__title {
    font-size: 1.5rem; }
  .column-list__excerpt {
    font-size: 1.3rem; }
  .column-list__date {
    font-size: 1.5rem; }
  .column-list__box .cate-item a {
    font-size: 1.3rem;
    letter-spacing: 0; }

  .news__group {
    flex-wrap: wrap;
    padding-top: 3rem; }
    .news__group-item:first-child {
      width: 100%;
      margin-bottom: 6rem; }
    .news__group-item:last-child {
      width: 100%;
      padding-left: 0; }

  .news-list li a .date {
    padding-left: 1rem;
    padding-right: 0;
    min-width: 11rem;
    font-size: 1.5rem; }
  .news-list li a .txt {
    font-size: 1.5rem;
    padding-right: 1rem; }

  .archive-list li a {
    font-size: 1.5rem; }

  .breadcrumb__item {
    font-size: 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: #FF2A86; }

.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: #FF2A86;
        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; }
          .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.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: #FF2A86; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(255, 42, 134, 0.1);
        border: #FF2A86 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; } }

.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: #FF2A86; }
  .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-color: rgba(255, 42, 134, 0.1);
    border: #FF2A86 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: 960px) {
  .main_page #toc_container a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .main_page.style-3columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page.style-2columns #toc_container.no_bullets ul li {
    width: 100%;
    margin-right: 0; }

  .main_page #toc_container {
    padding: 1.5rem; }
  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page .toc_list,
  .main_page .toc_title {
    width: 100%; } }
header.head {
  height: 8.8rem; }

.header {
  position: fixed;
  width: 100%;
  z-index: 60;
  left: 0;
  top: 0;
  padding: 1.4rem 5rem;
  background: #FFFFFF;
  transition: ease all 0.35s;
  border-top: 0.5rem solid #FF2A86; }
  .header-gp .logo img {
    width: 40.8rem; }
  .header-menu li {
    position: relative;
    padding: 1.2rem; }
    .header-menu li:first-child {
      margin-left: 0; }
    .header-menu li a {
      color: #262224;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.1rem;
      transition: ease all 0.35s;
      display: flex;
      align-items: center; }
      .header-menu li a:hover {
        color: #FF2A86; }
        .header-menu li a:hover img {
          opacity: 0.8; }
      .header-menu li a img {
        height: 1.4rem; }
      .header-menu li a.menu-image-title-after.menu-image-not-hovered img, .header-menu li a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .header-menu li a .menu-image-title-before.menu-image-title {
        padding-right: 0; }
      .header-menu li a .menu-image-title-before.menu-image-not-hovered img, .header-menu li a .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .header-menu li a .menu-image-title-after.menu-image-title {
        padding-left: 0; }
      .header-menu li a .menu-image-hover-wrapper img.hovered-image {
        position: absolute;
        margin-left: 0 !important;
        left: 4.2rem; }
      .header-menu li a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
        padding-right: 0; }
      @media (min-width: 960.5px) {
        .header-menu li a {
          font-size: 0; } }
    .header-menu li.current_page_item a, .header-menu li.current-menu-parent a {
      color: #FF2A86; }
    .header-menu li.mn-contact {
      padding: 0;
      margin-left: 2rem; }
      .header-menu li.mn-contact a {
        background: #FF2A86;
        border: #FF2A86 solid 1px;
        color: #FFFFFF;
        display: inline-block;
        position: relative;
        padding: 1.7rem 1.4rem 1.7rem 4.2rem; }
        .header-menu li.mn-contact a::before {
          content: "";
          position: absolute;
          width: 2.1rem;
          height: 1.4rem;
          top: 50%;
          left: 1.3rem;
          transform: translateY(-50%);
          -webkit-mask: url(assets/img/icon-email.svg) center/100% no-repeat;
          mask: url(assets/img/icon-email.svg) center/100% no-repeat;
          background: #FFFFFF;
          transition: all ease 0.35s; }
        .header-menu li.mn-contact a:hover {
          background: #FFFFFF;
          color: #FF2A86; }
          .header-menu li.mn-contact a:hover::before {
            background: #FF2A86; }
    @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: 3.8rem;
        transition: all 0.3s ease;
        width: 27rem; }
        .header-menu li .sub-menu::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% - .4rem);
          left: 0;
          bottom: 0;
          background: rgba(255, 42, 134, 0.8); }
        .header-menu li .sub-menu li {
          margin-left: 0;
          padding: 0;
          border-bottom: 1px solid #fff;
          border-right: 0; }
          .header-menu li .sub-menu li:last-child {
            border-width: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1.5rem 1.5rem 1.5rem 3rem;
            border-right: 0;
            color: #FFFFFF;
            font-size: 1.4rem;
            position: relative;
            transition: all 0.35s;
            width: 100%;
            text-align: left; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
              background: #FFFFFF;
              left: 1rem;
              width: 1rem;
              height: 1rem;
              clip-path: inherit; }
            .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: 16.9rem;
          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; } }

@media (min-width: 960.5px) {
  .home header.head {
    height: auto; }
  .home .header {
    background: transparent;
    border-top-width: 0; }
    .home .header-gp-item:first-child {
      padding-top: 1.4rem;
      transition: ease all 0.35s; }
    .home .header::before {
      z-index: -1;
      content: "";
      position: absolute;
      width: 100%;
      height: 14.5rem;
      top: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
      opacity: 0.94;
      transition: ease all 0.35s; }
    .home .header.active {
      background: #FFFFFF;
      border-top-width: .5rem; }
      .home .header.active .header-gp-item:first-child {
        padding-top: 0; }
      .home .header.active::before {
        content: none; } }
@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  header.head {
    height: 6rem; }

  .header {
    padding: 0;
    background: #FFFFFF;
    border-top-width: .2rem; }
    .header-gp-item:first-child {
      display: flex;
      padding-top: 0;
      padding-left: 1.5rem;
      align-items: center;
      width: 100%;
      justify-content: space-between; }
    .header-gp-item:last-child {
      display: none;
      width: 100%; }
    .header-gp .logo img {
      width: 25rem; }
    .header-menu {
      height: calc(100vh - 12rem);
      overflow: scroll;
      padding: 1.5rem 1.5rem 15rem; }
      .header-menu .menu {
        display: flex;
        flex-wrap: wrap; }
      .header-menu li {
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem;
        padding: 0;
        margin-bottom: 1rem; }
        .header-menu li:nth-child(2n) {
          margin-right: 0; }
        .header-menu li a.active {
          color: #FF2A86; }
      .header-menu-title {
        color: #FF2A86;
        font-size: 3rem;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0;
        margin-bottom: 1rem; }
      .header-menu.vz-01 {
        display: none; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 6rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 1.2rem 1rem;
      cursor: pointer; }
      .nav-menu-item span {
        background: #FF2A86;
        display: block;
        height: 1px;
        transition: transform 0.3s;
        width: 100%;
        transform-origin: center;
        position: relative; }
      .nav-menu-item.active span:first-child {
        transform: rotate(45deg);
        margin-bottom: 0;
        top: .9rem;
        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.9rem;
        width: 100%; } }
@media (max-width: 767px) {
  .header-menu li {
    width: 100%;
    margin-right: 0; }
    .header-menu li:last-child {
      margin-bottom: 0; } }
.footer {
  padding: 5.5rem 5rem 2rem;
  background: url(assets/img/footer.jpg) no-repeat center;
  background-size: cover; }
  .footer-gp {
    margin-bottom: 10rem; }
    .footer-gp-box:first-child {
      padding-top: 1.5rem; }
    .footer-gp-box .logo {
      margin-bottom: 2rem; }
      .footer-gp-box .logo img {
        width: 30.1rem; }
  .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem 8rem; }
    .footer-menu li {
      margin-bottom: 1.2rem; }
      .footer-menu li a {
        color: #FFFFFF;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0;
        transition: ease all 0.35s; }
        .footer-menu li a:hover {
          opacity: 0.8; }
        .footer-menu li a[href="#"] {
          pointer-events: none;
          cursor: default; }

.btn-default-01 a {
  background: #FF2A86;
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  position: relative;
  padding: 1.1rem 2rem 1.1rem 5rem;
  border: #FF2A86 solid 1px;
  transition: all ease 0.35s; }
  .btn-default-01 a::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/icon-email.svg) center/100% no-repeat;
    mask: url(assets/img/icon-email.svg) center/100% no-repeat;
    background: #FFFFFF;
    transition: all ease 0.35s; }
  .btn-default-01 a:hover {
    background: #FFFFFF;
    color: #FF2A86; }
    .btn-default-01 a:hover::before {
      background: #FF2A86; }
.btn-default-02 a {
  background: #FF2A86;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 44rem;
  height: 8.8rem;
  transition: ease all 0.35s;
  border: #FF2A86 solid 1px; }
  .btn-default-02 a span {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding-left: 4.2rem;
    transition: all ease 0.35s; }
    .btn-default-02 a span::before {
      content: "";
      position: absolute;
      width: 2.1rem;
      height: 1.4rem;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-mask: url(assets/img/icon-email.svg) center/100% no-repeat;
      mask: url(assets/img/icon-email.svg) center/100% no-repeat;
      background: #FFFFFF;
      transition: all ease 0.35s; }
  .btn-default-02 a:hover {
    background: #FFFFFF; }
    .btn-default-02 a:hover span {
      color: #FF2A86; }
      .btn-default-02 a:hover span::before {
        background: #FF2A86; }
.btn-default-03 a {
  width: 100%;
  max-width: 40rem;
  height: 8.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF2A86;
  border: #FF2A86 solid 1px;
  transition: ease all 0.35s; }
  .btn-default-03 a span {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding-right: 3.5rem;
    transition: ease all 0.35s; }
    .btn-default-03 a span::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 1.2rem;
      top: 50%;
      right: 0;
      transition: ease all 0.35s;
      transform: translateY(-50%);
      -webkit-mask: url(assets/img/icon-right-01.svg) center/100% no-repeat;
      mask: url(assets/img/icon-right-01.svg) center/100% no-repeat;
      background: #FFFFFF;
      transition: all 0.35s; }
  .btn-default-03 a:hover {
    background: #FFFFFF; }
    .btn-default-03 a:hover span {
      color: #FF2A86; }
      .btn-default-03 a:hover span::before {
        background: #FF2A86; }
@media (min-width: 960.5px) {
  .btn-default-03.vz-02 a {
    max-width: 36rem;
    height: 6.8rem; } }
.btn-default-04 a {
  border: #595959 solid 1px;
  display: flex;
  width: 100%;
  height: 4.8rem;
  align-items: center;
  justify-content: center;
  transition: ease all 0.35s; }
  .btn-default-04 a span {
    color: #535353;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding-right: 2.4rem;
    transition: ease all 0.35s; }
    .btn-default-04 a span::before {
      content: "";
      position: absolute;
      width: 1.3rem;
      height: 0.8rem;
      top: 50%;
      right: 0;
      transition: ease all 0.35s;
      transform: translateY(-50%);
      -webkit-mask: url(assets/img/icon-right-01.svg) center/100% no-repeat;
      mask: url(assets/img/icon-right-01.svg) center/100% no-repeat;
      background: #666666;
      transition: all 0.35s;
      transition: ease all 0.35s; }
  .btn-default-04 a:hover {
    background: #595959; }
    .btn-default-04 a:hover span {
      color: #FFFFFF; }
      .btn-default-04 a:hover span::before {
        background: #FFFFFF; }

.btn-contact-01 input[type="submit"], .btn-contact-01 button[type="button"], .btn-contact-01 a {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 7rem;
  width: 30rem;
  background: #FF2A86;
  border: #FF2A86 solid 1px;
  transition: ease all 0.35s;
  margin-bottom: 1.5rem; }
  .btn-contact-01 input[type="submit"]:last-child, .btn-contact-01 button[type="button"]:last-child, .btn-contact-01 a:last-child {
    margin-bottom: 0; }
  .btn-contact-01 input[type="submit"]:hover, .btn-contact-01 button[type="button"]:hover, .btn-contact-01 a:hover {
    background: #FFFFFF;
    color: #FF2A86; }
.btn-contact-01 > p {
  display: flex;
  flex-flow: column;
  align-items: center; }

.wpcf7-response-output, .cm4cf7-message-for-confirmation {
  text-align: center; }

.copyright .logo {
  border-right: #FFFFFF solid 1px;
  padding-right: 2rem;
  margin-right: 2rem; }
  .copyright .logo img {
    width: 20rem; }
.copyright .txt p {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif; }

@media (max-width: 960px) {
  .btn-default-01 a {
    font-size: 1.5rem; }
  .btn-default-02 {
    display: flex;
    justify-content: center; }
    .btn-default-02 a {
      max-width: 25rem;
      height: 6.5rem; }
      .btn-default-02 a span {
        font-size: 1.5rem; }
  .btn-default-03 a {
    max-width: 25rem;
    height: 6.5rem; }
    .btn-default-03 a span {
      font-size: 1.5rem; }
  .btn-default-04 a {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto; }

  .btn-contact-01 input[type="submit"], .btn-contact-01 button[type="button"], .btn-contact-01 a {
    width: 25rem;
    font-size: 1.5rem;
    height: 6rem;
    margin-bottom: 0; }

  .footer {
    padding: 1.5rem 1.5rem 7.5rem; }
    .footer-gp {
      margin-bottom: 5rem; }
      .footer-gp-box .logo img {
        width: 25rem; }
      .footer-gp-box:last-child {
        display: none; }
    .footer_fix-01 {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 70;
      display: flex;
      background: #FF2A86;
      height: 6rem;
      width: 100%; }
      .footer_fix-01 li {
        width: calc(100% / 3);
        border-right: #FFFFFF solid 1px; }
        .footer_fix-01 li a {
          display: flex;
          justify-content: center;
          align-items: flex-end;
          height: 100%;
          font-size: 1.4rem;
          color: #FFFFFF;
          padding: .6rem 0;
          position: relative; }
          .footer_fix-01 li a::before {
            content: "";
            position: absolute;
            width: 2rem;
            height: 2rem;
            top: .9rem;
            background: #FFFFFF; }
          .footer_fix-01 li a.vz-01 {
            font-size: 1rem; }
            .footer_fix-01 li a.vz-01::before {
              -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
              mask: url(assets/img/icon-tel.svg) center/100% no-repeat; }
          .footer_fix-01 li a.vz-02::before {
            -webkit-mask: url(assets/img/icon-location.svg) center/100% no-repeat;
            mask: url(assets/img/icon-location.svg) center/100% no-repeat; }
          .footer_fix-01 li a.vz-03::before {
            -webkit-mask: url(assets/img/icon-email.svg) center/100% no-repeat;
            mask: url(assets/img/icon-email.svg) center/100% no-repeat; }
          .footer_fix-01 li a.vz-04::before {
            width: 1.8rem;
            -webkit-mask: url(assets/img/icon-flag.svg) center/100% no-repeat;
            mask: url(assets/img/icon-flag.svg) center/100% no-repeat; }
        .footer_fix-01 li:last-child {
          border-right: 0; }

  .copyright .logo {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 0.7rem;
    border-right: 0;
    border-bottom: #FFFFFF solid 1px; }
    .copyright .logo img {
      width: 14rem; } }
.title-default-01.vz-01 {
  margin-bottom: 1.2rem; }
.title-default-01 .item {
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.15rem;
  background: #111111;
  display: inline-block;
  padding: 0 .7rem; }
  .title-default-01 .item .sub {
    color: #FF2A86; }
  .title-default-01 .item .box {
    background: #FFFFFF;
    color: #111111;
    font-size: 4rem;
    padding: .4rem .6rem;
    margin-left: .5rem;
    position: relative; }
    .title-default-01 .item .box::before {
      content: "";
      position: absolute;
      width: 17.2rem;
      height: 2.1rem;
      bottom: -1.2rem;
      left: -2.4rem;
      background: url(assets/img/icon-02.png) no-repeat center;
      background-size: contain; }
.title-default-01.vz-02 {
  margin-bottom: 3.8rem; }
  .title-default-01.vz-02 .item {
    font-size: 3.2rem;
    padding: .5rem 1rem .5rem .7rem; }
.title-default-02 {
  margin-bottom: 12.8rem; }
  .title-default-02 p {
    color: #FF2A86;
    font-size: 12rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: -1.8rem; }
  .title-default-02 h3 {
    color: #FF2A86;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.2rem; }
  @media (min-width: 960.5px) {
    .title-default-02.vz-02 {
      display: flex; }
      .title-default-02.vz-02 p {
        writing-mode: vertical-lr;
        margin-bottom: 0;
        margin-right: -2rem; }
      .title-default-02.vz-02 h3 {
        writing-mode: vertical-lr;
        letter-spacing: 1.4rem;
        margin-top: 2.5rem; } }

.txt-desc p {
  color: #111111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 215%;
  letter-spacing: 0.08rem; }

.mv {
  position: relative; }
  .mv-view video {
    width: 100%;
    vertical-align: top;
    height: 107.2rem;
    object-fit: cover; }
  .mv-cont {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%); }
    .mv-cont h2 {
      display: flex;
      align-items: flex-start;
      justify-content: flex-end; }
      .mv-cont h2 span {
        background: #FFFFFF;
        color: #262224;
        font-size: 6.4rem;
        font-weight: 700;
        line-height: 132%;
        letter-spacing: 1.4rem;
        writing-mode: vertical-lr;
        margin-right: 2.5rem;
        padding: 1.2rem 0;
        position: relative; }
        .mv-cont h2 span::before {
          content: "";
          position: absolute;
          width: 2.4rem;
          height: 16.7rem;
          top: .6rem;
          right: -0.4rem;
          background: url(assets/img/icon-01.png) no-repeat center;
          background-size: contain; }
        .mv-cont h2 span:last-child {
          margin-right: 0; }

.top_box-01 {
  padding: 14rem 0 10.5rem;
  background: url(assets/img/bg-01.jpg) no-repeat center;
  background-size: cover; }
  .top_box-01-cont {
    max-width: 65rem; }
    .top_box-01-cont .txt-desc {
      margin-bottom: 4.8rem; }
    .top_box-01-cont p {
      color: #FFFFFF;
      margin-bottom: 2.4rem; }
      .top_box-01-cont p:last-child {
        margin-bottom: 0; }

.top_box-02 {
  padding-top: 13.5rem;
  background: #F2F2F2;
  position: relative;
  z-index: 0; }
  .top_box-02::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 9rem;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    z-index: -1; }

.course {
  padding: 10.8rem 0 7.5rem; }
  .course-gp {
    max-width: 112rem;
    margin-left: auto;
    counter-reset: section; }
    .course-gp-box {
      width: calc((100% - 7.001rem) / 3);
      margin-right: 3.5rem;
      margin-bottom: 9.2rem;
      position: relative; }
      .course-gp-box::before {
        counter-increment: section;
        content: counter(section,decimal-leading-zero);
        position: absolute;
        background: #FFFFFF;
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 0;
        font-family: "Source Sans 3", sans-serif;
        color: #FF2A86;
        top: -2.5rem;
        left: 0;
        z-index: 1;
        padding: 0 1.4rem .6rem .3rem; }
      .course-gp-box:nth-child(3n) {
        margin-right: 0; }
      .course-gp-box .img img {
        width: 100%; }
      .course-gp-box .desc p {
        color: #262224;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.08rem;
        margin-bottom: 1.4rem; }
  .course-btn-01 a {
    color: #FF2A86;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    font-family: "Source Sans 3", sans-serif;
    position: relative;
    padding-right: 2.1rem; }
    .course-btn-01 a::before {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 0.6rem;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background: url(assets/img/icon-right-01.svg) no-repeat center;
      background-size: contain;
      transition: all 0.35s; }
    .course-btn-01 a:hover::before {
      right: -1rem; }
  .course-title-01 {
    margin-bottom: 1.2rem; }
    .course-title-01 p {
      color: #FF2A86;
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0;
      font-family: "Source Sans 3", sans-serif;
      margin-bottom: -0.4rem; }
    .course-title-01 h4 {
      color: #262224;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0.05rem;
      display: inline-block;
      background: #F3FB43;
      padding: .6rem .7rem .2rem; }

.coach {
  margin-bottom: 11.8rem; }
  .coach-wrap {
    margin-bottom: 4.5rem; }
    .coach-wrap-left {
      width: 27.2rem; }
    .coach-wrap-main {
      width: calc(100% - 27.2rem);
      padding-top: 3rem; }
  .coach-gp-box {
    margin-right: 2rem; }
    .coach-gp-box .img {
      margin-bottom: 1.5rem; }
      .coach-gp-box .img img {
        width: auto;
        height: 45.3rem; }
    .coach-gp-box:nth-child(3n) {
      margin-right: 0; }
  .coach-title-01 {
    margin-left: 2.5rem;
    color: #FF2A86;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0; }

.classroom {
  margin-bottom: 9.5rem; }
  .classroom-gp-box {
    background: #FFFFFF;
    width: calc((100% - 4.801rem) / 3);
    margin-right: 2.4rem;
    padding: 2.4rem 1.8rem; }
    .classroom-gp-box:nth-child(3n) {
      margin-right: 0; }
    .classroom-gp-box .img {
      margin-bottom: 1.6rem; }
      .classroom-gp-box .img img {
        width: 100%; }
    .classroom-gp-box .maps iframe {
      width: 100%;
      height: 28rem;
      border: 0;
      vertical-align: top; }
  .classroom-title-01 {
    color: #FF2A86;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding-top: 4rem;
    padding-bottom: .7rem; }
    .classroom-title-01::before {
      content: "";
      position: absolute;
      width: 2.6rem;
      height: 3.2rem;
      top: 0;
      left: 0;
      background: url(assets/img/icon-flag.svg) no-repeat center;
      background-size: contain; }
    .classroom-title-01::after {
      content: "";
      position: absolute;
      width: 14.3rem;
      height: 1.8rem;
      bottom: 0;
      left: -1.5rem;
      -webkit-mask: url(assets/img/icon-02.png) center/100% no-repeat;
      mask: url(assets/img/icon-02.png) center/100% no-repeat;
      background: #F8FF54; }
  .classroom-list-01 {
    margin-bottom: 1.6rem; }
    .classroom-list-01 li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      color: #262224;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.07rem;
      margin-bottom: 1.7rem; }
      .classroom-list-01 li:last-child {
        margin-bottom: 0; }
      .classroom-list-01 li .left {
        width: 8.5rem;
        background: #FF2A86;
        text-align: center;
        color: #FFFFFF;
        padding: .4rem; }
      .classroom-list-01 li .right {
        padding-left: 1.6rem;
        width: calc(100% - 8.5rem); }
        .classroom-list-01 li .right.tel a {
          font-size: 1.8rem;
          color: #FF2A86; }
  .classroom .title-default-02 {
    margin-bottom: 8.5rem; }

.schedule-banner {
  display: flex; }
  .schedule-banner .item:first-child {
    background: #FF2A86;
    width: 45.7rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 4.2rem) 100%, 0% 100%);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 8rem;
    padding-bottom: 3.3rem;
    position: relative; }
    .schedule-banner .item:first-child::before {
      content: "";
      position: absolute;
      width: 16rem;
      height: 12rem;
      bottom: 1.7rem;
      left: 4.3rem;
      background: url(assets/img/icon-04.png) no-repeat center;
      background-size: contain; }
  .schedule-banner .item:last-child {
    width: calc(100% - 45.7rem + 8.2rem);
    margin-left: -8.2rem; }
    .schedule-banner .item:last-child .img img {
      width: 100%; }
  .schedule-banner .item .txt {
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.12rem;
    position: relative;
    padding-top: 3.2rem;
    padding-bottom: .9rem; }
    .schedule-banner .item .txt::before {
      content: "";
      position: absolute;
      width: 14.2rem;
      height: 1.8rem;
      background: url(assets/img/icon-02.png) no-repeat center;
      background-size: contain;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .schedule-banner .item .link {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    font-family: "Source Sans 3", sans-serif;
    position: relative;
    padding-right: 2.4rem; }
    .schedule-banner .item .link::before {
      content: "";
      position: absolute;
      width: 1.3rem;
      height: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      transform: translateY(-50%);
      -webkit-mask: url(assets/img/icon-right-01.svg) center/100% no-repeat;
      mask: url(assets/img/icon-right-01.svg) center/100% no-repeat;
      background: #FFFFFF; }

.top_news {
  padding: 13.5rem 0 17rem; }
  .top_news-img img {
    width: 100%; }
  .top_news .title-default-02 {
    margin-bottom: 8.6rem; }

.top_contact {
  background: url(assets/img/bg-02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 7.5rem 0;
  z-index: 0; }
  .top_contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: lighten;
    background: linear-gradient(116deg, #ff2a86 0%, #ff2a86 59%, #ff7f2a 100%); }
  .top_contact-wrap {
    padding: 4rem 8rem 3rem;
    background: #FFFFFF; }
    .top_contact-wrap .desc p {
      color: #262224;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 185%;
      letter-spacing: 0;
      margin-bottom: 4.6rem; }
    .top_contact-wrap .title-default-02, .top_contact-wrap .btn-default-03 {
      margin-bottom: 2.5rem; }
  .top_contact-list-01 li {
    width: calc((100% - 8.001rem) / 3);
    margin-right: 4rem;
    margin-bottom: 2rem; }
    .top_contact-list-01 li:nth-child(3n) {
      margin-right: 0; }

.top-slide {
  padding: 5rem 0;
  overflow: hidden; }
  .top-slide-gp {
    display: flex;
    width: max-content;
    position: relative; }
  .top-slide-list {
    display: grid;
    align-items: center;
    grid-template-columns: 33.2rem 43.8rem 33.2rem 43.8rem 33.2rem 43.8rem;
    backface-visibility: hidden; }
    .top-slide-list li {
      margin-right: 3.2rem; }
      .top-slide-list li img {
        width: 100%; }
    .top-slide-list.vz-01 {
      animation: loopSlide1 160s -80s linear infinite; }
    .top-slide-list.vz-02 {
      animation: loopSlide2 160s linear infinite; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
@media (max-width: 960px) {
  .title-default-01 .item {
    font-size: 3rem;
    letter-spacing: 0; }
    .title-default-01 .item .box {
      font-size: 2.4rem; }
      .title-default-01 .item .box::before {
        width: 10rem;
        left: -1rem; }
  .title-default-01.vz-02 .item {
    font-size: 2.4rem; }
  .title-default-02 {
    margin-bottom: 5rem; }
    .title-default-02 p {
      font-size: 5rem;
      text-align: center;
      margin-bottom: 0; }
    .title-default-02 h3 {
      text-align: center;
      font-size: 1.5rem; }

  .mv-view video {
    height: 50rem; }
  .mv-cont h2 span {
    font-size: 3rem;
    letter-spacing: .5rem;
    margin-right: 1rem; }
    .mv-cont h2 span::before {
      width: 1.4rem; }

  .top_box-01 {
    padding: 6rem 0; }
    .top_box-01-cont .txt-desc {
      margin-bottom: 2rem; }

  .txt-desc p {
    font-size: 1.5rem;
    line-height: 185%; }

  .course {
    padding: 5rem 0; }
    .course-gp-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5rem; }
      .course-gp-box::before {
        font-size: 3rem;
        top: -1.5rem; }
      .course-gp-box:last-child {
        margin-bottom: 0; }
    .course-btn-01 a {
      font-size: 1.5rem; }
    .course-title-01 p {
      font-size: 2.6rem; }

  .top_box-02 {
    padding-top: 5rem; }

  .coach {
    margin-bottom: 6rem; }
    .coach-wrap {
      margin-bottom: 3rem; }
      .coach-wrap-left, .coach-wrap-main {
        width: 100%; }
      .coach-wrap-main {
        padding-top: 0; }
      .coach-wrap .title-default-02 {
        margin-bottom: 2rem; }
    .coach-gp-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 3rem;
      text-align: center; }
      .coach-gp-box:last-child {
        margin-bottom: 0; }
      .coach-gp-box .img img {
        height: 35rem;
        display: inline-block; }
    .coach-title-01 {
      margin-left: 0;
      font-size: 2rem; }

  .classroom {
    margin-bottom: 6rem; }
    .classroom-gp-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem;
      padding: 1.5rem; }
      .classroom-gp-box:last-child {
        margin-bottom: 0; }
      .classroom-gp-box .maps iframe {
        height: 24rem; }
    .classroom-title-01 {
      font-size: 2.4rem; }
      .classroom-title-01::after {
        width: 10rem;
        height: 1.2rem;
        left: -0.6rem; }
    .classroom .title-default-02 {
      margin-bottom: 3rem; }

  .schedule-banner {
    flex-wrap: wrap; }
    .schedule-banner .item:first-child {
      width: 100%;
      clip-path: initial;
      padding: 1.5rem;
      align-items: center; }
      .schedule-banner .item:first-child::before {
        width: 8rem;
        height: 6rem;
        left: 2rem; }
    .schedule-banner .item:last-child {
      width: 100%;
      margin-left: 0; }
    .schedule-banner .item .txt {
      font-size: 2rem;
      padding-top: 0;
      margin-bottom: 3.5rem; }

  .top_news {
    padding: 5rem 0; }
    .top_news .title-default-02 {
      margin-bottom: 3rem; }

  .top_contact {
    padding: 4rem 0; }
    .top_contact-wrap {
      padding: 1.5rem; }
      .top_contact-wrap .desc p {
        margin-bottom: 2rem; }
      .top_contact-wrap .btn-default-03 {
        margin-bottom: 1.5rem; }
    .top_contact-list-01 li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .top_contact-list-01 li:last-child {
        margin-bottom: 0; }

  .top-slide-list {
    grid-template-columns: 25rem 28rem 25rem 28rem 25rem 28rem; }
    .top-slide-list li {
      margin-right: 1.5rem; } }
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  .image-gallery__item {
    flex: 1 1 calc(33.333% - 1.4rem);
    overflow: hidden;
    border-radius: .8rem;
    position: relative; }
    .image-gallery__item img {
      width: 100%;
      aspect-ratio: 4 / 3; }
  .image-gallery__img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    border-radius: inherit;
    aspect-ratio: 4 / 3;
    object-fit: cover; }
  .image-gallery--col5, .image-gallery--col4 {
    gap: 1.2rem; }
    .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item {
      border-radius: 0.5rem; }
    .image-gallery--col5 p, .image-gallery--col4 p {
      letter-spacing: normal; }
  .image-gallery--col5 .image-gallery__item {
    flex-basis: calc(20% - 1.6rem); }
  .image-gallery--col4 .image-gallery__item {
    flex-basis: calc(25% - 1.5rem); }
  .image-gallery--col3 .image-gallery__item {
    flex-basis: calc(33.333% - 1.4rem); }
  .image-gallery--col2 .image-gallery__item {
    flex-basis: calc(50% - 1rem); }
  .image-gallery h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 2rem 0.5rem 1.2rem 0.5rem;
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient(0deg, rgba(39, 39, 39, 0.9) 10%, rgba(253, 187, 45, 0) 100%); }
  @media (max-width: 960px) {
    .image-gallery {
      gap: 0.5rem; }
      .image-gallery__item {
        border-radius: .4rem; }
      .image-gallery--col5 .image-gallery__item, .image-gallery--col4 .image-gallery__item, .image-gallery--col3 .image-gallery__item {
        flex-basis: calc(50% - 1rem); }
      .image-gallery h5 {
        color: #ffffff;
        font-size: 1.5rem;
        letter-spacing: normal;
        padding-bottom: 0.5rem; } }
  @media (max-width: 767px) {
    .image-gallery__item {
      flex-basis: 100%; } }

.list-default-01 {
  gap: 2rem; }
  .list-default-01 li {
    width: 21rem; }
    .list-default-01 li a {
      padding: 1.1rem;
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      background: #FF2A86;
      display: block;
      text-align: center;
      border: #FF2A86 solid 1px;
      transition: ease all 0.35s; }
      .list-default-01 li a:hover, .list-default-01 li a.active {
        background: #FFFFFF;
        color: #FF2A86; }

.title_page-01 p {
  text-align: center;
  color: #FF2A86;
  font-size: 8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif; }
.title_page-01 :is(h2,h3,h4,h5) {
  color: #FF2A86;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  position: relative; }
.title_page-02 :is(h2,h3,h4,h5) {
  width: 100%;
  display: block;
  color: #FF2A86;
  font-size: 3rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  position: relative; }
  .title_page-02 :is(h2,h3,h4,h5)::before, .title_page-02 :is(h2,h3,h4,h5)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .4rem;
    left: 0;
    bottom: 0; }
  .title_page-02 :is(h2,h3,h4,h5)::after {
    background: -webkit-repeating-linear-gradient(-45deg, #FF2A86, #FF2A86 10%, #fff 10%, #fff 30%, #FF2A86 30%, #FF2A86 70%, #fff 70%, #fff 90%, #FF2A86 90%, #FF2A86 100%);
    background: repeating-linear-gradient(-45deg, #FF2A86, #FF2A86 10%, #fff 10%, #fff 30%, #FF2A86 30%, #FF2A86 70%, #fff 70%, #fff 90%, #FF2A86 90%, #FF2A86 100%);
    background-size: .6rem .4rem;
    opacity: 0.7; }
  .title_page-02 :is(h2,h3,h4,h5)::before {
    width: 10rem;
    z-index: 1;
    background-color: #FF2A86; }
.title_page-03 :is(h2,h3,h4,h5) {
  color: #FF2A86;
  font-size: 3rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0; }

.table_page-01 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
.table_page-01 td, .table_page-01 th {
  color: #262224;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  padding: 2rem; }
  .table_page-01 td:first-child, .table_page-01 th:first-child {
    font-weight: 700;
    width: 30rem;
    text-align: left;
    color: #FF2A86; }
@media (min-width: 960.5px) {
  .table_page-01 tr:nth-child(odd) td, .table_page-01 tr:nth-child(odd) th {
    background: rgba(255, 42, 134, 0.1); } }
.table_page-02 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
.table_page-02 td, .table_page-02 th {
  color: #262224;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  border: #FF2A86 solid 1px;
  padding: 1.5rem; }
  .table_page-02 td:first-child, .table_page-02 th:first-child {
    font-weight: 700; }
.table_page-02 th {
  color: #FF2A86;
  width: 40rem;
  text-align: center;
  background: rgba(255, 42, 134, 0.1); }
.table_page-02 .right {
  text-align: right; }
.table_page-02 .center {
  text-align: center;
  font-weight: 500 !important; }
.table_page-03 {
  width: 100%;
  overflow-x: auto; }
  .table_page-03 table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .table_page-03 table .red {
      color: #ca0a0a !important; }
  .table_page-03 th, .table_page-03 td {
    padding: 1rem;
    border: 1px solid #FF2A86;
    text-align: center; }
  .table_page-03 th {
    min-width: 10.1rem;
    background-color: rgba(255, 42, 134, 0.1);
    color: #ff2a86; }
    .table_page-03 th:first-child {
      width: 8%; }
.table_page-04 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
.table_page-04 td, .table_page-04 th {
  color: #262224;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  border: #FF2A86 solid 1px;
  padding: 1rem; }
  .table_page-04 td:first-child, .table_page-04 th:first-child {
    width: 12rem; }

.table-form {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-form td {
    color: #262224;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    padding: 1rem;
    height: 7rem; }
    .table-form td:first-child {
      width: 38rem; }
    .table-form td .required {
      background: #FF2A86;
      color: #FFFFFF;
      font-size: 1.2rem;
      padding: .5rem;
      border-radius: 0.5rem;
      margin-left: 1rem; }
    .table-form td .wpcf7-list-item input {
      width: 1.6rem;
      height: 1.6rem;
      position: relative;
      top: .2rem; }
    .table-form td .wpcf7-list-item.first {
      margin: 0; }
  @media (min-width: 767.5px) {
    .table-form tr:nth-child(odd) td, .table-form tr:nth-child(odd) th {
      background: rgba(255, 42, 134, 0.1); } }

.form-input input, .form-input textarea {
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  width: 100%;
  height: 5rem;
  padding: 1rem;
  border: #ccc solid 1px;
  line-height: 175%; }
  .form-input input:focus-visible, .form-input textarea:focus-visible {
    outline: none; }
.form-input textarea {
  height: 16rem;
  vertical-align: top;
  resize: none; }
.form-input-item input {
  width: 8rem;
  text-align: center;
  margin: 0 .5rem; }

.btn_page-01 a {
  color: #FF2A86;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  background: url(assets/img/banner02_bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 1.5rem;
  border: #ffc6df solid 2px;
  transition: ease all 0.35s; }
  .btn_page-01 a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    letter-spacing: 1px; }

.cm4cf7-confirm-view .form-input {
  background: #f1f1f1;
  padding: .5rem 1rem; }
.cm4cf7-confirm-view .cm4cf7-confirm-value.cm4cf7-radio {
  width: 100%;
  padding: .5rem 1rem; }

.maps_page-01 iframe {
  width: 100%;
  height: 40rem;
  vertical-align: top;
  border: 0; }

.block-tel {
  border: #FF2A86 solid 1px;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1.5rem;
  position: relative;
  padding: 2rem;
  text-align: center;
  z-index: 0; }
  .block-tel::before {
    content: "";
    position: absolute;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border: #FF2A86 solid 1px;
    border-radius: 1rem; }
  .block-tel a {
    color: #FF2A86;
    font-weight: 700; }

.colums-block p {
  text-align: justify;
  letter-spacing: .08rem; }
  .colums-block p:not(:last-child) {
    margin-bottom: 1.5rem; }
.colums-block .item {
  width: 50%;
  position: relative; }
  .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: 5rem; }
  .colums-block .item.right:last-child {
    width: 35%; }
  .colums-block .item.right:first-child {
    width: 65%;
    padding-left: 5rem;
    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; } }

.faq_gp-box {
  margin-bottom: 4rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 1.5rem;
  overflow: hidden; }
  .faq_gp-box .head {
    color: #FF2A86;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding-left: 3rem;
    background: rgba(255, 42, 134, 0.05);
    padding: .7rem .7rem .7rem 5rem; }
    .faq_gp-box .head::before {
      content: "Q.";
      position: absolute;
      font-size: 3rem;
      color: #FF2A86;
      top: .5rem;
      left: 1.2rem;
      font-family: "Source Sans 3", sans-serif; }
  .faq_gp-box .cont {
    color: #262224;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding: 1rem .7rem 1rem 5rem; }
    .faq_gp-box .cont::before {
      content: "A.";
      position: absolute;
      font-size: 3rem;
      color: #FF2A86;
      top: .9rem;
      left: 1.2rem;
      font-family: "Source Sans 3", sans-serif;
      font-weight: 700; }
  .faq_gp-box:last-child {
    margin-bottom: 0; }

.privacy-box p {
  margin-bottom: 1.5rem; }
  .privacy-box p:last-child {
    margin-bottom: 0; }

@media (max-width: 960px) {
  .title_page-01 p {
    font-size: 3rem; }
  .title_page-01 :is(h2,h3,h4,h5) {
    font-size: 1.5rem; }
  .title_page-02 :is(h2,h3,h4,h5) {
    font-size: 2rem; }
    .title_page-02 :is(h2,h3,h4,h5)::before, .title_page-02 :is(h2,h3,h4,h5)::after {
      height: .2rem; }
  .title_page-03 :is(h2,h3,h4,h5) {
    font-size: 1.7rem; }

  .btn_page-01 a {
    font-size: 1.5rem;
    height: 8rem; }

  .table_page-01 td, .table_page-01 th {
    float: left;
    width: 100%;
    font-size: 1.5rem;
    padding: 1.5rem; }
    .table_page-01 td:first-child, .table_page-01 th:first-child {
      width: 100%;
      background: rgba(255, 42, 134, 0.1); }
  .table_page-02 {
    width: 100%;
    overflow-x: auto; }
    .table_page-02 td, .table_page-02 th {
      font-size: 1.5rem; }
    .table_page-02 th {
      width: 24rem; }
  .table_page-03 table {
    width: 104rem; }
  .table_page-03 th:first-child {
    width: 11%; }
  .table_page-04 td, .table_page-04 th {
    font-size: 1.5rem; }

  .maps_page-01 iframe {
    height: 28rem; }

  .block-tel {
    padding: 2rem 4rem; }
    .block-tel p {
      text-align: center; }

  .faq_gp-box {
    margin-bottom: 3rem; }
    .faq_gp-box .head {
      font-size: 1.8rem;
      padding-left: 4.5rem; }
      .faq_gp-box .head::before {
        font-size: 2.4rem; }
    .faq_gp-box .cont {
      font-size: 1.5rem;
      padding-left: 4.5rem; }
      .faq_gp-box .cont::before {
        font-size: 2.4rem; }

  .table-form td {
    font-size: 1.5rem; }
    .table-form td:first-child {
      width: 20rem; }

  .form-input input {
    font-size: 1.5rem;
    height: 4.5rem; }
  .form-input textarea {
    height: 14rem; }

  .cm4cf7-confirm-view .form-input {
    padding: .9rem 1rem; } }
@media (max-width: 767px) {
  .table_page-02 table {
    width: 60rem; }
  .table_page-02 th {
    width: 17rem; }

  .table-form td {
    float: left;
    width: 100%;
    border: 0;
    padding: 1rem 0;
    height: auto; }
    .table-form td:first-child {
      padding: 1rem;
      width: 100%;
      background: rgba(255, 42, 134, 0.1); } }

/*# sourceMappingURL=style.css.map */
