* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  border: 0;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 10px;
  border: 3px solid transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

@font-face {
  font-family: "Superpop";
  src: url("../fonts/Superpop-Medium-2d9e9bd5.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: rgb(2, 9, 27);
  color: rgb(125, 139, 175);
  font-family: "Outfit", sans-serif;
}

.container {
  width: calc(100% - 1.5rem);
  margin: 0 auto;
  max-width: 1152px;
}

.sidebar {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2, 9, 27, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(9, 18, 40, var(--tw-bg-opacity, 1));
  position: fixed;
  top: 0px;
  z-index: 25;
  height: 100vh;
  gap: 0.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(2, 9, 27, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(9, 18, 40, var(--tw-bg-opacity, 1));
  padding: 0.75rem 1.25rem;
  width: 18.75rem;
  display: flex;
  flex-direction: column;
}
.sidebar::-webkit-scrollbar {
  display: none;
}

.wrap {
  margin-left: 18.75rem;
}

.logo {
  width: 216px;
  display: flex;
}
.logo img {
  width: 100%;
}

.packs {
  height: 46px;
  gap: 0.25rem;
  background-image: url(../images/sidebar-highlight-bg-fbc1d292.webp);
  background-size: 100% 100%;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
.packs img {
  margin-left: -0.25rem;
  width: 3.5rem;
  height: 3.5rem;
}
.packs p {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Superpop", sans-serif;
  line-height: 1;
  color: #fff;
}

.sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.sidebar__menu li a {
  border-radius: 9999px;
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
  height: 36px;
  gap: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(125, 139, 175, var(--tw-text-opacity, 1));
  text-shadow: 0 2px 0 #02091b;
}
.sidebar__menu li a.sidebar__menu__first-item {
  color: #fff;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255, 35, 90, var(--tw-border-opacity, 1));
  background-color: rgba(255, 35, 90, 0.1019607843);
  border-radius: 9999px;
  border-style: solid;
  height: 38px;
}
.sidebar__menu li a img {
  width: 24px;
  height: 24px;
}

.jeux {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.jeux__title {
  padding-inline-start: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.jeux__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.jeux__item {
  display: flex;
  align-items: center;
  height: 3.5rem;
  width: 100%;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border-top-width: 2px;
  border-color: rgba(255, 255, 255, 0.1019607843);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jeux__item img {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3019607843);
  border-style: solid;
}
.jeux__item p {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
}
.jeux__item p span:nth-child(1) {
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
}
.jeux__item p span:nth-child(2) {
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.7;
}
.jeux__item svg {
  position: relative;
  margin-left: auto;
  height: 1rem;
  width: 1.5rem;
}
.jeux__item svg path {
  fill: #fff;
}
.jeux__item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.75rem;
  backdrop-filter: blur(5px);
  content: "";
  background: linear-gradient(90deg, color-mix(in srgb, #02091b 50%, transparent) 10%, transparent 15%, transparent 25%, color-mix(in srgb, #02091b 50%, transparent) 30%);
  background-size: 200% 100%;
}
.jeux__item:nth-child(1) {
  background-image: url(../images/mm1.png);
}
.jeux__item:nth-child(2) {
  background-image: url(../images/mm2.png);
}
.jeux__item:nth-child(3) {
  background-image: url(../images/mm3.png);
}

.sidebar__menu__2 li a {
  color: #fff;
}

.lg {
  display: flex;
  align-items: center;
  border-radius: 9999px !important;
  padding: 0 0.75rem;
  height: 40px;
  min-height: 40px;
  background-color: rgb(12, 24, 54, var(--tw-bg-opacity, 1)) !important;
}
.lg img {
  width: 1.125rem;
  height: 1.125rem;
  margin-inline-end: 0.75rem;
}
.lg span {
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
  font-weight: 500;
  font-size: 14px;
}
.lg svg {
  margin-left: auto;
  opacity: 0.5;
}
.lg svg path {
  stroke: rgb(222, 226, 229);
}

.mobile {
  display: none;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 999;
}

.header__left {
  display: flex;
  align-items: center;
}

.search {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  height: 36px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(12, 24, 54, var(--tw-bg-opacity, 1));
  width: 320px;
  border-color: rgb(9, 18, 40, var(--tw-border-opacity, 1));
}
.search svg {
  margin-inline-end: 0.25rem;
  height: 1rem;
  opacity: 0.5;
}
.search svg path {
  stroke: #fff;
}
.search span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
}

.header__right {
  display: flex;
  gap: 0.75rem;
}
.header__right a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 9999px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 2px 0px #02091b;
  font-family: "Superpop", sans-serif;
  height: 36px;
}
.header__right a:nth-child(1) {
  border-width: 2px;
  border-color: rgb(255, 76, 121, var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom, #ff4c79, #fa003e);
}
.header__right a:nth-child(2) {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(18, 35, 79, var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom, #0f1d42, #02091b);
}

.banner {
  position: relative;
  max-width: 1850px;
  height: 462px;
  background-image: url(../images/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: -60px auto 0;
}
.banner .container {
  height: 100%;
}

.banner__info {
  padding-left: 5rem;
  padding-right: 5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner__text {
  transform: translateY(-30px);
  position: relative;
  width: 317px;
  height: 317px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.banner__text p:nth-child(2) {
  font-family: "Superpop", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 140px;
  text-transform: uppercase;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #fff, #94ffc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 1px 0px #000102);
  min-width: -moz-max-content;
  min-width: max-content;
}
.banner__text p:nth-child(3) {
  margin-top: 110px;
  position: relative;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Superpop", sans-serif;
}
.banner__text p:nth-child(3) span:nth-child(1) {
  line-height: 1;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 3px 0px #02091b);
  background-image: linear-gradient(to bottom, #fff, #ffc7d5);
}
.banner__text p:nth-child(3) span:nth-child(2) {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 3px 0px #02091b);
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #fff, #ffc7d5);
}
.banner__text p:nth-child(4) {
  position: relative;
  margin-top: 2rem;
  color: #fff;
  line-height: 1;
  font-size: 0.75rem;
}

.banner__info__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  aspect-ratio: 400/120;
  position: relative;
  transform: translateY(-10px);
}
.banner__btn span {
  position: relative;
  font-family: "Superpop", sans-serif;
  text-shadow: -2px -2px 0px #570016, 2px 2px 0px #570016, -2px 2px 0px #570016, 2px -2px 0px #570016, 0px -2px 0px #570016, 0px 2px 0px #570016, 2px 0px 0px #570016, 2px 0px 0px #570016;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0.5rem;
}
.banner__btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.pay p {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1.5;
  font-size: 0.75rem;
}

.pay__img {
  width: 182px;
}

.promo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.promo__item {
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgb(9, 18, 40, var(--tw-bg-opacity, 1));
  height: 7rem;
  gap: 0.25rem;
  padding: 0.625rem 1rem;
}
.promo__item:nth-child(2)::after {
  background-image: url(../images/highlights-frame-2-9a9483bf.webp);
}
.promo__item:nth-child(3)::after {
  background-image: url(../images/highlights-frame-3-f17a8ea4.webp);
}
.promo__item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(173, 182, 205, var(--tw-text-opacity, 1));
  width: 220px;
}
.promo__item img {
  height: 8rem;
  width: 8rem;
}
.promo__item:after {
  z-index: 20;
  opacity: 1;
  left: -6%;
  right: -5%;
  bottom: -7%;
  top: -20%;
  background-image: url(../images/highlights-frame-1-994ca609.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  content: "";
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: transparent;
}

.cards {
  margin-top: 2.25rem;
}

.cards__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cards__title {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
  font-family: "Superpop", sans-serif;
  gap: 0.75rem;
}
.cards__title img {
  width: 24px;
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cards__nav p {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-width: 2px;
  border-color: rgb(18, 35, 79, var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom, #0f1d42, #02091b);
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 900;
  text-transform: uppercase;
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
  text-shadow: 0px 2px 0px #02091b;
  font-family: "Superpop", sans-serif;
}

.arrows {
  display: flex;
  gap: 0.75rem;
}
.arrows span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 1.75rem;
  aspect-ratio: 1/1;
  border-color: rgb(18, 35, 79, var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom, #0f1d42, #02091b);
}
.arrows span svg {
  height: 1rem;
  width: 1rem;
}
.arrows span svg path {
  stroke: #fff;
}

.cards__list {
  margin-top: 0.75rem;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
}
.cards__list::-webkit-scrollbar {
  display: none;
}

.cards__item {
  width: 182px;
  min-width: 182px;
  aspect-ratio: 182/242;
  position: relative;
}
.cards__item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background-repeat: no-repeat;
  content: "";
  background-image: url(../images/game-frame-175a71f8.webp);
  background-position: bottom center;
  background-size: 100% 100%;
  background-origin: border-box;
}
.cards__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.content {
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content__item {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.content__item strong,
.content__item h1,
.content__item h2,
.content__item h3,
.content__item h4 {
  font-weight: 900;
}
.content__item h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.content__item h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.content__item h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
.content__item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.content__item p,
.content__item .content__table,
.content__item ul,
.content__item ol {
  margin-bottom: 20px;
}
.content__item ol,
.content__item ul {
  padding-left: 50px;
  list-style: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content__item ol p,
.content__item ul p {
  margin-bottom: 15px;
}
.content__item ul {
  list-style: disc;
}
.content__item h3:last-child,
.content__item ol:last-child,
.content__item p:last-child,
.content__item .content__table:last-child,
.content__item ul:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item {
  margin-bottom: 25px;
}
.content__item.faq .faq__item p,
.content__item.faq .faq__item ol,
.content__item.faq .faq__item ul,
.content__item.faq .faq__item .content__table {
  margin-bottom: 15px;
}
.content__item.faq .faq__item p:last-child,
.content__item.faq .faq__item ol:last-child,
.content__item.faq .faq__item ul:last-child,
.content__item.faq .faq__item .content__table:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item p:first-child {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}
.content__item.faq .faq__item:last-child {
  margin-bottom: 0;
}

.content__table table {
  border-collapse: collapse;
}
.content__table td {
  padding: 12px;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: top;
}
.content__table tr:first-child td {
  text-align: center;
  font-weight: 900;
}

.table-left-bold td:first-child {
  font-weight: 900;
}

.table-not-head tr:first-child td {
  text-align: left;
  font-weight: 400;
}

footer {
  background-color: rgb(9, 18, 40, var(--tw-bg-opacity, 1));
  position: relative;
  margin-top: 80px;
  padding: 40px 0;
}
footer:before {
  background-image: url(../images/footer-desktop-fdc9cabf.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  top: -62px;
  height: 62px;
  position: absolute;
  width: 100%;
  content: "";
}

.footer__top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer__top__left {
  width: 397px;
  min-width: 397px;
}
.footer__top__left .logo {
  width: 108px;
}
.footer__top__left p {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(125, 139, 175, var(--tw-text-opacity, 1));
  opacity: 0.5;
}

.footer__menu {
  width: 100%;
  gap: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: rgb(125, 139, 175, var(--tw-text-opacity, 1));
}
.footer__menu ul li {
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer__bottom__left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer__bottom__left svg {
  width: 26px;
  height: 26px;
}
.footer__bottom__left p {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(125, 139, 175, var(--tw-text-opacity, 1));
  opacity: 0.5;
}

.footer__bottom__right {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(125, 139, 175, var(--tw-text-opacity, 1));
  opacity: 0.5;
}

@media (max-width: 1919px) {
  .promo {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .promo::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1300px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__top {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    display: none;
  }
  .wrap {
    margin-left: 0;
  }
  .mobile {
    display: flex;
  }
  .search {
    display: none;
  }
  .logo {
    width: 88px;
  }
  .header__left {
    gap: 1.25rem;
  }
  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: linear-gradient(to top, #02091b 100%, transparent 100%);
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 56px;
    width: 100%;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 1rem;
  }
  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mobile-menu a img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .burger {
    width: 20px;
    height: 20px;
  }
  .logo {
    width: 26px;
  }
  .header__right a:nth-child(1) {
    display: none;
  }
  header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .banner {
    height: 410px;
  }
  .banner__info {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
  .banner__text {
    transform: translateY(-30px);
    width: 220px;
    height: 220px;
  }
  .banner__text p:nth-child(2) {
    font-size: 1rem;
    transform: translateY(40px);
  }
  .banner__text p:nth-child(3) {
    transform: translateY(45px);
    margin-top: 50px;
  }
  .banner__text p:nth-child(3) span:nth-child(1) {
    font-size: 0.75rem;
  }
  .banner__text p:nth-child(3) span:nth-child(2) {
    font-size: 32px;
  }
  .banner__text p:nth-child(4) {
    min-width: -moz-max-content;
    min-width: max-content;
    margin-top: 120px;
  }
  .banner__btn {
    width: 350px;
    aspect-ratio: 302/90;
  }
  .banner__btn span {
    font-size: 16px;
  }
  .pay {
    flex-direction: column;
  }
  .pay p {
    text-align: center;
    font-size: 0.75rem;
    opacity: 0.8;
  }
  .promo {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .promo__item {
    height: 90px;
    gap: 0.125rem;
  }
  .promo__item p {
    font-size: 0.75rem;
  }
  .promo__item img {
    height: 80px;
    width: 80px;
  }
  .cards__title {
    font-size: 16px;
    line-height: 1;
  }
  .cards__nav p {
    display: none;
  }
  .cards__list {
    width: calc(100% + 0.75rem);
    padding-right: 0.75rem;
  }
  .cards__item {
    width: 153px;
    min-width: 153px;
  }
  .promo {
    width: calc(100% + 0.75rem);
    padding-right: 0.75rem;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .mobile-menu a {
    font-size: 10px;
  }
  .mobile-menu {
    margin: 0;
  }
  .footer__top__left {
    width: 100%;
    min-width: auto;
  }
  footer {
    padding: 0 0 60px;
  }
  .footer__menu {
    flex-wrap: wrap;
  }
  .cards {
    margin-top: 20px;
  }
  .mobile-menu a img {
    height: 1.5rem;
    opacity: 0.6;
    filter: saturate(0%);
  }
  .mobile-menu a {
    color: rgba(255, 255, 255, 0.6);
  }
  .mobile-menu a:nth-child(3) {
    margin-top: -24px;
  }
  .mobile-menu a:nth-child(3) img {
    width: 48px;
    height: 48px;
    opacity: 1;
    filter: none;
  }
}/*# sourceMappingURL=styles.css.map */