@font-face {
    font-family: "PP Right Gothic Regular";
    src: url("/fonts/PPRightGrotesk-Regular-aa491ab2.woff");
    src: url("/fonts/PPRightGrotesk-Regular-aa491ab2.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "PP Right Gothic Wide";
    src: url("/fonts/PPRightGothic-WideBlack-dfcdc22d.woff");
    src: url("/fonts/PPRightGothic-WideBlack-dfcdc22d.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

/* font settings */
body,
th,
td,
li,
div,
p {
    font-family: "PP Right Gothic Regular", sans-serif;
    font-size: clamp(1rem, 1vw + 0.75rem, 1.5rem);
    color: #FFF;
    line-height: 1.45;
    font-weight: 400;
}

body {
    background-color: #000;
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: hsl(342 100% 45%);
    font-family: "PP Right Gothic Wide", sans-serif;
    margin: 0;
}

h1,
.h1 {
    font-size: clamp(1.75rem, 11.5vw + -1.13rem, 7.5rem);
    line-height: 1.14;
    font-weight: 900;
}

h2,
.h2 {
    font-size: clamp(1.38rem, 4.75vw + 0.19rem, 3.75rem);
    line-height: 1.15;
    margin-bottom: 12px;
    font-weight: 900;
}

h3,
.h3 {
    font-size: clamp(1.13rem, 1.75vw + 0.69rem, 2rem);
    line-height: 1.15;
    margin-bottom: 20px;
    font-weight: 900;
}

h4,
.h4 {
    font-size: clamp(1.13rem, 1.75vw + 0.69rem, 2rem);
    line-height: 1.15;
    font-weight: 900;
}

.lead {
    font-size: clamp(1rem, 1vw + 0.75rem, 1.5rem);
    margin-bottom: 36px;
    font-weight: 500;
}


/* STYLING */
a {
    text-decoration: underline;
    color: #FFF;
}

a:hover,
a:focus {
    color: hsl(342 100% 45%);
}

/*li {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*}*/

/*header*/
#container-header {
    max-width: unset;
    background-color: #000;
}

#container-header .row {
    justify-content: right;
}

#container-header .row > div {
    display: flex;
    justify-content: right;
}


#container-header .row img {
    max-width: 200px;
    padding: 40px 40px 0;
    margin: 0 !important;
}

#container-content {
    padding-top: 40px;
}

/*buttons*/
.btn,
.btn-primary,
.btn-large,
.btn-lg,
.btn-success {
    color: #FFF;
    background-color: #000;
    border-radius: 100vh;
    border: 3px solid hsl(342 100% 45%);
    padding: .5rem 1.5rem;
    font-size: clamp(1rem, 1vw + 0.75rem, 1.5rem);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-lg:hover,
.btn-lg:active,
.btn-lg:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: hsl(342 100% 45%) !important;
    border: 3px solid hsl(342 100% 45%);
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    border-color: hsl(342 100% 45%);
}

/*form*/
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: auto;
}

label:not(.custom-control-label) {
    font-weight: 700;
}

label {
    display: unset;
}

/*form input fields*/
.form-control {
    font-size: clamp(1rem, 1vw + 0.75rem, 1.5rem);
    padding: .655rem 1.5rem;
}

.form-control,
.form-control:focus {
    border: none;
    border-radius: 100vh;
    color: #000;
}

.form-control:focus {
    border-color: #001578;
    border-width: 2px;
    box-shadow: none;
}

/*checkbox*/
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-label::before {
    border-radius: 0;
    border-color: #FFF;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #000;
    background-color: hsl(342 100% 45%);
    border-radius: 0;
    border-color: hsl(342 100% 45%);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #FFF;
    border-radius: 0;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: hsl(342 100% 45%);
    border-color: hsl(342 100% 45%);
}

hr {
    display: none;
}

#buttons {
    margin-top: 25px;
}

.offset-lg-2 {
    /*margin-left: 0;*/
}

.alert-primary {
    color: #FFF;
    font-weight: 600;
    background-color: #171717;
    border-color: #171717;
    border-radius: 0;
}

#input-name-wrapper {
    margin-bottom: 32px;
}