@font-face {
  font-family: 'Aventa';
  src: url("./fonts/Aventa-Medium.woff2") format("woff2"), url("./fonts/Aventa-Medium.woff") format("woff"), url("./fonts/Aventa-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Aventa';
  src: url("./fonts/Aventa-SemiBold.woff2") format("woff2"), url("./fonts/Aventa-SemiBold.woff") format("woff"), url("./fonts/Aventa-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Aventa';
  src: url("./fonts/Aventa-Regular.woff2") format("woff2"), url("./fonts/Aventa-Regular.woff") format("woff"), url("./fonts/Aventa-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Aventa';
  src: url("./fonts/Aventa-Bold.woff2") format("woff2"), url("./fonts/Aventa-Bold.woff") format("woff"), url("./fonts/Aventa-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }
.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  border: none;
  opacity: 0.7; }

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  transform: translateY(50%); }

#loading {
  background: #FAF9F1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; }
  #loading.hide {
    opacity: 0;
    pointer-events: none; }

.loading__text {
  position: fixed;
  top: 49%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #202020;
  font-weight: 500;
  z-index: 9999; }

.gegga {
  width: 0; }

.snurra {
  filter: none; }
  @supports (contain: paint) {
    .snurra {
      filter: url(#gegga); } }

.stopp1 {
  stop-color: #202020; }

.stopp2 {
  stop-color: #554F4D; }

.halvan {
  animation: Snurra1 10s infinite linear;
  stroke-dasharray: 180 800;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 23;
  stroke-linecap: round; }

.strecken {
  animation: Snurra1 3s infinite linear;
  stroke-dasharray: 26 54;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 23;
  stroke-linecap: round; }

.skugga {
  filter: blur(5px);
  opacity: 0.3;
  position: absolute;
  transform: translate(3px, 3px); }

@keyframes Snurra1 {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -403px; } }
.nav {
  position: fixed;
  top: 6.5%;
  left: 4%;
  z-index: 4; }
  @media (max-width: 1024px) {
    .nav {
      display: none; } }

.nav__link,
.nav__external {
  display: block;
  text-transform: uppercase;
  color: #202020;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 1rem 0;
  padding: 0.75rem 0;
  text-decoration: none;
  position: relative;
  z-index: 4; }
  .nav__link.first,
  .nav__external.first {
    display: none; }
  .nav__link:after,
  .nav__external:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 0;
    height: 1px;
    background-color: #202020;
    transition: width 0.5s; }
  .nav__link.active:after,
  .nav__external.active:after {
    width: 5.5rem; }

.hero {
  width: 100%; }

.hero__canvas canvas {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block; }
.hero__canvas .hero__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  margin: auto;
  width: 45%;
  z-index: 4;
  height: auto;
  display: block; }
  @media (max-width: 1024px) {
    .hero__canvas .hero__img {
      width: 90%;
      top: 35%; } }

.about {
  padding: 1rem 17.5% 5rem;
  position: relative;
  z-index: 3; }
  @media (max-width: 576px) {
    .about {
      padding: 1rem 10% 3rem; } }

.about__title {
  text-transform: uppercase;
  color: #202020;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  display: none;
  position: relative; }
  @media (max-width: 1024px) {
    .about__title {
      display: block; } }
  @media (max-width: 576px) {
    .about__title {
      margin: 0 0 2.5rem; } }
  .about__title:after {
    content: "";
    position: absolute;
    width: 7rem;
    height: 1px;
    background-color: #202020;
    bottom: -1rem;
    left: 0; }

.about__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1024px) {
    .about__wrapper {
      flex-direction: column; } }

.about__left {
  width: 30%;
  text-transform: uppercase;
  color: #202020;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35; }
  @media (max-width: 1024px) {
    .about__left {
      width: 100%;
      margin-bottom: 2.5rem; } }
  @media (max-width: 576px) {
    .about__left {
      font-size: 2rem; } }

.about__right {
  width: 50%;
  color: #554F4D;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2; }
  @media (max-width: 1024px) {
    .about__right {
      width: 100%; } }

.products {
  padding: 4.5rem 14% 5rem;
  position: relative;
  z-index: 3; }
  @media (max-width: 1024px) {
    .products {
      padding: 5rem 17.5% 0; } }
  @media (max-width: 576px) {
    .products {
      padding: 3rem 10%; } }

.products__title {
  text-transform: uppercase;
  color: #202020;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 5rem;
  display: none;
  position: relative; }
  @media (max-width: 1024px) {
    .products__title {
      display: block; } }
  @media (max-width: 576px) {
    .products__title {
      margin: 0 0 2.5rem; } }
  .products__title:after {
    content: "";
    position: absolute;
    width: 7rem;
    height: 1px;
    background-color: #202020;
    bottom: -1rem;
    left: 0; }

.products__slider {
  margin: 0; }

.products__slide {
  padding: 3rem 0.5rem; }
  @media (max-width: 1024px) {
    .products__slide {
      padding: 3rem 1rem; } }

.products__box {
  width: 100%;
  background-color: rgba(75, 78, 16, 0.05);
  text-align: center;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.05);
  transform-style: preserve-3d;
  transform: perspective(1000px);
  outline: none;
  border: none;
  border-radius: 1rem; }

.products__box-image {
  width: 100%;
  transform: translateZ(70px); }
  .products__box-image img {
    display: block;
    width: 100%; }

.products__box-info {
  padding: 0 2rem 2rem;
  transform: translateZ(70px); }
  .products__box-info h4 {
    color: #202020;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 1rem; }
  .products__box-info h5 {
    color: #202020;
    font-weight: 300;
    margin: 0 0 1rem; }
  .products__box-info p {
    color: #202020;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 2.5rem; }
  .products__box-info a {
    background-color: #fff;
    color: #202020;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 1rem;
    padding: 0.75rem 2.5rem;
    border-radius: 0.2rem;
    display: inline-block;
    transition: transform 0.25s ease-in-out; }
    .products__box-info a:hover {
      transform: scale(1.1);
      transform-origin: center; }

.splide__arrow {
  display: block;
  width: 3rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  background: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    .splide__arrow {
      width: 2rem; } }
  .splide__arrow.splide__arrow--prev {
    background-image: url("./images/arrow-left.svg");
    left: -3.5rem; }
    @media (max-width: 576px) {
      .splide__arrow.splide__arrow--prev {
        left: -1.5rem; } }
  .splide__arrow.splide__arrow--next {
    background-image: url("./images/arrow-right.svg");
    right: -3.5rem; }
    @media (max-width: 576px) {
      .splide__arrow.splide__arrow--next {
        right: -1.5rem; } }
  .splide__arrow:hover {
    filter: brightness(150%); }
  .splide__arrow svg {
    display: none; }

.contact {
  padding: 6rem 17.5% 15rem;
  position: relative;
  z-index: 3; }
  @media (max-width: 1024px) {
    .contact {
      padding: 6rem 17.5% 10rem; } }
  @media (max-width: 576px) {
    .contact {
      padding: 2rem 10% 5rem; } }

.contact__title {
  text-transform: uppercase;
  color: #202020;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 5rem;
  display: none;
  position: relative; }
  @media (max-width: 1024px) {
    .contact__title {
      display: block; } }
  @media (max-width: 576px) {
    .contact__title {
      margin: 0 0 2.5rem; } }
  .contact__title:after {
    content: "";
    position: absolute;
    width: 7rem;
    height: 1px;
    background-color: #202020;
    bottom: -1rem;
    left: 0; }

.contact__wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .contact__wrapper {
      flex-direction: column; } }

.contact__left {
  width: 30%;
  text-transform: uppercase;
  color: #202020;
  font-size: 3rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.35; }
  @media (max-width: 1024px) {
    .contact__left {
      width: 100%;
      margin-bottom: 2.5rem; } }
  @media (max-width: 576px) {
    .contact__left {
      font-size: 2rem; } }

.contact__right {
  width: 50%; }
  @media (max-width: 1024px) {
    .contact__right {
      width: 100%; } }
  .contact__right p {
    color: #202020;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    margin: 0 0 3rem; }
  .contact__right a {
    display: block;
    color: #202020;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0.35rem; }

.footer {
  padding: 2.5rem 3.5% 1.5rem;
  position: relative;
  z-index: 3;
  background: #000; }

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1024px) {
    .footer__wrapper {
      flex-direction: column; } }

.footer__left img {
  display: block;
  width: 6rem; }

.footer__right {
  display: flex;
  width: 40%; }
  @media (max-width: 1024px) {
    .footer__right {
      width: 100%;
      margin-top: 3rem; } }
  @media (max-width: 576px) {
    .footer__right {
      flex-direction: column;
      margin-top: 1rem; } }

.footer__column {
  width: 45%;
  margin-left: 10%;
  text-align: center; }
  @media (max-width: 1024px) {
    .footer__column {
      margin: 0 5%; } }
  @media (max-width: 1024px) {
    .footer__column {
      width: 100%;
      margin: 1rem 0; } }
  .footer__column h5 {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
    margin: 0 0 1.5rem; }
  .footer__column p, .footer__column a {
    display: block;
    font-weight: 300;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    margin: 0 0 0.5rem; }

.footer__bottom {
  display: flex;
  align-items: center;
  margin-top: 0.5rem; }
  @media (max-width: 1024px) {
    .footer__bottom {
      justify-content: center;
      margin-top: 3rem; } }
  @media (max-width: 576px) {
    .footer__bottom {
      margin-top: 2rem; } }
  .footer__bottom a {
    color: #C8C8C8;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 300;
    display: block;
    margin: 0;
    line-height: 1; }
  .footer__bottom img {
    display: block;
    margin-left: 1rem;
    width: 5rem;
    height: auto; }

* {
  box-sizing: border-box; }

html {
  background: #FAF9F1;
  scroll-behavior: smooth;
  font-size: 19px; }
  @media (max-width: 1920px) {
    html {
      font-size: 19px; } }
  @media (max-width: 1440px) {
    html {
      font-size: 15px; } }
  @media (max-width: 1024px) {
    html {
      font-size: 26px;
      scroll-padding-top: 3rem; } }
  @media (max-width: 1024px) {
    html {
      font-size: 20px; } }
  @media (max-width: 576px) {
    html {
      font-size: 16px; } }

body {
  padding: 0;
  margin: 0;
  font-family: 'Aventa', sans-serif; }

div {
  color: #222222; }

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