@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: #004098;
  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: #004098;
  -webkit-box-shadow: 0 0 0 1px #f3f3f3;
          box-shadow: 0 0 0 1px #f3f3f3;
}

body {
  position: relative;
  margin-top: 90px;
  background: #fff;
  overflow-x: hidden;
  overflow-x: clip;
  text-box: trim-both cap alphabetic;
  color: #343639;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.5;
  font-family: "Inter", sans-serif, "Roboto Condensed", sans-serif, "Inter", sans-serif, sans-serif;
}
@media (max-width: 990px) {
  body {
    margin-top: 60px;
  }
}
body img,
body a,
body iframe,
body picture,
body label,
body small,
body date {
  display: block;
}
body a {
  color: #343639;
}

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

[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: #004098;
  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: #004098;
}
[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: #004098;
}

@-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%;
  padding: 1.3rem 1.8rem;
  color: #fff;
  font-size: 5rem !important;
}

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

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

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

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

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

.container {
  margin: auto;
  width: 90%;
  max-width: 1083px;
  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%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  width: 100%;
  height: 90px;
  z-index: 6;
}
@media (max-width: 990px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto auto;
  grid-template-columns: 1fr auto auto auto;
  margin: auto;
  height: 100%;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 1em;
  height: 100%;
}
@media (max-width: 990px) {
  .header__logo {
    padding: 0 0 0 2.5%;
  }
}
.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: 60%;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .header__logo__link:hover {
    opacity: 0.7;
  }
  .header__logo__link:hover > * {
    opacity: 0.7;
  }
}
.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 .language-switcher {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 90px;
  height: 90px;
}
@media (max-width: 990px) {
  .header .language-switcher {
    width: 60px;
    height: 60px;
  }
}
.header .language-switcher__icon {
  width: 50%;
}
.header .language-switcher__title {
  color: #004098;
  font-size: clamp(9px, 0vw + 9px, 9px);
}
.header .language-switcher.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f3f5f7;
}
.header .language-switcher__lists {
  -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));
  position: absolute;
  top: 100%;
  right: 0;
  background: #f3f5f7;
  right: -372px;
  -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: 362px;
  height: auto;
}
.header .language-switcher__lists.is-open {
  right: 0;
}
@media (max-width: 990px) {
  .header .language-switcher__lists {
    top: 60px;
    right: 0;
    left: 0;
    clip-path: inset(0 0 100% 0);
    -webkit-transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    width: 100%;
  }
  .header .language-switcher__lists.is-open {
    clip-path: inset(0 0 0% 0);
  }
}
.header .language-switcher__list:not(:first-child) {
  border-top: 1px solid #7094c5;
}
.header .language-switcher__list__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;
  margin: auto;
  width: 100%;
  color: #004098;
}
@media (min-width: 990px) {
  .header .language-switcher__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .header .language-switcher__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #fff;
  }
}
.header .language-switcher__list__link[data-stt-active] {
  background: #004098;
  color: #fff;
}
.header .language-switcher__list__title {
  margin: auto;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.header .global-nav {
  position: fixed;
  top: 90px;
  background: #004098;
  -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));
  right: -460px;
  -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: auto;
  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: 60px;
    top: 60px;
    right: 0;
    left: 0;
    clip-path: inset(0 0 100% 0);
    -webkit-transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.32, 1.01);
    width: 100%;
  }
  .header .global-nav.is-open {
    clip-path: inset(0 0 0% 0);
  }
}
.header .global-nav__wrapper {
  position: relative;
  z-index: auto;
  background: #004098;
  width: 100%;
}
.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;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}
@media (max-width: 990px) {
  .header .global-nav__lists {
    max-height: calc(100vh - 60px);
  }
}
.header .global-nav__list__link {
  color: #fff;
  font-size: clamp(1.4rem, 0.01389vw + 1.33333px, 1.6rem);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@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:not(:first-child) {
  border-top: 1px solid #7094c5;
}
.header .global-nav__child-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #7094c5;
}
.header .global-nav__child-list__link {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .header .global-nav__child-list__link:hover {
    opacity: 0.7;
  }
  .header .global-nav__child-list__link:hover > * {
    opacity: 0.7;
  }
}
.header .global-nav__child-list:not(:nth-child(2n)) {
  border-right: 1px solid #7094c5;
}
.header .global-nav__child-list:nth-last-child(n+3) {
  border-bottom: 1px solid #7094c5;
}
.header .global-nav__child-list:nth-child(8) {
  border-bottom: 1px solid #7094c5;
}
.header .global-nav__item__link {
  display: block;
  color: #fff;
}
.header .global-nav__item__icon {
  display: block;
  margin: 0 0 1rem 0;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .header .global-nav__item__icon:hover {
    opacity: 0.7;
  }
  .header .global-nav__item__icon:hover > * {
    opacity: 0.7;
  }
}
.header .global-nav::-webkit-scrollbar {
  display: none;
}
.header .screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 10;
}
.header .menu {
  background: #004098;
  width: 90px;
  height: 90px;
  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;
  cursor: pointer;
  z-index: 12;
}
@media (max-width: 990px) {
  .header .menu {
    top: 60px;
    width: 60px;
    height: 60px;
  }
}
.header .menu.is-no-animation span {
  -webkit-animation: none !important;
          animation: none !important;
}
.header .menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 21.4285714286px;
}
@media (max-width: 990px) {
  .header .menu__wrapper {
    width: 30px;
    height: 14.2857142857px;
  }
}
.header .menu__title {
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: clamp(9px, 0vw + 9px, 9px);
  text-align: center;
}
.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: 45px;
  height: 21.4285714286px;
}
@media (max-width: 990px) {
  .header .menu__box {
    width: 30px;
    height: 14.2857142857px;
  }
  .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-sp {
    0% {
      -webkit-transform: translateY(6.2857142857px) rotate(45deg);
              transform: translateY(6.2857142857px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(6.2857142857px) rotate(0);
              transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01-sp {
    0% {
      -webkit-transform: translateY(6.2857142857px) rotate(45deg);
              transform: translateY(6.2857142857px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(6.2857142857px) rotate(0);
              transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .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-sp {
    0% {
      -webkit-transform: translateY(-6.2857142857px) rotate(-45deg);
              transform: translateY(-6.2857142857px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-6.2857142857px) rotate(0);
              transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
      width: 100%;
    }
  }
  @keyframes btn07-bar03-sp {
    0% {
      -webkit-transform: translateY(-6.2857142857px) rotate(-45deg);
              transform: translateY(-6.2857142857px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-6.2857142857px) rotate(0);
              transform: translateY(-6.2857142857px) 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-sp 0.75s forwards;
            animation: active-btn07-bar01-sp 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01-sp {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(6.2857142857px) rotate(0);
              transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(6.2857142857px) rotate(45deg);
              transform: translateY(6.2857142857px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01-sp {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(6.2857142857px) rotate(0);
              transform: translateY(6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(6.2857142857px) rotate(45deg);
              transform: translateY(6.2857142857px) rotate(45deg);
    }
  }
  .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-sp {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-6.2857142857px) rotate(0);
              transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-6.2857142857px) rotate(-45deg);
              transform: translateY(-6.2857142857px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03-sp {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-6.2857142857px) rotate(0);
              transform: translateY(-6.2857142857px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-6.2857142857px) rotate(-45deg);
              transform: translateY(-6.2857142857px) rotate(-45deg);
    }
  }
}
.header .menu__box.is-open span {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: #fff !important;
}
.header .menu__box.is-open span:nth-of-type(2) {
  opacity: 0;
}
.header .menu__box span:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
}
@media (min-width: 990px) {
  .header .menu__box span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
            animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(9.5px) rotate(45deg);
              transform: translateY(9.5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9.5px) rotate(0);
              transform: translateY(9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(9.5px) rotate(45deg);
              transform: translateY(9.5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9.5px) rotate(0);
              transform: translateY(9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .header .menu__box span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
            animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-9.5px) rotate(-45deg);
              transform: translateY(-9.5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9.5px) rotate(0);
              transform: translateY(-9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
      width: 100%;
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-9.5px) rotate(-45deg);
              transform: translateY(-9.5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9.5px) rotate(0);
              transform: translateY(-9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
      width: 100%;
    }
  }
  .header .menu__box.is-open span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(9.5px) rotate(0);
              transform: translateY(9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(9.5px) rotate(45deg);
              transform: translateY(9.5px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(9.5px) rotate(0);
              transform: translateY(9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(9.5px) rotate(45deg);
              transform: translateY(9.5px) rotate(45deg);
    }
  }
  .header .menu__box.is-open span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9.5px) rotate(0);
              transform: translateY(-9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9.5px) rotate(-45deg);
              transform: translateY(-9.5px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9.5px) rotate(0);
              transform: translateY(-9.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9.5px) rotate(-45deg);
              transform: translateY(-9.5px) rotate(-45deg);
    }
  }
}
.header .menu__border {
  display: block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #fff;
  width: 100%;
  height: 2px;
}
.header .menu__border:nth-child(2) {
  width: 100%;
}
.header .menu__border:nth-child(3) {
  width: 100%;
}

.footer {
  position: relative;
  width: 100%;
  padding: 5rem;
  color: #fff;
  background: #004098;
  z-index: 3;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 990px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 990px) {
  .footer__item {
    margin: auto;
    text-align: center;
  }
}
.footer__link {
  color: #fff;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .footer__link:hover {
    opacity: 0.7;
  }
  .footer__link:hover > * {
    opacity: 0.7;
  }
}
.footer__logo {
  width: 200px;
  margin: 0 0 1rem 0;
}
@media (max-width: 990px) {
  .footer__logo {
    margin: 0 0 3rem 0;
  }
}
.footer__group {
  font-size: 1.3rem;
}
@media (max-width: 990px) {
  .footer__group {
    margin: 0 0 3rem 0;
  }
}
.footer__group .footer__link {
  position: relative;
}
.footer__group .footer__link:not(:last-of-type) {
  margin: 0 2rem 0 0;
}
.footer__group .footer__link:not(:last-of-type):before {
  position: absolute;
  top: 55%;
  left: 1rem;
  display: inline-block;
  width: 100%;
  height: 1em;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none !important;
  opacity: 1 !important;
  border-right: 1px solid #fff;
}
.footer__sns-icon {
  display: block;
  margin: 0 0 1rem auto;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .footer__sns-icon:hover {
    opacity: 0.7;
  }
  .footer__sns-icon:hover > * {
    opacity: 0.7;
  }
}
@media (max-width: 990px) {
  .footer__sns-icon {
    margin: 0 auto 3rem auto;
  }
}
.footer__copyright {
  font-size: 1rem;
  display: block;
  color: #fff;
}

[class^=title-p] {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(35px, 1.04167vw + 30px, 50px);
  font-weight: 600;
  line-height: 1.2;
  color: #004098;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline-block;
}

.title-p {
  margin-bottom: 0.7em;
}
.title-p:before, .title-p:after {
  content: "";
  height: 2px;
  bottom: -0.4em;
  position: absolute;
  width: 0.35em;
  left: 50%;
}
.title-p:before {
  background: #c8161d;
  -webkit-transform: translateX(-0.35em);
          transform: translateX(-0.35em);
}
.title-p:after {
  background: #004098;
  -webkit-transform: translateX(0em);
          transform: translateX(0em);
}
.title-p.is-no-border {
  margin: 0;
}
.title-p.is-no-border:before, .title-p.is-no-border:after {
  display: none;
}

[class^=title-s] {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(35px, 1.04167vw + 30px, 50px);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline-block;
}

[class^=title-t] {
  font-size: clamp(20px, 0.41667vw + 18px, 26px);
  font-weight: 500;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-left: 0.75em;
}

.title-t:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 0.25em;
  height: 100%;
  background: #004098;
  content: "";
}

[class^=title-q] {
  font-size: clamp(18px, 0.13889vw + 17.33333px, 20px);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  border-bottom: 3px solid #e6e6e5;
  padding-bottom: 0.25em;
  font-weight: 600;
}

[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;
  -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));
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #fff;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #004098 !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  [class^=btn-p] {
    min-width: 16em;
  }
}
[class^=btn-p] > * {
  line-height: 1;
}
[class^=btn-p] input[type=submit],
[class^=btn-p] input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #004098;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  [class^=btn-p] input[type=submit],
  [class^=btn-p] input[type=button] {
    min-width: 16em;
  }
}
[class^=btn-p] > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[class^=btn-p].is-disabled, [class^=btn-p]:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  [class^=btn-p] {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  [class^=btn-p]:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #ffcc00;
    width: 100%;
    height: 105%;
    content: "";
  }
  [class^=btn-p]:hover {
    border-color: #ffcc00;
    color: #fff !important;
  }
  [class^=btn-p]:hover input[type=submit],
  [class^=btn-p]:hover input[type=button] {
    color: #fff;
  }
  [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 .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}

.btn-p .icon {
  width: 1em;
  height: 1.2em;
  fill: #fff !important;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter ease-in-out 0.3s;
  transition: -webkit-filter ease-in-out 0.3s;
  transition: filter ease-in-out 0.3s;
  transition: filter ease-in-out 0.3s, -webkit-filter ease-in-out 0.3s;
}
.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;
  -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));
  cursor: pointer;
  border: 2px solid #004098;
  border-radius: 100px;
  background: #004098;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .btn-p.is-key {
    min-width: 16em;
  }
}
.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 #004098;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #fff;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  .btn-p.is-key input[type=submit],
  .btn-p.is-key input[type=button] {
    min-width: 16em;
  }
}
.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: #fff;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-p.is-key:hover {
    border-color: #004098;
    color: #004098 !important;
  }
  .btn-p.is-key:hover input[type=submit],
  .btn-p.is-key:hover input[type=button] {
    color: #004098;
  }
  .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 .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}
.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;
  -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));
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .btn-p.is-white {
    min-width: 16em;
  }
}
.btn-p.is-white > * {
  line-height: 1;
}
.btn-p.is-white input[type=submit],
.btn-p.is-white input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #fff;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  .btn-p.is-white input[type=submit],
  .btn-p.is-white input[type=button] {
    min-width: 16em;
  }
}
.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: #343639 !important;
  }
  .btn-p.is-white:hover input[type=submit],
  .btn-p.is-white:hover input[type=button] {
    color: #343639;
  }
  .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 .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}
.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;
  -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));
  cursor: pointer;
  border: 2px solid #1a1a1a;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #1a1a1a !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .btn-p.is-black {
    min-width: 16em;
  }
}
.btn-p.is-black > * {
  line-height: 1;
}
.btn-p.is-black input[type=submit],
.btn-p.is-black input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #1a1a1a;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  .btn-p.is-black input[type=submit],
  .btn-p.is-black input[type=button] {
    min-width: 16em;
  }
}
.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 .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}
.btn-p.is-blue {
  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;
  -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));
  cursor: pointer;
  border: 2px solid #0c61d6;
  border-radius: 100px;
  background: #0c61d6;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .btn-p.is-blue {
    min-width: 16em;
  }
}
.btn-p.is-blue > * {
  line-height: 1;
}
.btn-p.is-blue input[type=submit],
.btn-p.is-blue input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #0c61d6;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #fff;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  .btn-p.is-blue input[type=submit],
  .btn-p.is-blue input[type=button] {
    min-width: 16em;
  }
}
.btn-p.is-blue > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-p.is-blue.is-disabled, .btn-p.is-blue:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-p.is-blue {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-p.is-blue: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-blue:hover {
    border-color: #0c61d6;
    color: #0c61d6 !important;
  }
  .btn-p.is-blue:hover input[type=submit],
  .btn-p.is-blue:hover input[type=button] {
    color: #0c61d6;
  }
  .btn-p.is-blue:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .btn-p.is-blue:hover .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}
.btn-p.is-key-line {
  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;
  -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));
  cursor: pointer;
  border: 2px solid #004098;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #004098 !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .btn-p.is-key-line {
    min-width: 16em;
  }
}
.btn-p.is-key-line > * {
  line-height: 1;
}
.btn-p.is-key-line input[type=submit],
.btn-p.is-key-line input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #004098;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #004098;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  .btn-p.is-key-line input[type=submit],
  .btn-p.is-key-line input[type=button] {
    min-width: 16em;
  }
}
.btn-p.is-key-line > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-p.is-key-line.is-disabled, .btn-p.is-key-line:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-p.is-key-line {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-p.is-key-line: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: #004098;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-p.is-key-line:hover {
    border-color: #004098;
    color: #fff !important;
  }
  .btn-p.is-key-line:hover input[type=submit],
  .btn-p.is-key-line:hover input[type=button] {
    color: #fff;
  }
  .btn-p.is-key-line:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .btn-p.is-key-line:hover .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}
.btn-p.is-lg {
  min-width: 30em;
}
.btn-p.is-sm {
  padding: 0.6em 1.5em;
  -webkit-filter: none;
          filter: none;
}
.btn-p.is-auto-width {
  min-width: auto;
}

[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;
  -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));
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #fff;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #004098 !important;
  font-size: clamp(15px, 0vw + 15px, 15px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  [class^=btn-s] {
    min-width: 16em;
  }
}
[class^=btn-s] > * {
  line-height: 1;
}
[class^=btn-s] input[type=submit],
[class^=btn-s] input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #004098;
  font-size: clamp(15px, 0vw + 15px, 15px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  [class^=btn-s] input[type=submit],
  [class^=btn-s] input[type=button] {
    min-width: 16em;
  }
}
[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;
}
@media (min-width: 990px) {
  [class^=btn-s] {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  [class^=btn-s]:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    background: #ffcc00;
    width: 100%;
    height: 105%;
    content: "";
  }
  [class^=btn-s]:hover {
    border-color: #ffcc00;
    color: #fff !important;
  }
  [class^=btn-s]:hover input[type=submit],
  [class^=btn-s]:hover input[type=button] {
    color: #fff;
  }
  [class^=btn-s]:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  [class^=btn-s]:hover .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}

.btn-s .icon {
  width: 1em;
  height: 1.2em;
  fill: #fff !important;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter ease-in-out 0.3s;
  transition: -webkit-filter ease-in-out 0.3s;
  transition: filter ease-in-out 0.3s;
  transition: filter ease-in-out 0.3s, -webkit-filter ease-in-out 0.3s;
}
.btn-s.is-blue {
  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;
  -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));
  cursor: pointer;
  border: 2px solid #0c61d6;
  border-radius: 100px;
  background: #0c61d6;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .btn-s.is-blue {
    min-width: 16em;
  }
}
.btn-s.is-blue > * {
  line-height: 1;
}
.btn-s.is-blue input[type=submit],
.btn-s.is-blue input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #0c61d6;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #fff;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  .btn-s.is-blue input[type=submit],
  .btn-s.is-blue input[type=button] {
    min-width: 16em;
  }
}
.btn-s.is-blue > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-s.is-blue.is-disabled, .btn-s.is-blue:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-s.is-blue {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-s.is-blue: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-s.is-blue:hover {
    border-color: #0c61d6;
    color: #0c61d6 !important;
  }
  .btn-s.is-blue:hover input[type=submit],
  .btn-s.is-blue:hover input[type=button] {
    color: #0c61d6;
  }
  .btn-s.is-blue:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .btn-s.is-blue:hover .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}
.btn-s.is-key-line {
  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;
  -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));
  cursor: pointer;
  border: 2px solid #004098;
  border-radius: 100px;
  background: transparent;
  padding: 1em 2em;
  min-width: 20em;
  overflow: hidden;
  color: #004098 !important;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
  gap: 0.5em;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .btn-s.is-key-line {
    min-width: 16em;
  }
}
.btn-s.is-key-line > * {
  line-height: 1;
}
.btn-s.is-key-line input[type=submit],
.btn-s.is-key-line input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #004098;
  background-color: transparent;
  padding: 1em 2em;
  min-width: 20em;
  color: #004098;
  font-size: clamp(15px, 0.20833vw + 14px, 18px);
  line-height: 1.3;
}
@media (max-width: 990px) {
  .btn-s.is-key-line input[type=submit],
  .btn-s.is-key-line input[type=button] {
    min-width: 16em;
  }
}
.btn-s.is-key-line > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-s.is-key-line.is-disabled, .btn-s.is-key-line:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 990px) {
  .btn-s.is-key-line {
    position: relative;
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-s.is-key-line: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: #004098;
    width: 100%;
    height: 105%;
    content: "";
  }
  .btn-s.is-key-line:hover {
    border-color: #004098;
    color: #fff !important;
  }
  .btn-s.is-key-line:hover input[type=submit],
  .btn-s.is-key-line:hover input[type=button] {
    color: #fff;
  }
  .btn-s.is-key-line:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .btn-s.is-key-line:hover .icon {
    fill: #004098 !important;
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(90%);
  }
}
.btn-s.is-lg {
  min-width: 30em;
}
.btn-s.is-sm {
  padding: 0.6em 1.5em;
  -webkit-filter: none;
          filter: none;
}
.btn-s.is-auto-width {
  min-width: auto;
}

[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.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: #004098;
  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: #004098;
  text-decoration: underline;
}
.cms-p a:hover {
  text-decoration: none;
}
.cms-p h1 {
  /* h1を入力させない設定 */
  text-decoration: line-through !important;
}
.cms-p h2 {
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
}
.cms-p h3 {
  margin: 0 0 1.5rem 0;
  font-size: 1.6rem;
}
.cms-p h4 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}

.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: #004098;
  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: #004098;
  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;
  overflow-x: hidden;
  overflow-x: clip;
  padding: clamp(80px, 1.38889vw + 73.33333px, 100px) 0;
}
.section--top {
  padding-top: clamp(15rem, 0.34722vw + 13.33333px, 20rem);
}
.section--bottom {
  padding-bottom: clamp(20rem, 0.69444vw + 16.66667px, 30rem);
}

.table-p {
  width: 100%;
  table-layout: fixed;
  caption-side: bottom;
}
@media (max-width: 990px) {
  .table-p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.table-p__row, .table-p__data, .table-p__header {
  padding: 1rem 0;
  text-align: center;
  border: solid 1px #e1e1e1;
}
@media (max-width: 990px) {
  .table-p__row, .table-p__data, .table-p__header {
    padding: 1rem 0;
  }
}
.table-p__body .table-p__data:first-of-type {
  font-weight: bold;
  text-align: center;
  background: #cbe1ff;
}
.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;
  overflow: hidden;
  width: 100%;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 4;
}
.page-top-section:before {
  display: block;
  padding-top: 18.75%;
  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;
}
@media (max-width: 990px) {
  .page-top-section {
    position: relative;
    width: 100%;
    height: auto;
  }
  .page-top-section:before {
    display: block;
    padding-top: 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;
  }
}
@media (max-width: 480px) {
  .page-top-section {
    position: relative;
    width: 100%;
    height: auto;
  }
  .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:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 64, 152, 0.5);
  width: 100%;
  height: 100%;
  content: "";
}
.page-top-section__text {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
}
.page-top-section__title {
  text-align: center;
}
.page-top-section .bg {
  width: 100%;
}

.input-p {
  display: block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 0;
  background: #fbf7ed;
  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: #004098;
  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: #fbf7ed;
  padding: 17px;
  width: 100%;
  height: 200px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.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: #004098;
  -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: #fbf7ed;
  padding: 17px;
  width: 100%;
  height: 200px;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.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: #cbe1ff;
}
.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;
}
@media (min-width: 990px) {
  .breadcrumbs > .container {
    padding: 0 30px;
    max-width: 100%;
    width: 100%;
  }
}
.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: #b4b4b4;
}
.breadcrumbs ul li:last-of-type {
  color: #1a1a1a;
  cursor: default;
}
.breadcrumbs ul li:last-of-type:hover {
  opacity: 1;
}
.breadcrumbs ul li:last-of-type a {
  color: #1a1a1a;
  font-weight: medium;
}
.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;
}
.accordion-p {
  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;
  cursor: pointer;
}
@media (min-width: 990px) {
  .accordion-p {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .accordion-p:hover .accordion-p__text {
    opacity: 0.5;
  }
}
.accordion-p.is-toggle .accordion-p__icon {
  -webkit-transition: all ease-in-out 0s;
  transition: all ease-in-out 0s;
}
.accordion-p.is-toggle .accordion-p__icon span:nth-child(2) {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.accordion-p.is-toggle .accordion-p__text {
  opacity: 0.5;
}
.accordion-p__text {
  font-size: 1.3rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.accordion-p__icon {
  position: relative;
  z-index: 0;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0 0.2em 0;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.accordion-p__icon span {
  position: absolute;
  z-index: 6000;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: #fff;
}
.accordion-p__icon span:nth-child(1) {
  top: 50%;
}
.accordion-p__icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-p__content {
  display: none;
}

.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: #004098;
}
@-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: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  margin: auto;
  text-align: center;
  color: #fff;
}
.slider-p__list__description {
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align: center;
  color: #fff;
}

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

.card-p {
  background: #dcebf8;
}
.card-p:hover .card-p__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card-p__link {
  height: 100%;
}
.card-p__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.card-p__img-wrapper:before {
  display: block;
  padding-top: 31.25%;
  content: "";
}
.card-p__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-p__img-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 64, 152, 0.5);
}
.card-p__title-wrapper {
  top: 50%;
  bottom: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  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;
  width: 100%;
  width: 95%;
  left: 50%;
}
.card-p__img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.card-p__title {
  font-family: "Roboto Condensed", sans-serif;
  -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));
}
.card-p__icon {
  height: 2em;
}

.card-s {
  border-top: 1px solid #e6e6e5;
  border-bottom: 1px solid #e6e6e5;
  padding: 1em 0;
}
@media (min-width: 990px) {
  .card-s {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .card-s:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.card-s__link {
  height: 100%;
}
.card-s__upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.card-s__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 300px;
  height: auto;
}
.card-s__img-wrapper:before {
  display: block;
  padding-top: 75%;
  content: "";
}
.card-s__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .card-s__img-wrapper {
    position: relative;
    width: 150px;
    height: auto;
  }
  .card-s__img-wrapper:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .card-s__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.card-s__title-wrapper {
  width: 100%;
  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;
}
.card-s__title {
  font-weight: 600;
}
.card-s__icon {
  height: 1em;
}
.card-s .card-s__upper,
.card-s .card-s__lower {
  padding: 0 2.5%;
}

.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: #818181;
  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;
}

.go-top-button {
  position: fixed;
  right: 0;
  bottom: 5em;
  z-index: 100;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #18284c;
  width: 3em;
  height: 3em;
  color: #fff;
  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;
}
@media (max-width: 990px) {
  .go-top-button {
    bottom: 3em;
  }
}
.go-top-button:hover {
  background-color: #243c73;
}
.go-top-button__icon {
  width: 45%;
}

.download-section > .container {
  position: relative;
  z-index: 2;
  padding: clamp(10px, 7.63889vw + -26.66667px, 120px) 0;
}
.download-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-section .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 205, 205, 0.65);
  width: 100%;
  height: 100%;
}

@media (max-width: 990px) {
  .portal-menu-section > .container {
    width: 100%;
  }
}
.portal-menu-section .portal-menu__logo {
  margin: auto;
  width: 80%;
  max-width: 450px;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .portal-menu-section .portal-menu__logo:hover {
    opacity: 0.7;
  }
  .portal-menu-section .portal-menu__logo:hover > * {
    opacity: 0.7;
  }
}
.portal-menu-section .portal-menu__logo__img {
  width: 100%;
}
.portal-menu-section .portal-menu__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e6e6e5;
  border-bottom: 1px solid #e6e6e5;
  border-left: 1px solid #e6e6e5;
}
@media (max-width: 990px) {
  .portal-menu-section .portal-menu__lists {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .portal-menu-section .portal-menu__lists {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    border-bottom: none;
  }
}
.portal-menu-section .portal-menu__list {
  border-right: 1px solid #e6e6e5;
  border-bottom: 1px solid #e6e6e5;
}
@media (max-width: 480px) {
  .portal-menu-section .portal-menu__list {
    border-right: none;
  }
}
@media (max-width: 990px) {
  .portal-menu-section .portal-menu__list:nth-of-type(3n) {
    border-right: 1px solid #e6e6e5;
  }
}
@media (max-width: 480px) {
  .portal-menu-section .portal-menu__list:nth-of-type(3n) {
    border-right: none;
  }
}
.portal-menu-section .portal-menu__list:nth-last-of-type(-n + 3) {
  border-bottom: none;
}
@media (max-width: 480px) {
  .portal-menu-section .portal-menu__list:nth-last-of-type(-n + 3):not(:last-of-type) {
    border-bottom: 1px solid #e6e6e5;
  }
}
@media (max-width: 480px) {
  .portal-menu-section .portal-menu__list:last-of-type() {
    border-top: none;
  }
}
.portal-menu-section .portal-menu__list__link {
  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;
}
@media (min-width: 990px) {
  .portal-menu-section .portal-menu__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .portal-menu-section .portal-menu__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.portal-menu-section .portal-menu__list__link:hover .portal-menu__list__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
.portal-menu-section .portal-menu__list__icon {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 990px) {
  .portal-menu-section .portal-menu__banners {
    margin: auto;
    width: 90%;
  }
}
.portal-menu-section .portal-menu__banner {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
.portal-menu-section .portal-menu__banner__link {
  position: relative;
  width: 100%;
  height: auto;
}
.portal-menu-section .portal-menu__banner__link:before {
  display: block;
  padding-top: 30%;
  content: "";
}
.portal-menu-section .portal-menu__banner__link > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portal-menu-section .portal-menu__banner__link:hover .portal-menu__banner__title__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
@media (max-width: 990px) {
  .portal-menu-section .portal-menu__banner__link {
    position: relative;
    width: 100%;
    height: auto;
  }
  .portal-menu-section .portal-menu__banner__link:before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
  .portal-menu-section .portal-menu__banner__link > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.portal-menu-section .portal-menu__banner__img-wrapper {
  height: 100%;
  overflow: hidden;
}
.portal-menu-section .portal-menu__banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 990px) {
  .portal-menu-section .portal-menu__banner__img {
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  .portal-menu-section .portal-menu__banner__img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  }
}
.portal-menu-section .portal-menu__banner__text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 64, 152, 0.7);
  width: 100%;
}
.portal-menu-section .portal-menu__banner__title {
  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.5em;
}
.portal-menu-section .portal-menu__banner__title__icon {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 1em;
}
.anchor__lists {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
}
@media (max-width: 480px) {
  .anchor__lists {
    gap: 2px !important;
  }
}
.anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anchor__list__link {
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .anchor__list__link:hover {
    opacity: 0.7;
  }
  .anchor__list__link:hover > * {
    opacity: 0.7;
  }
}

.stt-lang-select {
  display: none !important;
}

.panels__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.77778vw + 6.66667px, 60px) 1px;
}
@media (max-width: 990px) {
  .panels__lists {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .panels__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.panels__list {
  height: 100%;
}
@media (max-width: 480px) {
  .panels__list {
    width: 100%;
  }
}
.panels__list.is-global-culture-and-communication {
  background: rgba(253, 166, 95, 0.1);
}
.panels__list.is-global-culture-and-communication .panels__list__img-wrapper:after {
  background: rgba(253, 166, 95, 0.5);
}
.panels__list.is-business {
  background: rgba(0, 64, 152, 0.1);
}
.panels__list.is-business .panels__list__img-wrapper:after {
  background: rgba(0, 64, 152, 0.5);
}
.panels__list.is-business .panels__list__title {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.panels__list.is-global-communication {
  background: rgba(108, 221, 157, 0.1);
}
.panels__list.is-global-communication .panels__list__img-wrapper:after {
  background: rgba(108, 221, 157, 0.5);
}
.panels__list.is-literature {
  background: rgba(209, 156, 11, 0.1);
}
.panels__list.is-literature .panels__list__img-wrapper:after {
  background: rgba(209, 156, 11, 0.5);
}
.panels__list.is-education {
  background: rgba(238, 212, 14, 0.1);
}
.panels__list.is-education .panels__list__img-wrapper:after {
  background: rgba(238, 212, 14, 0.5);
}
.panels__list.is-human-informatics {
  background: rgba(142, 98, 174, 0.1);
}
.panels__list.is-human-informatics .panels__list__img-wrapper:after {
  background: rgba(142, 98, 174, 0.5);
}
.panels__list.is-psychology {
  background: rgba(132, 172, 22, 0.1);
}
.panels__list.is-psychology .panels__list__img-wrapper:after {
  background: rgba(132, 172, 22, 0.5);
}
.panels__list.is-creation-and-representation {
  background: rgba(62, 190, 205, 0.1);
}
.panels__list.is-creation-and-representation .panels__list__img-wrapper:after {
  background: rgba(62, 190, 205, 0.5);
}
.panels__list.is-architecture {
  background: rgba(13, 120, 170, 0.1);
}
.panels__list.is-architecture .panels__list__img-wrapper:after {
  background: rgba(13, 120, 170, 0.5);
}
.panels__list.is-medical-science {
  background: rgba(247, 97, 47, 0.1);
}
.panels__list.is-medical-science .panels__list__img-wrapper:after {
  background: rgba(247, 97, 47, 0.5);
}
.panels__list.is-health-and-food-science {
  background: rgba(17, 153, 85, 0.1);
}
.panels__list.is-health-and-food-science .panels__list__img-wrapper:after {
  background: rgba(17, 153, 85, 0.5);
}
.panels__list.is-human-service {
  background: rgba(219, 103, 138, 0.1);
}
.panels__list.is-human-service .panels__list__img-wrapper:after {
  background: rgba(219, 103, 138, 0.5);
}
.panels__list__link {
  height: 100%;
}
.panels__list__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.panels__list__img-wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.panels__list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panels__list__img-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.panels__list__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  font-family: "Roboto Condensed", sans-serif;
  -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));
}
.panels__list__campus-name {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .panels__list__menu {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .panels__list__menu__list:last-of-type .panels__list__menu__list__link {
    border-bottom: none;
  }
}
.panels__list__menu__list__link {
  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;
}
@media (min-width: 990px) {
  .panels__list__menu__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .panels__list__menu__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
.panels__list__menu__list__link:hover .panels__list__menu__list__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
@media (max-width: 480px) {
  .panels__list__menu__list__link {
    padding: 1em 5% !important;
  }
}
.panels__list__menu__list__icon {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 1em;
}

.table-wrapper.is-horizontal-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 990px) {
  .table-wrapper.is-horizontal-scroll .table {
    min-width: 600px;
  }
}

.table {
  border: 1px solid #e6e6e5;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 480px) {
  .table.is-sp-vertical th,
  .table.is-sp-vertical td {
    display: block;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .table.is-sp-vertical tr:last-child th:last-child,
  .table.is-sp-vertical tr:last-child td:last-child {
    border-bottom: none;
  }
  .table.is-sp-vertical th {
    width: auto;
  }
}
.table th,
.table td {
  vertical-align: top;
  border: 1px solid #e6e6e5;
  padding: 0.75em 1.8em;
  text-align: left;
}
.table th {
  background-color: #f9f9f9;
  font-weight: 600;
}
@media (min-width: 990px) {
  .table th {
    width: 20em;
  }
}
.table th.bg-white {
  background-color: #fff;
}
.table th.bg-dark {
  background-color: #034098;
  color: #fff;
}
.table td {
  background-color: #fff;
}
.table td.bg-gray {
  background-color: #f9f9f9;
}

.articles {
  width: 100%;
}
.articles__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (min-width: 990px) {
  .articles__list__link {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .articles__list__link:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
@media (max-width: 990px) {
  .articles__list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0em;
    padding: 1.5em 5% !important;
  }
}
.articles__list__title {
  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: 1em;
  width: 100%;
}
.articles__list__title__icon {
  height: 1em;
}
.articles__list__title__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 200px;
  height: auto;
  overflow: hidden;
}
.articles__list__title__img-wrapper:before {
  display: block;
  padding-top: 75%;
  content: "";
}
.articles__list__title__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .articles__list__title__img-wrapper {
    position: relative;
    width: 120px;
    height: auto;
  }
  .articles__list__title__img-wrapper:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .articles__list__title__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main-img {
  width: 100%;
  height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-img.is-position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.main-img.is-position-top {
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 990px) {
  .main-img {
    height: 221px;
  }
}

.carousel__list__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.carousel__list__img-wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.carousel__list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .carousel__list__img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .carousel__list__img-wrapper:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  .carousel__list__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.carousel__list__img-wrapper.is-communication-live {
  position: relative;
  width: 100%;
  height: auto;
}
.carousel__list__img-wrapper.is-communication-live:before {
  display: block;
  padding-top: 66.6666666667%;
  content: "";
}
.carousel__list__img-wrapper.is-communication-live > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__list__img-wrapper.is-square {
  position: relative;
  width: 100%;
  height: auto;
}
.carousel__list__img-wrapper.is-square:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.carousel__list__img-wrapper.is-square > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel__list__img-wrapper.is-position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.carousel__list__img-wrapper.is-position-top {
  -o-object-position: top;
     object-position: top;
}
.carousel__list__img {
  width: 100%;
}
@media (min-width: 990px) {
  .carousel__list__img {
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  .carousel__list__img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  }
}
.carousel .swiper-button-next:after,
.carousel .swiper-button-prev:after {
  margin: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  background-position: center;
  background-size: 0.9em;
  background-repeat: no-repeat;
  padding: 1.3em 1.3em;
  content: "";
  color: #004098;
  font-weight: bold;
  font-size: 2.1rem !important;
}
.carousel .swiper-button-next:after {
  margin-left: 48px;
  background-image: url("../img/common/icon_cursor_blue_right.svg");
}
.carousel .swiper-button-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 48px;
  background-image: url("../img/common/icon_cursor_blue_right.svg");
}

.bubble {
  position: absolute;
  bottom: calc(100% - 1em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  padding: 0.35em 1.5em;
  width: 60%;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.bubble__title {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1;
}
.bubble__title span {
  font-size: 1.2em;
}
.bubble__subtitle {
  display: block;
  color: #4e4e4e;
  font-size: 0.75em;
  line-height: 1.5;
}
.bubble:before {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 0;
  border-top-color: #1a1a1a;
  width: 0;
  height: 0;
  content: "";
}
.bubble:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 0;
  border-top-color: #f3f5f7;
  width: 0;
  height: 0;
  content: "";
}
.bubble__lead {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 0.9em;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.2em;
}
.bubble.is-voices {
  bottom: calc(100% - 1.5em);
  width: 300px;
}
.bubble.is-voices .bubble__title {
  font-size: 2em;
}
.bubble.is-voices:before {
  bottom: -5px;
  left: 26px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  z-index: 1;
  border: none;
  background: #1a1a1a;
  width: 25px;
  height: 1px;
}
.bubble.is-voices:after {
  position: absolute;
  bottom: -6px;
  left: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #f3f5f7;
  width: 10px;
  height: 10px;
  content: "";
}
.bubble.is-voices.is-bg-yellow:after {
  border: 6px solid #fbf7ed;
  background: #fbf7ed;
}
.bubble.is-voices.is-bg-blue:after {
  border: 6px solid #d9eaf4;
  background: #d9eaf4;
}

.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (max-width: 990px) {
  .voice__text {
    padding: 0 5% 0 0;
  }
}
.voice:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.voice:nth-child(even) .voice__text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 0 5%;
}
.voice.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
.voice.is-reverse .voice__text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
@media (max-width: 990px) {
  .voice.is-reverse .voice__text {
    padding: 0 5% 0 0;
  }
}

.interview-section .interview {
  position: relative;
}
.interview-section .interview > * {
  position: relative;
  z-index: 1;
}
.interview-section .interview:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
}
.interview-section .interview.is-campus-life:after {
  background-color: #fbf7ed;
}
.interview-section .interview.is-voices:after {
  background-color: #d9eaf4;
}
.interview-section .interview__card {
  margin: auto;
  width: 90%;
  max-width: 375px;
}
.interview-section .interview__card__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.interview-section .interview__card__img-wrapper:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.interview-section .interview__card__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-section .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.interview-section .img-wrapper:before {
  display: block;
  padding-top: 46.2962962963%;
  content: "";
}
.interview-section .img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .interview-section .img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .interview-section .img-wrapper:before {
    display: block;
    padding-top: 66.9230769231%;
    content: "";
  }
  .interview-section .img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.question {
  position: relative;
  border-bottom: 1px solid #e6e6e5;
  width: 100%;
}
.question__title {
  display: block;
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0 0.75em;
  color: #415b7f;
  font-weight: 600;
  line-height: 1.2;
}
.question__title span {
  font-size: 1.2em;
}
.question__title:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #415b7f;
  width: 11px;
  height: 3px;
  content: "";
}
.question::before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 0;
  border-top-color: #e6e6e5;
  width: 0;
  height: 0;
  content: "";
}
.question::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-bottom: 0;
  border-top-color: #fff;
  width: 0;
  height: 0;
  content: "";
}

body#about .about-section .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1.38889vw + 3.33333px, 30px);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 990px) {
  body#about .about-section .block {
    width: 80%;
  }
}
body#about .about-section .block:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
body#about .about-section .block.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 990px) {
  body#about .about-section .block.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body#about .about-section .block.is-reverse:nth-of-type(2) {
    margin: 0 auto 0 0;
  }
  body#about .about-section .block.is-reverse:nth-of-type(2) .block__item:nth-of-type(1) {
    margin: 0 0 0 5%;
  }
}
@media (max-width: 990px) {
  body#about .about-section .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 0 auto;
  }
}
body#about .about-section .block__item__title {
  font-size: clamp(30px, 0.83333vw + 26px, 42px);
  font-weight: 600;
  line-height: 1.2;
  color: #004098;
  font-family: "Roboto Condensed", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-smoothing: antialiased;
}
body#about .about-section .block__item__title .icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  height: 0.5em;
}
body#about .about-section .block__item__img-wrapper {
  height: 400px;
}
@media (max-width: 990px) {
  body#about .about-section .block__item__img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    height: auto;
  }
  body#about .about-section .block__item__img-wrapper:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  body#about .about-section .block__item__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#about .about-section .block__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#about .about-section .block__item:nth-of-type(2) {
  width: 65%;
}
@media (max-width: 990px) {
  body#about .about-section .block__item:nth-of-type(2) {
    width: 100%;
  }
}
body#about .number-section .lists .list:nth-of-type(1) .card-s, body#about .number-section .lists .list:nth-of-type(2) .card-s, body#about .number-section .lists .list:nth-of-type(3) .card-s {
  border-bottom: none;
}
@media (max-width: 480px) {
  body#about .number-section .lists .list .card-s {
    border-bottom: none;
  }
  body#about .number-section .lists .list:last-of-type .card-s {
    border-bottom: 1px solid #e6e6e5;
  }
}
body#about .point-section {
  margin-top: clamp(0px, 20.83333vw + -100px, 300px);
  background: #ebf6ff;
}
body#about .point-section .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#about .point-section .block.is-reverse .block__item__img-wrapper {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  right: auto;
  left: 0;
}
body#about .point-section .block.is-reverse .block__item__icon {
  margin: 0 0 0 auto;
}
body#about .point-section .block__item {
  position: relative;
}
body#about .point-section .block__item:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(40px, 2.08333vw + 30px, 70px);
}
body#about .point-section .block__item:nth-of-type(2) {
  width: 100%;
}
body#about .point-section .block__item__img-wrapper {
  width: 100%;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  position: absolute !important;
  right: 0;
  bottom: 0;
  position: relative;
  width: 100%;
  height: auto;
}
body#about .point-section .block__item__img-wrapper:before {
  display: block;
  padding-top: 43.75%;
  content: "";
}
body#about .point-section .block__item__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  body#about .point-section .block__item__img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  body#about .point-section .block__item__img-wrapper:before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
  body#about .point-section .block__item__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#about .point-section .block__item__title {
  font-size: clamp(30px, 1.38889vw + 23.33333px, 50px);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 990px) {
  body#about .point-section .block__item__icon {
    width: 10%;
  }
}

body#departments .points-section {
  margin-top: clamp(180px, 4.86111vw + 156.66667px, 250px);
  background: #ebf6ff;
}
body#departments .points-section .lists {
  -webkit-transform: translateY(clamp(-150px, -3.47222vw + -133.33333px, -200px));
          transform: translateY(clamp(-150px, -3.47222vw + -133.33333px, -200px));
}
body#departments .points-section .lists .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 2.08333vw + 0px, 40px);
}
@media (max-width: 990px) {
  body#departments .points-section .lists .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 85%;
    margin: 0 0 0 auto;
  }
}
body#departments .points-section .lists .list.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 990px) {
  body#departments .points-section .lists .list.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto 0 0;
  }
}
body#departments .points-section .lists .list.is-reverse .list__title {
  text-align: left;
}
@media (max-width: 990px) {
  body#departments .points-section .lists .list.is-reverse .list__title {
    margin: 0 0 0 5%;
  }
}
body#departments .points-section .lists .list.is-reverse .list__icon {
  left: auto;
  right: -10px;
}
body#departments .points-section .lists .list__img-wrapper {
  position: relative;
  width: 60%;
  height: auto;
}
body#departments .points-section .lists .list__img-wrapper:before {
  display: block;
  padding-top: 62.5%;
  content: "";
}
body#departments .points-section .lists .list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  body#departments .points-section .lists .list__img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  body#departments .points-section .lists .list__img-wrapper:before {
    display: block;
    padding-top: 62.5%;
    content: "";
  }
  body#departments .points-section .lists .list__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#departments .points-section .lists .list__title {
  width: 40%;
  text-align: right;
  font-size: clamp(25px, 1.73611vw + 16.66667px, 50px);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  color: #3775c9;
}
@media (max-width: 990px) {
  body#departments .points-section .lists .list__title {
    width: 100%;
    text-align: left;
    margin: 0 5% 0 0;
  }
}
body#departments .points-section .lists .list__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(66px, 1.80556vw + 57.33333px, 92px);
  top: -10px;
  left: -10px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  body#campus-life .campus-introduction-section .menu {
    gap: 0;
  }
  body#campus-life .campus-introduction-section .menu .menu__list:not(:first-child) .card-s {
    border-top: none;
  }
}
body#campus-life .campus-detail-section .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
body#campus-life .campus-detail-section .img-wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
body#campus-life .campus-detail-section .img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#campus-life .history-section {
  position: relative;
  overflow-x: visible;
  overflow-y: clip;
}
body#campus-life .history-section:after {
  position: absolute;
  top: 15em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e8eff9;
  width: 100vw;
  height: 100%;
  content: "";
}
body#campus-life .history-section .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 5%;
  z-index: 1;
}
@media (max-width: 480px) {
  body#campus-life .history-section .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px;
  }
}
body#campus-life .history-section .list {
  width: 47.5%;
}
body#campus-life .history-section .list__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
body#campus-life .history-section .list__img-wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
body#campus-life .history-section .list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  body#campus-life .history-section .list {
    width: 70%;
  }
  body#campus-life .history-section .list:nth-child(odd) {
    margin: 0 0 0 auto;
  }
  body#campus-life .history-section .list:nth-child(even) {
    text-align: right;
  }
}
body#campus-life .culture-section {
  position: relative;
  overflow-x: visible;
  overflow-y: clip;
}
body#campus-life .culture-section:after {
  position: absolute;
  top: 15em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #edf6f6;
  width: 100vw;
  height: 100%;
  content: "";
}
body#campus-life .culture-section .lists {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  z-index: 1;
  width: 100%;
}
@media (max-width: 480px) {
  body#campus-life .culture-section .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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px;
  }
}
body#campus-life .culture-section .list__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
body#campus-life .culture-section .list__img-wrapper:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
body#campus-life .culture-section .list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  body#campus-life .culture-section .list {
    width: 70%;
  }
  body#campus-life .culture-section .list:nth-child(odd) {
    margin: 0 0 0 auto;
  }
  body#campus-life .culture-section .list:nth-child(even) {
    text-align: right;
  }
}
body#campus-life .food-section {
  position: relative;
  overflow-x: visible;
  overflow-y: clip;
}
body#campus-life .food-section:after {
  position: absolute;
  top: 15em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fbf7ed;
  width: 100vw;
  height: 100%;
  content: "";
}
body#campus-life .food-section .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 2.5%;
  z-index: 1;
}
@media (max-width: 480px) {
  body#campus-life .food-section .lists {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 480px) {
  body#campus-life .food-section .lists {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 5% minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 5%;
  }
}
body#campus-life .food-section .list {
  width: 14.5%;
}
body#campus-life .food-section .list__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
body#campus-life .food-section .list__img-wrapper:before {
  display: block;
  padding-top: 100%;
  content: "";
}
body#campus-life .food-section .list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  body#campus-life .food-section .list {
    width: 100%;
  }
}
body#campus-life .filter-result-section .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
body#campus-life .filter-result-section .img-wrapper:before {
  display: block;
  padding-top: 62.5%;
  content: "";
}
body#campus-life .filter-result-section .img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#campus-life .filter-result-section .img-wrapper img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body#campus-life .filter-result-section .img-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body#campus-life .filter .label.is-active {
  border: 1px solid #004098;
}
@media (max-width: 480px) {
  body#campus-life .filter__list {
    width: calc(50% - 10px);
  }
}

body#graduate .introduction-section .lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(40px, -1.38889vw + 46.66667px, 20px) minmax(0, 1fr) clamp(40px, -1.38889vw + 46.66667px, 20px) minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, -1.38889vw + 46.66667px, 20px);
}
@media (max-width: 480px) {
  body#graduate .introduction-section .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  body#graduate .introduction-section .lists .list:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
body#graduate .introduction-section .lists .list .list__img-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 40%;
  height: auto;
}
body#graduate .introduction-section .lists .list .list__img-wrapper:before {
  display: block;
  padding-top: 100%;
  content: "";
}
body#graduate .introduction-section .lists .list .list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#graduate .nav-section .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
body#graduate .nav-section .img-wrapper:before {
  display: block;
  padding-top: 43.75%;
  content: "";
}
body#graduate .nav-section .img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#graduate .features-of-education-and-research-section .lists {
  row-gap: clamp(30px, 1.38889vw + 23.33333px, 50px);
}
body#graduate .features-of-education-and-research-section .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
body#graduate .features-of-education-and-research-section .img-wrapper:before {
  display: block;
  padding-top: 37.5%;
  content: "";
}
body#graduate .features-of-education-and-research-section .img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body#voices .voices-section .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
body#voices .voices-section .img-wrapper:before {
  display: block;
  padding-top: 133.3333333333%;
  content: "";
}
body#voices .voices-section .img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#voices .voices-section .lists {
  max-width: 818px;
}

body#top .hero-section {
  display: block;
  margin-bottom: 20px;
}
body#top .hero-section .slider {
  position: relative;
  width: 100%;
}
body#top .hero-section .slider__list {
  background: #cbe1ff;
}
@media (min-width: 990px) {
  body#top .hero-section .slider__list:after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
    background: rgba(0, 64, 152, 0.7);
    width: 100%;
    height: 100%;
    content: "";
  }
}
body#top .hero-section .slider__list.swiper-slide-active:after {
  opacity: 0;
}
body#top .hero-section .slider__list__link {
  position: relative;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
}
body#top .hero-section .slider__list__img-wrapper {
  position: relative;
  height: 500px;
}
body#top .hero-section .slider__list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#top .hero-section .slider__list__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "Roboto Condensed", sans-serif;
  -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));
}
body#top .hero-section .slider .swiper-pagination {
  position: static;
}
body#top .hero-section .slider .swiper-pagination-bullet {
  opacity: 1 !important;
  border: 1px solid #004098 !important;
  background: transparent !important;
  width: 10px !important;
  height: 10px !important;
}
body#top .hero-section .slider .swiper-pagination-bullet-active {
  background: #004098 !important;
}
@media (max-width: 990px) {
  body#top .news-section > .container,
  body#top .admissions-section > .container,
  body#top .campus-life-section > .container {
    width: 100%;
  }
}
body#top .news-section .block,
body#top .admissions-section .block,
body#top .campus-life-section .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media (max-width: 990px) {
  body#top .news-section .block,
  body#top .admissions-section .block,
  body#top .campus-life-section .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 990px) {
  body#top .news-section .block__item,
  body#top .admissions-section .block__item,
  body#top .campus-life-section .block__item {
    width: 100%;
  }
}
body#top .news-section .block__item:nth-of-type(1),
body#top .admissions-section .block__item:nth-of-type(1),
body#top .campus-life-section .block__item:nth-of-type(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
  text-align: center;
}
@media (max-width: 990px) {
  body#top .news-section .block__item:nth-of-type(1),
  body#top .admissions-section .block__item:nth-of-type(1),
  body#top .campus-life-section .block__item:nth-of-type(1) {
    width: 100%;
  }
}
body#top .news-section .block__item:nth-of-type(2),
body#top .admissions-section .block__item:nth-of-type(2),
body#top .campus-life-section .block__item:nth-of-type(2) {
  width: 100%;
}
body#top .news-section .block__item .grid__lists,
body#top .admissions-section .block__item .grid__lists,
body#top .campus-life-section .block__item .grid__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}
body#top .news-section .block__item .grid__list.is-1, body#top .news-section .block__item .grid__list.is-2, body#top .news-section .block__item .grid__list.is-3,
body#top .admissions-section .block__item .grid__list.is-1,
body#top .admissions-section .block__item .grid__list.is-2,
body#top .admissions-section .block__item .grid__list.is-3,
body#top .campus-life-section .block__item .grid__list.is-1,
body#top .campus-life-section .block__item .grid__list.is-2,
body#top .campus-life-section .block__item .grid__list.is-3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
body#top .news-section .block__item .grid__list.is-4,
body#top .admissions-section .block__item .grid__list.is-4,
body#top .campus-life-section .block__item .grid__list.is-4 {
  border-right: 1px solid #e6e6e5;
}
@media (max-width: 990px) {
  body#top .news-section .block__item .grid__list.is-4,
  body#top .admissions-section .block__item .grid__list.is-4,
  body#top .campus-life-section .block__item .grid__list.is-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    border-bottom: 1px solid #e6e6e5;
  }
}
@media (max-width: 990px) {
  body#top .news-section .block__item .grid__list.is-5,
  body#top .admissions-section .block__item .grid__list.is-5,
  body#top .campus-life-section .block__item .grid__list.is-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
body#top .news-section .block__item .grid__list.is-1 .grid__list__img, body#top .news-section .block__item .grid__list.is-2 .grid__list__img, body#top .news-section .block__item .grid__list.is-3 .grid__list__img,
body#top .admissions-section .block__item .grid__list.is-1 .grid__list__img,
body#top .admissions-section .block__item .grid__list.is-2 .grid__list__img,
body#top .admissions-section .block__item .grid__list.is-3 .grid__list__img,
body#top .campus-life-section .block__item .grid__list.is-1 .grid__list__img,
body#top .campus-life-section .block__item .grid__list.is-2 .grid__list__img,
body#top .campus-life-section .block__item .grid__list.is-3 .grid__list__img {
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
}
@media (max-width: 990px) {
  body#top .news-section .block__item .grid__list.is-1 .grid__list__link, body#top .news-section .block__item .grid__list.is-2 .grid__list__link, body#top .news-section .block__item .grid__list.is-3 .grid__list__link,
  body#top .admissions-section .block__item .grid__list.is-1 .grid__list__link,
  body#top .admissions-section .block__item .grid__list.is-2 .grid__list__link,
  body#top .admissions-section .block__item .grid__list.is-3 .grid__list__link,
  body#top .campus-life-section .block__item .grid__list.is-1 .grid__list__link,
  body#top .campus-life-section .block__item .grid__list.is-2 .grid__list__link,
  body#top .campus-life-section .block__item .grid__list.is-3 .grid__list__link {
    padding: 3em 5% !important;
  }
}
@media (max-width: 990px) {
  body#top .news-section .block__item .grid__list.is-1 .grid__list__title, body#top .news-section .block__item .grid__list.is-2 .grid__list__title, body#top .news-section .block__item .grid__list.is-3 .grid__list__title,
  body#top .admissions-section .block__item .grid__list.is-1 .grid__list__title,
  body#top .admissions-section .block__item .grid__list.is-2 .grid__list__title,
  body#top .admissions-section .block__item .grid__list.is-3 .grid__list__title,
  body#top .campus-life-section .block__item .grid__list.is-1 .grid__list__title,
  body#top .campus-life-section .block__item .grid__list.is-2 .grid__list__title,
  body#top .campus-life-section .block__item .grid__list.is-3 .grid__list__title {
    font-size: 22px;
  }
}
body#top .news-section .block__item .grid__list.is-1:hover .grid__list__img, body#top .news-section .block__item .grid__list.is-2:hover .grid__list__img, body#top .news-section .block__item .grid__list.is-3:hover .grid__list__img,
body#top .admissions-section .block__item .grid__list.is-1:hover .grid__list__img,
body#top .admissions-section .block__item .grid__list.is-2:hover .grid__list__img,
body#top .admissions-section .block__item .grid__list.is-3:hover .grid__list__img,
body#top .campus-life-section .block__item .grid__list.is-1:hover .grid__list__img,
body#top .campus-life-section .block__item .grid__list.is-2:hover .grid__list__img,
body#top .campus-life-section .block__item .grid__list.is-3:hover .grid__list__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
}
@media (min-width: 990px) {
  body#top .news-section .block__item .grid__list.is-4, body#top .news-section .block__item .grid__list.is-5,
  body#top .admissions-section .block__item .grid__list.is-4,
  body#top .admissions-section .block__item .grid__list.is-5,
  body#top .campus-life-section .block__item .grid__list.is-4,
  body#top .campus-life-section .block__item .grid__list.is-5 {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  body#top .news-section .block__item .grid__list.is-4:hover, body#top .news-section .block__item .grid__list.is-5:hover,
  body#top .admissions-section .block__item .grid__list.is-4:hover,
  body#top .admissions-section .block__item .grid__list.is-5:hover,
  body#top .campus-life-section .block__item .grid__list.is-4:hover,
  body#top .campus-life-section .block__item .grid__list.is-5:hover {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}
@media (max-width: 990px) {
  body#top .news-section .block__item .grid__list.is-4 .grid__list__link, body#top .news-section .block__item .grid__list.is-5 .grid__list__link,
  body#top .admissions-section .block__item .grid__list.is-4 .grid__list__link,
  body#top .admissions-section .block__item .grid__list.is-5 .grid__list__link,
  body#top .campus-life-section .block__item .grid__list.is-4 .grid__list__link,
  body#top .campus-life-section .block__item .grid__list.is-5 .grid__list__link {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}
body#top .news-section .block__item .grid__list__link,
body#top .admissions-section .block__item .grid__list__link,
body#top .campus-life-section .block__item .grid__list__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;
}
body#top .news-section .block__item .grid__list__link:hover .grid__list__title__icon,
body#top .admissions-section .block__item .grid__list__link:hover .grid__list__title__icon,
body#top .campus-life-section .block__item .grid__list__link:hover .grid__list__title__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
body#top .news-section .block__item .grid__list__text,
body#top .admissions-section .block__item .grid__list__text,
body#top .campus-life-section .block__item .grid__list__text {
  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;
  z-index: 1;
  width: 100%;
  height: 2em;
}
body#top .news-section .block__item .grid__list__title__icon,
body#top .admissions-section .block__item .grid__list__title__icon,
body#top .campus-life-section .block__item .grid__list__title__icon {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
body#top .news-section .block__item .grid__list__img-wrapper,
body#top .admissions-section .block__item .grid__list__img-wrapper,
body#top .campus-life-section .block__item .grid__list__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  height: 100%;
  overflow: hidden;
}
body#top .news-section .block__item .grid__list__img-wrapper:after,
body#top .admissions-section .block__item .grid__list__img-wrapper:after,
body#top .campus-life-section .block__item .grid__list__img-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 64, 152, 0.5);
  width: 100%;
  height: 100%;
  content: "";
}
body#top .news-section .block__item .grid__list__img,
body#top .admissions-section .block__item .grid__list__img,
body#top .campus-life-section .block__item .grid__list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  body#top .campus-life-section {
    padding-top: 0;
  }
}
body#top .news-section {
  padding-bottom: clamp(200px, -3.47222vw + 216.66667px, 150px);
}
@media (max-width: 990px) {
  body#top .news-section {
    padding-bottom: 0;
  }
}
body#top .about-section {
  padding-top: clamp(200px, -3.47222vw + 216.66667px, 150px);
}
@media (max-width: 990px) {
  body#top .about-section {
    margin-top: 130px;
  }
}
body#top .about-section > .container {
  position: relative;
  width: 100%;
  max-width: none;
}
body#top .about-section .logo {
  position: absolute;
  top: -50px;
  right: 5%;
  z-index: 1;
  width: 250px;
}
@media (max-width: 990px) {
  body#top .about-section .logo {
    top: -100px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 180px;
  }
}
body#top .about-section .block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 1em;
}
body#top .about-section .block__item.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body#top .about-section .block__item.is-reverse .block__item__text {
  margin-right: -3em;
}
@media (max-width: 990px) {
  body#top .about-section .block__item.is-reverse .block__item__text {
    right: 5%;
    left: auto;
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  body#top .about-section .block__item.is-reverse .block__item__img-wrapper {
    margin-right: auto;
    margin-left: 0;
  }
}
body#top .about-section .block__item__img-wrapper {
  width: 60%;
  overflow: hidden;
}
@media (max-width: 990px) {
  body#top .about-section .block__item__img-wrapper {
    margin-left: auto;
    width: 90%;
  }
}
@media (max-width: 480px) {
  body#top .about-section .block__item__img-wrapper {
    position: relative;
    width: 90%;
    height: auto;
  }
  body#top .about-section .block__item__img-wrapper:before {
    display: block;
    padding-top: 114.2857142857%;
    content: "";
  }
  body#top .about-section .block__item__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#top .about-section .block__item__img-wrapper:hover ~ .block__item__text .block__item__title__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
body#top .about-section .block__item__img {
  width: 100%;
}
body#top .about-section .block__item__text {
  display: inline-block;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
  margin-top: auto;
  margin-bottom: 2em;
  margin-left: -3em;
}
@media (max-width: 990px) {
  body#top .about-section .block__item__text {
    position: absolute;
    top: -1.5em;
    left: 5%;
    margin-left: 0;
  }
}
body#top .about-section .block__item__text:hover .block__item__title__icon {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
body#top .about-section .block__item__title {
  font-size: clamp(50px, 2.08333vw + 40px, 80px);
  font-family: "Roboto Condensed", sans-serif;
}
body#top .about-section .block__item__title__icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-left: 0.2em;
  height: 0.7em;
}
body#top .graduate-schools-section .grid__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
}
@media (max-width: 990px) {
  body#top .graduate-schools-section .grid__lists {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  body#top .graduate-schools-section .grid__lists {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body#top .graduate-schools-section .grid__list {
  background: #cbe1ff;
}
body#top .graduate-schools-section .grid__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
body#top .graduate-schools-section .grid__list__img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
body#top .graduate-schools-section .grid__list__img-wrapper:before {
  display: block;
  padding-top: 100%;
  content: "";
}
body#top .graduate-schools-section .grid__list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  body#top .graduate-schools-section .grid__list__img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  body#top .graduate-schools-section .grid__list__img-wrapper:before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }
  body#top .graduate-schools-section .grid__list__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#top .graduate-schools-section .grid__list__img {
  width: 100%;
}
@media (min-width: 990px) {
  body#top .graduate-schools-section .grid__list__img {
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  body#top .graduate-schools-section .grid__list__img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  }
}
body#top .graduate-schools-section .grid__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#top .support-section .grid__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.5em minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5em;
}
@media (max-width: 990px) {
  body#top .support-section .grid__lists {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
body#top .support-section .grid__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
body#top .support-section .grid__list__img-wrapper {
  position: relative;
  width: 238px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
body#top .support-section .grid__list__img-wrapper:before {
  display: block;
  padding-top: 68.75%;
  content: "";
}
body#top .support-section .grid__list__img-wrapper > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  body#top .support-section .grid__list__img-wrapper {
    position: relative;
    width: 150px;
    height: auto;
  }
  body#top .support-section .grid__list__img-wrapper:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
  body#top .support-section .grid__list__img-wrapper > :first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#top .support-section .grid__list__img {
  width: 100%;
}
@media (min-width: 990px) {
  body#top .support-section .grid__list__img {
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    overflow: hidden;
  }
  body#top .support-section .grid__list__img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
    transition: 1s cubic-bezier(0.25, 1, 0.25, 1);
  }
}
.bg-letter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: clamp(100px, 12.5vw + 40px, 280px);
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}

.f0 {
  font-family: "Inter", sans-serif;
}

.f1 {
  font-family: "Roboto Condensed", sans-serif;
}

.f2 {
  font-family: "Inter", sans-serif;
}

.f3 {
  font-family: "Inter", sans-serif;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

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

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

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

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

.bold {
  font-weight: bold;
}

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

.medium {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

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

.underline {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #004098;
  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;
}

.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;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.list-decimal-paren {
  counter-reset: list-counter !important;
  margin-left: 1.5em !important;
  padding-left: 0 !important;
  list-style: none !important;
}
.list-decimal-paren > li {
  position: relative !important;
  counter-increment: list-counter !important;
}
.list-decimal-paren > li::before {
  position: absolute !important;
  left: -1.5em !important;
  width: 1.3em !important;
  content: "(" counter(list-counter) ")" !important;
  text-align: left !important;
}

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

.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 */
}

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

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

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

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

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

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

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

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

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

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

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

.wa {
  width: auto;
}

.ha {
  height: auto;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

.t-xs {
  font-size: 10px;
}

.t-sm {
  font-size: 12.5px;
}

.t-base {
  font-size: 15px;
}

.t-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-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(25px, 0.69444vw + 21.66667px, 35px);
}

.t-r-3xl {
  font-size: clamp(30px, 1.04167vw + 25px, 45px);
}

.t-r-4xl {
  font-size: clamp(35px, 1.04167vw + 30px, 50px);
}

.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(120px, 1.38889vw + 113.33333px, 140px);
}

.c-key {
  color: #004098 !important;
}

.text-on-key {
  background-color: #004098 !important;
  color: #0055cb !important;
}

.border-c-key {
  border-color: #004098 !important;
}

.bg-c-key {
  background-color: #004098 !important;
}

.gradient-key {
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#0055cb)) !important;
  background: linear-gradient(to right, #004098, #0055cb) !important;
}

.c-key-sub0 {
  color: #ffcc00 !important;
}

.text-on-key-sub0 {
  background-color: #ffcc00 !important;
  color: #ffd633 !important;
}

.border-c-key-sub0 {
  border-color: #ffcc00 !important;
}

.bg-c-key-sub0 {
  background-color: #ffcc00 !important;
}

.gradient-key-sub0 {
  background: -webkit-gradient(linear, left top, right top, from(#ffcc00), to(#ffd633)) !important;
  background: linear-gradient(to right, #ffcc00, #ffd633) !important;
}

.c-key-sub1 {
  color: #5b2a20 !important;
}

.text-on-key-sub1 {
  background-color: #5b2a20 !important;
  color: #813b2d !important;
}

.border-c-key-sub1 {
  border-color: #5b2a20 !important;
}

.bg-c-key-sub1 {
  background-color: #5b2a20 !important;
}

.gradient-key-sub1 {
  background: -webkit-gradient(linear, left top, right top, from(#5b2a20), to(#813b2d)) !important;
  background: linear-gradient(to right, #5b2a20, #813b2d) !important;
}

.c-key-sub2 {
  color: #d9eaf4 !important;
}

.text-on-key-sub2 {
  background-color: #d9eaf4 !important;
  color: white !important;
}

.border-c-key-sub2 {
  border-color: #d9eaf4 !important;
}

.bg-c-key-sub2 {
  background-color: #d9eaf4 !important;
}

.gradient-key-sub2 {
  background: -webkit-gradient(linear, left top, right top, from(#d9eaf4), to(white)) !important;
  background: linear-gradient(to right, #d9eaf4, white) !important;
}

.c-key-sub3 {
  color: #0c61d6 !important;
}

.text-on-key-sub3 {
  background-color: #0c61d6 !important;
  color: #227af3 !important;
}

.border-c-key-sub3 {
  border-color: #0c61d6 !important;
}

.bg-c-key-sub3 {
  background-color: #0c61d6 !important;
}

.gradient-key-sub3 {
  background: -webkit-gradient(linear, left top, right top, from(#0c61d6), to(#227af3)) !important;
  background: linear-gradient(to right, #0c61d6, #227af3) !important;
}

.c-key-sub4 {
  color: #00708e !important;
}

.text-on-key-sub4 {
  background-color: #00708e !important;
  color: #0098c1 !important;
}

.border-c-key-sub4 {
  border-color: #00708e !important;
}

.bg-c-key-sub4 {
  background-color: #00708e !important;
}

.gradient-key-sub4 {
  background: -webkit-gradient(linear, left top, right top, from(#00708e), to(#0098c1)) !important;
  background: linear-gradient(to right, #00708e, #0098c1) !important;
}

.c-key-sub5 {
  color: #652fad !important;
}

.text-on-key-sub5 {
  background-color: #652fad !important;
  color: #7e43cc !important;
}

.border-c-key-sub5 {
  border-color: #652fad !important;
}

.bg-c-key-sub5 {
  background-color: #652fad !important;
}

.gradient-key-sub5 {
  background: -webkit-gradient(linear, left top, right top, from(#652fad), to(#7e43cc)) !important;
  background: linear-gradient(to right, #652fad, #7e43cc) !important;
}

.c-key-sub6 {
  color: #415b7f !important;
}

.text-on-key-sub6 {
  background-color: #415b7f !important;
  color: #5273a1 !important;
}

.border-c-key-sub6 {
  border-color: #415b7f !important;
}

.bg-c-key-sub6 {
  background-color: #415b7f !important;
}

.gradient-key-sub6 {
  background: -webkit-gradient(linear, left top, right top, from(#415b7f), to(#5273a1)) !important;
  background: linear-gradient(to right, #415b7f, #5273a1) !important;
}

.c-key-sub7 {
  color: #707985 !important;
}

.text-on-key-sub7 {
  background-color: #707985 !important;
  color: #8b939d !important;
}

.border-c-key-sub7 {
  border-color: #707985 !important;
}

.bg-c-key-sub7 {
  background-color: #707985 !important;
}

.gradient-key-sub7 {
  background: -webkit-gradient(linear, left top, right top, from(#707985), to(#8b939d)) !important;
  background: linear-gradient(to right, #707985, #8b939d) !important;
}

.c-black0 {
  color: #1a1a1a !important;
}

.text-on-black0 {
  background-color: #1a1a1a !important;
  color: #343434 !important;
}

.border-c-black0 {
  border-color: #1a1a1a !important;
}

.bg-c-black0 {
  background-color: #1a1a1a !important;
}

.gradient-black0 {
  background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#343434)) !important;
  background: linear-gradient(to right, #1a1a1a, #343434) !important;
}

.c-black1 {
  color: #1a1a1a !important;
}

.text-on-black1 {
  background-color: #1a1a1a !important;
  color: #343434 !important;
}

.border-c-black1 {
  border-color: #1a1a1a !important;
}

.bg-c-black1 {
  background-color: #1a1a1a !important;
}

.gradient-black1 {
  background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#343434)) !important;
  background: linear-gradient(to right, #1a1a1a, #343434) !important;
}

.c-black2 {
  color: #333 !important;
}

.text-on-black2 {
  background-color: #333 !important;
  color: #4d4d4d !important;
}

.border-c-black2 {
  border-color: #333 !important;
}

.bg-c-black2 {
  background-color: #333 !important;
}

.gradient-black2 {
  background: -webkit-gradient(linear, left top, right top, from(#333), to(#4d4d4d)) !important;
  background: linear-gradient(to right, #333, #4d4d4d) !important;
}

.c-black3 {
  color: #4e4e4e !important;
}

.text-on-black3 {
  background-color: #4e4e4e !important;
  color: #686868 !important;
}

.border-c-black3 {
  border-color: #4e4e4e !important;
}

.bg-c-black3 {
  background-color: #4e4e4e !important;
}

.gradient-black3 {
  background: -webkit-gradient(linear, left top, right top, from(#4e4e4e), to(#686868)) !important;
  background: linear-gradient(to right, #4e4e4e, #686868) !important;
}

.c-black4 {
  color: #676767 !important;
}

.text-on-black4 {
  background-color: #676767 !important;
  color: #818181 !important;
}

.border-c-black4 {
  border-color: #676767 !important;
}

.bg-c-black4 {
  background-color: #676767 !important;
}

.gradient-black4 {
  background: -webkit-gradient(linear, left top, right top, from(#676767), to(#818181)) !important;
  background: linear-gradient(to right, #676767, #818181) !important;
}

.c-black5 {
  color: #818181 !important;
}

.text-on-black5 {
  background-color: #818181 !important;
  color: #9b9b9b !important;
}

.border-c-black5 {
  border-color: #818181 !important;
}

.bg-c-black5 {
  background-color: #818181 !important;
}

.gradient-black5 {
  background: -webkit-gradient(linear, left top, right top, from(#818181), to(#9b9b9b)) !important;
  background: linear-gradient(to right, #818181, #9b9b9b) !important;
}

.c-black6 {
  color: #989898 !important;
}

.text-on-black6 {
  background-color: #989898 !important;
  color: #b2b2b2 !important;
}

.border-c-black6 {
  border-color: #989898 !important;
}

.bg-c-black6 {
  background-color: #989898 !important;
}

.gradient-black6 {
  background: -webkit-gradient(linear, left top, right top, from(#989898), to(#b2b2b2)) !important;
  background: linear-gradient(to right, #989898, #b2b2b2) !important;
}

.c-black7 {
  color: #b4b4b4 !important;
}

.text-on-black7 {
  background-color: #b4b4b4 !important;
  color: #cecece !important;
}

.border-c-black7 {
  border-color: #b4b4b4 !important;
}

.bg-c-black7 {
  background-color: #b4b4b4 !important;
}

.gradient-black7 {
  background: -webkit-gradient(linear, left top, right top, from(#b4b4b4), to(#cecece)) !important;
  background: linear-gradient(to right, #b4b4b4, #cecece) !important;
}

.c-black8 {
  color: #ccc !important;
}

.text-on-black8 {
  background-color: #ccc !important;
  color: #e6e6e6 !important;
}

.border-c-black8 {
  border-color: #ccc !important;
}

.bg-c-black8 {
  background-color: #ccc !important;
}

.gradient-black8 {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(#e6e6e6)) !important;
  background: linear-gradient(to right, #ccc, #e6e6e6) !important;
}

.c-black9 {
  color: #e6e6e5 !important;
}

.text-on-black9 {
  background-color: #e6e6e5 !important;
  color: white !important;
}

.border-c-black9 {
  border-color: #e6e6e5 !important;
}

.bg-c-black9 {
  background-color: #e6e6e5 !important;
}

.gradient-black9 {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e5), to(white)) !important;
  background: linear-gradient(to right, #e6e6e5, white) !important;
}

.c-black10 {
  color: #f3f3f3 !important;
}

.text-on-black10 {
  background-color: #f3f3f3 !important;
  color: white !important;
}

.border-c-black10 {
  border-color: #f3f3f3 !important;
}

.bg-c-black10 {
  background-color: #f3f3f3 !important;
}

.gradient-black10 {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(white)) !important;
  background: linear-gradient(to right, #f3f3f3, white) !important;
}

.c-white0 {
  color: #fff !important;
}

.text-on-white0 {
  background-color: #fff !important;
  color: white !important;
}

.border-c-white0 {
  border-color: #fff !important;
}

.bg-c-white0 {
  background-color: #fff !important;
}

.gradient-white0 {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(white)) !important;
  background: linear-gradient(to right, #fff, white) !important;
}

.c-text {
  color: #343639 !important;
}

.text-on-text {
  background-color: #343639 !important;
  color: #4c4f54 !important;
}

.border-c-text {
  border-color: #343639 !important;
}

.bg-c-text {
  background-color: #343639 !important;
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#343639), to(#4c4f54)) !important;
  background: linear-gradient(to right, #343639, #4c4f54) !important;
}

.c-text-sub {
  color: #ccc !important;
}

.text-on-text-sub {
  background-color: #ccc !important;
  color: #e6e6e6 !important;
}

.border-c-text-sub {
  border-color: #ccc !important;
}

.bg-c-text-sub {
  background-color: #ccc !important;
}

.gradient-text-sub {
  background: -webkit-gradient(linear, left top, right top, from(#ccc), to(#e6e6e6)) !important;
  background: linear-gradient(to right, #ccc, #e6e6e6) !important;
}

.c-bg0 {
  color: #edf6f6 !important;
}

.text-on-bg0 {
  background-color: #edf6f6 !important;
  color: white !important;
}

.border-c-bg0 {
  border-color: #edf6f6 !important;
}

.bg-c-bg0 {
  background-color: #edf6f6 !important;
}

.gradient-bg0 {
  background: -webkit-gradient(linear, left top, right top, from(#edf6f6), to(white)) !important;
  background: linear-gradient(to right, #edf6f6, white) !important;
}

.c-bg1 {
  color: #cbe1ff !important;
}

.text-on-bg1 {
  background-color: #cbe1ff !important;
  color: #fefeff !important;
}

.border-c-bg1 {
  border-color: #cbe1ff !important;
}

.bg-c-bg1 {
  background-color: #cbe1ff !important;
}

.gradient-bg1 {
  background: -webkit-gradient(linear, left top, right top, from(#cbe1ff), to(#fefeff)) !important;
  background: linear-gradient(to right, #cbe1ff, #fefeff) !important;
}

.c-bg2 {
  color: #fbf7ed !important;
}

.text-on-bg2 {
  background-color: #fbf7ed !important;
  color: white !important;
}

.border-c-bg2 {
  border-color: #fbf7ed !important;
}

.bg-c-bg2 {
  background-color: #fbf7ed !important;
}

.gradient-bg2 {
  background: -webkit-gradient(linear, left top, right top, from(#fbf7ed), to(white)) !important;
  background: linear-gradient(to right, #fbf7ed, white) !important;
}

.c-bg3 {
  color: #f3f5f7 !important;
}

.text-on-bg3 {
  background-color: #f3f5f7 !important;
  color: white !important;
}

.border-c-bg3 {
  border-color: #f3f5f7 !important;
}

.bg-c-bg3 {
  background-color: #f3f5f7 !important;
}

.gradient-bg3 {
  background: -webkit-gradient(linear, left top, right top, from(#f3f5f7), to(white)) !important;
  background: linear-gradient(to right, #f3f5f7, white) !important;
}

.c-bg4 {
  color: #f1eef5 !important;
}

.text-on-bg4 {
  background-color: #f1eef5 !important;
  color: white !important;
}

.border-c-bg4 {
  border-color: #f1eef5 !important;
}

.bg-c-bg4 {
  background-color: #f1eef5 !important;
}

.gradient-bg4 {
  background: -webkit-gradient(linear, left top, right top, from(#f1eef5), to(white)) !important;
  background: linear-gradient(to right, #f1eef5, white) !important;
}

.c-bg5 {
  color: #e8eff9 !important;
}

.text-on-bg5 {
  background-color: #e8eff9 !important;
  color: white !important;
}

.border-c-bg5 {
  border-color: #e8eff9 !important;
}

.bg-c-bg5 {
  background-color: #e8eff9 !important;
}

.gradient-bg5 {
  background: -webkit-gradient(linear, left top, right top, from(#e8eff9), to(white)) !important;
  background: linear-gradient(to right, #e8eff9, white) !important;
}

.c-bg6 {
  color: #dcebf8 !important;
}

.text-on-bg6 {
  background-color: #dcebf8 !important;
  color: white !important;
}

.border-c-bg6 {
  border-color: #dcebf8 !important;
}

.bg-c-bg6 {
  background-color: #dcebf8 !important;
}

.gradient-bg6 {
  background: -webkit-gradient(linear, left top, right top, from(#dcebf8), to(white)) !important;
  background: linear-gradient(to right, #dcebf8, white) !important;
}

.c-bg7 {
  color: #eff3f6 !important;
}

.text-on-bg7 {
  background-color: #eff3f6 !important;
  color: white !important;
}

.border-c-bg7 {
  border-color: #eff3f6 !important;
}

.bg-c-bg7 {
  background-color: #eff3f6 !important;
}

.gradient-bg7 {
  background: -webkit-gradient(linear, left top, right top, from(#eff3f6), to(white)) !important;
  background: linear-gradient(to right, #eff3f6, white) !important;
}

.c-border {
  color: #e6e6e5 !important;
}

.text-on-border {
  background-color: #e6e6e5 !important;
  color: white !important;
}

.border-c-border {
  border-color: #e6e6e5 !important;
}

.bg-c-border {
  background-color: #e6e6e5 !important;
}

.gradient-border {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e5), to(white)) !important;
  background: linear-gradient(to right, #e6e6e5, white) !important;
}

.c-jp {
  color: #acacac !important;
}

.text-on-jp {
  background-color: #acacac !important;
  color: #c6c6c6 !important;
}

.border-c-jp {
  border-color: #acacac !important;
}

.bg-c-jp {
  background-color: #acacac !important;
}

.gradient-jp {
  background: -webkit-gradient(linear, left top, right top, from(#acacac), to(#c6c6c6)) !important;
  background: linear-gradient(to right, #acacac, #c6c6c6) !important;
}

.c-map {
  color: #606060 !important;
}

.text-on-map {
  background-color: #606060 !important;
  color: #7a7a7a !important;
}

.border-c-map {
  border-color: #606060 !important;
}

.bg-c-map {
  background-color: #606060 !important;
}

.gradient-map {
  background: -webkit-gradient(linear, left top, right top, from(#606060), to(#7a7a7a)) !important;
  background: linear-gradient(to right, #606060, #7a7a7a) !important;
}

.c-error {
  color: #c8232d !important;
}

.text-on-error {
  background-color: #c8232d !important;
  color: #de404a !important;
}

.border-c-error {
  border-color: #c8232d !important;
}

.bg-c-error {
  background-color: #c8232d !important;
}

.gradient-error {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a)) !important;
  background: linear-gradient(to right, #c8232d, #de404a) !important;
}

.c-error-bg {
  color: #c8232d !important;
}

.text-on-error-bg {
  background-color: #c8232d !important;
  color: #de404a !important;
}

.border-c-error-bg {
  border-color: #c8232d !important;
}

.bg-c-error-bg {
  background-color: #c8232d !important;
}

.gradient-error-bg {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a)) !important;
  background: linear-gradient(to right, #c8232d, #de404a) !important;
}

.c-success {
  color: #29bb0f !important;
}

.text-on-success {
  background-color: #29bb0f !important;
  color: #33ea13 !important;
}

.border-c-success {
  border-color: #29bb0f !important;
}

.bg-c-success {
  background-color: #29bb0f !important;
}

.gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13)) !important;
  background: linear-gradient(to right, #29bb0f, #33ea13) !important;
}

.c-success-bg {
  color: #29bb0f !important;
}

.text-on-success-bg {
  background-color: #29bb0f !important;
  color: #33ea13 !important;
}

.border-c-success-bg {
  border-color: #29bb0f !important;
}

.bg-c-success-bg {
  background-color: #29bb0f !important;
}

.gradient-success-bg {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13)) !important;
  background: linear-gradient(to right, #29bb0f, #33ea13) !important;
}

.c-warning {
  color: #008fde !important;
}

.text-on-warning {
  background-color: #008fde !important;
  color: #12abff !important;
}

.border-c-warning {
  border-color: #008fde !important;
}

.bg-c-warning {
  background-color: #008fde !important;
}

.gradient-warning {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff)) !important;
  background: linear-gradient(to right, #008fde, #12abff) !important;
}

.c-warning-bg {
  color: #008fde !important;
}

.text-on-warning-bg {
  background-color: #008fde !important;
  color: #12abff !important;
}

.border-c-warning-bg {
  border-color: #008fde !important;
}

.bg-c-warning-bg {
  background-color: #008fde !important;
}

.gradient-warning-bg {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff)) !important;
  background: linear-gradient(to right, #008fde, #12abff) !important;
}

.c-rss {
  color: #ffac4a !important;
}

.text-on-rss {
  background-color: #ffac4a !important;
  color: #ffc37d !important;
}

.border-c-rss {
  border-color: #ffac4a !important;
}

.bg-c-rss {
  background-color: #ffac4a !important;
}

.gradient-rss {
  background: -webkit-gradient(linear, left top, right top, from(#ffac4a), to(#ffc37d)) !important;
  background: linear-gradient(to right, #ffac4a, #ffc37d) !important;
}

.c-sns-facebook {
  color: #5372c1 !important;
}

.text-on-sns-facebook {
  background-color: #5372c1 !important;
  color: #7891cf !important;
}

.border-c-sns-facebook {
  border-color: #5372c1 !important;
}

.bg-c-sns-facebook {
  background-color: #5372c1 !important;
}

.gradient-sns-facebook {
  background: -webkit-gradient(linear, left top, right top, from(#5372c1), to(#7891cf)) !important;
  background: linear-gradient(to right, #5372c1, #7891cf) !important;
}

.c-sns-twitter {
  color: #43a5f0 !important;
}

.text-on-sns-twitter {
  background-color: #43a5f0 !important;
  color: #72bcf4 !important;
}

.border-c-sns-twitter {
  border-color: #43a5f0 !important;
}

.bg-c-sns-twitter {
  background-color: #43a5f0 !important;
}

.gradient-sns-twitter {
  background: -webkit-gradient(linear, left top, right top, from(#43a5f0), to(#72bcf4)) !important;
  background: linear-gradient(to right, #43a5f0, #72bcf4) !important;
}

.c-sns-google-plus {
  color: #de4b39 !important;
}

.text-on-sns-google-plus {
  background-color: #de4b39 !important;
  color: #e57365 !important;
}

.border-c-sns-google-plus {
  border-color: #de4b39 !important;
}

.bg-c-sns-google-plus {
  background-color: #de4b39 !important;
}

.gradient-sns-google-plus {
  background: -webkit-gradient(linear, left top, right top, from(#de4b39), to(#e57365)) !important;
  background: linear-gradient(to right, #de4b39, #e57365) !important;
}

.c-sns-googleplus {
  color: #de4b39 !important;
}

.text-on-sns-googleplus {
  background-color: #de4b39 !important;
  color: #e57365 !important;
}

.border-c-sns-googleplus {
  border-color: #de4b39 !important;
}

.bg-c-sns-googleplus {
  background-color: #de4b39 !important;
}

.gradient-sns-googleplus {
  background: -webkit-gradient(linear, left top, right top, from(#de4b39), to(#e57365)) !important;
  background: linear-gradient(to right, #de4b39, #e57365) !important;
}

.c-sns-line {
  color: #29bb0f !important;
}

.text-on-sns-line {
  background-color: #29bb0f !important;
  color: #33ea13 !important;
}

.border-c-sns-line {
  border-color: #29bb0f !important;
}

.bg-c-sns-line {
  background-color: #29bb0f !important;
}

.gradient-sns-line {
  background: -webkit-gradient(linear, left top, right top, from(#29bb0f), to(#33ea13)) !important;
  background: linear-gradient(to right, #29bb0f, #33ea13) !important;
}

.c-sns-pocket {
  color: #d3505a !important;
}

.text-on-sns-pocket {
  background-color: #d3505a !important;
  color: #dd7980 !important;
}

.border-c-sns-pocket {
  border-color: #d3505a !important;
}

.bg-c-sns-pocket {
  background-color: #d3505a !important;
}

.gradient-sns-pocket {
  background: -webkit-gradient(linear, left top, right top, from(#d3505a), to(#dd7980)) !important;
  background: linear-gradient(to right, #d3505a, #dd7980) !important;
}

.c-sns-hatena {
  color: #008fde !important;
}

.text-on-sns-hatena {
  background-color: #008fde !important;
  color: #12abff !important;
}

.border-c-sns-hatena {
  border-color: #008fde !important;
}

.bg-c-sns-hatena {
  background-color: #008fde !important;
}

.gradient-sns-hatena {
  background: -webkit-gradient(linear, left top, right top, from(#008fde), to(#12abff)) !important;
  background: linear-gradient(to right, #008fde, #12abff) !important;
}

.c-sns-linkedin {
  color: #1174af !important;
}

.text-on-sns-linkedin {
  background-color: #1174af !important;
  color: #1693dd !important;
}

.border-c-sns-linkedin {
  border-color: #1174af !important;
}

.bg-c-sns-linkedin {
  background-color: #1174af !important;
}

.gradient-sns-linkedin {
  background: -webkit-gradient(linear, left top, right top, from(#1174af), to(#1693dd)) !important;
  background: linear-gradient(to right, #1174af, #1693dd) !important;
}

.c-sns-instagram {
  color: #537fa1 !important;
}

.text-on-sns-instagram {
  background-color: #537fa1 !important;
  color: #7198b6 !important;
}

.border-c-sns-instagram {
  border-color: #537fa1 !important;
}

.bg-c-sns-instagram {
  background-color: #537fa1 !important;
}

.gradient-sns-instagram {
  background: -webkit-gradient(linear, left top, right top, from(#537fa1), to(#7198b6)) !important;
  background: linear-gradient(to right, #537fa1, #7198b6) !important;
}

.c-sns-flickr {
  color: #fb1683 !important;
}

.text-on-sns-flickr {
  background-color: #fb1683 !important;
  color: #fc489e !important;
}

.border-c-sns-flickr {
  border-color: #fb1683 !important;
}

.bg-c-sns-flickr {
  background-color: #fb1683 !important;
}

.gradient-sns-flickr {
  background: -webkit-gradient(linear, left top, right top, from(#fb1683), to(#fc489e)) !important;
  background: linear-gradient(to right, #fb1683, #fc489e) !important;
}

.c-sns-pinterest {
  color: #c8232d !important;
}

.text-on-sns-pinterest {
  background-color: #c8232d !important;
  color: #de404a !important;
}

.border-c-sns-pinterest {
  border-color: #c8232d !important;
}

.bg-c-sns-pinterest {
  background-color: #c8232d !important;
}

.gradient-sns-pinterest {
  background: -webkit-gradient(linear, left top, right top, from(#c8232d), to(#de404a)) !important;
  background: linear-gradient(to right, #c8232d, #de404a) !important;
}

.c-sns-tumblr {
  color: #2b445e !important;
}

.text-on-sns-tumblr {
  background-color: #2b445e !important;
  color: #3b5d81 !important;
}

.border-c-sns-tumblr {
  border-color: #2b445e !important;
}

.bg-c-sns-tumblr {
  background-color: #2b445e !important;
}

.gradient-sns-tumblr {
  background: -webkit-gradient(linear, left top, right top, from(#2b445e), to(#3b5d81)) !important;
  background: linear-gradient(to right, #2b445e, #3b5d81) !important;
}

.c-sns-youtube {
  color: #fa373a !important;
}

.text-on-sns-youtube {
  background-color: #fa373a !important;
  color: #fb696b !important;
}

.border-c-sns-youtube {
  border-color: #fa373a !important;
}

.bg-c-sns-youtube {
  background-color: #fa373a !important;
}

.gradient-sns-youtube {
  background: -webkit-gradient(linear, left top, right top, from(#fa373a), to(#fb696b)) !important;
  background: linear-gradient(to right, #fa373a, #fb696b) !important;
}

.c-sns-vimeo {
  color: #47b1d9 !important;
}

.text-on-sns-vimeo {
  background-color: #47b1d9 !important;
  color: #71c3e2 !important;
}

.border-c-sns-vimeo {
  border-color: #47b1d9 !important;
}

.bg-c-sns-vimeo {
  background-color: #47b1d9 !important;
}

.gradient-sns-vimeo {
  background: -webkit-gradient(linear, left top, right top, from(#47b1d9), to(#71c3e2)) !important;
  background: linear-gradient(to right, #47b1d9, #71c3e2) !important;
}

.c-rakuten {
  color: #bf0000 !important;
}

.text-on-rakuten {
  background-color: #bf0000 !important;
  color: #f20000 !important;
}

.border-c-rakuten {
  border-color: #bf0000 !important;
}

.bg-c-rakuten {
  background-color: #bf0000 !important;
}

.gradient-rakuten {
  background: -webkit-gradient(linear, left top, right top, from(#bf0000), to(#f20000)) !important;
  background: linear-gradient(to right, #bf0000, #f20000) !important;
}

.c-sale {
  color: #bf0000 !important;
}

.text-on-sale {
  background-color: #bf0000 !important;
  color: #f20000 !important;
}

.border-c-sale {
  border-color: #bf0000 !important;
}

.bg-c-sale {
  background-color: #bf0000 !important;
}

.gradient-sale {
  background: -webkit-gradient(linear, left top, right top, from(#bf0000), to(#f20000)) !important;
  background: linear-gradient(to right, #bf0000, #f20000) !important;
}

.c-navy {
  color: #01017a !important;
}

.text-on-navy {
  background-color: #01017a !important;
  color: #0101ad !important;
}

.border-c-navy {
  border-color: #01017a !important;
}

.bg-c-navy {
  background-color: #01017a !important;
}

.gradient-navy {
  background: -webkit-gradient(linear, left top, right top, from(#01017a), to(#0101ad)) !important;
  background: linear-gradient(to right, #01017a, #0101ad) !important;
}

.c-grey {
  color: #a9a9a9 !important;
}

.text-on-grey {
  background-color: #a9a9a9 !important;
  color: #c3c3c3 !important;
}

.border-c-grey {
  border-color: #a9a9a9 !important;
}

.bg-c-grey {
  background-color: #a9a9a9 !important;
}

.gradient-grey {
  background: -webkit-gradient(linear, left top, right top, from(#a9a9a9), to(#c3c3c3)) !important;
  background: linear-gradient(to right, #a9a9a9, #c3c3c3) !important;
}

.c-brown {
  color: #8b4513 !important;
}

.text-on-brown {
  background-color: #8b4513 !important;
  color: #b85b19 !important;
}

.border-c-brown {
  border-color: #8b4513 !important;
}

.bg-c-brown {
  background-color: #8b4513 !important;
}

.gradient-brown {
  background: -webkit-gradient(linear, left top, right top, from(#8b4513), to(#b85b19)) !important;
  background: linear-gradient(to right, #8b4513, #b85b19) !important;
}

.c-beige {
  color: #f5f5dc !important;
}

.text-on-beige {
  background-color: #f5f5dc !important;
  color: white !important;
}

.border-c-beige {
  border-color: #f5f5dc !important;
}

.bg-c-beige {
  background-color: #f5f5dc !important;
}

.gradient-beige {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5dc), to(white)) !important;
  background: linear-gradient(to right, #f5f5dc, white) !important;
}

.c-green {
  color: #6cdd9d !important;
}

.text-on-green {
  background-color: #6cdd9d !important;
  color: #95e7b9 !important;
}

.border-c-green {
  border-color: #6cdd9d !important;
}

.bg-c-green {
  background-color: #6cdd9d !important;
}

.gradient-green {
  background: -webkit-gradient(linear, left top, right top, from(#6cdd9d), to(#95e7b9)) !important;
  background: linear-gradient(to right, #6cdd9d, #95e7b9) !important;
}

.c-blue {
  color: #4169e1 !important;
}

.text-on-blue {
  background-color: #4169e1 !important;
  color: #6d8ce8 !important;
}

.border-c-blue {
  border-color: #4169e1 !important;
}

.bg-c-blue {
  background-color: #4169e1 !important;
}

.gradient-blue {
  background: -webkit-gradient(linear, left top, right top, from(#4169e1), to(#6d8ce8)) !important;
  background: linear-gradient(to right, #4169e1, #6d8ce8) !important;
}

.c-purple {
  color: #c968e6 !important;
}

.text-on-purple {
  background-color: #c968e6 !important;
  color: #d994ed !important;
}

.border-c-purple {
  border-color: #c968e6 !important;
}

.bg-c-purple {
  background-color: #c968e6 !important;
}

.gradient-purple {
  background: -webkit-gradient(linear, left top, right top, from(#c968e6), to(#d994ed)) !important;
  background: linear-gradient(to right, #c968e6, #d994ed) !important;
}

.c-pink {
  color: #fcc6ca !important;
}

.text-on-pink {
  background-color: #fcc6ca !important;
  color: #fff6f7 !important;
}

.border-c-pink {
  border-color: #fcc6ca !important;
}

.bg-c-pink {
  background-color: #fcc6ca !important;
}

.gradient-pink {
  background: -webkit-gradient(linear, left top, right top, from(#fcc6ca), to(#fff6f7)) !important;
  background: linear-gradient(to right, #fcc6ca, #fff6f7) !important;
}

.c-red {
  color: #dd6463 !important;
}

.text-on-red {
  background-color: #dd6463 !important;
  color: #e68e8d !important;
}

.border-c-red {
  border-color: #dd6463 !important;
}

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

.gradient-red {
  background: -webkit-gradient(linear, left top, right top, from(#dd6463), to(#e68e8d)) !important;
  background: linear-gradient(to right, #dd6463, #e68e8d) !important;
}

.c-yellow {
  color: #fede4c !important;
}

.text-on-yellow {
  background-color: #fede4c !important;
  color: #fee77f !important;
}

.border-c-yellow {
  border-color: #fede4c !important;
}

.bg-c-yellow {
  background-color: #fede4c !important;
}

.gradient-yellow {
  background: -webkit-gradient(linear, left top, right top, from(#fede4c), to(#fee77f)) !important;
  background: linear-gradient(to right, #fede4c, #fee77f) !important;
}

.c-orange {
  color: #fda65f !important;
}

.text-on-orange {
  background-color: #fda65f !important;
  color: #fec291 !important;
}

.border-c-orange {
  border-color: #fda65f !important;
}

.bg-c-orange {
  background-color: #fda65f !important;
}

.gradient-orange {
  background: -webkit-gradient(linear, left top, right top, from(#fda65f), to(#fec291)) !important;
  background: linear-gradient(to right, #fda65f, #fec291) !important;
}

.c-gold {
  color: #ffd700 !important;
}

.text-on-gold {
  background-color: #ffd700 !important;
  color: #ffdf33 !important;
}

.border-c-gold {
  border-color: #ffd700 !important;
}

.bg-c-gold {
  background-color: #ffd700 !important;
}

.gradient-gold {
  background: -webkit-gradient(linear, left top, right top, from(#ffd700), to(#ffdf33)) !important;
  background: linear-gradient(to right, #ffd700, #ffdf33) !important;
}

.c-silver {
  color: #c0c0c0 !important;
}

.text-on-silver {
  background-color: #c0c0c0 !important;
  color: #dadada !important;
}

.border-c-silver {
  border-color: #c0c0c0 !important;
}

.bg-c-silver {
  background-color: #c0c0c0 !important;
}

.gradient-silver {
  background: -webkit-gradient(linear, left top, right top, from(#c0c0c0), to(#dadada)) !important;
  background: linear-gradient(to right, #c0c0c0, #dadada) !important;
}

.c-lightblue {
  color: #67cae6 !important;
}

.text-on-lightblue {
  background-color: #67cae6 !important;
  color: #93d9ed !important;
}

.border-c-lightblue {
  border-color: #67cae6 !important;
}

.bg-c-lightblue {
  background-color: #67cae6 !important;
}

.gradient-lightblue {
  background: -webkit-gradient(linear, left top, right top, from(#67cae6), to(#93d9ed)) !important;
  background: linear-gradient(to right, #67cae6, #93d9ed) !important;
}

.c-darkred {
  color: #c0392b !important;
}

.text-on-darkred {
  background-color: #c0392b !important;
  color: #d65548 !important;
}

.border-c-darkred {
  border-color: #c0392b !important;
}

.bg-c-darkred {
  background-color: #c0392b !important;
}

.gradient-darkred {
  background: -webkit-gradient(linear, left top, right top, from(#c0392b), to(#d65548)) !important;
  background: linear-gradient(to right, #c0392b, #d65548) !important;
}

.c-darkblue {
  color: #2980b9 !important;
}

.text-on-darkblue {
  background-color: #2980b9 !important;
  color: #409ad5 !important;
}

.border-c-darkblue {
  border-color: #2980b9 !important;
}

.bg-c-darkblue {
  background-color: #2980b9 !important;
}

.gradient-darkblue {
  background: -webkit-gradient(linear, left top, right top, from(#2980b9), to(#409ad5)) !important;
  background: linear-gradient(to right, #2980b9, #409ad5) !important;
}

.c-darkorange {
  color: #f39c12 !important;
}

.text-on-darkorange {
  background-color: #f39c12 !important;
  color: #f5b043 !important;
}

.border-c-darkorange {
  border-color: #f39c12 !important;
}

.bg-c-darkorange {
  background-color: #f39c12 !important;
}

.gradient-darkorange {
  background: -webkit-gradient(linear, left top, right top, from(#f39c12), to(#f5b043)) !important;
  background: linear-gradient(to right, #f39c12, #f5b043) !important;
}

.c-darkgreen {
  color: #27ae60 !important;
}

.text-on-darkgreen {
  background-color: #27ae60 !important;
  color: #36d278 !important;
}

.border-c-darkgreen {
  border-color: #27ae60 !important;
}

.bg-c-darkgreen {
  background-color: #27ae60 !important;
}

.gradient-darkgreen {
  background: -webkit-gradient(linear, left top, right top, from(#27ae60), to(#36d278)) !important;
  background: linear-gradient(to right, #27ae60, #36d278) !important;
}

.c-global-culture-and-communication {
  color: #fda65f !important;
}

.text-on-global-culture-and-communication {
  background-color: #fda65f !important;
  color: #fec291 !important;
}

.border-c-global-culture-and-communication {
  border-color: #fda65f !important;
}

.bg-c-global-culture-and-communication {
  background-color: #fda65f !important;
}

.gradient-global-culture-and-communication {
  background: -webkit-gradient(linear, left top, right top, from(#fda65f), to(#fec291)) !important;
  background: linear-gradient(to right, #fda65f, #fec291) !important;
}

.c-business-faculty {
  color: #004098 !important;
}

.text-on-business-faculty {
  background-color: #004098 !important;
  color: #0055cb !important;
}

.border-c-business-faculty {
  border-color: #004098 !important;
}

.bg-c-business-faculty {
  background-color: #004098 !important;
}

.gradient-business-faculty {
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#0055cb)) !important;
  background: linear-gradient(to right, #004098, #0055cb) !important;
}

.c-business-faculty-title {
  color: #3775c9 !important;
}

.text-on-business-faculty-title {
  background-color: #3775c9 !important;
  color: #5f91d4 !important;
}

.border-c-business-faculty-title {
  border-color: #3775c9 !important;
}

.bg-c-business-faculty-title {
  background-color: #3775c9 !important;
}

.gradient-business-faculty-title {
  background: -webkit-gradient(linear, left top, right top, from(#3775c9), to(#5f91d4)) !important;
  background: linear-gradient(to right, #3775c9, #5f91d4) !important;
}

.c-business-faculty-bg {
  color: #ebf6ff !important;
}

.text-on-business-faculty-bg {
  background-color: #ebf6ff !important;
  color: white !important;
}

.border-c-business-faculty-bg {
  border-color: #ebf6ff !important;
}

.bg-c-business-faculty-bg {
  background-color: #ebf6ff !important;
}

.gradient-business-faculty-bg {
  background: -webkit-gradient(linear, left top, right top, from(#ebf6ff), to(white)) !important;
  background: linear-gradient(to right, #ebf6ff, white) !important;
}

.c-global-communication-faculty {
  color: #6cdd9d !important;
}

.text-on-global-communication-faculty {
  background-color: #6cdd9d !important;
  color: #95e7b9 !important;
}

.border-c-global-communication-faculty {
  border-color: #6cdd9d !important;
}

.bg-c-global-communication-faculty {
  background-color: #6cdd9d !important;
}

.gradient-global-communication-faculty {
  background: -webkit-gradient(linear, left top, right top, from(#6cdd9d), to(#95e7b9)) !important;
  background: linear-gradient(to right, #6cdd9d, #95e7b9) !important;
}

.c-literature {
  color: #d19c0b !important;
}

.text-on-literature {
  background-color: #d19c0b !important;
  color: #f3b91c !important;
}

.border-c-literature {
  border-color: #d19c0b !important;
}

.bg-c-literature {
  background-color: #d19c0b !important;
}

.gradient-literature {
  background: -webkit-gradient(linear, left top, right top, from(#d19c0b), to(#f3b91c)) !important;
  background: linear-gradient(to right, #d19c0b, #f3b91c) !important;
}

.c-education {
  color: #eed40e !important;
}

.text-on-education {
  background-color: #eed40e !important;
  color: #f4de3c !important;
}

.border-c-education {
  border-color: #eed40e !important;
}

.bg-c-education {
  background-color: #eed40e !important;
}

.gradient-education {
  background: -webkit-gradient(linear, left top, right top, from(#eed40e), to(#f4de3c)) !important;
  background: linear-gradient(to right, #eed40e, #f4de3c) !important;
}

.c-human-informatics {
  color: #8e62ae !important;
}

.text-on-human-informatics {
  background-color: #8e62ae !important;
  color: #a684bf !important;
}

.border-c-human-informatics {
  border-color: #8e62ae !important;
}

.bg-c-human-informatics {
  background-color: #8e62ae !important;
}

.gradient-human-informatics {
  background: -webkit-gradient(linear, left top, right top, from(#8e62ae), to(#a684bf)) !important;
  background: linear-gradient(to right, #8e62ae, #a684bf) !important;
}

.c-psychology {
  color: #84ac16 !important;
}

.text-on-psychology {
  background-color: #84ac16 !important;
  color: #a7d91c !important;
}

.border-c-psychology {
  border-color: #84ac16 !important;
}

.bg-c-psychology {
  background-color: #84ac16 !important;
}

.gradient-psychology {
  background: -webkit-gradient(linear, left top, right top, from(#84ac16), to(#a7d91c)) !important;
  background: linear-gradient(to right, #84ac16, #a7d91c) !important;
}

.c-creation-and-representation {
  color: #3ebecd !important;
}

.text-on-creation-and-representation {
  background-color: #3ebecd !important;
  color: #67ccd7 !important;
}

.border-c-creation-and-representation {
  border-color: #3ebecd !important;
}

.bg-c-creation-and-representation {
  background-color: #3ebecd !important;
}

.gradient-creation-and-representation {
  background: -webkit-gradient(linear, left top, right top, from(#3ebecd), to(#67ccd7)) !important;
  background: linear-gradient(to right, #3ebecd, #67ccd7) !important;
}

.c-architecture {
  color: #0d78aa !important;
}

.text-on-architecture {
  background-color: #0d78aa !important;
  color: #1199d9 !important;
}

.border-c-architecture {
  border-color: #0d78aa !important;
}

.bg-c-architecture {
  background-color: #0d78aa !important;
}

.gradient-architecture {
  background: -webkit-gradient(linear, left top, right top, from(#0d78aa), to(#1199d9)) !important;
  background: linear-gradient(to right, #0d78aa, #1199d9) !important;
}

.c-medical-science {
  color: #f7612f !important;
}

.text-on-medical-science {
  background-color: #f7612f !important;
  color: #f98660 !important;
}

.border-c-medical-science {
  border-color: #f7612f !important;
}

.bg-c-medical-science {
  background-color: #f7612f !important;
}

.gradient-medical-science {
  background: -webkit-gradient(linear, left top, right top, from(#f7612f), to(#f98660)) !important;
  background: linear-gradient(to right, #f7612f, #f98660) !important;
}

.c-health-and-food-science {
  color: #119955 !important;
}

.text-on-health-and-food-science {
  background-color: #119955 !important;
  color: #16c76f !important;
}

.border-c-health-and-food-science {
  border-color: #119955 !important;
}

.bg-c-health-and-food-science {
  background-color: #119955 !important;
}

.gradient-health-and-food-science {
  background: -webkit-gradient(linear, left top, right top, from(#119955), to(#16c76f)) !important;
  background: linear-gradient(to right, #119955, #16c76f) !important;
}

.c-human-service {
  color: #db678a !important;
}

.text-on-human-service {
  background-color: #db678a !important;
  color: #e590aa !important;
}

.border-c-human-service {
  border-color: #db678a !important;
}

.bg-c-human-service {
  background-color: #db678a !important;
}

.gradient-human-service {
  background: -webkit-gradient(linear, left top, right top, from(#db678a), to(#e590aa)) !important;
  background: linear-gradient(to right, #db678a, #e590aa) !important;
}

.stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(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;
}
@media (max-width: 990px) {
  .stack.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@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-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;
}
@media (max-width: 990px) {
  .stack-9xl.is-keep-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

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

.aspect-ratio-3-4 {
  position: relative;
  width: 100%;
  height: auto;
}
.aspect-ratio-3-4:before {
  display: block;
  padding-top: 133.3333333333%;
  content: "";
}
.aspect-ratio-3-4 > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}