:root {
    --body-sm-semibold-font-family: "Inter", Helvetica;
    --body-sm-semibold-font-weight: 600;
    --body-sm-semibold-font-size: 14px;
    --body-sm-semibold-letter-spacing: 0px;
    --body-sm-semibold-line-height: 20px;
    --body-sm-semibold-font-style: normal;
    --body-md-semibold-font-family: "Inter", Helvetica;
    --body-md-semibold-font-weight: 600;
    --body-md-semibold-font-size: 16px;
    --body-md-semibold-letter-spacing: 0px;
    --body-md-semibold-line-height: 24px;
    --body-md-semibold-font-style: normal;
    --body-sm-regular-font-family: "Inter", Helvetica;
    --body-sm-regular-font-weight: 400;
    --body-sm-regular-font-size: 14px;
    --body-sm-regular-letter-spacing: 0px;
    --body-sm-regular-line-height: 20px;
    --body-sm-regular-font-style: normal;
    --variable-collection-white-transparency-24: rgba(255, 255, 255, 0.24);
    --variable-collection-primary-color: rgba(197, 33, 33, 1);
    --variable-collection-secondary-color: rgba(36, 41, 51, 1);
    --variable-collection-light-mode-100: rgba(6, 14, 29, 1);
    --variable-collection-light-mode-80: rgba(69, 73, 82, 1);
    --variable-collection-light-mode-60: rgba(171, 171, 171, 1);
    --variable-collection-dark-mode-100: rgba(255, 255, 255, 1);
    --variable-collection-dark-mode-80: rgba(208, 210, 212, 1);
    --variable-collection-dark-mode-60: rgba(162, 164, 169, 1);
    --variable-collection-tertiary-color: rgba(35, 42, 55, 1);
    --variable-collection-white-transparency-56: rgba(255, 255, 255, 0.58);
    --variable-collection-primary-transparency-16: rgba(197, 33, 33, 0.16);
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Inter-Medium", Helvetica !important;
}


/*@media (width >=1440px) {*/
/*    body {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/

/*}*/

/*@media (width >=1440px) {*/
/*    .entertainment-industry-section {*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/

/*}*/

.entertainment-industry-section {
    background-color: #fff;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*width: 1440px;*/
    /*gap: 104px;*/
    /* height: 4780px; */
}

.cart {

    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    /* position: absolute; */
    background-color: var(--variable-collection-dark-mode-100);
    border-radius: 16px;
    box-shadow: 0px 0px 16px #0000003d;
    text-decoration: none;
}

.news-content-body .cart {
    /*width: 450px;*/
}

.news-content-body .cart-desc {
    font-size: 18px;
}

.cart-header {
    width: 100%;
    height: 368px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cart-header-image {
    object-fit: cover;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
}

.cart-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 16px;
    position: relative;
    align-self: stretch;
    /* width: 100%; */
    flex: 0 0 auto;
}

.cart-desc {
    height: 84px;
    overflow: hidden;
    color: var(--Light-mode-100, #060E1D);
    text-overflow: ellipsis;
    white-space: wrap;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    width: 100%;
}


.cart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    /*width: 95%;*/
}

.news-banner-text {
    /*width: 50%;*/
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news {
    /* width: 100%;
    height: 100%; */
    background-color: #ffffff;
    /* padding: 72px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /*gap: 104px;*/
    /*width: 1296px;*/
    /* height: 2158px; */
}

.news-banner {
    display: flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.news-content-header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.news-content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 47px;
}

.news-content-text {
    color: var(--Light-mode-100, #060E1D);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.news-icon {
    background-color: #242933;
    padding: 1rem;
    border-radius: 16px;
}

.cart-publisher {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.cart-read {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.news-content-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    /* margin-top: 1rem; */
}

.news .frame {
    display: flex;
    flex-direction: column;
    /*width: 526px;*/
    align-items: flex-start;
    gap: 56px;
    /* position: absolute; */
    /* top: 211px;
    left: 72px; */
}

.news .header {
    font-family: "Open Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 155%;
    letter-spacing: 0.48px;

}

.news .div {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    /* position: relative; */
    flex: 0 0 auto;
}

.news .subtitle {
    /* position: relative; */
    width: fit-content;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: var(--variable-collection-light-mode-100);
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: normal;
    white-space: nowrap;
}

.news .social-links {
    /* position: relative; */
    flex: 0 0 auto;
}

.news .frame-2 {
    display: flex;
    flex-direction: column;
    /*width: 636px;*/
    align-items: flex-start;
    /* position: absolute; */
    /* top: 165px;
    left: 732px; */
    background-color: var(--variable-collection-dark-mode-100);
    border-radius: 16px;
    box-shadow: 0px 0px 16px #0000003d;
}

.news .image-wrapper {
    /* position: relative; */
    align-self: stretch;
    width: 100%;
    height: 368px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    background-image: url(./img/frame-14488-5.png);
    background-size: cover;
    background-position: 50% 50%;
}

.news .image {
    /* position: absolute; */
    /* width: 636px;
    height: 368px; */
    top: 0;
    left: 0;
    object-fit: cover;
}

.news .frame-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.news .subheadline {
    align-self: stretch;
    margin-top: -1px;
    font-family: "Inter-Bold", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-light-mode-100);
    font-size: 24px;
    line-height: 37.2px;
    position: relative;
    letter-spacing: 0;
}

.news .frame-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*gap: 243px 243px;*/
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.news .frame-5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}

.news .frame-6 {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--variable-collection-primary-color);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.news .text-wrapper {
    width: fit-content;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: var(--variable-collection-light-mode-80);
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0;
}

.news .img {
    position: relative;
    width: 48px;
    height: 48px;
}



.news .frame-7 {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    position: relative;
    flex: 0 0 auto;
}

.news .image-2 {
    position: relative;
    /*width: 119px;*/
    height: 26px;
}

.news .frame-8 {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.news .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--variable-collection-dark-mode-100);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}

.news .frame-9 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.news .united-states {
    position: relative;
    width: 28px;
    height: 28px;
}

.news .arrow {
    position: relative;
    width: 24px;
    height: 24px;
}

.news .button {
    all: unset;
    box-sizing: border-box;
    background-color: var(--variable-collection-primary-color);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.news .button-base {
    all: unset;
    box-sizing: border-box;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.news .label {
    color: var(--variable-collection-dark-mode-100);
    font-size: var(--body-sm-semibold-font-size);
    line-height: var(--body-sm-semibold-line-height);
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-sm-semibold-font-family);
    font-weight: var(--body-sm-semibold-font-weight);
    text-align: center;
    letter-spacing: var(--body-sm-semibold-letter-spacing);
    white-space: nowrap;
    font-style: var(--body-sm-semibold-font-style);
}

.news .button-base-wrapper {
    all: unset;
    box-sizing: border-box;
    border-radius: 14px;
    border: 1px solid;
    border-color: var(--variable-collection-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.news .label-wrapper {
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.news .label-2 {
    color: var(--variable-collection-primary-color);
    font-size: var(--body-sm-semibold-font-size);
    line-height: var(--body-sm-semibold-line-height);
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-sm-semibold-font-family);
    font-weight: var(--body-sm-semibold-font-weight);
    text-align: center;
    letter-spacing: var(--body-sm-semibold-letter-spacing);
    white-space: nowrap;
    font-style: var(--body-sm-semibold-font-style);
}

.news .frame-10 {
    display: flex;
    flex-direction: column;
    width: 1296px;
    align-items: center;
    gap: 64px;
    position: absolute;
    top: 994px;
    left: 72px;
}

.news .frame-11 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.news .frame-12 {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.news .frame-13 {
    display: flex;
    flex-direction: column;
    width: 416px;
    align-items: flex-start;
    position: relative;
    background-color: var(--variable-collection-dark-mode-100);
    border-radius: 16px;
    box-shadow: 0px 0px 16px #0000003d;
}

.news .img-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 368px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    background-image: url(./img/frame-14488-2.png);
    background-size: cover;
    background-position: 50% 50%;
}

.news .img-2 {
    position: absolute;
    width: 416px;
    height: 368px;
    top: 0;
    left: 0;
    object-fit: cover;
}

.news .frame-14 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.news .p {
    align-self: stretch;
    height: 84px;
    margin-top: -1px;
    font-family: "Inter-Bold", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-light-mode-100);
    font-size: 18px;
    line-height: 27.9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    letter-spacing: 0;
}

.news .frame-15 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.news .frame-16 {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--variable-collection-primary-color);
}

.news .image-3 {
    position: absolute;
    width: 36px;
    height: 24px;
    top: 8px;
    left: 2px;
    object-fit: cover;
}

.news .subheadline-2 {
    width: fit-content;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: var(--variable-collection-light-mode-80);
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 0;
}

.news .frame-17 {
    position: relative;
    width: 40px;
    height: 40px;
}

.news .frame-18 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 368px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    background-image: url(./img/frame-14488-3.png);
    background-size: cover;
    background-position: 50% 50%;
}

.news .frame-19 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url(./img/image-48-2.png);
    position: relative;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--variable-collection-primary-color);
    background-size: cover;
    background-position: 50% 50%;
}

.news .image-4 {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    object-fit: cover;
}

.news .frame-20 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 368px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    background-image: url(./img/frame-14488-6.png);
    background-size: cover;
    background-position: 50% 50%;
}

.news .frame-21 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url(./img/image-48-3.png);
    position: relative;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--variable-collection-primary-color);
    background-size: cover;
    background-position: 50% 50%;
}

.news .image-5 {
    position: absolute;
    width: 39px;
    height: 40px;
    top: 0;
    left: 0;
    object-fit: cover;
}

.news .frame-22 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 368px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    background-image: url(./img/frame-14488-4.png);
    background-size: cover;
    background-position: 50% 50%;
}

.news .frame-23 {
    width: 40px;
    height: 40px;
    background-image: url(./img/image-3.png);
    position: relative;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--variable-collection-primary-color);
    background-size: cover;
    background-position: 50% 50%;
}

.news .frame-24 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 368px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    background-image: url(./img/frame-14488-7.png);
    background-size: cover;
    background-position: 50% 50%;
}

.news .image-6 {
    position: absolute;
    width: 35px;
    height: 8px;
    top: 16px;
    left: 2px;
    object-fit: cover;
}

.news .overlap-group-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 368px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    background-image: url(./img/frame-14488.png);
    background-size: cover;
    background-position: 50% 50%;
}

.news .overlap-group {
    position: relative;
    width: 416px;
    height: 368px;
    background-image: url(./img/image-5.png);
    background-size: cover;
    background-position: 50% 50%;
}

.news .frame-25 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url(./img/image-48.png);
    position: relative;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--variable-collection-primary-color);
    background-size: cover;
    background-position: 50% 50%;
}

.news .div-wrapper {
    all: unset;
    box-sizing: border-box;
    padding: 0px 37px;
    background-color: var(--variable-collection-primary-color);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.news .button-base-2 {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
}

.news .label-3 {
    color: #ffffff;
    font-size: var(--body-md-semibold-font-size);
    line-height: var(--body-md-semibold-line-height);
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: var(--body-md-semibold-font-family);
    font-weight: var(--body-md-semibold-font-weight);
    text-align: center;
    letter-spacing: var(--body-md-semibold-letter-spacing);
    white-space: nowrap;
    font-style: var(--body-md-semibold-font-style);
}

.news .footer {
    flex-direction: column;
    /*width: 1440px;*/
    justify-content: center;
    gap: 32px;
    padding: 72px 112px;
    position: absolute;
    top: 2395px;
    left: 0;
    display: flex;
    align-items: center;
    background-color: var(--variable-collection-secondary-color);
}

.news .company-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.news .list-items {
    display: flex;
    width: 800px;
    align-items: center;
    justify-content: center;
    gap: 32px;
    position: relative;
    flex: 0 0 auto;
}

.news .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: var(--variable-collection-dark-mode-100);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.news .footer-2 {
    justify-content: space-between;
    padding: 24px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: var(--variable-collection-white-transparency-24);
    display: flex;
    align-items: center;
    background-color: #242933;
}

.news .element-landify-UI-kit {
    position: relative;
    width: fit-content;
    font-family: var(--body-sm-regular-font-family);
    font-weight: var(--body-sm-regular-font-weight);
    color: var(--variable-collection-dark-mode-60);
    font-size: var(--body-sm-regular-font-size);
    letter-spacing: var(--body-sm-regular-letter-spacing);
    line-height: var(--body-sm-regular-line-height);
    white-space: nowrap;
    font-style: var(--body-sm-regular-font-style);
}

.news .frame-26 {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 860px;
    left: 72px;
}

.news .frame-27 {
    position: relative;
    width: 86px;
    height: 86px;
}

.news .headline {
    position: relative;
    width: fit-content;
    font-family: "Open Sans-ExtraBold", Helvetica;
    font-weight: 800;
    color: var(--variable-collection-light-mode-100);
    font-size: 32px;
    letter-spacing: 0;
    line-height: normal;
}
