﻿@font-face {
    font-family: 'Montserrat-Regular', sans-serif;
    src: url('../../App_Plugins/Articulate/Themes/Phantom/Assets/fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'Montserrat-Regular', sans-serif;
    scroll-behavior: smooth;
}

.storm-break__main-wrapper {
    background-color: #FEE000;
    height: 100%;
}

.storm-break__nagivation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 16px 32px;
    margin: 0;
}


.storm-break__content-box {
    background-color: #1D202D;
    border-radius: 16px;
    text-align: center;
    max-width: 552px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.storm-break__nagivation-images {
    display: flex;
    justify-content:center;
    flex-direction: column;
    max-width: 390px;
    margin: 0 auto;
}

.storm-break__back-icon {
    width: 21px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 22px;
}

.storm-break__sblogo-mobile {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.storm-break__sblogo-desktop {
    width: 215px;
    height: auto;
    margin: 0 auto;
}

.hide-on-mobile {
    display: none;
}

.storm-break__back-to-site {
    color: #1D202D;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-size: 16px;
    margin: 10px 0 0 65px;
}

.storm-break__back {
    text-decoration: none;
}

.storm-break__cloud-icon {
    position: absolute;
    right: 50px;
    width: 335px;
    height: auto;
    top: 0;
}

.organisation__heading-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px;
}

.organisation__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.organisation__heading-label {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FEE000;
}

.organisation__register-button {
    font-family: 'LatoLatin-Regular', sans-serif;
    color: #1d202d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    isolation: isolate;
    width: 100%;
    height: 48px;
    font-weight: 800;
    line-height: 100%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background-color: #FEE000;
    border-radius: 9999px;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    .hide-on-desktop {
        display: none;
    }

    .hide-on-mobile {
        display: flex;
    }


    .storm-break__content-box {
        max-width: 552px;
        margin: 40px auto;
        height: auto;
    }

    .storm-break__nagivation {
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 24px 16px 0;
        align-items: center;
        max-width: 1112px;
        margin: 0 auto 30px;
    }

    .storm-break__nagivation-images {
        width: auto;
        margin: 0;
    }
}

@media screen and (min-width: 1280px) {
    .storm-break__main-wrapper {
        background-image: url(/Images/organisation-books.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {

    .storm-break__content-box {
        height: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .storm-break__main-wrapper {
        background-color: #FEE000;
    }
}