/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 6 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

body {
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

sup {
    font-size: 60%;
    line-height: 1.1;
}

a {
    color: #fff;
    text-decoration: none;
}

a:checked {
    color: #fff;
    text-decoration: none;
}

.start-bg {
    background-image: url(../images/start_page.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: bottom center;
    position: relative;
    background-color: rgba(60, 32, 115, 1);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.start_page_container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.center_img {
    max-width: 100%;
    width: 24%;
}

.welcome {
    font-size: 3rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "GSK Precision";
    font-weight: bold;
    color: #f15f22;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: space-evenly; */
    width: 100%;
    margin-bottom: 2rem;
}

.logo {
    max-width: 100%;
    width: 6%;
    margin-left: 3rem;
}

.footer_txt {
    width: 90%;
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 1.2;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.footer_txt a {
    text-decoration: underline;
}

.video {
    height: 100%;
    width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh;
    display: none;
}

.page_container {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.video_container {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    text-align: right;
    color: #100a0a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#skip_video {
    margin: 0;
    font-size: 0.8rem;
    text-decoration: underline;
    position: absolute;
    top: 3%;
    right: 10%;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

video {
    width: 100%;
}

#play_video {
    max-width: 100%;
    width: 5%;
    cursor: pointer;
    position: absolute;
    top: 44%;
    left: 45%;
    z-index: 10;
    font-size: 4rem;
    color: #fff;
}

@media (max-width: 1050px) and (orientation: landscape) {
    .welcome {
        font-size: 2rem;
    }
    .disclaimer,
    .footer_txt {
        font-size: 0.5rem;
        width: auto;
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .center_img {
        width: 45%;
    }
    .logo {
        width: 10%;
    }
    .welcome {
        font-size: 2rem;
    }
    .disclaimer,
    .footer_txt {
        font-size: 0.7rem;
        width: auto;
    }
    .disclaimer {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .welcome {
        font-size: 1.5rem;
    }
    .disclaimer,
    .footer_txt {
        font-size: 0.25rem;
        width: 90%;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .welcome {
        font-size: 2rem;
    }
    .disclaimer,
    .footer_txt {
        font-size: 0.5rem;
    }
}

@media (max-width: 500px) {
    .welcome {
        font-size: 1.2rem;
    }
    .logo {
        width: 10%;
    }
}

@media (max-width: 450px) {
    .center_img {
        width: 55%;
    }
    .logo {
        width: 10%;
        margin-left: 1rem;
    }
    .welcome {
        font-size: 1rem;
    }
    .disclaimer,
    .footer_txt {
        font-size: 0.2rem;
        /* width: auto; */
    }
}


/* loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    z-index: 99999999999999;
    background: rgba(0, 0, 0, 0.98);
    /* display: none; */
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ed1c24;
    z-index: 1001;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4f095c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1a3575;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.8); */
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    display: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
    -webkit-transition: all 0.3s 1s ease-out;
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
}