/* R209_MAIN_BILINGUAL */
.r209-lang-switch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:3px;
  min-height:40px;
  padding:4px;
  border:1px solid var(--line,rgba(231,190,98,.22));
  border-radius:14px;
  background:rgba(5,11,20,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  direction:ltr;
}
.r209-lang-switch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:31px;
  padding:5px 9px;
  border-radius:10px;
  color:var(--muted,#9ba8ba);
  font:800 .68rem/1 DanaUnified,Dana,sans-serif;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.r209-lang-switch a:hover,
.r209-lang-switch a:focus-visible{
  color:var(--gold2,#f7dda0);
  outline:1px solid rgba(231,190,98,.28);
}
html[lang="fa"] .r209-lang-switch a[data-lang="fa"],
html[lang="en"] .r209-lang-switch a[data-lang="en"]{
  color:#171006;
  background:linear-gradient(115deg,#a86e20,#f3d58b);
  box-shadow:0 7px 18px rgba(186,129,38,.18);
}
html[lang="en"] body{
  direction:ltr;
  font-family:DanaUnified,Dana,sans-serif;
}
html[lang="en"] .hero-copy,
html[lang="en"] .section-head,
html[lang="en"] .service,
html[lang="en"] .gateway,
html[lang="en"] .principle,
html[lang="en"] .r208s{
  text-align:left;
}
html[lang="en"] .r208s__panel,
html[lang="en"] .r208s__grid,
html[lang="en"] .services,
html[lang="en"] .principles{
  direction:ltr;
}
html[lang="en"] .service footer{
  direction:ltr;
}
html[lang="en"] .r208s__bars:empty::before{
  content:"Shown after the first check";
  direction:ltr;
}
html[lang="en"] .irannian-badge-container{
  direction:ltr;
  right:auto;
  left:24px;
  align-items:flex-start;
  font-family:DanaUnified,Dana,sans-serif!important;
}
html[lang="en"] .irannian-info-card{
  right:auto;
  left:0;
}
.r209-legal-switch{
  position:fixed;
  z-index:50;
  inset-block-start:14px;
  inset-inline-end:14px;
}
.r209-legal-shell{
  padding-top:82px!important;
}
.r209-legal-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:18px 0 2px;
  font-size:.68rem;
}
.r209-legal-links a{
  color:var(--muted,#9ba8ba);
  text-decoration:none;
}
.r209-legal-links a:hover,
.r209-legal-links a:focus-visible{
  color:var(--gold2,#f7dda0);
}
@media(max-width:900px){
  .topbar .actions .r209-lang-switch{
    grid-column:1/-1;
    justify-self:center;
    width:max-content;
  }
  html[lang="en"] .hero-copy,
  html[lang="en"] .section-head,
  html[lang="en"] .gateway{
    text-align:center;
  }
}
@media(max-width:560px){
  .r209-lang-switch{min-height:38px}
  .r209-lang-switch a{min-width:40px;min-height:29px}
  html[lang="en"] .irannian-badge-container{
    left:12px;
    right:auto;
  }
}
@media(prefers-reduced-motion:reduce){
  .r209-lang-switch a{transition:none}
}
