@charset "UTF-8";
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: "BwT";
  src: url("/fonts/BwT-Bol.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "BwT";
  src: url("/fonts/BwT-BolIta.woff2") format("woff2");
  font-display: swap;
  font-weight: bold;
  font-style: Italic;
}
@font-face {
  font-family: "BwT";
  src: url("/fonts/BwT-Reg.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BwT";
  src: url("/fonts/BwT-RegIta.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: Italic;
}
@font-face {
  font-family: "BwT";
  src: url("/fonts/BwT-Thi.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BwT";
  src: url("/fonts/BwT-ThiIta.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: Italic;
}
/* Color */
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-outer [data-action] {
  display: none;
}

.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: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-nav {
  display: flex;
  gap: 5px;
}
.tns-nav button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #232322;
  border: none;
}
.tns-nav button.tns-nav-active {
  background-color: #2DD368;
}

/* Color */
::-moz-selection {
  color: #fff;
  background: #050014;
}

::selection {
  color: #fff;
  background: #050014;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background: #050014;
  border: 2px solid #fff;
  border-radius: 16px;
}

/* Lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

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

html {
  font-size: 112.5%;
}

body {
  background-color: #f8f8f9;
  color: #050014;
  font-size: 16px;
  font-family: "Bwt", sans-serif;
  font-weight: 500;
}

.limit {
  max-width: 1200px;
  margin-inline: auto;
}

a {
  cursor: pointer;
  outline: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
a .image {
  overflow: hidden;
}
a .image img {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, .title, .subtitle {
  line-height: 100%;
  margin-bottom: 0.2em;
  text-wrap: balance;
}

h1, .title {
  font-size: 5.653rem;
}

h2, .subtitle {
  font-size: 3.998rem;
}

h3 {
  font-size: 2.827rem;
}

h4 {
  font-size: 1.999rem;
}

h5 {
  font-size: 1.414rem;
}

.title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
}

p {
  line-height: 140%;
  text-wrap: balance;
}
p b, p strong {
  font-weight: bold;
}

p + p {
  margin-top: 1em;
}

.text ul {
  margin-block: 1em;
  padding-left: 1em;
}
.text ul li {
  font-size: 1.1em;
  line-height: 130%;
  text-wrap: balance;
}
.text ul li + li {
  margin-top: 0.4em;
}

button,
.btn {
  font-family: "Bwt", sans-serif;
  font-weight: 500;
  position: relative;
  background-color: transparent;
  border: none;
  color: #050014;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 1em 10px;
  height: auto;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border-color;
  box-sizing: border-box;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 1em;
}
button:before,
.btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  height: 4px;
  bottom: calc(1em - 2px);
  background-color: #f0ff00;
  mix-blend-mode: multiply;
}
button.btn-alt:not(:hover):before,
.btn.btn-alt:not(:hover):before {
  height: 0;
}
button.btn-txt,
.btn.btn-txt {
  text-decoration: underline;
}
button.btn-txt:not(:hover):before,
.btn.btn-txt:not(:hover):before {
  height: 0;
}
button:hover:before,
.btn:hover:before {
  height: calc(100% - 1em - 8px);
  bottom: calc(1em - 2px);
}

input[type=submit] {
  width: 100%;
  justify-content: space-between;
  height: 56px;
}

.submit .btn {
  width: 100%;
  justify-content: space-between;
  height: 56px;
}

p .btn {
  display: inline;
  margin-inline: -10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

input[type=text],
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
input[type=datetime-local],
input[type=submit],
textarea {
  border: 1px solid #696672;
  padding: 5px 10px;
  height: 46px;
  background-color: #fff;
  color: #050014;
  font-size: 16px;
  border-radius: 0px;
  font-family: "Bwt", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  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=email]:hover,
  input[type=mail]:hover,
  input[type=tel]:hover,
  input[type=password]:hover,
  input[type=datetime-local]:hover,
  input[type=submit]:hover,
  textarea:hover {
    border-color: #050014;
  }
}
input[type=text]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=datetime-local]:focus,
input[type=submit]:focus,
textarea:focus {
  outline: none;
  border-color: #050014;
}
input[type=text]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=datetime-local]:disabled,
input[type=submit]: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=email]::placeholder,
input[type=mail]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=datetime-local]::placeholder,
input[type=submit]::placeholder,
textarea::placeholder {
  color: #c2c2c4;
}
input[type=text].error,
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=mail].error,
input[type=tel].error,
input[type=password].error,
input[type=datetime-local].error,
input[type=submit].error,
textarea.error {
  border-color: #cc0000;
}

input[type=submit] {
  background-color: #c2c2c4;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #696672;
  color: #fff;
}

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

.error-msg {
  display: block;
  font-size: 15px;
  color: #990000;
  padding-top: 8px;
}

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

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

.doble {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.doble .input + .input {
  margin-top: 0;
}
.doble + .input {
  margin-top: 18px;
}

.radio,
.checkbox {
  margin-top: 20px;
  position: relative;
}
.radio + .checkbox, .radio + .radio,
.checkbox + .checkbox,
.checkbox + .radio {
  margin-top: 10px;
}
.radio .group,
.checkbox .group {
  position: relative;
}
.radio .group + .group,
.checkbox .group + .group {
  margin-top: 20px;
}
.radio .group label span,
.checkbox .group label span {
  margin-top: 4px;
  display: block;
  font-size: 0.8em;
  line-height: 130%;
}
.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: #050014;
  }
}
.radio + .submit,
.checkbox + .submit {
  margin-top: 20px;
}
.radio + .submit input,
.checkbox + .submit input {
  width: 100%;
  justify-content: center;
}

input[type=radio] {
  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: 5px;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease-out;
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: #fff;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  border: 1px solid #fff;
  background: #0b002e;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin-left: -32px;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0spx;
}

input[type=radio].error + label:before,
input[type=checkbox].error + label:before {
  border-color: #cc0000;
}

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: #050014;
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  color: #050014;
}

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

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

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

input[type=radio]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #050014;
}

input[type=checkbox] {
  position: absolute;
  top: 10px;
  border-radius: 2px;
}

input[type=checkbox] + label {
  padding-top: 10px;
}

input[type=checkbox] + label:before {
  margin-top: 8px;
}

input[type=checkbox] + label:before {
  content: "×";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -3px;
  padding: 1px 0px 0px 0px;
  font-size: 34px;
}

input[type=checkbox]:checked + label:before {
  background-color: #fff;
  color: #050014;
  border-color: #fff;
}

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;
}

select {
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  border: 1px solid #c2c2c4;
  border-radius: 0px;
  padding: 0px 12px 0 12px;
  padding-right: 36px;
  height: 46px;
  background: url("../../img/angle-down-black.svg") no-repeat;
  background-position: right 14px center;
  background-color: transparent;
  background-size: 12px;
  color: #050014;
  font-family: "Bwt", sans-serif;
  font-weight: 500;
  font-size: 1em;
  -webkit-appearance: none;
}
@media only screen and (min-width: 900px) {
  select:hover {
    border-color: #050014;
    color: #050014;
    background-image: url("../../img/angle-down-grey.svg");
  }
}
select:focus {
  outline: none;
  border-color: #c2c2c4;
  color: #c2c2c4;
}
@media only screen and (min-width: 900px) {
  select:focus:hover {
    border-color: #050014;
    color: #050014;
    background-image: url("../../img/angle-down-grey.svg");
  }
}
select:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
select.error {
  border-color: #cc0000;
}

.input.range {
  display: flex;
  align-items: center;
  gap: 10px;
}
.input.range label {
  display: inline;
  margin: 0;
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}

[type=range]:focus::-webkit-slider-runnable-track, [type=range]:focus::-ms-fill-lower, [type=range]:focus::-ms-fill-upper {
  background: #050014;
}

[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 1px;
  transition: all 0.2s ease;
  width: 100%;
  background: #c2c2c4;
  border: none;
  border-radius: 0px;
}

[type=range]::-webkit-slider-thumb {
  background: #c2c2c4;
  border-radius: 28px;
  box-sizing: border-box;
  cursor: default;
  height: 16px;
  width: 16px;
  border-color: 1px solid #c2c2c4;
  -webkit-appearance: none;
  margin-top: -8px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 900px) {
  [type=range]::-webkit-slider-thumb:hover {
    background-color: #050014;
  }
}

[type=range]::-moz-range-thumb, [type=range]::-ms-thumb {
  background: #c2c2c4;
  border: none;
  border-radius: 28px;
  box-sizing: border-box;
  cursor: default;
  height: 16px;
  width: 16px;
  border-color: 1px solid #c2c2c4;
}

[type=range]::-ms-thumb {
  margin-top: 2px;
}

[type=range]::-moz-range-track, [type=range]::-ms-track {
  cursor: default;
  height: 1px;
  transition: all 0.2s ease;
  width: 100%;
}
[type=range]::-moz-range-track {
  background: #050014;
  border: none;
  border-radius: 5px;
  height: 1px;
}
[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}

[type=range]::-ms-fill-lower, [type=range]::-ms-fill-upper {
  background: #050014;
  border: none;
  border-radius: 10px;
}

[type=range]:disabled::-webkit-slider-thumb,
[type=range]:disabled::-moz-range-thumb,
[type=range]:disabled::-ms-thumb,
[type=range]:disabled::-webkit-slider-runnable-track,
[type=range]:disabled::-ms-fill-lower,
[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.main {
  padding-top: 56px;
}

header {
  padding: 10px 60px;
  background-color: #f8f8f9;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}
header > div {
  display: flex;
  align-items: center;
}
header .logo {
  margin-right: auto;
}
header .logo svg {
  width: 50px;
  height: auto;
}
header .utils {
  margin-right: 20px;
  display: none;
}
header .utils button svg {
  width: 20px;
  height: auto;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 1.2em;
}
header nav ul li .btn {
  font-weight: bold;
}
header .view-cart {
  margin-left: 20px;
}
header .view-cart button {
  font-weight: bold;
}
header .view-cart button span {
  color: red;
}

.cat {
  font-size: 0.8em;
}

.post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.post-list article a {
  display: grid;
  grid-template-columns: 1fr;
  text-decoration: none;
  color: #050014;
  overflow: hidden;
}
.post-list article a > div {
  grid-row: 1/2;
  grid-column: 1/2;
}
.post-list article a .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.post-list article a .text p {
  font-size: 1.5em;
  margin: 20px auto 0;
  max-width: 400px;
}
@media only screen and (min-width: 900px) {
  .post-list article a:hover .text {
    opacity: 1;
  }
}

.font-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 20px;
}
.font-list ul li {
  list-style-type: none;
  margin-left: -10px;
  margin-bottom: -5px;
}
.font-list ul li a {
  font-weight: bold;
}

.slider img {
  display: block;
}

.licenses-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 20px;
}
.licenses-list ul li {
  list-style-type: none;
  border-top: 1px solid #e9e9ea;
  padding-top: 10px;
  font-size: 0.8em;
}
.licenses-list ul li .name {
  font-weight: bold;
}
.licenses-list ul li p {
  font-weight: 500;
  margin-top: 10px;
}
.licenses-list ul li a {
  margin-left: -10px;
  font-weight: bold;
}

.family-menu {
  position: sticky;
  z-index: 101;
  top: 56px;
  background-color: #f8f8f9;
  padding: 10px 60px;
}
.family-menu .limit {
  display: flex;
  align-items: flex-start;
}
.family-menu .limit .family-name {
  font-weight: bold;
  margin-right: 60px;
  position: relative;
  margin-top: 10px;
}
.family-menu .limit .family-name.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 6px;
  bottom: -4px;
  background-color: #f0ff00;
  mix-blend-mode: multiply;
  transition: height 0.3s ease-in, bottom 0.3s ease-in;
}
.family-menu .limit .subfamily-options {
  font-weight: bold;
  margin-top: 10px;
}
.family-menu .limit .subfamily-options .name {
  cursor: pointer;
}
.family-menu .limit .subfamily-options .name span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #050014;
  border-top: 2px solid #050014;
  transform: rotate(45deg);
  margin-right: 5px;
  transition: transform 0.3s ease-in-out;
}
.family-menu .limit .subfamily-options .list {
  margin-top: 8px;
  padding-left: 18px;
  display: none;
}
.family-menu .limit .subfamily-options .list li {
  list-style-type: none;
}
.family-menu .limit .subfamily-options .list li + li {
  margin-top: 8px;
}
.family-menu .limit .subfamily-options .list li a {
  font-weight: bold;
  margin: -10px;
}
.family-menu .limit .subfamily-options.active .name span {
  transform: rotate(135deg);
}
.family-menu .limit .subfamily-options.active .list {
  display: block;
}
.family-menu .limit .family-links {
  margin-left: auto;
  margin-top: -10px;
}
.family-menu .limit .family-links ul {
  display: flex;
  justify-content: flex-end;
}
.family-menu .limit .family-links ul li {
  list-style: none;
}
.family-menu .limit .family-links ul li .btn-alt {
  font-weight: bold;
}
.family-menu .limit .buy {
  margin-left: 10px;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 60px;
  background-color: #f0ff00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin-top: -15px;
}
.family-menu .limit .buy:before {
  display: none;
}
.family-menu .limit .buy span {
  transition: transform 0.3s ease-in-out;
}
.family-menu .limit .buy i {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  transform: translateX(-60px);
}
@media only screen and (min-width: 900px) {
  .family-menu .limit .buy:hover span {
    transform: translateX(60px);
  }
  .family-menu .limit .buy:hover i {
    transform: translateX(0px);
  }
}

.subfamilies-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.subfamilies-list .subfamily-go {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #050014;
  padding: 60px 0;
}
.subfamilies-list .subfamily-go .anagrama {
  font-size: 18vw;
  margin-top: -2vw;
  transition: transform 0.3s ease-in-out;
}
.subfamilies-list .subfamily-go .info {
  margin-top: -1vw;
}
@media only screen and (min-width: 900px) {
  .subfamilies-list .subfamily-go:hover {
    background-color: #fff;
  }
}

footer {
  background: #fff;
  border-top: 1px solid #e9e9ea;
  padding: 60px;
}
footer > .limit {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 20px;
}
footer .info .name {
  font-weight: bold;
  margin-bottom: 1em;
}
footer .info .address b  {
  font-weight: bold;
}
footer .info .address + .address {
  margin-top: 40px;
}
footer .info .address a {
  color: #050014;
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  footer .info .address a:hover {
    text-decoration: underline;
  }
}
footer .info .btn {
  margin-top: 40px;
  margin-left: -10px;
}
footer .footer-menu ul {
  margin-left: -10px;
  margin-top: -10px;
}
footer .footer-menu ul li {
  list-style: none;
}
footer .footer-menu ul li a {
  font-weight: bold;
}
footer .footer-menu ul li + li {
  margin-top: -10px;
}
footer .suscribe .name {
  font-weight: bold;
  margin-bottom: 1em;
}
footer .suscribe .form-group {
  display: flex;
  gap: 10px;
}
footer .suscribe .form-group .submit {
  margin-top: 0;
}
footer .suscribe .social-share {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
footer .suscribe .social-share li {
  list-style: none;
}
footer .suscribe .social-share li a {
  font-weight: bold;
  text-decoration: none;
  color: #050014;
}
@media only screen and (min-width: 900px) {
  footer .suscribe .social-share li a:hover {
    text-decoration: underline;
  }
}
footer .subfooter {
  background-color: #050014;
  color: #fff;
  margin: 60px -60px -60px;
  padding: 40px 60px;
  font-size: 0.75em;
}
footer .subfooter > .limit {
  display: flex;
  justify-content: space-between;
}
footer .subfooter > .limit .copy a {
  color: #fff;
  text-decoration: underline;
  margin-inline: -10px;
}
footer .subfooter > .limit .cards {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .subfooter > .limit .cards .icon-cards {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .subfooter > .limit .cards svg {
  width: 40px;
  height: auto;
}
footer .subfooter > .limit .cards svg path {
  fill: #fff;
}

.fonts-testers {
  border-bottom: 1px solid #e9e9ea;
}
.fonts-testers .font-tester {
  border-top: 1px solid #e9e9ea;
  padding: 40px;
  transition: background-color 0.3s ease-in-out;
}
.fonts-testers .font-tester .test {
  text-align: center;
  font-size: 10.3vw;
}
.fonts-testers .font-tester .test.columns {
  text-align: left;
  font-size: 1vw;
  line-height: 130%;
  column-gap: 20px;
  column-count: 2;
}
.fonts-testers .font-tester .tools {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  opacity: 0.1;
  transition: opacity 0.3s ease-in-out;
}
.fonts-testers .font-tester .tools .select {
  grid-column: 1/10;
}
.fonts-testers .font-tester .tools .select select {
  width: 100%;
}
.fonts-testers .font-tester .tools .range {
  grid-column: span 5;
}
.fonts-testers .font-tester .tools .range label {
  font-size: 0.8em;
}
.fonts-testers .font-tester .tools .input {
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .fonts-testers .font-tester:hover {
    background-color: #fff;
  }
  .fonts-testers .font-tester:hover .tools {
    opacity: 1;
  }
}

.home .home-intro {
  padding-block: 60px;
  padding-inline: 60px;
  border-bottom: 1px solid #e9e9ea;
}
.home .home-intro .intro-txt {
  margin-inline: -60px;
  font-size: 250px;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.home .home-intro .intro-txt span {
  display: block;
  transition: transform 1.9s ease-out;
}
@media only screen and (min-width: 900px) {
  .home .home-intro .intro-txt:hover span {
    transform: translateX(-100%);
  }
}
.home .home-intro .intro-type {
  margin-top: 20px;
  font-size: 0.8em;
}
.home .home-intro .intro-type .btn {
  margin-left: -10px;
}
.home .home-posts {
  padding: 60px 60px 20px;
}
.home .home-hight {
  padding: 0 0px 60px;
  border-bottom: 1px solid #e9e9ea;
}
.home .home-hight .slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.home .home-fonts-list {
  padding: 60px 60px;
  border-bottom: 1px solid #e9e9ea;
}
.home .home-licenses-list {
  padding: 60px 60px;
}

.family header .utils {
  display: block;
}
.family .family-slider {
  border-bottom: 1px solid #e9e9ea;
}
.family .family-info {
  border-bottom: 1px solid #e9e9ea;
  padding: 60px;
}
.family .family-info > .limit {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.family .family-info > .limit .name {
  grid-column: 1/7;
  font-weight: bold;
  margin-bottom: 40px;
}
.family .family-info > .limit .body {
  grid-column: 1/4;
}
.family .family-info > .limit .sidebar {
  grid-column: 5/7;
  line-height: 110%;
}
.family .family-info > .limit .sidebar dl dt {
  font-weight: bold;
}
.family .family-info > .limit .sidebar dl dd {
  margin-bottom: 15px;
}
.family .family-subfamilies {
  border-bottom: 1px solid #e9e9ea;
}
.family .family-posts {
  padding: 60px 60px;
  border-bottom: 1px solid #e9e9ea;
}
.family .family-posts .name {
  margin-bottom: 40px;
  font-weight: bold;
}
.family .family-pairing {
  padding: 60px 60px;
}
.family .family-pairing .name {
  margin-bottom: 30px;
  font-weight: bold;
}
.family .family-pairing .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -15px;
}
.family .family-pairing .list .btn {
  font-size: 50px;
  height: auto;
}

.font-features {
  padding: 60px;
  border-bottom: 1px solid #e9e9ea;
}
.font-features .name {
  font-weight: bold;
  margin-bottom: 40px;
}
.font-features .feature .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.font-features .feature .head .name {
  font-weight: normal;
}
.font-features .feature .head .swich span.on {
  color: #c2c2c4;
}
.font-features .feature p {
  font-size: 6vw;
}
.font-features .feature.feature {
  margin-top: 40px;
}
.font-features .feature:hover .head .swich span.on {
  color: #050014;
}
.font-features .feature:hover .head .swich span.off {
  color: #c2c2c4;
}
.font-features .feature:hover p {
  font-feature-settings: "ss01";
}

.fonts .fonts-intro {
  border-bottom: 1px solid #e9e9ea;
  padding: 60px;
}
.fonts .fonts-intro p {
  font-size: 2.9vw;
  line-height: 120%;
}
.fonts .fonts-filters {
  position: sticky;
  z-index: 101;
  top: 56px;
  background-color: #f8f8f9;
  padding: 20px 60px;
}
.fonts .fonts-filters .limit {
  padding-left: 25px;
  position: relative;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(5, 1fr);
  color: #696672;
}
.fonts .fonts-filters .limit .desp {
  cursor: pointer;
  position: absolute;
  left: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #050014;
  border-top: 2px solid #050014;
  transform: translateY(0px) rotate(-135deg);
  margin-right: 5px;
  transition: transform 0.3s ease-in-out;
}
.fonts .fonts-filters .limit .desp.active {
  transform: translateY(4px) rotate(45deg);
}
.fonts .fonts-filters .limit > div .name {
  cursor: pointer;
}
.fonts .fonts-filters .limit > div .list {
  margin-top: 8px;
  display: none;
}
.fonts .fonts-filters .limit > div .list li {
  list-style-type: none;
}
.fonts .fonts-filters .limit > div .list li + li {
  margin-top: 8px;
}
.fonts .fonts-filters .limit > div .list li a {
  font-weight: bold;
  margin: -10px;
}
.fonts .fonts-filters .limit:has(.desp.active) > div .list {
  display: block;
}
.fonts .fonts-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px;
}
.fonts .fonts-list a {
  display: block;
  text-decoration: none;
  color: #050014;
  padding: 20px;
}
.fonts .fonts-list a article .head {
  font-size: 0.75em;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.fonts .fonts-list a article .head b {
  text-transform: uppercase;
  color: red;
}
.fonts .fonts-list a article .head b + div {
  margin-left: 10px;
}
.fonts .fonts-list a article .head .collection + .qty:before {
  content: "—";
  margin-inline: 5px;
}
.fonts .fonts-list a article .head .qty + b {
  margin-left: 10px;
}
.fonts .fonts-list a article .name {
  font-size: 3em;
}
@media only screen and (min-width: 900px) {
  .fonts .fonts-list a:hover {
    background-color: #fff;
  }
}

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