/* ********************************************
                    FONTS
******************************************** */
@font-face {
    font-family: Axiforma-Light;
    src: url('../fonts/Axiforma-Light.otf');
}

@font-face {
    font-family: Axiforma-Regular;
    src: url('../fonts/Axiforma-Regular.otf');
}

@font-face {
    font-family: Axiforma-Book;
    src: url('../fonts/Axiforma-Book.otf');
}

@font-face {
    font-family: Axiforma-Bold;
    src: url('../fonts/Axiforma-Bold.otf');
}

@font-face {
    font-family: CarinoSans-SemiBold;
    src: url('../fonts/CarinoSans-SemiBold.otf');
}

@font-face {
    font-family: RidleyGrotesk-Medium;
    src: url('../fonts/RidleyGrotesk-Medium.otf');
}


/* ********************************************
                HTML/PAGE SETTINGS
******************************************** */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    /*overflow-y: hidden; /* only for LOCOMOTIVE SCROLL */
    overflow-y: overlay;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-scrollbar {
    z-index: 99; /* only for LOCOMOTIVE SCROLL */
}


::selection {
    color: #fff;
    background-color: #2a2f46;
}

:root {
    font-size: 16px;
}

h1 {
    font-family: "Axiforma-Book", Verdana, sans-serif;
    font-size: 3.1rem;
    margin-left: -3px;
}

h2 {
    font-family: "Axiforma-Book", Verdana, sans-serif;
    font-size: 3rem;
}

h3 {
    font-family: "Axiforma-Book", Verdana, sans-serif;
    font-size: 2.25rem;
}

h5 {
    font-family: "Axiforma-Light", Verdana, sans-serif;
    font-size: 2.3rem;
}

p, a, li, span {
    font-family: "Axiforma-Book", Verdana, sans-serif;
    font-weight: 100;
    font-size: 1rem;
}

p, li, span, title, h1, h2, h3, h4, h5 {
    color: #2a2f46;
}

a, .page-template-page-contacts a:hover {
    color: #be8e31;
}

a:hover, a.design:hover, ul.menu-page-list li.current-menu-item a, ul.menu-page-list li a:hover {
    text-decoration: none;
    color: #2a2f46;
}

a, a:hover, .close-menu, .close-menu span, .menu, .slider-controls .controller, .slider-controls .controller:hover, ::placeholder, input:focus::placeholder, textarea:focus::placeholder, input, textarea, input:hover, textarea:hover, form #submit:after, form #submit:hover:after, .page-template-page-contacts .location svg path, .page-template-page-contacts .location:hover > svg path, .slider-controls span, .slider-controls span:hover, .img-cols a button:after, .endpage a.bttn button:after, .img-cols a button:hover:after, .endpage a.bttn button:hover:after, button, button:hover, ul.menu-page-list:hover > li, .history-navigation a, .history-navigation a:hover, ul.menu-page-list.closing, section.intro, .lds-ring, .error-404 a.button.bttn:after, .error-404 a.button.bttn:hover:after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

b, strong {
    font-family: "Axiforma-Bold", Verdana, sans-serif;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
    width: fit-content;
}

a.bttn {
    width: max-content;
    height: max-content;
    display: block;
}

button, a.button {
    font-family: "Axiforma-Book", Verdana, sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    background-color: transparent;
    border: 2px solid #be8e31;
    padding: 12px 20px;
    position: relative;
    display: block;
}

button:focus, input:focus {
    outline: none;
}

.gold {
    color: #b0a894;
}



/* ********************************************
                    FORMS
******************************************** */
input, textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a2a2a2;
    background-color: transparent;
    padding: 0;
    margin-bottom: 35px;
    color: #2a2f46;
    font-family: "Axiforma-Regular", Verdana, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.22px;
    display: block;
    position: relative;
}

input {
    height: 40px;
}

textarea {
    height: 120px;
}

input:hover, textarea:hover {
    border-bottom-color: #2a2f46;
}

input:focus, textarea:focus {
    outline: none;
}

::placeholder {
    color: #2a2f46;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: #a2a2a2;
}

/* Contact Form 7 */
.wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 100%;
}

.wpcf7-not-valid-tip {
    margin-top: -26px;
    font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
    font-family: "Axiforma-Regular", Verdana, sans-serif;
    font-size: 14px;
    color: #bd8d31;
}

/* ********************************************
                WordPress reset
******************************************** */
.wp-block-columns {
    gap: 0 !important;
    margin: 0 !important;
}

.wp-block-columns > .wp-block-column {
    flex-shrink: 0 !important;
    flex-grow: unset !important;
    flex-basis: unset !important;
}


/* ********************************************
                    NAVBAR
******************************************** */
header {
    position: relative;
    z-index: 5;
}

.navbar {
    width: 100%;
    justify-content: center;
    padding: 0;
    z-index: 5;
}

.navbar .custom-logo {
    width: 16vw;
    min-width: 125px;
    height: auto;
    display: block;
    pointer-events: none;
}

.nav-toggler {
    display: block;
    background: 0 0;
    border: none;
    width: 40px;
    padding: 0;
    position: absolute;
    right: 4.5%;
    top: 30%;
}

.nav-toggler .line {
    display: block;
    position: relative;
    height: 4px;
    width: 100%;
    margin: 6px 0;
    overflow: hidden;
}

.nav-toggler .line:before, .nav-toggler .line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 3px;
    background: #2a2f46;
    -webkit-transition: -webkit-transform .4s ease-in-out,width .4s ease-in-out;
    transition: transform .4s ease-in-out,width .4s ease-in-out;
    will-change: transform;
}

.nav-toggler .line:before {
    transform: scaleX(0);
    width: 37px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .4s ease-in-out,width .4s ease-in-out;
    transition: transform .4s ease-out,width .4s ease-in-out;
}

.nav-toggler .line-1:after {
    width: 20px;
}

.nav-toggler .line-2:after {
    width: 37px;
}

.nav-toggler .line-3:after {
    width: 27px;
}

.nav-toggler:hover .line:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-toggler:hover .line:after {
    width: 0;
}




/* ********************************************
                    MENU
******************************************** */
.menu {
    position: fixed;
    display: grid;
    grid-template-columns: 39% 61%;
    padding: 11.8vw 4% 3vw 16%;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    opacity: 0;
    z-index: -5;
    pointer-events: none;
}

.menu.menu-open {
    opacity: 1;
    z-index: 999;
    pointer-events: all;
}

.menu::-webkit-scrollbar {
    width: 10px;
}

.menu::-webkit-scrollbar-thumb {
    background: #2a2f46;
}

img.blue-logo {
    width: 14vw;
    min-width: 200px;
    display: block;
    grid-row-start: 1;
    grid-column-start: 1;
    pointer-events: none;
}

ul.menu-page-list {
    width: max-content;
    height: max-content;
    grid-row-start: 1;
    grid-column-start: 2;
    margin-top: -12px;
}

ul.menu-page-list.closing {
    transform: translateY(50px);
}

ul.menu-page-list li {
    height: 4.5rem;
    margin-bottom: 1.2rem;
}


ul.menu-page-list li a {
    font-family: "Axiforma-Light", Verdana, sans-serif;
    position: relative;
    color: #afa793;
}

ul.menu-page-list li a, ul.menu-page-list:hover > li a:hover {
    font-size: 3rem;
}

ul.menu-page-list:hover > li a {
    font-size: 2.5rem;
}


ul.menu-page-list li.current-menu-item a:after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 2px;
    background-color: #be8e31;
    bottom: -9px;
    left: 0;
}

a.design {
    width: max-content;
    font-family: "CarinoSans-SemiBold", Verdana, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #cbcbca;
    display: block;
}

.menu a.design {
    grid-column-end: 3;
    grid-row-start: 2;
    margin-top: auto;
    justify-self: end;
}

.close-menu {
    width: 42px;
    height: 42px;
    grid-column-end: 3;
    position: absolute;
    top: max(5vw, 55px);
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 0;
}

.close-menu span {
    background-color: #be8e31;
    width: 1.2px;
    height: 17px;
    position: absolute;
}

.close-menu span:nth-of-type(1) {
    transform: rotate(-45deg) translateX(1px);
    border-right: 3px solid #fff;
    box-sizing: content-box;
    z-index: 1;
}

.close-menu span:nth-of-type(2) {
    transform: rotate(45deg);
}

.close-menu:hover {
    background-color: #be8e31;
}

.close-menu:hover span {
    background-color: #fff;
}

.close-menu:hover span:nth-of-type(1) {
    border-right-color: #be8e31;
}

.menu .languages {
    text-transform: uppercase;
    grid-column-end: 3;
    justify-self: end;
    position: absolute;
    top: calc(5vw + 60px);
    margin-right: 10px;
}

.menu .languages .current-lang a {
    color: #2a2f46;
    font-family: "Axiforma-Bold", Verdana, sans-serif;
}

.social-media {
    width: max-content;
    grid-column-start: 2;
    grid-row-start: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    margin-top: auto;
}

.social-media a {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #b0a894;
    border-radius: 50px;
    color: #b0a894;
    padding-top: 1px;
    font-size: 18px;
}

.social-media a:hover {
    background-color: #b0a894;
    color: #fff;
}


/* ********************************************
                    FOOTER
******************************************** */
footer {
    width: 100%;
    background-color: #f6f6f6;
    position: relative;
    padding: 55px 4vw 35px 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-cols {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-cols .footer-col {
    width: 9vw;
    min-width: 120px;
    max-width: 180px;
}

.footer-cols .footer-col:not(#footer-col-2) {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer-cols #footer-col-2 {
    margin: 0 4vw;
}

footer a.design {
    position: absolute;
    right: 4vw;
}

footer figure, footer figure img {
    width: 100%;
}



/* ********************************************
                    GENERAL
******************************************** */
.main-container {
    width: 100%;
    overflow: hidden;
    /*position: fixed; /* only for LOCOMOTIVE SCROLL */
}

.main-container:not(.home) .main-wrapper {
    width: 100%;
    padding: max(9vw, 6rem) 0;
    position: relative;
}

/* header */
.page-header {
    margin-top: min(-6.5vw, -41px);
    position: relative;
}

.page-header .page-banner, .page-header #slider {
    width: 100%;
    height: 35.5vw;
    min-height: 220px;
    overflow: hidden;
}

.page-header .page-banner .banner-single-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-header #slider .swiper-wrapper, .page-header #slider .img {
    height: 35.5vw;
    min-height: 220px;
}


/* intro */
section.intro {
    width: 67%;
    display: grid;
    grid-template-columns: 45% 55%;
    margin: 0 auto 5rem auto;
    position: relative;
}

section.intro h1 {
    grid-column-start: 2;
    grid-row-start: 1;
    margin-bottom: 1.5rem;
}

section.intro img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    padding-right: 21%;
    pointer-events: none;
}

section.intro .description {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
}

section.intro .description p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}


/* text columns */
.text-cols {
    width: 72%;
    margin: 6rem auto;
    padding-right: 3%;
    display: grid;
    grid-template-columns: 27% 40% 33%;
    grid-gap: 10px;
}

.text-cols .col {
    padding: 0;
}

.text-cols #col-2 p {
    max-width: 25rem;
    font-size: 2.1rem;
    line-height: 2.8rem;
    letter-spacing: 0.6px;
}

.text-cols #col-3 p {
    font-size: 1.1rem;
    letter-spacing: 0.2px;
}


/* slider */
.slider {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: relative;
    margin: max(10vw, 6rem) 0;
}

.slider .text-wrapper {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    background-color: #f6f6f6;
    padding: 6vw 14vw;
    margin-top: 10vw;
}

.slider .text-wrapper .overflow {
    overflow: hidden;
    max-width: 21rem;
}

.slider .text-wrapper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.slider .text {
    max-width: 20rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.slider .text h3 {
    margin-bottom: 1rem;
}

.slider .text p {
    font-size: 1.1rem;
}

.slider #slider {
    grid-column-start: 4;
    grid-column-end: 8;
    grid-row-start: 1;
    overflow: hidden;
    margin-bottom: 5vw;
    position: relative;
}

.slider #slider .swiper-wrapper {
    height: 38.5vw;
}

.slider #slider img {
    height: 39vw;
    flex-shrink: 0;
}

.slider .slider-controls {
    grid-column-start: 4;
    left: -1px;
    bottom: 2vw;
}

.slider .slider-controls span {
    background-color: #c2c2c2;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.slider .slider-controls span:not(:last-of-type) {
    margin-right: 6px;
}

.slider .slider-controls span.swiper-pagination-bullet-active, .slider .slider-controls span:hover {
    background-color: #96826b;
    transform: scale(1);
}

/* ********************************************
                    HOME
******************************************** */
#slider {
    width: 100%;
    overflow: hidden;
}

#slider .swiper-wrapper {
    width: 100%;
    height: 35.5vw;
    min-height: 350px;
    display: flex;
    flex-direction: row;
}

#slider img, #slider .img {
    width: 100% !important;
    min-height: 350px;
    display: block;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

#slider .img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-controls {
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 25px;
    right: 4vw;
}

.slider-controls span {
    width: 5px;
    height: 5px;
    display: block;
    background-color: #fff;
}

.slider-controls span:not(:last-of-type) {
    margin-right: 13px;
}

.slider-controls span:not(.swiper-pagination-bullet-active) {
    cursor: pointer;
}

.slider-controls span.swiper-pagination-bullet-active, .slider-controls span:hover {
    transform: scale(3);
}


.home .page-header #slider, .home .page-header #slider .swiper-wrapper, .home .page-header #slider .img {
    height: calc(100vh - max(10vw, 80px) - 150px);
    min-height: max(35.5vw, 220px);
}



/* ********************************************
                    ABOUT
******************************************** */
.page-template-page-about section.intro img {
    height: 96%;
    max-height: 300px;
    margin-left: 10%;
}

.presentation {
    display: grid;
    width: 100%;
    padding: 0 11vw;
    margin-top: 8rem;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 18vw auto auto;
}

.presentation img {
    pointer-events: none;
}

.presentation img.decoration {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
}

.presentation img.logo {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 40%;
    min-width: 160px;
    align-self: center;
    justify-self: center;
}

.presentation .text {
    grid-column-start: 3;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 4;
    height: max-content;
    background-color: #b0a894;
    color: #fff;
    padding: 10% 31% 9% 14%;
    margin-left: 7%;
    font-family: "Axiforma-Light", Verdana, sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.services {
    width: 62%;
    min-width: 755px;
    margin: max(9vw, 7rem) auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-column-gap: 25px;
}

.services .icon {
    width: 16%;
    min-width: 130px;
    max-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.services .icon img {
    width: 50%;
    pointer-events: none;
    user-select: none;
}

.services .icon span {
    text-transform: uppercase;
    margin-top: 1rem;
    line-height: 1.4rem;
}


/* ********************************************
                    CONTACTS
******************************************** */
.page-template-page-contacts .navbar:before {
    content: '';
    position: absolute;
    background-color: #f6f6f6;
    width: 100%;
    top: 0;
    left: 0;
    height: 9.5vw;
    min-height: 84px;
    z-index: -1;
}

.page-template-page-contacts .page-banner {
    height: 0;
    max-height: 0;
    min-height: 0;
}

.page-template-page-contacts .main-wrapper {
    background-color: #fff;
    padding: 10vw 0 4rem 0 !important;
}

.page-template-page-contacts .contacts-wrapper {
    width: 62%;
    min-width: 810px;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.page-template-page-contacts h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.page-template-page-contacts .wp-block-columns > .wp-block-column {
    position: relative;
    width: 50%;
}

.page-template-page-contacts .wp-block-columns > .wp-block-column:nth-of-type(1):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 56%;
    background-color: #a2a2a2;
    right: 0;
    top: 0;
}

.page-template-page-contacts form {
    width: 80%;
}


.page-template-page-contacts form input[type="submit"] {
    width: max-content;
    padding: 2px 25px 0 25px;
    border: 1px solid #a2a2a2;
    font-size: 0.85rem;
    z-index: 1;
}

.page-template-page-contacts form input[type="submit"]:hover {
    color: #fff;
}

form #submit {
    position: relative;
    width: max-content;
}

form #submit:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2f46;
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: 0;
}

form #submit:hover:after {
    transform: scaleY(1);
}

form #submit:hover > input[type="submit"] {
    color: #fff;
}

.page-template-page-contacts .location {
    width: 40px;
    height: 40px;
    border-width: 2px;
    border-radius: 60px;
    position: absolute;
    left: calc(50% - 20px);
    top: 71%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-page-contacts .location svg {
    width: 27px;
    height: 21px;
    margin-top: 1px;
    margin-right: 1px;
}

.page-template-page-contacts .location:hover {
    background-color: #be8e31;
}

.page-template-page-contacts .location:hover > svg path {
    fill: #fff;
}

.page-template-page-contacts h5 {
    max-width: 13rem;
    margin-bottom: 3rem;
}

.page-template-page-contacts .wp-block-columns > .wp-block-column:nth-of-type(2) {
    padding-left: 11%;
}

.page-template-page-contacts p, .page-template-page-contacts p a {
    color: #868787;
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.page-template-page-contacts strong {
    color: #363636;
    font-family: "Axiforma-Regular", Verdana, sans-serif;
}




/* ********************************************
                    COIMBRA
******************************************** */
.page-template-page-coimbra section.intro .description p strong {
    font-size: 1.4rem;
}

.page-template-page-coimbra section.intro .description p:last-of-type {
    font-size: 0.85rem;
}


.welcoming, .endpage {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 52rem;
}

span.welcoming {
    color: #be8e31;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

p.welcoming {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 1.2rem;
    letter-spacing: 0.3px;
}


.img-cols {
    width: 100%;
    background-color: #f6f6f6;
    margin: 5rem 0;
    padding: max(5vw, 4rem) 11vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-cols .imgs {
    width: 100%;
    height: 26vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 13px;
    margin-bottom: 3rem;
}

.img-cols .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-cols .description {
    max-width: 45rem;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7rem;
    margin-bottom: 1.5rem;
}

.img-cols a button, .endpage a.bttn button {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 17px 28px 15px 28px;
    z-index: 1;
}

.img-cols a button:after, .endpage a.bttn button:after, .error-404 a.button.bttn:after {
    content: '';
    position: absolute;
    width: 101%;
    height: 103%;
    top: -1px;
    left: 0;
    background-color: #be8e31;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom;
}

.img-cols a button:hover, .endpage a.bttn button:hover, .error-404 a.button.bttn:hover {
    color: #fff;
}

.img-cols a button:hover:after, .endpage a.bttn button:hover:after, .error-404 a.button.bttn:hover:after {
    transform: scaleY(1);
}

.endpage p {
    margin-bottom: 1.7rem;
}

.endpage p, .endpage span.bookings {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.endpage span.bookings {
    display: block;
    margin-top: 6rem;
    margin-bottom: 0.9rem;
}

.endpage a.bttn {
    margin: 0 auto;
}




/* ********************************************
                HISTORIAS/LENDAS
******************************************** */
.historias-cbr-template-default .endpage {
    margin-top: max(8vw, 7rem);
}

.historias-cbr-template-default .endpage a.bttn {
    margin-top: max(4vw, 3rem);
}

.history-navigation {
    width: 134%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-self: center;
    align-self: center;
    position: absolute;
    pointer-events: none;
}

.history-navigation a {
    width: 41px;
    height: 41px;
    border: 2px solid #bd8d31;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.history-navigation a svg {
    width: 10px;
}

.history-navigation a#prev svg {
    margin-right: 3.5px;
}

.history-navigation a#next svg {
    margin-left: 3.5px;
}

.history-navigation a svg polygon {
    fill: #bd8d31;
}

.history-navigation a.inactive {
    border-color: #d0d2d3;
    pointer-events: none;
    cursor: auto;
}

.history-navigation a.inactive svg polygon {
    fill: #d0d2d3;
}

.history-navigation a:not(.inactive):hover {
    background-color: #bd8d31;
}

.history-navigation a:not(.inactive):hover > svg polygon {
    fill: #fff;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: max(9vw, 6rem);
    left: calc(50% - 40px);
    opacity: 0;
    pointer-events: none;
}

.lds-ring.loading {
    opacity: 1;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    margin: 7px;
    border: 7px solid #be8e31;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #be8e31 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}


/* ********************************************
                     404
******************************************** */
.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100vh - max(16vw, 125px) - 300px - max(9vw, 6rem));
    padding-bottom: 6rem;
    padding-left: 6vw;
    padding-right: 6vw;
}