.dma-heading-block{
  --dma-main:#062b55;
  --dma-accent:#ff9f1c;
  --dma-text:#52677d;
  --dma-soft:#fff4e5;
  position:relative;
  width:100%;
  max-width:760px;
  font-family:inherit;
}
.dma-heading-center{margin-left:auto;margin-right:auto;}
.dma-heading-right{margin-left:auto;}
.dma-heading-suptitle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-bottom:14px;
  padding:8px 18px;
  border-radius:999px;
  background:var(--dma-soft);
  color:var(--dma-accent);
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.2;
  text-transform:uppercase;
}
.dma-heading-suptitle i{font-size:15px;line-height:1;}
.dma-heading-suptitle svg{width:15px;height:15px;fill:currentColor;}
.dma-heading-title{
  margin:0;
  color:var(--dma-main);
  font-size:clamp(36px,5vw,68px);
  line-height:1.03;
  font-weight:900;
  letter-spacing:-.04em;
}
.dma-heading-title span,
.dma-heading-desc span{color:var(--dma-accent);}
.dma-heading-desc{
  margin:18px 0 0;
  color:var(--dma-text);
  font-size:18px;
  line-height:1.75;
}
.dma-heading-desc span{font-weight:800;}
.dma-heading-style-night{
  --dma-main:#ffffff;
  --dma-text:#dce8f5;
  --dma-soft:rgba(255,255,255,.09);
  padding:56px;
  border-radius:28px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,159,28,.18), transparent 32%),
    linear-gradient(135deg,#062b55,#0b3f73 72%,#082f5f);
  box-shadow:0 24px 70px rgba(6,43,85,.18);
}
.dma-heading-style-night .dma-heading-suptitle{border:1px solid rgba(255,255,255,.18);}
.dma-heading-style-card{
  padding:42px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 55px rgba(6,43,85,.1);
}
.dma-heading-style-card .dma-heading-title span{
  position:relative;
  display:inline-block;
  z-index:1;
}
.dma-heading-style-card .dma-heading-title span:after{
  content:"";
  position:absolute;
  left:-.05em;
  right:-.05em;
  bottom:.08em;
  height:.22em;
  background:color-mix(in srgb, var(--dma-accent) 24%, transparent);
  border-radius:999px;
  z-index:-1;
}
.dma-heading-style-morocco{
  padding-left:34px;
}
.dma-heading-style-morocco:before{
  content:"MOROCCO";
  position:absolute;
  left:0;
  top:8px;
  writing-mode:vertical-rl;
  text-orientation:mixed;
  color:var(--dma-accent);
  font-weight:900;
  letter-spacing:.18em;
  font-size:14px;
}
.dma-heading-style-line{
  padding-left:28px;
  border-left:5px solid var(--dma-accent);
}
.dma-heading-style-line .dma-heading-suptitle{
  background:transparent;
  padding:0;
}
.dma-heading-style-plain .dma-heading-suptitle{
  background:transparent;
  padding:0;
}
@media(max-width:767px){
  .dma-heading-title{font-size:clamp(32px,10vw,48px);}
  .dma-heading-desc{font-size:16px;}
  .dma-heading-style-night,
  .dma-heading-style-card{padding:34px 24px;border-radius:22px;}
  .dma-heading-style-morocco{padding-left:0;}
  .dma-heading-style-morocco:before{display:none;}
}
