html[data-page="contact"],
html[data-page="contact"] body {
  max-width: 100%;
  overflow-x: hidden;
}

.contact-page {
  padding-bottom: 96px;
}

.contact-intro {
  padding: 54px 0 68px;
}

.contact-intro-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-intro-toolbar .eyebrow {
  min-width: 0;
  margin-bottom: 0;
}

.contact-intro-toolbar .eyebrow em {
  overflow-wrap: anywhere;
  font-style: normal;
}

.contact-language-switch {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid #29405e;
  border-radius: 6px;
  background: #081426;
}

.contact-language-switch button {
  min-width: 88px;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: #8297b2;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.contact-language-switch button:hover {
  color: #e4edf8;
}

.contact-language-switch button.active {
  border-color: #4d8fff;
  background: #1768d4;
  color: #fff;
}

.contact-intro h1 {
  max-width: 760px;
  margin: 38px 0 0;
  color: #f3f7fc;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.contact-lead {
  max-width: 940px;
  margin: 22px 0 0;
  color: #91a3bb;
  font-size: 14px;
  line-height: 1.8;
}

.contact-section {
  padding: 72px 0 88px;
  border-top: 1px solid rgba(47, 72, 104, .48);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
}

.contact-details h2,
.contact-form-panel h2 {
  margin: 8px 0 0;
  color: #f3f7fc;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.contact-details > p {
  max-width: 520px;
  margin: 20px 0 0;
  color: #91a3bb;
  font-size: 14px;
  line-height: 1.8;
}

.contact-address {
  margin-top: 34px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-address span,
.contact-address a {
  display: block;
}

.contact-address span {
  margin-bottom: 7px;
  color: #7186a1;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-address a {
  width: fit-content;
  color: #9fc3ff;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.contact-address a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-advice {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid #29405e;
  border-left: 3px solid #3b82f6;
  background: #0b172a;
}

.contact-advice h3 {
  margin: 11px 0 0;
  color: #dce6f2;
  font-size: 16px;
}

.contact-advice ul {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.contact-advice li {
  position: relative;
  padding-left: 20px;
  color: #8397b0;
  font-size: 12px;
  line-height: 1.65;
}

.contact-advice li + li {
  margin-top: 10px;
}

.contact-advice li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #76aaff;
  font-size: 16px;
  line-height: 1.25;
}

.contact-form-panel {
  padding: clamp(26px, 3.5vw, 46px);
  border: 1px solid rgba(39, 61, 89, .92);
  background: #0b172a;
}

.contact-form-panel form {
  position: relative;
  margin-top: 34px;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: block;
  margin-top: 22px;
}

.form-grid .form-field {
  margin-top: 0;
}

.form-field > span,
.contact-reasons legend {
  display: block;
  margin-bottom: 9px;
  color: #c9d5e4;
  font-size: 11px;
  font-weight: 750;
}

.form-field b {
  color: #76aaff;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #29405e;
  border-radius: 3px;
  outline: none;
  background: #081426;
  color: #f1f6fc;
  font: inherit;
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.form-field input {
  height: 46px;
  padding: 0 13px;
}

.form-field textarea {
  min-height: 168px;
  padding: 13px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #4d80bb;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .13);
}

.contact-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
}

.contact-reasons legend {
  grid-column: 1 / -1;
  float: left;
  width: 100%;
}

.contact-reasons label {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #29405e;
  border-radius: 3px;
  color: #9aacc2;
  cursor: pointer;
  font-size: 11px;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.contact-reasons label:hover,
.contact-reasons label:has(input:checked) {
  border-color: #4371a8;
  background: rgba(59, 130, 246, .09);
  color: #e4edf8;
}

.contact-reasons input {
  flex: 0 0 auto;
  accent-color: #3b82f6;
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.contact-submit {
  min-width: 118px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #4d8fff;
  border-radius: 4px;
  background: #1768d4;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  transition: background .18s ease, transform .18s ease;
}

.contact-submit:hover {
  background: #2478e7;
  transform: translateY(-1px);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: .62;
  transform: none;
}

.contact-turnstile {
  min-height: 1px;
  margin-top: 24px;
}

.form-submit-row p,
.form-status {
  margin: 0;
  color: #70839b;
  font-size: 10px;
  line-height: 1.55;
}

.form-status {
  min-height: 16px;
  margin-top: 10px;
  color: #9fc3ff;
}

.form-status.is-success {
  color: #66d6a1;
}

.form-status.is-error {
  color: #ff9c9c;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .contact-details > p {
    max-width: 720px;
  }
}

@media (max-width: 560px) {
  .contact-page {
    padding-bottom: 66px;
  }

  .contact-intro {
    padding: 34px 0 52px;
  }

  .contact-intro h1 {
    margin-top: 30px;
    font-size: 36px;
  }

  .contact-intro-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .contact-intro-toolbar.page-language-toolbar {
    align-items: flex-start;
    flex-direction: row;
    gap: 12px 18px;
  }

  .contact-language-switch {
    width: 100%;
  }

  .contact-language-switch button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 42px;
  }

  .contact-section {
    padding: 54px 0 66px;
  }

  .contact-layout {
    gap: 36px;
  }

  .contact-form-panel {
    padding: 23px 18px;
  }

  .form-grid,
  .contact-reasons {
    grid-template-columns: 1fr;
  }

  .form-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-address a {
    overflow-wrap: anywhere;
  }
}

@media (min-width: 1800px) {
  .contact-page {
    padding-bottom: 124px;
  }

  .contact-intro {
    padding-block: 70px 90px;
  }

  .contact-lead,
  .contact-details > p,
  .form-field input,
  .form-field textarea {
    font-size: 18px;
  }

  .contact-advice li,
  .contact-reasons label,
  .form-field > span,
  .contact-reasons legend,
  .contact-submit,
  .contact-language-switch button {
    font-size: 14px;
  }
}

[data-theme="newsroom"] .contact-language-switch {
  border-color: #c8d2df;
  background: #fff;
}

[data-theme="newsroom"] .contact-language-switch button {
  color: #607086;
}

[data-theme="newsroom"] .contact-language-switch button:hover {
  color: #17283f;
}

[data-theme="newsroom"] .contact-language-switch button.active {
  border-color: #1768d4;
  background: #1768d4;
  color: #fff;
}

[data-theme="newsroom"] .contact-intro h1,
[data-theme="newsroom"] .contact-details h2,
[data-theme="newsroom"] .contact-form-panel h2,
[data-theme="newsroom"] .contact-advice h3 {
  color: #142137;
}

[data-theme="newsroom"] .contact-lead,
[data-theme="newsroom"] .contact-details > p,
[data-theme="newsroom"] .contact-advice li {
  color: #66778c;
}

[data-theme="newsroom"] .contact-form-panel,
[data-theme="newsroom"] .contact-advice,
[data-theme="newsroom"] .form-field input,
[data-theme="newsroom"] .form-field textarea {
  border-color: #c8d2df;
  background: #fff;
}

[data-theme="newsroom"] .form-field input,
[data-theme="newsroom"] .form-field textarea {
  color: #17283f;
}

[data-theme="newsroom"] .contact-reasons label {
  border-color: #c8d2df;
  color: #546a84;
}

[data-theme="newsroom"] .contact-reasons label:hover,
[data-theme="newsroom"] .contact-reasons label:has(input:checked) {
  border-color: #6d98ca;
  background: #edf5ff;
  color: #17283f;
}

[data-theme="dakar"] .contact-intro h1,
[data-theme="dakar"] .contact-details h2,
[data-theme="dakar"] .contact-form-panel h2,
[data-theme="dakar"] .contact-advice h3 {
  color: #fff2dc;
}

[data-theme="dakar"] .contact-lead,
[data-theme="dakar"] .contact-details > p,
[data-theme="dakar"] .contact-advice li {
  color: #c2a58d;
}

[data-theme="dakar"] .contact-form-panel,
[data-theme="dakar"] .contact-advice,
[data-theme="dakar"] .form-field input,
[data-theme="dakar"] .form-field textarea,
[data-theme="dakar"] .contact-reasons label,
[data-theme="dakar"] .contact-language-switch {
  border-color: #69432a;
  background: #321f14;
  color: #fff2dc;
}

[data-theme="dakar"] .contact-language-switch button {
  color: #c2a58d;
}

[data-theme="dakar"] .contact-language-switch button.active {
  border-color: #e3a72f;
  background: #a86616;
  color: #fff2dc;
}

[data-theme="tv"] .contact-intro h1,
[data-theme="tv"] .contact-details h2,
[data-theme="tv"] .contact-form-panel h2,
[data-theme="tv"] .contact-advice h3,
[data-theme="tv"] .contact-lead,
[data-theme="tv"] .contact-details > p,
[data-theme="tv"] .contact-advice li,
[data-theme="tv"] .form-field input,
[data-theme="tv"] .form-field textarea,
[data-theme="tv"] .contact-reasons label,
[data-theme="tv"] .contact-language-switch button {
  color: #fff;
}

[data-theme="tv"] .contact-form-panel,
[data-theme="tv"] .contact-advice,
[data-theme="tv"] .form-field input,
[data-theme="tv"] .form-field textarea,
[data-theme="tv"] .contact-reasons label,
[data-theme="tv"] .contact-language-switch {
  border: 2px solid #777;
  background: #080808;
}

[data-theme="tv"] .contact-language-switch button.active {
  border-color: #fff;
  background: #075faf;
}
