*{
    scroll-behavior: smooth
}


label.error{
    font-size: 14px;
    color: #e7040f;
    margin-top:4px;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.w7{
    width: 1202px;
}

.top-100{
    top: 100%;
}

/* transitions */

.ease-in{
    transition: all 0.5s ease-in;
}

.ease-in-fast{
    transition: all 0.25s ease-in;
}
.h40{
    height: 40px;
}

.h0{
    height: 0;
}

.h35{
    height: 12rem;
}

.hover-bg-near-white:hover,
.hover-bg-near-white:focus{
    background-color: #f8f8f8;
}

.hover-bg-near-black:hover,
.hover-bg-near-black:focus{
    background-color: #111;
}

/* end transition */
.top-3 {
    top: 4rem;
}
.w6{
    width: 290px;
}
.mw7{
    max-width: 1202px;
}


.scale0{
    transform: scale(0);
}

.scale1{
    transform: scale(1);
}

.placeholder-orange::placeholder{
    color: #F8CE46;
}
.placeholder-black::placeholder{
    color: black;
}


.placeholder-dark-red::placeholder{
    color: #e7040f;
}

.placeholder-white::placeholder{
    color: #fff;
}

.checked-bg-dark-red:checked + label {
    background-color: #e7040f;
}
.checked-white:checked + label {
    color: white;
}

.checked-black:checked + label {
    color: black;
}

.checked-bg-orange:checked + label {
    background-color: #F8CE46;
}




.roboto{
    font-family: 'Roboto', sans-serif;
}

.sticky {
    position: sticky;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media screen and (min-width: 30em) {
    .h40-ns{
        height: 40px;
    }

    .h0-ns{
        height: 0;
    }

    .h45-ns{
        height: 12rem;
    }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
    .h40-m{
        height: 40px;
    }

    .h0-m{
        height: 0;
    }

    .h45-m{
        height: 12rem;
    }

}

@media screen and (min-width: 60em) {
    .h40-l{
        height: 40px;
    }

    .h0-l{
        height: 0;
    }

    .h45-l{
        height: 12rem;
    }
    .drawer-hamburger{
        display: none!important;
    }
}

.drawer-nav{
    z-index:5!important;
    border-left: 1px #e7040f solid;
    background-color: black!important;
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent!important;
}
.drawer-open .drawer-hamburger {
    position: fixed!important;
    right: 259px!important;
}
.drawer-open .drawer-hamburger{
    border: 1px #e7040f solid!important;
    background-color: black!important;
    border-right: 1px black solid!important;
    border-top: none!important;
    z-index: 6!important;
}
.drawer-hamburger {
    position: absolute!important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color:white!important;
}

#nav{
    top:-1px!important;
}



/**
Search bar
 */

.w0 {
    width: 0;
}
.placeholder-white::placeholder{
    color:white;
}
.search-bar__input{
    position:absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 51px;
}
.search-bar__submit{
    margin-left:auto;
    cursor: pointer;
    outline: none;
    width: 51px;
    height: 51px;
}

.search-bar:focus-within{
    width:300px;

}
.search-bar:focus-within .search-bar__input{
    opacity: 1;
    cursor: initial;
    width: calc(100% - 51px);
}
.search-bar:focus-within .search-bar__submit:hover,
.search-bar:focus-within .search-bar__submit:focus{
    box-shadow: 0px 0px 15px -6px #FFFFFF
}

.search-bar{
    width: 51px;
    height: 51px;
    transition: width 300ms cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
