@import url("https://use.typekit.net/hgj1bxf.css");

/* Reset default margin and padding */
html, body, div, h1, h2, h3, p, img {
    margin: 0;
    padding: 0;
}

/* Set a background color for the entire page */

/* @font-face {
    font-family: WWF_Font;
    src: url(WWF\ Font.woff);
} */
body {
    background-color: #ffff;
    font-family: WWF_Font; /* Use the custom font if available */
}

*{
    overflow: hidden;
}


img{
    position: absolute;
}

.container {
    width: 728px;
    height: 90px;
    position: absolute;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background-color: #3F6F93;
}

.rating {
    width: 105px;
    height: 24px;
    top: 2px;
    left: 25px;
    display: none;
}

.image1 {
    position: absolute;
    width: 130px;
    height: 82px;
    left: 2px;
    top: 4px;
    object-fit: cover;
}

.logo {
    position: absolute;
    top: 0px;
    left: -8px;
    width: 728px;
    /* height: 80px; */
    height: auto;
}

.footerlogoBg {
    background-color: #C0E1F2;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 110px;
    height: 90px;
}

.footerlogo {
    width: 728px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.copyContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 390px;
    height: 82px;
    position: absolute;
    top: 5px;
    left: 225px;
}

.Headline{
    font-size: 20px;
    line-height: 18px;
    text-align: left;
    color: #F7ECD7;
    font-family: "articulat-cf", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.Subheadline{
    /* margin-top: 5px; */
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #F7ECD7;
    font-family: "articulat-cf", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* .nfornth{
    border-radius: 4px;
    position: absolute;
    bottom: 8px;
    right: 15px;
    width: 80px;
    height: 20px;
    font-family: "articulat-cf", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #FFFFFF;
    background-color: #F04426;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 18px;
    padding-top: 0.3%;
} */

.nfornth{
    color: #FFFFFF;
    background-color: #F04426;
    border-radius: 4px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 22px;
    font-family: "articulat-cf", sans-serif;
    font-weight: 800;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 19px;
    padding-top: 0.3%;
}

.cta {
    border-radius: 4px;
    position: absolute;
    bottom: 8px;
    right: 15px;
    width: 80px;
    height: 20px;
    font-family: "articulat-cf", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #3F6F93;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 18px;
    padding-top: 0.3%;
}