@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v31-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v31-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v31-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v31-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v31-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-condensed-v31-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-3-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-3-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-sans-3-v19-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/source-sans-3-v19-latin-regular.svg#SourceSans3') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-3-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-3-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-3-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-sans-3-v19-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/source-sans-3-v19-latin-600.svg#SourceSans3') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-3-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-3-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-sans-3-v19-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/source-sans-3-v19-latin-700.svg#SourceSans3') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-condensed-v31-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v31-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v31-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v31-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v31-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-condensed-v31-latin-900.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.75em/1.3 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    height: 686px;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 0.375rem;
    font: 900 7em/0.6 'Roboto Condensed', Arial, sans-serif;
    position: relative;
    width: fit-content;
}
h1 small {
    font-size: 0.87em;
    line-height: 1;
    display: block;
    color: #000;
}
h1 span {
    font-size: 1rem;
    line-height: 0.8;
    text-transform: initial;
    display: block;
}
h2 {
    font-size: 1.063em;
    line-height: 1.3em;
    padding: 0 0 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
h3 {
    font-size: 1.375em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    position: relative;
}
h3::before {
    content: "";
    width: 3rem;
    height: 3px;
    background: #8F0B0F;
    position: absolute;
    bottom: 0;
    left: 0;
}
h4 {
    font-size: 1.25em;
    line-height: 1.1;
}
h5 {
    position: absolute;
    right: 6rem;
    bottom: 0.25rem;
    font-size: 0.9em;
    line-height: 1.2;
}
h5 span {
    color: #FF1C22;
}
h1, h4, .color {
    color: #8F0B0F;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 0.75rem;
    font-size: 0.9em;
    line-height: 1.15;
}
ul li:before {
    content: "";
    width: 10px;
    height: 9px;
    background: url('../images/icon.jpg') no-repeat center;
    float: left;
    margin: 3px 0 0 -0.75rem;
}
header {
    position: absolute;
    top: 0;
    right: 0;
}
h1, h2, h3, h5, :is(.red, .flex) p, .time, .flex1 p strong {
    text-transform: uppercase;
}
article {
    padding: 0.625rem 1.375rem;
}
.red {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.red p {
    color: #fff;
    padding: 0;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.3;
}
.flex {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    position: relative;
    width: fit-content;
}
.flex p {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding-bottom: 0.5rem;
}
.flex::before {
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 8.5rem;
    background-color: #8A8F99;
}
.time {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 2px solid #8A8F99;
    justify-content: flex-start;
    padding: 0.125rem 1.25rem 0.125rem 0.75rem;
    width: fit-content;
    margin-bottom: 0.25rem;
}
.time .color {
    display: block;
    font-size: 2em;
    line-height: 1.1;
}
.line {
    padding-left: 0.5rem;
    width: 215px;
    border-left: 1.5px solid #8F0B0F;
}
.line p {
    font-size: 0.8em;
    line-height: 1.3;
    padding-bottom: 0;
}
.flex1 {
    position: absolute;
    top: 25.75rem;
    left: 16rem;
    width: 70%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.flex1 p strong {
    display: block;
}
.flex1 p span {
    font-size: 0.85em;
    line-height: 1.2;
    display: inline-block;
}
.flex1 div {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    position: relative;
}
.flex1 div:not(:last-of-type)::before {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #8A8F99;
    position: absolute;
    right: -1rem;
    top: 0.5rem;
}
.flex2 {
    width: 80%;
    margin: 0.5rem 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flex2 :is(h2, ul), h5 {
    color: #fff;
}
.flex2 div {
    width: 27%;
    position: relative;
}
.flex2 div:nth-of-type(2) {
    width: 31%;
}
.flex2 div:nth-of-type(3) {
    width: 34%;
}
.flex2 div:not(:last-of-type)::before {
    content: "";
    width: 1.5px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -1rem;
    top: 0;
}
.red2 :is(h2, p), article > p:last-of-type {
    color: #fff;
}
.red2 h2 {
    padding: 0;
    display: block;
}
.red2 {
    position: absolute;
    bottom: 5.875rem;
    left: 0.75rem;
    background: url('../images/icon14.jpg') no-repeat top left;
    padding-left: 4rem;
}
.red2 p {
    font-size: 0.8em;
    line-height: 1.3;
    padding-top: 0.375rem;
}
footer > p {
    position: absolute;
    bottom: 0.7rem;
    left: 26rem;
}
footer > p img {
    vertical-align: -2px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    right: 0.5rem;
    bottom: 1.75rem;
}
.logo::before {
    content: "";
    width: 2px;
    height: 90%;
    background-color: #F47579;
    position: absolute;
    top: 3px;
    left: 99px;
}
.logo p {
    font-size: 0.875em;
    line-height: 1.3;
    padding: 0;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        height: auto;
    }
    header {
        position: static;
        display: flex;
        justify-content: flex-end;
    }
    article {
        padding: 1rem;
    }
    article br, .flex1 div:not(:last-of-type)::before, .flex2 div:not(:last-of-type)::before, .logo::before {
        display: none;
    }
    .red {
        background-color: #84080A;
        width: fit-content;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        margin: 1rem auto;
    }
    .red p, h3, h1 {
        text-align: center;
        width: auto;
    }
    h3::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .flex, .time {
        margin: 1rem auto;
        width: fit-content;
    }
    .line {
        width: auto;
        margin: 1rem 0;
    }
    .flex1 {
        position: static;
        background-color: #DADDDF;
        width: auto;
        margin: 1rem -1rem 0;
        padding: 0.5rem 1rem 0;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
    }
    .flex1 div {
        width: 48%;
    }
    .flex2 {
        width: auto;
        background-color: #0C1C2D;
        margin: 0 -1rem 1rem;
        padding: 0.5rem 1rem 0.25rem;
    }
    .flex2 div {
        width: 32% !important;
    }
    .red2 {
        position: static;
        background-color: #84080A;
        width: fit-content;
        margin: 1rem auto;
        padding: 0.5rem 1rem 0.5rem 4.5rem;
        background-position: top 0.5rem left 1rem;
    }
    article > p:last-of-type {
        color: #0C1C2D;
        text-align: center;
    }
    footer {
        padding: 0 1rem 1rem;
    }
    footer > p {
        text-align: center;
        position: static;
    }
    .logo {
        position: static;
        justify-content: center;
    }
    h5 {
        color: #0C1C2D;
        position: static;
        text-align: center;
        padding-top: 1rem;
    }
}
@media only screen and (max-width: 780px) {
    .flex2 {
        display: block;
    }
    .flex2 div {
        width: auto !important;
    }
    h1 {
        font-size: 6em;
        line-height: 0.9;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 4em;
        line-height: 0.9;
    }
}