@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(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.drop-shadow-up {
  -webkit-filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25));
}

.drop-shadow-left {
  -webkit-filter: drop-shadow(-4px 0px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-4px 0px 4px rgba(0, 0, 0, 0.25));
}

.drop-shadow-right {
  -webkit-filter: drop-shadow(4px 0px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 0px 4px rgba(0, 0, 0, 0.25));
}

.drop-shadow-down-left {
  -webkit-filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.25));
}

.drop-shadow-down-right {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.drop-shadow-up-left {
  -webkit-filter: drop-shadow(-4px -4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-4px -4px 4px rgba(0, 0, 0, 0.25));
}

.drop-shadow-up-right {
  -webkit-filter: drop-shadow(4px -4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px -4px 4px rgba(0, 0, 0, 0.25));
}

.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;
  }
}

.underline {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #e30074;
  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: #e30074;
  -webkit-box-shadow: 0 0 0 1px #f3f3f3;
          box-shadow: 0 0 0 1px #f3f3f3;
}

body {
  position: relative;
  background: #1a1a1a;
  overflow-x: hidden;
  overflow-x: clip;
  color: #fff;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Public Sans", Georgia, sans-serif;
}
body * {
  text-box: trim-both cap alphabetic;
}
body img,
body a,
body iframe,
body picture,
body label,
body small,
body date {
  display: block;
}
body a {
  color: #fff;
}

.main {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
}
.main > .bg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: bgRotate 30s linear infinite;
          animation: bgRotate 30s linear infinite;
  width: 200vw;
  height: 200vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes bgRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes bgRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
[data-scroll] {
  opacity: 0;
}

[data-scroll-type=slideUp].is-active:nth-of-type(1) {
  -webkit-animation: slideUp 2s ease 0.1s forwards;
          animation: slideUp 2s ease 0.1s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(2) {
  -webkit-animation: slideUp 2s ease 0.2s forwards;
          animation: slideUp 2s ease 0.2s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(3) {
  -webkit-animation: slideUp 2s ease 0.3s forwards;
          animation: slideUp 2s ease 0.3s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(4) {
  -webkit-animation: slideUp 2s ease 0.4s forwards;
          animation: slideUp 2s ease 0.4s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(5) {
  -webkit-animation: slideUp 2s ease 0.5s forwards;
          animation: slideUp 2s ease 0.5s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(6) {
  -webkit-animation: slideUp 2s ease 0.6s forwards;
          animation: slideUp 2s ease 0.6s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(7) {
  -webkit-animation: slideUp 2s ease 0.7s forwards;
          animation: slideUp 2s ease 0.7s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(8) {
  -webkit-animation: slideUp 2s ease 0.8s forwards;
          animation: slideUp 2s ease 0.8s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(9) {
  -webkit-animation: slideUp 2s ease 0.9s forwards;
          animation: slideUp 2s ease 0.9s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(10) {
  -webkit-animation: slideUp 2s ease 1s forwards;
          animation: slideUp 2s ease 1s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(11) {
  -webkit-animation: slideUp 2s ease 1.1s forwards;
          animation: slideUp 2s ease 1.1s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(12) {
  -webkit-animation: slideUp 2s ease 1.2s forwards;
          animation: slideUp 2s ease 1.2s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(13) {
  -webkit-animation: slideUp 2s ease 1.3s forwards;
          animation: slideUp 2s ease 1.3s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(14) {
  -webkit-animation: slideUp 2s ease 1.4s forwards;
          animation: slideUp 2s ease 1.4s forwards;
}
[data-scroll-type=slideUp].is-active:nth-of-type(15) {
  -webkit-animation: slideUp 2s ease 1.5s forwards;
          animation: slideUp 2s ease 1.5s 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 2s ease 0.1s forwards;
          animation: slideDown 2s ease 0.1s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(2) {
  -webkit-animation: slideDown 2s ease 0.2s forwards;
          animation: slideDown 2s ease 0.2s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(3) {
  -webkit-animation: slideDown 2s ease 0.3s forwards;
          animation: slideDown 2s ease 0.3s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(4) {
  -webkit-animation: slideDown 2s ease 0.4s forwards;
          animation: slideDown 2s ease 0.4s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(5) {
  -webkit-animation: slideDown 2s ease 0.5s forwards;
          animation: slideDown 2s ease 0.5s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(6) {
  -webkit-animation: slideDown 2s ease 0.6s forwards;
          animation: slideDown 2s ease 0.6s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(7) {
  -webkit-animation: slideDown 2s ease 0.7s forwards;
          animation: slideDown 2s ease 0.7s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(8) {
  -webkit-animation: slideDown 2s ease 0.8s forwards;
          animation: slideDown 2s ease 0.8s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(9) {
  -webkit-animation: slideDown 2s ease 0.9s forwards;
          animation: slideDown 2s ease 0.9s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(10) {
  -webkit-animation: slideDown 2s ease 1s forwards;
          animation: slideDown 2s ease 1s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(11) {
  -webkit-animation: slideDown 2s ease 1.1s forwards;
          animation: slideDown 2s ease 1.1s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(12) {
  -webkit-animation: slideDown 2s ease 1.2s forwards;
          animation: slideDown 2s ease 1.2s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(13) {
  -webkit-animation: slideDown 2s ease 1.3s forwards;
          animation: slideDown 2s ease 1.3s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(14) {
  -webkit-animation: slideDown 2s ease 1.4s forwards;
          animation: slideDown 2s ease 1.4s forwards;
}
[data-scroll-type=slideDown].is-active:nth-of-type(15) {
  -webkit-animation: slideDown 2s ease 1.5s forwards;
          animation: slideDown 2s ease 1.5s 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 2s ease 0.1s forwards;
          animation: slideRight 2s ease 0.1s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(2) {
  -webkit-animation: slideRight 2s ease 0.2s forwards;
          animation: slideRight 2s ease 0.2s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(3) {
  -webkit-animation: slideRight 2s ease 0.3s forwards;
          animation: slideRight 2s ease 0.3s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(4) {
  -webkit-animation: slideRight 2s ease 0.4s forwards;
          animation: slideRight 2s ease 0.4s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(5) {
  -webkit-animation: slideRight 2s ease 0.5s forwards;
          animation: slideRight 2s ease 0.5s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(6) {
  -webkit-animation: slideRight 2s ease 0.6s forwards;
          animation: slideRight 2s ease 0.6s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(7) {
  -webkit-animation: slideRight 2s ease 0.7s forwards;
          animation: slideRight 2s ease 0.7s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(8) {
  -webkit-animation: slideRight 2s ease 0.8s forwards;
          animation: slideRight 2s ease 0.8s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(9) {
  -webkit-animation: slideRight 2s ease 0.9s forwards;
          animation: slideRight 2s ease 0.9s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(10) {
  -webkit-animation: slideRight 2s ease 1s forwards;
          animation: slideRight 2s ease 1s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(11) {
  -webkit-animation: slideRight 2s ease 1.1s forwards;
          animation: slideRight 2s ease 1.1s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(12) {
  -webkit-animation: slideRight 2s ease 1.2s forwards;
          animation: slideRight 2s ease 1.2s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(13) {
  -webkit-animation: slideRight 2s ease 1.3s forwards;
          animation: slideRight 2s ease 1.3s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(14) {
  -webkit-animation: slideRight 2s ease 1.4s forwards;
          animation: slideRight 2s ease 1.4s forwards;
}
[data-scroll-type=slideRight].is-active:nth-of-type(15) {
  -webkit-animation: slideRight 2s ease 1.5s forwards;
          animation: slideRight 2s ease 1.5s 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 2s ease 0.1s forwards;
          animation: slideLeft 2s ease 0.1s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(2) {
  -webkit-animation: slideLeft 2s ease 0.2s forwards;
          animation: slideLeft 2s ease 0.2s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(3) {
  -webkit-animation: slideLeft 2s ease 0.3s forwards;
          animation: slideLeft 2s ease 0.3s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(4) {
  -webkit-animation: slideLeft 2s ease 0.4s forwards;
          animation: slideLeft 2s ease 0.4s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(5) {
  -webkit-animation: slideLeft 2s ease 0.5s forwards;
          animation: slideLeft 2s ease 0.5s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(6) {
  -webkit-animation: slideLeft 2s ease 0.6s forwards;
          animation: slideLeft 2s ease 0.6s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(7) {
  -webkit-animation: slideLeft 2s ease 0.7s forwards;
          animation: slideLeft 2s ease 0.7s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(8) {
  -webkit-animation: slideLeft 2s ease 0.8s forwards;
          animation: slideLeft 2s ease 0.8s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(9) {
  -webkit-animation: slideLeft 2s ease 0.9s forwards;
          animation: slideLeft 2s ease 0.9s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(10) {
  -webkit-animation: slideLeft 2s ease 1s forwards;
          animation: slideLeft 2s ease 1s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(11) {
  -webkit-animation: slideLeft 2s ease 1.1s forwards;
          animation: slideLeft 2s ease 1.1s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(12) {
  -webkit-animation: slideLeft 2s ease 1.2s forwards;
          animation: slideLeft 2s ease 1.2s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(13) {
  -webkit-animation: slideLeft 2s ease 1.3s forwards;
          animation: slideLeft 2s ease 1.3s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(14) {
  -webkit-animation: slideLeft 2s ease 1.4s forwards;
          animation: slideLeft 2s ease 1.4s forwards;
}
[data-scroll-type=slideLeft].is-active:nth-of-type(15) {
  -webkit-animation: slideLeft 2s ease 1.5s forwards;
          animation: slideLeft 2s ease 1.5s 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 2s ease 0.1s forwards;
          animation: showUp 2s ease 0.1s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(2) {
  -webkit-animation: showUp 2s ease 0.2s forwards;
          animation: showUp 2s ease 0.2s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(3) {
  -webkit-animation: showUp 2s ease 0.3s forwards;
          animation: showUp 2s ease 0.3s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(4) {
  -webkit-animation: showUp 2s ease 0.4s forwards;
          animation: showUp 2s ease 0.4s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(5) {
  -webkit-animation: showUp 2s ease 0.5s forwards;
          animation: showUp 2s ease 0.5s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(6) {
  -webkit-animation: showUp 2s ease 0.6s forwards;
          animation: showUp 2s ease 0.6s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(7) {
  -webkit-animation: showUp 2s ease 0.7s forwards;
          animation: showUp 2s ease 0.7s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(8) {
  -webkit-animation: showUp 2s ease 0.8s forwards;
          animation: showUp 2s ease 0.8s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(9) {
  -webkit-animation: showUp 2s ease 0.9s forwards;
          animation: showUp 2s ease 0.9s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(10) {
  -webkit-animation: showUp 2s ease 1s forwards;
          animation: showUp 2s ease 1s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(11) {
  -webkit-animation: showUp 2s ease 1.1s forwards;
          animation: showUp 2s ease 1.1s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(12) {
  -webkit-animation: showUp 2s ease 1.2s forwards;
          animation: showUp 2s ease 1.2s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(13) {
  -webkit-animation: showUp 2s ease 1.3s forwards;
          animation: showUp 2s ease 1.3s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(14) {
  -webkit-animation: showUp 2s ease 1.4s forwards;
          animation: showUp 2s ease 1.4s forwards;
}
[data-scroll-type=showUp].is-active:nth-of-type(15) {
  -webkit-animation: showUp 2s ease 1.5s forwards;
          animation: showUp 2s ease 1.5s 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: #e30074;
  width: 100%;
  height: 100%;
  content: "";
}

[data-scroll-type=curtain-slideLeft]:after {
  left: 0;
  -webkit-transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideLeft] .curtain__layer {
  left: 0;
  -webkit-transition: width 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.2s 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.2s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideRight] .curtain__layer {
  right: 0;
  -webkit-transition: width 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: width 1.2s 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.2s cubic-bezier(0.25, 1, 0.25, 1);
  transition: height 1.2s cubic-bezier(0.25, 1, 0.25, 1);
}
[data-scroll-type=curtain-slideUp] .curtain__layer {
  -webkit-transition: height 1.2s 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  transition: height 1.2s 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) 0.1s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.1s 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) 0.2s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.2s 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) 0.3s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.3s 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) 0.4s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.4s 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) 0.5s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.5s 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) 0.6s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.6s 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) 0.7s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.7s 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) 0.8s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.8s 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) 0.9s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.9s 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) 1s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1s 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) 1.1s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.1s 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) 1.2s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.2s 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) 1.3s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.3s 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) 1.4s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.4s 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) 1.5s forwards;
          animation: zoomIn 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.5s 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=zoomOut].is-active:nth-of-type(1) {
  -webkit-animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.1s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.1s 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) 0.2s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.2s 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) 0.3s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.3s 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) 0.4s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.4s 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) 0.5s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.5s 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) 0.6s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.6s 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) 0.7s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.7s 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) 0.8s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.8s 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) 0.9s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 0.9s 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) 1s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1s 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) 1.1s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.1s 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) 1.2s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.2s 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) 1.3s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.3s 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) 1.4s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.4s 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) 1.5s forwards;
          animation: zoomOut 2.5s cubic-bezier(0.01, 0.73, 0, 1.01) 1.5s 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: #e30074;
}
[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: #e30074;
}

@-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.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s 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: 0.1s !important;
          animation-delay: 0.1s !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-scroll-delay="15"] {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !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.1s;
  transition: all ease-in-out 0.1s;
  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;
}

.lenis, .lenis-smooth {
  height: auto !important;
  overflow: visible !important;
}

.container {
  margin: auto;
  width: 90%;
  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%;
}
@media (max-width: 990px) {
  .container.is-sp-full {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .container.is-pc-full {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 6;
}
@media (max-width: 990px) {
  .header {
    height: 50px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 98%;
  height: 100%;
}
.header__logo {
  height: 80%;
}
.header__logo__link {
  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__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;
  width: 100%;
  overflow: auto;
  top: 0;
  right: -450px;
  bottom: 0;
  -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);
  width: 450px;
  height: 100%;
  position: fixed;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 20px rgba(26, 26, 26, 0.15);
          box-shadow: 0 0 20px rgba(26, 26, 26, 0.15);
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 11;
}
.header .global-nav.is-open {
  right: 0;
}
@media (max-width: 990px) {
  .header .global-nav {
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .header .global-nav.is-open {
    visibility: visible;
    opacity: 1;
  }
}
.header .global-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  z-index: auto;
  margin: 6em auto 0 auto;
  width: 90%;
}
.header .global-nav__lists {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25em;
}
.header .global-nav__list {
  opacity: 1 !important;
  line-height: 1.3;
}
.header .global-nav__list__link {
  color: #1a1a1a;
  font-size: clamp(25px, 0.34722vw + 23.33333px, 30px);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
  font-weight: bold;
  font-family: "Public Sans";
}
@media (min-width: 990px) {
  .header .global-nav__list__link:hover {
    opacity: 0.7;
  }
  .header .global-nav__list__link:hover > * {
    opacity: 0.7;
  }
}
.header .global-nav__list__link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.header .global-nav__list__link.is-jp {
  display: block;
  font-weight: normal;
  font-size: 0.5em;
  font-family: "Noto Sans JP";
}
.header .global-nav__sns {
  border-top: 1px solid #818181;
  text-align: center;
}
.header .global-nav__sns__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin: auto;
  width: 90%;
}
.header .global-nav__sns__list__link {
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .header .global-nav__sns__list__link:hover {
    opacity: 0.7;
  }
  .header .global-nav__sns__list__link:hover > * {
    opacity: 0.7;
  }
}
.header .global-nav__sns__list__link img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header .global-nav::-webkit-scrollbar {
  display: none;
}
.header .screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 10;
}
.header .menu {
  position: relative;
  cursor: pointer;
  z-index: 12;
  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 .menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  width: 7em;
  height: 25px;
}
@media (max-width: 990px) {
  .header .menu__wrapper {
    width: 3em;
  }
}
.header .menu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7em;
  height: 25px;
}
@media (max-width: 990px) {
  .header .menu__box {
    width: 3em;
  }
}
.header .menu__box.is-open span {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: #1a1a1a !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;
}
@media (max-width: 990px) {
  .header .menu__box span:nth-of-type(1) {
    -webkit-animation: btn07-bar01-sp 0.75s forwards;
            animation: btn07-bar01-sp 0.75s forwards;
  }
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(11.25px) rotate(15deg);
            transform: translateY(11.25px) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(11.25px) rotate(0);
            transform: translateY(11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(11.25px) rotate(15deg);
            transform: translateY(11.25px) rotate(15deg);
  }
  50% {
    -webkit-transform: translateY(11.25px) rotate(0);
            transform: translateY(11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes btn07-bar01-sp {
  0% {
    -webkit-transform: translateY(11.25px) rotate(45deg);
            transform: translateY(11.25px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11.25px) rotate(0);
            transform: translateY(11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01-sp {
  0% {
    -webkit-transform: translateY(11.25px) rotate(45deg);
            transform: translateY(11.25px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11.25px) rotate(0);
            transform: translateY(11.25px) 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: opacity 0.25s 0.25s;
  transition: opacity 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;
}
@media (max-width: 990px) {
  .header .menu__box span:nth-of-type(3) {
    -webkit-animation: btn07-bar03-sp 0.75s forwards;
            animation: btn07-bar03-sp 0.75s forwards;
  }
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-11.25px) rotate(-15deg);
            transform: translateY(-11.25px) rotate(-15deg);
  }
  50% {
    -webkit-transform: translateY(-11.25px) rotate(0);
            transform: translateY(-11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    width: 100%;
  }
}
@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-11.25px) rotate(-15deg);
            transform: translateY(-11.25px) rotate(-15deg);
  }
  50% {
    -webkit-transform: translateY(-11.25px) rotate(0);
            transform: translateY(-11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    width: 100%;
  }
}
@-webkit-keyframes btn07-bar03-sp {
  0% {
    -webkit-transform: translateY(-11.25px) rotate(-45deg);
            transform: translateY(-11.25px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11.25px) rotate(0);
            transform: translateY(-11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    width: 100%;
  }
}
@keyframes btn07-bar03-sp {
  0% {
    -webkit-transform: translateY(-11.25px) rotate(-45deg);
            transform: translateY(-11.25px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11.25px) rotate(0);
            transform: translateY(-11.25px) 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;
}
@media (max-width: 990px) {
  .header .menu__box.is-open span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01-sp 0.75s forwards;
            animation: active-btn07-bar01-sp 0.75s forwards;
  }
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11.25px) rotate(0);
            transform: translateY(11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11.25px) rotate(15deg);
            transform: translateY(11.25px) rotate(15deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11.25px) rotate(0);
            transform: translateY(11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11.25px) rotate(15deg);
            transform: translateY(11.25px) rotate(15deg);
  }
}
@-webkit-keyframes active-btn07-bar01-sp {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11.25px) rotate(0);
            transform: translateY(11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11.25px) rotate(45deg);
            transform: translateY(11.25px) rotate(45deg);
  }
}
@keyframes active-btn07-bar01-sp {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11.25px) rotate(0);
            transform: translateY(11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11.25px) rotate(45deg);
            transform: translateY(11.25px) 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;
}
@media (max-width: 990px) {
  .header .menu__box.is-open span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03-sp 0.75s forwards;
            animation: active-btn07-bar03-sp 0.75s forwards;
  }
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11.25px) rotate(0);
            transform: translateY(-11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11.25px) rotate(-15deg);
            transform: translateY(-11.25px) rotate(-15deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11.25px) rotate(0);
            transform: translateY(-11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11.25px) rotate(-15deg);
            transform: translateY(-11.25px) rotate(-15deg);
  }
}
@-webkit-keyframes active-btn07-bar03-sp {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11.25px) rotate(0);
            transform: translateY(-11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11.25px) rotate(-45deg);
            transform: translateY(-11.25px) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03-sp {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11.25px) rotate(0);
            transform: translateY(-11.25px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11.25px) rotate(-45deg);
            transform: translateY(-11.25px) rotate(-45deg);
  }
}
.header .menu__border {
  display: block;
  background: #fff;
  width: 100%;
  height: 3px;
}
.header .menu__border:nth-child(2) {
  width: 100%;
}
.header .menu__border:nth-child(3) {
  width: 100%;
}

.footer {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000 0%, transparent 100%);
  width: 100%;
  color: #fff;
  z-index: 3;
}
.footer .banner {
  position: absolute;
  right: 1em;
  bottom: 1em;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 1px solid #fff;
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 170px;
}
.footer .banner:hover {
  background: #fff;
  color: #1a1a1a;
}
@media (max-width: 990px) {
  .footer .banner {
    position: static;
    margin: auto;
    width: 150px;
  }
}

[class^=title-p] {
  color: #fff;
  font-weight: bold;
  font-size: clamp(28px, 3.61111vw + 10.66667px, 80px);
  line-height: 1.2;
  font-family: "Public Sans";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 480px) {
  [class^=title-p] {
    letter-spacing: 0;
  }
}

.title-p .is-jp {
  display: block;
  padding-top: 0.5em;
  font-size: clamp(12px, 0.34722vw + 10.33333px, 17px);
  font-family: "Noto Sans JP";
  letter-spacing: 0.3em;
}

[class^=title-s] {
  position: relative;
  margin-left: 1.8rem;
  max-width: 12ch;
  color: #e30074;
  font-size: clamp(20px, 2.08333vw + 10px, 50px);
  line-height: 1.2;
  font-family: "Noto Sans JP";
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
[class^=title-s]:before {
  position: absolute;
  top: 50%;
  left: -1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e30074), color-stop(50%, #e30074), color-stop(50%, #ffcc00), to(#ffcc00));
  background: linear-gradient(180deg, #e30074 0%, #e30074 50%, #ffcc00 50%, #ffcc00 100%);
  width: 4px;
  height: 0.9em;
  content: "";
}

[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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 15em;
  overflow: hidden;
  color: #fff !important;
  font-weight: bold;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  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: 15em;
  color: #fff;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  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: #fff;
    width: 100%;
    height: 105%;
    content: "";
  }
  [class^=btn-p]:hover {
    border-color: #fff;
    color: #1a1a1a !important;
  }
  [class^=btn-p]:hover input[type=submit],
  [class^=btn-p]:hover input[type=button] {
    color: #1a1a1a;
  }
  [class^=btn-p]:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  [class^=btn-p]:hover img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  cursor: pointer;
  border: 1px solid #e30074;
  border-radius: 100px;
  background: #e30074;
  padding: 1em 2em;
  min-width: 15em;
  overflow: hidden;
  color: #fff !important;
  font-weight: bold;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  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 #e30074;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 15em;
  color: #fff;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  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: #e30074 !important;
  }
  .btn-p.is-key:hover input[type=submit],
  .btn-p.is-key:hover input[type=button] {
    color: #e30074;
  }
  .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-key:hover img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 15em;
  overflow: hidden;
  color: #fff !important;
  font-weight: bold;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  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: 15em;
  color: #fff;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  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: #fff !important;
  }
  .btn-p.is-white:hover input[type=submit],
  .btn-p.is-white:hover input[type=button] {
    color: #fff;
  }
  .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-white:hover img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 15em;
  overflow: hidden;
  color: #1a1a1a !important;
  font-weight: bold;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  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: 15em;
  color: #1a1a1a;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  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-black:hover img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.btn-p.is-active {
  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;
  gap: 0.5em;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  background: #fff;
  padding: 1em 2em;
  min-width: 15em;
  overflow: hidden;
  color: #1a1a1a !important;
  font-weight: bold;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-p.is-active > * {
  line-height: 1;
}
.btn-p.is-active input[type=submit],
.btn-p.is-active input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 15em;
  color: #1a1a1a;
  font-size: clamp(14px, 0.13889vw + 13.33333px, 16px);
  line-height: 1.3;
}
.btn-p.is-active > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-p.is-active.is-disabled, .btn-p.is-active:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-p.is-lg {
  min-width: 30em;
}
.btn-p.is-sm {
  padding: 0.6em 1.2em;
}
.btn-p.is-auto-width {
  min-width: auto;
}
.btn-p.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

[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 > * {
  width: 100%;
  min-width: auto;
}
.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%;
}

.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: #e30074;
  text-decoration: underline;
  display: inline;
}
.cms-p a:hover {
  text-decoration: none;
}
.cms-p img {
  max-width: 100%;
  height: auto;
}
.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: #e30074;
  text-decoration: underline;
}
.cms-p a:hover {
  text-decoration: none;
}
.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: #e30074;
  text-decoration: underline;
  display: inline;
}
.cms-s a:hover {
  text-decoration: none;
}
.cms-s img {
  max-width: 100%;
  height: auto;
}
.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: #e30074;
  text-decoration: underline;
}
.cms-s a:hover {
  text-decoration: none;
}

.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;
  padding: clamp(80px, 1.38889vw + 73.33333px, 100px) 0;
  overflow-x: hidden;
  overflow-x: clip;
}
.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.1s;
  transition: all ease-in-out 0.1s;
  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;
  width: 100%;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 4;
}
.page-top-section:before {
  display: block;
  padding-top: 31.25%;
  content: "";
}
.page-top-section > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top-section > .container {
  width: 90%;
}
.page-top-section__title {
  position: absolute;
  bottom: -2.5em;
  left: 0;
}
.page-top-section__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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.1s;
  transition: all ease-in-out 0.1s;
  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: #e30074;
  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: #e30074;
  -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__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;
  gap: 0.5rem;
  margin: auto;
  width: 100%;
}
.pager__list {
  border-radius: 100%;
  width: 3em;
  height: 3em;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .pager__list:hover {
    opacity: 0.7;
  }
  .pager__list:hover > * {
    opacity: 0.7;
  }
}
.pager__list.is-current {
  border: 1px solid #1a1a1a;
}
.pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  width: 100%;
  height: 100%;
}
.pager__num {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #4e4e4e;
}
.pager__dots {
  pointer-events: none;
  font-weight: bold;
}
.pager__cursor {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.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.1s;
  transition: all ease-in-out 0.1s;
  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.1s;
  transition: all ease-in-out 0.1s;
  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.1s;
  transition: all ease-in-out 0.1s;
  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: #e30074;
}
@-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: "Public Sans";
  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;
}

.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.1s;
  transition: all ease-in-out 0.1s;
  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 {
  color: #1a1a1a;
  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 {
  margin: 2rem 0;
  border: 1px solid #e6e6e5;
  border-radius: 10px;
  padding: 2rem;
  font-size: clamp(1.4rem, 0.01389vw + 1.33333px, 1.6rem);
}
.box__title {
  margin: 0 0 1rem 0;
  font-weight: bold;
  font-size: clamp(1.6rem, 0.01389vw + 1.53333px, 1.8rem);
}
.box:empty {
  display: none;
}
.box.is-error {
  border-color: #c8232d;
  color: #c8232d;
}
.box .error {
  border: none !important;
  border-color: #c8232d;
  padding: 0 !important;
  color: #c8232d;
}
.box.is-success {
  border-color: #29bb0f;
  color: #29bb0f;
}
.box.is-gray {
  background: #e6e6e5;
}

.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;
}

body#top .hero-section {
  padding-top: 65px;
}
@media (max-width: 990px) {
  body#top .hero-section {
    padding-top: 55px;
  }
}
body#top .hero-section .hero {
  position: relative;
  margin: auto;
  aspect-ratio: 1.397/1;
  width: 70%;
  overflow: hidden;
}
@media (max-width: 990px) {
  body#top .hero-section .hero {
    aspect-ratio: 71.8/100;
    width: 90%;
  }
}
body#top .hero-section .hero__img {
  -webkit-animation: hero-zoom-out 3s ease-out forwards;
          animation: hero-zoom-out 3s ease-out forwards;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes hero-zoom-out {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hero-zoom-out {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body#top .hero-section .hero__title {
  position: absolute;
  bottom: 10%;
  left: 10%;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
  -webkit-animation: title-blur-fadein 1s ease-out 1s forwards;
          animation: title-blur-fadein 1s ease-out 1s forwards;
  width: 40%;
}
@media (max-width: 990px) {
  body#top .hero-section .hero__title {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-5deg);
            transform: translateX(-50%) rotateZ(-5deg);
    width: 90%;
  }
}
@-webkit-keyframes title-blur-fadein {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes title-blur-fadein {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
body#top .hero-section .container_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 6.5%;
  bottom: -66.6666666667px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  margin: 0;
  padding: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 990px) {
  body#top .hero-section .container_01 {
    right: 2.5%;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  body#top .hero-section .container_01 {
    right: -10%;
    bottom: -10%;
  }
}
@media (max-width: 990px) {
  body#top .hero-section .container_01 {
    height: 200px;
  }
}
body#top .hero-section .container_01 .scroll-down_01 {
  position: relative;
  width: 200px;
  height: 200px;
  color: #fff;
  font-family: serif;
  text-decoration: none;
}
@media (max-width: 990px) {
  body#top .hero-section .container_01 .scroll-down_01 {
    width: 140px;
    height: 140px;
  }
}
body#top .hero-section .container_01 .scroll-down_01:hover {
  opacity: 0.7;
}
body#top .hero-section .container_01 .scroll-down_01 .circle-text_01 {
  position: absolute;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
  width: 100%;
  height: 100%;
}
body#top .hero-section .container_01 .scroll-down_01 .circle-text_01 span {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 100px;
          transform-origin: 0 100px;
  font-size: clamp(10px, 0.41667vw + 8px, 16px);
}
@media (max-width: 990px) {
  body#top .hero-section .container_01 .scroll-down_01 .circle-text_01 span {
    -webkit-transform-origin: 0 70px;
            transform-origin: 0 70px;
  }
}
body#top .hero-section .container_01 .scroll-down_01 .arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scroll_01 3s infinite;
          animation: scroll_01 3s infinite;
  width: 30px;
  height: 50px;
}
@media (max-width: 990px) {
  body#top .hero-section .container_01 .scroll-down_01 .arrow_01 {
    width: 20px;
    height: 35px;
  }
}
body#top .hero-section .container_01 .scroll-down_01 .arrow_01::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 1px;
  height: 100%;
  content: "";
}
body#top .hero-section .container_01 .scroll-down_01 .arrow_01::after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  border-bottom: 1px solid #fff;
  width: 12px;
  height: 12px;
  content: "";
}
@media (max-width: 990px) {
  body#top .hero-section .container_01 .scroll-down_01 .arrow_01::after {
    width: 8px;
    height: 8px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
body#top .slider-section .swiper-slide {
  width: auto;
  white-space: nowrap;
}
body#top .introduction-section {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 990px) {
  body#top .introduction-section {
    padding-bottom: 10em !important;
  }
}
body#top .introduction-section .bg-introduction-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: screen;
  -webkit-mix-blend-mode: screen;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: sepia(1) saturate(3) hue-rotate(250deg);
  -webkit-filter: sepia(1) saturate(3) hue-rotate(250deg);
  aspect-ratio: 1/1;
  width: 25em;
}
@media (max-width: 990px) {
  body#top .introduction-section .bg-introduction-title {
    width: 20em;
  }
}
body#top .introduction-section .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  mix-blend-mode: screen;
  -webkit-mix-blend-mode: screen;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: contrast(1.05) brightness(1.2);
  -webkit-filter: contrast(1.05) brightness(1.2);
  opacity: 0.5;
  width: 130vw;
}
@media (max-width: 990px) {
  body#top .introduction-section .bg {
    width: auto;
    height: 50vh;
  }
}
body#top .schedule-section {
  mix-blend-mode: screen;
  -webkit-mix-blend-mode: screen;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  color: #fff;
  text-align: left;
}
body#top .schedule-section .bg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130vw;
}
body#top .schedule-section .bg {
  opacity: 0.5;
  -webkit-filter: contrast(1.4) brightness(1.2);
          filter: contrast(1.4) brightness(1.2);
  width: 100%;
}
body#top .schedule-section .schedule-content {
  width: 100%;
}
body#top .schedule-section .schedule-content.is-hidden {
  display: none;
}
body#top .schedule-section tr {
  border-bottom: 1px solid #fff;
}
body#top .schedule-section tr th,
body#top .schedule-section tr td {
  padding: 2em 1em;
}
@media (max-width: 990px) {
  body#top .schedule-section tr th,
  body#top .schedule-section tr td {
    display: block;
    width: 100%;
  }
}
body#top .schedule-section tr th {
  font-weight: bold;
}
@media (max-width: 990px) {
  body#top .schedule-section tr th {
    padding-bottom: 0;
  }
}

body#news .articles__list {
  padding: 3rem 0;
  border-bottom: 1px solid #dbdbdb;
}
body#news .articles__wrapper {
  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;
  width: 100%;
  height: 100%;
}
@media (max-width: 990px) {
  body#news .articles__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#news .articles__text {
  width: 100%;
}
body#news .articles__title {
  font-size: 2rem;
  font-weight: bold;
}
body#news .articles__thumb {
  position: relative;
  max-width: 250px;
  margin: 0 3rem 0 0;
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 990px) {
  body#news .articles__thumb {
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 990px) {
  body#news .articles__thumb {
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  body#news .articles__thumb: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);
  }
}
body#news .articles__thumb:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
body#news .articles__thumb > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#news .article__wrapper {
  width: 100%;
}
body#news .article__thumb {
  display: block;
  width: 100%;
  margin: 0 0 4rem 0;
}
@media (max-width: 480px) {
  body#news .article__thumb {
    margin: 0 0 3rem 0;
  }
}
body#news .article__title {
  margin: 0 0 4rem 0;
  font-size: 2rem;
  font-weight: bold;
}
body#news .article__content {
  padding: 0 0 2rem 0;
  margin: 0 0 5rem 0;
  border-bottom: 1px solid #dbdbdb;
}
body#news .article__back-link {
  margin: 0 0 5rem 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
body#news .article__back-link:before {
  width: 10px;
  height: 10px;
  content: "";
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #1a1a1a;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: 0 1em 0 0;
}
@media (min-width: 990px) {
  body#news .article__back-link:hover {
    opacity: 0.7;
  }
  body#news .article__back-link:hover > * {
    opacity: 0.7;
  }
}
body#news .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 1rem 0;
}
body#news .head__date {
  display: block;
  font-family: "Manrope";
  font-size: 1.3rem;
  color: #b4b4b4;
}
body#news .head__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 1rem;
}
body#news .head__tag {
  padding: 0 1rem;
  margin: -0.1em 0 0.5rem 0.5rem;
  font-size: 1.2rem;
  color: #ffcc00;
  border: 1px solid #ffcc00;
  border-radius: 100px;
}
@media (max-width: 990px) {
  body#news .head__tag {
    margin: 0 0 0.5rem 0.5rem;
  }
}

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: "Public Sans";
}

.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;
  }
}

.nowrap {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

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

.ls-0 {
  letter-spacing: 0em;
}

.ls-1 {
  letter-spacing: 0.01em;
}

.ls-2 {
  letter-spacing: 0.02em;
}

.ls-3 {
  letter-spacing: 0.03em;
}

.ls-4 {
  letter-spacing: 0.04em;
}

.ls-5 {
  letter-spacing: 0.05em;
}

.ls-6 {
  letter-spacing: 0.06em;
}

.ls-7 {
  letter-spacing: 0.07em;
}

.ls-8 {
  letter-spacing: 0.08em;
}

.ls-9 {
  letter-spacing: 0.09em;
}

.ls-10 {
  letter-spacing: 0.1em;
}

.ls-11 {
  letter-spacing: 0.11em;
}

.ls-12 {
  letter-spacing: 0.12em;
}

.ls-13 {
  letter-spacing: 0.13em;
}

.ls-14 {
  letter-spacing: 0.14em;
}

.ls-15 {
  letter-spacing: 0.15em;
}

.ls-16 {
  letter-spacing: 0.16em;
}

.ls-17 {
  letter-spacing: 0.17em;
}

.ls-18 {
  letter-spacing: 0.18em;
}

.ls-19 {
  letter-spacing: 0.19em;
}

.ls-20 {
  letter-spacing: 0.2em;
}

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

.pointer {
  cursor: pointer;
}

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

.first-letter-indent::first-letter {
  margin-left: 1rem;
}

.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;
}

.absolute {
  position: absolute;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.absolute-x-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.absolute-y-center {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.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;
}

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

.ma {
  margin: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: 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 !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.fcs {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.fs0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fas-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.fas-fs {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.fas-fe {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.fas-c {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.fas-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.fas-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.list-disc {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: disc;
  list-style-position: outside;
}

.list-circle {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: circle;
  list-style-position: outside;
}

.list-decimal {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: decimal;
  list-style-position: outside;
}

.list-decimal-leading-zero {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: decimal-leading-zero;
  list-style-position: outside;
}

.list-lower-alpha {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: lower-alpha;
  list-style-position: outside;
}

.list-upper-alpha {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: upper-alpha;
  list-style-position: outside;
}

.list-lower-roman {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: lower-roman;
  list-style-position: outside;
}

.list-upper-roman {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-type: upper-roman;
  list-style-position: outside;
}

.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-fixed-0 {
  margin: 0px !important;
}

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

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

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

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

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

.my-fixed-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !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-fixed-0 {
  padding: 0px !important;
}

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

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

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

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

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

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

.ga0 {
  gap: clamp(0px, 0vw + 0px, 0px) !important;
}

.gr0 {
  row-gap: clamp(0px, 0vw + 0px, 0px) !important;
}

.gc0 {
  -webkit-column-gap: clamp(0px, 0vw + 0px, 0px) !important;
     -moz-column-gap: clamp(0px, 0vw + 0px, 0px) !important;
          column-gap: clamp(0px, 0vw + 0px, 0px) !important;
}

.ga-fixed-0 {
  gap: 0px !important;
}

.gr-fixed-0 {
  row-gap: 0px !important;
}

.gc-fixed-0 {
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !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-fixed-1 {
  margin: 5px !important;
}

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

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

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

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

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

.my-fixed-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !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-fixed-1 {
  padding: 5px !important;
}

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

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

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

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

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

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

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

.gr1 {
  row-gap: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.gc1 {
  -webkit-column-gap: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
     -moz-column-gap: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
          column-gap: clamp(2.5px, 0.17361vw + 1.66667px, 5px) !important;
}

.ga-fixed-1 {
  gap: 5px !important;
}

.gr-fixed-1 {
  row-gap: 5px !important;
}

.gc-fixed-1 {
  -webkit-column-gap: 5px !important;
     -moz-column-gap: 5px !important;
          column-gap: 5px !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-fixed-2 {
  margin: 10px !important;
}

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

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

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

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

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

.my-fixed-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !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-fixed-2 {
  padding: 10px !important;
}

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

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

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

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

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

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

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

.gr2 {
  row-gap: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.gc2 {
  -webkit-column-gap: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
     -moz-column-gap: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
          column-gap: clamp(5px, 0.34722vw + 3.33333px, 10px) !important;
}

.ga-fixed-2 {
  gap: 10px !important;
}

.gr-fixed-2 {
  row-gap: 10px !important;
}

.gc-fixed-2 {
  -webkit-column-gap: 10px !important;
     -moz-column-gap: 10px !important;
          column-gap: 10px !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-fixed-3 {
  margin: 15px !important;
}

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

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

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

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

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

.my-fixed-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !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-fixed-3 {
  padding: 15px !important;
}

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

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

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

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

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

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

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

.gr3 {
  row-gap: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.gc3 {
  -webkit-column-gap: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
     -moz-column-gap: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
          column-gap: clamp(7.5px, 0.52083vw + 5px, 15px) !important;
}

.ga-fixed-3 {
  gap: 15px !important;
}

.gr-fixed-3 {
  row-gap: 15px !important;
}

.gc-fixed-3 {
  -webkit-column-gap: 15px !important;
     -moz-column-gap: 15px !important;
          column-gap: 15px !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-fixed-4 {
  margin: 20px !important;
}

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

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

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

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

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

.my-fixed-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !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-fixed-4 {
  padding: 20px !important;
}

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

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

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

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

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

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

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

.gr4 {
  row-gap: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.gc4 {
  -webkit-column-gap: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
     -moz-column-gap: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
          column-gap: clamp(10px, 0.69444vw + 6.66667px, 20px) !important;
}

.ga-fixed-4 {
  gap: 20px !important;
}

.gr-fixed-4 {
  row-gap: 20px !important;
}

.gc-fixed-4 {
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !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-fixed-5 {
  margin: 25px !important;
}

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

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

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

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

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

.my-fixed-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !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-fixed-5 {
  padding: 25px !important;
}

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

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

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

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

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

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

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

.gr5 {
  row-gap: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.gc5 {
  -webkit-column-gap: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
     -moz-column-gap: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
          column-gap: clamp(12.5px, 0.86806vw + 8.33333px, 25px) !important;
}

.ga-fixed-5 {
  gap: 25px !important;
}

.gr-fixed-5 {
  row-gap: 25px !important;
}

.gc-fixed-5 {
  -webkit-column-gap: 25px !important;
     -moz-column-gap: 25px !important;
          column-gap: 25px !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-fixed-6 {
  margin: 30px !important;
}

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

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

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

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

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

.my-fixed-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !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-fixed-6 {
  padding: 30px !important;
}

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

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

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

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

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

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

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

.gr6 {
  row-gap: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.gc6 {
  -webkit-column-gap: clamp(15px, 1.04167vw + 10px, 30px) !important;
     -moz-column-gap: clamp(15px, 1.04167vw + 10px, 30px) !important;
          column-gap: clamp(15px, 1.04167vw + 10px, 30px) !important;
}

.ga-fixed-6 {
  gap: 30px !important;
}

.gr-fixed-6 {
  row-gap: 30px !important;
}

.gc-fixed-6 {
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !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-fixed-7 {
  margin: 35px !important;
}

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

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

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

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

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

.my-fixed-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !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-fixed-7 {
  padding: 35px !important;
}

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

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

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

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

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

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

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

.gr7 {
  row-gap: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.gc7 {
  -webkit-column-gap: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
     -moz-column-gap: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
          column-gap: clamp(17.5px, 1.21528vw + 11.66667px, 35px) !important;
}

.ga-fixed-7 {
  gap: 35px !important;
}

.gr-fixed-7 {
  row-gap: 35px !important;
}

.gc-fixed-7 {
  -webkit-column-gap: 35px !important;
     -moz-column-gap: 35px !important;
          column-gap: 35px !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-fixed-8 {
  margin: 40px !important;
}

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

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

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

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

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

.my-fixed-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !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-fixed-8 {
  padding: 40px !important;
}

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

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

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

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

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

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

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

.gr8 {
  row-gap: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.gc8 {
  -webkit-column-gap: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
     -moz-column-gap: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
          column-gap: clamp(20px, 1.38889vw + 13.33333px, 40px) !important;
}

.ga-fixed-8 {
  gap: 40px !important;
}

.gr-fixed-8 {
  row-gap: 40px !important;
}

.gc-fixed-8 {
  -webkit-column-gap: 40px !important;
     -moz-column-gap: 40px !important;
          column-gap: 40px !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-fixed-9 {
  margin: 45px !important;
}

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

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

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

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

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

.my-fixed-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !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-fixed-9 {
  padding: 45px !important;
}

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

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

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

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

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

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

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

.gr9 {
  row-gap: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.gc9 {
  -webkit-column-gap: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
     -moz-column-gap: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
          column-gap: clamp(22.5px, 1.5625vw + 15px, 45px) !important;
}

.ga-fixed-9 {
  gap: 45px !important;
}

.gr-fixed-9 {
  row-gap: 45px !important;
}

.gc-fixed-9 {
  -webkit-column-gap: 45px !important;
     -moz-column-gap: 45px !important;
          column-gap: 45px !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-fixed-10 {
  margin: 50px !important;
}

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

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

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

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

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

.my-fixed-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !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-fixed-10 {
  padding: 50px !important;
}

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

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

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

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

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

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

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

.gr10 {
  row-gap: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.gc10 {
  -webkit-column-gap: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
     -moz-column-gap: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
          column-gap: clamp(25px, 1.73611vw + 16.66667px, 50px) !important;
}

.ga-fixed-10 {
  gap: 50px !important;
}

.gr-fixed-10 {
  row-gap: 50px !important;
}

.gc-fixed-10 {
  -webkit-column-gap: 50px !important;
     -moz-column-gap: 50px !important;
          column-gap: 50px !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-fixed-11 {
  margin: 55px !important;
}

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

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

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

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

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

.my-fixed-11 {
  margin-top: 55px !important;
  margin-bottom: 55px !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-fixed-11 {
  padding: 55px !important;
}

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

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

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

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

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

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

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

.gr11 {
  row-gap: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.gc11 {
  -webkit-column-gap: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
     -moz-column-gap: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
          column-gap: clamp(27.5px, 1.90972vw + 18.33333px, 55px) !important;
}

.ga-fixed-11 {
  gap: 55px !important;
}

.gr-fixed-11 {
  row-gap: 55px !important;
}

.gc-fixed-11 {
  -webkit-column-gap: 55px !important;
     -moz-column-gap: 55px !important;
          column-gap: 55px !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-fixed-12 {
  margin: 60px !important;
}

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

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

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

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

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

.my-fixed-12 {
  margin-top: 60px !important;
  margin-bottom: 60px !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-fixed-12 {
  padding: 60px !important;
}

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

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

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

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

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

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

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

.gr12 {
  row-gap: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.gc12 {
  -webkit-column-gap: clamp(30px, 2.08333vw + 20px, 60px) !important;
     -moz-column-gap: clamp(30px, 2.08333vw + 20px, 60px) !important;
          column-gap: clamp(30px, 2.08333vw + 20px, 60px) !important;
}

.ga-fixed-12 {
  gap: 60px !important;
}

.gr-fixed-12 {
  row-gap: 60px !important;
}

.gc-fixed-12 {
  -webkit-column-gap: 60px !important;
     -moz-column-gap: 60px !important;
          column-gap: 60px !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-fixed-13 {
  margin: 65px !important;
}

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

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

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

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

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

.my-fixed-13 {
  margin-top: 65px !important;
  margin-bottom: 65px !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-fixed-13 {
  padding: 65px !important;
}

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

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

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

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

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

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

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

.gr13 {
  row-gap: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.gc13 {
  -webkit-column-gap: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
     -moz-column-gap: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
          column-gap: clamp(32.5px, 2.25694vw + 21.66667px, 65px) !important;
}

.ga-fixed-13 {
  gap: 65px !important;
}

.gr-fixed-13 {
  row-gap: 65px !important;
}

.gc-fixed-13 {
  -webkit-column-gap: 65px !important;
     -moz-column-gap: 65px !important;
          column-gap: 65px !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-fixed-14 {
  margin: 70px !important;
}

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

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

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

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

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

.my-fixed-14 {
  margin-top: 70px !important;
  margin-bottom: 70px !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-fixed-14 {
  padding: 70px !important;
}

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

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

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

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

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

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

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

.gr14 {
  row-gap: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.gc14 {
  -webkit-column-gap: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
     -moz-column-gap: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
          column-gap: clamp(35px, 2.43056vw + 23.33333px, 70px) !important;
}

.ga-fixed-14 {
  gap: 70px !important;
}

.gr-fixed-14 {
  row-gap: 70px !important;
}

.gc-fixed-14 {
  -webkit-column-gap: 70px !important;
     -moz-column-gap: 70px !important;
          column-gap: 70px !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-fixed-15 {
  margin: 75px !important;
}

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

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

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

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

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

.my-fixed-15 {
  margin-top: 75px !important;
  margin-bottom: 75px !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-fixed-15 {
  padding: 75px !important;
}

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

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

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

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

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

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

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

.gr15 {
  row-gap: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.gc15 {
  -webkit-column-gap: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
     -moz-column-gap: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
          column-gap: clamp(37.5px, 2.60417vw + 25px, 75px) !important;
}

.ga-fixed-15 {
  gap: 75px !important;
}

.gr-fixed-15 {
  row-gap: 75px !important;
}

.gc-fixed-15 {
  -webkit-column-gap: 75px !important;
     -moz-column-gap: 75px !important;
          column-gap: 75px !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-fixed-16 {
  margin: 80px !important;
}

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

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

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

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

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

.my-fixed-16 {
  margin-top: 80px !important;
  margin-bottom: 80px !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-fixed-16 {
  padding: 80px !important;
}

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

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

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

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

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

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

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

.gr16 {
  row-gap: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.gc16 {
  -webkit-column-gap: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
     -moz-column-gap: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
          column-gap: clamp(40px, 2.77778vw + 26.66667px, 80px) !important;
}

.ga-fixed-16 {
  gap: 80px !important;
}

.gr-fixed-16 {
  row-gap: 80px !important;
}

.gc-fixed-16 {
  -webkit-column-gap: 80px !important;
     -moz-column-gap: 80px !important;
          column-gap: 80px !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-fixed-17 {
  margin: 85px !important;
}

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

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

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

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

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

.my-fixed-17 {
  margin-top: 85px !important;
  margin-bottom: 85px !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-fixed-17 {
  padding: 85px !important;
}

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

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

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

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

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

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

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

.gr17 {
  row-gap: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.gc17 {
  -webkit-column-gap: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
     -moz-column-gap: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
          column-gap: clamp(42.5px, 2.95139vw + 28.33333px, 85px) !important;
}

.ga-fixed-17 {
  gap: 85px !important;
}

.gr-fixed-17 {
  row-gap: 85px !important;
}

.gc-fixed-17 {
  -webkit-column-gap: 85px !important;
     -moz-column-gap: 85px !important;
          column-gap: 85px !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-fixed-18 {
  margin: 90px !important;
}

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

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

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

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

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

.my-fixed-18 {
  margin-top: 90px !important;
  margin-bottom: 90px !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-fixed-18 {
  padding: 90px !important;
}

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

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

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

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

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

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

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

.gr18 {
  row-gap: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.gc18 {
  -webkit-column-gap: clamp(45px, 3.125vw + 30px, 90px) !important;
     -moz-column-gap: clamp(45px, 3.125vw + 30px, 90px) !important;
          column-gap: clamp(45px, 3.125vw + 30px, 90px) !important;
}

.ga-fixed-18 {
  gap: 90px !important;
}

.gr-fixed-18 {
  row-gap: 90px !important;
}

.gc-fixed-18 {
  -webkit-column-gap: 90px !important;
     -moz-column-gap: 90px !important;
          column-gap: 90px !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-fixed-19 {
  margin: 95px !important;
}

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

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

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

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

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

.my-fixed-19 {
  margin-top: 95px !important;
  margin-bottom: 95px !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-fixed-19 {
  padding: 95px !important;
}

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

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

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

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

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

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

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

.gr19 {
  row-gap: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.gc19 {
  -webkit-column-gap: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
     -moz-column-gap: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
          column-gap: clamp(47.5px, 3.29861vw + 31.66667px, 95px) !important;
}

.ga-fixed-19 {
  gap: 95px !important;
}

.gr-fixed-19 {
  row-gap: 95px !important;
}

.gc-fixed-19 {
  -webkit-column-gap: 95px !important;
     -moz-column-gap: 95px !important;
          column-gap: 95px !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-fixed-20 {
  margin: 100px !important;
}

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

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

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

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

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

.my-fixed-20 {
  margin-top: 100px !important;
  margin-bottom: 100px !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-fixed-20 {
  padding: 100px !important;
}

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

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

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

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

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

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

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

.gr20 {
  row-gap: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.gc20 {
  -webkit-column-gap: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
     -moz-column-gap: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
          column-gap: clamp(50px, 3.47222vw + 33.33333px, 100px) !important;
}

.ga-fixed-20 {
  gap: 100px !important;
}

.gr-fixed-20 {
  row-gap: 100px !important;
}

.gc-fixed-20 {
  -webkit-column-gap: 100px !important;
     -moz-column-gap: 100px !important;
          column-gap: 100px !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-fixed-21 {
  margin: 105px !important;
}

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

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

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

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

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

.my-fixed-21 {
  margin-top: 105px !important;
  margin-bottom: 105px !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-fixed-21 {
  padding: 105px !important;
}

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

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

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

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

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

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

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

.gr21 {
  row-gap: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.gc21 {
  -webkit-column-gap: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
     -moz-column-gap: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
          column-gap: clamp(52.5px, 3.64583vw + 35px, 105px) !important;
}

.ga-fixed-21 {
  gap: 105px !important;
}

.gr-fixed-21 {
  row-gap: 105px !important;
}

.gc-fixed-21 {
  -webkit-column-gap: 105px !important;
     -moz-column-gap: 105px !important;
          column-gap: 105px !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-fixed-22 {
  margin: 110px !important;
}

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

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

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

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

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

.my-fixed-22 {
  margin-top: 110px !important;
  margin-bottom: 110px !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-fixed-22 {
  padding: 110px !important;
}

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

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

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

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

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

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

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

.gr22 {
  row-gap: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.gc22 {
  -webkit-column-gap: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
     -moz-column-gap: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
          column-gap: clamp(55px, 3.81944vw + 36.66667px, 110px) !important;
}

.ga-fixed-22 {
  gap: 110px !important;
}

.gr-fixed-22 {
  row-gap: 110px !important;
}

.gc-fixed-22 {
  -webkit-column-gap: 110px !important;
     -moz-column-gap: 110px !important;
          column-gap: 110px !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-fixed-23 {
  margin: 115px !important;
}

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

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

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

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

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

.my-fixed-23 {
  margin-top: 115px !important;
  margin-bottom: 115px !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-fixed-23 {
  padding: 115px !important;
}

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

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

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

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

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

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

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

.gr23 {
  row-gap: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.gc23 {
  -webkit-column-gap: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
     -moz-column-gap: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
          column-gap: clamp(57.5px, 3.99306vw + 38.33333px, 115px) !important;
}

.ga-fixed-23 {
  gap: 115px !important;
}

.gr-fixed-23 {
  row-gap: 115px !important;
}

.gc-fixed-23 {
  -webkit-column-gap: 115px !important;
     -moz-column-gap: 115px !important;
          column-gap: 115px !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-fixed-24 {
  margin: 120px !important;
}

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

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

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

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

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

.my-fixed-24 {
  margin-top: 120px !important;
  margin-bottom: 120px !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-fixed-24 {
  padding: 120px !important;
}

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

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

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

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

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

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

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

.gr24 {
  row-gap: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.gc24 {
  -webkit-column-gap: clamp(60px, 4.16667vw + 40px, 120px) !important;
     -moz-column-gap: clamp(60px, 4.16667vw + 40px, 120px) !important;
          column-gap: clamp(60px, 4.16667vw + 40px, 120px) !important;
}

.ga-fixed-24 {
  gap: 120px !important;
}

.gr-fixed-24 {
  row-gap: 120px !important;
}

.gc-fixed-24 {
  -webkit-column-gap: 120px !important;
     -moz-column-gap: 120px !important;
          column-gap: 120px !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-fixed-25 {
  margin: 125px !important;
}

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

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

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

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

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

.my-fixed-25 {
  margin-top: 125px !important;
  margin-bottom: 125px !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-fixed-25 {
  padding: 125px !important;
}

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

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

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

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

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

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

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

.gr25 {
  row-gap: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.gc25 {
  -webkit-column-gap: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
     -moz-column-gap: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
          column-gap: clamp(62.5px, 4.34028vw + 41.66667px, 125px) !important;
}

.ga-fixed-25 {
  gap: 125px !important;
}

.gr-fixed-25 {
  row-gap: 125px !important;
}

.gc-fixed-25 {
  -webkit-column-gap: 125px !important;
     -moz-column-gap: 125px !important;
          column-gap: 125px !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-fixed-26 {
  margin: 130px !important;
}

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

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

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

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

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

.my-fixed-26 {
  margin-top: 130px !important;
  margin-bottom: 130px !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-fixed-26 {
  padding: 130px !important;
}

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

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

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

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

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

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

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

.gr26 {
  row-gap: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.gc26 {
  -webkit-column-gap: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
     -moz-column-gap: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
          column-gap: clamp(65px, 4.51389vw + 43.33333px, 130px) !important;
}

.ga-fixed-26 {
  gap: 130px !important;
}

.gr-fixed-26 {
  row-gap: 130px !important;
}

.gc-fixed-26 {
  -webkit-column-gap: 130px !important;
     -moz-column-gap: 130px !important;
          column-gap: 130px !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-fixed-27 {
  margin: 135px !important;
}

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

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

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

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

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

.my-fixed-27 {
  margin-top: 135px !important;
  margin-bottom: 135px !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-fixed-27 {
  padding: 135px !important;
}

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

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

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

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

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

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

.ga27 {
  gap: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.gr27 {
  row-gap: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.gc27 {
  -webkit-column-gap: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
     -moz-column-gap: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
          column-gap: clamp(67.5px, 4.6875vw + 45px, 135px) !important;
}

.ga-fixed-27 {
  gap: 135px !important;
}

.gr-fixed-27 {
  row-gap: 135px !important;
}

.gc-fixed-27 {
  -webkit-column-gap: 135px !important;
     -moz-column-gap: 135px !important;
          column-gap: 135px !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-fixed-28 {
  margin: 140px !important;
}

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

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

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

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

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

.my-fixed-28 {
  margin-top: 140px !important;
  margin-bottom: 140px !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-fixed-28 {
  padding: 140px !important;
}

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

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

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

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

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

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

.ga28 {
  gap: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.gr28 {
  row-gap: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.gc28 {
  -webkit-column-gap: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
     -moz-column-gap: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
          column-gap: clamp(70px, 4.86111vw + 46.66667px, 140px) !important;
}

.ga-fixed-28 {
  gap: 140px !important;
}

.gr-fixed-28 {
  row-gap: 140px !important;
}

.gc-fixed-28 {
  -webkit-column-gap: 140px !important;
     -moz-column-gap: 140px !important;
          column-gap: 140px !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-fixed-29 {
  margin: 145px !important;
}

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

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

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

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

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

.my-fixed-29 {
  margin-top: 145px !important;
  margin-bottom: 145px !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-fixed-29 {
  padding: 145px !important;
}

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

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

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

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

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

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

.ga29 {
  gap: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.gr29 {
  row-gap: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.gc29 {
  -webkit-column-gap: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
     -moz-column-gap: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
          column-gap: clamp(72.5px, 5.03472vw + 48.33333px, 145px) !important;
}

.ga-fixed-29 {
  gap: 145px !important;
}

.gr-fixed-29 {
  row-gap: 145px !important;
}

.gc-fixed-29 {
  -webkit-column-gap: 145px !important;
     -moz-column-gap: 145px !important;
          column-gap: 145px !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-fixed-30 {
  margin: 150px !important;
}

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

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

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

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

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

.my-fixed-30 {
  margin-top: 150px !important;
  margin-bottom: 150px !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-fixed-30 {
  padding: 150px !important;
}

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

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

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

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

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

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

.ga30 {
  gap: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.gr30 {
  row-gap: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.gc30 {
  -webkit-column-gap: clamp(75px, 5.20833vw + 50px, 150px) !important;
     -moz-column-gap: clamp(75px, 5.20833vw + 50px, 150px) !important;
          column-gap: clamp(75px, 5.20833vw + 50px, 150px) !important;
}

.ga-fixed-30 {
  gap: 150px !important;
}

.gr-fixed-30 {
  row-gap: 150px !important;
}

.gc-fixed-30 {
  -webkit-column-gap: 150px !important;
     -moz-column-gap: 150px !important;
          column-gap: 150px !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-fixed-31 {
  margin: 155px !important;
}

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

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

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

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

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

.my-fixed-31 {
  margin-top: 155px !important;
  margin-bottom: 155px !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-fixed-31 {
  padding: 155px !important;
}

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

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

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

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

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

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

.ga31 {
  gap: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.gr31 {
  row-gap: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.gc31 {
  -webkit-column-gap: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
     -moz-column-gap: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
          column-gap: clamp(77.5px, 5.38194vw + 51.66667px, 155px) !important;
}

.ga-fixed-31 {
  gap: 155px !important;
}

.gr-fixed-31 {
  row-gap: 155px !important;
}

.gc-fixed-31 {
  -webkit-column-gap: 155px !important;
     -moz-column-gap: 155px !important;
          column-gap: 155px !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-fixed-32 {
  margin: 160px !important;
}

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

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

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

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

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

.my-fixed-32 {
  margin-top: 160px !important;
  margin-bottom: 160px !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-fixed-32 {
  padding: 160px !important;
}

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

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

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

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

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

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

.ga32 {
  gap: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.gr32 {
  row-gap: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.gc32 {
  -webkit-column-gap: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
     -moz-column-gap: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
          column-gap: clamp(80px, 5.55556vw + 53.33333px, 160px) !important;
}

.ga-fixed-32 {
  gap: 160px !important;
}

.gr-fixed-32 {
  row-gap: 160px !important;
}

.gc-fixed-32 {
  -webkit-column-gap: 160px !important;
     -moz-column-gap: 160px !important;
          column-gap: 160px !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-fixed-33 {
  margin: 165px !important;
}

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

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

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

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

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

.my-fixed-33 {
  margin-top: 165px !important;
  margin-bottom: 165px !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-fixed-33 {
  padding: 165px !important;
}

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

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

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

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

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

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

.ga33 {
  gap: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.gr33 {
  row-gap: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.gc33 {
  -webkit-column-gap: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
     -moz-column-gap: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
          column-gap: clamp(82.5px, 5.72917vw + 55px, 165px) !important;
}

.ga-fixed-33 {
  gap: 165px !important;
}

.gr-fixed-33 {
  row-gap: 165px !important;
}

.gc-fixed-33 {
  -webkit-column-gap: 165px !important;
     -moz-column-gap: 165px !important;
          column-gap: 165px !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-fixed-34 {
  margin: 170px !important;
}

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

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

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

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

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

.my-fixed-34 {
  margin-top: 170px !important;
  margin-bottom: 170px !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-fixed-34 {
  padding: 170px !important;
}

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

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

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

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

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

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

.ga34 {
  gap: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.gr34 {
  row-gap: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.gc34 {
  -webkit-column-gap: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
     -moz-column-gap: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
          column-gap: clamp(85px, 5.90278vw + 56.66667px, 170px) !important;
}

.ga-fixed-34 {
  gap: 170px !important;
}

.gr-fixed-34 {
  row-gap: 170px !important;
}

.gc-fixed-34 {
  -webkit-column-gap: 170px !important;
     -moz-column-gap: 170px !important;
          column-gap: 170px !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-fixed-35 {
  margin: 175px !important;
}

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

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

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

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

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

.my-fixed-35 {
  margin-top: 175px !important;
  margin-bottom: 175px !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-fixed-35 {
  padding: 175px !important;
}

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

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

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

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

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

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

.ga35 {
  gap: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.gr35 {
  row-gap: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.gc35 {
  -webkit-column-gap: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
     -moz-column-gap: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
          column-gap: clamp(87.5px, 6.07639vw + 58.33333px, 175px) !important;
}

.ga-fixed-35 {
  gap: 175px !important;
}

.gr-fixed-35 {
  row-gap: 175px !important;
}

.gc-fixed-35 {
  -webkit-column-gap: 175px !important;
     -moz-column-gap: 175px !important;
          column-gap: 175px !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-fixed-36 {
  margin: 180px !important;
}

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

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

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

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

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

.my-fixed-36 {
  margin-top: 180px !important;
  margin-bottom: 180px !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-fixed-36 {
  padding: 180px !important;
}

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

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

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

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

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

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

.ga36 {
  gap: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.gr36 {
  row-gap: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.gc36 {
  -webkit-column-gap: clamp(90px, 6.25vw + 60px, 180px) !important;
     -moz-column-gap: clamp(90px, 6.25vw + 60px, 180px) !important;
          column-gap: clamp(90px, 6.25vw + 60px, 180px) !important;
}

.ga-fixed-36 {
  gap: 180px !important;
}

.gr-fixed-36 {
  row-gap: 180px !important;
}

.gc-fixed-36 {
  -webkit-column-gap: 180px !important;
     -moz-column-gap: 180px !important;
          column-gap: 180px !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-fixed-37 {
  margin: 185px !important;
}

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

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

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

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

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

.my-fixed-37 {
  margin-top: 185px !important;
  margin-bottom: 185px !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-fixed-37 {
  padding: 185px !important;
}

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

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

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

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

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

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

.ga37 {
  gap: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.gr37 {
  row-gap: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.gc37 {
  -webkit-column-gap: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
     -moz-column-gap: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
          column-gap: clamp(92.5px, 6.42361vw + 61.66667px, 185px) !important;
}

.ga-fixed-37 {
  gap: 185px !important;
}

.gr-fixed-37 {
  row-gap: 185px !important;
}

.gc-fixed-37 {
  -webkit-column-gap: 185px !important;
     -moz-column-gap: 185px !important;
          column-gap: 185px !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-fixed-38 {
  margin: 190px !important;
}

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

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

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

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

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

.my-fixed-38 {
  margin-top: 190px !important;
  margin-bottom: 190px !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-fixed-38 {
  padding: 190px !important;
}

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

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

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

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

.px-fixed-38 {
  padding-right: 190px !important;
  padding-left: 190px !important;
}

.py-fixed-38 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.ga38 {
  gap: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.gr38 {
  row-gap: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.gc38 {
  -webkit-column-gap: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
     -moz-column-gap: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
          column-gap: clamp(95px, 6.59722vw + 63.33333px, 190px) !important;
}

.ga-fixed-38 {
  gap: 190px !important;
}

.gr-fixed-38 {
  row-gap: 190px !important;
}

.gc-fixed-38 {
  -webkit-column-gap: 190px !important;
     -moz-column-gap: 190px !important;
          column-gap: 190px !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-fixed-39 {
  margin: 195px !important;
}

.mt-fixed-39 {
  margin-top: 195px !important;
}

.mr-fixed-39 {
  margin-right: 195px !important;
}

.mb-fixed-39 {
  margin-bottom: 195px !important;
}

.ml-fixed-39 {
  margin-left: 195px !important;
}

.mx-fixed-39 {
  margin-right: 195px !important;
  margin-left: 195px !important;
}

.my-fixed-39 {
  margin-top: 195px !important;
  margin-bottom: 195px !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-fixed-39 {
  padding: 195px !important;
}

.pt-fixed-39 {
  padding-top: 195px !important;
}

.pr-fixed-39 {
  padding-right: 195px !important;
}

.pb-fixed-39 {
  padding-bottom: 195px !important;
}

.pl-fixed-39 {
  padding-left: 195px !important;
}

.px-fixed-39 {
  padding-right: 195px !important;
  padding-left: 195px !important;
}

.py-fixed-39 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.ga39 {
  gap: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.gr39 {
  row-gap: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.gc39 {
  -webkit-column-gap: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
     -moz-column-gap: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
          column-gap: clamp(97.5px, 6.77083vw + 65px, 195px) !important;
}

.ga-fixed-39 {
  gap: 195px !important;
}

.gr-fixed-39 {
  row-gap: 195px !important;
}

.gc-fixed-39 {
  -webkit-column-gap: 195px !important;
     -moz-column-gap: 195px !important;
          column-gap: 195px !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-fixed-40 {
  margin: 200px !important;
}

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

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

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

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

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

.my-fixed-40 {
  margin-top: 200px !important;
  margin-bottom: 200px !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-fixed-40 {
  padding: 200px !important;
}

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

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

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

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

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

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

.ga40 {
  gap: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.gr40 {
  row-gap: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.gc40 {
  -webkit-column-gap: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
     -moz-column-gap: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
          column-gap: clamp(100px, 6.94444vw + 66.66667px, 200px) !important;
}

.ga-fixed-40 {
  gap: 200px !important;
}

.gr-fixed-40 {
  row-gap: 200px !important;
}

.gc-fixed-40 {
  -webkit-column-gap: 200px !important;
     -moz-column-gap: 200px !important;
          column-gap: 200px !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-fixed-41 {
  margin: 205px !important;
}

.mt-fixed-41 {
  margin-top: 205px !important;
}

.mr-fixed-41 {
  margin-right: 205px !important;
}

.mb-fixed-41 {
  margin-bottom: 205px !important;
}

.ml-fixed-41 {
  margin-left: 205px !important;
}

.mx-fixed-41 {
  margin-right: 205px !important;
  margin-left: 205px !important;
}

.my-fixed-41 {
  margin-top: 205px !important;
  margin-bottom: 205px !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-fixed-41 {
  padding: 205px !important;
}

.pt-fixed-41 {
  padding-top: 205px !important;
}

.pr-fixed-41 {
  padding-right: 205px !important;
}

.pb-fixed-41 {
  padding-bottom: 205px !important;
}

.pl-fixed-41 {
  padding-left: 205px !important;
}

.px-fixed-41 {
  padding-right: 205px !important;
  padding-left: 205px !important;
}

.py-fixed-41 {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}

.ga41 {
  gap: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.gr41 {
  row-gap: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.gc41 {
  -webkit-column-gap: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
     -moz-column-gap: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
          column-gap: clamp(102.5px, 7.11806vw + 68.33333px, 205px) !important;
}

.ga-fixed-41 {
  gap: 205px !important;
}

.gr-fixed-41 {
  row-gap: 205px !important;
}

.gc-fixed-41 {
  -webkit-column-gap: 205px !important;
     -moz-column-gap: 205px !important;
          column-gap: 205px !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-fixed-42 {
  margin: 210px !important;
}

.mt-fixed-42 {
  margin-top: 210px !important;
}

.mr-fixed-42 {
  margin-right: 210px !important;
}

.mb-fixed-42 {
  margin-bottom: 210px !important;
}

.ml-fixed-42 {
  margin-left: 210px !important;
}

.mx-fixed-42 {
  margin-right: 210px !important;
  margin-left: 210px !important;
}

.my-fixed-42 {
  margin-top: 210px !important;
  margin-bottom: 210px !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-fixed-42 {
  padding: 210px !important;
}

.pt-fixed-42 {
  padding-top: 210px !important;
}

.pr-fixed-42 {
  padding-right: 210px !important;
}

.pb-fixed-42 {
  padding-bottom: 210px !important;
}

.pl-fixed-42 {
  padding-left: 210px !important;
}

.px-fixed-42 {
  padding-right: 210px !important;
  padding-left: 210px !important;
}

.py-fixed-42 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}

.ga42 {
  gap: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.gr42 {
  row-gap: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.gc42 {
  -webkit-column-gap: clamp(105px, 7.29167vw + 70px, 210px) !important;
     -moz-column-gap: clamp(105px, 7.29167vw + 70px, 210px) !important;
          column-gap: clamp(105px, 7.29167vw + 70px, 210px) !important;
}

.ga-fixed-42 {
  gap: 210px !important;
}

.gr-fixed-42 {
  row-gap: 210px !important;
}

.gc-fixed-42 {
  -webkit-column-gap: 210px !important;
     -moz-column-gap: 210px !important;
          column-gap: 210px !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-fixed-43 {
  margin: 215px !important;
}

.mt-fixed-43 {
  margin-top: 215px !important;
}

.mr-fixed-43 {
  margin-right: 215px !important;
}

.mb-fixed-43 {
  margin-bottom: 215px !important;
}

.ml-fixed-43 {
  margin-left: 215px !important;
}

.mx-fixed-43 {
  margin-right: 215px !important;
  margin-left: 215px !important;
}

.my-fixed-43 {
  margin-top: 215px !important;
  margin-bottom: 215px !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-fixed-43 {
  padding: 215px !important;
}

.pt-fixed-43 {
  padding-top: 215px !important;
}

.pr-fixed-43 {
  padding-right: 215px !important;
}

.pb-fixed-43 {
  padding-bottom: 215px !important;
}

.pl-fixed-43 {
  padding-left: 215px !important;
}

.px-fixed-43 {
  padding-right: 215px !important;
  padding-left: 215px !important;
}

.py-fixed-43 {
  padding-top: 215px !important;
  padding-bottom: 215px !important;
}

.ga43 {
  gap: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.gr43 {
  row-gap: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.gc43 {
  -webkit-column-gap: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
     -moz-column-gap: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
          column-gap: clamp(107.5px, 7.46528vw + 71.66667px, 215px) !important;
}

.ga-fixed-43 {
  gap: 215px !important;
}

.gr-fixed-43 {
  row-gap: 215px !important;
}

.gc-fixed-43 {
  -webkit-column-gap: 215px !important;
     -moz-column-gap: 215px !important;
          column-gap: 215px !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-fixed-44 {
  margin: 220px !important;
}

.mt-fixed-44 {
  margin-top: 220px !important;
}

.mr-fixed-44 {
  margin-right: 220px !important;
}

.mb-fixed-44 {
  margin-bottom: 220px !important;
}

.ml-fixed-44 {
  margin-left: 220px !important;
}

.mx-fixed-44 {
  margin-right: 220px !important;
  margin-left: 220px !important;
}

.my-fixed-44 {
  margin-top: 220px !important;
  margin-bottom: 220px !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-fixed-44 {
  padding: 220px !important;
}

.pt-fixed-44 {
  padding-top: 220px !important;
}

.pr-fixed-44 {
  padding-right: 220px !important;
}

.pb-fixed-44 {
  padding-bottom: 220px !important;
}

.pl-fixed-44 {
  padding-left: 220px !important;
}

.px-fixed-44 {
  padding-right: 220px !important;
  padding-left: 220px !important;
}

.py-fixed-44 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

.ga44 {
  gap: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.gr44 {
  row-gap: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.gc44 {
  -webkit-column-gap: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
     -moz-column-gap: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
          column-gap: clamp(110px, 7.63889vw + 73.33333px, 220px) !important;
}

.ga-fixed-44 {
  gap: 220px !important;
}

.gr-fixed-44 {
  row-gap: 220px !important;
}

.gc-fixed-44 {
  -webkit-column-gap: 220px !important;
     -moz-column-gap: 220px !important;
          column-gap: 220px !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-fixed-45 {
  margin: 225px !important;
}

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

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

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

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

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

.my-fixed-45 {
  margin-top: 225px !important;
  margin-bottom: 225px !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-fixed-45 {
  padding: 225px !important;
}

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

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

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

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

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

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

.ga45 {
  gap: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.gr45 {
  row-gap: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.gc45 {
  -webkit-column-gap: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
     -moz-column-gap: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
          column-gap: clamp(112.5px, 7.8125vw + 75px, 225px) !important;
}

.ga-fixed-45 {
  gap: 225px !important;
}

.gr-fixed-45 {
  row-gap: 225px !important;
}

.gc-fixed-45 {
  -webkit-column-gap: 225px !important;
     -moz-column-gap: 225px !important;
          column-gap: 225px !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-fixed-46 {
  margin: 230px !important;
}

.mt-fixed-46 {
  margin-top: 230px !important;
}

.mr-fixed-46 {
  margin-right: 230px !important;
}

.mb-fixed-46 {
  margin-bottom: 230px !important;
}

.ml-fixed-46 {
  margin-left: 230px !important;
}

.mx-fixed-46 {
  margin-right: 230px !important;
  margin-left: 230px !important;
}

.my-fixed-46 {
  margin-top: 230px !important;
  margin-bottom: 230px !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-fixed-46 {
  padding: 230px !important;
}

.pt-fixed-46 {
  padding-top: 230px !important;
}

.pr-fixed-46 {
  padding-right: 230px !important;
}

.pb-fixed-46 {
  padding-bottom: 230px !important;
}

.pl-fixed-46 {
  padding-left: 230px !important;
}

.px-fixed-46 {
  padding-right: 230px !important;
  padding-left: 230px !important;
}

.py-fixed-46 {
  padding-top: 230px !important;
  padding-bottom: 230px !important;
}

.ga46 {
  gap: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.gr46 {
  row-gap: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.gc46 {
  -webkit-column-gap: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
     -moz-column-gap: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
          column-gap: clamp(115px, 7.98611vw + 76.66667px, 230px) !important;
}

.ga-fixed-46 {
  gap: 230px !important;
}

.gr-fixed-46 {
  row-gap: 230px !important;
}

.gc-fixed-46 {
  -webkit-column-gap: 230px !important;
     -moz-column-gap: 230px !important;
          column-gap: 230px !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-fixed-47 {
  margin: 235px !important;
}

.mt-fixed-47 {
  margin-top: 235px !important;
}

.mr-fixed-47 {
  margin-right: 235px !important;
}

.mb-fixed-47 {
  margin-bottom: 235px !important;
}

.ml-fixed-47 {
  margin-left: 235px !important;
}

.mx-fixed-47 {
  margin-right: 235px !important;
  margin-left: 235px !important;
}

.my-fixed-47 {
  margin-top: 235px !important;
  margin-bottom: 235px !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-fixed-47 {
  padding: 235px !important;
}

.pt-fixed-47 {
  padding-top: 235px !important;
}

.pr-fixed-47 {
  padding-right: 235px !important;
}

.pb-fixed-47 {
  padding-bottom: 235px !important;
}

.pl-fixed-47 {
  padding-left: 235px !important;
}

.px-fixed-47 {
  padding-right: 235px !important;
  padding-left: 235px !important;
}

.py-fixed-47 {
  padding-top: 235px !important;
  padding-bottom: 235px !important;
}

.ga47 {
  gap: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.gr47 {
  row-gap: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.gc47 {
  -webkit-column-gap: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
     -moz-column-gap: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
          column-gap: clamp(117.5px, 8.15972vw + 78.33333px, 235px) !important;
}

.ga-fixed-47 {
  gap: 235px !important;
}

.gr-fixed-47 {
  row-gap: 235px !important;
}

.gc-fixed-47 {
  -webkit-column-gap: 235px !important;
     -moz-column-gap: 235px !important;
          column-gap: 235px !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-fixed-48 {
  margin: 240px !important;
}

.mt-fixed-48 {
  margin-top: 240px !important;
}

.mr-fixed-48 {
  margin-right: 240px !important;
}

.mb-fixed-48 {
  margin-bottom: 240px !important;
}

.ml-fixed-48 {
  margin-left: 240px !important;
}

.mx-fixed-48 {
  margin-right: 240px !important;
  margin-left: 240px !important;
}

.my-fixed-48 {
  margin-top: 240px !important;
  margin-bottom: 240px !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-fixed-48 {
  padding: 240px !important;
}

.pt-fixed-48 {
  padding-top: 240px !important;
}

.pr-fixed-48 {
  padding-right: 240px !important;
}

.pb-fixed-48 {
  padding-bottom: 240px !important;
}

.pl-fixed-48 {
  padding-left: 240px !important;
}

.px-fixed-48 {
  padding-right: 240px !important;
  padding-left: 240px !important;
}

.py-fixed-48 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.ga48 {
  gap: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.gr48 {
  row-gap: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.gc48 {
  -webkit-column-gap: clamp(120px, 8.33333vw + 80px, 240px) !important;
     -moz-column-gap: clamp(120px, 8.33333vw + 80px, 240px) !important;
          column-gap: clamp(120px, 8.33333vw + 80px, 240px) !important;
}

.ga-fixed-48 {
  gap: 240px !important;
}

.gr-fixed-48 {
  row-gap: 240px !important;
}

.gc-fixed-48 {
  -webkit-column-gap: 240px !important;
     -moz-column-gap: 240px !important;
          column-gap: 240px !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-fixed-49 {
  margin: 245px !important;
}

.mt-fixed-49 {
  margin-top: 245px !important;
}

.mr-fixed-49 {
  margin-right: 245px !important;
}

.mb-fixed-49 {
  margin-bottom: 245px !important;
}

.ml-fixed-49 {
  margin-left: 245px !important;
}

.mx-fixed-49 {
  margin-right: 245px !important;
  margin-left: 245px !important;
}

.my-fixed-49 {
  margin-top: 245px !important;
  margin-bottom: 245px !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-fixed-49 {
  padding: 245px !important;
}

.pt-fixed-49 {
  padding-top: 245px !important;
}

.pr-fixed-49 {
  padding-right: 245px !important;
}

.pb-fixed-49 {
  padding-bottom: 245px !important;
}

.pl-fixed-49 {
  padding-left: 245px !important;
}

.px-fixed-49 {
  padding-right: 245px !important;
  padding-left: 245px !important;
}

.py-fixed-49 {
  padding-top: 245px !important;
  padding-bottom: 245px !important;
}

.ga49 {
  gap: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.gr49 {
  row-gap: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.gc49 {
  -webkit-column-gap: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
     -moz-column-gap: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
          column-gap: clamp(122.5px, 8.50694vw + 81.66667px, 245px) !important;
}

.ga-fixed-49 {
  gap: 245px !important;
}

.gr-fixed-49 {
  row-gap: 245px !important;
}

.gc-fixed-49 {
  -webkit-column-gap: 245px !important;
     -moz-column-gap: 245px !important;
          column-gap: 245px !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-fixed-50 {
  margin: 250px !important;
}

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

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

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

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

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

.my-fixed-50 {
  margin-top: 250px !important;
  margin-bottom: 250px !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-fixed-50 {
  padding: 250px !important;
}

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

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

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

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

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

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

.ga50 {
  gap: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.gr50 {
  row-gap: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.gc50 {
  -webkit-column-gap: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
     -moz-column-gap: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
          column-gap: clamp(125px, 8.68056vw + 83.33333px, 250px) !important;
}

.ga-fixed-50 {
  gap: 250px !important;
}

.gr-fixed-50 {
  row-gap: 250px !important;
}

.gc-fixed-50 {
  -webkit-column-gap: 250px !important;
     -moz-column-gap: 250px !important;
          column-gap: 250px !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-fixed-51 {
  margin: 255px !important;
}

.mt-fixed-51 {
  margin-top: 255px !important;
}

.mr-fixed-51 {
  margin-right: 255px !important;
}

.mb-fixed-51 {
  margin-bottom: 255px !important;
}

.ml-fixed-51 {
  margin-left: 255px !important;
}

.mx-fixed-51 {
  margin-right: 255px !important;
  margin-left: 255px !important;
}

.my-fixed-51 {
  margin-top: 255px !important;
  margin-bottom: 255px !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-fixed-51 {
  padding: 255px !important;
}

.pt-fixed-51 {
  padding-top: 255px !important;
}

.pr-fixed-51 {
  padding-right: 255px !important;
}

.pb-fixed-51 {
  padding-bottom: 255px !important;
}

.pl-fixed-51 {
  padding-left: 255px !important;
}

.px-fixed-51 {
  padding-right: 255px !important;
  padding-left: 255px !important;
}

.py-fixed-51 {
  padding-top: 255px !important;
  padding-bottom: 255px !important;
}

.ga51 {
  gap: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.gr51 {
  row-gap: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.gc51 {
  -webkit-column-gap: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
     -moz-column-gap: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
          column-gap: clamp(127.5px, 8.85417vw + 85px, 255px) !important;
}

.ga-fixed-51 {
  gap: 255px !important;
}

.gr-fixed-51 {
  row-gap: 255px !important;
}

.gc-fixed-51 {
  -webkit-column-gap: 255px !important;
     -moz-column-gap: 255px !important;
          column-gap: 255px !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-fixed-52 {
  margin: 260px !important;
}

.mt-fixed-52 {
  margin-top: 260px !important;
}

.mr-fixed-52 {
  margin-right: 260px !important;
}

.mb-fixed-52 {
  margin-bottom: 260px !important;
}

.ml-fixed-52 {
  margin-left: 260px !important;
}

.mx-fixed-52 {
  margin-right: 260px !important;
  margin-left: 260px !important;
}

.my-fixed-52 {
  margin-top: 260px !important;
  margin-bottom: 260px !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-fixed-52 {
  padding: 260px !important;
}

.pt-fixed-52 {
  padding-top: 260px !important;
}

.pr-fixed-52 {
  padding-right: 260px !important;
}

.pb-fixed-52 {
  padding-bottom: 260px !important;
}

.pl-fixed-52 {
  padding-left: 260px !important;
}

.px-fixed-52 {
  padding-right: 260px !important;
  padding-left: 260px !important;
}

.py-fixed-52 {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}

.ga52 {
  gap: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.gr52 {
  row-gap: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.gc52 {
  -webkit-column-gap: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
     -moz-column-gap: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
          column-gap: clamp(130px, 9.02778vw + 86.66667px, 260px) !important;
}

.ga-fixed-52 {
  gap: 260px !important;
}

.gr-fixed-52 {
  row-gap: 260px !important;
}

.gc-fixed-52 {
  -webkit-column-gap: 260px !important;
     -moz-column-gap: 260px !important;
          column-gap: 260px !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-fixed-53 {
  margin: 265px !important;
}

.mt-fixed-53 {
  margin-top: 265px !important;
}

.mr-fixed-53 {
  margin-right: 265px !important;
}

.mb-fixed-53 {
  margin-bottom: 265px !important;
}

.ml-fixed-53 {
  margin-left: 265px !important;
}

.mx-fixed-53 {
  margin-right: 265px !important;
  margin-left: 265px !important;
}

.my-fixed-53 {
  margin-top: 265px !important;
  margin-bottom: 265px !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-fixed-53 {
  padding: 265px !important;
}

.pt-fixed-53 {
  padding-top: 265px !important;
}

.pr-fixed-53 {
  padding-right: 265px !important;
}

.pb-fixed-53 {
  padding-bottom: 265px !important;
}

.pl-fixed-53 {
  padding-left: 265px !important;
}

.px-fixed-53 {
  padding-right: 265px !important;
  padding-left: 265px !important;
}

.py-fixed-53 {
  padding-top: 265px !important;
  padding-bottom: 265px !important;
}

.ga53 {
  gap: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.gr53 {
  row-gap: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.gc53 {
  -webkit-column-gap: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
     -moz-column-gap: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
          column-gap: clamp(132.5px, 9.20139vw + 88.33333px, 265px) !important;
}

.ga-fixed-53 {
  gap: 265px !important;
}

.gr-fixed-53 {
  row-gap: 265px !important;
}

.gc-fixed-53 {
  -webkit-column-gap: 265px !important;
     -moz-column-gap: 265px !important;
          column-gap: 265px !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-fixed-54 {
  margin: 270px !important;
}

.mt-fixed-54 {
  margin-top: 270px !important;
}

.mr-fixed-54 {
  margin-right: 270px !important;
}

.mb-fixed-54 {
  margin-bottom: 270px !important;
}

.ml-fixed-54 {
  margin-left: 270px !important;
}

.mx-fixed-54 {
  margin-right: 270px !important;
  margin-left: 270px !important;
}

.my-fixed-54 {
  margin-top: 270px !important;
  margin-bottom: 270px !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-fixed-54 {
  padding: 270px !important;
}

.pt-fixed-54 {
  padding-top: 270px !important;
}

.pr-fixed-54 {
  padding-right: 270px !important;
}

.pb-fixed-54 {
  padding-bottom: 270px !important;
}

.pl-fixed-54 {
  padding-left: 270px !important;
}

.px-fixed-54 {
  padding-right: 270px !important;
  padding-left: 270px !important;
}

.py-fixed-54 {
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}

.ga54 {
  gap: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.gr54 {
  row-gap: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.gc54 {
  -webkit-column-gap: clamp(135px, 9.375vw + 90px, 270px) !important;
     -moz-column-gap: clamp(135px, 9.375vw + 90px, 270px) !important;
          column-gap: clamp(135px, 9.375vw + 90px, 270px) !important;
}

.ga-fixed-54 {
  gap: 270px !important;
}

.gr-fixed-54 {
  row-gap: 270px !important;
}

.gc-fixed-54 {
  -webkit-column-gap: 270px !important;
     -moz-column-gap: 270px !important;
          column-gap: 270px !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-fixed-55 {
  margin: 275px !important;
}

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

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

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

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

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

.my-fixed-55 {
  margin-top: 275px !important;
  margin-bottom: 275px !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-fixed-55 {
  padding: 275px !important;
}

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

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

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

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

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

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

.ga55 {
  gap: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.gr55 {
  row-gap: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.gc55 {
  -webkit-column-gap: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
     -moz-column-gap: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
          column-gap: clamp(137.5px, 9.54861vw + 91.66667px, 275px) !important;
}

.ga-fixed-55 {
  gap: 275px !important;
}

.gr-fixed-55 {
  row-gap: 275px !important;
}

.gc-fixed-55 {
  -webkit-column-gap: 275px !important;
     -moz-column-gap: 275px !important;
          column-gap: 275px !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-fixed-56 {
  margin: 280px !important;
}

.mt-fixed-56 {
  margin-top: 280px !important;
}

.mr-fixed-56 {
  margin-right: 280px !important;
}

.mb-fixed-56 {
  margin-bottom: 280px !important;
}

.ml-fixed-56 {
  margin-left: 280px !important;
}

.mx-fixed-56 {
  margin-right: 280px !important;
  margin-left: 280px !important;
}

.my-fixed-56 {
  margin-top: 280px !important;
  margin-bottom: 280px !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-fixed-56 {
  padding: 280px !important;
}

.pt-fixed-56 {
  padding-top: 280px !important;
}

.pr-fixed-56 {
  padding-right: 280px !important;
}

.pb-fixed-56 {
  padding-bottom: 280px !important;
}

.pl-fixed-56 {
  padding-left: 280px !important;
}

.px-fixed-56 {
  padding-right: 280px !important;
  padding-left: 280px !important;
}

.py-fixed-56 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

.ga56 {
  gap: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.gr56 {
  row-gap: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.gc56 {
  -webkit-column-gap: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
     -moz-column-gap: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
          column-gap: clamp(140px, 9.72222vw + 93.33333px, 280px) !important;
}

.ga-fixed-56 {
  gap: 280px !important;
}

.gr-fixed-56 {
  row-gap: 280px !important;
}

.gc-fixed-56 {
  -webkit-column-gap: 280px !important;
     -moz-column-gap: 280px !important;
          column-gap: 280px !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-fixed-57 {
  margin: 285px !important;
}

.mt-fixed-57 {
  margin-top: 285px !important;
}

.mr-fixed-57 {
  margin-right: 285px !important;
}

.mb-fixed-57 {
  margin-bottom: 285px !important;
}

.ml-fixed-57 {
  margin-left: 285px !important;
}

.mx-fixed-57 {
  margin-right: 285px !important;
  margin-left: 285px !important;
}

.my-fixed-57 {
  margin-top: 285px !important;
  margin-bottom: 285px !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-fixed-57 {
  padding: 285px !important;
}

.pt-fixed-57 {
  padding-top: 285px !important;
}

.pr-fixed-57 {
  padding-right: 285px !important;
}

.pb-fixed-57 {
  padding-bottom: 285px !important;
}

.pl-fixed-57 {
  padding-left: 285px !important;
}

.px-fixed-57 {
  padding-right: 285px !important;
  padding-left: 285px !important;
}

.py-fixed-57 {
  padding-top: 285px !important;
  padding-bottom: 285px !important;
}

.ga57 {
  gap: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.gr57 {
  row-gap: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.gc57 {
  -webkit-column-gap: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
     -moz-column-gap: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
          column-gap: clamp(142.5px, 9.89583vw + 95px, 285px) !important;
}

.ga-fixed-57 {
  gap: 285px !important;
}

.gr-fixed-57 {
  row-gap: 285px !important;
}

.gc-fixed-57 {
  -webkit-column-gap: 285px !important;
     -moz-column-gap: 285px !important;
          column-gap: 285px !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-fixed-58 {
  margin: 290px !important;
}

.mt-fixed-58 {
  margin-top: 290px !important;
}

.mr-fixed-58 {
  margin-right: 290px !important;
}

.mb-fixed-58 {
  margin-bottom: 290px !important;
}

.ml-fixed-58 {
  margin-left: 290px !important;
}

.mx-fixed-58 {
  margin-right: 290px !important;
  margin-left: 290px !important;
}

.my-fixed-58 {
  margin-top: 290px !important;
  margin-bottom: 290px !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-fixed-58 {
  padding: 290px !important;
}

.pt-fixed-58 {
  padding-top: 290px !important;
}

.pr-fixed-58 {
  padding-right: 290px !important;
}

.pb-fixed-58 {
  padding-bottom: 290px !important;
}

.pl-fixed-58 {
  padding-left: 290px !important;
}

.px-fixed-58 {
  padding-right: 290px !important;
  padding-left: 290px !important;
}

.py-fixed-58 {
  padding-top: 290px !important;
  padding-bottom: 290px !important;
}

.ga58 {
  gap: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.gr58 {
  row-gap: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.gc58 {
  -webkit-column-gap: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
     -moz-column-gap: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
          column-gap: clamp(145px, 10.06944vw + 96.66667px, 290px) !important;
}

.ga-fixed-58 {
  gap: 290px !important;
}

.gr-fixed-58 {
  row-gap: 290px !important;
}

.gc-fixed-58 {
  -webkit-column-gap: 290px !important;
     -moz-column-gap: 290px !important;
          column-gap: 290px !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-fixed-59 {
  margin: 295px !important;
}

.mt-fixed-59 {
  margin-top: 295px !important;
}

.mr-fixed-59 {
  margin-right: 295px !important;
}

.mb-fixed-59 {
  margin-bottom: 295px !important;
}

.ml-fixed-59 {
  margin-left: 295px !important;
}

.mx-fixed-59 {
  margin-right: 295px !important;
  margin-left: 295px !important;
}

.my-fixed-59 {
  margin-top: 295px !important;
  margin-bottom: 295px !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-fixed-59 {
  padding: 295px !important;
}

.pt-fixed-59 {
  padding-top: 295px !important;
}

.pr-fixed-59 {
  padding-right: 295px !important;
}

.pb-fixed-59 {
  padding-bottom: 295px !important;
}

.pl-fixed-59 {
  padding-left: 295px !important;
}

.px-fixed-59 {
  padding-right: 295px !important;
  padding-left: 295px !important;
}

.py-fixed-59 {
  padding-top: 295px !important;
  padding-bottom: 295px !important;
}

.ga59 {
  gap: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.gr59 {
  row-gap: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.gc59 {
  -webkit-column-gap: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
     -moz-column-gap: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
          column-gap: clamp(147.5px, 10.24306vw + 98.33333px, 295px) !important;
}

.ga-fixed-59 {
  gap: 295px !important;
}

.gr-fixed-59 {
  row-gap: 295px !important;
}

.gc-fixed-59 {
  -webkit-column-gap: 295px !important;
     -moz-column-gap: 295px !important;
          column-gap: 295px !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-fixed-60 {
  margin: 300px !important;
}

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

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

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

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

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

.my-fixed-60 {
  margin-top: 300px !important;
  margin-bottom: 300px !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-fixed-60 {
  padding: 300px !important;
}

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

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

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

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

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

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

.ga60 {
  gap: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.gr60 {
  row-gap: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.gc60 {
  -webkit-column-gap: clamp(150px, 10.41667vw + 100px, 300px) !important;
     -moz-column-gap: clamp(150px, 10.41667vw + 100px, 300px) !important;
          column-gap: clamp(150px, 10.41667vw + 100px, 300px) !important;
}

.ga-fixed-60 {
  gap: 300px !important;
}

.gr-fixed-60 {
  row-gap: 300px !important;
}

.gc-fixed-60 {
  -webkit-column-gap: 300px !important;
     -moz-column-gap: 300px !important;
          column-gap: 300px !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-fixed-61 {
  margin: 305px !important;
}

.mt-fixed-61 {
  margin-top: 305px !important;
}

.mr-fixed-61 {
  margin-right: 305px !important;
}

.mb-fixed-61 {
  margin-bottom: 305px !important;
}

.ml-fixed-61 {
  margin-left: 305px !important;
}

.mx-fixed-61 {
  margin-right: 305px !important;
  margin-left: 305px !important;
}

.my-fixed-61 {
  margin-top: 305px !important;
  margin-bottom: 305px !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-fixed-61 {
  padding: 305px !important;
}

.pt-fixed-61 {
  padding-top: 305px !important;
}

.pr-fixed-61 {
  padding-right: 305px !important;
}

.pb-fixed-61 {
  padding-bottom: 305px !important;
}

.pl-fixed-61 {
  padding-left: 305px !important;
}

.px-fixed-61 {
  padding-right: 305px !important;
  padding-left: 305px !important;
}

.py-fixed-61 {
  padding-top: 305px !important;
  padding-bottom: 305px !important;
}

.ga61 {
  gap: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.gr61 {
  row-gap: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.gc61 {
  -webkit-column-gap: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
     -moz-column-gap: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
          column-gap: clamp(152.5px, 10.59028vw + 101.66667px, 305px) !important;
}

.ga-fixed-61 {
  gap: 305px !important;
}

.gr-fixed-61 {
  row-gap: 305px !important;
}

.gc-fixed-61 {
  -webkit-column-gap: 305px !important;
     -moz-column-gap: 305px !important;
          column-gap: 305px !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-fixed-62 {
  margin: 310px !important;
}

.mt-fixed-62 {
  margin-top: 310px !important;
}

.mr-fixed-62 {
  margin-right: 310px !important;
}

.mb-fixed-62 {
  margin-bottom: 310px !important;
}

.ml-fixed-62 {
  margin-left: 310px !important;
}

.mx-fixed-62 {
  margin-right: 310px !important;
  margin-left: 310px !important;
}

.my-fixed-62 {
  margin-top: 310px !important;
  margin-bottom: 310px !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-fixed-62 {
  padding: 310px !important;
}

.pt-fixed-62 {
  padding-top: 310px !important;
}

.pr-fixed-62 {
  padding-right: 310px !important;
}

.pb-fixed-62 {
  padding-bottom: 310px !important;
}

.pl-fixed-62 {
  padding-left: 310px !important;
}

.px-fixed-62 {
  padding-right: 310px !important;
  padding-left: 310px !important;
}

.py-fixed-62 {
  padding-top: 310px !important;
  padding-bottom: 310px !important;
}

.ga62 {
  gap: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.gr62 {
  row-gap: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.gc62 {
  -webkit-column-gap: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
     -moz-column-gap: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
          column-gap: clamp(155px, 10.76389vw + 103.33333px, 310px) !important;
}

.ga-fixed-62 {
  gap: 310px !important;
}

.gr-fixed-62 {
  row-gap: 310px !important;
}

.gc-fixed-62 {
  -webkit-column-gap: 310px !important;
     -moz-column-gap: 310px !important;
          column-gap: 310px !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-fixed-63 {
  margin: 315px !important;
}

.mt-fixed-63 {
  margin-top: 315px !important;
}

.mr-fixed-63 {
  margin-right: 315px !important;
}

.mb-fixed-63 {
  margin-bottom: 315px !important;
}

.ml-fixed-63 {
  margin-left: 315px !important;
}

.mx-fixed-63 {
  margin-right: 315px !important;
  margin-left: 315px !important;
}

.my-fixed-63 {
  margin-top: 315px !important;
  margin-bottom: 315px !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-fixed-63 {
  padding: 315px !important;
}

.pt-fixed-63 {
  padding-top: 315px !important;
}

.pr-fixed-63 {
  padding-right: 315px !important;
}

.pb-fixed-63 {
  padding-bottom: 315px !important;
}

.pl-fixed-63 {
  padding-left: 315px !important;
}

.px-fixed-63 {
  padding-right: 315px !important;
  padding-left: 315px !important;
}

.py-fixed-63 {
  padding-top: 315px !important;
  padding-bottom: 315px !important;
}

.ga63 {
  gap: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.gr63 {
  row-gap: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.gc63 {
  -webkit-column-gap: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
     -moz-column-gap: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
          column-gap: clamp(157.5px, 10.9375vw + 105px, 315px) !important;
}

.ga-fixed-63 {
  gap: 315px !important;
}

.gr-fixed-63 {
  row-gap: 315px !important;
}

.gc-fixed-63 {
  -webkit-column-gap: 315px !important;
     -moz-column-gap: 315px !important;
          column-gap: 315px !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-fixed-64 {
  margin: 320px !important;
}

.mt-fixed-64 {
  margin-top: 320px !important;
}

.mr-fixed-64 {
  margin-right: 320px !important;
}

.mb-fixed-64 {
  margin-bottom: 320px !important;
}

.ml-fixed-64 {
  margin-left: 320px !important;
}

.mx-fixed-64 {
  margin-right: 320px !important;
  margin-left: 320px !important;
}

.my-fixed-64 {
  margin-top: 320px !important;
  margin-bottom: 320px !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-fixed-64 {
  padding: 320px !important;
}

.pt-fixed-64 {
  padding-top: 320px !important;
}

.pr-fixed-64 {
  padding-right: 320px !important;
}

.pb-fixed-64 {
  padding-bottom: 320px !important;
}

.pl-fixed-64 {
  padding-left: 320px !important;
}

.px-fixed-64 {
  padding-right: 320px !important;
  padding-left: 320px !important;
}

.py-fixed-64 {
  padding-top: 320px !important;
  padding-bottom: 320px !important;
}

.ga64 {
  gap: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.gr64 {
  row-gap: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.gc64 {
  -webkit-column-gap: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
     -moz-column-gap: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
          column-gap: clamp(160px, 11.11111vw + 106.66667px, 320px) !important;
}

.ga-fixed-64 {
  gap: 320px !important;
}

.gr-fixed-64 {
  row-gap: 320px !important;
}

.gc-fixed-64 {
  -webkit-column-gap: 320px !important;
     -moz-column-gap: 320px !important;
          column-gap: 320px !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-fixed-65 {
  margin: 325px !important;
}

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

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

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

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

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

.my-fixed-65 {
  margin-top: 325px !important;
  margin-bottom: 325px !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-fixed-65 {
  padding: 325px !important;
}

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

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

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

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

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

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

.ga65 {
  gap: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.gr65 {
  row-gap: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.gc65 {
  -webkit-column-gap: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
     -moz-column-gap: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
          column-gap: clamp(162.5px, 11.28472vw + 108.33333px, 325px) !important;
}

.ga-fixed-65 {
  gap: 325px !important;
}

.gr-fixed-65 {
  row-gap: 325px !important;
}

.gc-fixed-65 {
  -webkit-column-gap: 325px !important;
     -moz-column-gap: 325px !important;
          column-gap: 325px !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-fixed-66 {
  margin: 330px !important;
}

.mt-fixed-66 {
  margin-top: 330px !important;
}

.mr-fixed-66 {
  margin-right: 330px !important;
}

.mb-fixed-66 {
  margin-bottom: 330px !important;
}

.ml-fixed-66 {
  margin-left: 330px !important;
}

.mx-fixed-66 {
  margin-right: 330px !important;
  margin-left: 330px !important;
}

.my-fixed-66 {
  margin-top: 330px !important;
  margin-bottom: 330px !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-fixed-66 {
  padding: 330px !important;
}

.pt-fixed-66 {
  padding-top: 330px !important;
}

.pr-fixed-66 {
  padding-right: 330px !important;
}

.pb-fixed-66 {
  padding-bottom: 330px !important;
}

.pl-fixed-66 {
  padding-left: 330px !important;
}

.px-fixed-66 {
  padding-right: 330px !important;
  padding-left: 330px !important;
}

.py-fixed-66 {
  padding-top: 330px !important;
  padding-bottom: 330px !important;
}

.ga66 {
  gap: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.gr66 {
  row-gap: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.gc66 {
  -webkit-column-gap: clamp(165px, 11.45833vw + 110px, 330px) !important;
     -moz-column-gap: clamp(165px, 11.45833vw + 110px, 330px) !important;
          column-gap: clamp(165px, 11.45833vw + 110px, 330px) !important;
}

.ga-fixed-66 {
  gap: 330px !important;
}

.gr-fixed-66 {
  row-gap: 330px !important;
}

.gc-fixed-66 {
  -webkit-column-gap: 330px !important;
     -moz-column-gap: 330px !important;
          column-gap: 330px !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-fixed-67 {
  margin: 335px !important;
}

.mt-fixed-67 {
  margin-top: 335px !important;
}

.mr-fixed-67 {
  margin-right: 335px !important;
}

.mb-fixed-67 {
  margin-bottom: 335px !important;
}

.ml-fixed-67 {
  margin-left: 335px !important;
}

.mx-fixed-67 {
  margin-right: 335px !important;
  margin-left: 335px !important;
}

.my-fixed-67 {
  margin-top: 335px !important;
  margin-bottom: 335px !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-fixed-67 {
  padding: 335px !important;
}

.pt-fixed-67 {
  padding-top: 335px !important;
}

.pr-fixed-67 {
  padding-right: 335px !important;
}

.pb-fixed-67 {
  padding-bottom: 335px !important;
}

.pl-fixed-67 {
  padding-left: 335px !important;
}

.px-fixed-67 {
  padding-right: 335px !important;
  padding-left: 335px !important;
}

.py-fixed-67 {
  padding-top: 335px !important;
  padding-bottom: 335px !important;
}

.ga67 {
  gap: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.gr67 {
  row-gap: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.gc67 {
  -webkit-column-gap: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
     -moz-column-gap: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
          column-gap: clamp(167.5px, 11.63194vw + 111.66667px, 335px) !important;
}

.ga-fixed-67 {
  gap: 335px !important;
}

.gr-fixed-67 {
  row-gap: 335px !important;
}

.gc-fixed-67 {
  -webkit-column-gap: 335px !important;
     -moz-column-gap: 335px !important;
          column-gap: 335px !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-fixed-68 {
  margin: 340px !important;
}

.mt-fixed-68 {
  margin-top: 340px !important;
}

.mr-fixed-68 {
  margin-right: 340px !important;
}

.mb-fixed-68 {
  margin-bottom: 340px !important;
}

.ml-fixed-68 {
  margin-left: 340px !important;
}

.mx-fixed-68 {
  margin-right: 340px !important;
  margin-left: 340px !important;
}

.my-fixed-68 {
  margin-top: 340px !important;
  margin-bottom: 340px !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-fixed-68 {
  padding: 340px !important;
}

.pt-fixed-68 {
  padding-top: 340px !important;
}

.pr-fixed-68 {
  padding-right: 340px !important;
}

.pb-fixed-68 {
  padding-bottom: 340px !important;
}

.pl-fixed-68 {
  padding-left: 340px !important;
}

.px-fixed-68 {
  padding-right: 340px !important;
  padding-left: 340px !important;
}

.py-fixed-68 {
  padding-top: 340px !important;
  padding-bottom: 340px !important;
}

.ga68 {
  gap: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.gr68 {
  row-gap: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.gc68 {
  -webkit-column-gap: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
     -moz-column-gap: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
          column-gap: clamp(170px, 11.80556vw + 113.33333px, 340px) !important;
}

.ga-fixed-68 {
  gap: 340px !important;
}

.gr-fixed-68 {
  row-gap: 340px !important;
}

.gc-fixed-68 {
  -webkit-column-gap: 340px !important;
     -moz-column-gap: 340px !important;
          column-gap: 340px !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-fixed-69 {
  margin: 345px !important;
}

.mt-fixed-69 {
  margin-top: 345px !important;
}

.mr-fixed-69 {
  margin-right: 345px !important;
}

.mb-fixed-69 {
  margin-bottom: 345px !important;
}

.ml-fixed-69 {
  margin-left: 345px !important;
}

.mx-fixed-69 {
  margin-right: 345px !important;
  margin-left: 345px !important;
}

.my-fixed-69 {
  margin-top: 345px !important;
  margin-bottom: 345px !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-fixed-69 {
  padding: 345px !important;
}

.pt-fixed-69 {
  padding-top: 345px !important;
}

.pr-fixed-69 {
  padding-right: 345px !important;
}

.pb-fixed-69 {
  padding-bottom: 345px !important;
}

.pl-fixed-69 {
  padding-left: 345px !important;
}

.px-fixed-69 {
  padding-right: 345px !important;
  padding-left: 345px !important;
}

.py-fixed-69 {
  padding-top: 345px !important;
  padding-bottom: 345px !important;
}

.ga69 {
  gap: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.gr69 {
  row-gap: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.gc69 {
  -webkit-column-gap: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
     -moz-column-gap: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
          column-gap: clamp(172.5px, 11.97917vw + 115px, 345px) !important;
}

.ga-fixed-69 {
  gap: 345px !important;
}

.gr-fixed-69 {
  row-gap: 345px !important;
}

.gc-fixed-69 {
  -webkit-column-gap: 345px !important;
     -moz-column-gap: 345px !important;
          column-gap: 345px !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-fixed-70 {
  margin: 350px !important;
}

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

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

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

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

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

.my-fixed-70 {
  margin-top: 350px !important;
  margin-bottom: 350px !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-fixed-70 {
  padding: 350px !important;
}

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

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

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

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

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

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

.ga70 {
  gap: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.gr70 {
  row-gap: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.gc70 {
  -webkit-column-gap: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
     -moz-column-gap: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
          column-gap: clamp(175px, 12.15278vw + 116.66667px, 350px) !important;
}

.ga-fixed-70 {
  gap: 350px !important;
}

.gr-fixed-70 {
  row-gap: 350px !important;
}

.gc-fixed-70 {
  -webkit-column-gap: 350px !important;
     -moz-column-gap: 350px !important;
          column-gap: 350px !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-fixed-71 {
  margin: 355px !important;
}

.mt-fixed-71 {
  margin-top: 355px !important;
}

.mr-fixed-71 {
  margin-right: 355px !important;
}

.mb-fixed-71 {
  margin-bottom: 355px !important;
}

.ml-fixed-71 {
  margin-left: 355px !important;
}

.mx-fixed-71 {
  margin-right: 355px !important;
  margin-left: 355px !important;
}

.my-fixed-71 {
  margin-top: 355px !important;
  margin-bottom: 355px !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-fixed-71 {
  padding: 355px !important;
}

.pt-fixed-71 {
  padding-top: 355px !important;
}

.pr-fixed-71 {
  padding-right: 355px !important;
}

.pb-fixed-71 {
  padding-bottom: 355px !important;
}

.pl-fixed-71 {
  padding-left: 355px !important;
}

.px-fixed-71 {
  padding-right: 355px !important;
  padding-left: 355px !important;
}

.py-fixed-71 {
  padding-top: 355px !important;
  padding-bottom: 355px !important;
}

.ga71 {
  gap: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.gr71 {
  row-gap: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.gc71 {
  -webkit-column-gap: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
     -moz-column-gap: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
          column-gap: clamp(177.5px, 12.32639vw + 118.33333px, 355px) !important;
}

.ga-fixed-71 {
  gap: 355px !important;
}

.gr-fixed-71 {
  row-gap: 355px !important;
}

.gc-fixed-71 {
  -webkit-column-gap: 355px !important;
     -moz-column-gap: 355px !important;
          column-gap: 355px !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-fixed-72 {
  margin: 360px !important;
}

.mt-fixed-72 {
  margin-top: 360px !important;
}

.mr-fixed-72 {
  margin-right: 360px !important;
}

.mb-fixed-72 {
  margin-bottom: 360px !important;
}

.ml-fixed-72 {
  margin-left: 360px !important;
}

.mx-fixed-72 {
  margin-right: 360px !important;
  margin-left: 360px !important;
}

.my-fixed-72 {
  margin-top: 360px !important;
  margin-bottom: 360px !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-fixed-72 {
  padding: 360px !important;
}

.pt-fixed-72 {
  padding-top: 360px !important;
}

.pr-fixed-72 {
  padding-right: 360px !important;
}

.pb-fixed-72 {
  padding-bottom: 360px !important;
}

.pl-fixed-72 {
  padding-left: 360px !important;
}

.px-fixed-72 {
  padding-right: 360px !important;
  padding-left: 360px !important;
}

.py-fixed-72 {
  padding-top: 360px !important;
  padding-bottom: 360px !important;
}

.ga72 {
  gap: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.gr72 {
  row-gap: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.gc72 {
  -webkit-column-gap: clamp(180px, 12.5vw + 120px, 360px) !important;
     -moz-column-gap: clamp(180px, 12.5vw + 120px, 360px) !important;
          column-gap: clamp(180px, 12.5vw + 120px, 360px) !important;
}

.ga-fixed-72 {
  gap: 360px !important;
}

.gr-fixed-72 {
  row-gap: 360px !important;
}

.gc-fixed-72 {
  -webkit-column-gap: 360px !important;
     -moz-column-gap: 360px !important;
          column-gap: 360px !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-fixed-73 {
  margin: 365px !important;
}

.mt-fixed-73 {
  margin-top: 365px !important;
}

.mr-fixed-73 {
  margin-right: 365px !important;
}

.mb-fixed-73 {
  margin-bottom: 365px !important;
}

.ml-fixed-73 {
  margin-left: 365px !important;
}

.mx-fixed-73 {
  margin-right: 365px !important;
  margin-left: 365px !important;
}

.my-fixed-73 {
  margin-top: 365px !important;
  margin-bottom: 365px !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-fixed-73 {
  padding: 365px !important;
}

.pt-fixed-73 {
  padding-top: 365px !important;
}

.pr-fixed-73 {
  padding-right: 365px !important;
}

.pb-fixed-73 {
  padding-bottom: 365px !important;
}

.pl-fixed-73 {
  padding-left: 365px !important;
}

.px-fixed-73 {
  padding-right: 365px !important;
  padding-left: 365px !important;
}

.py-fixed-73 {
  padding-top: 365px !important;
  padding-bottom: 365px !important;
}

.ga73 {
  gap: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.gr73 {
  row-gap: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.gc73 {
  -webkit-column-gap: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
     -moz-column-gap: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
          column-gap: clamp(182.5px, 12.67361vw + 121.66667px, 365px) !important;
}

.ga-fixed-73 {
  gap: 365px !important;
}

.gr-fixed-73 {
  row-gap: 365px !important;
}

.gc-fixed-73 {
  -webkit-column-gap: 365px !important;
     -moz-column-gap: 365px !important;
          column-gap: 365px !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-fixed-74 {
  margin: 370px !important;
}

.mt-fixed-74 {
  margin-top: 370px !important;
}

.mr-fixed-74 {
  margin-right: 370px !important;
}

.mb-fixed-74 {
  margin-bottom: 370px !important;
}

.ml-fixed-74 {
  margin-left: 370px !important;
}

.mx-fixed-74 {
  margin-right: 370px !important;
  margin-left: 370px !important;
}

.my-fixed-74 {
  margin-top: 370px !important;
  margin-bottom: 370px !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-fixed-74 {
  padding: 370px !important;
}

.pt-fixed-74 {
  padding-top: 370px !important;
}

.pr-fixed-74 {
  padding-right: 370px !important;
}

.pb-fixed-74 {
  padding-bottom: 370px !important;
}

.pl-fixed-74 {
  padding-left: 370px !important;
}

.px-fixed-74 {
  padding-right: 370px !important;
  padding-left: 370px !important;
}

.py-fixed-74 {
  padding-top: 370px !important;
  padding-bottom: 370px !important;
}

.ga74 {
  gap: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.gr74 {
  row-gap: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.gc74 {
  -webkit-column-gap: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
     -moz-column-gap: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
          column-gap: clamp(185px, 12.84722vw + 123.33333px, 370px) !important;
}

.ga-fixed-74 {
  gap: 370px !important;
}

.gr-fixed-74 {
  row-gap: 370px !important;
}

.gc-fixed-74 {
  -webkit-column-gap: 370px !important;
     -moz-column-gap: 370px !important;
          column-gap: 370px !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-fixed-75 {
  margin: 375px !important;
}

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

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

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

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

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

.my-fixed-75 {
  margin-top: 375px !important;
  margin-bottom: 375px !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-fixed-75 {
  padding: 375px !important;
}

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

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

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

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

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

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

.ga75 {
  gap: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.gr75 {
  row-gap: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.gc75 {
  -webkit-column-gap: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
     -moz-column-gap: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
          column-gap: clamp(187.5px, 13.02083vw + 125px, 375px) !important;
}

.ga-fixed-75 {
  gap: 375px !important;
}

.gr-fixed-75 {
  row-gap: 375px !important;
}

.gc-fixed-75 {
  -webkit-column-gap: 375px !important;
     -moz-column-gap: 375px !important;
          column-gap: 375px !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-fixed-76 {
  margin: 380px !important;
}

.mt-fixed-76 {
  margin-top: 380px !important;
}

.mr-fixed-76 {
  margin-right: 380px !important;
}

.mb-fixed-76 {
  margin-bottom: 380px !important;
}

.ml-fixed-76 {
  margin-left: 380px !important;
}

.mx-fixed-76 {
  margin-right: 380px !important;
  margin-left: 380px !important;
}

.my-fixed-76 {
  margin-top: 380px !important;
  margin-bottom: 380px !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-fixed-76 {
  padding: 380px !important;
}

.pt-fixed-76 {
  padding-top: 380px !important;
}

.pr-fixed-76 {
  padding-right: 380px !important;
}

.pb-fixed-76 {
  padding-bottom: 380px !important;
}

.pl-fixed-76 {
  padding-left: 380px !important;
}

.px-fixed-76 {
  padding-right: 380px !important;
  padding-left: 380px !important;
}

.py-fixed-76 {
  padding-top: 380px !important;
  padding-bottom: 380px !important;
}

.ga76 {
  gap: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.gr76 {
  row-gap: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.gc76 {
  -webkit-column-gap: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
     -moz-column-gap: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
          column-gap: clamp(190px, 13.19444vw + 126.66667px, 380px) !important;
}

.ga-fixed-76 {
  gap: 380px !important;
}

.gr-fixed-76 {
  row-gap: 380px !important;
}

.gc-fixed-76 {
  -webkit-column-gap: 380px !important;
     -moz-column-gap: 380px !important;
          column-gap: 380px !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-fixed-77 {
  margin: 385px !important;
}

.mt-fixed-77 {
  margin-top: 385px !important;
}

.mr-fixed-77 {
  margin-right: 385px !important;
}

.mb-fixed-77 {
  margin-bottom: 385px !important;
}

.ml-fixed-77 {
  margin-left: 385px !important;
}

.mx-fixed-77 {
  margin-right: 385px !important;
  margin-left: 385px !important;
}

.my-fixed-77 {
  margin-top: 385px !important;
  margin-bottom: 385px !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-fixed-77 {
  padding: 385px !important;
}

.pt-fixed-77 {
  padding-top: 385px !important;
}

.pr-fixed-77 {
  padding-right: 385px !important;
}

.pb-fixed-77 {
  padding-bottom: 385px !important;
}

.pl-fixed-77 {
  padding-left: 385px !important;
}

.px-fixed-77 {
  padding-right: 385px !important;
  padding-left: 385px !important;
}

.py-fixed-77 {
  padding-top: 385px !important;
  padding-bottom: 385px !important;
}

.ga77 {
  gap: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.gr77 {
  row-gap: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.gc77 {
  -webkit-column-gap: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
     -moz-column-gap: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
          column-gap: clamp(192.5px, 13.36806vw + 128.33333px, 385px) !important;
}

.ga-fixed-77 {
  gap: 385px !important;
}

.gr-fixed-77 {
  row-gap: 385px !important;
}

.gc-fixed-77 {
  -webkit-column-gap: 385px !important;
     -moz-column-gap: 385px !important;
          column-gap: 385px !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-fixed-78 {
  margin: 390px !important;
}

.mt-fixed-78 {
  margin-top: 390px !important;
}

.mr-fixed-78 {
  margin-right: 390px !important;
}

.mb-fixed-78 {
  margin-bottom: 390px !important;
}

.ml-fixed-78 {
  margin-left: 390px !important;
}

.mx-fixed-78 {
  margin-right: 390px !important;
  margin-left: 390px !important;
}

.my-fixed-78 {
  margin-top: 390px !important;
  margin-bottom: 390px !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-fixed-78 {
  padding: 390px !important;
}

.pt-fixed-78 {
  padding-top: 390px !important;
}

.pr-fixed-78 {
  padding-right: 390px !important;
}

.pb-fixed-78 {
  padding-bottom: 390px !important;
}

.pl-fixed-78 {
  padding-left: 390px !important;
}

.px-fixed-78 {
  padding-right: 390px !important;
  padding-left: 390px !important;
}

.py-fixed-78 {
  padding-top: 390px !important;
  padding-bottom: 390px !important;
}

.ga78 {
  gap: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.gr78 {
  row-gap: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.gc78 {
  -webkit-column-gap: clamp(195px, 13.54167vw + 130px, 390px) !important;
     -moz-column-gap: clamp(195px, 13.54167vw + 130px, 390px) !important;
          column-gap: clamp(195px, 13.54167vw + 130px, 390px) !important;
}

.ga-fixed-78 {
  gap: 390px !important;
}

.gr-fixed-78 {
  row-gap: 390px !important;
}

.gc-fixed-78 {
  -webkit-column-gap: 390px !important;
     -moz-column-gap: 390px !important;
          column-gap: 390px !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-fixed-79 {
  margin: 395px !important;
}

.mt-fixed-79 {
  margin-top: 395px !important;
}

.mr-fixed-79 {
  margin-right: 395px !important;
}

.mb-fixed-79 {
  margin-bottom: 395px !important;
}

.ml-fixed-79 {
  margin-left: 395px !important;
}

.mx-fixed-79 {
  margin-right: 395px !important;
  margin-left: 395px !important;
}

.my-fixed-79 {
  margin-top: 395px !important;
  margin-bottom: 395px !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-fixed-79 {
  padding: 395px !important;
}

.pt-fixed-79 {
  padding-top: 395px !important;
}

.pr-fixed-79 {
  padding-right: 395px !important;
}

.pb-fixed-79 {
  padding-bottom: 395px !important;
}

.pl-fixed-79 {
  padding-left: 395px !important;
}

.px-fixed-79 {
  padding-right: 395px !important;
  padding-left: 395px !important;
}

.py-fixed-79 {
  padding-top: 395px !important;
  padding-bottom: 395px !important;
}

.ga79 {
  gap: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.gr79 {
  row-gap: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.gc79 {
  -webkit-column-gap: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
     -moz-column-gap: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
          column-gap: clamp(197.5px, 13.71528vw + 131.66667px, 395px) !important;
}

.ga-fixed-79 {
  gap: 395px !important;
}

.gr-fixed-79 {
  row-gap: 395px !important;
}

.gc-fixed-79 {
  -webkit-column-gap: 395px !important;
     -moz-column-gap: 395px !important;
          column-gap: 395px !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-fixed-80 {
  margin: 400px !important;
}

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

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

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

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

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

.my-fixed-80 {
  margin-top: 400px !important;
  margin-bottom: 400px !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-fixed-80 {
  padding: 400px !important;
}

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

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

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

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

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

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

.ga80 {
  gap: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.gr80 {
  row-gap: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.gc80 {
  -webkit-column-gap: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
     -moz-column-gap: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
          column-gap: clamp(200px, 13.88889vw + 133.33333px, 400px) !important;
}

.ga-fixed-80 {
  gap: 400px !important;
}

.gr-fixed-80 {
  row-gap: 400px !important;
}

.gc-fixed-80 {
  -webkit-column-gap: 400px !important;
     -moz-column-gap: 400px !important;
          column-gap: 400px !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-fixed-81 {
  margin: 405px !important;
}

.mt-fixed-81 {
  margin-top: 405px !important;
}

.mr-fixed-81 {
  margin-right: 405px !important;
}

.mb-fixed-81 {
  margin-bottom: 405px !important;
}

.ml-fixed-81 {
  margin-left: 405px !important;
}

.mx-fixed-81 {
  margin-right: 405px !important;
  margin-left: 405px !important;
}

.my-fixed-81 {
  margin-top: 405px !important;
  margin-bottom: 405px !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-fixed-81 {
  padding: 405px !important;
}

.pt-fixed-81 {
  padding-top: 405px !important;
}

.pr-fixed-81 {
  padding-right: 405px !important;
}

.pb-fixed-81 {
  padding-bottom: 405px !important;
}

.pl-fixed-81 {
  padding-left: 405px !important;
}

.px-fixed-81 {
  padding-right: 405px !important;
  padding-left: 405px !important;
}

.py-fixed-81 {
  padding-top: 405px !important;
  padding-bottom: 405px !important;
}

.ga81 {
  gap: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.gr81 {
  row-gap: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.gc81 {
  -webkit-column-gap: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
     -moz-column-gap: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
          column-gap: clamp(202.5px, 14.0625vw + 135px, 405px) !important;
}

.ga-fixed-81 {
  gap: 405px !important;
}

.gr-fixed-81 {
  row-gap: 405px !important;
}

.gc-fixed-81 {
  -webkit-column-gap: 405px !important;
     -moz-column-gap: 405px !important;
          column-gap: 405px !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-fixed-82 {
  margin: 410px !important;
}

.mt-fixed-82 {
  margin-top: 410px !important;
}

.mr-fixed-82 {
  margin-right: 410px !important;
}

.mb-fixed-82 {
  margin-bottom: 410px !important;
}

.ml-fixed-82 {
  margin-left: 410px !important;
}

.mx-fixed-82 {
  margin-right: 410px !important;
  margin-left: 410px !important;
}

.my-fixed-82 {
  margin-top: 410px !important;
  margin-bottom: 410px !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-fixed-82 {
  padding: 410px !important;
}

.pt-fixed-82 {
  padding-top: 410px !important;
}

.pr-fixed-82 {
  padding-right: 410px !important;
}

.pb-fixed-82 {
  padding-bottom: 410px !important;
}

.pl-fixed-82 {
  padding-left: 410px !important;
}

.px-fixed-82 {
  padding-right: 410px !important;
  padding-left: 410px !important;
}

.py-fixed-82 {
  padding-top: 410px !important;
  padding-bottom: 410px !important;
}

.ga82 {
  gap: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.gr82 {
  row-gap: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.gc82 {
  -webkit-column-gap: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
     -moz-column-gap: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
          column-gap: clamp(205px, 14.23611vw + 136.66667px, 410px) !important;
}

.ga-fixed-82 {
  gap: 410px !important;
}

.gr-fixed-82 {
  row-gap: 410px !important;
}

.gc-fixed-82 {
  -webkit-column-gap: 410px !important;
     -moz-column-gap: 410px !important;
          column-gap: 410px !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-fixed-83 {
  margin: 415px !important;
}

.mt-fixed-83 {
  margin-top: 415px !important;
}

.mr-fixed-83 {
  margin-right: 415px !important;
}

.mb-fixed-83 {
  margin-bottom: 415px !important;
}

.ml-fixed-83 {
  margin-left: 415px !important;
}

.mx-fixed-83 {
  margin-right: 415px !important;
  margin-left: 415px !important;
}

.my-fixed-83 {
  margin-top: 415px !important;
  margin-bottom: 415px !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-fixed-83 {
  padding: 415px !important;
}

.pt-fixed-83 {
  padding-top: 415px !important;
}

.pr-fixed-83 {
  padding-right: 415px !important;
}

.pb-fixed-83 {
  padding-bottom: 415px !important;
}

.pl-fixed-83 {
  padding-left: 415px !important;
}

.px-fixed-83 {
  padding-right: 415px !important;
  padding-left: 415px !important;
}

.py-fixed-83 {
  padding-top: 415px !important;
  padding-bottom: 415px !important;
}

.ga83 {
  gap: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.gr83 {
  row-gap: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.gc83 {
  -webkit-column-gap: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
     -moz-column-gap: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
          column-gap: clamp(207.5px, 14.40972vw + 138.33333px, 415px) !important;
}

.ga-fixed-83 {
  gap: 415px !important;
}

.gr-fixed-83 {
  row-gap: 415px !important;
}

.gc-fixed-83 {
  -webkit-column-gap: 415px !important;
     -moz-column-gap: 415px !important;
          column-gap: 415px !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-fixed-84 {
  margin: 420px !important;
}

.mt-fixed-84 {
  margin-top: 420px !important;
}

.mr-fixed-84 {
  margin-right: 420px !important;
}

.mb-fixed-84 {
  margin-bottom: 420px !important;
}

.ml-fixed-84 {
  margin-left: 420px !important;
}

.mx-fixed-84 {
  margin-right: 420px !important;
  margin-left: 420px !important;
}

.my-fixed-84 {
  margin-top: 420px !important;
  margin-bottom: 420px !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-fixed-84 {
  padding: 420px !important;
}

.pt-fixed-84 {
  padding-top: 420px !important;
}

.pr-fixed-84 {
  padding-right: 420px !important;
}

.pb-fixed-84 {
  padding-bottom: 420px !important;
}

.pl-fixed-84 {
  padding-left: 420px !important;
}

.px-fixed-84 {
  padding-right: 420px !important;
  padding-left: 420px !important;
}

.py-fixed-84 {
  padding-top: 420px !important;
  padding-bottom: 420px !important;
}

.ga84 {
  gap: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.gr84 {
  row-gap: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.gc84 {
  -webkit-column-gap: clamp(210px, 14.58333vw + 140px, 420px) !important;
     -moz-column-gap: clamp(210px, 14.58333vw + 140px, 420px) !important;
          column-gap: clamp(210px, 14.58333vw + 140px, 420px) !important;
}

.ga-fixed-84 {
  gap: 420px !important;
}

.gr-fixed-84 {
  row-gap: 420px !important;
}

.gc-fixed-84 {
  -webkit-column-gap: 420px !important;
     -moz-column-gap: 420px !important;
          column-gap: 420px !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-fixed-85 {
  margin: 425px !important;
}

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

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

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

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

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

.my-fixed-85 {
  margin-top: 425px !important;
  margin-bottom: 425px !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-fixed-85 {
  padding: 425px !important;
}

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

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

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

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

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

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

.ga85 {
  gap: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.gr85 {
  row-gap: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.gc85 {
  -webkit-column-gap: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
     -moz-column-gap: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
          column-gap: clamp(212.5px, 14.75694vw + 141.66667px, 425px) !important;
}

.ga-fixed-85 {
  gap: 425px !important;
}

.gr-fixed-85 {
  row-gap: 425px !important;
}

.gc-fixed-85 {
  -webkit-column-gap: 425px !important;
     -moz-column-gap: 425px !important;
          column-gap: 425px !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-fixed-86 {
  margin: 430px !important;
}

.mt-fixed-86 {
  margin-top: 430px !important;
}

.mr-fixed-86 {
  margin-right: 430px !important;
}

.mb-fixed-86 {
  margin-bottom: 430px !important;
}

.ml-fixed-86 {
  margin-left: 430px !important;
}

.mx-fixed-86 {
  margin-right: 430px !important;
  margin-left: 430px !important;
}

.my-fixed-86 {
  margin-top: 430px !important;
  margin-bottom: 430px !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-fixed-86 {
  padding: 430px !important;
}

.pt-fixed-86 {
  padding-top: 430px !important;
}

.pr-fixed-86 {
  padding-right: 430px !important;
}

.pb-fixed-86 {
  padding-bottom: 430px !important;
}

.pl-fixed-86 {
  padding-left: 430px !important;
}

.px-fixed-86 {
  padding-right: 430px !important;
  padding-left: 430px !important;
}

.py-fixed-86 {
  padding-top: 430px !important;
  padding-bottom: 430px !important;
}

.ga86 {
  gap: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.gr86 {
  row-gap: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.gc86 {
  -webkit-column-gap: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
     -moz-column-gap: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
          column-gap: clamp(215px, 14.93056vw + 143.33333px, 430px) !important;
}

.ga-fixed-86 {
  gap: 430px !important;
}

.gr-fixed-86 {
  row-gap: 430px !important;
}

.gc-fixed-86 {
  -webkit-column-gap: 430px !important;
     -moz-column-gap: 430px !important;
          column-gap: 430px !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-fixed-87 {
  margin: 435px !important;
}

.mt-fixed-87 {
  margin-top: 435px !important;
}

.mr-fixed-87 {
  margin-right: 435px !important;
}

.mb-fixed-87 {
  margin-bottom: 435px !important;
}

.ml-fixed-87 {
  margin-left: 435px !important;
}

.mx-fixed-87 {
  margin-right: 435px !important;
  margin-left: 435px !important;
}

.my-fixed-87 {
  margin-top: 435px !important;
  margin-bottom: 435px !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-fixed-87 {
  padding: 435px !important;
}

.pt-fixed-87 {
  padding-top: 435px !important;
}

.pr-fixed-87 {
  padding-right: 435px !important;
}

.pb-fixed-87 {
  padding-bottom: 435px !important;
}

.pl-fixed-87 {
  padding-left: 435px !important;
}

.px-fixed-87 {
  padding-right: 435px !important;
  padding-left: 435px !important;
}

.py-fixed-87 {
  padding-top: 435px !important;
  padding-bottom: 435px !important;
}

.ga87 {
  gap: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.gr87 {
  row-gap: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.gc87 {
  -webkit-column-gap: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
     -moz-column-gap: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
          column-gap: clamp(217.5px, 15.10417vw + 145px, 435px) !important;
}

.ga-fixed-87 {
  gap: 435px !important;
}

.gr-fixed-87 {
  row-gap: 435px !important;
}

.gc-fixed-87 {
  -webkit-column-gap: 435px !important;
     -moz-column-gap: 435px !important;
          column-gap: 435px !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-fixed-88 {
  margin: 440px !important;
}

.mt-fixed-88 {
  margin-top: 440px !important;
}

.mr-fixed-88 {
  margin-right: 440px !important;
}

.mb-fixed-88 {
  margin-bottom: 440px !important;
}

.ml-fixed-88 {
  margin-left: 440px !important;
}

.mx-fixed-88 {
  margin-right: 440px !important;
  margin-left: 440px !important;
}

.my-fixed-88 {
  margin-top: 440px !important;
  margin-bottom: 440px !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-fixed-88 {
  padding: 440px !important;
}

.pt-fixed-88 {
  padding-top: 440px !important;
}

.pr-fixed-88 {
  padding-right: 440px !important;
}

.pb-fixed-88 {
  padding-bottom: 440px !important;
}

.pl-fixed-88 {
  padding-left: 440px !important;
}

.px-fixed-88 {
  padding-right: 440px !important;
  padding-left: 440px !important;
}

.py-fixed-88 {
  padding-top: 440px !important;
  padding-bottom: 440px !important;
}

.ga88 {
  gap: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.gr88 {
  row-gap: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.gc88 {
  -webkit-column-gap: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
     -moz-column-gap: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
          column-gap: clamp(220px, 15.27778vw + 146.66667px, 440px) !important;
}

.ga-fixed-88 {
  gap: 440px !important;
}

.gr-fixed-88 {
  row-gap: 440px !important;
}

.gc-fixed-88 {
  -webkit-column-gap: 440px !important;
     -moz-column-gap: 440px !important;
          column-gap: 440px !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-fixed-89 {
  margin: 445px !important;
}

.mt-fixed-89 {
  margin-top: 445px !important;
}

.mr-fixed-89 {
  margin-right: 445px !important;
}

.mb-fixed-89 {
  margin-bottom: 445px !important;
}

.ml-fixed-89 {
  margin-left: 445px !important;
}

.mx-fixed-89 {
  margin-right: 445px !important;
  margin-left: 445px !important;
}

.my-fixed-89 {
  margin-top: 445px !important;
  margin-bottom: 445px !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-fixed-89 {
  padding: 445px !important;
}

.pt-fixed-89 {
  padding-top: 445px !important;
}

.pr-fixed-89 {
  padding-right: 445px !important;
}

.pb-fixed-89 {
  padding-bottom: 445px !important;
}

.pl-fixed-89 {
  padding-left: 445px !important;
}

.px-fixed-89 {
  padding-right: 445px !important;
  padding-left: 445px !important;
}

.py-fixed-89 {
  padding-top: 445px !important;
  padding-bottom: 445px !important;
}

.ga89 {
  gap: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.gr89 {
  row-gap: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.gc89 {
  -webkit-column-gap: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
     -moz-column-gap: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
          column-gap: clamp(222.5px, 15.45139vw + 148.33333px, 445px) !important;
}

.ga-fixed-89 {
  gap: 445px !important;
}

.gr-fixed-89 {
  row-gap: 445px !important;
}

.gc-fixed-89 {
  -webkit-column-gap: 445px !important;
     -moz-column-gap: 445px !important;
          column-gap: 445px !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-fixed-90 {
  margin: 450px !important;
}

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

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

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

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

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

.my-fixed-90 {
  margin-top: 450px !important;
  margin-bottom: 450px !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-fixed-90 {
  padding: 450px !important;
}

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

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

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

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

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

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

.ga90 {
  gap: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.gr90 {
  row-gap: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.gc90 {
  -webkit-column-gap: clamp(225px, 15.625vw + 150px, 450px) !important;
     -moz-column-gap: clamp(225px, 15.625vw + 150px, 450px) !important;
          column-gap: clamp(225px, 15.625vw + 150px, 450px) !important;
}

.ga-fixed-90 {
  gap: 450px !important;
}

.gr-fixed-90 {
  row-gap: 450px !important;
}

.gc-fixed-90 {
  -webkit-column-gap: 450px !important;
     -moz-column-gap: 450px !important;
          column-gap: 450px !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-fixed-91 {
  margin: 455px !important;
}

.mt-fixed-91 {
  margin-top: 455px !important;
}

.mr-fixed-91 {
  margin-right: 455px !important;
}

.mb-fixed-91 {
  margin-bottom: 455px !important;
}

.ml-fixed-91 {
  margin-left: 455px !important;
}

.mx-fixed-91 {
  margin-right: 455px !important;
  margin-left: 455px !important;
}

.my-fixed-91 {
  margin-top: 455px !important;
  margin-bottom: 455px !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-fixed-91 {
  padding: 455px !important;
}

.pt-fixed-91 {
  padding-top: 455px !important;
}

.pr-fixed-91 {
  padding-right: 455px !important;
}

.pb-fixed-91 {
  padding-bottom: 455px !important;
}

.pl-fixed-91 {
  padding-left: 455px !important;
}

.px-fixed-91 {
  padding-right: 455px !important;
  padding-left: 455px !important;
}

.py-fixed-91 {
  padding-top: 455px !important;
  padding-bottom: 455px !important;
}

.ga91 {
  gap: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.gr91 {
  row-gap: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.gc91 {
  -webkit-column-gap: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
     -moz-column-gap: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
          column-gap: clamp(227.5px, 15.79861vw + 151.66667px, 455px) !important;
}

.ga-fixed-91 {
  gap: 455px !important;
}

.gr-fixed-91 {
  row-gap: 455px !important;
}

.gc-fixed-91 {
  -webkit-column-gap: 455px !important;
     -moz-column-gap: 455px !important;
          column-gap: 455px !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-fixed-92 {
  margin: 460px !important;
}

.mt-fixed-92 {
  margin-top: 460px !important;
}

.mr-fixed-92 {
  margin-right: 460px !important;
}

.mb-fixed-92 {
  margin-bottom: 460px !important;
}

.ml-fixed-92 {
  margin-left: 460px !important;
}

.mx-fixed-92 {
  margin-right: 460px !important;
  margin-left: 460px !important;
}

.my-fixed-92 {
  margin-top: 460px !important;
  margin-bottom: 460px !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-fixed-92 {
  padding: 460px !important;
}

.pt-fixed-92 {
  padding-top: 460px !important;
}

.pr-fixed-92 {
  padding-right: 460px !important;
}

.pb-fixed-92 {
  padding-bottom: 460px !important;
}

.pl-fixed-92 {
  padding-left: 460px !important;
}

.px-fixed-92 {
  padding-right: 460px !important;
  padding-left: 460px !important;
}

.py-fixed-92 {
  padding-top: 460px !important;
  padding-bottom: 460px !important;
}

.ga92 {
  gap: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.gr92 {
  row-gap: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.gc92 {
  -webkit-column-gap: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
     -moz-column-gap: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
          column-gap: clamp(230px, 15.97222vw + 153.33333px, 460px) !important;
}

.ga-fixed-92 {
  gap: 460px !important;
}

.gr-fixed-92 {
  row-gap: 460px !important;
}

.gc-fixed-92 {
  -webkit-column-gap: 460px !important;
     -moz-column-gap: 460px !important;
          column-gap: 460px !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-fixed-93 {
  margin: 465px !important;
}

.mt-fixed-93 {
  margin-top: 465px !important;
}

.mr-fixed-93 {
  margin-right: 465px !important;
}

.mb-fixed-93 {
  margin-bottom: 465px !important;
}

.ml-fixed-93 {
  margin-left: 465px !important;
}

.mx-fixed-93 {
  margin-right: 465px !important;
  margin-left: 465px !important;
}

.my-fixed-93 {
  margin-top: 465px !important;
  margin-bottom: 465px !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-fixed-93 {
  padding: 465px !important;
}

.pt-fixed-93 {
  padding-top: 465px !important;
}

.pr-fixed-93 {
  padding-right: 465px !important;
}

.pb-fixed-93 {
  padding-bottom: 465px !important;
}

.pl-fixed-93 {
  padding-left: 465px !important;
}

.px-fixed-93 {
  padding-right: 465px !important;
  padding-left: 465px !important;
}

.py-fixed-93 {
  padding-top: 465px !important;
  padding-bottom: 465px !important;
}

.ga93 {
  gap: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.gr93 {
  row-gap: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.gc93 {
  -webkit-column-gap: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
     -moz-column-gap: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
          column-gap: clamp(232.5px, 16.14583vw + 155px, 465px) !important;
}

.ga-fixed-93 {
  gap: 465px !important;
}

.gr-fixed-93 {
  row-gap: 465px !important;
}

.gc-fixed-93 {
  -webkit-column-gap: 465px !important;
     -moz-column-gap: 465px !important;
          column-gap: 465px !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-fixed-94 {
  margin: 470px !important;
}

.mt-fixed-94 {
  margin-top: 470px !important;
}

.mr-fixed-94 {
  margin-right: 470px !important;
}

.mb-fixed-94 {
  margin-bottom: 470px !important;
}

.ml-fixed-94 {
  margin-left: 470px !important;
}

.mx-fixed-94 {
  margin-right: 470px !important;
  margin-left: 470px !important;
}

.my-fixed-94 {
  margin-top: 470px !important;
  margin-bottom: 470px !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-fixed-94 {
  padding: 470px !important;
}

.pt-fixed-94 {
  padding-top: 470px !important;
}

.pr-fixed-94 {
  padding-right: 470px !important;
}

.pb-fixed-94 {
  padding-bottom: 470px !important;
}

.pl-fixed-94 {
  padding-left: 470px !important;
}

.px-fixed-94 {
  padding-right: 470px !important;
  padding-left: 470px !important;
}

.py-fixed-94 {
  padding-top: 470px !important;
  padding-bottom: 470px !important;
}

.ga94 {
  gap: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.gr94 {
  row-gap: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.gc94 {
  -webkit-column-gap: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
     -moz-column-gap: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
          column-gap: clamp(235px, 16.31944vw + 156.66667px, 470px) !important;
}

.ga-fixed-94 {
  gap: 470px !important;
}

.gr-fixed-94 {
  row-gap: 470px !important;
}

.gc-fixed-94 {
  -webkit-column-gap: 470px !important;
     -moz-column-gap: 470px !important;
          column-gap: 470px !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-fixed-95 {
  margin: 475px !important;
}

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

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

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

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

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

.my-fixed-95 {
  margin-top: 475px !important;
  margin-bottom: 475px !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-fixed-95 {
  padding: 475px !important;
}

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

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

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

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

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

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

.ga95 {
  gap: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.gr95 {
  row-gap: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.gc95 {
  -webkit-column-gap: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
     -moz-column-gap: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
          column-gap: clamp(237.5px, 16.49306vw + 158.33333px, 475px) !important;
}

.ga-fixed-95 {
  gap: 475px !important;
}

.gr-fixed-95 {
  row-gap: 475px !important;
}

.gc-fixed-95 {
  -webkit-column-gap: 475px !important;
     -moz-column-gap: 475px !important;
          column-gap: 475px !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-fixed-96 {
  margin: 480px !important;
}

.mt-fixed-96 {
  margin-top: 480px !important;
}

.mr-fixed-96 {
  margin-right: 480px !important;
}

.mb-fixed-96 {
  margin-bottom: 480px !important;
}

.ml-fixed-96 {
  margin-left: 480px !important;
}

.mx-fixed-96 {
  margin-right: 480px !important;
  margin-left: 480px !important;
}

.my-fixed-96 {
  margin-top: 480px !important;
  margin-bottom: 480px !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-fixed-96 {
  padding: 480px !important;
}

.pt-fixed-96 {
  padding-top: 480px !important;
}

.pr-fixed-96 {
  padding-right: 480px !important;
}

.pb-fixed-96 {
  padding-bottom: 480px !important;
}

.pl-fixed-96 {
  padding-left: 480px !important;
}

.px-fixed-96 {
  padding-right: 480px !important;
  padding-left: 480px !important;
}

.py-fixed-96 {
  padding-top: 480px !important;
  padding-bottom: 480px !important;
}

.ga96 {
  gap: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.gr96 {
  row-gap: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.gc96 {
  -webkit-column-gap: clamp(240px, 16.66667vw + 160px, 480px) !important;
     -moz-column-gap: clamp(240px, 16.66667vw + 160px, 480px) !important;
          column-gap: clamp(240px, 16.66667vw + 160px, 480px) !important;
}

.ga-fixed-96 {
  gap: 480px !important;
}

.gr-fixed-96 {
  row-gap: 480px !important;
}

.gc-fixed-96 {
  -webkit-column-gap: 480px !important;
     -moz-column-gap: 480px !important;
          column-gap: 480px !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-fixed-97 {
  margin: 485px !important;
}

.mt-fixed-97 {
  margin-top: 485px !important;
}

.mr-fixed-97 {
  margin-right: 485px !important;
}

.mb-fixed-97 {
  margin-bottom: 485px !important;
}

.ml-fixed-97 {
  margin-left: 485px !important;
}

.mx-fixed-97 {
  margin-right: 485px !important;
  margin-left: 485px !important;
}

.my-fixed-97 {
  margin-top: 485px !important;
  margin-bottom: 485px !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-fixed-97 {
  padding: 485px !important;
}

.pt-fixed-97 {
  padding-top: 485px !important;
}

.pr-fixed-97 {
  padding-right: 485px !important;
}

.pb-fixed-97 {
  padding-bottom: 485px !important;
}

.pl-fixed-97 {
  padding-left: 485px !important;
}

.px-fixed-97 {
  padding-right: 485px !important;
  padding-left: 485px !important;
}

.py-fixed-97 {
  padding-top: 485px !important;
  padding-bottom: 485px !important;
}

.ga97 {
  gap: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.gr97 {
  row-gap: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.gc97 {
  -webkit-column-gap: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
     -moz-column-gap: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
          column-gap: clamp(242.5px, 16.84028vw + 161.66667px, 485px) !important;
}

.ga-fixed-97 {
  gap: 485px !important;
}

.gr-fixed-97 {
  row-gap: 485px !important;
}

.gc-fixed-97 {
  -webkit-column-gap: 485px !important;
     -moz-column-gap: 485px !important;
          column-gap: 485px !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-fixed-98 {
  margin: 490px !important;
}

.mt-fixed-98 {
  margin-top: 490px !important;
}

.mr-fixed-98 {
  margin-right: 490px !important;
}

.mb-fixed-98 {
  margin-bottom: 490px !important;
}

.ml-fixed-98 {
  margin-left: 490px !important;
}

.mx-fixed-98 {
  margin-right: 490px !important;
  margin-left: 490px !important;
}

.my-fixed-98 {
  margin-top: 490px !important;
  margin-bottom: 490px !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-fixed-98 {
  padding: 490px !important;
}

.pt-fixed-98 {
  padding-top: 490px !important;
}

.pr-fixed-98 {
  padding-right: 490px !important;
}

.pb-fixed-98 {
  padding-bottom: 490px !important;
}

.pl-fixed-98 {
  padding-left: 490px !important;
}

.px-fixed-98 {
  padding-right: 490px !important;
  padding-left: 490px !important;
}

.py-fixed-98 {
  padding-top: 490px !important;
  padding-bottom: 490px !important;
}

.ga98 {
  gap: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.gr98 {
  row-gap: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.gc98 {
  -webkit-column-gap: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
     -moz-column-gap: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
          column-gap: clamp(245px, 17.01389vw + 163.33333px, 490px) !important;
}

.ga-fixed-98 {
  gap: 490px !important;
}

.gr-fixed-98 {
  row-gap: 490px !important;
}

.gc-fixed-98 {
  -webkit-column-gap: 490px !important;
     -moz-column-gap: 490px !important;
          column-gap: 490px !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-fixed-99 {
  margin: 495px !important;
}

.mt-fixed-99 {
  margin-top: 495px !important;
}

.mr-fixed-99 {
  margin-right: 495px !important;
}

.mb-fixed-99 {
  margin-bottom: 495px !important;
}

.ml-fixed-99 {
  margin-left: 495px !important;
}

.mx-fixed-99 {
  margin-right: 495px !important;
  margin-left: 495px !important;
}

.my-fixed-99 {
  margin-top: 495px !important;
  margin-bottom: 495px !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-fixed-99 {
  padding: 495px !important;
}

.pt-fixed-99 {
  padding-top: 495px !important;
}

.pr-fixed-99 {
  padding-right: 495px !important;
}

.pb-fixed-99 {
  padding-bottom: 495px !important;
}

.pl-fixed-99 {
  padding-left: 495px !important;
}

.px-fixed-99 {
  padding-right: 495px !important;
  padding-left: 495px !important;
}

.py-fixed-99 {
  padding-top: 495px !important;
  padding-bottom: 495px !important;
}

.ga99 {
  gap: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.gr99 {
  row-gap: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.gc99 {
  -webkit-column-gap: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
     -moz-column-gap: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
          column-gap: clamp(247.5px, 17.1875vw + 165px, 495px) !important;
}

.ga-fixed-99 {
  gap: 495px !important;
}

.gr-fixed-99 {
  row-gap: 495px !important;
}

.gc-fixed-99 {
  -webkit-column-gap: 495px !important;
     -moz-column-gap: 495px !important;
          column-gap: 495px !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-fixed-100 {
  margin: 500px !important;
}

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

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

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

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

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

.my-fixed-100 {
  margin-top: 500px !important;
  margin-bottom: 500px !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-fixed-100 {
  padding: 500px !important;
}

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

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

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

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

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

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

.ga100 {
  gap: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.gr100 {
  row-gap: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.gc100 {
  -webkit-column-gap: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
     -moz-column-gap: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
          column-gap: clamp(250px, 17.36111vw + 166.66667px, 500px) !important;
}

.ga-fixed-100 {
  gap: 500px !important;
}

.gr-fixed-100 {
  row-gap: 500px !important;
}

.gc-fixed-100 {
  -webkit-column-gap: 500px !important;
     -moz-column-gap: 500px !important;
          column-gap: 500px !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;
}

.no-last-border li:last-of-type {
  border: none !important;
}

.no-first-border li:first-of-type {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.br20 {
  border-radius: 40px !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 */
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.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;
  }
}

.w5 {
  width: 5%;
}

.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%;
}

.h100 {
  height: 100%;
}

.h100dvh {
  height: 100vh;
  height: 100dvh;
}

.w5-to-w100 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w100 {
    width: 100% !important;
  }
}

.w5-to-w90 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w90 {
    width: 90% !important;
  }
}

.w5-to-w80 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w80 {
    width: 80% !important;
  }
}

.w5-to-w70 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w70 {
    width: 70% !important;
  }
}

.w5-to-w60 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w60 {
    width: 60% !important;
  }
}

.w5-to-w50 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w50 {
    width: 50% !important;
  }
}

.w5-to-w40 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w40 {
    width: 40% !important;
  }
}

.w5-to-w30 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w30 {
    width: 30% !important;
  }
}

.w5-to-w20 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w20 {
    width: 20% !important;
  }
}

.w5-to-w10 {
  width: 5% !important;
}
@media (max-width: 990px) {
  .w5-to-w10 {
    width: 10% !important;
  }
}

.w10-to-w100 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w100 {
    width: 100% !important;
  }
}

.w10-to-w90 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w90 {
    width: 90% !important;
  }
}

.w10-to-w80 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w80 {
    width: 80% !important;
  }
}

.w10-to-w70 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w70 {
    width: 70% !important;
  }
}

.w10-to-w60 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w60 {
    width: 60% !important;
  }
}

.w10-to-w50 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w50 {
    width: 50% !important;
  }
}

.w10-to-w40 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w40 {
    width: 40% !important;
  }
}

.w10-to-w30 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w30 {
    width: 30% !important;
  }
}

.w10-to-w20 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w20 {
    width: 20% !important;
  }
}

.w10-to-w10 {
  width: 10% !important;
}
@media (max-width: 990px) {
  .w10-to-w10 {
    width: 10% !important;
  }
}

.w15-to-w100 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w100 {
    width: 100% !important;
  }
}

.w15-to-w90 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w90 {
    width: 90% !important;
  }
}

.w15-to-w80 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w80 {
    width: 80% !important;
  }
}

.w15-to-w70 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w70 {
    width: 70% !important;
  }
}

.w15-to-w60 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w60 {
    width: 60% !important;
  }
}

.w15-to-w50 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w50 {
    width: 50% !important;
  }
}

.w15-to-w40 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w40 {
    width: 40% !important;
  }
}

.w15-to-w30 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w30 {
    width: 30% !important;
  }
}

.w15-to-w20 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w20 {
    width: 20% !important;
  }
}

.w15-to-w10 {
  width: 15% !important;
}
@media (max-width: 990px) {
  .w15-to-w10 {
    width: 10% !important;
  }
}

.w20-to-w100 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w100 {
    width: 100% !important;
  }
}

.w20-to-w90 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w90 {
    width: 90% !important;
  }
}

.w20-to-w80 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w80 {
    width: 80% !important;
  }
}

.w20-to-w70 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w70 {
    width: 70% !important;
  }
}

.w20-to-w60 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w60 {
    width: 60% !important;
  }
}

.w20-to-w50 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w50 {
    width: 50% !important;
  }
}

.w20-to-w40 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w40 {
    width: 40% !important;
  }
}

.w20-to-w30 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w30 {
    width: 30% !important;
  }
}

.w20-to-w20 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w20 {
    width: 20% !important;
  }
}

.w20-to-w10 {
  width: 20% !important;
}
@media (max-width: 990px) {
  .w20-to-w10 {
    width: 10% !important;
  }
}

.w25-to-w100 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w100 {
    width: 100% !important;
  }
}

.w25-to-w90 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w90 {
    width: 90% !important;
  }
}

.w25-to-w80 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w80 {
    width: 80% !important;
  }
}

.w25-to-w70 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w70 {
    width: 70% !important;
  }
}

.w25-to-w60 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w60 {
    width: 60% !important;
  }
}

.w25-to-w50 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w50 {
    width: 50% !important;
  }
}

.w25-to-w40 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w40 {
    width: 40% !important;
  }
}

.w25-to-w30 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w30 {
    width: 30% !important;
  }
}

.w25-to-w20 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w20 {
    width: 20% !important;
  }
}

.w25-to-w10 {
  width: 25% !important;
}
@media (max-width: 990px) {
  .w25-to-w10 {
    width: 10% !important;
  }
}

.w30-to-w100 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w100 {
    width: 100% !important;
  }
}

.w30-to-w90 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w90 {
    width: 90% !important;
  }
}

.w30-to-w80 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w80 {
    width: 80% !important;
  }
}

.w30-to-w70 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w70 {
    width: 70% !important;
  }
}

.w30-to-w60 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w60 {
    width: 60% !important;
  }
}

.w30-to-w50 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w50 {
    width: 50% !important;
  }
}

.w30-to-w40 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w40 {
    width: 40% !important;
  }
}

.w30-to-w30 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w30 {
    width: 30% !important;
  }
}

.w30-to-w20 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w20 {
    width: 20% !important;
  }
}

.w30-to-w10 {
  width: 30% !important;
}
@media (max-width: 990px) {
  .w30-to-w10 {
    width: 10% !important;
  }
}

.w35-to-w100 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w100 {
    width: 100% !important;
  }
}

.w35-to-w90 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w90 {
    width: 90% !important;
  }
}

.w35-to-w80 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w80 {
    width: 80% !important;
  }
}

.w35-to-w70 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w70 {
    width: 70% !important;
  }
}

.w35-to-w60 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w60 {
    width: 60% !important;
  }
}

.w35-to-w50 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w50 {
    width: 50% !important;
  }
}

.w35-to-w40 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w40 {
    width: 40% !important;
  }
}

.w35-to-w30 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w30 {
    width: 30% !important;
  }
}

.w35-to-w20 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w20 {
    width: 20% !important;
  }
}

.w35-to-w10 {
  width: 35% !important;
}
@media (max-width: 990px) {
  .w35-to-w10 {
    width: 10% !important;
  }
}

.w40-to-w100 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w100 {
    width: 100% !important;
  }
}

.w40-to-w90 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w90 {
    width: 90% !important;
  }
}

.w40-to-w80 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w80 {
    width: 80% !important;
  }
}

.w40-to-w70 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w70 {
    width: 70% !important;
  }
}

.w40-to-w60 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w60 {
    width: 60% !important;
  }
}

.w40-to-w50 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w50 {
    width: 50% !important;
  }
}

.w40-to-w40 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w40 {
    width: 40% !important;
  }
}

.w40-to-w30 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w30 {
    width: 30% !important;
  }
}

.w40-to-w20 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w20 {
    width: 20% !important;
  }
}

.w40-to-w10 {
  width: 40% !important;
}
@media (max-width: 990px) {
  .w40-to-w10 {
    width: 10% !important;
  }
}

.w45-to-w100 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w100 {
    width: 100% !important;
  }
}

.w45-to-w90 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w90 {
    width: 90% !important;
  }
}

.w45-to-w80 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w80 {
    width: 80% !important;
  }
}

.w45-to-w70 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w70 {
    width: 70% !important;
  }
}

.w45-to-w60 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w60 {
    width: 60% !important;
  }
}

.w45-to-w50 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w50 {
    width: 50% !important;
  }
}

.w45-to-w40 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w40 {
    width: 40% !important;
  }
}

.w45-to-w30 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w30 {
    width: 30% !important;
  }
}

.w45-to-w20 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w20 {
    width: 20% !important;
  }
}

.w45-to-w10 {
  width: 45% !important;
}
@media (max-width: 990px) {
  .w45-to-w10 {
    width: 10% !important;
  }
}

.w50-to-w100 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w100 {
    width: 100% !important;
  }
}

.w50-to-w90 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w90 {
    width: 90% !important;
  }
}

.w50-to-w80 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w80 {
    width: 80% !important;
  }
}

.w50-to-w70 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w70 {
    width: 70% !important;
  }
}

.w50-to-w60 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w60 {
    width: 60% !important;
  }
}

.w50-to-w50 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w50 {
    width: 50% !important;
  }
}

.w50-to-w40 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w40 {
    width: 40% !important;
  }
}

.w50-to-w30 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w30 {
    width: 30% !important;
  }
}

.w50-to-w20 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w20 {
    width: 20% !important;
  }
}

.w50-to-w10 {
  width: 50% !important;
}
@media (max-width: 990px) {
  .w50-to-w10 {
    width: 10% !important;
  }
}

.w55-to-w100 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w100 {
    width: 100% !important;
  }
}

.w55-to-w90 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w90 {
    width: 90% !important;
  }
}

.w55-to-w80 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w80 {
    width: 80% !important;
  }
}

.w55-to-w70 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w70 {
    width: 70% !important;
  }
}

.w55-to-w60 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w60 {
    width: 60% !important;
  }
}

.w55-to-w50 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w50 {
    width: 50% !important;
  }
}

.w55-to-w40 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w40 {
    width: 40% !important;
  }
}

.w55-to-w30 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w30 {
    width: 30% !important;
  }
}

.w55-to-w20 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w20 {
    width: 20% !important;
  }
}

.w55-to-w10 {
  width: 55% !important;
}
@media (max-width: 990px) {
  .w55-to-w10 {
    width: 10% !important;
  }
}

.w60-to-w100 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w100 {
    width: 100% !important;
  }
}

.w60-to-w90 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w90 {
    width: 90% !important;
  }
}

.w60-to-w80 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w80 {
    width: 80% !important;
  }
}

.w60-to-w70 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w70 {
    width: 70% !important;
  }
}

.w60-to-w60 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w60 {
    width: 60% !important;
  }
}

.w60-to-w50 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w50 {
    width: 50% !important;
  }
}

.w60-to-w40 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w40 {
    width: 40% !important;
  }
}

.w60-to-w30 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w30 {
    width: 30% !important;
  }
}

.w60-to-w20 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w20 {
    width: 20% !important;
  }
}

.w60-to-w10 {
  width: 60% !important;
}
@media (max-width: 990px) {
  .w60-to-w10 {
    width: 10% !important;
  }
}

.w65-to-w100 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w100 {
    width: 100% !important;
  }
}

.w65-to-w90 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w90 {
    width: 90% !important;
  }
}

.w65-to-w80 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w80 {
    width: 80% !important;
  }
}

.w65-to-w70 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w70 {
    width: 70% !important;
  }
}

.w65-to-w60 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w60 {
    width: 60% !important;
  }
}

.w65-to-w50 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w50 {
    width: 50% !important;
  }
}

.w65-to-w40 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w40 {
    width: 40% !important;
  }
}

.w65-to-w30 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w30 {
    width: 30% !important;
  }
}

.w65-to-w20 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w20 {
    width: 20% !important;
  }
}

.w65-to-w10 {
  width: 65% !important;
}
@media (max-width: 990px) {
  .w65-to-w10 {
    width: 10% !important;
  }
}

.w70-to-w100 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w100 {
    width: 100% !important;
  }
}

.w70-to-w90 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w90 {
    width: 90% !important;
  }
}

.w70-to-w80 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w80 {
    width: 80% !important;
  }
}

.w70-to-w70 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w70 {
    width: 70% !important;
  }
}

.w70-to-w60 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w60 {
    width: 60% !important;
  }
}

.w70-to-w50 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w50 {
    width: 50% !important;
  }
}

.w70-to-w40 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w40 {
    width: 40% !important;
  }
}

.w70-to-w30 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w30 {
    width: 30% !important;
  }
}

.w70-to-w20 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w20 {
    width: 20% !important;
  }
}

.w70-to-w10 {
  width: 70% !important;
}
@media (max-width: 990px) {
  .w70-to-w10 {
    width: 10% !important;
  }
}

.w75-to-w100 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w100 {
    width: 100% !important;
  }
}

.w75-to-w90 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w90 {
    width: 90% !important;
  }
}

.w75-to-w80 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w80 {
    width: 80% !important;
  }
}

.w75-to-w70 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w70 {
    width: 70% !important;
  }
}

.w75-to-w60 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w60 {
    width: 60% !important;
  }
}

.w75-to-w50 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w50 {
    width: 50% !important;
  }
}

.w75-to-w40 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w40 {
    width: 40% !important;
  }
}

.w75-to-w30 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w30 {
    width: 30% !important;
  }
}

.w75-to-w20 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w20 {
    width: 20% !important;
  }
}

.w75-to-w10 {
  width: 75% !important;
}
@media (max-width: 990px) {
  .w75-to-w10 {
    width: 10% !important;
  }
}

.w80-to-w100 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w100 {
    width: 100% !important;
  }
}

.w80-to-w90 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w90 {
    width: 90% !important;
  }
}

.w80-to-w80 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w80 {
    width: 80% !important;
  }
}

.w80-to-w70 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w70 {
    width: 70% !important;
  }
}

.w80-to-w60 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w60 {
    width: 60% !important;
  }
}

.w80-to-w50 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w50 {
    width: 50% !important;
  }
}

.w80-to-w40 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w40 {
    width: 40% !important;
  }
}

.w80-to-w30 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w30 {
    width: 30% !important;
  }
}

.w80-to-w20 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w20 {
    width: 20% !important;
  }
}

.w80-to-w10 {
  width: 80% !important;
}
@media (max-width: 990px) {
  .w80-to-w10 {
    width: 10% !important;
  }
}

.w85-to-w100 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w100 {
    width: 100% !important;
  }
}

.w85-to-w90 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w90 {
    width: 90% !important;
  }
}

.w85-to-w80 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w80 {
    width: 80% !important;
  }
}

.w85-to-w70 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w70 {
    width: 70% !important;
  }
}

.w85-to-w60 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w60 {
    width: 60% !important;
  }
}

.w85-to-w50 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w50 {
    width: 50% !important;
  }
}

.w85-to-w40 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w40 {
    width: 40% !important;
  }
}

.w85-to-w30 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w30 {
    width: 30% !important;
  }
}

.w85-to-w20 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w20 {
    width: 20% !important;
  }
}

.w85-to-w10 {
  width: 85% !important;
}
@media (max-width: 990px) {
  .w85-to-w10 {
    width: 10% !important;
  }
}

.w90-to-w100 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w100 {
    width: 100% !important;
  }
}

.w90-to-w90 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w90 {
    width: 90% !important;
  }
}

.w90-to-w80 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w80 {
    width: 80% !important;
  }
}

.w90-to-w70 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w70 {
    width: 70% !important;
  }
}

.w90-to-w60 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w60 {
    width: 60% !important;
  }
}

.w90-to-w50 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w50 {
    width: 50% !important;
  }
}

.w90-to-w40 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w40 {
    width: 40% !important;
  }
}

.w90-to-w30 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w30 {
    width: 30% !important;
  }
}

.w90-to-w20 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w20 {
    width: 20% !important;
  }
}

.w90-to-w10 {
  width: 90% !important;
}
@media (max-width: 990px) {
  .w90-to-w10 {
    width: 10% !important;
  }
}

.w95-to-w100 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w100 {
    width: 100% !important;
  }
}

.w95-to-w90 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w90 {
    width: 90% !important;
  }
}

.w95-to-w80 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w80 {
    width: 80% !important;
  }
}

.w95-to-w70 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w70 {
    width: 70% !important;
  }
}

.w95-to-w60 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w60 {
    width: 60% !important;
  }
}

.w95-to-w50 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w50 {
    width: 50% !important;
  }
}

.w95-to-w40 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w40 {
    width: 40% !important;
  }
}

.w95-to-w30 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w30 {
    width: 30% !important;
  }
}

.w95-to-w20 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w20 {
    width: 20% !important;
  }
}

.w95-to-w10 {
  width: 95% !important;
}
@media (max-width: 990px) {
  .w95-to-w10 {
    width: 10% !important;
  }
}

.w100-to-w100 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w100 {
    width: 100% !important;
  }
}

.w100-to-w90 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w90 {
    width: 90% !important;
  }
}

.w100-to-w80 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w80 {
    width: 80% !important;
  }
}

.w100-to-w70 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w70 {
    width: 70% !important;
  }
}

.w100-to-w60 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w60 {
    width: 60% !important;
  }
}

.w100-to-w50 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w50 {
    width: 50% !important;
  }
}

.w100-to-w40 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w40 {
    width: 40% !important;
  }
}

.w100-to-w30 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w30 {
    width: 30% !important;
  }
}

.w100-to-w20 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w20 {
    width: 20% !important;
  }
}

.w100-to-w10 {
  width: 100% !important;
}
@media (max-width: 990px) {
  .w100-to-w10 {
    width: 10% !important;
  }
}

.max-w-50 {
  max-width: 50px;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-150 {
  max-width: 150px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-250 {
  max-width: 250px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-650 {
  max-width: 650px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-750 {
  max-width: 750px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-850 {
  max-width: 850px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-950 {
  max-width: 950px;
}

.wa {
  width: auto;
}

.ha {
  height: auto;
}

.w-5em {
  width: 0.5em;
}

.h-5em {
  height: 0.5em;
}

.w-6em {
  width: 0.6em;
}

.h-6em {
  height: 0.6em;
}

.w-7em {
  width: 0.7em;
}

.h-7em {
  height: 0.7em;
}

.w-8em {
  width: 0.8em;
}

.h-8em {
  height: 0.8em;
}

.w-9em {
  width: 0.9em;
}

.h-9em {
  height: 0.9em;
}

.w-10em {
  width: 1em;
}

.h-10em {
  height: 1em;
}

.w-11em {
  width: 1.1em;
}

.h-11em {
  height: 1.1em;
}

.w-12em {
  width: 1.2em;
}

.h-12em {
  height: 1.2em;
}

.w-13em {
  width: 1.3em;
}

.h-13em {
  height: 1.3em;
}

.w-14em {
  width: 1.4em;
}

.h-14em {
  height: 1.4em;
}

.w-15em {
  width: 1.5em;
}

.h-15em {
  height: 1.5em;
}

.w-16em {
  width: 1.6em;
}

.h-16em {
  height: 1.6em;
}

.w-17em {
  width: 1.7em;
}

.h-17em {
  height: 1.7em;
}

.w-18em {
  width: 1.8em;
}

.h-18em {
  height: 1.8em;
}

.w-19em {
  width: 1.9em;
}

.h-19em {
  height: 1.9em;
}

.w-20em {
  width: 2em;
}

.h-20em {
  height: 2em;
}

.w-21em {
  width: 2.1em;
}

.h-21em {
  height: 2.1em;
}

.w-22em {
  width: 2.2em;
}

.h-22em {
  height: 2.2em;
}

.w-23em {
  width: 2.3em;
}

.h-23em {
  height: 2.3em;
}

.w-24em {
  width: 2.4em;
}

.h-24em {
  height: 2.4em;
}

.w-25em {
  width: 2.5em;
}

.h-25em {
  height: 2.5em;
}

.w-26em {
  width: 2.6em;
}

.h-26em {
  height: 2.6em;
}

.w-27em {
  width: 2.7em;
}

.h-27em {
  height: 2.7em;
}

.w-28em {
  width: 2.8em;
}

.h-28em {
  height: 2.8em;
}

.w-29em {
  width: 2.9em;
}

.h-29em {
  height: 2.9em;
}

.w-30em {
  width: 3em;
}

.h-30em {
  height: 3em;
}

.w-31em {
  width: 3.1em;
}

.h-31em {
  height: 3.1em;
}

.w-32em {
  width: 3.2em;
}

.h-32em {
  height: 3.2em;
}

.w-33em {
  width: 3.3em;
}

.h-33em {
  height: 3.3em;
}

.w-34em {
  width: 3.4em;
}

.h-34em {
  height: 3.4em;
}

.w-35em {
  width: 3.5em;
}

.h-35em {
  height: 3.5em;
}

.w-36em {
  width: 3.6em;
}

.h-36em {
  height: 3.6em;
}

.w-37em {
  width: 3.7em;
}

.h-37em {
  height: 3.7em;
}

.w-38em {
  width: 3.8em;
}

.h-38em {
  height: 3.8em;
}

.w-39em {
  width: 3.9em;
}

.h-39em {
  height: 3.9em;
}

.w-40em {
  width: 4em;
}

.h-40em {
  height: 4em;
}

.w-41em {
  width: 4.1em;
}

.h-41em {
  height: 4.1em;
}

.w-42em {
  width: 4.2em;
}

.h-42em {
  height: 4.2em;
}

.w-43em {
  width: 4.3em;
}

.h-43em {
  height: 4.3em;
}

.w-44em {
  width: 4.4em;
}

.h-44em {
  height: 4.4em;
}

.w-45em {
  width: 4.5em;
}

.h-45em {
  height: 4.5em;
}

.w-46em {
  width: 4.6em;
}

.h-46em {
  height: 4.6em;
}

.w-47em {
  width: 4.7em;
}

.h-47em {
  height: 4.7em;
}

.w-48em {
  width: 4.8em;
}

.h-48em {
  height: 4.8em;
}

.w-49em {
  width: 4.9em;
}

.h-49em {
  height: 4.9em;
}

.w-50em {
  width: 5em;
}

.h-50em {
  height: 5em;
}

.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-xxs {
  font-size: 8px;
}

.t-xs {
  font-size: 10px;
}

.t-sm {
  font-size: 12.5px;
}

.t-base {
  font-size: 15px;
}

.t-md {
  font-size: 16px;
}

.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-xxs {
  font-size: clamp(8px, 0.27778vw + 6.66667px, 12px);
}

.t-r-xs {
  font-size: clamp(10px, 0.34722vw + 8.33333px, 15px);
}

.t-r-sm {
  font-size: clamp(12.5px, 0.34722vw + 10.83333px, 17.5px);
}

.t-r-base {
  font-size: clamp(15px, 0.34722vw + 13.33333px, 20px);
}

.t-r-md {
  font-size: clamp(16px, 0.48611vw + 13.66667px, 23px);
}

.t-r-lg {
  font-size: clamp(17.5px, 0.52083vw + 15px, 25px);
}

.t-r-xl {
  font-size: clamp(20px, 0.69444vw + 16.66667px, 30px);
}

.t-r-2xl {
  font-size: clamp(22px, 0.90278vw + 17.66667px, 35px);
}

.t-r-3xl {
  font-size: clamp(30px, 1.73611vw + 21.66667px, 55px);
}

.t-r-4xl {
  font-size: clamp(35px, 1.73611vw + 26.66667px, 60px);
}

.t-r-5xl {
  font-size: clamp(45px, 1.04167vw + 40px, 60px);
}

.t-r-6xl {
  font-size: clamp(60px, 1.38889vw + 53.33333px, 80px);
}

.t-r-7xl {
  font-size: clamp(80px, 1.38889vw + 73.33333px, 100px);
}

.t-r-8xl {
  font-size: clamp(100px, 1.38889vw + 93.33333px, 120px);
}

.t-r-9xl {
  font-size: clamp(80px, 8.33333vw + 40px, 200px);
}

.c-key {
  color: #e30074;
}

.text-on-key {
  background-color: #e30074;
  color: #ff178e;
}

.border-c-key {
  border-color: #e30074;
}

.bg-c-key {
  background-color: #e30074;
}

.gradient-key {
  background: -webkit-gradient(linear, left top, right top, from(#e30074), to(#ff178e));
  background: linear-gradient(to right, #e30074, #ff178e);
}

.c-key-sub0 {
  color: #ffcc00;
}

.text-on-key-sub0 {
  background-color: #ffcc00;
  color: #ffd633;
}

.border-c-key-sub0 {
  border-color: #ffcc00;
}

.bg-c-key-sub0 {
  background-color: #ffcc00;
}

.gradient-key-sub0 {
  background: -webkit-gradient(linear, left top, right top, from(#ffcc00), to(#ffd633));
  background: linear-gradient(to right, #ffcc00, #ffd633);
}

.c-key-sub1 {
  color: #5b2a20;
}

.text-on-key-sub1 {
  background-color: #5b2a20;
  color: #813b2d;
}

.border-c-key-sub1 {
  border-color: #5b2a20;
}

.bg-c-key-sub1 {
  background-color: #5b2a20;
}

.gradient-key-sub1 {
  background: -webkit-gradient(linear, left top, right top, from(#5b2a20), to(#813b2d));
  background: linear-gradient(to right, #5b2a20, #813b2d);
}

.c-black0 {
  color: #1a1a1a;
}

.text-on-black0 {
  background-color: #1a1a1a;
  color: #343434;
}

.border-c-black0 {
  border-color: #1a1a1a;
}

.bg-c-black0 {
  background-color: #1a1a1a;
}

.gradient-black0 {
  background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#343434));
  background: linear-gradient(to right, #1a1a1a, #343434);
}

.c-black1 {
  color: #1a1a1a;
}

.text-on-black1 {
  background-color: #1a1a1a;
  color: #343434;
}

.border-c-black1 {
  border-color: #1a1a1a;
}

.bg-c-black1 {
  background-color: #1a1a1a;
}

.gradient-black1 {
  background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#343434));
  background: linear-gradient(to right, #1a1a1a, #343434);
}

.c-black2 {
  color: #333;
}

.text-on-black2 {
  background-color: #333;
  color: #4d4d4d;
}

.border-c-black2 {
  border-color: #333;
}

.bg-c-black2 {
  background-color: #333;
}

.gradient-black2 {
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#4d4d4d));
  background: linear-gradient(to right, #333, #4d4d4d);
}

.c-black3 {
  color: #4e4e4e;
}

.text-on-black3 {
  background-color: #4e4e4e;
  color: #686868;
}

.border-c-black3 {
  border-color: #4e4e4e;
}

.bg-c-black3 {
  background-color: #4e4e4e;
}

.gradient-black3 {
  background: -webkit-gradient(linear, left top, right top, from(#4e4e4e), to(#686868));
  background: linear-gradient(to right, #4e4e4e, #686868);
}

.c-black4 {
  color: #676767;
}

.text-on-black4 {
  background-color: #676767;
  color: #818181;
}

.border-c-black4 {
  border-color: #676767;
}

.bg-c-black4 {
  background-color: #676767;
}

.gradient-black4 {
  background: -webkit-gradient(linear, left top, right top, from(#676767), to(#818181));
  background: linear-gradient(to right, #676767, #818181);
}

.c-black5 {
  color: #818181;
}

.text-on-black5 {
  background-color: #818181;
  color: #9b9b9b;
}

.border-c-black5 {
  border-color: #818181;
}

.bg-c-black5 {
  background-color: #818181;
}

.gradient-black5 {
  background: -webkit-gradient(linear, left top, right top, from(#818181), to(#9b9b9b));
  background: linear-gradient(to right, #818181, #9b9b9b);
}

.c-black6 {
  color: #989898;
}

.text-on-black6 {
  background-color: #989898;
  color: #b2b2b2;
}

.border-c-black6 {
  border-color: #989898;
}

.bg-c-black6 {
  background-color: #989898;
}

.gradient-black6 {
  background: -webkit-gradient(linear, left top, right top, from(#989898), to(#b2b2b2));
  background: linear-gradient(to right, #989898, #b2b2b2);
}

.c-black7 {
  color: #b4b4b4;
}

.text-on-black7 {
  background-color: #b4b4b4;
  color: #cecece;
}

.border-c-black7 {
  border-color: #b4b4b4;
}

.bg-c-black7 {
  background-color: #b4b4b4;
}

.gradient-black7 {
  background: -webkit-gradient(linear, left top, right top, from(#b4b4b4), to(#cecece));
  background: linear-gradient(to right, #b4b4b4, #cecece);
}

.c-black8 {
  color: #ccc;
}

.text-on-black8 {
  background-color: #ccc;
  color: #e6e6e6;
}

.border-c-black8 {
  border-color: #ccc;
}

.bg-c-black8 {
  background-color: #ccc;
}

.gradient-black8 {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(#e6e6e6));
  background: linear-gradient(to right, #ccc, #e6e6e6);
}

.c-black9 {
  color: #e6e6e5;
}

.text-on-black9 {
  background-color: #e6e6e5;
  color: white;
}

.border-c-black9 {
  border-color: #e6e6e5;
}

.bg-c-black9 {
  background-color: #e6e6e5;
}

.gradient-black9 {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e5), to(white));
  background: linear-gradient(to right, #e6e6e5, white);
}

.c-black10 {
  color: #f3f3f3;
}

.text-on-black10 {
  background-color: #f3f3f3;
  color: white;
}

.border-c-black10 {
  border-color: #f3f3f3;
}

.bg-c-black10 {
  background-color: #f3f3f3;
}

.gradient-black10 {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(white));
  background: linear-gradient(to right, #f3f3f3, white);
}

.c-white0 {
  color: #fff;
}

.text-on-white0 {
  background-color: #fff;
  color: white;
}

.border-c-white0 {
  border-color: #fff;
}

.bg-c-white0 {
  background-color: #fff;
}

.gradient-white0 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(white));
  background: linear-gradient(to right, #fff, white);
}

.c-text {
  color: #fff;
}

.text-on-text {
  background-color: #fff;
  color: white;
}

.border-c-text {
  border-color: #fff;
}

.bg-c-text {
  background-color: #fff;
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(white));
  background: linear-gradient(to right, #fff, white);
}

.c-text-sub {
  color: #ccc;
}

.text-on-text-sub {
  background-color: #ccc;
  color: #e6e6e6;
}

.border-c-text-sub {
  border-color: #ccc;
}

.bg-c-text-sub {
  background-color: #ccc;
}

.gradient-text-sub {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(#e6e6e6));
  background: linear-gradient(to right, #ccc, #e6e6e6);
}

.c-bg0 {
  color: #fff;
}

.text-on-bg0 {
  background-color: #fff;
  color: white;
}

.border-c-bg0 {
  border-color: #fff;
}

.bg-c-bg0 {
  background-color: #fff;
}

.gradient-bg0 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(white));
  background: linear-gradient(to right, #fff, white);
}

.c-bg1 {
  color: #f7f7f7;
}

.text-on-bg1 {
  background-color: #f7f7f7;
  color: white;
}

.border-c-bg1 {
  border-color: #f7f7f7;
}

.bg-c-bg1 {
  background-color: #f7f7f7;
}

.gradient-bg1 {
  background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(white));
  background: linear-gradient(to right, #f7f7f7, white);
}

.c-bg2 {
  color: #f3f3f3;
}

.text-on-bg2 {
  background-color: #f3f3f3;
  color: white;
}

.border-c-bg2 {
  border-color: #f3f3f3;
}

.bg-c-bg2 {
  background-color: #f3f3f3;
}

.gradient-bg2 {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(white));
  background: linear-gradient(to right, #f3f3f3, white);
}

.c-border {
  color: #e6e6e5;
}

.text-on-border {
  background-color: #e6e6e5;
  color: white;
}

.border-c-border {
  border-color: #e6e6e5;
}

.bg-c-border {
  background-color: #e6e6e5;
}

.gradient-border {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e5), to(white));
  background: linear-gradient(to right, #e6e6e5, white);
}

.c-jp {
  color: #acacac;
}

.text-on-jp {
  background-color: #acacac;
  color: #c6c6c6;
}

.border-c-jp {
  border-color: #acacac;
}

.bg-c-jp {
  background-color: #acacac;
}

.gradient-jp {
  background: -webkit-gradient(linear, left top, right top, from(#acacac), to(#c6c6c6));
  background: linear-gradient(to right, #acacac, #c6c6c6);
}

.c-map {
  color: #606060;
}

.text-on-map {
  background-color: #606060;
  color: #7a7a7a;
}

.border-c-map {
  border-color: #606060;
}

.bg-c-map {
  background-color: #606060;
}

.gradient-map {
  background: -webkit-gradient(linear, left top, right top, from(#606060), to(#7a7a7a));
  background: linear-gradient(to right, #606060, #7a7a7a);
}

.c-error {
  color: #c8232d;
}

.text-on-error {
  background-color: #c8232d;
  color: #de404a;
}

.border-c-error {
  border-color: #c8232d;
}

.bg-c-error {
  background-color: #c8232d;
}

.gradient-error {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a));
  background: linear-gradient(to right, #c8232d, #de404a);
}

.c-error-bg {
  color: #c8232d;
}

.text-on-error-bg {
  background-color: #c8232d;
  color: #de404a;
}

.border-c-error-bg {
  border-color: #c8232d;
}

.bg-c-error-bg {
  background-color: #c8232d;
}

.gradient-error-bg {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a));
  background: linear-gradient(to right, #c8232d, #de404a);
}

.c-success {
  color: #29bb0f;
}

.text-on-success {
  background-color: #29bb0f;
  color: #33ea13;
}

.border-c-success {
  border-color: #29bb0f;
}

.bg-c-success {
  background-color: #29bb0f;
}

.gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13));
  background: linear-gradient(to right, #29bb0f, #33ea13);
}

.c-success-bg {
  color: #29bb0f;
}

.text-on-success-bg {
  background-color: #29bb0f;
  color: #33ea13;
}

.border-c-success-bg {
  border-color: #29bb0f;
}

.bg-c-success-bg {
  background-color: #29bb0f;
}

.gradient-success-bg {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13));
  background: linear-gradient(to right, #29bb0f, #33ea13);
}

.c-warning {
  color: #008fde;
}

.text-on-warning {
  background-color: #008fde;
  color: #12abff;
}

.border-c-warning {
  border-color: #008fde;
}

.bg-c-warning {
  background-color: #008fde;
}

.gradient-warning {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff));
  background: linear-gradient(to right, #008fde, #12abff);
}

.c-warning-bg {
  color: #008fde;
}

.text-on-warning-bg {
  background-color: #008fde;
  color: #12abff;
}

.border-c-warning-bg {
  border-color: #008fde;
}

.bg-c-warning-bg {
  background-color: #008fde;
}

.gradient-warning-bg {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff));
  background: linear-gradient(to right, #008fde, #12abff);
}

.c-rss {
  color: #ffac4a;
}

.text-on-rss {
  background-color: #ffac4a;
  color: #ffc37d;
}

.border-c-rss {
  border-color: #ffac4a;
}

.bg-c-rss {
  background-color: #ffac4a;
}

.gradient-rss {
  background: -webkit-gradient(linear, left top, right top, from(#ffac4a), to(#ffc37d));
  background: linear-gradient(to right, #ffac4a, #ffc37d);
}

.c-sns-facebook {
  color: #5372c1;
}

.text-on-sns-facebook {
  background-color: #5372c1;
  color: #7891cf;
}

.border-c-sns-facebook {
  border-color: #5372c1;
}

.bg-c-sns-facebook {
  background-color: #5372c1;
}

.gradient-sns-facebook {
  background: -webkit-gradient(linear, left top, right top, from(#5372c1), to(#7891cf));
  background: linear-gradient(to right, #5372c1, #7891cf);
}

.c-sns-twitter {
  color: #43a5f0;
}

.text-on-sns-twitter {
  background-color: #43a5f0;
  color: #72bcf4;
}

.border-c-sns-twitter {
  border-color: #43a5f0;
}

.bg-c-sns-twitter {
  background-color: #43a5f0;
}

.gradient-sns-twitter {
  background: -webkit-gradient(linear, left top, right top, from(#43a5f0), to(#72bcf4));
  background: linear-gradient(to right, #43a5f0, #72bcf4);
}

.c-sns-google-plus {
  color: #de4b39;
}

.text-on-sns-google-plus {
  background-color: #de4b39;
  color: #e57365;
}

.border-c-sns-google-plus {
  border-color: #de4b39;
}

.bg-c-sns-google-plus {
  background-color: #de4b39;
}

.gradient-sns-google-plus {
  background: -webkit-gradient(linear, left top, right top, from(#de4b39), to(#e57365));
  background: linear-gradient(to right, #de4b39, #e57365);
}

.c-sns-googleplus {
  color: #de4b39;
}

.text-on-sns-googleplus {
  background-color: #de4b39;
  color: #e57365;
}

.border-c-sns-googleplus {
  border-color: #de4b39;
}

.bg-c-sns-googleplus {
  background-color: #de4b39;
}

.gradient-sns-googleplus {
  background: -webkit-gradient(linear, left top, right top, from(#de4b39), to(#e57365));
  background: linear-gradient(to right, #de4b39, #e57365);
}

.c-sns-line {
  color: #29bb0f;
}

.text-on-sns-line {
  background-color: #29bb0f;
  color: #33ea13;
}

.border-c-sns-line {
  border-color: #29bb0f;
}

.bg-c-sns-line {
  background-color: #29bb0f;
}

.gradient-sns-line {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13));
  background: linear-gradient(to right, #29bb0f, #33ea13);
}

.c-sns-pocket {
  color: #d3505a;
}

.text-on-sns-pocket {
  background-color: #d3505a;
  color: #dd7980;
}

.border-c-sns-pocket {
  border-color: #d3505a;
}

.bg-c-sns-pocket {
  background-color: #d3505a;
}

.gradient-sns-pocket {
  background: -webkit-gradient(linear, left top, right top, from(#d3505a), to(#dd7980));
  background: linear-gradient(to right, #d3505a, #dd7980);
}

.c-sns-hatena {
  color: #008fde;
}

.text-on-sns-hatena {
  background-color: #008fde;
  color: #12abff;
}

.border-c-sns-hatena {
  border-color: #008fde;
}

.bg-c-sns-hatena {
  background-color: #008fde;
}

.gradient-sns-hatena {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff));
  background: linear-gradient(to right, #008fde, #12abff);
}

.c-sns-linkedin {
  color: #1174af;
}

.text-on-sns-linkedin {
  background-color: #1174af;
  color: #1693dd;
}

.border-c-sns-linkedin {
  border-color: #1174af;
}

.bg-c-sns-linkedin {
  background-color: #1174af;
}

.gradient-sns-linkedin {
  background: -webkit-gradient(linear, left top, right top, from(#1174af), to(#1693dd));
  background: linear-gradient(to right, #1174af, #1693dd);
}

.c-sns-instagram {
  color: #537fa1;
}

.text-on-sns-instagram {
  background-color: #537fa1;
  color: #7198b6;
}

.border-c-sns-instagram {
  border-color: #537fa1;
}

.bg-c-sns-instagram {
  background-color: #537fa1;
}

.gradient-sns-instagram {
  background: -webkit-gradient(linear, left top, right top, from(#537fa1), to(#7198b6));
  background: linear-gradient(to right, #537fa1, #7198b6);
}

.c-sns-flickr {
  color: #fb1683;
}

.text-on-sns-flickr {
  background-color: #fb1683;
  color: #fc489e;
}

.border-c-sns-flickr {
  border-color: #fb1683;
}

.bg-c-sns-flickr {
  background-color: #fb1683;
}

.gradient-sns-flickr {
  background: -webkit-gradient(linear, left top, right top, from(#fb1683), to(#fc489e));
  background: linear-gradient(to right, #fb1683, #fc489e);
}

.c-sns-pinterest {
  color: #c8232d;
}

.text-on-sns-pinterest {
  background-color: #c8232d;
  color: #de404a;
}

.border-c-sns-pinterest {
  border-color: #c8232d;
}

.bg-c-sns-pinterest {
  background-color: #c8232d;
}

.gradient-sns-pinterest {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a));
  background: linear-gradient(to right, #c8232d, #de404a);
}

.c-sns-tumblr {
  color: #2b445e;
}

.text-on-sns-tumblr {
  background-color: #2b445e;
  color: #3b5d81;
}

.border-c-sns-tumblr {
  border-color: #2b445e;
}

.bg-c-sns-tumblr {
  background-color: #2b445e;
}

.gradient-sns-tumblr {
  background: -webkit-gradient(linear, left top, right top, from(#2b445e), to(#3b5d81));
  background: linear-gradient(to right, #2b445e, #3b5d81);
}

.c-sns-youtube {
  color: #fa373a;
}

.text-on-sns-youtube {
  background-color: #fa373a;
  color: #fb696b;
}

.border-c-sns-youtube {
  border-color: #fa373a;
}

.bg-c-sns-youtube {
  background-color: #fa373a;
}

.gradient-sns-youtube {
  background: -webkit-gradient(linear, left top, right top, from(#fa373a), to(#fb696b));
  background: linear-gradient(to right, #fa373a, #fb696b);
}

.c-sns-vimeo {
  color: #47b1d9;
}

.text-on-sns-vimeo {
  background-color: #47b1d9;
  color: #71c3e2;
}

.border-c-sns-vimeo {
  border-color: #47b1d9;
}

.bg-c-sns-vimeo {
  background-color: #47b1d9;
}

.gradient-sns-vimeo {
  background: -webkit-gradient(linear, left top, right top, from(#47b1d9), to(#71c3e2));
  background: linear-gradient(to right, #47b1d9, #71c3e2);
}

.c-rakuten {
  color: #bf0000;
}

.text-on-rakuten {
  background-color: #bf0000;
  color: #f20000;
}

.border-c-rakuten {
  border-color: #bf0000;
}

.bg-c-rakuten {
  background-color: #bf0000;
}

.gradient-rakuten {
  background: -webkit-gradient(linear, left top, right top, from(#bf0000), to(#f20000));
  background: linear-gradient(to right, #bf0000, #f20000);
}

.c-sale {
  color: #bf0000;
}

.text-on-sale {
  background-color: #bf0000;
  color: #f20000;
}

.border-c-sale {
  border-color: #bf0000;
}

.bg-c-sale {
  background-color: #bf0000;
}

.gradient-sale {
  background: -webkit-gradient(linear, left top, right top, from(#bf0000), to(#f20000));
  background: linear-gradient(to right, #bf0000, #f20000);
}

.c-navy {
  color: #01017a;
}

.text-on-navy {
  background-color: #01017a;
  color: #0101ad;
}

.border-c-navy {
  border-color: #01017a;
}

.bg-c-navy {
  background-color: #01017a;
}

.gradient-navy {
  background: -webkit-gradient(linear, left top, right top, from(#01017a), to(#0101ad));
  background: linear-gradient(to right, #01017a, #0101ad);
}

.c-grey {
  color: #a9a9a9;
}

.text-on-grey {
  background-color: #a9a9a9;
  color: #c3c3c3;
}

.border-c-grey {
  border-color: #a9a9a9;
}

.bg-c-grey {
  background-color: #a9a9a9;
}

.gradient-grey {
  background: -webkit-gradient(linear, left top, right top, from(#a9a9a9), to(#c3c3c3));
  background: linear-gradient(to right, #a9a9a9, #c3c3c3);
}

.c-brown {
  color: #8b4513;
}

.text-on-brown {
  background-color: #8b4513;
  color: #b85b19;
}

.border-c-brown {
  border-color: #8b4513;
}

.bg-c-brown {
  background-color: #8b4513;
}

.gradient-brown {
  background: -webkit-gradient(linear, left top, right top, from(#8b4513), to(#b85b19));
  background: linear-gradient(to right, #8b4513, #b85b19);
}

.c-beige {
  color: #f5f5dc;
}

.text-on-beige {
  background-color: #f5f5dc;
  color: white;
}

.border-c-beige {
  border-color: #f5f5dc;
}

.bg-c-beige {
  background-color: #f5f5dc;
}

.gradient-beige {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5dc), to(white));
  background: linear-gradient(to right, #f5f5dc, white);
}

.c-green {
  color: #6cdd9d;
}

.text-on-green {
  background-color: #6cdd9d;
  color: #95e7b9;
}

.border-c-green {
  border-color: #6cdd9d;
}

.bg-c-green {
  background-color: #6cdd9d;
}

.gradient-green {
  background: -webkit-gradient(linear, left top, right top, from(#6cdd9d), to(#95e7b9));
  background: linear-gradient(to right, #6cdd9d, #95e7b9);
}

.c-blue {
  color: #4169e1;
}

.text-on-blue {
  background-color: #4169e1;
  color: #6d8ce8;
}

.border-c-blue {
  border-color: #4169e1;
}

.bg-c-blue {
  background-color: #4169e1;
}

.gradient-blue {
  background: -webkit-gradient(linear, left top, right top, from(#4169e1), to(#6d8ce8));
  background: linear-gradient(to right, #4169e1, #6d8ce8);
}

.c-purple {
  color: #c968e6;
}

.text-on-purple {
  background-color: #c968e6;
  color: #d994ed;
}

.border-c-purple {
  border-color: #c968e6;
}

.bg-c-purple {
  background-color: #c968e6;
}

.gradient-purple {
  background: -webkit-gradient(linear, left top, right top, from(#c968e6), to(#d994ed));
  background: linear-gradient(to right, #c968e6, #d994ed);
}

.c-pink {
  color: #fcc6ca;
}

.text-on-pink {
  background-color: #fcc6ca;
  color: #fff6f7;
}

.border-c-pink {
  border-color: #fcc6ca;
}

.bg-c-pink {
  background-color: #fcc6ca;
}

.gradient-pink {
  background: -webkit-gradient(linear, left top, right top, from(#fcc6ca), to(#fff6f7));
  background: linear-gradient(to right, #fcc6ca, #fff6f7);
}

.c-red {
  color: #dd6463;
}

.text-on-red {
  background-color: #dd6463;
  color: #e68e8d;
}

.border-c-red {
  border-color: #dd6463;
}

.bg-c-red {
  background-color: #dd6463;
}

.gradient-red {
  background: -webkit-gradient(linear, left top, right top, from(#dd6463), to(#e68e8d));
  background: linear-gradient(to right, #dd6463, #e68e8d);
}

.c-yellow {
  color: #fede4c;
}

.text-on-yellow {
  background-color: #fede4c;
  color: #fee77f;
}

.border-c-yellow {
  border-color: #fede4c;
}

.bg-c-yellow {
  background-color: #fede4c;
}

.gradient-yellow {
  background: -webkit-gradient(linear, left top, right top, from(#fede4c), to(#fee77f));
  background: linear-gradient(to right, #fede4c, #fee77f);
}

.c-orange {
  color: #fda65f;
}

.text-on-orange {
  background-color: #fda65f;
  color: #fec291;
}

.border-c-orange {
  border-color: #fda65f;
}

.bg-c-orange {
  background-color: #fda65f;
}

.gradient-orange {
  background: -webkit-gradient(linear, left top, right top, from(#fda65f), to(#fec291));
  background: linear-gradient(to right, #fda65f, #fec291);
}

.c-gold {
  color: #ffd700;
}

.text-on-gold {
  background-color: #ffd700;
  color: #ffdf33;
}

.border-c-gold {
  border-color: #ffd700;
}

.bg-c-gold {
  background-color: #ffd700;
}

.gradient-gold {
  background: -webkit-gradient(linear, left top, right top, from(#ffd700), to(#ffdf33));
  background: linear-gradient(to right, #ffd700, #ffdf33);
}

.c-silver {
  color: #c0c0c0;
}

.text-on-silver {
  background-color: #c0c0c0;
  color: #dadada;
}

.border-c-silver {
  border-color: #c0c0c0;
}

.bg-c-silver {
  background-color: #c0c0c0;
}

.gradient-silver {
  background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), to(#dadada));
  background: linear-gradient(to right, #c0c0c0, #dadada);
}

.c-lightblue {
  color: #67cae6;
}

.text-on-lightblue {
  background-color: #67cae6;
  color: #93d9ed;
}

.border-c-lightblue {
  border-color: #67cae6;
}

.bg-c-lightblue {
  background-color: #67cae6;
}

.gradient-lightblue {
  background: -webkit-gradient(linear, left top, right top, from(#67cae6), to(#93d9ed));
  background: linear-gradient(to right, #67cae6, #93d9ed);
}

.c-darkred {
  color: #c0392b;
}

.text-on-darkred {
  background-color: #c0392b;
  color: #d65548;
}

.border-c-darkred {
  border-color: #c0392b;
}

.bg-c-darkred {
  background-color: #c0392b;
}

.gradient-darkred {
  background: -webkit-gradient(linear, left top, right top, from(#c0392b), to(#d65548));
  background: linear-gradient(to right, #c0392b, #d65548);
}

.c-darkblue {
  color: #2980b9;
}

.text-on-darkblue {
  background-color: #2980b9;
  color: #409ad5;
}

.border-c-darkblue {
  border-color: #2980b9;
}

.bg-c-darkblue {
  background-color: #2980b9;
}

.gradient-darkblue {
  background: -webkit-gradient(linear, left top, right top, from(#2980b9), to(#409ad5));
  background: linear-gradient(to right, #2980b9, #409ad5);
}

.c-darkorange {
  color: #f39c12;
}

.text-on-darkorange {
  background-color: #f39c12;
  color: #f5b043;
}

.border-c-darkorange {
  border-color: #f39c12;
}

.bg-c-darkorange {
  background-color: #f39c12;
}

.gradient-darkorange {
  background: -webkit-gradient(linear, left top, right top, from(#f39c12), to(#f5b043));
  background: linear-gradient(to right, #f39c12, #f5b043);
}

.c-darkgreen {
  color: #27ae60;
}

.text-on-darkgreen {
  background-color: #27ae60;
  color: #36d278;
}

.border-c-darkgreen {
  border-color: #27ae60;
}

.bg-c-darkgreen {
  background-color: #27ae60;
}

.gradient-darkgreen {
  background: -webkit-gradient(linear, left top, right top, from(#27ae60), to(#36d278));
  background: linear-gradient(to right, #27ae60, #36d278);
}

.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(30px, 1.38889vw + 23.33333px, 50px);
}
.stack.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 990px) {
  .stack.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack.is-keep-horizontal > * {
  text-box: normal;
}

.stack-xxs {
  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(4px, 0.27778vw + 2.66667px, 8px);
}
.stack-xxs.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xxs.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-xxs.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-xxs.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-xxs.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-xxs.is-keep-horizontal > * {
  text-box: normal;
}

.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-xs.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xs.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-xs.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-xs.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-xs.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-xs.is-keep-horizontal > * {
  text-box: normal;
}

.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(10px, 0.27778vw + 8.66667px, 14px);
}
.stack-sm.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-sm.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-sm.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-sm.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-sm.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-sm.is-keep-horizontal > * {
  text-box: normal;
}

.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-md.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-md.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-md.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-md.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-md.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-md.is-keep-horizontal > * {
  text-box: normal;
}

.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-base.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-base.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-base.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-base.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-base.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-base.is-keep-horizontal > * {
  text-box: normal;
}

.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-lg.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-lg.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-lg.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-lg.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-lg.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-lg.is-keep-horizontal > * {
  text-box: normal;
}

.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-xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-xl.is-keep-horizontal > * {
  text-box: normal;
}

.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-2xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-2xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-2xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-2xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-2xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-2xl.is-keep-horizontal > * {
  text-box: normal;
}

.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(72px, 1.25vw + 66px, 90px);
}
.stack-3xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-3xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-3xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-3xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-3xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-3xl.is-keep-horizontal > * {
  text-box: normal;
}

.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(82px, 1.25vw + 76px, 100px);
}
.stack-4xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-4xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-4xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-4xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-4xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-4xl.is-keep-horizontal > * {
  text-box: normal;
}

.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(92px, 1.25vw + 86px, 110px);
}
.stack-5xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-5xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-5xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-5xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-5xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-5xl.is-keep-horizontal > * {
  text-box: normal;
}

.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(102px, 1.25vw + 96px, 120px);
}
.stack-6xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-6xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-6xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-6xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-6xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-6xl.is-keep-horizontal > * {
  text-box: normal;
}

.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(112px, 1.25vw + 106px, 130px);
}
.stack-7xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-7xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-7xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-7xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-7xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-7xl.is-keep-horizontal > * {
  text-box: normal;
}

.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(122px, 1.25vw + 116px, 140px);
}
.stack-8xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-8xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-8xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-8xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-8xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-8xl.is-keep-horizontal > * {
  text-box: normal;
}

.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(132px, 1.25vw + 126px, 150px);
}
.stack-9xl.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 990px) {
  .stack-9xl.is-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack-9xl.is-horizontal.is-same-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stack-9xl.is-keep-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 990px) {
  .stack-9xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stack-9xl.is-keep-horizontal > * {
  text-box: normal;
}

.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

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

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

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

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

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

.grid-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(15px, 0.34722vw + 13.33333px, 20px) minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(15px, 0.34722vw + 13.33333px, 20px);
}
.grid-layout.is-col2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-layout.is-col3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-layout.is-col4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-layout.is-col5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-layout.is-col6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (max-width: 990px) {
  .grid-layout {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 480px) {
  .grid-layout {
    -ms-grid-columns: (minmax(0, 1fr))[1] !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 990px) {
  .grid-layout.is-keep-col2 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 480px) {
  .grid-layout.is-keep-col2 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.grid-layout.is-col5-to-col2 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 990px) {
  .grid-layout.is-col5-to-col2 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 480px) {
  .grid-layout.is-col5-to-col2 {
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.aspect-ratio-1-1 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-1-1:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.aspect-ratio-1-1 > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-16-9:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.aspect-ratio-16-9 > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-ratio-4-3 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-4-3:before {
  display: block;
  padding-top: 75%;
  content: "";
}
.aspect-ratio-4-3 > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 990px) {
  .aspect-ratio-md-1-1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-md-1-1:before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .aspect-ratio-md-1-1 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 990px) {
  .aspect-ratio-md-4-3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-md-4-3:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .aspect-ratio-md-4-3 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 480px) {
  .aspect-ratio-sp-1-1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-sp-1-1:before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .aspect-ratio-sp-1-1 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 480px) {
  .aspect-ratio-sp-4-3 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .aspect-ratio-sp-4-3:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .aspect-ratio-sp-4-3 > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}