@font-face {
  font-family: "Lugrasimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/FONT_lugrasimo.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rowdies Bold 700";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../src/assets/fonts/rowdies/rowdies_bold_700.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rowdies Reg 400";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/rowdies/rowdies_reg_400.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gentium Basic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/gentium_basic/gentium_basic_reg.ttf") format("ttf");
  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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins Norm Reg 400";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../../src/assets/fonts/Poppins/poppins_normal_400.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.body-grad {
  background-image: linear-gradient(to right, #bfde96, #68932f 150%);
}

.bg-prim {
  background-color: #bfde96;
}

.bg-sec {
  background-color: hsl(87, 16%, 78%);
}

.bg-sec-d-30 {
  background-color: hsl(87, 16%, 48%);
}

.bg-black-a70 {
  background-color: black;
  opacity: 0.7;
}

.img-triade {
  position: relative;
  aspect-ratio: 1.5;
}

.img-triade.vert {
  aspect-ratio: 0.8;
}

.img-triade .triade-light,
.img-triade .triade-dark {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
}

.img-triade img {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 30px);
}

.img-triade .triade-light {
  left: 0;
  top: 0;
  background: linear-gradient(to right, #8fc549, #68932f);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.img-triade .triade-dark {
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #8fc549, #68932f);
  mask-image: linear-gradient(to left, transparent, black 5%, black 95%, transparent);
}

.img-triade img {
  left: 20px;
  top: 15px;
  box-shadow: 0 0 5px 1px #333;
}

:root {
  --navHeight: 0px;
}

@media screen and (min-width: 993px) {
  :root {
    --navHeight: 70px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --navHeight: 100px;
  }
}
body {
  min-height: 100vh;
  background-image: linear-gradient(to right, #bfde96, #68932f 150%);
  background-repeat: no-repeat;
  font-family: "Poppins Norm Reg 400", Arial, sans-serif;
  color: #5f5f5f;
  position: relative;
  scroll-behavior: smooth;
}
body:not(.landing) {
  background-image: url("../../../src/assets/img/logos/own_logo/only_logo_quadratic_1000_1000.svg"), linear-gradient(to right, #bfde96, #68932f 150%);
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: 200%;
}

h1 {
  font-family: "Rowdies Bold 700";
}

h3 {
  font-family: "Rowdies Reg 400";
}

h1, h3 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom, #5a8028 50%, hsl(86, 52%, 23%));
}

p {
  line-height: 2;
}

nav#nav-desktop {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: var(--navHeight);
  box-shadow: 0 0 5px 1px #333;
  gap: 30px;
  padding: 0 10% 0 5%;
}
nav#nav-desktop a {
  position: relative;
  text-decoration: none;
  color: #5f5f5f;
  font-weight: bold;
}
nav#nav-desktop a .underline {
  background-color: #77a835;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease;
}
nav#nav-desktop .logo-holder {
  height: calc(var(--navHeight) - 20px);
  aspect-ratio: 1;
  background-image: url("../../../src/assets/img/logos/own_logo/only_logo_quadratic_50_50.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

#mobile-nav-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid black;
  z-index: 4;
  top: 20px;
  right: 20px;
  width: 45px;
  aspect-ratio: 1;
  cursor: pointer;
}
#mobile-nav-button .big-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#mobile-nav-button .big-wrapper .box-shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  filter: blur(8px);
}
#mobile-nav-button .big-wrapper .wrapper {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(145deg, #bfde96, #68932f);
}
#mobile-nav-button .big-wrapper .wrapper p {
  font-size: 12px;
  color: black;
  font-weight: 600;
  opacity: 1;
  transition: all 0.3s ease;
}
#mobile-nav-button .big-wrapper .wrapper i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: firebrick;
  transition: all 0.3s ease;
}
#mobile-nav-button.nav-is-open p {
  opacity: 0;
}
#mobile-nav-button.nav-is-open i {
  opacity: 1;
}

#mobile-nav-backdrop {
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
#mobile-nav-backdrop.nav-is-open {
  opacity: 0.7;
  pointer-events: auto;
}

#nav-mobile {
  z-index: 3;
  top: 150px;
  right: 0;
  width: clamp(100px, 50%, 250px);
  height: calc(100vh - 150px);
  padding-top: 50px;
  gap: min(5vmin, 20px);
  transition: all 0.3s ease;
  transform: translateX(100%);
}
#nav-mobile.nav-is-open {
  transform: translateX(0);
}
#nav-mobile a {
  text-decoration: none;
  color: #5f5f5f;
  font-weight: bold;
  pointer-events: auto;
  width: 100%;
  border: 2px solid #8fc549;
  border-right: none;
  padding: 15px 0 15px 30px;
  background-image: linear-gradient(to left, hsl(87, 16%, 48%), #bfde96);
  border-radius: 50px 0 0 50px;
  font-size: var(--mob-a-fs);
}

#scroll-up {
  z-index: 4;
  left: 20px;
  bottom: 20px;
  width: 50px;
  aspect-ratio: 1;
  border: 2px solid black;
  background-image: linear-gradient(300deg, #bfde96, #68932f);
  box-shadow: 2px 2px 5px 1px #333;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
#scroll-up i {
  color: black;
}
#scroll-up.displayed {
  opacity: 1;
  pointer-events: auto;
}

footer {
  width: 100%;
  line-height: 1;
  font-size: 12px;
  flex-wrap: wrap;
}
footer .imp-container {
  margin: min(2vmin, 20px) 0;
  max-width: 400px;
}
footer .imp-container a {
  color: #5f5f5f;
}
footer p {
  margin: 0;
}
footer strong {
  width: 100%;
}
footer strong.kame-link {
  margin-top: 30px;
}
footer strong a {
  color: rgb(44, 44, 44);
}

@media screen and (max-width: 576px) {
  #nav-mobile {
    --mob-a-fs: min(3vmin, 16px);
  }
}
@media screen and (max-width: 576px) and (min-aspect-ratio: 1) {
  #mobile-nav-button {
    right: unset;
    left: 20px;
  }
  #nav-mobile {
    --mob-a-fs: min(4.5vmin, 16px);
    height: 100vh;
    top: 0;
    padding-top: 0;
  }
  #nav-mobile a {
    padding: 5px 0 5px 30px;
    padding: 2vmin 0 2vmin 8vmin;
  }
}
@media screen and (min-width: 576px) {
  #nav-mobile {
    --mob-a-fs: min(3vmin, 16px);
  }
  #mobile-nav-button {
    width: 50px;
  }
  #mobile-nav-button .wrapper p {
    font-size: 14px;
  }
  #mobile-nav-button .wrapper i {
    font-size: 24px;
  }
}
@media screen and (min-width: 576px) and (min-aspect-ratio: 1) {
  #mobile-nav-button {
    right: unset;
    left: 20px;
  }
  #nav-mobile {
    --mob-a-fs: min(4.5vmin, 16px);
    height: 100vh;
    top: 0;
    padding-top: 0;
    gap: 20px;
  }
  #nav-mobile a {
    padding: 5px 0 5px 30px;
    padding: 2vmin 0 2vmin 8vmin;
  }
}
@media screen and (min-width: 768px) {
  #mobile-nav-button {
    width: 55px;
  }
  #mobile-nav-button .wrapper p {
    font-size: 16px;
  }
  #mobile-nav-button .wrapper i {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1) {
  #mobile-nav-button {
    right: unset;
    left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  nav#nav-desktop a {
    font-size: 18px;
  }
  h1 {
    font-size: 55px;
  }
  h3 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1400px) {
  #scroll-up {
    width: 80px;
  }
  #scroll-up i {
    font-size: 25px;
  }
}

/*# sourceMappingURL=default.css.map */
