.error--404 {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  width: 100vw;
}
.error--404__hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error--404__hero h1 {
  width: 83.6rem;
  height: 52.6rem;
  font-size: 30rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .error--404__hero h1 {
    width: 30rem;
    font-size: 10rem;
    height: max-content;
  }
}
.error--404__hero h1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error--404__hero p {
  /* Body 1 */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #f8f8f8;
}
@media (min-width: 320px) and (max-width: 767px) {
  .error--404__hero p {
    font-size: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .error--404__hero p {
    padding: 0 1.6rem;
    text-align: center;
  }
}
.error--404__hero a {
  /* Body 1 */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 2.4rem;
  background: #D1572B;
  color: #181818;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4.8rem;
  margin-top: 2rem;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .error--404__hero a {
    font-size: 1.6rem;
  }
}
.header {
  position: fixed;
  z-index: 999;
  width: calc(100% - 6.4rem);
  top: 3.2rem;
  left: 3.2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header {
    width: calc(100% - 3.2rem);
    top: 1.6rem;
    left: 1.6rem;
  }
}
.header__mobile {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  display: none;
}
.header__mobile.open {
  display: block;
}
.header__mobile__container {
  width: 100vw;
  height: 100vh;
  background: #181818;
  padding-top: 17.3rem;
}
.header__mobile__container ul {
  display: flex;
  flex-direction: column;
  padding: 0 2.4rem;
}
.header__mobile__container ul li {
  padding-bottom: 3rem;
  padding-top: 2.6rem;
  position: relative;
}
.header__mobile__container ul li:first-of-type {
  padding-top: 0;
}
.header__mobile__container ul li a {
  /* Heading 2 */
  font-size: 9.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 26.4px */
  font-size: 4.8rem !important;
  color: #f8f8f8;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__mobile__container ul li a {
    font-size: 7rem;
  }
}
.header__mobile__container ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  width: 31rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  background: url("/app/themes/barike/static/assets/bar.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
.header__container button.menu {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__container button.menu {
    display: block;
    /* Body 1 */
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #f8f8f8;
    font-weight: 600;
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
  .header__container button.menu {
    font-size: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__container button.menu.hide {
    display: none;
  }
}
.header__container__left {
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__container__left {
    display: none;
  }
}
.header__container__left ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  list-style: none;
}
.header__container__left a {
  color: #f8f8f8;
  /* Body 1 */
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
.header__container__right {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
}
.header__container__right a, .header__container__right button {
  /* Body 1 */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 2.4rem;
  background: #D1572B;
  color: #181818;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4.8rem;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__container__right a, .header__container__right button {
    font-size: 1.6rem;
  }
}
.header__container__right a svg, .header__container__right button svg {
  width: 2rem;
  height: 2rem;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 3.2rem 2.4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer {
    flex-wrap: wrap;
    padding: 0 1.6rem 2.4rem;
    gap: 3.2rem;
  }
}
.footer img {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer img {
    display: block;
    margin-right: auto;
    width: 22.7rem;
  }
}
.footer p, .footer a {
  color: #f8f8f8;
  /* Body 1 */
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.footer p:first-of-type {
  font-style: italic;
}
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer div {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer div {
    width: 100%;
    justify-content: space-between;
  }
}
.homepage {
  overflow-x: hidden;
  overflow-y: auto;
}
.homepage__hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homepage__hero h1 {
  width: 83.6rem;
  font-size: 30rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__hero h1 {
    width: 34.3rem;
    font-size: 10rem;
  }
}
.homepage__hero h1 img {
  width: 100%;
}
.homepage__hero p {
  /* Body 1 */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 6rem;
  color: #f8f8f8;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__hero p {
    font-size: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__hero p {
    margin-top: 3rem;
  }
}
.homepage__hero a {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  cursor: pointer;
}
.homepage__hero a img {
  width: 4.2rem;
  height: 2.2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__hero a img {
    width: 2.5rem;
    height: 1.2rem;
  }
}
.homepage__quote {
  padding-top: 8rem;
}
.homepage__quote__container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 114.4rem;
  padding: 1.6rem 0;
  margin: 0 auto 14.4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__quote__container {
    width: 34.3rem;
    margin: 0 auto 9.6rem;
  }
}
.homepage__quote--bottom-left, .homepage__quote--bottom-right, .homepage__quote--top-left, .homepage__quote--top-right {
  position: absolute;
}
.homepage__quote--bottom-right {
  bottom: 0;
  right: 0;
}
.homepage__quote--bottom-left {
  bottom: 0;
  left: 0;
}
.homepage__quote--top-left {
  top: 0;
  left: 0;
}
.homepage__quote--top-right {
  top: 0;
  right: 0;
}
.homepage__quote__citation {
  /* Heading 3 */
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 26.4px */
  color: #f8f8f8;
  width: 91rem;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__quote__citation {
    font-size: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__quote__citation {
    width: 29.5rem;
  }
}
.homepage__socials {
  height: 32.9rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__socials {
    height: 24.1rem;
    margin-bottom: 11.2rem;
  }
}
.homepage__socials .swiper {
  width: 100%;
  height: 100%;
}
.homepage__socials .swiper-slide {
  width: 32.9rem;
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__socials .swiper-slide {
    width: 24.1rem;
  }
}
.homepage__socials .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage__display {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 13.6rem;
  padding: 16.8rem 3.2rem 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display {
    flex-direction: column;
    padding: 11.2rem 1.6rem 0;
    gap: 6.4rem;
  }
}
.homepage__display--mirror .homepage__display__content {
  order: 2;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display--mirror .homepage__display__content {
    order: 1;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display--mirror .homepage__display__content h2, .homepage__display--mirror .homepage__display__content p {
    text-align: end;
  }
}
.homepage__display--mirror .homepage__display__images {
  order: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display--mirror .homepage__display__images {
    order: 2;
  }
}
.homepage__display--mirror .homepage__display__images__icon {
  right: 0;
  left: unset;
}
.homepage__display--mirror .homepage__display__images__box {
  display: block;
}
.homepage__display--mirror .homepage__display__images__box:first-of-type {
  margin-right: auto;
  margin-left: unset;
}
.homepage__display--mirror .homepage__display__images__box:last-of-type {
  margin-left: auto;
  margin-right: unset;
}
.homepage__display__content {
  width: 44.6rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display__content {
    width: 100%;
  }
}
.homepage__display__content h2 {
  /* Heading 2 */
  font-size: 9.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 26.4px */
  color: #f8f8f8;
  margin-bottom: 7.2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display__content h2 {
    font-size: 7rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display__content h2 {
    margin-bottom: 4.8rem;
  }
}
.homepage__display__content p {
  /* Heading 3 */
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 26.4px */
  color: #f8f8f8;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display__content p {
    font-size: 2rem;
  }
}
.homepage__display__images {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2.4rem;
  width: 67.8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display__images {
    width: 100%;
    gap: 1.2rem;
  }
}
.homepage__display__images__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.3rem;
  height: 25rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display__images__icon {
    width: 10.6rem;
    height: 12.4rem;
  }
}
.homepage__display__images__box {
  display: block;
}
.homepage__display__images__box:first-of-type {
  background: rgba(255, 0, 0, 0.308);
  height: 25rem;
  width: 44.5rem;
  margin-left: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display__images__box:first-of-type {
    height: 12.7rem;
    width: 22.5rem;
  }
}
.homepage__display__images__box:last-of-type {
  background: rgba(255, 0, 0, 0.247);
  height: 31.6rem;
  width: 56.2rem;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__display__images__box:last-of-type {
    width: 100%;
    height: unset;
    aspect-ratio: 343/193;
    margin-right: unset;
  }
}
.homepage__display__images__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 13.5rem;
  padding: 16.8rem 15rem 0;
  margin-bottom: 6.4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact {
    flex-direction: column;
    padding: 11.2rem 1.6rem 0;
    gap: 6.4rem;
  }
}
.homepage__contact__left {
  width: 67.8rem;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left {
    width: 100%;
  }
}
.homepage__contact__left h2 {
  /* Heading 2 */
  font-size: 9.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 26.4px */
  color: #f8f8f8;
  margin-bottom: 7.2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left h2 {
    font-size: 7rem;
  }
}
.homepage__contact__left h2 span {
  color: #D1572B;
}
.homepage__contact__left a {
  /* Body 1 */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #f8f8f8;
  text-decoration: none;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left a {
    font-size: 1.6rem;
  }
}
.homepage__contact__left a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left a {
    padding-left: 2.6rem;
  }
}
.homepage__contact__left a svg {
  width: 1.6rem;
  height: 2rem;
  position: absolute;
  left: -2.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left a svg {
    left: 0;
  }
}
.homepage__contact__left table {
  width: 35.4rem;
  margin-top: 3.2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left table {
    padding-left: 2.6rem;
    width: 100%;
  }
}
.homepage__contact__left table td {
  /* Body 1 */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #f8f8f8;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left table td {
    font-size: 1.6rem;
  }
}
.homepage__contact__left table td.hours {
  width: max-content;
  padding-left: 1rem;
}
.homepage__contact__left table td.day {
  width: 22rem;
  text-wrap: nowrap;
  overflow: hidden;
}
.homepage__contact__left table td.day svg {
  padding-left: 1rem;
  width: 100%;
  height: 0.2rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left table td.day {
    width: 20rem;
  }
}
.homepage__contact__left table td span {
  display: inline-block;
  width: 0.5rem;
  height: 0.2rem;
  background: #D1572B;
  margin-right: 0.3rem;
}
.homepage__contact__left img {
  position: absolute;
  bottom: 0;
  right: 7rem;
  width: 19.7rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__left img {
    bottom: -27.5rem;
    right: unset;
    left: 0;
    width: 16.6rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__right {
    width: 100%;
  }
}
.homepage__contact__right__img {
  width: 32.9rem;
  height: 57.9rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .homepage__contact__right__img {
    width: 16.5rem;
    height: 29.1rem;
    margin-left: auto;
  }
}
.homepage__contact__right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.legals {
  max-width: 900px;
  padding: 0 1.6rem;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.legals__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #f8f8f8;
}
.legals__hero h1 {
  font-size: 8rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .legals__hero h1 {
    font-size: 5rem;
  }
}
.legals__hero h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .legals__hero h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.legals__hero p, .legals__hero a {
  /* Body 1 */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #f8f8f8;
}
@media (min-width: 320px) and (max-width: 767px) {
  .legals__hero p, .legals__hero a {
    font-size: 1.6rem;
  }
}
@font-face {
  font-family: "Rhetoric";
  src: url("/app/themes/bjorg/static/fonts/Rhetoric/Rhetoric-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rhetoric";
  src: url("/app/themes/bjorg/static/fonts/Rhetoric/Rhetoric-Ultra.otf") format("opentype");
  font-weight: 900;
  font-style: bolder;
}
@font-face {
  font-family: "Dazzed";
  src: url("/app/themes/bjorg/static/fonts/Dazzed/DazzedTRIAL-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dazzed";
  src: url("/app/themes/bjorg/static/fonts/Dazzed/DazzedTRIAL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: "Dazzed";
  src: url("/app/themes/bjorg/static/fonts/Dazzed/DazzedTRIAL-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: bolder;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.overflow-hidden {
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
    font-size: calc(2.6666666667vw - var(0px) / 37.5);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  html {
    font-size: 0.6944444444vw;
    font-size: calc(0.6944444444vw - var(0px) / 144);
  }
}

body {
  margin: 0px;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  overflow-x: hidden;
  width: 100vw;
  background: #181818;
}
body.modal--open {
  height: 100dvh;
  overflow: hidden;
}

* {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

strong {
  color: #D1572B;
}