﻿@import url(https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
:root{--brand-green:#005b18;--brand-dark-green:#003f12;--brand-teal:#12ad9d;--brand-lime:#DFFD4D;--brand-light-green:#E9F4DD;--brand-grey:#f2f1ef;--brand-text:#111111}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;padding:0;font-family:"Roboto Serif",serif;color:var(--brand-text);background:#fff;font-size:14px}
.my-events-header .container{width:min(1600px,calc(100% - 1px));margin:0 auto}
.container-custom{width:min(1400px,calc(100% - 40px));margin:auto}
.modal-dialog{max-width:600px;margin:1.75rem auto}
.section-padding{padding:70px 0}
.my-events-header{font-family:Roboto,sans-serif;position:absolute;top:0;left:0;width:100%;z-index:100;padding:5px;border-bottom:1px solid #dffd4d;background-color:#0d3f0e}
.my-events-navbar{max-height:50px;display:flex;align-items:center;gap:30px;width:min(1600px,calc(100% - 20px));margin:0 auto}
.my-events-logo{width:119px;flex-shrink:0;margin-right:50px}
.my-events-logo img{display:block;width:100%}
.my-events-nav{display:flex;align-items:center;gap:28px}
.my-events-nav a{color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:.3s ease}
.my-events-nav a:hover{color:var(--brand-lime)}
.my-events-enter-btn{width:100px!important;background:#11b5a3;padding:10px 14px;color:#fff!important}
.my-events-enter-btn:hover{background:#0c988b}
.my-events-nav-right{margin-left:auto;display:flex;align-items:center;gap:12px}
.my-events-hashtag{color:#fff;font-size:12px;font-weight:500}
.my-events-outline-btn{border:1px solid rgba(255,255,255,.8);padding:4px 13px;color:#fff;font-size:12px;text-decoration:none;transition:.3s ease}
.my-events-outline-btn:hover{background:#fff;color:var(--brand-green)}
.my-events-menu-toggle{display:none;width:42px;height:38px;margin-left:auto;border:0;background:0 0;padding:7px}
.my-events-menu-toggle span{display:block;height:2px;margin:5px 0;background:#fff}
@media (max-width:1340px){
.my-events-navbar{gap:10px}
.my-events-nav{display:flex;align-items:center;gap:18px}
}
@media (max-width:1100px){
.my-events-hashtag{display:none}
}
@media (max-width:850px){
.my-events-header{padding:8px 15px}
.my-events-navbar{min-height:50px}
.my-events-nav,.my-events-nav-right{display:none}
.my-events-menu-toggle{display:block}
.my-events-nav.mobile-open{position:absolute;top:58px;left:15px;right:15px;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:15px;background:rgba(0,60,15,.97);border-radius:5px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.my-events-nav.mobile-open a{padding:12px 8px;border-bottom:1px solid rgba(255,255,255,.12)}
}
.my-events-dropdown{position:relative}
.my-events-dropdown-toggle{display:inline-flex!important;align-items:center;gap:5px;color:#fff;text-decoration:none;white-space:nowrap}
.my-events-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:15px}
.my-events-dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(10px);width:100px;text-align:center;padding:8px 0;background:#005414;border:1px solid rgba(255,255,255,.25);border-radius:4px;box-shadow:0 12px 30px rgba(0,0,0,.25);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:9999}
.my-events-dropdown-menu a{display:block;padding:10px 15px;color:#fff;text-decoration:none;font-size:12px;white-space:nowrap;transition:background .25s ease,color .25s ease}
.my-events-dropdown-menu a:hover{background:#d8ff27;color:#003f12}
.my-events-dropdown:hover .my-events-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
@media (max-width:850px){
.my-events-dropdown:hover .my-events-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:none;margin-bottom:10px}
}
.bs-home-hero{position:relative;width:100%;min-height:545px;overflow:hidden;background:linear-gradient(105deg,#002f0d 0,#005414 45%,#087719 100%);isolation:isolate}
.bs-home-hero::after{content:"";position:absolute;left:35%;bottom:-100px;width:750px;height:240px;background:linear-gradient(105deg,transparent 0,rgba(80,170,25,.2) 35%,rgba(100,190,30,.08) 70%,transparent 100%);transform:rotate(-8deg);pointer-events:none;z-index:1}
.bs-hero-texture{position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:url(https://uat.afaqs.com/frontend/brandstoryz/2026/assets/images/hero-texture.png);background-size:cover;background-position:center}
@media (max-width:850px){
.my-events-dropdown{width:100%}
.my-events-dropdown-toggle{width:100%;justify-content:space-between;padding:12px 8px;border-bottom:1px solid rgba(255,255,255,.12)}
.my-events-dropdown-menu{position:static;width:100%;transform:none;padding:0;background:rgba(0,0,0,.15);border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;display:none}
.my-events-dropdown-menu a{padding:10px 20px;font-size:11px}
.my-events-dropdown.mobile-open .my-events-dropdown-menu{display:block}
.my-events-dropdown.mobile-open .my-events-dropdown-arrow{transform:rotate(180deg)}
}
.bs-home-hero-inner{position:relative;min-height:545px;max-width:1300px;margin:0 auto;display:grid;grid-template-columns:25% 40% 35%;align-items:center;padding:30px 40px}
.bs-hero-logo{display:flex;align-items:center;justify-content:center;padding-top:15px}
.bs-hero-logo img{width:250px;max-width:100%;display:block;filter:drop-shadow(0 8px 10px rgba(0, 0, 0, .18))}
.bs-hero-content{position:relative;z-index:3;padding-left:15px}
.bs-hero-edition{margin-bottom:8px;color:#d8ff27;font-size:15px;font-weight:700;letter-spacing:5px}
.bs-hero-title{margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4vw,46px);line-height:1.08;font-weight:700;text-transform:uppercase}
.bs-hero-title span{display:block}
.bs-hero-title .highlight{color:#d8ff27}
.bs-hero-date{margin-top:10px;color:#fff;font-size:14px;font-weight:600;letter-spacing:4px}
.bs-hero-date span{margin:0 8px;color:#d8ff27}
.bs-hero-btn{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-width:295px;margin-top:16px;padding:12px 20px;background:#d8ff27;color:#050505;text-decoration:none;font-family:Arial,sans-serif;font-size:17px;font-weight:800;letter-spacing:0;overflow:hidden;transition:color .3s ease,transform .3s ease}
.bs-hero-btn::before{content:"";position:absolute;inset:0;background:#fff;transform:translateX(-101%);transition:transform .4s ease;z-index:-1}
.bs-hero-btn:hover::before{transform:translateX(0)}
.bs-hero-btn:hover{color:#004b18;transform:translateY(-3px)}
.bs-hero-btn-arrow{font-size:29px;font-weight:400;line-height:1;transition:transform .3s ease}
.bs-hero-btn:hover .bs-hero-btn-arrow{transform:translateX(7px)}
.bs-hero-award{position:relative;display:flex;align-items:center;justify-content:center;height:100%;padding-top:35px;z-index:2}
.bs-hero-award img{width:420px;max-width:120%;display:block;filter:drop-shadow(0 18px 14px rgba(0, 0, 0, .35))}
@media (max-width:1100px){
.bs-home-hero-inner{grid-template-columns:23% 42% 35%;padding:30px 25px}
.bs-hero-logo img{width:190px}
.bs-hero-title{font-size:38px}
.bs-hero-edition{font-size:12px;letter-spacing:3px}
.bs-hero-date{font-size:12px;letter-spacing:2px}
.bs-hero-award img{width:350px}
}
@media (max-width:767px){
.bs-home-hero{min-height:720px;background:linear-gradient(180deg,#003c0d 0,#006316 55%,#064c13 100%)}
.bs-home-hero-inner{min-height:720px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:75px 20px 30px}
.bs-hero-logo{padding:0;margin-bottom:30px;order:1}
.bs-hero-logo img{width:150px}
.bs-hero-content{width:100%;padding:0;text-align:center;order:2}
.bs-hero-edition{margin-bottom:8px;font-size:11px;letter-spacing:3px}
.bs-hero-title{font-size:clamp(30px,8vw,40px);line-height:1.08;letter-spacing:0}
.bs-hero-date{margin-top:12px;font-size:10px;letter-spacing:1.5px}
.bs-hero-date span{margin:0 5px}
.bs-hero-btn{min-width:250px;font-size:14px}
.bs-hero-btn-arrow{font-size:25px}
.bs-hero-award{width:100%;height:auto;padding:60px 0 0;order:3}
.bs-hero-award img{width:min(330px,90vw);max-width:100%}
}
.bs-about-section{position:relative;width:100%;padding:65px 35px 55px;background:#f8f6f2;overflow:hidden}
.bs-about-inner{width:100%;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:30% 42% 28%;align-items:center;gap:10px}
.bs-about-title{align-self:start;padding-top:5px}
.bs-about-label{display:block;margin-bottom:12px;color:#159f8e;font-size:13px;font-weight:500;letter-spacing:5px;text-transform:uppercase}
.bs-about-title h2{margin:0;color:#13a995;font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,4vw,50px);line-height:.98;font-weight:700}
.bs-about-description{padding:5px 10px 0 10px;max-width:540px}
.bs-about-description p{margin:0 0 17px;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.2;font-weight:400}
.bs-about-description p:last-child{margin-bottom:0}
.bs-about-image{display:flex;align-items:center;justify-content:center;padding-left:10px}
.bs-about-image img{width:100%;max-width:330px;display:block;object-fit:contain;filter:drop-shadow(0 12px 15px rgba(0, 0, 0, .08))}
@media (min-width:1200px){
.bs-about-inner{grid-template-columns:31% 43% 26%;gap:0}
.bs-about-title h2{font-size:42px}
.bs-about-description{max-width:535px}
.bs-about-description p{font-size:16px;line-height:1.18;margin-bottom:17px}
.bs-about-image img{max-width:350px}
}
@media (max-width:991px){
.bs-about-section{padding:55px 25px}
.bs-about-inner{grid-template-columns:40% 60%;align-items:start}
.bs-about-title{padding-right:20px}
.bs-about-title h2{font-size:40px}
.bs-about-description{max-width:none;padding-left:10px}
.bs-about-image{grid-column:1/-1;margin-top:30px;padding:0}
.bs-about-image img{max-width:300px}
}
@media (max-width:767px){
.bs-about-inner{grid-template-columns:100%;align-items:start}
}
@media (max-width:400px){
.bs-about-section{padding:40px 16px}
.bs-about-title{margin-bottom:25px}
.bs-about-label{font-size:10px;letter-spacing:3px}
.bs-about-title h2{font-size:34px;line-height:1.02}
.bs-about-image img{width:60%}
}
.my-events-hero{position:relative;min-height:200px;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(180deg,#0d3f0e 0,#0d3f0e 15%,#187219 60%,#dffd4d 100%)}
.my-events-hero-inner{width:100%;min-height:200px;display:grid;grid-template-columns:220px 1fr 220px;align-items:center;padding:60px 50px 15px}
.my-events-hero-brand{align-self:center}
.my-events-hero-brand img{width:134px;display:block}
.my-events-hero-title{text-align:center}
.my-events-hero-title h1{margin:0;color:#fff;font-family:Roboto,serif;font-size:clamp(32px,4vw,42px);font-weight:900;letter-spacing:1px;text-transform:uppercase}
.my-events-hero-award{text-align:right;align-self:end}
.my-events-hero-award img{width:190px;display:inline-block}
@media (max-width:767px){
.my-events-hero{min-height:190px}
.my-events-hero-inner{width:100%;min-height:250px;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;align-items:center;justify-items:center;padding:80px 10px 15px;gap:10px}
.my-events-hero-brand{grid-column:1;grid-row:1;align-self:center;justify-self:center}
.my-events-hero-title{grid-column:1;grid-row:2;align-self:center;justify-self:center;text-align:center}
.my-events-hero-title h1{margin:0;font-size:32px;line-height:1;letter-spacing:3px}
.my-events-hero-award{display:none}
}
.my-events-fee-section{padding:40px 0 40px}
.my-events-fee-box{font-family:Roboto,sans-serif;width:515px;max-width:100%;margin:auto;display:grid;grid-template-columns:1fr 1fr;border:1px solid #10aa9c;border-radius:7px;overflow:hidden}
.my-events-fee-item{min-height:72px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#fff}
.my-events-fee-item.active{background:#0fae97}
.my-events-fee-label{font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:1px}
.my-events-fee-item.active .my-events-fee-label{color:#fff}
.my-events-fee-price{font-size:18px;line-height:1.1;font-weight:700;letter-spacing:1px}
.my-events-fee-item.active .my-events-fee-price{color:#fff}
@media (max-width:575px){
.my-events-fee-section{padding:35px 15px 45px}
.my-events-fee-box{width:100%}
.my-events-fee-item{min-height:68px}
.my-events-fee-label{font-size:9px;letter-spacing:1px}
.my-events-fee-price{font-size:15px}
}
.my-events-category-nav-section{padding:5px 0 40px}
.my-events-category-nav{display:flex;align-items:center;justify-content:center;gap:15px}
.my-events-category-tab{font-family:Roboto,sans-serif;padding:14px 18px;color:#111;text-decoration:none;font-size:16px;font-weight:600;letter-spacing:4px;transition:.3s ease}
.my-events-category-tab.active{background:var(--brand-lime);font-weight:800}
.my-events-category-nav>span{font-size:15px;color:#222}
@media (max-width:767px){
.my-events-category-nav-section{padding:0 0 30px}
.my-events-category-nav{flex-wrap:wrap;gap:3px 5px}
.my-events-category-tab{padding:10px 9px;font-size:14px}
}
.my-events-awards-section{position:relative;padding:0 0 120px;background:#f8f7f3;overflow:hidden;background:url(https://uat.afaqs.com/frontend/brandstoryz/2026/assets/images/design-elements-many-gray-lines-white-background.webp);background-position:left top;background-repeat:repeat-x;background-size:50% auto}
.d-flex-hight{display:flex;flex-direction:column;justify-content:space-between;column-gap:50px}
.my-events-award-heading{position:sticky;top:20px;z-index:2}
.my-events-small-heading{display:block;margin-bottom:3px;color:#0fae97;font-size:11px;font-weight:400;letter-spacing:1px}
.my-events-award-heading h2{margin:0;color:#064d08;font-family:"Roboto Slab",serif;font-size:40px;line-height:1.05;font-weight:800;letter-spacing:1px}
.my-events-heading-line{display:block;width:82px;height:8px;margin-top:13px;background:var(--brand-lime)}
.my-events-award-list{position:relative;padding-left:0}
.my-events-award-card{position:relative;padding:19px 70px 17px 25px;min-height:72px;margin-bottom:5px;background:#e9f4dd;transition:transform .3s ease,box-shadow .3s ease}
.my-events-award-card:nth-child(even){background:#f3f2ee}
.my-events-award-card h3{font-family:Roboto,sans-serif;margin:0 0 1px;font-size:16px;line-height:1.25;font-weight:700;letter-spacing:1px;color:#111}
.my-events-award-card p{font-family:Roboto,sans-serif;margin:0;font-size:14px;line-height:1.3;font-weight:400;color:#171717}
.bs-award-arrow{position:absolute;right:15px;top:50%;background-image:url(https://uat.afaqs.com/frontend/brandstoryz/2026/assets/images/Arrow-right-circle.png);width:32px;height:32px;transform:translateY(-50%)}
.bs-award-arrow span{display:block;transform:translateY(-1px)}
.my-events-award-card:hover{transform:translateX(6px);box-shadow:0 8px 20px rgba(0,0,0,.07);z-index:2}
.my-events-award-card:hover .bs-award-arrow{transform:translateY(-50%) scale(1.08)}
.my-events-award-pattern img{width:250px}
@media (max-width:991px){
.my-events-award-pattern{margin-top:50px;width:250px;top:230px;left:-80px}
.my-events-awards-section{padding-bottom:70px}
.my-events-award-heading{position:relative;top:auto;padding:0 0 30px}
.my-events-award-heading h2{font-size:35px}
.my-events-award-list{padding:0}
.my-events-award-card{padding:17px 18px;min-height:auto}
}
@media (max-width:575px){
.my-events-award-pattern{display:none}
.my-events-award-heading h2{font-size:32px}
.my-events-small-heading{font-size:9px}
.my-events-heading-line{height:6px;width:65px}
.my-events-award-card{padding:16px 55px 16px 15px;min-height:auto}
}
.participate-section{width:100%;padding:30px 20px;background:#f5f4f1}
.participate-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:48px 28px 52px;display:grid;grid-template-columns:215px 1fr;gap:28px;background:#14651a;border-radius:40px;box-sizing:border-box}
.participate-title{display:flex;align-items:center}
.participate-title h2{margin:0;color:#00a8a3;font-family:Georgia,"Times New Roman",serif;font-size:40px;line-height:1.55;font-weight:700}
.participate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 14px}
.participate-card{min-height:150px;padding:25px 25px 16px;margin:0 10px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s ease,box-shadow .35s ease;box-sizing:border-box}
.participate-card-top{display:flex;align-items:center;gap:12px}
.participate-card-top img{width:58px;height:58px;object-fit:contain;flex-shrink:0}
.participate-card h3{margin:0;color:#00a99d;font-family:Arial,sans-serif;font-size:17px;line-height:1.1;font-weight:700}
.participate-card p{margin:5px 0 0;color:#111;font-family:Arial,sans-serif;font-size:13px;line-height:1.3;font-style:italic}
.participate-card:hover{transform:translateY(-7px);box-shadow:0 12px 25px rgba(0,0,0,.18)}
.participate-card:hover img{transform:scale(1.08)}
.participate-card-top img{transition:transform .35s ease}
@media (max-width:991px){
.participate-wrapper{grid-template-columns:180px 1fr;gap:20px;padding:35px 22px 40px;border-radius:32px}
.participate-title h2{font-size:32px}
.participate-grid{gap:15px 10px}
.participate-card{min-height:180px;padding:20px 15px}
.participate-card-top{gap:8px}
.participate-card-top img{width:48px;height:48px}
.participate-card h3{font-size:14px}
}
@media (max-width:767px){
.participate-section{padding:20px 12px}
.participate-wrapper{display:block;padding:35px 18px 30px;border-radius:28px}
.participate-title{justify-content:center;margin-bottom:30px;text-align:center}
.participate-title h2{font-size:32px;line-height:1.25}
.participate-grid{grid-template-columns:repeat(2,1fr);gap:12px}
.participate-card{min-height:190px;padding:18px 14px}
.participate-card-top{flex-direction:column;align-items:center;text-align:center}
.participate-card-top img{width:52px;height:52px}
.participate-card h3{font-size:14px}
.participate-card p{text-align:center}
}
@media (max-width:480px){
.participate-wrapper{padding:30px 12px}
.participate-grid{grid-template-columns:1fr}
.participate-card{min-height:130px;padding:15px 30px}
.participate-card-top{flex-direction:row;justify-content:flex-start;text-align:left}
.participate-card p{text-align:left}
}
.case-studies-section{width:100%;padding:36px 48px;background:#f7f5f1}
.case-studies-layout{display:grid;grid-template-columns:190px 1fr;gap:38px;max-width:1200px;margin:0 auto}
.case-studies-intro{padding-top:42px}
.case-studies-intro h2{margin:0 0 16px;color:#08a995;font-family:Georgia,"Times New Roman",serif;font-size:44px;line-height:1.15;font-weight:700}
.view-all-btn{display:flex;align-items:center;flex-direction:row;justify-content:center;gap:12px;padding:6px 8px 6px 9px;background:0 0;border:1px solid #00a995;border-radius:6px;color:#111;font-size:11px;line-height:1;cursor:pointer;transition:all .3s ease}
view-all-btn a{text-decoration:none}
.view-all-btn:hover{background:#08a995;color:#fff}
.btn-icon{width:15px;height:15px;display:flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:50%;font-size:10px;transition:transform .3s ease}
.view-all-btn:hover .btn-icon{transform:translateX(3px)}
.case-studies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 40px;align-items:start}
.case-study-card{width:100%;height:274px;overflow:hidden;background:#111;transition:transform .35s ease,box-shadow .35s ease}
.case-study-card:hover{transform:translateY(-7px);box-shadow:0 12px 25px rgba(0,0,0,.18)}
.case-study-image{width:100%;height:195px;overflow:hidden;background:#111}
.case-study-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}
.case-study-card:hover .case-study-image img{transform:scale(1.05)}
.case-study-info{height:79px;padding:8px 14px;background:#00330c;color:#fff;font-family:Arial,sans-serif;font-size:12px;line-height:1.2;font-weight:600}
.case-study-info div{margin-bottom:2px}
.case-study-info strong{font-weight:700}
.case-brand{color:#00ad9b}
.hidden-card{display:none}
.case-studies-grid.show-all .hidden-card{display:block;animation:caseCardReveal .5s ease both}
.case-studies-grid.show-all .hidden-card:nth-child(4){animation-delay:50ms}
.case-studies-grid.show-all .hidden-card:nth-child(5){animation-delay:.1s}
.case-studies-grid.show-all .hidden-card:nth-child(6){animation-delay:.15s}
.case-studies-grid.show-all .hidden-card:nth-child(7){animation-delay:.2s}
.case-studies-grid.show-all .hidden-card:nth-child(8){animation-delay:.25s}
@keyframes caseCardReveal{
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
@media (max-width:991px){
.case-studies-section{padding:30px 25px}
.case-studies-layout{grid-template-columns:160px 1fr;gap:25px}
.case-studies-intro h2{font-size:36px}
.case-studies-grid{gap:20px 15px}
.case-study-card{height:250px}
.case-study-image{height:175px}
.case-study-info{height:75px;font-size:11px}
}
@media (max-width:767px){
.case-studies-section{padding:30px 15px}
.case-studies-layout{display:block}
.case-studies-intro{padding-top:0;margin-bottom:25px;display:flex;align-items:center;justify-content:space-between}
.case-studies-intro h2{margin:0;font-size:34px}
.case-studies-grid{grid-template-columns:repeat(2,1fr);gap:15px}
.case-study-card{height:240px}
.case-study-image{height:165px}
.case-study-info{height:75px;padding:7px 10px;font-size:10px}
}
@media (max-width:480px){
.case-studies-intro{align-items:flex-start}
.case-studies-intro h2{font-size:30px}
.case-studies-grid{grid-template-columns:1fr}
.case-study-card{width:100%;max-width:280px;margin:0 auto;height:270px}
.case-study-image{height:195px}
.case-study-info{height:75px;font-size:11px}
}
.judges-section{width:100%;padding:32px 16px 40px;background:#fff}
.judges-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:40px 30px 48px;display:grid;grid-template-columns:250px 1fr;gap:34px;background:linear-gradient(rgba(0,70,0,.25),rgba(0,70,0,.25)),url(./https://uat.afaqs.com/frontend/brandstoryz/2026/assets/images/judges-bg.webp) center/cover no-repeat;overflow:hidden}
.judges-intro{display:flex;flex-direction:column;justify-content:center;padding-left:0}
.judges-intro h2{margin:0 0 12px;color:#00a99d;font-family:Georgia,"Times New Roman",serif;font-size:43px;line-height:1.18;font-weight:700}
.judges-view-btn{width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:5px 9px;background:0 0;border:1px solid #fff;border-radius:7px;color:#fff;font-size:11px;line-height:1;cursor:pointer;transition:background .3s ease,color .3s ease}
.judges-view-btn:hover{background:#fff;color:#006b23}
.judges-btn-icon{width:15px;height:15px;display:flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:50%;font-size:10px;transition:transform .3s ease}
.judges-view-btn:hover .judges-btn-icon{transform:translateX(3px)}
.judges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px 30px;align-items:start}
.judge-card{width:100%;height:320px;background:#000;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}
.judge-image{width:100%;height:228px;overflow:hidden;background:#111}
.judge-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}
.judge-card:hover .judge-image img{transform:scale(1.05)}
.judge-info{height:92px;padding:10px 9px;background:#000;color:#fff;font-family:Arial,sans-serif}
.judge-info h3{margin:0;font-size:15px;line-height:1.1;font-weight:700}
.judge-info p{margin:1px 0 2px;font-size:14px;line-height:1.1;font-weight:700}
.judge-info strong{color:#00b3a4;font-size:14px;line-height:1.1}
.judge-card:hover{transform:translateY(-7px);box-shadow:0 15px 30px rgba(0,0,0,.3)}
.hidden-judge{display:none}
.judges-grid.show-all .hidden-judge{display:block;animation:judgeReveal .55s ease both}
.judges-grid.show-all .hidden-judge:nth-child(4){animation-delay:50ms}
.judges-grid.show-all .hidden-judge:nth-child(5){animation-delay:.1s}
.judges-grid.show-all .hidden-judge:nth-child(6){animation-delay:.15s}
.judges-grid.show-all .hidden-judge:nth-child(7){animation-delay:.2s}
.judges-grid.show-all .hidden-judge:nth-child(8){animation-delay:.25s}
.judges-grid.show-all .hidden-judge:nth-child(9){animation-delay:.3s}
@keyframes judgeReveal{
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
@media (max-width:991px){
.judges-wrapper{grid-template-columns:190px 1fr;gap:22px;padding:35px 20px 40px}
.judges-intro h2{font-size:35px}
.judges-grid{gap:18px 15px}
.judge-card{height:285px}
.judge-image{height:205px}
.judge-info{height:80px;padding:8px}
.judge-info h3{font-size:13px}
.judge-info p,.judge-info strong{font-size:12px}
}
@media (max-width:767px){
.judges-section{padding:25px 12px}
.judges-wrapper{display:block;padding:35px 18px 35px}
.judges-intro{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:25px}
.judges-intro h2{margin:0;font-size:32px}
.judges-grid{grid-template-columns:repeat(2,1fr);gap:15px}
.judge-card{height:275px}
.judge-image{height:195px}
.judge-info{height:80px}
}
@media (max-width:480px){
.judges-wrapper{padding:30px 12px}
.judges-intro{align-items:flex-start}
.judges-intro h2{font-size:28px}
.judges-grid{grid-template-columns:1fr}
.judge-card{width:100%;max-width:280px;height:310px;margin:0 auto}
.judge-image{height:225px}
.judge-info{height:85px}
}
.previous-participants{width:100%;padding:25px 0 35px;background:#fff;overflow:hidden}
.participants-title{margin:0 auto 20px;color:#08a995;font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1.2;font-weight:700;width:100%;max-width:1200px}
.participants-slider{overflow:hidden;position:relative;margin:0 auto 20px;width:100%;max-width:1200px}
.participants-track{display:flex;align-items:center;width:max-content;animation:participantsScroll 60s linear infinite;will-change:transform}
.participant-card{width:130px;height:80px;flex:0 0 130px;margin-right:30px;display:flex;align-items:center;justify-content:center;perspective:500px}
.participant-card img{display:block;max-width:120px;max-height:60px;width:auto;height:auto;object-fit:contain;transform:rotateY(0) rotateZ(0);transition:transform .45s ease;animation:logoRotate 3s ease-in-out infinite}
.participant-card:hover img{transform:rotateY(15deg) rotateZ(-3deg) scale(1.08)}
@keyframes participantsScroll{
from{transform:translateX(0)}
to{transform:translateX(-50%)}
}
.participants-slider:hover .participants-track{animation-play-state:paused}
.participants-slider::after,.participants-slider::before{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.participants-slider::before{left:0;background:linear-gradient(90deg,#fff,transparent)}
.participants-slider::after{right:0;background:linear-gradient(270deg,#fff,transparent)}
@media (max-width:991px){
.participants-title{margin-left:30px;font-size:24px}
.participant-card{width:120px;flex-basis:120px;margin-right:20px}
.participant-card img{max-width:115px;max-height:58px}
}
@media (max-width:767px){
.previous-participants{padding:20px 0 30px}
.participants-title{margin-left:20px;margin-bottom:15px;font-size:22px}
.participant-card img{max-width:105px;max-height:52px}
/* .participants-track{animation-duration:22s} */
}
.dates-section{width:100%;padding:30px 20px;background:#f7f5f1}
.dates-wrapper{width:100%;max-width:1240px;margin:0 auto;display:grid;grid-template-columns:220px 1fr 1px 1fr 1px 1fr;align-items:center;min-height:245px;padding:15px 30px;background:#f7f5f1}
.dates-title{padding-left:0}
.dates-title h2{margin:0;color:#08a995;font-family:Georgia,"Times New Roman",serif;font-size:40px;line-height:1.15;font-weight:700}
.date-item{display:flex;flex-direction:column;align-items:center;text-align:center}
.date-circle{width:165px;height:165px;padding:12px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#c8ff00 0,#dfff00 35%,#a9f500 65%,#baff00 100%)}
.date-circle-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#00552d;color:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:1.15;font-weight:700;text-align:center}
.date-circle-inner span{display:block}
.date-item h3{margin:14px 0 0;color:#111;font-family:Georgia,"Times New Roman",serif;font-size:15px;line-height:1.2;font-weight:700}
.date-separator{width:1px;height:185px;background:#555;justify-self:center}
.date-circle{transition:transform .4s ease,box-shadow .4s ease}
.date-item:hover .date-circle{transform:scale(1.05);box-shadow:0 8px 20px rgba(130,180,0,.25)}
.date-item h3{transition:transform .3s ease}
.date-item:hover h3{transform:translateY(3px)}
@media (max-width:991px){
.dates-wrapper{grid-template-columns:170px 1fr 1px 1fr 1px 1fr;padding:15px;gap:10px}
.dates-title h2{font-size:32px}
.date-circle{width:140px;height:140px;padding:10px}
.date-circle-inner{font-size:13px}
.date-item h3{font-size:13px}
.date-separator{height:170px}
}
@media (max-width:767px){
.dates-section{padding:30px 15px}
.dates-wrapper{display:flex;flex-direction:column;gap:25px;padding:20px 10px;min-height:auto}
.dates-title{width:100%;text-align:center;margin-bottom:5px}
.dates-title h2{font-size:32px}
.date-item{width:100%}
.date-circle{width:150px;height:150px}
.date-circle-inner{font-size:14px}
.date-item h3{margin-top:12px;font-size:15px}
.date-separator{width:180px;height:1px;margin:0 auto;justify-self:auto}
}
@media (max-width:480px){
.dates-title h2{font-size:29px}
.date-circle{width:135px;height:135px}
.date-circle-inner{font-size:13px}
.date-item h3{font-size:13px}
}
.jury-section{position:relative;width:100%;padding:70px 35px 55px;background:#f8f8f5;overflow:hidden}
.jury-layout{position:relative;z-index:2;max-width:1050px;margin:0 auto;display:grid;grid-template-columns:195px 1fr;gap:25px;align-items:start}
.jury-heading{padding-top:5px}
.jury-heading h2{margin:0;color:#2c7a32;font-family:Georgia,"Times New Roman",serif;font-size:38px;line-height:1.1;font-weight:700}
.jury-heading-line{display:block;width:96px;height:8px;margin-top:12px;background:#c9ff19}
.jury-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 18px}
.jury-card{display:grid;grid-template-columns:1fr 1fr;width:100%;height:218px;overflow:hidden;border-radius:0 17px 17px 0;background:#eaf5dc;transition:transform .4s ease,box-shadow .4s ease}
.jury-image{width:100%;height:218px;overflow:hidden;background:#ddd}
.jury-image img{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(100%);transition:transform .5s ease,filter .5s ease}
.jury-content{position:relative;height:218px;padding:72px 16px 15px;background:#eaf5dc;display:flex;flex-direction:column;justify-content:space-between}
.jury-details h3{margin:0;color:#000;font-family:Arial,sans-serif;font-size:16px;line-height:1.1;font-weight:700;letter-spacing:1px}
.jury-details p{margin:2px 0 8px;color:#000;font-family:Arial,sans-serif;font-size:12px;line-height:1.1;letter-spacing:1px}
.jury-company{color:#000;font-family:"Brush Script MT","Segoe Script",cursive;font-size:27px;line-height:1;font-weight:600}
.jury-link{position:absolute;right:10px;bottom:10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#087bd3;border-radius:5px;color:#fff;text-decoration:none;font-size:21px;transition:transform .3s ease,background .3s ease}
.jury-link:hover{background:#005a9c;transform:scale(1.1)}
.jury-card:hover{transform:translateY(-7px);box-shadow:0 14px 30px rgba(0,0,0,.15)}
.jury-card:hover .jury-image img{transform:scale(1.05);filter:grayscale(70%)}
.jury-heading{opacity:0;transform:translateX(-40px)}
.jury-card{opacity:0;transform:translateY(45px)}
.jury-section.jury-visible .jury-heading{animation:juryHeadingIn .8s ease forwards}
.jury-section.jury-visible .jury-card:nth-child(1){animation:juryCardIn .7s ease .15s forwards}
.jury-section.jury-visible .jury-card:nth-child(2){animation:juryCardIn .7s ease .3s forwards}
.jury-section.jury-visible .jury-card:nth-child(3){animation:juryCardIn .7s ease .45s forwards}
.jury-section.jury-visible .jury-card:nth-child(4){animation:juryCardIn .7s ease .6s forwards}
@keyframes juryHeadingIn{
from{opacity:0;transform:translateX(-40px)}
to{opacity:1;transform:translateX(0)}
}
@keyframes juryCardIn{
from{opacity:0;transform:translateY(45px)}
to{opacity:1;transform:translateY(0)}
}
.jury-image{overflow:hidden}
.jury-image img{transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .5s ease}
.jury-card:hover .jury-image img{transform:scale(1.07);filter:grayscale(60%)}
.jury-card{transition:transform .4s ease,box-shadow .4s ease}
.jury-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px rgba(0,0,0,.18)}
.jury-content{transition:background-color .4s ease}
.jury-card:hover .jury-content{background:#e3f3d2}
.jury-details h3{transition:transform .35s ease}
.jury-card:hover .jury-details h3{transform:translateX(4px)}
.jury-company{transition:transform .4s ease}
.jury-card:hover .jury-company{transform:translateX(5px)}
.jury-link{transition:transform .35s ease,box-shadow .35s ease}
.jury-link:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 5px 12px rgba(0,0,0,.25)}
.jury-heading-line{transform-origin:left center;transform:scaleX(0);transition:transform .7s ease .5s}
.jury-section.jury-visible .jury-heading-line{transform:scaleX(1)}
@media (max-width:991px){
.jury-section{padding:55px 25px 45px}
.jury-layout{grid-template-columns:160px 1fr;gap:20px}
.jury-heading h2{font-size:32px}
.jury-grid{gap:20px 12px}
.jury-card{height:190px}
.jury-content,.jury-image{height:190px}
.jury-content{padding:55px 12px 12px}
.jury-details h3{font-size:14px}
.jury-details p{font-size:10px}
.jury-company{font-size:23px}
}
@media (max-width:767px){
.jury-section{padding:40px 15px}
.jury-layout{display:block}
.jury-heading{text-align:center;padding:0;margin-bottom:30px}
.jury-heading h2{font-size:32px;line-height:1.05}
.jury-heading-line{margin:12px auto 0;width:80px;height:6px}
.jury-grid{grid-template-columns:1fr;gap:20px;max-width:450px;margin:0 auto}
.jury-card{display:block;width:100%;height:auto;border-radius:0 0 15px 15px}
.jury-image{width:100%;height:260px}
.jury-image img{object-fit:cover}
.jury-content{width:100%;height:130px;padding:20px 18px 15px;background:#eaf5dc}
.jury-details h3{font-size:17px}
.jury-details p{font-size:12px}
.jury-company{font-size:26px}
.jury-link{right:14px;bottom:14px}
}
.how-enter-section{position:relative;width:100%;padding:20px 35px 55px;background:#f8f7f3;overflow:hidden;background:url(https://uat.afaqs.com/frontend/brandstoryz/2026/assets/images/design-elements-many-gray-lines-white-background.webp);background-position:left top;background-repeat:repeat-x;background-size:50% auto}
.how-enter-main{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:275px 1fr;gap:30px}
.how-enter-title h2{margin:0;color:#2d7b35;font-family:Georgia,"Times New Roman",serif;font-size:40px;line-height:1.12;font-weight:700}
.how-enter-title span{display:block;width:115px;height:9px;margin-top:12px;background:#d7ff29}
.how-tab-content{display:none;width:100%}
.how-tab-content.active{display:block;animation:howTabFade .4s ease}
@keyframes howTabFade{
from{opacity:0;transform:translateY(15px)}
to{opacity:1;transform:translateY(0)}
}
@media (max-width:767px){
.how-enter-main{display:block}
.how-enter-title{text-align:center;margin-bottom:30px}
.how-enter-title span{margin-left:auto;margin-right:auto}
}
.how-enter-tabs{position:relative;z-index:5;display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto 75px;width:100%;text-align:center}
.how-tab-content{position:relative;width:100%;max-width:1260px;margin:0 auto;display:none;column-gap:38px;align-items:start;box-sizing:border-box}
.how-tab-content.active{display:grid;animation:howTabFadeIn .45s ease both}
@keyframes howTabFadeIn{
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.how-enter-tab{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:63px;padding:0 25px;border:0;outline:0;background:0 0;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:500;line-height:1;letter-spacing:5px;text-decoration:none;white-space:wrap;cursor:pointer;transition:background-color .35s ease,color .35s ease,transform .25s ease}
.how-enter-tab.active{background:#d7ff29;color:#111;font-weight:700;margin:0 15px}
.how-enter-tab:not(.active):hover{color:#287a32;background:rgba(215,255,41,.18)}
.how-enter-tab:active{transform:scale(.97)}
.how-enter-tabs>span{display:inline-flex;align-items:center;justify-content:center;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1;user-select:none}
.tab-content{position:relative;width:100%;max-width:1260px;margin:0 auto;display:none;grid-template-columns:300px minmax(0,1fr);column-gap:38px;align-items:start;box-sizing:border-box}
.tab-content.active{display:grid;animation:tabContentIn .55s ease both}
@keyframes tabContentIn{
0%{opacity:0;transform:translateY(25px)}
100%{opacity:1;transform:translateY(0)}
}
.how-enter-title{position:relative;padding:0;margin:0}
.how-enter-title h2{margin:0;color:#2d7b35;font-family:Arvo,serif;font-size:40px;font-weight:700;line-height:1.12;letter-spacing:0;text-transform:uppercase}
.how-enter-title span{display:block;width:115px;height:9px;margin-top:12px;background:#d7ff29;transform-origin:left center;animation:titleLineIn .7s ease .2s both}
@keyframes titleLineIn{
from{opacity:0;transform:scaleX(0)}
to{opacity:1;transform:scaleX(1)}
}
.how-enter-text{width:100%;min-width:0;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.25}
.how-enter-text h3{margin:0 0 5px;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:1.2;text-transform:uppercase}
.how-enter-text p{margin:0 0 18px;color:#111;font-size:16px;font-weight:400;line-height:1.25}
.how-enter-text ul{margin:0;padding-left:22px}
.how-enter-text li{margin:0 0 3px;padding-left:2px;color:#111;font-size:16px;line-height:1.2}
@media (max-width:1199px){
.how-enter-section{padding:0 20px;background-size:100% auto;background-repeat:no-repeat}
.tab-content{grid-template-columns:230px minmax(0,1fr);column-gap:30px}
.how-enter-title h2{font-size:38px}
.how-enter-title span{width:100px;height:8px}
.how-enter-text li,.how-enter-text p{font-size:14px}
}
@media (max-width:991px){
.how-enter-section{padding:20px 20px 50px}
.tab-content{grid-template-columns:200px minmax(0,1fr);column-gap:25px}
.how-enter-title h2{font-size:34px}
.how-enter-text h3{font-size:13px;margin-bottom:12px}
.how-enter-text li,.how-enter-text p{font-size:13px;line-height:1.35}
}
@media (max-width:767px){
.how-enter-section{padding:15px 15px 45px}
.tab-content,.tab-content.active{display:block;width:100%}
.how-enter-title{width:100%;margin-bottom:28px;text-align:center}
.how-enter-title h2{font-size:34px;line-height:1.08}
.how-enter-title span{width:90px;height:7px;margin:10px auto 0}
.how-enter-text p{margin-bottom:22px;font-size:14px;line-height:1.45}
.how-enter-text ul{padding-left:20px}
.how-enter-text li{margin-bottom:5px;font-size:14px;line-height:1.4}
}
@media (max-width:480px){
.how-enter-tabs{white-space:wrap;margin-bottom:30px;gap:3px 0}
.how-enter-tab{min-height:40px;padding:5px 7px;font-size:14px;letter-spacing:1px}
.how-enter-tabs>span{font-size:11px}
.how-enter-title{margin-bottom:25px}
.how-enter-title h2{font-size:29px}
.how-enter-title span{width:80px;height:6px}
.how-enter-text li,.how-enter-text p{font-size:13px;line-height:1.45}
.how-enter-text p{margin-bottom:20px}
.how-enter-text ul{padding-left:18px}
}
@media (max-width:360px){
.how-enter-tab{padding:0 5px;font-size:8px;letter-spacing:.8px}
.how-enter-tabs>span{font-size:10px}
.how-enter-title h2{font-size:27px}
}
.how-enter-tab:focus-visible{outline:2px solid #287a32;outline-offset:3px}
@media (prefers-reduced-motion:reduce){
.how-enter-tab,.how-enter-title span,.tab-content{animation:none!important;transition:none!important}
}
.contact-us-section{position:relative;width:100%;padding:15px 25px 55px;background:#f8f6f2;overflow:hidden}
.contact-heading{font-size:24px;font-weight:700;color:#000;letter-spacing:1px}
.my-font-icon-contact{color:#000!important;margin-right:10px;padding-left:20px}
.personName{font-family:Roboto,sans-serif;color:#337f33!important;font-size:16px;font-weight:900}
.contactNumber{font-family:Roboto,sans-serif;color:#337f33!important;font-size:16px}
.emailId{font-family:Roboto,sans-serif;color:#337f33!important;font-size:16px}
.contact-image{margin:5% 0 20%;filter:grayscale(1)}
.CaseStydy-section{position:relative;width:100%;padding:20px 35px 55px;background:#f8f7f3;overflow:hidden;background:url(https://uat.afaqs.com/frontend/brandstoryz/2026/assets/images/design-elements-many-gray-lines-white-background.webp);background-position:left bottom;background-repeat:repeat-x;background-size:50% auto}
.jury-score{text-align:center;font-size:16px;font-weight:600;color:#fff;background:#175f19;border-radius:10px 0 0 0;width:111px;position:absolute;bottom:0;right:0;padding:5px}
.jury-score-text{text-align:center;font-size:14px;font-weight:600;color:#fff;margin-left:10px;text-align:center}
.jury-score p{text-align:center;font-size:24px;font-weight:700;color:#fff}
.btn-custom{color:#175f19;font-size:14px;font-weight:500;padding:3px 5px;background:#d8ff27;border:0;width:20%;position:absolute;bottom:10px;left:13px}
.btn-custom:hover{font-weight:500;background:#175f19;color:#d8ff27}
.card-img-top{width:100%;width:250px}
.card-body-caseStudy{width:100%;height:240px;background:#082b09;padding-top:10px;position:relative}
.card{position:relative;display:flex;flex-direction:column;background-color:#fff;background-clip:border-box;text-align:center;border-radius:.25rem;width:250px}
.card-title-caseStudy{color:#fff;font-size:15px;font-weight:600;text-align:left;padding:2px 5px;margin:2px 5px;line-height:120%;letter-spacing:0}
.card-title-caseStudy span{font-family:Roboto,sans-serif;color:#fff;font-size:14px;font-weight:400;line-height:120%;letter-spacing:0}
.CS-my-card-mr{margin-left:40px}
@media(min-width:1440px) and (max-width:5678px){
.card{position:relative;display:flex;flex-direction:column;background-color:#fff;background-clip:border-box;text-align:center;border-radius:.25rem;width:300px}
.card-img-top{width:100%;width:300px}
.CS-my-card-mr{margin-left:50px}
}
@media(max-width:575.98px){
.CaseStydy-section{padding:0 5px 50px}
.card{position:relative;display:flex;flex-direction:column;background-color:#fff;background-clip:border-box;text-align:center;border-radius:.25rem;width:320px!important}
.card-img-top{width:100%!important;max-width:320px!important}
.card-body-caseStudy{width:100%!important;height:200px!important}
.CS-my-card-mr{margin-left:-20px!important}
}
.announced_soon{display:flex;justify-content:center;align-items:center;min-height:460px;background-color:#fff}
.announced_soon-text{font-family:Roboto,sans-serif;font-size:32px;color:#494747;font-weight:700}
.topHeader .topLinks ul{padding:0;margin:0;display:flex;align-items:center;column-gap:10px}
.topHeader .topLinks ul li:last-child{padding-right:0}
.topHeader .topLinks ul li .hashTagHeader{font-size:14px}
@media (min-width:992px){
.topHeader .topLinks .joinAsPartner,.topHeader .topLinks .nominateJury{display:block}
}
@media (max-width:480px){
.topHeader .topLinks ul li{padding:0}
}
.topHeader{background:#fff;padding:10px 0;display:flex;justify-content:space-between;align-items:flex-end}
.topHeader .topLinks{display:flex;justify-content:end}
.topHeader .topLinks ul li{list-style:none;padding:0 8px}
.topHeader .topLinks .joinAsPartner,.topHeader .topLinks .nominateJury{display:block}
.joinAsPartner,.nominateJury{border:1px solid #ccc;padding:1px 15px!important;font-size:12px;white-space:nowrap;display:none;cursor:pointer;font-weight:400}
@media (max-width:575.98px){
.topHeader .topLinks .joinAsPartner,.topHeader .topLinks .nominateJury{display:none!important}
}
@media (min-width:576px) and (max-width:767.98px){
.topHeader .topLinks .joinAsPartner,.topHeader .topLinks .nominateJury{display:none!important}
}
.form-control{display:block;width:100%;height:calc(1.5em .75rem 2px);padding:.375rem .75rem;font-size:14px!important;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
label{font-size:14px!important}
@media (prefers-reduced-motion:reduce){
.form-control{transition:none}
}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.form-control:disabled{background-color:#e9ecef;opacity:1}
select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0#495057}
select.form-control:focus::-ms-value{color:#495057;background-color:#fff}
.eFormTitle{padding-top:20px}
.eFormTitle h6{font-size:30px;color:#000}
.eFormTitle span{font-size:13px;color:#e00202}
.formCont{padding-top:20px;font-size:15px}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}
body,input,select{line-height:1.4;letter-spacing:.4px;word-spacing:1px}
body,input,select{font-weight:400}
input,select{font-size:12px}
::-webkit-input-placeholder{font-style:italic;font-size:11px}
:-moz-placeholder{font-style:italic;font-size:11px}
::-moz-placeholder{font-style:italic;font-size:11px}
:-ms-input-placeholder{font-style:italic;font-size:11px}
.btnCustomPrimary.btn-primary{background:#0a189d;border-color:#0a189d}
.btnCustomPrimary.btn-primary:hover{background:#000}
.btnNavy.btn-primary{background:#0a189d;border-color:#0a189d}
.btnNavy.btn-primary:hover{background:#000}
.btnNavy{font-size:14px}
.font-11px{font-size:11px!important;line-height:13.75px}
.errorMsg{padding:0 5px;font-size:10px;position:absolute;right:0;background:#ffe5eb;color:#de0d26}
.font-10px{font-size:10px!important;line-height:12.5px}
.w-100{width:100%!important}