/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/globals.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@400;700&display=swap");
.html-doc,
html {
  font-size: calc(18px + 1.5w);
}

html,
body {
  font-family: "Oxanium", sans-serif;
  letter-spacing: 0.1ch;
}

.xxl {
  font-size: 5rem !important;
  line-height: 6rem !important;
}

.xl {
  font-size: 4rem !important;
  line-height: 5rem !important;
}

.lg {
  font-size: 3rem !important;
  line-height: 4rem !important;
}

.md {
  font-size: 1.5rem !important;
  line-height: 3rem !important;
}

.sm {
  font-size: 1rem !important;
  line-height: 1rem !important;
}

.xs {
  font-size: 1rem !important;
  line-height: 1rem !important;
}

.xxs {
  font-size: 0.75rem !important;
  line-height: 0.75rem !important;
}

h1 {
  font-size: 2rem;
  color: var(--heading-1-color);
}

h2 {
  font-size: 1.25rem;
  color: var(--heading-2-color);
}

h3 {
  font-size: 1.1rem;
  color: var(--heading-3-color);
}

h4 {
  font-size: 1rem;
  color: var(--heading-4-color);
}

aside h1 {
  font-size: calc(2rem * 0.75);
}
aside h2 {
  font-size: calc(1.25rem * 0.75);
}
aside h3 {
  font-size: calc(1.1rem * 0.75);
}
aside h4 {
  font-size: calc(1rem * 0.75);
}
aside div {
  font-size: calc(1rem * 0.75);
}
aside p {
  font-size: calc(1rem * 0.75);
}
aside li {
  font-size: calc(1rem * 0.75);
}

li,
div,
p {
  font-size: 1rem;
}

:root {
  --background: rgb(168, 202, 241);
  --foreground: rgb(23, 23, 23);
  --contrast: rgb(175, 175, 175);
  --dark: rgb(90, 90, 90);
  --light: rgb(233, 231, 231);
  --heading-1-color: rgb(23, 23, 23);
  --heading-2-color: rgb(51, 51, 51);
  --heading-3-color: rgb(85, 85, 85);
  --primary-color: rgb(0, 112, 243);
  --secondary-color: rgb(0, 243, 130);
  --link-color: rgb(0, 112, 243);
  --menu-background-color: rgb(82, 91, 194);
  --menu-text-color: rgb(0, 0, 0);
  --button-color: rgb(86, 103, 119);
  --button-text-color: rgb(0, 0, 0);
  color-scheme: light;
}

html.dark {
  --background: rgb(10, 10, 10);
  --foreground: rgb(237, 237, 237);
  --contrast: rgb(165, 165, 165);
  --dark: rgb(0, 0, 0);
  --light: rgba(214, 214, 214, 0.616);
  --heading-1-color: rgb(237, 237, 237);
  --heading-2-color: rgb(204, 204, 204);
  --heading-3-color: rgb(170, 170, 170);
  --primary-color: rgb(0, 112, 243);
  --secondary-color: rgb(0, 243, 130);
  --link-color: rgb(0, 112, 243);
  --menu-background-color: rgb(32, 32, 32);
  --menu-text-color: rgb(255, 255, 255);
  --button-color: rgb(77, 76, 76);
  --button-text-color: rgb(255, 255, 255);
  color-scheme: dark;
}

html {
  width: 100%;
  height: auto;
  position: static;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.tilt-away {
  transform: perspective(800px) rotateX(30deg) scaleY(1.5);
  transform-style: preserve-3d;
  transform-origin: center center;
}

fieldset {
  padding: 20px;
}

.border {
  border: 2px solid red;
}
.border.green {
  border: 2px solid green;
}
.border.blue {
  border: 2px solid blue;
}
.border.yellow {
  border: 2px solid yellow;
}
.border.children > * {
  border: 2px solid inherit;
}

.align.center {
  text-align: center;
}
.align.left {
  text-align: left;
}
.align.right {
  text-align: right;
}

aside {
  background: var(--menu-background-color);
  border-radius: 10px;
}
aside img {
  all: unset;
  max-height: 40px;
  border-radius: 10px;
}

.xss img,
.xs img,
.sm img,
.md img {
  max-width: 100%;
  max-height: 100%;
}

.xss {
  max-width: 100px !important;
  max-height: 100px;
}

.xs {
  max-width: 200px !important;
  max-height: 200px !important;
}

.sm {
  max-width: 200px !important;
  max-height: 200px !important;
}

.md {
  max-width: 200px !important;
  max-height: 200px !important;
}

img {
  border-radius: 5px;
  object-fit: cover;
}
img::not(.background) {
  border: 5px solid var(--contrast);
}

.margin.auto {
  margin: auto;
}

ul {
  margin-bottom: 20px;
}

.flex {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.flex.equal > * {
  flex-basis: 50%;
}
.flex > * {
  max-width: 95vw !important;
}
.flex.grow > * {
  flex: 1 1;
  min-width: 0;
}
@media (max-width: 920px) {
  .flex.responsive {
    flex-wrap: wrap;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  .flex.responsive img,
  .flex.responsive .image-overlay {
    order: 1;
  }
  .flex.responsive *:not(.image-overlay) {
    order: 2;
  }
  .flex.responsive > * {
    flex: 1 1;
    min-width: 0;
  }
}
@media (max-width: 920px) and (max-width: 920px) {
  .flex.responsive > * {
    flex: unset;
    width: 100%;
  }
}
.flex.wrap {
  flex-wrap: wrap;
  gap: 20px;
}
.flex.stretch {
  align-items: stretch;
}
.flex.center {
  justify-content: center;
  text-align: center;
  width: 100%;
}
.flex.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex.column > * {
  width: 100%;
  margin: auto;
}
.flex.column button {
  min-width: 0px;
}
.flex.column button * {
  margin: 0px;
}
.flex.top {
  align-items: flex-start;
  text-align: left;
}
.flex.left {
  justify-content: flex-start;
  text-align: left;
}
.flex.right {
  justify-content: flex-end;
  text-align: right;
}

textarea,
input,
button {
  border-radius: 5px;
  padding: 5px 10px;
  background: var(--light);
  color: var(--dark);
}

button {
  background: var(--button-color);
  color: var(--button-text-color);
}

.fill {
  border-radius: 10px;
}
.fill.green {
  background: rgb(64, 214, 64);
}
.fill.coral {
  background: rgb(255, 170, 139);
}
.fill.blue {
  background: rgb(93, 93, 250);
}

button,
.emboss {
  border: none;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.1s ease-in-out;
  box-shadow: inset 0px 2px 4px rgba(255, 255, 255, 0.8), inset 0px -2px 4px rgba(0, 0, 0, 0.8);
}
button:hover,
.emboss:hover {
  transform: scale(1.1);
}
button:active,
.emboss:active {
  transform: scale(0.9);
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4);
}

h1,
h2,
h3,
h4 {
  margin-bottom: 10px;
}
h1.overlay,
h2.overlay,
h3.overlay,
h4.overlay {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.9);
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  height: 0;
  visibility: hidden;
}

.inline-size {
  container-type: inline-size;
  padding: 10px;
}
@container (max-width: 480px) {
  .inline-size > * {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .inline-size > * > * {
    flex: 1 1;
    max-width: 100%;
    min-width: 0;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Geist","arguments":[{"variable":"--font-geist-sans","subsets":["latin"]}],"variableName":"geistSans"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8d697b304b401681-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba015fad6dcf6784-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Geist Fallback';src: local("Arial");ascent-override: 95.94%;descent-override: 28.16%;line-gap-override: 0.00%;size-adjust: 104.76%
}.__className_188709 {font-family: 'Geist', 'Geist Fallback';font-style: normal
}.__variable_188709 {--font-geist-sans: 'Geist', 'Geist Fallback'
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Geist_Mono","arguments":[{"variable":"--font-geist-mono","subsets":["latin"]}],"variableName":"geistMono"} ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/9610d9e46709d722-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/747892c23ea88013-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/93f479601ee12b01-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Geist Mono Fallback';src: local("Arial");ascent-override: 74.67%;descent-override: 21.92%;line-gap-override: 0.00%;size-adjust: 134.59%
}.__className_9a8899 {font-family: 'Geist Mono', 'Geist Mono Fallback';font-style: normal
}.__variable_9a8899 {--font-geist-mono: 'Geist Mono', 'Geist Mono Fallback'
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/lib/components/common/footer/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer {
  background: var(--menu-background-color);
  color: var(--light);
  height: 20vh;
  width: 100vw;
  margin-bottom: 0px;
}
.footer * {
  color: inherit;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/layout.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.section {
  width: 100%;
  min-height: 50vw;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/functions.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.basis-0 {
  flex-basis: 0%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-0 {
    flex-basis: 100%;
  }
}

.gap-0 {
  gap: 0px;
}

.padding-childn-0 > * {
  padding: 0px;
}
@media (max-width: 920px) {
  .padding-childn-0 > * {
    padding: 5px;
  }
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-0 {
  padding: 0px;
}
@media (max-width: 920px) {
  .padding-0 {
    padding: 5px !important;
  }
}

.margin-0 {
  margin: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

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

.margin-pc-0 {
  margin: 0%;
}

.margin-vw-0 {
  margin: 0vw;
}

.max-width-pc-0 {
  max-width: 0%;
}
@media (max-width: 920px) {
  .max-width-pc-0 {
    max-width: 80%;
  }
}

.width-pc-0 {
  width: 0%;
}
@media (max-width: 920px) {
  .width-pc-0 {
    width: 80%;
  }
}

.min-width-pc-0 {
  min-width: 0%;
}

.min-width-vw-0 {
  min-width: 0vw;
}

.max-width-vw-0 {
  max-width: 0vw;
}
@media (max-width: 920px) {
  .max-width-vw-0 {
    max-width: 80vw;
  }
}

.width-vw-0 {
  width: 0vw;
}
@media (max-width: 920px) {
  .width-vw-0 {
    width: 80vw;
  }
}

.height-vh-0 {
  height: 0vh;
  border: 2px solid green;
}

.height-pc-0 {
  height: 0%;
}

.max-height-0 {
  max-height: 0px !important;
}

.brigthness-0 {
  filter: brightness(0%);
}

.basis-10 {
  flex-basis: 10%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-10 {
    flex-basis: 100%;
  }
}

.gap-10 {
  gap: 10px;
}

.padding-childn-10 > * {
  padding: 10px;
}
@media (max-width: 920px) {
  .padding-childn-10 > * {
    padding: 5px;
  }
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-10 {
  padding: 10px;
}
@media (max-width: 920px) {
  .padding-10 {
    padding: 5px !important;
  }
}

.margin-10 {
  margin: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

.margin-pc-10 {
  margin: 10%;
}

.margin-vw-10 {
  margin: 10vw;
}

.max-width-pc-10 {
  max-width: 10%;
}
@media (max-width: 920px) {
  .max-width-pc-10 {
    max-width: 80%;
  }
}

.width-pc-10 {
  width: 10%;
}
@media (max-width: 920px) {
  .width-pc-10 {
    width: 80%;
  }
}

.min-width-pc-10 {
  min-width: 10%;
}

.min-width-vw-10 {
  min-width: 10vw;
}

.max-width-vw-10 {
  max-width: 10vw;
}
@media (max-width: 920px) {
  .max-width-vw-10 {
    max-width: 80vw;
  }
}

.width-vw-10 {
  width: 10vw;
}
@media (max-width: 920px) {
  .width-vw-10 {
    width: 80vw;
  }
}

.height-vh-10 {
  height: 10vh;
  border: 2px solid green;
}

.height-pc-10 {
  height: 10%;
}

.max-height-10 {
  max-height: 10px !important;
}

.brigthness-10 {
  filter: brightness(10%);
}

.basis-20 {
  flex-basis: 20%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-20 {
    flex-basis: 100%;
  }
}

.gap-20 {
  gap: 20px;
}

.padding-childn-20 > * {
  padding: 20px;
}
@media (max-width: 920px) {
  .padding-childn-20 > * {
    padding: 5px;
  }
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-20 {
  padding: 20px;
}
@media (max-width: 920px) {
  .padding-20 {
    padding: 5px !important;
  }
}

.margin-20 {
  margin: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

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

.margin-pc-20 {
  margin: 20%;
}

.margin-vw-20 {
  margin: 20vw;
}

.max-width-pc-20 {
  max-width: 20%;
}
@media (max-width: 920px) {
  .max-width-pc-20 {
    max-width: 80%;
  }
}

.width-pc-20 {
  width: 20%;
}
@media (max-width: 920px) {
  .width-pc-20 {
    width: 80%;
  }
}

.min-width-pc-20 {
  min-width: 20%;
}

.min-width-vw-20 {
  min-width: 20vw;
}

.max-width-vw-20 {
  max-width: 20vw;
}
@media (max-width: 920px) {
  .max-width-vw-20 {
    max-width: 80vw;
  }
}

.width-vw-20 {
  width: 20vw;
}
@media (max-width: 920px) {
  .width-vw-20 {
    width: 80vw;
  }
}

.height-vh-20 {
  height: 20vh;
  border: 2px solid green;
}

.height-pc-20 {
  height: 20%;
}

.max-height-20 {
  max-height: 20px !important;
}

.brigthness-20 {
  filter: brightness(20%);
}

.basis-30 {
  flex-basis: 30%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-30 {
    flex-basis: 100%;
  }
}

.gap-30 {
  gap: 30px;
}

.padding-childn-30 > * {
  padding: 30px;
}
@media (max-width: 920px) {
  .padding-childn-30 > * {
    padding: 5px;
  }
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-30 {
  padding: 30px;
}
@media (max-width: 920px) {
  .padding-30 {
    padding: 5px !important;
  }
}

.margin-30 {
  margin: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

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

.margin-pc-30 {
  margin: 30%;
}

.margin-vw-30 {
  margin: 30vw;
}

.max-width-pc-30 {
  max-width: 30%;
}
@media (max-width: 920px) {
  .max-width-pc-30 {
    max-width: 80%;
  }
}

.width-pc-30 {
  width: 30%;
}
@media (max-width: 920px) {
  .width-pc-30 {
    width: 80%;
  }
}

.min-width-pc-30 {
  min-width: 30%;
}

.min-width-vw-30 {
  min-width: 30vw;
}

.max-width-vw-30 {
  max-width: 30vw;
}
@media (max-width: 920px) {
  .max-width-vw-30 {
    max-width: 80vw;
  }
}

.width-vw-30 {
  width: 30vw;
}
@media (max-width: 920px) {
  .width-vw-30 {
    width: 80vw;
  }
}

.height-vh-30 {
  height: 30vh;
  border: 2px solid green;
}

.height-pc-30 {
  height: 30%;
}

.max-height-30 {
  max-height: 30px !important;
}

.brigthness-30 {
  filter: brightness(30%);
}

.basis-40 {
  flex-basis: 40%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-40 {
    flex-basis: 100%;
  }
}

.gap-40 {
  gap: 40px;
}

.padding-childn-40 > * {
  padding: 40px;
}
@media (max-width: 920px) {
  .padding-childn-40 > * {
    padding: 5px;
  }
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-40 {
  padding: 40px;
}
@media (max-width: 920px) {
  .padding-40 {
    padding: 5px !important;
  }
}

.margin-40 {
  margin: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

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

.margin-pc-40 {
  margin: 40%;
}

.margin-vw-40 {
  margin: 40vw;
}

.max-width-pc-40 {
  max-width: 40%;
}
@media (max-width: 920px) {
  .max-width-pc-40 {
    max-width: 80%;
  }
}

.width-pc-40 {
  width: 40%;
}
@media (max-width: 920px) {
  .width-pc-40 {
    width: 80%;
  }
}

.min-width-pc-40 {
  min-width: 40%;
}

.min-width-vw-40 {
  min-width: 40vw;
}

.max-width-vw-40 {
  max-width: 40vw;
}
@media (max-width: 920px) {
  .max-width-vw-40 {
    max-width: 80vw;
  }
}

.width-vw-40 {
  width: 40vw;
}
@media (max-width: 920px) {
  .width-vw-40 {
    width: 80vw;
  }
}

.height-vh-40 {
  height: 40vh;
  border: 2px solid green;
}

.height-pc-40 {
  height: 40%;
}

.max-height-40 {
  max-height: 40px !important;
}

.brigthness-40 {
  filter: brightness(40%);
}

.basis-50 {
  flex-basis: 50%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-50 {
    flex-basis: 100%;
  }
}

.gap-50 {
  gap: 50px;
}

.padding-childn-50 > * {
  padding: 50px;
}
@media (max-width: 920px) {
  .padding-childn-50 > * {
    padding: 5px;
  }
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-50 {
  padding: 50px;
}
@media (max-width: 920px) {
  .padding-50 {
    padding: 5px !important;
  }
}

.margin-50 {
  margin: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

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

.margin-pc-50 {
  margin: 50%;
}

.margin-vw-50 {
  margin: 50vw;
}

.max-width-pc-50 {
  max-width: 50%;
}
@media (max-width: 920px) {
  .max-width-pc-50 {
    max-width: 80%;
  }
}

.width-pc-50 {
  width: 50%;
}
@media (max-width: 920px) {
  .width-pc-50 {
    width: 80%;
  }
}

.min-width-pc-50 {
  min-width: 50%;
}

.min-width-vw-50 {
  min-width: 50vw;
}

.max-width-vw-50 {
  max-width: 50vw;
}
@media (max-width: 920px) {
  .max-width-vw-50 {
    max-width: 80vw;
  }
}

.width-vw-50 {
  width: 50vw;
}
@media (max-width: 920px) {
  .width-vw-50 {
    width: 80vw;
  }
}

.height-vh-50 {
  height: 50vh;
  border: 2px solid green;
}

.height-pc-50 {
  height: 50%;
}

.max-height-50 {
  max-height: 50px !important;
}

.brigthness-50 {
  filter: brightness(50%);
}

.basis-60 {
  flex-basis: 60%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-60 {
    flex-basis: 100%;
  }
}

.gap-60 {
  gap: 60px;
}

.padding-childn-60 > * {
  padding: 60px;
}
@media (max-width: 920px) {
  .padding-childn-60 > * {
    padding: 5px;
  }
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-60 {
  padding: 60px;
}
@media (max-width: 920px) {
  .padding-60 {
    padding: 5px !important;
  }
}

.margin-60 {
  margin: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

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

.margin-pc-60 {
  margin: 60%;
}

.margin-vw-60 {
  margin: 60vw;
}

.max-width-pc-60 {
  max-width: 60%;
}
@media (max-width: 920px) {
  .max-width-pc-60 {
    max-width: 80%;
  }
}

.width-pc-60 {
  width: 60%;
}
@media (max-width: 920px) {
  .width-pc-60 {
    width: 80%;
  }
}

.min-width-pc-60 {
  min-width: 60%;
}

.min-width-vw-60 {
  min-width: 60vw;
}

.max-width-vw-60 {
  max-width: 60vw;
}
@media (max-width: 920px) {
  .max-width-vw-60 {
    max-width: 80vw;
  }
}

.width-vw-60 {
  width: 60vw;
}
@media (max-width: 920px) {
  .width-vw-60 {
    width: 80vw;
  }
}

.height-vh-60 {
  height: 60vh;
  border: 2px solid green;
}

.height-pc-60 {
  height: 60%;
}

.max-height-60 {
  max-height: 60px !important;
}

.brigthness-60 {
  filter: brightness(60%);
}

.basis-70 {
  flex-basis: 70%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-70 {
    flex-basis: 100%;
  }
}

.gap-70 {
  gap: 70px;
}

.padding-childn-70 > * {
  padding: 70px;
}
@media (max-width: 920px) {
  .padding-childn-70 > * {
    padding: 5px;
  }
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-70 {
  padding: 70px;
}
@media (max-width: 920px) {
  .padding-70 {
    padding: 5px !important;
  }
}

.margin-70 {
  margin: 70px;
}

.margin-top-70 {
  margin-top: 70px;
}

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

.margin-pc-70 {
  margin: 70%;
}

.margin-vw-70 {
  margin: 70vw;
}

.max-width-pc-70 {
  max-width: 70%;
}
@media (max-width: 920px) {
  .max-width-pc-70 {
    max-width: 80%;
  }
}

.width-pc-70 {
  width: 70%;
}
@media (max-width: 920px) {
  .width-pc-70 {
    width: 80%;
  }
}

.min-width-pc-70 {
  min-width: 70%;
}

.min-width-vw-70 {
  min-width: 70vw;
}

.max-width-vw-70 {
  max-width: 70vw;
}
@media (max-width: 920px) {
  .max-width-vw-70 {
    max-width: 80vw;
  }
}

.width-vw-70 {
  width: 70vw;
}
@media (max-width: 920px) {
  .width-vw-70 {
    width: 80vw;
  }
}

.height-vh-70 {
  height: 70vh;
  border: 2px solid green;
}

.height-pc-70 {
  height: 70%;
}

.max-height-70 {
  max-height: 70px !important;
}

.brigthness-70 {
  filter: brightness(70%);
}

.basis-80 {
  flex-basis: 80%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-80 {
    flex-basis: 100%;
  }
}

.gap-80 {
  gap: 80px;
}

.padding-childn-80 > * {
  padding: 80px;
}
@media (max-width: 920px) {
  .padding-childn-80 > * {
    padding: 5px;
  }
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-80 {
  padding: 80px;
}
@media (max-width: 920px) {
  .padding-80 {
    padding: 5px !important;
  }
}

.margin-80 {
  margin: 80px;
}

.margin-top-80 {
  margin-top: 80px;
}

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

.margin-pc-80 {
  margin: 80%;
}

.margin-vw-80 {
  margin: 80vw;
}

.max-width-pc-80 {
  max-width: 80%;
}
@media (max-width: 920px) {
  .max-width-pc-80 {
    max-width: 80%;
  }
}

.width-pc-80 {
  width: 80%;
}
@media (max-width: 920px) {
  .width-pc-80 {
    width: 80%;
  }
}

.min-width-pc-80 {
  min-width: 80%;
}

.min-width-vw-80 {
  min-width: 80vw;
}

.max-width-vw-80 {
  max-width: 80vw;
}
@media (max-width: 920px) {
  .max-width-vw-80 {
    max-width: 80vw;
  }
}

.width-vw-80 {
  width: 80vw;
}
@media (max-width: 920px) {
  .width-vw-80 {
    width: 80vw;
  }
}

.height-vh-80 {
  height: 80vh;
  border: 2px solid green;
}

.height-pc-80 {
  height: 80%;
}

.max-height-80 {
  max-height: 80px !important;
}

.brigthness-80 {
  filter: brightness(80%);
}

.basis-90 {
  flex-basis: 90%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-90 {
    flex-basis: 100%;
  }
}

.gap-90 {
  gap: 90px;
}

.padding-childn-90 > * {
  padding: 90px;
}
@media (max-width: 920px) {
  .padding-childn-90 > * {
    padding: 5px;
  }
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-90 {
  padding: 90px;
}
@media (max-width: 920px) {
  .padding-90 {
    padding: 5px !important;
  }
}

.margin-90 {
  margin: 90px;
}

.margin-top-90 {
  margin-top: 90px;
}

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

.margin-pc-90 {
  margin: 90%;
}

.margin-vw-90 {
  margin: 90vw;
}

.max-width-pc-90 {
  max-width: 90%;
}
@media (max-width: 920px) {
  .max-width-pc-90 {
    max-width: 80%;
  }
}

.width-pc-90 {
  width: 90%;
}
@media (max-width: 920px) {
  .width-pc-90 {
    width: 80%;
  }
}

.min-width-pc-90 {
  min-width: 90%;
}

.min-width-vw-90 {
  min-width: 90vw;
}

.max-width-vw-90 {
  max-width: 90vw;
}
@media (max-width: 920px) {
  .max-width-vw-90 {
    max-width: 80vw;
  }
}

.width-vw-90 {
  width: 90vw;
}
@media (max-width: 920px) {
  .width-vw-90 {
    width: 80vw;
  }
}

.height-vh-90 {
  height: 90vh;
  border: 2px solid green;
}

.height-pc-90 {
  height: 90%;
}

.max-height-90 {
  max-height: 90px !important;
}

.brigthness-90 {
  filter: brightness(90%);
}

.basis-100 {
  flex-basis: 100%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-100 {
    flex-basis: 100%;
  }
}

.gap-100 {
  gap: 100px;
}

.padding-childn-100 > * {
  padding: 100px;
}
@media (max-width: 920px) {
  .padding-childn-100 > * {
    padding: 5px;
  }
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-100 {
  padding: 100px;
}
@media (max-width: 920px) {
  .padding-100 {
    padding: 5px !important;
  }
}

.margin-100 {
  margin: 100px;
}

.margin-top-100 {
  margin-top: 100px;
}

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

.margin-pc-100 {
  margin: 100%;
}

.margin-vw-100 {
  margin: 100vw;
}

.max-width-pc-100 {
  max-width: 100%;
}
@media (max-width: 920px) {
  .max-width-pc-100 {
    max-width: 80%;
  }
}

.width-pc-100 {
  width: 100%;
}
@media (max-width: 920px) {
  .width-pc-100 {
    width: 80%;
  }
}

.min-width-pc-100 {
  min-width: 100%;
}

.min-width-vw-100 {
  min-width: 100vw;
}

.max-width-vw-100 {
  max-width: 100vw;
}
@media (max-width: 920px) {
  .max-width-vw-100 {
    max-width: 80vw;
  }
}

.width-vw-100 {
  width: 100vw;
}
@media (max-width: 920px) {
  .width-vw-100 {
    width: 80vw;
  }
}

.height-vh-100 {
  height: 100vh;
  border: 2px solid green;
}

.height-pc-100 {
  height: 100%;
}

.max-height-100 {
  max-height: 100px !important;
}

.brigthness-100 {
  filter: brightness(100%);
}

.basis-110 {
  flex-basis: 110%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-110 {
    flex-basis: 100%;
  }
}

.gap-110 {
  gap: 110px;
}

.padding-childn-110 > * {
  padding: 110px;
}
@media (max-width: 920px) {
  .padding-childn-110 > * {
    padding: 5px;
  }
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-110 {
  padding: 110px;
}
@media (max-width: 920px) {
  .padding-110 {
    padding: 5px !important;
  }
}

.margin-110 {
  margin: 110px;
}

.margin-top-110 {
  margin-top: 110px;
}

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

.margin-pc-110 {
  margin: 110%;
}

.margin-vw-110 {
  margin: 110vw;
}

.max-width-pc-110 {
  max-width: 110%;
}
@media (max-width: 920px) {
  .max-width-pc-110 {
    max-width: 80%;
  }
}

.width-pc-110 {
  width: 110%;
}
@media (max-width: 920px) {
  .width-pc-110 {
    width: 80%;
  }
}

.min-width-pc-110 {
  min-width: 110%;
}

.min-width-vw-110 {
  min-width: 110vw;
}

.max-width-vw-110 {
  max-width: 110vw;
}
@media (max-width: 920px) {
  .max-width-vw-110 {
    max-width: 80vw;
  }
}

.width-vw-110 {
  width: 110vw;
}
@media (max-width: 920px) {
  .width-vw-110 {
    width: 80vw;
  }
}

.height-vh-110 {
  height: 110vh;
  border: 2px solid green;
}

.height-pc-110 {
  height: 110%;
}

.max-height-110 {
  max-height: 110px !important;
}

.brigthness-110 {
  filter: brightness(110%);
}

.basis-120 {
  flex-basis: 120%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-120 {
    flex-basis: 100%;
  }
}

.gap-120 {
  gap: 120px;
}

.padding-childn-120 > * {
  padding: 120px;
}
@media (max-width: 920px) {
  .padding-childn-120 > * {
    padding: 5px;
  }
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-120 {
  padding: 120px;
}
@media (max-width: 920px) {
  .padding-120 {
    padding: 5px !important;
  }
}

.margin-120 {
  margin: 120px;
}

.margin-top-120 {
  margin-top: 120px;
}

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

.margin-pc-120 {
  margin: 120%;
}

.margin-vw-120 {
  margin: 120vw;
}

.max-width-pc-120 {
  max-width: 120%;
}
@media (max-width: 920px) {
  .max-width-pc-120 {
    max-width: 80%;
  }
}

.width-pc-120 {
  width: 120%;
}
@media (max-width: 920px) {
  .width-pc-120 {
    width: 80%;
  }
}

.min-width-pc-120 {
  min-width: 120%;
}

.min-width-vw-120 {
  min-width: 120vw;
}

.max-width-vw-120 {
  max-width: 120vw;
}
@media (max-width: 920px) {
  .max-width-vw-120 {
    max-width: 80vw;
  }
}

.width-vw-120 {
  width: 120vw;
}
@media (max-width: 920px) {
  .width-vw-120 {
    width: 80vw;
  }
}

.height-vh-120 {
  height: 120vh;
  border: 2px solid green;
}

.height-pc-120 {
  height: 120%;
}

.max-height-120 {
  max-height: 120px !important;
}

.brigthness-120 {
  filter: brightness(120%);
}

.basis-130 {
  flex-basis: 130%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-130 {
    flex-basis: 100%;
  }
}

.gap-130 {
  gap: 130px;
}

.padding-childn-130 > * {
  padding: 130px;
}
@media (max-width: 920px) {
  .padding-childn-130 > * {
    padding: 5px;
  }
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-130 {
  padding: 130px;
}
@media (max-width: 920px) {
  .padding-130 {
    padding: 5px !important;
  }
}

.margin-130 {
  margin: 130px;
}

.margin-top-130 {
  margin-top: 130px;
}

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

.margin-pc-130 {
  margin: 130%;
}

.margin-vw-130 {
  margin: 130vw;
}

.max-width-pc-130 {
  max-width: 130%;
}
@media (max-width: 920px) {
  .max-width-pc-130 {
    max-width: 80%;
  }
}

.width-pc-130 {
  width: 130%;
}
@media (max-width: 920px) {
  .width-pc-130 {
    width: 80%;
  }
}

.min-width-pc-130 {
  min-width: 130%;
}

.min-width-vw-130 {
  min-width: 130vw;
}

.max-width-vw-130 {
  max-width: 130vw;
}
@media (max-width: 920px) {
  .max-width-vw-130 {
    max-width: 80vw;
  }
}

.width-vw-130 {
  width: 130vw;
}
@media (max-width: 920px) {
  .width-vw-130 {
    width: 80vw;
  }
}

.height-vh-130 {
  height: 130vh;
  border: 2px solid green;
}

.height-pc-130 {
  height: 130%;
}

.max-height-130 {
  max-height: 130px !important;
}

.brigthness-130 {
  filter: brightness(130%);
}

.basis-140 {
  flex-basis: 140%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-140 {
    flex-basis: 100%;
  }
}

.gap-140 {
  gap: 140px;
}

.padding-childn-140 > * {
  padding: 140px;
}
@media (max-width: 920px) {
  .padding-childn-140 > * {
    padding: 5px;
  }
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-140 {
  padding: 140px;
}
@media (max-width: 920px) {
  .padding-140 {
    padding: 5px !important;
  }
}

.margin-140 {
  margin: 140px;
}

.margin-top-140 {
  margin-top: 140px;
}

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

.margin-pc-140 {
  margin: 140%;
}

.margin-vw-140 {
  margin: 140vw;
}

.max-width-pc-140 {
  max-width: 140%;
}
@media (max-width: 920px) {
  .max-width-pc-140 {
    max-width: 80%;
  }
}

.width-pc-140 {
  width: 140%;
}
@media (max-width: 920px) {
  .width-pc-140 {
    width: 80%;
  }
}

.min-width-pc-140 {
  min-width: 140%;
}

.min-width-vw-140 {
  min-width: 140vw;
}

.max-width-vw-140 {
  max-width: 140vw;
}
@media (max-width: 920px) {
  .max-width-vw-140 {
    max-width: 80vw;
  }
}

.width-vw-140 {
  width: 140vw;
}
@media (max-width: 920px) {
  .width-vw-140 {
    width: 80vw;
  }
}

.height-vh-140 {
  height: 140vh;
  border: 2px solid green;
}

.height-pc-140 {
  height: 140%;
}

.max-height-140 {
  max-height: 140px !important;
}

.brigthness-140 {
  filter: brightness(140%);
}

.basis-150 {
  flex-basis: 150%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-150 {
    flex-basis: 100%;
  }
}

.gap-150 {
  gap: 150px;
}

.padding-childn-150 > * {
  padding: 150px;
}
@media (max-width: 920px) {
  .padding-childn-150 > * {
    padding: 5px;
  }
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-150 {
  padding: 150px;
}
@media (max-width: 920px) {
  .padding-150 {
    padding: 5px !important;
  }
}

.margin-150 {
  margin: 150px;
}

.margin-top-150 {
  margin-top: 150px;
}

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

.margin-pc-150 {
  margin: 150%;
}

.margin-vw-150 {
  margin: 150vw;
}

.max-width-pc-150 {
  max-width: 150%;
}
@media (max-width: 920px) {
  .max-width-pc-150 {
    max-width: 80%;
  }
}

.width-pc-150 {
  width: 150%;
}
@media (max-width: 920px) {
  .width-pc-150 {
    width: 80%;
  }
}

.min-width-pc-150 {
  min-width: 150%;
}

.min-width-vw-150 {
  min-width: 150vw;
}

.max-width-vw-150 {
  max-width: 150vw;
}
@media (max-width: 920px) {
  .max-width-vw-150 {
    max-width: 80vw;
  }
}

.width-vw-150 {
  width: 150vw;
}
@media (max-width: 920px) {
  .width-vw-150 {
    width: 80vw;
  }
}

.height-vh-150 {
  height: 150vh;
  border: 2px solid green;
}

.height-pc-150 {
  height: 150%;
}

.max-height-150 {
  max-height: 150px !important;
}

.brigthness-150 {
  filter: brightness(150%);
}

.basis-160 {
  flex-basis: 160%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-160 {
    flex-basis: 100%;
  }
}

.gap-160 {
  gap: 160px;
}

.padding-childn-160 > * {
  padding: 160px;
}
@media (max-width: 920px) {
  .padding-childn-160 > * {
    padding: 5px;
  }
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-160 {
  padding: 160px;
}
@media (max-width: 920px) {
  .padding-160 {
    padding: 5px !important;
  }
}

.margin-160 {
  margin: 160px;
}

.margin-top-160 {
  margin-top: 160px;
}

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

.margin-pc-160 {
  margin: 160%;
}

.margin-vw-160 {
  margin: 160vw;
}

.max-width-pc-160 {
  max-width: 160%;
}
@media (max-width: 920px) {
  .max-width-pc-160 {
    max-width: 80%;
  }
}

.width-pc-160 {
  width: 160%;
}
@media (max-width: 920px) {
  .width-pc-160 {
    width: 80%;
  }
}

.min-width-pc-160 {
  min-width: 160%;
}

.min-width-vw-160 {
  min-width: 160vw;
}

.max-width-vw-160 {
  max-width: 160vw;
}
@media (max-width: 920px) {
  .max-width-vw-160 {
    max-width: 80vw;
  }
}

.width-vw-160 {
  width: 160vw;
}
@media (max-width: 920px) {
  .width-vw-160 {
    width: 80vw;
  }
}

.height-vh-160 {
  height: 160vh;
  border: 2px solid green;
}

.height-pc-160 {
  height: 160%;
}

.max-height-160 {
  max-height: 160px !important;
}

.brigthness-160 {
  filter: brightness(160%);
}

.basis-170 {
  flex-basis: 170%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-170 {
    flex-basis: 100%;
  }
}

.gap-170 {
  gap: 170px;
}

.padding-childn-170 > * {
  padding: 170px;
}
@media (max-width: 920px) {
  .padding-childn-170 > * {
    padding: 5px;
  }
}

.padding-top-170 {
  padding-top: 170px;
}

.padding-170 {
  padding: 170px;
}
@media (max-width: 920px) {
  .padding-170 {
    padding: 5px !important;
  }
}

.margin-170 {
  margin: 170px;
}

.margin-top-170 {
  margin-top: 170px;
}

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

.margin-pc-170 {
  margin: 170%;
}

.margin-vw-170 {
  margin: 170vw;
}

.max-width-pc-170 {
  max-width: 170%;
}
@media (max-width: 920px) {
  .max-width-pc-170 {
    max-width: 80%;
  }
}

.width-pc-170 {
  width: 170%;
}
@media (max-width: 920px) {
  .width-pc-170 {
    width: 80%;
  }
}

.min-width-pc-170 {
  min-width: 170%;
}

.min-width-vw-170 {
  min-width: 170vw;
}

.max-width-vw-170 {
  max-width: 170vw;
}
@media (max-width: 920px) {
  .max-width-vw-170 {
    max-width: 80vw;
  }
}

.width-vw-170 {
  width: 170vw;
}
@media (max-width: 920px) {
  .width-vw-170 {
    width: 80vw;
  }
}

.height-vh-170 {
  height: 170vh;
  border: 2px solid green;
}

.height-pc-170 {
  height: 170%;
}

.max-height-170 {
  max-height: 170px !important;
}

.brigthness-170 {
  filter: brightness(170%);
}

.basis-180 {
  flex-basis: 180%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-180 {
    flex-basis: 100%;
  }
}

.gap-180 {
  gap: 180px;
}

.padding-childn-180 > * {
  padding: 180px;
}
@media (max-width: 920px) {
  .padding-childn-180 > * {
    padding: 5px;
  }
}

.padding-top-180 {
  padding-top: 180px;
}

.padding-180 {
  padding: 180px;
}
@media (max-width: 920px) {
  .padding-180 {
    padding: 5px !important;
  }
}

.margin-180 {
  margin: 180px;
}

.margin-top-180 {
  margin-top: 180px;
}

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

.margin-pc-180 {
  margin: 180%;
}

.margin-vw-180 {
  margin: 180vw;
}

.max-width-pc-180 {
  max-width: 180%;
}
@media (max-width: 920px) {
  .max-width-pc-180 {
    max-width: 80%;
  }
}

.width-pc-180 {
  width: 180%;
}
@media (max-width: 920px) {
  .width-pc-180 {
    width: 80%;
  }
}

.min-width-pc-180 {
  min-width: 180%;
}

.min-width-vw-180 {
  min-width: 180vw;
}

.max-width-vw-180 {
  max-width: 180vw;
}
@media (max-width: 920px) {
  .max-width-vw-180 {
    max-width: 80vw;
  }
}

.width-vw-180 {
  width: 180vw;
}
@media (max-width: 920px) {
  .width-vw-180 {
    width: 80vw;
  }
}

.height-vh-180 {
  height: 180vh;
  border: 2px solid green;
}

.height-pc-180 {
  height: 180%;
}

.max-height-180 {
  max-height: 180px !important;
}

.brigthness-180 {
  filter: brightness(180%);
}

.basis-190 {
  flex-basis: 190%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-190 {
    flex-basis: 100%;
  }
}

.gap-190 {
  gap: 190px;
}

.padding-childn-190 > * {
  padding: 190px;
}
@media (max-width: 920px) {
  .padding-childn-190 > * {
    padding: 5px;
  }
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-190 {
  padding: 190px;
}
@media (max-width: 920px) {
  .padding-190 {
    padding: 5px !important;
  }
}

.margin-190 {
  margin: 190px;
}

.margin-top-190 {
  margin-top: 190px;
}

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

.margin-pc-190 {
  margin: 190%;
}

.margin-vw-190 {
  margin: 190vw;
}

.max-width-pc-190 {
  max-width: 190%;
}
@media (max-width: 920px) {
  .max-width-pc-190 {
    max-width: 80%;
  }
}

.width-pc-190 {
  width: 190%;
}
@media (max-width: 920px) {
  .width-pc-190 {
    width: 80%;
  }
}

.min-width-pc-190 {
  min-width: 190%;
}

.min-width-vw-190 {
  min-width: 190vw;
}

.max-width-vw-190 {
  max-width: 190vw;
}
@media (max-width: 920px) {
  .max-width-vw-190 {
    max-width: 80vw;
  }
}

.width-vw-190 {
  width: 190vw;
}
@media (max-width: 920px) {
  .width-vw-190 {
    width: 80vw;
  }
}

.height-vh-190 {
  height: 190vh;
  border: 2px solid green;
}

.height-pc-190 {
  height: 190%;
}

.max-height-190 {
  max-height: 190px !important;
}

.brigthness-190 {
  filter: brightness(190%);
}

.basis-200 {
  flex-basis: 200%;
  flex-grow: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 920px) {
  .basis-200 {
    flex-basis: 100%;
  }
}

.gap-200 {
  gap: 200px;
}

.padding-childn-200 > * {
  padding: 200px;
}
@media (max-width: 920px) {
  .padding-childn-200 > * {
    padding: 5px;
  }
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-200 {
  padding: 200px;
}
@media (max-width: 920px) {
  .padding-200 {
    padding: 5px !important;
  }
}

.margin-200 {
  margin: 200px;
}

.margin-top-200 {
  margin-top: 200px;
}

.margin-bottom-200 {
  margin-bottom: 200px !important;
}

.margin-pc-200 {
  margin: 200%;
}

.margin-vw-200 {
  margin: 200vw;
}

.max-width-pc-200 {
  max-width: 200%;
}
@media (max-width: 920px) {
  .max-width-pc-200 {
    max-width: 80%;
  }
}

.width-pc-200 {
  width: 200%;
}
@media (max-width: 920px) {
  .width-pc-200 {
    width: 80%;
  }
}

.min-width-pc-200 {
  min-width: 200%;
}

.min-width-vw-200 {
  min-width: 200vw;
}

.max-width-vw-200 {
  max-width: 200vw;
}
@media (max-width: 920px) {
  .max-width-vw-200 {
    max-width: 80vw;
  }
}

.width-vw-200 {
  width: 200vw;
}
@media (max-width: 920px) {
  .width-vw-200 {
    width: 80vw;
  }
}

.height-vh-200 {
  height: 200vh;
  border: 2px solid green;
}

.height-pc-200 {
  height: 200%;
}

.max-height-200 {
  max-height: 200px !important;
}

.brigthness-200 {
  filter: brightness(200%);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/lib/components/animate/animatecomponent/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.animate-component {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/lib/components/dom/lazyrender/styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lazy-render {
  width: 100%;
  max-width: 80vw;
  display: flex;
  justify-content: center;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/lib/components/common/slidedrawer/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.slide-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 240px;
  z-index: 1004;
  overflow: auto;
  will-change: transform;
  transition: transform var(--duration) ease;
}
.slide-drawer.left {
  left: 0;
  transform: translateX(-100%);
}
.slide-drawer.right {
  right: 0;
  transform: translateX(100%);
}
.slide-drawer.visible.left {
  transform: translateX(0);
}
.slide-drawer.visible.right {
  transform: translateX(0);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/lib/components/common/hamburger/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hamburger-toggle {
  position: fixed;
  top: 20px;
  z-index: 1100;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: var(--button-color);
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hamburger-toggle.open {
  transform: scale(0.75);
}
.hamburger-toggle.left {
  left: 20px;
}
.hamburger-toggle.right {
  right: 20px;
}

.hamburger-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms ease;
}
.hamburger-backdrop.visible {
  pointer-events: auto;
  opacity: 1;
}

.hamburger-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1002;
  display: block;
  color: inherit;
  pointer-events: none;
}

.hamburger-panel > * {
  pointer-events: auto;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/lib/components/common/navbar/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body.scroll .navbar.top {
  transform: translateY(-200px);
  transition: all 0.5s ease;
}

.navbar.top {
  transition: all 0.2s ease;
}

.navbar {
  padding: 20px;
  display: flex;
  gap: 20px;
  background: var(--menu-background-color);
  color: var(--light);
}
.navbar.top {
  flex-direction: row;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
}
.navbar.top.left {
  justify-content: flex-start;
}
.navbar.top.right {
  justify-content: flex-end;
}
.navbar.side {
  position: absolute;
  padding-top: 80px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 100%;
  min-width: 20vw;
  font-size: 1.5em;
  overflow-y: auto;
}
.navbar.side.left {
  left: 0;
  text-align: left;
  border-right: 2px solid var(--light);
}
.navbar.side.right {
  right: 0;
  text-align: right;
  align-items: flex-end;
  border-left: 2px solid white;
}
.navbar .nav-item {
  position: relative;
}
.navbar .nav-item .nav-label {
  cursor: pointer;
}
.navbar .nav-item.open > .nav-label {
  font-weight: bold;
}
.navbar .submenu {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.navbar .submenu .animate {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.navbar .submenu.top {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--dark);
  border: 1px solid #555;
  padding: 10px;
  z-index: 1000;
  white-space: nowrap;
  min-width: max-content;
  padding: 20px;
}
.navbar .submenu.side {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: -40px;
}
.navbar .select {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
}
.navbar .select * {
  font-size: inherit;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.28.0_react-dom@19.1.0_react@19.1.0__react@19.1.0_sass@1.89.2/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/lib/components/common/theme/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.theme-toggle {
  display: flex;
  gap: 10px;
}
.theme-toggle button {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle button.active {
  border: 2px solid white;
  padding: 10px !important;
}
