body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  color: #fff;
}
a {
  text-decoration: none;
  transition: color 0.3s ease;
}
button {
  background-color: rgb(249, 104, 220);
  color: #000;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover {
  background-color: rgb(245, 179, 232);
}
.navbar {
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 6px #0000001a;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.navbar-logo img {
  height: 50px;
}
.navbar-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.navbar-links li {
  position: relative;
}
.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: rgb(248, 120, 222);
}
.navbar-button .btn {
  background: rgb(249, 104, 220);
  color: #1a1a1a;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.3s ease;
}
.navbar-button .btn:hover {
  background: rgb(248, 120, 222);
}
.navbar-toggle {
  display: none;
  cursor: pointer;
}
.hamburger {
  width: 25px;
  height: 3px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}
.hamburger:before,
.hamburger:after {
  content: "";
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  transition: all 0.3s ease;
}
.hamburger:before {
  transform: translateY(-8px);
}
.hamburger:after {
  transform: translateY(8px);
}
.hamburger.active {
  background: transparent;
}
.hamburger.active:before {
  transform: rotate(45deg);
}
.hamburger.active:after {
  transform: rotate(-45deg);
}
.mobile-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #1a1a1a, #333);
  z-index: 999;
  padding: 2rem;
  box-sizing: border-box;
}
.mobile-dropdown ul {
  list-style: none;
  padding: 0;
}
.mobile-dropdown li {
  margin-bottom: 1.5rem;
}
.mobile-dropdown .nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.mobile-dropdown .nav-link:hover {
  color: gold;
}
.close-button {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00000080;
  z-index: 998;
}
@media (max-width: 768px) {
  .navbar-links,
  .navbar-button {
    display: none;
  }
  .navbar-toggle {
    display: block;
  }
}
.home {
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  overflow-x: hidden;
}
.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.hero-text {
  flex: 1;
  max-width: 50%;
}
.hero-text h1 {
  font-size: 4rem;
  color: rgb(126, 0, 0);
  margin-bottom: 1rem;
}
.gold-text {
  color: rgb(249, 104, 220);
}
.hero-text p {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
.cta-button {
  background: rgb(249, 104, 220);
  color: #1a1a1a;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
}
.cta-button:hover {
  background: rgb(248, 120, 222);
}
.hero-image {
  flex: 1;
  max-width: 50%;
  position: relative;
}
.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 12px 24px #0000004d;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .hero-text,
  .hero-image {
    max-width: 100%;
  }
  .hero-text h1 {
    font-size: 3rem;
  }
  .hero-text p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.5rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 2.5rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
  .cta-button {
    padding: 1rem 2rem;
  }
}
.services-page .hero {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #1a1a1ab3, #333333b3),
    url(../images/Serviceimage.png);
  background-size: cover;
  height: 20vh;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: rgb(243, 242, 239);
}
.hero p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #ccc;
}
.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff3;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  max-width: 400px;
  margin: 0 auto;
}
.search-bar input {
  background: transparent;
  border: none;
  color: #fff;
  margin-left: 0.5rem;
  width: 100%;
  outline: none;
}
.search-bar input::placeholder {
  color: #ffffffb3;
}
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 0.9rem;
  }
}
.services {
  padding: 4rem 0;
}
.services h2 {
  font-size: 2.5rem;
  text-align: center;
  color: rgb(249, 104, 220);
  margin-bottom: 2rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.service-card h3 {
  font-size: 1.5rem;
  color: rgb(249, 104, 220);
  margin-bottom: 1rem;
}
.service-link {
  color: gold;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}
.service-link:hover {
  color: #e6b800;
}
.about {
  padding: 4rem 0;
  text-align: center;
  background: linear-gradient(135deg, #1a1a1a, #333);
}
.about h2 {
  font-size: 2.5rem;
  color: gold;
  margin-bottom: 1rem;
}
.about p {
  font-size: 1.2rem;
  color: #f5f5f5;
  max-width: 800px;
  margin: 0 auto 2rem;
}
.testimonials {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1a1a1a, #333);
}
.testimonials h2 {
  font-size: 2.5rem;
  text-align: center;
  color: gold;
  margin-bottom: 2rem;
}
.testimonial-card {
  background: #333;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
}
.testimonial-card p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 1rem;
}
.testimonial-card h3 {
  font-size: 1.5rem;
  color: gold;
  margin-bottom: 0.5rem;
}
.testimonial-card span {
  font-size: 1rem;
  color: #999;
}
.partners-section {
  padding: 4rem 0;
}
.partners-section h2 {
  font-size: 2.5rem;
  text-align: center;
  color: rgb(249, 104, 220);
  margin-bottom: 2rem;
}
.partners-container {
  overflow: hidden;
  white-space: nowrap;
}
.partners-track {
  display: inline-block;
  animation: scroll 20s linear infinite;
}
.partners-track img {
  height: 80px;
  margin: 0 2rem;
}
.testimonials .container h2 {
  color: rgb(249, 104, 220);
}
@keyframes scroll {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.results-section {
  padding: 4rem 0;
}
.results-section h2 {
  font-size: 2.5rem;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 2rem;
}
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.achievement-card {
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.achievement-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0009;
  z-index: 1;
}
.achievement-card .content {
  position: relative;
  z-index: 2;
}
.achievement-card .icon,
.achievement-card h3 {
  font-size: 2rem;
  color: rgb(249, 104, 220);
  margin-bottom: 1rem;
}
.achievement-card p {
  font-size: 1rem;
  color: #ccc;
}
.motivational-statement {
  text-align: center;
  margin-top: 2rem;
}
.motivational-statement p {
  font-size: 1.5rem;
  color: rgb(249, 104, 220);
  font-style: italic;
}
.cta {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1a1a1a, #333);
  text-align: center;
}
.cta h2 {
  font-size: 2.5rem;
  color: rgb(249, 104, 220);
  margin-bottom: 1rem;
}
.cta p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero p {
    font-size: 1.2rem;
  }
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .service-card,
  .testimonial-card {
    padding: 1.5rem;
  }
  .partners-track img {
    height: 60px;
    margin: 0 1rem;
  }
  .achievements-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .achievement-card h3 {
    font-size: 1.5rem;
  }
  .motivational-statement p {
    font-size: 1.2rem;
  }
  .cta h2 {
    font-size: 2rem;
  }
  .cta p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card,
  .testimonial-card {
    padding: 1rem;
  }
  .partners-track img {
    height: 50px;
    margin: 0 0.5rem;
  }
  .achievements-grid {
    grid-template-columns: 1fr;
  }
  .achievement-card h3 {
    font-size: 1.2rem;
  }
  .motivational-statement p {
    font-size: 1rem;
  }
  .cta h2 {
    font-size: 1.8rem;
  }
  .cta p {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 6rem 0;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 1.2rem;
  }
  .services {
    padding: 4rem 0;
  }
  .services h2 {
    font-size: 2.2rem;
  }
  .services .service-card {
    padding: 1.5rem;
  }
  .services .service-card h3 {
    font-size: 1.5rem;
  }
  .services .service-card p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .hero {
    padding: 4rem 0;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .services {
    padding: 3rem 0;
  }
  .services h2 {
    font-size: 2rem;
  }
  .services .service-card {
    padding: 1rem;
  }
  .services .service-card h3 {
    font-size: 1.3rem;
  }
  .services .service-card p {
    font-size: 0.8rem;
  }
}
.about {
  padding: 6rem 0;
  background-color: #f9f9f9;
}
.about h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 700;
}
.about p {
  font-size: 1.2rem;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
.testimonials {
  padding: 6rem 0;
  background-color: #fff;
}
.testimonials h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #333;
  font-weight: 700;
}
.testimonials .testimonial-card {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 16px #0000001a;
}
.testimonials .testimonial-card p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.testimonials .testimonial-card h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.testimonials .testimonial-card span {
  font-size: 1rem;
  color: #666;
}
*/ .footer {
  padding: 2rem 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  p {
    font-size: 1rem;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 6rem 0;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 1.2rem;
  }
  .services {
    padding: 4rem 0;
  }
  .services h2 {
    font-size: 2.2rem;
  }
  .services .service-card {
    padding: 2rem;
  }
  .services .service-card .service-icon {
    font-size: 3rem;
  }
  .services .service-card h3 {
    font-size: 1.8rem;
  }
  .services .service-card p {
    font-size: 1rem;
  }
  .about {
    padding: 4rem 0;
  }
  .about h2 {
    font-size: 2.2rem;
  }
  .about p {
    font-size: 1rem;
  }
  .testimonials {
    padding: 4rem 0;
  }
  .testimonials h2 {
    font-size: 2.2rem;
  }
  .testimonials .testimonial-card {
    padding: 1.5rem;
  }
  .testimonials .testimonial-card p {
    font-size: 1rem;
  }
  .testimonials .testimonial-card h3 {
    font-size: 1.3rem;
  }
  .testimonials .testimonial-card span {
    font-size: 0.9rem;
  }
  .cta {
    padding: 4rem 0;
  }
  .cta h2 {
    font-size: 2.2rem;
  }
  .cta p {
    font-size: 1rem;
  }
}
*/ .testimonial-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.testimonial {
  background: #000;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 60%;
  text-align: center;
}
button {
  background: gold;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1.5rem;
}
.footer {
  text-align: center;
  padding: 15px;
  background-color: #000;
  color: #fff;
  margin-top: 20px;
}
.about-page {
  font-family: Arial, sans-serif;
  background: #1a1a1a;
  color: #fff;
}
.about-hero {
  height: 90vh;
  background: url(../images/aboutimage.png) center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f5f5f5;
}
.about-hero .container {
  position: relative;
  z-index: 2;
}
.about-writeup {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1a1a1a, #333);
  text-align: center;
}
.about-writeup h2 {
  font-size: 2rem;
  color: rgb(248, 120, 222);
  margin-bottom: 1rem;
}
.about-writeup h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, rgb(255, 255, 255), rgb(249, 142, 228));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 2px solid rgb(248, 120, 222);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(247, 243, 246);
}
.about-writeup p {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto;
}
.about-mission {
  padding: 4rem 0;
  text-align: center;
  background: #1a1a1a;
}
.about-mission h2 {
  font-size: 2rem;
  color: rgb(248, 120, 222);
  margin-bottom: 1rem;
}
.about-mission p {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto;
}
.about-team {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1a1a1a, #333);
  text-align: center;
}
.about-team h2 {
  font-size: 2rem;
  color: rgb(248, 120, 222);
  margin-bottom: 2rem;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 0 2rem;
}
.team-member {
  background: #333;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000004d;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px #00000080;
}
.team-member img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.team-member h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: rgb(248, 120, 222);
}
.team-member p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 1rem;
}
.social-handles {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-handles a {
  color: rgb(248, 120, 222);
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.social-handles a:hover {
  color:rgb(246, 177, 232);
}
.about-values {
  padding: 4rem 0;
  text-align: center;
  background: #1a1a1a;
}
.about-values h2 {
  font-size: 2rem;
  color: rgb(248, 120, 222);
  margin-bottom: 2rem;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 0 2rem;
}
.value-card {
  background: #333;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000004d;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px #00000080;
}
.value-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: rgb(248, 120, 222);
}
.value-card p {
  font-size: 1rem;
  color: #ccc;
}
@media (max-width: 768px) {
  .about-hero {
    height: 40vh;
  }
  .about-writeup h1 {
    font-size: 1.5rem;
    padding: 0.5rem;
    border-width: 1px;
  }
  .about-writeup p,
  .about-mission p {
    font-size: 1rem;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 1rem;
  }
  .team-member {
    padding: 1rem;
  }
  .team-member h3 {
    font-size: 1.2rem;
  }
  .team-member p {
    font-size: 0.9rem;
  }
  .values-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    padding: 0 1rem;
  }
  .value-card {
    padding: 1rem;
  }
  .value-card h3 {
    font-size: 1.2rem;
  }
  .value-card p {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .about-hero {
    height: 40vh;
  }
  .about-writeup h1 {
    font-size: 1.5rem;
    padding: 0.5rem;
    border-width: 1px;
  }
  .about-writeup p,
  .about-mission p {
    font-size: 1rem;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 1rem;
  }
  .team-member {
    padding: 1rem;
    margin: 0;
  }
  .team-member h3 {
    font-size: 1.2rem;
  }
  .team-member p {
    font-size: 0.9rem;
  }
  .values-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    padding: 0 1rem;
  }
  .value-card {
    padding: 1rem;
  }
  .value-card h3 {
    font-size: 1.2rem;
  }
  .value-card p {
    font-size: 0.9rem;
  }
}
.about-contact {
  padding: 4rem 0;
  text-align: center;
}
.about-contact h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: gold;
}
.about-contact p {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 2rem;
}
.about-contact .contact-button {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  color: #1a1a1a;
  background-color: gold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.about-contact .contact-button:hover {
  background-color: #e6b800;
  transform: translateY(-5px);
}
.about-footer {
  text-align: center;
  padding: 2rem 0;
  background-color: #1a1a1a;
  color: #ccc;
  font-size: 1rem;
}
.about-footer a {
  color: rgb(249, 104, 220);
  text-decoration: none;
  transition: color 0.3s ease;
}
.about-footer a:hover {
  color: rgb(249, 104, 220);
}
.services-page {
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
.hero {
  text-align: center;
  padding: 6rem 0;
  background-color: #000000;
}
.hero h1 {
  font-size: 3rem;
  color: rgb(255, 255, 255);
  margin-bottom: 1rem;
}
.hero p {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 2rem;
}
.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.search-bar input {
  width: 300px;
  padding: 0.75rem;
  border-radius: 5px;
  border: 1px solid #444;
  background-color: #333;
  color: #fff;
  margin-left: 1rem;
}
.search-bar input::placeholder {
  color: #999;
}
.services-grid {
  padding: 4rem 0;
}
.services-grid .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.service-card {
  background: #333;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 14px rgb(248, 120, 222);
}
.service-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.service-card h2 {
  font-size: 1.5rem;
  color: rgb(249, 104, 220);
  margin-bottom: 1rem;
}
.service-card p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 1.5rem;
}
.service-card ul {
  text-align: left;
  list-style-type: disc;
  padding-left: 1.5rem;
}
.service-card li {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}
.accordion-section {
  padding: 4rem 0;
}
.accordion-section h2 {
  font-size: 2rem;
  text-align: center;
  color: rgb(249, 104, 220);
  margin-bottom: 2rem;
}
.accordion-item {
  background: #333;
  border-radius: 15px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
}
.accordion-header h3,
.accordion-header span {
  font-size: 1.2rem;
  color: rgb(249, 104, 220);
}
.accordion-content {
  padding: 0 1.5rem 1.5rem;
}
.accordion-content p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 1rem;
}
.accordion-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.accordion-content li {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .services-grid .container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .service-card {
    padding: 1.5rem;
  }
  .accordion-section h2 {
    font-size: 1.8rem;
  }
  .accordion-header h3 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 0.9rem;
  }
  .services-grid .container {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 1rem;
  }
  .accordion-section h2 {
    font-size: 1.5rem;
  }
  .accordion-header h3 {
    font-size: 0.9rem;
  }
}
.faq-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1a1a1a, #333);
}
.faq-section h2 {
  font-size: 2.5rem;
  text-align: center;
  color: rgb(249, 104, 220);
  margin-bottom: 2rem;
}
.faq-item {
  background: #333;
  border-radius: 15px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
}
.faq-header h3,
.faq-header span {
  font-size: 1.2rem;
  color: rgb(249, 104, 220);
}
.faq-content {
  padding: 0 1.5rem 1.5rem;
}
.faq-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.faq-content li {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 2rem;
  }
  .faq-header h3 {
    font-size: 1rem;
  }
  .faq-content li {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .faq-section h2 {
    font-size: 1.8rem;
  }
  .faq-header h3 {
    font-size: 0.9rem;
  }
  .faq-content li {
    font-size: 0.8rem;
  }
}
.footer {
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  padding: 4rem 0 2rem;
  margin-top: auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-links {
  text-align: center;
}
.footer-links h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: rgb(249, 104, 220);
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 0.75rem;
}
.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links ul li a:hover {
  color: rgb(249, 104, 220);
}
.social-links {
  text-align: center;
}
.social-links h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: rgb(249, 104, 220);
}
.social-links .icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.social-links .icons a {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.social-links .icons a:hover {
  color: rgb(249, 104, 220);
}
.social-links .icons .tiktok-icon,
.social-links .icons .linktree-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.social-links .icons .tiktok-icon:hover,
.social-links .icons .linktree-icon:hover {
  filter: brightness(0) invert(0.8);
}
.newsletter {
  text-align: center;
}
.newsletter h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: rgb(249, 104, 220);
}
.newsletter form {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.newsletter form input {
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
  outline: none;
  width: 70%;
  max-width: 300px;
  background-color: #ffffff1a;
  color: #fff;
}
.newsletter form input::placeholder {
  color: #ccc;
}
.newsletter form button {
  padding: 0.75rem 1.5rem;
  background-color:rgb(249, 104, 220);
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.newsletter form button:hover {
  background-color: rgb(245, 179, 232);;
}
.copyright {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}
.copyright p {
  font-size: 0.9rem;
  color: #ccc;
}
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  .footer-links h3,
  .social-links h3,
  .newsletter h3 {
    font-size: 1.3rem;
  }
  .newsletter form {
    flex-direction: column;
    align-items: center;
  }
  .newsletter input {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .footer-links h3,
  .social-links h3,
  .newsletter h3 {
    font-size: 1.2rem;
  }
  .social-links .icons {
    gap: 1rem;
  }
  .newsletter button {
    width: 100%;
  }
}
.contact-page {
  font-family: Arial, sans-serif;
  color: #fff;
  background-color: #000;
  min-height: 100vh;
  overflow-x: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
.contact-hero {
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}
.contact-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: rgb(248, 120, 222);
}
.contact-hero p {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
.contact-content {
  padding: 2rem 0;
  background-color: #1a1a1a;
}
.contact-content .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-content .contact-form,
.contact-content .contact-info {
  flex: 1;
  min-width: 100%;
  box-sizing: border-box;
}
.contact-content h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: rgb(248, 120, 222);
  padding: 0 1rem;
}
.contact-content .form-group {
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
.contact-content .form-group input,
.contact-content .form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #444;
  outline: none;
  font-size: 0.9rem;
  background-color: #333;
  color: #fff;
  box-sizing: border-box;
}
.contact-content .form-group input::placeholder,
.contact-content .form-group textarea::placeholder {
  color: #999;
}
.contact-content .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-content button {
  width: calc(100% - 2rem);
  margin: 0 1rem;
  padding: 10px;
  background-color: rgb(248, 120, 222);
  border: none;
  border-radius: 5px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-content button:hover {
  background-color: rgb(244, 186, 232);
}
.contact-content .contact-info {
  background-color: #333;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px #0000001a;
  margin: 0 1rem;
  box-sizing: border-box;
}
.contact-content .contact-info p {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.contact-content .contact-info .social-links {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}
.contact-content .contact-info .social-links .icon {
  font-size: 20px;
  color: rgb(248, 120, 222);
  transition: color 0.3s ease;
}
.contact-content .contact-info .social-links .icon:hover {
  color: rgb(253, 192, 241);
}
.why-choose-us {
  padding: 2rem 0;
  background-color: #1a1a1a;
}
.why-choose-us h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: rgb(248, 120, 222);
  padding: 0 1rem;
}
.why-choose-us .usps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 1rem;
  box-sizing: border-box;
}
.why-choose-us .usp-card {
  background-color: #333;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.why-choose-us .usp-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px #0003;
}
.why-choose-us .usp-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: rgb(248, 120, 222);
}
.why-choose-us .usp-card p {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contact-hero {
    padding: 3rem 0;
  }
  .contact-hero h1 {
    font-size: 2rem;
  }
  .contact-hero p {
    font-size: 1rem;
  }
  .contact-content {
    padding: 1.5rem 0;
  }
  .contact-content h2 {
    font-size: 1.5rem;
  }
  .contact-content .form-group input,
  .contact-content .form-group textarea,
  .contact-content button {
    font-size: 0.8rem;
  }
  .contact-content .contact-info {
    padding: 1rem;
  }
  .contact-content .contact-info p {
    font-size: 0.8rem;
  }
  .contact-content .contact-info .social-links .icon {
    font-size: 18px;
  }
  .why-choose-us {
    padding: 1.5rem 0;
  }
  .why-choose-us h2 {
    font-size: 1.5rem;
  }
  .why-choose-us .usp-card {
    padding: 1rem;
  }
  .why-choose-us .usp-card h3 {
    font-size: 1.2rem;
  }
  .why-choose-us .usp-card p {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .contact-hero h1 {
    font-size: 1.8rem;
  }
  .contact-content {
    padding: 1rem 0;
  }
  .contact-content h2 {
    font-size: 1.3rem;
  }
  .contact-content .form-group input,
  .contact-content .form-group textarea,
  .contact-content button {
    font-size: 0.75rem;
  }
  .contact-content .contact-info {
    padding: 0.75rem;
  }
  .contact-content .contact-info p {
    font-size: 0.75rem;
  }
  .contact-content .contact-info .social-links .icon {
    font-size: 16px;
  }
  .why-choose-us {
    padding: 1rem 0;
  }
  .why-choose-us h2 {
    font-size: 1.3rem;
  }
  .why-choose-us .usp-card {
    padding: 0.75rem;
  }
  .why-choose-us .usp-card h3 {
    font-size: 1.1rem;
  }
  .why-choose-us .usp-card p {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .results-section {
    padding: 4rem 0;
  }
  .results-section h2 {
    font-size: 2.2rem;
  }
  .results-section .achievement-card {
    min-height: 250px;
    padding: 1.5rem;
  }
  .results-section .achievement-card h3 {
    font-size: 1.8rem;
  }
  .results-section .achievement-card p {
    font-size: 0.9rem;
  }
  .results-section .motivational-statement p {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .results-section {
    padding: 3rem 0;
  }
  .results-section h2 {
    font-size: 2rem;
  }
  .results-section .achievement-card {
    min-height: 200px;
    padding: 1rem;
  }
  .results-section .achievement-card h3 {
    font-size: 1.5rem;
  }
  .results-section .achievement-card p {
    font-size: 0.8rem;
  }
  .results-section .motivational-statement p {
    font-size: 1rem;
  }
}
*/ body {
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.page-title {
  font-size: 3rem;
  text-align: center;
  color: rgb(249, 104, 220);
  margin-bottom: 1rem;
}
.page-subtitle {
  font-size: 1.2rem;
  text-align: center;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.project-card {
  background: #333;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 5px rgb(249, 104, 220);
}
.project-logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.project-title {
  font-size: 1.5rem;
  color: rgb(249, 104, 220);
  margin-bottom: 1rem;
}
.project-description {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 1.5rem;
}
.project-link {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: rgb(249, 104, 220);
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  transition: background 0.3s ease;
}
.project-link:hover {
  background: rgb(248, 179, 234);
}

@media (max-width: 768px) {
  .page-title {
    font-size: 2.5rem;
  }
  .page-subtitle {
    font-size: 1rem;
  }
  .projects-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .project-card {
    padding: 1.5rem;
  }
  .project-title {
    font-size: 1.3rem;
  }
  .project-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .page-title {
    font-size: 2rem;
  }
  .page-subtitle {
    font-size: 0.9rem;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-card {
    padding: 1rem;
  }
  .project-title {
    font-size: 1.2rem;
  }
  .project-description {
    font-size: 0.8rem;
  }
}
.Toastify__toast {
  background: #1a1a1a !important;
  color: gold !important;
  border: 1px solid #ffd700 !important;
  border-radius: 5px !important;
}
.Toastify__progress-bar {
  background: gold !important;
}
.Toastify__close-button {
  color: gold !important;
}
.section-separator {
  position: relative;
  overflow: hidden;
}
.section-separator:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/wave-separator.svg) no-repeat center bottom;
  background-size: cover;
}
.hero.section-separator:after {
  background: url(../webdev1image-kcwK3QKE.html) no-repeat center bottom;
}
.services.section-separator:after {
  background: url(../images/slant-separator.svg) no-repeat center bottom;
}
.about.section-separator:after {
  background: url(../images/brush-separator.svg) no-repeat center bottom;
}
.testimonials.section-separator:after {
  background: url(../images/zigzag-separator.svg) no-repeat center bottom;
}
.partners-section.section-separator:after {
  background: url(../images/wave-separator.svg) no-repeat center bottom;
}
.results-section.section-separator:after {
  background: url(../images/slant-separator.svg) no-repeat center bottom;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(
    var(--toastify-toast-offset),
    env(safe-area-inset-top)
  );
  --toastify-toast-right: max(
    var(--toastify-toast-offset),
    env(safe-area-inset-right)
  );
  --toastify-toast-left: max(
    var(--toastify-toast-offset),
    env(safe-area-inset-left)
  );
  --toastify-toast-bottom: max(
    var(--toastify-toast-offset),
    env(safe-area-inset-bottom)
  );
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}
.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translate(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translate(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  z-index: 0;
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translate(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translate(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-container[data-stacked="true"] {
  width: var(--toastify-toast-width);
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed="false"] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed="true"]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos="top"] {
  top: 0;
}
.Toastify__toast--stacked[data-pos="bot"] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos="bot"].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos="top"].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}
.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}
.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light,
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}
.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}
.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}
.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden="true"] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}
.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
@keyframes Toastify__spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
