@charset "UTF-8";
.color-dark-red {
  color: #6E1D1D !important;
}

.color-gray {
  color: #707070 !important;
}

.color-light-gray {
  color: #EEEEEE !important;
}

.color-bright-red {
  color: #D34E4E !important;
}

.color-dark-gray {
  color: #202020 !important;
}

.color-medium-gray {
  color: #645D5E !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-red {
  color: #E60000 !important;
}

.color-light-pink {
  color: #F8DFE2 !important;
}

.color-off-white {
  color: #FFF5F4 !important;
}

.bg-dark-red {
  background-color: #6E1D1D !important;
}

.bg-gray {
  background-color: #707070 !important;
}

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

.bg-bright-red {
  background-color: #D34E4E !important;
}

.bg-dark-gray {
  background-color: #202020 !important;
}

.bg-medium-gray {
  background-color: #645D5E !important;
}

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

.bg-red {
  background-color: #E60000 !important;
}

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

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

.black-overlay {
  position: relative;
}
.black-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 93, 94, 0.7); /* #645D5E with 0.7 opacity */
  z-index: 1; /* Ensure the overlay is above the background but below the content */
  pointer-events: none; /* Ensure the overlay does not interfere with content interaction */
}

.curved-section--red {
  background-color: #c00;
  position: relative;
  padding: 2em;
}
.curved-section--red::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #c00;
  clip-path: ellipse(70% 100% at 50% 0%);
  transform: rotate(180deg);
}
.curved-section--blue {
  background-color: #00f;
  position: relative;
  padding: 2em;
}
.curved-section--blue::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #00f;
  clip-path: ellipse(80% 100% at 50% 0%);
  transform: rotate(180deg);
}
.curved-section--white {
  background-color: #fff;
  position: relative;
  padding: 2em;
}
.curved-section--white::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  clip-path: ellipse(70% 100% at 50% 0%);
  transform: rotate(180deg);
}
.curved-section__title {
  text-align: center;
  margin: 0;
  padding: 1em 0;
}

.scroll-arrow-container {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 70px;
}

.scroll-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 9px;
  background-color: #D34E4E;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .scroll-arrow {
    background-color: #FFFFFF;
  }
}
.scroll-arrow:before {
  content: url("../images/top/arrow-top.svg");
  position: relative;
  transition: all 0.3s;
  left: -2.5px;
  top: -8px;
  display: block;
  width: 6px;
  height: 4px;
}
@media screen and (max-width: 768px) {
  .scroll-arrow:before {
    content: url("../images/top/arrow-top-w.svg");
  }
}

.scroll:hover .scroll-arrow-container .scroll-arrow {
  height: 30px;
}
.scroll:hover .scroll-arrow-container .scroll-arrow::before {
  top: 13px;
}
.scroll:hover .scroll-arrow-container .scroll-arrow::after {
  top: 45px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 94px;
  letter-spacing: 0px;
  color: #E60000;
}
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 32px;
  }
}

.h1-alt1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 94px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.h1-alt2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 94px;
  letter-spacing: 0px;
  color: #202020;
}

.h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 68px;
  letter-spacing: 0px;
  color: #E60000;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 32px;
  }
}

.h2-alt1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 68px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.h2-alt2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 68px;
  letter-spacing: 0px;
  color: #202020;
}

.h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #202020;
  }
}

.h3-alt1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.h3-alt2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #E60000;
}

.h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #202020;
}

.h4-alt1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #202020;
}

.h5-alt1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #D34E4E;
}

.h5-alt2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.read {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .read {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #202020;
  }
}

.read-alt1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.body1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #202020;
}

.body1-alt1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.body2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #202020;
}

.body2-alt1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.view-more {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .sp-h1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #E60000;
  }
  .sp-h1-alt1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .sp-h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #E60000;
  }
  .sp-h2-alt1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .sp-h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #202020;
  }
  .sp-h3-alt1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .sp-h4 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #202020;
  }
  .sp-h4-alt1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .sp-h5 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #202020;
  }
  .sp-h5-alt1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .sp-read {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #202020;
  }
  .sp-read-alt1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .sp-body1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #202020;
  }
  .sp-body1-alt1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  .sp-body2 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #202020;
  }
  .sp-body2-alt1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
}
.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-90 {
  gap: 90px !important;
}

.gap-100 {
  gap: 100px !important;
}

.gap-110 {
  gap: 110px !important;
}

.gap-120 {
  gap: 120px !important;
}

.gap-130 {
  gap: 130px !important;
}

.gap-140 {
  gap: 140px !important;
}

.gap-150 {
  gap: 150px !important;
}

@media (max-width: 400px) {
  .gap-sm-10 {
    gap: 10px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-20 {
    gap: 20px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-30 {
    gap: 30px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-40 {
    gap: 40px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-50 {
    gap: 50px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-60 {
    gap: 60px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-70 {
    gap: 70px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-80 {
    gap: 80px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-90 {
    gap: 90px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-100 {
    gap: 100px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-110 {
    gap: 110px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-120 {
    gap: 120px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-130 {
    gap: 130px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-140 {
    gap: 140px !important;
  }
}

@media (max-width: 400px) {
  .gap-sm-150 {
    gap: 150px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-10 {
    gap: 10px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-20 {
    gap: 20px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-30 {
    gap: 30px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-40 {
    gap: 40px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-50 {
    gap: 50px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-60 {
    gap: 60px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-70 {
    gap: 70px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-80 {
    gap: 80px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-90 {
    gap: 90px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-100 {
    gap: 100px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-110 {
    gap: 110px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-120 {
    gap: 120px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-130 {
    gap: 130px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-140 {
    gap: 140px !important;
  }
}

@media (max-width: 600px) {
  .gap-sm-l-150 {
    gap: 150px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-10 {
    gap: 10px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-20 {
    gap: 20px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-30 {
    gap: 30px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-40 {
    gap: 40px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-50 {
    gap: 50px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-60 {
    gap: 60px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-70 {
    gap: 70px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-80 {
    gap: 80px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-90 {
    gap: 90px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-100 {
    gap: 100px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-110 {
    gap: 110px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-120 {
    gap: 120px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-130 {
    gap: 130px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-140 {
    gap: 140px !important;
  }
}

@media (max-width: 768px) {
  .gap-md-150 {
    gap: 150px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-10 {
    gap: 10px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-20 {
    gap: 20px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-30 {
    gap: 30px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-40 {
    gap: 40px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-50 {
    gap: 50px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-60 {
    gap: 60px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-70 {
    gap: 70px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-80 {
    gap: 80px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-90 {
    gap: 90px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-100 {
    gap: 100px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-110 {
    gap: 110px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-120 {
    gap: 120px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-130 {
    gap: 130px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-140 {
    gap: 140px !important;
  }
}

@media (max-width: 850px) {
  .gap-md-l-150 {
    gap: 150px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-10 {
    gap: 10px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-20 {
    gap: 20px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-30 {
    gap: 30px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-40 {
    gap: 40px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-50 {
    gap: 50px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-60 {
    gap: 60px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-70 {
    gap: 70px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-80 {
    gap: 80px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-90 {
    gap: 90px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-100 {
    gap: 100px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-110 {
    gap: 110px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-120 {
    gap: 120px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-130 {
    gap: 130px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-140 {
    gap: 140px !important;
  }
}

@media (max-width: 1024px) {
  .gap-lg-150 {
    gap: 150px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-10 {
    gap: 10px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-20 {
    gap: 20px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-30 {
    gap: 30px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-40 {
    gap: 40px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-50 {
    gap: 50px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-60 {
    gap: 60px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-70 {
    gap: 70px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-80 {
    gap: 80px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-90 {
    gap: 90px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-100 {
    gap: 100px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-110 {
    gap: 110px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-120 {
    gap: 120px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-130 {
    gap: 130px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-140 {
    gap: 140px !important;
  }
}

@media (max-width: 1200px) {
  .gap-xl-150 {
    gap: 150px !important;
  }
}

.lh-16 {
  line-height: 1.6em !important;
}

.lh-17 {
  line-height: 1.7em !important;
}

.lh-18 {
  line-height: 1.8em !important;
}

.lh-19 {
  line-height: 1.9em !important;
}

.lh-20 {
  line-height: 2em !important;
}

.lh-21 {
  line-height: 2.1em !important;
}

.lh-22 {
  line-height: 2.2em !important;
}

.lh-23 {
  line-height: 2.3em !important;
}

.lh-24 {
  line-height: 2.4em !important;
}

.lh-25 {
  line-height: 2.5em !important;
}

.lh-26 {
  line-height: 2.6em !important;
}

.lh-27 {
  line-height: 2.7em !important;
}

.lh-28 {
  line-height: 2.8em !important;
}

.lh-29 {
  line-height: 2.9em !important;
}

.lh-30 {
  line-height: 3em !important;
}

@media (max-width: 400px) {
  .lh-sm-16 {
    line-height: 1.6em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-17 {
    line-height: 1.7em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-18 {
    line-height: 1.8em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-19 {
    line-height: 1.9em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-20 {
    line-height: 2em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-21 {
    line-height: 2.1em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-22 {
    line-height: 2.2em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-23 {
    line-height: 2.3em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-24 {
    line-height: 2.4em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-25 {
    line-height: 2.5em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-26 {
    line-height: 2.6em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-27 {
    line-height: 2.7em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-28 {
    line-height: 2.8em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-29 {
    line-height: 2.9em !important;
  }
}

@media (max-width: 400px) {
  .lh-sm-30 {
    line-height: 3em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-16 {
    line-height: 1.6em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-17 {
    line-height: 1.7em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-18 {
    line-height: 1.8em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-19 {
    line-height: 1.9em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-20 {
    line-height: 2em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-21 {
    line-height: 2.1em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-22 {
    line-height: 2.2em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-23 {
    line-height: 2.3em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-24 {
    line-height: 2.4em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-25 {
    line-height: 2.5em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-26 {
    line-height: 2.6em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-27 {
    line-height: 2.7em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-28 {
    line-height: 2.8em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-29 {
    line-height: 2.9em !important;
  }
}

@media (max-width: 600px) {
  .lh-sm-l-30 {
    line-height: 3em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-16 {
    line-height: 1.6em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-17 {
    line-height: 1.7em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-18 {
    line-height: 1.8em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-19 {
    line-height: 1.9em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-20 {
    line-height: 2em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-21 {
    line-height: 2.1em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-22 {
    line-height: 2.2em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-23 {
    line-height: 2.3em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-24 {
    line-height: 2.4em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-25 {
    line-height: 2.5em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-26 {
    line-height: 2.6em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-27 {
    line-height: 2.7em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-28 {
    line-height: 2.8em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-29 {
    line-height: 2.9em !important;
  }
}

@media (max-width: 768px) {
  .lh-md-30 {
    line-height: 3em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-16 {
    line-height: 1.6em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-17 {
    line-height: 1.7em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-18 {
    line-height: 1.8em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-19 {
    line-height: 1.9em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-20 {
    line-height: 2em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-21 {
    line-height: 2.1em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-22 {
    line-height: 2.2em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-23 {
    line-height: 2.3em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-24 {
    line-height: 2.4em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-25 {
    line-height: 2.5em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-26 {
    line-height: 2.6em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-27 {
    line-height: 2.7em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-28 {
    line-height: 2.8em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-29 {
    line-height: 2.9em !important;
  }
}

@media (max-width: 850px) {
  .lh-md-l-30 {
    line-height: 3em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-16 {
    line-height: 1.6em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-17 {
    line-height: 1.7em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-18 {
    line-height: 1.8em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-19 {
    line-height: 1.9em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-20 {
    line-height: 2em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-21 {
    line-height: 2.1em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-22 {
    line-height: 2.2em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-23 {
    line-height: 2.3em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-24 {
    line-height: 2.4em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-25 {
    line-height: 2.5em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-26 {
    line-height: 2.6em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-27 {
    line-height: 2.7em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-28 {
    line-height: 2.8em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-29 {
    line-height: 2.9em !important;
  }
}

@media (max-width: 1024px) {
  .lh-lg-30 {
    line-height: 3em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-16 {
    line-height: 1.6em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-17 {
    line-height: 1.7em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-18 {
    line-height: 1.8em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-19 {
    line-height: 1.9em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-20 {
    line-height: 2em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-21 {
    line-height: 2.1em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-22 {
    line-height: 2.2em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-23 {
    line-height: 2.3em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-24 {
    line-height: 2.4em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-25 {
    line-height: 2.5em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-26 {
    line-height: 2.6em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-27 {
    line-height: 2.7em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-28 {
    line-height: 2.8em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-29 {
    line-height: 2.9em !important;
  }
}

@media (max-width: 1200px) {
  .lh-xl-30 {
    line-height: 3em !important;
  }
}

@media screen and (max-width: 400px) {
  .for-sm {
    display: revert;
  }
}
@media screen and (min-width: 400px) {
  .for-sm {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .for-sm-l {
    display: revert;
  }
}
@media screen and (min-width: 600px) {
  .for-sm-l {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .for-md {
    display: revert;
  }
}
@media screen and (min-width: 768px) {
  .for-md {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .for-md-l {
    display: revert;
  }
}
@media screen and (min-width: 850px) {
  .for-md-l {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .for-lg {
    display: revert;
  }
}
@media screen and (min-width: 1024px) {
  .for-lg {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .for-xl {
    display: revert;
  }
}
@media screen and (min-width: 1200px) {
  .for-xl {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .from-sm {
    display: revert;
  }
}
@media screen and (max-width: 399px) {
  .from-sm {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .from-sm-l {
    display: revert;
  }
}
@media screen and (max-width: 599px) {
  .from-sm-l {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .from-md {
    display: revert;
  }
}
@media screen and (max-width: 767px) {
  .from-md {
    display: none;
  }
}
@media screen and (min-width: 850px) {
  .from-md-l {
    display: revert;
  }
}
@media screen and (max-width: 849px) {
  .from-md-l {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .from-lg {
    display: revert;
  }
}
@media screen and (max-width: 1023px) {
  .from-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .from-xl {
    display: revert;
  }
}
@media screen and (max-width: 1199px) {
  .from-xl {
    display: none;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

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

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

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

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

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

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

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

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

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

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

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

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

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

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

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

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

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

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

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

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

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

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

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

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

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

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}

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

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

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

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

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

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

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

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

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

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

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-right: 15px !important;
  margin-left: 15px !important;
}

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

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

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

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

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

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

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

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

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

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

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-right: 20px !important;
  margin-left: 20px !important;
}

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

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

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

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

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

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

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

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

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

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

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  margin-right: 25px !important;
  margin-left: 25px !important;
}

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

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

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

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

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

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

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

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

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

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

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-right: 30px !important;
  margin-left: 30px !important;
}

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

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

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

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

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

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

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

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

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

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

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
  margin-right: 35px !important;
  margin-left: 35px !important;
}

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

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

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

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

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

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
  padding-right: 35px !important;
  padding-left: 35px !important;
}

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

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

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

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

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  margin-right: 40px !important;
  margin-left: 40px !important;
}

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

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

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

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

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

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

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

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

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

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

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
  margin-right: 45px !important;
  margin-left: 45px !important;
}

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

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

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

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

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

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  padding-right: 45px !important;
  padding-left: 45px !important;
}

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

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

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

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

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  margin-right: 50px !important;
  margin-left: 50px !important;
}

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

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

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

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

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

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-right: 50px !important;
  padding-left: 50px !important;
}

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

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

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

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

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.m-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
  margin-right: 55px !important;
  margin-left: 55px !important;
}

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

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

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

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

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

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.p-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
  padding-right: 55px !important;
  padding-left: 55px !important;
}

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

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

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

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

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  margin-right: 60px !important;
  margin-left: 60px !important;
}

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

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

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

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

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

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  padding-right: 60px !important;
  padding-left: 60px !important;
}

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

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

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

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

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.m-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
  margin-right: 65px !important;
  margin-left: 65px !important;
}

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

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

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

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

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

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.p-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
  padding-right: 65px !important;
  padding-left: 65px !important;
}

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

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

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

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

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
  margin-right: 70px !important;
  margin-left: 70px !important;
}

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

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

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

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

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

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  padding-right: 70px !important;
  padding-left: 70px !important;
}

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

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

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

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

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.m-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
  margin-right: 75px !important;
  margin-left: 75px !important;
}

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

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

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

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

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

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.p-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  padding-right: 75px !important;
  padding-left: 75px !important;
}

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

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

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

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

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  margin-right: 80px !important;
  margin-left: 80px !important;
}

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

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

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

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

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

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-right: 80px !important;
  padding-left: 80px !important;
}

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

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

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

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

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.m-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
  margin-right: 85px !important;
  margin-left: 85px !important;
}

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

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

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

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

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

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.p-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
  padding-right: 85px !important;
  padding-left: 85px !important;
}

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

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

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

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

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
  margin-right: 90px !important;
  margin-left: 90px !important;
}

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

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

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

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

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

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  padding-right: 90px !important;
  padding-left: 90px !important;
}

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

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

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

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

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.m-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
  margin-right: 95px !important;
  margin-left: 95px !important;
}

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

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

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

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

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

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.p-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
  padding-right: 95px !important;
  padding-left: 95px !important;
}

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

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

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

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

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  margin-right: 100px !important;
  margin-left: 100px !important;
}

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

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

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

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

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

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mx-105 {
  margin-right: 105px !important;
  margin-left: 105px !important;
}

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.m-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
  margin-right: 105px !important;
  margin-left: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.px-105 {
  padding-right: 105px !important;
  padding-left: 105px !important;
}

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.p-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
  padding-right: 105px !important;
  padding-left: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mx-110 {
  margin-right: 110px !important;
  margin-left: 110px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.m-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
  margin-right: 110px !important;
  margin-left: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.px-110 {
  padding-right: 110px !important;
  padding-left: 110px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.p-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  padding-right: 110px !important;
  padding-left: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mx-115 {
  margin-right: 115px !important;
  margin-left: 115px !important;
}

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.m-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
  margin-right: 115px !important;
  margin-left: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.px-115 {
  padding-right: 115px !important;
  padding-left: 115px !important;
}

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.p-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
  padding-right: 115px !important;
  padding-left: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.m-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.p-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mx-125 {
  margin-right: 125px !important;
  margin-left: 125px !important;
}

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.m-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
  margin-right: 125px !important;
  margin-left: 125px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.px-125 {
  padding-right: 125px !important;
  padding-left: 125px !important;
}

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.p-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
  padding-right: 125px !important;
  padding-left: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mx-130 {
  margin-right: 130px !important;
  margin-left: 130px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.m-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
  margin-right: 130px !important;
  margin-left: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.px-130 {
  padding-right: 130px !important;
  padding-left: 130px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.p-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
  padding-right: 130px !important;
  padding-left: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mx-135 {
  margin-right: 135px !important;
  margin-left: 135px !important;
}

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.m-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
  margin-right: 135px !important;
  margin-left: 135px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.px-135 {
  padding-right: 135px !important;
  padding-left: 135px !important;
}

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.p-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
  padding-right: 135px !important;
  padding-left: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.m-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.p-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
  padding-right: 140px !important;
  padding-left: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mx-145 {
  margin-right: 145px !important;
  margin-left: 145px !important;
}

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.m-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
  margin-right: 145px !important;
  margin-left: 145px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.px-145 {
  padding-right: 145px !important;
  padding-left: 145px !important;
}

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.p-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
  padding-right: 145px !important;
  padding-left: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.m-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
  margin-right: 150px !important;
  margin-left: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.p-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  padding-right: 150px !important;
  padding-left: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mx-155 {
  margin-right: 155px !important;
  margin-left: 155px !important;
}

.my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.m-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
  margin-right: 155px !important;
  margin-left: 155px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.px-155 {
  padding-right: 155px !important;
  padding-left: 155px !important;
}

.py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.p-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
  padding-right: 155px !important;
  padding-left: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.m-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.p-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mx-165 {
  margin-right: 165px !important;
  margin-left: 165px !important;
}

.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.m-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
  margin-right: 165px !important;
  margin-left: 165px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.px-165 {
  padding-right: 165px !important;
  padding-left: 165px !important;
}

.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.p-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
  padding-right: 165px !important;
  padding-left: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mx-170 {
  margin-right: 170px !important;
  margin-left: 170px !important;
}

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.m-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
  margin-right: 170px !important;
  margin-left: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.px-170 {
  padding-right: 170px !important;
  padding-left: 170px !important;
}

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.p-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
  padding-right: 170px !important;
  padding-left: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mx-175 {
  margin-right: 175px !important;
  margin-left: 175px !important;
}

.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.m-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
  margin-right: 175px !important;
  margin-left: 175px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.px-175 {
  padding-right: 175px !important;
  padding-left: 175px !important;
}

.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.p-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
  padding-right: 175px !important;
  padding-left: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.m-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
  margin-right: 180px !important;
  margin-left: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.p-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
  padding-right: 180px !important;
  padding-left: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mx-185 {
  margin-right: 185px !important;
  margin-left: 185px !important;
}

.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.m-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
  margin-right: 185px !important;
  margin-left: 185px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.px-185 {
  padding-right: 185px !important;
  padding-left: 185px !important;
}

.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.p-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
  padding-right: 185px !important;
  padding-left: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mx-190 {
  margin-right: 190px !important;
  margin-left: 190px !important;
}

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.m-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
  margin-right: 190px !important;
  margin-left: 190px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.px-190 {
  padding-right: 190px !important;
  padding-left: 190px !important;
}

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.p-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
  padding-right: 190px !important;
  padding-left: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mx-195 {
  margin-right: 195px !important;
  margin-left: 195px !important;
}

.my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.m-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
  margin-right: 195px !important;
  margin-left: 195px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.px-195 {
  padding-right: 195px !important;
  padding-left: 195px !important;
}

.py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.p-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
  padding-right: 195px !important;
  padding-left: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.m-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
  margin-right: 200px !important;
  margin-left: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.p-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
  padding-right: 200px !important;
  padding-left: 200px !important;
}

.fsize-12 {
  font-size: 12px !important;
}

.fsize-14 {
  font-size: 14px !important;
}

.fsize-15 {
  font-size: 15px !important;
}

.fsize-16 {
  font-size: 16px !important;
}

.fsize-17 {
  font-size: 17px !important;
}

.fsize-18 {
  font-size: 18px !important;
}

.fsize-19 {
  font-size: 19px !important;
}

.fsize-20 {
  font-size: 20px !important;
}

.fsize-21 {
  font-size: 21px !important;
}

.fsize-22 {
  font-size: 22px !important;
}

.fsize-24 {
  font-size: 24px !important;
}

.fsize-25 {
  font-size: 25px !important;
}

.fsize-26 {
  font-size: 26px !important;
}

.fsize-28 {
  font-size: 28px !important;
}

.fsize-30 {
  font-size: 30px !important;
}

.fsize-32 {
  font-size: 32px !important;
}

.fsize-34 {
  font-size: 34px !important;
}

.fsize-36 {
  font-size: 36px !important;
}

.fsize-38 {
  font-size: 38px !important;
}

.fsize-40 {
  font-size: 40px !important;
}

.fsize-42 {
  font-size: 42px !important;
}

.fsize-44 {
  font-size: 44px !important;
}

.fsize-46 {
  font-size: 46px !important;
}

.fsize-48 {
  font-size: 48px !important;
}

.fsize-50 {
  font-size: 50px !important;
}

@media (max-width: 400px) {
  .fsize-sm-12 {
    font-size: 12px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-14 {
    font-size: 14px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-15 {
    font-size: 15px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-16 {
    font-size: 16px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-17 {
    font-size: 17px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-18 {
    font-size: 18px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-19 {
    font-size: 19px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-20 {
    font-size: 20px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-21 {
    font-size: 21px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-22 {
    font-size: 22px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-24 {
    font-size: 24px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-25 {
    font-size: 25px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-26 {
    font-size: 26px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-28 {
    font-size: 28px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-30 {
    font-size: 30px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-32 {
    font-size: 32px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-34 {
    font-size: 34px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-36 {
    font-size: 36px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-38 {
    font-size: 38px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-40 {
    font-size: 40px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-42 {
    font-size: 42px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-44 {
    font-size: 44px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-46 {
    font-size: 46px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-48 {
    font-size: 48px !important;
  }
}

@media (max-width: 400px) {
  .fsize-sm-50 {
    font-size: 50px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-12 {
    font-size: 12px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-14 {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-15 {
    font-size: 15px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-16 {
    font-size: 16px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-17 {
    font-size: 17px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-18 {
    font-size: 18px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-19 {
    font-size: 19px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-20 {
    font-size: 20px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-21 {
    font-size: 21px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-22 {
    font-size: 22px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-24 {
    font-size: 24px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-25 {
    font-size: 25px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-26 {
    font-size: 26px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-28 {
    font-size: 28px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-30 {
    font-size: 30px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-32 {
    font-size: 32px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-34 {
    font-size: 34px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-36 {
    font-size: 36px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-38 {
    font-size: 38px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-40 {
    font-size: 40px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-42 {
    font-size: 42px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-44 {
    font-size: 44px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-46 {
    font-size: 46px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-48 {
    font-size: 48px !important;
  }
}

@media (max-width: 600px) {
  .fsize-sm-l-50 {
    font-size: 50px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-12 {
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-14 {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-15 {
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-16 {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-17 {
    font-size: 17px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-18 {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-19 {
    font-size: 19px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-20 {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-21 {
    font-size: 21px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-22 {
    font-size: 22px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-24 {
    font-size: 24px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-25 {
    font-size: 25px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-26 {
    font-size: 26px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-28 {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-30 {
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-32 {
    font-size: 32px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-34 {
    font-size: 34px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-36 {
    font-size: 36px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-38 {
    font-size: 38px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-40 {
    font-size: 40px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-42 {
    font-size: 42px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-44 {
    font-size: 44px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-46 {
    font-size: 46px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-48 {
    font-size: 48px !important;
  }
}

@media (max-width: 768px) {
  .fsize-md-50 {
    font-size: 50px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-12 {
    font-size: 12px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-14 {
    font-size: 14px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-15 {
    font-size: 15px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-16 {
    font-size: 16px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-17 {
    font-size: 17px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-18 {
    font-size: 18px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-19 {
    font-size: 19px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-20 {
    font-size: 20px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-21 {
    font-size: 21px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-22 {
    font-size: 22px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-24 {
    font-size: 24px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-25 {
    font-size: 25px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-26 {
    font-size: 26px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-28 {
    font-size: 28px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-30 {
    font-size: 30px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-32 {
    font-size: 32px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-34 {
    font-size: 34px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-36 {
    font-size: 36px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-38 {
    font-size: 38px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-40 {
    font-size: 40px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-42 {
    font-size: 42px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-44 {
    font-size: 44px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-46 {
    font-size: 46px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-48 {
    font-size: 48px !important;
  }
}

@media (max-width: 850px) {
  .fsize-md-l-50 {
    font-size: 50px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-12 {
    font-size: 12px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-14 {
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-15 {
    font-size: 15px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-16 {
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-17 {
    font-size: 17px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-18 {
    font-size: 18px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-19 {
    font-size: 19px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-20 {
    font-size: 20px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-21 {
    font-size: 21px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-22 {
    font-size: 22px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-24 {
    font-size: 24px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-25 {
    font-size: 25px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-26 {
    font-size: 26px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-28 {
    font-size: 28px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-30 {
    font-size: 30px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-32 {
    font-size: 32px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-34 {
    font-size: 34px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-36 {
    font-size: 36px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-38 {
    font-size: 38px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-40 {
    font-size: 40px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-42 {
    font-size: 42px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-44 {
    font-size: 44px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-46 {
    font-size: 46px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-48 {
    font-size: 48px !important;
  }
}

@media (max-width: 1024px) {
  .fsize-lg-50 {
    font-size: 50px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-12 {
    font-size: 12px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-14 {
    font-size: 14px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-15 {
    font-size: 15px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-16 {
    font-size: 16px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-17 {
    font-size: 17px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-18 {
    font-size: 18px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-19 {
    font-size: 19px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-20 {
    font-size: 20px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-21 {
    font-size: 21px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-22 {
    font-size: 22px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-24 {
    font-size: 24px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-25 {
    font-size: 25px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-26 {
    font-size: 26px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-28 {
    font-size: 28px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-30 {
    font-size: 30px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-32 {
    font-size: 32px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-34 {
    font-size: 34px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-36 {
    font-size: 36px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-38 {
    font-size: 38px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-40 {
    font-size: 40px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-42 {
    font-size: 42px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-44 {
    font-size: 44px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-46 {
    font-size: 46px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-48 {
    font-size: 48px !important;
  }
}

@media (max-width: 1200px) {
  .fsize-xl-50 {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mx-sp-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-sp-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .m-sp-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .px-sp-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-sp-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .p-sp-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .mx-sp-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .my-sp-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-sp-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .pt-sp-5 {
    padding-top: 5px !important;
  }
  .pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .pl-sp-5 {
    padding-left: 5px !important;
  }
  .pr-sp-5 {
    padding-right: 5px !important;
  }
  .px-sp-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .py-sp-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .p-sp-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mx-sp-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .my-sp-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-sp-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .px-sp-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .py-sp-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .p-sp-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .mx-sp-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-sp-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-sp-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .pt-sp-15 {
    padding-top: 15px !important;
  }
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pl-sp-15 {
    padding-left: 15px !important;
  }
  .pr-sp-15 {
    padding-right: 15px !important;
  }
  .px-sp-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-sp-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-sp-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mx-sp-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-sp-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-sp-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .px-sp-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-sp-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .p-sp-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .mx-sp-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .my-sp-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .m-sp-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .pt-sp-25 {
    padding-top: 25px !important;
  }
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pl-sp-25 {
    padding-left: 25px !important;
  }
  .pr-sp-25 {
    padding-right: 25px !important;
  }
  .px-sp-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .py-sp-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .p-sp-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mx-sp-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .my-sp-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .m-sp-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .px-sp-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .py-sp-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .p-sp-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .mx-sp-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .my-sp-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .m-sp-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .pt-sp-35 {
    padding-top: 35px !important;
  }
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pl-sp-35 {
    padding-left: 35px !important;
  }
  .pr-sp-35 {
    padding-right: 35px !important;
  }
  .px-sp-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .py-sp-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .p-sp-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mx-sp-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-sp-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .m-sp-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .px-sp-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-sp-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .p-sp-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .mx-sp-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .my-sp-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .m-sp-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .pt-sp-45 {
    padding-top: 45px !important;
  }
  .pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .pl-sp-45 {
    padding-left: 45px !important;
  }
  .pr-sp-45 {
    padding-right: 45px !important;
  }
  .px-sp-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-sp-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .p-sp-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mx-sp-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .my-sp-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .m-sp-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .px-sp-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-sp-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .p-sp-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .ml-sp-55 {
    margin-left: 55px !important;
  }
  .mr-sp-55 {
    margin-right: 55px !important;
  }
  .mx-sp-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .my-sp-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .m-sp-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .pt-sp-55 {
    padding-top: 55px !important;
  }
  .pb-sp-55 {
    padding-bottom: 55px !important;
  }
  .pl-sp-55 {
    padding-left: 55px !important;
  }
  .pr-sp-55 {
    padding-right: 55px !important;
  }
  .px-sp-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .py-sp-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .p-sp-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mx-sp-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-sp-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .m-sp-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .px-sp-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-sp-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .p-sp-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .ml-sp-65 {
    margin-left: 65px !important;
  }
  .mr-sp-65 {
    margin-right: 65px !important;
  }
  .mx-sp-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .my-sp-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .m-sp-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .pt-sp-65 {
    padding-top: 65px !important;
  }
  .pb-sp-65 {
    padding-bottom: 65px !important;
  }
  .pl-sp-65 {
    padding-left: 65px !important;
  }
  .pr-sp-65 {
    padding-right: 65px !important;
  }
  .px-sp-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .py-sp-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .p-sp-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mx-sp-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .my-sp-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .m-sp-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .px-sp-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .py-sp-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .p-sp-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .ml-sp-75 {
    margin-left: 75px !important;
  }
  .mr-sp-75 {
    margin-right: 75px !important;
  }
  .mx-sp-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .my-sp-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .m-sp-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .pt-sp-75 {
    padding-top: 75px !important;
  }
  .pb-sp-75 {
    padding-bottom: 75px !important;
  }
  .pl-sp-75 {
    padding-left: 75px !important;
  }
  .pr-sp-75 {
    padding-right: 75px !important;
  }
  .px-sp-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-sp-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .p-sp-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mx-sp-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-sp-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .m-sp-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .px-sp-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sp-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .p-sp-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .ml-sp-85 {
    margin-left: 85px !important;
  }
  .mr-sp-85 {
    margin-right: 85px !important;
  }
  .mx-sp-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .my-sp-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .m-sp-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .pt-sp-85 {
    padding-top: 85px !important;
  }
  .pb-sp-85 {
    padding-bottom: 85px !important;
  }
  .pl-sp-85 {
    padding-left: 85px !important;
  }
  .pr-sp-85 {
    padding-right: 85px !important;
  }
  .px-sp-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .py-sp-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .p-sp-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mx-sp-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .my-sp-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .m-sp-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .px-sp-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .py-sp-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .p-sp-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .ml-sp-95 {
    margin-left: 95px !important;
  }
  .mr-sp-95 {
    margin-right: 95px !important;
  }
  .mx-sp-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .my-sp-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .m-sp-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .pt-sp-95 {
    padding-top: 95px !important;
  }
  .pb-sp-95 {
    padding-bottom: 95px !important;
  }
  .pl-sp-95 {
    padding-left: 95px !important;
  }
  .pr-sp-95 {
    padding-right: 95px !important;
  }
  .px-sp-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .py-sp-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .p-sp-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mx-sp-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-sp-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .m-sp-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .px-sp-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-sp-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .p-sp-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .mt-sp-105 {
    margin-top: 105px !important;
  }
  .mb-sp-105 {
    margin-bottom: 105px !important;
  }
  .ml-sp-105 {
    margin-left: 105px !important;
  }
  .mr-sp-105 {
    margin-right: 105px !important;
  }
  .mx-sp-105 {
    margin-right: 105px !important;
    margin-left: 105px !important;
  }
  .my-sp-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .m-sp-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
    margin-right: 105px !important;
    margin-left: 105px !important;
  }
  .pt-sp-105 {
    padding-top: 105px !important;
  }
  .pb-sp-105 {
    padding-bottom: 105px !important;
  }
  .pl-sp-105 {
    padding-left: 105px !important;
  }
  .pr-sp-105 {
    padding-right: 105px !important;
  }
  .px-sp-105 {
    padding-right: 105px !important;
    padding-left: 105px !important;
  }
  .py-sp-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .p-sp-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
    padding-right: 105px !important;
    padding-left: 105px !important;
  }
  .mt-sp-110 {
    margin-top: 110px !important;
  }
  .mb-sp-110 {
    margin-bottom: 110px !important;
  }
  .ml-sp-110 {
    margin-left: 110px !important;
  }
  .mr-sp-110 {
    margin-right: 110px !important;
  }
  .mx-sp-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
  .my-sp-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .m-sp-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
  .pt-sp-110 {
    padding-top: 110px !important;
  }
  .pb-sp-110 {
    padding-bottom: 110px !important;
  }
  .pl-sp-110 {
    padding-left: 110px !important;
  }
  .pr-sp-110 {
    padding-right: 110px !important;
  }
  .px-sp-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .py-sp-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .p-sp-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .mt-sp-115 {
    margin-top: 115px !important;
  }
  .mb-sp-115 {
    margin-bottom: 115px !important;
  }
  .ml-sp-115 {
    margin-left: 115px !important;
  }
  .mr-sp-115 {
    margin-right: 115px !important;
  }
  .mx-sp-115 {
    margin-right: 115px !important;
    margin-left: 115px !important;
  }
  .my-sp-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .m-sp-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
    margin-right: 115px !important;
    margin-left: 115px !important;
  }
  .pt-sp-115 {
    padding-top: 115px !important;
  }
  .pb-sp-115 {
    padding-bottom: 115px !important;
  }
  .pl-sp-115 {
    padding-left: 115px !important;
  }
  .pr-sp-115 {
    padding-right: 115px !important;
  }
  .px-sp-115 {
    padding-right: 115px !important;
    padding-left: 115px !important;
  }
  .py-sp-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .p-sp-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
    padding-right: 115px !important;
    padding-left: 115px !important;
  }
  .mt-sp-120 {
    margin-top: 120px !important;
  }
  .mb-sp-120 {
    margin-bottom: 120px !important;
  }
  .ml-sp-120 {
    margin-left: 120px !important;
  }
  .mr-sp-120 {
    margin-right: 120px !important;
  }
  .mx-sp-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-sp-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .m-sp-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .pt-sp-120 {
    padding-top: 120px !important;
  }
  .pb-sp-120 {
    padding-bottom: 120px !important;
  }
  .pl-sp-120 {
    padding-left: 120px !important;
  }
  .pr-sp-120 {
    padding-right: 120px !important;
  }
  .px-sp-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-sp-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .p-sp-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .mt-sp-125 {
    margin-top: 125px !important;
  }
  .mb-sp-125 {
    margin-bottom: 125px !important;
  }
  .ml-sp-125 {
    margin-left: 125px !important;
  }
  .mr-sp-125 {
    margin-right: 125px !important;
  }
  .mx-sp-125 {
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .my-sp-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .m-sp-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .pt-sp-125 {
    padding-top: 125px !important;
  }
  .pb-sp-125 {
    padding-bottom: 125px !important;
  }
  .pl-sp-125 {
    padding-left: 125px !important;
  }
  .pr-sp-125 {
    padding-right: 125px !important;
  }
  .px-sp-125 {
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .py-sp-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .p-sp-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .mt-sp-130 {
    margin-top: 130px !important;
  }
  .mb-sp-130 {
    margin-bottom: 130px !important;
  }
  .ml-sp-130 {
    margin-left: 130px !important;
  }
  .mr-sp-130 {
    margin-right: 130px !important;
  }
  .mx-sp-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }
  .my-sp-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .m-sp-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
    margin-right: 130px !important;
    margin-left: 130px !important;
  }
  .pt-sp-130 {
    padding-top: 130px !important;
  }
  .pb-sp-130 {
    padding-bottom: 130px !important;
  }
  .pl-sp-130 {
    padding-left: 130px !important;
  }
  .pr-sp-130 {
    padding-right: 130px !important;
  }
  .px-sp-130 {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }
  .py-sp-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .p-sp-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
    padding-right: 130px !important;
    padding-left: 130px !important;
  }
  .mt-sp-135 {
    margin-top: 135px !important;
  }
  .mb-sp-135 {
    margin-bottom: 135px !important;
  }
  .ml-sp-135 {
    margin-left: 135px !important;
  }
  .mr-sp-135 {
    margin-right: 135px !important;
  }
  .mx-sp-135 {
    margin-right: 135px !important;
    margin-left: 135px !important;
  }
  .my-sp-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .m-sp-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
    margin-right: 135px !important;
    margin-left: 135px !important;
  }
  .pt-sp-135 {
    padding-top: 135px !important;
  }
  .pb-sp-135 {
    padding-bottom: 135px !important;
  }
  .pl-sp-135 {
    padding-left: 135px !important;
  }
  .pr-sp-135 {
    padding-right: 135px !important;
  }
  .px-sp-135 {
    padding-right: 135px !important;
    padding-left: 135px !important;
  }
  .py-sp-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .p-sp-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
    padding-right: 135px !important;
    padding-left: 135px !important;
  }
  .mt-sp-140 {
    margin-top: 140px !important;
  }
  .mb-sp-140 {
    margin-bottom: 140px !important;
  }
  .ml-sp-140 {
    margin-left: 140px !important;
  }
  .mr-sp-140 {
    margin-right: 140px !important;
  }
  .mx-sp-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-sp-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .m-sp-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .pt-sp-140 {
    padding-top: 140px !important;
  }
  .pb-sp-140 {
    padding-bottom: 140px !important;
  }
  .pl-sp-140 {
    padding-left: 140px !important;
  }
  .pr-sp-140 {
    padding-right: 140px !important;
  }
  .px-sp-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-sp-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .p-sp-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .mt-sp-145 {
    margin-top: 145px !important;
  }
  .mb-sp-145 {
    margin-bottom: 145px !important;
  }
  .ml-sp-145 {
    margin-left: 145px !important;
  }
  .mr-sp-145 {
    margin-right: 145px !important;
  }
  .mx-sp-145 {
    margin-right: 145px !important;
    margin-left: 145px !important;
  }
  .my-sp-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .m-sp-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
    margin-right: 145px !important;
    margin-left: 145px !important;
  }
  .pt-sp-145 {
    padding-top: 145px !important;
  }
  .pb-sp-145 {
    padding-bottom: 145px !important;
  }
  .pl-sp-145 {
    padding-left: 145px !important;
  }
  .pr-sp-145 {
    padding-right: 145px !important;
  }
  .px-sp-145 {
    padding-right: 145px !important;
    padding-left: 145px !important;
  }
  .py-sp-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .p-sp-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
    padding-right: 145px !important;
    padding-left: 145px !important;
  }
  .mt-sp-150 {
    margin-top: 150px !important;
  }
  .mb-sp-150 {
    margin-bottom: 150px !important;
  }
  .ml-sp-150 {
    margin-left: 150px !important;
  }
  .mr-sp-150 {
    margin-right: 150px !important;
  }
  .mx-sp-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .my-sp-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .m-sp-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .pt-sp-150 {
    padding-top: 150px !important;
  }
  .pb-sp-150 {
    padding-bottom: 150px !important;
  }
  .pl-sp-150 {
    padding-left: 150px !important;
  }
  .pr-sp-150 {
    padding-right: 150px !important;
  }
  .px-sp-150 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .py-sp-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .p-sp-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .mt-sp-155 {
    margin-top: 155px !important;
  }
  .mb-sp-155 {
    margin-bottom: 155px !important;
  }
  .ml-sp-155 {
    margin-left: 155px !important;
  }
  .mr-sp-155 {
    margin-right: 155px !important;
  }
  .mx-sp-155 {
    margin-right: 155px !important;
    margin-left: 155px !important;
  }
  .my-sp-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .m-sp-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
    margin-right: 155px !important;
    margin-left: 155px !important;
  }
  .pt-sp-155 {
    padding-top: 155px !important;
  }
  .pb-sp-155 {
    padding-bottom: 155px !important;
  }
  .pl-sp-155 {
    padding-left: 155px !important;
  }
  .pr-sp-155 {
    padding-right: 155px !important;
  }
  .px-sp-155 {
    padding-right: 155px !important;
    padding-left: 155px !important;
  }
  .py-sp-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .p-sp-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
    padding-right: 155px !important;
    padding-left: 155px !important;
  }
  .mt-sp-160 {
    margin-top: 160px !important;
  }
  .mb-sp-160 {
    margin-bottom: 160px !important;
  }
  .ml-sp-160 {
    margin-left: 160px !important;
  }
  .mr-sp-160 {
    margin-right: 160px !important;
  }
  .mx-sp-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-sp-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .m-sp-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .pt-sp-160 {
    padding-top: 160px !important;
  }
  .pb-sp-160 {
    padding-bottom: 160px !important;
  }
  .pl-sp-160 {
    padding-left: 160px !important;
  }
  .pr-sp-160 {
    padding-right: 160px !important;
  }
  .px-sp-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-sp-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .p-sp-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .mt-sp-165 {
    margin-top: 165px !important;
  }
  .mb-sp-165 {
    margin-bottom: 165px !important;
  }
  .ml-sp-165 {
    margin-left: 165px !important;
  }
  .mr-sp-165 {
    margin-right: 165px !important;
  }
  .mx-sp-165 {
    margin-right: 165px !important;
    margin-left: 165px !important;
  }
  .my-sp-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .m-sp-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
    margin-right: 165px !important;
    margin-left: 165px !important;
  }
  .pt-sp-165 {
    padding-top: 165px !important;
  }
  .pb-sp-165 {
    padding-bottom: 165px !important;
  }
  .pl-sp-165 {
    padding-left: 165px !important;
  }
  .pr-sp-165 {
    padding-right: 165px !important;
  }
  .px-sp-165 {
    padding-right: 165px !important;
    padding-left: 165px !important;
  }
  .py-sp-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .p-sp-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
    padding-right: 165px !important;
    padding-left: 165px !important;
  }
  .mt-sp-170 {
    margin-top: 170px !important;
  }
  .mb-sp-170 {
    margin-bottom: 170px !important;
  }
  .ml-sp-170 {
    margin-left: 170px !important;
  }
  .mr-sp-170 {
    margin-right: 170px !important;
  }
  .mx-sp-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }
  .my-sp-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .m-sp-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
    margin-right: 170px !important;
    margin-left: 170px !important;
  }
  .pt-sp-170 {
    padding-top: 170px !important;
  }
  .pb-sp-170 {
    padding-bottom: 170px !important;
  }
  .pl-sp-170 {
    padding-left: 170px !important;
  }
  .pr-sp-170 {
    padding-right: 170px !important;
  }
  .px-sp-170 {
    padding-right: 170px !important;
    padding-left: 170px !important;
  }
  .py-sp-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .p-sp-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
    padding-right: 170px !important;
    padding-left: 170px !important;
  }
  .mt-sp-175 {
    margin-top: 175px !important;
  }
  .mb-sp-175 {
    margin-bottom: 175px !important;
  }
  .ml-sp-175 {
    margin-left: 175px !important;
  }
  .mr-sp-175 {
    margin-right: 175px !important;
  }
  .mx-sp-175 {
    margin-right: 175px !important;
    margin-left: 175px !important;
  }
  .my-sp-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .m-sp-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
    margin-right: 175px !important;
    margin-left: 175px !important;
  }
  .pt-sp-175 {
    padding-top: 175px !important;
  }
  .pb-sp-175 {
    padding-bottom: 175px !important;
  }
  .pl-sp-175 {
    padding-left: 175px !important;
  }
  .pr-sp-175 {
    padding-right: 175px !important;
  }
  .px-sp-175 {
    padding-right: 175px !important;
    padding-left: 175px !important;
  }
  .py-sp-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .p-sp-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
    padding-right: 175px !important;
    padding-left: 175px !important;
  }
  .mt-sp-180 {
    margin-top: 180px !important;
  }
  .mb-sp-180 {
    margin-bottom: 180px !important;
  }
  .ml-sp-180 {
    margin-left: 180px !important;
  }
  .mr-sp-180 {
    margin-right: 180px !important;
  }
  .mx-sp-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-sp-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .m-sp-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .pt-sp-180 {
    padding-top: 180px !important;
  }
  .pb-sp-180 {
    padding-bottom: 180px !important;
  }
  .pl-sp-180 {
    padding-left: 180px !important;
  }
  .pr-sp-180 {
    padding-right: 180px !important;
  }
  .px-sp-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-sp-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .p-sp-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .mt-sp-185 {
    margin-top: 185px !important;
  }
  .mb-sp-185 {
    margin-bottom: 185px !important;
  }
  .ml-sp-185 {
    margin-left: 185px !important;
  }
  .mr-sp-185 {
    margin-right: 185px !important;
  }
  .mx-sp-185 {
    margin-right: 185px !important;
    margin-left: 185px !important;
  }
  .my-sp-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .m-sp-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
    margin-right: 185px !important;
    margin-left: 185px !important;
  }
  .pt-sp-185 {
    padding-top: 185px !important;
  }
  .pb-sp-185 {
    padding-bottom: 185px !important;
  }
  .pl-sp-185 {
    padding-left: 185px !important;
  }
  .pr-sp-185 {
    padding-right: 185px !important;
  }
  .px-sp-185 {
    padding-right: 185px !important;
    padding-left: 185px !important;
  }
  .py-sp-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .p-sp-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
    padding-right: 185px !important;
    padding-left: 185px !important;
  }
  .mt-sp-190 {
    margin-top: 190px !important;
  }
  .mb-sp-190 {
    margin-bottom: 190px !important;
  }
  .ml-sp-190 {
    margin-left: 190px !important;
  }
  .mr-sp-190 {
    margin-right: 190px !important;
  }
  .mx-sp-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }
  .my-sp-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .m-sp-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
    margin-right: 190px !important;
    margin-left: 190px !important;
  }
  .pt-sp-190 {
    padding-top: 190px !important;
  }
  .pb-sp-190 {
    padding-bottom: 190px !important;
  }
  .pl-sp-190 {
    padding-left: 190px !important;
  }
  .pr-sp-190 {
    padding-right: 190px !important;
  }
  .px-sp-190 {
    padding-right: 190px !important;
    padding-left: 190px !important;
  }
  .py-sp-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .p-sp-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
    padding-right: 190px !important;
    padding-left: 190px !important;
  }
  .mt-sp-195 {
    margin-top: 195px !important;
  }
  .mb-sp-195 {
    margin-bottom: 195px !important;
  }
  .ml-sp-195 {
    margin-left: 195px !important;
  }
  .mr-sp-195 {
    margin-right: 195px !important;
  }
  .mx-sp-195 {
    margin-right: 195px !important;
    margin-left: 195px !important;
  }
  .my-sp-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .m-sp-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
    margin-right: 195px !important;
    margin-left: 195px !important;
  }
  .pt-sp-195 {
    padding-top: 195px !important;
  }
  .pb-sp-195 {
    padding-bottom: 195px !important;
  }
  .pl-sp-195 {
    padding-left: 195px !important;
  }
  .pr-sp-195 {
    padding-right: 195px !important;
  }
  .px-sp-195 {
    padding-right: 195px !important;
    padding-left: 195px !important;
  }
  .py-sp-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .p-sp-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
    padding-right: 195px !important;
    padding-left: 195px !important;
  }
  .mt-sp-200 {
    margin-top: 200px !important;
  }
  .mb-sp-200 {
    margin-bottom: 200px !important;
  }
  .ml-sp-200 {
    margin-left: 200px !important;
  }
  .mr-sp-200 {
    margin-right: 200px !important;
  }
  .mx-sp-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-sp-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .m-sp-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .pt-sp-200 {
    padding-top: 200px !important;
  }
  .pb-sp-200 {
    padding-bottom: 200px !important;
  }
  .pl-sp-200 {
    padding-left: 200px !important;
  }
  .pr-sp-200 {
    padding-right: 200px !important;
  }
  .px-sp-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-sp-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .p-sp-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .m-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .p-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .m-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .p-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .m-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .p-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .p-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .m-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .p-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .m-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .p-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .m-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .p-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .m-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .p-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .m-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .p-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .m-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .p-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mx-lg-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .m-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  .pl-lg-55 {
    padding-left: 55px !important;
  }
  .pr-lg-55 {
    padding-right: 55px !important;
  }
  .px-lg-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .p-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .m-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .p-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mx-lg-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .m-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .pt-lg-65 {
    padding-top: 65px !important;
  }
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
  .pl-lg-65 {
    padding-left: 65px !important;
  }
  .pr-lg-65 {
    padding-right: 65px !important;
  }
  .px-lg-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .p-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .m-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .p-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .m-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  .pl-lg-75 {
    padding-left: 75px !important;
  }
  .pr-lg-75 {
    padding-right: 75px !important;
  }
  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .p-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .m-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .p-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mx-lg-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .m-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .pt-lg-85 {
    padding-top: 85px !important;
  }
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
  .pl-lg-85 {
    padding-left: 85px !important;
  }
  .pr-lg-85 {
    padding-right: 85px !important;
  }
  .px-lg-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .p-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .m-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .p-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mx-lg-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .m-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .pt-lg-95 {
    padding-top: 95px !important;
  }
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
  .pl-lg-95 {
    padding-left: 95px !important;
  }
  .pr-lg-95 {
    padding-right: 95px !important;
  }
  .px-lg-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .p-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .m-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .p-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  .ml-lg-105 {
    margin-left: 105px !important;
  }
  .mr-lg-105 {
    margin-right: 105px !important;
  }
  .mx-lg-105 {
    margin-right: 105px !important;
    margin-left: 105px !important;
  }
  .my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .m-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
    margin-right: 105px !important;
    margin-left: 105px !important;
  }
  .pt-lg-105 {
    padding-top: 105px !important;
  }
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
  .pl-lg-105 {
    padding-left: 105px !important;
  }
  .pr-lg-105 {
    padding-right: 105px !important;
  }
  .px-lg-105 {
    padding-right: 105px !important;
    padding-left: 105px !important;
  }
  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .p-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
    padding-right: 105px !important;
    padding-left: 105px !important;
  }
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .ml-lg-110 {
    margin-left: 110px !important;
  }
  .mr-lg-110 {
    margin-right: 110px !important;
  }
  .mx-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .m-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  .pl-lg-110 {
    padding-left: 110px !important;
  }
  .pr-lg-110 {
    padding-right: 110px !important;
  }
  .px-lg-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .p-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  .ml-lg-115 {
    margin-left: 115px !important;
  }
  .mr-lg-115 {
    margin-right: 115px !important;
  }
  .mx-lg-115 {
    margin-right: 115px !important;
    margin-left: 115px !important;
  }
  .my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .m-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
    margin-right: 115px !important;
    margin-left: 115px !important;
  }
  .pt-lg-115 {
    padding-top: 115px !important;
  }
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
  .pl-lg-115 {
    padding-left: 115px !important;
  }
  .pr-lg-115 {
    padding-right: 115px !important;
  }
  .px-lg-115 {
    padding-right: 115px !important;
    padding-left: 115px !important;
  }
  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .p-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
    padding-right: 115px !important;
    padding-left: 115px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .m-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pl-lg-120 {
    padding-left: 120px !important;
  }
  .pr-lg-120 {
    padding-right: 120px !important;
  }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .p-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  .ml-lg-125 {
    margin-left: 125px !important;
  }
  .mr-lg-125 {
    margin-right: 125px !important;
  }
  .mx-lg-125 {
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .m-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .pt-lg-125 {
    padding-top: 125px !important;
  }
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
  .pl-lg-125 {
    padding-left: 125px !important;
  }
  .pr-lg-125 {
    padding-right: 125px !important;
  }
  .px-lg-125 {
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .p-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .ml-lg-130 {
    margin-left: 130px !important;
  }
  .mr-lg-130 {
    margin-right: 130px !important;
  }
  .mx-lg-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .m-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
    margin-right: 130px !important;
    margin-left: 130px !important;
  }
  .pt-lg-130 {
    padding-top: 130px !important;
  }
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
  .pl-lg-130 {
    padding-left: 130px !important;
  }
  .pr-lg-130 {
    padding-right: 130px !important;
  }
  .px-lg-130 {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .p-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
    padding-right: 130px !important;
    padding-left: 130px !important;
  }
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  .ml-lg-135 {
    margin-left: 135px !important;
  }
  .mr-lg-135 {
    margin-right: 135px !important;
  }
  .mx-lg-135 {
    margin-right: 135px !important;
    margin-left: 135px !important;
  }
  .my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .m-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
    margin-right: 135px !important;
    margin-left: 135px !important;
  }
  .pt-lg-135 {
    padding-top: 135px !important;
  }
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
  .pl-lg-135 {
    padding-left: 135px !important;
  }
  .pr-lg-135 {
    padding-right: 135px !important;
  }
  .px-lg-135 {
    padding-right: 135px !important;
    padding-left: 135px !important;
  }
  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .p-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
    padding-right: 135px !important;
    padding-left: 135px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .m-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140 {
    padding-left: 140px !important;
  }
  .pr-lg-140 {
    padding-right: 140px !important;
  }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .p-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  .ml-lg-145 {
    margin-left: 145px !important;
  }
  .mr-lg-145 {
    margin-right: 145px !important;
  }
  .mx-lg-145 {
    margin-right: 145px !important;
    margin-left: 145px !important;
  }
  .my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .m-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
    margin-right: 145px !important;
    margin-left: 145px !important;
  }
  .pt-lg-145 {
    padding-top: 145px !important;
  }
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
  .pl-lg-145 {
    padding-left: 145px !important;
  }
  .pr-lg-145 {
    padding-right: 145px !important;
  }
  .px-lg-145 {
    padding-right: 145px !important;
    padding-left: 145px !important;
  }
  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .p-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
    padding-right: 145px !important;
    padding-left: 145px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .ml-lg-150 {
    margin-left: 150px !important;
  }
  .mr-lg-150 {
    margin-right: 150px !important;
  }
  .mx-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .m-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  .pl-lg-150 {
    padding-left: 150px !important;
  }
  .pr-lg-150 {
    padding-right: 150px !important;
  }
  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .p-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .mt-lg-155 {
    margin-top: 155px !important;
  }
  .mb-lg-155 {
    margin-bottom: 155px !important;
  }
  .ml-lg-155 {
    margin-left: 155px !important;
  }
  .mr-lg-155 {
    margin-right: 155px !important;
  }
  .mx-lg-155 {
    margin-right: 155px !important;
    margin-left: 155px !important;
  }
  .my-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .m-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
    margin-right: 155px !important;
    margin-left: 155px !important;
  }
  .pt-lg-155 {
    padding-top: 155px !important;
  }
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
  .pl-lg-155 {
    padding-left: 155px !important;
  }
  .pr-lg-155 {
    padding-right: 155px !important;
  }
  .px-lg-155 {
    padding-right: 155px !important;
    padding-left: 155px !important;
  }
  .py-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .p-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
    padding-right: 155px !important;
    padding-left: 155px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .m-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pl-lg-160 {
    padding-left: 160px !important;
  }
  .pr-lg-160 {
    padding-right: 160px !important;
  }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .p-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .mt-lg-165 {
    margin-top: 165px !important;
  }
  .mb-lg-165 {
    margin-bottom: 165px !important;
  }
  .ml-lg-165 {
    margin-left: 165px !important;
  }
  .mr-lg-165 {
    margin-right: 165px !important;
  }
  .mx-lg-165 {
    margin-right: 165px !important;
    margin-left: 165px !important;
  }
  .my-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .m-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
    margin-right: 165px !important;
    margin-left: 165px !important;
  }
  .pt-lg-165 {
    padding-top: 165px !important;
  }
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
  .pl-lg-165 {
    padding-left: 165px !important;
  }
  .pr-lg-165 {
    padding-right: 165px !important;
  }
  .px-lg-165 {
    padding-right: 165px !important;
    padding-left: 165px !important;
  }
  .py-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .p-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
    padding-right: 165px !important;
    padding-left: 165px !important;
  }
  .mt-lg-170 {
    margin-top: 170px !important;
  }
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
  .ml-lg-170 {
    margin-left: 170px !important;
  }
  .mr-lg-170 {
    margin-right: 170px !important;
  }
  .mx-lg-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }
  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .m-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
    margin-right: 170px !important;
    margin-left: 170px !important;
  }
  .pt-lg-170 {
    padding-top: 170px !important;
  }
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
  .pl-lg-170 {
    padding-left: 170px !important;
  }
  .pr-lg-170 {
    padding-right: 170px !important;
  }
  .px-lg-170 {
    padding-right: 170px !important;
    padding-left: 170px !important;
  }
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .p-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
    padding-right: 170px !important;
    padding-left: 170px !important;
  }
  .mt-lg-175 {
    margin-top: 175px !important;
  }
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
  .ml-lg-175 {
    margin-left: 175px !important;
  }
  .mr-lg-175 {
    margin-right: 175px !important;
  }
  .mx-lg-175 {
    margin-right: 175px !important;
    margin-left: 175px !important;
  }
  .my-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .m-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
    margin-right: 175px !important;
    margin-left: 175px !important;
  }
  .pt-lg-175 {
    padding-top: 175px !important;
  }
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
  .pl-lg-175 {
    padding-left: 175px !important;
  }
  .pr-lg-175 {
    padding-right: 175px !important;
  }
  .px-lg-175 {
    padding-right: 175px !important;
    padding-left: 175px !important;
  }
  .py-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .p-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
    padding-right: 175px !important;
    padding-left: 175px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .ml-lg-180 {
    margin-left: 180px !important;
  }
  .mr-lg-180 {
    margin-right: 180px !important;
  }
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .m-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .pl-lg-180 {
    padding-left: 180px !important;
  }
  .pr-lg-180 {
    padding-right: 180px !important;
  }
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .p-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .mt-lg-185 {
    margin-top: 185px !important;
  }
  .mb-lg-185 {
    margin-bottom: 185px !important;
  }
  .ml-lg-185 {
    margin-left: 185px !important;
  }
  .mr-lg-185 {
    margin-right: 185px !important;
  }
  .mx-lg-185 {
    margin-right: 185px !important;
    margin-left: 185px !important;
  }
  .my-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .m-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
    margin-right: 185px !important;
    margin-left: 185px !important;
  }
  .pt-lg-185 {
    padding-top: 185px !important;
  }
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
  .pl-lg-185 {
    padding-left: 185px !important;
  }
  .pr-lg-185 {
    padding-right: 185px !important;
  }
  .px-lg-185 {
    padding-right: 185px !important;
    padding-left: 185px !important;
  }
  .py-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .p-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
    padding-right: 185px !important;
    padding-left: 185px !important;
  }
  .mt-lg-190 {
    margin-top: 190px !important;
  }
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
  .ml-lg-190 {
    margin-left: 190px !important;
  }
  .mr-lg-190 {
    margin-right: 190px !important;
  }
  .mx-lg-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }
  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .m-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
    margin-right: 190px !important;
    margin-left: 190px !important;
  }
  .pt-lg-190 {
    padding-top: 190px !important;
  }
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
  .pl-lg-190 {
    padding-left: 190px !important;
  }
  .pr-lg-190 {
    padding-right: 190px !important;
  }
  .px-lg-190 {
    padding-right: 190px !important;
    padding-left: 190px !important;
  }
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .p-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
    padding-right: 190px !important;
    padding-left: 190px !important;
  }
  .mt-lg-195 {
    margin-top: 195px !important;
  }
  .mb-lg-195 {
    margin-bottom: 195px !important;
  }
  .ml-lg-195 {
    margin-left: 195px !important;
  }
  .mr-lg-195 {
    margin-right: 195px !important;
  }
  .mx-lg-195 {
    margin-right: 195px !important;
    margin-left: 195px !important;
  }
  .my-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .m-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
    margin-right: 195px !important;
    margin-left: 195px !important;
  }
  .pt-lg-195 {
    padding-top: 195px !important;
  }
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
  .pl-lg-195 {
    padding-left: 195px !important;
  }
  .pr-lg-195 {
    padding-right: 195px !important;
  }
  .px-lg-195 {
    padding-right: 195px !important;
    padding-left: 195px !important;
  }
  .py-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .p-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
    padding-right: 195px !important;
    padding-left: 195px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .m-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .p-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .fs-lg-12 {
    font-size: 12px !important;
  }
  .fs-lg-14 {
    font-size: 14px !important;
  }
  .fs-lg-15 {
    font-size: 15px !important;
  }
  .fs-lg-16 {
    font-size: 16px !important;
  }
  .fs-lg-17 {
    font-size: 17px !important;
  }
  .fs-lg-18 {
    font-size: 18px !important;
  }
  .fs-lg-19 {
    font-size: 19px !important;
  }
  .fs-lg-20 {
    font-size: 20px !important;
  }
  .fs-lg-21 {
    font-size: 21px !important;
  }
  .fs-lg-22 {
    font-size: 22px !important;
  }
  .fs-lg-24 {
    font-size: 24px !important;
  }
  .fs-lg-25 {
    font-size: 25px !important;
  }
  .fs-lg-26 {
    font-size: 26px !important;
  }
  .fs-lg-28 {
    font-size: 28px !important;
  }
  .fs-lg-30 {
    font-size: 30px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
  .fs-lg-34 {
    font-size: 34px !important;
  }
  .fs-lg-36 {
    font-size: 36px !important;
  }
  .fs-lg-38 {
    font-size: 38px !important;
  }
  .fs-lg-40 {
    font-size: 40px !important;
  }
  .fs-lg-42 {
    font-size: 42px !important;
  }
  .fs-lg-44 {
    font-size: 44px !important;
  }
  .fs-lg-46 {
    font-size: 46px !important;
  }
  .fs-lg-48 {
    font-size: 48px !important;
  }
  .fs-lg-50 {
    font-size: 50px !important;
  }
}
.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.25, 0, 0.55, 1);
}

.c-btn {
  background: #D34E4E;
  border: 2px solid #D34E4E;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 5px 40px 5px 20px;
  text-align: center;
}

.c-bnr {
  background: uurl("../images/top/btn-bnr.jpg") no-repeat center center/cover;
  display: inline-block;
  width: 240px;
  height: 240px;
}

.c-txt {
  color: #D34E4E;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.c-btn--big.c-btn.circle .arrow {
  width: 17px;
  right: 21px;
  top: calc(50% - 9px);
  position: absolute;
  transition: all 0.1s linear;
}
.c-btn--big.c-btn.circle.c-btn-reverse {
  color: #FFFFFF;
  background-color: rgba(172, 30, 30, 0);
  border: 2px solid #FFFFFF;
}
.c-btn--big.c-btn.circle.c-btn-reverse:hover {
  color: #D34E4E;
}
.c-btn--big.c-btn.circle.c-btn-reverse:after {
  background: #FFFFFF;
}

.c-btn--big.circle::after {
  left: calc(50% - 30px) !important;
}

.c-btn.circle {
  background: #fff;
  color: #D34E4E;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
  z-index: 2;
}
.c-btn.circle .arrow {
  width: 10px;
  right: 16px;
  top: calc(50% - 6px);
  position: absolute;
  transition: all 0.1s linear;
}

.c-btn.circle::after {
  background: #D34E4E;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  left: calc(50% - 20px);
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.2s, transform 0s;
  transition-delay: 0s, 0.2s;
}

.c-btn.circle:hover {
  color: #fff;
}
.c-btn.circle:hover .arrow {
  right: -20px;
}

.c-btn.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(2);
  transition-delay: 0s;
  transition: opacity 0.2s, transform 0.4s ease-in-out;
}

.view-more.snsbtn {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .view-more.snsbtn {
    padding: 0;
    width: 330px;
  }
}

.view-more.snsbtn .button {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 9999px;
  padding: 5px 15px;
  transition: all 0.4s linear;
}
.view-more.snsbtn .button .twitter_w {
  display: none;
  transition: all 0.4s linear;
}
.view-more.snsbtn .button svg {
  transition: all 0.4s linear;
}
.view-more.snsbtn .button:hover {
  background-color: #645D5E;
  border-color: #645D5E;
  color: #FFFFFF;
}
.view-more.snsbtn .button:hover .twitter_w {
  display: inline;
  transform: translate(2px, 0px);
}
.view-more.snsbtn .button:hover .twitter {
  display: none;
}
.view-more.snsbtn .button:hover svg {
  transform: translate(2px, -2px);
}
.view-more.snsbtn .button:hover svg path {
  fill: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .view-more.snsbtn .button .button__text {
    font-size: 12px;
  }
}

.content {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 20px 36px;
  }
}

.show-above-md {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .show-above-md {
    display: inherit !important;
  }
}

.show-below-md {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .show-below-md {
    display: inherit !important;
  }
}

.show-above-lg {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .show-above-lg {
    display: inherit !important;
  }
}

.show-below-lg {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .show-below-lg {
    display: inherit !important;
  }
}

.grid {
  display: grid;
  grid-gap: 16px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.hidden {
  display: none !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

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

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

.d-block {
  display: block !important;
}

.v-align-center {
  vertical-align: middle;
}

.radius {
  border-radius: 40px;
}
.radius--10 {
  border-radius: 10px;
}
.radius--20 {
  border-radius: 20px;
}

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

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

@media screen and (max-width: 768px) {
  .text-sp-left {
    text-align: left !important;
  }
}

.hover_opa {
  transition: opacity 0.2s linear;
}
.hover_opa:hover {
  opacity: 0.7;
}

.mt--60 {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.button__text {
  margin-right: 8px;
}
.button__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #c00;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.button__icon::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%) scaleX(0.6);
  color: #c00;
  font-size: 16px;
}
.button:hover .button__icon {
  background-color: #c00;
  transform: scale(1.3);
}
.button:hover .button__icon::before {
  color: #fff;
}

.black-overlay {
  position: relative;
}
.black-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #645D5E; /* #645D5E with 0.7 opacity */
  z-index: 0; /* Ensure the overlay is above the background but below the content */
  pointer-events: none; /* Ensure the overlay does not interfere with content interaction */
  opacity: 0.7;
  mix-blend-mode: multiply;
}

.red-overlay {
  position: relative;
}
.red-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #E60000; /* #645D5E with 0.7 opacity */
  z-index: 0; /* Ensure the overlay is above the background but below the content */
  pointer-events: none; /* Ensure the overlay does not interfere with content interaction */
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.red-overlay--radius20 {
  position: relative;
}
.red-overlay--radius20::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #E60000; /* #645D5E with 0.7 opacity */
  z-index: 0; /* Ensure the overlay is above the background but below the content */
  pointer-events: none; /* Ensure the overlay does not interfere with content interaction */
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.red-overlay--radius20::after {
  border-radius: 20px;
}

.swiper-pagination-bullet {
  background: #E3E3E3 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #E60000 !important;
}

.swiper-pagination {
  text-align: right !important;
}

.centered-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1;
}

.view-more {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
.view-more a {
  font: normal normal bold 15px/23px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.scale-parent {
  overflow: hidden;
}
.scale-parent:hover .scale-on-hover {
  transform: scale(1.1);
}

.scale-on-hover {
  transition: transform 0.3s ease-in-out;
}

.topfix-wrap.is_scroll {
  transition: opacity 0.5s ease-out;
}

.topfix-wrap.is_scroll.fade-out {
  opacity: 0;
}

/*　上に上がる動き　*/
header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header-logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header-logo p {
  font: normal normal bold 12px/15px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #707070;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 10px;
  }
}
.header .header-logo .logo {
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .header .header-logo .logo {
    height: 39px;
  }
}
.header .header-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1024px) {
  .header .header-right {
    display: none;
  }
}
.header .header-right .main-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0 12px;
}
.header .header-right .main-nav .nav-list > li {
  cursor: pointer;
}
.header .header-right .main-nav .nav-list > li.nav-entry {
  width: 139px;
  text-align: center;
}
.header .header-right .main-nav .nav-list > li.nav-entry::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #D34E4E;
  z-index: -1;
}
.header .header-right .main-nav .nav-list > li.nav-entry:hover > a {
  color: #D34E4E;
}
.header .header-right .main-nav .nav-list > li.nav-entry:hover::after {
  width: 0% !important;
  background-color: #FFFFFF;
  left: 100%;
}
.header .header-right .main-nav .nav-list > li::after {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #D34E4E;
  transition: all 0.2s linear;
}
.header .header-right .main-nav .nav-list > li:hover > a {
  color: #E60000;
}
.header .header-right .main-nav .nav-list > li:hover::after {
  width: 100%;
}
.header .header-right .main-nav .nav-list > li:hover > a + .panel {
  display: grid;
}
.header .header-right .main-nav .nav-list li {
  position: relative;
}
.header .header-right .main-nav .nav-list li.nav-entry a {
  color: #FFFFFF;
  font: normal normal 900 15px/23px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 3px;
}
.header .header-right .main-nav .nav-list li a {
  text-decoration: none;
  display: block;
  padding: 20px;
  color: #000;
  font-weight: 600;
  font: normal normal bold 14px/26px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
.header .header-right .main-nav .nav-list li ul.panel {
  position: absolute;
  background: #FFF;
  left: 0;
  top: 67px;
  display: none;
  border-radius: 0px 0px 10px 10px;
}
.header .header-right .main-nav .nav-list li ul.panel li.parenttittle {
  padding: 50px;
  border-right: 1px solid #EEEEEE;
}
.header .header-right .main-nav .nav-list li ul.panel li.parenttittle a {
  display: flex;
}
.header .header-right .main-nav .nav-list li ul.panel .text-items {
  padding: 10px;
  width: 180px;
  padding-left: 20px;
}
.header .header-right .main-nav .nav-list li ul.panel .text-items li {
  background-image: url("../images/common/list-circle.svg");
  background-repeat: no-repeat;
  background-position: 0px center;
}
.header .header-right .main-nav .nav-list li ul.panel .text-items li a {
  padding: 0px;
  font: normal normal bold 12px/26px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding-left: 13px;
}
.header .header-right .main-nav .nav-list li ul.panel .text-items li:hover {
  background-image: url("../images/common/list-circle_hover.svg");
  background-repeat: no-repeat;
  background-position: 0px center;
}
.header .header-right .main-nav .nav-list li ul.panel .text-items li:hover a {
  color: #D34E4E !important;
}
.header .header-right .main-nav .nav-list li ul.panel-about_us {
  grid-template-columns: auto auto auto auto auto auto 1fr;
}
.header .header-right .main-nav .nav-list li ul.panel-sustainability {
  grid-template-columns: auto auto auto auto 1fr;
}
.header .header-right .main-nav .nav-list li ul.panel-sustainability .text-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 190px;
}
.header .header-right .main-nav .nav-list li ul.panel-ir_info {
  grid-template-columns: auto 1fr;
}
.header .header-right .main-nav .nav-list li ul.panel-ir_info .text-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 190px;
}

.header-info .info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-info .info-list li {
  margin: 0 10px;
}
.header-info .info-list li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font: normal normal bold 13px/17px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.header-info .info-list li a:hover {
  color: #707070;
}
.header-info .info-list li a.active {
  color: #6E1D1D;
}
.header-info .info-list li a .lang-icon {
  margin-left: 5px;
}

/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn6 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
}

/*ボタン内側*/
.openbtn6 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background: #707070;
}

.openbtn6 span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}

.openbtn6 span:nth-of-type(2) {
  top: 21px;
  width: 45%;
}

.openbtn6 span:nth-of-type(3) {
  top: 27px;
  width: 45%;
}

/*activeクラスが付与されると線が回転して×になる*/
.openbtn6.active span:nth-of-type(1) {
  top: 16px;
  left: 16px;
  transform: translateY(6px) rotate(-155deg);
  width: 50%;
}

.openbtn6.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn6.active span:nth-of-type(3) {
  top: 28px;
  left: 16px;
  transform: translateY(-6px) rotate(155deg);
  width: 51%;
}

.main-nav-sp {
  padding: 0 15px;
  position: fixed;
  z-index: 2;
  top: 61px;
  background: rgba(255, 255, 255, 0.8862745098);
  width: 100%;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
  overflow: scroll;
  height: 100vh;
  padding-bottom: 150px;
}
.main-nav-sp .c-btn--big.c-btn.circle.c-btn-reverse {
  background-color: #D34E4E;
}
.main-nav-sp.active {
  z-index: 4;
  opacity: 1;
}
.main-nav-sp .nav-list {
  padding: 40px 0 0;
}
.main-nav-sp .nav-list .accordion {
  padding: 0px 20px;
}
.main-nav-sp .nav-list .accordion.sp-nav-entry {
  display: none;
}
.main-nav-sp .nav-list .accordion.haschild {
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 20px;
  background-size: 15px 15px;
}
.main-nav-sp .nav-list .accordion > a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 15px 0;
  color: #D34E4E;
  border-bottom: 1px solid #D34E4E;
  margin-bottom: 8px;
}
.main-nav-sp .nav-list .accordion .panel.open {
  transform: scaleY(1);
  height: auto;
  opacity: 1;
}
.main-nav-sp .nav-list .accordion .panel li {
  background-image: url("../images/common/list-circle.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.main-nav-sp .nav-list .accordion .panel li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 10px;
  display: block;
}

.footer {
  position: relative;
  z-index: 2;
}
.footer.pb-10 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.footer__top {
  text-align: center;
}
.footer__logo {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer__social-media img {
  height: 30px;
  margin: 0 20px;
}
.footer__nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.footer__nav-item a {
  color: #FFFFFF;
  font: normal normal bold 13px/17px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer__nav-item a {
    font-size: 13px;
  }
}
.footer__nav-item a svg path {
  fill: #FFFFFF;
}
.footer__copyright {
  font: normal normal 500 10px/21px "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .topics-section .topics-container {
    grid-template-columns: 1fr;
  }
}
.topics-section .topics-container .topics-column {
  flex: 1;
  margin: 0 1em;
}
.topics-section .topics-container .topics-column .topics-list {
  margin-bottom: 30px;
}
.topics-section .topics-container .topics-column .topics-list .topic-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .topics-section .topics-container .topics-column .topics-list .topic-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topics-section .topics-container .topics-column .topics-list .topic-item {
    display: grid;
    grid-template-columns: 120px 85px 1fr;
  }
}
.topics-section .topics-container .topics-column .topics-list .topic-item .date {
  flex: 0 0 130px;
  /* 日付の幅を固定 */
  font: normal normal bold 15px/24px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.topics-section .topics-container .topics-column .topics-list .topic-item .label {
  flex: 0 0 100px;
  /* ラベルの幅を固定 */
  text-align: center;
  font: normal normal bold 10px/18px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border: 1px solid #6E1D1D;
  color: #6E1D1D;
  border-radius: 9999px;
}
.topics-section .topics-container .topics-column .topics-list .topic-item .label.label-ir {
  background-color: #6E1D1D;
  color: #FFFFFF;
}
.topics-section .topics-container .topics-column .topics-list .topic-item .description {
  flex: 1;
  font: normal normal 500 15px/20px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  grid-row: 2/3;
  grid-column: 1/4;
}

.h1 {
  position: relative;
}
.h1 p {
  position: relative;
  z-index: 1;
}
.h1img {
  position: absolute;
  bottom: 20px;
  z-index: 0;
}
.h1.is_staff {
  top: -30px;
}
.h1.is_staff .h1img {
  left: calc(50% - 150px);
}
@media screen and (max-width: 768px) {
  .h1.is_walfare .h1img {
    right: -70px;
    top: -53px;
  }
}

.recbnr {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .recbnr {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .recbnr .view-more {
    text-align: center;
  }
}
.recbnr .c-btn {
  font: normal normal 500 25px/25px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 1024px) {
  .recbnr .c-btn {
    width: 330px;
    max-width: 100%;
    font-size: 21px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.bg_message {
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.bg_2-before {
  height: 100px;
  background-size: 100% 100px;
  background-image: url("../images/top/bg_2_over.png");
  margin-top: -88px;
}
@media screen and (max-width: 768px) {
  .bg_2-before {
    background-size: cover;
    background-image: url("../images/top/bg_2_over_sp.png");
  }
}

.bg_2 {
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .bg_2 {
    background-size: cover;
  }
}

.bg_3 {
  background-image: url("../images/top/bg_3.svg");
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  .bg_3 {
    margin-top: -30px;
  }
}

.bg_4-before {
  background-image: url("../images/top/bg_4_over.png");
  height: 100px;
  background-size: auto 100px;
  background-position: center;
}

.bg_4 {
  background-image: url("../images/top/bg_4.png");
}

.bg_4-after {
  background-image: url("../images/top/bg_4_under.png");
  height: 100px;
  background-size: auto 100px;
  margin-bottom: -90px;
}
@media screen and (min-width: 1950px) {
  .bg_4-after {
    background-image: url("../images/top/bg_4_under.png");
    background-size: cover;
  }
}

.bg_5-before {
  background-image: url("../images/top/bg_5_over.png");
  height: 100px;
  background-size: auto 100px;
}
@media screen and (min-width: 1950px) {
  .bg_5-before {
    background-image: url("../images/top/bg_5_over.png");
    background-size: cover;
  }
}

.bg_5-after {
  background-image: url("../images/top/bg_5_under.png");
  height: 100px;
  background-size: auto 100px;
  margin-bottom: -90px;
}
@media screen and (min-width: 1950px) {
  .bg_5-after {
    background-image: url("../images/top/bg_5_under.png");
    background-size: cover;
  }
}

.bg_5 {
  background-image: url("../images/top/bg_5.png");
}

.bg_6-before {
  background-image: url("../images/top/bg_6_over.png");
  height: 100px;
  background-size: auto 100px;
}
@media screen and (min-width: 1950px) {
  .bg_6-before {
    background-image: url("../images/top/bg_6_over.png");
    background-size: cover;
  }
}

.welfare-wrap {
  margin-bottom: -100px;
}
@media screen and (max-width: 1024px) {
  .welfare-wrap .grid-2 {
    grid-template-columns: 1fr !important;
  }
}

.staff_wrap {
  position: relative;
  left: 50px;
  width: calc(100% - 50px);
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .staff_wrap {
    left: 20px;
    width: calc(100% - 20px);
  }
}
.staff_wrap .swiper-container {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff_wrap .swiper-container {
    overflow: visible;
  }
}
.staff_wrap .swiper-container .swiper-slide {
  width: 300px;
  height: 320px;
}
@media screen and (max-width: 1024px) {
  .staff_wrap .swiper-container .swiper-slide {
    height: 100%;
  }
}
.staff_wrap .swiper-container .slide-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.staff_wrap .swiper-container .slide-content img {
  width: 300px;
  height: 320px;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .staff_wrap .swiper-container .slide-content img {
    width: 100%;
    height: auto;
    aspect-ratio: 154/197;
  }
}
.staff_wrap .swiper-container .slide-content .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(172, 30, 30, 0.6);
  width: 100%;
  padding: 10px 20px 15px;
  border-radius: 5px;
  transition: all 0.2s linear;
  min-height: 90px;
}
@media screen and (max-width: 1024px) {
  .staff_wrap .swiper-container .slide-content .info {
    min-height: 75px;
  }
}
.staff_wrap .swiper-container .slide-content .info .text-message {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s linear;
  opacity: 0;
  width: 100%;
  position: absolute;
  padding: 0 20px;
  left: 0;
  bottom: 90px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .staff_wrap .swiper-container .slide-content .info .text-message {
    bottom: 75px;
  }
}
.staff_wrap .swiper-container .slide-content .info .text-prof {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  padding-right: 20px;
}
.staff_wrap .swiper-container .slide-content .info .text-prof .department {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .staff_wrap .swiper-container .slide-content .info .text-prof .department {
    font-size: 11px;
  }
}
.staff_wrap .swiper-container .slide-content .info .text-prof .name {
  font-size: 44px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .staff_wrap .swiper-container .slide-content .info .text-prof .name {
    font-size: 19px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  }
}
.staff_wrap .swiper-container .slide-content:hover .info {
  min-height: 100%;
}
.staff_wrap .swiper-container .slide-content:hover .info .text-message {
  opacity: 1;
}

.topmain {
  margin-top: calc(100vh - 90px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topmain {
    overflow: hidden;
    margin-top: calc(100dvh - 130px);
  }
}

@media screen and (max-width: 768px) {
  .company-wrap {
    margin-top: 0;
  }
}

.topmessage-wrapper {
  position: relative;
  z-index: 4;
  padding: 100px 0;
}
.topmessage-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/bg_message_red.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .topmessage-wrapper::before {
    background-size: auto 100%;
  }
}

.topmessage-before {
  background-image: url("../images/top/bg_message.svg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topmessage-before {
    background-image: url("../images/top/bg_message_sp_over.png");
  }
}

.topmessage {
  position: relative;
  background-image: url("../images/top/ojt.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: auto 100%, auto;
  z-index: 5;
}

.topmessage-after {
  background-image: url("../images/top/bg_message_under.png");
  height: 100px;
  background-size: auto 100px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .topmessage-after {
    background-image: url("../images/top/bg_message_sp_under.png");
    height: 100px;
    background-size: auto 100px;
  }
}

.topslidewrap {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.topslidewrap .topslide {
  width: 100%;
  height: 100%;
}
.topslidewrap .topslide__img {
  display: block;
  width: 100%;
  height: 100%;
}
.topslidewrap .topslide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topslidewrap .topslide__caption {
  position: absolute;
  top: 92px;
  left: 89px;
  color: #FFFFFF;
  font: normal normal 500 63px "Zen Kaku Gothic New", sans-serif;
  z-index: 5;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  .topslidewrap .topslide__caption {
    font-size: 31px;
    line-height: 50px;
    left: auto;
    top: auto;
    right: 0;
    bottom: 37%;
  }
}

.topslide__scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 3;
}
.topslide__scroll .scroll {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #E60000;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .topslide__scroll .scroll {
    bottom: -25px;
    color: #FFFFFF;
  }
  .topslide__scroll .scroll img {
    fill: #FFFFFF;
  }
}
.topslide__scroll .scroll .arrow_wrap {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.topslide__scroll .scroll .arrow_wrap img {
  position: relative;
  left: -0.4px;
}
.topslide__scroll .scroll:hover .arrow_line {
  height: 30px;
}

@keyframes drop-animation {
  0% {
    top: -5px;
  }
  100% {
    top: calc(100% + 5px);
  }
}
.topslide__caption__red {
  color: #FFFFFF;
  font: normal normal 500 45px/68px "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .topslide__caption__red {
    font-size: 24px;
  }
}

.topread {
  font: normal normal 500 38px/80px "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .topread {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 24px;
    color: #E60000;
    line-height: 1.6;
  }
}

.message .message_bg {
  background-image: url("../images/top/bg_message.svg");
}

.about-us__sub {
  margin: auto;
}
.about-us__sub a {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .about-us__sub a {
    height: 130px;
  }
}
.about-us__sub a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us__sub a .show-below-md {
  height: 90px;
  object-fit: cover;
}
.about-us__sub a.crosstalk {
  height: 125px;
}
@media screen and (max-width: 768px) {
  .about-us__sub a.crosstalk {
    height: 90px;
  }
}

.about-us__main.grid-2 {
  grid-template-columns: 60% 40%;
}
@media screen and (max-width: 768px) {
  .about-us__main.grid-2 {
    grid-template-columns: 1fr;
  }
}

.top04-wrap {
  background-position: left top;
  background-size: 60% auto;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top04-wrap {
    padding-top: 60px;
    background-size: 80% auto;
  }
}
.top04-wrap.top04-01 {
  background-image: url("../images/top/ph_top04-01.png");
}
@media screen and (max-width: 768px) {
  .top04-wrap.top04-01 {
    background-image: url("../images/top/ph_top04-01_sp.png");
  }
}
.top04-wrap.top04-02 .flex-img {
  transform: translateX(-100px);
  align-self: center;
  width: calc(100% + 100px);
  max-width: none !important;
}
.top04-wrap.top04-02 .flex-img img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 1024px) {
  .top04-wrap.top04-02 .flex-img {
    display: flex !important;
    justify-content: flex-end !important;
    transform: translate(0px, -50px) !important;
    width: 100%;
  }
  .top04-wrap.top04-02 .flex-img img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top04-wrap.top04-02 {
    background-image: url("../images/top/ph_top04-02_sp.png");
  }
}
.top04-wrap.top04-03 {
  background-image: url("../images/top/ph_top04-03.png");
}
@media screen and (max-width: 768px) {
  .top04-wrap.top04-03 {
    background-image: url("../images/top/ph_top04-03_sp.png");
  }
}
@media screen and (max-width: 1024px) {
  .top04-wrap .grid-2.reverse {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
}
.top04-wrap .grid-2.reverse div:first-child {
  order: 2;
  max-width: 500px;
}
.top04-wrap .grid-2.reverse div:nth-child(2) {
  order: 1;
  display: flex;
  justify-content: flex-end;
  border-radius: 0px 10px 10px 0px;
  margin-right: 50px;
}

h1.is_walfare span {
  display: inline;
}
@media screen and (max-width: 768px) {
  h1.is_walfare span {
    display: none;
  }
}
h1.is_walfare br {
  display: none;
}
@media screen and (max-width: 768px) {
  h1.is_walfare br {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  .topbnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 15px !important;
  }
}
.topbnr a {
  text-align: center;
}
.topbnr a img {
  max-width: 316px;
}

.view-more.show-above-md {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .view-more.show-above-md {
    display: none !important;
  }
}

.lowerbody .main {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .lowerbody .main {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lowerbody .main .breadcrumb {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .lowerbody .main .breadcrumb ul {
    white-space: nowrap;
  }
}
.lowerbody .main .breadcrumb ul li {
  display: inline-block;
  font-size: 12px;
}
.lowerbody .main .breadcrumb ul li:not(.current) {
  padding-right: 10px;
}
.lowerbody .main .breadcrumb ul li:not(.current)::after {
  content: "\f35a";
  font-family: "Font Awesome 6 Free";
  font-weight: 400 !important;
  color: #E60000;
  margin-left: 10px;
}
.lowerbody .main .breadcrumb ul li.current {
  font-weight: 600;
}
.lowerbody .main .breadcrumbs-pc .content {
  padding-top: 25px;
  padding-bottom: 15px;
}
.lowerbody .main .page-header .parent_cat {
  color: #D34E4E;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .lowerbody .main .page-header .h1 {
    line-height: 48px;
  }
}
.lowerbody .bg_4-after,
.lowerbody .bg_5-before,
.lowerbody .bg_5-after,
.lowerbody .bg_6-before {
  display: none;
}
.lowerbody .page-footer {
  background: #D34E4E;
  position: relative;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .lowerbody .page-footer {
    padding-bottom: 60px;
    margin: 0 0 40px;
  }
}
.lowerbody .page-footer::before {
  content: "";
  width: 100%;
  height: 95px;
  background: url("../images/common/bg_waves_above.png") no-repeat;
  background-size: 2000px auto;
  background-position: center;
  position: absolute;
  top: -95px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lowerbody .page-footer::before {
    height: 67px;
    background: url("../images/common/bg_waves_above_sp.png") no-repeat;
    background-size: 768px auto;
    background-position: center bottom;
    position: absolute;
    top: -67px;
  }
}
@media screen and (min-width: 2000px) {
  .lowerbody .page-footer::before {
    background: url("../images/common/bg_waves_above.png") no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
}
.lowerbody .page-footer::after {
  content: "";
  width: 100%;
  height: 84px;
  background: url("../images/common/bg_waves_below.png") no-repeat;
  background-size: 2000px auto;
  background-position: center;
  position: absolute;
  bottom: -84px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lowerbody .page-footer::after {
    content: none;
  }
}
@media screen and (min-width: 2000px) {
  .lowerbody .page-footer::after {
    background: url("../images/common/bg_waves_below.png") no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
}
.lowerbody .flex {
  display: flex;
  flex-wrap: wrap;
}
.lowerbody .right-full {
  width: calc(100vw - (100vw - 1088px) / 2);
  margin-left: calc((100vw - 1088px) / 2);
}
@media screen and (max-width: 1200px) {
  .lowerbody .right-full {
    width: calc(100vw - 36px);
    margin-left: 36px;
  }
}
.lowerbody .left-full {
  width: calc(100vw - (100vw - 1088px) / 2);
  margin-right: calc((100vw - 1088px) / 2);
}
@media screen and (max-width: 1200px) {
  .lowerbody .left-full {
    width: calc(100vw - 36px);
    margin-right: 36px;
  }
}
.lowerbody .pagenation {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .lowerbody .pagenation {
    margin-top: 65px;
  }
}
.lowerbody .pagenation .btn {
  width: 60px;
  height: 60px;
}
.lowerbody .pagenation .btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: #F8DFE2;
  border-radius: 50%;
  color: #E60000;
  font-size: 21px;
  text-align: center;
  padding-top: 20px;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.lowerbody .pagenation .btn a:hover {
  background: #D34E4E;
  color: #FFFFFF;
}

.notfound {
  height: calc(100vh - 646px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notfound {
    height: calc(100vh - 315px);
  }
}
.notfound .view-more {
  justify-content: center;
}

.message-body {
  background: #eee;
  position: relative;
  margin-top: 42px;
}
.message-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  background: url("../images/company/bg_waves_gray.png") no-repeat;
  background-position: center top;
  background-size: 2000px auto;
  position: absolute;
  top: -52px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .message-body::before {
    background: url("../images/company/bg_waves_gray_sp.png") no-repeat;
    background-position: center top;
    background-size: 768px auto;
    height: 22px;
    top: -22px;
  }
}
@media screen and (min-width: 2000px) {
  .message-body::before {
    background: url("../images/company/bg_waves_gray_sp.png") no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
}
.message-body .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  padding-top: 135px;
  padding-bottom: 245px;
}
@media screen and (max-width: 768px) {
  .message-body .flex {
    gap: 45px;
    padding-top: 62px;
    padding-bottom: 12px;
  }
}
.message-body .message-text {
  flex: 0 0 40.8%;
}
@media screen and (max-width: 768px) {
  .message-body .message-text {
    flex: 0 0 100%;
    order: 2;
  }
}
.message-body .message-text .signature {
  margin-top: 30px;
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.message-body .message-text .signature span {
  display: block;
  font-size: 16px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .message-body .message-text .signature {
    margin-top: 25px;
    font-size: 18px;
  }
  .message-body .message-text .signature span {
    font-size: 13px;
    margin-bottom: 7px;
  }
}
.message-body .message-photo {
  flex: 0 0 49.2%;
}
@media screen and (max-width: 768px) {
  .message-body .message-photo {
    flex: 0 0 100%;
    order: 1;
  }
}
.message-body .message-photo figure {
  display: block;
}
.message-body .message-photo figure img {
  width: 100%;
}

.about-body {
  background: #eee;
  position: relative;
  margin-top: 42px;
}
.about-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  background: url("../images/company/bg_waves_gray.png") no-repeat;
  background-position: center top;
  background-size: 2000px auto;
  position: absolute;
  top: -52px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about-body::before {
    background: url("../images/company/bg_waves_gray_sp.png") no-repeat;
    background-position: center top;
    background-size: 768px auto;
    height: 22px;
    top: -22px;
  }
}
.about-body .about-content .h2 {
  text-align: center;
}
.about-body .about-content__wrapper {
  padding: 40px 90px 50px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content__wrapper {
    padding: 20px 30px 30px;
  }
}
.about-body .about-content__wrapper:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content__wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}
.about-body .about-content__wrapper .h4 {
  text-align: center;
}
.about-body .about-content__wrapper .emphasis {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .about-body .about-content__wrapper .emphasis {
    font-size: 18px;
  }
}
.about-body .about-content__wrapper .emphasis em {
  font-style: normal;
  font-size: 120px;
  color: #E60000;
  margin: auto 5px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content__wrapper .emphasis em {
    font-size: 60px;
  }
  .about-body .about-content__wrapper .emphasis em.small {
    font-size: 50px;
    margin: 0;
  }
}
.about-body .about-content__wrapper .emphasis .unit {
  font-size: 50px;
  color: #E60000;
}
@media screen and (max-width: 768px) {
  .about-body .about-content__wrapper .emphasis .unit {
    font-size: 30px;
  }
}
.about-body .about-content .grid-2 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 {
    gap: 30px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper {
  padding: 40px 40px 50px;
}
.about-body .about-content .grid-2 .about-content__wrapper:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper {
    padding: 20px 30px 30px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper.col-full {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper.col-full {
    grid-column-end: 2;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper em {
  font-size: 100px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper em {
    font-size: 60px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper em .decimal {
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper em .decimal {
    font-size: 60px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper em .color-dark-gray {
  font-weight: 500;
}
.about-body .about-content .grid-2 .about-content__wrapper figure, .about-body .about-content .grid-2 .about-content__wrapper picture {
  display: block;
  text-align: center;
}
.about-body .about-content .grid-2 .about-content__wrapper figure img, .about-body .about-content .grid-2 .about-content__wrapper picture img {
  height: auto;
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.employees, .about-body .about-content .grid-2 .about-content__wrapper picture img.employees {
  width: 363px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.employees, .about-body .about-content .grid-2 .about-content__wrapper picture img.employees {
    width: 263px;
    margin-top: 18px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.section, .about-body .about-content .grid-2 .about-content__wrapper picture img.section {
  width: 100%;
  margin-top: 7px;
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.age, .about-body .about-content .grid-2 .about-content__wrapper picture img.age {
  width: 162px;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.age, .about-body .about-content .grid-2 .about-content__wrapper picture img.age {
    width: 110px;
    margin-top: 10px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.age-graph, .about-body .about-content .grid-2 .about-content__wrapper picture img.age-graph {
  width: 100%;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.age-graph, .about-body .about-content .grid-2 .about-content__wrapper picture img.age-graph {
    margin-top: 20px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.years, .about-body .about-content .grid-2 .about-content__wrapper picture img.years {
  width: 217px;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.years, .about-body .about-content .grid-2 .about-content__wrapper picture img.years {
    width: 128px;
    margin-top: 20px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.doctors, .about-body .about-content .grid-2 .about-content__wrapper picture img.doctors {
  width: 219px;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.doctors, .about-body .about-content .grid-2 .about-content__wrapper picture img.doctors {
    width: 142px;
    margin-top: 18px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.gender, .about-body .about-content .grid-2 .about-content__wrapper picture img.gender {
  width: 295px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.gender, .about-body .about-content .grid-2 .about-content__wrapper picture img.gender {
    width: 179px;
    margin-top: 14px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.manager, .about-body .about-content .grid-2 .about-content__wrapper picture img.manager {
  width: 200px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.manager, .about-body .about-content .grid-2 .about-content__wrapper picture img.manager {
    width: 169px;
    margin-top: 11px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.cars, .about-body .about-content .grid-2 .about-content__wrapper picture img.cars {
  width: 100%;
  max-width: 902px;
  margin-top: 40px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.cars, .about-body .about-content .grid-2 .about-content__wrapper picture img.cars {
    margin-top: 10px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.overtime, .about-body .about-content .grid-2 .about-content__wrapper picture img.overtime {
  width: 182px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.overtime, .about-body .about-content .grid-2 .about-content__wrapper picture img.overtime {
    width: 125px;
    margin-top: 11px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.paid-holiday, .about-body .about-content .grid-2 .about-content__wrapper picture img.paid-holiday {
  width: 192px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.paid-holiday, .about-body .about-content .grid-2 .about-content__wrapper picture img.paid-holiday {
    width: 142px;
    margin-top: 10px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.holidays, .about-body .about-content .grid-2 .about-content__wrapper picture img.holidays {
  width: 182px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.holidays, .about-body .about-content .grid-2 .about-content__wrapper picture img.holidays {
    width: 132px;
    margin-top: 11px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.return, .about-body .about-content .grid-2 .about-content__wrapper picture img.return {
  width: 134px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.return, .about-body .about-content .grid-2 .about-content__wrapper picture img.return {
    width: 92px;
    margin-top: 14px;
  }
}
.about-body .about-content .grid-2 .about-content__wrapper figure img.taken, .about-body .about-content .grid-2 .about-content__wrapper picture img.taken {
  width: 196px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .about-body .about-content .grid-2 .about-content__wrapper figure img.taken, .about-body .about-content .grid-2 .about-content__wrapper picture img.taken {
    width: 129px;
    margin-top: 16px;
  }
}

.message .main, .about .main {
  padding-bottom: 0;
}
.message .breadcrumbs-sp, .about .breadcrumbs-sp {
  background: #eee;
  padding-bottom: 40px;
}

.interview .inteview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .interview .inteview-list {
    width: 100%;
    gap: 25px 10px;
    justify-content: flex-start;
  }
}
.interview .inteview-list-item {
  flex: 0 0 300px;
}
@media screen and (max-width: 1024px) {
  .interview .inteview-list-item {
    flex: 0 0 calc(50% - 5px);
    max-width: 300px;
  }
}
.interview .inteview-list-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.interview .inteview-list-item a img {
  width: 300px;
  height: 320px;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .interview .inteview-list-item a img {
    width: 100%;
    height: auto;
    aspect-ratio: 154/197;
  }
}
.interview .inteview-list-item a .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(172, 30, 30, 0.6);
  width: 100%;
  padding: 10px 20px 15px;
  border-radius: 5px;
  transition: all 0.2s linear;
  min-height: 90px;
}
@media screen and (max-width: 1024px) {
  .interview .inteview-list-item a .info {
    min-height: 75px;
  }
}
.interview .inteview-list-item a .info .text-message {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s linear;
  opacity: 0;
  width: 100%;
  position: absolute;
  padding: 0 20px;
  left: 0;
  bottom: 90px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .interview .inteview-list-item a .info .text-message {
    font-size: 12px;
    bottom: 75px;
  }
}
.interview .inteview-list-item a .info .text-prof {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  padding-right: 20px;
}
.interview .inteview-list-item a .info .text-prof .department {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .interview .inteview-list-item a .info .text-prof .department {
    font-size: 11px;
  }
}
.interview .inteview-list-item a .info .text-prof .name {
  font-size: 44px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview .inteview-list-item a .info .text-prof .name {
    font-size: 19px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  }
}
.interview .inteview-list-item a:hover .info {
  min-height: 100%;
}
.interview .inteview-list-item a:hover .info .text-message {
  opacity: 1;
}
.interview .page-body {
  margin-top: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .interview .page-body {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .interview-detail {
    flex: 0 0 calc(100% - 36px);
    order: 2;
  }
}
.interview-detail .profile {
  margin-top: 50px;
  gap: 10px;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .interview-detail .profile {
    margin-top: 20px;
    gap: 20px;
    align-items: flex-start;
  }
}
.interview-detail .profile-text {
  flex: 0 0 calc(50vw - (100vw - 1088px) / 2);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .interview-detail .profile-text {
    flex: 0 0 calc(50vw - 36px);
  }
  .interview-detail .profile-text .comment {
    font-size: 34px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  .interview-detail .profile-text {
    flex: 0 0 calc(100% - 36px);
    order: 2;
  }
  .interview-detail .profile-text .comment {
    font-size: 30px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .interview-detail .profile-text {
    order: 2;
  }
  .interview-detail .profile-text .comment {
    font-size: 24px;
    line-height: 1.5;
  }
}
.interview-detail .profile-text .info {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .interview-detail .profile-text .info {
    position: inherit;
  }
}
.interview-detail .profile-text .info .department {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .profile-text .info .department {
    font-size: 18px;
    line-height: 28px;
  }
}
.interview-detail .profile-text .info .name {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .profile-text .info .name {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.interview-detail .profile-text .info .year, .interview-detail .profile-text .info .background {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .profile-text .info .year, .interview-detail .profile-text .info .background {
    font-size: 15px;
    line-height: 21px;
  }
}
.interview-detail .profile-photo {
  flex: 0 0 calc(50vw - 10px);
}
@media screen and (max-width: 1024px) {
  .interview-detail .profile-photo {
    flex: 0 0 100%;
    order: 1;
  }
}
.interview-detail .profile-photo img {
  height: auto;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.interview-detail .career-wrapper {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 38px;
  box-shadow: 0px 0px 10px rgba(230, 0, 0, 0.259);
}
@media screen and (max-width: 1024px) {
  .interview-detail .career-wrapper {
    padding: 20px 28px;
  }
}
.interview-detail .career-wrapper h5 {
  color: #E60000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1024px) {
  .interview-detail .career-wrapper h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body {
    margin-bottom: 20px;
  }
}
.interview-detail .page-body .content-inner {
  max-width: 904px;
  margin: auto;
}
.interview-detail .page-body .content-inner h2 {
  counter-increment: q;
  font-size: 24px;
  line-height: 34px;
  margin-top: 70px;
  position: relative;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.interview-detail .page-body .content-inner h2:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner h2:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.interview-detail .page-body .content-inner h2:before {
  content: "Q";
  color: #E60000;
  font-size: 32px;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner h2:before {
    display: block;
  }
}
.interview-detail .page-body .content-inner h2::after {
  content: counter(q);
  color: #E60000;
  font-size: 24px;
  position: absolute;
  left: 28px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner h2::after {
    bottom: unset;
    top: 4px;
  }
}
.interview-detail .page-body .content-inner p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 35px;
  }
}
.interview-detail .page-body .content-inner img {
  margin-top: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner img {
    margin-top: 25px;
  }
}
.interview-detail .page-body .content-inner .schedule {
  background: #FFF5F4;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 55px;
  padding: 50px 90px 105px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner .schedule {
    margin-top: 35px;
    margin-bottom: 40px;
    padding: 32px;
  }
}
.interview-detail .page-body .content-inner .schedule h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #E60000;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner .schedule h3 {
    font-size: 20px;
  }
}
.interview-detail .page-body .content-inner .schedule h3 span {
  font-size: 46px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner .schedule h3 span {
    font-size: 28px;
  }
}
.interview-detail .page-body .content-inner .schedule dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.interview-detail .page-body .content-inner .schedule dl dt {
  flex: 0 0 92px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner .schedule dl dt {
    flex: 0 0 100%;
    margin-bottom: 12px;
  }
}
.interview-detail .page-body .content-inner .schedule dl dd {
  flex: 0 0 calc(100% - 92px);
  margin: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .interview-detail .page-body .content-inner .schedule dl dd {
    flex: 0 0 100%;
  }
}
.interview-detail .page-body .content-inner .schedule dl dd h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 1px auto 10px;
}
.interview-detail .page-body .content-inner .schedule dl dd p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 0;
}

.crosstalk .crosstalk-list-item {
  border: 2px solid #E60000;
  border-radius: 10px;
  padding: 55px 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .crosstalk .crosstalk-list-item {
    padding: 31px 38px;
    margin-bottom: 45px;
  }
}
.crosstalk .crosstalk-list-item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .crosstalk .crosstalk-list-item a {
    gap: 25px;
  }
}
.crosstalk .crosstalk-list-item a .info {
  flex: 0 0 37.2%;
}
@media screen and (max-width: 1024px) {
  .crosstalk .crosstalk-list-item a .info {
    flex: 0 0 100%;
  }
}
.crosstalk .crosstalk-list-item a .info .h3 {
  color: #E60000;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .crosstalk .crosstalk-list-item a .info .h3 {
    margin-bottom: 20px;
  }
}
.crosstalk .crosstalk-list-item a .info .h3 span {
  display: block;
  color: #E60000;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .crosstalk .crosstalk-list-item a .info .h3 span {
    margin-bottom: 10px;
  }
}
.crosstalk .crosstalk-list-item a .photo {
  flex: 0 0 calc(62.8% - 30px);
}
@media screen and (max-width: 1024px) {
  .crosstalk .crosstalk-list-item a .photo {
    flex: 0 0 100%;
  }
}
.crosstalk .crosstalk-list-item a .photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.crosstalk-detail .page-header .theme {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  z-index: 1;
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-header .theme {
    margin-top: 15px;
    display: block;
    position: relative;
    padding-bottom: 43px;
  }
}
.crosstalk-detail .page-header .theme::before {
  content: "";
  width: 70%;
  height: calc(100% - 135px);
  background: #FFF5F4;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  left: 0;
  top: 135px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-header .theme::before {
    width: 90%;
    top: 35px;
    height: calc(100% - 35px);
  }
}
.crosstalk-detail .page-header .theme .theme-text {
  flex: 0 0 calc(45% - 36px);
}
.crosstalk-detail .page-header .theme .theme-text h2 {
  margin-top: 70px;
  background: #E60000;
  padding: 20px 20px 20px calc((100vw - 1088px) / 2);
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 56px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-header .theme .theme-text h2 {
    margin-top: 0;
    width: 72%;
    font-size: 18px;
    line-height: 28px;
    padding: 12px 20px 12px 36px;
  }
}
.crosstalk-detail .page-header .theme .theme-text h2 span {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-header .theme .theme-text h2 span {
    font-size: 15px;
  }
}
.crosstalk-detail .page-header .theme .theme-text .read {
  padding: 30px 0 0 calc((100vw - 1088px) / 2);
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-header .theme .theme-text .read {
    padding: 0 36px 0 58px;
  }
}
.crosstalk-detail .page-header .theme .theme-photo {
  flex: 0 0 55%;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-header .theme .theme-photo {
    margin: 30px 0 30px 36px;
  }
}
.crosstalk-detail .page-header .theme .theme-photo img {
  height: auto;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.crosstalk-detail .member-wrapper {
  padding: 25px 60px 35px;
  border: 2px solid #E60000;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .member-wrapper {
    padding: 20px;
  }
}
.crosstalk-detail .member-wrapper h5 {
  text-align: center;
  color: #E60000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto 26px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .member-wrapper h5 {
    font-size: 15px;
    margin: 0 auto 13px;
  }
}
.crosstalk-detail .member-wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .member-wrapper ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
  }
}
.crosstalk-detail .member-wrapper ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.crosstalk-detail .member-wrapper ul li figure {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  overflow: clip;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .member-wrapper ul li figure {
    width: 62px;
    height: 62px;
  }
}
.crosstalk-detail .member-wrapper ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crosstalk-detail .member-wrapper ul li p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .member-wrapper ul li p {
    font-size: 12px;
  }
}
.crosstalk-detail .member-wrapper ul li p span {
  display: block;
  font-size: 21px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .member-wrapper ul li p span {
    font-size: 17px;
  }
}
.crosstalk-detail .page-body {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-body {
    margin-bottom: 20px;
  }
}
.crosstalk-detail .page-body .content {
  max-width: 100%;
  padding: 0;
}
.crosstalk-detail .page-body .content-inner {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-body .content-inner {
    margin-bottom: 60px;
  }
}
.crosstalk-detail .page-body .content h2 {
  width: calc(100vw - (100vw - 1088px) / 2);
  margin-right: calc((100vw - 1088px) / 2);
  margin-top: 100px;
  background: #FFF5F4;
  padding: 72px 92px 72px calc((100vw - 1088px) / 2);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-body .content h2 {
    width: calc(100vw - 36px);
    margin-right: 36px;
    margin-top: 30px;
    padding: 30px 65px 30px 36px;
    font-size: 18px;
  }
}
.crosstalk-detail .page-body .content h3 {
  margin: 50px auto auto;
  display: flex;
  gap: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-body .content h3 {
    margin: 30px auto auto;
    padding: 0 36px;
    font-size: 15px;
    line-height: 21px;
  }
}
.crosstalk-detail .page-body .content h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #707070;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-body .content h3::before {
    margin-top: 10px;
  }
}
.crosstalk-detail .page-body .content .member-left {
  max-width: 1080px;
  margin: 35px auto auto;
  gap: 30px !important;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-body .content .member-left {
    margin: 30px auto auto;
    padding: 0 36px;
  }
}
.crosstalk-detail .page-body .content .member-left > div:first-child {
  flex: 0 0 62px !important;
}
.crosstalk-detail .page-body .content .member-left > div:first-child figure {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: clip;
  margin-bottom: 5px;
}
.crosstalk-detail .page-body .content .member-left > div:first-child figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crosstalk-detail .page-body .content .member-left > div:first-child p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.crosstalk-detail .page-body .content .member-left > div:last-child {
  flex: 0 0 calc(100% - 92px) !important;
}
.crosstalk-detail .page-body .content .member-left > div:last-child p {
  font-size: 14px;
  line-height: 26px;
}
.crosstalk-detail .page-body .content .member-right {
  max-width: 1080px;
  margin: 35px auto auto;
  gap: 30px !important;
}
@media screen and (max-width: 1024px) {
  .crosstalk-detail .page-body .content .member-right {
    margin: 30px auto auto;
    padding: 0 36px;
  }
}
.crosstalk-detail .page-body .content .member-right div:first-child {
  flex: 0 0 calc(100% - 92px) !important;
}
.crosstalk-detail .page-body .content .member-right div:first-child p {
  font-size: 14px;
  line-height: 26px;
}
.crosstalk-detail .page-body .content .member-right div:last-child {
  flex: 0 0 62px !important;
}
.crosstalk-detail .page-body .content .member-right div:last-child figure {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: clip;
  margin-bottom: 5px;
}
.crosstalk-detail .page-body .content .member-right div:last-child figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crosstalk-detail .page-body .content .member-right div:last-child p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.welfare .development {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .welfare .development {
    margin-bottom: 80px;
  }
}
.welfare .development-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .welfare .development-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.welfare .development-list-item {
  border-radius: 10px;
  padding: 37px 34px;
}
@media screen and (max-width: 768px) {
  .welfare .development-list-item {
    padding: 30px 34px;
  }
}
.welfare .development-list-item h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .welfare .development-list-item h4 {
    font-size: 15px;
    line-height: 21px;
  }
}
.welfare .development-list-item.type-strategy {
  border: 2px solid #136C2E;
}
.welfare .development-list-item.type-strategy h4 {
  color: #136C2E;
}
.welfare .development-list-item.type-management {
  border: 2px solid #CE4B9A;
}
.welfare .development-list-item.type-management h4 {
  color: #CE4B9A;
}
.welfare .development-list-item.type-quality {
  border: 2px solid #D67533;
}
.welfare .development-list-item.type-quality h4 {
  color: #D67533;
}
.welfare .development-list-item.type-technology {
  border: 2px solid #088DD7;
}
.welfare .development-list-item.type-technology h4 {
  color: #088DD7;
}
.welfare .development-list-item.type-finance {
  border: 2px solid #5960B0;
}
.welfare .development-list-item.type-finance h4 {
  color: #5960B0;
}
.welfare .development-list-item.type-fundamental {
  border: 2px solid #274FB6;
}
.welfare .development-list-item.type-fundamental h4 {
  color: #274FB6;
}
.welfare .benefits {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .welfare .benefits {
    margin-bottom: 60px;
  }
}
.welfare .benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .welfare .benefits-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.welfare .benefits-list-item {
  border-radius: 10px;
  padding: 37px 34px;
  border: 2px solid #E60000;
}
@media screen and (max-width: 768px) {
  .welfare .benefits-list-item {
    padding: 30px 34px;
  }
}
.welfare .benefits-list-item h4 {
  text-align: center;
  color: #E60000;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .welfare .benefits-list-item h4 {
    font-size: 15px;
    line-height: 21px;
  }
}

.requirements-detail .nav-require {
  margin-bottom: 5px;
}
.requirements-detail .nav-require ul {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .requirements-detail .nav-require ul {
    gap: 2px;
    width: 520px;
  }
}
.requirements-detail .nav-require ul li {
  flex: 0 0 calc(33.3333333% - 3px);
  text-align: center;
  background: #E60000;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 43px;
  border-radius: 5px;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .requirements-detail .nav-require ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    height: 34px;
  }
}
.requirements-detail .nav-require ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #F8DFE2;
  color: #FFFFFF;
  border-radius: 5px;
  transition: 0.3s all;
}
.requirements-detail .nav-require ul li a:hover {
  background: #E60000;
}
@media screen and (max-width: 768px) {
  .requirements-detail .nav-require.sp-scrollable {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .requirements-detail .nav-require.sp-scrollable::-webkit-scrollbar {
    display: none;
  }
  .requirements-detail .nav-require.sp-scrollable > ul {
    white-space: nowrap;
  }
}
.requirements-detail picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .requirements-detail picture {
    padding: 0 30px;
  }
}
.requirements-detail picture img {
  width: 100%;
  height: auto;
}
.requirements-detail .require-list {
  margin-bottom: 110px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #EEEEEE;
}
@media screen and (max-width: 768px) {
  .requirements-detail .require-list {
    margin-bottom: 95px;
  }
}
.requirements-detail .require-list dt {
  flex: 0 0 20%;
  background: #FFF5F4;
  padding: 20px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .requirements-detail .require-list dt {
    flex: 0 0 36%;
    font-size: 14px;
    padding: 14px;
  }
}
.requirements-detail .require-list dd {
  flex: 0 0 80%;
  padding: 20px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .requirements-detail .require-list dd {
    flex: 0 0 64%;
    font-size: 14px;
    padding: 14px;
  }
}
.requirements-detail .require-list dd a {
  text-decoration: underline;
}
.requirements-detail .require-list dd ul::before {
  content: none !important;
}
.requirements-detail .require-list dd ul li {
  margin-left: 20px;
  list-style: disc;
}
.requirements-detail .require-list dd ul li.kome {
  list-style: none;
  margin-left: 0;
  display: flex;
  gap: 5px;
}
.requirements-detail .require-list dd ul li.kome::before {
  content: "※";
}
.requirements-detail .require-list dd ul.kome li {
  list-style: none;
  display: flex;
  margin-left: 0;
  gap: 5px;
}
.requirements-detail .require-list dd ul.kome li::before {
  content: "※";
}
.requirements-detail .require-list dd ol li {
  margin-left: 20px;
  list-style: decimal;
}
.requirements-detail .require-list dd p.kome {
  display: flex;
  gap: 5px;
}
.requirements-detail .require-list dd p.kome::before {
  content: "※";
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.form-btn {
  width: 100%;
  max-width: 320px;
  margin: auto;
  text-align: center;
  position: relative;
  border: 2px solid #D34E4E;
  border-radius: 30px;
  color: #D34E4E;
  font-size: 25px;
  line-height: 56px;
  letter-spacing: 5px;
  font-weight: 600;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form-btn {
    font-size: 21px;
    font-weight: 500;
  }
}
.form-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #D34E4E;
  z-index: -1;
  transition: all 0.1s;
  transform-origin: bottom right 30px;
}
.form-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-weight: 600;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #D34E4E;
  font-size: 17px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #FFFFFF;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .form-btn::after {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.form-btn:hover {
  color: #FFFFFF;
}
.form-btn:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 0;
}
.form-btn:hover::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-size: 17px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.entry dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .entry dl {
    display: block;
  }
}
.entry dl dt {
  flex: 0 0 34%;
  padding-right: 30px;
  margin-bottom: 50px;
}
.entry dl dt:not(:first-of-type) {
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .entry dl dt {
    padding-right: 10px;
    margin-bottom: 15px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .entry dl dt {
    padding-right: 0;
  }
}
.entry dl dt .require {
  margin-left: 30px;
  padding: 5px 15px;
  font-size: 14px;
  color: #FFFFFF;
  background: #CE040E;
  border-radius: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .entry dl dt .require {
    font-size: 11px;
    margin-left: 10px;
    vertical-align: 2px;
  }
}
.entry dl dd {
  flex: 0 0 66%;
  margin: 0 auto 50px;
  font-size: 18px;
  font-weight: 600;
  color: #E60000;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .entry dl dd {
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 21px;
  }
}
.entry dl dd input[type=text],
.entry dl dd input[type=email] {
  padding: 20px 15px;
  background: #FFF5F4;
  border-radius: 5px;
  color: #E60000;
  font-weight: 500;
}
.entry dl dd input[type=text]::placeholder,
.entry dl dd input[type=email]::placeholder {
  color: rgba(230, 0, 0, 0.3);
}
.entry dl dd .radio {
  display: inline-block;
}
.entry dl dd .radio input[type=radio]:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #D34E4E;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: -4px;
}
@media screen and (max-width: 768px) {
  .entry dl dd .radio input[type=radio]:after {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
  }
}
.entry dl dd .radio input[type=radio]:checked:after {
  background: #D34E4E;
}
.entry dl dd.category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 60px;
}
@media screen and (max-width: 768px) {
  .entry dl dd.category {
    gap: 15px 30px;
  }
}
.entry dl dd.type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 60px;
}
@media screen and (max-width: 768px) {
  .entry dl dd.type {
    gap: 15px 30px;
  }
}
.entry dl dd.type .text {
  margin-left: 25px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .entry dl dd.type .text {
    width: auto;
  }
}
.entry dl dd.name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.entry dl dd.name .text {
  width: 100%;
}
.entry dl dd.kana {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.entry dl dd.kana .text {
  width: 100%;
}
.entry dl dd.birth {
  display: grid;
  grid-template-columns: 40% 1fr 1fr;
  gap: 15px;
}
.entry dl dd.birth span {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.entry dl dd.birth span .text {
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .entry dl dd.birth span .text {
    width: calc(100% - 24px);
  }
}
.entry dl dd.address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 15px;
}
@media screen and (max-width: 768px) {
  .entry dl dd.address {
    display: block;
  }
}
.entry dl dd.address .text {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry dl dd.address .text {
    margin-bottom: 15px;
  }
}
.entry dl dd.address .pref {
  position: relative;
}
.entry dl dd.address .pref select {
  padding: 20px 15px;
  background: #FFF5F4;
  border-radius: 5px;
  width: 100%;
  color: #E60000;
  font-weight: 500;
}
.entry dl dd.address .pref::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #E60000;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .entry dl dd.address .pref::after {
    top: calc(50% - 8px);
  }
}
.entry dl dd.address .length-full {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry dl dd.address .length-full {
    margin-bottom: 0;
  }
}
.entry dl dd.school .text, .entry dl dd.tel .text, .entry dl dd.email .text {
  width: 100%;
}
.entry dl dd.school .text:not(:last-child), .entry dl dd.tel .text:not(:last-child), .entry dl dd.email .text:not(:last-child) {
  margin-bottom: 15px;
}
.entry .agreement {
  text-align: center;
}
.entry .agreement .check {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
}
.entry .agreement .check input[type=checkbox]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #D34E4E;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entry .agreement .check input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #E60000;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .agreement a {
  display: block;
  margin-top: 22px;
  color: #D34E4E;
}
.entry .comfirm {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry .comfirm {
    margin-top: 50px;
  }
}

.entry_comfirm dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .entry_comfirm dl {
    display: block;
  }
}
.entry_comfirm dl dt {
  flex: 0 0 34%;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #D34E4E;
}
@media screen and (max-width: 1024px) {
  .entry_comfirm dl dt {
    padding-right: 10px;
    margin-bottom: 15px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .entry_comfirm dl dt {
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.entry_comfirm dl dd {
  flex: 0 0 66%;
  margin: 0 auto 50px;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D34E4E;
}
@media screen and (max-width: 768px) {
  .entry_comfirm dl dd {
    margin: 0 auto 30px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}
.entry_comfirm .submit {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry_comfirm .submit {
    margin-top: 50px;
  }
}

.job-body .content {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .job .nav__tab {
    overflow-x: scroll;
  }
  .job .nav__tab::-webkit-scrollbar {
    display: none;
  }
}
.job .nav__tab ul {
  display: flex;
  gap: 7px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .job .nav__tab ul {
    gap: 2px;
    justify-content: flex-start;
  }
}
.job .nav__tab ul li {
  flex: 1 0 212px;
}
@media screen and (max-width: 768px) {
  .job .nav__tab ul li {
    flex: 0 0 110px;
    white-space: nowrap;
  }
}
.job .nav__tab ul li a {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 7px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #FFFFFF;
  background: #F8DFE2;
  border-radius: 5px;
  transition: 0.3s all;
}
.job .nav__tab ul li a.active {
  background: #E60000;
}
.job .nav__tab ul li a:hover {
  background: #E60000;
}
@media screen and (max-width: 768px) {
  .job .nav__tab ul li a {
    font-size: 14px;
    letter-spacing: 2.4px;
  }
}
.job .tab__content {
  display: none;
  opacity: 0;
  transition: 0.5s all;
}
.job .tab__content.active {
  display: block;
  opacity: 1;
}
.job .kv {
  margin-top: 25px;
  width: 100%;
  position: relative;
}
.job .kv figure {
  display: block;
  width: 100%;
  aspect-ratio: 10/3.3;
  background: #CCCCCC;
  border-radius: 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .job .kv figure {
    aspect-ratio: 318/145;
    margin-bottom: 15px;
  }
}
.job .kv figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.job .kv .h2 {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job .point .h3 {
  text-align: center;
}
.job .point .h3 em {
  font-style: normal;
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .job .point .h3 em {
    aspect-ratio: 318/145;
    font-size: 26px;
  }
}
.job .point .grid .column figure {
  display: block;
  width: 100%;
  aspect-ratio: 352/221;
  background: #CCCCCC;
  border-radius: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .job .point .grid .column figure {
    aspect-ratio: 318/198;
    margin-bottom: 15px;
  }
}
.job .point .grid .column figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.job .point .grid .column .h4 {
  margin: 0 auto 10px;
}
.job .person .h3 {
  text-align: center;
}
.job .person .check {
  margin-top: 30px;
}
.job .person .check li {
  display: flex;
  gap: 10px;
}
.job .person .check li:not(:last-child) {
  margin-bottom: 20px;
}
.job .person .check li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: url("../images/work/icon_chack.png") no-repeat;
  background-size: cover;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .job .person .check li::before {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
  }
}

.place-body .office {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-bottom: 90px;
}
.place-body .office:last-child {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .place-body .office {
    gap: 45px;
    margin-bottom: 65px;
  }
  .place-body .office:last-child {
    margin-bottom: 100px;
  }
}
.place-body .office__text {
  flex: 0 0 35%;
}
@media screen and (max-width: 768px) {
  .place-body .office__text {
    flex: 0 0 100%;
  }
}
.place-body .office__photo {
  flex: 0 0 calc(100% - 64px);
  max-width: calc(65% - 64px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .place-body .office__photo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.place-body .office__photo__main {
  width: 100%;
  height: auto;
}
.place-body .office__photo__main img {
  aspect-ratio: 63/38;
  object-fit: cover;
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .place-body .office__photo__main img {
    margin-bottom: 95px;
  }
}
.place-body .office__photo__main .h5 {
  margin: 0 auto 15px;
}
.place-body .office__photo__thumb {
  margin: 25px auto 30px;
  display: flex;
  width: 100%;
  height: 70px;
  position: absolute;
  top: 405px;
  left: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.place-body .office__photo__thumb::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1200px) {
  .place-body .office__photo__thumb {
    top: calc((100vw - 80px - 64px - 35%) * 0.48);
  }
}
@media screen and (max-width: 768px) {
  .place-body .office__photo__thumb {
    margin: 20px auto 25px;
    top: calc((100vw - 72px) * 0.6);
  }
}
.place-body .office__photo__thumb .swiper-slide {
  width: 116px;
  height: 70px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .place-body .office__photo__thumb .swiper-slide {
    width: 82px;
    height: 50px;
  }
}
.place-body .office__photo__thumb .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #645D5E;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.place-body .office__photo__thumb .swiper-slide:hover::after, .place-body .office__photo__thumb .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}
.place-body .office__photo__thumb img {
  object-fit: cover;
}
.place-body .life .h2 {
  text-align: center;
}
.place-body .life .famous {
  gap: 22px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .place-body .life .famous {
    margin-bottom: 30px;
  }
}
.place-body .life .famous__photo {
  position: relative;
  cursor: pointer;
}
.place-body .life .famous__photo:first-child {
  margin-bottom: 22px;
}
.place-body .life .famous__photo figure {
  display: block;
  margin: 0;
}
.place-body .life .famous__photo figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.place-body .life .famous__photo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 0.7s;
}
.place-body .life .famous__photo__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 64px;
  z-index: 2;
  opacity: 0;
  transition: all 0.7s;
}
@media screen and (max-width: 768px) {
  .place-body .life .famous__photo__text {
    padding: 0 50px;
  }
}
.place-body .life .famous__photo__text .h5 {
  margin: 0 auto 15px;
  flex: 0 0 100%;
}
.place-body .life .famous__photo__text .body2 {
  flex: 0 0 100%;
}
.place-body .life .famous__photo:hover::before, .place-body .life .famous__photo.active::before {
  opacity: 1;
}
.place-body .life .famous__photo:hover .famous__photo__text, .place-body .life .famous__photo.active .famous__photo__text {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .place-body .life .column:first-child .famous__photo:first-child:after {
    content: "\f0a6";
    font-family: "Font Awesome 6 Free";
    color: #FFFFFF;
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: rotate(-15deg);
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .place-body .life .map iframe {
    height: 405px;
  }
}