@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");

/*font-family: "Abhaya Libre", serif; */
body {
  font-family: "MWSans-Regular";
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden !important;
}

@font-face {
  font-family: "MWSans-Bold";
  src: url("../fonts/MWSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "MWSans-BoldItalic";
  src: url("../fonts/MWSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "MWSans-Italic";
  src: url("../fonts/MWSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "MWSans-Regular";
  src: url("../fonts/MWSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MWSans-SemiBold";
  src: url("../fonts/MWSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MWSans-SemiBoldItalic";
  src: url("../fonts/MWSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

header {
  background-color: #000000;
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  height: 100px;
}

a {
  text-decoration: none;
}

.mb-96 {
  margin-bottom: 96px;
}

.sticky {
  position: sticky;
  width: 100%;
  z-index: 99;
  background: #000000;
  top: 0;
}

.hide {
  display: none;
}

.logo {
  width: 304.97px;
  height: 44.12px;
}

.nav li {
  padding-right: 48px;
  display: inline;
  list-style: none;
}

.nav li:last-child {
  padding-right: 0px;
}

#menu-top-menu {
  padding-left: 0;
}

.nav li a {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-family: "MWSans-Regular";
}

.nav li a.active {
  font-weight: 600;
}

.nav li a:after {
  content: " ";
  position: absolute;
  width: auto;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  background-color: white;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.nav li a:hover::after {
  opacity: 1;
}

.work_sectionimg img:hover {
  filter: brightness(0.7);
}

.hero-content p a {
  color: #000000;
  transition: 0.3s ease-in-out all;
}

.hero-content p a:hover {
  border-bottom: 2px solid #000000;
}

/* .nav li.current-menu-item a {
  font-weight: 600;
} */

.nav li.green.current-menu-item a:after {
  background-color: #000000;
}

.nav li.blue.current-menu-item a:after {
  background-color: #000000;
}

.nav li.pink.current-menu-item a:after {
  /* background-color: #000000; */
}

.nav li.orange.current-menu-item a:after {
  /* background-color: #000000; */
}

.nav li.yellow.current-menu-item a:after {
  background-color: #000000;
}

.navbarMain-mob {
  background: #ffffff;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.content.des_content .ewa-rteLine {
  margin-bottom: 10px;
}

.post_wrap_data {
  margin-right: 20px;
}

.navmenu-mob {
  width: 100%;
  padding: 15px 0;
  height: calc(100vh - 150px);
}

.navmenu-mob .nav li {
  width: 100%;
  text-align: left;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.navmenu-mob .nav ul {
  padding-left: 0;
}

.hero-banner-wrap img {
  width: 100%;
  border-radius: none;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  /* padding: 25px 0; */
  height: 158px;
  align-items: center;
}

ul.footer-nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}

ul.footer-nav li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 18.8px;
  margin-bottom: 0;
}

.copyright,
ul.footer-nav a {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  padding: 0 10px 0px 10px;
}

ul.social-media li a {
  font-size: 16px;
}

ul.footer-nav li:first-child a {
  padding: 0 10px 0px 0px;
}

ul.footer-nav li:last-child a {
  padding: 0 0px 0px;
}

ul.footer-nav li:first-child::after,
ul.footer-nav li:last-child::after {
  display: none;
}

ul.footer-nav li::after {
  content: "";
  background: #000;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  display: none;
}

.social-media {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding-bottom: 0;
}
ul.social-media li {
  padding: 0 10px;
}

ul.social-media li a {
  color: #fff;
  transition: 0.3s ease-in-out all;
}

ul.social-media li a:hover {
  border-bottom: 1px solid #fff;
}

ul.social-media li a img {
  width: 45px;
}

.headind_destination {
  font-size: 31px;
  color: #000;
  padding: 64px 0px 50px 0px;
  padding-top: 0;
  text-align: center;
  font-family: "MWSans-SemiBold";
  font-weight: 500;
}

.mid-image img {
  width: 100%;
}

.work_catheadline {
  font-size: 16px;
  color: #000;
  padding: 15px 0px 5px;
  font-family: "MWSans-Regular";
  font-weight: normal;
  line-height: 18.8px;
  text-transform: uppercase;
}

.section_two {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.work_titheadline {
  font-size: 26px;
  color: #000;
  padding: 0px 0px 0px;
  font-family: "MWSans-SemiBold";
  font-weight: 500;
  line-height: 32px;
}

.workreadmore_arrow {
  padding-top: 0px;
  width: 100%;
  position: relative;
  top: -2px;
  left: 5px;
}

.work_awardsection {
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  padding: 11px 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.awards_text {
  font-size: 18px;
  padding-top: 12px;
  font-weight: normal;
}

span.awards_category {
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
}

span.awards_name {
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.awards_wrapper {
  margin-bottom: 34px;
}

.award-img {
  display: inline;
  margin-right: 7.5px;
}

.awards-icon-main {
  margin-bottom: 30px;
}

.content-wrapper .headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  font-family: "MWSans-Bold";
}

.content-wrapper {
  margin-bottom: 2.5rem;
}

.content {
  font-size: 24px;
  font-weight: 200;
  line-height: 28px;
  margin-top: 10px;
  font-family: "MWSans-Regular";
}

.team_img {
  /* width: 100%; */
  margin: 0 auto;
  margin-bottom: 25px !important;
}

.team_wrapper {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}

.name-headline {
  font-size: 26px;
  line-height: 31.2px;
  font-weight: 500;
  color: #1b1b1b;
  margin-bottom: 0px;
}

.team_content {
  text-align: left;
}

.location-headline {
  font-size: 16px;
  line-height: 18.8px;
  text-transform: uppercase;
  margin-top: 10px;
}

.designation-headline {
  font-size: 16px;
  line-height: 18.8px;
  text-transform: uppercase;
}

/* .team_wrapper::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #000;
    display: block;
    width: 100%;
     bottom: -11px;
} */

.name-headline .workreadmore_arrow {
  padding-left: 5px;
  position: relative;
  top: -1px;
}

.contact_main_wrapper {
  padding: 30px 0 30px 0;
  padding-top: 0;
}

.headline_txt {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.headline_desc {
  font-size: 18px;
  line-height: 21.6px;
  max-width: 670px;
  margin: 0 auto;
}

.headline-wrapper {
  margin-bottom: 74px;
  text-align: center;
}

.page-template-page-contact-us .headline-wrapper {
  margin-bottom: 50px;
}

.contact_colone {
  position: relative;
  background-color: #000000;
  width: 503px;
}

.black_box {
  background-color: #000000;
}

.golden_box {
  background-color: #b29e5b;
}

.golden_box_inner {
  color: #000000;
  width: 100%;
  padding: 15px 20px;
}

.black_box_inner {
  color: #b29d5b;
}

.inquiries {
  font-size: 33px;
  font-family: "MWSans-Bold";
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  line-height: 39px;
}

.inquiries a {
  font-family: "MWSans-Regular";

  color: #ffffff;
}

.titname {
  /* text-align: center; */
  font-size: 32px;
  font-family: "MWSans-Regular";
  font-weight: 600;
  line-height: 37.7px;
}

.contactreadmore_arrow {
  vertical-align: top;
  position: relative;
}

.contact_name {
  /* text-align: center; */
  font-size: 16px;
  /* padding-top: 100px; */
  font-family: "MWSans-Regular";
  font-weight: normal;
  padding: 5px 0px 0px 20px;
  text-transform: uppercase;
}

.cont_degination {
  text-align: center;
  font-size: 19px;
  padding-bottom: 40px;
  font-weight: normal;
}

.contact_colone::before {
  content: "";
  border-top: 2px solid #000;
  display: block;
  position: absolute;
  display: none;
  width: 100%;
  top: -20px;
}

.contact_main_wrapper {
  margin-bottom: 70px;
}

.approach_section {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0px;
}

.approach_colone {
  width: 48%;
  margin-right: 2%;
  line-height: 28px;
  font-size: 16px;
  font-weight: normal;
  color: #030303;
}

.approach_details {
  font-size: 16px;
  padding-bottom: 50px;
  width: 61%;
  line-height: 28px;
  font-weight: normal;
  color: #030303;
}

.a_bigfont {
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
  color: #000;
}

.share_icon {
  cursor: pointer;
}

.all_share_icon li {
  list-style-type: none;
}

.all_share_icon {
  display: none;
  position: absolute;
  top: -115px;
}

.main_shareicon {
  position: fixed;
  right: 30px;
  top: 70%;
  bottom: 0;
  z-index: 2;
}

.swiper-paginations {
  opacity: 0;
}

.w-100 {
  max-width: 100% !important;
}

.mw_agenda {
  padding-top: 50px;
}

.mw_agendasection {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.mw_colone {
  width: 170px;
  border-right: 2px solid #000;
  margin-right: 5%;
}

.mw_coltwo {
  width: calc(100% - 33%);
}

.agendadetails {
  padding-bottom: 50px;
}

.agenda_month {
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
}

.agenda_date {
  text-align: center;
}

.agenda_day {
  font-size: 21px;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

.agenda_number {
  font-size: 53px;
  font-weight: 300;
  /* background: #F5F5F8; */
  /* border-radius: 35px; */
  width: 92px;
  height: 92px;
  color: #000;
  text-align: center;
  margin-left: 40px;
  cursor: pointer;
  background-image: url(../images/agenda-white.svg);
  line-height: 85px;
}

.agenda_fulldetails {
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}

.agenda_fulldetails:last-child {
  border-bottom: none !important;
}

.coltwoagenda_month {
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.coltwo_agendadate {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: -0.3px;
}

.moreinfo {
  color: #f0419f;
  margin-left: 5px;
}

.coltwo_agendainfo {
  font-size: 25px;
  font-weight: 500;
}

.coltwo_agendadesp {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: -0.3px;
}

.tabcontent.active {
  background: #f0429f;
}

/* MW Headers */

.hero-template-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 37.88px;
}

.hero-template-banner .hero-content {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 54px;
  width: 100%;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.hero-template-banner .hero-content h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 400;
  font-size: 254px;
  line-height: 110px;
  margin: 0 30px;
  text-align: center;
  overflow-y: hidden;
  line-height: 1;
}

.hero-template-banner .hero-content span {
  letter-spacing: -7%;
  display: inline-block;
  transform: translateY(100%);
}

/* Common styles for both line blocks */
.hero-content .lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 130px;
  position: relative;
  overflow: hidden;
  top: 5px;
}

.hero-content .line {
  height: 9px;
  background: black;
  transform: scaleY(0);
  transform-origin: left;
}

.hero-template-banner .hero-content .lines.left-lines {
  width: 232px;
}

.hero-template-banner .hero-content .lines.right-lines {
  width: 800px;
}

/* Optional for parallax effect */
.hero-content .left-lines,
.hero-content .right-lines {
  will-change: transform;
}

.hamburger-icon img {
  filter: invert();
}

/* MW Content Headers */

.hero-template-banner-home {
  position: relative;
  overflow: hidden;
  margin-top: 250px;
}

.hero-template-main-content {
  width: 750px;
}

.hero-template-banner-home .hero-content-home {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.hero-template-banner-home .hero-content-home h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 400;
  font-size: 134px;
  color: #000000;
  overflow-y: hidden;
  text-align: center;
  line-height: 110px;
}

.hero-template-banner-home .hero-content-home p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
}

.hero-content-home .lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 410px;
  position: relative;
  top: 200px;
}

.hero-content-home .line {
  height: 21px;
  background: black;
  transform: scaleY(0);
  transform-origin: left;
}

.hero-content-home .lines.left-lines {
  width: 135px;
}

.hero-content-home .lines.right-lines {
  width: 835px;
}

.main-nav {
  padding: 0 55px;
}

.hero-content-img img {
  width: 100%;
}

.mobile_show {
  display: none !important;
}

.hero-content-mobile {
  display: none;
}

.swiper-container {
  width: 100%;
}

.swipers {
  overflow: hidden;
}

/* .hero-template-swiper .swiper-slide {
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.hero-template-swiper .swiper-slide img {
  height: 100%;
  border-radius: 40px;
  width: 100%;
} */

.hero-template-swiper,
.icon-logo-template {
  padding: 245px 0;
}
.hero-template-swiper {
  padding-top: 200px;
  padding-bottom: 0;
}

.cannesbeyond {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 53%;
  overflow: hidden;
  background-image: url(../images/line-area-10.png);
}

.icon-logo-template {
  padding-top: 100px;
}

.icon-logo-template .icon-list {
  display: flex;
  text-align: center;
  padding: 0 200px;
  justify-content: space-between;
}

.cannesbeyond .cannesbeyond-sec {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 150px;
  justify-content: space-around;
}

.cannesbeyond-sec .cannesbeyond-content h2 {
  font-weight: 400;
  font-size: 100px;
  line-height: 90px;
  color: #000000;
  text-align: center;
  font-family: "Abhaya Libre", serif;
}

.cannesbeyond-sec .cannesbeyond-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  margin-top: 20px;
  width: 750px;
  color: #000000;

  text-align: center;
}
.cannesbeyond-sec .cannesbeyond-content a {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin-top: 40px;
  display: block;
}

.hero-template-swiper .hero-content {
  display: block;
}

.icon-list-item-content h2 {
  margin-top: 58px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
  color: #000000;
  font-weight: 400;
  font-family: "Abhaya Libre", serif;
}

.cannesbeyond-img img {
  height: 614px;
}

.no-ma {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 112.17px;
}

.icon-list-item-content {
  width: 282px;
  text-align: center;
}

#menu-item-1333,
.hide-mob {
  display: none;
}

.icon-list-item-content img {
  transition: 0.5s ease-in-out all;
}

.icon-list-item-content img:hover {
  filter: opacity(0.3);
}

.hero-template-swiper {
  background-image: url(../images/line-area.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 70%;
}

.font-size-20 {
  font-size: 20px;
  font-family: "MWSans-Regular";
  line-height: 20px;
}
.font-size-16 {
  font-family: "MWSans-Regular";
  font-size: 16px;
}

.mg-top {
  margin-top: 10px;
}

.hero-template-swiper .container-fluid {
  padding: 0 200px;
  position: relative;
}

.hero-template-swiper::before,
.hero-template-swiper::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 81px;
  /* 9 lines * 9px */
  background: repeating-linear-gradient(
    to bottom,
    white 0px,
    white 21px,
    black 21px,
    black 18px
  );
  z-index: 10;
}

.hero-template-swiper::before {
  left: 0;
}

.hero-template-swiper::after {
  right: 0;
}

.hero-template-swiper .hero-content h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 400;
  font-size: 134px;
  color: #000;
  text-align: center;
  line-height: 110px;
}

.hero-template-swiper .hero-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.logo a img {
  transition: 0.3s ease-in-out;
}

.logo a:hover img {
  opacity: 0.6;
}

.paddingleft {
  margin-left: 10px;
}

.imagehoverd:hover {
  filter: brightness(1) !important;
}

/* Homepage WOrk */

.mainContainer {
  padding: 0 180px;
  margin-top: 8rem;
  display: block;
  background-image: url(../images/line-area.png);
  background-repeat: no-repeat;
  background-size: contain;

  background-position: center;
  position: relative;
}

.secondaryContainer {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  background-image: url(../images/line-area-10.png);
}

.our-work-title {
  position: absolute;
  top: -9%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.margin-top-same {
  margin-top: 1.5rem;
}

.our-work-title h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 400;
  font-size: 200px;
  z-index: 2;
  color: #000000;
  text-align: center;
}

/* Work Section Styles */
.home_work_new {
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
}

/* Card Styles for Section 1 */
.home_work_items_card_1 {
  margin-top: 70px;
  width: 363.69px;
  height: 204.5px;
}

.home_work_items_card_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* Card Styles for Section 2 */
.home_work_items_card_2 {
  width: 606px;
  height: 340px;
  margin-top: 70px;
}

.home_work_items_card_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* Margin for Second Section */
.margintopbig {
  margin-top: 25rem;
}

.magin-top-small {
  margin-top: 10rem;
}

/* Card Styles for Section 3 */
.home_work_items_card_3 {
  width: 100%;
  margin-top: 70px;
  height: 266px;
}

.home_work_items_card_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* View All Button Card Styles */
.work_card_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  height: 265.95px;
  margin-top: 70px;
  border: 1px solid #000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

.work_card_button:hover {
  background-color: #eee;
}

.work_view_link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  padding: 10px 20px;
}

.work_view_link:hover {
  color: #000000;
}

.home_work_new_tab {
  display: flex;
  gap: 19.56 30px;
  margin-top: 20px;
  justify-content: space-around;
}

.home_work_new_tab .home_work_items_card_4 {
  width: 300.44px;
  margin-top: 50px;
}

.home_work_new_tab .home_work_items_card_4 img {
  width: 100%;
  height: 169px;
  border-radius: 23px;
}

.home_work_new_tab .home_work_items_card_5 {
  width: 300.44px;
  margin-top: 50px;
}

.home_work_new_tab .home_work_items_card_5 img {
  width: 100%;
  border-radius: 23px;
  height: 169px;
}

.margin-top-tab {
  margin-top: 5rem;
}

.tab-ony {
  display: none;
}

.home_work_mobile {
  overflow: hidden;
}

.home_work_mobile .swiper-slide {
  padding: 0 20px;
}

.home_work_mobile .swiper-slide img {
  width: 100%;
  /* height: 186px; */
  object-fit: cover;
  height: 100%;
  border-radius: 18px;
}

.swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1.6px solid #000000 !important;
}

.swiper-pagination-bullet-active {
  background-color: #000000 !important;
}

.mobile-only {
  display: none;
}

.mainContainer a img {
  transition: 0.3s ease-in-out all;
}

.mainContainer a img:hover {
  filter: brightness(0.7);
}

/* .swiper-3d .swiper-slide img {
  width: 230px;
}

.swiper .swiper-slide-prev img {
  margin-left: 230px;
  width: 230px;
  margin-top: 25%;
}

.swiper .swiper-slide-next img {
  margin-left: -80px;
  width: 230px;
  margin-top: 25%;
}

.swiper .swiper-slide-active img {
  margin-left: 0;
  width: 500px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  display: none;
} */
.copu {
  display: none !important;
}

.hero-banner {
  overflow: hidden;
  position: relative;
}

.hero-banner .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  bottom: 70px !important;
}

.hero-banner .swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1.6px solid #ffffff !important;
}

.hero-banner .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.workInnerWrapper a .page_work_bg p span {
  transition: all 0.1s ease-in-out;
}

.workInnerWrapper a:hover .page_work_bg p span {
  border-bottom: 2px solid #000000;
}

.hero-content-mobile img,
.work_sectionimg img {
  width: 100%;
}

.swiper-paginations.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  left: 0;
  text-align: center;
  top: 90%;
}

#hero-template-swiper-left {
  background-position-y: 90%;
}

@media screen and (max-width: 1900px) {
  .hero-template-banner .hero-content h2 {
    font-size: 210px;
  }

  .hero-template-banner .hero-content h2 {
    width: 50%;
  }

  .hero-template-banner-home .hero-content-home .hero-template-main-content {
    width: 100%;
    padding: 0 50px;
  }

  .hero-content-home .lines.left-lines {
    width: 10%;
  }

  .hero-content-home .lines.right-lines {
    width: 80%;
  }

  .our-work-title h2 {
    font-size: 180px;
  }

  .custom-slider {
    width: 600px;
  }
  .home_work_items_card_3 {
    height: 230px;
  }
  .safari-only .our-work-title {
    top: -5%;
    left: 53%;
  }
}

@media screen and (max-width: 1720px) {
  .hero-template-banner .hero-content h2 {
    font-size: 170px;
    width: 50%;
  }

  .hero-template-swiper .hero-content h2 {
    font-size: 100px;
    line-height: 90px;
  }

  .hero-template-swiper .container-fluid,
  .icon-logo-template .icon-list {
    padding: 0 150px;
    position: relative;
  }

  .swiper-slide {
    /* width: 330px !important; */
  }

  .hero-template-banner-home .hero-content-home h2 {
    font-size: 100px;
    line-height: 90px;
  }

  .swiper .swiper-slide-prev img {
    margin-left: 190px;
  }

  .swiper .swiper-slide-next img,
  .swiper .swiper-slide-prev img {
    margin-top: 15%;
  }

  .home_work_items_card_1 {
    width: 100%;
    height: 210px;
  }

  .home_work_items_card_3,
  .work_card_button {
    height: 215px;
  }

  .our-work-title h2 {
    font-size: 140px;
  }

  .our-work-title {
    top: -4%;
  }

  .home_work_items_card_2 {
    width: 430px;
    height: 250px;
  }

  .home_work_items_card_1 {
    width: 100%;
    height: 160px;
  }

  .safari-only .home_work_items_card_1 {
    width: 100%;
    height: 210px;
  }
  .safari-only .home_work_items_card_3,
  .work_card_button {
    height: 215px;
  }
  .safari-only .our-work-title {
    top: -2%;
  }
}

@media screen and (max-width: 1600px) {
  .mainContainer {
    padding: 0px 140px;
  }
  .cannesbeyond .cannesbeyond-sec {
    padding: 0px 100px;
  }

  .cannesbeyond-sec .cannesbeyond-content h2 {
    font-size: 70px;
    line-height: 60px;
  }
  .cannesbeyond-sec .cannesbeyond-content p {
    width: 100%;
    padding: 0 40px;
  }
  .cannesbeyond-img img {
    padding: 0 20px;
    height: 550px;
  }
}

@media screen and (max-width: 1520px) {
  .swiper .swiper-slide-prev img {
    margin-left: 140px;
  }

  .safari-only .home_work_items_card_3 {
    height: 190px;
  }
}

@media screen and (max-width: 1430px) {
  .hero-template-banner .hero-content h2 {
    font-size: 150px;
  }

  .swiper.swiper-cards {
    margin-left: -50px;
  }

  .our-work-title h2 {
    font-size: 135px;
  }

  .home_work_items_card_1,
  .home_work_items_card_3,
  .home_work_items_card_2 {
    margin-top: 40px;
  }

  .home_work_items_card_2 {
    width: 400px;
    height: 290px;
  }

  .home_work_items_card_1 {
    height: 150px;
  }

  .home_work_items_card_3 {
    height: 220px;
  }

  .home_work_items_card_2 {
    height: 240px;
  }

  .swiper .swiper-slide-next img,
  .swiper .swiper-slide-prev img {
    margin-top: 8%;
  }

  .swiper .swiper-slide-prev img {
    margin-left: 135px;
  }
  .safari-only .home_work_items_card_1 {
    height: 175px;
  }
  .cannesbeyond .cannesbeyond-sec {
    padding: 0 90px;
  }
}

@media screen and (max-width: 1310px) {
  .hero-template-banner .hero-content h2 {
    width: 55%;
  }

  .contact_colone {
    width: 100%;
  }

  .inquiries {
    font-size: 22px;
  }

  .hero-template-swiper .hero-content h2 {
    font-size: 80px;
    line-height: 70px;
  }

  .hero-template-swiper .hero-content p {
    font-size: 22px;
  }

  .hero-template-swiper .container-fluid,
  .icon-logo-template .icon-list {
    padding: 0 60px;
  }

  .hero-template-swiper {
    background-image: url(../images/line-area1.png);
  }

  .mainContainer {
    background-image: url(../images/line-area1.png);
  }

  .hero-template-banner-home .hero-content-home h2 {
    font-size: 80px;
    line-height: 70px;
  }

  .hero-template-banner-home .hero-content-home p {
    font-size: 22px;
  }

  .work_card_button {
    border-radius: 10px;
    height: 180.95px;
    margin-top: 40px;
  }

  .margintopbig {
    margin-top: 20rem;
  }

  .our-work-title h2 {
    font-size: 125px;
  }

  .home_work_items_card_3 {
    height: 180px;
  }

  .home_work_items_card_2 {
    height: 200px;
    width: 340px;
  }

  .mainContainer {
    padding: 0px 110px;
  }
  .cannesbeyond-sec .cannesbeyond-content h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .cannesbeyond-sec .cannesbeyond-content p {
    width: 100%;
    padding: 0 40px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .mainContainer {
    padding: 0px 70px;
  }

  .hero-template-banner .hero-content .lines.right-lines {
    width: 500px;
  }

  .hero-template-banner .hero-content h2 {
    font-size: 130px;
  }

  .hero-template-swiper .container-fluid,
  .icon-logo-template .icon-list {
    padding: 0 40px;
  }

  .swiper-slide {
    /* width: 250px !important; */
  }

  .icon-list-item-content img {
    width: 92px;
  }

  .our-work-title h2 {
    font-size: 110px;
  }

  .home_work_items_card_2 {
    width: 300px;
    height: 200px;
  }

  .swiper .swiper-slide-next img,
  .swiper .swiper-slide-prev img {
    margin-top: 4%;
  }

  .swiper .swiper-slide-prev img {
    margin-left: 95px;
  }
  .cannesbeyond-sec .cannesbeyond-content h2 {
    font-size: 75px;
    line-height: 75px;
  }
  .cannesbeyond {
    background-position: 100% 42%;
  }
  .cannesbeyond .cannesbeyond-sec {
    padding: 0 90px;
  }
  .cannesbeyond-img img {
    width: 350px;
    height: 100%;
  }
}




@media screen and (max-width: 990px) {
  #hero-template-swiper-left {
    background-position-y: 50%;
  }

  .footer-wrapper {
    height: 100%;
    padding: 50px 0;
    padding-bottom: 45px;
  }

  .icon-list-item-content {
    width: auto;
  }

  .swiper .swiper-slide-next img,
  .swiper .swiper-slide-prev img {
    margin-top: 15%;
  }

  .footer-wrapper,
  .social-media {
    flex-direction: column;
    text-align: center;
  }

  ul.footer-nav li {
    display: block;
  }

  ul.footer-nav li {
    font-size: 12px;
    margin: 5px 0;
  }

  ul.social-media li {
    margin: 5px 0;
  }

  .copu {
    margin: 0;
  }

  .copyright,
  ul.footer-nav a,
  ul.social-media li a {
    font-size: 12px;
  }

  ul.footer-nav {
    display: block;
  }

  .padding-top-mob {
    margin-top: 20px;
  }

  .work_card_button {
    margin-top: 50px;
  }

  .our-work-title h2 {
    font-size: 80px;
    line-height: 70px;
  }

  .cards-contact {
    width: 80%;
    margin: 20px auto;
  }

  .hero-template-banner .hero-content .lines.right-lines {
    width: 10%;
  }

  .hero-template-banner .hero-content .lines.left-lines {
    width: 10%;
  }

  .hero-template-banner .hero-content h2 {
    text-align: center;
  }

  .hero-template-swiper {
    background-image: url(../images/line-area3.png);
    background-position: 0px 45%;
  }

  .hero-template-swiper .hero-content {
    width: 75%;
    margin: 0 auto;
  }

  .swipers {
    padding: 0 50px;
    margin-top: 3rem;
  }

  .swiper-slide {
    /* width: 350px !important; */
  }

  .swiper.swiper-cards {
    margin-left: -100px;
  }

  .hero-template-swiper .hero-content p {
    font-size: 20px;
  }

  .hero-content-home .lines.right-lines {
    width: 10%;
  }

  .hero-content-home .lines.right-lines,
  .hero-content-home .lines.left-lines {
    display: none;
  }

  .hero-template-banner-home {
    background-image: url(../images/line-area3.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cannesbeyond-img img {
    padding: 0;
  }

  .hero-template-banner-home .hero-content-home .hero-template-main-content {
    padding: 0 30px;
  }

  .hero-template-banner-home .hero-content-home p {
    font-size: 20px;
    line-height: 28px;
    width: 600px;
  }

  .hero-template-swiper,
  .icon-logo-template {
    /* padding: 175px 0; */
    padding: 145px 0;
  }
  /* Added new padding to a tag */
  .hero-content p a {
    display: none;
  }

  .tab-ony,
  .copu {
    display: flex;
  }

  .copu {
    display: flex !important;
  }

  .desxtop-ony {
    display: none !important;
  }

  .mainContainer {
    background-image: url(../images/line-area3.png);
  }

  .secondaryContainer {
    background-image: url(../images/tab-lines.png);
    background-position: 10% 57%;
    overflow-x: hidden;
    padding: 40px 80px;
  }

  .cannesbeyond .cannesbeyond-sec {
    flex-direction: column;
  }
  .cannesbeyond {
    padding: 120px 0;
    background-image: url(../images/line-area3.png);
  }

  .cannesbeyond-img {
    margin-top: 2rem;
  }
  .cannesbeyond {
    background-position: 100% 50%;
  }
  .mainContainer {
    padding: 0px 70px;
  }

  #menu-item-1333,
  .hide-mob {
    display: block;
  }

  .hero-template-banner-home {
    margin-top: 160px;
  }

  .swiper .swiper-slide-prev img {
    margin-left: 175px;
  }

  .our-work-title {
    top: -9%;
  }
  .home_work_items_5 {
    margin-top: 2rem;
  }
  .safari-only .our-work-title {
    top: -6%;
    left: 50%;
  }
  .cannesbeyond .cannesbeyond-sec {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .our-work-title {
    position: relative;
  }

  .hero-content-img {
    display: none;
  }

  .mobile_show {
    display: flex !important;
  }

  .hero-content-mobile {
    display: block;
  }

  .hero-template-banner .hero-content h2 {
    font-size: 75px;
    margin: 0;
  }

  .hero-banner .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    position: absolute;
    bottom: 50px !important;
  }

  .hero-template-banner .hero-content {
    margin: 100px 0;
  }

  .main-nav {
    padding: 0 20px;
  }

  .mb-96 {
    margin-bottom: 30px;
  }

  .inquiries a {
    font-size: 20px;
  }

  .nav li a {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    color: #000;
    position: relative;
    line-height: 47, 2;
  }

  .nav li a:after {
    content: " ";
    position: absolute;
    width: auto;
    height: 2px;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    bottom: -3px;
  }

  ul.footer-nav li:first-child {
    padding: 0 0px 0px 0px !important;
  }

  ul.footer-nav li:last-child a {
    padding: 0px;
  }

  .copyright,
  ul.footer-nav li a {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 0px;
    line-height: 18px;
  }

  ul.social-media li a img {
    width: 30px;
  }

  .headind_destination {
    font-size: 22px;
    color: #000;
    padding: 18px 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
  }

  .contact_colone::before {
    content: "";
    border-top: 2px solid #000;
    display: none;
    position: absolute;
    width: 100%;
    top: -20px;
  }

  .approach_colone {
    line-height: 18px;
    font-size: 13px;
  }

  .a_bigfont {
    font-size: 14px !important;
    line-height: 22px !important;
    height: max-content;
  }

  .approach_details {
    font-size: 13px;
    line-height: 18px;
    width: 100%;
  }

  .mw_colone {
    width: 75px;
    margin-right: 3%;
  }

  .mw_coltwo {
    width: calc(100% - 30%);
  }

  .hero-content p a {
    display: none;
  }

  .agenda_month {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .agendadetails {
    padding-bottom: 20px;
  }

  .agenda_day {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .agenda_number {
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    margin-left: 12px;
    background-size: 50px;
  }

  .coltwoagenda_month {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .agenda_fulldetails {
    padding-bottom: 20px;
  }

  .coltwo_agendadate {
    font-size: 13px;
  }

  .coltwo_agendainfo {
    font-size: 16px;
  }

  .coltwo_agendadesp {
    font-size: 13px;
  }

  .hero-template-swiper .hero-content h2 {
    font-size: 53px;
    line-height: 48px;
  }

  .hero-template-swiper .hero-content p {
    font-size: 20px;
  }

  .hero-template-swiper {
    background-image: url(../images/line-area4.png);
  }

  .mainContainer {
    background-image: url(../images/line-area4.png);
    background-size: cover;
    padding-bottom: 5rem;
  }
  .cannesbeyond {
    padding: 100px 0;
    background-image: url(../images/line-area4.png);
  }
  .cannesbeyond-sec .cannesbeyond-content h2 {
    font-size: 53px;
    line-height: 48px;
  }
  .cannesbeyond-sec .cannesbeyond-content p {
    font-size: 20px;
    line-height: 25px;
    padding: 0 20px;
  }
  .cannesbeyond-sec .cannesbeyond-content a {
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
  }

  .mobile-only {
    margin-top: 30px;
    display: block;
  }

  .our-work-title h2 {
    font-size: 52px;
    line-height: 48px;
  }

  .hero-template-swiper .hero-content {
    width: 97%;
  }

  .swiper-slide {
    /* width: 240px !important; */
  }

  .swiper.swiper-cards {
    margin-left: -50px;
  }

  .icon-logo-template .icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }

  .icon-list-item-content img {
    width: 70px;
  }

  .icon-list-item-content h2 {
    margin-top: 2rem;
    font-size: 28px;
  }

  .hero-template-swiper,
  .icon-logo-template {
    padding: 100px 0;
  }

  .hero-template-banner-home .hero-content-home h2 {
    font-size: 52px;
    line-height: 48px;
  }

  .hero-template-banner-home .hero-content-home p {
    width: 92%;
  }

  .hero-template-banner-home {
    background-image: url(../images/line-mob-top.png);
  }

  .tab-ony {
    display: none;
  }

  .logo {
    width: 304.97px;
  }

  .swiper .swiper-slide-prev img {
    margin-left: 105px;
  }

  .swiper .swiper-slide-next img,
  .swiper .swiper-slide-prev img {
    margin-top: 4%;
  }

  .secondaryContainer {
    background-image: url(../images/slider-line-home.png);
    background-size: contain;
    background-position: 10% 54%;
  }

  .mainContainer.secondaryContainer {
    padding: 0 30px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .swiper-paginations {
    opacity: 1;
  }

  .page-template-page-contact-us .headline-wrapper {
    padding: 0 20px;
  }

  .headline_desc {
    max-width: 320px;
  }
}

@media screen and (max-width: 480px) {
  .cannesbeyond-img img {
    width: 100%;
  }
  .cannesbeyond-sec .cannesbeyond-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .cannesbeyond .cannesbeyond-sec {
    padding: 0 30px;
  }
  .cannesbeyond-sec .cannesbeyond-content p {
    padding: 0;
  }
  .hero-template-swiper .container-fluid {
    padding: 0 10px;
  }

  .hero-template-swiper .hero-content p {
    font-size: 16px;
    line-height: 23px;
  }

  .logo {
    height: 30px;
    width: 207.37px;
  }

  .hamburger-icon img {
    height: 18.2px;
    width: 35px;
  }

  .navbarMain-mob .social-media {
    display: none;
  }

  .secondaryContainer {
    background-position: 10% 54%;
  }

  .home_work_mobile .swiper-slide img {
    border-radius: 30px;
  }

  .swiper-paginations.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 12.8px;
    height: 12.8px;
  }

  .hero-template-banner-home {
    margin-top: 77px;
  }

  .hero-template-banner-home {
    background-size: contain;
    background-position: 10% 55%;
  }

  .hero-template-banner-home .hero-content-home .hero-template-main-content {
    padding: 0;
  }

  .swiper.swiper-cards {
    margin-left: -80px;
  }

  .swipers {
    padding: 0;
    margin-top: 5rem;
  }

  .home_work_mobile .swiper-slide img {
    height: 186px;
  }

  .swiper .swiper-slide-prev img {
    margin-left: 80px;
  }

  .icon-list-item-content {
    width: 100%;
  }

  .hero-template-banner-home .hero-content-home h2 {
    font-size: 52px;
    line-height: 48px;
  }

  .hero-template-banner-home .hero-content-home p {
    font-size: 16px;
    width: 84%;
    line-height: 22px;
    margin-top: 33px;
  }

  .hero-template-swiper .hero-content h2 {
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 48px;
  }
  .hero-template-swiper,
  .icon-logo-template {
    padding: 80px 0;
  }
}

@media screen and (max-width: 430px) {
  .icon-list-item-content {
    width: 100%;
  }
}

@media screen and (max-width: 390px) {
  .swiper.swiper-cards {
    margin-left: -90px;
  }

  .swipers {
    margin-top: 2rem;
  }

  .icon-list-item-content h2 {
    margin-top: 35.94px;
  }

  .hero-template-swiper,
  .icon-logo-template {
    padding: 80px 0;
  }
}

.overlay_vid {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgb(198 197 197 / 93%);
  display: none;
  overflow: hidden;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 730px;
  margin: 4.75rem auto;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0px 3px 9px #00000073;
  border-radius: 0.3rem;
  outline: 0;
  padding: 35px;
  /* border-radius: 12px; */
}

.popup-close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/pop-up-close.svg) no-repeat center center/100%;
  right: 35px;
  top: 35px;
  display: inline-block;
  z-index: 999;
}

.bg_page {
  display: block;
  height: auto;
  position: relative;
}

.jurors-bg {
  background: #e9e8e5;
  color: #000000;
}

.agenda-bg {
  background: #e9e8e5;
  color: #000000;
}

.about-bg {
  background: #e9e8e5;
  color: #000000;
}

/* .bg_page::after {
    content: '';
    border-bottom: 2px solid #000;
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 2px;
} */

.page_work_section {
  color: #fff;
  align-items: start;
  justify-content: center;
  display: flex;
  height: 100%;
}

.page_work_bg {
  border-radius: unset;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-size: 100%;
  position: relative;
  display: grid;
}

.page_work_bg p {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
}

.page_work_bg p a {
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

.popup-content .team_wrapper {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.popup-content .team_img {
  margin: 0;
  margin-bottom: 0px !important;
}

.popup-content .team_img img {
  width: 320px;
}

.popup-content .team_content {
  text-align: start;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .hero-template-banner .hero-content h2 {
    font-size: 60px;
  }

  .hero-template-banner .hero-content .lines.left-lines,
  .hero-template-banner .hero-content .lines.right-lines {
    width: 8%;
  }

  .cards-contact {
    width: 90%;
  }
}

@media screen and (max-width: 350px) {
  .hero-template-banner .hero-content h2 {
    font-size: 50px;
  }

  .hero-template-banner {
    height: 300px;
  }

  .inquiries {
    font-size: 18px;
  }

  .headline_txt {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .popup {
    top: 0px;
    max-height: 100vh;
  }

  .popup-content .team_img {
    margin: 0;
    margin-right: 0;
    margin-bottom: 0px !important;
  }

  .popup-content {
    margin-top: 0px;
    padding: 25px;
  }

  .name-headline {
    font-size: 24px;
    line-height: 28.6px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .name-headline span.workreadmore_arrow img {
    width: 10px;
  }

  .location-headline {
    font-size: 13px;
    line-height: 18px;
  }

  .designation-headline {
    font-size: 15px;
    line-height: 22px;
  }

  /* .page_work_bg {
        border-radius: 50px;
        width: 275px;
        height: 275px !important;
        max-height: 275px;
        background-repeat: no-repeat;
    } */
  .page_work_bg {
    border-radius: unset;
    width: 100%;
    height: 100%;
    background-size: 275px 275px;
  }

  .workreadmore_arrow {
    width: auto;
    position: relative;
    top: -5px;
  }
}

.wpc {
  display: none;
}

.wpc.active {
  display: block;
}

.active_agenda .agenda_number {
  /* background: #F0429F; */
  color: #fff;
  background-image: url(../images/agenda-active.svg);
}

.thumbnail-slider {
  margin: 10px 5px;
}

.heroprojectTitle h1 {
  font-size: 48px;
  line-height: 60px;
  text-align: left;
  color: #000000;
  margin: 10px 0;
}

.evcal_event_subtitle {
  font-family: "MWSans-Regular !important";
}

.heroprojectTitle h4 {
  font-size: 16px;
  line-height: 18.8px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* .heroprojectTitleWrap {
    border-top: 2px solid #000;
} */

.name-headline.goldText {
  font-weight: 600;
  color: #000000;
}

.popup .video-img {
  /* overflow-y: auto; */
  /* height: 250px; */
}

@media screen and (max-width: 767px) {
  .video-img {
    /* overflow-y: auto; */
    /* height: 350px; */
  }
}

.hero-banner-video-wrap,
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.hero-banner-video-wrap iframe,
.video-wrapper iframe,
.videoWrapper object,
.videoWrapper embed,
.videoWrapper #full-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Homepage Css */

.home_workpart {
  background: #030305;
}

.home_workmain {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.work_banner {
  width: 60%;
  margin-right: 0;
}

.home_workinfo {
  /* padding: 30px 0; */
}

.home_workinfo h2 {
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 46px;
  font-family: "MWSans-SemiBold";
}

.home_workinfo p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}

.responsive_img {
  width: 100%;
  display: block;
}

.home_workpartinner {
  /* background: #e06a05; */
}

.home_slider {
  /* padding-bottom: 50px; */
}

/* .home_workinnerdetails {
  max-width: 695px;
  margin: 0 auto;
  padding: 60px 0;
} */

.home_workinnerdetails h2 {
  font-size: 85px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 30px 0px 0px 0px;
  font-family: "MWSans-SemiBold";
}

.home_workinnerdetails p {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  padding: 20px 0;
  margin-bottom: 0;
}

.work_click {
  padding-bottom: 20px;
}

.work_view {
  font-size: 20px;
  color: #0e0e0e;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0px;
  max-width: max-content;
  border-bottom: 2px solid;
  margin: 0 auto;
}

.work_viewinfo {
  padding-left: 10px;
  position: relative;
  top: -2px;
}

.home_jurors {
  background: #fff;
}

.home_jurormain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.home_jurorinfo {
  /* width: 40%; */
  /* padding: 0 70px; */
}

.home_jurorinfo h2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-family: "MWSans-SemiBold";
  line-height: 48px;
}

.home_jurorinfo p {
  font-size: 20px;
  color: #000;
  line-height: 24px;
}

.homejuror_banner {
  width: 57.65vw;
}

.jury_view {
  font-size: 20px;
  color: #000;
}

.jury_viewinfo {
  padding-left: 10px;
  position: relative;
  top: -2px;
}

.jury_click {
  font-size: 21px;
  color: #000;
  font-weight: 500;
  text-align: left;
  padding-bottom: 0px;
  max-width: max-content;
  border-bottom: 2px solid #000;
}

button.owl-prev {
  outline: none;
  border: 0;
  background: none;
  background: url("../images/slider_leftarrow.svg") no-repeat;
  width: 35px;
  height: 56px;
}

button.owl-next {
  outline: none;
  border: 0;
  background: none;
  background: url("../images/slider_rightarrow.svg") no-repeat;
  width: 35px;
  height: 56px;
}

.home_workinfo h2 br,
.home_jurorinfo h2 br {
  display: block;
}

.custom-download-form-wrapper {
  height: 100%;
}

/* .download-email form {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.download-email form button {
  padding: 8px 16px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  outline: none;
  border: none;
} */

.custom-download-form-wrapper {
  max-width: 1030px;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}

.page-template.page-template-privacy-policy p {
  word-wrap: break-word;
}
.book-cover {
  width: 380px;
  flex: 0 0 auto;
  margin-right: 100px;
}
.book-cover img {
  height: auto;
  width: 100%;
}
.custom-download-form p {
  font-family: "MWSans-SemiBold";
  margin-bottom: 20px;
  color: #000;
  font-size: 28px;
  line-height: 38px;
}

#thankyou {
  display: none;
}

.custom-download-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
.custom-download-form label {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.custom-download-form input::placeholder {
  color: #cfcfcf;
  opacity: 1;
}
.custom-download-form button {
  width: 30%;
  padding: 14px 12px;
  margin-top: 30px;
  background-color: #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer;
}
.custom-download-form button:hover {
  background-color: #333;
}
@media (max-width: 768px) {
  .custom-download-form-wrapper {
    flex-direction: column;
    padding: 20px;
  }
  .book-cover {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .book-cover img {
    max-width: 300px;
  }
  .book-cover {
    width: 100%;
  }
  .custom-download-form-wrapper {
    height: 100%;
  }
}

@media (max-width: 1300px) {
  .page_work_bg {
    width: 100%;
    height: 100%;
    background-size: 230px 230px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1024px) {
  .home_workinfo {
  }

  .work_banner {
    width: 60%;
    margin-right: 0;
  }

  .home_jurorinfo {
    /* width: 40%; */
    padding-top: 0;
  }

  .homejuror_banner {
    /* width: 60%; */
  }

  .home_jurorinfo h2,
  .home_workinfo h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .page_work_bg {
    width: 100%;
    max-height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* height: 230px; */
  }
}

@media (max-width: 767px) {
  .home_workmain {
    display: block;
  }

  .work_banner {
    width: 100%;
    margin-right: 0%;
  }

  .home_workinfo {
    width: 100%;
    margin-bottom: 0;
  }

  .home_workinfo h2 {
    font-size: 40px;
    text-align: left;
    line-height: 40px;
    padding-bottom: 20px;
  }

  .home_workinfo h2 br {
    display: none;
  }

  .home_workinfo p {
    text-align: left;
    line-height: 23px;
    /* padding-bottom: 20px; */
    font-size: 16px;
  }

  .home_workinnerdetails {
    max-width: 100%;
    margin: 0 auto;
    padding: 6%;
    text-align: center;
  }

  .home_workinnerdetails h2 {
    font-size: 58px;
    text-align: center;
    padding: 0px;

    letter-spacing: 4px;
  }

  .home_workinnerdetails p {
    line-height: 23px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .work_view {
    font-size: 16px;
    max-width: max-content;
  }

  .home_jurormain {
    display: flex;
    flex-direction: column-reverse;
  }

  .homejuror_banner {
    width: 100%;
  }

  .home_jurorinfo {
    width: 100%;
    /* margin-right: 0%; */
  }

  .jury_click {
    font-size: 16px;
    max-width: max-content;
    text-align: center;
  }

  .jury_view {
    font-size: 16px;
    max-width: 100%;
  }

  .work_viewinfo {
    padding-left: 10px;
    position: relative;
    top: -1px;
  }

  .work_viewinfo img {
    width: 12px;
  }

  .jury_viewinfo {
    padding-left: 10px;
    position: relative;
    top: -1px;
  }

  .jury_viewinfo img {
    width: 12px;
  }

  .home_jurorinfo h2 {
    font-size: 40px;
    text-align: left;
    line-height: 40px;
    padding-bottom: 15px;
    margin: 0;
  }

  .home_jurorinfo h2 br {
    display: none;
  }

  .home_jurorinfo p {
    text-align: left;
    line-height: 23px;
    padding-bottom: 20px;
    font-size: 16px;
    margin: 0;
  }

  .home_jurors {
    padding-bottom: 50px;
  }

  .main_shareicon {
    position: fixed;
    right: 0;
    top: unset;
    bottom: 0;
    left: unset;
  }
}

.home_workpart .headline {
  font-family: "rama-gothic-e", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  color: #fff;
}

.home_workpart .description p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

.agenda_fulldetails p {
  margin-bottom: 0px;
}

.coltwo_agendadesp i {
  font-size: 12px;
  line-height: 22px;
  display: block;
}

.coltwo_agendadesp i a {
  color: #bfbfbf;
}

.titname:hover {
  /* text-decoration: underline; */
}

li.page-items a {
  border: 0;
  padding: 0px;
}

span.pagination_text {
  margin: 0 10px;
  font-size: 23px;
  line-height: 28px;
}

li.page-items a:hover {
  background: none !important;
}

.wpc .date {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.agendadetails_month {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.all_share_icon ul {
  padding: 0px;
}

.all_share_icon li a:hover svg #logo-facebook path,
.all_share_icon li a:hover svg #logo-linkedin path,
.all_share_icon li a:hover svg #logo-mail #E-mail,
.all_share_icon li a:hover svg #twitter {
  fill: #bfbfbf;
}

.black_box_inner span.contactreadmore_arrow a {
  color: #b29d5b;
  padding: 0 0 0 20px;
}

.golden_box_inner span.contactreadmore_arrow a {
  color: #000000;
  padding: 0 0 0 20px;
}

.work_sectionimg img {
  border-radius: unset;
}

span.contactreadmore_arrow a {
  color: #1a1919;
}

.slick-slide img {
  display: block;
  width: 100%;
  border-radius: unset;
  margin: 0 auto;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 10px;
}

.slick-prev {
  background: url(../images/left-arrow.svg) !important;
  background-size: 36px 56px !important;
  width: 35px !important;
  height: 56px !important;
  left: 59px !important;
  z-index: 9;
}

.slick-next {
  background: url(../images/right-arrow.svg) !important;
  background-size: 36px 56px !important;
  width: 35px !important;
  height: 56px !important;
  right: 50px !important;
  z-index: 9;
}

.work_view a {
  color: #000;
  text-transform: uppercase;
}

.jury_view a {
  color: #000;
  text-transform: uppercase;
}

.slider_overlay_text {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}

.slider_overlay_text img {
  width: 314px;
  display: none;
}

@media (max-width: 767px) {
  .slider_overlay_text img {
    width: 150px;
  }

  .slick-initialized .slick-slide {
    margin: 0 5px;
  }
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.share_icon.active svg #icon-share {
  fill: #bfbfbf;
}

#onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: transparent !important;
  border-color: #000000 !important;
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  border-width: 2px !important;
  padding: 10px !important;
  border-radius: 12px !important;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #0a0a0a !important;
  border-color: #fff !important;
  background-color: transparent !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
}

#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk .ot-b-addl-desc,
#onetrust-consent-sdk .ot-dpd-desc,
#onetrust-consent-sdk .ot-dpd-title,
#onetrust-consent-sdk
  #onetrust-policy-text
  *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
#onetrust-banner-sdk .ot-cat-header,
#onetrust-banner-sdk .ot-optout-signal {
  color: #000 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
  color: #050505 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #fff !important;
  color: #000 !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
  background-color: transparent !important;
  border-bottom: 1px solid #d7d7d7 !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
  border-color: #10100f !important;
}

.save-preference-btn-handler.onetrust-close-btn-handler,
.ot-pc-refuse-all-handler {
  background-color: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
  border-width: 2px !important;
  border-radius: 12px !important;
}

#accept-recommended-btn-handler {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  border-radius: 12px !important;
}

#onetrust-pc-sdk .ot-btn-subcntr button {
  margin-right: 16px !important;
}

#onetrust-pc-sdk .ot-pc-header {
  background: #000 !important;
}

.ot-pc-header .ot-title-cntr h2 {
  color: #fff !important;
}

button#onetrust-accept-btn-handler {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  border-width: 2px !important;
  padding: 10px !important;
  border-radius: 12px !important;
  border-color: #000 !important;
}

.page-template.page-template-privacy-policy p,
.page-template.page-template-privacy-policy h2,
.page-template.page-template-privacy-policy p a {
  scroll-margin-top: 101px;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.lion-awards-listing {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  font-family: "MWSans-SemiBold";
}

.lion-awards-work-listing {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "MWSans-Bold";
}

.awards_section {
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000;
}

.award-img img {
  width: 40px;
}

.single-work .award-img img {
  width: 55px;
}

footer {
  background-color: #000;
}

.team_img img {
  width: 100%;
}

.bg_black {
  background-color: #000000;
}

@media (max-width: 767px) {
  .footer-wrapper {
    display: block;
  }

  ul.footer-nav li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
  }

  ul.footer-nav li:first-child {
    margin-bottom: 15px;
  }

  .navbarMain-mob ul.social-media {
    display: inline-flex;
    padding: 0;
    display: none;
  }

  .navbarMain-mob ul.social-media li a {
    padding: 0 5px;
    color: #000;
  }

  ul.social-media {
    display: block;
    padding: 0;
  }

  ul.social-media li a {
    padding: 0;
    color: #fff;
  }

  .popup-content .team_wrapper {
    display: block;
  }

  .popup-content .team_content {
    margin-top: 20px;
    margin-left: 0;
  }
}

.pagination {
  background: #e9e8e5;
  margin-bottom: 0;
}

li.page-items a {
  text-transform: uppercase;
  color: #000000;
}

.brand_name_pagination {
  font-weight: 600;
  font-family: "MWSans-Bold";
  font-size: 16px;
  line-height: 30px;
}

.post_name_pagination {
  font-size: 16px;
  font-family: "MWSans-Regular";
  line-height: 18.8px;
}

.headline_desc a {
  color: #000;
  text-decoration: underline;
}

.contact_arrow {
  padding-left: 25px;
}

.contact_arrow img {
  width: 30px;
  margin-top: 15px;
}

.workreadmore_arrow_pagitaion img {
  width: 30px;
}

span.workreadmore_arrow_pagitaion.prev {
  transform: rotate(180deg);
}

.evo_arrows {
  display: none !important;
}

/* .ewa-rteLine {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
} */
span.contactreadmore_arrow img {
  padding: 10px;
}

.page-template-page-jurors .ewa-rteLine,
p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
}

b,
strong {
  font-weight: bolder;
  font-family: "MWSans-Bold";
}

@media (max-width: 767px) {
  li.page-items {
    max-width: 150px;
  }

  .brand_name_pagination {
    font-weight: 600;
    font-family: "MWSans-Bold";
    font-size: 12px;
    line-height: normal;
  }

  .post_name_pagination {
    font-size: 12px;
    font-family: "MWSans-Regular";
    line-height: 18.8px;
  }

  .workreadmore_arrow_pagitaion img {
    width: 20px;
  }

  .eventon_events_list .eventon_list_event .evoet_c4,
  .evo_pop_body .evoet_c4,
  #page-content p.evoet_c4 {
    flex-basis: 100%;
    word-wrap: break-word;
    width: 100% !important;
  }

  .eventon_events_list .eventon_list_event .evcal_desc,
  .evo_pop_body .evcal_desc,
  #page-content p.evcal_desc {
    margin-bottom: 15px !important;
  }
}

.guideline_list_wrapper {
  list-style: none;
  padding-left: 0px;
}

.guideline_content_wrap {
  display: none;
}

li.guildeline_tab {
  font-size: 32px;
  line-height: 37.76px;
  font-weight: 600;
  font-family: "MWSans-SemiBold";
  margin-bottom: 20px;
  cursor: pointer;
}

.guideline_content_wrap p {
  font-size: 24px;
  line-height: 28.3px;
  font-weight: 400;
  margin-bottom: 15px;
}

.guideline_content_wrap {
  font-size: 24px;
  line-height: 28.3px;
  font-weight: 400;
}

.guildeline_tab.active,
.guideline_wrapper_headline.active {
  color: #b29d5b;
  position: relative;
}

.guildeline_tab.active::after {
  content: "";
  background-image: url(../images/golden_arrow.svg);
  width: 17px;
  height: 44px;
  background-size: 17px 44px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 10px;
  position: absolute;
  margin-left: 5px;
}

.inner_wrapper_guideline {
  border-top: 2px solid #000;
  padding: 20px 0;
  position: relative;
}

.guideline_wrapper_headline h2 {
  font-size: 24px;
  line-height: 28.33px;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
}

.guideline_wrapper_description p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.guideline_wrapper_description {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-top: 20px;
}

.guideline_wrapper_headline::after {
  content: "";
  background-image: url(../images/black_arrow.svg);
  width: 17px;
  height: 30px;
  background-size: 17px 30px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 10px;
  position: absolute;
  margin-left: 5px;
  right: 0px;
}

.guideline_wrapper_headline.active::after {
  content: "";
  background-image: url(../images/golden_arrow.svg);
  width: 17px;
  height: 30px;
  background-size: 17px 30px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 10px;
  position: absolute;
  margin-left: 5px;
  right: 0px;
  transform: rotate(90deg);
}

em.evcal_cmd.marr10.Session_Description {
  display: none;
}

.guideline_content_wrap ul li {
  margin-bottom: 10px;
}

.page-template-page-mw-guidebook #content {
  display: none !important;
}

.page-template-page-mw-guidebook #content.mw-guidebook {
  display: block !important;
}

.form-password-validation {
  padding: 50px 0;
  margin: 0 auto;
  width: 100%;
}

.form-password-validation form label {
  display: block;
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}

.form-password-validation form {
  max-width: 380px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 25px 30px;
}

.form-password-validation form input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.form-password-validation form input[type="submit"] {
  width: auto;
  padding: 5px 35px;
  background: #000;
  color: #fff;
  border: 0;
  line-height: 18.3px;
  height: 40px;
  border-radius: 24px;
  margin-bottom: 0;
}

.red {
  color: red;
}

.custom-slider {
  width: 750px;
  float: left;
  position: relative;
  overflow: hidden;
}

.sliderBox {
  overflow: hidden;
}

.custom-slider .swiper-container {
  width: 100%;
  margin: 40px auto;
  padding: 80px 0;
}

.custom-slider .swiper-slide {
  /* opacity: 0.4; */
  overflow-x: hidden;
  transition: 0.7s;
}

.custom-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.custom-slider .swiper-container {
  margin: 0;
}

.custom-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.6);
}

.swiper-left .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.7);
}

@media (max-width: 1900px) {
  .custom-slider {
    width: 600px;
  }
}

@media (max-width: 1474px) {
  .custom-slider {
    width: 500px;
  }
}

@media (max-width: 1300px) {
  .custom-slider {
    width: 450px;
  }

  .hero-template-swiper .container-fluid {
    padding: 0 60px;
  }
}

@media (max-width: 1000px) {
  .custom-slider {
    width: 90%;
    margin: 0 auto;
  }

  .custom-slider .swiper-slide-active {
    transform: scale(1.7) !important;
  }
}

@media (max-width: 780px) {
  .custom-slider .swiper-slide-active {
    transform: scale(1.6) !important;
  }

  .custom-slider .swiper-slide img {
    border-radius: 20px;
  }

  .custom-slider {
    width: 400px;
    margin: 0 auto;
  }

  .hero-template-swiper .container-fluid {
    padding: 0 40px;
  }

  .sliderBox {
    overflow: hidden;
  }

  .custom-slider .swiper-container {
    margin: 0;
  }

  .hero-template-swiper {
    background-position: 0px 37%;
  }
  .custom-slider .swiper-container {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .custom-slider .swiper-wrapper {
    align-items: end;
  }
  #hero-template-swiper-left {
    background-position: 0px 51% !important;
    background-size: 100%;
  }
  #hero-template-swiper-left .swiper-container {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .jurors-bg {
    display: none;
  }
  .custom-download-form p {
    font-size: 22px;
    line-height: 30px;
  }
}

.cky-btn-revisit-wrapper {
  display: none !important;
}
