@font-face {
    font-family: 'Plusnet Creighton';
    src:
            url(/bundles/plusnetplusnetassets/fonts/plusnetcreightonprobook.woff2) format('woff2'),
            url(/bundles/plusnetplusnetassets/fonts/plusnetcreightonprobook.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.pn-symfony-landing-page{
    min-height: 100vh;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 24px;
    background-image: radial-gradient(at 75% 75%, rgb(200, 30, 110), rgb(135, 0, 95));
    background-size: cover;
    background-repeat: no-repeat;
}

.slp-container{
    padding: 0 16px;
    background-color: transparent;
    max-width: 1400px;
    border-width: 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: grid;

    @media (width >= 801px) {
        grid-template-columns: 1fr 1fr;
    }
}

.align-items-center{
    align-items: center;
}

.slp-title-bar{
    background-color: transparent;
    z-index: 1;
    height: 96px;
    margin-bottom: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.slp-title-bar-logo{
    float: left;
}

.pn-slp-header{
    font-family: 'Plusnet Creighton', PlusnetCreighton, 'Helvetica Neue',Helvetica,-apple-system,BlinkMacSystemFont, 'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
    margin-bottom: 16px;
    margin-top: 0;
    max-width: 600px;
    display: inline-block;
    font-size: 60px;
    line-height: 52px;
    letter-spacing: 2px;
    text-align: left;
}

.pn-slp-message{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 18px 0 0 0;
}

.pn-slp-nav{
    margin: 32px 0;
}

.hero-banner-content-part {
    padding-right: 0;
    padding-left: 0;
    display: grid;
}

.justify-items-center {
    justify-items: center;
}

.left-info{
    width: auto;
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-bottom: 32px;

    @media (width >= 801px) {
        margin-top: 64px;
    }
    @media (width < 801px) {
        margin-top: 32px;
    }
}

.pn-btn {
    width: auto;
    margin: 0;
    border-radius: 4px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-family: "Plusnet Creighton", "Calibri", "Arial", sans-serif;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border: 0;
    word-break: break-word;
    word-wrap: break-word;
    cursor: pointer;
    padding: clamp(8px, 2vw, 12px) clamp(16px, 4vw, 32px);
    font-size: 24px;
}

.primary-dark{
    background: #fff;
    color: #c81e6e;
}

.tertiary-dark{
    color: #fff;
    text-decoration: underline;
    background: 0;
    padding-left: 0;
    padding-right: 0;
}

.slp-image{
    max-width: 100%;
}