.elementor-35 .elementor-element.elementor-element-d702888{--display:flex;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-c0a5c18 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.ace-contact-page {
  font-family: 'Roboto', sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #3c2e55;
}

.ace-contact-card {
  background: linear-gradient(135deg, #fff8f2 0%, #ffffff 45%, #faf5ff 100%);
  border: 1px solid rgba(122, 75, 196, 0.14);
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 12px 32px rgba(69, 38, 109, 0.08);
}

.ace-contact-header {
  margin-bottom: 28px;
}

.ace-contact-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f29a4a;
  margin-bottom: 10px;
}

.ace-contact-title {
  margin: 0;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  color: #6d35a8;
}

.ace-contact-lead {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #5a4a73;
  max-width: 760px;
}

.ace-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  margin-top: 34px;
}

.ace-panel {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(122, 75, 196, 0.12);
  border-radius: 16px;
  padding: 24px;
}

.ace-panel-title {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #6d35a8;
}

.ace-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ace-contact-item {
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(122, 75, 196, 0.10);
  border-radius: 14px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ace-contact-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(109, 53, 168, 0.10);
  border-color: rgba(122, 75, 196, 0.24);
}

.ace-contact-label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #3c2e55;
}

.ace-contact-link {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  color: #6d35a8;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.22s ease;
}

.ace-contact-link:hover {
  color: #f29a4a;
}

.ace-support-text {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #5a4a73;
}

.ace-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  text-align: center;
  justify-content: center;
}

.ace-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 72px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid rgba(122, 75, 196, 0.12);
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ace-logo-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(109, 53, 168, 0.10);
  border-color: rgba(242, 154, 74, 0.35);
}

.ace-logo-link img {
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
  display: block;
}

.ace-logo-placeholder {
  font-size: 15px;
  font-weight: 700;
  color: #6d35a8;
  text-align: center;
}

.ace-note {
  margin-top: 26px;
  padding: 16px 18px;
  border-left: 4px solid #f29a4a;
  background: rgba(242, 154, 74, 0.08);
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #5a4a73;
}

@media (max-width: 820px) {
  .ace-contact-page {
    padding: 32px 18px;
  }

  .ace-contact-card {
    padding: 26px 20px;
  }

  .ace-contact-title {
    font-size: 30px;
  }

  .ace-contact-link {
    font-size: 20px;
  }

  .ace-contact-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */