#firstBlock,
#redblocks > * {
  transform: translate3d(160px, -93px, 0);
}
.go-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 20px auto;
  text-align: center;
  background-color: #0d1985;
  padding: 16px 20px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 100px;
  cursor: pointer;
}
.formSub,
.formTitle {
  font-family: Helvetica;
  text-align: center;
}
.formTitle,
.formTitle span {
  letter-spacing: 1px;
  font-weight: 700;
}
.customJS-styles__activation-message {
  background: #00000075;
  display: flex;
  background: #073e86c2;
  display: flex;
}
.c-summary h2 {
  font-weight: 600;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-size: 22px;
}
.sorser form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
  margin: 0 auto;
}
.sorser button,
.sorser input {
  outline: 0;
  padding: 10px;
  color: #fff;
}
.my-ol li,
h2 {
  margin-bottom: 1em !important;
}
.sorser input {
  background-color: #333;
  width: 100%;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}
.sorser .titles {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #00bfff;
}
.sorser .titles::after,
.sorser .titles::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0;
  background-color: #00bfff;
}
.sorser .titles::after {
  animation: 1s linear infinite pulse;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.sorser button:hover {
  background-color: #00bfff96;
}
.sorser button {
  border: none;
  border-radius: 10px;
  font-size: 16px;
  transform: 0.3s ease;
  background-color: #00bfff;
}
.logos svg {
  width: 100%;
  height: 200px;
}
#redblocks > * {
  -webkit-animation: 4s 1s infinite moveblocks;
  animation: 4s 1s infinite moveblocks;
}
@-webkit-keyframes moveblocks {
  0% {
    transform: translate3d(160px, -93px, 0);
  }
  100%,
  50% {
    transform: translate(0);
  }
}
@keyframes moveblocks {
  0% {
    transform: translate3d(160px, -93px, 0);
  }
  100%,
  50% {
    transform: translate(0);
  }
}
#firstBlock {
  -webkit-animation: 4s 1s infinite firstBlock;
  animation: 4s 1s infinite firstBlock;
}
#blockdis {
  -webkit-animation: 4s 1s infinite blockdis;
  animation: 4s 1s infinite blockdis;
}
@-webkit-keyframes blockdis {
  30% {
    opacity: 1;
  }
  100%,
  40% {
    opacity: 0;
    transform: translate3d(-160px, 93px, 0);
  }
}
@keyframes blockdis {
  30% {
    opacity: 1;
  }
  100%,
  40% {
    opacity: 0;
    transform: translate3d(-160px, 93px, 0);
  }
}
@-webkit-keyframes firstBlock {
  0%,
  15% {
    opacity: 0;
  }
  100%,
  40% {
    opacity: 1;
  }
}
@keyframes firstBlock {
  0%,
  15% {
    opacity: 0;
  }
  100%,
  40% {
    opacity: 1;
  }
}
#redblocksparticles g:first-child polygon,
#redblocksparticles g:nth-child(2) polygon,
#redblocksparticles g:nth-child(3) polygon,
#redblocksparticles g:nth-child(4) polygon {
  opacity: 0.35;
  -webkit-animation: 4s 1s infinite glow;
  animation: 4s 1s infinite glow;
}
#redblocksparticles g:first-child g circle:first-child,
#redblocksparticles g:nth-child(2) g circle:first-child,
#redblocksparticles g:nth-child(3) g circle:first-child,
#redblocksparticles g:nth-child(4) g circle:first-child {
  -webkit-animation: 4s 1.05s infinite dots;
  animation: 4s 1.05s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(2),
#redblocksparticles g:nth-child(2) g circle:nth-child(2),
#redblocksparticles g:nth-child(3) g circle:nth-child(2),
#redblocksparticles g:nth-child(4) g circle:nth-child(2) {
  -webkit-animation: 4s 1.1s infinite dots;
  animation: 4s 1.1s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(3),
#redblocksparticles g:nth-child(2) g circle:nth-child(3),
#redblocksparticles g:nth-child(3) g circle:nth-child(3),
#redblocksparticles g:nth-child(4) g circle:nth-child(3) {
  -webkit-animation: 4s 1.15s infinite dots;
  animation: 4s 1.15s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(4),
#redblocksparticles g:nth-child(2) g circle:nth-child(4),
#redblocksparticles g:nth-child(3) g circle:nth-child(4),
#redblocksparticles g:nth-child(4) g circle:nth-child(4) {
  -webkit-animation: 4s 1.2s infinite dots;
  animation: 4s 1.2s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(5),
#redblocksparticles g:nth-child(2) g circle:nth-child(5),
#redblocksparticles g:nth-child(3) g circle:nth-child(5),
#redblocksparticles g:nth-child(4) g circle:nth-child(5) {
  -webkit-animation: 4s 1.25s infinite dots;
  animation: 4s 1.25s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(6),
#redblocksparticles g:nth-child(2) g circle:nth-child(6),
#redblocksparticles g:nth-child(3) g circle:nth-child(6),
#redblocksparticles g:nth-child(4) g circle:nth-child(6) {
  -webkit-animation: 4s 1.3s infinite dots;
  animation: 4s 1.3s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(7),
#redblocksparticles g:nth-child(2) g circle:nth-child(7),
#redblocksparticles g:nth-child(3) g circle:nth-child(7),
#redblocksparticles g:nth-child(4) g circle:nth-child(7) {
  -webkit-animation: 4s 1.35s infinite dots;
  animation: 4s 1.35s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(8),
#redblocksparticles g:nth-child(2) g circle:nth-child(8),
#redblocksparticles g:nth-child(3) g circle:nth-child(8),
#redblocksparticles g:nth-child(4) g circle:nth-child(8) {
  -webkit-animation: 4s 1.4s infinite dots;
  animation: 4s 1.4s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(9),
#redblocksparticles g:nth-child(2) g circle:nth-child(9),
#redblocksparticles g:nth-child(3) g circle:nth-child(9),
#redblocksparticles g:nth-child(4) g circle:nth-child(9) {
  -webkit-animation: 4s 1.45s infinite dots;
  animation: 4s 1.45s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(10),
#redblocksparticles g:nth-child(2) g circle:nth-child(10),
#redblocksparticles g:nth-child(3) g circle:nth-child(10),
#redblocksparticles g:nth-child(4) g circle:nth-child(10) {
  -webkit-animation: 4s 1.5s infinite dots;
  animation: 4s 1.5s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(11),
#redblocksparticles g:nth-child(2) g circle:nth-child(11),
#redblocksparticles g:nth-child(3) g circle:nth-child(11),
#redblocksparticles g:nth-child(4) g circle:nth-child(11) {
  -webkit-animation: 4s 1.55s infinite dots;
  animation: 4s 1.55s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(12),
#redblocksparticles g:nth-child(2) g circle:nth-child(12),
#redblocksparticles g:nth-child(3) g circle:nth-child(12),
#redblocksparticles g:nth-child(4) g circle:nth-child(12) {
  -webkit-animation: 4s 1.6s infinite dots;
  animation: 4s 1.6s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(13),
#redblocksparticles g:nth-child(2) g circle:nth-child(13),
#redblocksparticles g:nth-child(3) g circle:nth-child(13),
#redblocksparticles g:nth-child(4) g circle:nth-child(13) {
  -webkit-animation: 4s 1.65s infinite dots;
  animation: 4s 1.65s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(14),
#redblocksparticles g:nth-child(2) g circle:nth-child(14),
#redblocksparticles g:nth-child(3) g circle:nth-child(14),
#redblocksparticles g:nth-child(4) g circle:nth-child(14) {
  -webkit-animation: 4s 1.7s infinite dots;
  animation: 4s 1.7s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(15),
#redblocksparticles g:nth-child(2) g circle:nth-child(15),
#redblocksparticles g:nth-child(3) g circle:nth-child(15),
#redblocksparticles g:nth-child(4) g circle:nth-child(15) {
  -webkit-animation: 4s 1.75s infinite dots;
  animation: 4s 1.75s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(16),
#redblocksparticles g:nth-child(2) g circle:nth-child(16),
#redblocksparticles g:nth-child(3) g circle:nth-child(16),
#redblocksparticles g:nth-child(4) g circle:nth-child(16) {
  -webkit-animation: 4s 1.8s infinite dots;
  animation: 4s 1.8s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(17),
#redblocksparticles g:nth-child(2) g circle:nth-child(17),
#redblocksparticles g:nth-child(3) g circle:nth-child(17),
#redblocksparticles g:nth-child(4) g circle:nth-child(17) {
  -webkit-animation: 4s 1.85s infinite dots;
  animation: 4s 1.85s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(18),
#redblocksparticles g:nth-child(2) g circle:nth-child(18),
#redblocksparticles g:nth-child(3) g circle:nth-child(18),
#redblocksparticles g:nth-child(4) g circle:nth-child(18) {
  -webkit-animation: 4s 1.9s infinite dots;
  animation: 4s 1.9s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(19),
#redblocksparticles g:nth-child(2) g circle:nth-child(19),
#redblocksparticles g:nth-child(3) g circle:nth-child(19),
#redblocksparticles g:nth-child(4) g circle:nth-child(19) {
  -webkit-animation: 4s 1.95s infinite dots;
  animation: 4s 1.95s infinite dots;
}
@-webkit-keyframes glow {
  0%,
  45% {
    opacity: 0;
  }
  100%,
  60% {
    opacity: 0.35;
  }
}
@keyframes glow {
  0%,
  45% {
    opacity: 0;
  }
  100%,
  60% {
    opacity: 0.35;
  }
}
@-webkit-keyframes dots {
  0%,
  35% {
    transform: translate(0);
    opacity: 0;
  }
  60%,
  80% {
    transform: translate(55px, -35px);
    opacity: 1;
  }
  100% {
    transform: translate(55px, -35px);
    opacity: 0;
  }
}
@keyframes dots {
  0%,
  35% {
    transform: translate(0);
    opacity: 0;
  }
  60%,
  80% {
    transform: translate(55px, -35px);
    opacity: 1;
  }
  100% {
    transform: translate(55px, -35px);
    opacity: 0;
  }
}
#purplebg > :first-child {
  -webkit-animation: 2s 0.5s infinite alternate up;
  animation: 2s 0.5s infinite alternate up;
}
#purplebg > :nth-child(2) {
  -webkit-animation: 2s 1s infinite alternate up;
  animation: 2s 1s infinite alternate up;
}
#purplebg > :nth-child(3) {
  -webkit-animation: 2s 1.5s infinite alternate up;
  animation: 2s 1.5s infinite alternate up;
}
#purplebg > :nth-child(4) {
  -webkit-animation: 2s 2s infinite alternate up;
  animation: 2s 2s infinite alternate up;
}
#purplebg > :nth-child(5) {
  -webkit-animation: 2s 2.5s infinite alternate up;
  animation: 2s 2.5s infinite alternate up;
}
#purplebg > :nth-child(6) {
  -webkit-animation: 2s 3s infinite alternate up;
  animation: 2s 3s infinite alternate up;
}
#purplebg > :nth-child(7) {
  -webkit-animation: 2s 3.5s infinite alternate up;
  animation: 2s 3.5s infinite alternate up;
}
#purplebg > :nth-child(8) {
  -webkit-animation: 2s 4s infinite alternate up;
  animation: 2s 4s infinite alternate up;
}
#purplebg > :nth-child(9) {
  -webkit-animation: 2s 4.5s infinite alternate up;
  animation: 2s 4.5s infinite alternate up;
}
#purplebg > :nth-child(10) {
  -webkit-animation: 2s 5s infinite alternate up;
  animation: 2s 5s infinite alternate up;
}
#purplebg > :nth-child(11) {
  -webkit-animation: 2s 5.5s infinite alternate up;
  animation: 2s 5.5s infinite alternate up;
}
#purplebg > :nth-child(12) {
  -webkit-animation: 2s 6s infinite alternate up;
  animation: 2s 6s infinite alternate up;
}
#purplebg > :nth-child(13) {
  -webkit-animation: 2s 6.5s infinite alternate up;
  animation: 2s 6.5s infinite alternate up;
}
#purplebg > :nth-child(14) {
  -webkit-animation: 2s 7s infinite alternate up;
  animation: 2s 7s infinite alternate up;
}
#purplebg > :nth-child(15) {
  -webkit-animation: 2s 7.5s infinite alternate up;
  animation: 2s 7.5s infinite alternate up;
}
#purplebg > :nth-child(16) {
  -webkit-animation: 2s 8s infinite alternate up;
  animation: 2s 8s infinite alternate up;
}
#purplebg > :nth-child(17) {
  -webkit-animation: 2s 8.5s infinite alternate up;
  animation: 2s 8.5s infinite alternate up;
}
#purplebg > :nth-child(18) {
  -webkit-animation: 2s 9s infinite alternate up;
  animation: 2s 9s infinite alternate up;
}
#purplebg > :nth-child(19) {
  -webkit-animation: 2s 9.5s infinite alternate up;
  animation: 2s 9.5s infinite alternate up;
}
#purplebg > :nth-child(20) {
  -webkit-animation: 2s 10s infinite alternate up;
  animation: 2s 10s infinite alternate up;
}
#purplebg > :nth-child(21) {
  -webkit-animation: 2s 10.5s infinite alternate up;
  animation: 2s 10.5s infinite alternate up;
}
@-webkit-keyframes up {
  to {
    transform: translate(0, -25px);
  }
}
@keyframes up {
  to {
    transform: translate(0, -25px);
  }
}
#bottomparticles2 > :first-child,
#bottomparticles > :first-child,
#redglowparticles > :first-child {
  -webkit-animation:
    4s 0.3s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 0.3s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(2),
#bottomparticles > :nth-child(2),
#redglowparticles > :nth-child(2) {
  -webkit-animation:
    4s 0.6s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 0.6s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(3),
#bottomparticles > :nth-child(3),
#redglowparticles > :nth-child(3) {
  -webkit-animation:
    4s 0.9s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 0.9s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(4),
#bottomparticles > :nth-child(4),
#redglowparticles > :nth-child(4) {
  -webkit-animation:
    4s 1.2s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 1.2s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(5),
#bottomparticles > :nth-child(5),
#redglowparticles > :nth-child(5) {
  -webkit-animation:
    4s 1.5s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 1.5s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(6),
#bottomparticles > :nth-child(6),
#redglowparticles > :nth-child(6) {
  -webkit-animation:
    4s 1.8s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 1.8s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(7),
#bottomparticles > :nth-child(7),
#redglowparticles > :nth-child(7) {
  -webkit-animation:
    4s 2.1s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 2.1s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(8),
#bottomparticles > :nth-child(8),
#redglowparticles > :nth-child(8) {
  -webkit-animation:
    4s 2.4s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 2.4s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(9),
#bottomparticles > :nth-child(9),
#redglowparticles > :nth-child(9) {
  -webkit-animation:
    4s 2.7s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 2.7s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(10),
#bottomparticles > :nth-child(10),
#redglowparticles > :nth-child(10) {
  -webkit-animation:
    4s 3s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 3s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(11),
#bottomparticles > :nth-child(11),
#redglowparticles > :nth-child(11) {
  -webkit-animation:
    4s 3.3s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 3.3s infinite alternate particles,
    2s infinite alternate p;
}
#bottomparticles2 > :nth-child(12),
#bottomparticles > :nth-child(12),
#redglowparticles > :nth-child(12) {
  -webkit-animation:
    4s 3.6s infinite alternate particles,
    2s infinite alternate p;
  animation:
    4s 3.6s infinite alternate particles,
    2s infinite alternate p;
}
@-webkit-keyframes p {
  100%,
  85% {
    opacity: 0;
  }
}
@keyframes p {
  100%,
  85% {
    opacity: 0;
  }
}
@-webkit-keyframes particles {
  0%,
  100% {
    transform: translate(0);
  }
  50% {
    transform: translate(10px, 15px);
  }
}
@keyframes particles {
  0%,
  100% {
    transform: translate(0);
  }
  50% {
    transform: translate(10px, 15px);
  }
}
.particlespoly {
  -webkit-animation: 2s infinite alternate p;
  animation: 2s infinite alternate p;
}
#d-app g:first-child,
#d-apps2 g:first-child {
  -webkit-animation: 2s ease-in-out 0.2s infinite alternate updown;
  animation: 2s ease-in-out 0.2s infinite alternate updown;
}
#d-app g:nth-child(2),
#d-apps2 g:nth-child(2) {
  -webkit-animation: 2s ease-in-out 0.4s infinite alternate updown;
  animation: 2s ease-in-out 0.4s infinite alternate updown;
}
#d-app g:nth-child(3),
#d-apps2 g:nth-child(3) {
  -webkit-animation: 2s ease-in-out 0.6s infinite alternate updown;
  animation: 2s ease-in-out 0.6s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:first-child,
#d-appswrapper g:nth-child(2) g > circle:first-child {
  -webkit-animation: 2s 50ms infinite alternate updown;
  animation: 2s 50ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(2),
#d-appswrapper g:nth-child(2) g > circle:nth-child(2) {
  -webkit-animation: 2s 0.1s infinite alternate updown;
  animation: 2s 0.1s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(3),
#d-appswrapper g:nth-child(2) g > circle:nth-child(3) {
  -webkit-animation: 2s 150ms infinite alternate updown;
  animation: 2s 150ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(4),
#d-appswrapper g:nth-child(2) g > circle:nth-child(4) {
  -webkit-animation: 2s 0.2s infinite alternate updown;
  animation: 2s 0.2s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(5),
#d-appswrapper g:nth-child(2) g > circle:nth-child(5) {
  -webkit-animation: 2s 250ms infinite alternate updown;
  animation: 2s 250ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(6),
#d-appswrapper g:nth-child(2) g > circle:nth-child(6) {
  -webkit-animation: 2s 0.3s infinite alternate updown;
  animation: 2s 0.3s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(7),
#d-appswrapper g:nth-child(2) g > circle:nth-child(7) {
  -webkit-animation: 2s 350ms infinite alternate updown;
  animation: 2s 350ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(8),
#d-appswrapper g:nth-child(2) g > circle:nth-child(8) {
  -webkit-animation: 2s 0.4s infinite alternate updown;
  animation: 2s 0.4s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(9),
#d-appswrapper g:nth-child(2) g > circle:nth-child(9) {
  -webkit-animation: 2s 450ms infinite alternate updown;
  animation: 2s 450ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(10),
#d-appswrapper g:nth-child(2) g > circle:nth-child(10) {
  -webkit-animation: 2s 0.5s infinite alternate updown;
  animation: 2s 0.5s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(11),
#d-appswrapper g:nth-child(2) g > circle:nth-child(11) {
  -webkit-animation: 2s 550ms infinite alternate updown;
  animation: 2s 550ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(12),
#d-appswrapper g:nth-child(2) g > circle:nth-child(12) {
  -webkit-animation: 2s 0.6s infinite alternate updown;
  animation: 2s 0.6s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(13),
#d-appswrapper g:nth-child(2) g > circle:nth-child(13) {
  -webkit-animation: 2s 650ms infinite alternate updown;
  animation: 2s 650ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(14),
#d-appswrapper g:nth-child(2) g > circle:nth-child(14) {
  -webkit-animation: 2s 0.7s infinite alternate updown;
  animation: 2s 0.7s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(15),
#d-appswrapper g:nth-child(2) g > circle:nth-child(15) {
  -webkit-animation: 2s 750ms infinite alternate updown;
  animation: 2s 750ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(16),
#d-appswrapper g:nth-child(2) g > circle:nth-child(16) {
  -webkit-animation: 2s 0.8s infinite alternate updown;
  animation: 2s 0.8s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(17),
#d-appswrapper g:nth-child(2) g > circle:nth-child(17) {
  -webkit-animation: 2s 850ms infinite alternate updown;
  animation: 2s 850ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(18),
#d-appswrapper g:nth-child(2) g > circle:nth-child(18) {
  -webkit-animation: 2s 0.9s infinite alternate updown;
  animation: 2s 0.9s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(19),
#d-appswrapper g:nth-child(2) g > circle:nth-child(19) {
  -webkit-animation: 2s 950ms infinite alternate updown;
  animation: 2s 950ms infinite alternate updown;
}
@-webkit-keyframes updown {
  100% {
    transform: translate(0, -20px);
  }
}
@keyframes updown {
  100% {
    transform: translate(0, -20px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(12),
#Layer_1 > g:nth-child(2) > g:nth-child(18) > g:nth-child(12) {
  -webkit-animation:
    1s ease-in-out infinite alternate arrows,
    2s infinite alternate p;
  animation:
    1s ease-in-out infinite alternate arrows,
    2s infinite alternate p;
}
@-webkit-keyframes arrows {
  to {
    transform: translate(25px, 25px);
  }
}
@keyframes arrows {
  to {
    transform: translate(25px, 25px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(13) {
  -webkit-animation:
    1s ease-in-out infinite alternate arrows2,
    2s infinite alternate p;
  animation:
    1s ease-in-out infinite alternate arrows2,
    2s infinite alternate p;
}
@-webkit-keyframes arrows2 {
  to {
    transform: translate(-25px, -25px);
  }
}
@keyframes arrows2 {
  to {
    transform: translate(-25px, -25px);
  }
}
h2 {
  margin-top: 1em !important;
}
.c-advert__label.c-advert__label-active {
  color: #626262;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 0.75rem;
  margin: 20px auto;
  text-transform: uppercase;
  text-align: center;
}
a .my-links {
  color: orange !important;
}
p {
  margin-bottom: 15px;
}
.formSub {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}
.formTitle {
  color: #fff;
  font-size: 26px;
}
.formTitle span {
  color: #20c200;
  font-family: Helvetica;
  font-size: 41px;

  text-align: center;
}
.form button,
.formSub1 {
  color: #fff;
  font-family: Helvetica;
  text-align: center;
}
.formSub1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 17px;
}
#formbox {
  margin-top: 10px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#email,
#first_name,
#last_name,
#phone {
  display: block;
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.25px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 12px;
  margin-bottom: 15px;
}
#check,
#checklabel,
.loadingView {
  display: none;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
.form button {
  display: block;
  width: 100%;
  font-size: 23px;
  font-weight: 400;
  line-height: 21px;
  border: 0;
  border-radius: 10px;
  background: red;
  padding: 17.5px 0;
  cursor: pointer;
  margin-top: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form button:hover {
  -webkit-box-shadow: 0 0 10px #7ed321;
  box-shadow: 0 0 10px #7ed321;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .formSub,
  .formTitle {
    font-size: 20px;
  }
  .form {
    padding: 20px;
  }

  .formTitle span {
    font-size: 27px;
  }
  .formSub1 {
    font-size: 17px;
    line-height: 27px;
  }
}
.form p:first-of-type:first-letter {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: inherit;
  float: inherit;
}
.comments {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.contentBox {
  margin: 20px auto;
}
.form {
  padding: 16px;
  background: linear-gradient(45deg, #069933, #024a4c);
  margin: 0 0 1.5em;
  border-radius: 25px;
}
.customJS-styles__activation-message {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: #00000075;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}
.customJS-styles__icon {
  color: red;
  font-size: 35px;
  text-align: center;
  margin-right: 7px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* TOP BAR */
.header__top {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-right: 8px;
}

.logo {
  width: 58px;
  display: flex;
}

/* NAV */
.header__nav {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  flex: 1;
  justify-content: center;
}

.header__nav::-webkit-scrollbar {
  display: none;
}

.header__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 12px;
  flex-shrink: 0;
  line-height: 1;
}

.header__nav a:hover {
  opacity: 1;
  background-color: rgb(240, 80, 16);
  outline: none;
}

/* RIGHT */
.header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ICONS */
.icon-btn,
.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: 32px;
  height: 32px;

  img {
    flex-shrink: 0;
    max-width: none;
  }
}

/* BOTTOM BAR */
.header__bottom {
  background: #ff6a00;
  overflow-x: auto;
  white-space: nowrap;
}

.ticker {
  display: flex;
  gap: 24px;
  padding: 10px 16px;
}

.ticker a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  flex-shrink: 0;
}

.burger {
  display: none;
}

@media (width <1000px) {
  .burger {
    display: flex;
  }
  .header__nav {
    display: none;
  }
  .header__left {
    width: 100%;
  }
  .logo {
    margin-inline: auto;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .header__nav {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: #000;
    flex-direction: column;
    display: none;
    padding: 10px 16px;
  }
  .header__left {
    span {
      display: none;
    }
  }
}
/* TOP BAR */

/* NAV */

/* RIGHT */

/* ICONS */

/* BOTTOM BAR */

/* RESPONSIVE */

/* ── Demo spacer ── */

/* ══════════════════════════════════════
       FOOTER
    ══════════════════════════════════════ */
footer {
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

/* ── Main grid ── */
.footer-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 40px 28px;
  display: grid;
  grid-template-columns: 160px 1fr 1fr 1fr 1fr;
  gap: 0 24px;
}

/* ── Brand column ── */
.brand-col {
  padding-right: 16px;
  border-right: 1px solid #e8e8e8;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 24px;
  text-decoration: none;
}

.logo-rtve {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.logo-r {
  color: #e8581f;
}
.logo-t {
  color: #1a66cc;
}
.logo-v {
  color: #e8581f;
}
.logo-e {
  color: #f0a500;
}
.logo-dot {
  color: #555;
  font-weight: 700;
  font-size: 1.3rem;
}
.logo-es {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.brand-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.brand-nav a {
  color: #222;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.18s;
}
.brand-nav a:hover {
  color: #e8581f;
}

/* ── Channel columns ── */
.channel-col {
  padding: 0 8px;
}

.channel-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.channel-logo {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}

/* TVE – blue */
.tve-logo {
  color: #1a66cc;
}
/* RNE – red */
.rne-logo {
  color: #cc1a1a;
}
/* RTVE corp – orange */
.rtve-logo {
  color: #e8581f;
}

.channel-bar {
  height: 3px;
  border-radius: 2px;
}
.tve-bar {
  background: #1a66cc;
}
.rne-bar {
  background: #cc1a1a;
}
.rtve-bar {
  background: #f0a500;
}

.channel-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.channel-nav a {
  color: #222;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  transition: color 0.18s;
}
.channel-nav a:hover {
  color: #e8581f;
}

/* ── Legal bar ── */
.footer-legal {
  border-top: 1px solid #e0e0e0;
  padding: 16px 40px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  align-items: center;
}

.footer-legal a {
  color: #333;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.18s;
}
.footer-legal a:hover {
  color: #e8581f;
}

/* ── Copyright ── */
.footer-copy {
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding: 14px 40px;
  color: #888;
  font-size: 0.78rem;
}

/* ══════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════ */
@media (max-width: 1100px) {
  .footer-main {
    grid-template-columns: 140px 1fr 1fr 1fr 1fr;
    padding: 28px 24px 20px;
    gap: 0 16px;
  }
}

@media (max-width: 860px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }
  .brand-col {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .brand-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 20px;
  }
}

@media (max-width: 520px) {
  .footer-main {
    grid-template-columns: 1fr;
    padding: 20px 16px 16px;
    gap: 24px;
  }
  .footer-legal {
    padding: 14px 16px;
  }
  .footer-copy {
    padding: 12px 16px;
  }

  /* Collapse each channel block with toggle */
  .channel-col .channel-nav {
    display: none;
  }
  .channel-header {
    cursor: pointer;
    user-select: none;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
  }
  .channel-bar {
    display: none;
  }
  .toggle-icon {
    margin-left: auto;
    font-size: 0.9rem;
    color: #999;
    transition: transform 0.25s;
  }
  .channel-col {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
  }
}
