.content-red {
    color: #F00;
}

.content-blue {
    color: #0072CE;
}

.clear {
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

li {
    list-style: none;
}

.awards-container {
    max-width: 1440px;
    margin: 0 auto;
    font-family: 'OpenSans-Regular', sans-serif;
}

/***awards Header Start***/
.awards-header__container {
    width: auto;
    display: flex;
    flex-direction: row;
    padding: 20px 20px 0px 20px;
    align-items: center;
}

.awards-banner-image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.awards-banner-image .logo-image {
    max-width: 350px;
    margin: auto;
}

.awards-banner-image .banner-image {
    max-width: 650px;
    position: relative;
    margin-top: -30px;
}

.awards-banner-content {
    flex: 1;
}

.awards-banner-content h2 {
    font-family: 'DIN-Bold', sans-serif;
    font-size: 58px;
    color: #0E3353;
    margin-bottom: 20px;
}

.awards-banner-content p {
    font-family: "DIN-Regular";
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.awards-banner-content p.button-container {
    margin: 32px 0 40px;
}

.awards-banner-content p.button-container a {
    display: block;
    width: 215px;
    line-height: 55px;
    background-color: #0772BA;
    color: #fff;
    text-align: center;
    font-family: 'DIN-Bold', sans-serif;
}

.awards-banner-content p.button-container a:hover {
    background-color: #004C92;
}

.awards-banner-content span {
    font-family: "DIN-Regular";
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.hide-desktop {
    display: none;
}

.hide-mob {
    display: block;
}

/* *** Mobile Starts *** */

@media screen and (max-width: 768px) {

    .hide-desktop {
        display: block;
    }

    .hide-mob {
        display: none;
    }

    .awards-header__container {
        flex-direction: column;
    }

    .banner-title-mobile {
        font-family: 'DIN-Bold', sans-serif;
        font-size: 30px;
        color: #0E3353;
        text-align: center;
    }

    .awards-banner-content p.button-container a {
        width: 100%;
    }

    .awards-banner-content p {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
    }

    .awards-banner-content span {
        font-size: 12px;
        text-align: center;
        line-height: 20px;
    }

    .awards-banner-image .logo-image {
        margin: 10px auto 20px;
        max-width: unset;
        max-height: 222px;
    }

    .awards-banner-content p.button-container {
        margin: 24px 0;
    }

    .awards-banner-content p.button-container a {
        width: 100%;
    }

    .awards-banner-content .banner-image {
        max-width: 100%;
    }
}

 /* *** Tablet View Starts *** */

 @media screen and (min-width: 769px) and (max-width: 1024px) {

    .awards-header__container {
        gap: 20px;
    }

    .awards-banner-image .banner-image {
        max-width: 100%;
    }

    .awards-banner-image .logo-image {
        max-width: 250px;
    }

    .awards-banner-content h2 {
        font-size: 40px;
    }

    .awards-banner-content p {
        font-size: 18px;
        line-height: 25px;
    }

    .awards-banner-content span {
        font-size: 16px;
        line-height: 25px;
        margin-top: 0;
    }

 }

 @media screen and (min-width: 1025px) and (max-width: 1280px) {

    .awards-header__container {
        gap: 20px;
    }

    .awards-banner-image .banner-image {
        max-width: 100%;
    }

    .awards-banner-content h2 {
        font-size: 45px;
    }

    .awards-banner-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .awards-banner-content span {
        font-size: 18px;
        line-height: 28px;
        margin-top: 0;
    }


 }

/***awards Header End***/

/* *** Award Category Starts *** */

.awards-category-container {
    background-color: #0772BA;
    padding: 70px;
}

.awards-category-content {
    display: flex;
    flex-direction: row;
    gap: 44px;
}

.category-content {
    text-align: center;
    padding: 30px 150px 30px 0px;
}

.category-content p {
    font-family: "DIN-Regular";
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 20px;
}

.category-columns {
    display: flex;
    flex-direction: row;
    gap: 46px;
    margin-top: 20px;
}

.category-panel {
    flex: 1;
}

.category-panel h2 {
    font-family: "DIN-Bold";
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #fff;
}

.category-tile {
    position: relative;
    width: 100%;
    height: 292px;
}

.category-tile1-bg {
    background: url("/-/media/Project/Loreal/Brand Sites/CeraVe/Master/DMI/cerawards-2026/category-tile1-bg.png") no-repeat right top;
}

.category-tile2-bg {
    background: url("/-/media/Project/Loreal/Brand Sites/CeraVe/Master/DMI/cerawards-2026/category-tile2-bg.png") no-repeat right top;
}

.category-tile3-bg {
    background: url("/-/media/Project/Loreal/Brand Sites/CeraVe/Master/DMI/cerawards-2026/category-tile3-bg.png") no-repeat right top;
}

.category-panel-gradient {
  background-color: #0E3353;
  color: #fff;
  width: 70%;
  height: 292px;
  padding: 30px 68px 30px 30px;
  clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
}

.category-panel-gradient p {
    font-family: "DIN-Bold";
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

@media (max-width: 1300px) and (min-width: 1150px) {
    .category-panel h2 {
        font-size: 22px;
    }
    .category-panel-gradient p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1150px) and (min-width: 1024px) {
    .category-panel h2 {
        font-size: 22px;
    }
    .category-panel-gradient p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {

    .category-content {
        padding: 0;
    }

    .category-columns {
        gap: 15px;
    }

    .category-panel-gradient {
        padding: 20px 30px 20px 20px;
    }

    .category-panel h2 {
        font-size: 15px;
    }

    .category-panel-gradient p {
        font-size: 15px;
        line-height: 20px;
    }
}

/* *** Mobile Styles *** */

@media screen and (max-width: 1024px) {

    .category-tile {
        box-shadow: none;
    }

    .awards-category-container {
        padding: 50px 0px;
    }

    .category-star-icon {
        display: none;
    }

    .category-content {
        padding: 0 30px;
    }

    .category-columns {
        flex-direction: column;
        margin-top: 60px;
    }
}

.awards-banner-content p.button-container a,
.enter-now-cta a, .contest-requirements-container .submit-now a {
  width: fit-content !important;
  padding-inline: 25px !important;
}

/* *** Award Category Ends *** */

/* *** How to Enter Styles Starts *** */

.how-to-enter {
    padding: 30px;
}

.how-to-enter-title {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.how-to-enter-title h3 {
    font-family: "DIN-Bold";
    font-size: 48px;
    margin: 0;
    color: #0E3353;
}

.how-to-enter-container {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 20px;
}

.container-left {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.enter-panel {
    display: flex;
    align-items: center;
    gap: 40px;
}

.panel-icon {
    min-width: 130px;
    text-align: center;
}

.panel-content {
    border: 1px solid #0772BA;
    border-radius: 24px;
    padding: 18px 24px;
    width: 100%;
}

.panel-content h3 {
    font-family: "DIN-Bold";
    font-size: 32px;
    margin-bottom: 15px;
    color: #0772BA;
    margin-top: 0;
}

.panel-content p {
    font-family: "DIN-Regular";
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 30px;
    color: #262626;
}

.mobile-panel {
    width: 30%;
}

.enter-now-cta {
    display: flex;
    margin: 78px auto;
    justify-content: center;
}

.enter-now-cta a {
    display: block;
    text-align: center;
    height: 55px;
    line-height: 52px !important;
    width: 215px;
    background-color: #0772BA;
    color: #fff;
    text-transform: uppercase;
    font-family: "DIN-Bold";
    font-size: 20px;
}

.enter-now-cta a:hover {
    background-color: #004C92;
}

/* *** Style for Mobile Panel Starts *** */

.phone-container {
    position: relative;
    width: 100%;
    height: 720px;
    background: #1a1a1a;
    border-radius: 45px;
    padding: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.phone-notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px;
    background: #1a1a1a;
    border-radius: 0 0 20px 20px;
    z-index: 2;
}

.phone-camera {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 8px;
    background: #0a0a0a;
    border-radius: 10px;
    z-index: 3;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}

.video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.overlay-text {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: center;
    width: 90%;
}

.heart {
    color: #ff6b9d;
    font-size: 28px;
}

/* *** Style for Mobile Panel Ends *** */

/* *** Mobile Styles *** */

@media screen and (max-width: 1024px) {

    .how-to-enter {
        padding: 30px 10px;
    }

    .how-to-enter-title {
        align-items: flex-end;
    }

    .how-to-enter-container {
        flex-direction: column;
    }

    .enter-panel {
        border-radius: 24px;
        border: 1px solid #0772BA;
        padding: 32px 25px;
        gap: 25px;
    }

    .panel-icon {
        min-width: 80px;
        max-width: 80px;
    }

    .panel-icon img {
        max-height: 73px;
        max-width: 100%;
    }

    .panel-content {
        border: none;
        border-radius: unset;
        padding: 0;
    }

    .container-left {
        width: 100%;
    }

    .mobile-panel {
        width: 360px;
        margin: auto;
    }

    .panel-content h3 {
        font-size: 26px;
        margin-bottom: 14px;
        line-height: 30px;
    }

    .panel-content p {
        font-size: 12px;
        line-height: 20px;
    }

    .enter-now-cta {
        margin: 0 auto;
    }

}

@media screen and (max-width: 767px) {

    .how-to-enter-title h3 {
        font-size: 40px;
    }

    .enter-panel {
        padding: 20px;
        gap: 20px;
    }

    .panel-content h3 {
        font-size: 24px;
    }

    .phone-container {
        background: transparent;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }

    .phone-container .phone-notch, .phone-container .phone-camera {
        display: none;
    }

    .phone-container .phone-screen {
        background: none;
        border-radius: 0;
    }

    .enter-now-cta a {
        width: 88%;
        font-size: 14px;
        height: 48px;
        line-height: 48px !important;
    }

    .how-to-enter-container {
        gap: 32px;
    }

    .mobile-panel {
        margin-top: 16px;
    }

}

@media screen and (min-width: 1200px) {

    .how-to-enter-container {
        gap: 80px;
    }

    .container-left {
        width: 58%;
        padding-left: 3%;
    }

    .mobile-panel {
        padding: 0 1% 0 3%;
    }
    
}


/* *** How to Enter Styles Ends *** */

/***awards Journery Start***/
.awards-journey__container {
    margin: 0;
    background-color: #F2F2F2;
    padding: 80px 30px;
}

.journey-heading {
    text-align: center;
    color: #0E3353;
    font-family: "DIN-Bold";
    font-size: 46px;
    margin: 0 0 5px 0;
}

.journey-subheading {
    text-align: center;
    font-family: "DIN-Regular";
    font-size: 20px;
    color: #343639;
    margin: 0 0 60px 0;
}

.journey-timeline {
    margin-bottom: 26px;
}

.time-progress__bg {
    width: 100%;
    height: 2px;
    background: #0072CE;
    margin: 0 auto;
    max-width: 1177px;
}

.time-progress__steps {
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
}

.progress-step {
    max-width: 254px;
}

.progress-step:last-child {
    max-width: 250px;
}

.timeline-indicator {
    display: flex;
    transform: translateY(-10px);
    height: 54px;
    justify-content: space-around;
}

.timeline-indicator svg {
    width: 19px;
    height: 54px;
}

.progress-heading {
    font-family: "DIN-Bold";
    font-size: 24px;
    text-align: center;
    color: #0072CE;
    margin: 5px 0 14px 0;
}

.progress-descrpn {
    font-family: "DIN-Regular";
    font-size: 15px;
    color: #343639;
}

/***************Desktop CSS**************/
@media (max-width: 1440px) and (min-width: 1024px) {
    .time-progress__steps {
        column-gap: 15px;
        width: 100%;
    }

    .progress-step {
        width: calc(100% / 4);
        padding-inline: 20px;
    }

    .progress-heading {
        font-size: 24px;
    }

}

/* *************Tablet css**************** */
@media screen and (max-width: 1024px) {
    
    .awards-journey__container {
        margin: 0;
    }

    .journey-subheading {
        margin-bottom: 28px;
        padding: 0 15px;
    }

    .progress-step {
        width: 100%;
        max-width: unset;
        display: flex;
        justify-content: center;
    }

    /* *************journey Timeline Start************* */

    .journey-timeline {
        display: flex;
        height: 100%;
        width: auto;
        min-height: 100%;
        align-content: space-around;
        margin: 50px auto;
        max-width: fit-content;
        justify-content: center;
    }

    .time-progress__bg {
        width: 2px;
        height: auto;
        max-width: unset;
        margin: unset;
    }

    .time-progress__steps {
        flex-direction: column;
        row-gap: 30px;
        column-gap: unset;
    }

    .progress-step {
        display: flex;
        max-width: 100%;
        justify-content: space-between;
    }

    .timeline-indicator {
        height: auto;
        flex-direction: column;
        transform: translate(7px);
        justify-content: space-between;
        width: unset;
        margin-right: 0;
    }

    .timeline-indicator svg {
        transform: rotate(-90deg);
    }

    .progress-step:first-child .timeline-indicator {
        padding-top: 0;
        padding-left: unset;
    }

    .progress-step:last-child .timeline-indicator {
        justify-content: flex-start;
        padding-top: 0;
        padding-right: 8px;
    }


    .progress-content__block {
        display: flex;
        flex-direction: column;
        max-width: 254px;
        margin-left: 8px;
    }

    .progress-step:last-child {
        margin-bottom: 0;
        max-width: unset;
    }

    .progress-heading {
        margin: 0 0 10px 0;
    }
}

/* *************Mobile css**************** */

@media screen and (max-width: 767px) {
    .awards-journey__container {
        margin: 0;
    }

    .journey-timeline {
        padding: 0;
    }

    .progress-step {
        max-width: 98%;
    }

    .journey-heading {
        font-size: 41px;
        color: #0772BA;
    }

    .progress-heading {
        font-size: 30px;
        color: #0772BA;
    }

    .time-progress__steps {
        gap: 64px;
        justify-content: flex-start;
    }

    .progress-content__block {
        width: 100%;
    }
}

/***awards Journery End***/


/************Inspired CSS start***********/
.inspired-container {
    margin: 0 auto;
    padding: 33px 20px 76px 20px;
}

.cerawards-2026-home-slider {
    position: relative;
    padding: 0px 70px;
}

.swiper-button-prev {
    transform: rotate(0deg) !important;
}

.inspired-heading {
    width: auto;
    font-family: "DIN-Bold";
    font-size: 48px;
    text-align: center;
    color: #0E3353;
    margin: 0 auto 5px auto;
    max-width: none;
}

.inspired-heading img:first-child {
    margin-right: 15px;
}

.inspired-container .progress-descrpn {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.inspired-lists {
    min-height: 385px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.inspired-item {
    width: 285px;
    background: none;
    box-shadow: none;
    border: none;
    height: 435px;
}

.inspired-item__image {
    width: auto;
    height: 525px;
    margin: 0px;
}

.inspired-item__image a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inspired-item__image img {
    max-width: 100%;
    height: 435px;
    width: 100%;
}

.swiper-slide div:first-child iframe, .swiper-slide div:first-child img, .swiper-slide div:first-child blockquote.instagram-media, .swiper-slide div:first-child blockquote.tiktok-embed {
    max-width: 100%;
    min-width: 275px;
    min-height: 385px;
    height: 385px;
    border: none;
    margin: 0;
    padding: 0;
}

.swiper-slide div:first-child blockquote.instagram-media, .swiper-slide div:first-child blockquote.tiktok-embed {
    min-height: 390px;
}

.video-desc {
    background-color: #0772BA;
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: "DIN-Bold";
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    position: relative;
    margin-top: -6px;
}

/************Desktop CSS*****************/
@media (max-width: 1300px) and (min-width: 1024px) {

    .inspired-container {
        padding: 33px 25px 76px 25px;
    }

    .inspired-lists {
        max-height: unset;
        justify-content: center;
    }

    .inspired-item {
        width: calc(25% - 30px);
        height: 490px;
        padding: 8px;
    }

    .inspired-item__image {
        width: 100%;
        height: auto;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inspired-item__image img {
        max-width: 100%;
        height: calc(490px - 16px);
    }
}

/* *************Tablet css**************** */
@media screen and (max-width: 1024px) {
    .inspired-container {
        padding: 18px 56px 45px 56px;
    }

    .inspired-lists {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .inspired-item {
        width: 320px;
        height: 544px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .inspired-item__image,
    .inspired-item__image img {
        height: 526px;
        width: 302px;
    }
}

/* *************Mobile css**************** */

@media screen and (max-width: 767px) {
    .inspired-container {
        padding: 50px 0;
    }

    .inspired-heading {
        max-width: unset;
        font-size: 38px;
        padding: 0 20px;
    }

    .inspired-lists {
        max-width: 100%;
    }

    .cerawards-2026-home-slider {
        padding: 0;
    }

    .inspired-heading .title-stars {
        display: none;
    }

    .inspired-container .progress-descrpn {
        margin-bottom: 0;
        padding: 0 40px;
    }

    .star-icon-mobile {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 30px;
        padding-right: 40px;
    }

    .cerawards-2026-home-slider .swiper-button-next, .cerawards-2026-home-slider .swiper-button-prev {
        display: none;
    }

    .cerawards-2026-home-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        text-align: center;
    }

    .cerawards-2026-home-slider .swiper-slide div:first-child iframe, .cerawards-2026-home-slider .swiper-slide div:first-child img {
        min-width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .cerawards-2026-home-slider {
        padding: 0;
    }

    .cerawards-2026-home-slider .swiper-slide div:first-child iframe, .cerawards-2026-home-slider .swiper-slide div:first-child img {
        min-width: 100%;
    }

    .cerawards-2026-home-slider .swiper-button-next {
        right: calc(100% - 93vw);
    }

    .cerawards-2026-home-slider .swiper-button-prev {
        left: -45px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .cerawards-2026-home-slider {
        padding: 0;
    }

    .cerawards-2026-home-slider .swiper-slide div:first-child iframe, .cerawards-2026-home-slider .swiper-slide div:first-child img {
        min-width: 100%;
    }
    .cerawards-2026-home-slider .swiper-button-next {
        right: calc(100% - 93vw) !important;
    }

    .cerawards-2026-home-slider .swiper-button-prev {
        left: -45px !important;
    }
}

@media screen and (min-width: 767px) {
    .star-icon-mobile, .swiper-pagination {
        display: none;
    }
}

/************Inspired CSS ends***********/

/* *** Contest Page Styles Starts *** */

/* *** Is Your Video the GOAT Style Starts *** */

.video-goat-container {
    background-color: #0772BA;
    padding: 100px 30px;
}

.video-goat-container h2 {
    font-family: "DIN-Bold";
    font-size: 58px;
    color: #fff;
    margin: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.heading-caption {
    font-family: "DIN-Bold";
    font-size: 20px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.video-goat-icons {
    display: flex;
    gap: 60px;
    text-align: center;
    margin-top: 80px;
}

.video-icon-panel {
    flex: 1;
}

.video-icon-panel img {
    max-height: 90px;
}

.video-content-container {
    display: flex;
    gap: 60px;
}

.video-content-panel {
    flex: 1;
    flex-direction: column;
    background-color: #fff;
    border-radius: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 36px;
    margin-top: 48px;
}

.video-content-panel h3 {
    font-family: "DIN-Bold";
    font-size: 36px;
    color: #0E3353;
    margin: 0 0 15px 0;
}

.video-content-panel p {
    font-family: "DIN-Regular";
    font-size: 20px;
    color: #262626;
    margin: 0 0 15px 0;
    line-height: 25px;
}

@media (max-width: 1200px) and (min-width: 1024px) {

    .video-content-container {
        gap: 30px;
    }

    .video-content-panel h3 {
        font-size: 28px;
    }

    .video-content-panel p {
        font-size: 18px;
    }

}

@media (max-width: 1023px) {

    .video-goat-container h2 {
        font-size: 50px;
    }

    .video-icons {
        display: block;
        text-align: center;
        margin-top: 60px;
    }

    .video-icons img {
        max-height: 70px;
    }

    .video-goat-icons {
        display: none;
    }

    .video-content-container {
        flex-direction: column;
        gap: unset;
    }

}

@media (max-width: 1023px) {

    .video-goat-container h2 {
        font-size: 30px;
    }

    .heading-caption {
        font-size: 14px;
    }

    .video-content-panel h3 {
        font-size: 26px;
    }

    .video-content-panel p {
        font-size: 14px;
        line-height: 20px;
    }

    .video-content-panel {
        margin-top: 24px;
    }

}

/* *** Is Your Video the GOAT Style Ends *** */

/* *** We are looking for Starts *** */

.we-looking-container {
    padding: 30px;
}

.we-looking-container h2 {
    font-family: "DIN-Bold";
    font-size: 48px;
    color: #0E3353;
    margin-top: 40px;
    text-align: center;
}

.we-looking-content-panel {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 100px;
    margin-top: 30px;
}

.we-looking-content-column {
    width: 500px;
    text-align: center;
}

.we-looking-content-column h3 {
    font-family: "DIN-Bold";
    font-size: 35px;
    line-height: 30px;
    color: #0772BA;
    margin-bottom: 20px;
}

.we-looking-content-column p {
    font-family: "DIN-Regular";
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    padding: 20px;
}

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: block;
}

@media (max-width: 1200px) and (min-width: 1024px) {
    
    .we-looking-content-panel {
        gap: 50px;
    }

    .we-looking-content-column {
        width: 350px;
    }

    .we-looking-content-column img {
        max-width: 100%;
    }

}

@media (max-width: 1023px) {

    .we-looking-content-panel {
        gap: 30px;
    }

    .we-looking-content-column {
        width: 50%;
    }

    .we-looking-content-column img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .hide-desktop {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .we-looking-container h2 {
        font-size: 30px;
    }
    .we-looking-content-column h3 {
        font-weight: bold;
        font-size: 24px;
        margin: 10px 0px 5px;
        text-align: left;
    }
    .we-looking-content-column p {
        font-size: 12px;
        padding: 0;
        text-align: left;
        line-height: 20px;
    }

    .we-looking-content-column img {
        max-width: none;
        max-height: 180px;
    }

    .we-looking-content-panel {
        gap: 10px;
    }

    .we-looking-content-column {
        width: unset;
        flex: 1;
    }
}

/* *** We are looking for Ends *** */

/* *** Contest Category Starts *** */

.category-container {
    background-color: #F2F2F2;
    padding: 54px 30px;
}

.category-container h2 {
    font-family: "DIN-Bold";
    font-size: 44px;
    margin: 0;
    text-align: center;
    color: #0772BA;
}

.category-content-panel {
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
    width: 82%;
    margin: 64px auto auto auto;
}

.category-panel {
  position: relative;
}

.category-panel:first-child::after {
  left: 0px;
  right: auto;
  width: calc(100% - 2px);
}

.category-panel::after {
  background: url("/-/media/Project/Loreal/Brand Sites/CeraVe/Master/DMI/cerawards-2026/shadow-bg.png") repeat-x bottom left;
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 6px;
}


.category-panel-card {
    flex: 1;
    min-width: 29%;
    height: auto;
    background: #fff;
    position: relative;
    padding: 32px 32px 64px 32px;
    box-sizing: border-box;
}

.category-panel-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 110px;
  background: #0772BA;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.category-panel-card h4 {
  font-family: "DIN-Bold";
  font-size: 15px;
  color: #0E3353;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.category-panel-card h3 {
  font-family: "DIN-Bold";
  font-size: 30px;
  color: #0772BA;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.category-panel-card p {
  font-family: "DIN-Regular";
  font-size: 13px;
  color: #262626;
  line-height: 18px;
  margin-bottom: 15px;
}

.category-panel-card .icon {
  position: absolute;
  bottom: 8px;
  right: 13px;
  z-index: 1;
}

.category-panel-card .icon img {
  width: 100%;
  height: auto;
}

.category-panel-card span {
    font-family: "DIN-Regular";
    font-size: 14px;
    color: #0772BA;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
}

.submit-now {
    margin: 70px auto 35px auto;
    display: flex;
    justify-content: center;
}

.submit-now a {
    background-color: #0E3353;
    display: block;
    width: 270px;
    height: 64px;
    line-height: 60px !important;
    font-family: "DIN-Bold";
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.submit-now a:hover {
    background-color: #0772BA;
}

.terms-conditions {
    font-family: "DIN-Regular";
    font-size: 15px;
    text-align: center;
}

.terms-conditions a {
    color: #0772BA;
}

@media (max-width: 767px) {

  .category-content-panel {
      flex-direction: column;
      width: 100%;
      gap: 40px;
      margin-top: 32px;
  }

  .category-panel-card {
      min-height: 350px;
  }

  .category-container h2 {
    font-size: 30px;
  }

}


/* *** Contest Category Ends *** */

/* *** Contest Requirement Starts *** */

.contest-requirements-container {
    width: 100%;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex-direction: column;
    position: relative;
}

.contest-requirements-container h3 {
    font-family: "DIN-Bold";
    font-size: 48px;
    color: #0E3353;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.contest-requirements-container p {
    font-family: "DIN-Regular";
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 0 0 40px 0;
}

.contest-requirements-container .submit-now {
    display: flex;
    justify-content: center;
    margin: 0;
}

.contest-requirements-container .submit-now a {
    background-color: #0772BA;
    display: block;
    width: 270px;
    height: 64px;
    line-height: 60px !important;
    font-family: "DIN-Bold";
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.contest-requirements-container .submit-now a:hover {
    background-color: #0e3353;
}

.contest-stars-left {
    width: 344px;
    height: 370px;
    background-color: #0d76c6;
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contest-stars-right {
    width: 344px;
    height: 370px;
    background-color: #0d76c6;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contest-stars-right img {
    margin-right: 30px;
}


@media (max-width: 1200px) and (min-width: 1024px) {
    .contest-stars-left, .contest-stars-right {
        width: 240px;
    }

    .contest-requirements-container h3 {
        font-size: 42px;
    }

    .contest-requirements-container p {
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .contest-requirements-container {
        background-color: #0772BA;
        height: auto;
        padding: 30px;
    }

    .contest-requirements-container h3 {
        color: #fff;
        font-family: "DIN-Bold";
        font-size: 30px;
    }

    .contest-requirements-container p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
    }

    .contest-requirements-container .submit-now a {
        background-color: #0E3353;
    }

    .hide-devices {
        display: none;
    }

    .show-star-devices {
        margin-top: 30px;
    }
    .category-title {
        display: none;
    }
}

@media (min-width: 1024px) {
    .show-star-devices {
        display: none;
    }
    .category-panel h2 {
        display: none;
    }

  .progress-descrpn.text-center {
    text-align: center;
  }

  .category-title {
    display: flex;
    flex-direction: row;
    gap: 46px;
    align-items: center;
  }

  .category-title h2 {
    font-family: "DIN-Bold";
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin: 0 0 0px 0;
    color: #fff;
    flex: 1;
  }
  .progress-step:nth-child(2) .progress-descrpn {
      text-align: center;
  }
  .contest-req-content {
    width: 55%;
    text-align: center;
  }
}

/* *** Contest Requirement Ends *** */

/* *** Contest Page Styles Ends *** */

/* GOOD LUCK PAGE */
.goodluck-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    text-align: center;
    padding-bottom: 28px;
}

.goodluck-heading {
    color: #0072CE;
    text-align: center;
    font-family: 'DIN-Bold', sans-serif;
    font-size: 100px;
    line-height: normal;
}

.goodluck-logo {
    width: 305px;
    height: 235px;
}

.goodluck-logo img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.goodluck-content p {
    color: #343639;
    text-align: center;
    font-family: 'DIN-Regular', sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    margin-block-end: 20px;
}

.goodluck-content p+p {
    margin-block-end: 0;
}

.goodluck-cta {
    display: block;
    width: 346px;
    height: 43px;
    background: #0072CE
}

.goodluck-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'DIN-Bold', sans-serif;
    font-size: 20px;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .goodluck-heading {
        font-size: 75px;
    }
}

@media screen and (max-width: 567px) {
    .goodluck-heading {
        font-size: 60px;
    }

    .goodluck-cta {
        width: 320px;
    }
}

/* PARTICIPATE FORM  AND VOTING PAGE  */
/***Partiticipate form Header styles starts***/
.participate-form__header__container {
    position: relative;
}

.participate-form__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1440px;
    margin: 0 auto;
}

.participate-form__header__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.participate-form__header__heading {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 83px;
    line-height: normal;
}

.participate-form__header__subHeading {
    color: #83878B;
    font-family: "DIN-Regular";
    font-size: 50px;
    line-height: normal;
}

.participate-form__header__desc {
    color: #343639;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
    width: 596px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 40px;
}

.participate-form__header__desc p {
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
}

.participate-form__header__cta .date {
    color: #E03838;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
}

.rulesBanner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    align-self: stretch;
    background: #0072CE;
}

.rulesBanner-text__content {
    color: #FFF;
    text-align: center;
    line-height: 121%;
    padding: 18px 0;
    font-family: "DIN-Regular";
    font-size: 13px;
}

.rulesBanner-text__content p {
    font-family: "DIN-Regular";
    font-size: 13px;
}

.rulesBanner-link {
    color: #FFF;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 13px;
    line-height: 121%;
    /* 16.173px */
    display: block;
    text-decoration: underline;
}
@media only screen and (max-width:767px){
    .participate-banner-text {
        width: 77%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1280px) {
    .participate-form__header__header {
        max-width: 1234px;
    }

    .participate-form__header__header__subHeading {
        font-size: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .participate-form__header__header {
        gap: 20px;
    }

    .participate-form__header {
        gap: 20px;
    }

    .participate-form__header__desc {
        margin-bottom: 20px;
        padding: 0 33px;
    }

    .participate-form__header__subHeading {
        font-size: 26px;
        text-align: center;
        line-height: 123%;
    }

    .participate-form__header__heading {
        font-size: 43px;
        line-height: 124%;
    }

    .participate-form__header__cta {
        margin-bottom: 68px;
    }

    .participate-form__header__cta .btn {
        font-size: 24px;
    }

    .rulesBanner-text__content {
        padding: 18px 23px;
    }
}

@media (max-width: 567px) {
    .participate-form__header__head {
        width: 98%;
    }

    .participate-form__header__desc {
        width: 100%;
    }
}

/***Partiticipate form Header styles ends***/
.general__info {
    display: flex;
    padding-top: 27px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.general__info--title {
    color: #0072CE;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    line-height: normal;
}

/***Tabs css***/
.tab-container {
    max-width: 1162px;
    width: 100%;
}

.toggle {
    max-width: 1162px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.toggle .tabs {
    display: flex;
    max-width: 1162px;
    min-height: 94px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
}

.toggle .tabs .tab {
    cursor: pointer;
    border-bottom: 1px solid #1B6FC8;
    max-width: 583px;
    display: flex;
    min-height: 94px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    flex: 1 0 0;
}

.toggle .tabs .tab.active {
    color: #0072CE;
    border-bottom: 4px solid #1B6FC8;
}

.toggle .panels .panel {
    display: none;
}

.toggle .panels .panel:first-child {
    display: flex;
}

.tab-name {
    min-width: 160px;
    width: auto;
    color: #83878B;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
}

.toggle .tabs .tab.active .tab-name,
#tsh .toggle .tabs .tab:first-child .tab-name{
    color: #0072CE;
}

.panels .form-controls {
    display: flex;
    width: 1165px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.panel .form-field {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex-shrink: 0;
    flex-basis: 49%;
    position: relative;
}

.panel .form-field label {
    color: #343639;
    font-family: 'DIN-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
}

.panel .form-field label::after {
    content: "*";
    color: #E03838;
    font-family: 'DIN-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.panel .form-field input,
.panel .form-field select {
    width: 100%;
    border: 1px solid #0072CE;
    height: 36px;
    padding: 0 8px;
}

.panel .form-field select {
    color: #AAADAE;
    font-family: 'DIN-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 19px;
    background-color: #fff;
}

.category-select__dropdown {
    pointer-events: none;
    position: absolute;
    top: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 12px;
}

/***Tabs styles ends***/
.categories {
    display: flex;
    max-width: 1440px;
    padding-top: 27px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin: 0 auto;
}

.category__title {
    color: #0072CE;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 41px;
    line-height: normal;
}

.category__option {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    display: flex;
}

.category__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}


.category__name-container {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-transform: uppercase;
}

.category__separator {
    width: 181px;
    height: 1px;
    background: #1B6FC8;
}

.category__box {
    display: flex;
    align-items: center;
    gap: 27px;
    align-self: stretch;
    justify-content: center;
}

.category__icon svg {
    fill: #1B6FC8;
}

.category__subtitle {
    color: #83878B;
    text-align: center;
    font-family: "DIN-Bold";
    font-size: 15px;
    line-height: normal;
}

.category__name-container .category__name {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
    max-width: unset;
    padding: 0;
    text-align: center;
}

.category__input-container {
    display: flex;
    width: 1190px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px 14px;
    flex-wrap: wrap;
}

.category__input-container .form-field {
    display: flex;
    width: 589px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex-shrink: 0;
    position: relative;
}

.category__input-container .form-field label::after {
    content: '';
}

.category__input-container .placeholder {
    color: #343639;
    position: absolute;
    top: 7px;
    left: 8px;
    font-family: 'DIN-Regular';
    font-size: 13px;
    display: none;
}

.category__input-container .placeholder .star {
    color: #343639;
}

.category__list.enabled .placeholder .star {
    color: #E03838;
}

.category__input-container .form-field input {
    border: none;
    border-bottom: 1px solid #0072CE;
}

.category__list.disabled .category__input-container .form-field input {
    border-bottom: 1px solid #C2C2C2;
}

.category__list.disabled .category__name {
    color: #C2C2C2;
}

.category__list.disabled .category__separator {
    background: #C2C2C2;
}

.category__list.disabled .category__icon svg {
    fill: #C2C2C2;
}

.category__list.disabled span.error-message {
    display: none !important;
}

.category__list.disabled img.grey,
.category__list.enabled img.blue {
    display: block;
}

.category__list.disabled img.blue,
.category__list.enabled img.grey {
    display: none;
}

.checkbox-group {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
}

.check {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #343639;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
    padding-left: 27px;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #1B6FC8;
}

/* When the checkbox is checked, add a blue background */
.check input:checked~.checkmark {
    background-color: #2196F3;
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.validation-link {
    color: #0072CE;
    font-family: "DIN-Regular";
    font-size: 13px;
    line-height: normal;
    text-decoration-line: underline;
}

.cta {
    display: flex;
    max-width: 289px;
    height: 64px;
    padding:0;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 34px auto;
    gap: 8px;
    flex-shrink: 0;
    background: #0072CE;
}

.cta input {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: "DIN-Bold";
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

.error-message {
    display: none;
    color: #E03838;
    font-size: 14px;
    margin-top: 5px;
}

.panel .form-field input.form-control.invalid,
.panel .form-field select.invalid {
    border-color: #E03838;
}

@media screen and (max-width: 1024px) {
    .category__input-container {
        width: 700px;
    }

    .panels .form-controls,
    .categories {
        width: 100%;
    }

    .panels {
        width: 100%;
        padding: 0 22px;
    }

    .panel .form-field {
        flex-basis: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .panel .form-field {
        flex-basis: 100%;
        width: 100%;
    }

    .toggle .panels .panel:first-child {
        flex-direction: column;
    }

    .panels {
        width: 100%;
        padding: 0 17px;
    }

    .panels .form-controls,
    .category__input-container,
    .categories {
        width: 100%;
        max-width: unset;
    }

}

/***for mobile***/
.toggle .tab .tabin {
    display: none;
}


@media(max-width:768px) {
    .toggle .tabs .tab {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        background: #fff;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        border-bottom: 1px solid #1B6FC8;
        align-items: center;
        column-gap: 18px;
        min-height: 80px;
        opacity: 0;
    }

    .toggle .tabs {
        position: relative;
    }

    .toggle .tabs .tab.active,
    #tsh .toggle .tabs .tab:first-child {    
        position: relative;
        z-index: 1;
        color: #0072CE;
        border-bottom: 4px solid #1B6FC8;
        opacity: 1;
    }
   

    .tab-name {
        margin: 0;
        text-align: center;
        font-family: "DIN-Bold";
        font-size: 30px;
        line-height: normal;
        width: calc(100% - 50px);
    }

    .toggle .tab .tabin {
        display: flex;
        width: 40px;
        justify-content: center;
        align-items: center;
    }

    .tabin svg {
        width: 22px;
        height: 22px;
    }

    .toggle .tab .tabin {
        display: block;
    }

    #votingpage .toggle .tab .tabin,
    #winnerpage .toggle .tab .tabin {
        display: flex;
        max-width: 50px;
        min-width: 50px;
        height: 50px;
        background-color: #0e3353;
        border-radius: 100%;
        justify-content: center;
        align-items: center;
    }

    #votingpage .toggle .tab .tabin svg,
    #winnerpage .toggle .tab .tabin svg {
        position: relative;
        left: 2px;
    }

    #votingpage .toggle .tab:nth-child(2) .tabin svg,
    #winnerpage .toggle .tab:nth-child(2) .tabin svg {
        position: relative;
        left: -2px;
    }

    .tab:nth-child(2) .tab-name {
        order: 2;
    }

    .tab:nth-child(2) .tabin svg {
        transform: rotate(180deg)
    }

    #FR .toggle .tabs .tab,
    #GR .toggle .tabs .tab,
    #UA .toggle .tabs .tab {
        justify-content: center;
    }
}

@media(max-width:567px) {
    .category__option {
        width: 100%;
    }
}

/***Voting form Header styles starts***/
.voting__header__container {
    position: relative;
}

.voting__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.voting__header__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.voting__header__heading {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 100px;
    line-height: normal;
}

.voting__header__desc {
    color: #000;
    font-family: "DIN-Regular";
    font-size: 18px;
    font-weight: 300;
    line-height: 121%;
    margin-bottom: 20px;
    max-width: 862px;
}




@media screen and (max-width: 1280px) {
    .voting__header__header {
        max-width: 1234px;
    }

    .voting__header__header__subHeading {
        font-size: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .voting__header__desc {
        margin-bottom: 20px;
        padding: 0 18px;
    }

    .voting__header__heading {
        font-size: 90px;
        line-height: 100px;
    }
}

@media screen and (max-width: 567px) {
    .voting__header {
        max-width: 100%;
    }

    .voting__header__head {
        width: 100%;
        padding-top: 20px;
    }

    .voting__header__heading {
        width: 100%;
        padding: 0 15px;
        word-wrap: break-word;
    }
}

/***voting form Header styles ends***/
.voting__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


.voting-category__option {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.voting-category__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 14px;
    width: 100%;
    margin: 0 0 16px;
}

.voting-category__list.has-slider {
    margin-bottom: 60px;
}

.voting-category__list:first-child {
    margin-top: 15px;
}

.voting-category__list:last-child {
    margin-bottom: 0;
}

.voting-category__name-container {
    display: flex;
    margin-bottom: 25px;
    width: 23%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.voting-category__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
}

.voting-category__icon svg {
    fill: #1B6FC8;
}

.voting__section .toggle {
    align-items: flex-start;
}

.voting-category__subtitle {
    color: #0072CE;
    font-family: "DIN-Regular";
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
}

.voting__section .panels .form-controls {
    gap: 0;
    width: 100%;
}

.voting-category__name {
    color: #0072CE;
    font-family: "DIN-Bold";
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}

.voting-category__input-container {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 870px;
    position: relative;
}

.voting-category__input-container .form-field {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex-shrink: 0;
    position: relative;
}

.voting-category__input-container .form-field label::after {
    content: '';
}

.voting-category__input-container .placeholder {
    color: #343639;
    position: absolute;
    top: 7px;
    left: 8px;
    font-family: 'DIN-Regular';
    font-size: 13px;
    display: none;
}

.voting-category__input-container .form-field .voting input {
    border: none;
    display: none;
}

.voting label {
    color: #fff;
    position: relative;
    height: 100%;
    font-size: 26px;
    text-align: center;
    display: flex;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.voting {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    width: 100%;
}

.voting__section .toggle {
    display: inline-block;
}


.voting__author {
    margin-top: 12px;
}

.voting__author a {
    color: #0072CE;
    font-family: "DIN-Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.voting input+label svg {
    display: none;
}

.voting input:checked+label svg {
    position: absolute;
    display: block;
    right: 0;
}

.voting input:checked+label .vote-tick {
    position: absolute;
    right: 32px;
    top: 35px;
    width: 52px;
    height: 52px;
}

.voting_item {
    width: 100%;
    min-width: 282px;
    height: 433px;
    padding: 8px 8px 0 8px;
    border: 1px solid #0072CE;
}

.voting_item .radio {
    width: 100%;
    height: 377px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.voting_item .radio img {
    width: 100%;
    height: 100%;
}

.panel.active .voting_item .radio img.vote-medimg,
.panel .voting_item .radio img.vote-ceraimg,
.panel.active .voting_item .voting__author .medauthor,
.panel .voting_item .voting__author .cerauthor {
    display: block;
}

.panel .voting_item .radio img.vote-medimg,
.panel.active .voting_item .radio img.vote-ceraimg,
.panel .voting_item .voting__author .medauthor,
.panel.active .voting_item .voting__author .cerauthor {
    display: none;
}

.voting__section .validation__section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    flex-shrink: 0;
    padding: 20px 0 20px;
}

.voting__section .validation__section .cta {
    background: #0072CE;
    display: flex;
    width: 254px;
    padding: 7px 27px;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 9px;
    color: #fff;
}

.voting__section .validation__section .cta input {
    font-family: 'DIN-Bold';
    font-size: 20px;
}

.voting .swiper {
    padding-bottom: 30px;
}

#votingForm .error-message {
    text-align: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: unset
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 9px;
    background: #fff;
    border-radius: 50%;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -4px;
    text-align: right;
    top: unset;
    left: unset;
}

.current-page {
    color: #0072CE;
}

.swiper-pagination-bullet {
    background: #AAADAE;
}

.swiper-pagination-bullet-active {
    background: #0E3353;
}


@media screen and (max-width: 1200px) {
    .swiper-pagination-custom {
        padding-right: 0;
        text-align: center;
        width: calc(100% - 30px);
    }

    .swiper-button-next {
        right: calc(100% - 90vw);

    }
}

@media screen and (max-width: 1120px) {
    .swiper-button-next {
        right: calc(100% - 75vw);

    }
}

@media screen and (max-width: 1024px) {

    .voting-category__list {
        flex-direction: column;
        align-items: flex-start;
    }

    .voting-category__list {
        gap: 7px;
    }

    .voting-category__name-container {
        margin-bottom: 5px;
    }

    .voting-category__list.has-slider {
        margin-bottom: 40px;
    }

    .voting__section .panels .form-controls {
        justify-content: center;
    }

    .voting-category__option {
        padding-left: 30px;
    }

    /* .swiper-button-next {
        right: calc(100% - 83vw);
    } */
}

@media screen and (max-width: 992px) {
    .swiper-button-next {
        right: calc(100% - 90vw);
    }

    .swiper {
        padding-bottom: 30px
    }
}

@media screen and (max-width: 768px) {

    .voting-category__input-container,
    .voting-category__name-container {
        width: 100%;
    }

    .voting__section .panels {
        padding: 0;
    }

    .swiper {
        padding-bottom: 30px
    }
}

/* WINNERS PAGE CSS */
.winner-container {
    max-width: 1440px;
    margin: 66px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.winners-subheading {
    color: #83878B;
    font: 400 60px/normal 'DIN-Regular', sans-serif;
}

.winners-heading {
    color: #0072CE;
    font: 700 100px/normal 'DIN-Bold', sans-serif;
    text-align: center;
    width: 75%;
    max-width: 1085px;
}

.winner-tabs {
    margin: 66px auto;
    max-width: 1440px;
    width: 100%;
}

.winner-tabs .tab-container {
    width: 100%;
    padding: 0;
    max-width: unset;
}

/***Tabs css***/
.winner-tabs .toggle {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 29px;
    max-width: unset;
}

.winner-tabs .toggle .tabs {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-shrink: 0;
    width: calc(100% - 20%);
}

.winner-tabs .toggle .tabs .tab {
    cursor: pointer;
    color: #83878B;
    text-align: center;
    border-bottom: 1px solid #1B6FC8;
    max-width: 583px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    flex: 1 0 0;
}

.winner-tabs .toggle .tabs .tab-name {
    font: 700 30px/normal 'DIN-Bold', sans-serif;
}

.winner-tabs .toggle .tabs .tab.active {
    color: #0072CE;
    border-bottom: 4px solid #1B6FC8;
}

.winner-tabs .toggle .tab .tabin {
    display: none;
}

.winner-tabs .panels {
    width: 100%;
    max-width: 1220px;
}

.winner-tabs .toggle .panels .panel {
    display: none;
}

.winner-tabs .toggle .panels .panel.active {
    display: flex;
}

.winner-tabs .category-items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 14px;
    justify-content: center;
}

#GR .winner-tabs .category-items {
    justify-content: center;
}

.winner-tabs .category-item {
    width: 385px;
    border: 1px solid #0072CE;
    height: 583px;
    position: relative;
}

.winner-tabs .category-ribbon {
    position: absolute;
    top: -1.02px;
    right: -1px;
    height: 583px;
}

.winner-tabs .category-name {
    margin: 47px 0 0 22px;
    color: #0072CE;
    width: calc(100% - 195px);
    height: 130px;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.winner-tabs .category-label {
    font: 700 15px/normal 'DIN-Bold', sans-serif;
}

.winner-tabs .category {
    font: 700 30px/normal 'DIN-Bold', sans-serif;
}

.winner-tabs .category-inner {
    margin-left: 22px;
}

.winner-tabs .category-image__desktop {
    width: 362px;
    height: 324px;
    margin: 12px 0 10px 0;
    background-size: cover;
}

.winner-tabs .category-image__mobile {
    display: none;
}

.winner-tabs .category-winner__name {
    font: 400 15px/normal 'DIN-Regular', sans-serif;
    padding-bottom: 11px;
    color: #0072CE;
}

.winner-tabs .category-link {
    font: 400 15px/normal 'DIN-Regular', sans-serif;
    text-decoration: none;
    color: #343639;
}

.winner-tabs .category-icon {
    position: absolute;
    top: 22px;
    right: 17px;
    z-index: 1;
}

.winner-tabs .category-ribbon svg.ribbon-mobile {
    display: none;
}

.winner-tabs .category-icon svg+svg {
    margin-left: -15px;
    position: relative;
    top: 4px
}

.winner-tabs .category-subtle {
    font: 400 15px/normal 'DIN-Regular', sans-serif;
    color: #343639
}

/******* Desktop CSS************/
@media (max-width: 1370px) {
    .winner-container {
        margin-top: 40px;
        max-width: 100%;
    }

    .winners-subheading {
        font-size: 36px;
    }

    .winners-heading {
        font-size: 60px;
        max-width: 100%;
        width: 90%;
    }

    .winner-tabs {
        margin-block: 40px;
        max-width: 100%;
    }

    .winner-tabs .toggle .tabs .tab {
        min-height: 94px;
    }
}

/********Tablet css*************/
@media (max-width: 768px) {
    .winners-subheading {
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }

    .winners-heading {
        width: 100%;
        text-align: center;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        padding: 0 10px;
    }

    .winner-tabs .toggle .tabs .tab {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        background: #fff;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        border-bottom: 1px solid #1B6FC8;
        align-items: center;
        column-gap: 18px;
        max-width: 100%;
        opacity: 0;
        /* height: 76px; */
    }

    .winner-tabs .toggle .tabs {
        position: relative;
        width: 100%;
    }

    .winner-tabs .toggle .tabs .tab.active {
        position: relative;
        z-index: 1;
        color: #0072CE;
        border-bottom: 4px solid #1B6FC8;
        opacity: 1;
    }

    .winner-tabs .tab-name {
        margin: 0;
        text-align: center;
        font-family: "DIN-Bold";
        font-size: 30px;
        line-height: normal;
        width: calc(100% - 50px);
    }

    .winner-tabs .tabin {
        display: flex;
        width: 40px;
    }

    .winner-tabs .tabin svg {
        width: 22px;
        height: 22px;
    }

    .winner-tabs .toggle .tab .tabin {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
    }

    .winner-tabs .tab:nth-child(2) .tab-name {
        order: 2;
    }

    .winner-tabs .tab:nth-child(2) .tabin svg {
        transform: rotate(180deg)
    }

    .winner-tabs .category-item {
        width: 323px;
        height: 490px;
    }

    .winner-tabs .category-image__desktop {
        display: none;
    }

    .winner-tabs .category-image__mobile {
        width: 304px;
        height: 272px;
        display: block;
        margin: 12px 0 10px 0;
    }

    .winner-tabs .category-name {
        margin: 37px 0 0 18px;
        width: calc(100% - 160px);
        height: 100px;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }

    .winner-tabs .category-inner {
        margin-left: 18px;
    }

    .winner-tabs .category-label {
        font-size: 12px;
    }

    .winner-tabs .category {
        font-size: 25px;
    }

    .winner-tabs .category-ribbon {
        width: 143px;
        height: 490px;
    }

    .winner-tabs .category-ribbon svg {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .winner-tabs .category-ribbon svg.ribbon-desktop {
        display: none;
    }

    .winner-tabs .category-ribbon svg.ribbon-mobile {
        display: block;
    }

    .category-winner__name,
    .category-link {
        font-size: 12px;
    }

}

/********Mobile CSS*************/
@media (max-width: 567px) {
    .winner-tabs .toggle .tabs .tab {
        min-height: 94px;
    }
}

html[lang="fr-FR"] .who__text__heading {
    height: 120px;
}

#FR .tabin,
#GR .tabin,
#UA .tabin,
#UK .tabs,
#GR-win .tabs,
#GR .vote-medimg,
#GR .medauthor,
#tsh .toggle .tabs .tab:first-child .tabin {
    display: none;
}

#GR .vote-ceraimg,
#GR .cerauthor {
    display: block;
}

#tsh .toggle .tabs .tab {
    display: none;
}

#tsh .toggle .tabs .tab:first-child {
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.dropdown {
    width: 100%;
}

.dropdown.invalid .dropdown-toggle {
    border-color: #E03838
}

.dropdown-select {
    position: relative;
}

.dropdown-toggle {
    display: block;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #0072CE;
    min-height: 36px;
    color: #343639;
    font-family: 'DIN-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropdown.invalid .dropdown-toggle {
    border-color: #E03838
}

.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-size: 13px;
}

@media (max-width: 567px) {
    .dropdown-menu {
        top: 59px
    }
}

.dropdown-menu li {
    padding: 4px 10px;
    cursor: pointer;
    color: #343639;
    font-family: 'DIN-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropdown-menu li:hover {
    background-color: #f1f1f1;
}

.dropdown-menu.show {
    display: block;
}




/*** PARITICIPANT FORM 2026 ***/

.custom-dropdown:focus {
    outline: 2px solid #1B6FC8;
    outline-offset: 2px;
}
.custom-dropdown .error-message {
    margin-top: 10px;
}

.dropdown-menu li:hover,
.dropdown-menu li.active {
  background-color: #e6f2ff;
  color: #1B6FC8;
}

.participation-form .toggle {
    max-width:589px;
    margin: 0 auto;
}
.participation-form .panels .form-controls {
   width: 100%;
}
.participation-form .panel .form-field {
    flex-basis: 100%;
}
.video-submission {
    width: 100%;
}
.video-submission .category-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 23px;
}
.video-submission .category-row:nth-child(2) label:after,.video-submission .category-row:nth-child(3) label:after {
    display: none;
}
.video-submission .category-row .form-field {
    flex-basis: 48%;
    max-width: 250px;
}
.validation__section {
    margin-top: 40px;
}
.general__info--title {
    font-size: 30px;
    line-height: normal;
    color: #0E3353;
    text-align: left;
    width: 100%;
    max-width: 600px;
} 
.deadline-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.deadline-info {
    color: #0E3353;
} 
.deadline-info--text {
    text-transform: uppercase;
}
.deadline-info--text,.deadline-info--date  {
    font-size: 48px;
    font-family: 'DIN-Bold';

}
.deadline-info--date {
    color:#ff0000;
}  
@media only screen and (max-width:767px){
    .general__info--title:not(.participation-title) {
        padding: 0 17px
    }
    .general__info--title {
        text-align: center;
    }
    .deadline-info--text, .deadline-info--date {
        font-size: 30px;
    }
    .contest-rules-link {
        font-size: 14px;
    }
    .deadline-wrapper {
        padding: 30px 0;
        border-bottom: 3px solid #007AFF;
    }
    .participation-form .panel {
        padding: 0 18px;
        width: 77%;
        margin: 0 auto;
    }    
    .cta {
        height: 48px;
    }
    .cta input {
        font-size: 17px;
    }
}