* {
    box-sizing: border-box;
}

body.contact-fullscreen {
    background: #fff;
}

body.contact-fullscreen .header {
    height: 112px;
    display: flex;
    align-items: center;
    position: absolute;
}

body {
    color: #0a0a14;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 87.5%;
    line-height: 1.75;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", sans-serif;
    line-height: normal;
}

html {
    scroll-behavior: smooth;
    min-height: 100%;
}

.gap-contact {
    display: flex;
    gap: 1rem 1.5rem;
    height: auto;
}

.gap-contact .col-flex {
    margin-bottom: 4rem;
    min-height: calc(100vh - 112px - 4rem);
}

.gap-contact .col-flex:first-child {
    flex-basis: calc(40% - 0.75rem);
    padding: 1.5rem 1.5rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

@media (max-width: 1300px) {
    .gap-contact .col-flex:first-child {
        flex-basis: 100%;
        box-shadow: none !important;
        padding: 0 !important;
    }
}

.gap-contact .col-flex:first-child .step-indicator {
    margin-bottom: 0.75rem;
    display: block;
    text-decoration: none;
    color: #F01E28;
}

.gap-contact .col-flex:first-child .step-indicator>.step-graphic {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gap-contact .col-flex:first-child .step-indicator>.step-graphic::before {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../img/arrow-prev.png);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
}

.gap-contact .col-flex:first-child .form-progress {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.gap-contact .col-flex:first-child .form-progress .progress-step {
    width: calc(40% - 0.75rem);
    height: 10px;
    background-color: rgba(0, 70, 110, 0.2);
    transition: 0.3s ease-in-out;
}

.gap-contact .col-flex:first-child .form-progress .progress-step.active {
    background-color: #F01E28;
    transition: 0.3s ease-in-out;
}

.gap-contact .col-flex:first-child .button-bar {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.gap-contact .col-flex:last-child {
    flex-basis: calc(60% - 0.75rem);
    padding: 4rem 7rem 2rem 7rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.contact-sidebar__logo {
width: 320px;
height: auto;
}


@media only screen and (max-height: 775px) {
    .gap-contact .col-flex:last-child {
        padding: 7rem 7rem 7rem 7rem;
    }
}

.gap-contact .col-flex:last-child.bg-gradient::before {
    background-size: 200%;
    background-position: 85% 100%;
}

.gap-contact .col-flex:last-child figure {
    display: flex;
    justify-content: center;
}

.gap-contact .col-flex:last-child .carousel--reviews .card--review {
    gap: 1rem;
}

.gap-contact .col-flex:last-child .carousel--reviews .card--review h3 {
    justify-content: center;
    text-align: center;
}

.gap-contact .col-flex:last-child .carousel--reviews .card--review h3 span {
    font-weight: 700;
}

.gap-contact .col-flex:last-child .carousel--reviews .card--review p {
    display: block;
    text-align: center;
}

@media (max-width: 1300px) {
    .gap-contact .col-flex:last-child {
        display: none;
    }
}

@media (min-width: 1300px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1300px) {
    .hidden-sm {
        display: none !important;
    }
}

.contactform-fullpage>.container {
    height: 100%;
}

.form-step {
    opacity: 0;
    top: 0;
    transform: translateX(30px);
    pointer-events: none;
    position: absolute;
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
}

.form-step.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
    margin-bottom: 3rem;
}

.bg-gradient {
    background: linear-gradient(262deg, #3f2774 0, #003366 100%);
}

.hero-blank {
    min-height: 112px;
}

.header>.container {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

.container {
    max-width: 87.5rem;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
}

.header__logo {
    margin: .375rem 0;
}

.header__logo a {
    display: inline-block;
}

.header__logo img {
    display: block;
    width: 234px;
    height: 48px;
}

.u-skip-link {
    position: absolute;
    top: 0;
    right: 100%;
}

@media (min-width: 40rem) {
    body {
        font-size: 100%;
    }
}

body main {
    height: auto;
}

main {
    flex-grow: 1;
    overflow: visible;
}

form {
    position: relative;
}

.header {
    position: relative;
    z-index: 3;
    background-color: transparent;
    text-align: center;
    top: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .2s cubic-bezier(.215, .61, .355, 1);
}

.bg-bg1 {
    background-image: url('https://www.princeps.co.uk/img/webp/slide1.webp?v=4');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 63% 50%;
    position: relative;
}

.bg-bg1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 100%);
    background-image: linear-gradient(88deg, rgba(30, 151, 240, .13) 1.6%, rgba(20, 124, 197, .17) 98.39%),
    linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 100%);
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    padding: 1rem 2rem;
    color: #000;
    background-color: #F01E28;
    border: none;
    transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    display: inline-flex;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
}

button:hover {
    background-color: #C80000;
}

.c-checkbox {
    opacity: 0;
    height: 0;
    padding: 0;
    border: none;
    display: none;
    margin: 0 !important;
}

.c-checkbox+label::before {
    height: 16px;
    width: 16px;
    border: 2px solid #F01E28;
    left: 0px;
    top: 3px;
}

.c-checkbox:checked+label::after {
    content: "";
}

.c-checkbox+label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #F01E28;
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
    content: none;
}

.c-checkbox+label::before,
.c-checkbox+label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.radio-options {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1.5rem;
}

.radio-options .form-group--radio,
.radio-options .form-group--checkbox {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: "Open Sans", sans-serif;
    font-size: .875rem;
}

.radio-options--cards .form-group--radio,
.radio-options--cards .form-group--checkbox {
    align-items: flex-start;
}

.radio-options--cards .form-group--radio label,
.radio-options--cards .form-group--checkbox label {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    cursor: pointer;
    line-height: 1.3;
}

.radio-options--cards .form-group--radio label strong,
.radio-options--cards .form-group--checkbox label strong {
    font-weight: 700;
    font-size: .9375rem;
}

.radio-options--cards .form-group--radio label span,
.radio-options--cards .form-group--checkbox label span {
    font-size: .8125rem;
    color: #555;
    font-weight: 400;
}

form input[type=radio],
form input[type=checkbox] {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
}

form input,
form textarea {
    padding: .75rem 1em;
    width: 100%;
    -webkit-appearance: none;
    position: relative;
    color: #0a0a14 !important;
}

form input[type=radio]:checked::after,
form input[type=checkbox]:checked::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

form input[type=radio]::after,
form input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 15px;
    height: 15px;
    background-color: #F01E28;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    opacity: 0;
}

.row>* {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
}

.row {
display: flex;
flex-wrap: wrap;
}

.no-wrap {
flex-wrap: nowrap;
}

.form-group {
position: relative;
margin-top: .5rem;
}

.c-select select {
    margin-top: 0;
    margin-left: 0;
    padding: 0.75em 1em;
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.c-select::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 1;
    border: 0;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #00466E;
    bottom: -8px;
}

.c-select {
    width: 18em;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border: 2px solid #ddd;
    background-color: #fff;
}

.u-flat {
    margin-top: 0 !important;
}

.pristine-error {
display: block;
background-color: red;
color: white;
padding: .5rem;
margin-top: 1rem;
}

.header {
padding-bottom: 2rem;
}

/* Franchise logo cards */
.radio-options--logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.radio-options--logos .form-group--radio {
    position: relative;
    display: block;
    margin: 0;
}

.radio-options--logos .form-group--radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.radio-options--logos .form-group--radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1rem;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 90px;
}

.radio-options--logos .form-group--radio label img,
.radio-options--logos .form-group--radio label svg {
    display: block;
    width: 100%;
    height: 46px;
    object-fit: contain;
    object-position: center;
    filter: grayscale(100%);
    transition: filter 0.2s ease;
}

.radio-options--logos .form-group--radio input[type="radio"]:checked + label {
    border-color: #F01E28;
    box-shadow: 0 0 0 2px rgba(240, 30, 40, 0.15);
}

.radio-options--logos .form-group--radio input[type="radio"]:checked + label img {
    filter: grayscale(0%);
}

.radio-options--logos .form-group--radio label:hover {
    border-color: #F01E28;
}

.radio-options--logos .form-group--radio label:hover img {
    filter: grayscale(0%);
}

.accreditations-slider-track li {
margin-right: 0 !important;
}
.gap-contact__form-col {
    display: flex;
    flex-direction: column;
}

.contact-sidebar__logo {
    display: block;
    margin: auto;
    position: relative;
}

.contact-sidebar__slider-wrap {
    position: relative;
    margin-top: auto;
}

@media (max-width: 767px) {
    .contact-sidebar__slider-wrap {
        display: none;
    }
}
