/* @font-face {
     font-family: name;
     src: url("path");
} */
@font-face {
     font-family: 'MatterIGTF-Regular';
     src: url("MatterIGTF-Regular.woff") format("woff");
}
@font-face {
     font-family: 'MatterIGTF-Bold';
     src: url("MatterIGTF-Bold.woff") format("woff");
}
#BG-wrap{
     position: absolute;
     width: 100%;
     height: 100%;
     background:#fff;
}
#Image-wrap{
     position: absolute;
     left: -6px;
     width: 129px;
     height: 197px;
     border-radius: 8px;
     overflow: hidden;
}
#Image-wrap img{
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 8px;
}
.blockContainer {
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0px;
    /*display: flex;
    justify-content: flex-end;
    flex-direction: column;*/
}
#headlineContainer{
     position:absolute;
     left: 135px;
     top: 15px;
     width: 152px;
     height: 68px;
}
.headlines{
     width: 152px;
     max-height: 68px;
     position:absolute;
     font-family:'MatterIGTF-Bold';
     font-size: 16px;
     line-height: 1em;
     text-align: left;
     letter-spacing: 0.016em;
     overflow: hidden;
}
.headlines span{
     line-height: 1em;
}
.headlines div{
     overflow: visible !important;
}
.headlines span div{
     overflow: visible !important;
}
#midContainer{
     position:absolute;
     width: 300px;
     height: 36px;
     bottom: 61px;
}
#logo-wrap{
     position:absolute;
     width: 42px;
     height: 36px;
     bottom: 0px;
     right: 13px;
}
#logo-wrap img{
     position: absolute;
     width: 100%;
     height: 100%;
}
#frame1Image2-wrap{
     position:absolute;
     width: 44px;
     height: 10px;
     bottom: -1px;
     left: 134px;
}
#frame1Image2-wrap img{
     position: absolute;
     width: 100%;
     height: 100%;
}
#cta-btn-wrap{
     position:absolute;
     width: auto;
     height: 21px;
     left: 14px;
     bottom: 0px;
     background-color: #E30613;
     border-radius: 13px;
     display: flex;
     align-items: center;
     padding: 0px 13px 0px 13px;
}
.ctaTextProps{
     font-family:'MatterIGTF-Bold';
     font-size: 9px;
     line-height: 1em;
     text-align: center;
     color: #fff;
}
#subheadlineContainer{
     position:absolute;
     left: 135px;
     width: 152px;
     height: auto;
    /*display: flex;
    justify-content: center;*/
    bottom: 106px;
}
.subheadlines{
     width: 152px;
     position:absolute;
     font-family:'MatterIGTF-Regular';
     font-size: 9px;
     line-height: 1.11em;
     text-align: left;
     color: #E30613;
     bottom: 0px;
}
#legal-wrap{
     position:absolute;
     width: 300px;
     height: auto;
     bottom: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 9px;
    margin-left: 1px;
}
#legal{
     width: 272px;
     height: auto;
     font-family:'MatterIGTF-Regular';
     font-size: 8px;
     line-height: 1.2em;
     text-align: left;
}
#End-wrap{
     position: absolute;
     width: 100%;
     height: 100%;
     background:#E30613;
     bottom: 0px;
}
#legal-wrap-end{
     position:absolute;
     width: 300px;
     height: auto;
     bottom: 0px;
     display: flex;
     justify-content: center;
     margin-bottom: 9px;
     margin-left: 1px;
}
#legal-end{
     width: 272px;
     height: auto;
     font-family:'MatterIGTF-Regular';
     font-size: 8px;
     line-height: 1.2em;
     text-align: center;
     color: #FFFFFF;
}
#cta-end{
     position:absolute;
     width: 300px;
     height: 21px;
     display: flex;
     justify-content: center;
     bottom: 64px;
}
#cta-btn-wrap-end{
     position:relative;
     width: auto;
     height: 21px;
     background-color: #FFFFFF;
     border-radius: 12px;
     display: flex;
     align-items: center;
     padding: 0px 11px 0px 11px;
}
.ctaTextProps2{
     font-family:'MatterIGTF-Bold';
     font-size: 9px;
     line-height: 1em;
     text-align: center;
     color: #000000;
}
#logo-wrap-end{
     position:absolute;
     width: 64px;
     height: 55px;
     top: 63px;
    left: 118px;
     overflow: hidden;
}
#logo-wrap-end img{
     position:absolute;
     width: 100%;
     height: 100%;
}