
#about-us-19 {
  padding: 60px 0;
  background-color: #343a40;
  color: #fff;
}
#about-us-19 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00c853;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-19 .section-subtitle {
  font-size: 1.1rem;
  color: #adb5bd;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-19 .platform-highlights-wrapper {
  margin-bottom: 40px;
}
#about-us-19 .platform-highlights-wrapper h3 {
  font-size: 1.5rem;
  color: #00c853;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-19 .feature-card {
  background-color: #495057;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-19 .feature-card i {
  font-size: 2.5rem;
  color: #00c853;
  margin-bottom: 15px;
}
#about-us-19 .feature-card h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
}
#about-us-19 .feature-card p {
  font-size: 0.9rem;
  color: #adb5bd;
}
#about-us-19 .technology-security-wrapper {
  margin-bottom: 40px;
}
#about-us-19 .technology-security-wrapper h3 {
  font-size: 1.5rem;
  color: #00c853;
  margin-bottom: 20px;
}
#about-us-19 .technology-security-wrapper p {
  font-size: 1rem;
  color: #adb5bd;
  line-height: 1.7;
}
#about-us-19 .responsible-gaming-wrapper {
  padding: 30px;
  background-color: #495057;
  border-radius: 8px;
  text-align: center;
}
#about-us-19 .responsible-gaming-wrapper h3 {
  font-size: 1.5rem;
  color: #00c853;
  margin-bottom: 20px;
}
#about-us-19 .responsible-gaming-wrapper p {
  font-size: 1rem;
  color: #adb5bd;
}
@media (min-width: 768px) {
  #about-us-19 .platform-highlights-wrapper .row > div {
    margin-bottom: 0;
  }
}



#timeline-15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9ecef;
  overflow: hidden;
}
#timeline-15 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-15 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-15 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-15.layout-vertical-alternating .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0 auto;
}
#timeline-15.layout-vertical-alternating .timeline-wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #ced4da;
  top: 15px;
  bottom: 15px;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}
#timeline-15.layout-vertical-alternating .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 2rem;
}
#timeline-15.layout-vertical-alternating .timeline-item:last-child {
  margin-bottom: 0;
}
#timeline-15.layout-vertical-alternating .timeline-item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #f8f9fa;
  border: 4px solid var(--bs-primary);
  top: 18px;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 3px #f8f9fa;
}
#timeline-15.layout-vertical-alternating .timeline-marker-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 18px;
  text-align: center;
  z-index: 3;
  line-height: 24px;
  color: var(--bs-primary);
  font-size: 0.8rem;
}
#timeline-15.layout-vertical-alternating .timeline-left {
  left: 0;
  padding-right: 35px;
}
#timeline-15.layout-vertical-alternating .timeline-left::after {
  left: -12px;
}
#timeline-15.layout-vertical-alternating .timeline-left .timeline-marker-icon {
  right: -12px;
}
#timeline-15.layout-vertical-alternating .timeline-right {
  left: 50%;
  padding-left: 73px;
}
#timeline-15.layout-vertical-alternating .timeline-right::after {
  left: -12px;
}
#timeline-15.layout-vertical-alternating .timeline-right .timeline-marker-icon {
  left: -12px;
}
#timeline-15.layout-vertical-alternating .timeline-content {
  padding: 1.5rem;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
#timeline-15 .timeline-timeframe {
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.1rem;
}
#timeline-15 .timeline-item-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#timeline-15 .timeline-item-title i {
  margin-right: 0.5rem;
  opacity: 0.8;
}
#timeline-15 .timeline-item-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
#timeline-15 .timeline-item-status {
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 0.25rem;
  color: #6c757d;
  background-color: #e9ecef;
}
#timeline-15 .timeline-item-status.status-in-progress {
  color: #055160;
  background-color: #cff4fc;
}
#timeline-15 .timeline-item-status.status-beta-testing {
  color: #664d03;
  background-color: #fff3cd;
}
@media screen and (max-width: 767.98px) {
  #timeline-15.layout-vertical-alternating .timeline-wrapper::after {
    left: 31px;
  }
  #timeline-15.layout-vertical-alternating .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
  #timeline-15.layout-vertical-alternating .timeline-left,
  #timeline-15.layout-vertical-alternating .timeline-right {
    left: 0%;
  }
  #timeline-15.layout-vertical-alternating .timeline-left::after,
  #timeline-15.layout-vertical-alternating .timeline-right::after {
    left: 19px;
    width: 22px;
    height: 22px;
    border-width: 3px;
  }
  #timeline-15.layout-vertical-alternating .timeline-left .timeline-marker-icon,
  #timeline-15.layout-vertical-alternating
    .timeline-right
    .timeline-marker-icon {
    left: 19px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 0.7rem;
  }
  #timeline-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-15 .section-title {
    font-size: 2.1rem;
  }
  #timeline-15 .timeline-timeframe {
    font-size: 1rem;
  }
  #timeline-15 .timeline-item-title {
    font-size: 1.1rem;
  }
}



#awards-18 {
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#awards-18 .container-tight {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#awards-18 .block-icon {
  margin-bottom: 1rem;
  opacity: 0.8;
}
#awards-18 .block-icon i {
  font-size: 2.2rem;
}
#awards-18 .block-headline {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#awards-18 .block-text {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 0;
}
#awards-18 .block-link {
  margin-top: 1.5rem;
}
#awards-18 .block-link .btn {
  padding: 0.6rem 1.5rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #awards-18 {
    padding: 2rem 1rem;
  }
  #awards-18 .block-headline {
    font-size: 1.4rem;
  }
  #awards-18 .block-text {
    font-size: 0.95rem;
  }
}



#team-17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#team-17 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#team-17 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#team-17 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#team-17 .spotlight-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
#team-17 .spotlight-card:last-child {
  margin-bottom: 0;
}
#team-17 .spotlight-image {
  flex-shrink: 0;
  margin-right: 2.5rem;
}
#team-17 .spotlight-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #ffffff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#team-17 .spotlight-content {
  flex-grow: 1;
}
#team-17 .spotlight-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.25rem;
}
#team-17 .spotlight-role {
  font-size: 1.1rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#team-17 .spotlight-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 3px solid var(--bs-primary);
}
#team-17 .spotlight-social-links a {
  display: inline-block;
  color: #6c757d;
  margin-right: 0.8rem;
  font-size: 1.3rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
#team-17 .spotlight-social-links a:last-child {
  margin-right: 0;
}
#team-17 .spotlight-social-links a:hover {
  color: var(--bs-primary);
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  #team-17 .spotlight-image img {
    width: 160px;
    height: 160px;
  }
  #team-17 .spotlight-name {
    font-size: 1.6rem;
  }
  #team-17 .spotlight-quote {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  #team-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #team-17 .section-title {
    font-size: 2.1rem;
  }
  #team-17 .spotlight-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }
  #team-17 .spotlight-image {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  #team-17 .spotlight-image img {
    width: 150px;
    height: 150px;
  }
  #team-17 .spotlight-quote {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
  #team-17 .spotlight-social-links {
    margin-top: 1rem;
  }
}



#press-mentions-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-9 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#press-mentions-9 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#press-mentions-9 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#press-mentions-9 .news-list-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#press-mentions-9 .list-group-item {
  padding: 1.25rem 1.5rem;
  border-color: #e9ecef;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: background-color 0.2s ease;
}
#press-mentions-9 .list-group-item:hover {
  background-color: #f8f9fa;
  z-index: 2;
  position: relative;
}
#press-mentions-9 .article-title a {
  font-size: 1.15rem;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#press-mentions-9 .article-title a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#press-mentions-9 .article-meta {
  font-size: 0.9rem;
  color: #6c757d;
}
#press-mentions-9 .article-meta .publication {
  font-weight: 500;
  color: #495057;
}
#press-mentions-9 .article-meta .separator {
  margin: 0 0.5rem;
}
#press-mentions-9 .view-all-wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  #press-mentions-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-9 .section-title {
    font-size: 2.1rem;
  }
  #press-mentions-9 .list-group-item {
    padding: 1rem 1.25rem;
  }
  #press-mentions-9 .article-title a {
    font-size: 1.05rem;
  }
}



#call-to-action-21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-multi-image-content h2 {
  font-weight: 700;
  color: #1e293b;
}
.cta-multi-image-content p {
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-multi-image-content .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-multi-image-content .btn i {
  margin-right: 8px;
}
.cta-multi-image-grid {
}
.cta-multi-image-item {
  transition: transform 0.3s ease;
}
.cta-multi-image-item:hover {
  transform: translateY(-5px);
}
.cta-multi-image-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .cta-multi-image-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta-multi-image-grid .row {
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .cta-multi-image-img {
    max-height: 60px;
  }
}


