header {
  text-align: center;
}
header .ribbon {
  display: none;
  position: absolute;
  height: 20px;
}
header .mobile-banner {
  display: none;
}
header .container {
  position: relative;
}
header .header-logo {
  width: 292.82px;
  height: 60px;
  margin-top: 20px;
}
header .subs-inf {
  margin-left: 30px;
  color: white;
  text-align: left;
}
header .subs-inf .ty {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
}
header .subs-inf .subs {
  transition: 0.2s;
  font-size: 64px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}
header .subs-inf .subs span {
  margin-right: 10px;
}
header .subs-inf .subscribers {
  font-weight: 700;
  font-size: 36px;
  margin-top: -10px;
}
header .subs-inf-mobile {
  display: none;
}
header .header-subs {
  display: flex;
  align-items: center;
  margin: 86px 0;
}
header .header-subs .header-box-count {
  box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 170px;
  height: 170px;
}
header .header-subs .header-box-count h2 {
  position: absolute;
  color: rgb(255, 255, 255);
  z-index: 30;
  font-size: 120px;
  font-weight: 400;
  letter-spacing: -2px;
  font-family: "Bebas Neue", cursive;
  margin-top: 60px;
  line-height: 30px;
}
header .header-subs .header-box-count h2 .label {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 8px;
  margin-left: 8px;
}
header .header-subs .header-box-count .header--subscount {
  outline-color: rgba(250, 6, 6, 0.8);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline-width: 5px;
  outline-style: solid;
  outline-offset: -5px;
}
header .header-subs .header-box-count .background-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header .header-subs .header-box-count .front {
  background-color: #242436;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 20;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
header .header-subs .header-box-count .back {
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
header .header-charimg {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: -1;
}

@media (max-width: 1441px) {
  header .ribbon {
    display: inline;
    z-index: -1;
    right: 0;
    height: 100%;
    position: fixed;
  }
}
@media (max-width: 850px) {
  header .subs-inf {
    margin-left: 30px;
    color: white;
    text-align: left;
  }
  header .subs-inf .subs {
    font-size: 45px;
  }
  header .subs-inf .ty {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  header .subs-inf img {
    height: 60px;
  }
  header .subs-inf .subscribers {
    font-weight: 700;
    font-size: 30px;
    margin-top: -10px;
  }
}
@media (max-width: 620px) {
  header .subs-inf {
    margin-left: 30px;
    color: white;
    text-align: left;
  }
  header .subs-inf .ty {
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  header .subs-inf .subs {
    font-size: 40px;
  }
  header .subs-inf .subscribers {
    font-weight: 700;
    font-size: 20px;
    margin-top: -10px;
  }
  header .header-subs .header-box-count {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 750px) {
  header .container {
    width: 100%;
  }
  header .header-logo {
    margin-top: 40px;
  }
  header .subs-inf {
    display: none;
  }
  header .subs-inf-mobile {
    display: block;
    margin-left: 0px;
    margin: 60px 0;
    color: white;
    text-align: center;
  }
  header .subs-inf-mobile .ty {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
  header .subs-inf-mobile .subs {
    font-size: 58px;
  }
  header .subs-inf-mobile .subscribers {
    color: red;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0px;
  }
  header .header-subs {
    padding-left: 20px;
    padding: 80px 0 80px 20px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-top: 40px;
    height: 100%;
    background: url("/images/banner.png") no-repeat center/cover;
    position: relative;
  }
  header .header-subs .header-box-count {
    width: 120px;
    height: 120px;
    display: flex;
  }
  header .header-subs .header-box-count h2 {
    font-size: 90px;
    letter-spacing: -2px;
    margin-top: 39px;
    line-height: 25px;
    margin-left: -2px;
  }
  header .header-subs .header-box-count h2 .label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 8px;
    margin-left: 8px;
  }
  header .ribbon {
    display: none;
  }
  header .header-charimg {
    display: none;
  }
}
@media (max-width: 650px) {
  header .header-subs {
    padding: 60px 0 60px 20px;
  }
}
@media (max-width: 550px) {
  header .header-subs {
    padding: 45px 0 45px 20px;
  }
}
@media (max-width: 400px) {
  header .header-subs {
    height: 140px;
  }
  header .header-subs .header-box-count {
    width: 100px;
    height: 100px;
  }
  header .header-subs .header-box-count h2 {
    font-size: 70px;
    margin-top: 30px;
    line-height: 22px;
  }
  header .header-subs .header-box-count h2 .label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-left: 8px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main-channel {
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-channel:hover {
  filter: brightness(75%);
}
.main-channel .background-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-channel .front {
  background-color: #260000;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 20;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.main-channel .back {
  background: linear-gradient(173deg, #ee0903 0%, #670101 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.main-channel h2 {
  color: white;
  left: 25px;
  font-weight: 700;
  font-size: 64px;
  line-height: 0px;
  line-height: 60%;
  letter-spacing: 0.1px;
  z-index: 30;
  position: relative;
  margin-top: 12px;
}
.main-channel h2 span {
  font-size: 36px;
  line-height: 44px;
  line-height: 85%;
  color: red;
}
.main-channel img {
  outline-color: red;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline-width: 5px;
  outline-style: solid;
  outline-offset: -5px;
}

.second-channel {
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  height: 200px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.second-channel:hover {
  filter: brightness(75%);
}
.second-channel .background-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.second-channel .front {
  background-color: #260000;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 20;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.second-channel .back {
  background: linear-gradient(173deg, #ee0903 0%, #670101 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.second-channel h2 {
  position: relative;
  z-index: 30;
  color: white;
  left: 25px;
  font-weight: 700;
  font-size: 64px;
  line-height: 40px;
  margin-top: 12px;
}
.second-channel h2 span {
  font-size: 36px;
  color: red;
}
.second-channel img {
  outline-color: red;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline-width: 5px;
  outline-style: solid;
  outline-offset: -5px;
}

@media (max-width: 950px) {
  .main-channel {
    height: 160px;
  }
  .main-channel h2 {
    font-size: 65px;
  }
  .main-channel h2 span {
    font-size: 45px;
  }
  .second-channel {
    height: 160px;
  }
  .second-channel h2 {
    font-size: 65px;
    line-height: 40px;
  }
  .second-channel h2 span {
    font-size: 45px;
  }
}
@media (max-width: 580px) {
  .main-channel {
    width: 100%;
    height: 130px;
  }
  .main-channel h2 {
    font-size: 55px;
    margin-top: 10px;
  }
  .main-channel h2 span {
    font-size: 35px;
  }
  .second-channel {
    width: 100%;
    height: 130px;
  }
  .second-channel h2 {
    font-size: 55px;
    margin-top: 10px;
  }
  .second-channel h2 span {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .section-channels .container .main-channel {
    height: 120px;
  }
  .section-channels .container .main-channel h2 {
    margin-top: 8px;
    font-size: 45px;
  }
  .section-channels .container .main-channel h2 span {
    font-size: 25px;
  }
  .section-channels .container .second-channel {
    height: 120px;
  }
  .section-channels .container .second-channel h2 {
    margin-top: 8px;
    font-size: 45px;
    line-height: 28px;
  }
  .section-channels .container .second-channel h2 span {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  .section-channels .container .main-channel img {
    -o-object-position: -80px;
       object-position: -80px;
  }
  .section-channels .container .second-channel img {
    -o-object-position: -80px;
       object-position: -80px;
  }
}
.media {
  --iconSize: 60%;
  --themeRgb: 251 39 41;
  --customBackground: var(--undefined);
  --customIconBackground: var(--undefined);
  position: relative;
  outline: none;
}
.media__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  padding: 4px;
}
.media__background {
  background: var(--customBackground, linear-gradient(135deg, rgb(var(--themeRgb)/0.8) 0%, rgb(var(--themeRgb)/0.2) 100%));
}
.media__background:after {
  content: "";
  background: #242436;
  transition: opacity 150ms ease-in-out;
}
.media__background ~ * {
  position: relative;
  z-index: 1;
}
.media__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 14px 33px;
}
.media__inner h2 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -0.02em;
}
.media__icon {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--customIconBackground, rgb(var(--themeRgb)));
  width: 70px;
}
.media__icon svg {
  width: var(--iconSize);
  transition: transform 150ms ease-in-out;
}
.media:hover .media__background:after, .media:focus-visible .media__background:after {
  opacity: 0.7;
}
.media:hover .media__icon svg, .media:focus-visible .media__icon svg {
  transform: scale(0.9);
}

.media--discord {
  --iconSize: 60%;
  --themeRgb: 88 101 242;
}

.media--twitch {
  --iconSize: 52%;
  --themeRgb: 145 70 255;
}

.media--linkedin {
  --iconSize: 49%;
  --themeRgb: 0 126 187;
}

.media--facebook {
  --iconSize: 53%;
  --themeRgb: 1 104 225;
}

.media--twitter {
  --iconSize: 49%;
  --themeRgb: 3 169 244;
}

.media--instagram {
  --iconSize: 56%;
  --customBackground: linear-gradient(150.39deg, rgba(253, 1, 197, 0.8) 16.89%, rgba(255, 10, 93, 0.2) 47.14%, rgba(255, 196, 0, 0.2) 81.42%);
  --customIconBackground: linear-gradient(45deg, #FFC300 0%, #FE0965 50%, #7B0CFE 100%);
}

.media--tiktok {
  --iconSize: 50%;
  --customBackground: linear-gradient(158.54deg, #007f7c 13.82%, rgba(240, 0, 68, 0.2) 86.81%);
  --customIconBackground: black;
}

.media-list {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 364px;
  margin-right: 30px;
}

.social-link {
  display: flex;
  position: relative;
}
.social-link .social-link__front,
.social-link .social-link__image {
  transition: 0.2s;
}
.social-link:hover .social-link__front {
  opacity: 0.5;
}
.social-link:hover .social-link__image {
  padding: 25px;
  opacity: 0.9;
}
.social-link--left {
  padding: 15px 15px 15px 30px;
  align-items: center;
  max-height: 124px;
}
.social-link--left h2 {
  margin-top: 10px;
  margin-right: auto;
  line-height: 25px;
  color: white;
  font-weight: 700;
  font-size: 36px;
  position: relative;
  z-index: 20;
}
.social-link--left h2 span {
  font-size: 18px;
  font-weight: 400;
  color: #d2d2d2;
}
.social-link__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.social-link__front {
  background-color: #242436;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 20;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.social-link__back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.social-link__back--twitter, .social-link__back--discord {
  background: linear-gradient(173deg, #1f82c9 0%, #233c5b 100%);
}
.social-link__back--twitch {
  background: linear-gradient(153.08deg, rgba(145, 70, 255, 0.8) 15.64%, rgba(145, 70, 255, 0.2) 83.58%);
}
.social-link__back--instagram {
  background: linear-gradient(150.39deg, rgba(253, 1, 197, 0.8) 16.89%, rgba(255, 10, 93, 0.2) 47.14%, rgba(255, 196, 0, 0.2) 81.42%);
}
.social-link__back--tiktok {
  background: linear-gradient(158.54deg, #08fdf7 13.82%, rgba(240, 0, 68, 0.2) 86.81%);
}
.social-link__back--merch {
  background: linear-gradient(89.31deg, #0a0d24 3.68%, rgba(6, 3, 30, 0) 99.4%);
}
.social-link__back--discord {
  background: linear-gradient(158.54deg, rgba(74, 97, 252, 0.8) 13.82%, rgba(74, 97, 252, 0.2) 86.81%);
}
.social-link__image {
  width: 92px;
  height: 92px;
  padding: 20px;
  position: relative;
  z-index: 20;
  cursor: pointer;
  transition: 0.2s;
}
.social-link__image:hover {
  padding: 25px;
  opacity: 0.9;
}
.social-link__image--twitter {
  background-color: #03a9f4;
}
.social-link__image--discord {
  background-color: #5865F2;
  width: 96px;
  height: 96px;
}
.social-link__image--twitch {
  background-color: #673ab7;
}
.social-link__image--instagram {
  background: linear-gradient(45deg, #ffc300 0%, #fe0965 50%, #7b0cfe 100%);
}
.social-link__image--tiktok {
  background: black;
}

.section-media .container {
  display: flex;
  align-items: stretch;
}
.section-media .merch-discord {
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section-media .merch-discord .merch {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
  box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  min-height: 250px;
  height: auto !important;
  margin-top: 30px;
  padding-left: 30px;
}
.section-media .merch-discord .merch:hover {
  filter: brightness(75%);
}
.section-media .merch-discord .merch .background-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-media .merch-discord .merch .front {
  background-color: #242436;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 20;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.section-media .merch-discord .merch .back {
  background: linear-gradient(89.31deg, #0a0d24 3.68%, rgba(6, 3, 30, 0) 99.4%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.section-media .merch-discord .merch h2 {
  margin-top: 0;
  text-align: left;
  color: white;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0.1px;
  position: absolute;
  z-index: 30;
}
.section-media .merch-discord .merch h2 span {
  font-size: 76px;
  font-weight: 700;
}
.section-media .merch-discord .merch h2 n {
  font-size: 18px;
  color: #ab76ff;
  margin-left: 5px;
  filter: drop-shadow(0 0 0.25rem #ab76ff);
}
.section-media .merch-discord .merch h2 n .profile-icon {
  margin-bottom: 0;
  margin-right: 3px;
}
.section-media .merch-discord .social-link--youtube {
  display: flex;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
  box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.section-media .merch-discord .social-link--youtube:hover {
  filter: brightness(75%);
}
.section-media .merch-discord .social-link--youtube .background-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-media .merch-discord .social-link--youtube .front {
  background-color: #242436;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 20;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.section-media .merch-discord .social-link--youtube .back {
  background: linear-gradient(89.31deg, #0a0d24 3.68%, rgba(6, 3, 30, 0) 99.4%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.section-media .merch-discord .social-link--youtube h2 {
  margin-top: 0;
  text-align: left;
  color: white;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  padding-top: 18px;
  letter-spacing: 0.1px;
  position: absolute;
  z-index: 30;
}
.section-media .merch-discord .social-link--youtube h2 span {
  font-size: 76px;
  font-weight: 700;
}
.section-media .merch-discord .social-link--youtube h2 n {
  font-size: 18px;
  color: #ab76ff;
  margin-left: 5px;
  filter: drop-shadow(0 0 0.25rem #ab76ff);
}
.section-media .merch-discord .social-link--youtube h2 n .profile-icon {
  margin-bottom: 0;
  margin-right: 3px;
}
.section-media .merch-discord .discord {
  display: flex;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
  box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  max-width: 752px;
  height: 272px;
  padding-left: 30px;
}
.section-media .merch-discord .discord:hover {
  filter: brightness(75%);
}
.section-media .merch-discord .discord .background-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-media .merch-discord .discord .front {
  background-color: #242436;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 20;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.section-media .merch-discord .discord .back {
  background: linear-gradient(158.54deg, rgba(74, 97, 252, 0.8) 13.82%, rgba(74, 97, 252, 0.2) 86.81%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.section-media .merch-discord .discord h2 {
  text-align: left;
  color: white;
  font-weight: 700;
  font-size: 36px;
  margin-top: 60px;
  line-height: 150%;
  letter-spacing: 0.1px;
  position: absolute;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr;
}
.section-media .merch-discord .discord h2 span {
  font-size: 76px;
  font-weight: 700;
}
.section-media .merch-discord .discord h2 n {
  font-size: 18px;
  color: #ab76ff;
  margin-left: 5px;
  margin-top: 30px;
  filter: drop-shadow(0 0 0.25rem #ab76ff);
}
.section-media .merch-discord .discord h2 n .profile-icon {
  margin-bottom: 0;
  margin-right: 3px;
}
.section-media .merch-discord .merch-img {
  outline-color: rgba(74, 97, 252, 0.8);
}
.section-media .merch-discord .discord-img {
  outline-color: #ab76ff;
}
.section-media .merch-discord .merch-img,
.section-media .merch-discord .discord-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline-width: 5px;
  outline-style: solid;
  outline-offset: -5px;
}

@media (max-width: 1200px) {
  .media-list {
    max-width: 324px;
  }
  .section-media .merch-discord .merch {
    height: 250px;
  }
  .section-media .merch-discord .merch h2 {
    font-size: 30px;
  }
  .section-media .merch-discord .merch h2 span {
    font-size: 56px;
  }
  .section-media .merch-discord .discord {
    height: 250px;
  }
  .section-media .merch-discord .discord h2 {
    font-size: 30px;
  }
  .section-media .merch-discord .discord h2 span {
    font-size: 56px;
  }
}
@media (max-width: 1040px) {
  .section-media .merch-discord .merch {
    height: 230px;
  }
  .section-media .merch-discord .merch h2 {
    font-size: 25px;
  }
  .section-media .merch-discord .merch h2 span {
    font-size: 46px;
  }
  .section-media .merch-discord .discord {
    height: 230px;
  }
  .section-media .merch-discord .discord h2 {
    font-size: 25px;
    margin-top: 50px;
  }
  .section-media .merch-discord .discord h2 span {
    font-size: 46px;
  }
  .section-media .merch-discord .discord h2 n {
    margin-top: 25px;
  }
}
@media (max-width: 1150px) {
  .social-link {
    padding: 15px 15px 15px 25px;
  }
  .social-link h2 {
    font-size: 30px;
  }
  .social-link h2 span {
    font-size: 15px;
  }
}
@media (max-width: 950px) {
  .section-media .merch-discord .merch {
    margin-bottom: 20px;
  }
  .section-media {
    margin-top: 20px;
  }
  .section-media .container {
    flex-direction: column-reverse;
  }
  .section-media .media-list {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    gap: 20px;
  }
  .section-media .merch-discord {
    margin-bottom: 20px;
  }
  .section-media .merch-discord .social-link {
    width: 100%;
  }
  .section-media .merch-discord .social-link h2 {
    font-size: 40px;
  }
  .section-media .merch-discord .social-link h2 span {
    font-size: 70px;
  }
  .section-media .merch-discord .social-link--discord {
    margin-bottom: 0;
    max-width: 100%;
  }
  .section-media .merch-discord .social-link--discord h2 n {
    font-size: 40px;
  }
  .section-media .merch-discord .social-link--discord h2 n img {
    height: 26px;
  }
}
@media (max-width: 780px) {
  .section-media .merch-discord .merch {
    min-height: 250px;
  }
  .section-media .merch-discord .merch h2 {
    font-size: 35px;
  }
  .section-media .merch-discord .merch h2 span {
    font-size: 55px;
  }
  .section-media .merch-discord .discord {
    height: 250px;
  }
  .section-media .merch-discord .discord h2 {
    font-size: 35px;
  }
  .section-media .merch-discord .discord h2 span {
    font-size: 55px;
  }
  .section-media .merch-discord .discord h2 n {
    font-size: 30px;
  }
  .section-media .merch-discord .discord h2 n img {
    height: 20px;
  }
}
@media (max-width: 700px) {
  .section-media .media-list {
    grid-template-columns: 1fr;
  }
  .section-media .merch-discord .merch h2 {
    font-size: 30px;
  }
  .section-media .merch-discord .merch h2 span {
    font-size: 50px;
  }
  .section-media .merch-discord .discord h2 {
    font-size: 30px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
  .section-media .merch-discord .discord h2 span {
    font-size: 50px;
  }
  .section-media .merch-discord .discord h2 n {
    margin-top: 25px;
  }
}
@media (max-width: 620px) {
  .section-media .merch-discord .merch {
    min-height: 200px;
  }
  .section-media .merch-discord .merch h2 {
    font-size: 30px;
  }
  .section-media .merch-discord .merch h2 span {
    font-size: 45px;
  }
  .section-media .merch-discord .discord {
    height: 200px;
  }
  .section-media .merch-discord .discord h2 {
    font-size: 30px;
    margin-top: 5px;
  }
  .section-media .merch-discord .discord h2 span {
    font-size: 45px;
  }
  .section-media .merch-discord .discord h2 n {
    margin-top: 5px;
    font-size: 20px;
  }
  .section-media .merch-discord .discord h2 n img {
    height: 15px;
  }
}
@media (max-width: 540px) {
  .section-media .merch-discord .merch {
    min-height: 160px;
  }
  .section-media .merch-discord .merch h2 {
    margin-top: 5px;
    font-size: 30px;
  }
  .section-media .merch-discord .merch h2 span {
    font-size: 45px;
  }
  .section-media .merch-discord .discord {
    height: 160px;
  }
  .section-media .merch-discord .discord h2 {
    font-size: 30px;
    margin-top: 5px;
  }
  .section-media .merch-discord .discord h2 span {
    font-size: 45px;
  }
  .section-media .merch-discord .discord h2 n {
    margin: 0;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-media .merch-discord .merch {
    min-height: 140px;
    padding-left: 20px;
  }
  .section-media .merch-discord .merch h2 {
    font-size: 20px;
  }
  .section-media .merch-discord .merch h2 span {
    font-size: 35px;
  }
  .section-media .merch-discord .discord {
    height: 140px;
    padding-left: 20px;
  }
  .section-media .merch-discord .discord h2 {
    font-size: 25px;
    line-height: 128%;
  }
  .section-media .merch-discord .discord h2 span {
    font-size: 35px;
  }
  .section-media .merch-discord .discord h2 n {
    margin: 0;
    font-size: 14px;
  }
  .section-media .merch-discord .discord h2 n .profile-icon {
    height: 11px;
    margin-right: 0;
    margin-left: 3px;
  }
}
@media (max-width: 375px) {
  .section-media .merch-discord .merch img {
    -o-object-position: -20px;
       object-position: -20px;
  }
  .section-media .merch-discord .discord img {
    -o-object-position: -20px;
       object-position: -20px;
  }
  .section-media .merch-discord .discord h2 n .profile-icon {
    -o-object-position: 0px;
       object-position: 0px;
  }
}
.footer {
  margin-top: 80px;
  padding: 20px 0;
  background-color: black;
}
.footer .container {
  display: flex;
}
.footer .left-side {
  align-items: center;
  display: flex;
  margin-right: auto;
  gap: 25px;
  color: white;
}
.footer .left-side p {
  font-weight: 400;
  font-size: 18px;
}
.footer .right-side {
  color: white;
  align-items: center;
  width: 240px;
  display: flex;
  gap: 18px;
}
.footer .right-side button {
  border: none;
  background-color: black;
  color: white;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  transition: 0.2s;
}
.footer .right-side button:hover {
  opacity: 0.6;
}

.popupEducation {
  width: 442px;
  height: 373px;
  position: fixed;
  background: linear-gradient(98.03deg, #f40903 20.73%, #ff261f 35.92%, #cd100d 55.41%, #740705 84.14%);
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.15s;
  opacity: 0;
  top: 30%;
  transform: scale(0.9);
  -webkit-transition: 0.15s;
  text-align: center;
  visibility: hidden;
  border: 1px solid whitesmoke;
  z-index: 200;
}
.popupEducation h2 {
  font-weight: 700;
  font-size: 36px;
  margin-top: 50px;
  color: white;
}
.popupEducation .close-btn {
  position: absolute;
  right: 10px;
  top: 12px;
  border: none;
  transition: 0.4s;
}
.popupEducation .close-btn:hover {
  opacity: 0.5;
}
.popupEducation .black-section {
  margin-top: 50px;
  margin-left: -60px;
  background-color: black;
  width: 558px;
  height: 210px;
  position: absolute;
  text-align: left;
  border: 1px solid whitesmoke;
}
.popupEducation .black-section .first-paragraph {
  margin-top: 45px;
}
.popupEducation .black-section p {
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-left: 80px;
  margin-top: 5px;
  align-items: center;
  display: flex;
}
.popupEducation .black-section p img {
  margin: 8px;
  width: 12px;
  height: 12px;
}

.open-popup-education {
  visibility: visible;
  transition: 0.15s;
  opacity: 1;
  transform: none;
  position: fixed;
}

.backdrop {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
}

.open-backdrop {
  visibility: visible;
  position: fixed;
  opacity: 1;
}

.popupContact {
  width: 442px;
  height: 373px;
  position: fixed;
  background: linear-gradient(98.03deg, #f40903 20.73%, #ff261f 35.92%, #cd100d 55.41%, #740705 84.14%);
  border-color: rgb(20, 19, 19);
  border-radius: 3px;
  left: 0;
  right: 0;
  margin: auto;
  top: 30%;
  transition: 0.15s;
  opacity: 0;
  transform: scale(0.9);
  -webkit-transition: 0.15s;
  text-align: center;
  visibility: hidden;
  border: 1px solid whitesmoke;
  z-index: 200;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  margin-top: 50px;
  color: white;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 12px;
  border: none;
  transition: 0.4s;
}
.close-btn:hover {
  opacity: 0.5;
}

.black-section {
  margin-top: 55px;
  margin-left: -60px;
  background-color: black;
  width: 558px;
  height: 210px;
  position: absolute;
  border: 1px solid whitesmoke;
  align-items: center;
}
.black-section p {
  color: white;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin-top: 90px;
}
.black-section p span {
  color: red;
}

.open-popup-contact {
  visibility: visible;
  transition: 0.15s;
  opacity: 1;
  transform: none;
}

@media (max-width: 950px) {
  .footer {
    margin-top: 50px;
  }
}
@media (max-width: 620px) {
  .footer {
    margin-top: 20px;
    padding: 20px 0;
  }
  .footer .container {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
  }
  .footer .left-side {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-top: 50px;
    padding-bottom: 30px;
    gap: 25px;
  }
  .footer .left-side p {
    color: #A4A4A4;
    font-size: 18px;
  }
  .footer .left-side img {
    visibility: hidden;
    height: 5px;
    position: absolute;
  }
  .footer .right-side {
    align-items: center;
    width: 240px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }
  .footer .right-side button {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  .popupEducation {
    width: 270px;
    height: 276px;
  }
  .popupEducation h2 {
    font-size: 26px;
    margin-top: 30px;
  }
  .popupEducation .black-section {
    margin-left: -38px;
    margin-top: 20px;
    width: 344px;
    height: 180px;
  }
  .popupEducation .black-section .first-paragraph {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .popupEducation .black-section .second-paragraph {
    max-width: 272px;
  }
  .popupEducation .black-section .second-paragraph img {
    display: flex;
    margin-top: -10px;
  }
  .popupEducation .black-section p {
    text-align: left;
    font-size: 14px;
    color: white;
    margin-left: 30px;
    line-height: 20px;
    align-items: center;
    display: flex;
  }
  .popupEducation .black-section p img {
    margin: 8px;
    width: 12px;
    height: 12px;
  }
  .popupContact {
    width: 270px;
    height: 204px;
  }
  .popupContact h2 {
    font-size: 26px;
    margin-top: 30px;
  }
  .popupContact .black-section {
    margin-top: 20px;
    margin-left: -38px;
    width: 344px;
    height: 108px;
  }
  .popupContact .black-section p {
    font-size: 20px;
    margin-top: 35px;
  }
}
* {
  box-sizing: border-box;
}

html,
body,
input,
select,
textarea,
button {
  font-family: "Quantico", sans-serif;
}

body {
  background: #070C23 url("/images/header/background.png");
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

a {
  text-decoration: none;
}