.aaadms-language-switcher {
  position: relative;
  flex: 0 0 auto;
  margin-inline-start: 14px;
  color: #042c4e;
  font-size: 13px;
  direction: ltr;
  white-space: nowrap;
}

.aaadms-language-switcher summary {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 6px 11px;
  border: 1px solid #cbd6dc;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  list-style: none;
}

.aaadms-language-switcher summary::-webkit-details-marker {
  display: none;
}

.aaadms-language-switcher summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 2px 3px 3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.aaadms-language-options {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 1000;
  display: grid;
  min-width: 170px;
  padding: 6px;
  border: 1px solid #dce4e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(1, 14, 24, .16);
}

.aaadms-language-options a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 7px;
  color: #042c4e;
  text-decoration: none;
}

.aaadms-language-options a:hover,
.aaadms-language-options a[aria-current="true"] {
  background: #e9f4fc;
}

.language-flag-img {
  width: 20px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 2px;
  object-fit: cover;
}

html[dir="rtl"],
html[dir="rtl"] body,
html[dir="rtl"] #brx-content,
html[dir="rtl"] #brx-footer {
  direction: rtl;
}

html[dir="rtl"] #brx-content :is(h1, h2, h3, h4, h5, h6, p, li, label, .brxe-text, .brxe-text-basic),
html[dir="rtl"] #brx-footer :is(p, li, .brxe-text, .brxe-text-basic) {
  text-align: right;
}

html[dir="rtl"] #brxe-kqigob,
html[dir="rtl"] #brxe-sotahz,
html[dir="rtl"] .certificate-verify-container,
html[dir="rtl"] .certificate-verify-controls {
  direction: rtl;
}

html[dir="rtl"] .aaadms-language-switcher,
html[dir="rtl"] .aaadms-language-options {
  direction: ltr;
}

html[dir="rtl"] .aaadms-language-options {
  right: auto;
  left: 0;
}

html[lang="ar"] body {
  font-family: "Tahoma", "Arial", sans-serif;
  letter-spacing: 0;
}

html[lang="ar"] #brxe-c96b01,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3 {
  line-height: 1.45;
}

html[lang="ru-RU"] body {
  font-family: "Arial", sans-serif;
}

html[lang="fr-FR"] body,
html[lang="tr-TR"] body,
html[lang="de-DE"] body,
html[lang="es-ES"] body,
html[lang="it-IT"] body {
  letter-spacing: 0;
}

html[lang="ar"] .aaadms-header-search-form input,
html[lang="ar"] .certificate-verify-form input {
  text-align: right;
}

html[lang="ar"] .aaadms-logo-track {
  animation-name: aaadms-slide-rtl;
  animation-direction: normal;
  animation-play-state: running;
}

@keyframes aaadms-slide-rtl {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}

.aaadms-logo-slider {
  min-height: 145px;
  isolation: isolate;
}

.aaadms-logo-track,
.aaadms-logo-set,
.aaadms-logo-track img {
  visibility: visible;
}

.aaadms-logo-track img {
  display: block;
}

/* Keep translated content inside the exported page containers. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

#brx-content,
#brx-footer,
#brx-header {
  max-width: 100%;
  box-sizing: border-box;
}

#brx-content img,
#brx-footer img,
#brx-header img {
  max-width: 100%;
  height: auto;
}

#brx-content :is(h1, h2, h3, h4, h5, h6, p, li, a, label, button),
#brx-footer :is(p, a),
#brx-header :is(a, label, button) {
  overflow-wrap: anywhere;
  word-break: normal;
}

#brx-content .brxe-container,
#brx-content .brxe-section,
#brx-content .brxe-block,
#brx-content .brxe-text,
#brx-content .brxe-text-basic {
  min-width: 0;
  box-sizing: border-box;
}

.brxe-image img,
img.brxe-image {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

html[dir="rtl"] #brx-content .brx-grid,
html[dir="rtl"] #brx-content .brxe-container {
  min-width: 0;
}

html[dir="rtl"] #brx-content ol,
html[dir="rtl"] #brx-content ul {
  padding-inline-start: 1.5em;
  padding-inline-end: 0;
}

html[dir="rtl"] #brx-header .aaadms-header-search-form,
html[dir="rtl"] #brx-header .certificate-verify-controls {
  direction: rtl;
}

html[lang="ar"] #brx-content :is(h1, h2, h3, h4, h5, h6) {
  font-family: Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

html[lang="ar"] #brx-content :is(p, li, .brxe-text, .brxe-text-basic),
html[lang="ar"] #brx-footer :is(p, .brxe-text, .brxe-text-basic) {
  line-height: 1.9;
}

html[lang="fr-FR"] #brx-content,
html[lang="de-DE"] #brx-content,
html[lang="es-ES"] #brx-content,
html[lang="it-IT"] #brx-content,
html[lang="tr-TR"] #brx-content,
html[lang="ru-RU"] #brx-content {
  hyphens: auto;
}

@media (max-width: 991px) {
  #brx-content .brxe-container,
  #brx-content .brxe-section {
    max-width: 100%;
  }

  #brx-content .brx-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 600px) {
  #brx-content :is(h1, h2) {
    font-size: clamp(28px, 8vw, 46px);
  }

  #brx-content :is(h3, h4) {
    font-size: clamp(20px, 5vw, 30px);
  }

  #brx-content :is(p, li, .brxe-text, .brxe-text-basic) {
    font-size: 15px;
  }

  .aaadms-language-options {
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 991px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  #brxe-kqigob {
    width: 100%;
  }

  #brxe-mfvbls,
  #brxe-tddezn {
    width: auto;
  }

  #brxe-tddezn {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #brxe-tddezn .bricks-nav-menu-wrapper {
    display: none !important;
  }

  #brxe-tddezn .bricks-mobile-menu-toggle {
    display: block;
    order: 2;
  }

  .aaadms-language-switcher {
    order: 1;
    margin-inline-start: 0;
  }

  #brxe-sotahz.aaadms-header-search {
    width: 100%;
    padding: 12px 16px;
  }

  .aaadms-header-search-form {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 600px) {
  #brxe-kqigob {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding-inline: 10px;
  }

  #brxe-scmmuz {
    min-width: 0;
  }

  #brxe-lcvabr {
    width: 58px;
    flex: 0 0 58px;
  }

  #brxe-ngfvdh {
    min-width: 0;
  }

  #brxe-htzaej {
    width: auto;
    font-size: 11px;
  }

  #brxe-mfvbls {
    justify-self: end;
  }

  #brxe-sotahz.aaadms-header-search {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100vw;
    box-sizing: border-box;
  }

  #brxe-jabmuo {
    width: 100%;
  }

  .aaadms-header-search-form {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
  }

  #brxe-eedfa0,
  #brxe-72e42c,
  #brxe-3b4202 {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  #brxe-c96b01 {
    font-size: 54px;
  }
}

@media (max-width: 420px) {
  #brxe-htzaej {
    display: none;
  }

  #brxe-hahulr {
    font-size: 18px;
  }

  .aaadms-language-switcher summary {
    padding-inline: 8px;
  }

  .aaadms-language-switcher summary .language-name {
    display: none;
  }
}
