/* Hero wings custom 1.0.0 */
.lvd-hero-wings-custom                             {position:relative;}
.lvd-hero-wings-custom .lvd-container              {position:relative; z-index:2;}
.lvd-hero-wings-custom .lvd-img img                {border-radius:var(--lvd-rounded);}
.lvd-hero-wings-custom .lvd-content                {padding:16px 0;}
.lvd-hero-wings-custom .lvd-breadcrumbs            {padding:16px 0; font-size:var(--lvd-text-s2); opacity:0.4;}
.lvd-hero-wings-custom .lvd-keyword                {color:var(--lvd-color-black); font-size:var(--lvd-text-body); font-weight: 700; margin-bottom:8px; text-transform:uppercase;}
.lvd-hero-wings-custom .lvd-title                  {font-weight: 700; margin-bottom:16px; color:var(--lvd-color-primary-300);}
.lvd-hero-wings-custom .lvd-text                  {font-size:var(--lvd-text-h5);}

.lvd-visual-container {position:relative; }
.lvd-visual-element1    {z-index:1; position:absolute; left:0; top:0; width:400px; height:400px; border: 1px solid var(--lvd-color-primary); border-radius: 0 200px 200px 0;}
.lvd-visual-element2    {z-index:2; position:absolute; left:60px; bottom:0; width:400px; height:400px; background: var(--lvd-color-secondary); border-radius: 200px 200px 0 0;}
.lvd-visual-image   {position:relative; z-index:3;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-hero-wings-custom                             {padding-left:16px; padding-right:16px;}
.lvd-hero-wings-custom .lvd-container              {margin-top: 32px;}
.lvd-hero-wings-custom .lvd-content                {padding:0 0 16px 0;}
.lvd-hero-wings-custom .lvd-breadcrumbs            {padding:0 0 16px 0;}

.lvd-visual-container {position:relative; }
.lvd-visual-element1    {z-index:1; position:absolute; left:0; top:0; width:280px; height:280px; border: 1px solid var(--lvd-color-primary); border-radius: 0 200px 200px 0;}
.lvd-visual-element2    {z-index:2; position:absolute; left:60px; bottom:0; width:280px; height:280px; background: var(--lvd-color-secondary); border-radius: 200px 200px 0 0;}
.lvd-visual-image   {position:relative; z-index:3;}


}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-hero-wings-custom                             {padding-left:24px; padding-right:24px;}
.lvd-hero-wings-custom .lvd-flex-gap-lg            {--lvd-gap: 24px;}
.lvd-hero-wings-custom .lvd-content                {padding:0;}
.lvd-hero-wings-custom .lvd-img, .lvd-hero-wings-custom .lvd-wings-image   {align-self: center;}
}

/* Full HD */
@media (min-width:1024px) and (max-width:1344px)
{
.lvd-hero-wings-custom                             {padding-left:24px; padding-right:24px;}
}