@font-face {
    font-family: 'Eagle Lake';
    font-style: normal;
    font-weight: 400;
    src: local('Eagle Lake'), local('EagleLake-Regular'), url('/fonts/EagleLake-Regular-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Eagle Lake';
    font-style: normal;
    font-weight: 400;
    src: local('Eagle Lake'), local('EagleLake-Regular'), url('/fonts/EagleLake-Regular-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'agot';
    src:url('/fonts/agot.eot?60tcoi');
    src:url('/fonts/agot.eot?60tcoi#iefix') format('embedded-opentype'),
        url('/fonts/agot.ttf?60tcoi') format('truetype'),
        url('/fonts/agot.woff?60tcoi') format('woff'),
        url('/fonts/agot.svg?60tcoi#agot') format('svg');
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

.agot-icon:before {
    content: "\e608";
}

body {
    background-color: #282828;
    font-family: 'Eagle Lake', cursive;
    color: white;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
    overflow: hidden;
}

.container {
    text-align: center;
}

.container h1 {
    font-size: 63px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0.67em 0;
}

.container p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.agot-icon {
    font-family: 'agot';
    font-size: 1.5em;
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.load-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.4);
}

.loader {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 5px solid transparent;
    border-top-color: rgba(256, 256, 256, 0.4);
    -webkit-animation: spin 2s linear 0s infinite;
            animation: spin 2s linear 0s infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 4px solid transparent;
    border-top-color: rgba(256, 256, 256, 0.6);
    -webkit-animation: spin 3s linear 0s infinite;
            animation: spin 3s linear 0s infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: rgba(256, 256, 256, 0.8);
    -webkit-animation: spin 1.5s linear 0s infinite;
            animation: spin 1.5s linear 0s infinite;
}

.loader, .loader:after, .loader:before {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
            border-radius: 50%;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
