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;
}

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

img {
  max-width: 100%;
  display: block;
}

html {
  font-size: 10px;
}

body {
  font-family: "Barlow", sans-serif;
  background: #000;
  color: #FFF;
  overflow-x: hidden;
}

.mobileOnly {
  display: none;
}
@media (max-width: 900px) {
  .mobileOnly {
    display: inherit;
  }
}

.container {
  max-width: 324px;
  width: 85%;
  margin: 0 auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  max-width: 324px;
  margin: 0 auto;
}
.header a {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #797979;
  text-decoration: none;
  transition: 0.2s;
}
.header a:hover {
  filter: brightness(120%);
}

.items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.items a {
  transition: 0.5s;
}
.items a:hover {
  transform: scale(1.05);
}
.items #video-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 38px;
}
@media (max-width: 900px) {
  .items #video-list {
    margin-bottom: 14px;
  }
  .items #video-list a:not(:first-child) {
    display: none;
  }
}
.items h3 {
  color: #7D7D7D;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.882px; /* 106.297% */
  letter-spacing: 0.149px;
  margin-top: 13px;
}
.items .button {
  width: 100%;
  background: #202020;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  gap: 15px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

.social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.4rem;
}
.social a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Lexend", sans-serif;
  text-align: center;
  min-width: 92px;
  padding: 1.15rem 0;
  background: #333333;
  color: #797979;
  text-decoration: none;
  font-size: 12px;
}

a.support-btn {
  padding: 15px 25px;
  display: grid;
  place-content: center;
  place-items: center;
  background: #333;
  display: flex;
  gap: 18px;
  margin-bottom: 3.2rem;
  color: #949494;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.882px;
  letter-spacing: 0.149px;
  text-decoration: none;
  transition: 0.2s;
}
a.support-btn:hover {
  filter: brightness(120%);
}

.section-title, .section-title2 {
  width: 80%;
  max-width: 248px;
  margin: 0 auto 1.5rem auto;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  padding: 10px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.section-title::before, .section-title2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  z-index: -1;
}

.section-title2 {
  max-width: 150px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 30px 50px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-style: normal;
}
footer a {
  text-decoration: none;
  color: white;
  transition: 0.2s;
}
footer a:hover {
  color: #b9b9b9;
}

/*# sourceMappingURL=style.min.css.map */
