:root{--birdgepage-item-group-background-color:#f6f6f6;--birdgepage-item-group-border-radius:40px;--birdgepage-item-group-color:#4D4D4D;--birdgepage-item-group-subcolor:#A1A1A1;--birdgepage-item-group-icon-size:80px;--birdgepage-item-group-icon-gutter:10px;--birdgepage-item-group-title-font-size:var(--typo-l3);--birdgepage-item-group-subtext-font-size:var(--typo-l1);--birdgepage-item-group-base-height:260px}@media (max-width:1023px){:root{--birdgepage-item-group-base-height:200px}}@media (max-width:767px){:root{--birdgepage-item-group-base-height:200px}}.banner-item-group{position:relative;display:block;background-color:var(--birdgepage-item-group-background-color);border-radius:var(--birdgepage-item-group-border-radius);color:var(--birdgepage-item-group-subcolor);box-shadow:0 10px 15px rgba(0,0,0,.1)}.banner-item-group>.wrapper{display:flex;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:var(--birdgepage-item-group-base-height);padding:30px 10%}.banner-item-group>.wrapper .icon{position:relative;display:block;width:var(--birdgepage-item-group-icon-size);height:var(--birdgepage-item-group-icon-size);--lord-icon-primary:var(--birdgepage-item-group-color);--lord-icon-secondary:var(--birdgepage-item-group-color);margin-bottom:var(--birdgepage-item-group-icon-gutter)}.banner-item-group>.wrapper .content-frame .title{color:var(--birdgepage-item-group-color);font-size:var(--birdgepage-item-group-title-font-size);font-weight:700;line-height:1.2;letter-spacing:-1.5px;margin-bottom:4px}.banner-item-group>.wrapper .content-frame .subtext{color:var(--birdgepage-item-group-subcolor);font-size:var(--birdgepage-item-group-subtext-font-size)}.banner-item-group.theme-primary{--birdgepage-item-group-color:#0050ff}.banner-item-group.theme-green{--birdgepage-item-group-color:#1a0}.banner-item-group.theme-secondary{--birdgepage-item-group-color:#f0850e}