.leadform {
  position: relative;
}
.form-preloader {
  position: absolute;
  inset: 0px;
  background: rgb(255, 255, 255);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  animation: 2s linear 0s infinite normal none running rotate;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0px 0px -25px;
  width: 50px;
  height: 50px;
}
.spinner .path {
  stroke: rgb(0, 119, 219);
  stroke-linecap: round;
  animation: 1.5s ease-in-out 0s infinite normal none running dash;
}
.hide,
.hidden {
  display: none !important;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
html {
  line-height: 1.15;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
body {
  margin: 0px;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  appearance: button;
}
::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}
html {
  font-size: 0.9375em;
}
.main-container {
  max-width: 1080px;
  background-color: white;
  margin: 0px auto;
  position: relative;
  bottom: 0px;
}
a,
img,
button {
  cursor: pointer;
}
article img,
article video {
  width: 100%;
}
header {
  -webkit-font-smoothing: antialiased;
}
img {
  width: 100%;
}
body {
  margin: 0px;
  font-family: Roboto, sans-serif;
  background: rgb(155, 163, 175);
}
main {
  max-width: 1080px;
  margin: 0px auto;
  background-color: white;
}
.header-main {
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  background: linear-gradient(325deg, rgb(11, 104, 195), rgb(0, 60, 118));
  max-width: 1080px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 9999;
  height: 56px;
  color: white;
  border-bottom: 4px solid rgb(217, 0, 0);
}
.logo {
  display: flex;
  align-items: center;
  gap: 4px;
}
.logoimg {
  width: 173px;
  height: 61px;
}
.nav-links {
  margin-left: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.nav-links a {
  color: white;
  text-decoration: none;
}
.right-icons a {
  color: white;
  text-decoration: none;
}
.nav-links > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.burger {
  display: flex;
  align-items: center;
  background-image: url("/img/burger-menu-white.svg");
  background-position: left center;
  width: 24px;
  padding-left: 26px;
  background-repeat: no-repeat;
  padding-right: 30px;
  border-right: 1px solid rgb(53, 53, 53);
}
.burger-mobile {
  display: none;
}
.right-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
}
.search-icon {
  background-image: url("/img/search-white.svg");
  width: 23px;
  height: 23px;
}
.user-icon {
  background-image: url("/img/user-white.svg");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
}
.live-box {
  margin-right: 15px;
  width: 100px;
  background-color: rgb(217, 0, 0);
  color: white;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.box-left {
  background-image: url("/img/live-white.svg");
  height: 30px;
  width: 33px;
  background-repeat: no-repeat;
}
.box-right-mobie {
  display: none;
}
.down-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 43, 127);
  max-width: 1080px;
  margin: 0px auto;
  position: sticky;
  top: 56px;
  background: white;
  z-index: 9998;
  transition: transform 0.3s;
}
.down-bar.hide {
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.left-label {
  justify-content: flex-end;
  background-color: rgb(242, 242, 242);
  display: flex;
  align-items: center;
  width: 173px;
  color: rgb(153, 153, 153);
}
.arrow {
  border-bottom: 25px solid transparent;
  border-left: 15px solid rgb(242, 242, 242);
  border-top: 25px solid transparent;
  width: 15px;
  height: 100%;
  position: relative;
  left: 33px;
}
.down-bar-text {
  color: rgb(1, 30, 57);
  font-size: 14px;
  margin-left: 30px;
}
.down-bar .info-link {
  color: rgb(217, 0, 0);
  font-weight: 300;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: auto;
}
.red-arrow {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 10px;
  padding-right: 15px;
  transition:
    transform 0.4s,
    opacity 0.4s;
  transform: translateX(0px);
  opacity: 1;
}
.info-link:hover {
  text-decoration: underline;
}
.info-link:hover .red-arrow {
  transform: translateX(8px);
  opacity: 0;
}
.info-link .red-arrow {
  will-change: transform, opacity;
}
.info-link:not(:hover) .red-arrow {
  animation: 0.4s ease 0s 1 normal none running arrow-return;
}
@keyframes arrow-return {
  0% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.article-section {
  padding: 20px;
  font-family: Roboto, sans-serif;
  color: rgb(1, 30, 57);
}
.breadcrumbs {
  font-size: 14px;
  color: rgb(108, 108, 108);
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumbs a {
  text-decoration: none;
  color: rgb(108, 108, 108);
}
h1 {
  letter-spacing: -1.2px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  color: rgb(1, 30, 57);
  margin-bottom: 20px;
}
.meta-info {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: rgb(108, 108, 108);
}
.meta-info .tag a {
  color: rgb(0, 71, 171);
  font-weight: 700;
  text-decoration: none;
}
.tag strong {
  color: rgb(0, 65, 124);
}
.meta-info .dot {
  color: rgb(160, 160, 160);
}
.breadcrumbs a {
  text-decoration: underline;
}
article {
  display: flex;
  gap: 40px;
  max-width: 1080px;
  margin: 40px auto;
  padding: 0px 20px;
}
.content {
  flex: 2 1 0%;
}
.image-header {
  position: relative;
  margin-bottom: 16px;
}
.image-header img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-preview {
  margin-top: 8px;
  font-size: 13px;
  color: rgb(0, 71, 171);
}
.text-body {
  padding-left: 30px;
}
.article-title a {
  color: rgb(204, 0, 0);
}
article p {
  font-size: 16px;
  line-height: 1.5;
  color: rgb(1, 30, 57);
  margin-bottom: 16px;
}
article p > a {
  color: rgb(204, 0, 0);
  font-weight: 500;
  text-decoration: underline !important;
}
article a {
  color: rgb(204, 0, 0);
  text-decoration: none;
}
h2 {
  color: rgb(1, 30, 57);
  letter-spacing: -0.7px;
  line-height: 1.375;
  margin-bottom: 0px;
  margin-top: 1.5rem;
}
.sidebar {
  flex: 1 1 0%;
}
.aside-list a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 900;
  color: rgb(17, 24, 39);
}
.aside-list {
  position: relative;
}
.aside-list time {
  margin-bottom: 10px;
}
.timeline-circle {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 12px;
  height: 12px;
  left: -8px;
  position: absolute;
  top: -6px;
  transform: translateY(-50%);
  width: 12px;
}
.video-box img {
  width: 100%;
  margin-bottom: 16px;
}
.news-feed ul {
  list-style: none;
  padding-left: 0px;
  font-size: 14px;
}
.news-feed li {
  margin-bottom: 12px;
  border-left: 2px solid rgb(204, 204, 204);
  padding-left: 10px;
  position: relative;
}
.news-feed time {
  font-weight: bold;
  display: block;
  font-size: 13px;
  color: rgb(68, 68, 68);
}
.button-wrapper {
  padding-top: 20px;
}
.more-btn {
  display: inline-block;
  background: rgb(217, 0, 0);
  color: white;
  padding: 10px 12px;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
}
.site-footer {
  background: rgb(0, 27, 54);
  max-width: 1080px;
  margin: 0px auto;
  color: white;
  font-family: Roboto, sans-serif;
  position: relative;
  bottom: 0px;
  padding-bottom: 50px;
}
.footer-top h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 80px;
}
.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  list-style: none;
  padding: 0px 100px;
  margin-bottom: 24px;
  font-size: 14px;
}
.footer-tags li a {
  color: rgb(126, 157, 186);
  text-decoration: none;
}
.footer-tags li a:hover {
  color: white;
  text-decoration: underline;
}
.search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.search-box input {
  padding: 10px 14px;
  font-size: 16px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  width: 100%;
  max-width: 400px;
  border-radius: 3px 0px 0px 3px;
}
.search-button {
  width: 44px;
  height: 44px;
  background: url("/img/search-footer.svg") center center no-repeat white;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}
.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0px auto 30px;
  gap: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.footer-columns li a {
  text-decoration: none;
}
.footer-columns-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-columns ul {
  list-style: none;
  padding: 0px;
  font-size: 14px;
}
.footer-columns ul li {
  margin-bottom: 10px;
}
.footer-columns a {
  color: white;
  text-decoration: underline;
}
.footer-apps {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-apps a {
  text-decoration: none;
}
.app-btn {
  background: black;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.appstore {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NDIuMzIiIGhlaWdodD0iMTAwMCI+PHBhdGggZD0iTTgyNC42NjYgNzc5LjMwNGMtMTUuMTIzIDM0LjkzNy0zMy4wMjMgNjcuMDk2LTUzLjc2MyA5Ni42NjMtMjguMjcxIDQwLjMwOC01MS40MTkgNjguMjA4LTY5LjI1OCA4My43MDItMjcuNjUzIDI1LjQzLTU3LjI4MiAzOC40NTUtODkuMDEgMzkuMTk2LTIyLjc3NiAwLTUwLjI0NS02LjQ4MS04Mi4yMTktMTkuNjMtMzIuMDgtMTMuMDg1LTYxLjU2LTE5LjU2Ni04OC41MTYtMTkuNTY2LTI4LjI3IDAtNTguNTkgNi40OC05MS4wMjIgMTkuNTY3LTMyLjQ4IDEzLjE0OC01OC42NDYgMjAtNzguNjUyIDIwLjY3OC0zMC40MjUgMS4yOTYtNjAuNzUtMTIuMDk4LTkxLjAyMi00MC4yNDUtMTkuMzItMTYuODUyLTQzLjQ4Ni00NS43NC03Mi40MzYtODYuNjY1LTMxLjA2LTQzLjcwMi01Ni41OTctOTQuMzgtNzYuNjAyLTE1Mi4xNTVDMTAuNzQgNjU4LjQ0MyAwIDU5OC4wMTMgMCA1MzkuNTA5YzAtNjcuMDE3IDE0LjQ4MS0xMjQuODE4IDQzLjQ4Ni0xNzMuMjU1IDIyLjc5Ni0zOC45MDYgNTMuMTIyLTY5LjU5NiA5MS4wNzgtOTIuMTI2IDM3Ljk1NS0yMi41MyA3OC45NjctMzQuMDEyIDEyMy4xMzItMzQuNzQ2IDI0LjE2NiAwIDU1Ljg1NiA3LjQ3NSA5NS4yMzggMjIuMTY2IDM5LjI3IDE0Ljc0IDY0LjQ4NSAyMi4yMTUgNzUuNTQgMjIuMjE1IDguMjY2IDAgMzYuMjc3LTguNzQgODMuNzY0LTI2LjE2NiA0NC45MDYtMTYuMTYgODIuODA2LTIyLjg1IDExMy44NTQtMjAuMjE1IDg0LjEzMyA2Ljc5IDE0Ny4zNDEgMzkuOTU1IDE4OS4zNzcgOTkuNzA3LTc1LjI0NSA0NS41OS0xMTIuNDY2IDEwOS40NDctMTExLjcyNSAxOTEuMzY0LjY4IDYzLjgwNyAyMy44MjcgMTE2LjkwNCA2OS4zMTkgMTU5LjA2MyAyMC42MTcgMTkuNTY4IDQzLjY0IDM0LjY5IDY5LjI1NyA0NS40MzEtNS41NTUgMTYuMTEtMTEuNDIgMzEuNTQyLTE3LjY1NCA0Ni4zNTd6TTYzMS43MSAyMC4wMDZjMCA1MC4wMTEtMTguMjcgOTYuNzA3LTU0LjY5IDEzOS45MjgtNDMuOTQ5IDUxLjM4LTk3LjEwOCA4MS4wNzEtMTU0Ljc1NCA3Ni4zODYtLjczNS02LTEuMTYtMTIuMzE0LTEuMTYtMTguOTUgMC00OC4wMSAyMC45LTk5LjM5MiA1OC4wMTYtMTQxLjQwMyAxOC41My0yMS4yNzEgNDIuMDk4LTM4Ljk1NyA3MC42NzctNTMuMDY2QzU3OC4zMTYgOS4wMDIgNjA1LjI5IDEuMzE2IDYzMC42NiAwYy43NCA2LjY4NiAxLjA1IDEzLjM3MiAxLjA1IDIwLjAwNXoiIHN0eWxlPSJzdHJva2Utd2lkdGg6Ljg0MjMxOTg1O2ZpbGw6I2ZmZiIvPjwvc3ZnPg}.googleplay{background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNLTEtMWg1ODJ2NDAySC0xeiIvPjxwYXRoIGZpbGw9IiNGRkM4MDEiIGQ9Ik00MzAuNDcyIDIyNy42MDhjMTcuMjUgMTIuODUgMTcuMjUgNDEuNzkgMS4wOCA1NC42NDFsLTQ1LjUwOSAyNS43Ny02Ny40NDEtNTMuMDkgNjcuNjA3LTUyLjA3NyA0NC4yNjMgMjQuNzU2eiIvPjxwYXRoIGZpbGw9IiNGOTM2NDciIGQ9Im0zODYuMzk2IDMwNy43NjktLjAxLS4wMWgtLjAxbC02Ny44MzUtNTIuODAxLS4wMjEtLjAyLS4wMS4wMS4wMjEuMDIxLS4wMjEtLjAyMS0uMDMtLjAzLS4yMzkuMTgxLTI0OS43OSAxOTAuMjV2Ny45NWMwIDEwLjUwMyAyLjQ1OCAyMS43MDUgMTAuODQ1IDI1LjU5NSAxMS4wNTEgNS4xMjUgMjcuMTc3LTQuODkyIDI3LjE3Ny00Ljg5MmwyNzkuOTIzLTE2Ni4yMzN6Ii8+PHBhdGggZmlsbD0iIzAwRDNGRiIgZD0ibTMxOC4yNDIgMjU1LjA5OS0yNDkuNzkgMTkwLjI1VjYwLjU4OGwyNDkuNzMgMTk0LjQzMXoiLz48cGF0aCBmaWxsPSIjMDBFRjc3IiBkPSJNNjguNDUyIDU2LjczOHYzLjg1bDI0OS43MjkgMTk0LjQzMS4wNjEuMDguMjM5LS4xODEuMDIxLS4wMS4xLS4wOCA2Ny42MDctNTEuNjg1UzE2OC43NzcgNzMuMTUxIDEwNS43NDUgMzUuNjYxYy0yLjc0Mi0xLjYzMS05LjMxMy01Ljc2OC0xNy4xOTItMy4xODgtOS40NCAzLjA5Mi0yMC4xMDEgMTQuMzItMjAuMTAxIDI0LjI2NXoiLz48L3N2Zz4=);
  background-position: 50%;
  width: 26px;
  height: 26px;
  background-size: contain;
}
.footer-logo {
  text-align: center;
  color: white;
  font-size: 13px;
  opacity: 0.7;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.footer-logo img {
  height: 22px;
  width: 82px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .article-section {
    padding: 20px 15px;
  }
  .header-main .nav-links > div:not(.burger),
  .nav-links > div:not(.burger),
  .user-icon,
  .search-icon {
    display: none;
  }
  .logoimg {
    width: 174px;
    height: 63px;
  }
  .live-box {
    width: auto;
    flex-direction: column;
    padding: 4px 8px;
    font-size: 14px;
  }
  .box-left {
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .box-right {
    font-size: 13px;
  }
  .header-main {
    justify-content: space-between;
  }
  .burger {
    display: none;
  }
  .burger-mobile {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background-image: url("/img/burger-menu-white.svg");
    background-position: center top;
    width: 24px;
    padding-top: 20px;
    background-repeat: no-repeat;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-right: 20px;
  }
  .nav-links {
    margin-left: 0px;
    gap: 0px;
  }
  .right-icons {
    gap: 12px;
  }
  .box-right-mobie {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 9px;
    background-color: rgb(217, 0, 0);
    color: white;
    padding: 5px 4px;
    font-weight: bold;
  }
  .tv-mobile {
    background-image: url("/img/live-white.svg");
    height: 25px;
    transform: scale(0.7);
    width: 31px;
  }
  .live-box {
    display: none;
  }
  .down-bar {
    padding: 12px;
    gap: 10px;
    align-items: center;
  }
  .left-label {
    display: none;
  }
  .red-arrow {
    transform: scale(1.5);
  }
  .info-link-text {
    display: none;
  }
  .down-bar-text {
    margin-left: 0px;
    font-size: 14px;
  }
  .info-link {
    margin-left: 0px;
    font-size: 14px;
  }
  h1 {
    font-size: 2.25rem;
  }
  .breadcrumbs {
    font-size: 13px;
  }
  .meta-info {
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .meta-info .dot {
    display: none;
  }
  article {
    flex-direction: column;
    padding: 0px;
  }
  article p {
    font-size: 16px;
    line-height: 1.8;
  }
  .sidebar {
    display: none;
  }
  .text-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .image-header {
    margin-bottom: 12px;
  }
  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
  }
  .footer-columns ul {
    margin: 0px 0px 20px;
  }
  .footer-tags {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-box {
    padding-left: 20px;
    padding-right: 20px;
    align-items: flex-start;
  }
  .search-box input {
    width: calc(100% - 44px);
    max-width: none;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .search-button {
    position: relative;
    left: -6px;
    border-radius: 4px;
    width: 44px;
    height: 38.5px;
  }
  .footer-columns-left {
    text-align: left;
  }
  .footer-apps {
    flex-direction: column;
  }
  .app-btn {
    justify-content: center;
    padding: 10px 40px;
    max-width: 285px;
  }
  .footer-logo img {
    margin-left: 50px;
  }
}
.button-link {
  background-color: rgb(0, 0, 153);
  display: block;
  max-width: 100%;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 1rem auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 4px 1px 1px;
  animation: 3s ease-in-out 2s infinite normal both running heartbeat;
  color: white !important;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.button-link:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(68, 68, 68);
}
#topList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
html,
body {
  scroll-behavior: smooth !important;
}
#topList,
#topList * {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: inherit;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
#topList {
  width: 100%;
}
#topList li {
  display: flex;
  justify-content: space-between;
}
.topList__person {
  width: 40%;
  display: grid;
  grid-template-columns: 25px min-content 1fr;
  align-items: center;
}
.topList__person--name {
  line-height: 1;
}
.topList__person--ava img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 14px !important;
  margin-right: 8px !important;
}
.topList__progress {
  display: flex;
  align-items: center;
  width: 50%;
}
.progressBar {
  display: block;
  height: 25px;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: 2s linear 0s infinite normal none running progress-bar-stripes;
  transition: 800ms ease-out;
  width: 40%;
  margin: 0px 20px !important;
}
@media screen and (max-width: 800px) {
  #topList li {
    flex-direction: column;
    margin-bottom: 12px !important;
  }
  .topList__progress {
    margin-top: 2px !important;
    margin-left: 19px !important;
  }
  .topList__person,
  .topList__progress {
    width: 95%;
  }
}
#calculator,
#calculator * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: inherit;
}
#calculator {
  width: 100%;
  margin-bottom: 16px;
}
.sliderValues {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#slider {
  position: relative;
  appearance: none;
  width: 100%;
  height: 20px;
  background: rgb(92, 185, 92);
  border-radius: 10px;
  outline: none;
  margin-top: 8px;
  z-index: 3;
}
#slider::-webkit-slider-thumb {
  appearance: none;
  width: 25px;
  height: 25px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid rgb(52, 152, 219);
  z-index: 4;
}
.sliderValues span {
  position: relative;
}
.sliderValues span::after {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 6px;
  background: rgb(0, 0, 0);
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
}
.currentValue__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -6px;
  margin-bottom: 14px !important;
}
#currentValue {
  text-align: center;
  display: inline-block;
  border-width: medium 2px 2px;
  border-style: none solid solid;
  border-color: currentcolor rgb(92, 185, 92) rgb(92, 185, 92);
  border-image: none;
  width: 30%;
  padding: 6px 0px;
  margin: 0px auto;
}
#calculator p {
  text-align: center;
  margin-bottom: 4px;
}
#formBlocks {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#formBlocks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(51, 51, 51);
  margin: 0px auto;
}
#formBlocks .formTitle {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: rgb(0, 191, 255);
}
#formBlocks .formTitle::before,
#formBlocks .formTitle::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: rgb(0, 191, 255);
}
#formBlocks .formTitle::after {
  animation: 1s linear 0s infinite normal none running pulse;
}
.formImage svg {
  width: 100%;
  max-width: 300px;
  height: 250px;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
#redblocks > * {
  transform: translate3d(160px, -93px, 0px);
  animation: 4s ease 1s infinite normal none running moveblocks;
}
@-webkit-keyframes moveblocks {
  0% {
    transform: translate3d(160px, -93px, 0px);
  }
  50%,
  100% {
    transform: translate(0px);
  }
}
@keyframes moveblocks {
  0% {
    transform: translate3d(160px, -93px, 0px);
  }
  50%,
  100% {
    transform: translate(0px);
  }
}
#firstBlock {
  transform: translate3d(160px, -93px, 0px);
  animation: 4s ease 1s infinite normal none running firstBlock;
}
#blockdis {
  animation: 4s ease 1s infinite normal none running blockdis;
}
@-webkit-keyframes blockdis {
  30% {
    opacity: 1;
  }
  40%,
  100% {
    opacity: 0;
    transform: translate3d(-160px, 93px, 0px);
  }
}
@keyframes blockdis {
  30% {
    opacity: 1;
  }
  40%,
  100% {
    opacity: 0;
    transform: translate3d(-160px, 93px, 0px);
  }
}
@-webkit-keyframes firstBlock {
  0%,
  15% {
    opacity: 0;
  }
  40%,
  100% {
    opacity: 1;
  }
}
@keyframes firstBlock {
  0%,
  15% {
    opacity: 0;
  }
  40%,
  100% {
    opacity: 1;
  }
}
#redblocksparticles g:nth-child(1) polygon {
  opacity: 0.35;
  animation: 4s ease 1s infinite normal none running glow;
}
#redblocksparticles g:nth-child(2) polygon {
  opacity: 0.35;
  animation: 4s ease 1s infinite normal none running glow;
}
#redblocksparticles g:nth-child(3) polygon {
  opacity: 0.35;
  animation: 4s ease 1s infinite normal none running glow;
}
#redblocksparticles g:nth-child(4) polygon {
  opacity: 0.35;
  animation: 4s ease 1s infinite normal none running glow;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(1) {
  animation: 4s ease 1050ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(1) {
  animation: 4s ease 1050ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(1) {
  animation: 4s ease 1050ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(1) {
  animation: 4s ease 1050ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(2) {
  animation: 4s ease 1100ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(2) {
  animation: 4s ease 1100ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(2) {
  animation: 4s ease 1100ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(2) {
  animation: 4s ease 1100ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(3) {
  animation: 4s ease 1150ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(3) {
  animation: 4s ease 1150ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(3) {
  animation: 4s ease 1150ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(3) {
  animation: 4s ease 1150ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(4) {
  animation: 4s ease 1200ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(4) {
  animation: 4s ease 1200ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(4) {
  animation: 4s ease 1200ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(4) {
  animation: 4s ease 1200ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(5) {
  animation: 4s ease 1250ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(5) {
  animation: 4s ease 1250ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(5) {
  animation: 4s ease 1250ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(5) {
  animation: 4s ease 1250ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(6) {
  animation: 4s ease 1300ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(6) {
  animation: 4s ease 1300ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(6) {
  animation: 4s ease 1300ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(6) {
  animation: 4s ease 1300ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(7) {
  animation: 4s ease 1350ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(7) {
  animation: 4s ease 1350ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(7) {
  animation: 4s ease 1350ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(7) {
  animation: 4s ease 1350ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(8) {
  animation: 4s ease 1400ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(8) {
  animation: 4s ease 1400ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(8) {
  animation: 4s ease 1400ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(8) {
  animation: 4s ease 1400ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(9) {
  animation: 4s ease 1450ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(9) {
  animation: 4s ease 1450ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(9) {
  animation: 4s ease 1450ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(9) {
  animation: 4s ease 1450ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(10) {
  animation: 4s ease 1500ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(10) {
  animation: 4s ease 1500ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(10) {
  animation: 4s ease 1500ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(10) {
  animation: 4s ease 1500ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(11) {
  animation: 4s ease 1550ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(11) {
  animation: 4s ease 1550ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(11) {
  animation: 4s ease 1550ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(11) {
  animation: 4s ease 1550ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(12) {
  animation: 4s ease 1600ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(12) {
  animation: 4s ease 1600ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(12) {
  animation: 4s ease 1600ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(12) {
  animation: 4s ease 1600ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(13) {
  animation: 4s ease 1650ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(13) {
  animation: 4s ease 1650ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(13) {
  animation: 4s ease 1650ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(13) {
  animation: 4s ease 1650ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(14) {
  animation: 4s ease 1700ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(14) {
  animation: 4s ease 1700ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(14) {
  animation: 4s ease 1700ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(14) {
  animation: 4s ease 1700ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(15) {
  animation: 4s ease 1750ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(15) {
  animation: 4s ease 1750ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(15) {
  animation: 4s ease 1750ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(15) {
  animation: 4s ease 1750ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(16) {
  animation: 4s ease 1800ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(16) {
  animation: 4s ease 1800ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(16) {
  animation: 4s ease 1800ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(16) {
  animation: 4s ease 1800ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(17) {
  animation: 4s ease 1850ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(17) {
  animation: 4s ease 1850ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(17) {
  animation: 4s ease 1850ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(17) {
  animation: 4s ease 1850ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(18) {
  animation: 4s ease 1900ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(18) {
  animation: 4s ease 1900ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(18) {
  animation: 4s ease 1900ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(18) {
  animation: 4s ease 1900ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(19) {
  animation: 4s ease 1950ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(19) {
  animation: 4s ease 1950ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(19) {
  animation: 4s ease 1950ms infinite normal none running dots;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(19) {
  animation: 4s ease 1950ms infinite normal none running dots;
}
@-webkit-keyframes glow {
  0%,
  45% {
    opacity: 0;
  }
  60%,
  100% {
    opacity: 0.35;
  }
}
@keyframes glow {
  0%,
  45% {
    opacity: 0;
  }
  60%,
  100% {
    opacity: 0.35;
  }
}
@-webkit-keyframes dots {
  0%,
  35% {
    transform: translate(0px);
    opacity: 0;
  }
  60%,
  80% {
    transform: translate(55px, -35px);
    opacity: 1;
  }
  100% {
    transform: translate(55px, -35px);
    opacity: 0;
  }
}
@keyframes dots {
  0%,
  35% {
    transform: translate(0px);
    opacity: 0;
  }
  60%,
  80% {
    transform: translate(55px, -35px);
    opacity: 1;
  }
  100% {
    transform: translate(55px, -35px);
    opacity: 0;
  }
}
#purplebg > :nth-child(1) {
  animation: 2s ease 500ms infinite alternate none running up;
}
#purplebg > :nth-child(2) {
  animation: 2s ease 1000ms infinite alternate none running up;
}
#purplebg > :nth-child(3) {
  animation: 2s ease 1500ms infinite alternate none running up;
}
#purplebg > :nth-child(4) {
  animation: 2s ease 2000ms infinite alternate none running up;
}
#purplebg > :nth-child(5) {
  animation: 2s ease 2500ms infinite alternate none running up;
}
#purplebg > :nth-child(6) {
  animation: 2s ease 3000ms infinite alternate none running up;
}
#purplebg > :nth-child(7) {
  animation: 2s ease 3500ms infinite alternate none running up;
}
#purplebg > :nth-child(8) {
  animation: 2s ease 4000ms infinite alternate none running up;
}
#purplebg > :nth-child(9) {
  animation: 2s ease 4500ms infinite alternate none running up;
}
#purplebg > :nth-child(10) {
  animation: 2s ease 5000ms infinite alternate none running up;
}
#purplebg > :nth-child(11) {
  animation: 2s ease 5500ms infinite alternate none running up;
}
#purplebg > :nth-child(12) {
  animation: 2s ease 6000ms infinite alternate none running up;
}
#purplebg > :nth-child(13) {
  animation: 2s ease 6500ms infinite alternate none running up;
}
#purplebg > :nth-child(14) {
  animation: 2s ease 7000ms infinite alternate none running up;
}
#purplebg > :nth-child(15) {
  animation: 2s ease 7500ms infinite alternate none running up;
}
#purplebg > :nth-child(16) {
  animation: 2s ease 8000ms infinite alternate none running up;
}
#purplebg > :nth-child(17) {
  animation: 2s ease 8500ms infinite alternate none running up;
}
#purplebg > :nth-child(18) {
  animation: 2s ease 9000ms infinite alternate none running up;
}
#purplebg > :nth-child(19) {
  animation: 2s ease 9500ms infinite alternate none running up;
}
#purplebg > :nth-child(20) {
  animation: 2s ease 10000ms infinite alternate none running up;
}
@-webkit-keyframes up {
  100% {
    transform: translate(0px, -25px);
  }
}
@keyframes up {
  100% {
    transform: translate(0px, -25px);
  }
}
#bottomparticles > :nth-child(1) {
  animation:
    4s ease 300ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(1) {
  animation:
    4s ease 300ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(1) {
  animation:
    4s ease 300ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(2) {
  animation:
    4s ease 600ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(2) {
  animation:
    4s ease 600ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(2) {
  animation:
    4s ease 600ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(3) {
  animation:
    4s ease 900ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(3) {
  animation:
    4s ease 900ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(3) {
  animation:
    4s ease 900ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(4) {
  animation:
    4s ease 1200ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(4) {
  animation:
    4s ease 1200ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(4) {
  animation:
    4s ease 1200ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(5) {
  animation:
    4s ease 1500ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(5) {
  animation:
    4s ease 1500ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(5) {
  animation:
    4s ease 1500ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(6) {
  animation:
    4s ease 1800ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(6) {
  animation:
    4s ease 1800ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(6) {
  animation:
    4s ease 1800ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(7) {
  animation:
    4s ease 2100ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(7) {
  animation:
    4s ease 2100ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(7) {
  animation:
    4s ease 2100ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(8) {
  animation:
    4s ease 2400ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(8) {
  animation:
    4s ease 2400ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(8) {
  animation:
    4s ease 2400ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(9) {
  animation:
    4s ease 2700ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(9) {
  animation:
    4s ease 2700ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(9) {
  animation:
    4s ease 2700ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(10) {
  animation:
    4s ease 3000ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(10) {
  animation:
    4s ease 3000ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(10) {
  animation:
    4s ease 3000ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(11) {
  animation:
    4s ease 3300ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(11) {
  animation:
    4s ease 3300ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(11) {
  animation:
    4s ease 3300ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles > :nth-child(12) {
  animation:
    4s ease 3600ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#bottomparticles2 > :nth-child(12) {
  animation:
    4s ease 3600ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
#redglowparticles > :nth-child(12) {
  animation:
    4s ease 3600ms infinite alternate none running particles,
    2s ease 0s infinite alternate none running p;
}
@-webkit-keyframes p {
  85%,
  100% {
    opacity: 0;
  }
}
@keyframes p {
  85%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes particles {
  0%,
  100% {
    transform: translate(0px);
  }
  50% {
    transform: translate(10px, 15px);
  }
}
@keyframes particles {
  0%,
  100% {
    transform: translate(0px);
  }
  50% {
    transform: translate(10px, 15px);
  }
}
.particlespoly {
  animation: 2s ease 0s infinite alternate none running p;
}
#d-app g:nth-child(1) {
  animation: 2s ease-in-out 200ms infinite alternate none running updown;
}
#d-app g:nth-child(2) {
  animation: 2s ease-in-out 400ms infinite alternate none running updown;
}
#d-app g:nth-child(3) {
  animation: 2s ease-in-out 600ms infinite alternate none running updown;
}
#d-apps2 g:nth-child(1) {
  animation: 2s ease-in-out 200ms infinite alternate none running updown;
}
#d-apps2 g:nth-child(2) {
  animation: 2s ease-in-out 400ms infinite alternate none running updown;
}
#d-apps2 g:nth-child(3) {
  animation: 2s ease-in-out 600ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(1) {
  animation: 2s ease 50ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(2) {
  animation: 2s ease 100ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(3) {
  animation: 2s ease 150ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(4) {
  animation: 2s ease 200ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(5) {
  animation: 2s ease 250ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(6) {
  animation: 2s ease 300ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(7) {
  animation: 2s ease 350ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(8) {
  animation: 2s ease 400ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(9) {
  animation: 2s ease 450ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(10) {
  animation: 2s ease 500ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(11) {
  animation: 2s ease 550ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(12) {
  animation: 2s ease 600ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(13) {
  animation: 2s ease 650ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(14) {
  animation: 2s ease 700ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(15) {
  animation: 2s ease 750ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(16) {
  animation: 2s ease 800ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(17) {
  animation: 2s ease 850ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(18) {
  animation: 2s ease 900ms infinite alternate none running updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(19) {
  animation: 2s ease 950ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(1) {
  animation: 2s ease 50ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(2) {
  animation: 2s ease 100ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(3) {
  animation: 2s ease 150ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(4) {
  animation: 2s ease 200ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(5) {
  animation: 2s ease 250ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(6) {
  animation: 2s ease 300ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(7) {
  animation: 2s ease 350ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(8) {
  animation: 2s ease 400ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(9) {
  animation: 2s ease 450ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(10) {
  animation: 2s ease 500ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(11) {
  animation: 2s ease 550ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(12) {
  animation: 2s ease 600ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(13) {
  animation: 2s ease 650ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(14) {
  animation: 2s ease 700ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(15) {
  animation: 2s ease 750ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(16) {
  animation: 2s ease 800ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(17) {
  animation: 2s ease 850ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(18) {
  animation: 2s ease 900ms infinite alternate none running updown;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(19) {
  animation: 2s ease 950ms infinite alternate none running updown;
}
@-webkit-keyframes updown {
  100% {
    transform: translate(0px, -20px);
  }
}
@keyframes updown {
  100% {
    transform: translate(0px, -20px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(18) > g:nth-child(12) {
  animation:
    1s ease-in-out 0s infinite alternate none running arrows,
    2s ease 0s infinite alternate none running p;
}
@-webkit-keyframes arrows {
  100% {
    transform: translate(25px, 25px);
  }
}
@keyframes arrows {
  100% {
    transform: translate(25px, 25px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(13) {
  animation:
    1s ease-in-out 0s infinite alternate none running arrows2,
    2s ease 0s infinite alternate none running p;
}
@-webkit-keyframes arrows2 {
  100% {
    transform: translate(-25px, -25px);
  }
}
@keyframes arrows2 {
  100% {
    transform: translate(-25px, -25px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(12) {
  animation:
    1s ease-in-out 0s infinite alternate none running arrows,
    2s ease 0s infinite alternate none running p;
}
.mainComments {
  padding: 0px 20px 20px;
  font-family: Arial, sans-serif;
  margin-bottom: 40px;
}
.commentsHeader {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.commentsHeader__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.commentsHeader__left a {
  padding: 15px 0px;
  color: rgb(64, 64, 64);
  border-bottom: 4px solid transparent;
}
.commentsHeader__left a:first-child {
  color: rgb(204, 0, 0);
  border-bottom: 4px solid rgb(204, 0, 0);
}
.commentsHeader__right {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.commentsHeader__right img {
  width: 12px;
}
.comment {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 12px;
  margin-bottom: 24px;
}
.commentAvatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.commentHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commentHeader__left {
  color: rgb(128, 128, 128);
  font-size: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.commentAuthor {
  font-size: 14px;
  font-weight: 700;
  color: rgb(64, 64, 64);
}
.commentBody {
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 16px;
}
.commentBody p {
  font-size: 15px;
  color: rgb(64, 64, 64);
  line-height: 24px;
}
.like img {
  width: 17px;
  opacity: 0.5;
}
.commentFooter {
  font-size: 12px;
  color: rgb(128, 128, 128);
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}
.commentFooter__divider {
  border-radius: 100%;
  display: inline-block;
  height: 4px;
  width: 4px;
  background: rgb(202, 202, 202);
}
.comment__reactions {
  display: flex;
  gap: 6px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(225, 225, 225);
  border-radius: 4px;
  padding: 2px 4px;
  width: max-content;
  font-size: 14px;
}
.comment__reactions img {
  width: 17px;
}
.comment.replied .commentBody {
  position: relative;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}
.comment.replied .commentBody::before {
  content: "";
  left: -33px;
  top: 42px;
  position: absolute;
  background: rgb(211, 211, 211);
  height: calc(100% - 32px);
  width: 2px;
}
.comment.reply {
  padding-left: 52px;
}
.comment.reply .commentAvatar img {
  width: 32px;
  height: 32px;
}
.comment.reply .commentAvatar {
  position: relative;
}
.comment.reply .commentAvatar::before {
  content: "";
  left: -33px;
  top: -16px;
  position: absolute;
  width: 26px;
  height: 32px;
  border-left: 2px solid rgb(211, 211, 211);
  border-bottom: 2px solid rgb(211, 211, 211);
  border-bottom-left-radius: 20px;
}
.nav-links,
.right-icons,
.down-bar,
.breadcrumbs,
.sidebar {
  display: none;
}
h1 {
  margin-top: 8px;
}
article {
  width: 66%;
  padding-left: 75px;
  padding-right: 22.5px;
}
@media (max-width: 990px) {
  article {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  article {
    width: 100%;
    padding-right: 0px;
    margin-top: 0px;
  }
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
