html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

a,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
strong,
i,
b,
small {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
    color: inherit;
    -webkit-font-smoothing: antialiased;
}


.index {
    font-size: 100px;
    text-align: center;
}

.index__link {
    display: block;
    margin-bottom: 0.5em;
}

.index__link__styles {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
}

.styles-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.styles {
    font-size: 30px;
    margin-bottom: 60px;
}

.styles h3 {
    font-size: 16px;
}

.tester {
    white-space: nowrap;
    margin-bottom: 60px;
}

.collection__name {
    font-size: 60px;
    margin-bottom: 20px;
}

.collection__description {
    margin-bottom: 30px;
    max-width: 40em;
}

.cart-button {
    border: none;
    background: white;
    font-size: inherit;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.cart-button:hover {
    background: #ccc;
}

.cart-button:after {
    content: " (" attr(data-count) ")";
    display: inline;
}

.buy-button {
    border: none;
    background: white;
    font-size: inherit;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.buy-button:hover {
    background: #ccc;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }


body {
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
}



/* --------------
 * FOUNDATION STYLES
*/

p,
.lbl {
    cursor: default;
}

body.stretch {
    height: 100%;
}

body.stretch > .wrapper {
    height: 100vh;
}

body.stretch > .wrapper > .main {
    height: 84.4vh;
    /* height: 510px; */
}

body.stretch .content-panel {
    min-height: 100%;
    height: 100%;
}

body.scrollable > .wrapper {
    min-height: 100vh;
}

body.scrollable > .wrapper > .main {
    min-height: 85%;
}

body.scrollable .content-panel {
    min-height: 78vh;
}
/* -------------- */


/* --------------
 * COMMON LAYOUT STYLES
*/

.horizontal-bar {
    height: 7.3vh;
    padding: 0 3.5vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.sticky-bar.sticky-bar-second {
    top: 7.3vh;
    z-index: 1;
}

.justified-content {
    display: flex;
    justify-content: space-between;
}

.text-align-center {
    text-align: center;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-div {
    display: table;
}

.table-div > .table-cell {
    display: table-cell;
    vertical-align: middle;
    line-height: 2.8vmin;
    font-size: 2.8vmin;
    padding-right: 2vw;
    white-space: nowrap;
}

.table-div.right-side > .table-cell:last-child {
    padding-right: 0;
} 

.content-panel {
    padding: 0 3.5vw;
}

.content-panel.fixed-height {
    height: 79vh;
    overflow: hidden;
}

.short-height {
    min-height: 60vh !important;
    height: 60vh;
    overflow: hidden;
}

.new-bg {
    background: linear-gradient(180deg, #0103BB 100vh, #fff 179vh) no-repeat;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-top {
    border-top: 1px solid;
}

.hidden {
    display: none !important;
}

.sideways-left {
    text-orientation: sideways;
    writing-mode: vertical-lr;
}

.sideways-right {
    text-orientation: sideways;
    writing-mode: vertical-lr;

    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -moz-transform: rotate(180deg);   /* Firefox */
    -ms-transform: rotate(180deg);   /* IE 9 */
    -o-transform: rotate(180deg);   /* Opera */
    transform: rotate(180deg);
}

.button-style {
    cursor: pointer;
    color: inherit;
}

.button-style:active,
.button-style:hover{
    color: inherit;
}

.hide-scrollbar {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


.onlymobile {
    display: none;
}

/* -------------- */


/* CUSTOM CSS */

/* Navigation Bar */
.navbar {
    background-color: inherit;
}


/* Footer Bar */
.footer {
    height: 8.3vh;
}

.footer .footer-container {
    margin-top: 1.6vh;
}

.footer .footer-container .footer-socials {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer .footer-container p {
    font-size: 1.3vh;
    opacity: 0.9;
    margin-top: 5px;
    margin-bottom: 0;
}



/* --------------
 * IMAGE CAROUSEL
*/

div.image-carousel-wrapper {
    padding: 3.2vh 0;
    overflow: hidden;
    display: flex;
}

div.image-carousel-wrapper a {
    display: inline-block;
    position: relative;
    line-height: 1;
}

div.image-carousel-wrapper a img {
    height: 47vh;
    margin-left: 3.5vw;
}

div.image-carousel-wrapper a span{
    transform: rotate(-90deg);
    z-index: 2;
    white-space: nowrap;
    width: 0px;
    height: 0px;
    position: absolute;
    right: -5px;
    bottom: 10px;
    font-size: 14px;
}

div.image-carousel-wrapper.slider-wrapper div.slide-move-btn {
    height: 47vh;
    line-height: 47vh;
    font-size: 30px;
    color: #000;
    background: rgb(255,255,255);
    z-index: 1;
    /* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); */
}
/* -------------- */
/* -------------- */



.columns {
    display: flex;
    justify-content: space-between;
    padding: 0 3.5vw;
}

.col1 {
    width: 30vw;
    line-height: 1.2;
}

.col2 {
    width: 58vw;
}

.col50 {
    width: 50vw;
}

.limit-column {
    display: flex;
    flex-direction: column;
}

.limit-column > * {
    flex-basis: 0px;
    flex-grow: 1;
}

.custom-scrollbar {
    overflow-y: auto;
    overscroll-behavior: auto;
    scrollbar-width: thin;
    scrollbar-color: #000 #00000008;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #ccc;
    background-color: #00000008;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #000;
}

.text-padding {
    padding-top: 6vh;
}

p {
    line-height: 1.32;
}

div.wrapper p {
    font-size: 2.8vh;
    margin-bottom: 4vh;
}


@keyframes rotating {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.rotating {
    animation: rotating 12s linear infinite;
}


/* --------------
 * FONT TESTER - SO LO KO
*/
div.font-tester-controls {
    position: relative;
}

div.font-tester-controls span.font-tester-label {
    height: 7.3vh;
    width: 1vw;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
}

.font-char {
    display: inline-block;
    min-width: 10px;
    min-height: 10px;
}

.font-char svg {
    overflow: visible;
}

div.font-tester-controls div.soloko-input {
    padding: 0 0.3vw 0 1vw;
}

div.font-tester-controls div.soloko .font-char {
    height: 2.4vmin;
    width: 2.8vmin;
}

div.soloko {
    height: 100%;
}

div.soloko * {
    line-height: 0;
}

.range {
    position: relative;
    height: 1px;
    width: clamp(50px, 3.7vw, 100px);
    /* animation: fadeIn 1s ease; */
}
.range__trace {
    display: block;
}
.range__handler {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}

div.font-tester-controls span.font-tester-tooltip {
    display: block;
    position: absolute;
    right: 100%;
    font-size: 1.5vmin;
    line-height: 7.3vh;
    opacity: 0;
}

div.font-tester-controls span.font-tester-tooltip.active { 
    animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    opacity: 1;
}

/* Animate opacity */
@keyframes fadein {
    0% { opacity: 0 }
    100% { opacity: 1 }
}
@-moz-keyframes fadein {
    0% { opacity: 0 }
    100% { opacity: 1 }
}
@-webkit-keyframes fadein {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

/* -------------- */
/* -------------- */

/* --------------
 * NEWSLETTER
*/
div.newsletter-signup {
    overflow: hidden;
}

div.newsletter-signup form {
    display: flex;
}

div.newsletter-signup__section .text-field__label-wrapper,
div.newsletter-signup p.newsletter-signup__intro {
    display: none;
}

div.newsletter-signup__section input.text-field__input {
    background: none;
    border-bottom: 1px solid;
    padding: 0;
    font-size: 1.3vh;
    line-height: 2;
    margin-right: 1vw;
}

div.newsletter-signup__section input.text-field__input:focus {
    box-shadow: none;
}

div.newsletter-signup__section input.text-field__input::placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: 1.3vh;
}

div.newsletter-signup h2.newsletter-signup__title,
div.newsletter-signup p.newsletter-newsletter-signup__intro,
div.newsletter-signup div.newsletter-signup__checkbox-field
{ 
    display: none;
}

div.newsletter-signup__section .text-field__input-wrapper {
    margin: 0;
    padding: 0;
}

div.newsletter-signup .newsletter-signup__section {
    margin: 0;
    line-height: 0;
}

div.newsletter-signup .newsletter-signup__section > * {
    line-height: 1.8;
}

div.newsletter-signup .newsletter-signup__checkbox-field {
    height: 1.72vh;
    margin: 0 10px 0 0;
}

div.newsletter-signup .newsletter-signup__checkbox-field .checkbox,
div.newsletter-signup .newsletter-signup__checkbox-field .checkbox input {
    width:  12px;
    height: 12px;
    margin-right: 6px;
}

div.newsletter-signup .checkbox__icon .icon {
    font-size: 16px;
    transform: scale(0.5);
}


div.newsletter-signup .newsletter-signup__checkbox-field label p {
    margin: 0;
    line-height: 12px;
}

div.newsletter-signup form button.submit-button {
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    font-size: 1.3vh;
    color: inherit;
}

div.newsletter-signup form button.submit-button:hover {
    border: 0;
    outline: none;
    background: none;
    color: inherit;
}

div.newsletter-signup form button.submit-button:hover:enabled {
    cursor: pointer;
}

div.newsletter-signup form button.submit-button::selection {
    background: none;
    color: inherit;
}


div.newsletter-signup p.newsletter-signup__error {
    overflow: hidden;
    width: 20vw;
}
/* -------------- */
/* -------------- */

div.font-preloader {
    position: absolute;
    width: 10px;
    height: 10px;
    overflow: hidden;
    z-index: -1;
}

div.page-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    background: inherit;
    z-index: 11;
}

div.page-loader div.page-loader-svg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10vw;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii0yNSAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDAgMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgICA8Y2lyY2xlIHN0cm9rZT0ibm9uZSIgY3g9IjYiIGN5PSI1MCIgcj0iNiI+CiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZHVyPSIxcyIgdmFsdWVzPSIwOzE7MCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwLjEiPjwvYW5pbWF0ZT4gICAgCiAgICA8L2NpcmNsZT4KICAgIDxjaXJjbGUgc3Ryb2tlPSJub25lIiBjeD0iMjYiIGN5PSI1MCIgcj0iNiI+CiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZHVyPSIxcyIgdmFsdWVzPSIwOzE7MCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwLjIiPjwvYW5pbWF0ZT4gICAgICAgCiAgICA8L2NpcmNsZT4KICAgIDxjaXJjbGUgc3Ryb2tlPSJub25lIiBjeD0iNDYiIGN5PSI1MCIgcj0iNiI+CiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZHVyPSIxcyIgdmFsdWVzPSIwOzE7MCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGJlZ2luPSIwLjMiPjwvYW5pbWF0ZT4gICAgIAogICAgPC9jaXJjbGU+Cjwvc3ZnPg==)
}

div.page-loader.fade-out { 
    animation: fadeout 0.3s;
    -webkit-animation: fadeout 0.3s;
    -moz-animation: fadeout 0.3s;
}

div.page-loader.fade-in { 
    animation: fadein 0.5s forwards;
    -webkit-animation: fadein 0.5s forwards;
    -moz-animation: fadein 0.5s forwards;
}

/* Animate opacity */
@keyframes fadeout {
    from { opacity: 1 }
    to { opacity: 0 }
}
@-moz-keyframes fadeout {
    from { opacity: 1 }
    to { opacity: 0 }
}
@-webkit-keyframes fadeout {
    from { opacity: 1 }
    to { opacity: 0 }
}

div.menu-item {
    position: relative;
}

div.menu-item > span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    font-size: 10px;
}

div.menu-item div.font-anatomy-hz {
    position: absolute;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #000;
}

div.menu-item img.menu-soon-badge {
    position: absolute;
    width: 5vw;
    height: 5vw;
    top: -1vw;
    left: 72%;
}

a.menu-item-link {
    display: block;
}

a.menu-item-link > img {
    width: 100%;
    height: 100%;
}

a.menu-item-link img.default{ display: block; }
a.menu-item-link img.bold { display: none; }

a.menu-item-link:hover img.default{ display: none; }
a.menu-item-link:hover img.bold { display: block; }

.character-viewer__monitor__title,
div.character-viewer__features-map {
    display: none !important;
}



div.character-viewer__monitor {
    margin-left: 3.5vw;
    margin-top: 3.5vh;
}

.character-viewer__character-map,
.character-viewer__features-map {
    grid-gap: 3.5vw;
}

.character-viewer__monitor__container { 
    top: 18.1vh !important;
}

.character-viewer__monitor__character {
    border: 0 !important;
}

div.character-viewer__block__name{
    font-size: 2.8vh;
    line-height: 7vh;
    height: 7vh !important;
}

.character-viewer__block:first-child{
    padding-top: 20px;
}

.character-viewer_blocks .character-viewer__block .character-viewer__block__characters {
    margin-bottom: 0 !important;
}





.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.btn.text-align-left {
    text-align: left;
}

span.btn,
a.btn {
    cursor: pointer !important;
}

span.table-cell{ cursor: default; }

.btn span.btn-ghost,
.lbl-ghost {
    visibility: hidden;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.btn span.btn-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}






.font-color-menutheme {
    background-color: #FFF500;
}

.font-color-menutheme .navbar,
.font-color-menutheme .footer,
.font-color-menutheme .border-bottom,
.font-color-menutheme .border-top {
    border-color: #000000 !important;
}

/* .font-color-menutheme a,
.font-color-menutheme a:active, */
.font-color-menutheme .font-showcase-slide,
.font-color-menutheme .menu-list a,
.font-color-menutheme .navbar a.navbar-item,
.font-color-menutheme .footer * {
    color: #000000;
}

.font-color-blacknwhitetheme {
    background-color: #fff;
}

body.font-color-blacknwhitetheme .horizontal-bar.sticky-bar {
    background-color: #fff;
}

.font-color-blacknwhitetheme .navbar,
.font-color-blacknwhitetheme .footer,
.font-color-blacknwhitetheme .border-bottom,
.font-color-blacknwhitetheme .border-top {
    border-color: #000 !important;
}

/* .font-color-blacknwhitetheme a,
.font-color-blacknwhitetheme a:active, */
.font-color-blacknwhitetheme .font-showcase-slide,
.font-color-blacknwhitetheme .menu-list a,
.font-color-blacknwhitetheme .navbar a.navbar-item,
.font-color-blacknwhitetheme .footer * {
    color: #000 !important;
}

.font-color-goldentheme {
    background: linear-gradient(180deg, #DAB77E 60vh, #EDDBBF 100vh, #fff 120vh) no-repeat;
}

body.font-color-goldentheme .horizontal-bar.sticky-bar {
    background-color: #DAB77E;
}
body.font-color-goldentheme .horizontal-bar.sticky-bar.sticky-bar-second {
    background-color: #EAD8B8;
}

.font-color-goldentheme .navbar,
.font-color-goldentheme .footer,
.font-color-goldentheme .border-bottom,
.font-color-goldentheme .border-top {
    border-color: #000 !important;
}

/* .font-color-blacknwhitetheme a,
.font-color-blacknwhitetheme a:active, */
.font-color-goldentheme .font-showcase-slide,
.font-color-goldentheme .menu-list a,
.font-color-goldentheme .navbar a.navbar-item,
.font-color-goldentheme .footer * {
    color: #000 !important;
}


.slider-wrapper {
    position: relative;
    white-space: nowrap;
    /* overflow: hidden; */
    display: flex;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.slider-wrapper span{
    display: inline-block;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.slider-wrapper div.slide-move-btn {
    position: absolute;
    right: 0;
    width: 100px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.slider-wrapper div.slide-move-btn:hover {
    font-weight: 600;
}


/* --------------
 * BASE LAYOUT
*/
#MenuWrapper {
    display: flex;
    width: 100%;
    height: 84.4vh;
}

#MenuWrapper div.menu-list {
    width: 95vw;
}
#MenuWrapper menu {
    text-align: center;
    width: 66vw;
    margin: 0 auto;
}

#MenuWrapper menu li {
    display: block;
    height: 20vh;
}

#MenuWrapper menu li:first-of-type {
    margin-top: 4vh;
}

#MenuWrapper menu li a {
    cursor: pointer;
}

#FontSwitcher {
    width: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    position: relative;
}

#FontSwitcher div {
    cursor: default;
}

#FontSwitcher div.font-switcher-tooltip {
    position: absolute;
    white-space: nowrap;
    right: 120%;
    font-size: 1.5vmin;
    line-height: 1.8vw;
    opacity: 0;
}

#FontSwitcher div.font-switcher-tooltip.active {
    animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    opacity: 1;
}

/* #FontSwitcher div a {
    height: 1.8vw;
    font-size: 1.8vw;
    display: inline-block;
    text-align: center;
    position: relative;
} */

#ContentWrapper {
    height: 100%;
}

#FontSwitcher div a svg {
    transform: rotate(90deg);
    /* transform-box: fill-box;
    transform-origin: center; */
}

#FontSwitcher span.font-char {
    width: 1.8vw;
    height: 1.4vw;
}

#FontSwitcher div.sideways-right:not(.font-switcher-tooltip ) {
    text-orientation: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84.4vh;
}

#FontSwitcher a.font-switcher-btn:not(:first-of-type) {
    margin: 10px 0 0;
}
/* -------------- */





/* --------------
 * INDEX PAGE
*/
div.wrapper,
main,
#ContentWrapper,
#FontShowcase,
#FontShowcase div:not(.soloko *) {
    background-color: inherit;
}

#FontShowcase {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#FontShowcase div.font-showcase-slide {
    height: 100%;
    /* display: none; */
    position: absolute;
    top: -2000px;
}

#FontShowcase div.font-showcase-slide.active {
    display: flex;
    flex-direction: column;
    top: 0;
}

#FontShowcase div.font-showcase-slide > div.font-showcase-preview-wrapper {
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    width: 100vw;
}

#FontShowcase div.font-showcase-styles-bar {
    width: 100vw;
    padding: 0;
}

#FontShowcase div.font-showcase-styles-bar div.font-showcase-styles-scroll-wrapper {
    height: 100%;
    text-align: center;
    font-size: 2.8vh;
    line-height: 7.3vh;
    cursor: default;
}

#FontShowcase div.font-showcase-styles-bar span.btn-switch-font-style {
    cursor: pointer;
}

#FontShowcase div.font-showcase-styles-bar span.btn-switch-font-style:hover {
    text-decoration: underline;
}

#FontShowcase div.font-showcase-styles-bar .slider-wrapper div.slide-move-btn {
    width: 5vw;
    height: 7.0vh;
    font-size: 2.8vh;
    line-height: 7.0vh;
    background-color: inherit;
}

#FontShowcase div.font-showcase-type-style-preview,
#FontShowcase div.font-showcase-type-anatomy-preview,
#FontShowcase div.font-showcase-type-about {
    width: 84vw;
    height: 100%;
    flex-grow: 1;
    text-align: center;
    font-size: 15vmin;
}

#FontShowcase div.font-showcase-type-style-preview {
    flex-direction: column;
    line-height: 1.1;
}

#FontShowcase div.font-showcase-type-style-preview h1,
#FontShowcase div.font-showcase-type-style-preview h2 {
    white-space: nowrap;
}

#FontShowcase div.font-showcase-type-about p {
    font-size: 5vmin;
    text-align: center;
    margin: 0 4vw;
    line-height: 1.4;
}


/* Showcase previous and next buttons */
#FontShowcase div.font-showcase-previous,
#FontShowcase div.font-showcase-next {
    height: 65vh;
    width: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.7vh;
    white-space: nowrap;
}


#FontShowcase div.font-showcase-previous > span.btn {
    transform: rotate(90deg);
}

#FontShowcase div.font-showcase-next > span.btn {
    transform: rotate(-90deg);
}

#FontShowcase div.font-showcase-next > span.btn,
#FontShowcase div.font-showcase-previous > span.btn {
    cursor: pointer;
    line-height: 100%;
}

div.font-slide-menu .table-cell {
    padding-right: 4vw;
}

div.font-showcase-new-badge {
    width: 10vmax;
    height: 10vmax;
    position: absolute;
    cursor: grab;
    bottom: 10%;
    left: 11%;
    background-repeat: no-repeat;
    background-position: center center;
}

#FontShowcase .slider-wrapper span{
    padding: 0 1vw;
}

/* -------------- */





/* --------------
 * ABOUT PAGE
*/
#FontAboutPage {
}

#FontAboutPage div.font-about-text{
}

#FontAboutPage p {

}

#FontAboutPage div.brand-icon-wrapper {
    position: relative;
}

#FontAboutPage div.brand-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30vw;
    height: 40vmin;
    margin-bottom: 4vh;
    /* display: none; */
    opacity: 0;
    transition: opacity 0.6s ease-in;
}

#FontAboutPage div.brand-icon.active {
    opacity: 1;
}

#FontAboutPage div.brand-icon img {
    width: 100%;
    height: 100%;
}
/* -------------- */





/* --------------
 * CATALOGUE PAGE
*/
#FontCatalogue .catalogue-font-display {
    overflow-x: hidden;
}

#FontCatalogue .catalogue-font-display-text {
    font-size: 16vh;
    line-height: 1.2;
    white-space: nowrap;
}

#FontCatalogue div.catalogue-font-display:last-of-type {
    border-bottom-width: 0px;
}

#FontCatalogue div.catalogue-font-display a,
#FontCatalogue div.catalogue-font-display span{
    color: inherit;
}
/* -------------- */





/* --------------
 * FONT DETAIL PAGE
*/
#FontAbout {
    display: flex;
    overflow: hidden;
}

#FontAbout h1 {
    font-size: clamp(12px, 17vmin, 180px);
    line-height: 1.2;
    margin: 3vh 0;
}

#FontStyles {
    display: flex;
    position: relative;
}

#FontStyles ul {
    list-style: none;
    padding: 0;
    font-size: 4vmin;
    line-height: 1.8;
    margin-top: 2vh;
}

#FontStyles div.font-styles-wrapper {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    overscroll-behavior: auto;
    scrollbar-width: thin;
}

#FontStyles div.font-styles-wrapper-inner {
    min-height: 100%;
}

#FontStyles div.font-styles-list{
    padding-right: 3.5vw;
    border-right: 1px solid;
}

#FontStyles div.font-styles-preview{
    padding-left: 3.5vw;
    flex-grow: 1;
}

#FontTester,
#FontCharacterSet {
    position: relative;
}

#FontTester div.font-tester-text {
    font-size: 7vmax;
    outline: 0px solid transparent;
}

#FontTester .font-tester-styles-bar {
    padding: 0;
}

#FontTester .slider-wrapper span{ 
    padding: 0 1vw;
    height: 100%;
    text-align: center;
    font-size: 2.8vh;
    line-height: 7.3vh;
    cursor: pointer;
}

#FontTester .slider-wrapper span:hover {
    text-decoration: underline;
}

#FontTester .slider-wrapper div.slide-move-btn {
    width: 5vw;
    height: 7.0vh;
    font-size: 2.8vh;
    line-height: 7.0vh;
    background-color: #fff;
}

div.font-buy-button-column {
    position: relative;
}

div.font-buy-button-wrapper {
    position: absolute;
    height: 30vh;
    bottom: 0;
    right: 0;
    margin-bottom: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

div.font-buy-button-wrapper * {
    cursor: pointer;
}

div.font-buy-rotating-o-parent {

}

div.font-buy-button-wrapper span.font-buy-rotating-o {
    font-size: 24vw;
    display: block;
}

div.font-buy-button-wrapper span.font-buy-label {
    position: absolute;
    font-size: 3.5vw;
}

.anchor {
    position: absolute;
    display: block;
    height: 1px;
    top: -14.6vh;
    visibility: hidden;
}

div.font-stats-bar .table-cell {
    padding-right: 4vw;
}

.flex { display: flex; }
.flex-column { flex-direction: column; }
.flex-grow { flex-grow: 1; }
/* -------------- */





/* --------------
 * CUSTOM PAGE
*/
#CustomPageBanner {
    height: 78vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3.5vw;
}

#CustomPageBanner h1 {
    font-size: 18vmin;
}

#CustomPageBanner img {
    width: 100%;
}

#CustomPageBody p {
}

#CustomPageBody img {
    width: 100%;
    margin-bottom: 4vh;
}
/* -------------- */





/* --------------
 * IN USE PAGE
*/
#InUseCollections div:last-child {
    border-bottom: 0 !important;
}
/* -------------- */



/* --------------
 * FAQs PAGE
*/
#FaqsPage {
    padding: 0;
    height: 84vh;
}

#FaqsPage ul.faq-articles-list {
    margin: 0;
    padding: 0;
}

#FaqsPage ul.faq-articles-list > li {
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #000;
}

#FaqsPage ul.faq-articles-list li:hover {
    color: black;
}

#FaqsPage ul.faq-articles-list li > a {
    display: block;
    padding: 4vh 3.5vw;
    font-size: 3vh;
    line-height: 1.4;
}

#FaqsPage ul.faq-articles-list li:not(:hover) {
    color: #000;
}

/* #FaqsPage ul.faq-articles-list li:last-child {
    border-bottom: 0px;
} */

#FaqsPage div.faq-article-content {
    box-sizing: border-box;
    border-left: 1px solid #000;
    height: 100%;
    line-height: 1.32;
    font-size: 2.8vh;
    display: none;
}

#FaqsPage div.faq-article-content.active {
    display: block;
}

#FaqsPage div.faq-article-content.active div{
    /* position: fixed;
    overflow-y: scroll; */
    padding: 4vh 3.5vw;
    /* height: 84.4vh;
    box-sizing: border-box; */
}

.markdown-content {
    line-height: 1.32;
    font-size: 2.8vh;
}

.markdown-content p {
    font-size: 2.8vh;
    margin-bottom: 4vh;
}

.markdown-content h1 {
    font-size: 1.5em;
    margin: 0 0 0.67em;
}

.markdown-content h2 {
    font-size: 1.3em;
    margin: 0.67em 0;
}

.markdown-content h3 {
    font-size: 1.1em;
    margin: 0.67em 0;
}

.markdown-content a {
    text-decoration: underline;
}

.markdown-content a:hover {
    cursor: pointer;
    text-decoration-style: double;
}

.markdown-content li {
    margin-top: 10px;
}

.store-modal__container__container p {
    margin: 16px 0;
}


.cookie-concent-wrapper {
    background: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    right: 0;
    z-index: 10;
    text-align: center;
}

.cookie-concent-wrapper a {
    text-decoration: underline;
}

.cookie-concent-wrapper button.cookie-concent-btn-ok {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 1.5rem;
    font-size: 16px;
    line-height: 2.375rem;
    border: 0;
    background-color: #1866d4;
    color: #fefefe;
    transition: all .2s;
    margin-left: 20px;
}

.cookie-concent-wrapper button.cookie-concent-btn-ok:hover{
    background: #3d7bd9;
    cursor: pointer;
}


/* -------------- */


/* --------------
 * CONTACTS AND TRIAL PAGE
*/

/* form h1 {
    font-size: 2.8vmin;
    margin-bottom: 5vh;
} */


form textarea {
    min-height: 100px;
}

form select {
    font-size: 1.6vh;
    padding: 4px 2px;
    border: 1px solid #000;
}

form label:not(:first-of-type) {
    margin-top: 3vh;
}

form input {
    border: 0;
    border-bottom: 1px solid #000;
}

form input::placeholder,
form textarea::placeholder {
    font-size: 1.6vh;
    opacity: 0.6;
}

form input.form-button {
    display: inline-block;
    border: 1px solid #000;
    background-color: #000;
    /* margin-top: 3vh; */
    color: #fff;
}

form input.form-button:hover {
    background-color: #fff;
    cursor: pointer;
    color: #000;
    
}

form div.form-error {
    display: inline-block !important;
    color: red;
    margin-top: 3vh;
}


#ContactPage h1 {
    font-size: 3.6vmin;
    margin-bottom: 4vh;
}

#ContactPage p {
    font-size: 2.8vmin;
    line-height: 1.32;
}

/* #ContactPage form,
#ContactPage form label,
#ContactPage form input,
#ContactPage form textarea {
    width: 100%;
    font-size: 2vh;
} */

#ContactPage form {   
    display: flex;
    flex-direction: column; 
    margin: 4vh 0;
}

/* #ContactPage form label{
    font-size: 2vh;
    line-height: 1.32;
    margin-bottom: 1vh;
} */

#ContactPage form input,
#ContactPage form textarea {
    font-size: 2.8vmin;
    padding: 2.8vmin;
    border: 1px solid #000;
    margin-bottom: 1.5vmin;
}

#ContactPage form input::placeholder,
#ContactPage form textarea::placeholder {
    font-size: 2.8vmin;
}

#ContactPage form select {
    font-size: 2.8vmin;
    padding: 2.8vmin;
    margin-bottom: 1.5vmin;
}


#ContactPage div.inline-input {
    display: flex;
    flex-direction: row;
}

#ContactPage div.inline-input input:first-child {
    flex-grow: 1;
}

#ContactPage div.inline-input * {
    height: auto;
}

#ContactPage div.inline-input input.form-button{
    border-left: 0px;
}

#ContactPage form.test-fonts__form div.text-field__label-wrapper {
    display: none;
}

#ContactPage form.test-fonts__form div.test-fonts__section {
    margin: 0;
}

#ContactPage form.test-fonts__form .text-field__input {
    line-height: 1.15;
    background-color: revert;
}

#ContactPage form.test-fonts__form .text-field__input:focus {
    box-shadow: revert;
    outline: revert;
}

#ContactPage form.test-fonts__form div.test-fonts__checkbox-field p,
#ContactPage form.test-fonts__form div.test-fonts__checkbox-field label {
    font-size: 2.2vmin;
    margin-bottom: 0;
}

#ContactPage form.test-fonts__form div.checkbox input {
    padding: 0;
}

#ContactPage form.test-fonts__form .test-fonts__checkbox-field {
    margin-bottom: 1.5vmin;
}

#ContactPage form.test-fonts__form button.submit-button {
    display: inline-block;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 2.8vmin;
    padding: 2.8vmin;
    border: 1px solid #000;
    margin-bottom: 1.5vmin;
}

#ContactPage form.test-fonts__form button.submit-button:hover:enabled {
    background-color: #fff;
    cursor: pointer;
    color: #000;
}

#ContactPage div.test-fonts {
    margin-top: 4vh;
}

/* -------------- */

@media screen and (max-width: 800px){

    .onlybigscreen {
        display: none !important;
    }

    .onlymobile {
        display: block !important;
    }


    footer.footer {
        overflow: hidden;
    }

    .footer {
        height: auto;
    }



    .footer .footer-container {
        margin-top: 0;
        padding: 10px;
        justify-content: space-between;
    }

    .footer .footer-container p {
        font-size: 10px;
        line-height: 1.0;
    }

    .footer div.footer-first-row {
        height: 45px;
    }

    div.newsletter-signup__section input.text-field__input {
        font-size: 10px;
        width: 90px;
    }
    
    div.newsletter-signup__section input.text-field__input::placeholder {
        font-size: 10px;
    }

    div.slider-wrapper .slide-move-btn {
        display: none;
    }
}


.hideonweb {
    display: none !important;
}

@media screen and (max-width: 600px){
    .onlyweb {
        display: none !important;
    }
    .hideonweb {
        display: block !important;
    }

    body {
        overflow-x: hidden;
    }

    
    .table-div > .table-cell {
        font-size: 23px;
        line-height: 1;
        padding-right: 20px;
    }

    div.wrapper {
        overflow: hidden;
    }

    body.stretch > .wrapper > .main {
        height: 78vh;
    }

    body.scrollable > .wrapper > .main {
        min-height: 78vh;
    }

    nav.navbar {
        position: relative !important;
        overflow-y: hidden;
    }

    .content-panel.columns {
        display: block;
        padding: 0 5vw;
    }

    .text-padding {
        padding-top: 10px;
    }
    

    .markdown-content p {
        font-size: 16px !important;
        margin: 0 0 1.5em !important;
        line-height: 1.5;
    }
    
    .markdown-content h1 {
        font-size: 22px !important;
        margin: 0.67em 0 !important;
    }
    
    .markdown-content h2 {
        font-size: 20px;
        margin: 0.67em 0 !important;
    }
    
    .markdown-content h3 {
        font-size: 18px;
        margin: 0.67em 0 !important;
    }

    .markdown-content ul {
        margin: 0 0 6vh;
    }

    .markdown-content li {
        margin: 0px !important;
    }




    div.slider-wrapper .slide-move-btn {
        display: none;
    }

    div.image-carousel-wrapper a img {
        height: 320px;
        margin-left: 40px;
    }

    div.image-carousel-wrapper a span {
        font-size: 11px;
    }

    div.image-carousel-wrapper.slider-wrapper div.slide-move-btn {
        height: 320px;
        line-height: 320px;
        width: 70px;
    }


    #spotlight div.spl-page {
        margin-left: 10px;
    }

    #spotlight div.spl-pane img{
        max-width: 100%;
    }

    #spotlight div.spl-footer {
        display: none;
    }
    


    #MenuWrapper {
        height: 100%;
        min-height: 80.0vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #MenuWrapper div.menu-list {
        width: auto;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #MenuWrapper menu {
        width: 94vw;
        margin: 0;
        padding: 0;
    }

    #MenuWrapper menu li {
        height: 12vh;
        margin: 0 !important;
    }

    #MenuWrapper menu li a {
        overflow: hidden;
    }

    #MenuWrapper menu li a img {
        width: 150%;
        transform: translateX(-50%);
        margin-left: 50%;
    }

    div.menu-item img.menu-soon-badge {
        width: 5vh;
        height: 5vh;
        left: 82%; 
    }


    #FontSwitcher {
        width: auto;
        margin: 0 0 2vh;
    }

    #FontSwitcher div a {
        display: block;
        width: 8vw;
        margin: 0;
        justify-content: start;
    }

    #FontSwitcher .sideways-right {
        text-orientation: initial;
        writing-mode: initial;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    #FontSwitcher div.font-switcher-tooltip {
        bottom: 160%;
        right: auto !important;
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
    }
    
    #FontSwitcher div a svg {
        height: 16px;
        transform: rotate(0);
    }

    #FontSwitcher div.sideways-right:not(.font-switcher-tooltip) {
        height: auto;
        margin: 0;
    }

    #FontSwitcher a.font-switcher-btn:not(:first-of-type) {
        margin: 0;
    }

    #FontSwitcher span.font-char {
        width: auto;
        height: auto;
        display: flex;
    }







    #FontAboutPage {
        padding-top: 20px;
        flex-direction: column;
    }

    #FontAboutPage .col1,
    #FontAboutPage .col2 {
        width: auto;
    }

    #FontAboutPage p {
        font-size: 20px;
        line-height: 1.4;
    }

    #FontAboutPage div.brand-icon-wrapper {
        /* width: 312px; */
        height: 390px;
        margin-top: 4vh;
    }

    #FontAboutPage div.brand-icon {
        width: 100%;
        height: 390px;
    }









    #FontCatalogue .catalogue-font-display-text {
        font-size: 80px;
    }

    #FontCatalogue div.catalogue-font-display div.catalogue-font-info-bar a,
    #FontCatalogue div.catalogue-font-display div.catalogue-font-info-bar span {
        font-size: 15px;
    }




    #FontAbout h1 {
        font-size: 65px;
        line-height: 1;
        margin-top: 20px
    }

    #FontAbout div.font-about-text p {
        font-size: 20px;
        line-height: 1.4;
    }

    #FontAbout div.flex {
        flex-direction: column;
    }

    #FontAbout div.flex .col1,
    #FontAbout div.flex .col2 {
        width: auto;
    }

    #FontAbout div.font-buy-button-wrapper {
        position: relative;
        height: auto;
    }

    #FontAbout div.font-buy-button-wrapper span.font-buy-rotating-o {
        font-size: 100vw;
    }

    #FontAbout div.font-buy-button-wrapper span.font-buy-label {
        font-size: 15vw;
    }

    #FontStyles div.font-styles-list {
        border-right: 0px;
    }

    #FontStyles div.font-styles-list ul {
        font-size: 45px;
    }


    #FontTester div.font-tester-info-bar span.font-tester-tooltip {
        right: 105%;
        font-size: 10px;
    }

    #FontTester div.font-tester-info-bar .soloko .font-char {
        width: 20px;
        height: 16px;
    }

    .character-viewer__block__character-list>div {
        --item-size: calc(var(--size) / (var(--width) / 46) * 100%);
    }

    .character-viewer__block__characters {
        font-size: 22px;
    }

    div.character-viewer__block__name {
        padding-left: 15px;
    }


    #CustomPageBanner {

    }

    #CustomPageBody.columns {
        flex-direction: column;
    }

    #CustomPageBody div.col1,
    #CustomPageBody div.col2 {
        width: auto;
    }

    #CustomPageBody p {
        line-height: 1.4;
        font-size: 20px;
    }


 


    #InUseCollections .in-use-collection-item-images {
        padding: 15px 0;
    }




    #ContactPage {
        width: 93vw;
        padding-top: 4vh;
    }

    #ContactPage h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
    #ContactPage p {
        font-size: 20px;
    }

    #ContactPage div.inline-input{
        flex-direction: column;
        align-items: normal;
    }

    #ContactPage form input,
    #ContactPage form select,
    #ContactPage form textarea {
        font-size: 20px;
        padding: 20px;
    }

    #ContactPage form input::placeholder,
    #ContactPage form select::placeholder,
    #ContactPage form textarea::placeholder {
        font-size: 20px;
    }







    #FontShowcase div.font-showcase-type-style-preview h1,
    #FontShowcase div.font-showcase-type-style-preview h2 {
        white-space: normal;
    }

    #FontShowcase div.font-showcase-previous, #FontShowcase div.font-showcase-next {
        font-size: 1.5vh;
    }

    #FontShowcase div.font-showcase-new-badge {
        width: 15vmax;
        height: 15vmax;
        bottom: 6%;
        left: 10%;
    }

    #FontShowcase div.font-tester-controls {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    #FontShowcase div.font-tester-controls.table-cell {
        font-size: 16px;
    }

    #FontShowcase div.font-tester-controls span.font-tester-tooltip {
        right: 105%;
        font-size: 10px;
    }

    #FontShowcase div.font-tester-controls .soloko .font-char {
        width: 20px;
        height: 16px;
    }






    #FaqsPage .col50 {
        width: 100%;
    }

    #FaqsPage ul.faq-articles-list li > a {
        font-size: 25px;
        padding: 3vh 3.5vw;
    }

    #FaqsPage li.faq-article-content {
        padding: 0;
        font-size: 20px;
        line-height: 1.4;
        /* height: 0; */
        overflow: hidden;
    }

    #FaqsPage li.faq-article-content > div {
        padding: 3vh 3.5vw;
        height: 60vh;
    }

    /* #FaqsPage li.faq-article-content.active {
        height: auto !important;
    } */


    #TermsPage .col2 {
        width: auto;
    }
}


.accordeon {  
    -webkit-animation: slideup 1s ease; /* Safari 4+ */
    -moz-animation:    slideup 1s ease; /* Fx 5+ */
    -o-animation:      slideup 1s ease; /* Opera 12+ */
    animation:         slideup 1s ease; /* IE 10+ */

    overflow-y: auto !important;
}

.accordeon-close {
    -webkit-animation: accordeon-close 1s; /* Safari 4+ */
    -moz-animation:    accordeon-close 1s; /* Fx 5+ */
    -o-animation:      accordeon-close 1s; /* Opera 12+ */
    animation:         accordeon-close 1s; /* IE 10+ */
    height: 0;
    overflow-y: hidden !important;
}

:root {
    --accordeon-end-height: 300px;
}

@-webkit-keyframes slideup {
    0%   { height: 0px; }
    100% { height: var(--accordeon-end-height); }
}
@-moz-keyframes slideup {
    0%   { height: 0px; }
    100% { height: var(--accordeon-end-height); }
}
@-o-keyframes slideup {
    0%   { height: 0px; }
    100% { height: var(--accordeon-end-height); }
}
@keyframes slideup {
    0%   { height: 0px; }
    100% { height: var(--accordeon-end-height); }
}

@-webkit-keyframes accordeon-close {
    0% { height: var(--accordeon-end-height); }
    100%   { height: 0px; }
}
@-moz-keyframes accordeon-close {
    0% { height: var(--accordeon-end-height); }
    100% { height: 0px; }
}
@-o-keyframes accordeon-close {
    0% { height: var(--accordeon-end-height); }
    100% { height: 0px; }
}
@keyframes accordeon-close {
    0% { height: var(--accordeon-end-height); }
    100% { height: 0px; }
}

