/*
Theme Name: Girbau
Theme URI: https://guillo.dev
Author: @guillorrr
Author URI: https://guillo.dev
Description: Girbau default theme.
Version: 1.0.0
Text Domain: girbau
Tags: responsive, clean, minimal, modern
*/
/* COLOR BASE */
/* COLOR TOKEN */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: normal;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

a, button {
  cursor: pointer;
}

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

button {
  appearance: none;
  background: none;
  border: none;
  outline: 0;
}

/* SPACING BASE */
/* SPACING TOKEN MAPPING */
/* SPACING UTILITIES */
.container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1025px) {
  .container {
    padding: 0 2rem;
  }
}

/* ATOMS */
.logo {
  width: auto;
}

/* TEXT BASE */
/* FONT FACES */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-optical-sizing: auto;
  src: url("./../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-display: swap;
}
@font-face {
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: "Regular";
  src: url("./../fonts/Gotham-Book.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: "Medium";
  src: url("./../fonts/Gotham-Medium.ttf") format("truetype");
  font-display: swap;
}
/* TEXT TOKEN MAPPING */
/* TEXT UTILITIES */
:root {
  /* GRIDS */
  --grid-columns: 12;
  --grid-gutter: 24px;
  --grid-gutter-rem: 1.5rem;
}

.tag {
  display: flex;
  align-items: center;
  max-width: fit-content;
  height: 24px;
  color: #333;
}
.tag__label {
  font-size: 0.875rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  align-self: stretch;
  background-color: #e1d1bb;
}
@media (min-width: 769px) {
  .tag__label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .tag__label {
    font-size: 0.875rem;
  }
}

.btn {
  font-size: 0.875rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  border: 1px solid transparent;
  transition: color 0.3s ease-in-out;
  gap: 0.5rem;
  border-radius: 62.4375rem;
  padding: 0 1.5rem;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
@media (min-width: 769px) {
  .btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .btn {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .btn {
    gap: 0.5rem;
  }
}
@media (min-width: 769px) {
  .btn {
    border-radius: 62.4375rem;
  }
}
@media (min-width: 1025px) {
  .btn {
    border-radius: 62.4375rem;
  }
}
@media (min-width: 769px) {
  .btn {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .btn {
    padding: 0 1.5rem;
  }
}
.btn svg {
  position: relative;
  width: 1rem;
  height: 1rem;
  transition: fill 0.3s ease-in-out;
}
.btn svg path {
  fill: inherit;
}
.btn__label {
  position: relative;
}
.btn--label {
  height: auto;
  padding: 0;
}
.btn--label.c-primary {
  color: #007481;
}
.btn--label.c-primary svg {
  fill: #007481;
}
.btn--label.c-primary:hover {
  color: #0b3c41;
}
.btn--label.c-primary:hover svg {
  fill: #0b3c41;
}
.btn--label.c-black {
  color: #333;
}
.btn--label.c-black svg {
  fill: #333;
}
.btn--label.c-black:hover {
  color: #007481;
}
.btn--label.c-black:hover svg {
  fill: #007481;
}
.btn--text {
  font-size: 0.875rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  height: auto;
  padding: 0;
}
@media (min-width: 769px) {
  .btn--text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .btn--text {
    font-size: 0.875rem;
  }
}
.btn--text.c-primary {
  color: #007481;
}
.btn--text.c-grey {
  color: #666;
}
.btn--text.c-white {
  color: #fff;
}
.btn--text.c-black {
  color: #333;
}
.btn--text:hover {
  text-decoration: underline;
}
.btn--text:hover.c-primary {
  color: #333;
}
.btn--text:hover.c-grey {
  color: #007481;
}
.btn--text:hover.c-black {
  color: #007481;
}
.btn--text.btn--s {
  font-size: 0.75rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 769px) {
  .btn--text.btn--s {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .btn--text.btn--s {
    font-size: 0.75rem;
  }
}
.btn--ghost, .btn--primary {
  position: relative;
  overflow: hidden;
}
.btn--ghost::before, .btn--primary::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  transition: height 0.3s ease-in-out;
}
.btn--ghost:hover::before, .btn--primary:hover::before {
  height: 100%;
}
.btn--ghost {
  background-color: transparent;
}
.btn--ghost.c-primary {
  color: #007481;
  border-color: #007481;
}
.btn--ghost.c-primary svg {
  fill: #007481;
}
.btn--ghost.c-primary::before {
  background-color: #007481;
}
.btn--ghost.c-primary:hover {
  color: #fff;
  border-color: #fff;
}
.btn--ghost.c-primary:hover svg {
  fill: #fff;
}
.btn--ghost.c-weak {
  color: #fff;
  border-color: #fff;
}
.btn--ghost.c-weak svg {
  fill: #fff;
}
.btn--ghost.c-weak::before {
  background-color: #007481;
}
.btn--ghost.c-weak:hover {
  color: #fff;
}
.btn--ghost.c-weak:hover svg {
  fill: #fff;
}
.btn--primary.c-primary {
  color: #fff;
  background-color: #007481;
  border-color: #007481;
}
.btn--primary.c-primary svg {
  fill: #fff;
}
.btn--primary.c-primary::before {
  background-color: #13656e;
}
.btn--primary.c-primary:hover {
  border-color: #fff;
}
.btn--primary.c-weak {
  color: #007481;
  background-color: #fff;
  border-color: #fff;
}
.btn--primary.c-weak svg {
  fill: #007481;
}
.btn--primary.c-weak::before {
  background-color: #007481;
}
.btn--primary.c-weak:hover {
  color: #fff;
  border-color: #fff;
}
.btn--primary.c-weak:hover svg {
  fill: #fff;
}

/* BUTTONS */
.buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  background-color: #cfcfcf;
}
.buttons__group {
  display: flex;
  gap: 2rem;
}

.navigation {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #cfcfcf;
}

.navigation__group {
  display: flex;
  gap: 1rem;
}

.link {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.875rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .link {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .link {
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .link {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .link {
    gap: 0.5rem;
  }
}
.link svg {
  width: 1rem;
  height: 1rem;
}
.link svg path {
  fill: inherit;
}
.link:hover {
  color: #007481;
  text-decoration: underline;
}
.link--primary {
  color: #007481;
}
.link--primary:hover {
  color: #333;
}
.link--gray {
  color: #666;
}
.link--gray:hover {
  color: #007481;
}
.link--white {
  color: #fff;
}
.link--white:hover {
  color: #fff;
}
.link--small {
  font-size: 0.75rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 769px) {
  .link--small {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .link--small {
    font-size: 0.75rem;
  }
}

.label {
  font-size: 0.875rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .label {
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .label {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .label {
    gap: 0.5rem;
  }
}
.label--icon-right {
  flex-direction: row;
}
.label--icon-left {
  flex-direction: row-reverse;
}
.label svg {
  width: 1.25rem;
  height: 1.25rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .stat-item {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .stat-item {
    gap: 0.5rem;
  }
}
.stat-item__value {
  font-size: 1.625rem;
  font-family: "HTF Gotham";
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 769px) {
  .stat-item__value {
    font-size: 1.625rem;
  }
}
@media (min-width: 1025px) {
  .stat-item__value {
    font-size: 2.25rem;
  }
}
@media (min-width: 769px) {
  .stat-item__value {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .stat-item__value {
    padding-bottom: 0.5rem;
  }
}
.stat-item__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .stat-item__label {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .stat-item__label {
    gap: 0.5rem;
  }
}
.stat-item__label-text {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 769px) {
  .stat-item__label-text {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .stat-item__label-text {
    font-size: 1rem;
  }
}
.stat-item__label-icon {
  position: relative;
}
.stat-item__label-icon::after {
  position: absolute;
  top: 0;
  left: 120%;
  z-index: 1000;
  width: 15.5rem;
  color: #fff;
  pointer-events: none;
  content: attr(data-tooltip);
  background-color: #333;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  font-size: 0.75rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
@media (min-width: 769px) {
  .stat-item__label-icon::after {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .stat-item__label-icon::after {
    font-size: 0.75rem;
  }
}
@media (min-width: 769px) {
  .stat-item__label-icon::after {
    padding: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .stat-item__label-icon::after {
    padding: 0.5rem;
  }
}
@media (min-width: 769px) {
  .stat-item__label-icon::after {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .stat-item__label-icon::after {
    border-radius: 0.5rem;
  }
}
.stat-item__label-icon:hover::after {
  opacity: 1;
}

.pretitle {
  display: flex;
  align-items: center;
  max-width: fit-content;
  height: 1.75rem;
  color: #fff;
}
.pretitle__label {
  font-size: 0.875rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  align-self: stretch;
  text-transform: uppercase;
  background-color: #007481;
}
@media (min-width: 769px) {
  .pretitle__label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .pretitle__label {
    font-size: 0.875rem;
  }
}
.pretitle > svg {
  width: auto;
  height: 100%;
}

/* MOLECULES */
.section-intro {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .section-intro {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .section-intro {
    gap: 1rem;
  }
}
.section-intro__container {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .section-intro__container {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .section-intro__container {
    gap: 0.5rem;
  }
}
.section-intro__title {
  font-size: 1.625rem;
  font-family: "HTF Gotham";
  font-style: normal;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .section-intro__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1025px) {
  .section-intro__title {
    font-size: 2.25rem;
  }
}
.section-intro__description {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #666;
}
@media (min-width: 769px) {
  .section-intro__description {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .section-intro__description {
    font-size: 1.125rem;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: height 0.3s ease-in-out;
}
.card__image {
  width: 100%;
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.card__caption {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .card__caption {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .card__caption {
    gap: 0.5rem;
  }
}
.card__title, .card__description {
  transition: color 0.3s ease-in-out;
}
.card__href {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .btn.btn--label, .card .btn.btn--text {
  align-self: flex-start;
}
.card .btn.btn--text {
  z-index: 10;
}
.card--default, .card--image {
  border-radius: 1rem;
  background-color: #007481;
}
@media (min-width: 769px) {
  .card--default, .card--image {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--default, .card--image {
    border-radius: 1rem;
  }
}
.card--default .card__content, .card--image .card__content {
  padding: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .card--default .card__content, .card--image .card__content {
    padding: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .card--default .card__content, .card--image .card__content {
    padding: 1.5rem;
  }
}
@media (min-width: 769px) {
  .card--default .card__content, .card--image .card__content {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .card--default .card__content, .card--image .card__content {
    gap: 1.5rem;
  }
}
.card--default .card__image, .card--image .card__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.card--default .card__image-overlay, .card--image .card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.card--default .card__background, .card--image .card__background {
  background-color: #f7f5f3;
}
.card--default .card__title, .card--image .card__title {
  font-size: 1.4375rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 769px) {
  .card--default .card__title, .card--image .card__title {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1025px) {
  .card--default .card__title, .card--image .card__title {
    font-size: 1.4375rem;
  }
}
.card--default .card__description, .card--image .card__description {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #666;
}
@media (min-width: 769px) {
  .card--default .card__description, .card--image .card__description {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--default .card__description, .card--image .card__description {
    font-size: 1.125rem;
  }
}
.card--default .card__number, .card--image .card__number {
  font-size: 0.875rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  color: #666;
}
@media (min-width: 769px) {
  .card--default .card__number, .card--image .card__number {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .card--default .card__number, .card--image .card__number {
    font-size: 0.875rem;
  }
}
.card--default:hover .card__background, .card--image:hover .card__background {
  height: 0;
}
.card--default:hover .card__title, .card--default:hover .card__description, .card--default:hover .card__number, .card--image:hover .card__title, .card--image:hover .card__description, .card--image:hover .card__number {
  color: #fff;
}
.card--default:hover .btn.btn--label.c-primary, .card--image:hover .btn.btn--label.c-primary {
  color: #fff;
}
.card--default:hover .btn.btn--label.c-primary svg, .card--image:hover .btn.btn--label.c-primary svg {
  fill: #fff;
}
@media (min-width: 1025px) {
  .card--default {
    min-height: 20.5rem;
  }
}
@media (min-width: 1025px) {
  .card--image {
    min-height: 26.25rem;
  }
}
.card--blog {
  gap: 1rem;
  background-color: transparent;
}
@media (min-width: 769px) {
  .card--blog {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--blog {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--blog {
    flex-direction: row;
  }
}
.card--blog .card__image {
  border-radius: 1rem;
  position: relative;
  height: 18.313rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .card--blog .card__image {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--blog .card__image {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--blog .card__image {
    flex-shrink: 0;
    width: 20.375rem;
    height: 17.625rem;
  }
}
.card--blog .card__content {
  gap: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .card--blog .card__content {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--blog .card__content {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .card--blog .card__content {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--blog .card__content {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--blog .card__content {
    flex-grow: 1;
  }
}
.card--blog .card__title {
  font-size: 1.125rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 769px) {
  .card--blog .card__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .card--blog .card__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .card--blog.card--l {
    flex-direction: column;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .card--blog.card--l .card__image {
    width: 100%;
    height: 28rem;
  }
}
.card--blog:hover .card__image img {
  transform: scale(1.05);
}
.card--product {
  gap: 0.5rem;
  padding: 1.5rem;
  background-color: #f7f5f3;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .card--product {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .card--product {
    gap: 0.5rem;
  }
}
@media (min-width: 769px) {
  .card--product {
    padding: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .card--product {
    padding: 1.5rem;
  }
}
@media (min-width: 769px) {
  .card--product {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--product {
    border-radius: 1rem;
  }
}
.card--product .card__image {
  flex-shrink: 0;
  max-width: 18.438rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.card--product .card__content {
  gap: 1rem;
}
@media (min-width: 769px) {
  .card--product .card__content {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--product .card__content {
    gap: 1rem;
  }
}
.card--product .card__title {
  font-size: 1.125rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 769px) {
  .card--product .card__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .card--product .card__title {
    font-size: 1.125rem;
  }
}
.card--product .card__description {
  font-size: 0.75rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #666;
}
@media (min-width: 769px) {
  .card--product .card__description {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .card--product .card__description {
    font-size: 0.75rem;
  }
}
.card--product.card--horizontal {
  gap: 1.5rem;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .card--product.card--horizontal {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .card--product.card--horizontal {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .card--product.card--horizontal {
    padding: 0 4rem 0 2rem;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .card--product.card--horizontal {
    padding: 0 4rem 0 2rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .card--product.card--horizontal {
    padding: 0 4rem 0 2rem;
  }
}
.card--product.card--horizontal .card__image {
  max-width: 19.438rem;
}
@media (min-width: 1025px) {
  .card--product.card--horizontal .card__image {
    max-width: 22rem;
  }
}
.card--product.card--horizontal .card__category {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  flex-shrink: 0;
  color: #666;
}
@media (min-width: 769px) {
  .card--product.card--horizontal .card__category {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--product.card--horizontal .card__category {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--product.card--horizontal .card__category {
    padding-top: 3.5rem;
    width: 13rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .card--product.card--horizontal .card__category {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .card--product.card--horizontal .card__category {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1025px) {
  .card--product.card--horizontal .card__content {
    padding: 3.5rem 0 2.5rem;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .card--product.card--horizontal .card__content {
    padding: 3.5rem 0 2.5rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .card--product.card--horizontal .card__content {
    padding: 3.5rem 0 2.5rem;
  }
}
.card--product.card--horizontal .card__title {
  font-size: 1.4375rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 769px) {
  .card--product.card--horizontal .card__title {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1025px) {
  .card--product.card--horizontal .card__title {
    font-size: 1.4375rem;
  }
}
.card--product.card--horizontal .card__description {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #666;
}
@media (min-width: 769px) {
  .card--product.card--horizontal .card__description {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--product.card--horizontal .card__description {
    font-size: 1.125rem;
  }
}
.card--product:hover .btn.btn--ghost.c-primary {
  color: #fff;
  border-color: #fff;
}
.card--product:hover .btn.btn--ghost.c-primary svg {
  fill: #fff;
}
.card--product:hover .btn.btn--ghost.c-primary::before {
  height: 100%;
}
.card--button {
  padding: 1rem;
  border-radius: 1rem;
  min-height: 4.5rem;
  background-color: #007481;
}
@media (min-width: 769px) {
  .card--button {
    padding: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--button {
    padding: 1rem;
  }
}
@media (min-width: 769px) {
  .card--button {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--button {
    border-radius: 1rem;
  }
}
.card--button .card__background {
  background-color: #f7f5f3;
}
.card--button .card__content {
  gap: 0.5rem;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 769px) {
  .card--button .card__content {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .card--button .card__content {
    gap: 0.5rem;
  }
}
.card--button .card__content svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  fill: #007481;
  transition: all 0.3s ease-in-out;
}
.card--button .card__content svg path {
  fill: inherit;
}
.card--button .card__title {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 769px) {
  .card--button .card__title {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .card--button .card__title {
    font-size: 1rem;
  }
}
.card--button:hover .card__background {
  height: 0;
}
.card--button:hover .card__content svg {
  fill: #fff;
}
.card--button:hover .card__title {
  color: #fff;
}

.accordion {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  background-color: #f7f5f3;
}
@media (min-width: 769px) {
  .accordion {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .accordion {
    border-radius: 1rem;
  }
}
.accordion__trigger {
  gap: 1rem;
  padding: 2rem 1rem;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: left;
  appearance: none;
  border: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .accordion__trigger {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .accordion__trigger {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .accordion__trigger {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1025px) {
  .accordion__trigger {
    padding: 2rem 1rem;
  }
}
@media (min-width: 769px) {
  .accordion__trigger {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .accordion__trigger {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .accordion__trigger {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .accordion__trigger {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .accordion__trigger {
    padding: 2rem 1.5rem;
  }
}
.accordion__trigger::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #007481;
  transition: height 0.3s ease-in-out;
}
.accordion__title {
  font-size: 1.125rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  position: relative;
  flex-grow: 1;
}
@media (min-width: 769px) {
  .accordion__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .accordion__title {
    font-size: 1.125rem;
  }
}
.accordion__icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.accordion__icon::before, .accordion__icon::after {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #007481;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.accordion__icon::after {
  transform: rotate(90deg);
}
.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-out 0.1s;
}
.accordion__content > div {
  overflow: hidden;
}
.accordion__inner {
  padding: 0 1rem 1rem;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
@media (min-width: 769px) {
  .accordion__inner {
    padding: 0 1rem 1rem;
  }
}
@media (min-width: 1025px) {
  .accordion__inner {
    padding: 0 1rem 1rem;
  }
}
@media (min-width: 1025px) {
  .accordion__inner {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .accordion__inner {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .accordion__inner {
    padding: 0 1.5rem 1.5rem;
  }
}
.accordion.is-open .accordion__trigger {
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .accordion.is-open .accordion__trigger {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .accordion.is-open .accordion__trigger {
    padding-bottom: 1rem;
  }
}
.accordion.is-open .accordion__icon::after {
  opacity: 0;
}
.accordion.is-open .accordion__content {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease-in 0s;
}
.accordion.is-open .accordion__inner {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.2s;
}
.accordion:not(.is-open) .accordion__trigger:hover {
  color: #fff;
}
.accordion:not(.is-open) .accordion__trigger:hover::before {
  height: 100%;
}
.accordion:not(.is-open) .accordion__trigger:hover .accordion__icon::before, .accordion:not(.is-open) .accordion__trigger:hover .accordion__icon::after {
  background-color: #fff;
}

.action-bar {
  padding: 0.75rem 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
@media (min-width: 769px) {
  .action-bar {
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 1025px) {
  .action-bar {
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 1025px) {
  .action-bar {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .action-bar {
    padding: 1rem 2rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .action-bar {
    padding: 1rem 2rem;
  }
}
.action-bar__container {
  gap: 1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .action-bar__container {
    gap: 2rem;
  }
}
@media (min-width: 1025px) {
  .action-bar__container {
    gap: 2rem;
  }
}
.action-bar__title {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  display: none;
  flex-grow: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .action-bar__title {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .action-bar__title {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .action-bar__title {
    display: inline-block;
  }
}
.action-bar__buttons {
  gap: 0.5rem;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .action-bar__buttons {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .action-bar__buttons {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .action-bar__buttons {
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.modal {
  border-radius: 1rem;
  position: fixed;
  inset: 0;
  flex-direction: column;
  width: 56.875rem;
  max-width: calc(100% - 2rem);
  height: fit-content;
  max-height: calc(100% - 2rem);
  padding: 0;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border: none;
}
@media (min-width: 769px) {
  .modal {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .modal {
    border-radius: 1rem;
  }
}
.modal__close {
  padding: 0.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  background: transparent;
  border: none;
}
@media (min-width: 769px) {
  .modal__close {
    padding: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .modal__close {
    padding: 0.5rem;
  }
}
.modal__close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.modal__content {
  padding: 1.5rem 1rem;
  flex: 1 1 auto;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .modal__content {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1025px) {
  .modal__content {
    padding: 1.5rem 2rem;
  }
}
.modal__footer {
  gap: 1rem;
  padding: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .modal__footer {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .modal__footer {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .modal__footer {
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 1025px) {
  .modal__footer {
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 769px) {
  .modal__footer {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.modal[open] {
  display: flex;
}

.breadcrumbs {
  padding: 1.5rem 0;
}
@media (min-width: 769px) {
  .breadcrumbs {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs {
    padding: 1.5rem 0;
  }
}
.breadcrumbs__list {
  gap: 0.25rem;
  display: flex;
  align-items: center;
  list-style: none;
}
@media (min-width: 769px) {
  .breadcrumbs__list {
    gap: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__list {
    gap: 0.25rem;
  }
}
.breadcrumbs__item {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .breadcrumbs__item {
    gap: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__item {
    gap: 0.25rem;
  }
}
.breadcrumbs__item svg {
  width: 1rem;
  height: 1rem;
}
.breadcrumbs__item svg path {
  fill: #666;
}
.breadcrumbs__link {
  font-size: 0.75rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #666;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .breadcrumbs__link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__link {
    font-size: 0.75rem;
  }
}
.breadcrumbs__link:hover {
  color: #007481;
  text-decoration: underline;
}
.breadcrumbs__current {
  font-size: 0.75rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 769px) {
  .breadcrumbs__current {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs__current {
    font-size: 0.75rem;
  }
}

.menu-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  height: 4rem;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .menu-card {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .menu-card {
    gap: 0.5rem;
  }
}
.menu-card:hover {
  cursor: pointer;
}
.menu-card__image {
  height: 100%;
  background-color: #f7f5f3;
  border-radius: 0.25rem;
}
@media (min-width: 769px) {
  .menu-card__image {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .menu-card__image {
    border-radius: 0.25rem;
  }
}
.menu-card__image img {
  height: 100%;
}
.menu-card__title {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  font-weight: 500;
}
@media (min-width: 769px) {
  .menu-card__title {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .menu-card__title {
    font-size: 1rem;
  }
}
.menu-card:hover .menu-card__title {
  color: #007481;
}

.menu-accordion {
  width: fit-content;
}
.menu-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-accordion__header .btn {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  padding: 1rem 0;
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
}
@media (min-width: 769px) {
  .menu-accordion__header .btn {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .menu-accordion__header .btn {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .menu-accordion__header .btn {
    padding: 1rem 0;
  }
}
@media (min-width: 1025px) {
  .menu-accordion__header .btn {
    padding: 1rem 0;
  }
}
.menu-accordion__content {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  gap: 1rem;
}
@media (min-width: 769px) {
  .menu-accordion__content {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .menu-accordion__content {
    gap: 1rem;
  }
}
.menu-accordion.active .menu-accordion__content {
  max-height: 20rem;
  transition: max-height 0.5s ease-in;
}
.menu-accordion__description {
  font-size: 0.875rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 769px) {
  .menu-accordion__description {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .menu-accordion__description {
    font-size: 0.875rem;
  }
}

.expandable-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.expandable-text__content p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.expandable-text--small {
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .expandable-text--small {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .expandable-text--small {
    gap: 0.5rem;
  }
}
.expandable-text--small .expandable-text__content p {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #666;
}
@media (min-width: 769px) {
  .expandable-text--small .expandable-text__content p {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .expandable-text--small .expandable-text__content p {
    font-size: 1rem;
  }
}
.expandable-text--big {
  gap: 0.75rem;
}
@media (min-width: 769px) {
  .expandable-text--big {
    gap: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .expandable-text--big {
    gap: 0.75rem;
  }
}
.expandable-text--big .expandable-text__content p {
  font-size: 1.4375rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 769px) {
  .expandable-text--big .expandable-text__content p {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1025px) {
  .expandable-text--big .expandable-text__content p {
    font-size: 1.75rem;
  }
}
.expandable-text--lines-2 .expandable-text__content p {
  -webkit-line-clamp: 2;
}
.expandable-text--lines-4 .expandable-text__content p {
  -webkit-line-clamp: 4;
}
.expandable-text.is-expanded .expandable-text__content p {
  display: block;
  -webkit-line-clamp: unset;
}

/* ORGANISMS */
.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
@media (min-width: 769px) {
  .menu {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1025px) {
  .menu {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 769px) {
  .menu {
    border-radius: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .menu {
    border-radius: 0.25rem;
  }
}
.menu__left {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.menu__logo {
  width: 8rem;
  aspect-ratio: 32/7;
}
.menu__links {
  display: none;
}
@media (min-width: 769px) {
  .menu__links {
    display: block;
  }
}
.menu__links ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .menu__links ul {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .menu__links ul {
    gap: 1.5rem;
  }
}
.menu__right ul {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .menu__right ul {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .menu__right ul {
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .menu__right ul {
    display: flex;
  }
}
.menu__btn-mobile svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 769px) {
  .menu__btn-mobile {
    display: none;
  }
}
.menu--blur {
  background-color: rgba(0, 116, 129, 0.1);
  backdrop-filter: blur(45px);
  box-shadow: 0 2px 8px 0 rgba(0, 58, 65, 0.2);
}
.menu--blur .btn {
  color: #fff;
}
.menu--blur .btn > svg {
  fill: #fff;
}
.menu--white {
  background: #fff;
}

.banners {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.hero-banner {
  display: flex;
  min-height: 45.4375rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  padding: 1rem 0 1.5rem;
}
@media (min-width: 769px) {
  .hero-banner {
    padding: 1rem 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner {
    padding: 1rem 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner {
    justify-content: center;
    min-height: 43.75rem;
    padding: 3rem 0;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .hero-banner {
    padding: 4rem 0;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .hero-banner {
    padding: 5.5rem 0;
  }
}
.hero-banner--no-image {
  min-height: 34.375rem;
}
.hero-banner__container {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 769px) {
  .hero-banner__container {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__container {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .hero-banner--no-image .hero-banner__container {
    align-items: flex-end;
  }
}
.hero-banner__content {
  color: #fff;
}
@media (min-width: 1025px) {
  .hero-banner__content {
    max-width: 64.125rem;
  }
}
@media (min-width: 1441px) {
  .hero-banner__content {
    padding-left: 117px;
  }
}
.hero-banner__pretitle {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media (min-width: 769px) {
  .hero-banner__pretitle {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__pretitle {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .hero-banner__pretitle {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__pretitle {
    margin-bottom: 0.25rem;
  }
}
.hero-banner__title {
  font-size: 1.75rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .hero-banner__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__title {
    font-size: 2.875rem;
  }
}
@media (min-width: 769px) {
  .hero-banner__title {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__title {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .hero-banner__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .hero-banner__title {
    margin-bottom: 1rem;
  }
}
.hero-banner__description {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .hero-banner__description {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .hero-banner__description {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__description {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__description {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .hero-banner__description {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .hero-banner__description {
    margin-bottom: 2rem;
  }
}
.hero-banner__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .hero-banner__buttons {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__buttons {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__buttons {
    flex-direction: row;
  }
}
.hero-banner__image {
  width: 100%;
  max-width: 21.4375rem;
  aspect-ratio: 1/1;
}
.hero-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1025px) {
  .hero-banner__image {
    flex: 0 0 auto;
    width: 33.125rem;
    max-width: 33.125rem;
    padding-right: 35px;
  }
}
.hero-banner__tags {
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .hero-banner__tags {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-banner__tags {
    margin-bottom: 1rem;
  }
}

.hero-product {
  min-height: 46.1875rem;
  background: #f7f5f3;
  padding: 2.5rem 0 1.5rem;
}
@media (min-width: 769px) {
  .hero-product {
    padding: 2.5rem 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-product {
    padding: 2.5rem 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-product {
    min-height: 39.6875rem;
    padding: 0;
  }
}
.hero-product__container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 1025px) {
  .hero-product__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero-product__content {
  flex: 1;
}
@media (min-width: 1025px) {
  .hero-product__content {
    align-self: flex-end;
    padding: 0 0 4rem;
  }
}
.hero-product__tags {
  display: flex;
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .hero-product__tags {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-product__tags {
    margin-bottom: 0.5rem;
  }
}
.hero-product__title {
  font-size: 2rem;
  font-family: "HTF Gotham";
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .hero-product__title {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .hero-product__title {
    font-size: 3.625rem;
  }
}
@media (min-width: 769px) {
  .hero-product__title {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-product__title {
    margin-bottom: 0.5rem;
  }
}
.hero-product__description {
  font-size: 1.125rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .hero-product__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .hero-product__description {
    font-size: 1.25rem;
  }
}
@media (min-width: 769px) {
  .hero-product__description {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-product__description {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-product__description {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .hero-product__description {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .hero-product__description {
    margin-bottom: 2rem;
  }
}
.hero-product__stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .hero-product__stats {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-product__stats {
    gap: 1.5rem;
  }
}
.hero-product__stats .stat-item {
  width: 100%;
}
@media (min-width: 1025px) {
  .hero-product__stats {
    flex-direction: row;
  }
}
.hero-product__image {
  flex: 1;
  align-self: flex-start;
  width: 100%;
  max-width: 23.4375rem;
  aspect-ratio: 1/1;
}
.hero-product__image .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 1025px) {
  .hero-product__image {
    width: 39.6875rem;
    max-width: 39.6875rem;
  }
}

.simple-banner {
  background-color: #fff;
}
.simple-banner--primary {
  color: #fff;
  background-color: #007481;
}
.simple-banner--beige {
  color: #333;
  background-color: #f7f5f3;
}
.simple-banner__container {
  padding-bottom: 1rem;
}
@media (min-width: 1025px) {
  .simple-banner__container {
    padding-bottom: 2rem;
  }
}
.simple-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 18.5rem;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .simple-banner__content {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .simple-banner__content {
    gap: 0.5rem;
  }
}
.simple-banner__title {
  font-size: 1.75rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .simple-banner__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .simple-banner__title {
    font-size: 2.875rem;
  }
}
.simple-banner__description {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 769px) {
  .simple-banner__description {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .simple-banner__description {
    font-size: 1.125rem;
  }
}

.video-banner {
  position: relative;
  background-color: #007481;
}
@media (min-width: 1025px) {
  .video-banner {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__container {
    height: 100%;
  }
}
.video-banner__content {
  color: #fff;
  padding: 2rem 0 1rem;
}
@media (min-width: 769px) {
  .video-banner__content {
    padding: 2rem 0 1rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__content {
    padding: 2rem 0 1rem;
  }
}
.video-banner__content .btn {
  width: 100%;
}
@media (min-width: 1025px) {
  .video-banner__content {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    aspect-ratio: 1/1;
    margin-left: 118px;
    background-color: #007481;
    padding: 2rem 1rem;
  }
}
@media (min-width: 1025px) and (min-width: 769px) {
  .video-banner__content {
    padding: 2rem 2rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .video-banner__content {
    padding: 2rem 2rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__content .btn {
    width: fit-content;
  }
  .video-banner__content::before {
    position: absolute;
    top: 0;
    left: -102px;
    width: 102px;
    height: 100%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    content: "";
    background-color: #007481;
  }
  .video-banner__content::after {
    position: absolute;
    top: 0;
    right: -102px;
    width: 102px;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    content: "";
    background-color: #007481;
  }
}
.video-banner__pretitle {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media (min-width: 769px) {
  .video-banner__pretitle {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__pretitle {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .video-banner__pretitle {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__pretitle {
    margin-bottom: 0.25rem;
  }
}
.video-banner__title {
  font-size: 1.625rem;
  font-family: "HTF Gotham";
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .video-banner__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 769px) {
  .video-banner__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__title {
    margin-bottom: 1rem;
  }
}
.video-banner__description {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .video-banner__description {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .video-banner__description {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__description {
    margin-bottom: 1.5rem;
  }
}
.video-banner__video {
  aspect-ratio: 106/43;
  margin: 0 -1rem;
}
.video-banner__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  .video-banner__video {
    margin: 0 -2rem;
  }
}
@media (min-width: 1025px) {
  .video-banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    margin: 0;
  }
}

.image-banner {
  background-color: #007481;
}
@media (min-width: 1025px) {
  .image-banner__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.image-banner__content {
  color: #fff;
  padding: 2rem 0 1rem;
}
@media (min-width: 769px) {
  .image-banner__content {
    padding: 2rem 0 2rem;
  }
}
@media (min-width: 1025px) {
  .image-banner__content {
    padding: 2rem 0 2rem;
  }
}
.image-banner__content .btn {
  width: 100%;
}
@media (min-width: 1025px) {
  .image-banner__content .btn {
    width: fit-content;
  }
}
.image-banner__pretitle {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media (min-width: 769px) {
  .image-banner__pretitle {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .image-banner__pretitle {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .image-banner__pretitle {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .image-banner__pretitle {
    margin-bottom: 0.25rem;
  }
}
.image-banner__title {
  font-size: 1.4375rem;
  font-family: "HTF Gotham";
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .image-banner__title {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1025px) {
  .image-banner__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 769px) {
  .image-banner__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .image-banner__title {
    margin-bottom: 1rem;
  }
}
.image-banner__description {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .image-banner__description {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .image-banner__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .image-banner__description {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .image-banner__description {
    margin-bottom: 1rem;
  }
}
.image-banner__image {
  flex: 0 0 auto;
  aspect-ratio: 343/176;
  margin: 0 -1rem;
}
.image-banner__image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .image-banner__image {
    margin: 0 -2rem;
  }
}
@media (min-width: 1025px) {
  .image-banner__image {
    position: relative;
    width: 45rem;
    aspect-ratio: auto;
    margin: 0;
  }
  .image-banner__image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    content: "";
    background-color: #007481;
  }
}

.info-banner__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #e1d1bb;
  border-radius: 1rem;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
}
@media (min-width: 769px) {
  .info-banner__container {
    border-radius: 1rem;
  }
}
@media (min-width: 1025px) {
  .info-banner__container {
    border-radius: 1rem;
  }
}
@media (min-width: 769px) {
  .info-banner__container {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .info-banner__container {
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .info-banner__container {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1025px) {
  .info-banner__container {
    padding: 2rem 1.5rem;
  }
}
.info-banner--small .info-banner__container {
  gap: 1rem;
  padding: 1.5rem 1rem;
}
@media (min-width: 769px) {
  .info-banner--small .info-banner__container {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .info-banner--small .info-banner__container {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .info-banner--small .info-banner__container {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1025px) {
  .info-banner--small .info-banner__container {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1025px) {
  .info-banner__container {
    flex-direction: row;
    align-items: center;
  }
}
.info-banner__icon {
  flex: 0 0 auto;
}
.info-banner__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .info-banner__content {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .info-banner__content {
    gap: 0.5rem;
  }
}
.info-banner__title {
  font-size: 1.4375rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 769px) {
  .info-banner__title {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1025px) {
  .info-banner__title {
    font-size: 1.4375rem;
  }
}
.info-banner--small .info-banner__title {
  font-size: 1.125rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 769px) {
  .info-banner--small .info-banner__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1025px) {
  .info-banner--small .info-banner__title {
    font-size: 1.125rem;
  }
}
.info-banner__description {
  font-size: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 769px) {
  .info-banner__description {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .info-banner__description {
    font-size: 1rem;
  }
}
.info-banner__cta {
  align-self: flex-start;
}
.info-banner--small {
  max-width: 42.25rem;
}

.hero-blog {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 34.375rem;
  padding: 1rem 0 1.5rem;
}
@media (min-width: 769px) {
  .hero-blog {
    padding: 1rem 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-blog {
    padding: 1rem 0 1.5rem;
  }
}
@media (min-width: 1025px) {
  .hero-blog {
    padding: 7rem 0 2rem;
  }
}
.hero-blog__content {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 1rem;
}
@media (min-width: 769px) {
  .hero-blog__content {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-blog__content {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-blog__content {
    padding-left: 117px;
  }
}
.hero-blog__title {
  font-size: 1.75rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .hero-blog__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .hero-blog__title {
    font-size: 2.875rem;
  }
}
.hero-blog__tags {
  display: flex;
}
.hero-blog__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero-blog__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.hero-blog__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  padding: 2.5rem 0 0.5rem;
  width: 8rem;
  aspect-ratio: 32/7;
}
@media (min-width: 769px) {
  .footer__logo {
    padding: 2.5rem 0 0.5rem;
  }
}
@media (min-width: 1025px) {
  .footer__logo {
    padding: 2.5rem 0 0.5rem;
  }
}
.footer__nav-list, .footer__nav-item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem 0;
}
@media (min-width: 769px) {
  .footer__nav-list {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .footer__nav-list {
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .footer__nav-list {
    padding: 2rem 0;
  }
}
@media (min-width: 1025px) {
  .footer__nav-list {
    padding: 2rem 0;
  }
}
.footer__nav-list > li {
  width: calc((100% - 1rem) / 2);
}
@media (min-width: 769px) {
  .footer__nav-list > li {
    width: calc((100% - 4.5rem) / 4);
  }
}
.footer__nav-list:last-child {
  border-top: 1px solid #ccc;
}
.footer__nav-item-list {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  gap: 1rem;
}
@media (min-width: 769px) {
  .footer__nav-item-list {
    padding-top: 1rem;
  }
}
@media (min-width: 1025px) {
  .footer__nav-item-list {
    padding-top: 1rem;
  }
}
@media (min-width: 769px) {
  .footer__nav-item-list {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .footer__nav-item-list {
    gap: 1rem;
  }
}
.footer__nav-item-title {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 769px) {
  .footer__nav-item-title {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .footer__nav-item-title {
    font-size: 1rem;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #ccc;
  gap: 1rem;
  padding: 1rem 0;
}
@media (min-width: 769px) {
  .footer__info {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .footer__info {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .footer__info {
    padding: 1rem 0;
  }
}
@media (min-width: 1025px) {
  .footer__info {
    padding: 1rem 0;
  }
}
@media (min-width: 769px) {
  .footer__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__info-copyright {
  display: flex;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 769px) {
  .footer__info-copyright {
    gap: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .footer__info-copyright {
    gap: 0.5rem;
  }
}
@media (min-width: 769px) {
  .footer__info-copyright {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .footer__info-copyright {
    font-size: 0.75rem;
  }
}
.footer__info-copyright span:first-child {
  font-size: 0.75rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 769px) {
  .footer__info-copyright span:first-child {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .footer__info-copyright span:first-child {
    font-size: 0.75rem;
  }
}
.footer__info-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1rem;
}
@media (min-width: 769px) {
  .footer__info-list {
    gap: 1rem;
  }
}
@media (min-width: 1025px) {
  .footer__info-list {
    gap: 1rem;
  }
}

.submenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.submenu.active {
  pointer-events: auto;
}
.submenu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.submenu.active .submenu__overlay {
  visibility: visible;
  opacity: 1;
}
.submenu__panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 30%;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
}
.submenu.active .submenu__panel {
  transform: translateX(0);
}
.submenu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem;
}
@media (min-width: 769px) {
  .submenu__header {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1025px) {
  .submenu__header {
    padding: 1.5rem 1rem;
  }
}
.submenu__header .btn > svg {
  height: 1.5rem;
  width: 1.5rem;
}
.submenu__body {
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .submenu__body {
    padding: 0 1rem;
  }
}
@media (min-width: 1025px) {
  .submenu__body {
    padding: 0 1rem;
  }
}

.submenu-template__title {
  font-size: 1.25rem;
  font-family: "HTF Gotham";
  font-style: normal;
  text-transform: uppercase;
  padding: 1.5rem 0;
}
@media (min-width: 769px) {
  .submenu-template__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .submenu-template__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 769px) {
  .submenu-template__title {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1025px) {
  .submenu-template__title {
    padding: 1.5rem 0;
  }
}
.submenu-template__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .submenu-template__list {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .submenu-template__list {
    gap: 1.5rem;
  }
}
.submenu-template__group-title {
  color: #666;
  font-size: 0.75rem;
  font-family: "HTF Gotham";
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .submenu-template__group-title {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .submenu-template__group-title {
    font-size: 0.75rem;
  }
}
.submenu-template__categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.submenu-template__categories > li {
  font-size: 1rem;
  font-family: "HTF Gotham";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 769px) {
  .submenu-template__categories > li {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .submenu-template__categories > li {
    font-size: 1rem;
  }
}
.submenu-template__category-description {
  color: #666;
  font-size: 0.875rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 769px) {
  .submenu-template__category-description {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .submenu-template__category-description {
    font-size: 0.875rem;
  }
}
.submenu-template__accordion .menu-accordion {
  width: 100%;
}
.submenu-template__accordion-button {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  justify-content: space-between;
  padding: 1rem 0;
}
@media (min-width: 769px) {
  .submenu-template__accordion-button {
    padding: 1rem 0;
  }
}
@media (min-width: 1025px) {
  .submenu-template__accordion-button {
    padding: 1rem 0;
  }
}

.section-header {
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .section-header {
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .section-header {
    gap: 2rem;
  }
}
@media (min-width: 1025px) {
  .section-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.section-header__intro {
  width: 100%;
}
@media (min-width: 1025px) {
  .section-header__intro {
    flex: 1 1 auto;
    max-width: 49.563rem;
  }
}
@media (min-width: 1025px) {
  .section-header__actions {
    flex-shrink: 0;
    max-width: 27.688rem;
  }
}

/* UTILITIES */
.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

@media (min-width: 480px) {
  .small\:hidden {
    display: none;
  }
  .small\:block {
    display: block;
  }
  .small\:inline {
    display: inline;
  }
  .small\:inline-block {
    display: inline-block;
  }
  .small\:flex {
    display: flex;
  }
  .small\:inline-flex {
    display: inline-flex;
  }
  .small\:grid {
    display: grid;
  }
  .small\:inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 768px) {
  .medium\:hidden {
    display: none;
  }
  .medium\:block {
    display: block;
  }
  .medium\:inline {
    display: inline;
  }
  .medium\:inline-block {
    display: inline-block;
  }
  .medium\:flex {
    display: flex;
  }
  .medium\:inline-flex {
    display: inline-flex;
  }
  .medium\:grid {
    display: grid;
  }
  .medium\:inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 1024px) {
  .large\:hidden {
    display: none;
  }
  .large\:block {
    display: block;
  }
  .large\:inline {
    display: inline;
  }
  .large\:inline-block {
    display: inline-block;
  }
  .large\:flex {
    display: flex;
  }
  .large\:inline-flex {
    display: inline-flex;
  }
  .large\:grid {
    display: grid;
  }
  .large\:inline-grid {
    display: inline-grid;
  }
}
@media (min-width: 1440px) {
  .xlarge\:hidden {
    display: none;
  }
  .xlarge\:block {
    display: block;
  }
  .xlarge\:inline {
    display: inline;
  }
  .xlarge\:inline-block {
    display: inline-block;
  }
  .xlarge\:flex {
    display: flex;
  }
  .xlarge\:inline-flex {
    display: inline-flex;
  }
  .xlarge\:grid {
    display: grid;
  }
  .xlarge\:inline-grid {
    display: inline-grid;
  }
}