/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/(frontend)/components/common/Header/Header.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__jllCn {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: var(--header-z-index);
  width: 100%;
  height: var(--header-height);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10vw;
  background-color: var(--color-white);
}
.Header_header__jllCn .Header_burger___4w0v {
  display: none;
}
.Header_header__jllCn * {
  letter-spacing: 1.5px;
}
@media (max-width: 1235px) {
  .Header_header__jllCn {
    gap: 5vw;
  }
}
.Header_header__jllCn .Header_menu___iTZC {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.95vw;
  font-size: var(--f-size-lg);
  font-weight: 400;
}
.Header_header__jllCn .Header_menu___iTZC a {
  padding: 0.2em;
  transition: all 0.35s ease;
}
.Header_header__jllCn .Header_menu___iTZC a:hover {
  color: var(--logo-color);
}
.Header_header__jllCn .Header_controls__yTSrd {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
.Header_header__jllCn .Header_navUserBtn___kyBI {
  height: 41px;
  width: 41px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1235px) {
  .Header_header__jllCn .Header_navUserBtn___kyBI {
    height: 30px;
    width: 30px;
  }
}

.Header_burgerIcon__2ukOP {
  display: none;
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.Header_burgerIcon__2ukOP :root {
  --bar-bg: #212529;
}
.Header_burgerIcon__2ukOP input {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.Header_burgerIcon__2ukOP div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.Header_burgerIcon__2ukOP span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bar-bg, #000);
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.Header_burgerIcon__2ukOP span:first-of-type {
  top: 0;
}
.Header_burgerIcon__2ukOP span:last-of-type {
  bottom: 0;
}
.Header_burgerIcon__2ukOP.Header_active__c15o1 span:first-of-type,
.Header_burgerIcon__2ukOP input:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
.Header_burgerIcon__2ukOP.Header_active__c15o1 span:last-of-type,
.Header_burgerIcon__2ukOP input:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.Header_burgerIcon__2ukOP.Header_active__c15o1:hover span:first-of-type, .Header_burgerIcon__2ukOP.Header_active__c15o1:hover span:last-of-type, .Header_burgerIcon__2ukOP:hover input:checked + div span:first-of-type, .Header_burgerIcon__2ukOP:hover input:checked + div span:last-of-type {
  width: 22px;
}
@media (min-width: 1000px) {
  .Header_burgerIcon__2ukOP:hover span:first-of-type {
    width: 26px;
  }
  .Header_burgerIcon__2ukOP:hover span:last-of-type {
    width: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .Header_header__jllCn {
    padding: 0 1rem;
    gap: 1.95vw;
    justify-content: flex-start;
  }
  .Header_header__jllCn a {
    order: -1;
  }
  .Header_header__jllCn a .Header_logo__LIb6I {
    order: -1;
    margin-right: 1.95vw;
  }
}
@media screen and (max-width: 850px) {
  .Header_header__jllCn .Header_menu___iTZC,
  .Header_header__jllCn .Header_controls__yTSrd {
    display: none;
  }
  .Header_header__jllCn .Header_burgerIcon__2ukOP {
    display: block;
  }
  .Header_header__jllCn .Header_burger___4w0v {
    position: absolute;
    left: 0;
    top: var(--header-height);
    z-index: 80;
    transform: translateY(-200%);
    height: calc(100vh - var(--header-height));
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
  }
  .Header_header__jllCn .Header_burger___4w0v .Header_burgerControls__o0A7G {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5vw;
  }
  .Header_header__jllCn .Header_burger___4w0v .Header_burgerMenu__MHCqb {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
.Header_active__c15o1 {
  font-weight: 700;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/(frontend)/components/ui/Popup/Popup.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Popup_popupScreen__cUY9J {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.788);
}
.Popup_popupScreen__cUY9J .Popup_popup__eJYdZ {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  min-height: 150px;
  max-width: 90%;
  min-width: 250px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.651);
  font-weight: 600;
  overflow-y: auto;
}
.Popup_popupScreen__cUY9J .Popup_popup__eJYdZ h1 {
  font-size: var(--f-size-lg);
}
.Popup_popupScreen__cUY9J .Popup_popup__eJYdZ p {
  text-align: justify;
  font-size: var(--f-size-sm);
}

.Popup_close-button__fApuj {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: none;
  border: none;
}
.Popup_close-button__fApuj > div {
  position: relative;
}
.Popup_close-button-block__PddWQ {
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.Popup_close-button-block__PddWQ:before, .Popup_close-button-block__PddWQ:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(55% - 4px);
  display: block;
  width: 4px;
  height: 25px;
  transform-origin: bottom center;
  background: white;
  transition: all ease-out 280ms;
}
.Popup_close-button-block__PddWQ:last-of-type {
  transform: rotate(180deg);
}
.Popup_close-button__fApuj .Popup_in__aU34Q .Popup_close-button-block__PddWQ:before {
  transition-delay: 280ms;
  transform: translateX(20px) translateY(-20px) rotate(45deg);
}
.Popup_close-button__fApuj .Popup_in__aU34Q .Popup_close-button-block__PddWQ:after {
  transition-delay: 280ms;
  transform: translateX(-22px) translateY(-22px) rotate(-45deg);
}
.Popup_close-button__fApuj .Popup_out__TAkWE {
  position: absolute;
  top: 0;
  left: 0;
}
.Popup_close-button__fApuj .Popup_out__TAkWE .Popup_close-button-block__PddWQ:before {
  transform: translateX(-5px) translateY(5px) rotate(45deg);
}
.Popup_close-button__fApuj .Popup_out__TAkWE .Popup_close-button-block__PddWQ:after {
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.Popup_close-button__fApuj:hover .Popup_in__aU34Q .Popup_close-button-block__PddWQ:before {
  transform: translateX(-5px) translateY(5px) rotate(45deg);
}
.Popup_close-button__fApuj:hover .Popup_in__aU34Q .Popup_close-button-block__PddWQ:after {
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.Popup_close-button__fApuj:hover .Popup_out__TAkWE .Popup_close-button-block__PddWQ:before {
  transform: translateX(-20px) translateY(20px) rotate(45deg);
}
.Popup_close-button__fApuj:hover .Popup_out__TAkWE .Popup_close-button-block__PddWQ:after {
  transform: translateX(20px) translateY(20px) rotate(-45deg);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/(frontend)/loading.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loading_loading__z9TJF {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  z-index: 1000;
  text-align: center;
}
.loading_loading__z9TJF svg {
  width: 120px;
  height: auto;
}
.loading_loading__z9TJF .loading_path1__qz32r,
.loading_loading__z9TJF .loading_path2__KctI2 {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: loading_draw__oJgMq 3s linear infinite alternate;
}

@keyframes loading_draw__oJgMq {
  to {
    stroke-dashoffset: 0;
  }
}
.loading_fullScreen___87V2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/(frontend)/components/common/Footer/Footer.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__tmGHy {
  position: relative;
  margin-top: 2cap;
  width: 100%;
  padding: 1rem 0.5vw 0.5rem 0.5vw;
  font-weight: 500;
}
.Footer_footer__tmGHy .Footer_separator__A9SwW {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 1.5px;
  background-color: var(--color-gray-light);
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.5rem;
  align-items: center;
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 * {
  font-family: var(--f-family-secondary);
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg {
  margin-bottom: auto;
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg h2 {
  font-size: var(--f-size-lg);
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg h3 {
  font-size: var(--f-size-sm);
  color: var(--color-gray);
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg ul,
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg li {
  color: var(--color-gray);
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg ul {
  list-style: none;
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg ul a,
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg ul li {
  font-size: var(--f-size-sm);
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg a {
  margin-bottom: 0.15vw;
  display: flex;
  align-items: center;
  gap: 7.5px;
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg .Footer_contactLink__Y4jWz {
  text-decoration: underline;
  font-size: var(--f-size-sm);
}
.Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_logoWrapper__LSa9Z {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer_footer__tmGHy .Footer_footer_bottom__t3Ucg {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
.Footer_footer__tmGHy .Footer_footer_bottom__t3Ucg p {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: auto;
  font-size: var(--f-size-sm);
  color: var(--color-gray);
}
@media (max-width: 768px) {
  .Footer_footer__tmGHy .Footer_columns__dBlu4 {
    justify-content: center;
  }
  .Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg {
    text-align: center;
    width: 42vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg ul {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg ul > * {
    width: -moz-fit-content;
    width: fit-content;
  }
  .Footer_footer__tmGHy .Footer_logoWrapper__LSa9Z {
    margin-top: 1rem;
  }
}
@media (max-width: 500px) {
  .Footer_footer__tmGHy .Footer_columns__dBlu4 {
    gap: 1rem;
  }
  .Footer_footer__tmGHy .Footer_columns__dBlu4 .Footer_column__wtbjg {
    width: 80vw;
  }
  .Footer_footer__tmGHy .Footer_logoWrapper__LSa9Z {
    margin-top: 0rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(frontend)/styles/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --header-height: 90px;
  --header-z-index: 100;
  --footer-min-height: 300px;
}
@media screen and (max-width: 1235px) {
  :root {
    --header-height: 60px;
  }
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
  color: var(--color-black);
}

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

input,
button {
  font-family: var(--f-family-primary);
}

button {
  cursor: pointer;
}

@media (prefers-color-scheme: light) {
  html {
    color-scheme: light;
  }
}
.ignoreInteractions {
  pointer-events: none;
}

:root {
  --f-size-xl: clamp(.85rem, 1.9vw, 1.4rem);
  --f-size-lg: clamp(.7rem, 1.3vw, 1.08rem);
  --f-size-md: clamp(.65rem, 1.3vw, 1rem);
  --f-size-sm: clamp(.5rem, 1.2vw, .72rem);
  --f-size-xs: clamp(.47rem, 1.2vw, .6rem);
  --f-size-xxs: clamp(.4rem, 1.2vw, .5rem);
  --f-size-xxxs: clamp(.35rem, 1.2vw, .4rem);
  --f-family-primary: "Montserrat", sans-serif;
  --f-family-secondary: "Red Hat Display", sans-serif;
  --f-family-tertiary: "Roboto Mono", monospace;
  --f-family-quaternary: "Red Hat Mono", "Red Hat Display", monospace;
}

html {
  font-size: 18.75pt;
}

a, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray: #6C6C6C;
  --color-gray-light: #D9D9D9;
  --logo-color: #C62300;
  --success-color: #4caf50;
  --warning-color: #ff9800;
  --error-color: #e56259;
  --info-color: #2196f3;
}

.custom-richtext h1 {
  font-size: var(--f-size-lg);
}
.custom-richtext h2 {
  font-size: var(--f-size-md);
}
.custom-richtext h3 {
  font-size: var(--f-size-sm);
}
.custom-richtext h4 {
  font-size: var(--f-size-xs);
}
.custom-richtext h5 {
  font-size: var(--f-size-xss);
}
.custom-richtext h6 {
  font-size: var(--f-size-xxxs);
}
.custom-richtext p,
.custom-richtext li {
  font-size: var(--f-size-sm);
}
.custom-richtext h1,
.custom-richtext h2,
.custom-richtext h3,
.custom-richtext h4,
.custom-richtext h5,
.custom-richtext h6 {
  margin: 0.5rem 0;
}
.custom-richtext ol,
.custom-richtext ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
  list-style-type: decimal;
}
.custom-richtext li {
  margin-bottom: 0.3rem;
}
.custom-richtext blockquote {
  margin: 1rem 0;
  padding: 1rem;
  font-size: var(--f-size-sm);
  font-style: italic;
  background-color: var(--color-gray-light);
  border-left: 4px solid var(--color-primary);
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-richtext img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
}
.custom-richtext .youtubeEmbedContainer {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.custom-richtext .youtubeEmbedContainer iframe {
  width: 85%;
  aspect-ratio: 16/9;
  height: auto;
}
.custom-richtext .youtube-error {
  width: 80%;
  margin: 1rem auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  background-color: var(--error-color);
  border-radius: 15px;
  border: 4px dashed var(--color-white);
}

.custom-richtext-realization {
  width: 90%;
  margin: 2vw auto;
}
.custom-richtext-realization h1 {
  font-size: var(--f-size-xl);
}
.custom-richtext-realization h2 {
  font-size: var(--f-size-lg);
}
.custom-richtext-realization h3 {
  font-size: var(--f-size-md);
}
.custom-richtext-realization h4 {
  font-size: var(--f-size-sm);
}
.custom-richtext-realization h5 {
  font-size: var(--f-size-xs);
}
.custom-richtext-realization h6 {
  font-size: var(--f-size-xxs);
}
.custom-richtext-realization p,
.custom-richtext-realization li {
  font-size: var(--f-size-sm);
}
.custom-richtext-realization h1,
.custom-richtext-realization h2,
.custom-richtext-realization h3,
.custom-richtext-realization h4,
.custom-richtext-realization h5,
.custom-richtext-realization h6 {
  margin: 0.5rem 0;
}
.custom-richtext-realization ol,
.custom-richtext-realization ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
  list-style-type: decimal;
}
.custom-richtext-realization li {
  margin-bottom: 0.3rem;
}
.custom-richtext-realization blockquote {
  margin: 1rem 0;
  padding: 1rem;
  font-size: var(--f-size-sm);
  font-style: italic;
  background-color: var(--color-gray-light);
  border-left: 4px solid var(--color-primary);
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-richtext-realization img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
}
.custom-richtext-realization .youtubeEmbedContainer {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.custom-richtext-realization .youtubeEmbedContainer iframe {
  width: 85%;
  aspect-ratio: 16/9;
  height: auto;
}
.custom-richtext-realization .youtube-error {
  width: 80%;
  margin: 1rem auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  background-color: var(--error-color);
  border-radius: 15px;
  border: 4px dashed var(--color-white);
}

.custom-richtext-popup {
  width: 90%;
  margin: 2vw auto;
}
.custom-richtext-popup h1 {
  font-size: var(--f-size-xl);
}
.custom-richtext-popup h2 {
  font-size: var(--f-size-lg);
}
.custom-richtext-popup h3 {
  font-size: var(--f-size-md);
}
.custom-richtext-popup h4 {
  font-size: var(--f-size-sm);
}
.custom-richtext-popup h5 {
  font-size: var(--f-size-xs);
}
.custom-richtext-popup h6 {
  font-size: var(--f-size-xxs);
}
.custom-richtext-popup p,
.custom-richtext-popup li {
  font-size: var(--f-size-sm);
}
.custom-richtext-popup h1,
.custom-richtext-popup h2,
.custom-richtext-popup h3,
.custom-richtext-popup h4,
.custom-richtext-popup h5,
.custom-richtext-popup h6 {
  margin: 0.5rem 0;
}
.custom-richtext-popup ol,
.custom-richtext-popup ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
  list-style-type: decimal;
}
.custom-richtext-popup li {
  margin-bottom: 0.3rem;
}
.custom-richtext-popup blockquote {
  margin: 1rem 0;
  padding: 1rem;
  font-size: var(--f-size-sm);
  font-style: italic;
  background-color: var(--color-gray-light);
  border-left: 4px solid var(--color-primary);
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-richtext-popup img {
  display: block;
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
}
.custom-richtext-popup .youtubeEmbedContainer {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.custom-richtext-popup .youtubeEmbedContainer iframe {
  width: 85%;
  aspect-ratio: 16/9;
  height: auto;
}
.custom-richtext-popup .youtube-error {
  width: 80%;
  margin: 1rem auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  background-color: var(--error-color);
  border-radius: 15px;
  border: 4px dashed var(--color-white);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-left: 1px solid #999;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #aaa;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.45);
}

.full-page-size {
  min-block-size: calc(100vh - var(--header-height));
  inline-size: 100%;
  padding-top: 10px;
}

.not-found {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  block-size: 100vh;
  inline-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.not-found a {
  position: relative;
  isolation: isolate;
  margin: 1rem;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  border: 1px dashed var(--color-black);
  overflow: hidden;
  background-color: white;
}
.not-found a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  mix-blend-mode: difference;
  z-index: 1;
  pointer-events: none;
  transition: width 1s;
}
.not-found a:hover::before {
  width: 100%;
}

.hover-blend-effect {
  position: relative;
}
.hover-blend-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  mix-blend-mode: difference;
  z-index: 1;
  pointer-events: none;
  transition: width 1s;
}
.hover-blend-effect:hover::before {
  width: 100%;
}

.hover-blend-effect-light-gray {
  position: relative;
}
.hover-blend-effect-light-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(48, 47, 47, 0.842);
  mix-blend-mode: difference;
  z-index: 1;
  pointer-events: none;
  transition: width 1s;
}
.hover-blend-effect-light-gray:hover::before {
  width: 100%;
}

.payload-richtext {
  line-height: 1.8;
}
.payload-richtext p {
  font-size: var(--f-size-sm);
}
.payload-richtext li {
  font-size: var(--f-size-md);
}

.payload-richtext ol.list-number {
  list-style-type: decimal;
  padding-left: 20px;
}

.payload-richtext ol.list-number li {
  list-style: auto;
}

.payload-richtext ol > li::marker {
  font-weight: bold;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../nodevenv/mw4.projekt.blusoft.pl/20/lib/node_modules/next/font/google/target.css?{"path":"src/app/(frontend)/layout.tsx","import":"Montserrat","arguments":[{"subsets":["latin"],"weight":["100","200","300","400","500","600","700","800","900"],"display":"swap"}],"variableName":"montserrat"} ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-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: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-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: 'Montserrat Fallback';src: local("Arial");ascent-override: 85.79%;descent-override: 22.25%;line-gap-override: 0.00%;size-adjust: 112.83%
}.__className_337041 {font-family: 'Montserrat', 'Montserrat Fallback';font-style: normal
}

