/**handles:wd-info-box-style-shadow-and-bg-hover,wd-el-subtitle-style,wd-section-title-style-under-and-over**/
.box-style-shadow{padding:30px;background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,0.12);transition:box-shadow .7s ease}.box-style-shadow:hover{box-shadow:0 0 9px rgba(0,0,0,0.2)}.box-style-bg-hover{padding:30px;box-shadow:2px 3px 14px transparent}.box-style-bg-hover .info-svg-wrapper :is(img,svg){transition:fill .25s ease, filter .25s ease}.box-style-bg-hover :is(.box-icon-wrapper,.info-box-content){z-index:1}.box-style-bg-hover:after{content:"";position:absolute;inset:0;border-radius:inherit;opacity:0;transition:opacity .25s ease;pointer-events:none}.box-style-bg-hover:hover{box-shadow:2px 3px 14px rgba(0,0,0,0.16)}.box-style-bg-hover:hover:after{opacity:1}

.subtitle-style-background[class*="subtitle"]{display:inline-block;padding:6px 10px;font-weight:600;line-height:1.2;font-size:14px;border-radius:calc(var(--wd-brd-radius) / 1.5)}.subtitle-color-default.subtitle-style-default{color:var(--color-gray-400)}.subtitle-color-default.subtitle-style-background{background-color:#f1f1f1;color:#333}.subtitle-color-primary.subtitle-style-default{color:var(--wd-primary-color)}.subtitle-color-primary.subtitle-style-background{color:#fff;background-color:var(--wd-primary-color)}.subtitle-color-alt.subtitle-style-default{color:var(--wd-alternative-color)}.subtitle-color-alt.subtitle-style-background{color:#fff;background-color:var(--wd-alternative-color)}

:is(.wd-title-style-underlined,.wd-title-style-overlined) .title{border-color:var(--el-title-color)}:is(.wd-title-style-underlined,.wd-title-style-overlined).wd-title-color-default{--el-title-color: #CCC}:is(.wd-title-style-underlined,.wd-title-style-overlined).wd-title-color-white .liner-continer{border-color:rgba(255,255,255,0.5)}.wd-title-style-underlined .liner-continer{border-bottom:2px solid var(--brdcolor-gray-300)}.wd-title-style-underlined .title{margin-bottom:-2px;padding-bottom:10px;border-bottom:2px solid var(--el-title-color)}.wd-title-style-underlined-2{--wd-mb: 15px}.wd-title-style-underlined-2 .title{border-bottom:2px solid var(--el-title-color);line-height:.85}.wd-title-style-underlined-2 .title.wd-fontsize-xxl{border-width:3px}.wd-title-style-underlined-2 .title.wd-fontsize-xxxl{border-width:4px}.wd-title-style-underlined-2:not(.wd-title-color-gradient) .title{text-shadow:1px 1px #fff,1px -1px #fff,-1px 1px #fff,-1px -1px #fff}.wd-title-style-underlined-2:not(.wd-title-color-gradient) .title.wd-fontsize-xxxl{text-shadow:2px 2px #fff,2px -2px #fff,-2px 2px #fff,-2px -2px #fff}.wd-title-style-underlined-2.wd-title-color-white .title,[class*="color-scheme-light"] .wd-title-style-underlined-2 .title{text-shadow:none !important}.wd-title-style-overlined .liner-continer{border-top:1px solid var(--brdcolor-gray-300)}.wd-title-style-overlined .title{margin-top:-1px;padding-top:20px;border-top:3px solid var(--el-title-color)}@media (max-width: 1024px){.wd-title-style-underlined-2 .title:is(.wd-fontsize-xxl,.wd-fontsize-xxxl){border-width:2px}.wd-title-style-underlined-2:not(.wd-title-color-gradient) .title.wd-fontsize-xxxl{text-shadow:1px 1px #fff,1px -1px #fff,-1px 1px #fff,-1px -1px #fff}}