body {
  background: url("/reelssparkle-bg-main-ewwqwe.webp") no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 991px) {
  body {
    background: url("/reelssparkle-bg-main-ewwqwe.webp");
    background-size: cover 100%;
  }
}

header {
  background: linear-gradient(180deg, #1F2823 0%, #6E8E7C 100%);
}
header li a {
  text-transform: uppercase;
  font-weight: bold;
}

h1,
h2,
h3 {
  line-height: 100%;
}

img {
  border-radius: 6px;
}

p {
  line-height: 120%;
  font-size: 16px;
}

section {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  section {
    margin-bottom: 40px;
  }
}

body .header .header-nav {
  gap: 30px;
}
body .header .header-nav .li {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
body .header .header-nav .li a {
  color: #8263E8;
}

.top-ewwqwe {
  font-size: 12px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 14px 0;
  justify-content: center;
}
.top-ewwqwe::before {
  content: "";
  width: 27px;
  height: 26px;
  display: block;
  background: url("/reelssparkle-icon-18plus-ewwqwe.webp") no-repeat;
  background-size: contain;
}

/*reelssparkle-banner-ewwqwe*/
.reelssparkle-banner-ewwqwe {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("/reelssparkle-bg-banner-ewwqwe.webp") lightgray 50%/cover no-repeat;
  background-size: cover;
}
.reelssparkle-banner-ewwqwe .wrapper {
  padding: 180px 10px;
  text-align: center;
}
.reelssparkle-banner-ewwqwe .wrapper .play-now {
  width: 100%;
  max-width: 500px;
}

/*reelssparkle-demo-ewwqwe*/
.reelssparkle-demo-ewwqwe {
  text-align: center;
}
.reelssparkle-demo-ewwqwe h2 {
  color: #99F2A7;
}

/*reelssparkle-about-ewwqwe*/
.reelssparkle-about-ewwqwe .wrapper {
  display: flex;
  gap: 20px;
}
.reelssparkle-about-ewwqwe .wrapper h2 {
  color: #99F2A7;
}
.reelssparkle-about-ewwqwe .wrapper p {
  line-height: 120%;
  /* 24px */
}

/*reelssparkle-question-ewwqwe*/
.reelssparkle-question-ewwqwe h2 {
  color: #99F2A7;
}
.reelssparkle-question-ewwqwe .wrapper {
  display: flex;
  gap: 20px;
}
.reelssparkle-question-ewwqwe .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reelssparkle-question-ewwqwe .wrapper ul li {
  padding: 20px;
  border-radius: 10px;
  background: #99F2A7;
  color: #0B0B0B;
}
.reelssparkle-question-ewwqwe .wrapper ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.reelssparkle-question-ewwqwe .wrapper ul li p {
  font-size: 16px;
  line-height: 120%;
  /* 19.2px */
}

/*reelssparkle-contacts-ewwqwe*/
.reelssparkle-contacts-ewwqwe .wrapper {
  display: flex;
  gap: 20px;
}
.reelssparkle-contacts-ewwqwe .wrapper .contacts {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #99F2A7;
  background: linear-gradient(180deg, #1F2823 0%, #6E8E7C 100%);
  width: 100%;
  max-width: 610px;
}
.reelssparkle-contacts-ewwqwe .wrapper .contacts h2 {
  margin-bottom: 40px;
}
.reelssparkle-contacts-ewwqwe .wrapper .contacts ul li,
.reelssparkle-contacts-ewwqwe .wrapper .contacts ul li * {
  display: flex;
  gap: 10px;
  align-items: center;
}
.reelssparkle-contacts-ewwqwe .wrapper .contacts svg {
  width: 20px;
}
.reelssparkle-contacts-ewwqwe .wrapper form {
  width: 100%;
  max-width: 610px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.reelssparkle-contacts-ewwqwe .wrapper form div {
  display: flex;
  gap: 20px;
}
.reelssparkle-contacts-ewwqwe .wrapper form input {
  height: 40px;
  line-height: 40px;
}
.reelssparkle-contacts-ewwqwe .wrapper form textarea {
  height: 92px;
}

/*footer*/
footer {
  padding: 40px 0;
  background: linear-gradient(180deg, #1F2823 0%, #6E8E7C 100%);
}
footer img {
  width: max-content;
}
footer .footer-info {
  display: flex;
  flex-wrap: nowrap;
}
footer .footer-info h3 {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}
footer .footer-info p {
  font-size: 16px;
  line-height: 120%;
}
footer .footer-contacts {
  display: flex;
  gap: 20px;
}
footer .footer-contacts svg {
  width: 20px;
}
footer .footer-contacts li,
footer .footer-contacts li * {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
footer nav ul li a {
  text-decoration: underline;
}
footer nav ul li a:hover {
  text-decoration: unset;
}

.othermt {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .othermt {
    margin-top: 40px;
  }
}

.choice ul {
  width: 100%;
}

/*reelssparkle-politics-ewwqwe*/
.reelssparkle-politics-ewwqwe h1 {
  font-size: 30px;
}
.reelssparkle-politics-ewwqwe ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reelssparkle-politics-ewwqwe ul ul li {
  margin-left: 20px;
  padding: unset;
  list-style: disc;
  border: unset;
}
.reelssparkle-politics-ewwqwe ul li {
  border-radius: 10px;
  border: 1px solid #99F2A7;
  padding: 20px;
  font-size: 20px;
}
@media (max-width: 600px) {
  .reelssparkle-politics-ewwqwe ul li {
    font-size: 14px;
  }
}
.reelssparkle-politics-ewwqwe ul h2 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
}

.qeq {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

canvas {
  width: 100% !important;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  min-width: 200px;
  padding: 10px;
  min-height: 40px;
  text-align: center;
  background-color: orange;
}

/**/
.qeq {
  width: 100%;
}

.lazy-iframe {
  width: 100%;
  height: 100%;
}

.iframe-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.iframe-placeholder p {
  margin-top: 20px;
}

.lazy-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=reelssparkle-main-ewwqwe.css.map */
