:root {
     --creative_width: 728px;
     --creative_height: 90px;
}

.absolute {
     position: absolute;
}

.img-style {
     object-fit: contain;
     width: 100%;
     height: 100%;
}

@font-face {
     font-family: Shopify-Sans-Medium;
     src: url("Shopify-Sans-Medium.woff");
}

@font-face {
     font-family: Shopify-Sans-Bold;
     src: url("Shopify-Sans-Bold.woff");
}

@font-face {
     font-family: Shopify-Sans-Extrabold-Italic;
     src: url("Shopify-Sans-Extrabold-Italic.woff");
}

@font-face {
     font-family: Shopify-Sans-Regular-Italic;
     src: url("Shopify Sans-Regular Italic.woff");
}

/* text */
#fluid-container {
     left: 139px;
     top: 9px;
     width: 286px;
     height: 72px;
     color: #ffffff;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
}

#headline-container {
     margin-top: 5px;
     height: 42px;
     display: flex;
     align-items: center;
}

#headline {
     font-family: Shopify-Sans-Bold;
     font-size: 19px;
     line-height: 1.05em;
     white-space: pre-line;
}

#cta-container {
     width: fit-content;
     height: 31px;
     background-color: #ffffff;
     border-radius: 200px;
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     right: 19px;
     top: 30px;
}

#cta {
     font-family: Shopify-Sans-Bold;
     font-size: 11px;
     color: black;
     letter-spacing: -0.01em;
     padding: 0px 18px;
     margin-top: 1px;
}

/* images */

#background-container {
     width: var(--creative_width);
     height: var(--creative_height);
}

#lifestyle-container {
     width: 114px;
     height: 71px;
     left: 452px;
     top: 19px;
     overflow: hidden;
     border-top-right-radius: 6px;
     border-top-left-radius: 6px;
}

#overlay-container {
     width: var(--creative_width);
     height: var(--creative_height);
}

#extra-image-container {
     width: var(--creative_width);
     height: var(--creative_height);
}

#logo-container {
     width: 98px;
     height: 28px;
     left: 20px;
     top: 31px;
}

#legalcontainer {
     /* position: absolute; */
     /* left: 139px; */
     top: 65px;
     width:231px;
     /* height:16px;   */
     min-height: 8px;
     display:flex;  
     vertical-align: bottom;
     margin-top: 6px;
}
#legaltext {
     font-family: Shopify-Sans-Regular-Italic;
     font-size: 8px;
     line-height: 1em;
     text-align: left;
     color:white;
     align-items: flex-end;
     display: flex;
}