@charset "UTF-8";
@import url("https://use.typekit.net/tpu4xuw.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/* Fonts */
@font-face {
  font-family: "Iconyc Mono";
  src: url("../fonts/ApercuMonoPro-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Iconyc Mono";
  src: url("../fonts/ApercuMonoPro-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Iconyc Mono";
  src: url("../fonts/ApercuMonoPro-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Iconyc Matter";
  src: url("/fonts/MatterCollectionVF.woff2") format("woff2-variations");
  font-display: swap;
  font-weight: 1 999;
  font-style: normal;
}
@font-face {
  font-family: "Iconyc Montiac";
  src: url("/fonts/Montiac-Regular.woff2") format("woff2");
  font-display: swap;
}
/* Colors */
:root {
  --color-background: #fff;
  --color-text: #000;
  --color-dest: #ff3d44;
}

body.colorsInverMode {
  --color-background: #000;
  --color-text: #fff;
  --color-dest: #fff;
}

/* Fonts */
/* structure */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: var(--color-text);
  border: 3px solid var(--color-background);
  border-radius: 5px;
}

::selection {
  background-color: var(--color-text);
  color: var(--color-background);
}

summary {
  position: relative;
  anchor-name: --summary;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
summary::marker {
  content: "";
}
summary::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2019.9%2010.61%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m7.56%204.84h14.07v.93h-14.07z%22%20transform%3D%22matrix(.70710678%20-.70710678%20.70710678%20.70710678%20.52%2011.88)%22%2F%3E%3Cpath%20d%3D%22m4.84-1.73h.93v14.07h-.93z%22%20transform%3D%22matrix(.70710678%20-.70710678%20.70710678%20.70710678%20-2.2%205.31)%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 20px;
  inset-block-start: 50%;
  inset-inline-end: 0;
  position: absolute;
  top: 0px;
  position-anchor: --summary;
}

details[open] summary::after {
  transform: rotate(180deg);
}

/*	General	*/
html,
body {
  height: 100%;
  cursor: none;
}

body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-size: 20px;
  scroll-behavior: smooth;
  overflow: overlay;
  font-family: "Iconyc Matter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 130%;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 18px;
  }
}

a {
  cursor: pointer;
  outline: none;
  color: inherit;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

a img {
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}

p {
  font-family: "Iconyc Matter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 130%;
  font-size: 1em;
  text-wrap: pretty;
}
p b, p strong {
  font-weight: 700;
}
p.big {
  font-size: 1.2em;
}
p.small {
  font-size: 0.8em;
}

p + *:not(a) {
  margin-top: 0.75em;
}

ul li, ol li {
  list-style-position: inside;
}
ul li + li, ol li + li {
  margin-top: 0.25em;
}
ul + *, ol + * {
  margin-top: 0.75em;
}

h1, h2, h3, h4 {
  font-weight: inherit;
}

.megatitle,
.title,
.supertitle {
  font-family: "Iconyc Matter", sans-serif;
  font-weight: 250;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 0.2em;
  text-wrap: balance;
  max-width: 16em;
}

.subtitle,
.subtitle_2 {
  font-family: "Iconyc Matter", sans-serif;
  font-weight: 250;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 0.4em;
  text-wrap: balance;
  line-height: 110%;
}

.megatitle {
  font-size: 10em;
  line-height: 90%;
}

.supertitle {
  font-size: 4em;
}

.title {
  font-size: 3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .title {
    font-size: 2.6em;
  }
}
.title + .subtitle_2 {
  margin-bottom: 1.5em;
}
.title.pretty {
  font-family: "adobe-caslon-pro", serif;
  font-weight: lighter;
  font-style: italic;
  font-optical-sizing: auto;
  line-height: 100%;
  text-transform: uppercase;
  color: #A8A8A8;
}

.subtitle {
  text-transform: uppercase;
  font-size: 2.2em;
  color: #A8A8A8;
}
.subtitle + .subtitle_2 {
  margin-bottom: 1.5em;
}

.subtitle_2 {
  font-size: 1.4em;
}

small {
  font-size: 0.7em;
}

/* Forms */
/* inputs */
.input label {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75em;
  display: block;
  margin-bottom: 0.5em;
}

input[type=text],
input[type=text],
input[type=number],
input[type=date],
input[type=datetime],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
input[type=datetime-local],
textarea {
  border: none;
  padding: 5px 1em;
  height: 40px;
  background-color: #efefef;
  color: var(--color-text);
  font-size: 0.75em;
  border-radius: 0px;
  font-family: "Iconyc Matter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 130%;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  input[type=text]:hover,
  input[type=text]:hover,
  input[type=number]:hover,
  input[type=date]:hover,
  input[type=datetime]:hover,
  input[type=email]:hover,
  input[type=mail]:hover,
  input[type=tel]:hover,
  input[type=password]:hover,
  input[type=datetime-local]:hover,
  textarea:hover {
    background-color: #efefef;
  }
}
input[type=text]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=datetime-local]:focus,
textarea:focus {
  outline: 1px solid var(--color-text);
}
input[type=text]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=email]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=datetime-local]:disabled,
textarea:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
input[type=text]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=mail]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=datetime-local]::placeholder,
textarea::placeholder {
  color: var(--color-text);
}
input[type=text].error,
input[type=text].error,
input[type=number].error,
input[type=date].error,
input[type=datetime].error,
input[type=email].error,
input[type=mail].error,
input[type=tel].error,
input[type=password].error,
input[type=datetime-local].error,
textarea.error {
  outline: 1px solid color-mix(in srgb, #B90B0B, var(--color-text) 20%);
}

textarea {
  min-height: 100px;
  padding-top: 7px;
}

.error-msg,
.text-danger {
  display: block;
  font-size: 1em;
  color: color-mix(in srgb, #B90B0B, var(--color-text) 20%);
  padding-top: 8px;
}
.error-msg:before,
.text-danger:before {
  content: "↑";
  margin-right: 0.3em;
}

.input + .doble {
  margin-top: 18px;
}

.doble {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 800px) {
  .doble {
    grid-template-columns: 1fr;
  }
}
.doble .input + .input {
  margin-top: 0;
}
.doble + .input {
  margin-top: 18px;
}

/* buttons */
button,
.btn,
input[type=submit] {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  line-height: 100%;
  background-color: transparent;
  color: var(--color-text);
  border: 1px solid;
  display: inline-flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 0em 1.5em;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  vertical-align: bottom;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 100;
}
button i,
.btn i,
input[type=submit] i {
  font-style: normal;
  font-size: 1.5em;
  transition: scale 0.3s ease-in;
  position: relative;
}
button svg, button img,
.btn svg,
.btn img,
input[type=submit] svg,
input[type=submit] img {
  height: 20px;
  width: auto;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  border-color: var(--color-text);
  background-color: var(--color-text);
  color: var(--color-background);
}
button:hover i, button:focus i,
.btn:hover i,
.btn:focus i,
input[type=submit]:hover i,
input[type=submit]:focus i {
  scale: 1.2;
}
button:hover img, button:focus img,
.btn:hover img,
.btn:focus img,
input[type=submit]:hover img,
input[type=submit]:focus img {
  filter: brightness(0) invert(1);
}
button:active,
.btn:active,
input[type=submit]:active {
  opacity: 0.7;
  transform: scale(0.97);
}
button:disabled, button.disabled,
.btn:disabled,
.btn.disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
button.btn-small,
.btn.btn-small,
input[type=submit].btn-small {
  font-size: 0.7em;
  height: 40px;
  min-width: 150px;
}
button.btn-micro,
.btn.btn-micro,
input[type=submit].btn-micro {
  font-size: 0.5em;
  height: 20px;
}
button.btn-alt,
.btn.btn-alt,
input[type=submit].btn-alt {
  color: var(--color-dest);
}
@media only screen and (min-width: 900px) {
  button.btn-alt:hover,
  .btn.btn-alt:hover,
  input[type=submit].btn-alt:hover {
    background-color: var(--color-dest);
    color: var(--color-background);
    border-color: var(--color-dest);
  }
}
button.btn-solid-inv:not(:hover),
.btn.btn-solid-inv:not(:hover),
input[type=submit].btn-solid-inv:not(:hover) {
  border-color: var(--color-background);
  color: var(--color-text);
  background-color: var(--color-background);
}
@media only screen and (min-width: 900px) {
  button.btn-solid-inv:hover,
  .btn.btn-solid-inv:hover,
  input[type=submit].btn-solid-inv:hover {
    border-color: var(--color-text);
  }
}
button.btnPlay:not(.active) span:last-child,
.btn.btnPlay:not(.active) span:last-child,
input[type=submit].btnPlay:not(.active) span:last-child {
  display: none;
}
button.btnPlay.active span:first-child,
.btn.btnPlay.active span:first-child,
input[type=submit].btnPlay.active span:first-child {
  display: none;
}
button.play-pause.active,
.btn.play-pause.active,
input[type=submit].play-pause.active {
  background: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-background);
}

select {
  font-size: 1em;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2019.9%2010.61%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m7.56%204.84h14.07v.93h-14.07z%22%20transform%3D%22matrix(.70710678%20-.70710678%20.70710678%20.70710678%20.52%2011.88)%22%2F%3E%3Cpath%20d%3D%22m4.84-1.73h.93v14.07h-.93z%22%20transform%3D%22matrix(.70710678%20-.70710678%20.70710678%20.70710678%20-2.2%205.31)%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 20px;
  background-position: calc(100% - 0px) 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75em;
  text-transform: uppercase;
  height: 40px;
}
select:focus {
  outline: none;
}

.btn-circle {
  padding: 0;
  aspect-ratio: 1;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 0.75em;
}

/* radio - checkbox*/
.radio,
.checkbox {
  position: relative;
}
.radio + .checkbox, .radio + .radio,
.checkbox + .checkbox,
.checkbox + .radio {
  margin-top: 10px;
}
.radio label a,
.checkbox label a {
  color: inherit;
  text-decoration: underline;
}
@media only screen and (min-width: 900px) {
  .radio label a:hover,
  .checkbox label a:hover {
    color: var(--color-text);
  }
}
.radio + .submit,
.checkbox + .submit {
  margin-top: 20px;
}
.radio + .submit input,
.checkbox + .submit input {
  width: 100%;
  justify-content: center;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding-top: 14px;
  padding-left: 46px;
  height: 40px;
  cursor: pointer;
  font-size: 0.75em;
  color: var(--color-text);
  transition: color 0.3s ease-out;
  margin: 0;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  border: 8px solid #efefef;
  background: #efefef;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  margin-left: -46px;
  margin-top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0px;
}

input[type=radio].error + label:before,
input[type=checkbox].error + label:before {
  border-color: color-mix(in srgb, #B90B0B, var(--color-text) 20%);
}

input[type=radio]:hover + label:before,
input[type=checkbox]:hover + label:before,
input[type=radio] + label:hover:before,
input[type=checkbox] + label:hover:before {
  border-color: #efefef;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border-color: #efefef;
  background-color: #efefef;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #efefef;
  pointer-events: none;
  cursor: default;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  font-weight: bold;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  border-color: var(--color-text);
}

input[type=radio] + label:before {
  border-width: 8px;
}

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: default;
}

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

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

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

button[data-action=stop] {
  display: none;
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  vertical-align: top;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content, .f-panzoom__wrapper > picture.f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  --f-progressbar-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
  pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
  display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.f-carousel__counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: max-height 0.3s ease, max-width 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs.is-vertical .f-thumbs__viewport {
  height: calc(100% - var(--f-thumbs-padding-y) * 2);
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-classic {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap);
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2);
  margin-left: calc(var(--f-carousel-slide-width) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: 50%;
  transform: translate(-50%);
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--f-progressbar-height, 3px);
  transform: scaleX(0);
  transform-origin: 0;
  background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255, .2);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  display: flex;
  flex-direction: column;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116, .2);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
}

.fancybox__container::backdrop {
  background-color: transparent;
}

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__carousel > .f-progressbar {
  background-color: var(--fancybox-color);
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
  --f-button-width: var(--f-close-button-width, 34px);
  --f-button-height: var(--f-close-button-height, 34px);
  --f-button-border-radius: var(--f-close-border-radius, 4px);
  --f-button-color: var(--f-close-button-color, #fff);
  --f-button-hover-color: var(--f-close-button-hover-color, #fff);
  --f-button-bg: var(--f-close-button-bg, transparent);
  --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
  --f-button-active-bg: var(--f-close-button-active-bg, transparent);
  --f-button-svg-width: var(--f-close-button-svg-width, 22px);
  --f-button-svg-height: var(--f-close-button-svg-height, 22px);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

.inverMode {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.inverMode i {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 20px;
  height: 10px;
  border-radius: 8px 8px 0 0;
  background-color: var(--color-text);
  transform-origin: bottom center;
  rotate: 135deg;
  scale: 1;
  transition: background-color 0.3s ease-in-out;
}
@media only screen and (min-width: 900px) {
  .inverMode:hover i {
    background-color: var(--color-background);
  }
}

header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  background-color: var(--color-background);
  transition: left 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
  header {
    bottom: 0;
    top: auto;
    height: 80px;
    background-color: transparent;
  }
}
header .logo {
  position: absolute;
  bottom: 60px;
  width: 60px;
  height: 60px;
  left: 60px;
}
@media only screen and (max-width: 800px) {
  header .logo {
    filter: invert(1);
    pointer-events: none;
  }
}
header .logo img {
  height: 40px;
  margin-block: 10px;
  width: auto;
  transform-origin: 30px;
  transform: rotate(-90deg);
}
header .icons {
  padding: 180px 60px 60px 60px;
  width: 60px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
header .icon {
  width: 60px;
  height: 60px;
}
header .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.show-menu {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height: 180px;
  width: 180px;
  transition: left 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .show-menu {
    background-color: transparent;
    left: auto;
    right: 0;
  }
}
.show-menu i {
  width: 100%;
  display: block;
  height: 1px;
  background-color: var(--color-text);
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}
.show-menu i:nth-child(2) {
  transform-origin: left center;
}
.show-menu i:nth-child(4) {
  transform-origin: right center;
}
@media only screen and (max-width: 800px) {
  .show-menu i {
    background-color: transparent;
    backdrop-filter: invert(1);
  }
}
@media only screen and (max-width: 800px) {
  .show-menu.open i {
    background-color: var(--color-text);
  }
}
.show-menu.open i:nth-child(1) {
  transform: translateX(0px) translateY(23px) rotate(45deg);
}
.show-menu.open i:nth-child(2) {
  transform: scaleX(0);
}
.show-menu.open i:nth-child(4) {
  transform: scaleX(0);
}
.show-menu.open i:nth-child(3) {
  transform: translateX(0px) translateY(-16px) rotate(-45deg);
}

.menu {
  padding: 60px 60px 60px 180px;
  position: fixed;
  z-index: 900;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0px;
  background-color: var(--color-background);
  transition: transform 0.9s ease-in-out;
  transform: translateX(-100vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .menu {
    left: 0;
    padding: 90px 20px 30px;
    overflow-y: scroll;
    z-index: 1001;
  }
}
.menu:after, .menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 100vh;
  top: 0;
  background: var(--color-dest);
  transition: width 0.2s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .menu:after, .menu:before {
    display: none;
  }
}
.menu:after {
  background: var(--color-text);
  transition: width 0.4s ease-in-out;
}
.menu .name {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.menu .name:before {
  content: "";
  display: block;
  height: 0.5em;
  width: 0.5em;
  border-radius: 1em;
  background-color: var(--color-text);
  margin-bottom: 1em;
}
.menu .column {
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.menu .column:nth-child(2) {
  transition-delay: 0.4s;
}
.menu .column:nth-child(3) {
  transition-delay: 0.5s;
}
.menu nav {
  margin-top: 60px;
}
@media only screen and (max-width: 800px) {
  .menu nav {
    margin-top: 5px;
  }
}
.menu nav ul {
  display: flex;
  flex-direction: column;
}
.menu nav ul li + li {
  margin-top: -0.1em;
}
.menu nav ul li.empty {
  height: 60px;
}
.menu nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Iconyc Matter", sans-serif;
  font-weight: 250;
  font-style: normal;
  line-height: 100%;
  font-size: 3.5em;
  overflow: hidden;
  display: block;
  overflow: hidden;
  line-height: 100%;
  height: 1em;
}
@media only screen and (max-width: 800px) {
  .menu nav ul li a {
    font-size: 14vw;
  }
}
.menu nav ul li a > div {
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 900px) {
  .menu nav ul li a:hover {
    color: #7e7e7e;
  }
  .menu nav ul li a:hover > div {
    transform: translateY(-100%);
  }
}
.menu .menu-copy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.menu .menu-copy .user-menu {
  display: flex;
  gap: 45px;
}
.menu .menu-copy .user-menu .name {
  font-size: 0.7em;
}
.menu .menu-copy .user-menu .name + div {
  margin-block: 6px 39.96px;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.75em;
}
.menu .menu-copy .map-content {
  grid-column: span 3;
}
.menu .menu-copy .map-content img {
  height: 150px;
  width: auto;
}
@media only screen and (max-width: 800px) {
  .menu .tools {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .menu-open body, .menu-open html {
    height: 100vh;
    overflow: hidden;
  }
}
.menu-open header {
  background-color: var(--color-background) !important;
}
.menu-open .menu {
  transform: translateX(0);
}
.menu-open .menu:after {
  width: 30vw;
}
.menu-open .menu:before {
  width: 50vw;
}
.menu-open .menu .column {
  opacity: 1;
}

.image {
  background-color: var(--color-background);
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.image img, .image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tns-nav {
  display: flex;
  gap: 10px;
}
.tns-nav button {
  min-width: none;
  min-height: none;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid var(--color-text);
}
.tns-nav button.tns-nav-active {
  background-color: var(--color-text);
}

/*
$logoLoadinSize: 23px;
@keyframes logoOne {
	100% {
		transform: translateY(-$logoLoadinSize*1.55);
	}
}
@keyframes logoTwo {
	100% {
		transform: translateY($logoLoadinSize*2);
	}
}
@keyframes logoThree {
	100% {
		transform: translateY($logoLoadinSize);
	}
}


html {

	&:has(body.loaded) {
		animation: loaded 0.6s 1 forwards;
	}
}
*/
/* Loader con máscara animada */
.loader-mask {
  position: fixed;
  inset: 0;
  background-color: var(--color-background);
  z-index: 9999;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-mask .mask {
  position: absolute;
  inset: 0;
  /* Mascara con gradiente animado */
  background: var(--color-text);
  mask-image: url("/img/icon_big.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 0px 0px;
}

/* Animación de la máscara */
@keyframes mask-show {
  50% {
    opacity: 1;
    mask-position: center center;
    mask-size: 20vw 20vw;
  }
  75% {
    opacity: 1;
    mask-position: center 28%;
    mask-size: 250vw 250vw;
  }
  100% {
    opacity: 0;
    mask-position: center 28%;
    mask-size: 250vw 250vw;
  }
}
/* Cuando termina la animación, ocultamos el loader */
body.ready .loader-mask {
  animation: mask-show 1.5s ease-out forwards;
}
body.ready .loader-mask .mask {
  animation: mask-show 1.5s ease-out forwards;
}

footer {
  margin-top: 300px;
  padding-right: 120px;
}
@media only screen and (max-width: 800px) {
  footer {
    padding: 90px 20px 30px;
    margin: 0;
  }
}
footer .newsletter {
  padding-left: 1px;
}
footer .newsletter .subtitle {
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 30px;
  margin-bottom: 0;
}
footer .newsletter .newsletter-container {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 4fr 1fr 1fr;
  gap: 30px;
  padding: 60px 0;
  border-bottom: 1px solid #A8A8A8;
}
@media only screen and (max-width: 800px) {
  footer .newsletter .newsletter-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    padding-block: 20px;
  }
  footer .newsletter .newsletter-container .input:first-child {
    grid-column: span 2;
  }
  footer .newsletter .newsletter-container .submit {
    margin-top: 0;
  }
}
footer .newsletter .newsletter-container .btn {
  opacity: 1;
}
footer .colofon {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 800px) {
  footer .colofon {
    grid-template-columns: 1fr;
  }
}
footer .colofon li {
  list-style: none;
}
footer .colofon li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.3em;
  text-transform: uppercase;
  font-size: 0.75em;
}
@media only screen and (min-width: 900px) {
  footer .colofon li a:hover {
    font-weight: normal;
  }
}
footer .colofon .info {
  grid-column: span 4;
  border-bottom: 1px solid #A8A8A8;
  padding: 120px 60px 120px 0;
}
@media only screen and (max-width: 800px) {
  footer .colofon .info {
    padding: 90px 0px;
    gap: 20px;
  }
}
footer .colofon .info .menu-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
footer .colofon .info .menu-footer a {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (min-width: 900px) {
  footer .colofon .info .menu-footer a:hover {
    font-weight: normal;
  }
}
footer .colofon .info .menu-footer li + li {
  margin-top: 0.5em;
}
footer .colofon .links-footer {
  grid-column: span 2;
  grid-row: span 2;
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
  border-left: 1px solid #A8A8A8;
  padding-top: 120px;
  padding-left: 60px;
  padding-bottom: 60px;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  footer .colofon .links-footer {
    border-left: none;
    border-top: 1px solid #A8A8A8;
    padding: 30px 0;
  }
}
footer .colofon .links-footer .division p {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.7em;
}
footer .colofon .links-footer .division p + p {
  margin-top: 1em;
}
footer .colofon .links-footer .division img {
  height: 45px;
  width: auto;
  margin-top: 120px;
}
footer .colofon .links-footer .division > div:first-child {
  margin-bottom: 60px;
}
footer .colofon .links-footer .redes {
  display: flex;
  justify-content: flex-end;
}
footer .colofon .links-footer .redes img {
  width: 30px;
  height: 30px;
}
footer .colofon .copy {
  grid-column: span 4;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 800px) {
  footer .colofon .copy {
    padding: 0;
    margin-bottom: 90px;
  }
}
footer .colofon .copy .sublogo {
  grid-row: span 2;
}
footer .colofon .copy ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 800px) {
  footer .colofon .copy ul {
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
  }
}
footer .colofon .copy ul li {
  margin-top: 0;
}
footer .colofon .copy ul li:nth-child(1):before, footer .colofon .copy ul li:nth-child(2):before, footer .colofon .copy ul li:nth-child(3):before {
  content: "";
  display: block;
  height: 0.5em;
  width: 0.5em;
  border-radius: 1em;
  background-color: var(--color-text);
  margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
  footer .colofon .copy ul li:before {
    content: "";
    display: block;
    height: 0.5em;
    width: 0.5em;
    border-radius: 1em;
    background-color: var(--color-text);
    margin-bottom: 0.75em;
  }
}
footer .sublogo {
  padding-bottom: 55px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  footer .sublogo {
    padding-bottom: 90px;
  }
}
footer .sublogo img {
  display: block;
  height: 60px;
  width: auto;
  transform: translateX(-110%);
}

.ball {
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: width 0.3s ease-out, height 0.3s ease-out;
  position: fixed;
  top: 0;
  left: -20px;
  z-index: 100000;
  background-color: transparent;
  border: 1px dashed #7e7e7e;
  border-radius: 50%;
  pointer-events: none;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ball:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #7e7e7e;
}
@media only screen and (max-width: 800px) {
  .ball {
    display: none;
  }
}
.ball.hide {
  width: 10px;
  height: 10px;
  left: -5px;
}

@keyframes scrollplease {
  0% {
    transform: translateY(-30px);
  }
  10% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(30px);
  }
}
.scrolldown {
  position: absolute;
  bottom: 60px;
  right: 60px;
  height: 60px;
  width: 60px;
  color: var(--color-background);
  border: 1px solid;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .scrolldown {
    right: 10px;
  }
}
.scrolldown i {
  font-style: normal;
  animation: scrollplease 4s infinite;
}

.grid {
  display: grid;
  gap: 60px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .grid {
    gap: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .grid.grid_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 800px) {
  .grid.grid_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 800px) {
  .grid.grid_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid + .grid {
  margin-top: 60px;
}
.grid.valign-bottom {
  align-items: flex-end;
}
.grid.valign-center {
  align-items: center;
}

.column_2 {
  grid-column: span 2;
}

.column_3 {
  grid-column: span 3;
}

.text-2-columns {
  columns: 2;
  column-gap: 30px;
}

.player {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 40px;
  right: 0;
  width: 100vh;
  padding: 0 30px;
  background-color: var(--color-background);
  height: 60px;
  transition: transform 0.3s ease-in-out;
  transform-origin: left bottom;
  transform: translateX(-80px) rotate(-90deg);
}
.player .player-container {
  border-bottom: 1px solid #A8A8A8;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}
.player .tlt,
.player .name {
  white-space: nowrap;
  font-size: 0.75em;
  text-transform: uppercase;
}
.player .name {
  font-weight: bold;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 1em;
}
.player .buttons {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 0.25em;
}
.player .buttons .btn {
  opacity: 1;
}
.player .buttons .btn:first-child {
  padding: 0;
  aspect-ratio: 1;
}
.player .buttons .play-pause {
  display: flex;
  align-items: center;
  justify-content: center;
}
.player .buttons .play-pause svg {
  width: 8px;
}
.player .buttons .play-pause svg path {
  fill: var(--color-text);
}
.player .buttons .play-pause svg:first-child {
  position: relative;
  left: 1px;
}
.player .buttons .play-pause svg:last-child {
  display: none;
}
.player .buttons .play-pause.active svg:first-child {
  display: none;
}
.player .buttons .play-pause.active svg:last-child {
  display: block;
}
@media only screen and (min-width: 900px) {
  .player .buttons .play-pause:hover svg path {
    fill: var(--color-background);
  }
}
.player .buttons .btn:focus .play-pause svg path {
  fill: var(--color-background);
}
@media only screen and (min-width: 900px) {
  .player .buttons .btn:hover .play-pause svg path {
    fill: var(--color-background);
  }
}
.player .progress {
  padding-top: 3px;
  height: 35px;
  width: 400px;
  margin-inline: 30px;
}
.player .player-controls {
  white-space: nowrap;
}
.player #player-timeline {
  width: 200px;
  height: 30px;
  mask-size: 100%;
  mask-image: url("/img/wave.svg");
  background: var(--color-text);
  display: block;
  margin: 0 1em;
}
.player #player-seek {
  width: 4px;
  height: 35px;
  background: var(--color-dest);
}

.player-open header {
  left: 60px;
}
.player-open .show-menu {
  left: 60px;
}
.player-open .player {
  transform: translateX(0px) rotate(-90deg);
}
.player-open .all {
  padding-left: 180px;
}

.sound-player {
  position: relative;
  overflow: hidden;
  height: 32px;
}
.sound-player #waveform {
  cursor: pointer;
  position: relative;
  height: 40px;
  padding: 0 30px 0 40px;
}
.sound-player #hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 0;
  mix-blend-mode: overlay;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sound-player #waveform:hover #hover {
  opacity: 1;
}
.sound-player #time,
.sound-player #duration {
  position: absolute;
  z-index: 11;
  top: 50%;
  margin-top: -4px;
  transform: translateY(-50%);
  font-size: 14px;
}
.sound-player #time {
  left: 0px;
}
.sound-player #duration {
  right: 0px;
}

.carrousel {
  margin-block: 120px;
  padding-block: 60px;
}
.carrousel .title {
  color: #A8A8A8;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .carrousel .title {
    padding-left: 20px;
  }
}
.carrousel .container {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}
.carrousel .carrousel-items {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  gap: 20px;
}
.carrousel .carrousel-items .item {
  padding: 20px;
  height: 50px;
}
.carrousel .carrousel-items .item img {
  width: auto;
  max-width: 200px;
  height: 40px;
  object-fit: contain;
}

.trios {
  margin-bottom: 120px;
}
@media only screen and (max-width: 800px) {
  .trios {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.trios > .subtitle {
  text-transform: uppercase;
  color: #A8A8A8;
  margin-bottom: 30px;
}
.trios .places {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #A8A8A8;
  padding-top: 60px;
}
@media only screen and (max-width: 800px) {
  .trios .places {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
  }
}
.trios .places .name {
  margin-bottom: 30px;
}
.trios .places .name:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color-text);
  font-style: normal;
  display: block;
  margin-bottom: 15px;
}
.trios .places .subtitle {
  font-family: "adobe-caslon-pro", serif;
  font-weight: lighter;
  font-style: italic;
  font-optical-sizing: auto;
  line-height: 100%;
  text-transform: uppercase;
  color: inherit;
}
.trios .places .subtitle:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--color-text);
  display: block;
  margin-top: 15px;
  margin-bottom: 120px;
}
.trios .places .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 800px) {
  .trios .places .place + .place {
    margin-left: 30px;
    padding-left: 60px;
    border-left: 1px solid #A8A8A8;
  }
  .trios .places .place + .place:nth-child(3n+1) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
@media only screen and (max-width: 800px) {
  .trios .places .place + .place {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #A8A8A8;
  }
}

.artists-slider {
  margin-top: 120px;
  position: relative;
}
.artists-slider > .text {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .artists-slider > .text {
    padding-inline: 20px;
    margin-bottom: 30px;
  }
}
.artists-slider > .text .supertitle {
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .artists-slider > .text .supertitle {
    margin-bottom: 20px;
  }
}
.artists-slider > .text p {
  max-width: 30em;
}
.artists-slider > .text .actions {
  position: absolute;
  right: 0;
  bottom: 0;
}
.artists-slider .scrolling-wrapper {
  padding-top: 60px;
  padding-left: 1px;
  display: flex;
  position: relative;
  gap: 30px;
  flex-wrap: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 800px) {
  .artists-slider .scrolling-wrapper {
    overflow-x: scroll;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .artists-slider .card {
    width: 80vw;
    height: auto;
  }
}
.artists-slider .artist {
  border: 1px solid;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .artists-slider .artist {
    height: auto;
  }
}
.artists-slider .artist a {
  text-decoration: none;
}
.artists-slider .artist .image {
  background-color: transparent;
  position: relative;
  aspect-ratio: 4/5;
}
.artists-slider .artist .image img {
  display: block;
  object-fit: cover;
  width: 101%;
  height: 101%;
  transition: filter 0.3s ease-in-out;
}
.artists-slider .artist .text {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.artists-slider .artist .text dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  text-transform: uppercase;
  border-bottom: 1px solid #A8A8A8;
}
.artists-slider .artist .text dl > * {
  border-top: 1px solid #A8A8A8;
}
.artists-slider .artist .text dl dt {
  padding-top: 0.5em;
  font-size: 0.5em;
  font-weight: bold;
  color: #A8A8A8;
  padding-left: 20px;
}
.artists-slider .artist .text dl dd {
  padding: 0.75em 0;
  padding-right: 20px;
}
.artists-slider .artist .buttons {
  margin-top: auto;
  display: flex;
  gap: 15px;
  padding: 20px 20px;
}
.artists-slider .artist .buttons .btn {
  opacity: 1 !important;
}
.artists-slider .artist .buttons .btn:last-child {
  margin-left: auto;
}
.artists-slider .tns-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  justify-content: center;
}

section.general {
  margin-bottom: 180px;
  height: 100vh;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: min-content;
  gap: 0 30px;
  position: relative;
}
section.general .subtitle {
  margin-bottom: 1em;
  grid-column: 1/-1;
  padding-top: 60px;
}
section.general .image {
  height: 100%;
}
section.general .text {
  display: flex;
  flex-direction: column;
}
section.general .text > * {
  height: 100%;
  border-top: 1px solid #A8A8A8;
  padding-top: 30px;
}
section.general .text .subtitle {
  color: var(--color-text);
}
section.general .text small {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-wrap: balance;
}
section.general.business {
  display: flex;
  flex-direction: column;
}
section.general.business .image {
  height: calc(100vh - 420px);
}
section.general.business .text {
  flex-direction: row;
  margin-top: 60px;
  height: 150px;
}
section.general.business .text > * {
  border-top: none;
  padding-top: 0;
}
section.general.business .text .subtitle {
  display: flex;
  gap: 60px;
  width: 150%;
}
section.general.business .text .subtitle img {
  height: 132px;
  width: auto;
}
section.general.business .text small {
  border-left: 1px solid #A8A8A8;
  padding-left: 30px;
  position: relative;
  width: 50%;
}
section.general.business .text small .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.general .swipe {
  position: absolute;
  right: 0;
  top: 75px;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
section.general .swipe svg {
  height: 20px;
  width: auto;
  position: relative;
  top: -2px;
}
section.general .swipe svg path {
  fill: #A8A8A8;
}
section.general .swipe span {
  color: #A8A8A8;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.7em;
}

.horizontal-section {
  margin-bottom: 240px;
}
@media only screen and (max-width: 800px) {
  .horizontal-section {
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
  }
}
.horizontal-section .horizontal-slider {
  height: calc(100vh - 180px);
}
@media only screen and (max-width: 800px) {
  .horizontal-section .horizontal-slider {
    height: auto;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .horizontal-section .horizontal-slider > section {
    white-space: initial;
    display: inline-flex;
  }
}
.horizontal-section .tns-inner {
  width: calc(100vw - 120px);
}
.horizontal-section section.general {
  width: calc(100vw - 120px);
  padding-right: 60px;
  margin-right: 0;
  padding-top: 30px;
}
@media only screen and (max-width: 800px) {
  .horizontal-section section.general {
    width: 100vw !important;
    padding: 30px 20px;
    margin: 0;
  }
}
.horizontal-section .swiper {
  position: absolute;
  z-index: 20;
  top: 30px;
  right: 60px;
  font-family: "Iconyc Matter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 130%;
  line-height: 100%;
  background-color: transparent;
  color: #A8A8A8;
  border: 1px solid;
  display: inline-flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  padding: 0em 1em 0 1em;
  font-size: 0.75em;
  height: 30px;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  vertical-align: bottom;
  box-sizing: border-box;
  text-decoration: none;
}

.menu-slider {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
}
@media only screen and (max-width: 800px) {
  .menu-slider {
    display: none;
  }
}
.menu-slider > div:first-child {
  display: none;
}
.menu-slider .title {
  margin-bottom: 0;
  font-size: 3em;
  opacity: 1 !important;
  color: #A8A8A8;
  transition: color 0.3s ease-in-out;
}
.menu-slider .title:hover, .menu-slider .title.tns-nav-active {
  color: var(--color-text);
}

.intro-text {
  padding: 180px 120px 120px 0;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .intro-text {
    padding: 30px 20px;
  }
}
.intro-text .title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .intro-text .title {
    margin-bottom: 20px;
  }
}
.intro-text .supertitle {
  text-transform: uppercase;
  margin-bottom: 60px;
}
.intro-text .body {
  max-width: 40em;
}
.intro-text .body p {
  text-wrap: balance;
}
.intro-text .link-big {
  text-decoration: none;
  position: absolute;
  top: 180px;
  right: 0;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro-text .link-big .circle {
  border: 1px solid;
  border-radius: 100%;
  width: 60px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: var(--color-text);
}
.intro-text .link-big .circle svg {
  height: 40%;
  width: auto;
  transition: filter 0.3s ease-in-out;
}
@media only screen and (min-width: 900px) {
  .intro-text .link-big:hover .circle {
    background-color: var(--color-text);
    color: var(--color-background);
    border-color: var(--color-text);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.multigrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 120px 0;
}
@media only screen and (max-width: 800px) {
  .multigrid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0px 20px 30px;
  }
}
.multigrid p + *,
.multigrid .image + * {
  margin-top: 30px;
}
.multigrid .subtitle {
  color: #A8A8A8;
  text-transform: uppercase;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 1em;
}

.releases {
  padding: 120px 60px 120px 0;
}
@media only screen and (max-width: 800px) {
  .releases {
    padding: 30px 20px;
  }
}
.releases.artist-container {
  padding-top: 0;
}
.releases .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
  .releases .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.releases .supertitle {
  text-transform: uppercase;
}
.releases .releases-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 60px;
  padding-left: 5px;
}
@media only screen and (max-width: 800px) {
  .releases .releases-list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.releases .releases-list.new-release {
  margin-bottom: 60px;
}
.releases .releases-list.new-release .release:first-child {
  grid-column: 1/-1;
  grid-template-columns: 1fr 1fr;
}
.releases .releases-list.new-release .release:first-child .text {
  height: 100%;
}
.releases .release {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 30px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .releases .release {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.releases .release .cover {
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: #f0f0f0;
  position: relative;
}
.releases .release .cover img {
  mix-blend-mode: multiply;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
.releases .release .cover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: url("/img/vinyl.webp") no-repeat center center;
  background-size: auto calc(100% - 40px);
  animation: rotate 4s linear infinite;
  transition: left 0.3s ease-in-out;
}
.releases .release .cover:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: url("/img/release-cover_lights.webp") no-repeat center center;
  background-size: auto calc(100% - 4px);
  transition: opacity 0.3s ease-in-out;
}
.releases .release .cover:hover:after {
  left: 50%;
}
.releases .release .cover:hover:before {
  opacity: 0;
}
.releases .release .cover:hover + .text {
  z-index: -2;
}
.releases .release .text {
  border-top: 1px solid #A8A8A8;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 30px;
  position: relative;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .releases .release .text {
    border-top: none;
    margin-top: 10px;
  }
}
.releases .release .text > div {
  padding-block: 0.7em;
  grid-column: 1/-1;
  border-bottom: 1px solid #A8A8A8;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: flex-start;
}
.releases .release .text > div span:first-child {
  font-size: 0.5em;
  position: relative;
  top: -0.3em;
  color: #A8A8A8;
}
.releases .release .text > div:has(.buttons) {
  display: flex;
  justify-content: space-between;
}
.releases .release .text > div:has(.buttons) .catalog-number {
  display: grid;
  grid-template-columns: 60px auto;
}
.releases .release .text > div:has(.buttons) .buttons {
  display: flex;
  gap: 9px;
}
.releases .release .text > div:has(.buttons) .buttons .share img {
  height: 20px;
  width: auto;
}
.releases .release .text > div.tracklist span:last-child {
  font-size: 0.75em;
}
.releases .tns-outer {
  position: relative;
}
.releases .tns-outer .tns-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  justify-content: center;
}
.releases .artist-list {
  grid-template-columns: 1fr;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
  gap: 0;
  padding-top: 120px;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list {
    margin-top: 30px;
    padding: 0;
  }
}
.releases .artist-list > .artist {
  margin-inline: auto;
  border-top: 1px solid #A8A8A8;
  display: block;
  padding-top: 60px;
}
.releases .artist-list > .artist:first-child {
  border-top: none;
  padding-top: 0;
}
.releases .artist-list > .artist .artist-image {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .artist-image {
    border-bottom: 1px solid #A8A8A8;
  }
}
.releases .artist-list > .artist .artist-image .name {
  text-align: left;
  font-weight: bold;
  font-size: 4em;
  line-height: 80%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  text-transform: uppercase;
}
.releases .artist-list > .artist .artist-image img {
  position: relative;
  z-index: 2;
  height: 50vh;
  margin: 30px auto -120px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .artist-image img {
    height: 40vh;
    margin: 20px auto 0;
  }
}
.releases .artist-list > .artist .text {
  border: none;
  margin-bottom: -45px;
  z-index: 3;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .text {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
.releases .artist-list > .artist .text > div:last-child {
  border-bottom: none;
}
.releases .artist-list > .artist .text .description {
  text-transform: none;
  max-width: 30em;
}
.releases .artist-list > .artist .text .description > * {
  grid-column: 1/-1;
}
.releases .artist-list > .artist .text .utils {
  position: relative;
  z-index: 2;
  padding-right: 30px;
}
.releases .artist-list > .artist .text .utils .buttons {
  width: 100%;
}
.releases .artist-list > .artist .text .utils .buttons .btn:first-child {
  margin-right: auto;
}
@media only screen and (min-width: 800px) {
  .releases .artist-list > .artist .slide_01 {
    display: inline-grid;
    grid-template-columns: 1fr 1fr !important;
    justify-content: space-between;
  }
}
.releases .artist-list > .artist .slide_01 .artist-image {
  max-width: 25em;
}
.releases .artist-list > .artist .slide_02 {
  padding: 0 2px;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .slide_02 {
    display: none;
  }
}
.releases .artist-list > .artist .slide_02 .gallery-container {
  position: relative;
}
.releases .artist-list > .artist .slide_02 .gallery-container .gallery-items .item {
  width: 100%;
}
.releases .artist-list > .artist .slide_02 .gallery-container .gallery-items .item img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: calc(50vh - 60px);
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .slide_02 .gallery-container .gallery-items .item img {
    height: 75vh;
  }
}
.releases .artist-list > .artist .slide_02 .gallery-container .gallery-info {
  position: absolute;
  inset: 0;
  top: auto;
  color: var(--color-background);
  margin: 30px;
  border-top: 1px solid;
  padding-top: 30px;
}
.releases .artist-list > .artist .slide_02 .gallery-container .gallery-info p {
  max-width: 40em;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .slide_03 {
    display: none;
  }
}
.releases .artist-list > .artist .slide_03 .header {
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .slide_03 .header {
    margin-bottom: 30px;
    margin-top: 20px;
    gap: 0;
  }
}
.releases .artist-list > .artist .slide_03 .header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding-block: 30px;
}
.releases .artist-list > .artist .slide_03 .header > div .subtitle {
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .releases .artist-list > .artist .slide_03 .header .press {
    border-right: 1px solid #A8A8A8;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .slide_03 .header .press {
    padding-block: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .slide_03 .header .booking {
    padding-block: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.releases .artist-list > .artist .slide_03 .events-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .slide_03 .events-list ul {
    grid-template-columns: 1fr;
  }
}
.releases .artist-list > .artist .slide_03 .events-list ul li {
  list-style: none;
  border-top: 1px solid #A8A8A8;
  padding-block: 30px;
  margin: 0;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .releases .artist-list > .artist .slide_03 .events-list ul li {
    padding-bottom: 0;
  }
}
.releases .artist-list > .artist .slide_03 .events-list ul li .meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
}
.releases .filters {
  display: flex;
  border-top: 1px solid #A8A8A8;
  padding-block: 30px;
  gap: 10px;
}
@media only screen and (max-width: 800px) {
  .releases .filters {
    flex-direction: column;
  }
  .releases .filters select {
    width: 100%;
  }
}
.releases .filters .btn {
  margin-left: auto;
}

.coming-soon {
  min-height: 100vh;
  padding: 120px 120px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--color-text);
}
.coming-soon .text {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-background);
  font-size: 21.5vw;
  line-height: 80%;
  letter-spacing: -1vw;
  display: flex;
  flex-wrap: wrap;
}
.coming-soon .text span {
  display: inline-block;
}

body .adults-only {
  position: fixed;
  z-index: 100;
  inset: 0;
  bottom: auto;
  height: 100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  body .adults-only {
    left: 0;
    padding-inline: 60px;
  }
}
body .adults-only .warning-message {
  border: 1px solid var(--color-background);
  text-align: center;
  max-width: 800px;
  border-radius: 90px;
  overflow: hidden;
}
body .adults-only .warning-message .title {
  padding: 60px;
}
body .adults-only .buttons {
  border-top: 1px solid;
  display: flex;
}
body .adults-only .buttons a {
  width: 100%;
  text-align: left;
  padding: 60px;
  text-decoration: none;
  font-size: 28px;
  text-transform: uppercase;
}
body .adults-only .buttons a:last-child {
  text-align: right;
  border-left: 1px solid;
}
@media only screen and (min-width: 900px) {
  body .adults-only .buttons a:hover {
    background-color: var(--color-background);
    color: var(--color-text);
  }
}
body.hidde-warning {
  height: auto;
  overflow: auto;
}
body.hidde-warning .adults-only {
  display: none;
}

body.colorsInverMode.menu-open header {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
body.colorsInverMode .block-about .header img {
  filter: invert(1);
}
body.colorsInverMode .artists-slider .card:last-child:after {
  filter: invert(1);
}
body.colorsInverMode footer .colofon .links-footer .redes img {
  filter: invert(1);
}
body.colorsInverMode input[type=text],
body.colorsInverMode input[type=text],
body.colorsInverMode input[type=number],
body.colorsInverMode input[type=email],
body.colorsInverMode input[type=mail],
body.colorsInverMode input[type=tel],
body.colorsInverMode input[type=password],
body.colorsInverMode input[type=datetime-local],
body.colorsInverMode textarea {
  color: var(--color-background);
}
body.colorsInverMode input[type=text]::placeholder,
body.colorsInverMode input[type=text]::placeholder,
body.colorsInverMode input[type=number]::placeholder,
body.colorsInverMode input[type=email]::placeholder,
body.colorsInverMode input[type=mail]::placeholder,
body.colorsInverMode input[type=tel]::placeholder,
body.colorsInverMode input[type=password]::placeholder,
body.colorsInverMode input[type=datetime-local]::placeholder,
body.colorsInverMode textarea::placeholder {
  color: var(--color-background);
}

body {
  overflow-x: hidden;
}

.all {
  padding: 0 50px 0 180px;
  transition: padding-left 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .all {
    padding-left: 0;
  }
}

.block-intro {
  position: relative;
  height: 100vh;
}
.block-intro .video-container {
  position: absolute;
  inset: 180px 0 60px;
  background-color: var(--color-background);
  overflow: hidden;
}
.block-intro .video-container img,
.block-intro .video-container video {
  margin: -4px;
  height: 101%;
  width: 101%;
  object-fit: cover;
}
.block-intro .video-container .scrolldown {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .block-intro .video-container .scrolldown {
    right: 30px;
    bottom: 30px;
  }
}
.block-intro .video-container .button {
  position: absolute;
  right: 135px;
  bottom: 60px;
}
.block-intro .video-container .button .btn {
  opacity: 1;
}

.block-about {
  padding: 180px 120px 120px 0;
}
@media only screen and (max-width: 800px) {
  .block-about {
    padding: 30px 20px;
  }
}
.block-about .header {
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 180px;
}
@media only screen and (max-width: 800px) {
  .block-about .header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.block-about .header .alt {
  line-height: 50%;
  font-size: 2.2vw;
}
.block-about .header .alt span {
  font-family: "Iconyc Montiac", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  line-height: 100%;
}
.block-about .header small {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0.2em;
}
.block-about .header p {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .block-about .text {
    display: none;
  }
}
.block-about .text .title {
  position: relative;
  font-size: 4.2vw;
}
.block-about .text .title .item {
  position: relative;
  overflow: hidden;
  width: max-content;
}
.block-about .text .title .item span {
  display: inline-block;
  will-change: transform;
}
.block-about .text .title .item span.hidden {
  pointer-events: none;
  position: absolute;
  bottom: 100%;
}
.block-about .text .title .item i {
  color: transparent;
}
.block-about .text .copy {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 0.75em;
}
.block-about .text .subtitle {
  margin-top: 120px;
  max-width: 40em;
}
.block-about .intro-text {
  height: 120px;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .block-about .intro-text {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 0;
  }
}
.block-about .intro-text div {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  border-left: 1px solid #A8A8A8;
  padding-left: 30px;
  padding-top: 120px;
}
@media only screen and (max-width: 800px) {
  .block-about .intro-text div {
    padding-top: 10px;
  }
}
.block-about .intro-text div > span {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 800px) {
  .block-about .intro-text div > span {
    margin-right: 10px;
  }
}
.block-about .intro-text div > span:not(:first-child) {
  margin-left: 60px;
}
@media only screen and (max-width: 800px) {
  .block-about .intro-text div > span:not(:first-child) {
    margin-left: 20px;
  }
}

.block-simple {
  border-top: 1px solid #A8A8A8;
  padding: 120px 60px 120px 0;
}
@media only screen and (max-width: 800px) {
  .block-simple {
    padding: 30px 20px;
  }
}
.block-simple .title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .block-simple .title {
    margin-bottom: 20px;
  }
}
.block-simple > .image {
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .block-simple > .image {
    margin-bottom: 20px;
  }
}
.block-simple .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 800px) {
  .block-simple .columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.block-simple .columns .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-simple .columns .icon img {
  height: 180px;
  width: auto;
}
.block-simple .video {
  margin-top: 60px;
}
.block-simple .video video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 800px) {
  .tabs-labels .tabs-nav {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    gap: 10px;
    margin-inline: -20px;
    padding-inline: 20px;
  }
}
.tabs-labels .tabs-nav li {
  list-style: none;
}
@media only screen and (max-width: 800px) {
  .tabs-labels .tabs-nav li {
    white-space: initial;
    display: inline;
    margin-top: 0;
  }
}
.tabs-labels .tabs-nav li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #A8A8A8;
}
@media only screen and (min-width: 900px) {
  .tabs-labels .tabs-nav li a:hover {
    color: var(--color-text);
  }
}
.tabs-labels .tabs-nav li a .title {
  margin-bottom: 0;
}
.tabs-labels .tabs-nav li.active a {
  color: var(--color-text);
}
.tabs-labels .tab-content .image img,
.tabs-labels .tab-content p,
.tabs-labels .tab-content .btn {
  opacity: 1 !important;
}
.tabs-labels .tab-content .row {
  margin-bottom: 0 !important;
}
.tabs-labels .tab-content .row .image {
  height: calc(100vh - 300px) !important;
}
@media only screen and (max-width: 800px) {
  .tabs-labels .tab-content .row .image {
    height: auto !important;
  }
}
.tabs-labels .tab-content .row .text {
  display: block;
  padding-top: 50px;
  border-top: 1px solid var(--color-text);
}
@media only screen and (max-width: 800px) {
  .tabs-labels .tab-content .row .text {
    padding-top: 20px;
  }
}
.tabs-labels .tab-content .row .text > img {
  height: 45px;
  margin-bottom: 30px;
}
.tabs-labels .tab-content .row .text p {
  font-size: 0.8em;
}
.tabs-labels .tab-content .row .text p + p {
  margin-top: 1em;
}
.tabs-labels .tab-content .row .text .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  .tabs-labels > .row {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

.contact-form-container {
  padding: 120px 120px 180px 0;
}
@media only screen and (max-width: 800px) {
  .contact-form-container {
    padding: 0 20px 30px;
  }
}
.contact-form-container .title {
  margin-bottom: 60px;
  color: #A8A8A8;
}
@media only screen and (max-width: 800px) {
  .contact-form-container .title {
    margin-bottom: 20px;
  }
}
.contact-form-container .contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 800px) {
  .contact-form-container .contact-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contact-form-container .contact-form .textarea {
  grid-column: 1/-1;
}
.contact-form-container .contact-form .submit {
  display: flex;
  justify-content: flex-end;
}
.contact-form-container .contact-form .submit .btn {
  width: auto;
}
.contact-form-container .contact-form-info {
  margin-top: 60px;
}
.contact-form-container .contact-form-info .more {
  margin-top: 1em;
}

.people {
  margin-bottom: 180px;
}
.people .title {
  color: #A8A8A8;
  font-size: 2em;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.people .persons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.people .persons .person .position {
  text-transform: uppercase;
  font-size: 0.5em;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.people .persons + .title {
  margin-top: 120px;
}

.schema {
  border-top: 1px solid #A8A8A8;
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 800px) {
  .schema {
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }
}
.schema .name {
  text-transform: uppercase;
  color: #A8A8A8;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.schema ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 200;
}

.radio {
  --destacado: #902DFF;
}
.radio .intro-text .link-big {
  color: var(--destacado);
}
.radio .intro-text .link-big .circle {
  color: var(--destacado);
}
@media only screen and (min-width: 900px) {
  .radio .intro-text .link-big .circle:hover {
    color: var(--color-background);
    border-color: var(--destacado);
    background-color: var(--destacado);
  }
}

.shows-list .shows-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}
@media only screen and (max-width: 800px) {
  .shows-list .shows-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.shows-list .shows-grid article {
  position: relative;
}
.shows-list .shows-grid article a {
  display: block;
}
.shows-list .shows-grid article a .image {
  background-color: var(--destacado);
}
.shows-list .shows-grid article a .image img {
  filter: none;
  mix-blend-mode: normal;
  transition: filter 0.3s ease, mix-blend-mode 0.3s ease;
}
.shows-list .shows-grid article a .circle {
  position: absolute;
  z-index: 1;
  top: 75%;
  left: calc(50% - 30px);
  border: 1px solid var(--color-background);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.shows-list .shows-grid article a .circle svg {
  height: 40%;
}
.shows-list .shows-grid article a .circle svg path {
  fill: var(--color-background);
}
@media only screen and (min-width: 900px) {
  .shows-list .shows-grid article a:hover .circle {
    opacity: 1;
    top: calc(50% - 30px);
  }
  .shows-list .shows-grid article a:hover .image img {
    filter: grayscale(100%);
    mix-blend-mode: multiply;
  }
}

.magazine .magazine-intro {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-inline: auto;
  padding-right: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #A8A8A8;
  max-width: 50em;
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-intro {
    padding: 90px 20px 30px;
    margin: 0;
    margin-bottom: 60px;
    border-bottom: none;
  }
}
.magazine .magazine-intro .head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-intro .head {
    grid-template-columns: 1fr;
  }
}
.magazine .magazine-intro .head .meta {
  border-left: 1px solid #A8A8A8;
  padding-left: 30px;
}
.magazine .magazine-intro .head .meta .cat {
  text-transform: uppercase;
  margin-bottom: 18px;
}
.magazine .magazine-intro .head .meta .author {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #c7b299;
}
.magazine .magazine-intro .head .date-cat {
  color: #c7b299;
  border-left: 1px solid #eddbc6;
  padding-left: 30px;
  font-size: 2em;
  text-transform: uppercase;
  font-family: "adobe-caslon-pro", serif;
  font-weight: lighter;
  font-style: italic;
  font-optical-sizing: auto;
  line-height: 100%;
}
.magazine .magazine-intro article .subtitle {
  font-family: "Iconyc Montiac", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  line-height: 100%;
  color: #c7b299;
}
.magazine .magazine-intro article .body {
  column-count: 2;
  column-gap: 30px;
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-intro article .body {
    column-count: 1;
  }
}
.magazine .magazine-intro .more {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.magazine .magazine-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-right: 60px;
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  .magazine .magazine-grid article {
    border-bottom: 1px solid #A8A8A8;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-grid article {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-grid article > *:not(.image) {
    padding-inline: 20px;
  }
}
.magazine .magazine-grid article .image {
  aspect-ratio: 16/9;
}
.magazine .magazine-grid article .header {
  max-width: 46em;
  margin-inline: auto;
  margin-block: 30px;
  padding-right: 60px;
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-grid article .header {
    padding-right: 20px;
  }
}
.magazine .magazine-grid article .header .subtitle {
  font-family: "Iconyc Montiac", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  line-height: 100%;
  color: #c7b299;
}
.magazine .magazine-grid article .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 46em;
  margin-inline: auto;
  margin-bottom: 30px;
  margin-top: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-grid article .meta {
    padding-right: 20px;
  }
}
.magazine .magazine-grid article .meta .author {
  color: #c7b299;
  font-size: 0.8em;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.magazine .magazine-grid article .meta .category {
  font-size: 0.8em;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.magazine .magazine-grid article .body {
  max-width: 50em;
  margin: 0 auto;
  padding-right: 60px;
}
@media only screen and (max-width: 800px) {
  .magazine .magazine-grid article .body {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .magazine .magazine-grid article:first-child {
    grid-column: 1/-1;
    text-align: center;
  }
  .magazine .magazine-grid article:first-child .header {
    margin-block: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .magazine .magazine-grid article:first-child .image {
    aspect-ratio: 4/1;
  }
  .magazine .magazine-grid article:first-child .meta {
    margin-top: 60px;
  }
  .magazine .magazine-grid article:nth-child(4) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    align-items: flex-start;
  }
  .magazine .magazine-grid article:nth-child(4) > div:not(.image) {
    grid-column: 1/2;
  }
  .magazine .magazine-grid article:nth-child(4) .image {
    grid-column: 2/-1;
    grid-row: span 3;
    height: 100%;
    width: 100%;
  }
  .magazine .magazine-grid article:nth-child(4) .header {
    margin-top: 0;
    grid-row: 1/2;
    margin-left: 0;
  }
  .magazine .magazine-grid article:nth-child(4) .body {
    grid-row: 2/3;
  }
  .magazine .magazine-grid article:nth-child(4) .meta {
    width: 100%;
    grid-row: 3/4;
  }
}

.magazine-view {
  padding-right: 60px;
}
@media only screen and (max-width: 800px) {
  .magazine-view {
    padding-right: 0;
  }
}
.magazine-view article aside:has(cite) {
  height: 100%;
  text-align: center;
  border-top: 1px solid #eddbc6;
  border-bottom: 1px solid #eddbc6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 60px;
}
.magazine-view article aside cite {
  font-size: 1em;
  font-family: "Iconyc Montiac", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  line-height: 100%;
  color: #c7b299;
  margin-bottom: 30px;
}
.magazine-view article aside small {
  font-size: 0.8em;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.magazine-view article aside .author {
  margin-bottom: 30px;
  font-size: 1em;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  padding-right: 120px;
}
.magazine-view article aside .charge, .magazine-view article aside .url {
  font-size: 0.75em;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.magazine-view article .subtitle {
  font-family: "Iconyc Montiac", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  line-height: 100%;
  color: #c7b299;
}
.magazine-view .social-share {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .magazine-view .social-share {
    margin-top: 60px;
  }
}
.magazine-view .social-share > div {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0;
}
.magazine-view .social-share .name {
  text-align: center;
}
.magazine-view .social-share .media {
  display: flex;
  justify-content: space-around;
}
.magazine-view .social-share .media a {
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  .magazine-view .social-share .media a:hover {
    color: #A8A8A8;
  }
}
.magazine-view .back {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 800px) {
  .magazine-view .back {
    padding-right: 20px;
  }
}

.constructor p {
  text-indent: 1.5em;
}
.constructor .block + * {
  margin-top: 120px;
}
@media only screen and (max-width: 800px) {
  .constructor .block + * {
    margin-top: 20px;
  }
}
.constructor .block + * + * {
  margin-top: 120px;
}
@media only screen and (max-width: 800px) {
  .constructor .block + * + * {
    margin-top: 20px;
  }
}
.constructor .block-intro {
  margin-top: 120px;
  height: auto;
  margin-inline: auto;
  max-width: 50em;
}
@media only screen and (min-width: 800px) {
  .constructor .block-intro:has(aside) {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    gap: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .constructor .block-intro {
    margin: 0px;
    padding: 60px 20px 10px;
  }
  .constructor .block-intro:has(aside) > * + * {
    margin-top: 20px;
  }
}
.constructor .block-intro .body {
  margin-top: 60px;
}
.constructor .block-image.landscape .image {
  aspect-ratio: 4/1;
}
@media only screen and (max-width: 800px) {
  .constructor .block-image.landscape .image {
    aspect-ratio: 2/1;
  }
}
.constructor .block-text {
  margin-inline: auto;
  max-width: 50em;
}
@media only screen and (min-width: 800px) {
  .constructor .block-text:has(aside) {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 60px;
  }
  .constructor .block-text:has(.author) {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 800px) {
  .constructor .block-text {
    padding: 0 20px 30px;
  }
  .constructor .block-text:has(aside) > * + * {
    margin-top: 20px;
  }
}
.constructor .block-text h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Iconyc Montiac", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  line-height: 100%;
  text-wrap: balance;
  padding-right: 120px;
}
.constructor .block-text h3 strong {
  font-family: "adobe-caslon-pro", serif;
  font-weight: lighter;
  font-style: italic;
  font-optical-sizing: auto;
  line-height: 100%;
}
.constructor .row {
  display: grid;
  gap: 30px;
}
@media only screen and (max-width: 800px) {
  .constructor .row {
    gap: 10px;
  }
}
.constructor .row .block {
  margin: 0;
}
.constructor .row.col-1-3 {
  grid-template-columns: 1fr 3fr;
}
.constructor .row.col-1-3 .block:first-child .image {
  aspect-ratio: 1/1;
}
.constructor .row.col-1-3 .block:last-child .image {
  aspect-ratio: 3/1;
}

.gin-page {
  height: 100vh;
  overflow: hidden;
}
.gin-page .block-about .header .title {
  color: #ff3d44;
}
.gin-page .gin-big {
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
  margin-block: 0 240px;
  position: relative;
  margin-right: 60px;
  height: calc(100vh - 240px);
}
@media only screen and (max-width: 800px) {
  .gin-page .gin-big {
    padding: 30px 20px;
    margin-right: 0;
  }
}
.gin-page .gin-big .bottle {
  margin-block: -120px -240px;
  background: transparent;
  overflow: visible;
  position: absolute;
  left: calc(50% - 240px);
  top: 60px;
}
.gin-page .gin-big .bottle img {
  opacity: 1 !important;
  height: calc(100vh - 120px);
  width: auto;
  transform: translateY(200px) rotate(-45deg);
}
.gin-page .gin-big .text-big {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: calc(50% + 60px);
  text-align: center;
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: bold;
  transform: translateY(200px);
  opacity: 0;
}
.gin-page .gin-big .patch {
  position: absolute;
  z-index: 3;
  top: 5%;
  left: 35%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8em;
  color: #ff3d44;
  border: 1px solid;
  border-radius: 300px;
  padding: 30px;
  transform: scale(500%);
  opacity: 0;
}
@media only screen and (max-width: 800px) {
  .gin-page .gin-big .patch {
    top: 30%;
    left: 5%;
  }
}
.gin-page .gin-big .patch span {
  font-size: 0.8em;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.gin-page .gin-big .patch .txt {
  font-size: 1.5em;
  font-family: "adobe-caslon-pro", serif;
  font-weight: lighter;
  font-style: italic;
  font-optical-sizing: auto;
  line-height: 100%;
}
.gin-page .botanics {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 180px 60px 180px 0;
  gap: 30px;
}
@media only screen and (max-width: 800px) {
  .gin-page .botanics {
    display: flex;
    flex-direction: column;
    padding: 0 20px 30px;
  }
}
.gin-page .botanics .botanic {
  padding-inline: 60px;
  text-align: center;
  grid-column: span 2;
}
.gin-page .botanics .botanic .image {
  max-width: 300px;
  margin-inline: auto;
  border: 1px solid #A8A8A8;
  border-radius: 500px;
  aspect-ratio: 1;
  overflow: visible;
}
.gin-page .botanics .botanic .image img {
  object-fit: contain;
  transform: scale(1.5);
}
.gin-page .botanics .botanic .subtitle {
  margin-top: 60px;
}
.gin-page .botanics .name {
  border-top: 1px solid #A8A8A8;
  margin-top: 60px;
  padding-top: 60px;
  margin-bottom: 60px;
  grid-column: 1/-1;
}
.gin-page .botanics .info {
  grid-column: span 3;
}
.gin-page .botanics .tasteformat {
  grid-column: span 3;
  padding-left: 60px;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .gin-page .botanics .tasteformat {
    flex-direction: column;
    padding-left: 0;
    padding-top: 30px;
  }
}
.gin-page .botanics .tasteformat > div {
  flex: 1;
}
@media only screen and (min-width: 800px) {
  .gin-page .botanics .tasteformat > div:last-child {
    border-left: 1px solid #A8A8A8;
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .gin-page .botanics .tasteformat > div:last-child {
    border-top: 1px solid #A8A8A8;
    margin-top: 10px;
    padding-top: 10px;
  }
}
.gin-page .botanics .tasteformat > div ul {
  list-style: none;
  font-size: 0.8em;
}
.gin-page .botanics .tasteformat > div ul li {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.gin-page .botanics + .image {
  margin-top: 180px;
}
@media only screen and (max-width: 800px) {
  .gin-page .botanics + .image {
    margin-top: 60px;
  }
}
.gin-page .limited {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #A8A8A8;
  position: relative;
  padding-right: 60px;
}
@media only screen and (max-width: 800px) {
  .gin-page .limited {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .gin-page .limited > div {
    padding: 20px;
  }
}
.gin-page .limited > div .title {
  margin-block: 120px;
}
@media only screen and (max-width: 800px) {
  .gin-page .limited > div .title {
    margin-block: 0;
  }
}
.gin-page .limited > div .title.alt {
  font-family: "adobe-caslon-pro", serif;
  font-weight: lighter;
  font-style: italic;
  font-optical-sizing: auto;
  line-height: 100%;
}
.gin-page .limited > div:nth-child(1) {
  border-right: 1px solid #A8A8A8;
}
.gin-page .limited > div:nth-child(1), .gin-page .limited > div:nth-child(2) {
  border-bottom: 1px solid #A8A8A8;
}
.gin-page .limited > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 120px;
}
@media only screen and (max-width: 800px) {
  .gin-page .limited > div:nth-child(2) {
    padding: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .gin-page .limited .image {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: calc(50% - 120px);
    background: transparent;
  }
  .gin-page .limited .image img {
    object-fit: contain;
  }
}
@media only screen and (max-width: 800px) {
  .gin-page .limited .image {
    display: none;
  }
}
.gin-page .inspiration {
  margin-top: 180px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 800px) {
  .gin-page .inspiration {
    margin-top: 0px;
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 20px;
  }
}
.gin-page .inspiration .mix {
  border: 1px solid #A8A8A8;
  padding: 30px;
  border-radius: 30px;
}
.gin-page .inspiration .mix .head {
  border-bottom: 1px solid #A8A8A8;
  padding-block: 30px 60px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 1.2em;
}
.gin-page .inspiration .mix .ingredients {
  color: #ff3d44;
}
.gin-page .inspiration .mix .ingredients li {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
}
.gin-page .inspiration .mix .icon {
  width: 60px;
  height: 60px;
  margin: 60px auto;
}
.gin-page .inspiration .mix .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gin-page .inspiration .mix .description {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-wrap: balance;
}
.shop-couture {
  --color-dest: #c7b299;
}

.shop-studio {
  --color-dest: #ff3d44;
}

.shop .shop-intro {
  padding: 60px 0 120px 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}
@media only screen and (max-width: 800px) {
  .shop .shop-intro {
    padding: 60px 20px 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.shop .shop-intro .supertitle {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shop .shop-intro .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
}
.shop .shop-intro .description small {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.7em;
}
.shop .shop-intro .description p {
  text-transform: none;
  line-height: 130%;
  font-size: 20px;
}
.shop .shop-body {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.shop .shop-filters {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 120px 60px 0;
}
@media only screen and (max-width: 800px) {
  .shop .shop-filters {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .shop .shop-filters .input {
    width: 100%;
  }
  .shop .shop-filters .input select {
    width: 100%;
  }
}
.shop .shop-filters select {
  width: 100%;
}
.shop .shop-filters .filters-main-categories {
  display: flex;
  gap: 20px;
}
.shop .shop-filters .filters-main-categories .btn {
  min-width: 0;
}
@media only screen and (min-width: 900px) {
  .shop .shop-filters .filters-main-categories .btn:hover {
    background-color: var(--color-dest);
    border-color: var(--color-dest);
  }
}
.shop .shop-filters .filters-main-categories .btn.reset-main-category {
  padding-top: 0.4em;
}
.shop .shop-filters .search {
  margin-top: 60px;
  position: relative;
}
.shop .shop-filters .search input {
  border-bottom: 1px solid #000;
  background: transparent;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-transform: uppercase;
  padding-inline: 0 40px;
}
.shop .shop-filters .search img {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.shop .shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}
@media only screen and (max-width: 800px) {
  .shop .shop-grid {
    padding: 0 20px 30px;
    grid-template-columns: 1fr 1fr;
    gap: 40px 10px;
  }
}
.shop .shop-grid a {
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  .shop .shop-grid a:hover .image img {
    transform: scale(1.03);
  }
}
.shop .shop-grid .image {
  margin-bottom: 20px;
}
.shop .shop-grid .image img {
  transition: transform 0.3s ease-in-out;
}
.shop .shop-grid .text {
  color: var(--color-text);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.7em;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.shop .shop-grid .text p {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-top: 0;
}

.product-view .product-view-container {
  display: grid;
  grid-template-columns: 800px auto;
  gap: 30px 30px;
}
@media only screen and (max-width: 800px) {
  .product-view .product-view-container {
    grid-template-columns: 1fr;
  }
}
.product-view .product-view-images {
  position: relative;
  height: 100vh;
  padding-top: 60px;
  /*
  .tns-controls {
  	button {
  		position: absolute;
  		z-index: 2;
  		top: 50%;
  		@include mobile {
  			top: 30%;
  		}
  		&[data-controls="prev"] {
  			left: $master;
  			@include mobile {
  				left: 20px;
  			}
  		}
  		&[data-controls="next"] {
  			right: $master;
  			@include mobile {
  				right: 20px;
  			}
  		}
  		&:disabled {
  			display: none;
  		}
  	}
  }
  */
}
.product-view .product-view-images .image {
  height: calc(100vh - 60px);
  background-color: #F5F3EE;
}
.product-view .product-view-images .image img {
  opacity: 1 !important;
  object-fit: contain;
}
.product-view .product-view-images .tns-nav {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 20px;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
}
.product-view .f-carousel__counter,
.product-view button[data-autoplay-action=toggle],
.product-view button[data-fullscreen-action=toggle],
.product-view button[data-thumbs-action=toggle] {
  display: none;
}
.product-view .fancybox__backdrop {
  background-color: rgba(255, 255, 255, 0.8);
}
.product-view .shop-intro {
  display: block;
  padding-bottom: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
  height: 100vh;
}
.product-view .shop-intro .breadcrumbs {
  border-bottom: 1px solid var(--color-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product-view .shop-intro .breadcrumbs .crumbs {
  display: flex;
}
.product-view .shop-intro .breadcrumbs .crumbs li {
  display: block;
  margin-top: 0;
}
.product-view .shop-intro .breadcrumbs .crumbs li + li {
  margin-left: 0.5em;
}
.product-view .shop-intro .breadcrumbs .crumbs li + li a:before {
  display: inline-block;
  content: "/";
  margin: 0 0.5em 0 0;
}
.product-view .shop-intro .breadcrumbs .crumbs a {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  .product-view .shop-intro .breadcrumbs .crumbs a:hover {
    font-weight: normal;
  }
}
.product-view .shop-intro .back .btn {
  justify-content: space-between;
}
.product-view .shop-intro .text {
  position: relative;
  padding-right: 180px;
}
.product-view .shop-intro .text .icons {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  display: flex;
  gap: 10px;
}
.product-view .shop-intro .text .icons button {
  height: auto;
  padding: 0;
  border: none;
  cursor: pointer;
}
.product-view .shop-intro .text .icons button:hover {
  background-color: transparent;
}
.product-view .shop-intro .text .icons button:hover svg path {
  fill: var(--color-dest);
}
.product-view .shop-intro .text .icons button svg {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 900px) {
  .product-view .shop-intro .text .icons button svg:hover path {
    fill: var(--color-dest);
  }
}
.product-view .shop-intro .cat {
  margin-top: 30px;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 800px) {
  .product-view .shop-intro .cat {
    margin-top: 10px;
  }
}
.product-view .shop-intro .sizes {
  border-top: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  margin-top: 30px;
  padding-block: 19.98px;
  display: flex;
  gap: 10px;
}
.product-view .shop-intro .sizes button.active, .product-view .shop-intro .sizes button:active, .product-view .shop-intro .sizes button:hover, .product-view .shop-intro .sizes button:focus {
  border-color: var(--color-dest);
  background-color: var(--color-dest);
  color: var(--color-background);
}
.product-view .shop-intro .sizes .select {
  margin-left: auto;
}
.product-view .shop-intro .sizes .select select {
  border-bottom: none;
  text-align: right;
  padding-right: 30px;
  background-position-y: 13px;
}
.product-view .shop-intro .meta {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-text);
  padding-bottom: 15px;
}
.product-view .shop-intro .meta .subtitle {
  color: var(--color-text);
  margin-bottom: 0;
}
.product-view .shop-intro .addtocart-box {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--color-text);
}
.product-view .shop-intro .addtocart-box .addtocart {
  padding-top: 60px;
}
.product-view .shop-intro .addtocart-box .addtocart .btn {
  color: var(--color-dest);
  border: none;
  padding: 0;
  gap: 0.5em;
}
.product-view .shop-intro .addtocart-box .addtocart .btn .circle {
  background-color: var(--color-dest);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  height: 120%;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.product-view .shop-intro .addtocart-box .addtocart .btn .circle img {
  filter: invert(1);
  height: 50%;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 900px) {
  .product-view .shop-intro .addtocart-box .addtocart .btn:hover {
    background-color: transparent;
    color: var(--color-text);
  }
  .product-view .shop-intro .addtocart-box .addtocart .btn:hover .circle {
    background-color: var(--color-text);
  }
  .product-view .shop-intro .addtocart-box .addtocart .btn:hover .circle img {
    transform: scale(1.3) rotate(-5deg);
  }
}

.shop-details .more,
.shop-care .more {
  padding-bottom: 30px;
}
.shop-details .more p,
.shop-care .more p {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.8em;
}

.shop-conditions {
  grid-column: 1/-1;
}
.shop-conditions .shop-conditions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 30px;
}
.shop-conditions .shop-conditions-grid .condition > * {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.8em;
}
.shop-conditions .shop-conditions-grid .condition > *.featured {
  background-color: #efefef;
  padding: 1.2em;
  border-radius: 1em;
}
.shop-conditions .shop-conditions-grid .condition .name {
  font-weight: normal;
}
.shop-conditions .shop-conditions-grid .condition .name:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background-color: #A8A8A8;
  margin-right: 0.5em;
  border-radius: 1em;
}
.shop-conditions .shop-conditions-grid .condition .description {
  margin-top: 10px;
}

.related-box,
.shop-description {
  margin-top: 30px;
}

.related-box {
  margin-top: 30px;
}
.related-box .related-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.distribution .icon-left {
  overflow: hidden;
}
.distribution .icon-left img {
  transform: translateX(-120%);
}
.distribution .icon-bottom {
  overflow: hidden;
}
.distribution .icon-bottom img {
  transform: translateY(100%);
}

.user-login {
  background-color: #efefef;
}
.user-login header {
  background-color: #efefef;
}
.user-login header .open-user-login {
  overflow: hidden;
  border-radius: 100%;
  pointer-events: none;
  background-color: var(--color-background);
}

.user-login-form-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-top: 72px;
  padding-left: 1px;
}
.user-login-form-container .subtitle {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.user-login-form-container .supertitle {
  text-transform: uppercase;
}
.user-login-form-container form {
  position: relative;
}
.user-login-form-container form input:not(:hover):not(:focus):not([type=submit]) {
  background-color: var(--color-background);
}
.user-login-form-container form .input input[type=checkbox]:not(:checked) + label:before {
  background-color: var(--color-background);
  border-color: var(--color-background);
}
.user-login-form-container form input[type=submit] {
  margin-top: 1em;
}
.user-login-form-container form:not(:has(.doble)) .input + .input {
  margin-top: 1em;
}
.user-login-form-container form .forgot {
  text-align: right;
}
.user-login-form-container form .forgot a {
  margin-top: -30px;
  display: block;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
}
@media only screen and (min-width: 900px) {
  .user-login-form-container form .forgot a:hover {
    font-weight: normal;
  }
}

.vinyls-makers .block-about .header img {
  height: 60px;
  width: auto;
}
.vinyls-makers .block-about .intro-text {
  height: auto;
  padding-top: 15px;
}

.vinyls-forms {
  position: relative;
}
.vinyls-forms .steps-links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}
.vinyls-forms .steps-links .step-link {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #A8A8A8;
}
.vinyls-forms .steps-links .step-link .title {
  display: none;
}
@media only screen and (min-width: 900px) {
  .vinyls-forms .steps-links .step-link:hover {
    background-color: var(--color-text);
    color: var(--color-background);
    border-color: var(--color-text);
  }
}
.vinyls-forms .steps-links .step-link.active {
  background-color: var(--color-text);
  color: var(--color-background);
  border-color: var(--color-text);
}
.vinyls-forms .step {
  counter-reset: section;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.vinyls-forms .step .step-header {
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 45px;
  padding-top: 10px;
}
.vinyls-forms .step .step-header .name {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 10px 30px;
}
.vinyls-forms .step .step-header .name .number {
  grid-row: span 2;
  font-size: 5em;
}
.vinyls-forms .step .step-header .name .title {
  font-size: 2em;
  margin-bottom: 0;
}
.vinyls-forms .step .step-header .name small {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
}
.vinyls-forms .step .step-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.vinyls-forms .step .step-fields:has(.field-group:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr);
}
.vinyls-forms .step .step-fields:not(:has(.field-group:nth-child(3))) .field-group:nth-child(2) {
  border-right: none;
}
.vinyls-forms .step .step-fields:has(.field-group:nth-child(4)) .field-group:nth-child(1), .vinyls-forms .step .step-fields:has(.field-group:nth-child(4)) .field-group:nth-child(2), .vinyls-forms .step .step-fields:has(.field-group:nth-child(4)) .field-group:nth-child(3) {
  border-bottom: 1px solid #A8A8A8;
}
.vinyls-forms .step .step-fields .field-group {
  padding: 45px;
  counter-increment: section;
  position: relative;
}
.vinyls-forms .step .step-fields .field-group:after {
  content: counter(section, upper-alpha) ".";
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 3em;
  color: #efefef;
  font-family: "adobe-caslon-pro", serif;
  font-weight: lighter;
  font-style: italic;
  font-optical-sizing: auto;
  line-height: 100%;
}
.vinyls-forms .step .step-fields .field-group:nth-child(1), .vinyls-forms .step .step-fields .field-group:nth-child(2), .vinyls-forms .step .step-fields .field-group:nth-child(4), .vinyls-forms .step .step-fields .field-group:nth-child(5) {
  border-right: 1px solid #A8A8A8;
}
.vinyls-forms .step .step-fields .field-group:nth-child(1), .vinyls-forms .step .step-fields .field-group:nth-child(4) {
  padding-left: 0;
}
.vinyls-forms .step .step-fields .field-group > label {
  margin-bottom: 15px;
  display: block;
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.85em;
}
.vinyls-forms .step .step-fields .field-group .input input {
  max-width: calc(100% - 60px);
}
.vinyls-forms .step .step-fields .field-group .explain {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-transform: none;
  font-size: 0.5em;
  margin-block: 39px;
  max-width: 30em;
}
.vinyls-forms .step .step-fields .field-group:has(.radio-group .radio:nth-child(5)) {
  grid-column: span 2;
  border-right: none;
}
.vinyls-forms .step .step-fields .field-group:has(.radio-group .radio:nth-child(5)) .radio-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
.vinyls-forms .step .step-fields .field-group:has(.radio-group .radio:nth-child(5)) .radio-group .input {
  margin-top: 0;
}
.vinyls-forms .step .step-fields .field-group:has(.textarea) {
  grid-column: span 3;
  border-right: none;
}
.vinyls-forms .step .step-fields .field-group:has(.textarea) .textarea textarea {
  max-width: calc(100% - 60px);
  min-height: 150px;
}
.vinyls-forms .step-order-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-block: 45px;
}
.vinyls-forms .step-order-details .name {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 30px;
}
.vinyls-forms .step-order-details .input + .input {
  margin-top: 25px;
}
.vinyls-forms .step-order-details .field-group {
  margin-top: 25px;
}
.vinyls-forms .step-order-details .field-group > label {
  font-family: "Iconyc Mono", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.85em;
  margin-bottom: 5px;
  display: block;
}
.vinyls-forms .step-order-details .horizontal {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.vinyls-forms .step-order-details .horizontal .input + .input {
  margin-top: 0;
}
.vinyls-forms .step-order-details .horizontal:has(input[type=checkbox]) {
  margin-top: 50px;
}
.vinyls-forms .step-order-details .doble {
  margin-top: 20px;
}
.vinyls-forms .step-order-details .doble .input + .input {
  margin-top: 0;
}
.vinyls-forms .step-order-details select {
  width: 100%;
}
.vinyls-forms .step-order-details label span {
  font-size: 0.6em;
}
.vinyls-forms .step-pages {
  border-top: 1px solid #A8A8A8;
  padding-top: 30px;
  display: flex;
}
.vinyls-forms .step-pages a {
  text-decoration: none;
  font-size: 2em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 15px;
}
.vinyls-forms .step-pages a svg {
  height: 1em;
}
.vinyls-forms .step-pages a:last-child {
  margin-left: auto;
}

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