@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

label {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input[type=text],
input[type=button],
input[type=number],
input[type=tel],
input[type=password],
textarea,
textarea:focus {
  outline: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=tel],
textarea {
  line-height: 1.2em;
  letter-spacing: 0.1em;
  border: none;
}

input[type=submit],
input[type=button] {
  border: none;
}

/* iOSボタンリセット */
input[type=submit],
input[type=button],
input[type=email] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=email]::focus {
  outline-offset: -2px;
}

*:focus {
  outline: none;
}

li {
  list-style: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  vertical-align: top;
}

sup {
  font-size: small;
  line-height: 1;
  vertical-align: text-top;
}

/*key color*/
/*sub color*/
/* monochrome */
/* basic */
/*UI*/
/*sns*/
/*other*/
:root {
  --lg: 1920px;
  --md: 990px;
  --sm: 480px;
  --xs: 330px;
}

.drop-shadow {
  -webkit-filter: drop-shadow(0 0 5px rgba(26, 26, 26, 0.5));
          filter: drop-shadow(0 0 5px rgba(26, 26, 26, 0.5));
}

.hover {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .hover:hover {
    opacity: 0.7;
  }
  .hover:hover > * {
    opacity: 0.7;
  }
}

.hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .hover:hover {
    opacity: 0.7;
  }
  .hover:hover > * {
    opacity: 0.7;
  }
}

.underline {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #c31111;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.no-scrollbar {
  ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
}
@media (min-width: 330px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 990px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

html {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
  scroll-behavior: auto;
}
html::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: auto;
}
html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 0 0 black;
          box-shadow: inset 0 0 0 black;
}
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ffcc00;
  -webkit-box-shadow: 0 0 0 1px #f3f3f3;
          box-shadow: 0 0 0 1px #f3f3f3;
}

body {
  position: relative;
  margin-top: 70px;
  background: #fff;
  overflow-x: hidden;
  overflow-x: clip;
  text-box: trim-both cap alphabetic;
  color: #5b2a20;
  font-size: clamp(1.5rem, 0.02083vw + 1.4px, 1.8rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Poppins", Georgia, sans-serif;
  font-weight: 600;
}
@media (max-width: 990px) {
  body {
    margin-top: 50px;
  }
}
body img,
body a,
body iframe,
body picture,
body label,
body small,
body date {
  display: block;
}
body a {
  color: #c31111;
}

.main {
  position: relative;
  min-height: 100vh;
}

[data-scroll] {
  opacity: 0;
}

[data-scroll-type=slideUp].is-active:nth-of-type(1) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(2) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(3) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(4) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(5) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(6) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(7) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(8) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(9) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(10) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(11) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(12) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(13) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(14) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(15) {
  -webkit-animation: "slideUp" 1s ease 0s forwards;
          animation: "slideUp" 1s ease 0s forwards;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
[data-scroll-type=slideDown].is-active:nth-of-type(1) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(2) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(3) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(4) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(5) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(6) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(7) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(8) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(9) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(10) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(11) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(12) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(13) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(14) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(15) {
  -webkit-animation: "slideDown" 1s ease 0s forwards;
          animation: "slideDown" 1s ease 0s forwards;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
[data-scroll-type=slideRight].is-active:nth-of-type(1) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(2) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(3) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(4) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(5) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(6) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(7) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(8) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(9) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(10) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(11) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(12) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(13) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(14) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(15) {
  -webkit-animation: "slideRight" 1s ease 0s forwards;
          animation: "slideRight" 1s ease 0s forwards;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
[data-scroll-type=slideLeft].is-active:nth-of-type(1) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(2) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(3) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(4) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(5) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(6) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(7) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(8) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(9) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(10) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(11) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(12) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(13) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(14) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(15) {
  -webkit-animation: "slideLeft" 1s ease 0s forwards;
          animation: "slideLeft" 1s ease 0s forwards;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
[data-scroll-type=showUp].is-active:nth-of-type(1) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(2) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(3) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(4) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(5) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(6) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(7) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(8) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(9) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(10) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(11) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(12) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(13) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(14) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(15) {
  -webkit-animation: "showUp" 1s ease 0s forwards;
          animation: "showUp" 1s ease 0s forwards;
}

@-webkit-keyframes showUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-scroll-type=reverse] {
  -webkit-animation: "fadeOut" 0.3s ease forwards;
          animation: "fadeOut" 0.3s ease forwards;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[data-scroll-type=curtain-slideLeft],
[data-scroll-type=curtain-slideRight],
[data-scroll-type=curtain-slideUp] {
  z-index: 0;
}
[data-scroll-type=curtain-slideLeft]:after,
[data-scroll-type=curtain-slideRight]:after,
[data-scroll-type=curtain-slideUp]:after {
  display: block;
  position: absolute;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}
[data-scroll-type=curtain-slideLeft] .curtain__layer,
[data-scroll-type=curtain-slideRight] .curtain__layer,
[data-scroll-type=curtain-slideUp] .curtain__layer {
  display: block;
  position: absolute;
  top: 0;
  z-index: 9000;
  background: #c31111;
  width: 100%;
  height: 100%;
  content: "";
}

[data-scroll-type=curtain-slideLeft]:after {
  left: 0;
  -webkit-transition: width 1.1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.1s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideLeft] .curtain__layer {
  left: 0;
  -webkit-transition: width 1.1s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.1s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideLeft].is-active:after {
  width: 0;
}
[data-scroll-type=curtain-slideLeft].is-active .curtain__layer {
  width: 0;
}

[data-scroll-type=curtain-slideRight]:after {
  right: 0;
  -webkit-transition: width 1.1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.1s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideRight] .curtain__layer {
  right: 0;
  -webkit-transition: width 1.1s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.1s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideRight].is-active:after {
  width: 0;
}
[data-scroll-type=curtain-slideRight].is-active .curtain__layer {
  width: 0;
}

[data-scroll-type=curtain-slideUp]:after {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: height 1.1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: height 1.1s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideUp] .curtain__layer {
  -webkit-transition: height 1.1s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: height 1.1s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideUp].is-active:after {
  height: 0;
}
[data-scroll-type=curtain-slideUp].is-active .curtain__layer {
  height: 0;
}

[data-scroll-type=zoomIn].is-active:nth-of-type(1) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(2) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(3) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(4) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(5) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(6) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(7) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(8) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(9) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(10) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(11) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(12) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(13) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(14) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomIn].is-active:nth-of-type(15) {
  -webkit-animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8) perspective(1000px);
            transform: scale(0.8) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8) perspective(1000px);
            transform: scale(0.8) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(1) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(2) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(3) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(4) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(5) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(6) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(7) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(8) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(9) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(10) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(11) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(12) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(13) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(14) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=superZoomIn].is-active:nth-of-type(15) {
  -webkit-animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "superZoomIn" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}

@-webkit-keyframes superZoomIn {
  0% {
    -webkit-transform: scale(0) perspective(1000px);
            transform: scale(0) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}

@keyframes superZoomIn {
  0% {
    -webkit-transform: scale(0) perspective(1000px);
            transform: scale(0) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}
[data-scroll-type=zoomOut].is-active:nth-of-type(1) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(2) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(3) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(4) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(5) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(6) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(7) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(8) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(9) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(10) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(11) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(12) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(13) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(14) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}
[data-scroll-type=zoomOut].is-active:nth-of-type(15) {
  -webkit-animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
          animation: "zoomOut" 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0s forwards;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2) perspective(1000px);
            transform: scale(1.2) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2) perspective(1000px);
            transform: scale(1.2) perspective(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) perspective(1000px);
            transform: scale(1) perspective(1000px);
    opacity: 1;
  }
}
[data-scroll-type=step] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
[data-scroll-type=step] .step__letter {
  display: block;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
[data-scroll-type=step].is-active .step__letter {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(1) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(3) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(6) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(7) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(8) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(9) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(10) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(11) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(12) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(13) {
  -webkit-transition-delay: 0.78s;
          transition-delay: 0.78s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(14) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
[data-scroll-type=step].is-active .step__letter:nth-of-type(15) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
[data-scroll-type=step].is-active .step__letter:empty {
  padding-left: 0.35em;
}

[data-scroll-type=mask] {
  vertical-align: top;
  margin: 0;
}
[data-scroll-type=mask] .mask__line {
  display: block;
}
[data-scroll-type=mask] .mask__wrap {
  display: inline-block !important;
  position: relative;
}
[data-scroll-type=mask] .mask__text {
  display: inline-block;
  position: relative;
  opacity: 0;
  z-index: 3;
}
[data-scroll-type=mask][data-scroll-variant=white].is-active .mask__wrap:before, [data-scroll-type=mask][data-scroll-variant=white].is-active .mask__wrap:after {
  background: #fff !important;
}
[data-scroll-type=mask].is-active .mask__text {
  -webkit-animation: maskIn 0s 0.8s forwards;
          animation: maskIn 0s 0.8s forwards;
}
[data-scroll-type=mask].is-active .mask__wrap:before, [data-scroll-type=mask].is-active .mask__wrap:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
[data-scroll-type=mask].is-active .mask__wrap:before {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: bgIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, bgOut 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bgIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, bgOut 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #c31111;
}
[data-scroll-type=mask].is-active .mask__wrap:after {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: 5;
  -webkit-animation: bgIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, bgOut 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bgIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, bgOut 0.8s 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #c31111;
}

@-webkit-keyframes maskIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes maskIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bgIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes bgOut {
  0% {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@keyframes bgOut {
  0% {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
[data-scroll-type=matrix] {
  color: #1a1a1a;
}
[data-scroll-type=matrix] .matrix__line {
  display: block;
  opacity: 0;
  overflow: hidden;
}
[data-scroll-type=matrix] .matrix__text {
  display: block;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  opacity: 0;
  -webkit-transition: 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-scroll-type=matrix].is-active .matrix__line {
  opacity: 1;
}
[data-scroll-type=matrix].is-active .matrix__text {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
}

[data-scroll-delay="1"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="2"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="3"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="4"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="5"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="6"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="7"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="8"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="9"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="10"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="11"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="12"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="13"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="14"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

[data-scroll-delay="15"] {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

/*
   jquery plugin等の のヘルパーcss等 （上書きの可能性があるためこちらへ）
*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  height: 100%;
  max-height: 100%;
}

.swiper-initialized .swiper-wrapper,
.swiper-container-initialized .swiper-wrapper {
  -webkit-animation: fadeIn 0.3s ease 0.5s forwards;
          animation: fadeIn 0.3s ease 0.5s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.swiper,
.swiper-container {
  position: relative;
  z-index: 0 !important;
  overflow: visible !important;
}

.swiper-pagination {
  top: 105%;
}

.swiper-slide {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: auto;
  height: 100%;
  max-height: 100%;
}

.swiper-pagination-bullet-active {
  background-color: #333 !important;
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .swiper-button-next:hover > *,
  .swiper-button-prev:hover > * {
    opacity: 0.7;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
@media (min-width: 990px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: block;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  border-radius: 100%;
  background: #1a1a1a;
  padding: 1.3rem 1.8rem;
  color: #fff;
  font-size: 2.1rem !important;
}

.swiper-button-next:after {
  margin-right: 5rem;
}

.swiper-button-prev:after {
  margin-left: 5rem;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.is-translucent > * {
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.is-translucent > .is-current {
  opacity: 1;
  border: 1px solid #1a1a1a;
}

.swiper-container.is-disabled,
.swiper.is-disabled {
  margin: 0;
}
.swiper-container.is-disabled .swiper-wrapper,
.swiper.is-disabled .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  opacity: 1;
}
.swiper-container.is-disabled .swiper-pagination,
.swiper-container.is-disabled .swiper-button-prev,
.swiper-container.is-disabled .swiper-button-next,
.swiper.is-disabled .swiper-pagination,
.swiper.is-disabled .swiper-button-prev,
.swiper.is-disabled .swiper-button-next {
  display: none;
}

.container {
  margin: auto;
  width: 95%;
  max-width: 1500px;
  z-index: 1;
}
.container.is-narrow {
  margin: auto;
  width: 90%;
  max-width: 850px;
}
.container.is-middle {
  margin: auto;
  width: 90%;
  max-width: 1000px;
}
.container.is-wide {
  margin: auto;
  width: 100%;
  max-width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #c31111;
  height: 70px;
  z-index: 6;
}
@media (max-width: 990px) {
  .header {
    height: 50px;
  }
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: auto;
  height: 100%;
}
.header__logo {
  height: 70%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 990px) {
  .header__logo {
    height: 85%;
  }
}
@media (min-width: 990px) {
  .header__logo:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.header__logo__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: auto;
  width: 100%;
  ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 11;
}
@media (max-width: 990px) {
  .header .global-nav {
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    transition: 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    position: fixed;
    background: #c31111;
    -webkit-box-shadow: 0 0 20px rgba(26, 26, 26, 0.15);
            box-shadow: 0 0 20px rgba(26, 26, 26, 0.15);
  }
  .header .global-nav.is-open {
    right: 0;
  }
}
.header .global-nav__wrapper {
  position: relative;
  z-index: auto;
  width: 90%;
}
@media (max-width: 990px) {
  .header .global-nav__wrapper {
    margin: 15rem auto 0 auto;
  }
}
@media (max-width: 480px) {
  .header .global-nav__wrapper {
    margin: 10rem auto 0 auto;
  }
}
.header .global-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 990px) {
  .header .global-nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 10rem 0;
    gap: 1.5em;
  }
}
.header .global-nav__list {
  line-height: 1.3;
}
.header .global-nav__list__link {
  color: #fff;
  font-size: clamp(1.8rem, 0.01389vw + 1.73333px, 2rem);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  font-family: "Poppins";
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 0.15em;
}
@media (min-width: 990px) {
  .header .global-nav__list__link:hover {
    color: #ffcc00;
  }
}
@media (max-width: 990px) {
  .header .global-nav__list__link {
    font-size: clamp(2rem, -0.02778vw + 2.13333px, 1.6rem);
  }
}
.header .global-nav__list__link .is-ja {
  font-family: "Noto Sans JP";
  font-size: 0.6em;
}
.header .global-nav__ja {
  display: block;
  color: #acacac;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
}
.header .global-nav__item__link {
  display: block;
  color: #fff;
}
.header .global-nav__item__icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 1rem 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .header .global-nav__item__icon:hover {
    opacity: 0.7;
  }
  .header .global-nav__item__icon:hover > * {
    opacity: 0.7;
  }
}
.header .global-nav::-webkit-scrollbar {
  display: none;
}
.header .screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  z-index: 10;
}
.header .menu {
  position: relative;
  cursor: pointer;
  z-index: 12;
  display: none;
}
@media (max-width: 990px) {
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .menu__wrapper {
  position: relative;
  width: 28px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28px;
  height: 20px;
}
.header .menu__box.is-open span {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: #ffcc00 !important;
}
.header .menu__box.is-no-animation span {
  -webkit-animation: none !important;
          animation: none !important;
}
.header .menu__box span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 0.75s forwards;
          animation: btn07-bar01 0.75s forwards;
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(8.6px) rotate(45deg);
            transform: translateY(8.6px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8.6px) rotate(0);
            transform: translateY(8.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(8.6px) rotate(45deg);
            transform: translateY(8.6px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8.6px) rotate(0);
            transform: translateY(8.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.header .menu__box span:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
}
.header .menu__box span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 0.75s forwards;
          animation: btn07-bar03 0.75s forwards;
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-8.6px) rotate(-45deg);
            transform: translateY(-8.6px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8.6px) rotate(0);
            transform: translateY(-8.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    width: 100%;
  }
}
@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-8.6px) rotate(-45deg);
            transform: translateY(-8.6px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8.6px) rotate(0);
            transform: translateY(-8.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    width: 100%;
  }
}
.header .menu__box.is-open span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
          animation: active-btn07-bar01 0.75s forwards;
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8.6px) rotate(0);
            transform: translateY(8.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8.6px) rotate(45deg);
            transform: translateY(8.6px) rotate(45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8.6px) rotate(0);
            transform: translateY(8.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8.6px) rotate(45deg);
            transform: translateY(8.6px) rotate(45deg);
  }
}
.header .menu__box.is-open span:nth-of-type(2) {
  opacity: 0;
}
.header .menu__box.is-open span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
          animation: active-btn07-bar03 0.75s forwards;
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8.6px) rotate(0);
            transform: translateY(-8.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8.6px) rotate(-45deg);
            transform: translateY(-8.6px) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8.6px) rotate(0);
            transform: translateY(-8.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8.6px) rotate(-45deg);
            transform: translateY(-8.6px) rotate(-45deg);
  }
}
.header .menu__border {
  display: block;
  background: #ffcc00;
  width: 100%;
  height: 2px;
}
.header .menu__border:nth-child(2) {
  width: 100%;
}
.header .menu__border:nth-child(3) {
  width: 100%;
}

.footer {
  background: url("../img/top/bg_carpet.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 3;
}
.footer__banner__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__banner__list__link {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .footer__banner__list__link:hover {
    opacity: 0.7;
  }
  .footer__banner__list__link:hover > * {
    opacity: 0.7;
  }
}
.footer__banner__list__img {
  width: 100%;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  gap: clamp(15px, 0.34722vw + 13.33333px, 20px);
}
.footer__sns__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 0.34722vw + 13.33333px, 20px);
}
.footer__sns__list__link {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  height: clamp(20px, 0.69444vw + 16.66667px, 30px);
}
@media (min-width: 990px) {
  .footer__sns__list__link:hover {
    opacity: 0.7;
  }
  .footer__sns__list__link:hover > * {
    opacity: 0.7;
  }
}
.footer__sns__list__img {
  height: 100%;
}
.footer .copyright {
  font-size: 13px;
  font-weight: lighter;
  margin: auto;
  text-align: center;
}

[class^=title-p] {
  font-family: "Poppins";
  font-size: clamp(35px, 2.43056vw + 23.33333px, 70px);
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: auto;
}
[class^=title-p]:before, [class^=title-p]:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  background: url("../img/common/icon_shining_white.svg") no-repeat center center;
  background-size: contain;
  height: 0.5em;
}
[class^=title-p]:before {
  left: -1em;
}
[class^=title-p]:after {
  right: -1em;
}

.title-p.is-brown {
  color: #5b2a20;
  margin-bottom: 0.25em;
}
.title-p.is-brown:before, .title-p.is-brown:after {
  background: url("../img/common/icon_shining_brown.svg") no-repeat center center;
}
@media (max-width: 990px) {
  .title-p.is-brown {
    margin-bottom: 0.3em;
  }
}
.title-p .is-jp {
  font-family: "Noto Sans JP";
  font-size: 0.25em;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 85%;
  margin-top: 0.25em;
}
@media (max-width: 990px) {
  .title-p .is-jp {
    font-size: 0.3em;
  }
}

[class^=title-s] {
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 0.69444vw + 16.66667px, 30px);
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.title-s .is-key {
  color: #c31111;
}
.title-s .is-small {
  font-size: 0.8em;
}

[class^=btn-p] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  background: #fff;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #c31111 !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
[class^=btn-p] > * {
  line-height: 1;
}
[class^=btn-p] input[type=submit],
[class^=btn-p] input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #c31111;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
[class^=btn-p] > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[class^=btn-p].is-disabled, [class^=btn-p]:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  [class^=btn-p] {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  [class^=btn-p]:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #ffcc00;
    width: 100%;
    height: 105%;
    content: "";
  }
  [class^=btn-p]:hover {
    border-color: #ffcc00;
    color: #c31111 !important;
  }
  [class^=btn-p]:hover input[type=submit],
  [class^=btn-p]:hover input[type=button] {
    color: #c31111;
  }
  [class^=btn-p]:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}

.btn-p.is-key {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #c31111;
  border-radius: 100px;
  background: #c31111;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-p.is-key > * {
  line-height: 1;
}
.btn-p.is-key input[type=submit],
.btn-p.is-key input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #c31111;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #fff;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
.btn-p.is-key > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-p.is-key.is-disabled, .btn-p.is-key:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-p.is-key {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-p.is-key:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #ffcc00;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-p.is-key:hover {
    border-color: #ffcc00;
    color: #c31111 !important;
  }
  .btn-p.is-key:hover input[type=submit],
  .btn-p.is-key:hover input[type=button] {
    color: #c31111;
  }
  .btn-p.is-key:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
.btn-p.is-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-p.is-white > * {
  line-height: 1;
}
.btn-p.is-white input[type=submit],
.btn-p.is-white input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #fff;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
.btn-p.is-white > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-p.is-white.is-disabled, .btn-p.is-white:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-p.is-white {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-p.is-white:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #fff;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-p.is-white:hover {
    border-color: #fff;
    color: #5b2a20 !important;
  }
  .btn-p.is-white:hover input[type=submit],
  .btn-p.is-white:hover input[type=button] {
    color: #5b2a20;
  }
  .btn-p.is-white:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
.btn-p.is-black {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #1a1a1a !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-p.is-black > * {
  line-height: 1;
}
.btn-p.is-black input[type=submit],
.btn-p.is-black input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #1a1a1a;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
.btn-p.is-black > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-p.is-black.is-disabled, .btn-p.is-black:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-p.is-black {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-p.is-black:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #1a1a1a;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-p.is-black:hover {
    border-color: #1a1a1a;
    color: #fff !important;
  }
  .btn-p.is-black:hover input[type=submit],
  .btn-p.is-black:hover input[type=button] {
    color: #fff;
  }
  .btn-p.is-black:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
.btn-p.is-lg {
  min-width: 30em;
}

[class^=btn-s] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 2rem 2rem;
  width: auto;
  overflow: hidden;
  color: #1a1a1a;
  font-weight: bold;
  font-size: clamp(1.2rem, 0.02083vw + 1.1px, 1.5rem);
  line-height: 1.3;
  font-family: "Noto Sans JP";
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}
[class^=btn-s] > * {
  line-height: 1;
}
[class^=btn-s] input[type=submit],
[class^=btn-s] input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 1.5rem 2rem;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.3;
}
[class^=btn-s] > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[class^=btn-s].is-disabled, [class^=btn-s]:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-s.is-left {
  cursor: pointer;
  padding-left: 5em;
}
.btn-s.is-left:before, .btn-s.is-left:after {
  position: absolute;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.btn-s.is-left:before {
  z-index: 1;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  width: 0.8em;
  height: 0.8em;
  content: "";
}
.btn-s.is-left:after {
  z-index: 0;
  border: 1px solid #1a1a1a;
  border-radius: 100%;
  width: 3.5em;
  height: 3.5em;
  content: "";
}
.btn-s.is-left:before {
  left: 2em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.btn-s.is-left:after {
  left: 0.4em;
}
@media (min-width: 990px) {
  .btn-s.is-left:hover:before {
    left: calc(cursor_padding + 0.5em);
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .btn-s.is-left:hover:after {
    left: calc(border_padding + 0.5em);
    background: #1a1a1a;
  }
}
.btn-s.is-right {
  cursor: pointer;
  padding-right: 5em;
}
.btn-s.is-right:before, .btn-s.is-right:after {
  position: absolute;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.btn-s.is-right:before {
  z-index: 1;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  width: 0.8em;
  height: 0.8em;
  content: "";
}
.btn-s.is-right:after {
  z-index: 0;
  border: 1px solid #1a1a1a;
  border-radius: 100%;
  width: 3.5em;
  height: 3.5em;
  content: "";
}
.btn-s.is-right:before {
  right: 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-s.is-right:after {
  right: 0.4em;
}
@media (min-width: 990px) {
  .btn-s.is-right:hover:before {
    right: calc(cursor_padding + 0.5em);
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .btn-s.is-right:hover:after {
    right: calc(border_padding + 0.5em);
    background: #1a1a1a;
  }
}
.btn-s.is-left-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 2rem 2rem;
  width: auto;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.2rem, 0.02083vw + 1.1px, 1.5rem);
  line-height: 1.3;
  font-family: "Noto Sans JP";
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 5em;
}
.btn-s.is-left-white > * {
  line-height: 1;
}
.btn-s.is-left-white input[type=submit],
.btn-s.is-left-white input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.btn-s.is-left-white > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-s.is-left-white.is-disabled, .btn-s.is-left-white:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-s.is-left-white:before, .btn-s.is-left-white:after {
  position: absolute;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.btn-s.is-left-white:before {
  z-index: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 0.8em;
  height: 0.8em;
  content: "";
}
.btn-s.is-left-white:after {
  z-index: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 3.5em;
  height: 3.5em;
  content: "";
}
.btn-s.is-left-white:before {
  left: 2em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.btn-s.is-left-white:after {
  left: 0.4em;
}
@media (min-width: 990px) {
  .btn-s.is-left-white:hover:before {
    left: calc(cursor_padding + 0.5em);
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .btn-s.is-left-white:hover:after {
    left: calc(border_padding + 0.5em);
    background: #fff;
  }
}
.btn-s.is-right-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 3px;
  padding: 2rem 2rem;
  width: auto;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.2rem, 0.02083vw + 1.1px, 1.5rem);
  line-height: 1.3;
  font-family: "Noto Sans JP";
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  padding-right: 5em;
}
.btn-s.is-right-white > * {
  line-height: 1;
}
.btn-s.is-right-white input[type=submit],
.btn-s.is-right-white input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.btn-s.is-right-white > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-s.is-right-white.is-disabled, .btn-s.is-right-white:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-s.is-right-white:before, .btn-s.is-right-white:after {
  position: absolute;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.btn-s.is-right-white:before {
  z-index: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 0.8em;
  height: 0.8em;
  content: "";
}
.btn-s.is-right-white:after {
  z-index: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 3.5em;
  height: 3.5em;
  content: "";
}
.btn-s.is-right-white:before {
  right: 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-s.is-right-white:after {
  right: 0.4em;
}
@media (min-width: 990px) {
  .btn-s.is-right-white:hover:before {
    right: calc(cursor_padding + 0.5em);
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .btn-s.is-right-white:hover:after {
    right: calc(border_padding + 0.5em);
    background: #fff;
  }
}

[class^=btn-group] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.5rem;
}
@media (max-width: 990px) {
  [class^=btn-group] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}

.btn-group {
  width: 100%;
}
.btn-group.is-row > * {
  min-width: auto;
  width: 100%;
}
.btn-group.is-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-group.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-group.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group.is-left-to-center {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 990px) {
  .btn-group.is-left-to-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn-group.is-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.btn-group.is-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-group.is-row-to-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 480px) {
  .btn-group.is-row-to-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-group.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 990px) {
  .btn-group.column-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.btn-group.is-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 15px;
  left: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 85%;
  z-index: 7;
}
@media (min-width: 990px) {
  .btn-group.is-float {
    visibility: hidden;
    opacity: 0;
  }
}
.btn-group.is-float > * {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 5px rgba(26, 26, 26, 0.2));
          filter: drop-shadow(0 0 5px rgba(26, 26, 26, 0.2));
}

.cms-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 0.06944vw + 2.16667px, 3.5rem);
  font-size: clamp(1.5rem, 0.02083vw + 1.4px, 1.8rem);
  line-height: 1.7;
}
.cms-p ul {
  font-size: clamp(1.5rem, 0.02083vw + 1.4px, 1.8rem);
  list-style-type: disc;
}
.cms-p ul li {
  margin: 0 0 calc(clamp(2.5rem, 0.06944vw + 2.16667px, 3.5rem) * 0.25) 3rem;
  list-style-type: disc;
}
.cms-p ul ul {
  list-style: circle;
}
.cms-p ol {
  font-size: clamp(1.5rem, 0.02083vw + 1.4px, 1.8rem);
}
.cms-p ol li {
  margin: 0 0 calc(clamp(2.5rem, 0.06944vw + 2.16667px, 3.5rem) * 0.25) 3rem;
  list-style-type: decimal;
}
.cms-p dl {
  font-size: clamp(1.5rem, 0.02083vw + 1.4px, 1.8rem);
}
.cms-p dl dd {
  margin: 0.5rem 0 calc(clamp(2.5rem, 0.06944vw + 2.16667px, 3.5rem) * 0.25) 0;
}
.cms-p strong {
  font-weight: bold;
}
.cms-p em {
  font-style: italic;
}
.cms-p a {
  word-break: break-all;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #c31111;
  text-decoration: underline;
  display: inline;
}
.cms-p a:hover {
  text-decoration: none;
}
.cms-p img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 990px) {
  .cms-p img {
    width: 100% !important;
  }
}
.cms-p p {
  font-size: clamp(1.5rem, 0.02083vw + 1.4px, 1.8rem);
  line-height: 1.7 !important;
}
.cms-p i {
  font-style: italic;
}
.cms-p strong,
.cms-p b {
  font-weight: bold;
}
.cms-p span {
  font-size: clamp(1.5rem, 0.02083vw + 1.4px, 1.8rem);
}
.cms-p iframe {
  max-width: 100%;
}
.cms-p a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #c31111;
  text-decoration: underline;
}
.cms-p a:hover {
  text-decoration: none;
}
.cms-p .three-column-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1em;
  margin: auto;
  max-width: 600px;
}
@media (max-width: 480px) {
  .cms-p .three-column-grid {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cms-p .three-column-grid__item {
  list-style: none;
  margin: 0;
}
.cms-p .six-column-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1em;
  margin: auto;
}
@media (max-width: 990px) {
  .cms-p .six-column-grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .cms-p .six-column-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cms-p .six-column-grid__item {
  list-style: none;
  margin: 0;
}
.cms-p h1 {
  /* h1を入力させない設定 */
  text-decoration: line-through !important;
}
.cms-p h2 {
  font-size: 1.8rem;
  margin-top: 1em;
}
.cms-p h3 {
  font-size: 1.6rem;
  margin-top: 1em;
}
.cms-p h4 {
  font-size: 1.5rem;
  margin-top: 1em;
}

.cms-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
.cms-s ul {
  font-size: 1.4rem;
  list-style-type: disc;
}
.cms-s ul li {
  margin: 0 0 calc(2rem * 0.25) 3rem;
  list-style-type: disc;
}
.cms-s ul ul {
  list-style: circle;
}
.cms-s ol {
  font-size: 1.4rem;
}
.cms-s ol li {
  margin: 0 0 calc(2rem * 0.25) 3rem;
  list-style-type: decimal;
}
.cms-s dl {
  font-size: 1.4rem;
}
.cms-s dl dd {
  margin: 0.5rem 0 calc(2rem * 0.25) 0;
}
.cms-s strong {
  font-weight: bold;
}
.cms-s em {
  font-style: italic;
}
.cms-s a {
  word-break: break-all;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #c31111;
  text-decoration: underline;
  display: inline;
}
.cms-s a:hover {
  text-decoration: none;
}
.cms-s img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 990px) {
  .cms-s img {
    width: 100% !important;
  }
}
.cms-s p {
  font-size: 1.4rem;
  line-height: 1.8 !important;
}
.cms-s i {
  font-style: italic;
}
.cms-s strong,
.cms-s b {
  font-weight: bold;
}
.cms-s span {
  font-size: 1.4rem;
}
.cms-s iframe {
  max-width: 100%;
}
.cms-s a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #c31111;
  text-decoration: underline;
}
.cms-s a:hover {
  text-decoration: none;
}
.cms-s .three-column-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1em;
  margin: auto;
  max-width: 600px;
}
@media (max-width: 480px) {
  .cms-s .three-column-grid {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cms-s .three-column-grid__item {
  list-style: none;
  margin: 0;
}
.cms-s .six-column-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1em;
  margin: auto;
}
@media (max-width: 990px) {
  .cms-s .six-column-grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .cms-s .six-column-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cms-s .six-column-grid__item {
  list-style: none;
  margin: 0;
}

.form {
  width: 100%;
  margin: auto;
}
.form ::-webkit-input-placeholder {
  color: #ccc;
}
.form ::-moz-placeholder {
  color: #ccc;
}
.form :-ms-input-placeholder {
  color: #ccc;
}
.form ::-ms-input-placeholder {
  color: #ccc;
}
.form ::placeholder {
  color: #ccc;
}
.form__item {
  margin: 2rem 0 0 0;
}
.form > * + * {
  margin: 2rem 0 0 0;
}
.form .label {
  font-size: clamp(1rem, 0.01389vw + 0.93333px, 1.2rem);
  display: block;
}
.form .validation__error {
  color: #c8232d;
}
.form .is-required:after {
  content: "*";
  color: #c8232d;
}

.section {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  padding: clamp(40px, 1.38889vw + 33.33333px, 60px) 0;
}
.section--top {
  padding-top: clamp(15rem, 0.34722vw + 13.33333px, 20rem);
}
.section--bottom {
  padding-bottom: clamp(20rem, 0.69444vw + 16.66667px, 30rem);
}

.table-p {
  width: 100%;
  table-layout: fixed;
  caption-side: bottom;
}
@media (max-width: 990px) {
  .table-p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.table-p__row, .table-p__data, .table-p__header {
  padding: 1rem 0;
  text-align: center;
  border: solid 1px #e1e1e1;
}
@media (max-width: 990px) {
  .table-p__row, .table-p__data, .table-p__header {
    padding: 1rem 0;
  }
}
.table-p__body .table-p__data:first-of-type {
  font-weight: bold;
  text-align: center;
  background: #f7f7f7;
}
.table-p__thead .table-p__header:not(:first-of-type) {
  font-weight: bold;
  background: #ccc;
}
.table-p__caption {
  font-size: 1.2rem;
  margin: 0.5rem 0 0 0;
  text-align: left;
}

.table-s {
  width: 100%;
}
.table-s__row, .table-s__data, .table-s__header {
  padding: 1rem 0;
  text-align: left;
}
.table-s__header {
  font-weight: bold;
}
.table-s__header--data {
  width: 50%;
}
.table-s__header--access {
  width: 30%;
}

.sns {
  text-align: center;
}
.sns__lists {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns__list {
  position: relative;
}
.sns__list:not(:last-of-type) {
  margin: 0 3rem 0 0;
}
.sns__list__link {
  display: block;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .sns__list__link:hover {
    opacity: 0.7;
  }
  .sns__list__link:hover > * {
    opacity: 0.7;
  }
}
.sns__list__img {
  height: 100%;
}

.select-p {
  position: relative;
  display: block;
  overflow: hidden;
  height: 47px;
  text-align: center;
  color: #1a1a1a;
  border-radius: 0;
  background: #fff;
}
.select-p.icon select {
  margin-left: 1.5em;
}
.select-p.icon:after {
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  color: #ffcc00;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.select-p.is_error {
  border: solid 1px #c8232d;
  background-color: #c8232d;
}
.select-p.is_error::-webkit-input-placeholder {
  color: #818181;
}
.select-p.is_error::-moz-placeholder {
  color: #818181;
}
.select-p.is_error:-ms-input-placeholder {
  color: #818181;
}
.select-p.is_error::-ms-input-placeholder {
  color: #818181;
}
.select-p.is_error::placeholder {
  color: #818181;
}
.select-p.is_success {
  border: solid 1px #29bb0f;
  background-color: #29bb0f;
}
.select-p.is_success::-webkit-input-placeholder {
  color: #818181;
}
.select-p.is_success::-moz-placeholder {
  color: #818181;
}
.select-p.is_success:-ms-input-placeholder {
  color: #818181;
}
.select-p.is_success::-ms-input-placeholder {
  color: #818181;
}
.select-p.is_success::placeholder {
  color: #818181;
}
.select-p:before {
  position: absolute;
  top: 35%;
  right: 1.5em;
  width: 7px;
  height: 7px;
  padding: 0;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
  border-top: 1px solid #818181;
  border-right: 1px solid #818181;
}
.select-p select {
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 110%;
  height: 100%;
  cursor: pointer;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-indent: 0.01px;
  text-overflow: ellipsis;
  color: #1a1a1a;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select-p select::-ms-expand {
  display: none;
}

.select-s {
  font-size: clamp(1.2rem, 0.02083vw + 1.1px, 1.5rem);
  position: relative;
  display: inline-block;
  width: 220px;
  height: 40px;
  cursor: pointer;
  color: #eee;
}
.select-s.is-sp:after, .select-s__styled:after {
  position: absolute;
  z-index: 1;
  top: 35%;
  right: 1.5em;
  width: 7px;
  height: 7px;
  padding: 0;
  content: "";
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.select-s__hidden {
  display: none;
}
.select-s select {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 15px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  color: #eee;
  border: none;
  outline: none;
  background: transparent;
  background-color: #818181;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select-s select::-ms-expand {
  display: none;
}
.select-s__styled {
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #818181;
}
.select-s__styled:active:after, .select-s__styled.is-active:after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.select-s__options {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-s__options li {
  margin: 0;
  padding: 8px 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-indent: 15px;
}
.select-s__options li:hover, .select-s__options li.is-selected {
  color: #818181;
  background: #eee;
}
.select-s__options li[rel=hide] {
  display: none;
}

.page-top-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 4;
  height: clamp(100px, 13.88889vw + 33.33333px, 300px);
}
.page-top-section > .container {
  width: 90%;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0.25em);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-top-section > .container > * {
  z-index: 2;
}
.page-top-section:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
}
.page-top-section__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.page-top-section__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.input-p {
  display: block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 0;
  background: #f3f3f3;
  width: 100%;
}
.input-p:not([type=submit]):not([type=button]):not([type=file]) {
  border: 1px solid transparent;
  padding: 17px;
  font-size: clamp(1.3rem, 0.03472vw + 1.13333px, 1.8rem);
}
.input-p:focus {
  border: 1px solid #ffcc00 !important;
}
.input-p.is_error {
  border: solid 1px #c8232d;
  background-color: #c8232d;
}
.input-p.is_error::-webkit-input-placeholder {
  color: #818181;
}
.input-p.is_error::-moz-placeholder {
  color: #818181;
}
.input-p.is_error:-ms-input-placeholder {
  color: #818181;
}
.input-p.is_error::-ms-input-placeholder {
  color: #818181;
}
.input-p.is_error::placeholder {
  color: #818181;
}
.input-p.is_success {
  border: solid 1px #29bb0f;
  background-color: #29bb0f;
}
.input-p.is_success::-webkit-input-placeholder {
  color: #818181;
}
.input-p.is_success::-moz-placeholder {
  color: #818181;
}
.input-p.is_success:-ms-input-placeholder {
  color: #818181;
}
.input-p.is_success::-ms-input-placeholder {
  color: #818181;
}
.input-p.is_success::placeholder {
  color: #818181;
}

.input-s {
  display: block;
  position: relative;
  width: 100%;
}
.input-s:not([type=submit]):not([type=button]):not([type=file]) {
  font-size: clamp(1.3rem, 0.03472vw + 1.13333px, 1.8rem);
}
.input-s__title {
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #818181;
  font-size: clamp(1.3rem, 0.03472vw + 1.13333px, 1.8rem);
}
.input-s__border {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: gaming 2s linear infinite;
          animation: gaming 2s linear infinite;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 100%;
  height: 1px;
}
.input-s input {
  -webkit-appearance: none;
  -webkit-animation: show 3s forwards ease-in-out;
          animation: show 3s forwards ease-in-out;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: 0;
  border-bottom: 1px solid #818181;
  border-radius: 0;
  background: none;
  padding: 11px 0;
  width: 100%;
  color: #818181;
  font-size: clamp(1.3rem, 0.03472vw + 1.13333px, 1.8rem);
  line-height: 1em;
  font-family: inherit;
}
.input-s input:not(:-moz-placeholder-shown) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.input-s input:not(:-ms-input-placeholder) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.input-s input:not(:placeholder-shown) + span {
  -webkit-transform: translateY(-26px) scale(0.75);
          transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.input-s input:focus {
  outline: none;
  background: none;
}
.input-s input:focus + span {
  -webkit-transform: translateY(-26px) scale(0.75);
          transform: translateY(-26px) scale(0.75);
}
.input-s input:focus + span + .input-s__border {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.uploader-p {
  text-align: center;
}
.uploader-p__label {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  color: #fff;
  border-radius: 4px;
  background: #818181;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .uploader-p__label:hover {
    opacity: 0.7;
  }
  .uploader-p__label:hover > * {
    opacity: 0.7;
  }
}
.uploader-p__input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.uploader-p__filename {
  font-size: 1.3rem;
  display: block;
  color: #b4b4b4;
}
.uploader-p__delete {
  font-size: 1.3rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #c31111;
  text-decoration: underline;
}
.uploader-p__delete:hover {
  text-decoration: none;
}

.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}
.tooltip:before {
  font-size: 0.7em;
  line-height: 1.1;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  visibility: hidden;
  width: 250px;
  margin-left: -60px;
  padding: 15px;
  content: attr(tooltip-data);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 5px;
  background-color: #efba93;
}
.tooltip:after {
  position: absolute;
  bottom: 75%;
  left: 50%;
  visibility: hidden;
  margin-left: -5px;
  content: "";
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.tooltip:hover:before, .tooltip:hover:after {
  visibility: visible;
  opacity: 1;
}

.textarea-p {
  display: block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 2px solid transparent;
  border-radius: 0;
  background: #f3f3f3;
  padding: 17px;
  width: 100%;
  height: 200px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP";
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.textarea-p::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: auto;
}
.textarea-p::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #818181;
  -webkit-box-shadow: inset 0 0 0 black;
          box-shadow: inset 0 0 0 black;
}
.textarea-p::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #c31111;
  -webkit-box-shadow: 0 0 0 1px #818181;
          box-shadow: 0 0 0 1px #818181;
}
.textarea-p:focus {
  border: 1px solid #ffcc00 !important;
}
.textarea-p.is_error {
  border: solid 1px #c8232d;
  background-color: #c8232d;
}
.textarea-p.is_error::-webkit-input-placeholder {
  color: #818181;
}
.textarea-p.is_error::-moz-placeholder {
  color: #818181;
}
.textarea-p.is_error:-ms-input-placeholder {
  color: #818181;
}
.textarea-p.is_error::-ms-input-placeholder {
  color: #818181;
}
.textarea-p.is_error::placeholder {
  color: #818181;
}
.textarea-p.is_success {
  border: solid 1px #29bb0f;
  background-color: #29bb0f;
}
.textarea-p.is_success::-webkit-input-placeholder {
  color: #818181;
}
.textarea-p.is_success::-moz-placeholder {
  color: #818181;
}
.textarea-p.is_success:-ms-input-placeholder {
  color: #818181;
}
.textarea-p.is_success::-ms-input-placeholder {
  color: #818181;
}
.textarea-p.is_success::placeholder {
  color: #818181;
}

.textarea-s {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
}
.textarea-s__title {
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #818181;
  font-size: clamp(1.3rem, 0.03472vw + 1.13333px, 1.8rem);
}
.textarea-s__border {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: gaming 2s linear infinite;
          animation: gaming 2s linear infinite;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 100%;
  height: 1px;
}
.textarea-s textarea {
  -webkit-animation: show 3s forwards ease-in-out;
          animation: show 3s forwards ease-in-out;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: 0;
  border-bottom: 1px solid #818181;
  border-radius: 0;
  background: none;
  padding: 12px 0;
  width: 100%;
  overflow: visible;
  color: #818181;
  font-size: clamp(1.3rem, 0.03472vw + 1.13333px, 1.8rem);
  line-height: 1.5;
  font-family: inherit;
}
.textarea-s textarea .textarea-p {
  display: block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  background: #f3f3f3;
  padding: 17px;
  width: 100%;
  height: 200px;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Noto Sans JP";
}
.textarea-s textarea .textarea-p:focus {
  border: 1px solid #ffcc00 !important;
}
.textarea-s textarea .textarea-p.is_error {
  border: solid 1px #c8232d;
  background-color: #c8232d;
}
.textarea-s textarea .textarea-p.is_error::-webkit-input-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_error::-moz-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_error:-ms-input-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_error::-ms-input-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_error::placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_success {
  border: solid 1px #29bb0f;
  background-color: #29bb0f;
}
.textarea-s textarea .textarea-p.is_success::-webkit-input-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_success::-moz-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_success:-ms-input-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_success::-ms-input-placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-p.is_success::placeholder {
  color: #818181;
}
.textarea-s textarea .textarea-s {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
}
.textarea-s textarea .textarea-s__title {
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #818181;
  font-size: 1.5rem;
}
.textarea-s textarea .textarea-s__border {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: gaming 2s linear infinite;
          animation: gaming 2s linear infinite;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 100%;
  height: 1px;
}
.textarea-s textarea .textarea-s textarea {
  -webkit-animation: show 3s forwards ease-in-out;
          animation: show 3s forwards ease-in-out;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: 0;
  border-bottom: 1px solid #818181;
  border-radius: 0;
  background: none;
  padding: 12px 0;
  width: 100%;
  overflow: visible;
  color: #818181;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: inherit;
}
.textarea-s textarea .textarea-s textarea:not(:-moz-placeholder-shown) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea .textarea-s textarea:not(:-ms-input-placeholder) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea .textarea-s textarea:not(:placeholder-shown) + span {
  -webkit-transform: translateY(-26px) scale(0.75);
          transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea .textarea-s textarea:focus {
  outline: none;
  background: none;
}
.textarea-s textarea .textarea-s textarea:focus + span {
  -webkit-transform: translateY(-26px) scale(0.75);
          transform: translateY(-26px) scale(0.75);
}
.textarea-s textarea .textarea-s textarea:focus + span + .textarea-s__border {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.textarea-s textarea:not(:-moz-placeholder-shown) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea:not(:-ms-input-placeholder) + span {
  transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea:not(:placeholder-shown) + span {
  -webkit-transform: translateY(-26px) scale(0.75);
          transform: translateY(-26px) scale(0.75);
  color: #818181;
}
.textarea-s textarea:focus {
  outline: none;
  background: none;
}
.textarea-s textarea:focus + span {
  -webkit-transform: translateY(-26px) scale(0.75);
          transform: translateY(-26px) scale(0.75);
}
.textarea-s textarea:focus + span + .textarea-s__border {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.radio-p {
  line-height: 1em;
  position: relative;
}
.radio-p input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio-p input[type=radio] + .radio-p__label {
  font-size: 1.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-p input[type=radio] + .radio-p__label:before {
  position: relative;
  top: 0;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  content: "";
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
  vertical-align: top;
  border: 1px solid #989898;
  border-radius: 100%;
  background: #fff;
}
.radio-p input[type=radio]:checked + .radio-p__label {
  font-weight: bold;
}
.radio-p input[type=radio]:checked + .radio-p__label:before {
  background-color: #1a1a1a;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.radio-p input[type=radio]:focus + .radio-p__label:before {
  border-color: #1a1a1a;
  outline: none;
}
.radio-group > label {
  margin: 0 0 1rem 0;
}
.radio-group > label + label {
  margin: 0;
}

.checkbox-p {
  position: relative;
  line-height: 1em;
}
.checkbox-p input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox-p input[type=checkbox] + .checkbox-p__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}
.checkbox-p input[type=checkbox] + .checkbox-p__label:before {
  display: inline-block;
  position: relative;
  top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  margin-right: 0.5em;
  border: 1px solid #989898;
  border-radius: 3px;
  background: #fff;
  width: 1em;
  height: 1em;
  content: "";
  text-align: center;
}
.checkbox-p input[type=checkbox] + .checkbox-p__label:after {
  position: absolute;
  top: calc(1em * 0.5);
  left: calc(1em * 0.25);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: calc(1em * 0.5);
  height: calc(1em * 0.25);
  content: "";
}
.checkbox-p input[type=checkbox]:checked + .checkbox-p__label {
  font-weight: bold;
}
.checkbox-p input[type=checkbox]:checked + .checkbox-p__label:before {
  background: #ffcc00;
}
.checkbox-p input[type=checkbox]:checked + .checkbox-p__label:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.checkbox-s {
  position: relative;
  line-height: 1em;
}
.checkbox-s input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox-s input[type=checkbox] + .checkbox-s__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}
.checkbox-s input[type=checkbox] + .checkbox-s__label:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  margin-left: 0.5em;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  width: 1em;
  height: 1em;
  content: "";
  text-align: center;
}
.checkbox-s input[type=checkbox] + .checkbox-s__label:after {
  position: absolute;
  top: calc(1em - 1.1em);
  left: calc(1em * 0.5 + 100%);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: calc(1em * 0.5);
  height: calc(1em * 0.25);
  content: "";
}
.checkbox-s input[type=checkbox]:checked + .checkbox-s__label {
  font-weight: bold;
}
.checkbox-s input[type=checkbox]:checked + .checkbox-s__label:before {
  background: transparent;
}
.checkbox-s input[type=checkbox]:checked + .checkbox-s__label:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid #6cdd9d;
  border-left: 3px solid #6cdd9d;
}
.checkbox-group > label {
  margin: 0 0 1rem 0;
}
.checkbox-group > label + label {
  margin: 0;
}

.drilldown-p {
  font-size: clamp(1.2rem, 0.01389vw + 1.13333px, 1.4rem);
  position: relative;
  right: 0;
  height: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.drilldown-p.is-toggle {
  right: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.drilldown-p__trigger {
  display: block;
  padding: 1.5rem 0;
}
@media (min-width: 990px) {
  .drilldown-p__trigger:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #e6e6e5;
  }
}
.drilldown-p__trigger .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drilldown-p__trigger__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drilldown-p__trigger__item .radio-p:not(:last-child),
.drilldown-p__trigger__item .checkbox-p:not(:last-child) {
  margin: 0 1rem 0 0;
}
.drilldown-p__trigger__item--select {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drilldown-p__trigger__item__label {
  font-size: 1.1rem;
}
.drilldown-p__content {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 200%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.drilldown-p__content:not(.is-toggle) {
  -webkit-transition: linear 0s 0.5s;
  transition: linear 0s 0.5s;
}
.drilldown-p__content.is-toggle {
  left: 100%;
}
.drilldown-p__content__back-btn {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem 0;
  cursor: pointer;
  background: #f7f7f7;
}
.drilldown-p__content__back-btn .icon {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*===========================================*/
/* pager
/*===========================================*/
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5b2a20;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager a {
  color: #5b2a20;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .pager a:hover {
    opacity: 0.7;
  }
  .pager a:hover > * {
    opacity: 0.7;
  }
}

.breadcrumbs {
  position: relative;
  padding: 1rem 0;
}
.breadcrumbs ul {
  ms-overflow-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em 0 0;
  font-size: clamp(1.1rem, 0.00694vw + 1.06667px, 1.2rem);
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .breadcrumbs ul li:hover {
    opacity: 0.7;
  }
  .breadcrumbs ul li:hover > * {
    opacity: 0.7;
  }
}
.breadcrumbs ul li a {
  color: #1a1a1a;
}
.breadcrumbs ul li:last-of-type {
  color: #1a1a1a;
}
.breadcrumbs ul li:last-of-type a {
  color: #1a1a1a;
  font-weight: bold;
}
.breadcrumbs ul li:not(:nth-child(1))::before {
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  background: url("../img/common/icon_set/solid/icon_cursor_next.svg") no-repeat center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0.5em 0 0;
  width: 0.8em;
  height: 0.8em;
  content: "";
}

.modal-p {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
}
.modal-p__bg {
  position: absolute;
  z-index: 9995;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-p__wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 990px) {
  .modal-p__wrapper {
    max-width: 700px;
    height: 90vh;
  }
}
.modal-p__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #5b2a20;
}
@media (min-width: 990px) {
  .modal-p__inner {
    border-radius: 10px;
  }
}
.modal-p__content {
  overflow-x: visible;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: auto;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.modal-p__content::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: auto;
}
.modal-p__content::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 0 0 0 black;
          box-shadow: inset 0 0 0 black;
}
.modal-p__content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ffcc00;
  -webkit-box-shadow: 0 0 0 1px #f3f3f3;
          box-shadow: 0 0 0 1px #f3f3f3;
}
.modal-p__close {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 20px;
  padding: 10px;
  cursor: pointer;
}
.modal-p__close__img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  pointer-events: none;
  fill: #fff;
}
.modal-p__close:after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 100%;
  background: #ffcc00;
}
.read-more-accordion {
  position: relative;
}
.read-more-accordion__btn {
  font-size: 1.3rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  background: #e6e6e5;
}
.read-more-accordion__btn:after {
  content: "もっと見る";
}
.read-more-accordion__target {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.read-more-accordion__target::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  content: "";
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.read-more-accordion__trigger {
  display: none;
}
.read-more-accordion__trigger:checked + .read-more-accordion__btn {
  bottom: -5rem;
}
.read-more-accordion__trigger:checked + .read-more-accordion__btn:after {
  content: "閉じる";
}
.read-more-accordion__trigger:checked ~ .read-more-accordion__target {
  height: auto !important;
  margin: 0 0 5rem 0;
}
.read-more-accordion__trigger:checked ~ .read-more-accordion__target::before {
  display: none;
}

.more .leer-label {
  font-size: 1.5rem;
  position: absolute;
  z-index: 555;
  bottom: 0;
  left: 50%;
  display: block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #1a1a1a;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .more .leer-label:hover {
    opacity: 0.7;
  }
  .more .leer-label:hover > * {
    opacity: 0.7;
  }
}
.more .leer-label:before {
  content: "+ 続きを読む";
}
.more .leer-checkbox:checked + .leer-label:before {
  visibility: hidden;
  content: "Close";
  opacity: 0;
}
.more .leer-checkbox:checked + .leer-label {
  visibility: hidden;
  opacity: 0;
}
.more input[type=checkbox]:checked ~ .text-wrapper--toggle-child {
  max-height: 99999px;
}
.more input[type=checkbox]:checked ~ .text-wrapper--toggle-child:before {
  opacity: 0;
}
.more .leer-checkbox {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.more__content {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  -webkit-transition: max-height ease-in-out 5s;
  transition: max-height ease-in-out 5s;
}
.more__content:before {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.scroll-down {
  font-size: clamp(1rem, 0vw + 1px, 1rem);
  line-height: 1;
  position: absolute;
  z-index: 2;
  bottom: calc(-100px / 2);
  left: 50%;
  display: inline-block;
  overflow: hidden;
  padding: 10px 10px 110px;
  -webkit-transform: translateX(-50%) translateZ(10px);
          transform: translateX(-50%) translateZ(10px);
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (min-width: 990px) {
  .scroll-down:hover {
    opacity: 0.7;
  }
  .scroll-down:hover > * {
    opacity: 0.7;
  }
}
.scroll-down::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  content: "";
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  background: #fff;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.switch {
  font-size: 27px;
  line-height: 30px;
  position: relative;
  width: 50px;
  text-align: center;
  letter-spacing: 0;
}
.switch input[type=checkbox] {
  display: none;
}
.switch__box {
  display: block;
  height: 30px;
  border: 2px solid #818181;
  border-radius: calc(30px / 2);
  background: #818181;
}
input[type=checkbox]:checked + .switch__box {
  border-color: #ffcc00;
  background: #ffcc00;
}
.switch__box span:after {
  color: #fff;
}
input[type=checkbox]:checked + .switch__box span:after {
  color: #fff;
}
.switch__knob {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(30px - 8px);
  height: calc(30px - 8px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: circle(47% at 50% 50%);
}
input[type=checkbox]:checked ~ .switch__knob {
  -webkit-transform: translateX(calc(50px - 30px));
          transform: translateX(calc(50px - 30px));
  background: #fff;
}

.loader-line {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-animation: fadeOut 6.5s ease-out forwards;
          animation: fadeOut 6.5s ease-out forwards;
  background: #e6e6e5;
}
.loader-line:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin: 0;
  content: "";
  -webkit-animation: expand 6.5s ease-out forwards;
          animation: expand 6.5s ease-out forwards;
  background: #c31111;
}
@-webkit-keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 990px) {
  .cursor {
    position: fixed;
    z-index: 9999;
    top: -10px;
    /*座標調整*/
    left: -5px;
    /*座標調整*/
    width: 10px;
    height: 10px;
    -webkit-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: none;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.7);
  }
  .cursor.is-hover {
    top: -20px;
    left: -30px;
    width: 50px;
    height: 50px;
    background: white;
    mix-blend-mode: difference;
  }
}
@media (min-width: 990px) {
  .cursor {
    position: fixed;
    z-index: 9999;
    top: -10px;
    /*座標調整*/
    left: -5px;
    /*座標調整*/
    width: 10px;
    height: 10px;
    -webkit-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: none;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.7);
  }
  .cursor.is-hover {
    top: -20px;
    left: -30px;
    width: 50px;
    height: 50px;
    background: white;
    mix-blend-mode: difference;
  }
}
.slider-p__list {
  background: none !important;
}
.slider-p__list__link {
  display: block;
  height: 100%;
}
.slider-p__list__img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.slider-p__list__title {
  font-family: "Poppins";
  font-size: 4rem;
  margin: auto;
  text-align: center;
  color: #fff;
}
.slider-p__list__description {
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.splash {
  pointer-events: none;
}
.splash__bg {
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 0.6;
  background: #fff;
}
.splash__loading {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 400px;
  margin: -70px 0 0 -220px;
  padding: 50px 20px;
  background: #fff;
}
.splash__loading__percent {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}
.splash__loading__gauge {
  width: 0;
  height: 5px;
  background: #f00;
}

.card-p {
  border-bottom: 1px solid #5b2a20;
}
.card-p__link {
  padding: 1em 1em;
  color: #5b2a20;
}
@media (min-width: 990px) {
  .card-p__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .card-p__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: rgba(91, 42, 32, 0.1);
  }
}
.card-p__date {
  color: #c31111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  line-height: 1;
  font-style: italic;
}
.card-p__tag {
  background: #c31111;
  color: #fff;
  padding: 0.25em 0.3em;
  font-size: 0.75em;
}

.card-s__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
@media (min-width: 990px) {
  .card-s__link:hover .card-s__title {
    opacity: 0.5;
  }
}
.card-s__title {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #5b2a20;
}
.card-s__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.card-s__img-wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.card-s__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-s__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 990px) {
  .card-s__img {
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  .card-s__img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  }
}

.slideshow__main {
  overflow: hidden;
  width: 100%;
  margin: 0 0 1rem 0;
}
.slideshow__main .swiper-button-prev,
.slideshow__main .swiper-button-next {
  color: #fff;
}
.slideshow__main__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.slideshow__main__wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.slideshow__main__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow__main__text {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #fff;
  background: rgba(26, 26, 26, 0.5);
}
.slideshow__thumb {
  overflow: visible;
}
@media (min-width: 990px) {
  .slideshow__thumb__slides {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.slideshow__thumb__slide {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .slideshow__thumb__slide:hover {
    opacity: 0.7;
  }
  .slideshow__thumb__slide:hover > * {
    opacity: 0.7;
  }
}
.slideshow__thumb__slide.is-current {
  opacity: 0.5;
}
.slideshow__thumb__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.slideshow__thumb__wrapper:before {
  display: block;
  padding-top: 54.6%;
  content: "";
}
.slideshow__thumb__wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.note {
  font-weight: normal;
  font-size: clamp(12px, 0.06944vw + 11.66667px, 13px);
}

.caption {
  color: #818181;
  font-weight: normal;
  font-size: clamp(10px, 0.06944vw + 9.66667px, 11px);
}

.thanks-img {
  margin: auto;
  width: 100%;
  max-width: 300px;
}

.box {
  background: #fff;
  padding: clamp(30px, 1.38889vw + 23.33333px, 50px) clamp(30px, 1.38889vw + 23.33333px, 50px);
  position: relative;
  width: 100%;
  border: 2px solid #5b2a20;
  height: calc(20px + 100% - 110px);
}
@media (max-width: 990px) {
  .box {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.box__frame {
  position: absolute;
  width: 110px;
}
.box__frame.is-left-top {
  top: -10px;
  left: -10px;
}
.box__frame.is-right-top {
  top: -10px;
  right: -10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.box__frame.is-right-bottom {
  bottom: -10px;
  right: -10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.box__frame.is-left-bottom {
  bottom: -10px;
  left: -10px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.box.has-badge {
  margin-top: calc(80px / 2);
  padding-top: calc(80px / 1.3);
}
.box__badge {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  top: calc(-80px / 2);
  background: #c31111;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-family: "Poppins";
  line-height: 1;
  gap: 0.25em;
  border: 1px solid #5b2a20;
}
.box__badge__point {
  padding-top: 0.25em;
  font-size: clamp(13px, 0vw + 13px, 13px);
  color: #ffcc00;
}
.box__badge__number {
  color: #fff;
  font-size: clamp(30px, 0vw + 30px, 30px);
}

.border-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.2rem, 0.00694vw + 1.16667px, 1.3rem);
}
.border-title:before, .border-title:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #e6e6e5;
  height: 1px;
  content: "";
}
.border-title:before {
  margin: 0 1em 0 0;
}
.border-title:after {
  margin: 0 0 0 1em;
}

.border {
  border: none;
  height: 1px;
  background-color: rgba(91, 42, 32, 0.5);
}

.table {
  border-top: 1px solid #e6e6e5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10em minmax(0, 1fr);
  grid-template-columns: 10em minmax(0, 1fr);
  position: relative;
}
.table.is-title-wider {
  -ms-grid-columns: 14em minmax(0, 1fr);
  grid-template-columns: 14em minmax(0, 1fr);
}
@media (max-width: 990px) {
  .table.is-title-wider {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .table.is-title-wider dt,
  .table.is-title-wider dd {
    width: 100%;
  }
  .table.is-title-wider dt {
    text-align: center;
  }
}
@media (max-width: 990px) {
  .table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.table dt,
.table dd {
  border-bottom: 1px solid #e6e6e5;
  padding: clamp(10px, 0.69444vw + 6.66667px, 20px) 0;
}
@media (max-width: 990px) {
  .table dt {
    border: none;
    padding-bottom: 0;
  }
}
.table__title {
  background: #c31111;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 0.25em 0.5em;
  display: inline-block;
  margin-bottom: auto;
  font-size: 0.9em;
}

@media (min-width: 480px) {
  body#top .hero-section {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  body#top .hero-section {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  body#top .hero-section > .container {
    width: 100%;
  }
}
body#top .hero-section .hero {
  position: relative;
}
body#top .hero-section .hero__bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
body#top .hero-section .hero__bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: slow-rotate 200s linear infinite;
          animation: slow-rotate 200s linear infinite;
  transform-origin: center;
}
@-webkit-keyframes slow-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-540deg);
            transform: rotate(-540deg);
  }
}
@keyframes slow-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-540deg);
            transform: rotate(-540deg);
  }
}
body#top .hero-section .hero__bg.is-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: slow-rotate-reverse 150s linear infinite;
          animation: slow-rotate-reverse 150s linear infinite;
}
@-webkit-keyframes slow-rotate-reverse {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
}
@keyframes slow-rotate-reverse {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
}
body#top .hero-section .hero__bg__polygon {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
body#top .hero-section .hero__bg__polygon:nth-child(1) {
  position: absolute;
  top: 73%;
  right: 54%;
  width: 111px;
  height: 111px;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-animation: drift1 30s linear infinite alternate;
          animation: drift1 30s linear infinite alternate;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(2) {
  position: absolute;
  top: 56%;
  left: 34%;
  width: 190px;
  height: 190px;
  background: url("/images/obj3.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: drift2 31s linear infinite alternate;
          animation: drift2 31s linear infinite alternate;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(3) {
  position: absolute;
  top: 80%;
  right: 20%;
  width: 151px;
  height: 151px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
  -webkit-animation: drift3 33s linear infinite alternate;
          animation: drift3 33s linear infinite alternate;
  -webkit-animation-delay: -7.3s;
          animation-delay: -7.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(4) {
  position: absolute;
  top: 84%;
  left: 36%;
  width: 180px;
  height: 180px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(344deg);
          transform: rotate(344deg);
  -webkit-animation: drift4 33s linear infinite alternate;
          animation: drift4 33s linear infinite alternate;
  -webkit-animation-delay: -5.7s;
          animation-delay: -5.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(5) {
  position: absolute;
  top: 79%;
  right: 96%;
  width: 102px;
  height: 102px;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  -webkit-animation: drift5 22s linear infinite alternate;
          animation: drift5 22s linear infinite alternate;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(6) {
  position: absolute;
  top: 98%;
  left: 64%;
  width: 137px;
  height: 137px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(356deg);
          transform: rotate(356deg);
  -webkit-animation: drift6 35s linear infinite alternate;
          animation: drift6 35s linear infinite alternate;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(7) {
  position: absolute;
  top: 90%;
  right: 63%;
  width: 191px;
  height: 191px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-animation: drift7 32s linear infinite alternate;
          animation: drift7 32s linear infinite alternate;
  -webkit-animation-delay: -9.3s;
          animation-delay: -9.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(8) {
  position: absolute;
  top: 42%;
  left: 24%;
  width: 110px;
  height: 110px;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(204deg);
          transform: rotate(204deg);
  -webkit-animation: drift8 33s linear infinite alternate;
          animation: drift8 33s linear infinite alternate;
  -webkit-animation-delay: -5.9s;
          animation-delay: -5.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(9) {
  position: absolute;
  top: 12%;
  right: 74%;
  width: 176px;
  height: 176px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(88deg);
          transform: rotate(88deg);
  -webkit-animation: drift9 32s linear infinite alternate;
          animation: drift9 32s linear infinite alternate;
  -webkit-animation-delay: -9.1s;
          animation-delay: -9.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(10) {
  position: absolute;
  top: 92%;
  left: 74%;
  width: 198px;
  height: 198px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  -webkit-animation: drift10 32s linear infinite alternate;
          animation: drift10 32s linear infinite alternate;
  -webkit-animation-delay: -9.2s;
          animation-delay: -9.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(11) {
  position: absolute;
  top: 85%;
  right: 81%;
  width: 154px;
  height: 154px;
  background: url("/images/obj3.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
  -webkit-animation: drift11 32s linear infinite alternate;
          animation: drift11 32s linear infinite alternate;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(12) {
  position: absolute;
  top: 6%;
  left: 49%;
  width: 139px;
  height: 139px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(178deg);
          transform: rotate(178deg);
  -webkit-animation: drift12 29s linear infinite alternate;
          animation: drift12 29s linear infinite alternate;
  -webkit-animation-delay: -4.7s;
          animation-delay: -4.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(13) {
  position: absolute;
  top: 87%;
  right: 25%;
  width: 192px;
  height: 192px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(109deg);
          transform: rotate(109deg);
  -webkit-animation: drift13 23s linear infinite alternate;
          animation: drift13 23s linear infinite alternate;
  -webkit-animation-delay: -6.7s;
          animation-delay: -6.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(14) {
  position: absolute;
  top: 77%;
  left: 9%;
  width: 185px;
  height: 185px;
  background: url("/images/obj3.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(335deg);
          transform: rotate(335deg);
  -webkit-animation: drift14 29s linear infinite alternate;
          animation: drift14 29s linear infinite alternate;
  -webkit-animation-delay: -5.9s;
          animation-delay: -5.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(15) {
  position: absolute;
  top: 89%;
  right: 90%;
  width: 152px;
  height: 152px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(199deg);
          transform: rotate(199deg);
  -webkit-animation: drift15 21s linear infinite alternate;
          animation: drift15 21s linear infinite alternate;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(16) {
  position: absolute;
  top: 71%;
  left: 68%;
  width: 152px;
  height: 152px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(323deg);
          transform: rotate(323deg);
  -webkit-animation: drift16 34s linear infinite alternate;
          animation: drift16 34s linear infinite alternate;
  -webkit-animation-delay: -3.3s;
          animation-delay: -3.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(17) {
  position: absolute;
  top: 7%;
  right: 52%;
  width: 124px;
  height: 124px;
  background: url("/images/obj3.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(106deg);
          transform: rotate(106deg);
  -webkit-animation: drift17 32s linear infinite alternate;
          animation: drift17 32s linear infinite alternate;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(18) {
  position: absolute;
  top: 47%;
  left: 75%;
  width: 165px;
  height: 165px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(257deg);
          transform: rotate(257deg);
  -webkit-animation: drift18 25s linear infinite alternate;
          animation: drift18 25s linear infinite alternate;
  -webkit-animation-delay: -7.6s;
          animation-delay: -7.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(19) {
  position: absolute;
  top: 85%;
  right: 62%;
  width: 127px;
  height: 127px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(142deg);
          transform: rotate(142deg);
  -webkit-animation: drift19 35s linear infinite alternate;
          animation: drift19 35s linear infinite alternate;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(20) {
  position: absolute;
  top: 27%;
  left: 80%;
  width: 132px;
  height: 132px;
  background: url("/images/obj3.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(259deg);
          transform: rotate(259deg);
  -webkit-animation: drift20 31s linear infinite alternate;
          animation: drift20 31s linear infinite alternate;
  -webkit-animation-delay: -7.8s;
          animation-delay: -7.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(21) {
  position: absolute;
  top: 22%;
  right: 99%;
  width: 173px;
  height: 173px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
  -webkit-animation: drift21 29s linear infinite alternate;
          animation: drift21 29s linear infinite alternate;
  -webkit-animation-delay: -7.8s;
          animation-delay: -7.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(22) {
  position: absolute;
  top: 91%;
  left: 41%;
  width: 175px;
  height: 175px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(158deg);
          transform: rotate(158deg);
  -webkit-animation: drift22 25s linear infinite alternate;
          animation: drift22 25s linear infinite alternate;
  -webkit-animation-delay: -6.2s;
          animation-delay: -6.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(23) {
  position: absolute;
  top: 64%;
  right: 25%;
  width: 161px;
  height: 161px;
  background: url("/images/obj3.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(246deg);
          transform: rotate(246deg);
  -webkit-animation: drift23 33s linear infinite alternate;
          animation: drift23 33s linear infinite alternate;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(24) {
  position: absolute;
  top: 16%;
  left: 82%;
  width: 160px;
  height: 160px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(174deg);
          transform: rotate(174deg);
  -webkit-animation: drift24 21s linear infinite alternate;
          animation: drift24 21s linear infinite alternate;
  -webkit-animation-delay: -6.9s;
          animation-delay: -6.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(25) {
  position: absolute;
  top: 89%;
  right: 12%;
  width: 137px;
  height: 137px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(167deg);
          transform: rotate(167deg);
  -webkit-animation: drift25 35s linear infinite alternate;
          animation: drift25 35s linear infinite alternate;
  -webkit-animation-delay: -8.7s;
          animation-delay: -8.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(26) {
  position: absolute;
  top: 64%;
  left: 33%;
  width: 154px;
  height: 154px;
  background: url("/images/obj3.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(207deg);
          transform: rotate(207deg);
  -webkit-animation: drift26 27s linear infinite alternate;
          animation: drift26 27s linear infinite alternate;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(27) {
  position: absolute;
  top: 43%;
  right: 12%;
  width: 173px;
  height: 173px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-animation: drift27 26s linear infinite alternate;
          animation: drift27 26s linear infinite alternate;
  -webkit-animation-delay: -7.2s;
          animation-delay: -7.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(28) {
  position: absolute;
  top: 29%;
  left: 47%;
  width: 120px;
  height: 120px;
  background: url("/images/obj2.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
  -webkit-animation: drift28 29s linear infinite alternate;
          animation: drift28 29s linear infinite alternate;
  -webkit-animation-delay: -7.8s;
          animation-delay: -7.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(29) {
  position: absolute;
  top: 26%;
  right: 58%;
  width: 108px;
  height: 108px;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(89deg);
          transform: rotate(89deg);
  -webkit-animation: drift29 23s linear infinite alternate;
          animation: drift29 23s linear infinite alternate;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg__polygon:nth-child(30) {
  position: absolute;
  top: 84%;
  left: 82%;
  width: 161px;
  height: 161px;
  background: url("/images/obj1.png") no-repeat center/contain;
  z-index: 2;
  -webkit-transform: rotate(193deg);
          transform: rotate(193deg);
  -webkit-animation: drift30 34s linear infinite alternate;
          animation: drift30 34s linear infinite alternate;
  -webkit-animation-delay: -7.1s;
          animation-delay: -7.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes drift1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-275px) translateY(-179px) rotate(-48deg);
            transform: translateX(-275px) translateY(-179px) rotate(-48deg);
  }
}
@keyframes drift1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-275px) translateY(-179px) rotate(-48deg);
            transform: translateX(-275px) translateY(-179px) rotate(-48deg);
  }
}
@-webkit-keyframes drift2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-203px) translateY(-149px) rotate(194deg);
            transform: translateX(-203px) translateY(-149px) rotate(194deg);
  }
}
@keyframes drift2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-203px) translateY(-149px) rotate(194deg);
            transform: translateX(-203px) translateY(-149px) rotate(194deg);
  }
}
@-webkit-keyframes drift3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-300px) translateY(-466px) rotate(-180deg);
            transform: translateX(-300px) translateY(-466px) rotate(-180deg);
  }
}
@keyframes drift3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-300px) translateY(-466px) rotate(-180deg);
            transform: translateX(-300px) translateY(-466px) rotate(-180deg);
  }
}
@-webkit-keyframes drift4 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-305px) translateY(-272px) rotate(265deg);
            transform: translateX(-305px) translateY(-272px) rotate(265deg);
  }
}
@keyframes drift4 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-305px) translateY(-272px) rotate(265deg);
            transform: translateX(-305px) translateY(-272px) rotate(265deg);
  }
}
@-webkit-keyframes drift5 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-215px) translateY(-155px) rotate(-208deg);
            transform: translateX(-215px) translateY(-155px) rotate(-208deg);
  }
}
@keyframes drift5 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-215px) translateY(-155px) rotate(-208deg);
            transform: translateX(-215px) translateY(-155px) rotate(-208deg);
  }
}
@-webkit-keyframes drift6 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-443px) translateY(-329px) rotate(137deg);
            transform: translateX(-443px) translateY(-329px) rotate(137deg);
  }
}
@keyframes drift6 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-443px) translateY(-329px) rotate(137deg);
            transform: translateX(-443px) translateY(-329px) rotate(137deg);
  }
}
@-webkit-keyframes drift7 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-239px) translateY(-331px) rotate(-114deg);
            transform: translateX(-239px) translateY(-331px) rotate(-114deg);
  }
}
@keyframes drift7 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-239px) translateY(-331px) rotate(-114deg);
            transform: translateX(-239px) translateY(-331px) rotate(-114deg);
  }
}
@-webkit-keyframes drift8 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-124px) translateY(-20px) rotate(286deg);
            transform: translateX(-124px) translateY(-20px) rotate(286deg);
  }
}
@keyframes drift8 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-124px) translateY(-20px) rotate(286deg);
            transform: translateX(-124px) translateY(-20px) rotate(286deg);
  }
}
@-webkit-keyframes drift9 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-122px) translateY(-329px) rotate(-327deg);
            transform: translateX(-122px) translateY(-329px) rotate(-327deg);
  }
}
@keyframes drift9 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-122px) translateY(-329px) rotate(-327deg);
            transform: translateX(-122px) translateY(-329px) rotate(-327deg);
  }
}
@-webkit-keyframes drift10 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-373px) translateY(-333px) rotate(63deg);
            transform: translateX(-373px) translateY(-333px) rotate(63deg);
  }
}
@keyframes drift10 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-373px) translateY(-333px) rotate(63deg);
            transform: translateX(-373px) translateY(-333px) rotate(63deg);
  }
}
@-webkit-keyframes drift11 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-327px) translateY(-404px) rotate(-197deg);
            transform: translateX(-327px) translateY(-404px) rotate(-197deg);
  }
}
@keyframes drift11 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-327px) translateY(-404px) rotate(-197deg);
            transform: translateX(-327px) translateY(-404px) rotate(-197deg);
  }
}
@-webkit-keyframes drift12 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-120px) translateY(-70px) rotate(37deg);
            transform: translateX(-120px) translateY(-70px) rotate(37deg);
  }
}
@keyframes drift12 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-120px) translateY(-70px) rotate(37deg);
            transform: translateX(-120px) translateY(-70px) rotate(37deg);
  }
}
@-webkit-keyframes drift13 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-33px) translateY(-64px) rotate(-179deg);
            transform: translateX(-33px) translateY(-64px) rotate(-179deg);
  }
}
@keyframes drift13 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-33px) translateY(-64px) rotate(-179deg);
            transform: translateX(-33px) translateY(-64px) rotate(-179deg);
  }
}
@-webkit-keyframes drift14 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-429px) translateY(-480px) rotate(279deg);
            transform: translateX(-429px) translateY(-480px) rotate(279deg);
  }
}
@keyframes drift14 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-429px) translateY(-480px) rotate(279deg);
            transform: translateX(-429px) translateY(-480px) rotate(279deg);
  }
}
@-webkit-keyframes drift15 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-233px) translateY(-113px) rotate(-333deg);
            transform: translateX(-233px) translateY(-113px) rotate(-333deg);
  }
}
@keyframes drift15 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-233px) translateY(-113px) rotate(-333deg);
            transform: translateX(-233px) translateY(-113px) rotate(-333deg);
  }
}
@-webkit-keyframes drift16 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-290px) translateY(-479px) rotate(131deg);
            transform: translateX(-290px) translateY(-479px) rotate(131deg);
  }
}
@keyframes drift16 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-290px) translateY(-479px) rotate(131deg);
            transform: translateX(-290px) translateY(-479px) rotate(131deg);
  }
}
@-webkit-keyframes drift17 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-110px) translateY(-329px) rotate(-172deg);
            transform: translateX(-110px) translateY(-329px) rotate(-172deg);
  }
}
@keyframes drift17 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-110px) translateY(-329px) rotate(-172deg);
            transform: translateX(-110px) translateY(-329px) rotate(-172deg);
  }
}
@-webkit-keyframes drift18 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-192px) translateY(-136px) rotate(209deg);
            transform: translateX(-192px) translateY(-136px) rotate(209deg);
  }
}
@keyframes drift18 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-192px) translateY(-136px) rotate(209deg);
            transform: translateX(-192px) translateY(-136px) rotate(209deg);
  }
}
@-webkit-keyframes drift19 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-432px) translateY(-233px) rotate(-148deg);
            transform: translateX(-432px) translateY(-233px) rotate(-148deg);
  }
}
@keyframes drift19 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-432px) translateY(-233px) rotate(-148deg);
            transform: translateX(-432px) translateY(-233px) rotate(-148deg);
  }
}
@-webkit-keyframes drift20 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-481px) translateY(-120px) rotate(151deg);
            transform: translateX(-481px) translateY(-120px) rotate(151deg);
  }
}
@keyframes drift20 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-481px) translateY(-120px) rotate(151deg);
            transform: translateX(-481px) translateY(-120px) rotate(151deg);
  }
}
@-webkit-keyframes drift21 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-144px) translateY(-85px) rotate(-153deg);
            transform: translateX(-144px) translateY(-85px) rotate(-153deg);
  }
}
@keyframes drift21 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-144px) translateY(-85px) rotate(-153deg);
            transform: translateX(-144px) translateY(-85px) rotate(-153deg);
  }
}
@-webkit-keyframes drift22 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-415px) translateY(-174px) rotate(214deg);
            transform: translateX(-415px) translateY(-174px) rotate(214deg);
  }
}
@keyframes drift22 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-415px) translateY(-174px) rotate(214deg);
            transform: translateX(-415px) translateY(-174px) rotate(214deg);
  }
}
@-webkit-keyframes drift23 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-151px) translateY(-460px) rotate(-57deg);
            transform: translateX(-151px) translateY(-460px) rotate(-57deg);
  }
}
@keyframes drift23 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-151px) translateY(-460px) rotate(-57deg);
            transform: translateX(-151px) translateY(-460px) rotate(-57deg);
  }
}
@-webkit-keyframes drift24 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-427px) translateY(-235px) rotate(263deg);
            transform: translateX(-427px) translateY(-235px) rotate(263deg);
  }
}
@keyframes drift24 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-427px) translateY(-235px) rotate(263deg);
            transform: translateX(-427px) translateY(-235px) rotate(263deg);
  }
}
@-webkit-keyframes drift25 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-337px) translateY(-83px) rotate(-9deg);
            transform: translateX(-337px) translateY(-83px) rotate(-9deg);
  }
}
@keyframes drift25 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-337px) translateY(-83px) rotate(-9deg);
            transform: translateX(-337px) translateY(-83px) rotate(-9deg);
  }
}
@-webkit-keyframes drift26 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-52px) translateY(-292px) rotate(57deg);
            transform: translateX(-52px) translateY(-292px) rotate(57deg);
  }
}
@keyframes drift26 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-52px) translateY(-292px) rotate(57deg);
            transform: translateX(-52px) translateY(-292px) rotate(57deg);
  }
}
@-webkit-keyframes drift27 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-380px) translateY(-217px) rotate(-216deg);
            transform: translateX(-380px) translateY(-217px) rotate(-216deg);
  }
}
@keyframes drift27 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-380px) translateY(-217px) rotate(-216deg);
            transform: translateX(-380px) translateY(-217px) rotate(-216deg);
  }
}
@-webkit-keyframes drift28 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-292px) translateY(-420px) rotate(341deg);
            transform: translateX(-292px) translateY(-420px) rotate(341deg);
  }
}
@keyframes drift28 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-292px) translateY(-420px) rotate(341deg);
            transform: translateX(-292px) translateY(-420px) rotate(341deg);
  }
}
@-webkit-keyframes drift29 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-212px) translateY(-130px) rotate(-142deg);
            transform: translateX(-212px) translateY(-130px) rotate(-142deg);
  }
}
@keyframes drift29 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-212px) translateY(-130px) rotate(-142deg);
            transform: translateX(-212px) translateY(-130px) rotate(-142deg);
  }
}
@-webkit-keyframes drift30 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-62px) translateY(-61px) rotate(203deg);
            transform: translateX(-62px) translateY(-61px) rotate(203deg);
  }
}
@keyframes drift30 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-62px) translateY(-61px) rotate(203deg);
            transform: translateX(-62px) translateY(-61px) rotate(203deg);
  }
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(1) {
  position: absolute;
  top: 80%;
  right: 49%;
  opacity: 0.2;
  width: 102%;
  height: 102%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(276deg);
          transform: rotate(276deg);
  -webkit-animation: drift1 58s linear infinite alternate;
          animation: drift1 58s linear infinite alternate;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(2) {
  position: absolute;
  top: 27%;
  left: 86%;
  opacity: 0.2;
  width: 64%;
  height: 64%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(123deg);
          transform: rotate(123deg);
  -webkit-animation: drift2 59s linear infinite alternate;
          animation: drift2 59s linear infinite alternate;
  -webkit-animation-delay: -8.6s;
          animation-delay: -8.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(3) {
  position: absolute;
  top: 97%;
  right: 63%;
  opacity: 0.2;
  width: 108%;
  height: 108%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
  -webkit-animation: drift3 65s linear infinite alternate;
          animation: drift3 65s linear infinite alternate;
  -webkit-animation-delay: -3.7s;
          animation-delay: -3.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(4) {
  position: absolute;
  top: 126%;
  left: 61%;
  opacity: 0.2;
  width: 120%;
  height: 120%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(247deg);
          transform: rotate(247deg);
  -webkit-animation: drift4 54s linear infinite alternate;
          animation: drift4 54s linear infinite alternate;
  -webkit-animation-delay: -8.4s;
          animation-delay: -8.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(5) {
  position: absolute;
  top: 17%;
  right: 11%;
  opacity: 0.2;
  width: 127%;
  height: 127%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  -webkit-animation: drift5 55s linear infinite alternate;
          animation: drift5 55s linear infinite alternate;
  -webkit-animation-delay: -7.2s;
          animation-delay: -7.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(6) {
  position: absolute;
  top: 90%;
  left: 84%;
  opacity: 0.2;
  width: 95%;
  height: 95%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(261deg);
          transform: rotate(261deg);
  -webkit-animation: drift6 51s linear infinite alternate;
          animation: drift6 51s linear infinite alternate;
  -webkit-animation-delay: -9.9s;
          animation-delay: -9.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(7) {
  position: absolute;
  top: 62%;
  right: 72%;
  opacity: 0.2;
  width: 71%;
  height: 71%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(77deg);
          transform: rotate(77deg);
  -webkit-animation: drift7 59s linear infinite alternate;
          animation: drift7 59s linear infinite alternate;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(8) {
  position: absolute;
  top: 60%;
  left: 57%;
  opacity: 0.2;
  width: 62%;
  height: 62%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(352deg);
          transform: rotate(352deg);
  -webkit-animation: drift8 62s linear infinite alternate;
          animation: drift8 62s linear infinite alternate;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(9) {
  position: absolute;
  top: 117%;
  right: 136%;
  opacity: 0.2;
  width: 113%;
  height: 113%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(79deg);
          transform: rotate(79deg);
  -webkit-animation: drift9 53s linear infinite alternate;
          animation: drift9 53s linear infinite alternate;
  -webkit-animation-delay: -3.1s;
          animation-delay: -3.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(10) {
  position: absolute;
  top: 102%;
  left: 116%;
  opacity: 0.2;
  width: 114%;
  height: 114%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
  -webkit-animation: drift10 59s linear infinite alternate;
          animation: drift10 59s linear infinite alternate;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(11) {
  position: absolute;
  top: 94%;
  right: 125%;
  opacity: 0.2;
  width: 111%;
  height: 111%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
  -webkit-animation: drift11 60s linear infinite alternate;
          animation: drift11 60s linear infinite alternate;
  -webkit-animation-delay: -7.8s;
          animation-delay: -7.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(12) {
  position: absolute;
  top: 83%;
  left: 13%;
  opacity: 0.2;
  width: 60%;
  height: 60%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(78deg);
          transform: rotate(78deg);
  -webkit-animation: drift12 55s linear infinite alternate;
          animation: drift12 55s linear infinite alternate;
  -webkit-animation-delay: -4.3s;
          animation-delay: -4.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(13) {
  position: absolute;
  top: 55%;
  right: 104%;
  opacity: 0.2;
  width: 112%;
  height: 112%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(322deg);
          transform: rotate(322deg);
  -webkit-animation: drift13 56s linear infinite alternate;
          animation: drift13 56s linear infinite alternate;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(14) {
  position: absolute;
  top: 122%;
  left: 13%;
  opacity: 0.2;
  width: 78%;
  height: 78%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(331deg);
          transform: rotate(331deg);
  -webkit-animation: drift14 55s linear infinite alternate;
          animation: drift14 55s linear infinite alternate;
  -webkit-animation-delay: -8.2s;
          animation-delay: -8.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(15) {
  position: absolute;
  top: 92%;
  right: 13%;
  opacity: 0.2;
  width: 114%;
  height: 114%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(279deg);
          transform: rotate(279deg);
  -webkit-animation: drift15 57s linear infinite alternate;
          animation: drift15 57s linear infinite alternate;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(16) {
  position: absolute;
  top: 81%;
  left: 48%;
  opacity: 0.2;
  width: 61%;
  height: 61%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(111deg);
          transform: rotate(111deg);
  -webkit-animation: drift16 59s linear infinite alternate;
          animation: drift16 59s linear infinite alternate;
  -webkit-animation-delay: -4.9s;
          animation-delay: -4.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(17) {
  position: absolute;
  top: 38%;
  right: 57%;
  opacity: 0.2;
  width: 55%;
  height: 55%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
  -webkit-animation: drift17 52s linear infinite alternate;
          animation: drift17 52s linear infinite alternate;
  -webkit-animation-delay: -8.4s;
          animation-delay: -8.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(18) {
  position: absolute;
  top: 39%;
  left: 128%;
  opacity: 0.2;
  width: 145%;
  height: 145%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(198deg);
          transform: rotate(198deg);
  -webkit-animation: drift18 59s linear infinite alternate;
          animation: drift18 59s linear infinite alternate;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(19) {
  position: absolute;
  top: 118%;
  right: 49%;
  opacity: 0.2;
  width: 105%;
  height: 105%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  -webkit-animation: drift19 59s linear infinite alternate;
          animation: drift19 59s linear infinite alternate;
  -webkit-animation-delay: -3.1s;
          animation-delay: -3.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(20) {
  position: absolute;
  top: 70%;
  left: 108%;
  opacity: 0.2;
  width: 65%;
  height: 65%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(68deg);
          transform: rotate(68deg);
  -webkit-animation: drift20 61s linear infinite alternate;
          animation: drift20 61s linear infinite alternate;
  -webkit-animation-delay: -7.4s;
          animation-delay: -7.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(21) {
  position: absolute;
  top: 39%;
  right: 52%;
  opacity: 0.2;
  width: 91%;
  height: 91%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
  -webkit-animation: drift21 64s linear infinite alternate;
          animation: drift21 64s linear infinite alternate;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(22) {
  position: absolute;
  top: 47%;
  left: 89%;
  opacity: 0.2;
  width: 113%;
  height: 113%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(297deg);
          transform: rotate(297deg);
  -webkit-animation: drift22 56s linear infinite alternate;
          animation: drift22 56s linear infinite alternate;
  -webkit-animation-delay: -7.5s;
          animation-delay: -7.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(23) {
  position: absolute;
  top: 4%;
  right: 45%;
  opacity: 0.2;
  width: 123%;
  height: 123%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(95deg);
          transform: rotate(95deg);
  -webkit-animation: drift23 55s linear infinite alternate;
          animation: drift23 55s linear infinite alternate;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(24) {
  position: absolute;
  top: 108%;
  left: 60%;
  opacity: 0.2;
  width: 99%;
  height: 99%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(265deg);
          transform: rotate(265deg);
  -webkit-animation: drift24 57s linear infinite alternate;
          animation: drift24 57s linear infinite alternate;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(25) {
  position: absolute;
  top: 92%;
  right: 52%;
  opacity: 0.2;
  width: 94%;
  height: 94%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(78deg);
          transform: rotate(78deg);
  -webkit-animation: drift25 65s linear infinite alternate;
          animation: drift25 65s linear infinite alternate;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(26) {
  position: absolute;
  top: 64%;
  left: 92%;
  opacity: 0.2;
  width: 101%;
  height: 101%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(113deg);
          transform: rotate(113deg);
  -webkit-animation: drift26 62s linear infinite alternate;
          animation: drift26 62s linear infinite alternate;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(27) {
  position: absolute;
  top: 13%;
  right: 49%;
  opacity: 0.2;
  width: 92%;
  height: 92%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
  -webkit-animation: drift27 51s linear infinite alternate;
          animation: drift27 51s linear infinite alternate;
  -webkit-animation-delay: -6.7s;
          animation-delay: -6.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(28) {
  position: absolute;
  top: 102%;
  left: 89%;
  opacity: 0.2;
  width: 126%;
  height: 126%;
  background: url("/images/obj2.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(285deg);
          transform: rotate(285deg);
  -webkit-animation: drift28 54s linear infinite alternate;
          animation: drift28 54s linear infinite alternate;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(29) {
  position: absolute;
  top: 85%;
  right: 80%;
  opacity: 0.2;
  width: 59%;
  height: 59%;
  background: url("/images/obj3.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-animation: drift29 63s linear infinite alternate;
          animation: drift29 63s linear infinite alternate;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
body#top .hero-section .hero__bg.is-far .hero__bg__polygon:nth-child(30) {
  position: absolute;
  top: 91%;
  left: 2%;
  opacity: 0.2;
  width: 129%;
  height: 129%;
  background: url("/images/obj1.png") no-repeat center/contain;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
  -webkit-transform: rotate(142deg);
          transform: rotate(142deg);
  -webkit-animation: drift30 63s linear infinite alternate;
          animation: drift30 63s linear infinite alternate;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@keyframes drift1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-39px) translateY(-13px) rotate(-332deg);
            transform: translateX(-39px) translateY(-13px) rotate(-332deg);
  }
}
@keyframes drift2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-20px) translateY(-36px) rotate(165deg);
            transform: translateX(-20px) translateY(-36px) rotate(165deg);
  }
}
@keyframes drift3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-19px) translateY(-59px) rotate(-292deg);
            transform: translateX(-19px) translateY(-59px) rotate(-292deg);
  }
}
@keyframes drift4 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-77px) translateY(-94px) rotate(38deg);
            transform: translateX(-77px) translateY(-94px) rotate(38deg);
  }
}
@keyframes drift5 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-78px) translateY(-97px) rotate(-226deg);
            transform: translateX(-78px) translateY(-97px) rotate(-226deg);
  }
}
@keyframes drift6 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-1px) translateY(-8px) rotate(313deg);
            transform: translateX(-1px) translateY(-8px) rotate(313deg);
  }
}
@keyframes drift7 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-14px) translateY(-77px) rotate(-284deg);
            transform: translateX(-14px) translateY(-77px) rotate(-284deg);
  }
}
@keyframes drift8 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-87px) translateY(-78px) rotate(94deg);
            transform: translateX(-87px) translateY(-78px) rotate(94deg);
  }
}
@keyframes drift9 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-67px) translateY(-89px) rotate(-156deg);
            transform: translateX(-67px) translateY(-89px) rotate(-156deg);
  }
}
@keyframes drift10 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-9px) translateY(-84px) rotate(150deg);
            transform: translateX(-9px) translateY(-84px) rotate(150deg);
  }
}
@keyframes drift11 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-49px) translateY(-73px) rotate(-313deg);
            transform: translateX(-49px) translateY(-73px) rotate(-313deg);
  }
}
@keyframes drift12 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-38px) translateY(-3px) rotate(263deg);
            transform: translateX(-38px) translateY(-3px) rotate(263deg);
  }
}
@keyframes drift13 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-41px) translateY(-4px) rotate(-23deg);
            transform: translateX(-41px) translateY(-4px) rotate(-23deg);
  }
}
@keyframes drift14 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-74px) translateY(-76px) rotate(59deg);
            transform: translateX(-74px) translateY(-76px) rotate(59deg);
  }
}
@keyframes drift15 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-2px) translateY(-82px) rotate(-61deg);
            transform: translateX(-2px) translateY(-82px) rotate(-61deg);
  }
}
@keyframes drift16 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-90px) translateY(-96px) rotate(157deg);
            transform: translateX(-90px) translateY(-96px) rotate(157deg);
  }
}
@keyframes drift17 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-74px) translateY(-6px) rotate(-194deg);
            transform: translateX(-74px) translateY(-6px) rotate(-194deg);
  }
}
@keyframes drift18 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-77px) translateY(-12px) rotate(79deg);
            transform: translateX(-77px) translateY(-12px) rotate(79deg);
  }
}
@keyframes drift19 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-87px) translateY(-69px) rotate(-72deg);
            transform: translateX(-87px) translateY(-69px) rotate(-72deg);
  }
}
@keyframes drift20 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-27px) translateY(-45px) rotate(359deg);
            transform: translateX(-27px) translateY(-45px) rotate(359deg);
  }
}
@keyframes drift21 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-25px) translateY(-29px) rotate(-218deg);
            transform: translateX(-25px) translateY(-29px) rotate(-218deg);
  }
}
@keyframes drift22 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-14px) translateY(-95px) rotate(101deg);
            transform: translateX(-14px) translateY(-95px) rotate(101deg);
  }
}
@keyframes drift23 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-22px) translateY(-83px) rotate(-69deg);
            transform: translateX(-22px) translateY(-83px) rotate(-69deg);
  }
}
@keyframes drift24 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-78px) translateY(-8px) rotate(161deg);
            transform: translateX(-78px) translateY(-8px) rotate(161deg);
  }
}
@keyframes drift25 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-86px) translateY(-55px) rotate(-355deg);
            transform: translateX(-86px) translateY(-55px) rotate(-355deg);
  }
}
@keyframes drift26 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-66px) translateY(-42px) rotate(360deg);
            transform: translateX(-66px) translateY(-42px) rotate(360deg);
  }
}
@keyframes drift27 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50px) translateY(-19px) rotate(-89deg);
            transform: translateX(-50px) translateY(-19px) rotate(-89deg);
  }
}
@keyframes drift28 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-54px) translateY(-41px) rotate(174deg);
            transform: translateX(-54px) translateY(-41px) rotate(174deg);
  }
}
@keyframes drift29 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-78px) translateY(-62px) rotate(-314deg);
            transform: translateX(-78px) translateY(-62px) rotate(-314deg);
  }
}
@keyframes drift30 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-66px) translateY(-60px) rotate(294deg);
            transform: translateX(-66px) translateY(-60px) rotate(294deg);
  }
}
body#top .hero-section .hero__title {
  width: 100%;
  max-width: 450px;
  margin: auto;
  position: relative;
  z-index: 1;
}
body#top .hero-section .hero__title__img {
  width: 100%;
  -webkit-box-shadow: 0 0 60px rgba(253, 166, 95, 0.3);
          box-shadow: 0 0 60px rgba(253, 166, 95, 0.3);
}
body#top .hero-section .hero__schedule {
  width: 90%;
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
}
body#top .intro-section {
  background: url("../img/top/bg_carpet.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
  text-align: center;
  padding: clamp(100px, 3.47222vw + 83.33333px, 150px) 0;
}
body#top .intro-section:before, body#top .intro-section:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffcc00;
}
body#top .intro-section:before {
  top: 30px;
}
body#top .intro-section:after {
  bottom: 30px;
}
body#top .intro-section .introduction .is-focus {
  color: #ffcc00;
  line-height: 1;
  font-weight: bold;
  vertical-align: baseline;
  display: inline-block;
}
@media (min-width: 990px) {
  body#top .intro-section .introduction .is-focus {
    font-size: 1.5em;
  }
}
@media (max-width: 990px) {
  body#top .intro-section .introduction__description {
    text-align: left;
  }
}
@media (min-width: 990px) {
  body#top .intro-section .introduction__description {
    line-height: 2;
  }
}
body#top .media-section {
  background: url("../img/common/bg_tile.jpg") repeat center;
  background-size: 100px 100px;
}
body#top .media-section .media {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2em minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2em;
}
@media (max-width: 990px) {
  body#top .media-section .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5em;
  }
}
body#top .media-section .media__item {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#news {
  background: url("../img/common/bg_tile.jpg") repeat center;
  background-size: 100px 100px;
}
body .article {
  color: #5b2a20;
}
body .article__date {
  color: #c31111;
  font-style: italic;
}
body#outline {
  background: url("../img/common/bg_tile.jpg") repeat center;
  background-size: 100px 100px;
}

body#highlight {
  background: url("../img/common/bg_tile.jpg") repeat center;
  background-size: 100px 100px;
}

body#ticket {
  background: url("../img/common/bg_tile.jpg") repeat center;
  background-size: 100px 100px;
}
body#ticket .ticket-section .ticket-table section h3 {
  margin-bottom: 0.5rem;
  border-left: 4px solid #c31111;
  padding-left: 0.5rem;
  line-height: 1.2;
}
body#ticket .ticket-section .ticket-table section table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: clamp(10px, 0.13889vw + 9.33333px, 12px);
}
body#ticket .ticket-section .ticket-table section table colgroup col:nth-child(1) {
  width: 16em;
}
@media (max-width: 990px) {
  body#ticket .ticket-section .ticket-table section table colgroup col:nth-child(1) {
    width: 10em;
  }
}
body#ticket .ticket-section .ticket-table section table colgroup col:nth-child(2) {
  width: auto;
}
body#ticket .ticket-section .ticket-table section table colgroup col:nth-child(3) {
  width: 30em;
}
@media (max-width: 990px) {
  body#ticket .ticket-section .ticket-table section table colgroup col:nth-child(3) {
    width: 12em;
  }
}
body#ticket .ticket-section .ticket-table section table th,
body#ticket .ticket-section .ticket-table section table td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
  word-break: break-word;
}
body#ticket .ticket-section .ticket-table section table th {
  background: #f5f5f5;
  font-weight: bold;
}
body#ticket .ticket-section .premium-tickets {
  width: 100%;
}
body#ticket .ticket-section .premium-tickets .ticket .ticket-title {
  font-size: clamp(15px, 0.34722vw + 13.33333px, 20px);
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-align: center;
}
body#ticket .ticket-section .premium-tickets .ticket table {
  width: 100%;
  border-collapse: collapse;
}
body#ticket .ticket-section .premium-tickets .ticket table th,
body#ticket .ticket-section .premium-tickets .ticket table td {
  border: 1px solid #ccc;
  padding: 0.75em;
  text-align: left;
  width: calc(100% - 15em);
}
body#ticket .ticket-section .premium-tickets .ticket table th:nth-child(1),
body#ticket .ticket-section .premium-tickets .ticket table td:nth-child(1) {
  width: 15em;
}
@media (max-width: 990px) {
  body#ticket .ticket-section .premium-tickets .ticket table th,
  body#ticket .ticket-section .premium-tickets .ticket table td {
    font-size: 13px;
    width: calc(100% - 9em);
  }
  body#ticket .ticket-section .premium-tickets .ticket table th:nth-child(1),
  body#ticket .ticket-section .premium-tickets .ticket table td:nth-child(1) {
    width: 9em;
  }
}
body#ticket .ticket-section .premium-tickets .ticket table th {
  background-color: #f0f0f0;
}
body#ticket .ticket-section .premium-tickets .ticket table .highlight-red {
  color: #d80000;
  font-weight: bold;
}
body#ticket .ticket-section .premium-tickets .ticket-a .ticket-title {
  background-color: #f26c20;
}
body#ticket .ticket-section .premium-tickets .ticket-b .ticket-title {
  background-color: #00b5cc;
}

body#goods {
  background: url("../img/common/bg_tile.jpg") repeat center;
  background-size: 100px 100px;
}

body#special {
  background: url("../img/common/bg_tile.jpg") repeat center;
  background-size: 100px 100px;
}
body#special .special-section .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1em minmax(0, 1fr) 1em minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1em;
}
@media (max-width: 990px) {
  body#special .special-section .grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  body#special .special-section .grid {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

body#notice {
  background: url("../img/common/bg_tile.jpg") repeat center;
  background-size: 100px 100px;
}

body #contact .column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0;
  border-bottom: 1px solid #e6e6e5;
}
@media (max-width: 990px) {
  body #contact .column__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body #contact .column__list:first-of-type {
  border-top: 1px solid #e6e6e5;
}
body #contact .column__label {
  width: 28%;
  margin: 1.4rem 0 0 0;
}
@media (max-width: 990px) {
  body #contact .column__label {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
body #contact .column__form {
  width: 70%;
}
@media (max-width: 990px) {
  body #contact .column__form {
    width: 100%;
  }
}
body #contact .message {
  font-size: 2rem;
}

.f0 {
  font-family: "Noto Sans JP";
}

.f1 {
  font-family: "Poppins";
}

.f2 {
  font-family: Georgia;
}

.f3 {
  font-family: "Manrope";
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.center-to-left {
  text-align: center;
}
@media (max-width: 990px) {
  .center-to-left {
    text-align: left;
  }
}

.center-to-right {
  text-align: center;
}
@media (max-width: 990px) {
  .center-to-right {
    text-align: right;
  }
}

.left-to-center {
  text-align: center;
}
@media (min-width: 990px) {
  .left-to-center {
    text-align: left;
  }
}

.right-to-center {
  text-align: center;
}
@media (min-width: 990px) {
  .right-to-center {
    text-align: right;
  }
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
  font-style: normal;
}

.underline {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #c31111;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none !important;
}

.displaynone,
.displayNone,
.dn,
.display-none,
.hidden {
  display: none;
}

.displayblock,
.displayBlock,
.db,
.display-block {
  display: block;
}

.displayinline,
.displayInline,
.inline,
.display-inline {
  display: inline;
}

.displayinlineblock,
.displayInlineBlock,
.inlineblock,
.display-inline-block {
  display: inline-block;
}

.displayflex,
.displayFlex,
.flex,
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.displayinlineflex,
.displayInlineFlex,
.inlineFlex,
.inlineflex,
.display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.relative {
  position: relative;
}

.overflow-x-hidden {
  overflow-x: hidden;
  ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-x-hidden::-webkit-scrollbar {
  display: none;
}

.overflow-y-hidden {
  overflow-y: hidden;
  ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-y-hidden::-webkit-scrollbar {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
  ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-hidden::-webkit-scrollbar {
  display: none;
}

.list-none {
  list-style: none !important;
}

.list-disc {
  list-style: disc !important;
}

.list-decimal {
  list-style: decimal !important;
}

.list-circle {
  list-style: circle !important;
}

.list-square {
  list-style: square !important;
}

.list-lower-alpha {
  list-style: lower-alpha !important;
}

.list-upper-alpha {
  list-style: upper-alpha !important;
}

.list-lower-roman {
  list-style: lower-roman !important;
}

.list-upper-roman {
  list-style: upper-roman !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

/*margin*/
.mn {
  margin: 0 0 0 0 !important;
}

.ma {
  margin: auto;
}

.mr {
  margin: 0 auto 0 0;
}

.ml {
  margin: 0 0 auto 0;
}

/*flex*/
.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fjfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fjfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fjc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fjsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fafs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fafe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fac {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ma0 {
  margin: clamp(0px, 0vw + 0px, 0px) !important;
}

.mt0 {
  margin-top: clamp(0px, 0vw + 0px, 0px) !important;
}

.mr0 {
  margin-right: clamp(0px, 0vw + 0px, 0px) !important;
}

.mb0 {
  margin-bottom: clamp(0px, 0vw + 0px, 0px) !important;
}

.ml0 {
  margin-left: clamp(0px, 0vw + 0px, 0px) !important;
}

.mx0 {
  margin-right: clamp(0px, 0vw + 0px, 0px) !important;
  margin-left: clamp(0px, 0vw + 0px, 0px) !important;
}

.my0 {
  margin-top: clamp(0px, 0vw + 0px, 0px) !important;
  margin-bottom: clamp(0px, 0vw + 0px, 0px) !important;
}

.ma-lm-0 {
  margin: 0pxrem !important;
}

.mt-lm-0 {
  margin-top: 0pxrem !important;
}

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

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

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

.pa0 {
  padding: clamp(0px, 0vw + 0px, 0px) !important;
}

.pt0 {
  padding-top: clamp(0px, 0vw + 0px, 0px) !important;
}

.pr0 {
  padding-right: clamp(0px, 0vw + 0px, 0px) !important;
}

.pb0 {
  padding-bottom: clamp(0px, 0vw + 0px, 0px) !important;
}

.pl0 {
  padding-left: clamp(0px, 0vw + 0px, 0px) !important;
}

.px0 {
  padding-right: clamp(0px, 0vw + 0px, 0px) !important;
  padding-left: clamp(0px, 0vw + 0px, 0px) !important;
}

.py0 {
  padding-top: clamp(0px, 0vw + 0px, 0px) !important;
  padding-bottom: clamp(0px, 0vw + 0px, 0px) !important;
}

.pa-lm-0 {
  padding: 0pxrem !important;
}

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

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

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

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

.ma1 {
  margin: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.mt1 {
  margin-top: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.mr1 {
  margin-right: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.mb1 {
  margin-bottom: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.ml1 {
  margin-left: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.mx1 {
  margin-right: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
  margin-left: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.my1 {
  margin-top: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
  margin-bottom: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.ma-lm-1 {
  margin: 20pxrem !important;
}

.mt-lm-1 {
  margin-top: 20pxrem !important;
}

.mr-lm-1 {
  margin-right: 20pxrem !important;
}

.mb-lm-1 {
  margin-bottom: 20pxrem !important;
}

.ml-lm-1 {
  margin-left: 20pxrem !important;
}

.pa1 {
  padding: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.pt1 {
  padding-top: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.pr1 {
  padding-right: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.pb1 {
  padding-bottom: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.pl1 {
  padding-left: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.px1 {
  padding-right: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
  padding-left: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.py1 {
  padding-top: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
  padding-bottom: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.pa-lm-1 {
  padding: 20pxrem !important;
}

.pt-lm-1 {
  padding-top: 20pxrem !important;
}

.pr-lm-1 {
  padding-right: 20pxrem !important;
}

.pb-lm-1 {
  padding-bottom: 20pxrem !important;
}

.pl-lm-1 {
  padding-left: 20pxrem !important;
}

.ma2 {
  margin: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.mt2 {
  margin-top: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.mr2 {
  margin-right: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.mb2 {
  margin-bottom: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.ml2 {
  margin-left: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.mx2 {
  margin-right: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
  margin-left: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.my2 {
  margin-top: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
  margin-bottom: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.ma-lm-2 {
  margin: 40pxrem !important;
}

.mt-lm-2 {
  margin-top: 40pxrem !important;
}

.mr-lm-2 {
  margin-right: 40pxrem !important;
}

.mb-lm-2 {
  margin-bottom: 40pxrem !important;
}

.ml-lm-2 {
  margin-left: 40pxrem !important;
}

.pa2 {
  padding: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.pt2 {
  padding-top: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.pr2 {
  padding-right: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.pb2 {
  padding-bottom: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.pl2 {
  padding-left: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.px2 {
  padding-right: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
  padding-left: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.py2 {
  padding-top: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
  padding-bottom: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.pa-lm-2 {
  padding: 40pxrem !important;
}

.pt-lm-2 {
  padding-top: 40pxrem !important;
}

.pr-lm-2 {
  padding-right: 40pxrem !important;
}

.pb-lm-2 {
  padding-bottom: 40pxrem !important;
}

.pl-lm-2 {
  padding-left: 40pxrem !important;
}

.ma3 {
  margin: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.mt3 {
  margin-top: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.mr3 {
  margin-right: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.mb3 {
  margin-bottom: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.ml3 {
  margin-left: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.mx3 {
  margin-right: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
  margin-left: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.my3 {
  margin-top: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
  margin-bottom: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.ma-lm-3 {
  margin: 60pxrem !important;
}

.mt-lm-3 {
  margin-top: 60pxrem !important;
}

.mr-lm-3 {
  margin-right: 60pxrem !important;
}

.mb-lm-3 {
  margin-bottom: 60pxrem !important;
}

.ml-lm-3 {
  margin-left: 60pxrem !important;
}

.pa3 {
  padding: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.pt3 {
  padding-top: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.pr3 {
  padding-right: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.pb3 {
  padding-bottom: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.pl3 {
  padding-left: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.px3 {
  padding-right: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
  padding-left: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.py3 {
  padding-top: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
  padding-bottom: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.pa-lm-3 {
  padding: 60pxrem !important;
}

.pt-lm-3 {
  padding-top: 60pxrem !important;
}

.pr-lm-3 {
  padding-right: 60pxrem !important;
}

.pb-lm-3 {
  padding-bottom: 60pxrem !important;
}

.pl-lm-3 {
  padding-left: 60pxrem !important;
}

.ma4 {
  margin: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.mt4 {
  margin-top: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.mr4 {
  margin-right: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.mb4 {
  margin-bottom: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.ml4 {
  margin-left: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.mx4 {
  margin-right: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
  margin-left: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.my4 {
  margin-top: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
  margin-bottom: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.ma-lm-4 {
  margin: 80pxrem !important;
}

.mt-lm-4 {
  margin-top: 80pxrem !important;
}

.mr-lm-4 {
  margin-right: 80pxrem !important;
}

.mb-lm-4 {
  margin-bottom: 80pxrem !important;
}

.ml-lm-4 {
  margin-left: 80pxrem !important;
}

.pa4 {
  padding: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.pt4 {
  padding-top: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.pr4 {
  padding-right: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.pb4 {
  padding-bottom: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.pl4 {
  padding-left: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.px4 {
  padding-right: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
  padding-left: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.py4 {
  padding-top: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
  padding-bottom: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.pa-lm-4 {
  padding: 80pxrem !important;
}

.pt-lm-4 {
  padding-top: 80pxrem !important;
}

.pr-lm-4 {
  padding-right: 80pxrem !important;
}

.pb-lm-4 {
  padding-bottom: 80pxrem !important;
}

.pl-lm-4 {
  padding-left: 80pxrem !important;
}

.ma5 {
  margin: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.mt5 {
  margin-top: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.mr5 {
  margin-right: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.mb5 {
  margin-bottom: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.ml5 {
  margin-left: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.mx5 {
  margin-right: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
  margin-left: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.my5 {
  margin-top: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
  margin-bottom: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.ma-lm-5 {
  margin: 100pxrem !important;
}

.mt-lm-5 {
  margin-top: 100pxrem !important;
}

.mr-lm-5 {
  margin-right: 100pxrem !important;
}

.mb-lm-5 {
  margin-bottom: 100pxrem !important;
}

.ml-lm-5 {
  margin-left: 100pxrem !important;
}

.pa5 {
  padding: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.pt5 {
  padding-top: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.pr5 {
  padding-right: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.pb5 {
  padding-bottom: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.pl5 {
  padding-left: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.px5 {
  padding-right: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
  padding-left: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.py5 {
  padding-top: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
  padding-bottom: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.pa-lm-5 {
  padding: 100pxrem !important;
}

.pt-lm-5 {
  padding-top: 100pxrem !important;
}

.pr-lm-5 {
  padding-right: 100pxrem !important;
}

.pb-lm-5 {
  padding-bottom: 100pxrem !important;
}

.pl-lm-5 {
  padding-left: 100pxrem !important;
}

.ma6 {
  margin: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.mt6 {
  margin-top: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.mr6 {
  margin-right: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.mb6 {
  margin-bottom: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.ml6 {
  margin-left: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.mx6 {
  margin-right: clamp(15px, 1.04167vw + 10px, 30px) !important;
  margin-left: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.my6 {
  margin-top: clamp(15px, 1.04167vw + 10px, 30px) !important;
  margin-bottom: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.ma-lm-6 {
  margin: 120pxrem !important;
}

.mt-lm-6 {
  margin-top: 120pxrem !important;
}

.mr-lm-6 {
  margin-right: 120pxrem !important;
}

.mb-lm-6 {
  margin-bottom: 120pxrem !important;
}

.ml-lm-6 {
  margin-left: 120pxrem !important;
}

.pa6 {
  padding: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.pt6 {
  padding-top: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.pr6 {
  padding-right: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.pb6 {
  padding-bottom: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.pl6 {
  padding-left: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.px6 {
  padding-right: clamp(15px, 1.04167vw + 10px, 30px) !important;
  padding-left: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.py6 {
  padding-top: clamp(15px, 1.04167vw + 10px, 30px) !important;
  padding-bottom: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.pa-lm-6 {
  padding: 120pxrem !important;
}

.pt-lm-6 {
  padding-top: 120pxrem !important;
}

.pr-lm-6 {
  padding-right: 120pxrem !important;
}

.pb-lm-6 {
  padding-bottom: 120pxrem !important;
}

.pl-lm-6 {
  padding-left: 120pxrem !important;
}

.ma7 {
  margin: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.mt7 {
  margin-top: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.mr7 {
  margin-right: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.mb7 {
  margin-bottom: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.ml7 {
  margin-left: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.mx7 {
  margin-right: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
  margin-left: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.my7 {
  margin-top: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
  margin-bottom: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.ma-lm-7 {
  margin: 140pxrem !important;
}

.mt-lm-7 {
  margin-top: 140pxrem !important;
}

.mr-lm-7 {
  margin-right: 140pxrem !important;
}

.mb-lm-7 {
  margin-bottom: 140pxrem !important;
}

.ml-lm-7 {
  margin-left: 140pxrem !important;
}

.pa7 {
  padding: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.pt7 {
  padding-top: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.pr7 {
  padding-right: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.pb7 {
  padding-bottom: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.pl7 {
  padding-left: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.px7 {
  padding-right: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
  padding-left: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.py7 {
  padding-top: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
  padding-bottom: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.pa-lm-7 {
  padding: 140pxrem !important;
}

.pt-lm-7 {
  padding-top: 140pxrem !important;
}

.pr-lm-7 {
  padding-right: 140pxrem !important;
}

.pb-lm-7 {
  padding-bottom: 140pxrem !important;
}

.pl-lm-7 {
  padding-left: 140pxrem !important;
}

.ma8 {
  margin: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.mt8 {
  margin-top: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.mr8 {
  margin-right: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.mb8 {
  margin-bottom: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.ml8 {
  margin-left: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.mx8 {
  margin-right: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
  margin-left: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.my8 {
  margin-top: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
  margin-bottom: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.ma-lm-8 {
  margin: 160pxrem !important;
}

.mt-lm-8 {
  margin-top: 160pxrem !important;
}

.mr-lm-8 {
  margin-right: 160pxrem !important;
}

.mb-lm-8 {
  margin-bottom: 160pxrem !important;
}

.ml-lm-8 {
  margin-left: 160pxrem !important;
}

.pa8 {
  padding: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.pt8 {
  padding-top: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.pr8 {
  padding-right: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.pb8 {
  padding-bottom: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.pl8 {
  padding-left: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.px8 {
  padding-right: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
  padding-left: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.py8 {
  padding-top: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
  padding-bottom: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.pa-lm-8 {
  padding: 160pxrem !important;
}

.pt-lm-8 {
  padding-top: 160pxrem !important;
}

.pr-lm-8 {
  padding-right: 160pxrem !important;
}

.pb-lm-8 {
  padding-bottom: 160pxrem !important;
}

.pl-lm-8 {
  padding-left: 160pxrem !important;
}

.ma9 {
  margin: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.mt9 {
  margin-top: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.mr9 {
  margin-right: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.mb9 {
  margin-bottom: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.ml9 {
  margin-left: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.mx9 {
  margin-right: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
  margin-left: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.my9 {
  margin-top: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
  margin-bottom: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.ma-lm-9 {
  margin: 180pxrem !important;
}

.mt-lm-9 {
  margin-top: 180pxrem !important;
}

.mr-lm-9 {
  margin-right: 180pxrem !important;
}

.mb-lm-9 {
  margin-bottom: 180pxrem !important;
}

.ml-lm-9 {
  margin-left: 180pxrem !important;
}

.pa9 {
  padding: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.pt9 {
  padding-top: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.pr9 {
  padding-right: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.pb9 {
  padding-bottom: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.pl9 {
  padding-left: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.px9 {
  padding-right: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
  padding-left: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.py9 {
  padding-top: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
  padding-bottom: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.pa-lm-9 {
  padding: 180pxrem !important;
}

.pt-lm-9 {
  padding-top: 180pxrem !important;
}

.pr-lm-9 {
  padding-right: 180pxrem !important;
}

.pb-lm-9 {
  padding-bottom: 180pxrem !important;
}

.pl-lm-9 {
  padding-left: 180pxrem !important;
}

.ma10 {
  margin: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.mt10 {
  margin-top: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.mr10 {
  margin-right: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.mb10 {
  margin-bottom: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.ml10 {
  margin-left: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.mx10 {
  margin-right: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
  margin-left: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.my10 {
  margin-top: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
  margin-bottom: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.ma-lm-10 {
  margin: 200pxrem !important;
}

.mt-lm-10 {
  margin-top: 200pxrem !important;
}

.mr-lm-10 {
  margin-right: 200pxrem !important;
}

.mb-lm-10 {
  margin-bottom: 200pxrem !important;
}

.ml-lm-10 {
  margin-left: 200pxrem !important;
}

.pa10 {
  padding: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.pt10 {
  padding-top: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.pr10 {
  padding-right: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.pb10 {
  padding-bottom: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.pl10 {
  padding-left: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.px10 {
  padding-right: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
  padding-left: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.py10 {
  padding-top: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
  padding-bottom: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.pa-lm-10 {
  padding: 200pxrem !important;
}

.pt-lm-10 {
  padding-top: 200pxrem !important;
}

.pr-lm-10 {
  padding-right: 200pxrem !important;
}

.pb-lm-10 {
  padding-bottom: 200pxrem !important;
}

.pl-lm-10 {
  padding-left: 200pxrem !important;
}

.ma11 {
  margin: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.mt11 {
  margin-top: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.mr11 {
  margin-right: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.mb11 {
  margin-bottom: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.ml11 {
  margin-left: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.mx11 {
  margin-right: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
  margin-left: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.my11 {
  margin-top: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
  margin-bottom: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.ma-lm-11 {
  margin: 220pxrem !important;
}

.mt-lm-11 {
  margin-top: 220pxrem !important;
}

.mr-lm-11 {
  margin-right: 220pxrem !important;
}

.mb-lm-11 {
  margin-bottom: 220pxrem !important;
}

.ml-lm-11 {
  margin-left: 220pxrem !important;
}

.pa11 {
  padding: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.pt11 {
  padding-top: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.pr11 {
  padding-right: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.pb11 {
  padding-bottom: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.pl11 {
  padding-left: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.px11 {
  padding-right: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
  padding-left: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.py11 {
  padding-top: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
  padding-bottom: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.pa-lm-11 {
  padding: 220pxrem !important;
}

.pt-lm-11 {
  padding-top: 220pxrem !important;
}

.pr-lm-11 {
  padding-right: 220pxrem !important;
}

.pb-lm-11 {
  padding-bottom: 220pxrem !important;
}

.pl-lm-11 {
  padding-left: 220pxrem !important;
}

.ma12 {
  margin: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.mt12 {
  margin-top: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.mr12 {
  margin-right: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.mb12 {
  margin-bottom: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.ml12 {
  margin-left: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.mx12 {
  margin-right: clamp(30px, 2.08333vw + 20px, 60px) !important;
  margin-left: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.my12 {
  margin-top: clamp(30px, 2.08333vw + 20px, 60px) !important;
  margin-bottom: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.ma-lm-12 {
  margin: 240pxrem !important;
}

.mt-lm-12 {
  margin-top: 240pxrem !important;
}

.mr-lm-12 {
  margin-right: 240pxrem !important;
}

.mb-lm-12 {
  margin-bottom: 240pxrem !important;
}

.ml-lm-12 {
  margin-left: 240pxrem !important;
}

.pa12 {
  padding: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.pt12 {
  padding-top: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.pr12 {
  padding-right: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.pb12 {
  padding-bottom: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.pl12 {
  padding-left: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.px12 {
  padding-right: clamp(30px, 2.08333vw + 20px, 60px) !important;
  padding-left: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.py12 {
  padding-top: clamp(30px, 2.08333vw + 20px, 60px) !important;
  padding-bottom: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.pa-lm-12 {
  padding: 240pxrem !important;
}

.pt-lm-12 {
  padding-top: 240pxrem !important;
}

.pr-lm-12 {
  padding-right: 240pxrem !important;
}

.pb-lm-12 {
  padding-bottom: 240pxrem !important;
}

.pl-lm-12 {
  padding-left: 240pxrem !important;
}

.ma13 {
  margin: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.mt13 {
  margin-top: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.mr13 {
  margin-right: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.mb13 {
  margin-bottom: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.ml13 {
  margin-left: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.mx13 {
  margin-right: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
  margin-left: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.my13 {
  margin-top: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
  margin-bottom: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.ma-lm-13 {
  margin: 260pxrem !important;
}

.mt-lm-13 {
  margin-top: 260pxrem !important;
}

.mr-lm-13 {
  margin-right: 260pxrem !important;
}

.mb-lm-13 {
  margin-bottom: 260pxrem !important;
}

.ml-lm-13 {
  margin-left: 260pxrem !important;
}

.pa13 {
  padding: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.pt13 {
  padding-top: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.pr13 {
  padding-right: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.pb13 {
  padding-bottom: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.pl13 {
  padding-left: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.px13 {
  padding-right: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
  padding-left: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.py13 {
  padding-top: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
  padding-bottom: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.pa-lm-13 {
  padding: 260pxrem !important;
}

.pt-lm-13 {
  padding-top: 260pxrem !important;
}

.pr-lm-13 {
  padding-right: 260pxrem !important;
}

.pb-lm-13 {
  padding-bottom: 260pxrem !important;
}

.pl-lm-13 {
  padding-left: 260pxrem !important;
}

.ma14 {
  margin: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.mt14 {
  margin-top: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.mr14 {
  margin-right: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.mb14 {
  margin-bottom: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.ml14 {
  margin-left: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.mx14 {
  margin-right: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
  margin-left: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.my14 {
  margin-top: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
  margin-bottom: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.ma-lm-14 {
  margin: 280pxrem !important;
}

.mt-lm-14 {
  margin-top: 280pxrem !important;
}

.mr-lm-14 {
  margin-right: 280pxrem !important;
}

.mb-lm-14 {
  margin-bottom: 280pxrem !important;
}

.ml-lm-14 {
  margin-left: 280pxrem !important;
}

.pa14 {
  padding: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.pt14 {
  padding-top: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.pr14 {
  padding-right: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.pb14 {
  padding-bottom: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.pl14 {
  padding-left: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.px14 {
  padding-right: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
  padding-left: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.py14 {
  padding-top: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
  padding-bottom: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.pa-lm-14 {
  padding: 280pxrem !important;
}

.pt-lm-14 {
  padding-top: 280pxrem !important;
}

.pr-lm-14 {
  padding-right: 280pxrem !important;
}

.pb-lm-14 {
  padding-bottom: 280pxrem !important;
}

.pl-lm-14 {
  padding-left: 280pxrem !important;
}

.ma15 {
  margin: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.mt15 {
  margin-top: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.mr15 {
  margin-right: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.mb15 {
  margin-bottom: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.ml15 {
  margin-left: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.mx15 {
  margin-right: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
  margin-left: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.my15 {
  margin-top: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
  margin-bottom: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.ma-lm-15 {
  margin: 300pxrem !important;
}

.mt-lm-15 {
  margin-top: 300pxrem !important;
}

.mr-lm-15 {
  margin-right: 300pxrem !important;
}

.mb-lm-15 {
  margin-bottom: 300pxrem !important;
}

.ml-lm-15 {
  margin-left: 300pxrem !important;
}

.pa15 {
  padding: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.pt15 {
  padding-top: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.pr15 {
  padding-right: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.pb15 {
  padding-bottom: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.pl15 {
  padding-left: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.px15 {
  padding-right: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
  padding-left: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.py15 {
  padding-top: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
  padding-bottom: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.pa-lm-15 {
  padding: 300pxrem !important;
}

.pt-lm-15 {
  padding-top: 300pxrem !important;
}

.pr-lm-15 {
  padding-right: 300pxrem !important;
}

.pb-lm-15 {
  padding-bottom: 300pxrem !important;
}

.pl-lm-15 {
  padding-left: 300pxrem !important;
}

.ma16 {
  margin: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.mt16 {
  margin-top: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.mr16 {
  margin-right: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.mb16 {
  margin-bottom: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.ml16 {
  margin-left: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.mx16 {
  margin-right: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
  margin-left: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.my16 {
  margin-top: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
  margin-bottom: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.ma-lm-16 {
  margin: 320pxrem !important;
}

.mt-lm-16 {
  margin-top: 320pxrem !important;
}

.mr-lm-16 {
  margin-right: 320pxrem !important;
}

.mb-lm-16 {
  margin-bottom: 320pxrem !important;
}

.ml-lm-16 {
  margin-left: 320pxrem !important;
}

.pa16 {
  padding: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.pt16 {
  padding-top: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.pr16 {
  padding-right: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.pb16 {
  padding-bottom: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.pl16 {
  padding-left: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.px16 {
  padding-right: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
  padding-left: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.py16 {
  padding-top: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
  padding-bottom: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.pa-lm-16 {
  padding: 320pxrem !important;
}

.pt-lm-16 {
  padding-top: 320pxrem !important;
}

.pr-lm-16 {
  padding-right: 320pxrem !important;
}

.pb-lm-16 {
  padding-bottom: 320pxrem !important;
}

.pl-lm-16 {
  padding-left: 320pxrem !important;
}

.ma17 {
  margin: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.mt17 {
  margin-top: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.mr17 {
  margin-right: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.mb17 {
  margin-bottom: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.ml17 {
  margin-left: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.mx17 {
  margin-right: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
  margin-left: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.my17 {
  margin-top: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
  margin-bottom: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.ma-lm-17 {
  margin: 340pxrem !important;
}

.mt-lm-17 {
  margin-top: 340pxrem !important;
}

.mr-lm-17 {
  margin-right: 340pxrem !important;
}

.mb-lm-17 {
  margin-bottom: 340pxrem !important;
}

.ml-lm-17 {
  margin-left: 340pxrem !important;
}

.pa17 {
  padding: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.pt17 {
  padding-top: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.pr17 {
  padding-right: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.pb17 {
  padding-bottom: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.pl17 {
  padding-left: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.px17 {
  padding-right: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
  padding-left: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.py17 {
  padding-top: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
  padding-bottom: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.pa-lm-17 {
  padding: 340pxrem !important;
}

.pt-lm-17 {
  padding-top: 340pxrem !important;
}

.pr-lm-17 {
  padding-right: 340pxrem !important;
}

.pb-lm-17 {
  padding-bottom: 340pxrem !important;
}

.pl-lm-17 {
  padding-left: 340pxrem !important;
}

.ma18 {
  margin: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.mt18 {
  margin-top: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.mr18 {
  margin-right: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.mb18 {
  margin-bottom: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.ml18 {
  margin-left: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.mx18 {
  margin-right: clamp(45px, 3.125vw + 30px, 90px) !important;
  margin-left: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.my18 {
  margin-top: clamp(45px, 3.125vw + 30px, 90px) !important;
  margin-bottom: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.ma-lm-18 {
  margin: 360pxrem !important;
}

.mt-lm-18 {
  margin-top: 360pxrem !important;
}

.mr-lm-18 {
  margin-right: 360pxrem !important;
}

.mb-lm-18 {
  margin-bottom: 360pxrem !important;
}

.ml-lm-18 {
  margin-left: 360pxrem !important;
}

.pa18 {
  padding: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.pt18 {
  padding-top: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.pr18 {
  padding-right: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.pb18 {
  padding-bottom: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.pl18 {
  padding-left: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.px18 {
  padding-right: clamp(45px, 3.125vw + 30px, 90px) !important;
  padding-left: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.py18 {
  padding-top: clamp(45px, 3.125vw + 30px, 90px) !important;
  padding-bottom: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.pa-lm-18 {
  padding: 360pxrem !important;
}

.pt-lm-18 {
  padding-top: 360pxrem !important;
}

.pr-lm-18 {
  padding-right: 360pxrem !important;
}

.pb-lm-18 {
  padding-bottom: 360pxrem !important;
}

.pl-lm-18 {
  padding-left: 360pxrem !important;
}

.ma19 {
  margin: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.mt19 {
  margin-top: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.mr19 {
  margin-right: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.mb19 {
  margin-bottom: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.ml19 {
  margin-left: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.mx19 {
  margin-right: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
  margin-left: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.my19 {
  margin-top: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
  margin-bottom: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.ma-lm-19 {
  margin: 380pxrem !important;
}

.mt-lm-19 {
  margin-top: 380pxrem !important;
}

.mr-lm-19 {
  margin-right: 380pxrem !important;
}

.mb-lm-19 {
  margin-bottom: 380pxrem !important;
}

.ml-lm-19 {
  margin-left: 380pxrem !important;
}

.pa19 {
  padding: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.pt19 {
  padding-top: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.pr19 {
  padding-right: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.pb19 {
  padding-bottom: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.pl19 {
  padding-left: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.px19 {
  padding-right: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
  padding-left: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.py19 {
  padding-top: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
  padding-bottom: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.pa-lm-19 {
  padding: 380pxrem !important;
}

.pt-lm-19 {
  padding-top: 380pxrem !important;
}

.pr-lm-19 {
  padding-right: 380pxrem !important;
}

.pb-lm-19 {
  padding-bottom: 380pxrem !important;
}

.pl-lm-19 {
  padding-left: 380pxrem !important;
}

.ma20 {
  margin: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.mt20 {
  margin-top: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.mr20 {
  margin-right: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.mb20 {
  margin-bottom: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.ml20 {
  margin-left: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.mx20 {
  margin-right: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
  margin-left: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.my20 {
  margin-top: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
  margin-bottom: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.ma-lm-20 {
  margin: 400pxrem !important;
}

.mt-lm-20 {
  margin-top: 400pxrem !important;
}

.mr-lm-20 {
  margin-right: 400pxrem !important;
}

.mb-lm-20 {
  margin-bottom: 400pxrem !important;
}

.ml-lm-20 {
  margin-left: 400pxrem !important;
}

.pa20 {
  padding: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.pt20 {
  padding-top: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.pr20 {
  padding-right: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.pb20 {
  padding-bottom: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.pl20 {
  padding-left: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.px20 {
  padding-right: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
  padding-left: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.py20 {
  padding-top: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
  padding-bottom: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.pa-lm-20 {
  padding: 400pxrem !important;
}

.pt-lm-20 {
  padding-top: 400pxrem !important;
}

.pr-lm-20 {
  padding-right: 400pxrem !important;
}

.pb-lm-20 {
  padding-bottom: 400pxrem !important;
}

.pl-lm-20 {
  padding-left: 400pxrem !important;
}

.ma21 {
  margin: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.mt21 {
  margin-top: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.mr21 {
  margin-right: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.mb21 {
  margin-bottom: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.ml21 {
  margin-left: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.mx21 {
  margin-right: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
  margin-left: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.my21 {
  margin-top: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
  margin-bottom: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.ma-lm-21 {
  margin: 420pxrem !important;
}

.mt-lm-21 {
  margin-top: 420pxrem !important;
}

.mr-lm-21 {
  margin-right: 420pxrem !important;
}

.mb-lm-21 {
  margin-bottom: 420pxrem !important;
}

.ml-lm-21 {
  margin-left: 420pxrem !important;
}

.pa21 {
  padding: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.pt21 {
  padding-top: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.pr21 {
  padding-right: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.pb21 {
  padding-bottom: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.pl21 {
  padding-left: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.px21 {
  padding-right: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
  padding-left: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.py21 {
  padding-top: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
  padding-bottom: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.pa-lm-21 {
  padding: 420pxrem !important;
}

.pt-lm-21 {
  padding-top: 420pxrem !important;
}

.pr-lm-21 {
  padding-right: 420pxrem !important;
}

.pb-lm-21 {
  padding-bottom: 420pxrem !important;
}

.pl-lm-21 {
  padding-left: 420pxrem !important;
}

.ma22 {
  margin: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.mt22 {
  margin-top: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.mr22 {
  margin-right: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.mb22 {
  margin-bottom: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.ml22 {
  margin-left: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.mx22 {
  margin-right: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
  margin-left: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.my22 {
  margin-top: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
  margin-bottom: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.ma-lm-22 {
  margin: 440pxrem !important;
}

.mt-lm-22 {
  margin-top: 440pxrem !important;
}

.mr-lm-22 {
  margin-right: 440pxrem !important;
}

.mb-lm-22 {
  margin-bottom: 440pxrem !important;
}

.ml-lm-22 {
  margin-left: 440pxrem !important;
}

.pa22 {
  padding: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.pt22 {
  padding-top: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.pr22 {
  padding-right: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.pb22 {
  padding-bottom: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.pl22 {
  padding-left: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.px22 {
  padding-right: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
  padding-left: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.py22 {
  padding-top: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
  padding-bottom: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.pa-lm-22 {
  padding: 440pxrem !important;
}

.pt-lm-22 {
  padding-top: 440pxrem !important;
}

.pr-lm-22 {
  padding-right: 440pxrem !important;
}

.pb-lm-22 {
  padding-bottom: 440pxrem !important;
}

.pl-lm-22 {
  padding-left: 440pxrem !important;
}

.ma23 {
  margin: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.mt23 {
  margin-top: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.mr23 {
  margin-right: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.mb23 {
  margin-bottom: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.ml23 {
  margin-left: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.mx23 {
  margin-right: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
  margin-left: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.my23 {
  margin-top: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
  margin-bottom: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.ma-lm-23 {
  margin: 460pxrem !important;
}

.mt-lm-23 {
  margin-top: 460pxrem !important;
}

.mr-lm-23 {
  margin-right: 460pxrem !important;
}

.mb-lm-23 {
  margin-bottom: 460pxrem !important;
}

.ml-lm-23 {
  margin-left: 460pxrem !important;
}

.pa23 {
  padding: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.pt23 {
  padding-top: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.pr23 {
  padding-right: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.pb23 {
  padding-bottom: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.pl23 {
  padding-left: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.px23 {
  padding-right: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
  padding-left: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.py23 {
  padding-top: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
  padding-bottom: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.pa-lm-23 {
  padding: 460pxrem !important;
}

.pt-lm-23 {
  padding-top: 460pxrem !important;
}

.pr-lm-23 {
  padding-right: 460pxrem !important;
}

.pb-lm-23 {
  padding-bottom: 460pxrem !important;
}

.pl-lm-23 {
  padding-left: 460pxrem !important;
}

.ma24 {
  margin: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.mt24 {
  margin-top: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.mr24 {
  margin-right: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.mb24 {
  margin-bottom: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.ml24 {
  margin-left: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.mx24 {
  margin-right: clamp(60px, 4.16667vw + 40px, 120px) !important;
  margin-left: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.my24 {
  margin-top: clamp(60px, 4.16667vw + 40px, 120px) !important;
  margin-bottom: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.ma-lm-24 {
  margin: 480pxrem !important;
}

.mt-lm-24 {
  margin-top: 480pxrem !important;
}

.mr-lm-24 {
  margin-right: 480pxrem !important;
}

.mb-lm-24 {
  margin-bottom: 480pxrem !important;
}

.ml-lm-24 {
  margin-left: 480pxrem !important;
}

.pa24 {
  padding: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.pt24 {
  padding-top: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.pr24 {
  padding-right: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.pb24 {
  padding-bottom: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.pl24 {
  padding-left: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.px24 {
  padding-right: clamp(60px, 4.16667vw + 40px, 120px) !important;
  padding-left: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.py24 {
  padding-top: clamp(60px, 4.16667vw + 40px, 120px) !important;
  padding-bottom: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.pa-lm-24 {
  padding: 480pxrem !important;
}

.pt-lm-24 {
  padding-top: 480pxrem !important;
}

.pr-lm-24 {
  padding-right: 480pxrem !important;
}

.pb-lm-24 {
  padding-bottom: 480pxrem !important;
}

.pl-lm-24 {
  padding-left: 480pxrem !important;
}

.ma25 {
  margin: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.mt25 {
  margin-top: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.mr25 {
  margin-right: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.mb25 {
  margin-bottom: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.ml25 {
  margin-left: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.mx25 {
  margin-right: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
  margin-left: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.my25 {
  margin-top: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
  margin-bottom: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.ma-lm-25 {
  margin: 500pxrem !important;
}

.mt-lm-25 {
  margin-top: 500pxrem !important;
}

.mr-lm-25 {
  margin-right: 500pxrem !important;
}

.mb-lm-25 {
  margin-bottom: 500pxrem !important;
}

.ml-lm-25 {
  margin-left: 500pxrem !important;
}

.pa25 {
  padding: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.pt25 {
  padding-top: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.pr25 {
  padding-right: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.pb25 {
  padding-bottom: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.pl25 {
  padding-left: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.px25 {
  padding-right: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
  padding-left: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.py25 {
  padding-top: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
  padding-bottom: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.pa-lm-25 {
  padding: 500pxrem !important;
}

.pt-lm-25 {
  padding-top: 500pxrem !important;
}

.pr-lm-25 {
  padding-right: 500pxrem !important;
}

.pb-lm-25 {
  padding-bottom: 500pxrem !important;
}

.pl-lm-25 {
  padding-left: 500pxrem !important;
}

.ma26 {
  margin: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.mt26 {
  margin-top: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.mr26 {
  margin-right: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.mb26 {
  margin-bottom: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.ml26 {
  margin-left: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.mx26 {
  margin-right: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
  margin-left: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.my26 {
  margin-top: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
  margin-bottom: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.ma-lm-26 {
  margin: 520pxrem !important;
}

.mt-lm-26 {
  margin-top: 520pxrem !important;
}

.mr-lm-26 {
  margin-right: 520pxrem !important;
}

.mb-lm-26 {
  margin-bottom: 520pxrem !important;
}

.ml-lm-26 {
  margin-left: 520pxrem !important;
}

.pa26 {
  padding: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.pt26 {
  padding-top: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.pr26 {
  padding-right: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.pb26 {
  padding-bottom: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.pl26 {
  padding-left: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.px26 {
  padding-right: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
  padding-left: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.py26 {
  padding-top: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
  padding-bottom: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.pa-lm-26 {
  padding: 520pxrem !important;
}

.pt-lm-26 {
  padding-top: 520pxrem !important;
}

.pr-lm-26 {
  padding-right: 520pxrem !important;
}

.pb-lm-26 {
  padding-bottom: 520pxrem !important;
}

.pl-lm-26 {
  padding-left: 520pxrem !important;
}

.ma27 {
  margin: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.mt27 {
  margin-top: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.mr27 {
  margin-right: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.mb27 {
  margin-bottom: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.ml27 {
  margin-left: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.mx27 {
  margin-right: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
  margin-left: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.my27 {
  margin-top: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
  margin-bottom: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.ma-lm-27 {
  margin: 540pxrem !important;
}

.mt-lm-27 {
  margin-top: 540pxrem !important;
}

.mr-lm-27 {
  margin-right: 540pxrem !important;
}

.mb-lm-27 {
  margin-bottom: 540pxrem !important;
}

.ml-lm-27 {
  margin-left: 540pxrem !important;
}

.pa27 {
  padding: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.pt27 {
  padding-top: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.pr27 {
  padding-right: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.pb27 {
  padding-bottom: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.pl27 {
  padding-left: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.px27 {
  padding-right: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
  padding-left: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.py27 {
  padding-top: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
  padding-bottom: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.pa-lm-27 {
  padding: 540pxrem !important;
}

.pt-lm-27 {
  padding-top: 540pxrem !important;
}

.pr-lm-27 {
  padding-right: 540pxrem !important;
}

.pb-lm-27 {
  padding-bottom: 540pxrem !important;
}

.pl-lm-27 {
  padding-left: 540pxrem !important;
}

.ma28 {
  margin: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.mt28 {
  margin-top: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.mr28 {
  margin-right: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.mb28 {
  margin-bottom: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.ml28 {
  margin-left: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.mx28 {
  margin-right: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
  margin-left: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.my28 {
  margin-top: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
  margin-bottom: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.ma-lm-28 {
  margin: 560pxrem !important;
}

.mt-lm-28 {
  margin-top: 560pxrem !important;
}

.mr-lm-28 {
  margin-right: 560pxrem !important;
}

.mb-lm-28 {
  margin-bottom: 560pxrem !important;
}

.ml-lm-28 {
  margin-left: 560pxrem !important;
}

.pa28 {
  padding: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.pt28 {
  padding-top: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.pr28 {
  padding-right: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.pb28 {
  padding-bottom: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.pl28 {
  padding-left: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.px28 {
  padding-right: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
  padding-left: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.py28 {
  padding-top: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
  padding-bottom: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.pa-lm-28 {
  padding: 560pxrem !important;
}

.pt-lm-28 {
  padding-top: 560pxrem !important;
}

.pr-lm-28 {
  padding-right: 560pxrem !important;
}

.pb-lm-28 {
  padding-bottom: 560pxrem !important;
}

.pl-lm-28 {
  padding-left: 560pxrem !important;
}

.ma29 {
  margin: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.mt29 {
  margin-top: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.mr29 {
  margin-right: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.mb29 {
  margin-bottom: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.ml29 {
  margin-left: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.mx29 {
  margin-right: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
  margin-left: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.my29 {
  margin-top: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
  margin-bottom: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.ma-lm-29 {
  margin: 580pxrem !important;
}

.mt-lm-29 {
  margin-top: 580pxrem !important;
}

.mr-lm-29 {
  margin-right: 580pxrem !important;
}

.mb-lm-29 {
  margin-bottom: 580pxrem !important;
}

.ml-lm-29 {
  margin-left: 580pxrem !important;
}

.pa29 {
  padding: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.pt29 {
  padding-top: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.pr29 {
  padding-right: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.pb29 {
  padding-bottom: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.pl29 {
  padding-left: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.px29 {
  padding-right: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
  padding-left: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.py29 {
  padding-top: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
  padding-bottom: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.pa-lm-29 {
  padding: 580pxrem !important;
}

.pt-lm-29 {
  padding-top: 580pxrem !important;
}

.pr-lm-29 {
  padding-right: 580pxrem !important;
}

.pb-lm-29 {
  padding-bottom: 580pxrem !important;
}

.pl-lm-29 {
  padding-left: 580pxrem !important;
}

.ma30 {
  margin: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.mt30 {
  margin-top: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.mr30 {
  margin-right: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.mb30 {
  margin-bottom: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.ml30 {
  margin-left: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.mx30 {
  margin-right: clamp(75px, 5.20833vw + 50px, 150px) !important;
  margin-left: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.my30 {
  margin-top: clamp(75px, 5.20833vw + 50px, 150px) !important;
  margin-bottom: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.ma-lm-30 {
  margin: 600pxrem !important;
}

.mt-lm-30 {
  margin-top: 600pxrem !important;
}

.mr-lm-30 {
  margin-right: 600pxrem !important;
}

.mb-lm-30 {
  margin-bottom: 600pxrem !important;
}

.ml-lm-30 {
  margin-left: 600pxrem !important;
}

.pa30 {
  padding: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.pt30 {
  padding-top: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.pr30 {
  padding-right: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.pb30 {
  padding-bottom: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.pl30 {
  padding-left: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.px30 {
  padding-right: clamp(75px, 5.20833vw + 50px, 150px) !important;
  padding-left: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.py30 {
  padding-top: clamp(75px, 5.20833vw + 50px, 150px) !important;
  padding-bottom: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.pa-lm-30 {
  padding: 600pxrem !important;
}

.pt-lm-30 {
  padding-top: 600pxrem !important;
}

.pr-lm-30 {
  padding-right: 600pxrem !important;
}

.pb-lm-30 {
  padding-bottom: 600pxrem !important;
}

.pl-lm-30 {
  padding-left: 600pxrem !important;
}

.ma31 {
  margin: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.mt31 {
  margin-top: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.mr31 {
  margin-right: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.mb31 {
  margin-bottom: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.ml31 {
  margin-left: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.mx31 {
  margin-right: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
  margin-left: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.my31 {
  margin-top: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
  margin-bottom: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.ma-lm-31 {
  margin: 620pxrem !important;
}

.mt-lm-31 {
  margin-top: 620pxrem !important;
}

.mr-lm-31 {
  margin-right: 620pxrem !important;
}

.mb-lm-31 {
  margin-bottom: 620pxrem !important;
}

.ml-lm-31 {
  margin-left: 620pxrem !important;
}

.pa31 {
  padding: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.pt31 {
  padding-top: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.pr31 {
  padding-right: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.pb31 {
  padding-bottom: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.pl31 {
  padding-left: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.px31 {
  padding-right: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
  padding-left: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.py31 {
  padding-top: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
  padding-bottom: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.pa-lm-31 {
  padding: 620pxrem !important;
}

.pt-lm-31 {
  padding-top: 620pxrem !important;
}

.pr-lm-31 {
  padding-right: 620pxrem !important;
}

.pb-lm-31 {
  padding-bottom: 620pxrem !important;
}

.pl-lm-31 {
  padding-left: 620pxrem !important;
}

.ma32 {
  margin: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.mt32 {
  margin-top: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.mr32 {
  margin-right: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.mb32 {
  margin-bottom: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.ml32 {
  margin-left: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.mx32 {
  margin-right: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
  margin-left: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.my32 {
  margin-top: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
  margin-bottom: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.ma-lm-32 {
  margin: 640pxrem !important;
}

.mt-lm-32 {
  margin-top: 640pxrem !important;
}

.mr-lm-32 {
  margin-right: 640pxrem !important;
}

.mb-lm-32 {
  margin-bottom: 640pxrem !important;
}

.ml-lm-32 {
  margin-left: 640pxrem !important;
}

.pa32 {
  padding: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.pt32 {
  padding-top: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.pr32 {
  padding-right: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.pb32 {
  padding-bottom: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.pl32 {
  padding-left: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.px32 {
  padding-right: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
  padding-left: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.py32 {
  padding-top: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
  padding-bottom: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.pa-lm-32 {
  padding: 640pxrem !important;
}

.pt-lm-32 {
  padding-top: 640pxrem !important;
}

.pr-lm-32 {
  padding-right: 640pxrem !important;
}

.pb-lm-32 {
  padding-bottom: 640pxrem !important;
}

.pl-lm-32 {
  padding-left: 640pxrem !important;
}

.ma33 {
  margin: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.mt33 {
  margin-top: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.mr33 {
  margin-right: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.mb33 {
  margin-bottom: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.ml33 {
  margin-left: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.mx33 {
  margin-right: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
  margin-left: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.my33 {
  margin-top: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
  margin-bottom: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.ma-lm-33 {
  margin: 660pxrem !important;
}

.mt-lm-33 {
  margin-top: 660pxrem !important;
}

.mr-lm-33 {
  margin-right: 660pxrem !important;
}

.mb-lm-33 {
  margin-bottom: 660pxrem !important;
}

.ml-lm-33 {
  margin-left: 660pxrem !important;
}

.pa33 {
  padding: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.pt33 {
  padding-top: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.pr33 {
  padding-right: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.pb33 {
  padding-bottom: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.pl33 {
  padding-left: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.px33 {
  padding-right: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
  padding-left: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.py33 {
  padding-top: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
  padding-bottom: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.pa-lm-33 {
  padding: 660pxrem !important;
}

.pt-lm-33 {
  padding-top: 660pxrem !important;
}

.pr-lm-33 {
  padding-right: 660pxrem !important;
}

.pb-lm-33 {
  padding-bottom: 660pxrem !important;
}

.pl-lm-33 {
  padding-left: 660pxrem !important;
}

.ma34 {
  margin: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.mt34 {
  margin-top: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.mr34 {
  margin-right: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.mb34 {
  margin-bottom: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.ml34 {
  margin-left: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.mx34 {
  margin-right: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
  margin-left: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.my34 {
  margin-top: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
  margin-bottom: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.ma-lm-34 {
  margin: 680pxrem !important;
}

.mt-lm-34 {
  margin-top: 680pxrem !important;
}

.mr-lm-34 {
  margin-right: 680pxrem !important;
}

.mb-lm-34 {
  margin-bottom: 680pxrem !important;
}

.ml-lm-34 {
  margin-left: 680pxrem !important;
}

.pa34 {
  padding: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.pt34 {
  padding-top: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.pr34 {
  padding-right: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.pb34 {
  padding-bottom: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.pl34 {
  padding-left: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.px34 {
  padding-right: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
  padding-left: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.py34 {
  padding-top: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
  padding-bottom: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.pa-lm-34 {
  padding: 680pxrem !important;
}

.pt-lm-34 {
  padding-top: 680pxrem !important;
}

.pr-lm-34 {
  padding-right: 680pxrem !important;
}

.pb-lm-34 {
  padding-bottom: 680pxrem !important;
}

.pl-lm-34 {
  padding-left: 680pxrem !important;
}

.ma35 {
  margin: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.mt35 {
  margin-top: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.mr35 {
  margin-right: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.mb35 {
  margin-bottom: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.ml35 {
  margin-left: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.mx35 {
  margin-right: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
  margin-left: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.my35 {
  margin-top: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
  margin-bottom: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.ma-lm-35 {
  margin: 700pxrem !important;
}

.mt-lm-35 {
  margin-top: 700pxrem !important;
}

.mr-lm-35 {
  margin-right: 700pxrem !important;
}

.mb-lm-35 {
  margin-bottom: 700pxrem !important;
}

.ml-lm-35 {
  margin-left: 700pxrem !important;
}

.pa35 {
  padding: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.pt35 {
  padding-top: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.pr35 {
  padding-right: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.pb35 {
  padding-bottom: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.pl35 {
  padding-left: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.px35 {
  padding-right: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
  padding-left: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.py35 {
  padding-top: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
  padding-bottom: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.pa-lm-35 {
  padding: 700pxrem !important;
}

.pt-lm-35 {
  padding-top: 700pxrem !important;
}

.pr-lm-35 {
  padding-right: 700pxrem !important;
}

.pb-lm-35 {
  padding-bottom: 700pxrem !important;
}

.pl-lm-35 {
  padding-left: 700pxrem !important;
}

.ma36 {
  margin: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.mt36 {
  margin-top: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.mr36 {
  margin-right: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.mb36 {
  margin-bottom: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.ml36 {
  margin-left: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.mx36 {
  margin-right: clamp(90px, 6.25vw + 60px, 180px) !important;
  margin-left: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.my36 {
  margin-top: clamp(90px, 6.25vw + 60px, 180px) !important;
  margin-bottom: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.ma-lm-36 {
  margin: 720pxrem !important;
}

.mt-lm-36 {
  margin-top: 720pxrem !important;
}

.mr-lm-36 {
  margin-right: 720pxrem !important;
}

.mb-lm-36 {
  margin-bottom: 720pxrem !important;
}

.ml-lm-36 {
  margin-left: 720pxrem !important;
}

.pa36 {
  padding: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.pt36 {
  padding-top: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.pr36 {
  padding-right: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.pb36 {
  padding-bottom: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.pl36 {
  padding-left: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.px36 {
  padding-right: clamp(90px, 6.25vw + 60px, 180px) !important;
  padding-left: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.py36 {
  padding-top: clamp(90px, 6.25vw + 60px, 180px) !important;
  padding-bottom: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.pa-lm-36 {
  padding: 720pxrem !important;
}

.pt-lm-36 {
  padding-top: 720pxrem !important;
}

.pr-lm-36 {
  padding-right: 720pxrem !important;
}

.pb-lm-36 {
  padding-bottom: 720pxrem !important;
}

.pl-lm-36 {
  padding-left: 720pxrem !important;
}

.ma37 {
  margin: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.mt37 {
  margin-top: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.mr37 {
  margin-right: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.mb37 {
  margin-bottom: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.ml37 {
  margin-left: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.mx37 {
  margin-right: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
  margin-left: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.my37 {
  margin-top: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
  margin-bottom: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.ma-lm-37 {
  margin: 740pxrem !important;
}

.mt-lm-37 {
  margin-top: 740pxrem !important;
}

.mr-lm-37 {
  margin-right: 740pxrem !important;
}

.mb-lm-37 {
  margin-bottom: 740pxrem !important;
}

.ml-lm-37 {
  margin-left: 740pxrem !important;
}

.pa37 {
  padding: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.pt37 {
  padding-top: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.pr37 {
  padding-right: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.pb37 {
  padding-bottom: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.pl37 {
  padding-left: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.px37 {
  padding-right: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
  padding-left: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.py37 {
  padding-top: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
  padding-bottom: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.pa-lm-37 {
  padding: 740pxrem !important;
}

.pt-lm-37 {
  padding-top: 740pxrem !important;
}

.pr-lm-37 {
  padding-right: 740pxrem !important;
}

.pb-lm-37 {
  padding-bottom: 740pxrem !important;
}

.pl-lm-37 {
  padding-left: 740pxrem !important;
}

.ma38 {
  margin: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.mt38 {
  margin-top: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.mr38 {
  margin-right: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.mb38 {
  margin-bottom: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.ml38 {
  margin-left: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.mx38 {
  margin-right: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
  margin-left: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.my38 {
  margin-top: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
  margin-bottom: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.ma-lm-38 {
  margin: 760pxrem !important;
}

.mt-lm-38 {
  margin-top: 760pxrem !important;
}

.mr-lm-38 {
  margin-right: 760pxrem !important;
}

.mb-lm-38 {
  margin-bottom: 760pxrem !important;
}

.ml-lm-38 {
  margin-left: 760pxrem !important;
}

.pa38 {
  padding: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.pt38 {
  padding-top: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.pr38 {
  padding-right: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.pb38 {
  padding-bottom: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.pl38 {
  padding-left: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.px38 {
  padding-right: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
  padding-left: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.py38 {
  padding-top: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
  padding-bottom: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.pa-lm-38 {
  padding: 760pxrem !important;
}

.pt-lm-38 {
  padding-top: 760pxrem !important;
}

.pr-lm-38 {
  padding-right: 760pxrem !important;
}

.pb-lm-38 {
  padding-bottom: 760pxrem !important;
}

.pl-lm-38 {
  padding-left: 760pxrem !important;
}

.ma39 {
  margin: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.mt39 {
  margin-top: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.mr39 {
  margin-right: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.mb39 {
  margin-bottom: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.ml39 {
  margin-left: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.mx39 {
  margin-right: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
  margin-left: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.my39 {
  margin-top: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
  margin-bottom: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.ma-lm-39 {
  margin: 780pxrem !important;
}

.mt-lm-39 {
  margin-top: 780pxrem !important;
}

.mr-lm-39 {
  margin-right: 780pxrem !important;
}

.mb-lm-39 {
  margin-bottom: 780pxrem !important;
}

.ml-lm-39 {
  margin-left: 780pxrem !important;
}

.pa39 {
  padding: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.pt39 {
  padding-top: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.pr39 {
  padding-right: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.pb39 {
  padding-bottom: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.pl39 {
  padding-left: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.px39 {
  padding-right: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
  padding-left: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.py39 {
  padding-top: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
  padding-bottom: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.pa-lm-39 {
  padding: 780pxrem !important;
}

.pt-lm-39 {
  padding-top: 780pxrem !important;
}

.pr-lm-39 {
  padding-right: 780pxrem !important;
}

.pb-lm-39 {
  padding-bottom: 780pxrem !important;
}

.pl-lm-39 {
  padding-left: 780pxrem !important;
}

.ma40 {
  margin: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.mt40 {
  margin-top: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.mr40 {
  margin-right: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.mb40 {
  margin-bottom: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.ml40 {
  margin-left: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.mx40 {
  margin-right: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
  margin-left: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.my40 {
  margin-top: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
  margin-bottom: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.ma-lm-40 {
  margin: 800pxrem !important;
}

.mt-lm-40 {
  margin-top: 800pxrem !important;
}

.mr-lm-40 {
  margin-right: 800pxrem !important;
}

.mb-lm-40 {
  margin-bottom: 800pxrem !important;
}

.ml-lm-40 {
  margin-left: 800pxrem !important;
}

.pa40 {
  padding: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.pt40 {
  padding-top: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.pr40 {
  padding-right: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.pb40 {
  padding-bottom: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.pl40 {
  padding-left: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.px40 {
  padding-right: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
  padding-left: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.py40 {
  padding-top: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
  padding-bottom: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.pa-lm-40 {
  padding: 800pxrem !important;
}

.pt-lm-40 {
  padding-top: 800pxrem !important;
}

.pr-lm-40 {
  padding-right: 800pxrem !important;
}

.pb-lm-40 {
  padding-bottom: 800pxrem !important;
}

.pl-lm-40 {
  padding-left: 800pxrem !important;
}

.ma41 {
  margin: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.mt41 {
  margin-top: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.mr41 {
  margin-right: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.mb41 {
  margin-bottom: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.ml41 {
  margin-left: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.mx41 {
  margin-right: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
  margin-left: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.my41 {
  margin-top: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
  margin-bottom: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.ma-lm-41 {
  margin: 820pxrem !important;
}

.mt-lm-41 {
  margin-top: 820pxrem !important;
}

.mr-lm-41 {
  margin-right: 820pxrem !important;
}

.mb-lm-41 {
  margin-bottom: 820pxrem !important;
}

.ml-lm-41 {
  margin-left: 820pxrem !important;
}

.pa41 {
  padding: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.pt41 {
  padding-top: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.pr41 {
  padding-right: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.pb41 {
  padding-bottom: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.pl41 {
  padding-left: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.px41 {
  padding-right: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
  padding-left: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.py41 {
  padding-top: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
  padding-bottom: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.pa-lm-41 {
  padding: 820pxrem !important;
}

.pt-lm-41 {
  padding-top: 820pxrem !important;
}

.pr-lm-41 {
  padding-right: 820pxrem !important;
}

.pb-lm-41 {
  padding-bottom: 820pxrem !important;
}

.pl-lm-41 {
  padding-left: 820pxrem !important;
}

.ma42 {
  margin: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.mt42 {
  margin-top: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.mr42 {
  margin-right: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.mb42 {
  margin-bottom: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.ml42 {
  margin-left: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.mx42 {
  margin-right: clamp(105px, 7.29167vw + 70px, 210px) !important;
  margin-left: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.my42 {
  margin-top: clamp(105px, 7.29167vw + 70px, 210px) !important;
  margin-bottom: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.ma-lm-42 {
  margin: 840pxrem !important;
}

.mt-lm-42 {
  margin-top: 840pxrem !important;
}

.mr-lm-42 {
  margin-right: 840pxrem !important;
}

.mb-lm-42 {
  margin-bottom: 840pxrem !important;
}

.ml-lm-42 {
  margin-left: 840pxrem !important;
}

.pa42 {
  padding: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.pt42 {
  padding-top: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.pr42 {
  padding-right: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.pb42 {
  padding-bottom: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.pl42 {
  padding-left: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.px42 {
  padding-right: clamp(105px, 7.29167vw + 70px, 210px) !important;
  padding-left: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.py42 {
  padding-top: clamp(105px, 7.29167vw + 70px, 210px) !important;
  padding-bottom: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.pa-lm-42 {
  padding: 840pxrem !important;
}

.pt-lm-42 {
  padding-top: 840pxrem !important;
}

.pr-lm-42 {
  padding-right: 840pxrem !important;
}

.pb-lm-42 {
  padding-bottom: 840pxrem !important;
}

.pl-lm-42 {
  padding-left: 840pxrem !important;
}

.ma43 {
  margin: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.mt43 {
  margin-top: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.mr43 {
  margin-right: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.mb43 {
  margin-bottom: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.ml43 {
  margin-left: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.mx43 {
  margin-right: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
  margin-left: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.my43 {
  margin-top: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
  margin-bottom: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.ma-lm-43 {
  margin: 860pxrem !important;
}

.mt-lm-43 {
  margin-top: 860pxrem !important;
}

.mr-lm-43 {
  margin-right: 860pxrem !important;
}

.mb-lm-43 {
  margin-bottom: 860pxrem !important;
}

.ml-lm-43 {
  margin-left: 860pxrem !important;
}

.pa43 {
  padding: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.pt43 {
  padding-top: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.pr43 {
  padding-right: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.pb43 {
  padding-bottom: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.pl43 {
  padding-left: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.px43 {
  padding-right: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
  padding-left: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.py43 {
  padding-top: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
  padding-bottom: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.pa-lm-43 {
  padding: 860pxrem !important;
}

.pt-lm-43 {
  padding-top: 860pxrem !important;
}

.pr-lm-43 {
  padding-right: 860pxrem !important;
}

.pb-lm-43 {
  padding-bottom: 860pxrem !important;
}

.pl-lm-43 {
  padding-left: 860pxrem !important;
}

.ma44 {
  margin: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.mt44 {
  margin-top: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.mr44 {
  margin-right: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.mb44 {
  margin-bottom: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.ml44 {
  margin-left: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.mx44 {
  margin-right: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
  margin-left: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.my44 {
  margin-top: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
  margin-bottom: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.ma-lm-44 {
  margin: 880pxrem !important;
}

.mt-lm-44 {
  margin-top: 880pxrem !important;
}

.mr-lm-44 {
  margin-right: 880pxrem !important;
}

.mb-lm-44 {
  margin-bottom: 880pxrem !important;
}

.ml-lm-44 {
  margin-left: 880pxrem !important;
}

.pa44 {
  padding: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.pt44 {
  padding-top: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.pr44 {
  padding-right: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.pb44 {
  padding-bottom: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.pl44 {
  padding-left: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.px44 {
  padding-right: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
  padding-left: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.py44 {
  padding-top: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
  padding-bottom: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.pa-lm-44 {
  padding: 880pxrem !important;
}

.pt-lm-44 {
  padding-top: 880pxrem !important;
}

.pr-lm-44 {
  padding-right: 880pxrem !important;
}

.pb-lm-44 {
  padding-bottom: 880pxrem !important;
}

.pl-lm-44 {
  padding-left: 880pxrem !important;
}

.ma45 {
  margin: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.mt45 {
  margin-top: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.mr45 {
  margin-right: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.mb45 {
  margin-bottom: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.ml45 {
  margin-left: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.mx45 {
  margin-right: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
  margin-left: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.my45 {
  margin-top: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
  margin-bottom: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.ma-lm-45 {
  margin: 900pxrem !important;
}

.mt-lm-45 {
  margin-top: 900pxrem !important;
}

.mr-lm-45 {
  margin-right: 900pxrem !important;
}

.mb-lm-45 {
  margin-bottom: 900pxrem !important;
}

.ml-lm-45 {
  margin-left: 900pxrem !important;
}

.pa45 {
  padding: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.pt45 {
  padding-top: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.pr45 {
  padding-right: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.pb45 {
  padding-bottom: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.pl45 {
  padding-left: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.px45 {
  padding-right: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
  padding-left: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.py45 {
  padding-top: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
  padding-bottom: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.pa-lm-45 {
  padding: 900pxrem !important;
}

.pt-lm-45 {
  padding-top: 900pxrem !important;
}

.pr-lm-45 {
  padding-right: 900pxrem !important;
}

.pb-lm-45 {
  padding-bottom: 900pxrem !important;
}

.pl-lm-45 {
  padding-left: 900pxrem !important;
}

.ma46 {
  margin: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.mt46 {
  margin-top: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.mr46 {
  margin-right: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.mb46 {
  margin-bottom: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.ml46 {
  margin-left: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.mx46 {
  margin-right: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
  margin-left: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.my46 {
  margin-top: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
  margin-bottom: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.ma-lm-46 {
  margin: 920pxrem !important;
}

.mt-lm-46 {
  margin-top: 920pxrem !important;
}

.mr-lm-46 {
  margin-right: 920pxrem !important;
}

.mb-lm-46 {
  margin-bottom: 920pxrem !important;
}

.ml-lm-46 {
  margin-left: 920pxrem !important;
}

.pa46 {
  padding: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.pt46 {
  padding-top: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.pr46 {
  padding-right: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.pb46 {
  padding-bottom: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.pl46 {
  padding-left: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.px46 {
  padding-right: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
  padding-left: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.py46 {
  padding-top: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
  padding-bottom: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.pa-lm-46 {
  padding: 920pxrem !important;
}

.pt-lm-46 {
  padding-top: 920pxrem !important;
}

.pr-lm-46 {
  padding-right: 920pxrem !important;
}

.pb-lm-46 {
  padding-bottom: 920pxrem !important;
}

.pl-lm-46 {
  padding-left: 920pxrem !important;
}

.ma47 {
  margin: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.mt47 {
  margin-top: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.mr47 {
  margin-right: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.mb47 {
  margin-bottom: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.ml47 {
  margin-left: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.mx47 {
  margin-right: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
  margin-left: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.my47 {
  margin-top: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
  margin-bottom: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.ma-lm-47 {
  margin: 940pxrem !important;
}

.mt-lm-47 {
  margin-top: 940pxrem !important;
}

.mr-lm-47 {
  margin-right: 940pxrem !important;
}

.mb-lm-47 {
  margin-bottom: 940pxrem !important;
}

.ml-lm-47 {
  margin-left: 940pxrem !important;
}

.pa47 {
  padding: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.pt47 {
  padding-top: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.pr47 {
  padding-right: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.pb47 {
  padding-bottom: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.pl47 {
  padding-left: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.px47 {
  padding-right: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
  padding-left: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.py47 {
  padding-top: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
  padding-bottom: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.pa-lm-47 {
  padding: 940pxrem !important;
}

.pt-lm-47 {
  padding-top: 940pxrem !important;
}

.pr-lm-47 {
  padding-right: 940pxrem !important;
}

.pb-lm-47 {
  padding-bottom: 940pxrem !important;
}

.pl-lm-47 {
  padding-left: 940pxrem !important;
}

.ma48 {
  margin: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.mt48 {
  margin-top: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.mr48 {
  margin-right: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.mb48 {
  margin-bottom: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.ml48 {
  margin-left: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.mx48 {
  margin-right: clamp(120px, 8.33333vw + 80px, 240px) !important;
  margin-left: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.my48 {
  margin-top: clamp(120px, 8.33333vw + 80px, 240px) !important;
  margin-bottom: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.ma-lm-48 {
  margin: 960pxrem !important;
}

.mt-lm-48 {
  margin-top: 960pxrem !important;
}

.mr-lm-48 {
  margin-right: 960pxrem !important;
}

.mb-lm-48 {
  margin-bottom: 960pxrem !important;
}

.ml-lm-48 {
  margin-left: 960pxrem !important;
}

.pa48 {
  padding: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.pt48 {
  padding-top: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.pr48 {
  padding-right: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.pb48 {
  padding-bottom: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.pl48 {
  padding-left: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.px48 {
  padding-right: clamp(120px, 8.33333vw + 80px, 240px) !important;
  padding-left: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.py48 {
  padding-top: clamp(120px, 8.33333vw + 80px, 240px) !important;
  padding-bottom: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.pa-lm-48 {
  padding: 960pxrem !important;
}

.pt-lm-48 {
  padding-top: 960pxrem !important;
}

.pr-lm-48 {
  padding-right: 960pxrem !important;
}

.pb-lm-48 {
  padding-bottom: 960pxrem !important;
}

.pl-lm-48 {
  padding-left: 960pxrem !important;
}

.ma49 {
  margin: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.mt49 {
  margin-top: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.mr49 {
  margin-right: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.mb49 {
  margin-bottom: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.ml49 {
  margin-left: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.mx49 {
  margin-right: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
  margin-left: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.my49 {
  margin-top: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
  margin-bottom: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.ma-lm-49 {
  margin: 980pxrem !important;
}

.mt-lm-49 {
  margin-top: 980pxrem !important;
}

.mr-lm-49 {
  margin-right: 980pxrem !important;
}

.mb-lm-49 {
  margin-bottom: 980pxrem !important;
}

.ml-lm-49 {
  margin-left: 980pxrem !important;
}

.pa49 {
  padding: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.pt49 {
  padding-top: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.pr49 {
  padding-right: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.pb49 {
  padding-bottom: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.pl49 {
  padding-left: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.px49 {
  padding-right: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
  padding-left: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.py49 {
  padding-top: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
  padding-bottom: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.pa-lm-49 {
  padding: 980pxrem !important;
}

.pt-lm-49 {
  padding-top: 980pxrem !important;
}

.pr-lm-49 {
  padding-right: 980pxrem !important;
}

.pb-lm-49 {
  padding-bottom: 980pxrem !important;
}

.pl-lm-49 {
  padding-left: 980pxrem !important;
}

.ma50 {
  margin: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.mt50 {
  margin-top: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.mr50 {
  margin-right: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.mb50 {
  margin-bottom: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.ml50 {
  margin-left: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.mx50 {
  margin-right: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
  margin-left: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.my50 {
  margin-top: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
  margin-bottom: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.ma-lm-50 {
  margin: 1000pxrem !important;
}

.mt-lm-50 {
  margin-top: 1000pxrem !important;
}

.mr-lm-50 {
  margin-right: 1000pxrem !important;
}

.mb-lm-50 {
  margin-bottom: 1000pxrem !important;
}

.ml-lm-50 {
  margin-left: 1000pxrem !important;
}

.pa50 {
  padding: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.pt50 {
  padding-top: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.pr50 {
  padding-right: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.pb50 {
  padding-bottom: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.pl50 {
  padding-left: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.px50 {
  padding-right: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
  padding-left: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.py50 {
  padding-top: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
  padding-bottom: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.pa-lm-50 {
  padding: 1000pxrem !important;
}

.pt-lm-50 {
  padding-top: 1000pxrem !important;
}

.pr-lm-50 {
  padding-right: 1000pxrem !important;
}

.pb-lm-50 {
  padding-bottom: 1000pxrem !important;
}

.pl-lm-50 {
  padding-left: 1000pxrem !important;
}

.ma51 {
  margin: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.mt51 {
  margin-top: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.mr51 {
  margin-right: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.mb51 {
  margin-bottom: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.ml51 {
  margin-left: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.mx51 {
  margin-right: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
  margin-left: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.my51 {
  margin-top: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
  margin-bottom: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.ma-lm-51 {
  margin: 1020pxrem !important;
}

.mt-lm-51 {
  margin-top: 1020pxrem !important;
}

.mr-lm-51 {
  margin-right: 1020pxrem !important;
}

.mb-lm-51 {
  margin-bottom: 1020pxrem !important;
}

.ml-lm-51 {
  margin-left: 1020pxrem !important;
}

.pa51 {
  padding: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.pt51 {
  padding-top: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.pr51 {
  padding-right: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.pb51 {
  padding-bottom: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.pl51 {
  padding-left: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.px51 {
  padding-right: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
  padding-left: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.py51 {
  padding-top: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
  padding-bottom: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.pa-lm-51 {
  padding: 1020pxrem !important;
}

.pt-lm-51 {
  padding-top: 1020pxrem !important;
}

.pr-lm-51 {
  padding-right: 1020pxrem !important;
}

.pb-lm-51 {
  padding-bottom: 1020pxrem !important;
}

.pl-lm-51 {
  padding-left: 1020pxrem !important;
}

.ma52 {
  margin: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.mt52 {
  margin-top: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.mr52 {
  margin-right: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.mb52 {
  margin-bottom: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.ml52 {
  margin-left: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.mx52 {
  margin-right: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
  margin-left: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.my52 {
  margin-top: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
  margin-bottom: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.ma-lm-52 {
  margin: 1040pxrem !important;
}

.mt-lm-52 {
  margin-top: 1040pxrem !important;
}

.mr-lm-52 {
  margin-right: 1040pxrem !important;
}

.mb-lm-52 {
  margin-bottom: 1040pxrem !important;
}

.ml-lm-52 {
  margin-left: 1040pxrem !important;
}

.pa52 {
  padding: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.pt52 {
  padding-top: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.pr52 {
  padding-right: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.pb52 {
  padding-bottom: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.pl52 {
  padding-left: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.px52 {
  padding-right: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
  padding-left: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.py52 {
  padding-top: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
  padding-bottom: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.pa-lm-52 {
  padding: 1040pxrem !important;
}

.pt-lm-52 {
  padding-top: 1040pxrem !important;
}

.pr-lm-52 {
  padding-right: 1040pxrem !important;
}

.pb-lm-52 {
  padding-bottom: 1040pxrem !important;
}

.pl-lm-52 {
  padding-left: 1040pxrem !important;
}

.ma53 {
  margin: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.mt53 {
  margin-top: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.mr53 {
  margin-right: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.mb53 {
  margin-bottom: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.ml53 {
  margin-left: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.mx53 {
  margin-right: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
  margin-left: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.my53 {
  margin-top: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
  margin-bottom: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.ma-lm-53 {
  margin: 1060pxrem !important;
}

.mt-lm-53 {
  margin-top: 1060pxrem !important;
}

.mr-lm-53 {
  margin-right: 1060pxrem !important;
}

.mb-lm-53 {
  margin-bottom: 1060pxrem !important;
}

.ml-lm-53 {
  margin-left: 1060pxrem !important;
}

.pa53 {
  padding: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.pt53 {
  padding-top: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.pr53 {
  padding-right: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.pb53 {
  padding-bottom: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.pl53 {
  padding-left: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.px53 {
  padding-right: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
  padding-left: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.py53 {
  padding-top: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
  padding-bottom: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.pa-lm-53 {
  padding: 1060pxrem !important;
}

.pt-lm-53 {
  padding-top: 1060pxrem !important;
}

.pr-lm-53 {
  padding-right: 1060pxrem !important;
}

.pb-lm-53 {
  padding-bottom: 1060pxrem !important;
}

.pl-lm-53 {
  padding-left: 1060pxrem !important;
}

.ma54 {
  margin: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.mt54 {
  margin-top: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.mr54 {
  margin-right: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.mb54 {
  margin-bottom: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.ml54 {
  margin-left: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.mx54 {
  margin-right: clamp(135px, 9.375vw + 90px, 270px) !important;
  margin-left: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.my54 {
  margin-top: clamp(135px, 9.375vw + 90px, 270px) !important;
  margin-bottom: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.ma-lm-54 {
  margin: 1080pxrem !important;
}

.mt-lm-54 {
  margin-top: 1080pxrem !important;
}

.mr-lm-54 {
  margin-right: 1080pxrem !important;
}

.mb-lm-54 {
  margin-bottom: 1080pxrem !important;
}

.ml-lm-54 {
  margin-left: 1080pxrem !important;
}

.pa54 {
  padding: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.pt54 {
  padding-top: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.pr54 {
  padding-right: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.pb54 {
  padding-bottom: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.pl54 {
  padding-left: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.px54 {
  padding-right: clamp(135px, 9.375vw + 90px, 270px) !important;
  padding-left: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.py54 {
  padding-top: clamp(135px, 9.375vw + 90px, 270px) !important;
  padding-bottom: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.pa-lm-54 {
  padding: 1080pxrem !important;
}

.pt-lm-54 {
  padding-top: 1080pxrem !important;
}

.pr-lm-54 {
  padding-right: 1080pxrem !important;
}

.pb-lm-54 {
  padding-bottom: 1080pxrem !important;
}

.pl-lm-54 {
  padding-left: 1080pxrem !important;
}

.ma55 {
  margin: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.mt55 {
  margin-top: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.mr55 {
  margin-right: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.mb55 {
  margin-bottom: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.ml55 {
  margin-left: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.mx55 {
  margin-right: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
  margin-left: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.my55 {
  margin-top: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
  margin-bottom: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.ma-lm-55 {
  margin: 1100pxrem !important;
}

.mt-lm-55 {
  margin-top: 1100pxrem !important;
}

.mr-lm-55 {
  margin-right: 1100pxrem !important;
}

.mb-lm-55 {
  margin-bottom: 1100pxrem !important;
}

.ml-lm-55 {
  margin-left: 1100pxrem !important;
}

.pa55 {
  padding: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.pt55 {
  padding-top: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.pr55 {
  padding-right: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.pb55 {
  padding-bottom: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.pl55 {
  padding-left: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.px55 {
  padding-right: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
  padding-left: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.py55 {
  padding-top: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
  padding-bottom: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.pa-lm-55 {
  padding: 1100pxrem !important;
}

.pt-lm-55 {
  padding-top: 1100pxrem !important;
}

.pr-lm-55 {
  padding-right: 1100pxrem !important;
}

.pb-lm-55 {
  padding-bottom: 1100pxrem !important;
}

.pl-lm-55 {
  padding-left: 1100pxrem !important;
}

.ma56 {
  margin: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.mt56 {
  margin-top: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.mr56 {
  margin-right: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.mb56 {
  margin-bottom: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.ml56 {
  margin-left: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.mx56 {
  margin-right: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
  margin-left: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.my56 {
  margin-top: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
  margin-bottom: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.ma-lm-56 {
  margin: 1120pxrem !important;
}

.mt-lm-56 {
  margin-top: 1120pxrem !important;
}

.mr-lm-56 {
  margin-right: 1120pxrem !important;
}

.mb-lm-56 {
  margin-bottom: 1120pxrem !important;
}

.ml-lm-56 {
  margin-left: 1120pxrem !important;
}

.pa56 {
  padding: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.pt56 {
  padding-top: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.pr56 {
  padding-right: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.pb56 {
  padding-bottom: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.pl56 {
  padding-left: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.px56 {
  padding-right: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
  padding-left: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.py56 {
  padding-top: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
  padding-bottom: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.pa-lm-56 {
  padding: 1120pxrem !important;
}

.pt-lm-56 {
  padding-top: 1120pxrem !important;
}

.pr-lm-56 {
  padding-right: 1120pxrem !important;
}

.pb-lm-56 {
  padding-bottom: 1120pxrem !important;
}

.pl-lm-56 {
  padding-left: 1120pxrem !important;
}

.ma57 {
  margin: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.mt57 {
  margin-top: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.mr57 {
  margin-right: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.mb57 {
  margin-bottom: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.ml57 {
  margin-left: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.mx57 {
  margin-right: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
  margin-left: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.my57 {
  margin-top: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
  margin-bottom: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.ma-lm-57 {
  margin: 1140pxrem !important;
}

.mt-lm-57 {
  margin-top: 1140pxrem !important;
}

.mr-lm-57 {
  margin-right: 1140pxrem !important;
}

.mb-lm-57 {
  margin-bottom: 1140pxrem !important;
}

.ml-lm-57 {
  margin-left: 1140pxrem !important;
}

.pa57 {
  padding: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.pt57 {
  padding-top: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.pr57 {
  padding-right: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.pb57 {
  padding-bottom: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.pl57 {
  padding-left: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.px57 {
  padding-right: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
  padding-left: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.py57 {
  padding-top: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
  padding-bottom: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.pa-lm-57 {
  padding: 1140pxrem !important;
}

.pt-lm-57 {
  padding-top: 1140pxrem !important;
}

.pr-lm-57 {
  padding-right: 1140pxrem !important;
}

.pb-lm-57 {
  padding-bottom: 1140pxrem !important;
}

.pl-lm-57 {
  padding-left: 1140pxrem !important;
}

.ma58 {
  margin: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.mt58 {
  margin-top: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.mr58 {
  margin-right: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.mb58 {
  margin-bottom: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.ml58 {
  margin-left: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.mx58 {
  margin-right: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
  margin-left: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.my58 {
  margin-top: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
  margin-bottom: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.ma-lm-58 {
  margin: 1160pxrem !important;
}

.mt-lm-58 {
  margin-top: 1160pxrem !important;
}

.mr-lm-58 {
  margin-right: 1160pxrem !important;
}

.mb-lm-58 {
  margin-bottom: 1160pxrem !important;
}

.ml-lm-58 {
  margin-left: 1160pxrem !important;
}

.pa58 {
  padding: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.pt58 {
  padding-top: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.pr58 {
  padding-right: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.pb58 {
  padding-bottom: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.pl58 {
  padding-left: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.px58 {
  padding-right: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
  padding-left: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.py58 {
  padding-top: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
  padding-bottom: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.pa-lm-58 {
  padding: 1160pxrem !important;
}

.pt-lm-58 {
  padding-top: 1160pxrem !important;
}

.pr-lm-58 {
  padding-right: 1160pxrem !important;
}

.pb-lm-58 {
  padding-bottom: 1160pxrem !important;
}

.pl-lm-58 {
  padding-left: 1160pxrem !important;
}

.ma59 {
  margin: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.mt59 {
  margin-top: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.mr59 {
  margin-right: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.mb59 {
  margin-bottom: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.ml59 {
  margin-left: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.mx59 {
  margin-right: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
  margin-left: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.my59 {
  margin-top: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
  margin-bottom: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.ma-lm-59 {
  margin: 1180pxrem !important;
}

.mt-lm-59 {
  margin-top: 1180pxrem !important;
}

.mr-lm-59 {
  margin-right: 1180pxrem !important;
}

.mb-lm-59 {
  margin-bottom: 1180pxrem !important;
}

.ml-lm-59 {
  margin-left: 1180pxrem !important;
}

.pa59 {
  padding: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.pt59 {
  padding-top: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.pr59 {
  padding-right: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.pb59 {
  padding-bottom: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.pl59 {
  padding-left: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.px59 {
  padding-right: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
  padding-left: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.py59 {
  padding-top: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
  padding-bottom: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.pa-lm-59 {
  padding: 1180pxrem !important;
}

.pt-lm-59 {
  padding-top: 1180pxrem !important;
}

.pr-lm-59 {
  padding-right: 1180pxrem !important;
}

.pb-lm-59 {
  padding-bottom: 1180pxrem !important;
}

.pl-lm-59 {
  padding-left: 1180pxrem !important;
}

.ma60 {
  margin: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.mt60 {
  margin-top: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.mr60 {
  margin-right: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.mb60 {
  margin-bottom: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.ml60 {
  margin-left: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.mx60 {
  margin-right: clamp(150px, 10.41667vw + 100px, 300px) !important;
  margin-left: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.my60 {
  margin-top: clamp(150px, 10.41667vw + 100px, 300px) !important;
  margin-bottom: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.ma-lm-60 {
  margin: 1200pxrem !important;
}

.mt-lm-60 {
  margin-top: 1200pxrem !important;
}

.mr-lm-60 {
  margin-right: 1200pxrem !important;
}

.mb-lm-60 {
  margin-bottom: 1200pxrem !important;
}

.ml-lm-60 {
  margin-left: 1200pxrem !important;
}

.pa60 {
  padding: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.pt60 {
  padding-top: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.pr60 {
  padding-right: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.pb60 {
  padding-bottom: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.pl60 {
  padding-left: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.px60 {
  padding-right: clamp(150px, 10.41667vw + 100px, 300px) !important;
  padding-left: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.py60 {
  padding-top: clamp(150px, 10.41667vw + 100px, 300px) !important;
  padding-bottom: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.pa-lm-60 {
  padding: 1200pxrem !important;
}

.pt-lm-60 {
  padding-top: 1200pxrem !important;
}

.pr-lm-60 {
  padding-right: 1200pxrem !important;
}

.pb-lm-60 {
  padding-bottom: 1200pxrem !important;
}

.pl-lm-60 {
  padding-left: 1200pxrem !important;
}

.ma61 {
  margin: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.mt61 {
  margin-top: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.mr61 {
  margin-right: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.mb61 {
  margin-bottom: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.ml61 {
  margin-left: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.mx61 {
  margin-right: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
  margin-left: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.my61 {
  margin-top: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
  margin-bottom: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.ma-lm-61 {
  margin: 1220pxrem !important;
}

.mt-lm-61 {
  margin-top: 1220pxrem !important;
}

.mr-lm-61 {
  margin-right: 1220pxrem !important;
}

.mb-lm-61 {
  margin-bottom: 1220pxrem !important;
}

.ml-lm-61 {
  margin-left: 1220pxrem !important;
}

.pa61 {
  padding: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.pt61 {
  padding-top: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.pr61 {
  padding-right: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.pb61 {
  padding-bottom: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.pl61 {
  padding-left: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.px61 {
  padding-right: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
  padding-left: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.py61 {
  padding-top: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
  padding-bottom: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.pa-lm-61 {
  padding: 1220pxrem !important;
}

.pt-lm-61 {
  padding-top: 1220pxrem !important;
}

.pr-lm-61 {
  padding-right: 1220pxrem !important;
}

.pb-lm-61 {
  padding-bottom: 1220pxrem !important;
}

.pl-lm-61 {
  padding-left: 1220pxrem !important;
}

.ma62 {
  margin: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.mt62 {
  margin-top: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.mr62 {
  margin-right: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.mb62 {
  margin-bottom: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.ml62 {
  margin-left: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.mx62 {
  margin-right: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
  margin-left: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.my62 {
  margin-top: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
  margin-bottom: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.ma-lm-62 {
  margin: 1240pxrem !important;
}

.mt-lm-62 {
  margin-top: 1240pxrem !important;
}

.mr-lm-62 {
  margin-right: 1240pxrem !important;
}

.mb-lm-62 {
  margin-bottom: 1240pxrem !important;
}

.ml-lm-62 {
  margin-left: 1240pxrem !important;
}

.pa62 {
  padding: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.pt62 {
  padding-top: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.pr62 {
  padding-right: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.pb62 {
  padding-bottom: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.pl62 {
  padding-left: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.px62 {
  padding-right: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
  padding-left: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.py62 {
  padding-top: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
  padding-bottom: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.pa-lm-62 {
  padding: 1240pxrem !important;
}

.pt-lm-62 {
  padding-top: 1240pxrem !important;
}

.pr-lm-62 {
  padding-right: 1240pxrem !important;
}

.pb-lm-62 {
  padding-bottom: 1240pxrem !important;
}

.pl-lm-62 {
  padding-left: 1240pxrem !important;
}

.ma63 {
  margin: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.mt63 {
  margin-top: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.mr63 {
  margin-right: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.mb63 {
  margin-bottom: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.ml63 {
  margin-left: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.mx63 {
  margin-right: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
  margin-left: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.my63 {
  margin-top: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
  margin-bottom: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.ma-lm-63 {
  margin: 1260pxrem !important;
}

.mt-lm-63 {
  margin-top: 1260pxrem !important;
}

.mr-lm-63 {
  margin-right: 1260pxrem !important;
}

.mb-lm-63 {
  margin-bottom: 1260pxrem !important;
}

.ml-lm-63 {
  margin-left: 1260pxrem !important;
}

.pa63 {
  padding: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.pt63 {
  padding-top: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.pr63 {
  padding-right: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.pb63 {
  padding-bottom: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.pl63 {
  padding-left: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.px63 {
  padding-right: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
  padding-left: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.py63 {
  padding-top: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
  padding-bottom: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.pa-lm-63 {
  padding: 1260pxrem !important;
}

.pt-lm-63 {
  padding-top: 1260pxrem !important;
}

.pr-lm-63 {
  padding-right: 1260pxrem !important;
}

.pb-lm-63 {
  padding-bottom: 1260pxrem !important;
}

.pl-lm-63 {
  padding-left: 1260pxrem !important;
}

.ma64 {
  margin: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.mt64 {
  margin-top: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.mr64 {
  margin-right: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.mb64 {
  margin-bottom: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.ml64 {
  margin-left: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.mx64 {
  margin-right: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
  margin-left: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.my64 {
  margin-top: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
  margin-bottom: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.ma-lm-64 {
  margin: 1280pxrem !important;
}

.mt-lm-64 {
  margin-top: 1280pxrem !important;
}

.mr-lm-64 {
  margin-right: 1280pxrem !important;
}

.mb-lm-64 {
  margin-bottom: 1280pxrem !important;
}

.ml-lm-64 {
  margin-left: 1280pxrem !important;
}

.pa64 {
  padding: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.pt64 {
  padding-top: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.pr64 {
  padding-right: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.pb64 {
  padding-bottom: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.pl64 {
  padding-left: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.px64 {
  padding-right: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
  padding-left: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.py64 {
  padding-top: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
  padding-bottom: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.pa-lm-64 {
  padding: 1280pxrem !important;
}

.pt-lm-64 {
  padding-top: 1280pxrem !important;
}

.pr-lm-64 {
  padding-right: 1280pxrem !important;
}

.pb-lm-64 {
  padding-bottom: 1280pxrem !important;
}

.pl-lm-64 {
  padding-left: 1280pxrem !important;
}

.ma65 {
  margin: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.mt65 {
  margin-top: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.mr65 {
  margin-right: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.mb65 {
  margin-bottom: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.ml65 {
  margin-left: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.mx65 {
  margin-right: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
  margin-left: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.my65 {
  margin-top: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
  margin-bottom: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.ma-lm-65 {
  margin: 1300pxrem !important;
}

.mt-lm-65 {
  margin-top: 1300pxrem !important;
}

.mr-lm-65 {
  margin-right: 1300pxrem !important;
}

.mb-lm-65 {
  margin-bottom: 1300pxrem !important;
}

.ml-lm-65 {
  margin-left: 1300pxrem !important;
}

.pa65 {
  padding: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.pt65 {
  padding-top: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.pr65 {
  padding-right: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.pb65 {
  padding-bottom: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.pl65 {
  padding-left: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.px65 {
  padding-right: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
  padding-left: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.py65 {
  padding-top: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
  padding-bottom: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.pa-lm-65 {
  padding: 1300pxrem !important;
}

.pt-lm-65 {
  padding-top: 1300pxrem !important;
}

.pr-lm-65 {
  padding-right: 1300pxrem !important;
}

.pb-lm-65 {
  padding-bottom: 1300pxrem !important;
}

.pl-lm-65 {
  padding-left: 1300pxrem !important;
}

.ma66 {
  margin: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.mt66 {
  margin-top: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.mr66 {
  margin-right: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.mb66 {
  margin-bottom: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.ml66 {
  margin-left: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.mx66 {
  margin-right: clamp(165px, 11.45833vw + 110px, 330px) !important;
  margin-left: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.my66 {
  margin-top: clamp(165px, 11.45833vw + 110px, 330px) !important;
  margin-bottom: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.ma-lm-66 {
  margin: 1320pxrem !important;
}

.mt-lm-66 {
  margin-top: 1320pxrem !important;
}

.mr-lm-66 {
  margin-right: 1320pxrem !important;
}

.mb-lm-66 {
  margin-bottom: 1320pxrem !important;
}

.ml-lm-66 {
  margin-left: 1320pxrem !important;
}

.pa66 {
  padding: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.pt66 {
  padding-top: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.pr66 {
  padding-right: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.pb66 {
  padding-bottom: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.pl66 {
  padding-left: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.px66 {
  padding-right: clamp(165px, 11.45833vw + 110px, 330px) !important;
  padding-left: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.py66 {
  padding-top: clamp(165px, 11.45833vw + 110px, 330px) !important;
  padding-bottom: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.pa-lm-66 {
  padding: 1320pxrem !important;
}

.pt-lm-66 {
  padding-top: 1320pxrem !important;
}

.pr-lm-66 {
  padding-right: 1320pxrem !important;
}

.pb-lm-66 {
  padding-bottom: 1320pxrem !important;
}

.pl-lm-66 {
  padding-left: 1320pxrem !important;
}

.ma67 {
  margin: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.mt67 {
  margin-top: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.mr67 {
  margin-right: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.mb67 {
  margin-bottom: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.ml67 {
  margin-left: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.mx67 {
  margin-right: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
  margin-left: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.my67 {
  margin-top: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
  margin-bottom: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.ma-lm-67 {
  margin: 1340pxrem !important;
}

.mt-lm-67 {
  margin-top: 1340pxrem !important;
}

.mr-lm-67 {
  margin-right: 1340pxrem !important;
}

.mb-lm-67 {
  margin-bottom: 1340pxrem !important;
}

.ml-lm-67 {
  margin-left: 1340pxrem !important;
}

.pa67 {
  padding: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.pt67 {
  padding-top: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.pr67 {
  padding-right: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.pb67 {
  padding-bottom: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.pl67 {
  padding-left: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.px67 {
  padding-right: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
  padding-left: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.py67 {
  padding-top: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
  padding-bottom: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.pa-lm-67 {
  padding: 1340pxrem !important;
}

.pt-lm-67 {
  padding-top: 1340pxrem !important;
}

.pr-lm-67 {
  padding-right: 1340pxrem !important;
}

.pb-lm-67 {
  padding-bottom: 1340pxrem !important;
}

.pl-lm-67 {
  padding-left: 1340pxrem !important;
}

.ma68 {
  margin: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.mt68 {
  margin-top: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.mr68 {
  margin-right: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.mb68 {
  margin-bottom: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.ml68 {
  margin-left: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.mx68 {
  margin-right: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
  margin-left: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.my68 {
  margin-top: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
  margin-bottom: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.ma-lm-68 {
  margin: 1360pxrem !important;
}

.mt-lm-68 {
  margin-top: 1360pxrem !important;
}

.mr-lm-68 {
  margin-right: 1360pxrem !important;
}

.mb-lm-68 {
  margin-bottom: 1360pxrem !important;
}

.ml-lm-68 {
  margin-left: 1360pxrem !important;
}

.pa68 {
  padding: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.pt68 {
  padding-top: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.pr68 {
  padding-right: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.pb68 {
  padding-bottom: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.pl68 {
  padding-left: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.px68 {
  padding-right: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
  padding-left: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.py68 {
  padding-top: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
  padding-bottom: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.pa-lm-68 {
  padding: 1360pxrem !important;
}

.pt-lm-68 {
  padding-top: 1360pxrem !important;
}

.pr-lm-68 {
  padding-right: 1360pxrem !important;
}

.pb-lm-68 {
  padding-bottom: 1360pxrem !important;
}

.pl-lm-68 {
  padding-left: 1360pxrem !important;
}

.ma69 {
  margin: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.mt69 {
  margin-top: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.mr69 {
  margin-right: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.mb69 {
  margin-bottom: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.ml69 {
  margin-left: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.mx69 {
  margin-right: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
  margin-left: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.my69 {
  margin-top: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
  margin-bottom: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.ma-lm-69 {
  margin: 1380pxrem !important;
}

.mt-lm-69 {
  margin-top: 1380pxrem !important;
}

.mr-lm-69 {
  margin-right: 1380pxrem !important;
}

.mb-lm-69 {
  margin-bottom: 1380pxrem !important;
}

.ml-lm-69 {
  margin-left: 1380pxrem !important;
}

.pa69 {
  padding: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.pt69 {
  padding-top: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.pr69 {
  padding-right: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.pb69 {
  padding-bottom: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.pl69 {
  padding-left: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.px69 {
  padding-right: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
  padding-left: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.py69 {
  padding-top: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
  padding-bottom: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.pa-lm-69 {
  padding: 1380pxrem !important;
}

.pt-lm-69 {
  padding-top: 1380pxrem !important;
}

.pr-lm-69 {
  padding-right: 1380pxrem !important;
}

.pb-lm-69 {
  padding-bottom: 1380pxrem !important;
}

.pl-lm-69 {
  padding-left: 1380pxrem !important;
}

.ma70 {
  margin: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.mt70 {
  margin-top: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.mr70 {
  margin-right: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.mb70 {
  margin-bottom: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.ml70 {
  margin-left: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.mx70 {
  margin-right: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
  margin-left: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.my70 {
  margin-top: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
  margin-bottom: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.ma-lm-70 {
  margin: 1400pxrem !important;
}

.mt-lm-70 {
  margin-top: 1400pxrem !important;
}

.mr-lm-70 {
  margin-right: 1400pxrem !important;
}

.mb-lm-70 {
  margin-bottom: 1400pxrem !important;
}

.ml-lm-70 {
  margin-left: 1400pxrem !important;
}

.pa70 {
  padding: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.pt70 {
  padding-top: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.pr70 {
  padding-right: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.pb70 {
  padding-bottom: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.pl70 {
  padding-left: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.px70 {
  padding-right: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
  padding-left: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.py70 {
  padding-top: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
  padding-bottom: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.pa-lm-70 {
  padding: 1400pxrem !important;
}

.pt-lm-70 {
  padding-top: 1400pxrem !important;
}

.pr-lm-70 {
  padding-right: 1400pxrem !important;
}

.pb-lm-70 {
  padding-bottom: 1400pxrem !important;
}

.pl-lm-70 {
  padding-left: 1400pxrem !important;
}

.ma71 {
  margin: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.mt71 {
  margin-top: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.mr71 {
  margin-right: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.mb71 {
  margin-bottom: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.ml71 {
  margin-left: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.mx71 {
  margin-right: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
  margin-left: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.my71 {
  margin-top: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
  margin-bottom: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.ma-lm-71 {
  margin: 1420pxrem !important;
}

.mt-lm-71 {
  margin-top: 1420pxrem !important;
}

.mr-lm-71 {
  margin-right: 1420pxrem !important;
}

.mb-lm-71 {
  margin-bottom: 1420pxrem !important;
}

.ml-lm-71 {
  margin-left: 1420pxrem !important;
}

.pa71 {
  padding: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.pt71 {
  padding-top: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.pr71 {
  padding-right: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.pb71 {
  padding-bottom: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.pl71 {
  padding-left: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.px71 {
  padding-right: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
  padding-left: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.py71 {
  padding-top: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
  padding-bottom: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.pa-lm-71 {
  padding: 1420pxrem !important;
}

.pt-lm-71 {
  padding-top: 1420pxrem !important;
}

.pr-lm-71 {
  padding-right: 1420pxrem !important;
}

.pb-lm-71 {
  padding-bottom: 1420pxrem !important;
}

.pl-lm-71 {
  padding-left: 1420pxrem !important;
}

.ma72 {
  margin: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.mt72 {
  margin-top: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.mr72 {
  margin-right: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.mb72 {
  margin-bottom: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.ml72 {
  margin-left: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.mx72 {
  margin-right: clamp(180px, 12.5vw + 120px, 360px) !important;
  margin-left: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.my72 {
  margin-top: clamp(180px, 12.5vw + 120px, 360px) !important;
  margin-bottom: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.ma-lm-72 {
  margin: 1440pxrem !important;
}

.mt-lm-72 {
  margin-top: 1440pxrem !important;
}

.mr-lm-72 {
  margin-right: 1440pxrem !important;
}

.mb-lm-72 {
  margin-bottom: 1440pxrem !important;
}

.ml-lm-72 {
  margin-left: 1440pxrem !important;
}

.pa72 {
  padding: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.pt72 {
  padding-top: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.pr72 {
  padding-right: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.pb72 {
  padding-bottom: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.pl72 {
  padding-left: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.px72 {
  padding-right: clamp(180px, 12.5vw + 120px, 360px) !important;
  padding-left: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.py72 {
  padding-top: clamp(180px, 12.5vw + 120px, 360px) !important;
  padding-bottom: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.pa-lm-72 {
  padding: 1440pxrem !important;
}

.pt-lm-72 {
  padding-top: 1440pxrem !important;
}

.pr-lm-72 {
  padding-right: 1440pxrem !important;
}

.pb-lm-72 {
  padding-bottom: 1440pxrem !important;
}

.pl-lm-72 {
  padding-left: 1440pxrem !important;
}

.ma73 {
  margin: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.mt73 {
  margin-top: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.mr73 {
  margin-right: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.mb73 {
  margin-bottom: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.ml73 {
  margin-left: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.mx73 {
  margin-right: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
  margin-left: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.my73 {
  margin-top: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
  margin-bottom: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.ma-lm-73 {
  margin: 1460pxrem !important;
}

.mt-lm-73 {
  margin-top: 1460pxrem !important;
}

.mr-lm-73 {
  margin-right: 1460pxrem !important;
}

.mb-lm-73 {
  margin-bottom: 1460pxrem !important;
}

.ml-lm-73 {
  margin-left: 1460pxrem !important;
}

.pa73 {
  padding: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.pt73 {
  padding-top: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.pr73 {
  padding-right: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.pb73 {
  padding-bottom: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.pl73 {
  padding-left: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.px73 {
  padding-right: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
  padding-left: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.py73 {
  padding-top: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
  padding-bottom: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.pa-lm-73 {
  padding: 1460pxrem !important;
}

.pt-lm-73 {
  padding-top: 1460pxrem !important;
}

.pr-lm-73 {
  padding-right: 1460pxrem !important;
}

.pb-lm-73 {
  padding-bottom: 1460pxrem !important;
}

.pl-lm-73 {
  padding-left: 1460pxrem !important;
}

.ma74 {
  margin: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.mt74 {
  margin-top: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.mr74 {
  margin-right: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.mb74 {
  margin-bottom: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.ml74 {
  margin-left: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.mx74 {
  margin-right: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
  margin-left: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.my74 {
  margin-top: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
  margin-bottom: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.ma-lm-74 {
  margin: 1480pxrem !important;
}

.mt-lm-74 {
  margin-top: 1480pxrem !important;
}

.mr-lm-74 {
  margin-right: 1480pxrem !important;
}

.mb-lm-74 {
  margin-bottom: 1480pxrem !important;
}

.ml-lm-74 {
  margin-left: 1480pxrem !important;
}

.pa74 {
  padding: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.pt74 {
  padding-top: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.pr74 {
  padding-right: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.pb74 {
  padding-bottom: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.pl74 {
  padding-left: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.px74 {
  padding-right: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
  padding-left: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.py74 {
  padding-top: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
  padding-bottom: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.pa-lm-74 {
  padding: 1480pxrem !important;
}

.pt-lm-74 {
  padding-top: 1480pxrem !important;
}

.pr-lm-74 {
  padding-right: 1480pxrem !important;
}

.pb-lm-74 {
  padding-bottom: 1480pxrem !important;
}

.pl-lm-74 {
  padding-left: 1480pxrem !important;
}

.ma75 {
  margin: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.mt75 {
  margin-top: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.mr75 {
  margin-right: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.mb75 {
  margin-bottom: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.ml75 {
  margin-left: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.mx75 {
  margin-right: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
  margin-left: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.my75 {
  margin-top: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
  margin-bottom: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.ma-lm-75 {
  margin: 1500pxrem !important;
}

.mt-lm-75 {
  margin-top: 1500pxrem !important;
}

.mr-lm-75 {
  margin-right: 1500pxrem !important;
}

.mb-lm-75 {
  margin-bottom: 1500pxrem !important;
}

.ml-lm-75 {
  margin-left: 1500pxrem !important;
}

.pa75 {
  padding: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.pt75 {
  padding-top: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.pr75 {
  padding-right: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.pb75 {
  padding-bottom: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.pl75 {
  padding-left: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.px75 {
  padding-right: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
  padding-left: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.py75 {
  padding-top: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
  padding-bottom: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.pa-lm-75 {
  padding: 1500pxrem !important;
}

.pt-lm-75 {
  padding-top: 1500pxrem !important;
}

.pr-lm-75 {
  padding-right: 1500pxrem !important;
}

.pb-lm-75 {
  padding-bottom: 1500pxrem !important;
}

.pl-lm-75 {
  padding-left: 1500pxrem !important;
}

.ma76 {
  margin: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.mt76 {
  margin-top: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.mr76 {
  margin-right: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.mb76 {
  margin-bottom: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.ml76 {
  margin-left: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.mx76 {
  margin-right: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
  margin-left: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.my76 {
  margin-top: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
  margin-bottom: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.ma-lm-76 {
  margin: 1520pxrem !important;
}

.mt-lm-76 {
  margin-top: 1520pxrem !important;
}

.mr-lm-76 {
  margin-right: 1520pxrem !important;
}

.mb-lm-76 {
  margin-bottom: 1520pxrem !important;
}

.ml-lm-76 {
  margin-left: 1520pxrem !important;
}

.pa76 {
  padding: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.pt76 {
  padding-top: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.pr76 {
  padding-right: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.pb76 {
  padding-bottom: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.pl76 {
  padding-left: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.px76 {
  padding-right: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
  padding-left: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.py76 {
  padding-top: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
  padding-bottom: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.pa-lm-76 {
  padding: 1520pxrem !important;
}

.pt-lm-76 {
  padding-top: 1520pxrem !important;
}

.pr-lm-76 {
  padding-right: 1520pxrem !important;
}

.pb-lm-76 {
  padding-bottom: 1520pxrem !important;
}

.pl-lm-76 {
  padding-left: 1520pxrem !important;
}

.ma77 {
  margin: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.mt77 {
  margin-top: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.mr77 {
  margin-right: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.mb77 {
  margin-bottom: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.ml77 {
  margin-left: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.mx77 {
  margin-right: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
  margin-left: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.my77 {
  margin-top: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
  margin-bottom: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.ma-lm-77 {
  margin: 1540pxrem !important;
}

.mt-lm-77 {
  margin-top: 1540pxrem !important;
}

.mr-lm-77 {
  margin-right: 1540pxrem !important;
}

.mb-lm-77 {
  margin-bottom: 1540pxrem !important;
}

.ml-lm-77 {
  margin-left: 1540pxrem !important;
}

.pa77 {
  padding: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.pt77 {
  padding-top: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.pr77 {
  padding-right: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.pb77 {
  padding-bottom: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.pl77 {
  padding-left: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.px77 {
  padding-right: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
  padding-left: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.py77 {
  padding-top: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
  padding-bottom: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.pa-lm-77 {
  padding: 1540pxrem !important;
}

.pt-lm-77 {
  padding-top: 1540pxrem !important;
}

.pr-lm-77 {
  padding-right: 1540pxrem !important;
}

.pb-lm-77 {
  padding-bottom: 1540pxrem !important;
}

.pl-lm-77 {
  padding-left: 1540pxrem !important;
}

.ma78 {
  margin: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.mt78 {
  margin-top: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.mr78 {
  margin-right: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.mb78 {
  margin-bottom: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.ml78 {
  margin-left: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.mx78 {
  margin-right: clamp(195px, 13.54167vw + 130px, 390px) !important;
  margin-left: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.my78 {
  margin-top: clamp(195px, 13.54167vw + 130px, 390px) !important;
  margin-bottom: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.ma-lm-78 {
  margin: 1560pxrem !important;
}

.mt-lm-78 {
  margin-top: 1560pxrem !important;
}

.mr-lm-78 {
  margin-right: 1560pxrem !important;
}

.mb-lm-78 {
  margin-bottom: 1560pxrem !important;
}

.ml-lm-78 {
  margin-left: 1560pxrem !important;
}

.pa78 {
  padding: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.pt78 {
  padding-top: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.pr78 {
  padding-right: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.pb78 {
  padding-bottom: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.pl78 {
  padding-left: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.px78 {
  padding-right: clamp(195px, 13.54167vw + 130px, 390px) !important;
  padding-left: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.py78 {
  padding-top: clamp(195px, 13.54167vw + 130px, 390px) !important;
  padding-bottom: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.pa-lm-78 {
  padding: 1560pxrem !important;
}

.pt-lm-78 {
  padding-top: 1560pxrem !important;
}

.pr-lm-78 {
  padding-right: 1560pxrem !important;
}

.pb-lm-78 {
  padding-bottom: 1560pxrem !important;
}

.pl-lm-78 {
  padding-left: 1560pxrem !important;
}

.ma79 {
  margin: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.mt79 {
  margin-top: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.mr79 {
  margin-right: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.mb79 {
  margin-bottom: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.ml79 {
  margin-left: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.mx79 {
  margin-right: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
  margin-left: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.my79 {
  margin-top: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
  margin-bottom: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.ma-lm-79 {
  margin: 1580pxrem !important;
}

.mt-lm-79 {
  margin-top: 1580pxrem !important;
}

.mr-lm-79 {
  margin-right: 1580pxrem !important;
}

.mb-lm-79 {
  margin-bottom: 1580pxrem !important;
}

.ml-lm-79 {
  margin-left: 1580pxrem !important;
}

.pa79 {
  padding: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.pt79 {
  padding-top: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.pr79 {
  padding-right: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.pb79 {
  padding-bottom: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.pl79 {
  padding-left: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.px79 {
  padding-right: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
  padding-left: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.py79 {
  padding-top: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
  padding-bottom: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.pa-lm-79 {
  padding: 1580pxrem !important;
}

.pt-lm-79 {
  padding-top: 1580pxrem !important;
}

.pr-lm-79 {
  padding-right: 1580pxrem !important;
}

.pb-lm-79 {
  padding-bottom: 1580pxrem !important;
}

.pl-lm-79 {
  padding-left: 1580pxrem !important;
}

.ma80 {
  margin: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.mt80 {
  margin-top: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.mr80 {
  margin-right: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.mb80 {
  margin-bottom: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.ml80 {
  margin-left: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.mx80 {
  margin-right: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
  margin-left: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.my80 {
  margin-top: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
  margin-bottom: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.ma-lm-80 {
  margin: 1600pxrem !important;
}

.mt-lm-80 {
  margin-top: 1600pxrem !important;
}

.mr-lm-80 {
  margin-right: 1600pxrem !important;
}

.mb-lm-80 {
  margin-bottom: 1600pxrem !important;
}

.ml-lm-80 {
  margin-left: 1600pxrem !important;
}

.pa80 {
  padding: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.pt80 {
  padding-top: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.pr80 {
  padding-right: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.pb80 {
  padding-bottom: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.pl80 {
  padding-left: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.px80 {
  padding-right: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
  padding-left: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.py80 {
  padding-top: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
  padding-bottom: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.pa-lm-80 {
  padding: 1600pxrem !important;
}

.pt-lm-80 {
  padding-top: 1600pxrem !important;
}

.pr-lm-80 {
  padding-right: 1600pxrem !important;
}

.pb-lm-80 {
  padding-bottom: 1600pxrem !important;
}

.pl-lm-80 {
  padding-left: 1600pxrem !important;
}

.ma81 {
  margin: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.mt81 {
  margin-top: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.mr81 {
  margin-right: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.mb81 {
  margin-bottom: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.ml81 {
  margin-left: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.mx81 {
  margin-right: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
  margin-left: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.my81 {
  margin-top: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
  margin-bottom: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.ma-lm-81 {
  margin: 1620pxrem !important;
}

.mt-lm-81 {
  margin-top: 1620pxrem !important;
}

.mr-lm-81 {
  margin-right: 1620pxrem !important;
}

.mb-lm-81 {
  margin-bottom: 1620pxrem !important;
}

.ml-lm-81 {
  margin-left: 1620pxrem !important;
}

.pa81 {
  padding: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.pt81 {
  padding-top: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.pr81 {
  padding-right: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.pb81 {
  padding-bottom: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.pl81 {
  padding-left: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.px81 {
  padding-right: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
  padding-left: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.py81 {
  padding-top: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
  padding-bottom: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.pa-lm-81 {
  padding: 1620pxrem !important;
}

.pt-lm-81 {
  padding-top: 1620pxrem !important;
}

.pr-lm-81 {
  padding-right: 1620pxrem !important;
}

.pb-lm-81 {
  padding-bottom: 1620pxrem !important;
}

.pl-lm-81 {
  padding-left: 1620pxrem !important;
}

.ma82 {
  margin: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.mt82 {
  margin-top: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.mr82 {
  margin-right: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.mb82 {
  margin-bottom: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.ml82 {
  margin-left: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.mx82 {
  margin-right: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
  margin-left: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.my82 {
  margin-top: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
  margin-bottom: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.ma-lm-82 {
  margin: 1640pxrem !important;
}

.mt-lm-82 {
  margin-top: 1640pxrem !important;
}

.mr-lm-82 {
  margin-right: 1640pxrem !important;
}

.mb-lm-82 {
  margin-bottom: 1640pxrem !important;
}

.ml-lm-82 {
  margin-left: 1640pxrem !important;
}

.pa82 {
  padding: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.pt82 {
  padding-top: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.pr82 {
  padding-right: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.pb82 {
  padding-bottom: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.pl82 {
  padding-left: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.px82 {
  padding-right: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
  padding-left: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.py82 {
  padding-top: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
  padding-bottom: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.pa-lm-82 {
  padding: 1640pxrem !important;
}

.pt-lm-82 {
  padding-top: 1640pxrem !important;
}

.pr-lm-82 {
  padding-right: 1640pxrem !important;
}

.pb-lm-82 {
  padding-bottom: 1640pxrem !important;
}

.pl-lm-82 {
  padding-left: 1640pxrem !important;
}

.ma83 {
  margin: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.mt83 {
  margin-top: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.mr83 {
  margin-right: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.mb83 {
  margin-bottom: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.ml83 {
  margin-left: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.mx83 {
  margin-right: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
  margin-left: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.my83 {
  margin-top: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
  margin-bottom: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.ma-lm-83 {
  margin: 1660pxrem !important;
}

.mt-lm-83 {
  margin-top: 1660pxrem !important;
}

.mr-lm-83 {
  margin-right: 1660pxrem !important;
}

.mb-lm-83 {
  margin-bottom: 1660pxrem !important;
}

.ml-lm-83 {
  margin-left: 1660pxrem !important;
}

.pa83 {
  padding: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.pt83 {
  padding-top: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.pr83 {
  padding-right: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.pb83 {
  padding-bottom: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.pl83 {
  padding-left: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.px83 {
  padding-right: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
  padding-left: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.py83 {
  padding-top: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
  padding-bottom: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.pa-lm-83 {
  padding: 1660pxrem !important;
}

.pt-lm-83 {
  padding-top: 1660pxrem !important;
}

.pr-lm-83 {
  padding-right: 1660pxrem !important;
}

.pb-lm-83 {
  padding-bottom: 1660pxrem !important;
}

.pl-lm-83 {
  padding-left: 1660pxrem !important;
}

.ma84 {
  margin: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.mt84 {
  margin-top: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.mr84 {
  margin-right: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.mb84 {
  margin-bottom: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.ml84 {
  margin-left: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.mx84 {
  margin-right: clamp(210px, 14.58333vw + 140px, 420px) !important;
  margin-left: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.my84 {
  margin-top: clamp(210px, 14.58333vw + 140px, 420px) !important;
  margin-bottom: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.ma-lm-84 {
  margin: 1680pxrem !important;
}

.mt-lm-84 {
  margin-top: 1680pxrem !important;
}

.mr-lm-84 {
  margin-right: 1680pxrem !important;
}

.mb-lm-84 {
  margin-bottom: 1680pxrem !important;
}

.ml-lm-84 {
  margin-left: 1680pxrem !important;
}

.pa84 {
  padding: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.pt84 {
  padding-top: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.pr84 {
  padding-right: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.pb84 {
  padding-bottom: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.pl84 {
  padding-left: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.px84 {
  padding-right: clamp(210px, 14.58333vw + 140px, 420px) !important;
  padding-left: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.py84 {
  padding-top: clamp(210px, 14.58333vw + 140px, 420px) !important;
  padding-bottom: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.pa-lm-84 {
  padding: 1680pxrem !important;
}

.pt-lm-84 {
  padding-top: 1680pxrem !important;
}

.pr-lm-84 {
  padding-right: 1680pxrem !important;
}

.pb-lm-84 {
  padding-bottom: 1680pxrem !important;
}

.pl-lm-84 {
  padding-left: 1680pxrem !important;
}

.ma85 {
  margin: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.mt85 {
  margin-top: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.mr85 {
  margin-right: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.mb85 {
  margin-bottom: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.ml85 {
  margin-left: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.mx85 {
  margin-right: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
  margin-left: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.my85 {
  margin-top: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
  margin-bottom: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.ma-lm-85 {
  margin: 1700pxrem !important;
}

.mt-lm-85 {
  margin-top: 1700pxrem !important;
}

.mr-lm-85 {
  margin-right: 1700pxrem !important;
}

.mb-lm-85 {
  margin-bottom: 1700pxrem !important;
}

.ml-lm-85 {
  margin-left: 1700pxrem !important;
}

.pa85 {
  padding: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.pt85 {
  padding-top: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.pr85 {
  padding-right: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.pb85 {
  padding-bottom: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.pl85 {
  padding-left: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.px85 {
  padding-right: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
  padding-left: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.py85 {
  padding-top: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
  padding-bottom: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.pa-lm-85 {
  padding: 1700pxrem !important;
}

.pt-lm-85 {
  padding-top: 1700pxrem !important;
}

.pr-lm-85 {
  padding-right: 1700pxrem !important;
}

.pb-lm-85 {
  padding-bottom: 1700pxrem !important;
}

.pl-lm-85 {
  padding-left: 1700pxrem !important;
}

.ma86 {
  margin: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.mt86 {
  margin-top: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.mr86 {
  margin-right: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.mb86 {
  margin-bottom: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.ml86 {
  margin-left: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.mx86 {
  margin-right: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
  margin-left: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.my86 {
  margin-top: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
  margin-bottom: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.ma-lm-86 {
  margin: 1720pxrem !important;
}

.mt-lm-86 {
  margin-top: 1720pxrem !important;
}

.mr-lm-86 {
  margin-right: 1720pxrem !important;
}

.mb-lm-86 {
  margin-bottom: 1720pxrem !important;
}

.ml-lm-86 {
  margin-left: 1720pxrem !important;
}

.pa86 {
  padding: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.pt86 {
  padding-top: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.pr86 {
  padding-right: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.pb86 {
  padding-bottom: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.pl86 {
  padding-left: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.px86 {
  padding-right: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
  padding-left: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.py86 {
  padding-top: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
  padding-bottom: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.pa-lm-86 {
  padding: 1720pxrem !important;
}

.pt-lm-86 {
  padding-top: 1720pxrem !important;
}

.pr-lm-86 {
  padding-right: 1720pxrem !important;
}

.pb-lm-86 {
  padding-bottom: 1720pxrem !important;
}

.pl-lm-86 {
  padding-left: 1720pxrem !important;
}

.ma87 {
  margin: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.mt87 {
  margin-top: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.mr87 {
  margin-right: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.mb87 {
  margin-bottom: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.ml87 {
  margin-left: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.mx87 {
  margin-right: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
  margin-left: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.my87 {
  margin-top: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
  margin-bottom: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.ma-lm-87 {
  margin: 1740pxrem !important;
}

.mt-lm-87 {
  margin-top: 1740pxrem !important;
}

.mr-lm-87 {
  margin-right: 1740pxrem !important;
}

.mb-lm-87 {
  margin-bottom: 1740pxrem !important;
}

.ml-lm-87 {
  margin-left: 1740pxrem !important;
}

.pa87 {
  padding: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.pt87 {
  padding-top: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.pr87 {
  padding-right: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.pb87 {
  padding-bottom: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.pl87 {
  padding-left: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.px87 {
  padding-right: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
  padding-left: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.py87 {
  padding-top: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
  padding-bottom: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.pa-lm-87 {
  padding: 1740pxrem !important;
}

.pt-lm-87 {
  padding-top: 1740pxrem !important;
}

.pr-lm-87 {
  padding-right: 1740pxrem !important;
}

.pb-lm-87 {
  padding-bottom: 1740pxrem !important;
}

.pl-lm-87 {
  padding-left: 1740pxrem !important;
}

.ma88 {
  margin: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.mt88 {
  margin-top: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.mr88 {
  margin-right: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.mb88 {
  margin-bottom: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.ml88 {
  margin-left: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.mx88 {
  margin-right: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
  margin-left: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.my88 {
  margin-top: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
  margin-bottom: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.ma-lm-88 {
  margin: 1760pxrem !important;
}

.mt-lm-88 {
  margin-top: 1760pxrem !important;
}

.mr-lm-88 {
  margin-right: 1760pxrem !important;
}

.mb-lm-88 {
  margin-bottom: 1760pxrem !important;
}

.ml-lm-88 {
  margin-left: 1760pxrem !important;
}

.pa88 {
  padding: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.pt88 {
  padding-top: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.pr88 {
  padding-right: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.pb88 {
  padding-bottom: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.pl88 {
  padding-left: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.px88 {
  padding-right: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
  padding-left: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.py88 {
  padding-top: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
  padding-bottom: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.pa-lm-88 {
  padding: 1760pxrem !important;
}

.pt-lm-88 {
  padding-top: 1760pxrem !important;
}

.pr-lm-88 {
  padding-right: 1760pxrem !important;
}

.pb-lm-88 {
  padding-bottom: 1760pxrem !important;
}

.pl-lm-88 {
  padding-left: 1760pxrem !important;
}

.ma89 {
  margin: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.mt89 {
  margin-top: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.mr89 {
  margin-right: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.mb89 {
  margin-bottom: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.ml89 {
  margin-left: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.mx89 {
  margin-right: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
  margin-left: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.my89 {
  margin-top: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
  margin-bottom: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.ma-lm-89 {
  margin: 1780pxrem !important;
}

.mt-lm-89 {
  margin-top: 1780pxrem !important;
}

.mr-lm-89 {
  margin-right: 1780pxrem !important;
}

.mb-lm-89 {
  margin-bottom: 1780pxrem !important;
}

.ml-lm-89 {
  margin-left: 1780pxrem !important;
}

.pa89 {
  padding: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.pt89 {
  padding-top: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.pr89 {
  padding-right: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.pb89 {
  padding-bottom: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.pl89 {
  padding-left: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.px89 {
  padding-right: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
  padding-left: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.py89 {
  padding-top: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
  padding-bottom: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.pa-lm-89 {
  padding: 1780pxrem !important;
}

.pt-lm-89 {
  padding-top: 1780pxrem !important;
}

.pr-lm-89 {
  padding-right: 1780pxrem !important;
}

.pb-lm-89 {
  padding-bottom: 1780pxrem !important;
}

.pl-lm-89 {
  padding-left: 1780pxrem !important;
}

.ma90 {
  margin: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.mt90 {
  margin-top: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.mr90 {
  margin-right: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.mb90 {
  margin-bottom: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.ml90 {
  margin-left: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.mx90 {
  margin-right: clamp(225px, 15.625vw + 150px, 450px) !important;
  margin-left: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.my90 {
  margin-top: clamp(225px, 15.625vw + 150px, 450px) !important;
  margin-bottom: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.ma-lm-90 {
  margin: 1800pxrem !important;
}

.mt-lm-90 {
  margin-top: 1800pxrem !important;
}

.mr-lm-90 {
  margin-right: 1800pxrem !important;
}

.mb-lm-90 {
  margin-bottom: 1800pxrem !important;
}

.ml-lm-90 {
  margin-left: 1800pxrem !important;
}

.pa90 {
  padding: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.pt90 {
  padding-top: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.pr90 {
  padding-right: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.pb90 {
  padding-bottom: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.pl90 {
  padding-left: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.px90 {
  padding-right: clamp(225px, 15.625vw + 150px, 450px) !important;
  padding-left: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.py90 {
  padding-top: clamp(225px, 15.625vw + 150px, 450px) !important;
  padding-bottom: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.pa-lm-90 {
  padding: 1800pxrem !important;
}

.pt-lm-90 {
  padding-top: 1800pxrem !important;
}

.pr-lm-90 {
  padding-right: 1800pxrem !important;
}

.pb-lm-90 {
  padding-bottom: 1800pxrem !important;
}

.pl-lm-90 {
  padding-left: 1800pxrem !important;
}

.ma91 {
  margin: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.mt91 {
  margin-top: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.mr91 {
  margin-right: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.mb91 {
  margin-bottom: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.ml91 {
  margin-left: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.mx91 {
  margin-right: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
  margin-left: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.my91 {
  margin-top: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
  margin-bottom: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.ma-lm-91 {
  margin: 1820pxrem !important;
}

.mt-lm-91 {
  margin-top: 1820pxrem !important;
}

.mr-lm-91 {
  margin-right: 1820pxrem !important;
}

.mb-lm-91 {
  margin-bottom: 1820pxrem !important;
}

.ml-lm-91 {
  margin-left: 1820pxrem !important;
}

.pa91 {
  padding: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.pt91 {
  padding-top: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.pr91 {
  padding-right: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.pb91 {
  padding-bottom: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.pl91 {
  padding-left: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.px91 {
  padding-right: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
  padding-left: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.py91 {
  padding-top: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
  padding-bottom: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.pa-lm-91 {
  padding: 1820pxrem !important;
}

.pt-lm-91 {
  padding-top: 1820pxrem !important;
}

.pr-lm-91 {
  padding-right: 1820pxrem !important;
}

.pb-lm-91 {
  padding-bottom: 1820pxrem !important;
}

.pl-lm-91 {
  padding-left: 1820pxrem !important;
}

.ma92 {
  margin: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.mt92 {
  margin-top: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.mr92 {
  margin-right: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.mb92 {
  margin-bottom: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.ml92 {
  margin-left: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.mx92 {
  margin-right: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
  margin-left: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.my92 {
  margin-top: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
  margin-bottom: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.ma-lm-92 {
  margin: 1840pxrem !important;
}

.mt-lm-92 {
  margin-top: 1840pxrem !important;
}

.mr-lm-92 {
  margin-right: 1840pxrem !important;
}

.mb-lm-92 {
  margin-bottom: 1840pxrem !important;
}

.ml-lm-92 {
  margin-left: 1840pxrem !important;
}

.pa92 {
  padding: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.pt92 {
  padding-top: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.pr92 {
  padding-right: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.pb92 {
  padding-bottom: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.pl92 {
  padding-left: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.px92 {
  padding-right: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
  padding-left: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.py92 {
  padding-top: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
  padding-bottom: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.pa-lm-92 {
  padding: 1840pxrem !important;
}

.pt-lm-92 {
  padding-top: 1840pxrem !important;
}

.pr-lm-92 {
  padding-right: 1840pxrem !important;
}

.pb-lm-92 {
  padding-bottom: 1840pxrem !important;
}

.pl-lm-92 {
  padding-left: 1840pxrem !important;
}

.ma93 {
  margin: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.mt93 {
  margin-top: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.mr93 {
  margin-right: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.mb93 {
  margin-bottom: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.ml93 {
  margin-left: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.mx93 {
  margin-right: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
  margin-left: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.my93 {
  margin-top: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
  margin-bottom: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.ma-lm-93 {
  margin: 1860pxrem !important;
}

.mt-lm-93 {
  margin-top: 1860pxrem !important;
}

.mr-lm-93 {
  margin-right: 1860pxrem !important;
}

.mb-lm-93 {
  margin-bottom: 1860pxrem !important;
}

.ml-lm-93 {
  margin-left: 1860pxrem !important;
}

.pa93 {
  padding: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.pt93 {
  padding-top: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.pr93 {
  padding-right: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.pb93 {
  padding-bottom: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.pl93 {
  padding-left: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.px93 {
  padding-right: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
  padding-left: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.py93 {
  padding-top: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
  padding-bottom: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.pa-lm-93 {
  padding: 1860pxrem !important;
}

.pt-lm-93 {
  padding-top: 1860pxrem !important;
}

.pr-lm-93 {
  padding-right: 1860pxrem !important;
}

.pb-lm-93 {
  padding-bottom: 1860pxrem !important;
}

.pl-lm-93 {
  padding-left: 1860pxrem !important;
}

.ma94 {
  margin: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.mt94 {
  margin-top: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.mr94 {
  margin-right: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.mb94 {
  margin-bottom: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.ml94 {
  margin-left: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.mx94 {
  margin-right: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
  margin-left: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.my94 {
  margin-top: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
  margin-bottom: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.ma-lm-94 {
  margin: 1880pxrem !important;
}

.mt-lm-94 {
  margin-top: 1880pxrem !important;
}

.mr-lm-94 {
  margin-right: 1880pxrem !important;
}

.mb-lm-94 {
  margin-bottom: 1880pxrem !important;
}

.ml-lm-94 {
  margin-left: 1880pxrem !important;
}

.pa94 {
  padding: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.pt94 {
  padding-top: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.pr94 {
  padding-right: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.pb94 {
  padding-bottom: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.pl94 {
  padding-left: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.px94 {
  padding-right: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
  padding-left: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.py94 {
  padding-top: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
  padding-bottom: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.pa-lm-94 {
  padding: 1880pxrem !important;
}

.pt-lm-94 {
  padding-top: 1880pxrem !important;
}

.pr-lm-94 {
  padding-right: 1880pxrem !important;
}

.pb-lm-94 {
  padding-bottom: 1880pxrem !important;
}

.pl-lm-94 {
  padding-left: 1880pxrem !important;
}

.ma95 {
  margin: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.mt95 {
  margin-top: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.mr95 {
  margin-right: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.mb95 {
  margin-bottom: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.ml95 {
  margin-left: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.mx95 {
  margin-right: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
  margin-left: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.my95 {
  margin-top: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
  margin-bottom: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.ma-lm-95 {
  margin: 1900pxrem !important;
}

.mt-lm-95 {
  margin-top: 1900pxrem !important;
}

.mr-lm-95 {
  margin-right: 1900pxrem !important;
}

.mb-lm-95 {
  margin-bottom: 1900pxrem !important;
}

.ml-lm-95 {
  margin-left: 1900pxrem !important;
}

.pa95 {
  padding: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.pt95 {
  padding-top: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.pr95 {
  padding-right: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.pb95 {
  padding-bottom: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.pl95 {
  padding-left: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.px95 {
  padding-right: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
  padding-left: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.py95 {
  padding-top: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
  padding-bottom: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.pa-lm-95 {
  padding: 1900pxrem !important;
}

.pt-lm-95 {
  padding-top: 1900pxrem !important;
}

.pr-lm-95 {
  padding-right: 1900pxrem !important;
}

.pb-lm-95 {
  padding-bottom: 1900pxrem !important;
}

.pl-lm-95 {
  padding-left: 1900pxrem !important;
}

.ma96 {
  margin: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.mt96 {
  margin-top: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.mr96 {
  margin-right: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.mb96 {
  margin-bottom: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.ml96 {
  margin-left: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.mx96 {
  margin-right: clamp(240px, 16.66667vw + 160px, 480px) !important;
  margin-left: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.my96 {
  margin-top: clamp(240px, 16.66667vw + 160px, 480px) !important;
  margin-bottom: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.ma-lm-96 {
  margin: 1920pxrem !important;
}

.mt-lm-96 {
  margin-top: 1920pxrem !important;
}

.mr-lm-96 {
  margin-right: 1920pxrem !important;
}

.mb-lm-96 {
  margin-bottom: 1920pxrem !important;
}

.ml-lm-96 {
  margin-left: 1920pxrem !important;
}

.pa96 {
  padding: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.pt96 {
  padding-top: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.pr96 {
  padding-right: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.pb96 {
  padding-bottom: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.pl96 {
  padding-left: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.px96 {
  padding-right: clamp(240px, 16.66667vw + 160px, 480px) !important;
  padding-left: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.py96 {
  padding-top: clamp(240px, 16.66667vw + 160px, 480px) !important;
  padding-bottom: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.pa-lm-96 {
  padding: 1920pxrem !important;
}

.pt-lm-96 {
  padding-top: 1920pxrem !important;
}

.pr-lm-96 {
  padding-right: 1920pxrem !important;
}

.pb-lm-96 {
  padding-bottom: 1920pxrem !important;
}

.pl-lm-96 {
  padding-left: 1920pxrem !important;
}

.ma97 {
  margin: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.mt97 {
  margin-top: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.mr97 {
  margin-right: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.mb97 {
  margin-bottom: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.ml97 {
  margin-left: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.mx97 {
  margin-right: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
  margin-left: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.my97 {
  margin-top: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
  margin-bottom: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.ma-lm-97 {
  margin: 1940pxrem !important;
}

.mt-lm-97 {
  margin-top: 1940pxrem !important;
}

.mr-lm-97 {
  margin-right: 1940pxrem !important;
}

.mb-lm-97 {
  margin-bottom: 1940pxrem !important;
}

.ml-lm-97 {
  margin-left: 1940pxrem !important;
}

.pa97 {
  padding: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.pt97 {
  padding-top: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.pr97 {
  padding-right: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.pb97 {
  padding-bottom: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.pl97 {
  padding-left: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.px97 {
  padding-right: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
  padding-left: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.py97 {
  padding-top: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
  padding-bottom: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.pa-lm-97 {
  padding: 1940pxrem !important;
}

.pt-lm-97 {
  padding-top: 1940pxrem !important;
}

.pr-lm-97 {
  padding-right: 1940pxrem !important;
}

.pb-lm-97 {
  padding-bottom: 1940pxrem !important;
}

.pl-lm-97 {
  padding-left: 1940pxrem !important;
}

.ma98 {
  margin: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.mt98 {
  margin-top: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.mr98 {
  margin-right: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.mb98 {
  margin-bottom: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.ml98 {
  margin-left: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.mx98 {
  margin-right: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
  margin-left: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.my98 {
  margin-top: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
  margin-bottom: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.ma-lm-98 {
  margin: 1960pxrem !important;
}

.mt-lm-98 {
  margin-top: 1960pxrem !important;
}

.mr-lm-98 {
  margin-right: 1960pxrem !important;
}

.mb-lm-98 {
  margin-bottom: 1960pxrem !important;
}

.ml-lm-98 {
  margin-left: 1960pxrem !important;
}

.pa98 {
  padding: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.pt98 {
  padding-top: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.pr98 {
  padding-right: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.pb98 {
  padding-bottom: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.pl98 {
  padding-left: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.px98 {
  padding-right: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
  padding-left: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.py98 {
  padding-top: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
  padding-bottom: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.pa-lm-98 {
  padding: 1960pxrem !important;
}

.pt-lm-98 {
  padding-top: 1960pxrem !important;
}

.pr-lm-98 {
  padding-right: 1960pxrem !important;
}

.pb-lm-98 {
  padding-bottom: 1960pxrem !important;
}

.pl-lm-98 {
  padding-left: 1960pxrem !important;
}

.ma99 {
  margin: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.mt99 {
  margin-top: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.mr99 {
  margin-right: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.mb99 {
  margin-bottom: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.ml99 {
  margin-left: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.mx99 {
  margin-right: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
  margin-left: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.my99 {
  margin-top: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
  margin-bottom: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.ma-lm-99 {
  margin: 1980pxrem !important;
}

.mt-lm-99 {
  margin-top: 1980pxrem !important;
}

.mr-lm-99 {
  margin-right: 1980pxrem !important;
}

.mb-lm-99 {
  margin-bottom: 1980pxrem !important;
}

.ml-lm-99 {
  margin-left: 1980pxrem !important;
}

.pa99 {
  padding: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.pt99 {
  padding-top: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.pr99 {
  padding-right: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.pb99 {
  padding-bottom: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.pl99 {
  padding-left: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.px99 {
  padding-right: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
  padding-left: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.py99 {
  padding-top: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
  padding-bottom: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.pa-lm-99 {
  padding: 1980pxrem !important;
}

.pt-lm-99 {
  padding-top: 1980pxrem !important;
}

.pr-lm-99 {
  padding-right: 1980pxrem !important;
}

.pb-lm-99 {
  padding-bottom: 1980pxrem !important;
}

.pl-lm-99 {
  padding-left: 1980pxrem !important;
}

.ma100 {
  margin: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.mt100 {
  margin-top: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.mr100 {
  margin-right: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.mb100 {
  margin-bottom: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.ml100 {
  margin-left: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.mx100 {
  margin-right: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
  margin-left: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.my100 {
  margin-top: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
  margin-bottom: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.ma-lm-100 {
  margin: 2000pxrem !important;
}

.mt-lm-100 {
  margin-top: 2000pxrem !important;
}

.mr-lm-100 {
  margin-right: 2000pxrem !important;
}

.mb-lm-100 {
  margin-bottom: 2000pxrem !important;
}

.ml-lm-100 {
  margin-left: 2000pxrem !important;
}

.pa100 {
  padding: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.pt100 {
  padding-top: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.pr100 {
  padding-right: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.pb100 {
  padding-bottom: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.pl100 {
  padding-left: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.px100 {
  padding-right: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
  padding-left: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.py100 {
  padding-top: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
  padding-bottom: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.pa-lm-100 {
  padding: 2000pxrem !important;
}

.pt-lm-100 {
  padding-top: 2000pxrem !important;
}

.pr-lm-100 {
  padding-right: 2000pxrem !important;
}

.pb-lm-100 {
  padding-bottom: 2000pxrem !important;
}

.pl-lm-100 {
  padding-left: 2000pxrem !important;
}

/*padding*/
.pn {
  padding: 0 0 0 0 !important;
}

.font-size-10 {
  font-size: 25px !important;
}

.font-size-11 {
  font-size: 27.5px !important;
}

.font-size-12 {
  font-size: 30px !important;
}

.font-size-13 {
  font-size: 32.5px !important;
}

.font-size-14 {
  font-size: 35px !important;
}

.font-size-15 {
  font-size: 37.5px !important;
}

.font-size-16 {
  font-size: 40px !important;
}

.font-size-17 {
  font-size: 42.5px !important;
}

.font-size-18 {
  font-size: 45px !important;
}

.font-size-19 {
  font-size: 47.5px !important;
}

.font-size-20 {
  font-size: 50px !important;
}

.font-size-21 {
  font-size: 52.5px !important;
}

.font-size-22 {
  font-size: 55px !important;
}

.font-size-23 {
  font-size: 57.5px !important;
}

.font-size-24 {
  font-size: 60px !important;
}

.font-size-25 {
  font-size: 62.5px !important;
}

.font-size-26 {
  font-size: 65px !important;
}

.font-size-27 {
  font-size: 67.5px !important;
}

.font-size-28 {
  font-size: 70px !important;
}

.font-size-29 {
  font-size: 72.5px !important;
}

.font-size-30 {
  font-size: 75px !important;
}

.font-size-31 {
  font-size: 77.5px !important;
}

.font-size-32 {
  font-size: 80px !important;
}

.font-size-33 {
  font-size: 82.5px !important;
}

.font-size-34 {
  font-size: 85px !important;
}

.font-size-35 {
  font-size: 87.5px !important;
}

.font-size-36 {
  font-size: 90px !important;
}

.font-size-37 {
  font-size: 92.5px !important;
}

.font-size-38 {
  font-size: 95px !important;
}

.font-size-39 {
  font-size: 97.5px !important;
}

.font-size-40 {
  font-size: 100px !important;
}

.font-size-41 {
  font-size: 102.5px !important;
}

.font-size-42 {
  font-size: 105px !important;
}

.font-size-43 {
  font-size: 107.5px !important;
}

.font-size-44 {
  font-size: 110px !important;
}

.font-size-45 {
  font-size: 112.5px !important;
}

.font-size-46 {
  font-size: 115px !important;
}

.font-size-47 {
  font-size: 117.5px !important;
}

.font-size-48 {
  font-size: 120px !important;
}

.font-size-49 {
  font-size: 122.5px !important;
}

.font-size-50 {
  font-size: 125px !important;
}

.font-size-51 {
  font-size: 127.5px !important;
}

.font-size-52 {
  font-size: 130px !important;
}

.font-size-53 {
  font-size: 132.5px !important;
}

.font-size-54 {
  font-size: 135px !important;
}

.font-size-55 {
  font-size: 137.5px !important;
}

.font-size-56 {
  font-size: 140px !important;
}

.font-size-57 {
  font-size: 142.5px !important;
}

.font-size-58 {
  font-size: 145px !important;
}

.font-size-59 {
  font-size: 147.5px !important;
}

.font-size-60 {
  font-size: 150px !important;
}

.bd {
  border: 1px solid #e6e6e5;
}

.bt {
  border-top: 1px solid #e6e6e5;
}

.br {
  border-right: 1px solid #e6e6e5;
}

.btn {
  border-right: none;
}

.bl {
  border-left: 1px solid #e6e6e5;
}

.bb {
  border-bottom: 1px solid #e6e6e5;
}

.btd {
  border-top: 2px dotted #e6e6e5;
}

.brd {
  border-right: 2px dotted #e6e6e5;
}

.bld {
  border-left: 2px dotted #e6e6e5;
}

.bbd {
  border-bottom: 2px dotted #e6e6e5;
}

.nb {
  border: none !important;
}

.btn {
  border-top: none !important;
}

.bdn {
  border: none !important;
}

.bln {
  border-left: none !important;
}

.bbn {
  border-bottom: none !important;
}

.opacity-hover:hover,
.opacity-hover a:hover {
  opacity: 0.7;
  /* Standard: FF gt 1.5, Opera, Safari */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
}

.xs {
  display: none !important;
}
@media (min-width: 330px) {
  .xs {
    display: block !important;
  }
}

.xs-f {
  display: none !important;
}
@media (min-width: 330px) {
  .xs-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.xs-ib {
  display: none !important;
}
@media (min-width: 330px) {
  .xs-ib {
    display: inline-block !important;
  }
}

.xs-t {
  display: none !important;
}
@media (min-width: 330px) {
  .xs-t {
    display: table-cell !important;
  }
}

.xs-only {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only {
    display: block !important;
  }
}

.xs-only-f {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.xs-only-ib {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only-ib {
    display: inline-block !important;
  }
}

.xs-only-if {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.xs-only-t {
  display: none !important;
}
@media (max-width: 330px) {
  .xs-only-t {
    display: table-cell !important;
  }
}

.sm {
  display: none !important;
}
@media (min-width: 480px) {
  .sm {
    display: block !important;
  }
}

.sm-f {
  display: none !important;
}
@media (min-width: 480px) {
  .sm-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sm-ib {
  display: none !important;
}
@media (min-width: 480px) {
  .sm-ib {
    display: inline-block !important;
  }
}

.sm-if {
  display: none !important;
}
@media (min-width: 480px) {
  .sm-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.sm-t {
  display: none !important;
}
@media (min-width: 480px) {
  .sm-t {
    display: table-cell !important;
  }
}

.sm-only {
  display: none !important;
}
@media (max-width: 480px) {
  .sm-only {
    display: block !important;
  }
}

.sm-only-f {
  display: none !important;
}
@media (max-width: 480px) {
  .sm-only-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sm-only-ib {
  display: none !important;
}
@media (max-width: 480px) {
  .sm-only-ib {
    display: inline-block !important;
  }
}

.sm-only-if {
  display: none !important;
}
@media (max-width: 480px) {
  .sm-only-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.sm-only-t {
  display: none !important;
}
@media (max-width: 480px) {
  .sm-only-t {
    display: table-cell !important;
  }
}

.md {
  display: none !important;
}
@media (min-width: 990px) {
  .md {
    display: block !important;
  }
}

.md-f {
  display: none !important;
}
@media (min-width: 990px) {
  .md-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.md-ib {
  display: none !important;
}
@media (min-width: 990px) {
  .md-ib {
    display: inline-block !important;
  }
}

.md-if {
  display: none !important;
}
@media (min-width: 990px) {
  .md-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.md-t {
  display: none !important;
}
@media (min-width: 990px) {
  .md-t {
    display: table-cell !important;
  }
}

.md-only {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only {
    display: block !important;
  }
}

.md-only-f {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.md-only-ib {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only-ib {
    display: inline-block !important;
  }
}

.md-only-if {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.md-only-t {
  display: none !important;
}
@media (max-width: 990px) {
  .md-only-t {
    display: table-cell !important;
  }
}

.lg {
  display: none !important;
}
@media (min-width: 1920px) {
  .lg {
    display: block !important;
  }
}

.md-only-t {
  display: none !important;
}
@media (max-width: 1920px) {
  .md-only-t {
    display: table-cell !important;
  }
}

.lg-only {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only {
    display: block !important;
  }
}

.lg-only-ib {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-ib {
    display: inline-block !important;
  }
}

.lg-only-f {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.lg-only-if {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.lg-only-t {
  display: none !important;
}
@media (max-width: 1920px) {
  .lg-only-t {
    display: table-cell !important;
  }
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.wa {
  width: auto;
}

.ha {
  height: auto;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

.t-xs {
  font-size: 10px;
}

.t-sm {
  font-size: 12.5px;
}

.t-base {
  font-size: 15px;
}

.t-lg {
  font-size: 17.5px;
}

.t-xl {
  font-size: 20px;
}

.t-2xl {
  font-size: 25px;
}

.t-3xl {
  font-size: 30px;
}

.t-4xl {
  font-size: 35px;
}

.t-5xl {
  font-size: 45px;
}

.t-6xl {
  font-size: 60px;
}

.t-7xl {
  font-size: 80px;
}

.t-8xl {
  font-size: 100px;
}

.t-9xl {
  font-size: 120px;
}

.t-r-xs {
  font-size: clamp(10px, 0.34722vw + 8.33333px, 15px) !important;
}

.t-r-sm {
  font-size: clamp(12.5px, 0.34722vw + 10.83333px, 17.5px) !important;
}

.t-r-base {
  font-size: clamp(15px, 0.34722vw + 13.33333px, 20px) !important;
}

.t-r-lg {
  font-size: clamp(17.5px, 0.52083vw + 15px, 25px) !important;
}

.t-r-xl {
  font-size: clamp(20px, 0.69444vw + 16.66667px, 30px) !important;
}

.t-r-2xl {
  font-size: clamp(25px, 0.69444vw + 21.66667px, 35px) !important;
}

.t-r-3xl {
  font-size: clamp(30px, 1.04167vw + 25px, 45px) !important;
}

.t-r-4xl {
  font-size: clamp(35px, 1.04167vw + 30px, 50px) !important;
}

.t-r-5xl {
  font-size: clamp(45px, 1.04167vw + 40px, 60px) !important;
}

.t-r-6xl {
  font-size: clamp(60px, 1.38889vw + 53.33333px, 80px) !important;
}

.t-r-7xl {
  font-size: clamp(80px, 1.38889vw + 73.33333px, 100px) !important;
}

.t-r-8xl {
  font-size: clamp(100px, 1.38889vw + 93.33333px, 120px) !important;
}

.t-r-9xl {
  font-size: clamp(120px, 1.38889vw + 113.33333px, 140px) !important;
}

.c-key {
  color: #c31111 !important;
}

.text-on-key {
  background-color: #c31111 !important;
  color: #eb1c1c !important;
}

.border-c-key {
  border-color: #c31111 !important;
}

.bg-c-key {
  background-color: #c31111 !important;
}

.gradient-key {
  background: -webkit-gradient(linear, left top, right top, from(#c31111), to(#eb1c1c)) !important;
  background: linear-gradient(to right, #c31111, #eb1c1c) !important;
}

.c-key-sub0 {
  color: #ffcc00 !important;
}

.text-on-key-sub0 {
  background-color: #ffcc00 !important;
  color: #ffd633 !important;
}

.border-c-key-sub0 {
  border-color: #ffcc00 !important;
}

.bg-c-key-sub0 {
  background-color: #ffcc00 !important;
}

.gradient-key-sub0 {
  background: -webkit-gradient(linear, left top, right top, from(#ffcc00), to(#ffd633)) !important;
  background: linear-gradient(to right, #ffcc00, #ffd633) !important;
}

.c-key-sub1 {
  color: #5b2a20 !important;
}

.text-on-key-sub1 {
  background-color: #5b2a20 !important;
  color: #813b2d !important;
}

.border-c-key-sub1 {
  border-color: #5b2a20 !important;
}

.bg-c-key-sub1 {
  background-color: #5b2a20 !important;
}

.gradient-key-sub1 {
  background: -webkit-gradient(linear, left top, right top, from(#5b2a20), to(#813b2d)) !important;
  background: linear-gradient(to right, #5b2a20, #813b2d) !important;
}

.c-black0 {
  color: #1a1a1a !important;
}

.text-on-black0 {
  background-color: #1a1a1a !important;
  color: #343434 !important;
}

.border-c-black0 {
  border-color: #1a1a1a !important;
}

.bg-c-black0 {
  background-color: #1a1a1a !important;
}

.gradient-black0 {
  background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#343434)) !important;
  background: linear-gradient(to right, #1a1a1a, #343434) !important;
}

.c-black1 {
  color: #1a1a1a !important;
}

.text-on-black1 {
  background-color: #1a1a1a !important;
  color: #343434 !important;
}

.border-c-black1 {
  border-color: #1a1a1a !important;
}

.bg-c-black1 {
  background-color: #1a1a1a !important;
}

.gradient-black1 {
  background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#343434)) !important;
  background: linear-gradient(to right, #1a1a1a, #343434) !important;
}

.c-black2 {
  color: #333 !important;
}

.text-on-black2 {
  background-color: #333 !important;
  color: #4d4d4d !important;
}

.border-c-black2 {
  border-color: #333 !important;
}

.bg-c-black2 {
  background-color: #333 !important;
}

.gradient-black2 {
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#4d4d4d)) !important;
  background: linear-gradient(to right, #333, #4d4d4d) !important;
}

.c-black3 {
  color: #4e4e4e !important;
}

.text-on-black3 {
  background-color: #4e4e4e !important;
  color: #686868 !important;
}

.border-c-black3 {
  border-color: #4e4e4e !important;
}

.bg-c-black3 {
  background-color: #4e4e4e !important;
}

.gradient-black3 {
  background: -webkit-gradient(linear, left top, right top, from(#4e4e4e), to(#686868)) !important;
  background: linear-gradient(to right, #4e4e4e, #686868) !important;
}

.c-black4 {
  color: #676767 !important;
}

.text-on-black4 {
  background-color: #676767 !important;
  color: #818181 !important;
}

.border-c-black4 {
  border-color: #676767 !important;
}

.bg-c-black4 {
  background-color: #676767 !important;
}

.gradient-black4 {
  background: -webkit-gradient(linear, left top, right top, from(#676767), to(#818181)) !important;
  background: linear-gradient(to right, #676767, #818181) !important;
}

.c-black5 {
  color: #818181 !important;
}

.text-on-black5 {
  background-color: #818181 !important;
  color: #9b9b9b !important;
}

.border-c-black5 {
  border-color: #818181 !important;
}

.bg-c-black5 {
  background-color: #818181 !important;
}

.gradient-black5 {
  background: -webkit-gradient(linear, left top, right top, from(#818181), to(#9b9b9b)) !important;
  background: linear-gradient(to right, #818181, #9b9b9b) !important;
}

.c-black6 {
  color: #989898 !important;
}

.text-on-black6 {
  background-color: #989898 !important;
  color: #b2b2b2 !important;
}

.border-c-black6 {
  border-color: #989898 !important;
}

.bg-c-black6 {
  background-color: #989898 !important;
}

.gradient-black6 {
  background: -webkit-gradient(linear, left top, right top, from(#989898), to(#b2b2b2)) !important;
  background: linear-gradient(to right, #989898, #b2b2b2) !important;
}

.c-black7 {
  color: #b4b4b4 !important;
}

.text-on-black7 {
  background-color: #b4b4b4 !important;
  color: #cecece !important;
}

.border-c-black7 {
  border-color: #b4b4b4 !important;
}

.bg-c-black7 {
  background-color: #b4b4b4 !important;
}

.gradient-black7 {
  background: -webkit-gradient(linear, left top, right top, from(#b4b4b4), to(#cecece)) !important;
  background: linear-gradient(to right, #b4b4b4, #cecece) !important;
}

.c-black8 {
  color: #ccc !important;
}

.text-on-black8 {
  background-color: #ccc !important;
  color: #e6e6e6 !important;
}

.border-c-black8 {
  border-color: #ccc !important;
}

.bg-c-black8 {
  background-color: #ccc !important;
}

.gradient-black8 {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(#e6e6e6)) !important;
  background: linear-gradient(to right, #ccc, #e6e6e6) !important;
}

.c-black9 {
  color: #e6e6e5 !important;
}

.text-on-black9 {
  background-color: #e6e6e5 !important;
  color: white !important;
}

.border-c-black9 {
  border-color: #e6e6e5 !important;
}

.bg-c-black9 {
  background-color: #e6e6e5 !important;
}

.gradient-black9 {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e5), to(white)) !important;
  background: linear-gradient(to right, #e6e6e5, white) !important;
}

.c-black10 {
  color: #f3f3f3 !important;
}

.text-on-black10 {
  background-color: #f3f3f3 !important;
  color: white !important;
}

.border-c-black10 {
  border-color: #f3f3f3 !important;
}

.bg-c-black10 {
  background-color: #f3f3f3 !important;
}

.gradient-black10 {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(white)) !important;
  background: linear-gradient(to right, #f3f3f3, white) !important;
}

.c-white0 {
  color: #fff !important;
}

.text-on-white0 {
  background-color: #fff !important;
  color: white !important;
}

.border-c-white0 {
  border-color: #fff !important;
}

.bg-c-white0 {
  background-color: #fff !important;
}

.gradient-white0 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(white)) !important;
  background: linear-gradient(to right, #fff, white) !important;
}

.c-text {
  color: #5b2a20 !important;
}

.text-on-text {
  background-color: #5b2a20 !important;
  color: #813b2d !important;
}

.border-c-text {
  border-color: #5b2a20 !important;
}

.bg-c-text {
  background-color: #5b2a20 !important;
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#5b2a20), to(#813b2d)) !important;
  background: linear-gradient(to right, #5b2a20, #813b2d) !important;
}

.c-text-sub {
  color: #ccc !important;
}

.text-on-text-sub {
  background-color: #ccc !important;
  color: #e6e6e6 !important;
}

.border-c-text-sub {
  border-color: #ccc !important;
}

.bg-c-text-sub {
  background-color: #ccc !important;
}

.gradient-text-sub {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(#e6e6e6)) !important;
  background: linear-gradient(to right, #ccc, #e6e6e6) !important;
}

.c-bg0 {
  color: #fff !important;
}

.text-on-bg0 {
  background-color: #fff !important;
  color: white !important;
}

.border-c-bg0 {
  border-color: #fff !important;
}

.bg-c-bg0 {
  background-color: #fff !important;
}

.gradient-bg0 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(white)) !important;
  background: linear-gradient(to right, #fff, white) !important;
}

.c-bg1 {
  color: #f7f7f7 !important;
}

.text-on-bg1 {
  background-color: #f7f7f7 !important;
  color: white !important;
}

.border-c-bg1 {
  border-color: #f7f7f7 !important;
}

.bg-c-bg1 {
  background-color: #f7f7f7 !important;
}

.gradient-bg1 {
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(white)) !important;
  background: linear-gradient(to right, #f7f7f7, white) !important;
}

.c-bg2 {
  color: #f3f3f3 !important;
}

.text-on-bg2 {
  background-color: #f3f3f3 !important;
  color: white !important;
}

.border-c-bg2 {
  border-color: #f3f3f3 !important;
}

.bg-c-bg2 {
  background-color: #f3f3f3 !important;
}

.gradient-bg2 {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(white)) !important;
  background: linear-gradient(to right, #f3f3f3, white) !important;
}

.c-border {
  color: #e6e6e5 !important;
}

.text-on-border {
  background-color: #e6e6e5 !important;
  color: white !important;
}

.border-c-border {
  border-color: #e6e6e5 !important;
}

.bg-c-border {
  background-color: #e6e6e5 !important;
}

.gradient-border {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e5), to(white)) !important;
  background: linear-gradient(to right, #e6e6e5, white) !important;
}

.c-jp {
  color: #acacac !important;
}

.text-on-jp {
  background-color: #acacac !important;
  color: #c6c6c6 !important;
}

.border-c-jp {
  border-color: #acacac !important;
}

.bg-c-jp {
  background-color: #acacac !important;
}

.gradient-jp {
  background: -webkit-gradient(linear, left top, right top, from(#acacac), to(#c6c6c6)) !important;
  background: linear-gradient(to right, #acacac, #c6c6c6) !important;
}

.c-map {
  color: #606060 !important;
}

.text-on-map {
  background-color: #606060 !important;
  color: #7a7a7a !important;
}

.border-c-map {
  border-color: #606060 !important;
}

.bg-c-map {
  background-color: #606060 !important;
}

.gradient-map {
  background: -webkit-gradient(linear, left top, right top, from(#606060), to(#7a7a7a)) !important;
  background: linear-gradient(to right, #606060, #7a7a7a) !important;
}

.c-error {
  color: #c8232d !important;
}

.text-on-error {
  background-color: #c8232d !important;
  color: #de404a !important;
}

.border-c-error {
  border-color: #c8232d !important;
}

.bg-c-error {
  background-color: #c8232d !important;
}

.gradient-error {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a)) !important;
  background: linear-gradient(to right, #c8232d, #de404a) !important;
}

.c-error-bg {
  color: #c8232d !important;
}

.text-on-error-bg {
  background-color: #c8232d !important;
  color: #de404a !important;
}

.border-c-error-bg {
  border-color: #c8232d !important;
}

.bg-c-error-bg {
  background-color: #c8232d !important;
}

.gradient-error-bg {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a)) !important;
  background: linear-gradient(to right, #c8232d, #de404a) !important;
}

.c-success {
  color: #29bb0f !important;
}

.text-on-success {
  background-color: #29bb0f !important;
  color: #33ea13 !important;
}

.border-c-success {
  border-color: #29bb0f !important;
}

.bg-c-success {
  background-color: #29bb0f !important;
}

.gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13)) !important;
  background: linear-gradient(to right, #29bb0f, #33ea13) !important;
}

.c-success-bg {
  color: #29bb0f !important;
}

.text-on-success-bg {
  background-color: #29bb0f !important;
  color: #33ea13 !important;
}

.border-c-success-bg {
  border-color: #29bb0f !important;
}

.bg-c-success-bg {
  background-color: #29bb0f !important;
}

.gradient-success-bg {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13)) !important;
  background: linear-gradient(to right, #29bb0f, #33ea13) !important;
}

.c-warning {
  color: #008fde !important;
}

.text-on-warning {
  background-color: #008fde !important;
  color: #12abff !important;
}

.border-c-warning {
  border-color: #008fde !important;
}

.bg-c-warning {
  background-color: #008fde !important;
}

.gradient-warning {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff)) !important;
  background: linear-gradient(to right, #008fde, #12abff) !important;
}

.c-warning-bg {
  color: #008fde !important;
}

.text-on-warning-bg {
  background-color: #008fde !important;
  color: #12abff !important;
}

.border-c-warning-bg {
  border-color: #008fde !important;
}

.bg-c-warning-bg {
  background-color: #008fde !important;
}

.gradient-warning-bg {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff)) !important;
  background: linear-gradient(to right, #008fde, #12abff) !important;
}

.c-rss {
  color: #ffac4a !important;
}

.text-on-rss {
  background-color: #ffac4a !important;
  color: #ffc37d !important;
}

.border-c-rss {
  border-color: #ffac4a !important;
}

.bg-c-rss {
  background-color: #ffac4a !important;
}

.gradient-rss {
  background: -webkit-gradient(linear, left top, right top, from(#ffac4a), to(#ffc37d)) !important;
  background: linear-gradient(to right, #ffac4a, #ffc37d) !important;
}

.c-sns-facebook {
  color: #5372c1 !important;
}

.text-on-sns-facebook {
  background-color: #5372c1 !important;
  color: #7891cf !important;
}

.border-c-sns-facebook {
  border-color: #5372c1 !important;
}

.bg-c-sns-facebook {
  background-color: #5372c1 !important;
}

.gradient-sns-facebook {
  background: -webkit-gradient(linear, left top, right top, from(#5372c1), to(#7891cf)) !important;
  background: linear-gradient(to right, #5372c1, #7891cf) !important;
}

.c-sns-twitter {
  color: #43a5f0 !important;
}

.text-on-sns-twitter {
  background-color: #43a5f0 !important;
  color: #72bcf4 !important;
}

.border-c-sns-twitter {
  border-color: #43a5f0 !important;
}

.bg-c-sns-twitter {
  background-color: #43a5f0 !important;
}

.gradient-sns-twitter {
  background: -webkit-gradient(linear, left top, right top, from(#43a5f0), to(#72bcf4)) !important;
  background: linear-gradient(to right, #43a5f0, #72bcf4) !important;
}

.c-sns-google-plus {
  color: #de4b39 !important;
}

.text-on-sns-google-plus {
  background-color: #de4b39 !important;
  color: #e57365 !important;
}

.border-c-sns-google-plus {
  border-color: #de4b39 !important;
}

.bg-c-sns-google-plus {
  background-color: #de4b39 !important;
}

.gradient-sns-google-plus {
  background: -webkit-gradient(linear, left top, right top, from(#de4b39), to(#e57365)) !important;
  background: linear-gradient(to right, #de4b39, #e57365) !important;
}

.c-sns-googleplus {
  color: #de4b39 !important;
}

.text-on-sns-googleplus {
  background-color: #de4b39 !important;
  color: #e57365 !important;
}

.border-c-sns-googleplus {
  border-color: #de4b39 !important;
}

.bg-c-sns-googleplus {
  background-color: #de4b39 !important;
}

.gradient-sns-googleplus {
  background: -webkit-gradient(linear, left top, right top, from(#de4b39), to(#e57365)) !important;
  background: linear-gradient(to right, #de4b39, #e57365) !important;
}

.c-sns-line {
  color: #29bb0f !important;
}

.text-on-sns-line {
  background-color: #29bb0f !important;
  color: #33ea13 !important;
}

.border-c-sns-line {
  border-color: #29bb0f !important;
}

.bg-c-sns-line {
  background-color: #29bb0f !important;
}

.gradient-sns-line {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13)) !important;
  background: linear-gradient(to right, #29bb0f, #33ea13) !important;
}

.c-sns-pocket {
  color: #d3505a !important;
}

.text-on-sns-pocket {
  background-color: #d3505a !important;
  color: #dd7980 !important;
}

.border-c-sns-pocket {
  border-color: #d3505a !important;
}

.bg-c-sns-pocket {
  background-color: #d3505a !important;
}

.gradient-sns-pocket {
  background: -webkit-gradient(linear, left top, right top, from(#d3505a), to(#dd7980)) !important;
  background: linear-gradient(to right, #d3505a, #dd7980) !important;
}

.c-sns-hatena {
  color: #008fde !important;
}

.text-on-sns-hatena {
  background-color: #008fde !important;
  color: #12abff !important;
}

.border-c-sns-hatena {
  border-color: #008fde !important;
}

.bg-c-sns-hatena {
  background-color: #008fde !important;
}

.gradient-sns-hatena {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff)) !important;
  background: linear-gradient(to right, #008fde, #12abff) !important;
}

.c-sns-linkedin {
  color: #1174af !important;
}

.text-on-sns-linkedin {
  background-color: #1174af !important;
  color: #1693dd !important;
}

.border-c-sns-linkedin {
  border-color: #1174af !important;
}

.bg-c-sns-linkedin {
  background-color: #1174af !important;
}

.gradient-sns-linkedin {
  background: -webkit-gradient(linear, left top, right top, from(#1174af), to(#1693dd)) !important;
  background: linear-gradient(to right, #1174af, #1693dd) !important;
}

.c-sns-instagram {
  color: #537fa1 !important;
}

.text-on-sns-instagram {
  background-color: #537fa1 !important;
  color: #7198b6 !important;
}

.border-c-sns-instagram {
  border-color: #537fa1 !important;
}

.bg-c-sns-instagram {
  background-color: #537fa1 !important;
}

.gradient-sns-instagram {
  background: -webkit-gradient(linear, left top, right top, from(#537fa1), to(#7198b6)) !important;
  background: linear-gradient(to right, #537fa1, #7198b6) !important;
}

.c-sns-flickr {
  color: #fb1683 !important;
}

.text-on-sns-flickr {
  background-color: #fb1683 !important;
  color: #fc489e !important;
}

.border-c-sns-flickr {
  border-color: #fb1683 !important;
}

.bg-c-sns-flickr {
  background-color: #fb1683 !important;
}

.gradient-sns-flickr {
  background: -webkit-gradient(linear, left top, right top, from(#fb1683), to(#fc489e)) !important;
  background: linear-gradient(to right, #fb1683, #fc489e) !important;
}

.c-sns-pinterest {
  color: #c8232d !important;
}

.text-on-sns-pinterest {
  background-color: #c8232d !important;
  color: #de404a !important;
}

.border-c-sns-pinterest {
  border-color: #c8232d !important;
}

.bg-c-sns-pinterest {
  background-color: #c8232d !important;
}

.gradient-sns-pinterest {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a)) !important;
  background: linear-gradient(to right, #c8232d, #de404a) !important;
}

.c-sns-tumblr {
  color: #2b445e !important;
}

.text-on-sns-tumblr {
  background-color: #2b445e !important;
  color: #3b5d81 !important;
}

.border-c-sns-tumblr {
  border-color: #2b445e !important;
}

.bg-c-sns-tumblr {
  background-color: #2b445e !important;
}

.gradient-sns-tumblr {
  background: -webkit-gradient(linear, left top, right top, from(#2b445e), to(#3b5d81)) !important;
  background: linear-gradient(to right, #2b445e, #3b5d81) !important;
}

.c-sns-youtube {
  color: #fa373a !important;
}

.text-on-sns-youtube {
  background-color: #fa373a !important;
  color: #fb696b !important;
}

.border-c-sns-youtube {
  border-color: #fa373a !important;
}

.bg-c-sns-youtube {
  background-color: #fa373a !important;
}

.gradient-sns-youtube {
  background: -webkit-gradient(linear, left top, right top, from(#fa373a), to(#fb696b)) !important;
  background: linear-gradient(to right, #fa373a, #fb696b) !important;
}

.c-sns-vimeo {
  color: #47b1d9 !important;
}

.text-on-sns-vimeo {
  background-color: #47b1d9 !important;
  color: #71c3e2 !important;
}

.border-c-sns-vimeo {
  border-color: #47b1d9 !important;
}

.bg-c-sns-vimeo {
  background-color: #47b1d9 !important;
}

.gradient-sns-vimeo {
  background: -webkit-gradient(linear, left top, right top, from(#47b1d9), to(#71c3e2)) !important;
  background: linear-gradient(to right, #47b1d9, #71c3e2) !important;
}

.c-rakuten {
  color: #bf0000 !important;
}

.text-on-rakuten {
  background-color: #bf0000 !important;
  color: #f20000 !important;
}

.border-c-rakuten {
  border-color: #bf0000 !important;
}

.bg-c-rakuten {
  background-color: #bf0000 !important;
}

.gradient-rakuten {
  background: -webkit-gradient(linear, left top, right top, from(#bf0000), to(#f20000)) !important;
  background: linear-gradient(to right, #bf0000, #f20000) !important;
}

.c-sale {
  color: #bf0000 !important;
}

.text-on-sale {
  background-color: #bf0000 !important;
  color: #f20000 !important;
}

.border-c-sale {
  border-color: #bf0000 !important;
}

.bg-c-sale {
  background-color: #bf0000 !important;
}

.gradient-sale {
  background: -webkit-gradient(linear, left top, right top, from(#bf0000), to(#f20000)) !important;
  background: linear-gradient(to right, #bf0000, #f20000) !important;
}

.c-navy {
  color: #01017a !important;
}

.text-on-navy {
  background-color: #01017a !important;
  color: #0101ad !important;
}

.border-c-navy {
  border-color: #01017a !important;
}

.bg-c-navy {
  background-color: #01017a !important;
}

.gradient-navy {
  background: -webkit-gradient(linear, left top, right top, from(#01017a), to(#0101ad)) !important;
  background: linear-gradient(to right, #01017a, #0101ad) !important;
}

.c-grey {
  color: #a9a9a9 !important;
}

.text-on-grey {
  background-color: #a9a9a9 !important;
  color: #c3c3c3 !important;
}

.border-c-grey {
  border-color: #a9a9a9 !important;
}

.bg-c-grey {
  background-color: #a9a9a9 !important;
}

.gradient-grey {
  background: -webkit-gradient(linear, left top, right top, from(#a9a9a9), to(#c3c3c3)) !important;
  background: linear-gradient(to right, #a9a9a9, #c3c3c3) !important;
}

.c-brown {
  color: #8b4513 !important;
}

.text-on-brown {
  background-color: #8b4513 !important;
  color: #b85b19 !important;
}

.border-c-brown {
  border-color: #8b4513 !important;
}

.bg-c-brown {
  background-color: #8b4513 !important;
}

.gradient-brown {
  background: -webkit-gradient(linear, left top, right top, from(#8b4513), to(#b85b19)) !important;
  background: linear-gradient(to right, #8b4513, #b85b19) !important;
}

.c-beige {
  color: #f5f5dc !important;
}

.text-on-beige {
  background-color: #f5f5dc !important;
  color: white !important;
}

.border-c-beige {
  border-color: #f5f5dc !important;
}

.bg-c-beige {
  background-color: #f5f5dc !important;
}

.gradient-beige {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5dc), to(white)) !important;
  background: linear-gradient(to right, #f5f5dc, white) !important;
}

.c-green {
  color: #6cdd9d !important;
}

.text-on-green {
  background-color: #6cdd9d !important;
  color: #95e7b9 !important;
}

.border-c-green {
  border-color: #6cdd9d !important;
}

.bg-c-green {
  background-color: #6cdd9d !important;
}

.gradient-green {
  background: -webkit-gradient(linear, left top, right top, from(#6cdd9d), to(#95e7b9)) !important;
  background: linear-gradient(to right, #6cdd9d, #95e7b9) !important;
}

.c-blue {
  color: #4169e1 !important;
}

.text-on-blue {
  background-color: #4169e1 !important;
  color: #6d8ce8 !important;
}

.border-c-blue {
  border-color: #4169e1 !important;
}

.bg-c-blue {
  background-color: #4169e1 !important;
}

.gradient-blue {
  background: -webkit-gradient(linear, left top, right top, from(#4169e1), to(#6d8ce8)) !important;
  background: linear-gradient(to right, #4169e1, #6d8ce8) !important;
}

.c-purple {
  color: #c968e6 !important;
}

.text-on-purple {
  background-color: #c968e6 !important;
  color: #d994ed !important;
}

.border-c-purple {
  border-color: #c968e6 !important;
}

.bg-c-purple {
  background-color: #c968e6 !important;
}

.gradient-purple {
  background: -webkit-gradient(linear, left top, right top, from(#c968e6), to(#d994ed)) !important;
  background: linear-gradient(to right, #c968e6, #d994ed) !important;
}

.c-pink {
  color: #fcc6ca !important;
}

.text-on-pink {
  background-color: #fcc6ca !important;
  color: #fff6f7 !important;
}

.border-c-pink {
  border-color: #fcc6ca !important;
}

.bg-c-pink {
  background-color: #fcc6ca !important;
}

.gradient-pink {
  background: -webkit-gradient(linear, left top, right top, from(#fcc6ca), to(#fff6f7)) !important;
  background: linear-gradient(to right, #fcc6ca, #fff6f7) !important;
}

.c-red {
  color: #dd6463 !important;
}

.text-on-red {
  background-color: #dd6463 !important;
  color: #e68e8d !important;
}

.border-c-red {
  border-color: #dd6463 !important;
}

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

.gradient-red {
  background: -webkit-gradient(linear, left top, right top, from(#dd6463), to(#e68e8d)) !important;
  background: linear-gradient(to right, #dd6463, #e68e8d) !important;
}

.c-yellow {
  color: #fede4c !important;
}

.text-on-yellow {
  background-color: #fede4c !important;
  color: #fee77f !important;
}

.border-c-yellow {
  border-color: #fede4c !important;
}

.bg-c-yellow {
  background-color: #fede4c !important;
}

.gradient-yellow {
  background: -webkit-gradient(linear, left top, right top, from(#fede4c), to(#fee77f)) !important;
  background: linear-gradient(to right, #fede4c, #fee77f) !important;
}

.c-orange {
  color: #fda65f !important;
}

.text-on-orange {
  background-color: #fda65f !important;
  color: #fec291 !important;
}

.border-c-orange {
  border-color: #fda65f !important;
}

.bg-c-orange {
  background-color: #fda65f !important;
}

.gradient-orange {
  background: -webkit-gradient(linear, left top, right top, from(#fda65f), to(#fec291)) !important;
  background: linear-gradient(to right, #fda65f, #fec291) !important;
}

.c-gold {
  color: #ffd700 !important;
}

.text-on-gold {
  background-color: #ffd700 !important;
  color: #ffdf33 !important;
}

.border-c-gold {
  border-color: #ffd700 !important;
}

.bg-c-gold {
  background-color: #ffd700 !important;
}

.gradient-gold {
  background: -webkit-gradient(linear, left top, right top, from(#ffd700), to(#ffdf33)) !important;
  background: linear-gradient(to right, #ffd700, #ffdf33) !important;
}

.c-silver {
  color: #c0c0c0 !important;
}

.text-on-silver {
  background-color: #c0c0c0 !important;
  color: #dadada !important;
}

.border-c-silver {
  border-color: #c0c0c0 !important;
}

.bg-c-silver {
  background-color: #c0c0c0 !important;
}

.gradient-silver {
  background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), to(#dadada)) !important;
  background: linear-gradient(to right, #c0c0c0, #dadada) !important;
}

.c-lightblue {
  color: #67cae6 !important;
}

.text-on-lightblue {
  background-color: #67cae6 !important;
  color: #93d9ed !important;
}

.border-c-lightblue {
  border-color: #67cae6 !important;
}

.bg-c-lightblue {
  background-color: #67cae6 !important;
}

.gradient-lightblue {
  background: -webkit-gradient(linear, left top, right top, from(#67cae6), to(#93d9ed)) !important;
  background: linear-gradient(to right, #67cae6, #93d9ed) !important;
}

.c-darkred {
  color: #c0392b !important;
}

.text-on-darkred {
  background-color: #c0392b !important;
  color: #d65548 !important;
}

.border-c-darkred {
  border-color: #c0392b !important;
}

.bg-c-darkred {
  background-color: #c0392b !important;
}

.gradient-darkred {
  background: -webkit-gradient(linear, left top, right top, from(#c0392b), to(#d65548)) !important;
  background: linear-gradient(to right, #c0392b, #d65548) !important;
}

.c-darkblue {
  color: #2980b9 !important;
}

.text-on-darkblue {
  background-color: #2980b9 !important;
  color: #409ad5 !important;
}

.border-c-darkblue {
  border-color: #2980b9 !important;
}

.bg-c-darkblue {
  background-color: #2980b9 !important;
}

.gradient-darkblue {
  background: -webkit-gradient(linear, left top, right top, from(#2980b9), to(#409ad5)) !important;
  background: linear-gradient(to right, #2980b9, #409ad5) !important;
}

.c-darkorange {
  color: #f39c12 !important;
}

.text-on-darkorange {
  background-color: #f39c12 !important;
  color: #f5b043 !important;
}

.border-c-darkorange {
  border-color: #f39c12 !important;
}

.bg-c-darkorange {
  background-color: #f39c12 !important;
}

.gradient-darkorange {
  background: -webkit-gradient(linear, left top, right top, from(#f39c12), to(#f5b043)) !important;
  background: linear-gradient(to right, #f39c12, #f5b043) !important;
}

.c-darkgreen {
  color: #27ae60 !important;
}

.text-on-darkgreen {
  background-color: #27ae60 !important;
  color: #36d278 !important;
}

.border-c-darkgreen {
  border-color: #27ae60 !important;
}

.bg-c-darkgreen {
  background-color: #27ae60 !important;
}

.gradient-darkgreen {
  background: -webkit-gradient(linear, left top, right top, from(#27ae60), to(#36d278)) !important;
  background: linear-gradient(to right, #27ae60, #36d278) !important;
}

.stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 1.38889vw + 13.33333px, 40px);
}

.stack-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.27778vw + 6.66667px, 12px);
}

.stack-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 0.27778vw + 10.66667px, 16px);
}

.stack-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(14px, 0.41667vw + 12px, 20px);
}

.stack-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 0.55556vw + 13.33333px, 24px);
}

.stack-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 0.55556vw + 21.33333px, 32px);
}

.stack-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(32px, 1.11111vw + 26.66667px, 48px);
}

.stack-2xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(48px, 1.11111vw + 42.66667px, 64px);
}

.stack-3xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(64px, 1.11111vw + 58.66667px, 80px);
}

.stack-4xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(80px, 1.11111vw + 74.66667px, 96px);
}

.stack-5xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(96px, 2.22222vw + 85.33333px, 128px);
}

.stack-6xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(128px, 2.22222vw + 117.33333px, 160px);
}

.stack-7xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(160px, 2.22222vw + 149.33333px, 192px);
}

.stack-8xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(192px, 2.22222vw + 181.33333px, 224px);
}

.stack-9xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(224px, 2.22222vw + 213.33333px, 256px);
}