@font-face {
    font-family: 'HP Simplified';
    src: url('/fonts/HPSimplified-Light.eot');
    src: url('/fonts/HPSimplified-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HPSimplified-Light.ttf') format('truetype');
    url('/fonts/HPSimplified-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HP Simplified';
    src: url('/fonts/HPSimplified-Regular.eot');
    src: url('/fonts/HPSimplified-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HPSimplified-Regular.ttf') format('truetype');
    url('/fonts/HPSimplified-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Semibold'), local('Manrope-Semibold'), url('/fonts/Manropesemibold.woff2') format('woff2'), url('/fonts/Manropesemibold.woff') format('woff'), url('/fonts/Manropesemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Medium'), local('Manrope-Medium'), url('/fonts/Manropemedium.woff2') format('woff2'), url('/fonts/Manropemedium.woff') format('woff'), url('/fonts/Manropemedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Thin'), local('Manrope-Thin'), url('/fonts/Manropethin.woff2') format('woff2'), url('/fonts/Manropethin.woff') format('woff'), url('/fonts/Manropethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Light'), local('Manrope-Light'), url('/fonts/Manropelight.woff2') format('woff2'), url('/fonts/Manropelight.woff') format('woff'), url('/fonts/Manropelight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Regular'), local('Manrope-Regular'), url('/fonts/Manroperegular.woff2') format('woff2'), url('/fonts/Manroperegular.woff') format('woff'), url('/fonts/Manroperegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Bold'), local('Manrope-Bold'), url('/fonts/Manropebold.woff2') format('woff2'), url('/fonts/Manropebold.woff') format('woff'), url('/fonts/Manropebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: 'Manrope', sans-serif;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

body {
    color: #ffffff;
    overflow-x: auto;
}
.container {
    width: 1084px;
    margin: 0 auto;
}
.bg1 {
    background-image: url("/img/bg1.jpg");
}
.block1 {
    /*background-color: #151110;*/
}
.block1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}
.block1 a {
    text-decoration: none;
}
.socials img {
    margin-left: 48px;
}
.block2 {
    /*box-shadow: 0 1px 43px rgba(9, 1, 37, 0.77);*/
    /*background-color: #5d1900;*/
    /*background-image: linear-gradient(79deg, rgba(10, 0, 178, 0.26) 0%, rgba(255, 0, 0, 0.26) 50%, rgba(255, 252, 0, 0.26) 100%);*/
    padding: 67px 0 162px;
}
.block-video {
    width: 1318px;
    margin: 0 auto;
    box-shadow: 0 1px 43px rgba(9, 1, 37, 0.77);
    background-color: #4b132b;
    background-image: linear-gradient(to bottom, rgba(38, 9, 120, 0.17) 0%, rgba(255, 55, 55, 0.13) 51%, rgba(38, 9, 120, 0.17) 100%);
    display: flex;
    justify-content: space-between;
    padding: 67px 30px;
}
.video-container {
    position: relative;
    width: 744px;
    height: 422px;
    border: 4px solid #ffffff;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-container {
    width: 473px;
    height: 428px;
}
.text-container h1 {
    font-size: 49px;
    margin-top: 0;
    font-weight: 700;
}
.text-container p {
    font-size: 18px;
    font-weight: 500;
}
.block3 {
    background-image: url("/img/bg2.jpg");
    padding-top: 105px;
    padding-bottom: 188px;
}
.block3 h2 {
    text-align: center;
    margin-top: 0;
    font-size: 48px;
    margin-bottom: 100px;
}
.block3 .qualifications {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}
.block3 .qualification {
    text-align: center;
    width: 218px;
    height: 193px;
    box-shadow: 0 1px 43px rgba(9, 1, 37, 0.77);
    border-radius: 80px;
    background-color: #4b132b;
    background-image: radial-gradient(circle 106px at 42.9% 51.44%, rgba(255, 55, 55, 0.3) 0%, rgba(255, 55, 55, 0.24) 51%, rgba(38, 9, 120, 0.3) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none;
}
.block3 .qualification p {
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 17px;
}
.qualification--one .cs {
    margin-bottom: 8px;
}
.qualification--one .dt {
    margin-bottom: 7px;
}
.qualification--two .cs {
    margin-bottom: 25px;
    width: 130px;
}
.qualification--three .hs {
    margin-bottom: 20px;
}
.qualification--four .hs {
    width: 160px;
    margin-bottom: -16px;
}
.qualification--four .sc2 {
    width: 103px;
}
.block4 {
    padding-top: 58px;
    background-image: url("/img/bg3.jpg");
    padding-bottom: 38px;
}
.block4 h2 {
    font-size: 27px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 43px;
}
.block4 h2 span {
    font-size: 42px;
    font-weight: 700;
}
.block4 .list {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
}
.block4 .list-padding-1 {
    padding-left: 95px;
    width: 809px;
}
.block4 .list-padding-2 {
    padding-left: 148px;
    width: 748px;
    font-weight: 100;
}
.block4 .list-padding-3 {
    padding-left: 196px;
    width: 700px;
    font-weight: 100;
    margin-bottom: 31px;
}
.block4 .title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 128px;
}
.block4 .img-wrap img {
    display: block;
    margin: 0 auto;
}
.block4 .img-wrap .img-logo {
    margin-bottom: 22px;
}
.block4 .img-wrap .img-pc {
    margin-bottom: -24px;
}
.block4 .title-sponsor {
    margin-top: 0;
    line-height: 28px;
    font-family: "HP Simplified", sans-serif;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
}
.block4 .text-sponsor {
    font-family: "HP Simplified", sans-serif;
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 23px;
}
.block5 {
    padding-top: 57px;
    background-color: #000000;
    background-image: linear-gradient(to right, rgba(38, 9, 120, 0.39) 0%, rgba(255, 55, 55, 0.31) 51%, rgba(38, 9, 120, 0.39) 100%);
    text-align: center;
    padding-bottom: 10px;
}
.block5 .title {
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 1px 43px rgba(9, 1, 37, 0.77);
    border-radius: 39px;
    background-color: #5e191d;
    background-image: linear-gradient(to bottom, rgba(120, 9, 95, 0.19) 0%, rgba(255, 168, 55, 0.15) 51%, rgba(120, 9, 111, 0.19) 100%);
    text-align: center;
    margin: 0 auto;
}
.block5 .title-1 {
    width: 587px;
    padding: 20px 0;
}
.block5 .title-2 {
    width: 644px;
    padding: 25px 0;
    margin-bottom: 47px;
}
.block5 .four-columns {
    display: flex;
    justify-content: space-between;
    padding: 20px 86px 40px;
}
.block5 .four-columns .column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.block5 .four-columns .column>img:first-of-type{
    width: 208px;
    height: 92px;
    object-fit: none;
}
.block5 .four-columns .column>img:nth-of-type(2){
    width: 107px;
    height: 79px;
    object-fit: none;
    margin-bottom: 20px;
}
.block5 .avatar img{
    vertical-align: top;
}
.block5 .avatar p{
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}
.block5 .four-columns .column>img:nth-of-type(3){
    width: 95px;
    height: 99px;
    object-fit: none;
}
.separator {
    height: 13px;
    width: 100%;
    background-color: #5d1900;
    margin-bottom: 70px;
}
.block5 .first-line, .block5 .second-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 62px;
}
.block5 .first-line div, .block5 .second-line div {
    margin: 0 30px;
}
.block5 .command {
    font-size: 20px;
    font-weight: 100;
}
.block5 .command>span {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}
.block6 {
    padding-top: 32px;
    background-color: #5d1900;
    background-image: linear-gradient(79deg, rgba(10, 0, 178, 0.26) 0%, rgba(255, 0, 0, 0.26) 50%, rgba(255, 252, 0, 0.26) 100%);
    padding-bottom: 123px;
}
.block6 h2 {
    font-size: 34px;
}
.block6 h2 span {
    font-size: 54px;
    display: block;
}
.block6 .two-column {
    display: flex;
}
.block6 .two-column .column {
    width: 50%;
}
.block6 .column .prize-fund {
    display: flex;
    margin-left: 10px;
    align-items: flex-end;
}
.block6 .column .prize-fund>p {
    color: #1b0000;
    font-size: 28px;
    font-weight: 700;
}
.block6 .column.border-right {
    border-right: 1px solid #000000;
}
.block6 .column.border-right .prize-fund {
    margin-left: -30px;
}
.block6 .game-logo {
    width: 260px;
    text-align: center;
    margin-right: 30px;
}
.block6 .game-logo .dt {
    margin-top: -20px;
}
.block6 .game-logo .sc2 {
    margin-top: 40px;
}
.block6 .game-logo.game-text {
    margin-bottom: 13px;
}
.block6 .game-logo.game-text>img {
    margin-bottom: -20px;
}
.block6 .game-logo.game-text p {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
}
.block7 {
    padding-top: 51px;
    background-image: url("/img/bg6.jpg");
    padding-bottom: 140px;
}
.block7 h2 {
    font-size: 31px;
    text-align: center;
}
.block7 .video-center {
    width: 852px;
    height: 479px;
    border: 3px solid #ffffff;
    margin: 0 auto;
    position: relative;
}
.block7 .video-center iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer {
    padding-top: 89px;
    background-color: #000000;
    background-image: linear-gradient(to right, rgba(38, 9, 120, 0.39) 0%, rgba(255, 55, 55, 0.31) 51%, rgba(38, 9, 120, 0.39) 100%);
    padding-bottom: 50px;
}
.footer h2 {
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.footer .container {
    text-align: center;
}
.footer .twitch-video {
    border: 3px solid #d24a43;
    display: flex;
    margin-bottom: 50px;
}
.footer .twitch-video__container {
    width: 868px;
    height: 491px;
    position: relative;
}
.footer .twitch-video__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer .twich-video__tabs {
    display: flex;
    flex-direction: column;
    width: 20%;
}
.footer .twich-video__tab {
    box-shadow: inset 0 0 14px 2px rgba(0, 0, 0, 0.92);
    border: 1px solid #d24a43;
    background-color: #d86a43;
    background-image: linear-gradient(to top, rgba(38, 9, 120, 0.39) 0%, rgba(255, 55, 55, 0.31) 51%, rgba(38, 9, 120, 0.39) 100%);
    opacity: 0.3;
    transition: all 0.3s;
    height: 74px;
    margin: 4px 0 2px;
    cursor: pointer;
}
.footer .twich-video__tab img {
    max-width: 100%;
    max-height: 75px;
}
.footer .twich-video__tab p {
    margin: 0 0 5px;
    font-size: 11px;
    font-weight: 700;
}
.footer .twich-video__tab.cs img {
    width: 90px;
    margin-bottom: -10px;
}
.footer .twich-video__tab.hs img {
    width: 112px;
}
.footer .twich-video__tab:hover {
    opacity: 0.6;
}
.footer .twich-video__tab.active {
    opacity: 1;
}