/* ------------------------- Styleguide ® Code by Dennis -------------------------------------------------- */

/* ------------------------- Start - UI Kit Reset -------------------------------------------------- */

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {color: inherit;}
.uk-link, a, .uk-link:hover{color: inherit; text-decoration: none;}
svg {max-width: none; height: auto; width: auto;}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul { margin-top: initial;}
address, dl, fieldset, figure, ol, p, pre, ul {margin: initial;}

/* ------------------------- Fonts -------------------------------------------------- */

@font-face {
    font-family: 'rialto-script';
    src: url('../fonts/Rialto-Script.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

/* font-family: roc-grotesk, sans-serif; - 300, 400, 500, 600
   font-family: roc-grotesk-wide, sans-serif; - 500, 600 */


/* ------------------------- Colors -------------------------------------------------- */

:root {
    --primary: #000000;
    --primary-light: #3b3b3b;
    --primary-dark: #353935;
    --primary-dark: #28282B;

    --primary-overlay: #28282B;
    --primary-overlay-50: rgba(53, 57, 53);

    --secondary:#8B0000;
    --secondary-dark: #8B0000;
    --secondary-inactive: rgba(255, 137, 78, 0.6);

    --bg-light: #E9E9E9;
    --bg-medium: #C5C5C5;
    --bg-dark: #747474;
    --bg-ultra: #232323;

    --white: #FFF;
    --black: #000;

    --alert-error: #8B0000;
    --alert-success: #69ad3c;

    --text: rgba(255, 255, 255, .85);
    --text-medium: rgba(255, 255, 255, 0.7);
    --text-light: rgba(255, 255, 255, 0.5);

    --section-padding: 10em;
    --section-padding: min(17.5vh, 10em);
    --section-padding-big: 15em;
    --section-padding-big: min(26.25vh, 15em);
    --section-padding-medium: 6em;
    --section-padding-medium: min(10vh, 6em);
    --section-padding-small: 4em;
    --section-padding-small: min(6.66vh, 4em);
    --section-padding-tiny: 2em;
    --section-padding-tiny: min(3.333vh, 2em);

    --container-padding: 10em;
    --container-padding-small: 0em;

    --viewport-padding: 2em;
    --viewport-padding: min(5vw, 2em);

    --nav-padding: 2em;
    --nav-padding: clamp(2em, 2.5vw, 2.5em);

    --gap-padding: 2em;
    --gap-padding: min(5vw, 2em);

    --animation-primary: all .4s cubic-bezier(.7, 0, .2, 1);
    --animation-nav: all .8s cubic-bezier(.7, .1, .2, 1);
    --animation-circ: all .6s cubic-bezier(.7, .1, .2, 1);
    
}

@media screen and (max-width: 1280px){

    :root {
        --section-padding: 6em;
        --section-padding-big: 9em;
        --section-padding-medium: 4.5em;
        --section-padding-small: 3em;
        --section-padding-tiny: 1.5em;

        --container-padding: 10vw;
    }
}

@media screen and (max-width: 540px){

    :root {
        --section-padding: 4em;
        --section-padding-big: 6em;
        --section-padding-medium: 3em;
        --section-padding-small: 2em;
        --section-padding-tiny: 1em;

        --container-padding: 5vw;
    }
}

/* ------------------------- Custom Colors -------------------------------------------------- */


/* ------------------------- Body -------------------------------------------------- */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
li, ul {padding: 0; margin: 0; list-style: none;}

body {
    -webkit-font-smoothing: antialiased;
    font-family: roc-grotesk, sans-serif;
    color: var(--white);
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: clamp(16px, 1.2vw, 19px);
}

html, body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-color: var(--primary);
}

/* Selection */
::selection {background-color: rgba(242, 103, 33, 0.7);}
::-moz-selection {background-color: rgba(242, 103, 33, 0.7);}


/* ------------------------- Typography -------------------------------------------------- */

h1, h2, h3, h4, h5, h6 p, a, li, ul, ol, span, strong  {padding: 0; margin: 0; font-style: normal; font-weight: 400; letter-spacing: normal;}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child, p.big:last-child, p.small:last-child, a:last-child, strong:last-child  {margin-bottom: 0;}

h1 {
    font-family: roc-grotesk-wide, sans-serif;
    color: var(--white);
    font-size: 4em; /* 64px */
    font-size: clamp(2em, 3.5vw, 4em);
    line-height: 1.065;
    font-weight: 600;
    margin-bottom: .5em;
}
  
h2 {
    font-family: roc-grotesk-wide, sans-serif;
    color: var(--white);
    font-size: 3em; /* 52px */
    font-size: clamp(1.75em, 2.75vw, 3em);
    line-height: 1.065;
    font-weight: 600;
    margin-bottom: 1em;
}
  
h3 {
    font-family: roc-grotesk-wide, sans-serif;
    color: var(--white);
    font-size: 2em; /* 34px */
    font-size: clamp(1.3em, 2vw, 2em);
    line-height: 1.065;
    font-weight: 500;
    margin-bottom: .25em;
}
  
h4 {
    font-family: roc-grotesk-wide, sans-serif;
    color: var(--secondary); /* 19px */
    font-size: 1.2em;
    font-size: clamp(1.2em, 1.5vw, 1.5em);
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 1.25em;
}

h5 {
    font-family: rialto-script, sans-serif;
    color: var(--secondary); /* 34px */
    font-size: 2.5em;
    font-size: clamp(1.5em, 2.25vw, 2.25em);
    line-height: 1.3;
    font-weight: 500;
}

p {
    font-family: roc-grotesk, sans-serif;
    color: var(--text);
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 1em;
}

p.small {
    font-size: .9em;
}

p.light {
    color: var(--text-medium);
}

strong {
    font-weight: 600;
}

p strong {
    font-weight: 600;
    color: var(--white);
}
  
a {
    color: var(--text);
    text-decoration: none;
}

p a {
    text-decoration: underline;
}

em {
    color: unset;
}

a:hover {
    color: var(--secondary);
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 400px){
    p {
        font-size: .9em;
    }

}
  
/* ------------------------- Main Elements -------------------------------------------------- */

.section {
    display: block;
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
    position: relative;
}

.section.full-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section.no-padding {
    padding-top: unset;
    padding-bottom: unset;
}

.container {
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 90em;
}

.container.big {
    padding-left: var(--container-padding-small);
    padding-right: var(--container-padding-small);
}

.container.medium {
    max-width: 75em;
} 

.container.small {
    max-width: 65em;
} 

.container.no-padding {
    padding-left: unset;
    padding-right: unset;
}

.row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.row.no-flex {
    display: block;
}

.row.nowrap {
    flex-wrap: nowrap;
}

.flex-col {
    display: block;
    width: 100%;
    order: 2;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.overlay.image-overlay-30 {
    background: var(--primary);
    opacity: .3;
}

.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--primary-light);
    margin-top: 4em;
    margin-bottom: 4em;
}

.stripe {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--primary-light);
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 1280px){

    .section {
        padding-top: var(--section-padding);
        padding-bottom: var(--section-padding);
    }

    .container {
        padding-right: var(--container-padding);
        padding-left: var(--container-padding);
    }
}

@media screen and (max-width: 540px){

    .section {
        padding-top: var(--section-padding);
        padding-bottom: var(--section-padding);
    }

    .container {
        padding-right: var(--container-padding);
        padding-left: var(--container-padding);
    }

    .section.full-height {
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
    }
}

/* ------------------------- Buttons -------------------------------------------------- */

.btn {
    display: inline-block;
    margin-right: 1.25em;
    padding: .5em .5em .5em 0;
    background-color: unset;
    color: var(--white);
    line-height: 1;
    font-size: 1.15em;
    font-weight: 500;
    text-decoration: none;    
    border-radius: 3em;
    letter-spacing: 0.05em;
    font-style: normal;
    transition: var(--animation-primary);
    overflow: hidden;  
    flex-wrap: nowrap;
    border: 0;
}

.btn:last-child {
    margin-right: 0;
}

.btn .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.btn .btn-text-wrap {
    display: flex;
}

.btn .btn-text {
    display: inline-block;
    line-height: 1.1em;
    white-space: nowrap;
    position: relative;
    transform: translate(0, 0%);
    transition: var(--animation-primary);
}

.btn .btn-text:nth-of-type(2) {
    position: absolute;
    top: 50%;
    transform: translate(0em, 150%);
    white-space: nowrap;
}

.btn .btn-icon {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 2em;
    height: 2em;
    margin-left: 0.5em;
    clear: none;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex: 0 auto;
    background: var(--secondary);
    border-radius: 3em;
}

.btn .btn-icon svg {
    position: absolute;
    width: 42%;
    padding: 0%;
    justify-content: center;
    align-items: center;
    align-self: auto;
}

.btn:hover {
    background-color: var(--secondary);
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
}

.btn:hover .btn-text:nth-of-type(1) {
    transform: translate(1.25em, -200%);
    margin-right: 1.25em;
}

.btn:hover .btn-text:nth-of-type(2) {
    transform: translate(1.25em, -50%);
}


/* --- Button Options --- */

.btn.btn-outline {
    margin-right: 0;
    padding: .95em 1.35em .7em 1.35em;
    font-size: .75em;
    letter-spacing: 0.05em;
    font-family: roc-grotesk, sans-serif;
    border: 1px solid var(--white);
    text-transform: uppercase;
}

.btn.btn-outline:hover {
    background-color: transparent;
    border: 1px solid var(--secondary);
}

.btn.btn-outline:hover .btn-text:nth-of-type(1) {
    transform: translate(0, -200%);
    margin-right: 0;
}

.btn.btn-outline:hover .btn-text:nth-of-type(2) {
    transform: translate(0, -50%);
}

/* --- Button Variation --- */

.btn.call .btn-icon svg {
    width: 50%;
}

@media screen and (max-width: 540px){ 

    .btn:hover {
        background-color: transparent;
    }
    
    .btn:hover .btn-text:nth-of-type(1) {
        transform: translate(0, 0%);
        margin-right: 0;
    }

    .btn:hover .btn-text:nth-of-type(2) {
        transform: translate(0em, 150%);
    }
    
    .btn.active {
        background-color: var(--secondary);
        color: var(--white);
        text-decoration: none;
        cursor: pointer;
    }
    
    .btn.active .btn-text:nth-of-type(1) {
        transform: translate(1.25em, -200%);
        margin-right: 1.25em;
    }
    
    .btn.active .btn-text:nth-of-type(2) {
        transform: translate(1.25em, -50%);
    }
}

/* ------------------------- Links -------------------------------------------------- */

.link {
    display: inline-block;
    padding: .15em 0 .05em 0;
    background-color: unset;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;  
    font-style: normal;
    overflow: hidden;  
    text-align: center;
    margin-right: 1.5em;
    position: relative;
}

.link .link-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.link .link-text {
    display: inline-block;
    line-height: 1.1em;
    white-space: nowrap;
    position: relative;
    transform: translate(0, 0%);
    transition: var(--animation-primary);
    color: var(--text);
}

.link .link-text:nth-of-type(2) {
    position: absolute;
    top: 50%;
    transform: translate(0, 100%);
    white-space: nowrap;
    color: var(--secondary);
}

.link:hover {
    color: var(--text);
    text-decoration: none;
    cursor: pointer;
}

.link:hover .link-text:nth-of-type(1) {
    transform: translate(0, -150%);
}

.link:hover .link-text:nth-of-type(2) {
    transform: translate(0, -50%);
}

/* --- Link Inverse --- */

.link.inverse .link-text {
    color: var(--secondary);
}

.link.inverse .link-text:nth-of-type(2) {
    color: var(--primar);
}

/* --- Link Small --- */

.link.small {
    font-size: .8em;
}

.link.small .link-text {
    color: var(--text-light);
}

.link.small .link-text:nth-of-type(2) {
    color: var(--secondary);
}

@media screen and (max-width: 540px){ 
    
    .link:hover .link-text:nth-of-type(1) {
        transform: translate(0, 0%);
    }
    
    .link:hover .link-text:nth-of-type(2) {
        transform: translate(0, 100%);
    }
}

/* ------------------------- Social Icons -------------------------------------------------- */

.s-icon {
    position: relative;
    overflow: hidden;
    width: 1.75em;
    height: 1.75em;
    margin-right: .15em;
    margin-left: .15em;
    border-radius: 50%;
    background-color: var(--primary);
    transition: var(--animation-primary);
    display: block;
    float: left;
}

.s-icon .s-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0.0001deg);
    width: 65%;
    transition: var(--animation-primary);
}

.s-icon .s-icon-wrap:nth-of-type(2) {
    transform: translate(-50%, 100%) rotate(0.0001deg);
}

.s-icon .s-icon-wrap svg {
    display: block;
    width: 100%;
}

.s-icon .s-icon-wrap svg path {
    fill: var(--white);
}

.s-icon:hover {
    background: var(--secondary);
    cursor: pointer;
}

.s-icon:hover .s-icon-wrap:nth-of-type(1) {
    transform: translate(-50%, -200%) rotate(0.0001deg);
}

.s-icon:hover .s-icon-wrap:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(0.0001deg);
}

/* ------------------------- Color Box -------------------------------------------------- */

.color-box {
    width: calc(33.333% -  1.333em);
    background: var(--primary-dark);
    font-weight: 500;
    color: var(--white);
    margin-right: 2em;
    margin-top: 2em;
}

.color-box:nth-child(3), .color-box:nth-child(6) {
    margin-right: 0;
}

.color-box:before {
    content: "";
    display: block;
    padding-top: 40%;
}

.color-box .overlay {
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.color-box .light {
    opacity: .6;
}

.color-box.primary {
    background: var(--primary);
    box-shadow: inset 0 0 0 1px var(--primary-light);
}

.color-box.primary-light {
    background: var(--primary-light);
}

.color-box.primary-dark {
    background: var(--primary-dark);
    box-shadow: inset 0 0 0 1px var(--primary-light);
}

.color-box.secondary {
    background: var(--secondary);
}

.color-box.secondary-dark {
    background: var(--secondary-dark);
}

.color-box.white {
    background: var(--white);
    color: var(--primary-dark);
}


@media screen and (max-width: 1000px){
    .color-box {
        width: calc(50% - 1em);
    }
    
    .color-box:nth-child(3), .color-box:nth-child(6) {
        margin-right: 2em;
    } 

    .color-box:nth-child(even) {
        margin-right: 0;
    } 
}

@media screen and (max-width: 720px){
    .color-box {
        width: 100%;
    }

    .color-box:nth-child(even), .color-box:nth-child(odd) {
        margin-right: 0;
    } 
}


/* ------------------------- Text Block -------------------------------------------------- */

.textblock h1 {
    font-size: 2.5em;
    font-size: clamp(2em, 3vw, 3.25em);
    margin-bottom: .6em;
    color: var(--secondary);
}

.textblock h2 {
    font-size: 2em;
    font-size: clamp(1.5em, 2.25vw, 2.5em);
    margin-bottom: .75em;
}

.textblock h3 {
    font-size: 1.5em;
    font-size: clamp(1.25em, 1.75vw, 2em);
    margin-bottom: 1em;
}


.textblock p {
    line-height: 1.6;
}


.textblock p + h1, 
.textblock p + h2, 
.textblock ul + h1, 
.textblock ul + h2, 
.textblock ol + h1, 
.textblock ol + h2 {
    margin-top: 1.5em;
}

.textblock p + h3, 
.textblock ul + h3, 
.textblock ol + h3 {
    margin-top: 2.5em;
}

.textblock p + p strong, 
.textblock ul + p strong, 
.textblock ol + p strong, 
.textblock ul + figure {
    margin-top: 1.5em;
    margin-bottom: .5em;
    display: inline-block;
}

/*  Strong (bold)  */

.textblock strong {
    font-weight: 500;
    color: var(--secondary);
}

/*  EM (italic)  */

.textblock em {
    color: inherit;
}

/*  IMG  */

.textblock img {
    padding-top: 1em;
    padding-bottom: 2em;
    width: 100%;
}

/*  UL (bullet Points)  */

.textblock ul {
    padding: 0;
    display: inline;
    width: 100%;
}

.textblock ul li {
    line-height: 1.5;
    color: var(--text);
    padding-left: 1.5em;
    margin-bottom: .6em;
    position: relative;
}

.textblock ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background: var(--secondary);
    left: .1em;
    top: .4em;
}

/*  OL  */

.textblock ol {
    padding: 0;
    display: inline;
    width: 100%;
}

.textblock ol li {
    line-height: 1.5;
	list-style: decimal;
    color: var(--text);
    margin-bottom: 1em;
    position: relative;
    margin-left: 1.2em;
    padding-left: .4em;
}



/* ------------------------- Form -------------------------------------------------- */

.form {
    width: 100%;
    display: block;
}

.form-container {
    width: 100%;
}

.hidden-field {
    position: absolute;
    left: -9999px;
}

.form input, .form textarea, .form select {
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
 }

.grecaptcha-badge { 
    top: calc(100% - 120px) !important; 
    transform: translate(0, -50%);
    box-shadow: rgba(0, 0, 0, 0.0) 0px 2px 5px !important;
    visibility: hidden;
}

.form-col {
    display: block;
    width: 100%;
    margin-bottom: 2em;
}

.form .field {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 1em 0;
    border: 0;
    border-bottom: 1px solid var(--primary-light);
    border-radius: 0;
    font-weight: 400;
    font-size: 1em;
    color: var(--white);
    display: block;
    background: transparent;
}

.form .field:focus {
    outline: 0;
    outline-width: 1px !important;
    outline-offset: 0px;
    border-radius: 0;
    border-bottom: 1px solid var(--secondary);
}

.form .field::-webkit-input-placeholder {
    color: var(--text-light);
    font-weight: 400;
}

.form .field:-ms-input-placeholder {
    color: var(--text-light);
    font-weight: 400;
}

.form .field::-ms-input-placeholder {
    color: var(--text-light);
    font-weight: 400;
}

.form .field::placeholder {
    color: var(--text-light);
    font-weight: 400;
}

.form textarea.field {
    min-height: 8em;
    padding-top: 1em;
    resize: vertical;
}

.form .label {
    width: 100%;
    display: block;
    margin-bottom: 1em;
    color: var(--white);
    font-size: 1em;
    font-weight: 500;
}

.form .label + .field {
    margin-top: -1rem;
}

.form .label span {
    color: var(--secondary);
    font-weight: 700;
}

.form .form-btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
    
}

/* --- Arlert Options --- */

.alert {
    width: 100%;
    padding: .55em .5em .5em .5em;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    background-color: var(--alert-error);
    text-align: center;
    margin: 1em 0;
    border-radius: .3em;
}

.alert span {
    color: var(--text);
    font-size: .8em;
    font-weight: 500; 
}

.alert-success {
    background-color: var(--alert-success);
}
/* --- Custom Checkbox --- */

.form .checkbox-button {
    display: flex;
    margin-bottom: 1em;
    padding-left: 1.25em;
    align-items: center;
    font-size: 1em;
    font-weight: 500;
}

.form .checkbox-button:hover {
    cursor: pointer;
}

.form .checkbox-button input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.form .checkbox-button span {
    height: 1.1em;
    margin-bottom: 0px;
    color: var(--text-medium);
    order: 2;
    display: inline-block;
}

.form .checkbox-button .custom-check {
    position: relative;
    order: 1;
    width: 20px;
    height: 20px;
    margin-top: 0em;
    margin-right: 0.5em;
    margin-left: -1.25em;
    border: 1px solid var(--text-light);
    border-radius: 0em;
    box-shadow: 0;
    overflow: hidden;
}

.form .checkbox-button .custom-check:after {
    display: block;
    opacity: 0;
    visibility: hidden;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; 
    position: absolute;
    background-color: var(--primary-light) ;
    background-image: url("../img/form-checkmark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.form .checkbox-button input:checked ~ .custom-check:after {
    opacity: 1;
    visibility: visible;
}

.form .checkbox-button:hover input ~ .custom-check {
    background-color: var(--primary-light);
}

.form .checkbox-button input:checked ~ .custom-check {
    background-color: var(--primary-light);
    border: 1px solid var(--primary-light);
}

.form .checkbox-button input:checked ~ span {
    color: var(--white);
    font-weight: 500;
}


/* --- Custom Radio --- */

.form .checkbox-button .custom-radio {
    position: relative;
    order: 1;
    width: 20px;
    height: 20px;
    margin-top: 0em;
    margin-right: 0.5em;
    margin-left: -1.25em;
    border: 1px solid var(--text-light);
    border-radius: 0em;
    box-shadow: 0;
    overflow: hidden;
    border-radius: 50%;
}

.form .checkbox-button .custom-radio:after {
    display: block;
    opacity: 0;
    visibility: hidden;
    content: "";
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px; 
    position: absolute;
    background: var(--white);
    border-radius: 50%;
}

.form .checkbox-button input:checked ~ .custom-radio:after {
    opacity: 1;
    visibility: visible;
}

.form .checkbox-button:hover input ~ .custom-radio {
    background-color: var(--primary-light);
}

.form .checkbox-button input:checked ~ .custom-radio {
    background-color: var(--primary-light);
    border: 1px solid var(--primary-light);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input[type=radio] {
    -webkit-appearance: none;
}



/* ------------------------- Form - Alt -------------------------------------------------- */

.alt-form {
    width: 100%;
    display: block;
}

.alt-form input, .alt-form textarea, .alt-form select {
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    width: 100%;
    outline: 0;
 }

 .alt-form .form-col {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.alt-form input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 1em 0;
    border: 0;
    border-bottom: 1px solid var(--primary-light);
    border-radius: 0;
    font-weight: 400;
    font-size: 1em;
    color: var(--white);
    display: block;
    background: transparent;
}

.alt-form input:focus,
.alt-form textarea:focus,
.alt-form select:focus,
.alt-form button:focus {
    outline: 0;
    outline-width: 1px !important;
    outline-offset: 0px;
    border-radius: 0;
    border-bottom: 1px solid var(--secondary);
    background: transparent;
}

.alt-form input::-webkit-input-placeholder,
.alt-form textarea::-webkit-input-placeholder {
    color: var(--text-light);
    font-weight: 400;
}

.alt-form input:-ms-input-placeholder,
.alt-form textarea:-ms-input-placeholder {
    color: var(--text-light);
    font-weight: 400;
}

.alt-form input::-ms-input-placeholder,
.alt-form textarea::-ms-input-placeholder {
    color: var(--text-light);
    font-weight: 400;
}

.alt-form input::placeholder,
.alt-form textarea::placeholder {
    color: var(--text-light);
    font-weight: 400;
}

.alt-form textarea {
    min-height: 8em;
    padding-top: 1em;
    resize: vertical;
    border-bottom: 1px solid var(--primary-light);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.alt-form label {
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-top: 1em;
    color: var(--secondary);
    font-size: .75em;
    font-weight: 400;
    transform: translate(0, .25em);
}

.alt-form label + input {
    margin-top: -.6rem;
}

.alt-form h3 {
    margin-top: 1rem;
}

.alt-form label span {
    color: var(--secondary);
    font-weight: 700;
}

.alt-form .form-btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.alt-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid var(--primary-light);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 1em 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 1em;
    color: var(--white);
    display: block;
    background: transparent;
    position: relative;
}

.alt-form select option {
    color: var(--black);
    background: var(--white);
}


.alt-form .form-select {
    position: relative;
    display: block;
}

.alt-form .form-select::before {
    width: 12px;
    height: 12px;
    background: var(--secondary);
    position: absolute;
    right: 1em;
    top: 57%;
    transform: translate(0, -50%);
    display: block;
    content: "";
    z-index: 1;
    background: url("../img/icon-drop-down.svg") no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

.alt-form .h-captcha {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0;
    transform: translate(-10%, -10%) scale(.8);
}

.alt-form button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
}


.alt-form button[type=reset] {
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--text-light);
    font-size: .75em;
    float: right;
    line-height: 1em;
    margin: 2em 0;
    transition: ease-in-out .3s;
    cursor: pointer;
}

.alt-form button[type=reset]:hover {
    color: var(--secondary-dark);
}

.alt-form .messagebox {
    width: 100%;
    padding: .55em .5em .5em .5em;
    border-style: solid;
    border-width: 0px;
    text-align: center;
    margin-top: 1em;
    border-radius: .3em;
    background-color: var(--alert-success);
}

.alt-form .messagebox.error {
    background-color: var(--alert-error);
}

.alt-form .messagebox p {
    color: var(--text);
    font-size: .8em;
    font-weight: 500; 
    margin: 0;
}

.alt-form .h-captcha iframe #anchor {
    background-color: var(--primary-dark) !important;
}