/* START FONTS */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@100..900&display=swap');

/* END FONTS */
/* START RESET */
body,
html {
  font-family: "Albert Sans", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  /* overflow: hidden; */
}

html {
  box-sizing: border-box;
  font-size: 20px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  font-family: inherit;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#loading-video {
  position: relative;
  top: 0px;
  left: 0px;
  width: 300px;
  height: auto;
  object-fit: cover;
  margin-bottom: 30px;
  transform: translate(0%, 0%);
  border: 20px solid rgb(255, 255, 255);
}

#loading-counter {
  font-family: Albert Sans;
  font-display: swap;
  position: relative;
  bottom: 70px;
  left: 0%;
  color: #271C7A;
  font-size: 22px;
  font-weight: 900;
  z-index: 10000;
}

.wp-block-spacer {
  background-color: #ffffff;
  position: relative;
}

.ytp-chrome-top,
.ytp-chrome-bottom,
.ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark {
  display: none;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  width: 1px;
}

.text-center {
  text-align: center;
}

.pin-spacer,
.wp-block-im-blocks-image-gallery {
  background-color: #ffffff;
}

.pin-spacer figure {
  background-color: #ffffff;
}

figure {
  margin: 0;
}

.casestudy-template-default .wp-block-image {
  background-color: #ffffff;
  text-align: center;
  position: relative;
}

.wp-block-gallery {
  position: relative;
}

.page-title-heading {
  color: #271D7A;
  text-align: center;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 2.75em;
  left: 0;
  right: 0;
  max-width: calc(100% - 22em);
  margin: auto;
  pointer-events: none;
  z-index: 2;
}

.award-section .award-slider .slick-dots li {
  width: 15px;
  margin: 0;
}


.blog-detail-page h1.h1-style+.wp-block-image.size-full img,
.blog-detail-page .blog-detail-btn-container+.wp-block-image.size-full img,
.blog-detail-page .author-block+.wp-block-image.size-full img {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}

.blog-detail-page .wp-block-image img {
  max-width: 58.1em;
  width: 100%;
  border-radius: 0.5em;
}

.casestudy-template-default .wp-block-image.size-full img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.casestudy-template-default .wp-block-image.is-style-size-full img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover {
  background-image: "";
}

.text-decoration-none {
  text-decoration: none;
}

.load-more-container {
  text-align: center;
}

.load-more,
.news-load-more {
  border: .1rem solid #271d7a;
  border-radius: 5em;
  cursor: pointer;
  font-family: Albert Sans;
  font-size: .9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.018em;
  line-height: 1.7;
  padding: .5em 1em;
  transition: .2s ease-in-out;
  background-color: #271d7a;
  color: #fff;
  margin: 1em auto;
}

.news-load-more {
  margin-top: 2.2em;
}

.load-more:hover,
.news-load-more:hover {
  background-color: transparent;
  color: #271d7a;
}

.gallery-filter #overlay,
#news-filter #overlay {
  position: relative;
  height: auto;
  min-height: 4em;
}

.gallery-filter #overlay .spinner,
#news-filter #overlay .spinner {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.gallery-filter .gallery-img-box img{
	position: relative;
}
.gallery-filter .gallery-img-box{
	padding: 0;
  display: flex;
}

.filter-button:focus-visible,
.custom-button:focus-visible,
.news-filter-button:focus-visible {
  outline-offset: 0.22em;
  background-color: #271D7A;
  color: #ffffff;
}

.dBlock {
  display: block;
}

.wp-block-embed.is-type-video,
.wp-block-video {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* END RESET */
/* START NAV */
.navigation-wrap {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  pointer-events: none;
}
.navigation-wrap::after{
  content: '';
  position: absolute;
  transition: 0.75s ease-in-out;
  left: 0;
  right: 0;
  top:-2.5em;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
  pointer-events: none;
  z-index: -1;
  height: 0;
}
.body-scroll-up .navigation-wrap::after{
  height: 12em;
}
.body-scroll-up .nav-flash.navigation-wrap::after{
  background: transparent;
  display: none;
}

.single-member .navigation-wrap,
.single-member .navigation-menu-trigger-wrap {
  z-index: 602;
}

.single-member.nav-overlay-open .navigation-overlay {
  z-index: 1008;
}

.single-member.nav-overlay-open .navigation-menu-trigger-wrap {
  z-index: 1009;
}

.single-member .agency-search-filter-popup {
  z-index: 1010;
}

.single-member .footer-expanded-overlay {
  z-index: 1011;
}

.admin-bar .navigation-wrap {
  top: 1.6em;
}

.navigation-center {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 96em;
  padding: 0 2.5em;
  position: relative;
  width: 100%;
}

.navigation-left,
.navigation-mid,
.navigation-right {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.navigation-left,
.navigation-right {
  flex: 0 0 7.7125em;
  pointer-events: visible;
}

.navigation-right {
  text-align: right;
}

.navigation-home-link {
  display: block;
  margin: 0 0 0 -1em;
  padding: 1.15em 1em;
  position: relative;
  text-decoration: none;
  width: calc(100% + 1em);
}

.navigation-home-link img {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}

.navigation-headline-text {
  color: #271D7A;
  display: block;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.navigation-menu-trigger-wrap {
  display: block;
  left: 0;
  margin: 0 auto;
  max-width: 95em;
  padding: 0 2em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 502;
}

.navigation-menu-trigger {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #271D7A;
  cursor: pointer;
  font-size: 1em;
  height: 5.05em;
  margin: 0;
  padding: 1.15em 1em;
  position: absolute;
  right: 1em;
  transition: .25s;
  top: 0;
  width: 4.55em;
}

.admin-bar .navigation-menu-trigger {
  top: 1.6rem;
}

.navigation-menu-trigger:hover,
.navigation-menu-trigger:focus-visible .nav-overlay-open .navigation-menu-trigger {
  color: #FFFFFF;
}

.navigation-menu-trigger::before,
.navigation-menu-trigger::after {
  background: #271D7A;
  border-radius: 2em;
  content: '';
  display: block;
  height: .2em;
  margin: -.5em 0 0 0;
  min-height: .2rem;
  position: absolute;
  right: 1em;
  top: 50%;
  transition: .25s;
  width: 2.55em;
  z-index: 1;
}

.navigation-menu-trigger::after {
  margin: .3em 0 0 0;
  width: 1.5em;
}

.navigation-menu-trigger:hover::before,
.navigation-menu-trigger:focus-visible::before,
.navigation-menu-trigger:hover::after,
.navigation-menu-trigger:focus-visible::after,
.nav-overlay-open .navigation-menu-trigger::before,
.nav-overlay-open .navigation-menu-trigger::after {
  background: #FFFFFF;
}

.nav-overlay-open .navigation-menu-trigger::before,
.nav-overlay-open .navigation-menu-trigger::after {
  margin: 0;
  transform: rotate(-45deg);
  width: 2.4em;
}

.nav-overlay-open .navigation-menu-trigger:hover::before,
.nav-overlay-open .navigation-menu-trigger:focus-visible::before,
.nav-overlay-open .navigation-menu-trigger:hover::after,
.nav-overlay-open .navigation-menu-trigger:focus-visible::after {
  background: #271D7A;
}

.nav-overlay-open .navigation-menu-trigger::after {
  transform: rotate(-135deg);
}

.navigation-menu-trigger-circle {
  background: transparent;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="81" height="83" viewBox="0 0 81 83" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M81 41.1419C81 52.8968 76.7219 62.5278 69.3948 70.2327C62.0677 77.9375 52.8734 83 41.67 83C30.4666 83 21.485 77.74 14.1342 70.0351C6.78348 62.3303 0 52.8968 0 41.1419C0 29.3871 5.53079 18.6201 12.8579 10.9399C20.185 3.23505 30.443 0 41.6463 0C52.8497 0 63.084 3.25974 70.4111 10.9399C77.7383 18.6447 80.9764 29.3871 80.9764 41.1419" fill="%23271D7A"/></svg>');
  mask-image: url('data:image/svg+xml,<svg width="81" height="83" viewBox="0 0 81 83" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M81 41.1419C81 52.8968 76.7219 62.5278 69.3948 70.2327C62.0677 77.9375 52.8734 83 41.67 83C30.4666 83 21.485 77.74 14.1342 70.0351C6.78348 62.3303 0 52.8968 0 41.1419C0 29.3871 5.53079 18.6201 12.8579 10.9399C20.185 3.23505 30.443 0 41.6463 0C52.8497 0 63.084 3.25974 70.4111 10.9399C77.7383 18.6447 80.9764 29.3871 80.9764 41.1419" fill="%23271D7A"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  display: block;
  height: 4.15em;
  left: 50%;
  margin: -2.025em 0 0 -2.075em;
  position: absolute;
  top: 50%;
  transition: .5s;
  width: 4.05em;
}

.navigation-menu-trigger:hover .navigation-menu-trigger-circle,
.navigation-menu-trigger:focus-visible .navigation-menu-trigger-circle {
  background: #271D7A;
}

.nav-overlay-open .navigation-menu-trigger:hover .navigation-menu-trigger-circle,
.nav-overlay-open .navigation-menu-trigger:focus-visible .navigation-menu-trigger-circle {
  background: #FFFFFF;
}

.navigation-overlay {
  background: #271D7A;
  color: #FFFFFF;
  display: none;
  height: 100%;
  overflow: auto;
  padding: 0 0 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 501;
}

.nav-overlay-open .navigation-overlay {
  animation: menuOpen 1s forwards;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 507;
}

.nav-overlay-open .navigation-menu-trigger-wrap {
  z-index: 508;
}

body.nav-overlay-open {
  overflow: hidden;
}

@keyframes menuOpen {
  0% {
    clip-path: circle(0% at calc(100% - 4.375em) 2.55em);
  }

  100% {
    clip-path: circle(200% at calc(100% - 4.375em) 2.55em);
  }
}

.navigation-overlay-page-wrap {
  align-items: flex-start;
  display: flex;
  flex: none;
  gap: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.navigation-overlay-link-wrap {
  display: block;
  flex: none;
  margin: 3.6em 0 1.8em 0;
  position: relative;
  transition: .5s;
  width: 100%;
}

.nav-overlay-subnav-open .navigation-overlay-link-wrap,
.nav-member-overlay-subnav-open .navigation-overlay-link-wrap {
  margin-left: -100%;
}

.navigation-overlay-link,
.member-overlay {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 9em;
  font-weight: 900;
  line-height: .9667em;
  padding: .0166em .5444em;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
  width: 100%;
}

.nav-member-overlay-subnav-open .about-overlay-link,
.member-overlay-link {
  display: none;
}

.nav-member-overlay-subnav-open .member-overlay-link {
  display: block;
}

.navigation-overlay-link-wrap:hover .navigation-overlay-link,
.navigation-overlay-link-wrap:focus-within .navigation-overlay-link,
.navigation-overlay-link-wrap:hover .member-overlay,
.navigation-overlay-link-wrap:focus-within .member-overlay {
  opacity: .4;
}

.navigation-overlay-link:hover,
.navigation-overlay-link-wrap .navigation-overlay-link:hover,
.navigation-overlay-link-wrap .navigation-overlay-link:focus-visible,
.member-overlay:hover,
.navigation-overlay-link-wrap .member-overlay:hover,
.navigation-overlay-link-wrap .member-overlay:focus-visible {
  opacity: 1;
}

.navigation-overlay-headline {
  display: none;
  position: absolute;
}

.navigation-overlay-sublink-wrap {
  display: block;
  flex: 0 0 100%;
  margin: 9em 0 1.8em 0;
  position: relative;
  transition: .5s;
  width: 100%;
}

.navigation-overlay-back {
  align-items: center;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: .65em;
  font-weight: 900;
  grid-gap: 0.75em;
  left: 5.8em;
  letter-spacing: .2em;
  line-height: 1em;
  margin: 0;
  padding: 1.65em 2em;
  position: absolute;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  top: -6em;
}

.navigation-overlay-sublink {
  color: #FFFFFF;
  display: block;
  font-size: 4em;
  font-weight: 900;
  line-height: 1em;
  margin: 0;
  padding: .125em 1.225em;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
}

.navigation-overlay-sublink-wrap:hover .navigation-overlay-sublink,
.navigation-overlay-sublink-wrap:focus-within .navigation-overlay-sublink {
  opacity: .4;
}

.navigation-overlay-sublink-wrap .navigation-overlay-sublink:hover,
.navigation-overlay-sublink-wrap .navigation-overlay-sublink:focus-visible {
  opacity: 1;
}

.navigation-overlay-social-wrap {
  align-content: center;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  margin: 0 0 1em 0;
  padding: 0 4.9em;
  position: relative;
  width: 100%;
}

.navigation-overlay-social-left,
.navigation-overlay-social-right {
  align-items: center;
  display: inline-flex;
  gap: 0;
  position: relative;
}

.navigation-overlay-social-right {
  gap: .7em;
}

.navigation-overlay-social {
  color: #FFFFFF;
  display: inline-block;
  font-size: .9em;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1em;
  min-width: 6.666em;
  padding: 1.6em 1.944em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}

.navigation-overlay-social:first-child {
  margin-left: -1.944em;
}

.navigation-overlay-social::after {
  background: #5548C1;
  bottom: 1.164em;
  content: '';
  display: block;
  height: 1px;
  left: 1.944em;
  line-height: 0;
  position: absolute;
  width: 2.778em;
}

.navigation-overlay-button {
  appearance: none;
  border: 1px solid #5548C1;
  border-radius: 3em;
  cursor: pointer;
  color: #FFFFFF;
  display: inline-block;
  font-size: .9em;
  font-weight: 600;
  padding: .7333em 1.7em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  vertical-align: middle;
}

.navigation-overlay-button.power {
  background: #FC4D0F;
  border-color: #FC4D0F;
  cursor: pointer;
}

.navigation-overlay-button:hover,
.navigation-overlay-button.power:hover,
.navigation-overlay-button:focus-visible,
.navigation-overlay-button.power:focus-visible {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #271D7A;
}

.alert-nav {
  padding-top: 4.5em;
}

.alert-nav .navigation-wrap,
.alert-nav .navigation-menu-trigger-wrap {
  top: 4.5em;
}

.nav-overlay-open.alert-nav .navigation-menu-trigger-wrap {
  top: 0;
}

.loading-time .navigation-wrap {
  z-index: 10001;
}

.loading-time .navigation-menu-trigger-wrap {
  z-index: 10003;
}

.loading-time .navigation-overlay {
  z-index: 10002;
}

.loading-time.nav-overlay-open .navigation-overlay {
  z-index: 10008;
}

.loading-time .footer-expanded-overlay {
  z-index: 10103;
}

/* END NAV */
/* START FOOTER */
.footer-wrap {
  background: #271D7A;
  color: #fff;
  display: block;
  padding: 16.5em 0 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 2em;
}

.home .footer-wrap {
  /* margin-top: 0; */
  margin-top: -1px;
  z-index: 1;
}

.footer-headline {
  color: #FFFFFF;
  display: block;
  font-size: 15em;
  font-weight: 900;
  line-height: 1;
  opacity: .08;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  top: 0.08em;
  white-space: nowrap;
  width: 100%;
  display: flex;
}

.animate-footer {
  animation: textLoop 30s linear infinite;
  animation-play-state: running;
}

.footer-headline span {
  display: block;
  padding-right: .3em;
}

.footer-headline:hover span,
.footer-headline:focus span {
  animation-play-state: paused;
}

@keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.connectText {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.13;
  text-transform: uppercase;
  position: absolute;
  max-width: 13em;
  top: -6.4em;
}

.footer-center {
  align-items: flex-start;
  display: flex;
  gap: 0;
  margin: 0 auto;
  max-width: 96em;
  padding: 0 5em;
  position: relative;
  width: 100%;
}

.footer-location-img {
  position: absolute;
  right: 5em;
  top: 3.9em;
  max-width: 31.85em;
  width: 33.2vw;
}

.footer-location-wrap {
  align-items: flex-start;
  display: flex;
  flex: 0 0 63%;
  gap: 0;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.footer-location-column {
  display: inline-block;
  flex: 1 1 auto;
  position: relative;
  vertical-align: top;
}

.footer-location-column.wide {
  flex: 2 1 auto;
}

.footer-location-title {
  color: #C5BEFF;
  display: block;
  font-size: .7em;
  font-weight: 700;
  line-height: 1em;
  margin: .4em 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-location-cell {
  display: block;
  margin: 0 0 2em 0;
  position: relative;
  width: 100%;
}

.footer-location-column:first-child {
  flex: 1.25 !important;
  padding-right: 3em !important;
}

.footer-location-column:first-child .footer-location-cell {
  column-count: 2;
  max-width: 90%;
}

.wide .footer-location-cell {
  -webkit-column-count: 2;
  column-count: 2;
}

.footer-location {
  color: #FFFFFF;
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  padding: .35em 0;
  position: relative;
  text-decoration: none;
  transition: .25s;
}

.footer-location:hover,
.footer-location:focus-visible {
  color: #FC4D0F;
}

.footer-bottom-row {
  padding: 1.7em 0 3.7em;
}

.footer-social-wrap {
  grid-column-gap: 1.35em;
}

.copy-right-section {
  padding-left: 7.75vw;
  font-size: 0.8em;
  font-weight: 400;
}

.copy-right-section a,
.copy-right-section p {
  text-decoration: none;
  color: #C5BEFF;
  padding: 0 0.8em;
  transition: .25s;
}

.copy-right-section a:hover {
  color: #ffffff;
}

.terms-condition-link {
  border-left: 0.05em solid #C5BEFF;
  border-right: 0.05em solid #C5BEFF;
}

p.design-credit {
  padding-top: 0.25em
}

p.design-credit a {
  padding: 0;
}

.contact-popup {
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact-popup {
  width: 18.7vw;
  height: 18.2vw;
  margin-right: -1.5vw;
  margin-bottom: -6vw;
  background-color: #FC4D0F;
  border-radius: 50% 40% 60% 45% / 45% 55% 50% 52%;
  transition: 0.5s ease-in-out;
}

.contact-popup.contact-footer-popup {
  display: none;
  margin-right: 0;
}

.contact-popup.contact-footer-popup.footer-modal {
  display: block;
}

.contact-button {
  color: #FFF;
  font-size: 1.875vw;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 3vw;
  padding-top: 5vw;
  cursor: pointer;
  text-shadow: 2px 3px 11px rgba(0, 0, 0, 0.4);
}

.contact-button span {
  display: block;
  padding-left: 2vw;
  cursor: pointer;
}

.footer-modal.contact-button {
  display: none;
}

.footer-expanded-overlay {
  background: #FC4D0F;
  color: #FFFFFF;
  display: none;
  overflow: auto;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 601;
}

.footer-modal .footer-expanded-overlay {
  animation: footerOpen 1s forwards;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@keyframes footerOpen {
  0% {
    clip-path: circle(0% at 100% 100%);
  }

  100% {
    clip-path: circle(200% at 100% 100%);
  }
}

.footer-expanded-overlay .footer-center.footer-popup-header {
  padding: 1em 1em 0 2.5em;
}

.footer-expanded-overlay .footer-center.footer-popup-header img.footer-modal-logo {
  filter: brightness(0) invert(1);
}

.close-footer-popup-btn {
  border: 0;
  background-color: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  position: relative;
}

/* .footer-close-icon{
  position: absolute;
} */
.close-footer-popup-btn::before,
.close-footer-popup-btn::after {
  margin: 0;
  transform: rotate(-45deg);
  width: 2.4em;
  background-color: #ffffff;
  border-radius: 2em;
  content: '';
  display: block;
  height: .16em;
  min-height: .16rem;
  position: absolute;
  right: 1em;
  top: 50%;
  transition: .25s;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.close-footer-popup-btn::after {
  transform: rotate(-135deg);
}

.footer-bubble {
  position: absolute;
  width: 100vw;
  height: auto;
  top: 6vw;
  left: 0;
  right: 0;
}

.conact-footer-row {
  padding-top: 9em;
  padding-bottom: 3em;
}

.footer-title-box {
  width: 62.5%;
  padding-right: 1em;
}

.footer-title-box .tabTitle {
  color: #ffffff;
  font-size: 5em;
  font-weight: 900;
  line-height: 0.91;
  text-transform: uppercase;
}
.footer-disclaimer{
  color: #FFF;
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
}
.footer-disclaimer a{
  color: #FFF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer-popup-container {
  min-height: calc(100vh - 5em);
  max-height: calc(100vh - 6em);
  overflow: auto;
  scrollbar-width: none;
  flex-wrap: wrap;
}

.icom-hq-row {
  border-top: 0.15em solid #ffffff;
  margin-top: auto;
  padding: 1.5em 0;
}

.icom-hq-row .footer-popup-col.icomHQ p {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.3;
  opacity: 1;
}

.icom-hq-row .footer-popup-col.icomHQ {
  max-width: 11em;
}

.icom-hq-row h6 {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: -0.02;
  transition: 0.2s ease-in-out;
  word-wrap: break-word;
}

.icom-hq-row h6 a {
  color: #ffffff;
}

.footer-popup-col a,
.footer-popup-col p {
  opacity: 0.9;
}

.footer-popup-col a:hover,
.footer-popup-col p:hover {
  opacity: 1;
}

.icom-hq-row a {
  display: block;
}

.footer-popup-col {
  padding-right: 0.75em;
}

.footer-popup-col .footer-popup-card-row {
  margin-bottom: 0.6em;
}

.icom-hq-row .footer-popup-col.phone-card {
  max-width: 16em;
}

.email-card {
  max-width: 16em;
}

.frontOffice-card {
  max-width: 18em;
}

.backOffice-card {
  max-width: fit-content;
}

.footer-popup-form {
  max-width: 23em;
  width: 100%;
}

.popup-form-input-box {
  margin-bottom: 0.45em;
}

.popup-form-input-box:hover input[type="radio"]+label {
  background-color: #ffffff;
  color: #002654;
}

.popup-form-input-box:hover input[type="radio"]+label:before {
  border-color: #FC4D0F;
}

.popup-form-input-box:hover input[type="radio"]+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-popup-form input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.footer-popup-form input[type="radio"]+label {
  border-radius: 0.3em;
  border: 0.1em solid #FFBDA6;
  background: #EE3E00;
  cursor: pointer;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
  padding: 1.08335em 1.08335em 1.08335em 3em;
  width: 100%;
}

.footer-popup-form input[type="radio"]:checked+label {
  background-color: #ffffff;
  color: #002654;
}

.footer-popup-form [type="radio"]:checked+label:before,
.footer-popup-form [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 0.1em solid #ffffff;
  border-radius: 100%;
  background: transparent;
  top: 1.2em;
  left: 1.2em;
}

.footer-popup-form [type="radio"]:checked+label:before {
  border-color: #FC4D0F;
}

.footer-popup-form [type="radio"]:checked+label:after,
.footer-popup-form [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  background: #FC4D0F;
  position: absolute;
  top: 1.45em;
  left: 1.45em;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer-popup-form [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.footer-popup-form [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Tabs code start */
.firstTabs,
.secondTab {
  display: none;
  width: 100%;
}

.backTabBtn,
.backfirstTabBtn {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  position: absolute;
  padding: 0 0 0.5em 0;
  font-size: 0.8em;
  font-weight: 700;
  margin-top: -2em;
}

.backTabBtn img,
.backfirstTabBtn img {
  margin-right: 0.8em;
}

.footer-title-box .tabsBigText {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 19em;
}

.footer-title-box .tabsFormPera {
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 36.3em;
}

.footer-title-box .tabsFormPera:last-child {
  margin-bottom: 0;
}

.tabFormText {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25em;
}

.gform_heading .gform_description{
  display: none;
}

.gform_confirmation_message {
  font-size: 1.1em !important;
  font-weight: 700 !important;
}

.floating-input-box {
  position: relative;
  margin-bottom: 0.75em;
}

.floating-input {
  width: 100%;
  padding: 1.25em 1em 0.5em 1em;
  color: #ffffff;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #FF9B77;
  background: #E73D01;
}

.floating-input:focus {
  background-color: #ffffff !important;
  color: #4B4B4B;
  outline: 0;
}

.floating-input:focus+.active-floting-label {
  color: #4B4B4B;
}

.floating-select.floating-input {
  padding: 0.9em 1em 0.9em 1em;
  appearance: none;
}

.floating-input-box .select-down-arrow {
  right: 1.1em;
  left: auto;
  font-size: 20px;
}

select.floating-select.floating-input:focus+.select-down-arrow {
  filter: invert(1);
}

.floating-label {
  position: absolute;
  top: 0.9em;
  left: 1em;
  transition: 0.2s;
  pointer-events: none;
  color: #FFF;
  font-size: 1em;
  font-weight: 700;
}

.active-floting-label {
  top: 10px;
  left: 20px;
  color: #ffffff;
  font-size: 0.6em;
  font-weight: 500;
}

textarea.floating-input {
  resize: none;
  min-height: 11.75em;
}

.send-button {
  border-radius: 10em;
  background: #271D7A;
  border: 0.1em solid #271D7A;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  padding: 0.75em;
}

.send-button:hover {
  background-color: transparent;
  color: #271d7a;
}

/* dynamic form css */
.gfield_required {
  display: none !important;
}

.wp-block-im-blocks-image-gallery.content-wrap.our-work-page {
  min-height: auto;
}

.footer-popup-form .gform-theme--framework input,
.footer-popup-form .address_country select,
.footer-popup-form .gfield--type-textarea textarea {
  appearance: none !important;
  width: 100%;
  padding: 1.25em 1em 0.5em 1em !important;
  color: #ffffff !important;
  font-size: 1em !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-sizing: border-box;
  border-radius: 6px !important;
  border: 1px solid #FF9B77 !important;
  background-color: #E73D01 !important;
  height: 60px !important;
  scrollbar-width: thin;
}

.footer-popup-form .gform-theme--framework input:-webkit-autofill,
.footer-popup-form .gform-theme--framework select:-webkit-autofill,
.footer-popup-form .gfield--type-textarea textarea:-webkit-autofill,
.footer-popup-form .gform-theme--framework input:-internal-autofill-selected,
.footer-popup-form .gform-theme--framework select:-internal-autofill-selected,
.footer-popup-form .gfield--type-textarea textarea:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 50em #E73D01 inset;
  -webkit-text-fill-color: #ffffff !important;
  background-color: #E73D01 !important;
}

.footer-popup-form .gform-theme--framework input:autofill,
.footer-popup-form .gform-theme--framework select:autofill,
.footer-popup-form .gfield--type-textarea textarea:autofill,
.footer-popup-form .gform-theme--framework input:focus,
.footer-popup-form .gform-theme--framework select:focus,
.footer-popup-form .gform-theme--framework textarea:focus {
  -webkit-box-shadow: 0 0 0 50em #E73D01 inset !important;
  background-color: #E73D01 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #fff;
}

.footer-popup-form .address_country {
  width: 100% !important;
}

.footer-popup-form .gform-theme--framework input:focus,
.footer-popup-form .address_country select:focus,
.footer-popup-form .gfield--type-textarea textarea:focus {
  box-shadow: none !important;
}

.footer-popup-form .field_validation_below {
  position: relative !important;
}

.footer-popup-form .field_validation_below label,
.footer-popup-form .field_validation_below legend {
  position: absolute;
  top: 0.775em;
  left: 1em;
  transition: 0.2s;
  pointer-events: none;
  color: #ffffff !important;
  font-size: 1em !important;
  font-weight: 700 !important;
}

.footer-popup-form .field_validation_below label span {
  display: none;
}

.footer-popup-form .field_validation_below.gfield_error input,
.footer-popup-form .field_validation_below.gfield_error textarea,
.footer-popup-form .field_validation_below.gfield_error select {
  background: #B00000 !important;
}

.footer-popup-form .field_validation_below.active-floting-label label,
.footer-popup-form .field_validation_below.active-floting-label legend,
.footer-popup-form .field_validation_below.gfield_error label,
.footer-popup-form .field_validation_below.gfield_error legend {
  top: 10px !important;
  left: 20px;
  color: #ffffff;
  font-size: 0.6em !important;
  font-weight: 500 !important;
}

.footer-popup-form .field_validation_below.active-floting-label.gfield--type-textarea label,
.footer-popup-form .field_validation_below.gfield_error.gfield--type-textarea label {
  top: 1px !important;
  padding-top: 10px !important;
  width: calc(100% - 40px);
}

.footer-popup-form .address_country select {
  background-size: 12px;
  background-image: url('data:image/svg+xml,<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.39512 4.92033L10.9246 0.390876C11.0786 0.236813 11.2609 0.162349 11.4715 0.167485C11.682 0.17262 11.8644 0.252219 12.0184 0.406282C12.1725 0.560345 12.2495 0.742653 12.2495 0.953206C12.2495 1.16376 12.1725 1.34607 12.0184 1.50013L7.27328 6.22986C7.15003 6.35311 7.01137 6.44555 6.85731 6.50717C6.70325 6.5688 6.54918 6.59961 6.39512 6.59961C6.24106 6.59961 6.08699 6.5688 5.93293 6.50717C5.77887 6.44555 5.64021 6.35311 5.51696 6.22986L0.771825 1.48472C0.617762 1.33066 0.543298 1.15092 0.548433 0.945502C0.553568 0.740085 0.633168 0.560345 0.78723 0.406282C0.941294 0.252219 1.1236 0.175187 1.33416 0.175187C1.54471 0.175187 1.72701 0.252219 1.88108 0.406282L6.39512 4.92033Z" fill="white"/></svg>');
}

.footer-popup-form .gfield--type-textarea textarea {
  resize: none;
  min-height: 11.75em;
  min-block-size: 11.75rem !important;
  word-wrap: break-word;
}

.footer-popup-form input[type=submit] {
  border-radius: 10em !important;
  background-color: #271D7A !important;
  border: 0.1em solid #271D7A !important;
  color: #ffffff !important;
  font-size: 0.9em !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  width: 100% !important;
  padding: 0.85em 0.75em 0.65em !important;
}

.footer-popup-form input[type=submit]:hover {
  background-color: transparent !important;
  color: #271d7a !important;
}

.footer-popup-form .gform-theme--foundation .gform_fields {
  row-gap: 0.8em;
}

.footer-popup-form .gform-theme--framework .gfield_validation_message {
  color: #ffffff;
  font-size: 0.8em;
  margin-block-start: 0.25em !important;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.footer-popup-form .gform-theme--framework .gform_validation_errors {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1;
  border-color: #ff9b778a;
  font-weight: 500;
  display: none;
}

.gform_validation_error .gfield_label.gform-field-label {
  font-size: .6em !important;
  left: 20px;
}

/* Override default autofill styles */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #E73D01 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* END FOOTER */
.content-wrap {
  min-height: 100vh;
}

.single-casestudy .content-wrap {
  min-height: 0;
}

/* common css */
.dFlex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.alignItemsCenter {
  align-items: center;
}

.justifyContentCenter {
  justify-content: center;
}

.justifyContentbetween {
  justify-content: space-between;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.w-100 {
  width: 100%;
}

.d-none {
  display: none;
}
.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* button css */
.custom-button {
  background-color: transparent;
  border: 0.1rem solid #271D7A;
  border-radius: 5em;
  color: #271D7A;
  cursor: pointer;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.7;
  margin-bottom: 0.5em;
  padding: 0.5em 1em 0.375em;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}

.custom-button:hover {
  background-color: #271D7A;
  color: #FFFFFF;
}

.custom-button.active {
  background-color: #271D7A;
  color: #FFFFFF;
}

.custom-button.active:hover {
  background-color: #FFFFFF;
  color: #271D7A;
}

.more-data-button {
  border-radius: 50%;
  width: 2.797em;
  height: 2.797em;
}

.verne-col a.custom-button.active:hover {
  background-color: #fc4d0f;
  color: #ffffff;
  border-color: #ffff;
}

a.custom-button {
  text-decoration: none;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 100vh;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  width: 100%;
}

.wp-block-embed iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* alert bar */
.alert-bar {
  position: fixed;
  font-size: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  padding: 1em 1.6em;
  width: 100%;
  height: fit-content;
  z-index: 506;
}

.alert-message-box {
  margin-left: 2em;
}

.alert-message-box p:first-child {
  margin-bottom: 0.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 80vw;
}

button.alert-bar-close {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #271D7A;
  border: 0;
  outline: 0;
  font-size: 20px;
  flex-shrink: 0;
  padding: 0;
}

button.alert-bar-close svg {
  width: 0.7em;
  height: auto;
}

.alert-more-msg-btn {
  color: #C0C0C0;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}

.alert-message-wrapper {
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1.25;
  font-weight: 400;
}

/* cookies bar css */
.cookies-bar {
  width: 17.35em;
  position: fixed;
  z-index: 506;
  bottom: 1em;
  left: 1em;
  border-radius: 0.8em;
  font-size: 20px;
  padding: 1.6em 1.4em;
  background-color: #000;
}

.cookie-wrapper p {
  color: #FFF;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1.5;
}

.cookie-msg-btn {
  color: #C0C0C0;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: inherit;
}

.cookie-btnWrapper {
  padding-top: 0.9em;
}

.cookie-btnWrapper button {
  border-radius: 5em;
  background: #271D7A;
  color: #FFF;
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1;
  height: 2.87em;
  border: 0.2em solid #271D7A;
  padding: 0.5em 1em;
  transition: 0.2s ease-in-out;
  width: 100%;
}

.cookie-btnWrapper button:hover {
  background-color: transparent;
}

/* insight detail page css */
.blog-detail-page {
  padding-top: 6.5em;
  padding-bottom: 2.5em;
}

.blog-detail-page h1 {
  color: #271D7A;
  text-align: center;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  max-width: 16em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0.5em;
}

.blog-detail-page .wp-block-pullquote {
  font-size: 20px;
  padding: 2.5em 0;
  margin-bottom: 0;
}

.blog-detail-page .wp-block-pullquote p {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
  color: #271D7A;
}

.blog-detail-page a {
  color: #271D7A;
}

.blog-detail-page .richtext p a,
.blog-detail-page p a {
  color: #4B4B4B;
}

.policy-wrapper p a {
  color: #271D7A;
}

.post-date-block,
.blog-detail-page h4.post-date-block {
  color: #271D7A;
  text-align: center;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0 0 0.35em 0;
  white-space: nowrap;
}

.blog-detail-page .wp-block-quote {
  padding-top: 8.1em;
  padding-bottom: 7.5em;
  margin: 0;
  position: relative;
}

.blog-detail-page .wp-block-quote p a {
  color: inherit;
}

.blog-detail-page .wp-block-quote p {
  color: #271D7A;
  text-align: center;
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1;
  max-width: 1160px;
  margin-bottom: 0;
}

.blog-detail-page .wp-block-quote p::before {
  content: "\201C";
  position: absolute;
  top: 1.25em;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-detail-page .wp-block-quote p::after {
  content: '\201D';
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-detail-btn-container {
  grid-column-gap: 0.5em;
}

.center-container.blog-detail-btn-container {
  padding-bottom: 1em;
}

.blog-detail-page p {
  color: #4B4B4B;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6375;
  letter-spacing: -0.0022em;
  width: 100%;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0.5em;
}

.blog-detail-page h2,
.blog-detail-page h3,
.blog-detail-page h4,
.blog-detail-page h5,
.blog-detail-page h6 {
  color: #271D7A;
  font-size: 2.6em;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.6731em 0.19em;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.blog-detail-page h3 {
  font-size: 2.2em;
  line-height: 1.25;
}

.blog-detail-page h4 {
  font-size: 2em;
  line-height: 1.25;
}

.blog-detail-page h5 {
  font-size: 1.6em;
  line-height: 1.25;
}

.blog-detail-page h6 {
  font-size: 1.2em;
  line-height: 1.25;
}

.blog-detail-page .wp-block-media-text,
.blog-detail-page .wp-block-details,
.blog-detail-page pre.wp-block-preformatted,
.blog-detail-page .wp-block-table,
.blog-detail-page pre.wp-block-verse,
.blog-detail-page .wp-block-gallery,
.large-video {
  max-width: 46.6em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 0.8em;
  width: 100%;
}

.blog-detail-page pre.wp-block-preformatted,
.blog-detail-page pre.wp-block-verse {
  margin: 0 auto;
}

.wp-block-cover {
  margin-bottom: 1em;
  margin-top: 1em;
}

.blog-detail-page .wp-block-gallery .wp-block-image {
  padding: 0;
}

.blog-detail-page .wp-block-image {
  padding: 1.75em 0;
  text-align: center;
}

.blog-detail-page .wp-block-image.banner-image img {
  width: 100%;
}

.blog-detail-page .wp-block-image.blog-image img {
  max-width: 58.1em;
  width: 100%;
}

.blog-detail-page ul.wp-block-list {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75em 0.8em 1.75em 2.05em;
  width: 100%;
}

.blog-detail-page ul.wp-block-list li {
  color: #4B4B4B;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  letter-spacing: -0.022em;
  position: relative;
  list-style-type: none;
}

.blog-detail-page ul.wp-block-list li ul li,
.blog-detail-page ul.wp-block-list li ul li ul li {
  font-size: 1em;
}

.blog-detail-page ul.wp-block-list li ul,
.blog-detail-page ul.wp-block-list li ul li ul {
  padding-bottom: 0;
}

.blog-detail-page ul.wp-block-list li:last-child {
  margin-bottom: 0;
}

.blog-detail-page ul.wp-block-list li::before,
.blog-detail-page ul.wp-block-list li:before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  background-color: #271D7A;
  font-size: 1em;
  position: absolute;
  left: -1.05em;
  top: 0.48em;
  border-radius: 50%;
}

.blog-detail-page ol.schema-how-to-steps {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 0.8em;
}

.blog-detail-page ol.wp-block-list {
  list-style-position: inside;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 0.8em 1.5em 0.8em;
  width: 100%;
}

.blog-detail-page ol.wp-block-list li {
  margin-bottom: 1.4em;
  color: #4B4B4B;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.blog-detail-page ol.schema-how-to-steps li {
  font-size: 1.1em;
}

.blog-detail-page ol.schema-how-to-steps li p {
  font-size: inherit;
}

.blog-detail-page ol.schema-how-to-steps {
  padding-left: 1.65em;
}

.blog-detail-page ol.schema-how-to-steps p {
  padding-left: 0em;
}

.blog-detail-page ol.wp-block-list li:last-child {
  margin-bottom: 0.5em;
}

.blog-detail-page ol.wp-block-list li::marker,
.blog-detail-page ol.wp-block-list li strong,
.blog-detail-page ol.schema-how-to-steps li::marker,
.blog-detail-page ol.schema-how-to-steps li strong {
  color: #271D7A;
  font-weight: bold;
}

.share-article-block {
  max-width: 46.6em;
  width: 100%;
  padding: 3em 0.8em 5em;
}

.article-wrapper .article-slide a {
  text-decoration: none;
}

/* share article block css */
.share-article-block {
  max-width: 46.6em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.share-article-block .share-article-title {
  color: #4B4B4B;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  margin-bottom: 1.2em;
}

.share-article-block .social-media-link-box {
  padding: 0;
  display: flex;
  gap: 0.75em;
  flex-wrap: wrap;
}

.share-article-block .social-media-link-box .social-media-link {
  color: #271D7A;
  font-size: 0.9em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-right: 1.25em;
  position: relative;
  min-width: 3.5em;
  text-decoration: none;
  display: inline-block;
}

.share-icon {
  display: none;
}

.share-article-block .social-media-link-box .social-media-link:after {
  content: '';
  position: absolute;
  height: 0.05em;
  background-color: #271D7A;
  width: 2.8em;
  bottom: -0.25em;
  left: 0;
}

/* article slider */
.article-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.article-wrapper .article-center {
  max-width: 77.4em;
  padding: 5em 2.5em 3em;
  margin: auto;
  width: 100%;
  display: flex;
}

.article-wrapper .article-center::before {
  content: '';
  width: 100vw;
  height: 0.05em;
  background-color: #B4B4B4;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

.article-wrapper .slick-track {
  margin-left: 0;
}

.article-wrapper .article-text {
  color: #271D7A;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
}

.article-wrapper .article-text-box {
  width: 14.5em;
  padding-right: 1em;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.article-wrapper .articles-slider {
  width: 100vw;
}

.articles-slider .slider {
  position: unset;
}

.articles-slider .slick-slide {
  margin-right: 2em;
  max-width: 18.7em;
  min-width: 18.7em;
}

.articles-img {
  border: 0.05em solid #b6b6b6;
  max-width: 18.7em;
  min-width: 18.7em;
  /* height: 16.15em; */
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 0.5em;
  margin-bottom: 0.65em;
}

.global-insight-blog-wrapper .articles-img {
  border: 0.05em solid #B6B6B6;
}

.articles-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.article-wrapper .articles-title {
  color: #271D7A;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.25em 0 0;
  padding: 0;
}

.article-wrapper .articles-date {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25;
  padding: 0;
  margin: 0.5em 0 0 0;
}

.articles-slider .slick-next {
  right: 0;
  background-color: #FC4D0F;
  width: 3.35em;
  height: 6.7em;
  border: none;
  border-radius: 10em 0 0 10em;
  cursor: pointer;
  overflow: hidden;
  font-size: 20px;
}

.articles-slider .slick-next:hover,
.articles-slider .slick-next:focus {
  background-color: #e43f05
}

.articles-slider .slick-next::before {
  display: none;
}

.articles-slider .slick-track {
  display: flex;
}

.article-mo-btn {
  display: none;
}

/* industry screen css start */
.center-container {
  font-size: 1em;
  margin: 0 auto;
  max-width: 89.4em;
  padding: 0 6em;
}

.main-page-wrap {
  padding-top: 10.8em;
}

.industry-hero-section .industry-title-wrapper {
  padding-right: 1.5em;
  width: 67%;
}

.industry-hero-section .industry-title-wrapper .industry-title {
  color: #271D7A;
  font-size: 4.5em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.industry-title-info, .industry-title-wrapper p {
  color: #4B4B4B;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.011em;
  max-width: 39.5em;
  opacity: 0.9;
  margin-top: 0.5em;
}

.industry-location-wrapper {
  width: 30%;
  text-align: right;
  margin-left: auto;
}

.industry-location-title {
  color: #271D7A;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  width: 48%;
  margin-left: auto;
  margin-bottom: 2em;
  text-align: right;
}

.industry-location-card a {
  text-decoration: none;
  width: fit-content;
  display: inline-block;
}

.industry-location-card .industry-name,
.more-agency-btn {
  color: #4B4B4B;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.3;
}

.more-agency-btn {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.more-agency-btn:focus {
  outline: 0;
}

.more-agency-btn:hover {
  color: #3b3a3a;
}

.industry-location-card .industry-location {
  color: #4B4B4B;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
}

.industry-location-wrap {
  flex-wrap: wrap;
  grid-column-gap: 1em;
  grid-row-gap: 1.3em;
  justify-content: flex-end;
}

.industry-location-card {
  width: calc(50% - 0.5em);
}

.work-wrapper {
  padding-top: 4em;
  padding-bottom: 4em;
}
.work-view-collab-wrap{
  padding-top: 1em;
  grid-gap: 0.8em;
}
.work-view-collab-wrap .work-industry-wrapper,
.our-work-page .work-view-collab-wrap .work-btn-wrapper{
  padding: 0;
  max-width: 13em;
  width: 100%;
}
.work-view-collab-wrap .select-wrapper,
.work-view-collab-wrap .select-wrapper select{
  width: 100%;
}


.view-collab-btn{
  border-radius: 5em;
  border: 0.15em solid #FC4D0F;
  color: #FC4D0F;
  cursor: pointer;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  line-height:1;
  letter-spacing: -0.02em;
  padding: 0.5em 1.125em;
  background-color: transparent;
  margin-left: auto;
  transition: 0.35s ease-in-out;
}
.view-collab-btn:hover{
  background-color: #FC4D0F;
  color: #ffffff;
}

.the-work-title {
  color: #271D7A;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 2.25em;
}
.icom-collab-work-title.the-work-title {
  margin-top: 0.75em
}
.card-row-wrapper {
  padding-top: 1.25em;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 2.6em;
  grid-row-gap: 2.35em;
}

.work-wrapper .card-row-wrapper {
  padding-top: 2.25em;
}

.card-row-wrapper .block-card {
  display: block;
  text-decoration: none;
  width: calc(50% - 1.3em);
}

.card-row-wrapper .block-card-img {
  position: relative;
  width: 100%;
  padding-bottom: 52%;
  border-radius: 0.5em;
  overflow: hidden;
  border: .05em solid #b6b6b6;
}

.collab-card {
  align-items: center;
  position: absolute;
  right: 1em;
  top: 1em;
  display: flex;
  grid-gap: 1em;
}

.black-filter {
  filter: invert(1);
}

.collab-card p {
  color: #FFF;
  text-align: right;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.collab-card img {
  max-width: 3em;
  width: 100%;
  filter: brightness(0) invert(1);
}

.card-row-wrapper .block-card-img .card-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-card .block-card-title {
  color: #271D7A;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1;
  margin-top: 0.6363em;
  margin-bottom: 0.1818em;
}

.block-card-name {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25;
}

/* our work screen */
.our-work-page .work-btn-wrapper {
  max-width: 65%;
  padding-top: 1em;
  padding-right: 0.5em;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.35em;
}

.work-industry-wrapper {
  max-width: 10em;
  padding-top: 1em;
}

.work-industry-wrapper select:focus-visible {
  border-color: #271D7A;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  border: 0.15em solid #271D7A;
  border-radius: 0.3em;
  background-color: transparent;
  height: 2.75em;
  min-width: 11em;
  padding: 0.5em 1.4em 0.5em 0.75em;
  color: #271D7A;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: inherit;
}

.select-wrapper select option {
  color: #4B4B4B;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 2;
}

.select-down-arrow {
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  display: flex;
  align-items: center;
}

.select-wrapper select:focus-visible {
  outline: 0
}

.floating-wrapper {
  position: relative;
  width: 100%;
}

.floating-wrapper select {
  padding: 0.85em 1.4em 0.1em 0.75em;
}

.floating-wrapper label {
  position: absolute;
  left: 0.9em;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  transition: all 0.3s ease;
  color: #271D7A;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  width: calc(100% - 2.3em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  background: white;
  line-height: 2;
}

/* Move label up when select has a value */
.floating-wrapper label.active {
  top: 1em;
  left: 1.3em;
  font-size: 0.6em;
  background: transparent;
  line-height: 1;
}

.work-hero-section {
  overflow: hidden;
  padding-top: 2.1em;
  height: calc(50vw + 2em);
}

.work-banner-row {
  min-height: 42.65vw;
}

.work-banner-card {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  text-decoration: none;
}

.work-banner-card:focus-visible {
  outline: 1px solid #000;
  outline-offset: 2px;
}

.work-banner-card img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-banner-card:nth-child(1) {
  width: 36vw;
  height: 36vw;
  margin-left: -1.2vw;
}

.work-banner-card:nth-child(2),
.work-banner-card:nth-child(2) {
  width: 43.35vw;
  height: 42.65vw;
  margin-left: -6.8vw;
  margin-right: -6.8vw;
  z-index: 1;
  box-shadow: unset;
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.15));
  position: relative;
  overflow: unset;
}

.work-banner-card:nth-child(2) img {
  border-radius: 50%;
}

.work-banner-card:nth-child(2)::after,
.work-banner-card:nth-child(2):after {
  background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  width: 29vw;
  height: 26vw;
  flex-shrink: 0;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: auto;
  right: -6vw;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}

.work-banner-card:nth-child(2)::before,
.work-banner-card:nth-child(2):before {
  background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  width: 28vw;
  height: 22vw;
  flex-shrink: 0;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -5vw;
  right: auto;
  margin: auto;
  pointer-events: none;
}

.our-work-title-wrapper .our-work-title-heading {
  color: #271D7A;
  font-size: 10.42vw;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
  margin-top: -13.5vw;
  position: relative;
  width: fit-content;
  z-index: 1;
}

.our-work-title-wrapper .our-work-title-heading:first-child {
  color: #ffffff;
  mix-blend-mode: overlay;
}

.our-work-title-wrapper .our-work-title-heading:nth-child(2) {
  color: #0c073a;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.our-work-title-wrapper .our-work-title-heading span {
  display: block;
  padding-left: 8.2vw;
}

.work-banner-card:nth-child(3) {
  width: 40.225vw;
  height: 37.95vw;
  margin-right: -4.8vw;
}

.work-banner-img {
  position: relative;
}

.work-banner-blue-dot {
  content: '';
  position: absolute;
  width: 11.875vw;
  height: 11.875vw;
  background-color: #271D7A;
  border-radius: 50%;
  right: -4.2vw;
  top: 5vw;
  z-index: 1;
}

.work-banner-orange-dot {
  width: 7.1em;
  height: 7.1em;
  position: absolute;
  left: 37.25vw;
  top: -2vw;
  margin: auto;
  background-color: #E43B26;
  border-radius: 50%;
  z-index: 2;
}

.work-location-banner-info {
  width: 15em;
  position: absolute;
  bottom: auto;
  left: 63%;
  z-index: 1;
  min-height: 4em;
  top: 43.5vw;
}

.our-work-page .work-wrapper.our-work-capability-section {
  padding-top: 0;
}

.work-location-banner-info-wrap::before {
  content: '';
  position: absolute;
  height: 3.1em;
  width: 0.05em;
  background-color: #271D7A;
  left: -1.45em;
  top: -3em;
}

.work-location-banner-info-wrap::after {
  content: '';
  position: absolute;
  height: 0.6em;
  width: 0.6em;
  border-radius: 50%;
  background-color: #271D7A;
  left: -1.7em;
  top: -0.05em;
}

.work-location-banner-info .work-location-titel {
  color: #271D7A;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.25;
}

.work-location-info {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25;
}

.work-location-city {
  color: #757575;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.42;
}

.capability-location-page .card-row-wrapper {
  padding-top: 0;
}

/* news press screen start */
.news-hero-section {
  margin-bottom: 4em;
}

.news-hero-section .hero-title {
  color: #271D7A;
  font-size: 10em;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}

.news-hero-section .hero-title span {
  display: block;
  padding-left: 0.8em;
}

.news-hero-section .hero-discription {
  color: #4B4B4B;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.011em;
  margin-top: 1.5em;
  max-width: 40%;
  width: 100%;
  opacity: 0.9;
}

.news-card-row {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.75em;
  width: 100%;
}

.news-card-item {
  display: block;
  margin-bottom: 4.5em;
  text-decoration: none;
  width: calc(25% - 0.575em);
}

.card-img-box {
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  padding-bottom: 86.25%;
  position: relative;
  width: 100%;
}

.card-img-box img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.newsCardTitle {
  color: #271D7A;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.25em;
}

.newsCardDate {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25;
}

.news-shape-img {
  position: absolute;
  right: 0;
  bottom: -21vw;
  z-index: -1;
  width: 19.6vw;
}

.orange-shape-img {
  position: absolute;
  top: 0;
  left: 29.5%;
  z-index: 0;
  width: 8vw;
}

.news-article-slider {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 0.5em;
  background: #FFF;
  min-height: 16.15em;
  margin: 0;
  height: 100%;
}

.news-article-slider .articles-title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6em;
  line-height: 1;
  margin: 0;
}

/* LEADERS INDEX screen css start */
.page-section {
  background: #fff;
  display: block;
  min-height: 100vh;
  padding: 4.4rem 0 0 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.leader-canvas {
  width: 100%;
  min-height: 200px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  transform: scale(1.2) translate(-50%, 8%);
  left: 61%;
  top: 0%;
  opacity: 0;
}

.leader-canvas::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.leader-canvas-single {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  /* background: rgb(0,0,0); */
  /* background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 83%, rgba(0,0,0,0) 100%); */
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  min-height: 100vh;
  display: block;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  z-index: 1000;
  transform: scale(1) translate(-53%, 0%);
  left: -50%;
  top: 0%;
  transition: left 1s;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
}

.member-template-default.single.single-member {
  overflow: hidden;
}

.gray-filter-outside-wrapper.leader-canvas-filter {
  z-index: 1001;
}

.leader-canvas-filter-modal .grey-filter-modal-body,
.leader-canvas-filter-modal .grey-filter-mob-overlay {
  z-index: 1002;
}

.leader-canvas-side {
  width: 266px;
  min-height: 200px;
  display: block;
  position: fixed;
  text-align: center;
  margin: 0 auto;
  /* z-index: 1001; */
  z-index: 600;
  left: -1%;
  top: -10%;
  transition: left 1s;
  font-size: 1rem;
}

.leader-canvas-single a {
  background-color: #000000;
}

.leader-canvas-side a {
  background-color: rgb(144, 169, 238);
}

.leaders-hero-section {
  overflow-y: hidden;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lhsi {
  position: absolute;
  width: 120%;
  max-width: 120%;
  top: 24px;
  left: -200px;
}

.leader-circle {
  border-radius: 50%;
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.05), 15px 10px 15px rgba(0, 0, 0, 0.25);
  height: 10em;
  margin: 0.5em;
  overflow: hidden;
  position: absolute;
  width: 10em;
}

.leader-circle-side {
  border-radius: 50%;
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.05), 15px 10px 15px rgba(0, 0, 0, 0.25);
  background: #000;
  height: 10em;
  margin: 0.5em;
  overflow: hidden;
  position: absolute;
  width: 10em;
}

.leader-circle-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-circle.top-index {
  z-index: 100;
  background: #000;
}

.leaders-index-screen .leader-circle {
  cursor: pointer;
}

.leader-circle:hover::after,
.leader-circle:hover:after {
  background: rgba(39, 29, 122, 0.75);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.leader-circle.top-index::after {
  background-color: black;
}

.leader-circle img {
  position: absolute;
  display: block;
  top: -5%;
  left: -5%;
  min-width: 110%;
  min-height: 110%;
  object-fit: cover;
}

.leader-circle.top-index img {
  /* visibility: hidden; */
  z-index: 0;
  opacity: 0;
}

.learder-circle::after,
.learder-circle:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border-radius: inherit;
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.25),
    inset -2px -5px 10px rgba(255, 255, 255, .4);
  z-index: 0;
}

.leader-info-wrap {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin: auto;
  max-width: 5.2em;
  padding: 1em 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  translate: -50% -50%;
  width: 100%;
  z-index: 2;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  opacity: 1;
  transition: opacity 0.5s;
}

.leader-circle:hover .leader-info-wrap {
  display: flex;
  flex-direction: column;
}

.leader-circle.top-index .leader-info-wrap {
  opacity: 0;
}

.leader-name {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.14em;
  margin-bottom: 0.6em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.4em;
  height: 100%;
  word-break: break-word;
}

.leader-agency-info {
  color: #fff;
  display: block;
  font-size: .8em;
  font-size: 60%;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.4em;
}

.leader-cta {
  align-items: center;
  background: #fc4d0f;
  border-radius: 50px;
  display: flex;
  height: 1.9em;
  justify-content: center;
  position: relative;
  width: 2em;
}

.leader-cta img {
  display: inline-block;
  height: 1em;
  object-fit: contain;
  position: relative;
  width: 1em;
  min-width: auto;
  min-height: auto;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}

.alpha-listing-section {
  background: #fff;
  display: block;
  min-height: unset;
  padding: 0;
  width: 100%;
  scroll-margin-top: 4em;
}

.alpha-listing-section .center-container {
  font-size: 1em;
  margin: 0 auto;
  max-width: 88.3em;
  padding: 0 6em;
}

.leader-search-container {
  padding-top: 4.15em;
  width: 100%;
  border-top: 2px solid rgba(180, 180, 180, .2);
}

.leader-search-wrapper {
  width: 100%;
  max-width: 25em;
  position: relative;
  margin: auto;
}

.leader-search-container input {
  border-radius: 6em;
  border: 0.05em solid #C2C2C2;
  color: #757575;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: -0.02em;
  height: 3.15em;
  padding: 0 3em 0 1.4em;
  position: relative;
  width: 100%;
}

.no-leader-found {
  font-size: 1em;
  color: #4B4B4B;
  font-weight: 600 !important;
  line-height: 1.25;
  width: 100%;
  font-weight: 500;
  max-width: 80em;
  padding-top: 3em;
  text-align: center;
}

.leader-search-container .leader-search-icon {
  position: absolute;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.alpha-listing-wrap {
  gap: 2em;
  padding: 2.5rem 0 6rem 0;
  column-count: 5;
  width: 100%;
}

.alpha-listing-wrap-body .alpha-listing-wrap {
  column-gap: 1em;
}

.grid-item {
  display: inline-block;
  position: relative;
  max-width: 9.45em;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 1.8em;
}

.alpha-col {
  display: inline-block;
  position: relative;
  max-width: 9.45em;
  width: 100%;
}

.alpha-col-item {
  display: block;
  position: relative;
}

.alpha-col-title {
  color: #271D7A;
  display: block;
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.2em;
  padding: 2em 0 .8em 0;
  position: relative;
}

.alpha-col-title:first-of-type {
  padding: 0 0 .8em 0;
}

.alpha-col-link {
  display: block;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2em;
  padding: 0 0 .8em 0;
  position: relative;
}

.alpha-col-link:last-of-type {
  padding: 0;
}

.alpha-col-link a {
  color: #4B4B4B;
  text-decoration: none;
}

.alpha-col-link a:hover {
  text-decoration: underline;
}

/* FILTER BAR */
.gray-filter-outside-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 3rem;
  width: fit-content;
  z-index: 506;
  margin: auto;
  left: 0;
  right: 0;
}

.gray-filter-wrap {
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 100px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  display: block;
  /* max-width: 35.9em; */
  max-width: fit-content;
  padding: .65em 1.85em;
  position: -webkit-sticky;
  position: relative;
  width: 100%;
}

.leader-gray-filter-wrapper .gray-filter-wrap {
  max-width: fit-content;
}

.gray-filter-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  grid-column-gap: 0.35em;
}

.gray-filter-item {
  display: inline-block;
  color: #fff;
  font-size: .8em;
  font-weight: 800;
  line-height: 1.2em;
  position: relative;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.filter-search {
  border-radius: 50%;
  background: rgba(115, 115, 115, 0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  z-index: 5;
}

.gray-filter-pill-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  position: relative;
  width: 100%;
}

.gray-filter-item.left {
  padding-right: 1.125em;
}

.gray-filter-item.right {
  padding-left: 1.125em;
}

.agency-label {
  padding-right: 2em;
}

.agency-region-block,
.capabiltiy-block {
  min-width: 12.25em;
}

.gray-cont {
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  width: 100%;
  display: flex;
  height: 1.6em;
  font-size: 20px;
}

.gray-cont::before,
.gray-cont:before {
  background: #FC4D0F;
  border-radius: 1em;
  content: " ";
  height: 1.3em;
  left: 5px;
  position: absolute;
  top: 3px;
  transition: all 0.2s ease-out;
  width: 1.3em;
}

.choice {
  float: left;
  margin-right: 1px;
  width: 3.05rem;
}

.choice button {
  background: transparent;
  border: 0;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: relative;
  text-align: center;
  transition: all 0.4s linear;
  width: 100%;
}

.choice .gray-cont.right::before {
  transform: translate3d(1.25em, 0, 0);
}

.custom-select {
  min-width: 9.75em;
  position: relative;
}

.gray-filter-item .custom-select {
  min-width: 12.25em;
}

.custom-select select {
  appearance: none;
  background: rgba(115, 115, 115, 0.50);
  border: 1px solid transparent;
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  font-size: .8rem;
  padding: 0.675em 6em 0.675em 1em;
  width: 100%;
}

.gray-filter-item .grey-custom-select-box {
  appearance: none;
  background: rgba(115, 115, 115, 0.50);
  border: 1px solid transparent;
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 600;
  padding: 0.675em 2em 0.675em 1em;
  letter-spacing: -0.02em;
  text-align: left;
  width: 100%;
}

.gray-filter-item .custom-select::before,
.gray-filter-item .custom-select:before {
  top: 0;
  bottom: 0;
  margin: auto;
}

.active-value-label {
  transition: 0.25s ease-in-out;
  font-weight: 700;
}

.filter-title-card {
  width: calc(100% - 1.25em);
}

.filter-title-card span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.active .active-value-label {
  display: block;
  font-size: 0.5556em;
  color: #D7D7D7;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.mob-filter-option .active .active-value-label {
  color: #271D7A;
}

.grey-filter-mob-overlay .region-btn.active img,
.grey-filter-mob-overlay .capability-btn.active img {
  display: none;
}

.grey-filter-mob-overlay .region-btn .mob-close-greyfilter,
.grey-filter-mob-overlay .capability-btn .mob-close-greyfilter {
  display: none;
}

.grey-filter-mob-overlay .region-btn.active .mob-close-greyfilter,
.grey-filter-mob-overlay .capability-btn.active .mob-close-greyfilter {
  display: block;
}

.mob-close-greyfilter {
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 1em;
  height: auto;
  flex-shrink: 0;
  cursor: pointer;
}

.grey-filter-mob-overlay .region-btn.active .mob-close-greyfilter img,
.grey-filter-mob-overlay .capability-btn.active .mob-close-greyfilter img {
  width: 1em;
  display: block;
}

.custom-select select:focus-visible {
  outline: none;
}

.custom-select::before,
.custom-select:before {
  background: url('/wp-content/themes/icom-wp-theme/assets/images/keyboard_arrow_up.svg') no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 1.2rem;
  pointer-events: none;
  position: absolute;
  right: .5rem;
  top: .5rem;
  width: 1.2rem;
  background-size: 0.75em;
}

.active.custom-select::before,
.active.custom-select:before {
  background: url('/wp-content/themes/icom-wp-theme/assets/images/mob-close-filter.svg') no-repeat center;
  filter: brightness(0) invert(1);
  background-size: 0.7em;
}

.close-greyfilter {
  display: none;
}

.active .close-greyfilter {
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  width: 2.5em;
  opacity: 0;
  cursor: pointer;
}

.gray-filter-mobile-show {
  display: none;
}

.region-filter .gray-filter-outside-wrapper:after,
.region-filter .gray-filter-outside-wrapper::after,
.capability-filter .gray-filter-outside-wrapper:after,
.capability-filter .gray-filter-outside-wrapper::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.grey-filter-modal-body {
  border-radius: 0.8em;
  background: #ffffff;
  padding: 1.85em 2.5em;
  max-width: 54.8em;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 7em;
  bottom: auto;
  position: fixed;
  z-index: 507;
  display: none;
}

.region-filter-row {
  max-height: calc(100vh - 12.5em);
  overflow: auto;
  scrollbar-width: thin;
}

.region-wrapper {
  width: 27.5%;
  padding-right: 0.75em;
}

.filter-country-wrapper {
  width: 72.5%;
}

.filter-column {
  column-count: 3;
}

.filter-column li {
  break-inside: avoid;
  line-height: 1.3;
  margin-bottom: 0.6em;
}

.grey-filter-title {
  color: #271D7A;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.67em;
}

.grey-filter-option {
  color: #4B4B4B;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.9;
  list-style-type: none;
  transition: 0.25s ease-in-out;
}

.grey-filter-option li:hover {
  color: #271D7A;
}

.grey-filter-option .disabled,
.grey-filter-option .disabled:hover {
  cursor: not-allowed;
  color: #C6C6C6;
  ;
}

.grey-filter-option li {
  cursor: pointer;
  line-height: 1.2;
  margin-bottom: 0.6em;
}

.grey-filter-option li::selection {
  background-color: transparent;
}

.grey-filter-modal-body.capabilityModal {
  max-width: 19em;
  left: calc(50% + 6em);
  right: auto;
  padding: 0.9em 1.5em 0.9em 0.9em;
  border-radius: 0.4em;
}

.capability-filter-row {
  max-height: 50vh;
  overflow: auto;
  scrollbar-width: thin;
}

.grey-filter-modal-body.capabilityModal ul li {
  line-height: 1.3em;
  margin-bottom: 0.55em;
}

.grey-filter-modal-body.capabilityModal ul li:last-child {
  margin-bottom: 0;
}

/* Show modal when it has the 'open' class */
.regionModal.open,
.capabilityModal.open {
  display: block;
}

body.region-filter,
body.capability-filter {
  overflow: hidden;
}

.region-filter .gray-filter-inner,
.capability-filter .gray-filter-inner {
  position: relative;
}

.region-filter #regionButton,
.capability-filter #capabilityButton {
  position: relative;
  z-index: 25;
}

.agency-label {
  padding-right: 2em;
}

.agency-region-block,
.capabiltiy-block {
  min-width: 12.25em;
}

.gray-filter-item .custom-select {
  width: 12.25em;
}

.gray-filter-item .grey-custom-select-box {
  appearance: none;
  background: rgba(115, 115, 115, 0.50);
  border: 1px solid transparent;
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 600;
  padding: 0 2em 0 1em;
  letter-spacing: -0.02em;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 2.778em;
  ;
}

.region-filter .gray-filter-outside-wrapper:after,
.region-filter .gray-filter-outside-wrapper::after,
.capability-filter .gray-filter-outside-wrapper:after,
.capability-filter .gray-filter-outside-wrapper::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.grey-filter-modal-body {
  border-radius: 0.8em;
  background: #ffffff;
  padding: 1.85em 2.5em;
  max-width: 54.8em;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 7em;
  bottom: auto;
  position: fixed;
  z-index: 507;
  display: none;
}

.region-filter-row {
  max-height: calc(100vh - 12.5em);
  overflow: auto;
  scrollbar-width: thin;
}

.region-wrapper {
  width: 27.5%;
  padding-right: 0.75em;
}

.filter-country-wrapper {
  width: 72.5%;
}

.filter-column {
  column-count: 3;
}

.filter-column li {
  break-inside: avoid;
  line-height: 1.3;
  margin-bottom: 0.6em;
}

.grey-filter-title {
  color: #271D7A;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.67em;
}

.grey-filter-option {
  color: #4B4B4B;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.9;
  list-style-type: none;
  transition: 0.25s ease-in-out;
}

.grey-filter-option li:hover {
  color: #271D7A;
}

.grey-filter-option .disabled,
.grey-filter-option .disabled:hover {
  cursor: not-allowed;
  color: #C6C6C6;
  ;
}

.grey-filter-option li {
  cursor: pointer;
}

.grey-filter-option li a {
  text-decoration: none;
  color: #4B4B4B;
}

.grey-filter-option .disabled a,
.grey-filter-option .disabled a:hover {
  cursor: not-allowed;
  color: #C6C6C6;
  ;
}

.grey-filter-modal-body.capabilityModal {
  max-width: 19em;
  left: calc(50% + 6em);
  right: auto;
  padding: 0.9em 0em 0.9em 0.9em;
  border-radius: 0.4em;
}

.capability-filter-row {
  max-height: 50vh;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 1.25em;
}

.grey-filter-modal-body.capabilityModal ul li {
  line-height: 1.3em;
  margin-bottom: 0.55em;
}

.grey-filter-modal-body.capabilityModal ul li:last-child {
  margin-bottom: 0;
}

/* .grey-filter-mob-overlay{
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(1.5em);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 2.5em;
  display: none;
  z-index: 509;
}
.grey-filter-mob-body{
  background: #FFF;
  height: 90vh;
} */
.grey-filter-mob-overlay {
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(1.5em);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 2.5em;
  display: flex;
  /* Use flex to center content */
  justify-content: center;
  align-items: flex-end;
  /* Align to bottom */
  z-index: 509;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Popup Body - Animates from bottom to top */
.grey-filter-mob-body {
  background: #FFF;
  height: 90vh;
  width: 100%;
  border-radius: 15px 15px 0 0;
  /* Rounded top corners */
  transform: translateY(100%);
  /* Start off-screen */
  transition: transform 0.4s ease-in-out;
}

/* Show Animation */
.grey-filter-mob-overlay.activeFilter {
  opacity: 1;
  visibility: visible;
}

.grey-filter-mob-overlay.activeFilter .grey-filter-mob-body {
  transform: translateY(0);
  /* Moves up */
}

/* Hide Animation */
.grey-filter-mob-overlay.closingFilter .grey-filter-mob-body {
  transform: translateY(100%);
}

.grey-filter-mob-overlay .filter-header {
  padding: 0.8em 0.9em 0.6em;
  border-bottom: 0.05em solid;
  margin-bottom: 0.4em;
  position: relative;
  display: flex;
  justify-content: center;
}

.mob-modal-fitler-title {
  color: #000;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
}

.grey-filter-mob-overlay .close-filter-btn {
  font-size: 20px;
  padding: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0.35em;
  width: 1.5em;
  height: 1.45em;
  background-color: #271D7A;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: 0.65em;
  border-radius: 52% 48% 48% 48% / 48% 49% 55% 49%;
  border: 0;
}

.grey-filter-mob-overlay .close-filter-btn img {
  width: 1em;
}

.grey-filter-mob-tabs {
  padding: 1em 0.9em 1.25em;
  max-height: calc(90vh - 2.25em);
  overflow: auto;
}

.region-mob-filter-block,
.capability-mob-filter-block {
  display: none;
}

.grey-filter-mob-overlay .region-btn,
.grey-filter-mob-overlay .capability-btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.grey-filter-mob-overlay .region-filter {
  margin-bottom: 2.5em;
}

.mob-filter-option .grey-filter-title,
.region-mob-filter-block,
.capability-mob-filter-block {
  border: 0.05em solid #271D7A;
  border-radius: 0.4em;
  padding: 0.75em;
}

.mob-filter-option .grey-filter-title {
  padding: 0 0.75em;
  height: 2.5em;
}

.grey-filter-mob-overlay .filter-back.d-none {
  display: none;
}

.grey-filter-mob-overlay .filter-back {
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-column-gap: 0.5em;
  padding: 0;
  background: transparent;
  border: 0;
  margin-bottom: 0.75em;
  color: #271d7a;
  font-weight: 600;
  font-size: 0.8em;
  position: absolute;
  left: 1em;
}

.grey-filter-mob-overlay .filter-back img {
  width: 0.35em;
  margin-top: 0.15em;
}

.grey-filter-mob-overlay .region-btn img,
.grey-filter-mob-overlay .capability-btn img {
  transform: rotate(180deg);
  width: 0.5em;
}

.grey-filter-mob-overlay .grey-filter-option {
  font-size: 0.8em;
}

/* Show modal when it has the 'open' class */
.regionModal.open,
.capabilityModal.open {
  display: block;
}

body.region-filter,
body.capability-filter,
body.mob-filter {
  overflow: hidden;
}

.region-filter .gray-filter-inner,
.capability-filter .gray-filter-inner {
  position: relative;
}

.region-filter .gray-filter-inner::before,
.region-filter .gray-filter-inner:before,
.capability-filter .gray-filter-inner::before,
.capability-filter .gray-filter-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background-color: transparent;
}

.region-filter #regionButton,
.capability-filter #capabilityButton {
  position: relative;
  z-index: 25;
}

.region-filter .gray-filter-inner .gray-filter-pill-wrap,
.capability-filter .gray-filter-inner .gray-filter-pill-wrap,
.capability-filter .gray-filter-inner .agency-region-block,
.region-filter .gray-filter-inner .capabiltiy-block,
.region-filter .gray-filter-inner .filter-search,
.capability-filter .gray-filter-inner .filter-search {
  opacity: 0.5;
}

/* agency detail screen css */
.verne-section {
  background-color: #FC4D0F;
  color: #fff;
  padding: 7.2em 0 11.75em;
  overflow: hidden;
}

.moving-circle-section {
  overflow: hidden;
  height: 100vh !important;
  max-height: 100vh !important;
}

.moving-circle-section-c {
  overflow: hidden;
  height: 100vh !important;
  max-height: 100vh !important;
}

.moving-circle-section-m {
  overflow: hidden;
  height: 100vh !important;
  max-height: 100vh !important;
}

.moving-circle-effecto,
.moving-circle-effecto-c,
.moving-circle-effecto-m {
  border-radius: 50%;
  width: 28vw;
  height: 28vw;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -19.65vw;
  margin: auto !important;
}

.casestudy-hero-block {
  overflow: hidden;
}

.verne-row {
  align-items: flex-end;
  grid-gap: 1em;
}

.verne-title-col {
  flex: 1;
  max-width: 48.5em;
}

.verne-title-col .agency-section-title {
  line-height: 0.91;
}

.verne-col {
  flex-basis: 18.75em;
  flex-shrink: 0;
}

.verne-discription {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: -0.02em;
  margin-bottom: 1.5em;
}

.verne-col button {
  width: 10.5em;
}

.verne-col button.active:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.main-page-wrap.agency-detail-page {
  padding: 0;
}

.agency-section-title {
  font-size: 6em;
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

/* image gallery block css */
.image-gallery-block {
  padding: 3em 0;
}

.gallery-box:has(iframe),
.image-gallery-modal-content .mySlides:has(iframe) {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  width: 100%
}

.gallery-box:has(iframe)::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}

.gallery-box iframe,
.image-gallery-modal-content .mySlides iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* The Close Button */
.image-gallery-closeBtn {
  font-size: 1em;
  position: absolute;
  top: 0.5em;
  right: 0.8em;
  bottom: 0;
  left: auto;
  padding: 0;
  background: transparent;
  border: 0;
  width: fit-content;
}

.image-gallery-closeBtn:hover,
.image-gallery-closeBtn:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.image-gallery-modal-content .mySlides {
  display: none;
}

.image-gallery-modal-content .mySlides img {
  max-height: 80vh;
  width: -webkit-fill-available;
  height: 100%;
  object-fit: contain;
  background-color: transparent;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev-image-slide,
.next-image-slide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-select: none;
  background: #271D7A;
  border-radius: 43% 51% 59% 49% / 53% 55% 46% 48%;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-image-slide {
  margin-left: -1.5em;
}

.next-image-slide {
  margin-right: -1.5em;
}

/* Position the "next button" to the right */
.next-image-slide {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev-image-slide:hover,
.next-image-slide:hover {
  background-color: #1f1762;
}

/* Video Bubble */
.video-bubble-section-wrap {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  /* margin: -1px; */
}

.video-bubble-animation-container {
  height: 100vh;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.video-bubble-video {
  top: 0;
  left: 0;
  height: auto;
  width: inherit;
}

@media (aspect-ratio < 16/9) {
  .video-bubble-video {
    width: auto;
    height: inherit;
  }
}

.bubble-mask {
  -webkit-mask-image: url('/wp-content/themes/icom-wp-theme/assets/images/bubbles/bubble-2.svg');
  mask-image: url('/wp-content/themes/icom-wp-theme/assets/images/bubbles/bubble-2.svg');
  width: 100%;
  height: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 150%;
  -webkit-mask-position: 50% 50%;
  mask-size: 150%;
  mask-position: 50% 50%;
  background-color: rgb(39, 29, 122);
}

.full-screen-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  border: none;
  background: transparent;
}

.video-mute-toggle {
  font-size: 20px;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(100vh - 3.5em);
  right: 1.5em;
  z-index: 505;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 0.1em solid rgba(255, 255, 255, 0.50);
  background: rgba(0, 0, 0, 0.50);
  padding: 0;
}

.video-mute-toggle.play-pause-toggle {
  right: 4em;
}

.video-mute-toggle img {
  width: 0.75em;
  height: auto;
}

.video-mute-toggle.play-pause-toggle img {
  width: 0.5em;
}

#pause-icon {
  width: unset;
}

.mask-play-button {
  /* position: absolute; */
  mask-image: null;
  -webkit-mask-image: null;
  background: transparent;
}

.bubble-text-mask {
  -webkit-mask-image: url('/wp-content/themes/icom-wp-theme/assets/images/bubbles/bubble-2.svg');
  mask-image: url('/wp-content/themes/icom-wp-theme/assets/images/bubbles/bubble-2.svg');
  width: 100%;
  height: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: 50%;
  mask-position: 50% 50%;
  background-color: rgb(39, 29, 122);
  position: absolute;
  color: white;
  text-align: center;
  font-size: 4em;
}

.mask-shine {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}

.mask-shine::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 .2em 1.25em 0 rgba(255, 255, 255, .75) inset;
}

.headline-mask {
  position: absolute;
  background-color: transparent;
  mix-blend-mode: color-dodge;
}

.video-bubble-section-s, .video-bubble-section {
  background: #fff;
  display: block;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.video-bubble-container {
  background: #fff;
  display: block;
  /* height: 100%; */
  min-height: 100vh;
  position: relative;
}

.bubble-ball {
  width: 2.1em;
  height: auto;
  display: inline-block;
  position: relative;
  margin: -1em -0.5em em;
  margin-top: -1.2em;
  top: 0.7em;
  margin-left: -0.6em;
  margin-right: -0.7em;
}
.icom-logo-span{
  display: inline-block;
  position: relative;
  width: 0.8em;
  bottom: -4px;
}

.bubble-play-button {
  position: absolute;
  top: calc(50% + 220px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: auto;
  opacity: 0;
  cursor: pointer;
  text-align: center;
}
.bubble-play-button img{
  max-width: 5em;
  width: 100%;
  display: flex;
  margin: auto;
}

.bubble-play-button-desk {
  display: block;
}

.bubble-play-button-mobil {
  display: none;
}

.play-button-yt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  height: auto;
  pointer-events: none;
  display: block;
}

.play-button-yt-m {
  display: none;
}

.video-headline-item-1,
.video-headline-item-2 {
  opacity: 0;
}

.video-bubble {
  animation: heroBubble 10s linear infinite;
  box-shadow: 0 .2em 1.25em 0 rgba(0, 0, 0, .2);
  border-radius: 55% 55% 50% 55% / 45% 55% 50% 55%;
  display: block;
  height: 32.7vw;
  left: 50%;
  margin: -16.35vw 0 0 -17vw;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: rotate(-14deg);
  width: 34vw;
}

.scroll-btn-wrapper {
  position: absolute;
  width: fit-content;
  left: 0;
  right: 0;
  top: auto;
  color: #FFF;
  font-size: 0.65em;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  margin: auto;
  flex-direction: column;
  text-decoration: none;
}

.scroll-btn-wrapper span {
  width: 3.15em;
  height: 3.15em;
  border-radius: 50%;
  border: 0.2em solid rgba(255, 255, 255, 0.50);
  background: rgba(0, 0, 0, 0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.scroll-btn-wrapper .scroll-text {
  padding-bottom: 1.3em;
  margin-top: -1.5em;
}

.network-bubble {
  background: #271d7a;
  animation: heroBubble 10s linear infinite;
  border-radius: 55% 55% 50% 55% / 45% 55% 50% 55%;
  display: block;
  height: 32.7vw;
  left: 52%;
  margin: -16.35vw 0 0 -17vw;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  top: 52%;
  width: 34vw;
  z-index: 10;
  opacity: 0;
}

.network-bubble-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: inherit;
  aspect-ratio: 1.04;
  object-fit: cover;
}

.n-bubble-8,
.n-bubble-9,
.n-bubble-10,
.n-bubble-11,
.n-bubble-12,
.n-bubble-13,
.n-bubble-14,
.n-bubble-15,
.n-bubble-16,
.n-bubble-17 {
  display: none;
}

@keyframes heroBubble {
  0% {
    border-radius: 55% 55% 50% 55% / 45% 55% 50% 55%;
  }

  33.33% {
    border-radius: 60% 50% 60% 50% / 50% 40% 40% 45%;
  }

  66.67% {
    border-radius: 50% 55% 40% 50% / 40% 45% 50% 50%;
  }

  100% {
    border-radius: 55% 55% 50% 55% / 45% 55% 50% 55%;
  }
}

.video-bubble::after,
.video-bubble:after {
  box-shadow: 0 .2em 1.25em 0 rgba(255, 255, 255, .75) inset;
  border-radius: inherit;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-bubble-headline {
  color: #271d7a;
  display: block;
  font-size: 11.25em;
  font-weight: 900;
  line-height: 0.8em;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.network-bubble-headline {
  color: #ffffff;
  display: block;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
  left: 2vw;
  margin: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
}

.hlr {
  color: rgb(209, 209, 209);
}

.bb-l {
  transform: rotate(45deg);
}

.bb-l img {
  transform: rotate(-45deg) translate(0%, -67%);
  height: inherit;
  scale: 1.1;
}

.bb-l p {
  transform: rotate(-45deg) translate(9%, -39%);
}

.bb-r {
  transform: rotate(-45deg);
}

.bb-r img {
  transform: rotate(45deg) translate(-60%, 0%);
  height: inherit;
  scale: 1.1;
}

.bb-r p {
  transform: rotate(45deg) translate(-12%, -39%);
}

.video-bubble-headline.overlay {
  mix-blend-mode: plus-lighter;
  left: 50%;
  pointer-events: none;
  transform: translate(-50vw, -50%) rotate(14deg);
  width: 100vw;
}

.video-bubble-headline span {
  display: block;
  padding: 0 .43em 0 0;
  position: relative;
}

.video-bubble-headline span:last-child {
  padding: 0 0 0 .43em;
}

/* Agency Details bubble mask */
.agency-circles-hero-container {
  width: 100%;
  position: absolute;
  display: block;
  height: 60vw;
  top: 0;
  left: 0;
}

.agency-bubble-mask {
  -webkit-mask-image: url('/wp-content/themes/icom-wp-theme/assets/images/bubbles/bubble-2.svg');
  mask-image: url('/wp-content/themes/icom-wp-theme/assets/images/bubbles/bubble-2.svg');
  width: 100%;
  height: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: 15%;
  mask-position: 50% 50%;
}

.agency-bubble-image {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.agency-expand-section {
  height: 100vh;
  width: 100%;
  z-index: 1;
}

/* Horizontal Text Scroll + Video Grow */
.text-scroll-wrap {
  background: #271D7A;
  color: #fff;
  display: block;
  min-height: 200vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: -1px;
}

.scrolling-headline {
  align-items: center;
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  font-size: 15em;
  font-weight: 900;
  justify-content: center;
  left: 0;
  line-height: .85em;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(-50%);
  top: 20%;
  width: 100%;
}

.scrolling-headline span {
  display: inline-flex;
  justify-content: center;
  min-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

.growing-video-wrap {
  border-radius: 1.15em;
  display: block;
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
}

.growing-video-wrap iframe,
.growing-video-wrap video {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

@media (aspect-ratio > 16/9) {

  .growing-video-wrap iframe,
  #hero-vimeo-player {
    height: 140vh !important;
    left: 0;
    position: absolute;
    top: 0 !important;
    transform: translate(-50%, -14%) !important;
    width: 100% !important;
  }
}

.text-scroll-wrap .growing-video-wrap .video-container {
  background-color: #271D7A;
}
.play-audio-text{
  color: #ffffff;
  text-align: center;
  font-size: 0.7em;
  margin-top: 1em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.play-button-yt.play-with-audio-btn{
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.play-button-yt.play-with-audio-btn img{
  max-width: 5.9em;
  width: 100%;
  margin: auto;
}
.vimeo-text {
  position: absolute;
  border-radius: 5px;
  bottom: 20px;
  left: 30px;
  background: #0000007d;
  padding: 10px;
  display: block;
}

.ytVideoModal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  align-items: center;
  justify-content: center;
}

.ytVideoModal .play-pause-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}

.ytVideoModal-content {
  position: relative;
  margin: auto;
  padding: 0;
  aspect-ratio: 16 / 9;
  max-width: 95%;
  max-height: 95%;
  height: auto;
  width: 100%;
}

.ytVideoClose {
  position: absolute;
  top: 0;
  right: 0.5em;
  font-weight: bold;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: #271D7A;
  cursor: pointer;
  font-size: 1em;
  height: 5.05em;
  margin: 0;
  padding: 1.15em 1em;
  transition: .25s;
  width: 4.55em;
  z-index: 5;
}

.ytVideoClose:hover,
.ytVideoClose:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.ytVideoClose-icon {
  background: #271D7A;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="81" height="83" viewBox="0 0 81 83" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M81 41.1419C81 52.8968 76.7219 62.5278 69.3948 70.2327C62.0677 77.9375 52.8734 83 41.67 83C30.4666 83 21.485 77.74 14.1342 70.0351C6.78348 62.3303 0 52.8968 0 41.1419C0 29.3871 5.53079 18.6201 12.8579 10.9399C20.185 3.23505 30.443 0 41.6463 0C52.8497 0 63.084 3.25974 70.4111 10.9399C77.7383 18.6447 80.9764 29.3871 80.9764 41.1419" fill="%23271D7A"/></svg>');
  mask-image: url('data:image/svg+xml,<svg width="81" height="83" viewBox="0 0 81 83" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M81 41.1419C81 52.8968 76.7219 62.5278 69.3948 70.2327C62.0677 77.9375 52.8734 83 41.67 83C30.4666 83 21.485 77.74 14.1342 70.0351C6.78348 62.3303 0 52.8968 0 41.1419C0 29.3871 5.53079 18.6201 12.8579 10.9399C20.185 3.23505 30.443 0 41.6463 0C52.8497 0 63.084 3.25974 70.4111 10.9399C77.7383 18.6447 80.9764 29.3871 80.9764 41.1419" fill="%23271D7A"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  display: block;
  height: 3.5em;
  left: 50%;
  margin: -2.025em 0 0 -2.075em;
  position: absolute;
  top: 50%;
  transition: .5s;
  width: 3.55em;
}
.ytVideoClose:hover .ytVideoClose-icon{
  filter: brightness(0) invert(1);
}

.ytVideoClose::before,
.ytVideoClose::after {
  background: #ffffff;
  border-radius: 1.275em;
  content: '';
  display: block;
  height: .15em;
  margin: -.5em 0 0 0;
  min-height: .15rem;
  position: absolute;
  right: 1.9em;
  top: 45%;
  transition: .5s;
  width: 1.275em;
  z-index: 1;
}

.ytVideoClose::before {
  margin: 0;
  transform: rotate(-45deg);
  width: 1.275em;
}

.ytVideoClose::after {
  margin: 0;
  width: 1.275em;
  transform: rotate(-135deg);
}
.ytVideoClose:hover::before,
.ytVideoClose:hover::after,
.ytVideoClose:hover:before,
.ytVideoClose:hover:after {
  background-color: #271D7A;
}
/* Award Section */
.award-section-wrap {
  color: #fff;
  display: block;
  min-height: calc(100vh + 450px);
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.home #content{
  position:relative;
}
.home #content::after{
  content: '';
  background-color: #271D7A;
  position: absolute;
  height: 25em;
  bottom: 0;
  left: 0;
  right: 0;
  top:auto;
  pointer-events: none;
  width: 100%;
  z-index: 0;
}
.award-section-wrap::before {
  background: #271D7A;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(0em + 50vw);
}

.award-section-wrap::after {
  background: #271D7A;
  border-radius: 50%;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  padding: 160% 0 0 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 160%;
}

.award-flex-wrap {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 5.8rem;
  max-width: 75em;
  min-height: 100vh;
  padding: 0 2.5em;
  position: relative;
  width: 100%;
  z-index: 1;
}

.award-flex-left,
.award-flex-right {
  display: inline-block;
  flex: 0 1 47%;
  padding: 20vw 0;
  position: relative;
  vertical-align: top;
}

.award-slide-b {
  position: absolute !important;
  left: 0;
  top: 150%;
}

.award-flex-right #dotworld {
  transform: scale(0.8);
}

.pin-spacer {
  background: transparent;
  z-index: 1 !important;
  /* height: auto !important; */
}

.award-slide {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.award-slide-headline {
  color: #fff;
  display: block;
  font-size: 15em;
  font-weight: 900;
  line-height: .9em;
  margin: 0;
  padding: 0;
  position: relative;
}

.award-slide-subhead {
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
  margin: 0 0 .5em 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

#home-award-card-1 .award-info-card {
  font-size: 64px;
  font-weight: 900;
  line-height: 84.04px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.award-slide-text {
  color: #fff;
  display: block;
  font-size: .9em;
  line-height: 1.78em;
  margin: 0;
  position: relative;
}

/* global network section */
.global-network-section {
  min-height: 100vh;
  background-color: #FFFFFF;
  overflow: hidden;
}

.global-network-section-m {
  display: none;
}

.global-network-text {
  color: #271D7A;
  text-align: center;
  font-size: 4.85em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  max-width: 11em;
}

.inner-global-network-text {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* home award section start */
.home-award-block {
  background-color: transparent;
  position: absolute;
  min-height: 100vh;
  z-index: 1;
  overflow-x: clip;
  top: 300px;
}

.home-award-block .home-award-slide {
  max-width: 38.25em;
  width: 100%;
}

.home-award-block .award-info-card {
  width: 70%;
}

.home-award-block .award-count {
  color: #271D7A;
  text-align: center;
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.home-award-block .award-names {
  color: #271D7A;
  text-align: center;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.home-award-slides {
  left: 0;
  position: absolute;
  /* width: 260%; */
  width: 180%;
  padding-left: 28%;
  padding-right: 30%;
  display: flex;
  justify-content: space-between;
}

/* home award section end */
/* brand animation */
.brand-section {
  overflow: hidden;
  min-height: 200vh;
  background-color: #ffffff;
}

.brand-section-title {
  color: #271D7A;
  font-size: 3.15vw;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  max-width: 10.75em;
  padding-top: 33.4vw;
}

.brand-img-circle {
  box-shadow: 0 0.2em 1.25em 0 rgba(255, 255, 255, 0.75) inset;
  filter: drop-shadow(0 0.2em 1.25em rgba(0, 0, 0, 0.15));
  overflow: hidden;
  z-index: 1;
}


.brand-section-award {
  overflow: hidden;
  min-height: 200vh;
  background-color: transparent;
  z-index: 1;
  position: absolute;
  top: 31vh;
  left: 0;
  width: 100%;
}

.brand-img-circle-award {
  box-shadow: 0 0.2em 1.25em 0 rgba(255, 255, 255, 0.75) inset;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0.2em 1.25em rgba(0, 0, 0, 0.25);
  background-color: transparent !important;
}

.brand-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand-one {
  animation: brandOne 5s infinite alternate ease-in-out;
  background-color: #271D7A;
  border-radius: 58% 50% 50% 60% / 50% 50% 50% 59%;
  height: 25.65vw;
  left: 49vw;
  top: 4vw;
  width: 25.5vw;
}

@keyframes brandOne {
  0% {
    border-radius: 58% 50% 50% 60% / 50% 50% 50% 59%;
  }

  25% {
    border-radius: 65% 45% 55% 50% / 45% 55% 50% 60%;
  }

  50% {
    border-radius: 50% 58% 60% 50% / 60% 50% 58% 50%;
  }

  75% {
    border-radius: 55% 65% 50% 60% / 50% 60% 45% 55%;
  }

  100% {
    border-radius: 58% 50% 58% 58% / 50% 50% 50% 58%;
  }
}

.brand-two {
  animation: brandTwo 5s infinite alternate ease-in-out;
  background-color: #271D7A;
  border-radius: 53% 50% 48% 50% / 50% 48% 52% 50%;
  height: 22.65vw;
  right: 4vw;
  top: 24vw;
  width: 23.75vw;
  z-index: 0;
}

@keyframes brandTwo {
  0% {
    border-radius: 53% 50% 48% 50% / 50% 48% 52% 50%;
  }

  25% {
    border-radius: 60% 45% 55% 60% / 45% 55% 45% 60%;
  }

  50% {
    border-radius: 65% 55% 60% 50% / 60% 50% 65% 55%;
  }

  75% {
    border-radius: 50% 60% 55% 60% / 60% 55% 60% 50%;
  }

  100% {
    border-radius: 53% 50% 48% 50% / 50% 48% 52% 50%;
  }
}

.brand-three {
  animation: brandThree 5s infinite alternate ease-in-out;
  background-color: #271D7A;
  border-radius: 53% 50% 50% 50% / 50% 50% 52% 50%;
  height: 32.65vw;
  left: 41vw;
  top: 44vw;
  width: 34vw;
  z-index: 1;
}

@keyframes brandThree {
  0% {
    border-radius: 53% 50% 50% 50% / 50% 50% 52% 50%;
  }

  20% {
    border-radius: 60% 45% 55% 65% / 45% 55% 50% 60%;
  }

  40% {
    border-radius: 58% 52% 50% 58% / 52% 50% 55% 50%;
  }

  60% {
    border-radius: 55% 60% 65% 50% / 50% 55% 50% 65%;
  }

  80% {
    border-radius: 50% 55% 48% 55% / 48% 50% 52% 54%;
  }

  100% {
    border-radius: 53% 50% 48% 50% / 50% 48% 52% 50%;
  }
}

.brand-four {
  background-color: #D1D3D4;
  height: 12.812vw;
  left: 18.4vw;
  top: 47vw;
  width: 13.6vw;
  border-radius: 53% 50% 50% 58% / 50% 50% 50% 59%;
  animation: brandFour 4s infinite alternate ease-in-out;
}

@keyframes brandFour {
  0% {
    border-radius: 53% 50% 50% 58% / 50% 50% 50% 59%;
  }

  25% {
    border-radius: 55% 48% 52% 60% / 48% 52% 48% 60%;
  }

  50% {
    border-radius: 60% 50% 50% 60% / 50% 50% 60% 50%;
  }

  75% {
    border-radius: 50% 55% 55% 45% / 55% 55% 40% 55%;
  }

  100% {
    border-radius: 53% 50% 50% 58% / 50% 50% 50% 59%;
  }
}

.brand-five {
  animation: brandOne 5s infinite alternate ease-in-out;
  background-color: #271D7A;
  border-radius: 58% 50% 50% 60% / 50% 50% 50% 59%;
  height: 28.6vw;
  right: -5vw;
  top: 49vw;
  width: 28.29vw;
}

.brand-six {
  animation: brandTwo 5.5s infinite alternate ease-in-out;
  background-color: #271D7A;
  border-radius: 53% 50% 48% 50% / 50% 48% 52% 50%;
  height: 25.42vw;
  left: 22.4vw;
  top: 60vw;
  width: 25.6vw;
}

.brand-seven {
  animation: brandThree 4.5s infinite alternate ease-in-out;
  background-color: #271D7A;
  border-radius: 53% 50% 48% 50% / 50% 48% 52% 50%;
  height: 32.45vw;
  left: 53vw;
  top: 75vw;
  width: 34vw;
}

.brand-eight {
  background-color: #271d7a;
  height: 18vw;
  left: 27.85vw;
  top: 90vw;
  width: 18vw;
  border-radius: 53% 50% 50% 58% / 50% 50% 50% 59%;
  animation: brandFour 3.5s infinite alternate ease-in-out;
}

.brand-eight img{
  border-radius: 53% 50% 50% 58% / 50% 50% 50% 59%;
  animation: brandFour 3.5s infinite alternate ease-in-out;
}

/* not found page css */
.not-found-wrapper {
  height: 100vh;
  padding: 4em;
}

.not-found-wrapper .title-404 {
  font-size: 12em;
  color: #271D7A;
  line-height: 1.2;
  font-weight: 900;
}

.not-found-wrapper .title-404 span {
  display: inline-block;
  animation: bounce 1.5s linear infinite;
  animation-fill-mode: both;
}

.not-found-wrapper .title-404 span:nth-child(1) {
  animation-delay: 0ms;
}

.not-found-wrapper .title-404 span:nth-child(2) {
  animation-delay: -750ms;
}

.not-found-wrapper .title-404 span:nth-child(3) {
  animation-delay: 0ms;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0vmin);
  }

  25% {
    transform: translateY(-1.5vmin);
  }

  50% {
    transform: translateY(0vmin);
  }

  75% {
    transform: translateY(1.5vmin);
  }
}

.not-found-wrapper .not-found-message {
  font-size: 1.2em;
  font-weight: 500;
  color: #4B4B4B;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.go-home-btn {
  display: inline-block;
  margin: 2em auto;
  text-decoration: none;
  border: 0.15em solid #271D7A;
  background-color: #271D7A;
  color: #fff;
  padding: 0.6em 2.25em;
  border-radius: 5em;
  font-size: 0.9em;
  transition: 0.2s ease-in-out;
}

.go-home-btn:hover {
  background-color: transparent;
  color: #271D7A;
}

.go-home-btn:focus-visible {
  outline-offset: 0.25em;
}

@media screen and (max-width: 1800px) {

  /* Horizontal Text Scroll + Video Grow */
  .scrolling-headline {
    font-size: 12em;
  }

}

@media screen and (max-width: 1500px) {

  /* Video Bubble */
  .video-bubble-headline {
    font-size: 9.5em;
  }

  /* Horizontal Text Scroll + Video Grow */
  .scrolling-headline {
    font-size: 9em;
  }

  /* Award Section */
  .award-slide-headline {
    font-size: 9em;
  }

  .award-slide-subhead {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 1200px) {
  .footer-expanded-overlay .footer-center.footer-popup-header {
    padding: 0.5em 1em 0 1.5em;
  }

  .close-footer-popup-btn {
    width: 4.35em;
    padding: 0;
  }

  .image-gallery-block {
    padding: 2em 0;
  }

  /* image gallery */
  .prev-image-slide,
  .next-image-slide {
    font-size: 0.8em;
  }

  /* Video Bubble */
  .video-bubble-headline {
    font-size: 7.5em;
  }

  /* Horizontal Text Scroll + Video Grow */
  .scrolling-headline {
    font-size: 6em;
  }

  /* Award Section */
  .award-flex-wrap {
    padding: 0 1.5em;
  }

  .award-slide-headline {
    font-size: 6em;
  }

  .award-slide-subhead {
    font-size: 1.4em;
  }

  .award-slide-text {
    font-size: .85em;
  }
}

@media only screen and (max-width: 900px) {
  .footer-expanded-overlay .footer-center.footer-popup-header {
    padding: 1em 0.8em 0 0.8em;
  }

  .image-gallery-block {
    padding: 1.5em 0;
  }

  .prev-image-slide,
  .next-image-slide {
    font-size: 0.7em;
    margin-top: -1em;
  }

  /* Video Bubble */
  .video-bubble-headline {
    font-size: 5em;
  }

  /* Horizontal Text Scroll + Video Grow */
  .scrolling-headline {
    font-size: 4.5em;
  }

  /* Award Section */
  .award-slide-headline {
    font-size: 4.5em;
  }

  .award-slide-subhead {
    font-size: 1em;
  }

  .award-slide-text {
    font-size: .8em;
  }
}

@media only screen and (max-width: 600px) {

  /* Video Bubble */
  .video-bubble-headline {
    font-size: 13vw;
  }
  #hero-vimeo-player{
    background-color: #000000;
  }
  /* Horizontal Text Scroll + Video Grow */
  .scrolling-headline {
    top: 10%;
    font-size: 3em;
  }

  /* Award Section */
  .award-flex-wrap {
    flex-direction: column;
    /* padding: 0 .8em; */
    margin-top: 0;
  }

  .award-flex-left {
    order: 2;
    display: flex;
    width: 200%;
    gap: 8%;
    left: 51%;
  }

  .award-slide {
    display: block;
    margin: 0;
    padding: 0 3rem;
    position: relative;
    width: 50%;
    text-align: center;
  }

  .award-flex-left,
  .award-flex-right {
    top: 0 !important;

  }

  .award-flex-right {
    order: 1;
    top: 1rem;
    /* left: -0.8rem; */
  }

  .award-flex-left {
    top: -8em !important;
    padding: 0 0 20vw 0;
  }

  .award-flex-right {
    padding: 20vw 0 0 0;
  }

  .award-slide-b {
    position: relative !important;
    left: 0;
    top: 150%;
  }

  .award-slide-headline {
    font-size: 4em;
  }

  .award-slide-subhead {
    margin-top: 0.2em;
    font-size: 1.4em;
  }

  .award-slide-text {
    font-size: 0.8em;
  }

  .global-network-section {
    display: none;
  }

  .global-network-section-m {
    display: flex;
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    overflow: hidden;
    background: transparent;
  }

  .n-bubble-8,
  .n-bubble-9,
  .n-bubble-10,
  .n-bubble-11,
  .n-bubble-12,
  .n-bubble-13,
  .n-bubble-14,
  .n-bubble-15,
  .n-bubble-16,
  .n-bubble-17 {
    display: block;
  }

  /* #loading-video {
    position: relative;
    top: 1px;
    left: 1px;
    width: 50%; 
    height: auto; 
    object-fit: cover; 
    margin-bottom: 10%;
    transform: translate(0%, -40%);
    border: 20px solid rgb(255, 255, 255);
  } */
  .play-button-yt, .play-button-yt.play-with-audio-btn {
    display: none;
  }

  .play-button-yt-m {
    display: block;
  }

  .vimeo-text {
    border-radius: 0.6em;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(16px);
    color: #ffffff;
    font-size: 0.7em;
    font-weight: 700;
    line-height: 1.5;
    left: 1em;
    max-width: 13em;
  }

  #loading-video {
    width: 200px;
    margin-bottom: 40px;
  }

  #loading-counter {
    font-size: 18px;

  }
}




@media screen and (max-width: 400px) {
  .image-gallery-row div {
    margin: 0;
  }

  .image-gallery-row {
    padding: 0;
  }

  #loading-video {
    width: 200px;
    margin-bottom: 48px;
  }

  #loading-counter {
    font-size: 20px;

  }
}

/* AGENCY INDEX */

.agency-content-section {
  padding: 0;
  height: 100vh;
  position: relative;
  text-align: center;
}

.container-solid {
  background: #fff;
  height: auto;
  display: flex;
  top: 0;
  z-index: 10;
}

/* Container for each section */
.agency-content-wrap {
  background-color: #271D7A;
}

.agency-container {
  background-color: #271D7A;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

@supports (-webkit-touch-callout: none) {
  .agency-container {
    position: relative;
  }
}

.agency-container::before {
  position: absolute;
  content: '';
  left: -30%;
  top: 0;
  right: 0;
  width: 90%;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.9) 8.33%, rgba(0, 0, 0, 0.00) 97.21%);
  pointer-events: none;
  height: 100%;
}

/* Hide inactive sections */
.agency-container.inactive {
  z-index: 1;
}

.agency-container.active {
  z-index: 2;
}

.agency-container.active+.agency-container {
  z-index: 3;
}

.page-template-agency-index.page-template-page-templatesagency-index-php .footer-wrap {
  margin-top: 0px;
}

/* Parallax background image */
.container-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.agency-container .container-image::before,
.agency-container .container-image:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

@supports (-webkit-touch-callout : none) {
  .container-image {
    background-attachment: scroll;
  }
}

.agency-logo-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  position: sticky;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.agency-logo-wrap img {
  display: block;
  max-width: 20em;
  mix-blend-mode: screen;
  padding-bottom: 1.3em;
  position: relative;
  width: auto;
  object-fit: cover;
  max-height: 20vh;
  margin-top: 2em;
  filter: brightness(0) invert(1);
  margin-left: auto;
  margin-right: auto;
}

.agency-name-title {
  color: #ffffff;
  text-align: center;
  font-size: 3.5em;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 12em;
  margin-bottom: 1em;
  margin-top: 1em;
}

.agency-location {
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  max-width: 20em;
  text-align: center;
}

.agency-cta {
  align-items: center;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  color: #fff;
  display: flex;
  gap: 1.2em;
  justify-content: space-between;
  margin-top: 3em;
  padding: 0.45em .7em 0.45em 1.15em;
  position: relative;
  text-decoration: none;
}

.agency-cta::after,
.agency-cta:after {
  background: #FC4D0F;
  border-radius: 100px;
  content: '';
  display: inline-block;
  height: 1.7em;
  padding: .3rem;
  position: relative;
  width: 1.7em;
}

.agency-cta::before,
.agency-cta:before {
  background: url('/wp-content/themes/icom-wp-theme/assets/images/arrow_right_alt.svg') no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 1.2em;
  position: absolute;
  right: 0.9em;
  width: 1.2em;
  z-index: 1;
}

.agency-center-flex-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
  max-width: 36em;
  position: relative;
  width: 100%;
  z-index: 101;
  padding: 12em 0 6em;
}
.agency-content-section::before{
  position: absolute;
  content: '';
  left: -40%;
  top: 0;
  right: 0;
  width: 75%;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.9) 8.33%, rgba(0, 0, 0, 0.00) 97.21%);
  pointer-events: none;
  height: 100%;
}

.agency-subtitle {
  color: #271D7A;
  display: block;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: .5em;
  position: relative;
  text-align: center;
}

.agency-maintitle {
  color: #271D7A;
  display: block;
  font-size: 3.5em;
  font-weight: 900;
  line-height: .9em;
  padding-bottom: .35em;
  padding-top: 0;
  position: relative;
  text-align: center;
}

.agency-desc {
  color: #4B4B4B;
  display: block;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
  text-align: center;
}

.agency-content-section.with-img img {
  display: block;
  height: auto;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
  /* Prevents page movement */
  touch-action: none;
  /* Stops touch scroll */
}

.agency-search-filter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  padding-top: 5em;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(30px);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.agency-search-filter-popup.active {
  display: block;
  opacity: 1;
}

.agency-search-body {
  position: absolute;
  bottom: -100%;
  /* Initially hidden below the viewport */
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.5em 1.5em 0 0;
  overflow: hidden;
  transition: bottom 0.4s ease-in-out;
  /* Smooth animation */
}

.agency-search-filter-popup.active .agency-search-body {
  bottom: 0;
  /* Move into view */
}

.alpha-listing-wrap-body {
  max-height: calc(100vh - 15em);
  overflow-y: auto;
  padding-bottom: 1em;
  scrollbar-width: thin;
}

.agency-search-filter-popup .leader-search-container {
  padding-bottom: 2.4em;
  position: relative;
}

.agency-search-filter-popup .leader-search-container .no-leader-found {
  position: absolute;
  bottom: 0.75em;
  left: 0;
  right: 0;
  padding-top: 0;
}

.agency-search-filter-popup .alpha-listing-wrap {
  padding: 0;
}

.agency-search-filter-popup .ytVideoClose {
  z-index: 11;
  padding: 0;
  right: 0.8em;
}

/* Indicator menu */
.indicator-menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  padding-left: 2vw;
  left: 0;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.5) -167%, rgba(0, 0, 0, 0.00) 75%);
  height: 100vh;
  width: 30%;
  display: flex;
  align-items: center;
}

.indicator-menu a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.indicator-menu .indicator-item {
  display: block;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  box-shadow: none !important;
  text-decoration: none;
  margin-bottom: 0.1em;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
  transform-style: preserve-3d;
  opacity: 0;
}

.indicator-menu .indicator-item:last-child {
  margin-bottom: 0;
}

.indicator-menu .indicator-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.indicator-wrapper {
  position: absolute;
  top: calc(50% - 0.1em);
  align-items: center;
  width: 6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.indicator-menu .indicator-name {
  display: inline-flex;
  color: #ffffff;
  position: absolute;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-left: 1em;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s, opacity 0.4s;
}

.indicator-menu .indicator-name.isActive {
  opacity: 1;
  visibility: visible;
  min-width: 12.5em;
}

.indicator-name span {
  display: block;
  color: #ffffff !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indicator-agency {
  font-size: 1em;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.1em;
  color: #000;
}

.indicator-city {
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

/* LEADERS DETAIL */
.leaders-detail-dark {
  background: rgba(0, 0, 0, .60);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: none;
}

.leader-detail-section {
  background: #525252;
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600;
}

body.overlay-open {
  overflow: hidden;
}

.overlay-open .leader-detail-section {
  display: block;
}

.page-section.leaders-hero-section {
  transition: all ease-in-out .25s;
  z-index: 1;
}

.overlay-open .page-section.leaders-hero-section {
  background: transparent;
}

.leader-detail-section img.leaders-background {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  object-position: left;
}

.leader-detail-section img.leaders-background[src*="leader-logo-placeholder.jpg"] {
  left: 0;
}

.leaders-background-mobile {
  display: none;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.leader-detail-section::before,
.leader-detail-section:before {
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.70) 8.33%, rgba(0, 0, 0, 0.00) 97.21%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.leaders-detail-info-wrap {
  display: flex;
  margin: auto;
  max-width: 69.9em;
  overflow: hidden;
  padding: 7em 0 2em;
  position: relative;
  width: 100%;
  z-index: 2;
}

.leaders-detail-info-inner {
  box-sizing: content-box;
  display: block;
  height: calc(100vh - 8.5em);
  overflow-y: scroll;
  padding-left: 1em;
  padding-right: 17px;
  padding-top: 1.3em;
  position: relative;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  width: 100%;
}

.leaders-detail-info-inner::-webkit-scrollbar {
  display: none;
}

.leaders-detail-column {
  display: inline-block;
  font-size: 1em;
  max-width: 20.5em;
  overflow: visible;
  position: relative;
  width: 100%;
}

.single-icomstaff .leaders-detail-info-wrap {
  max-width: 89.4em;
  padding-left: 4em;
  padding-right: 4em;
}
.single-icomstaff .footer-wrap{
 display: none;
}
.leaders-detail-info-wrap .leaders-detail-column {
  overflow: visible;
  padding-bottom: 5em;
}

.leaders-detail-column a {
  color: inherit;
}

.leaders-headline {
  color: #fff;
  display: block;
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.2em;
  position: relative;
  text-transform: uppercase;
}

.leaders-info-wrap {
  display: block;
  padding-bottom: 2.3em;
  position: relative;
}

.leaders-detail-column p, .leaders-detail-column ul, .leaders-detail-column ol {
  color: #fff;
  display: block;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 2em;
  position: relative;
}
.leaders-detail-column ul {
  color: #fff;
  padding-left: 1em;
}
.leaders-detail-column ul, .leaders-detail-column ol{
  padding-bottom: 1em;
}
.leaders-detail-info-wrap .leaders-detail-column p {
  line-height: 1.8em;
  padding-bottom: 1.6em;
}

.leaders-detail-info-wrap .leaders-detail-column p:last-child {
  padding-bottom: 0;
}

.leaders-detail-info-wrap .leaders-detail-column .leaders-info-wrap p {
  line-height: 1.25em;
  padding-bottom: 0;
}

.leaders-detail-info-wrap .leaders-detail-column .leaders-headline {
  color: #fff;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1em;
  max-width: 5em;
  padding-bottom: .1em;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
}

.leaders-info-wrap p,
.leaders-info-wrap p a {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25em;
  padding-bottom: 0;
  position: relative;
}

.leaders-info-wrap p.small-text {
  font-size: .6363em;
  font-weight: 400;
}

.leaders-info-wrap p a {
  color: #fff;
  text-decoration: underline;
}

.map-wrapper {
  display: block;
  max-width: 6.5em;
  margin-bottom: 3.3em;
  /* position: absolute;
  right: 0em;
  top: -.5em; 
  margin-left: 1em; */
  width: 100%;
}

.white-filter-map {
  filter: brightness(0) invert(1);
  position: relative;
  z-index: -1;
}

.map-location {
  display: block;
  height: 2em;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 2em;
}

.map-wrapper .map-location {
  width: 1.35em;
  height: auto;
  top: -0.5em;
  left: 0.5em;
}

.back-to-list {
  align-items: center;
  color: #FFF;
  display: inline-flex;
  font-size: 0.65em;
  font-weight: 900;
  grid-gap: 0.75em;
  line-height: 2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: absolute;
  left: 1.54em;
  top: 6.5em;
  z-index: 5;
  text-decoration: none;
}
.breadcrumbs{
  color: #271D7A;
  font-size: 0.65em;
  font-style: normal;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: -2.5em;
}
.breadcrumbs a{
  text-decoration: none;
  color: #271D7A;
}
.case-study-banner-row .breadcrumbs a,.case-study-banner-row  .breadcrumbs{
  color: #ffffff;
}
.leader-detail-close.leader-list-close-btn {
  display: none;
}

.leader-detail-close {
  background: #271d74;
  border-radius: 50% 48% 53% 44% / 45% 48% 49% 55%;
  display: block;
  height: 3.45em;
  position: absolute;
  right: .6em;
  top: 1.3em;
  width: 3.55em;
  z-index: 3;
}

.leader-canvas-single-close {
  background: #271D7A;
  border-radius: 50% 48% 53% 44% / 45% 48% 49% 55%;
  display: block;
  cursor: pointer;
  height: 3.45em;
  position: fixed;
  right: -100px;
  top: 1.3em;
  width: 3.55em;
  z-index: 1008;
  transition: right 1s;
}

.leader-canvas-single-close::after,
.leader-canvas-single-close:after {
  background: url('/wp-content/themes/icom-wp-theme/assets/images/close-icon.svg') no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 1.8em;
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.8em;
}

.leader-detail-close::after,
.leader-detail-close:after {
  background: url('/wp-content/themes/icom-wp-theme/assets/images/close-icon.svg') no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 1.8em;
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.8em;
}

.overlay-detail-cta {
  align-items: center;
  bottom: 3.7em;
  display: flex;
  font-size: .9em;
  font-weight: 700;
  gap: 1.9em;
  justify-content: center;
  line-height: 1.2em;
  margin-top: unset;
  padding: .5em .7em .5em 1.15em;
  position: fixed;
  right: 4.6em;
  z-index: 2;
  line-height: 1;
}

.overlay-detail-cta.agency-cta::after,
.overlay-detail-cta.agency-cta:after {
  height: 1.75em;
  top: 0;
  width: 1.75em;
}

.is-style-videoGrower,
.paradores-section {
  height: 100vh;
  width: 100vw;
  z-index: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.is-style-videoGrower .wp-block-embed__wrapper {
  background-color: #ffffff;
}

.is-style-videoGrower {
  margin: 0 !important;
}

.paradores-section {
  background-color: #ffffff;
}

.is-style-videoGrower video,
.paradores-section img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.spacer,
.paradoresSpacer {
  height: 200vh;
  width: 100vw;
  display: grid;
  place-content: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.paradoresSpacer {
  height: 195vh;
}

.wp-block-embed.is-type-video,
.wp-block-video {
  margin-bottom: 0;
  margin-top: 0;
}

/* about page css start */
.submenu-wrapper {
  position: fixed;
  display: flex;
  gap: 1.45em;
  background: #fff;
  padding: 0 1em;
  z-index: 500;
  top: 1.5em;
  border-radius: 5em;
  background: rgba(0, 0, 0, 0.60);
  box-shadow: 0 0 1.25em 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.75em);
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
}

.submenu-link {
  padding: 0.5em 0.5em 0.4em 0.5em;
  text-decoration: none;
  border-bottom: 0.2em solid transparent;
  transition: border-color 0.1s;
  color: #CDCDD1;
  font-size: 0.9em;
  font-weight: 800;
  line-height: 1.67;
  white-space: nowrap;
}

.submenu-link.active {
  color: #ffffff;
  border-bottom: 0.2em solid #FC5114;
  ;
}

.about-content-section {
  scroll-margin-top: 0.5em;
}

.about-section-title {
  color: #271D7A;
  font-size: 6em;
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: -0.02em;
}

.about-testimonial-col .about-section-title {
  max-width: 10.8em;
}

.about-section-description {
  color: #4B4B4B;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  opacity: 0.9;
}
.about-section-description p {
  color: #4B4B4B;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  opacity: 0.9;
}

.about-hero-section {
  background-color: #271D7A;
  position: relative;
  padding: 10em 0;
  min-height: 100vh;
  margin-bottom: 5em;
}

.about-hero-section .center-container {
  position: relative;
  z-index: 1;
}

.about-hero-title {
  color: #ffffff;
  font-size: 11em;
  font-weight: 900;
  line-height: 0.85;
  text-transform: uppercase;
}

.about-hero-title span {
  display: block;
  padding-left: 1.07em;
}

.about-hero-description {
  color: #FFF;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-left: 10.9em;
  max-width: 26.5em;
  margin-top: 0.5em;
}

.about-hero-bubble {
  position: absolute;
  pointer-events: none;
}

.about-hero-bubble-1 {
  left: 33%;
  top: 0;
}

.about-hero-bubble-3 {
  right: 0;
  top: 38%;
}

.about-hero-bubble-2 {
  right: 40%;
  top: 20%;
}

.about-hero-bubble-4 {
  left: 0;
  top: 10%;
}

.about-hero-bubble-5 {
  right: 25%;
  bottom: -3em;
}

.about-started-section {
  padding: 4em 0;
}

.about-started-section .about-started-row {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 5em;
  position: relative;
}

.about-content-box {
  width: calc(52% - 2.5em);
  flex-shrink: 0;
}

.about-company-box {
  width: calc(48% - 2.5em);
  flex-shrink: 0;
  position: relative;
}

.short-content {
  position: sticky;
  will-change: transform;
  top: 100px;
  width: 100%;
  min-height: 100vh;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Tall content adjustment */
.short-content.long {
  top: calc(100vh - var(--short-content-height));
}

/* Accessibility consideration */
@media (prefers-reduced-motion: reduce) {
  .short-content {
    transition: none;
  }
}

/* iOS-specific fix */
@supports (-webkit-touch-callout: none) {
  .short-content {
    position: -webkit-sticky;
  }
}

.about-content-box .about-content-card {
  max-width: 31em;
}

.about-content-box .about-content-card .started-tilte {
  margin-bottom: 0.3em;
}

.about-content-box .about-content-card .about-content {
  opacity: 0.9;
  margin-bottom: 0.5em;
}

.about-content-box .about-content-card .about-pillers {
  color: #271D7A;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.about-company-box .about-company-card {
  border-top: 0.15em solid #271D7A;
  padding: 1.25em 0 3.5em;
  justify-content: space-between;
}

.about-company-box .about-company-card:last-child {
  padding-bottom: 0.25em;
}

.about-company-box .company-card-content {
  max-width: 16em;
  width: 100%;
}

.about-company-card .company-card-title {
  color: #271D7A;
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}

.about-company-card .company-card-title span {
  display: block;
}

.about-company-card .company-content {
  color: #4B4B4B;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  opacity: 0.9;
  margin-top: 0.5em;
}

.company-card-imgWrap {
  max-width: 15em;
  width: 100%;
}

.company-card-imgWrap img {
  max-width: 100%;
  display: block;
  margin-left: auto;
}

.leader-group-caption {
  display: block;
  margin-top: 0.35em;
}

.leader-group-wrapper {
  padding: 3.75em 0;
}


.staff-section,
.about-testimonial-section,
.our-procss-section {
  padding: 4em 0;
}

.staff-row,
.about-testimonial-row {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.6em;
}

.staff-col:nth-child(1) {
  width: 100%;
}

.staff-col {
  width: calc(25% - 0.45em);
  margin-bottom: 2em;
  overflow: visible;
}

.staff-title {
  max-width: 6.8em;
}

.staff-col:nth-child(1) .staff-description {
  max-width: 100%;
  margin-top: 1.5em;
}

.staff-img {
  max-width: 16em;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 55% 48% 47% 52%/57% 52% 53% 48%;
  box-shadow: 0px 4px 25px 0px rgba(255, 255, 255, 0.75) inset;
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.15));
  position: relative;
  margin: auto;
  will-change: transform;
  transform: translateZ(0);
}

.staff-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 55% 48% 47% 52%/57% 52% 53% 48%;
}

.staff-name {
  color: #271D7A;
  text-align: center;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-top: 1em;
}

.staff-position {
  color: #4B4B4B;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 0.25em;
}

.member-benefits-section {
  padding: 4em 0;
}

.member-row {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.6em;
}

.member-benefits-box {
  max-width: calc(100% - 12em);
  padding-bottom: 3.5em;
}

.member-title {
  max-width: 6em;
}

.member-benefits-description {
  margin-top: 1.5em;
}

.insight-ellipsis {
  display: inline;
}

.insight-toggle-button {
  cursor: pointer;
  white-space: nowrap;
  display: inline;
  font-weight: 700;
}


.member-location-icon {
  margin-left: auto;
  max-width: 4.75em;
  width: 100%;
}

.member-card {
  width: calc(25% - 0.45em);
  position: relative;
  padding-top: 2em;
  margin-bottom: 3em;
}

.member-card:last-child {
  margin-bottom: 0;
}

.member-card-title {
  color: #271D7A;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 11.5em;
}

.member-card-description {
  color: #4B4B4B;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.225em;
  max-width: 14.75em;
}

.member-card-description-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease;
}

.member-card.expanded .member-card-description-wrapper {
  height: auto;
}
.about-news-press-wrapper .article-wrapper .article-center{
  padding-left: 0;
  padding-right: 0;
}
.about-news-press-wrapper .article-wrapper .about-article-text-box{
  width: 100%;
  margin-bottom: 2.5em;
  grid-gap: 0.35em;
}
.about-news-press-wrapper .articles-row{
 grid-gap: 1.2em;
}
.about-news-press-wrapper .news-article-slider{
  width: calc(25% - 0.9em);
  padding: 0;
}
.about-news-press-wrapper .news-article-slider .articles-img{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}
.about-news-press-wrapper .article-btn, 
.about-news-press-wrapper .article-wrapper .article-text{
  display: block;
  margin: 0;
}

/* Optional: transition for icon */
.toggle-collapse-button {
  background: none;
  border: none;
  cursor: pointer;
  height: 2em;
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  padding-left: 0;
}

.about-testimonial-section,
.about-testimonial-section .center-container {
  z-index: 1;
}

.about-testimonial-row {
  grid-gap: 1.2em;
}

.about-testimonial-col:nth-child(1) {
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 2em;
}

.about-testimonial-col:nth-child(1),
.about-testimonial-col {
  margin: 0;
}

.about-testimonial-card {
  border-radius: 0.5em;
  border: 0.1em solid #CACACA;
  background: #FFF;
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(25% - 0.9em);
  min-height: 20em;
}

.about-testimonial-content p {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  display: inline;
}

.about-testimonial-content p b {
  font-weight: 800;
}

.about-testimonial-content button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #4B4B4B;
  font-size: 0.8em;
  line-height: 1.5;
  padding-left: 0.25em;
}

.testimonial-profile {
  display: flex;
  align-items: center;
  grid-gap: 0.75em;
  padding-top: 1.25em;
}

.testimonial-profile-img {
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1 / 1;
  border-radius: 55% 48% 47% 52% / 57% 52% 53% 48%;
  position: relative;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
}

.testimonial-profile-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-staff-name {
  color: #271D7A;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.018em;
}

.testimonial-staff-position {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.testimonial-blue-bubble {
  position: absolute;
  right: 0;
  left: auto;
  top: 14em;
  z-index: 0;
}

.testimonial-orange-bubble {
  position: absolute;
  left: 0;
  right: auto;
  top: 60%;
  z-index: -1;
}

.our-procss-content p,
.approch-dis {
  color: #4B4B4B;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}

.our-process-title {

  margin-bottom: 0.25em;
}

.our-procss-content {
  max-width: 100%;
}

.our-process-row {
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 4em;
}

.our-process-col {
  width: calc(50% - 2em);
}

.our-process-col p,
.our-process-col ul {
  max-width: 33.6em;
}

.our-process-col p.approch-dis {
  max-width: 28em;
}

.approach-title {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 800;
  line-height: 2;
  letter-spacing: -0.02em;
}

.our-process-col .process-title {
  color: #271D7A;
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 13em;
  width: 100%;
  padding: 0.25em 0 0.45em;
}

.approch-points {
  list-style-type: none;
}

.approch-points li {
  color: #4B4B4B;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 0.75em;
  padding-left: 1em;
  position: relative;
}

.approch-points li b {
  font-weight: 700;
  display: block;
}

.approch-points li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.5em;
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background-color: #271D7A;
  flex-shrink: 0;
}

.approch-content-pera {
  margin-top: 1em;
  max-width: 54.5em;
}

.position-relative.work-location-banner-info-wrap {
  text-decoration: none;
}

.case-study-location-box .case-study-location {
  text-decoration: none;
  display: block;
}

.work-video-wrap {
  position: relative;
  padding: 3em 0;
  background-color: #ffffff;
}

.casestudy-hero+.pin-spacer .work-video-wrap,
.casestudy-hero+.work-video-wrap {
  padding: 0px !important;
}

.casestudy-hero.hidden {
  visibility: hidden;
  opacity: 0;
}
/* #collaboration + .pin-spacer{
  background-color:#271d7a !important;
} */

/* START MEDIA */
@media screen and (max-width: 1800px),
print {
  .bubble-play-button {
    top: calc(50% + 190px);
  }
  .bubble-play-button img{
    max-width: 4.5em;
  }

  .ytVideoClose,
  .image-gallery-closeBtn {
    font-size: .9em;
  }

  .image-gallery-closeBtn .flexCenter {
    width: 3.55em;
    height: 3.5em;
  }

  /* START NAV */
  .body-scroll-up .navigation-wrap::after{
    height: 10em;
  }
  .navigation-menu-trigger {
    font-size: .9em;
    right: 1.1em;
  }

  .navigation-overlay-link,
  .member-overlay {
    font-size: 7.3em;
  }

  .navigation-overlay-sublink {
    font-size: 3.6em;
    padding: .125em 1.104em;
  }

  .navigation-overlay-back {
    left: 4.4em;
  }

  .navigation-overlay-social-wrap {
    padding: 0 3.9741em;
  }

  /* footer */
  .conact-footer-row {
    padding-top: 7em;
  }

  .footer-location-column:first-child {
    padding-right: 1em;
  }

  /* END NAV */
  /* industry screen css */
  .industry-hero-section .industry-title-wrapper .industry-title {
    font-size: 4.25em;
  }

  .main-page-wrap {
    padding-top: 10em;
  }

  /* work page css */
  .work-location-banner-info {
    bottom: 1.75em;
  }

  /* news press screen css */
  .news-hero-section {
    margin-bottom: 3.5em;
  }

  .news-hero-section .hero-title {
    font-size: 9em;
  }

  .news-hero-section .hero-discription {
    font-size: 1em;
  }

  /* agency detail page css */
  .agency-name-title {
    font-size: 3em;
    max-width: 11em;
  }

  .agency-section-title {
    font-size: 5.5em;
  }

  .verne-col {
    flex-basis: 17.5em;
  }

  .verne-discription {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1.25em;
  }

  /* LEADERS INDEX */
  .alpha-listing-wrap {
    padding: 3.7rem 0 3rem 0;
  }

  .alpha-col-title,
  .alpha-col-link {
    font-size: .8rem;
  }

  /* Award Section */
  .home-award-block .home-award-slide {
    max-width: 35em;
  }

  .home-award-block .award-names {
    font-size: 1.2em;
  }

  .home-award-image {
    max-width: 13em;
  }

  /* global network section */
  .global-network-text {
    font-size: 4.5em;
  }

  .network-logo-icon {
    width: 70px;
  }

  /* About page css start */
  .about-hero-title {
    font-size: 9em;
  }

  .about-hero-description {
    margin-left: 9em;
    font-size: 1em;
  }

  .about-section-title {
    font-size: 5em;
  }

  .about-section-description {
    font-size: 1.1em;
  }

  .about-testimonial-row {
    grid-gap: 0.8em;
  }

  .about-testimonial-card {
    padding: 1em;
  }

  .about-testimonial-col {
    width: calc(25% - 0.6em);
  }
  .about-news-press-wrapper .articles-row{
    grid-gap: 0.8em;
  }
  .about-news-press-wrapper .news-article-slider{
    width: calc(25% - 0.6em);
    padding: 0;
  }

  .our-procss-content p,
  .approch-dis,
  .approch-points li {
    font-size: 1.1em;
  }

  .our-process-col .process-title {
    font-size: 1.6em;
  }

  .blog-detail-page p,
  .blog-detail-page ul.wp-block-list li,
  .blog-detail-page ol.wp-block-list li,
  .blog-detail-page ol.schema-how-to-steps li {
    font-size: 1em;
  }

  .leaders-detail-info-wrap {
    max-width: 60.5em;
  }
}

@media screen and (max-width: 1600px),
print {
  .bubble-play-button {
    top: calc(50% + 180px);
  }

  /* work page css */
  .work-location-banner-info {
    bottom: 1.25em;
  }

  .leaders-detail-info-wrap {
    max-width: 55em;
  }

}

@media screen and (max-width: 1500px),
print {
  .bubble-play-button {
    top: calc(50% + 160px);
  }
  .ytVideoClose, .image-gallery-closeBtn{
    font-size: .8em;
  }

  /* START NAV */
  .body-scroll-up .navigation-wrap::after{
    height: 9em;
  }
  .navigation-left,
  .navigation-right {
    flex: 0 0 7.3625em;
  }

  .navigation-home-link {
    padding: 1em;
  }

  .navigation-menu-trigger {
    font-size: .8em;
    right: 1.5em;
    top: .1em;
  }

  .navigation-overlay-link,
  .member-overlay {
    font-size: 5.8em;
  }

  .navigation-overlay-sublink-wrap {
    margin: 8em 0 1.8em 0;
  }

  .navigation-overlay-back {
    left: 2.8em;
  }

  .navigation-overlay-sublink {
    font-size: 3.2em;
    padding: .125em .9867em;
  }

  .navigation-overlay-social-wrap {
    padding: 0 3.1575em;
  }

  .navigation-overlay-social {
    font-size: .85em;
  }

  .navigation-overlay-button {
    font-size: .85em;
  }

  /* footer */
  .footer-center {
    padding: 0 4.5em;
  }

  .footer-location {
    font-size: 0.9em;
    line-height: 1.2;
  }

  .footer-location-wrap {
    flex: 0 0 70%;
  }

  .footer-location-img {
    right: 4.5em;
  }

  .footer-location-column.wide {
    margin-right: 1em;
  }

  .footer-location-column:first-child {
    padding-right: 0.5em !important;
  }

  .footer-location-column:first-child .footer-location-cell {
    max-width: 94%;
  }

  .footer-location-cell {
    margin-bottom: 1.5em;
  }

  .footer-headline {
    font-size: 13em;
  }

  .connectText {
    top: -5.6em;
  }

  .footer-wrap {
    padding-top: 14.5em;
  }

  .footer-title-box .tabTitle {
    font-size: 4em;
  }

  .close-footer-popup-btn {
    width: 6.5em;
  }

  .close-footer-popup-btn::before,
  .close-footer-popup-btn::after {
    height: .16em;
    min-height: .16rem;
  }

  .footer-close-icon {
    width: 2.3em;
  }

  .footer-popup-form input[type="radio"]+label {
    font-size: 1em;
  }

  .frontOffice-card {
    max-width: 15em;
  }

  .email-card {
    max-width: 14.5em;
  }

  .icom-hq-row .footer-popup-col.phone-card {
    max-width: 11em;
  }

  .icom-hq-row .footer-popup-col.icomHQ {
    max-width: 9em;
  }

  .icom-hq-row .footer-popup-col.icomHQ p {
    font-size: 1.3em;
  }

  .icom-hq-row h6 {
    font-size: 0.85em;
  }

  .footer-popup-form {
    max-width: 20em;
    margin-left: auto;
  }

  .conact-footer-row {
    padding-top: 6em;
  }

  .footer-title-box .tabsBigText {
    font-size: 1.5em;
  }

  .footer-title-box .tabsFormPera,
  .floating-label,
  .floating-input,
  .tabFormText {
    font-size: 0.9em;
  }

  .active-floting-label {
    font-size: 0.6em;
  }

  textarea.floating-input {
    min-height: 10em;
  }

  .footer-popup-form .gform-theme--framework input,
  .footer-popup-form .address_country select,
  .footer-popup-form .gfield--type-textarea textarea {
    height: 54px !important;
    font-size: 0.9em !important;
  }

  .footer-popup-form .field_validation_below label,
  .footer-popup-form .field_validation_below legend {
    font-size: 0.9em !important;
  }

  .footer-popup-form .field_validation_below.active-floting-label label,
  .footer-popup-form .field_validation_below.active-floting-label legend,
  .footer-popup-form .field_validation_below.gfield_error label,
  .footer-popup-form .field_validation_below.gfield_error legend {
    left: 18px;
  }

  .footer-popup-form .gfield--type-textarea textarea {
    min-height: 10em;
    min-block-size: 10rem !important;
  }

  .tabFormText {
    margin-bottom: 1em;
  }

  /* END NAV */
  /* not found page css */
  .not-found-wrapper .title-404 {
    font-size: 10.5em;
  }

  /* global blog */
  .blog-detail-page h1 {
    font-size: 3em;
  }

  .blog-detail-page p,
  .blog-detail-page ul.wp-block-list li,
  .blog-detail-page ol.wp-block-list li,
  .blog-detail-page ol.schema-how-to-steps li {
    font-size: 0.9em;
  }

  .blog-detail-page .wp-block-quote p {
    font-size: 3em;
    max-width: 1000px;
  }

  .blog-detail-page .wp-block-quote {
    padding-top: 7em;
    padding-bottom: 6.5em;
  }

  .blog-detail-page h2 {
    font-size: 2.2em;
  }

  .blog-detail-page h3 {
    font-size: 2em;
  }

  .blog-detail-page h4 {
    font-size: 1.8em;
  }

  .blog-detail-page h5 {
    font-size: 1.5em;
  }

  .blog-detail-page h6 {
    font-size: 1.1em;
  }

  .blog-detail-page .wp-block-image {
    padding: 1.5em 0;
  }

  .blog-detail-page ol.schema-how-to-steps {
    padding: 0.5em 0.8em 0.5em 1.65em;
  }

  .share-article-block {
    padding: 2em 0.8em 3em;
  }

  .blog-detail-page .wp-block-pullquote {
    padding: 2em 0;
  }

  .blog-detail-page .wp-block-pullquote p {
    font-size: 1.4em;
  }

  .news-article-slider .articles-title {
    font-size: 1.4em;
  }

  .blog-detail-page .wp-block-media-text,
  .blog-detail-page .wp-block-details,
  .blog-detail-page pre.wp-block-preformatted,
  .blog-detail-page .wp-block-table,
  .blog-detail-page pre.wp-block-verse,
  .blog-detail-page .wp-block-gallery,
  .large-video {
    padding: 1.25em 0.8em;
  }

  /* industry screen css start */
  .center-container {
    padding: 0 4.5em;
  }

  .industry-hero-section .industry-title-wrapper {
    flex: initial;
    width: 65%;
  }

  .industry-hero-section .industry-title-wrapper .industry-title {
    font-size: 3.5em;
  }

  .industry-title-info, .industry-title-wrapper p {
    font-size: 1em;
  }

  .industry-location-title {
    font-size: 1em;
  }

  .industry-location-card .industry-name,
  .more-agency-btn {
    font-size: 0.9em;
  }

  .industry-location-card .industry-location {
    font-size: 0.8em;
  }

  .work-wrapper {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .block-card .block-card-title {
    font-size: 1em;
  }

  .card-row-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .work-wrapper .card-row-wrapper {
    padding-top: 2em;
  }

  .card-row-wrapper .block-card {
    width: calc(50% - 1em);
  }

  .main-page-wrap {
    padding-top: 8em;
  }

  /* work page css */
  .work-location-banner-info {
    bottom: auto;
  }

  .position-relative.work-location-banner-info-wrap {
    display: block;
    padding-top: 0.75vw;
  }

  .our-work-page .work-btn-wrapper {
    max-width: 70%;
  }

  .work-location-banner-info-wrap::before {
    top: -2em;
  }

  .work-location-banner-info-wrap::after {
    top: 0.65em;
  }

  /* news press screen css */
  .news-hero-section {
    margin-bottom: 3em;
  }

  .news-hero-section .hero-title {
    font-size: 8em;
  }

  .news-hero-section .hero-discription {
    font-size: 0.9em;
    max-width: 50%;
  }

  .newsCardTitle {
    font-size: 1.1em;
  }

  .news-card-item {
    margin-bottom: 3.5em;
  }

  .news-shape-img {
    bottom: -23vw;
  }

  .news-article-slider {
    padding: 1.5em 1em 1.2em;
    min-height: 14em;
  }

  /* agency detail page css */

  .agency-section-title {
    font-size: 5em;
  }

  .agency-location {
    font-size: 1.1em;
  }

  .verne-section {
    padding: 5em 0 8.75em;
  }

  .verne-title-col {
    max-width: 60vw;
  }

  .verne-section .agency-section-title {
    font-size: 6.9vw;
  }

  .verne-col {
    flex-basis: 15.5em;
  }

  .verne-discription {
    font-size: 0.9em;
    font-weight: 600;
  }

  /* LEADERS INDEX */

  .leader-canvas-side {
    font-size: 0.8rem;
  }
  .map-wrapper {
    margin-bottom: 2.5em;
  }
  .leaders-detail-info-wrap .leaders-detail-column p.leaders-headline,
  .leaders-detail-info-wrap .leaders-detail-column h1.leaders-headline {
    font-size: 1.7em;
  }

  .leaders-detail-info-wrap .leaders-detail-column .leaders-info-wrap p {
    font-size: 0.9em;
  }

  .leaders-detail-info-wrap .leaders-detail-column .leaders-info-wrap p.small-text {
    font-size: .5727em;
    font-weight: 400;
}

  .leader-agency-info {
    margin-bottom: 0.8em;
  }

  .alpha-listing-section .center-container {
    padding: 0 3em;
  }

  .alpha-listing-wrap {
    grid-column-gap: .25em;
    padding: 3.45rem 0 3rem 0;
  }

  .alpha-col {
    max-width: 8.35rem;
  }

  .alpha-col-title,
  .alpha-col-link {
    font-size: .7rem;
  }

  .grey-filter-modal-body {
    max-width: 46em;
    padding: 1.5em;
  }

  .grey-filter-title {
    font-size: 1em;
  }

  .grey-filter-option {
    font-size: 0.9em;
  }

  .grey-filter-modal-body.capabilityModal {
    max-width: 17em;
  }

  .grey-filter-modal-body {
    max-width: 46em;
    padding: 1.5em;
  }

  .grey-filter-title {
    font-size: 1em;
  }

  .grey-filter-option {
    font-size: 0.9em;
  }

  .grey-filter-modal-body.capabilityModal {
    max-width: 17em;
  }

  /* AGENCY INDEX */
  .agency-center-flex-wrap {
    max-width: 30em;
  }

  .agency-maintitle {
    font-size: 2.5em;
  }

  .agency-desc {
    font-size: .8em;
  }

  .agency-container {
    height: 83vw;
    min-height: 100vh;
  }

  .agency-name-title {
    font-size: 2.5em;
    max-width: 14em;
  }

  .indicator-menu .indicator-name.isActive {
    min-width: 10.5em;
  }

  .indicator-menu .indicator-name {
    padding-left: 0.8em;
  }

  .indicator-agency {
    font-size: 0.9em;
  }

  .leader-name {
    margin-bottom: .5em;
    font-size: 0.9em;
    font-weight: 800;
  }

  .leader-cta {
    width: 1.6em;
    height: 1.6em;
  }

  /*LEADER DETAIL*/
  .leaders-detail-info-wrap {
    max-width: 50em;
  }

  /* brand animation css */
  .brand-section {
    min-height: 140vh;
  }
  .brand-one {
    top: 7vw;
  }
  .brand-two {
    top: 30vw;
  }
  .brand-three{
    top:50vw;
  }
  .brand-five{
    top:58vw;
  }
  .brand-six{
    top:68vw;
  }
  .brand-seven{
    top:88vw
  }
  .brand-eight{
    top:105vw;
  }
  /* Award Section */
  .home-award-block .home-award-slide {
    max-width: 28em;
  }

  .home-award-block .award-count {
    font-size: 1.8em;
  }

  .home-award-block .award-names {
    font-size: 1em;
  }

  .home-award-image {
    max-width: 10em;
  }

  /* global network section */
  .global-network-text {
    font-size: 4em;
  }

  .network-logo-icon {
    width: 60px;
  }

  /* About page css start */
  .about-hero-title {
    font-size: 8.5em;
  }

  .about-hero-description {
    font-size: 0.9em;
    margin-left: 9.3em;
  }

  .about-section-title {
    font-size: 4em;
  }

  .about-section-description {
    font-size: 1em;
  }

  .about-hero-bubble-5 {
    max-width: 20em;
  }

  .about-started-section {
    padding: 3em 0;
  }

  .about-started-section .about-started-row {
    grid-column-gap: 3em;
  }

  .about-content-box {
    width: calc(52% - 1.5em);
  }

  .about-company-box {
    width: calc(48% - 1.5em);
  }

  .about-company-box .about-company-card {
    padding: 1.25em 0 2.5em;
  }

  .about-content-box .about-content-card .about-pillers {
    font-size: 1.8em;
  }

  .about-company-card .company-card-title {
    font-size: 1.8em;
  }

  .about-company-card .company-content {
    font-size: 0.8em;
  }

  .company-card-imgWrap {
    max-width: 10em;
  }

  .leader-group-wrapper,
  .staff-section,
  .about-testimonial-section,
  .our-procss-section {
    padding: 3em 0;
  }

  .staff-img {
    max-width: 12em;
  }

  .staff-name {
    font-size: 1.1em;
  }

  .staff-position {
    font-size: 0.9em;
  }

  .staff-col {
    margin-bottom: 1.5em;
  }

  .member-benefits-section {
    padding: 3em 0;
  }

  .member-benefits-box {
    padding-bottom: 2.5em;
  }

  .member-card {
    padding-top: 1.5em;
    margin-bottom: 2em;
  }

  .member-card-title {
    font-size: 1em;
  }

  .member-card-description {
    font-size: 0.9em;
  }

  .about-testimonial-card {
    min-height: 18em;
    padding: 0.75em;
  }

  .testimonial-profile-img {
    width: 2em;
    height: 2em;
  }

  .testimonial-profile {
    grid-gap: 0.5em;
    padding-top: 0.75em;
  }

  .testimonial-staff-name {
    font-size: 0.8em;
  }

  .testimonial-staff-position {
    font-size: 0.75em;
  }

  .our-procss-content p,
  .approch-dis,
  .approch-points li {
    font-size: 1em;
  }

  .our-process-col .process-title {
    font-size: 1.4em;
  }

  .our-process-row {
    grid-gap: 3em;
  }

  .our-process-col {
    width: calc(50% - 1.5em);
  }

  .approch-points li {
    padding-left: 1.25em;
  }

  .approach-title {
    font-size: 0.7em;
    line-height: 1.5;
  }

  .testimonial-blue-bubble {
    max-width: 12.5em;
  }

  .testimonial-orange-bubble {
    max-width: 9em;
  }
  .play-button-yt.play-with-audio-btn img{
    max-width: 5em;
  }
  .about-news-press-wrapper .article-wrapper .about-article-text-box{
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 1366px),
print {
  .bubble-play-button {
    top: calc(50% + 160px);
  }
  .bubble-play-button img{
    max-height: 3.5em;
  }
  .play-button-yt.play-with-audio-btn img{
    max-width: 4em;
  }
  .leaders-detail-info-wrap {
    margin-left: 20%;
  }
  .single-icomstaff .leaders-detail-info-wrap{
    margin-left: unset;
  }

  .leader-name {
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .35em;
  }

  .leader-cta {
    width: 1.5em;
    height: 1.5em;
  }

  .leader-agency-info {
    margin-bottom: 0.5em;
  }

  .overlay-detail-cta {
    right: 1.6em;
  }
  .footer-title-box .tabTitle{
    font-size: 3.5em;
  }
  .footer-title-box .tabsBigText {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1280px),
print {
  .bubble-play-button {
    top: calc(50% + 150px);
  }
  .bubble-play-button img{
    max-width: 3em;
  }

  .news-article-slider .articles-title {
    font-size: 1.2em;
  }

  .news-article-slider {
    min-height: 13em;
  }

  .close-footer-popup-btn {
    width: 5em;
  }

  .close-footer-popup-btn::before,
  .close-footer-popup-btn::after {
    height: .15em;
    min-height: .15rem;
    width: 2em;
  }
}

@media screen and (max-width: 1200px),
print {
  .bubble-play-button {
    top: calc(50% + 130px);
  }
  .ytVideoClose::before, .ytVideoClose::after{
    min-height: 0.15rem;
  }

  .home-award-slides {
    width: 210%;
    padding-left: 26%;
    padding-right: 30%;
  }

  .load-more,
  .news-load-more {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0em 1em 1em;
  }

  .news-load-more {
    margin-top: 1.5em;
  }

  button.custom-button {
    font-size: 0.8em;
    line-height: 1.5;
  }

  .more-data-button {
    width: 2.625em;
    height: 2.625em;
  }

  .select-wrapper select {
    font-size: 0.8em;
    height: 2.625em;
  }

  .floating-wrapper label {
    font-size: 0.8em;
  }

  /* START NAV */
  .navigation-center {
    padding: 0 1.5em;
  }

  .navigation-left,
  .navigation-right {
    flex: 0 0 7.0125em;
  }

  .navigation-home-link {
    padding: .875em 1em;
  }

  .navigation-menu-trigger {
    font-size: .7em;
    right: 1.1em;
    top: .2em;
  }

  .navigation-menu-trigger::before,
  .navigation-menu-trigger::after {
    min-height: .15rem;
  }

  .navigation-overlay-link,
  .member-overlay {
    font-size: 4.3em;
    padding: .2167em .3333em;
  }

  .navigation-overlay-sublink-wrap {
    margin: 6.5em 0 1.5em 0;
  }

  .navigation-overlay-back {
    left: 1em;
    padding: 1.65em 1.5em;
    top: -5em;
  }

  .navigation-overlay-sublink {
    font-size: 2.8em;
    padding: .25em .5118em;
  }

  .navigation-overlay-social-wrap {
    padding: 0 1.4332em;
  }

  .navigation-overlay-social {
    font-size: .7em;
    padding: 1.6em 1.5em;
  }

  .navigation-overlay-social:first-child {
    margin-left: -1.5em;
  }

  .navigation-overlay-social::after {
    left: 1.5em;
  }

  .navigation-overlay-social-right {
    gap: .35em;
  }

  .navigation-overlay-button {
    font-size: .7em;
  }

  /* footer */
  .footer-center {
    padding: 0 2.5em;
  }

  .footer-location-img {
    right: 2.5em;
  }

  .footer-location {
    font-size: 0.8em;
  }

  .footer-headline {
    font-size: 10em;
  }

  .footer-wrap {
    padding-top: 11.5em;
  }

  .connectText {
    font-size: 1.25em;
  }

  .footer-bottom-row {
    padding: 1.5em 0 3.7em;
  }

  .footer-social-wrap {
    grid-column-gap: 0.75em;
  }

  .footer-social svg {
    width: 1em;
    height: 1em;
  }

  .copy-right-section {
    font-size: 0.75em;
    padding-left: 5vw;
  }

  .copy-right-section a,
  .copy-right-section p {
    padding: 0 0.6em;
  }

  .footer-title-box .tabTitle {
    font-size: 2.7em;
  }

  .footer-popup-form input[type="radio"]+label {
    font-size: 0.9em;
    padding: 1em 1em 1em 2.5em;
  }

  .footer-popup-form {
    max-width: 18em;
  }

  .footer-popup-form [type="radio"]:checked+label:before,
  .footer-popup-form [type="radio"]:not(:checked)+label:before {
    top: 1.1em;
    left: 0.75em;
  }

  .footer-popup-form [type="radio"]:checked+label:after,
  .footer-popup-form [type="radio"]:not(:checked)+label:after {
    top: 1.4em;
    left: 1.03em;
    width: 8px;
    height: 8px;
  }

  .icom-hq-row .footer-popup-col.icomHQ {
    max-width: 100%;
  }

  .icom-hq-row {
    border-top: 0.1em solid #ffffff;
    padding: 1em 0;
  }

  .icom-hq-row h6 {
    font-size: 0.8em;
  }

  .icom-hq-row .footer-popup-col.icomHQ p {
    font-size: 1.1em;
    padding-bottom: 0.5em;
  }

  .email-card,
  .frontOffice-card,
  .backOffice-card,
  .icom-hq-row .footer-popup-col.phone-card {
    width: 40%;
  }

  .conact-footer-row {
    padding-top: 4em;
  }

  .footer-title-box .tabsFormPera {
    margin-bottom: 1em;
    line-height: 1.5;
  }

  .footer-title-box .tabsBigText {
    font-size: 1.1em;
  }

  .footer-popup-form .gform-theme--framework input,
  .footer-popup-form .address_country select,
  .footer-popup-form .gfield--type-textarea textarea {
    height: 48px !important;
    font-size: 0.8em !important;
  }

  .footer-popup-form .field_validation_below label,
  .footer-popup-form .field_validation_below legend {
    font-size: 0.8em !important;
  }

  .footer-popup-form .field_validation_below.active-floting-label label,
  .footer-popup-form .field_validation_below.active-floting-label legend,
  .footer-popup-form .field_validation_below.gfield_error label,
  .footer-popup-form .field_validation_below.gfield_error legend,
  .gform_validation_error .gfield_label.gform-field-label {
    left: 16px;
    top: 9px !important;
    font-size: 0.55em !important;
  }

  .footer-popup-form .gform-theme--foundation .gform_fields {
    row-gap: 0.6em;
  }

  /* END NAV */
  /* alert bar css */
  .alert-nav {
    padding-top: 3.5em;
  }

  .alert-nav .navigation-wrap,
  .alert-nav .navigation-menu-trigger-wrap {
    top: 3.5em;
  }

  .alert-bar {
    padding: 0.5em 0.75em;
  }

  button.alert-bar-close {
    width: 2em;
    height: 2em;
  }

  .alert-message-box {
    margin-left: 1.2em;
    padding-right: 0.6em;
  }

  .alert-message-wrapper {
    font-size: 0.7em;
  }

  .center-container {
    padding: 0 2.5em;
  }

  .card-row-wrapper {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
  }

  .card-row-wrapper .block-card {
    width: calc(50% - 0.6em);
  }

  .leader-canvas-side {
    left: -200%;
    display: none;
  }

  .leader-detail-section img.leaders-background {
    object-position: 20% center;
  }

  .leaders-detail-info-wrap .leaders-detail-column .leaders-info-wrap p {
    font-size: 0.85em;
  }
  .leaders-detail-info-wrap .leaders-detail-column .leaders-info-wrap p.small-text {
    font-size: .54em;
    font-weight: 400;
  }
  .single-icomstaff .leaders-detail-info-wrap {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .leaders-detail-info-wrap {
    margin-left: auto;
  }

  .leader-circle:hover .leader-info-wrap,
  .leader-circle:hover::after,
  .leader-circle:hover:after {
    display: none;
  }

  /* not found page css */
  .not-found-wrapper .title-404 {
    font-size: 8em;
  }

  .not-found-wrapper .not-found-message {
    font-size: 1em;
  }

  /* global blog */
  .blog-detail-page h1 {
    font-size: 2.4em;
  }

  .blog-detail-btn-container {
    grid-column-gap: 0.4em;
  }

  .share-article-block .share-article-title {
    margin-bottom: 0.9em;
  }

  .blog-detail-page ol.wp-block-list li {
    margin-bottom: 1em;
  }

  .blog-detail-page .wp-block-quote p {
    font-size: 2.4em;
    max-width: 932px;
  }

  .blog-detail-page .wp-block-quote {
    padding-top: 6em;
    padding-bottom: 5em;
  }

  .blog-detail-page h2 {
    font-size: 1.8em;
  }

  .blog-detail-page h3 {
    font-size: 1.6em;
  }

  .blog-detail-page h4 {
    font-size: 1.5em;
  }

  .blog-detail-page h5 {
    font-size: 1.4em;
  }

  .blog-detail-page h6 {
    font-size: 1em;
  }

  .blog-detail-page .wp-block-image {
    padding: 1em 0;
  }

  .blog-detail-page ul.wp-block-list {
    padding: 1.5em 0.8em 1.5em 1.8em;
  }

  .blog-detail-page ul.wp-block-list li::before,
  .blog-detail-page ul.wp-block-list li:before {
    left: -1.05em;
  }

  .blog-detail-page ol.wp-block-list {
    padding: 1.25em 0.8em 1.25em;
  }

  .blog-detail-page .wp-block-quote p::before {
    top: 1.5em
  }

  .share-article-block .social-media-link-box .social-media-link {
    margin-right: 1em;
    min-width: 3.5em;
  }

  .article-wrapper .article-text {
    font-size: 1.5em;
  }

  .article-wrapper .article-center {
    padding: 2.5em 0.8em;
  }

  .article-wrapper .articles-title {
    font-size: 1em;
  }

  .blog-detail-page .wp-block-pullquote {
    padding: 1.8em 0;
  }

  .blog-detail-page .wp-block-pullquote p {
    font-size: 1.2em;
  }

  .blog-detail-page .wp-block-media-text,
  .blog-detail-page .wp-block-details,
  .blog-detail-page pre.wp-block-preformatted,
  .blog-detail-page .wp-block-table,
  .blog-detail-page pre.wp-block-verse,
  .blog-detail-page .wp-block-gallery,
  .large-video {
    padding: 1em 0.8em;
  }

  /* industry screen css start */
  .main-page-wrap {
    padding-top: 6em;
  }

  .industry-hero-section .industry-title-wrapper .industry-title {
    font-size: 2.4em;
  }

  .industry-title-info, .industry-title-wrapper p {
    font-size: 0.9em;
  }

  .industry-location-wrap {
    grid-column-gap: 0.6em;
    grid-row-gap: 0.75em;
  }

  .industry-location-card {
    width: calc(50% - 0.3em);
  }

  .industry-location-title {
    font-size: 1em;
    width: 60%;
  }

  .industry-location-card .industry-name,
  .more-agency-btn {
    font-size: 0.8em;
  }

  .industry-location-card .industry-location {
    font-size: 0.75em;
  }

  .work-wrapper .card-row-wrapper {
    padding-top: 1.25em;
  }

  .the-work-title {
    font-size: 1.5em;
  }

  .work-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .block-card .block-card-title {
    font-size: 0.9em;
  }

  /* work page css */
  .work-banner-blue-dot {
    top: 7vw;
  }

  .position-relative.work-location-banner-info-wrap {
    padding-top: 1vw;
  }

  .work-location-banner-info {
    top: 45vw;
    min-height: 3.5em;
  }

  .work-location-banner-info-wrap::before {
    left: -1em;
  }

  .work-location-banner-info-wrap::after {
    left: -1.25em
  }

  .our-work-page .work-btn-wrapper {
    max-width: 75%;
  }

  .our-work-page .work-wrapper {
    padding-top: 2em;
  }

  .work-banner-orange-dot {
    width: 5em;
    height: 5em;
  }

  .our-work-page .work-btn-wrapper {
    padding-top: 0.5em;
  }

  .work-location-banner-info-wrap::before {
    top: -1.5em;
    height: 2.5em;
  }

  .collab-card p {
    font-size: 0.8em;
  }

  .collab-card img {
    max-width: 2.5em;
  }

  /* news press screen css */
  .news-hero-section {
    margin-bottom: 2.5em;
  }

  .news-hero-section .hero-title {
    font-size: 7em;
  }

  .news-hero-section .hero-discription {
    font-size: 0.8em;
  }

  .newsCardTitle {
    font-size: 1em;
  }

  .news-card-item {
    margin-bottom: 3em;
    width: calc(33.33% - 0.5em);
  }

  .news-shape-img {
    width: 15vw;
  }

  .news-article-slider {
    padding: 1em;
  }

  /* agency detail page css */
  .agency-section-title {
    font-size: 3.5em;
  }

  .agency-leader-col-right .leader-name {
    font-size: 1em;
  }

  .verne-section {
    padding: 4em 0 5.5em;
  }

  .verne-title-col {
    max-width: 52vw;
  }

  .verne-section .agency-section-title {
    font-size: 6vw;
  }

  /* LEADERS INDEX */
  .alpha-listing-section .center-container {
    padding: 0 1.5em;
  }

  .alpha-col {
    max-width: unset;
    width: calc(25% - .5em);
  }

  .alpha-listing-wrap {
    column-count: 3;
  }

  .alpha-listing-section {
    scroll-margin-top: 6em;
  }

  .leader-search-container,
  .alpha-listing-wrap {
    padding-top: 2.5em;
  }

  .grey-filter-modal-body {
    max-width: 42em;
    padding: 1.2em;
  }

  .grey-filter-option {
    font-size: 0.85em;
  }

  .grey-filter-modal-body.capabilityModal {
    max-width: 15em;
  }

  .indicator-menu .indicator-name.isActive {
    min-width: 10em;
  }

  .indicator-menu .indicator-name {
    padding-left: 0.7em;
  }

  /* AGENCY INDEX */
  .agency-center-flex-wrap {
    max-width: 25em;
  }

  .agency-maintitle {
    font-size: 2em;
  }

  .agency-name-title {
    font-size: 2em;
    max-width: 12em;
  }

  .agency-content-section.with-img img {
    height: 100vh;
  }

  .agency-cta {
    margin-top: 1em;
  }

  .agency-logo-wrap img {
    margin-top: 1.1em;
    max-width: 15em;
  }

  .agency-location {
    font-size: 1em;
    max-width: 15em;
  }

  .agency-cta {
    font-size: 1em;
  }

  .gray-filter-wrap {
    padding: 0.75em 1.5em;
  }

  .gray-filter-outside-wrapper {
    top: 3rem;
  }

  /* LEADERS DETAIL */
  .overlay-open .page-section.leaders-hero-section {
    margin-left: -100% !important;
  }

  .leaders-detail-info-wrap {
    max-width: 100%;
    padding: 6em 1em 0;
  }
  .back-to-list{
    top: 6em;
    left: 3.04em;
  }

  .leaders-detail-info-inner {
    padding-top: 1.3em;
  }

  .leaders-detail-info-inner {
    height: calc(100vh - 5.3em);
  }

  /* brand animation css */
  .brand-section {
    overflow: hidden;
    min-height: 120vh;
  }

  .brand-section-title {
    font-size: 3.5vw;
  }

  /* Award Section */
  .home-award-block .home-award-slide {
    max-width: 26em;
  }

  .home-award-block .award-count {
    font-size: 1.6em;
  }

  .home-award-block .award-names {
    font-size: 0.8em;
  }

  .home-award-image {
    max-width: 9.5em;
  }

  /* global network section */
  .global-network-text {
    font-size: 3.5em;
  }

  .network-logo-icon {
    width: 53px;
  }

  /* About page css start */
  .submenu-wrapper {
    top: 1em;
    gap: 0.45em;
  }
  .submenu-wrapper .submenu-link{
    font-size: 0.7em;
  }

  .about-hero-section {
    padding: 8em 0 7em;
    min-height: auto;
    margin-bottom: 3em;
  }

  .about-hero-bubble {
    max-width: 4em;
  }

  .about-hero-bubble-4 {
    max-width: 10em;
    top: 20%
  }

  .about-hero-bubble-5 {
    max-width: 15em;
  }

  .about-hero-title {
    font-size: 7em;
  }

  .about-hero-description {
    font-size: 0.8em;
    margin-left: 8.5em;
  }

  .about-section-title {
    font-size: 3.5em;
  }

  .about-section-description {
    font-size: 0.9em;
  }

  .about-started-section .about-started-row {
    grid-column-gap: 2em;
  }

  .about-content-box,
  .about-company-box {
    width: calc(50% - 1em);
  }

  .about-company-card .company-card-title {
    font-size: 1.5em;
  }

  .company-card-imgWrap {
    max-width: 7em;
  }

  .about-company-card:nth-child(1) .company-card-imgWrap img {
    max-width: 80%;
  }

  .about-content-box .about-content-card .about-pillers {
    font-size: 1.5em;
  }

  .staff-section,
  .leader-group-wrapper,
  .about-testimonial-section,
  .our-procss-section {
    padding: 2.5em 0;
  }

  .staff-name {
    font-size: 1em;
    margin-top: 0.8em;
  }

  .staff-img {
    max-width: 10em;
    box-shadow: 0px 3px 15px 0px rgba(255, 255, 255, 0.7) inset;
    filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.15));
    -webkit-filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.15));
  }

  .staff-col:nth-child(1),
  .about-testimonial-col:nth-child(1) {
    padding-bottom: 0;
  }

  .member-benefits-box {
    max-width: calc(100% - 7em)
  }

  .member-card-title {
    font-size: 0.9em;
  }

  .member-card-description {
    font-size: 0.8em;
  }

  .member-benefits-box {
    padding-bottom: 2em;
  }

  .member-location-icon {
    max-width: 3.5em;
  }

  .member-benefits-section {
    padding: 2.5em 0;
  }

  .about-testimonial-col:nth-child(1) {
    padding: 0;
  }

  .about-testimonial-col:nth-child(2),
  .about-testimonial-col:nth-child(3) {
    margin-top: 0;
  }

  .about-testimonial-col {
    width: calc(33% - 0.4em);
  }

  .testimonial-blue-bubble {
    max-width: 12em;
    top: 15em;
  }

  .testimonial-orange-bubble {
    max-width: 7em;
  }

  .our-process-row {
    grid-gap: 2em;
  }

  .our-process-col {
    width: calc(50% - 1em);
  }

  .work-video-wrap {
    padding: 2em 0;
  }

  .our-procss-content p,
  .approch-dis,
  .approch-points li,
  .about-content-box .about-content-card .about-content {
    font-size: 0.9em;
  }
  .about-news-press-wrapper .article-wrapper .articles-row{
    grid-column-gap: 1em;
    grid-row-gap: 1.5em;
  }
  .about-news-press-wrapper .news-article-slider {
    width: calc(33% - 0.54em);
  }
}

@media screen and (max-width: 1024px),
print {
  .bubble-play-button {
    top: calc(50% + 160px);
  }
  .bubble-play-button-desk {
    display: none;
  }
  .bubble-play-button-mobil{
    display: block;
  }

  .play-audio-text{
    font-size: 0.8em;
    margin-top: 0.75em;
  }
  .bubble-play-button img {
    max-width: 3em;
  }
  .video-mute-toggle {
    right: 1.5em;
  }

  .home-award-slides {
    padding-left: 20%;
    padding-right: 30%;
  }

  .about-hero-title {
    font-size: 6.5em;
  }

  .about-hero-description {
    margin-left: 7.8em;
  }
  .submenu-wrapper{
    transform: translateX(5%);
  }
  .our-procss-content p,
  .approch-dis,
  .approch-points li,
  .about-content-box .about-content-card .about-content,
  .about-section-description,
  .about-content-box .about-content-card .about-content {
    font-size: 0.8em;
  }

  .indicator-menu .indicator-name.isActive {
    display: none;
  }

  .blog-detail-page p,
  .blog-detail-page ul.wp-block-list li,
  .blog-detail-page ol.wp-block-list li,
  .blog-detail-page ol.schema-how-to-steps li {
    font-size: 0.8em;
  }
  .work-view-collab-wrap .work-industry-wrapper,
  .our-work-page .work-view-collab-wrap .work-btn-wrapper{
     max-width: 10em;
  }
  .view-collab-btn{
    font-size: 0.8em;
  }
}

@media screen and (max-width: 900px),
print {
  .page-title-heading {
    opacity: 0;
  }

  .bubble-play-button {
    top: calc(50% + 145px);
  }

  .ytVideoClose,
  .image-gallery-closeBtn {
    font-size: .7em;
  }

  .work-wrapper button.custom-button.show-more {
    display: none;
  }

  .white-filter-map {
    filter: unset;
  }

  .load-more,
  .news-load-more {
    margin: 0em 0 1em;
  }

  .news-load-more {
    margin-top: 1.25em;
  }

  .d-mo-block {
    display: block;
  }

  .d-mo-none {
    display: none;
  }

  .floating-wrapper label {
    display: none;
  }

  .floating-wrapper select {
    padding: 0.5em 1.4em 0.5em 0.75em;
  }

  .custom-button:hover,
  .filter-button:hover {
    color: #271D7A;
    background-color: transparent;
    border: 0.1rem solid #271D7A;
  }

  .load-more:hover,
  .news-load-more:hover {
    color: #ffff;
    background-color: #271D7A;
    border: 0.1rem solid #271D7A;
  }

  .navigation-overlay-button:hover,
  .navigation-overlay-button:focus-visible {
    border: 1px solid #5548C1;
    color: #FFFFFF;
    background-color: #271D7A;
  }

  .navigation-overlay-button.power:hover,
  .navigation-overlay-button.power:focus-visible {
    background: #FC4D0F;
    border-color: #FC4D0F;
    color: #ffffff;
  }
  .body-scroll-up .navigation-wrap::after{
    top: -3.5em;
    height: 8em;
  }

  .footer-popup-form input[type=submit]:hover,
  .footer-popup-form input[type=submit]:focus {
    background-color: #271D7A !important;
    border: 0.1em solid #271D7A !important;
    color: #ffffff !important;
  }

  .footer-location-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-location-column {
    flex: unset !important;
    width: calc(50% - 0.5em);
  }

  .footer-location-column:first-child {
    flex: unset !important;
  }

  .footer-location-column:nth-child(3) {
    width: calc(50% - 0.2em);
    display: flex;
    justify-content: space-between;
  }

  .footer-location-column:nth-child(3) .footer-link-col {
    width: 50%;
  }

  .footer-location-column:nth-child(3) .footer-link-col .footer-link-col {
    padding-right: 0.25em;

  }

  /* START NAV */
  .alert-nav {
    padding-top: 2.8em;
  }

  .alert-nav .navigation-wrap,
  .alert-nav .navigation-menu-trigger-wrap {
    top: 3.45em;
  }

  .navigation-center {
    padding: 0 0.8em;
  }

  .navigation-left,
  .navigation-right {
    flex: 0 0 6.6625em;
  }

  .navigation-mid {
    display: none;
  }

  .navigation-home-link {
    padding: .7em 1em;
  }

  .navigation-menu-trigger {
    font-size: .6em;
    right: .7em;
  }

  .navigation-overlay-link-wrap {
    margin: 4.6em 0 .5em 0;
  }

  .navigation-overlay-headline {
    color: #FFFFFF;
    display: block;
    font-size: .5em;
    font-weight: 600;
    left: 0;
    line-height: 1.4em;
    max-width: 35em;
    padding: 2.2em 6em 0 1.6em;
    pointer-events: none;
    text-align: left;
    text-transform: uppercase;
    top: -9.2em;
  }

  .navigation-overlay-link,
  .member-overlay {
    font-size: 3.7em;
  }

  .navigation-overlay-back {
    left: 0.45em;
  }

  .navigation-overlay-sublink {
    font-size: 2.4em;
    padding: .25em .5138em;
  }

  .navigation-overlay-social-wrap {
    flex-wrap: wrap;
    gap: 2em;
    padding: 0 1.2332em;
  }

  .navigation-overlay-social-left,
  .navigation-overlay-social-right {
    flex: 0 0 100%;
  }

  .navigation-overlay-social-right {
    gap: .8em;
  }

  .navigation-overlay-button {
    font-size: .9em;
  }

  /* footer */
  .footer-location-img {
    display: none;
  }

  .footer-center {
    padding: 0 0.8em;
  }

  .footer-location-wrap {
    flex: 0 0 100%;
  }

  .footer-headline {
    font-size: 7em;
  }

  .footer-wrap {
    padding-top: 8em;
  }

  .connectText {
    font-size: 1em;
    top: -5em;
  }

  .footer-bottom-row {
    flex-wrap: wrap;
  }

  .copy-right-section {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5em;
  }

  .copy-right-section p {
    padding-left: 0;
  }

  p.design-credit {
    text-align: left;
  }

  .conact-footer-row {
    flex-wrap: wrap;
  }

  .footer-title-box {
    width: 100%;
    padding-bottom: 2em;
  }

  .footer-title-box .tabTitle {
    font-size: 2.4em;
  }
  .footer-title-box .tabsBigText {
    font-size: 1em;
  }

  .conact-footer-row {
    padding-top: 3em;
  }

  .footer-popup-form {
    margin: 0;
    max-width: 100%;
  }

  .close-footer-popup-btn {
    margin-right: -0.6em;
  }

  .close-footer-popup-btn {
    width: 5em;
  }

  .close-footer-popup-btn::before,
  .close-footer-popup-btn::after {
    height: .15em;
    min-height: .15rem;
    width: 2.1em;
  }

  .footer-popup-form.connect-form {
    max-width: 100%;
  }

  .footer-title-box .tabsFormPera {
    font-size: 0.8em;
  }

  .send-button {
    font-size: 0.8em;
  }

  .footer-popup-form input[type=submit] {
    padding: 0.75em !important;
  }

  /* END NAV */
  /* alert bar css */
  button.alert-bar-close {
    width: 1.5em;
    height: 1.5em;
  }

  button.alert-bar-close svg {
    width: 0.55em;
  }

  .alert-img-box {
    flex-shrink: 0;
    align-items: flex-start;
    padding-top: 0.25em;
  }

  .alert-img-box img {
    width: 1.3em;
    height: auto;
    flex-shrink: 0;
  }

  .cookies-bar {
    width: 15em;
    padding: 1em;
    bottom: 0.25em;
    left: 0.25em;
  }

  /* not found page css */
  .not-found-wrapper .title-404 {
    font-size: 6em;
  }

  .not-found-wrapper .not-found-message {
    font-size: 0.9em;
  }

  .go-home-btn {
    font-size: 0.75em;
  }

  /* blog page css */
  .blog-detail-page {
    padding-bottom: 1.5em;
  }

  .blog-detail-page h1 {
    font-size: 2em;
  }

  .blog-detail-page .wp-block-quote p {
    font-size: 2em;
  }

  .blog-detail-page .wp-block-quote {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .blog-detail-page .wp-block-quote p::before {
    top: 1em;
  }

  .center-container {
    padding: 0 0.8em;
  }

  .article-wrapper .articles-slider {
    width: 100%;
  }

  .article-wrapper .article-center {
    flex-direction: column;
    padding: 2em 0.8em;
  }

  .article-wrapper .article-text {
    font-size: 1em;
    margin-bottom: 1em;
  }

  .article-btn {
    display: none;
  }
  .about-news-press-wrapper .article-btn {
    display: block;
  }

  .article-mo-btn {
    display: block;
    margin: 1.7em auto 0;
    max-width: 22em;
    width: 100%;
  }

  .article-wrapper .articles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column-gap: 1em;
    grid-row-gap: 1.5em;
  }

  .article-wrapper .article-slide {
    width: calc(50% - 0.5em);
  }

  .news-article-wrapper.article-wrapper .articles-row {
    grid-column-gap: 0.75em;
    grid-row-gap: 0.75em;
  }

  .news-article-wrapper.article-wrapper .article-slide {
    width: calc(50% - 0.375em);
  }

  .articles-img {
    max-width: unset;
    min-width: unset;
    height: unset;
    /* padding-bottom: 88%; */
  }

  .article-wrapper .articles-title {
    font-size: 0.8em;
  }

  .article-wrapper .articles-date {
    font-size: 0.7em;
  }

  .blog-detail-page .wp-block-pullquote {
    padding: 1.5em 0;
  }

  .blog-detail-page .wp-block-media-text,
  .blog-detail-page .wp-block-details,
  .blog-detail-page pre.wp-block-preformatted,
  .blog-detail-page .wp-block-table,
  .blog-detail-page pre.wp-block-verse,
  .blog-detail-page .wp-block-gallery,
  .large-video {
    padding: 0.75em 0.8em;
  }

  /* industry screen css start */
  .main-page-wrap {
    padding-top: 5em;
  }

  .industry-hero-section .industry-title-wrapper {
    width: calc(100% - 16em);
    padding-right: 1em;
  }

  .industry-hero-section .industry-title-wrapper .industry-title {
    font-size: 2em;
  }

  .industry-title-info {
    font-size: 0.9em;
  }

  .industry-location-title {
    font-size: 1em;
  }

  .industry-location-card .industry-name,
  .industry-location-card .industry-location,
  .more-agency-btn {
    font-size: 0.8em;
  }

  .more-agency-btn {
    padding: 0;
  }

  .the-work-title {
    font-size: 1em;
  }

  .work-wrapper {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .collab-card {
    top: 0.5em;
    right: 0.5em;
    grid-gap: 0.5em;
  }

  .collab-card img {
    max-width: 2em;
  }

  .collab-card p {
    font-weight: 800;
  }

  .our-work-page .work-wrapper.our-work-capability-section {
    padding-top: 2em;
  }

  .our-work-page .work-btn-wrapper {
    padding-top: 0;
  }

  .work-btn-wrapper .custom-button {
    display: none;
  }

  .block-card .block-card-title {
    font-size: 0.8em;
  }

  .work-btn-section {
    grid-gap: 0.5em;
    align-items: flex-end;
    padding-top: 0;
  }

  .work-btn-section .work-btn-wrapper,
  .work-btn-section .work-industry-wrapper {
    width: calc(50% - 0.6em);
    padding: 0;
    max-width: inherit;
    flex-direction: column;
  }
  .our-work-page .work-view-collab-wrap .work-industry-wrapper, 
  .our-work-page .work-view-collab-wrap .work-btn-wrapper {
    max-width: 10em;
    width: 100%;
  }
  .view-collab-btn{
    padding: 0.69em 1.125em;
  }

  .work-btn-section .work-btn-wrapper select,
  .work-btn-section .work-industry-wrapper select {
    width: 100%;
  }
  
  .block-card-name {
    font-size: 0.7em;
  }

  .industry-location-wrapper {
    width: 15em;
    grid-column-gap: 0.4em;
    grid-row-gap: 0.8em;
  }

  .industry-location-title {
    margin-bottom: 1em;
  }

  .industry-location-wrap {
    grid-column-gap: 0.7em;
    grid-row-gap: 0.8em;
  }

  .industry-location-card {
    width: calc(50% - 0.35em);
  }

  /* work page css */
  .work-banner-blue-dot {
    top: 9vw;
  }

  .work-location-banner-info {
    display: none;
  }

  .work-banner-orange-dot {
    width: 3.75em;
    height: 3.75em;
    top: -5.5vw;
  }

  /* news press screen css */
  .news-hero-section {
    margin-bottom: 2em;
  }

  .news-hero-section .hero-title {
    font-size: 5em;
  }

  .news-hero-section .hero-discription {
    position: relative;
    z-index: 5;
    max-width: 100%;
  }

  .news-card-item {
    width: calc(50% - 0.375em);
    margin-bottom: 2.5em;
  }

  .newsCardTitle {
    font-size: 0.9em;
  }

  .newsCardDate {
    font-size: 0.7em;
  }

  .news-shape-img {
    bottom: -32vw;
  }

  .news-article-slider {
    padding:0 0 0.8em 0;
    min-height: 9.3em;
  }

  .news-article-slider .articles-title {
    font-size: 1em;
    max-width: 15em;
  }
  
  /* agency detail page css */
  .agency-section-title {
    font-size: 3em;
  }

  .verne-discription {
    font-size: 0.8em;
  }

  .verne-col {
    flex-basis: 13.5em;
  }

  .verne-section {
    padding: 3em 0 4.5em;
  }

  .agency-circles-hero-container {
    height: auto;
    top: initial;
    left: inherit;
  }

  /* LEADERS INDEX */
  .eader-canvas-single {
    left: -200%;
  }

  .gray-filter-outside-wrapper.leader-canvas-filter {
    display: none;
  }

  .leader-circle {
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.05), 3px 5px 6px rgba(0, 0, 0, 0.25);
  }

  .leader-name {
    font-size: 0.8em;
  }

  .leader-cta {
    height: 1.5em;
    width: 1.5em;
  }

  .leader-cta img {
    height: 0.8em;
    width: 0.8em;
  }

  .alpha-listing-section .center-container {
    padding: 0 1em;
  }

  .alpha-listing-wrap {
    justify-content: flex-start;
    column-count: 2;
  }

  .alpha-listing-wrap .grid-item {
    max-width: 14em;
  }

  .alpha-col {
    max-width: unset;
    width: calc(33.33% - .375em);
  }

  .gray-filter-item.select-wrap {
    display: none;
  }

  .gray-filter-item {
    font-size: .6em;
  }

  .gray-filter-item.choice {
    min-width: 2.55rem;
  }

  .filter-search {
    margin-left: auto;
    height: 1.9em;
    width: 1.9em;
    background: rgba(35, 35, 35, 0.50);
  }

  .alpha-listing-section {
    scroll-margin-top: 1.25em;
  }

  .leader-gray-filter-wrapper .gray-filter-wrap {
    max-width: 35.9em;
  }

  .gray-filter-mobile-show {
    align-items: center;
    background: rgba(35, 35, 35, 0.50);
    border-radius: 100px;
    display: inline-flex;
    height: 1.9em;
    justify-content: center;
    position: relative;
    width: 1.9em;
    flex-shrink: 0;
  }

  .gray-filter-mobile-show img {
    display: inline-block;
    height: .9em;
    object-fit: contain;
    width: .9em;
  }

  .gray-filter-outside-wrapper {
    bottom: 0.8em;
    margin: 0 2rem;
    top: auto !important;
    width: calc(100% - 2.5rem);
    z-index: 505;
  }

  .gray-filter-wrap {
    padding: .3em .5em .3em .95em;
    max-width: 35.9em;
  }

  .gray-cont {
    height: 1.1em;
  }

  .gray-cont::before,
  .gray-cont:before {
    height: 0.8em;
    left: 3px;
    width: 0.8em;
  }

  .gray-filter-item.choice {
    width: 2rem;
    min-width: 2rem;
  }

  .agency-label {
    padding-right: unset;
  }

  .gray-filter-pill-wrap {
    max-width: 8.25em;
    margin-right: 0.75em;
  }

  .choice .gray-cont.right::before {
    transform: translate3d(0.8em, 0, 0);
  }

  .agency-container {
    background-size: cover;
    height: 63vw;
  }

  .agency-center-flex-wrap {
    max-width: 20em;
    padding: 3.5em 0 3em;
  }

  .agency-maintitle {
    font-size: 1.4em;
  }

  .agency-location {
    font-size: .9em;
  }

  .overlay-detail-cta {
    bottom: 1.5em;
  }

  .agency-cta {
    font-size: .9em;
    background: rgba(0, 0, 0, 0.30);
  }

  .agency-name-title {
    font-size: 1.8em;
  }

  .leaders-detail-info-wrap {
    background: #fff;
    color: #4b4b4b;
    padding-top: 4.5em;
    margin: 0;
    overflow: auto;
    max-width: 100%;
  }

  .leaders-info-wrap{
    max-width: 16em;
    width: 100%;
  }

  .leaders-info-wrap p,
  .leaders-info-wrap p a,
  .leaders-detail-column ul, .leaders-detail-column ol,
  .leaders-detail-info-wrap .leaders-detail-column p {
    color: #4b4b4b;
    font-size: .9em;
  }

  .leaders-info-wrap p.small-text {
    font-size: .5727em;
  }

  .leaders-detail-info-wrap .leaders-detail-column {
    max-width: 100%;
  }

  .leaders-detail-info-wrap .leaders-detail-column p.leaders-headline,
  .leaders-detail-info-wrap .leaders-detail-column h1.leaders-headline {
    color: #271D7A;
    font-size: 1.6em;
    max-width: 10.5em;
  }

  .leader-detail-close {
    height: 2.45em;
    position: fixed;
    width: 2.55em;
    z-index: 3;
  }

  .leader-detail-close::after,
  .leader-detail-close:after {
    height: 1.5em;
    width: 1.5em;
  }

  .leader-detail-section {
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .leader-detail-section img.leaders-background {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    height: 60vh;
    object-position: center;
  }

  .leader-detail-section img.leaders-background-mobile {
    display: block;
    height: auto;
    position: fixed;
    width: 100%;
  }

  .leader-detail-section::before,
  .leader-detail-section:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 5.33%, rgba(0, 0, 0, 0.00) 87.21%);
    content: '';
    height: 9em;
    position: fixed;
    z-index: 3;
  }

  .overlay-open .leader-detail-section {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .overlay-open .leader-detail-section::-webkit-scrollbar {
    display: none;
  }

  .leaders-detail-info-inner {
    height: 100%;
    overflow: visible;
    padding: 0;
  }

  .back-to-list {
    color: #271D7A;
    left: 1.5em;
    top: 3em;
  }

  .back-to-list .blue-arrow {
    width: 1em;
  }

  .overlay-open .page-section.leaders-hero-section {
    margin-left: -110% !important;
  }

  .map-wrapper {
    position: absolute;
    max-width: 5em;
    margin-bottom: 1em;
    right: 0em;
    top: 0;
  }

  .map-wrapper .map-location {
    width: 1em;
  }

  .map-location {
    height: 100%;
    width: 100%;
  }

  .grey-filter-mob-overlay {
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(1.5em);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 2.5em;
    display: none;
    z-index: 509;
  }

  .grey-filter-mob-body {
    background: #FFF;
    height: calc(100vh - 2.5em);
  }

  .filter-header {
    padding: 0.8em 0.9em 0.6em;
    border-bottom: 0.05em solid;
    margin-bottom: 0.25em;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .mob-modal-fitler-title {
    color: #000;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1;
  }

  .close-filter-btn {
    font-size: 20px;
    position: absolute;
    top: 0.35em;
    width: 1.5em;
    height: 1.45em;
    background-color: #271D7A;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    right: 0.5em;
    border-radius: 52% 48% 48% 48% / 48% 49% 55% 49%;
    border: 0;
  }

  .close-filter-btn img {
    width: 1em;
  }

  .grey-filter-mob-tabs {
    padding: 1em 0.9em 1.25em;
    max-height: calc(90vh - 2.25em);
    overflow: auto;
  }

  .region-mob-filter-block,
  .capability-mob-filter-block {
    display: none;
  }

  .region-btn,
  .capability-btn {
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .region-filter {
    margin-bottom: 2em;
  }

  .filter-back {
    display: flex;
    align-items: center;
    grid-column-gap: 0.6em;
    padding: 0;
    background: transparent;
    border: 0;
    margin-bottom: 0.75em;
    color: #271d7a;
    font-weight: 600;
    font-size: 0.9em;
  }

  .filter-back img {
    width: 0.35em;
  }

  .region-btn img,
  .capability-btn img {
    transform: rotate(180deg);
    width: 0.5em;
  }

  .grey-filter-option {
    font-size: 0.8em;
    column-count: 3;
  }
  .single-icomstaff .leaders-detail-info-wrap {
    padding-left: 0.8em;
    padding-right:0.8em;
  }
  /* brand animation css */
  .brand-section-title {
    font-size: 1.5em;
  }

  .brand-section {
    overflow: hidden;
    min-height: 100vh;
  }

  /* Award Section */
  .home-award-slides {
    padding-left: 22%;
    padding-right: 30%;
  }

  .home-award-block .home-award-slide {
    max-width: 22em;
  }

  .home-award-block .award-count {
    font-size: 1.4em;
  }

  .home-award-block .award-names {
    font-size: 0.7em;
  }

  .home-award-image {
    max-width: 8.5em;
  }

  /* global network section */
  .global-network-text {
    font-size: 2.5em;
  }

  .network-logo-icon {
    width: 39px;
  }

  .indicator-menu {
    padding: 0;
    left: -3em;
  }

  /* about page css start */
  .submenu-wrapper {
    top: auto;
    bottom: 0.5em;
    gap: 0.5em;
    transform: initial;
  }

  .about-section-title {
    font-size: 2.4em;
  }

  .about-section-description {
    font-size: 0.8em;
  }

  .about-content-box .about-content-card .about-pillers {
    font-size: 1.4em;
    margin-top: 0.75em;
  }

  .about-hero-section {
    padding: 6em 0 5em;
    margin-bottom: 2em;
  }

  .about-hero-title {
    font-size: 4.5em;
  }

  .about-hero-description {
    margin-left: 6.25em;
  }

  .about-hero-bubble {
    max-width: 3.5em;
  }

  .about-hero-bubble-4 {
    max-width: 7em;
    top: 25%;
  }

  .about-hero-bubble-5 {
    max-width: 12em;
    bottom: -2em;
  }

  .about-started-section {
    padding: 2em 0;
  }

  .about-started-section .about-started-row {
    flex-direction: column;
  }

  .about-content-box,
  .about-company-box {
    width: 100%;
  }
  .short-content{
    min-height: auto;
  }
  .about-content-box .about-content-card {
    max-width: 100%;
  }

  .about-content-box {
    margin-bottom: 1.5em;
  }

  .about-company-box .about-company-card {
    padding: 1.25em 0;
  }

  .about-company-box .about-company-card:last-child {
    padding-bottom: 0;
  }

  .about-company-card .company-card-title {
    font-size: 1.4em;
  }

  .staff-section,
  .leader-group-wrapper,
  .about-testimonial-section,
  .our-procss-section {
    padding: 2em 0;
  }

  .staff-col {
    width: calc(33.334% - 0.45em);
  }

  .member-benefits-section {
    padding: 2em 0;
  }

  .member-benefits-box {
    padding-bottom: 1.5em;
    max-width: 100%;
  }

  .member-location-icon {
    position: absolute;
    right: 1em;
    top: 0;
    max-width: 3em;
    pointer-events: none;
  }

  .member-card {
    width: calc(50% - 0.3em);
    margin-bottom: 0.5em;
  }

  .member-row {
    grid-gap: 1.25em 0.6em;
  }

  .member-card-title {
    max-width: 100%;
  }

  .member-card-description {
    max-width: 100%;
  }

  .about-testimonial-col:nth-child(1) {
    margin-bottom: 0.5em;
  }

  .about-testimonial-row {
    grid-gap: 0.6em;
  }

  .about-testimonial-col {
    width: calc(33.33% - 0.4em);
  }

  .our-procss-content p {
    margin-bottom: 0.5em;
  }

  .our-process-row {
    padding-top: 1em;
  }

  .approach-title {
    font-size: 0.6em;
    line-height: 1;
  }

  .our-process-col .process-title {
    font-size: 1.2em;
  }

  .staff-name {
    font-size: 0.9em;
  }

  .staff-position {
    font-size: 0.8em;
  }
  .about-news-press-wrapper .news-article-slider {
    width: calc(33% - 0.58em);
  }
}

@media screen and (max-width: 800px) {
  .bubble-play-button {
    top: calc(50% + 135px);
  }

  .gray-filter-outside-wrapper {
    margin: 0 .9rem;
  }

  .award-flex-left,
  .award-flex-right {
    top: 90px;
  }

  .award-flex-right #dotworld {
    transform: scale(0.4);
    position: relative;
    top: 0px;
    left: -14%;
  }

  .bubble-mask {
    -webkit-mask-size: 220%;
    mask-size: 220%;
  }

  .about-testimonial-col {
    width: calc(50% - 0.3em);
  }

  .frontOffice-card {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1537px) and (min-height: 950px) and (max-height: 2049px) and (orientation: portrait) {

  .n-bubble-8,
  .n-bubble-9,
  .n-bubble-10,
  .n-bubble-11,
  .n-bubble-12,
  .n-bubble-13,
  .n-bubble-14,
  .n-bubble-15,
  .n-bubble-16,
  .n-bubble-17 {
    display: block;
  }

  /* .global-network-section {
    background: red;
  } */
  .brand-section-award {
    overflow: visible;
    top: 14vh;
    left: 0;
  }

  /* .brand-section-title{
  margin-top: 10vh;
  } */
  .brand-img-circle-award {
    margin-top: 18vh;
  }

  .home-award-block .award-info-card {
    width: 70%;
  }

  .award-flex-wrap {
    padding: 0 4em;
    /* width: 90%; */
  }

  .bubble-play-button-desk {
    display: none;
  }
  .bubble-play-button-mobil{
    display: block;
  }

  .bubble-play-button .outReel {
    color: #271D7A;
    font-size: 0.9em;
    margin-top: 0.75em;
  }
  .bubble-play-button img {
    max-width: 3em;
  }

  .bubble-play-button {
    /* top: calc(50% + 180px); */
    top: calc(50% + 18vw);
    width: 28%;
  }

  .award-flex-right #dotworld {
    /* transform: scale(0.4); */
    position: relative;
    top: 0px;
    /* left: -18%; */
  }

  .home-award-slides {
    width: 210%;
    padding-left: 24%;
    padding-right: 30%;
  }

  #dotworld {
    width: 560px;
  }

  .award-flex-left,
  .award-flex-right {
    display: inline-block;
    flex: 0 1 47%;
    padding: 24vw 0;
    position: relative;
    vertical-align: top;
  }
}

@media screen and (max-width: 700px) {
  .bubble-play-button {
    top: calc(50% + 123px);
  }
  .bubble-play-button img{
    max-width: 2.5em;
  }
  .home-award-slides {
    width: 210%;
    padding-left: 17%;
    padding-right: 30%;
  }

  .industry-location-wrap {
    justify-content: flex-start;
  }

  .industry-hero-section .industry-title-wrapper {
    padding-right: 0;
    width: 100%;
  }

  .industry-location-wrapper {
    width: 100%;
    grid-column-gap: 0.4em;
    grid-row-gap: 0.8em;
  }

  .industry-location-title {
    margin-left: 0;
    margin-top: 2em;
    text-align: left;
  }

  .industry-location-wrapper {
    text-align: left;
  }

  .industry-hero-section {
    flex-direction: column;
    padding-top: 1em;
  }
  .breadcrumbs{
    top: -1em;
  }
  .casestudy-hero-block .breadcrumbs{
    top: -2.5em;
  }
  .view-collab-btn{
    font-size: 0.7em;
    height: 3em;
  }
  .our-work-page .work-view-collab-wrap .work-industry-wrapper, .our-work-page .work-view-collab-wrap .work-btn-wrapper{
    max-width: 8em;
  }
  .work-view-collab-wrap.work-btn-section .work-btn-wrapper select,.work-view-collab-wrap.work-btn-section .work-industry-wrapper select{
    min-width: auto;
  }
   .submenu-wrapper {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    white-space: nowrap;
    scrollbar-width: none;
    bottom: 0em;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 600px) {
  .breadcrumbs{
    font-size: 0.6em;
  }
  
  .bubble-play-button {
    top: calc(50% + 91px);
    width: fit-content;
  }
  .bubble-play-button img{
    max-width: 2.3em;
  }

  .video-mute-toggle {
    right: 1em;
  }

  .video-mute-toggle.play-pause-toggle {
    right: 3.5em;
  }
  .video-bubble-animation-container{
    justify-content: flex-start;
    align-items: flex-start;
  }
  .bubble-masks div{
    aspect-ratio: 9 / 16;
    position: relative;
    height: 100% !important;
  }
  .ytVideoClose,
  .image-gallery-closeBtn {
    font-size: .45em;
    padding: 0;
    right: 0.5em;
    top: 0.4em;
  }
  .ytVideoModal-content{
    max-width: 100%;
  }
  .play-audio-text{
    font-size: 0.7em;
    margin-top: 1em;
  }
  .agency-search-filter-popup .leader-search-container .no-leader-found{
    font-size: 0.8em;
    bottom: 0.75em;
  }

  .agency-search-filter-popup .leader-search-container {
    padding-bottom: 2em;
  }

  .ytVideoClose::before,
  .ytVideoClose::after,
  .image-gallery-closeBtn::before,
  .image-gallery-closeBtn::after {
    width: 1.35em;
    top: 43%;
    right: 1.85em;
    min-height: 0.1rem;
  }
  .collab-video-popup{
    background-color: transparent;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
  }
  .image-gallery-closeBtn {
    top: 0.8em;
  }

  .image-gallery-closeBtn::before,
  .image-gallery-closeBtn::after {
    top: 55%;
    right: 1em;
  }

  .bubble-play-button-desk {
    display: none;
  }
  .bubble-play-button-mobil{
    display: block;
  }

  .bubble-mask {
    -webkit-mask-size: 270%;
    mask-size: 270%;
  }

  .brand-section-award {
    overflow: visible;
    min-height: 190vh;
    top: 27vh;
  }

  .home-award-slides {
    width: 230%;
    padding-left: 18%;
    padding-right: 40%;
  }

  .award-flex-right #dotworld {
    transform: scale(0.3);
    position: relative;
    top: 0px;
    left: 0%;
  }

  button {
    font-size: 0.8em;
  }

  .custom-button {
    font-size: 0.8em;
    line-height: 1.5;
    padding: 0.4em 1em 0.351em;
  }

  .d-xs-block {
    display: block;
  }

  .d-xs-none {
    display: none;
  }

  .news-load-more {
    margin-top: 1em;
  }

  .alert-message-box p:first-child {
    width: 72vw;
  }

  /* START NAV */
  .navigation-left,
  .navigation-right {
    flex: 0 0 6.3125em;
  }

  .navigation-home-link {
    margin: 0 0 0 -.8em;
    padding: .6em .8em;
    width: calc(100% + .8em);
  }

  .navigation-menu-trigger {
    font-size: .5em;
    right: .6em;
    top: .5em;
  }

  .admin-bar .navigation-menu-trigger {
    top: 0.35rem;
  }

  .admin-bar .navigation-wrap {
    top: 0;
  }

  .navigation-menu-trigger::before,
  .navigation-menu-trigger::after {
    min-height: .1rem;
  }

  .navigation-overlay-back {
    left: 0;
    padding: 1.65em 1.23em;
  }

  .navigation-overlay-link-wrap {
    margin: 2.5em 0 .5em 0;
  }

  .navigation-overlay-link,
  .member-overlay {
    font-size: 3em;
    padding: .2167em .26667em;
  }

  .navigation-overlay-sublink-wrap {
    margin: 5em 0 1em 0;
  }

  .navigation-overlay-sublink {
    font-size: 2em;
    padding: .25em .4em;
  }

  .navigation-overlay-social-wrap {
    padding: 0 .8em;
    gap: 1.5em;
  }

  .navigation-overlay-social-left {
    flex-wrap: wrap;
  }

  .navigation-overlay-social {
    flex: 0 0 50%;
    font-size: .65em;
    padding: 1.4615em 1.23em;
  }

  .navigation-overlay-social:nth-child(odd) {
    margin-left: -1.23em;
  }

  .navigation-overlay-social::after {
    bottom: 1em;
    left: 1.23em;
  }

  .navigation-overlay-social-right {
    flex-wrap: wrap;
  }

  .navigation-overlay-button {
    flex: 0 0 100%;
    width: 100%;
  }

  .moving-circle-effecto {

    bottom: -25vw;
  }

  /* footer */
  .footer-location-wrap {
    flex-wrap: wrap;
  }

  .footer-location-column.wide {
    width: 100%;
    margin-right: 0;
  }

  .footer-location-column:first-child {
    display: block;
  }

  .footer-location-column:first-child .footer-location-cell {
    max-width: 100%;
  }

  .footer-location-column:first-child .footer-link-col {
    width: initial;
  }

  .footer-location-column,
  .footer-location-column:nth-child(3) {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer-location-column .footer-link-col,
  .footer-location-column:nth-child(3) .footer-link-col {
    width: calc(50% - 0.5em);
  }

  .footer-headline {
    font-size: 5em;
  }

  .connectText {
    font-size: 0.9em;
    position: unset;
    padding-bottom: 1.5em;
  }

  .footer-wrap {
    padding-top: 6em;
  }

  .copy-right-section {
    flex-wrap: wrap;
    padding-top: 1em;
  }

  .copy-right-section a,
  .copy-right-section p {
    width: 100%;
    padding: 0.25em 0;
  }

  .terms-condition-link {
    border: 0;
  }

  .footer-bottom-row {
    padding: 1em 0 2em;
  }

  p.design-credit {
    max-width: 65vw;
  }

  .contact-popup {
    width: 30.7vw;
    height: 30.2vw;
    margin-right: -3.5vw;
    margin-bottom: -7vw;
  }

  .contact-button {
    font-size: 3.5vw;
    padding-left: 4vw;
    padding-top: 9vw;
  }

  .footer-title-box .tabTitle {
    font-size: 1.8em;
  }

  .footer-expanded-overlay .footer-center.footer-popup-header {
    padding-top: 0.6em;
    margin-top: 0;
  }

  .close-footer-popup-btn {
    width: 2.5em;
    padding: 0;
  }

  .close-footer-popup-btn::before,
  .close-footer-popup-btn::after {
    height: .1em;
    min-height: .1rem;
    width: 1.5em;
    right: 5.5%;
  }

  .footer-close-icon {
    width: 1.5em;
  }

  .conact-footer-row {
    padding-top: 2.5em;
  }

  .email-card,
  .frontOffice-card,
  .backOffice-card,
  .icom-hq-row .footer-popup-col.phone-card {
    width: 100%;
    max-width: 100%;
    padding-bottom: 1em;
  }

  .icom-hq-row {
    padding-bottom: 0;
  }

  .footer-title-box {
    padding-bottom: 1.25em;
    padding-right: 0;
  }

  .footer-popup-form input[type="radio"]+label {
    font-size: 0.8em;
  }

  .footer-popup-container {
    max-height: calc(100vh - 4.25em);
  }

  .footer-modal-logo {
    max-width: 6em;
  }

  /* END NAV */
  /* not found page css */
  .not-found-wrapper .title-404 {
    font-size: 3em;
    margin-bottom: 0.25em;
  }

  .not-found-wrapper .not-found-message {
    font-size: 0.85em;
  }

  .not-found-wrapper {
    padding: 4em 0.8em;
  }

  /* blog page css */
  .blog-detail-page {
    padding-top: 4.5em;
  }

  .blog-detail-page h1 {
    font-size: 1.8em;
    text-align: left;
  }

  .post-date-block,
  .blog-detail-page h4.post-date-block {
    text-align: left;
  }

  .blog-detail-btn-container {
    justify-content: flex-start;
  }

  .blog-detail-page p,
  .blog-detail-page ul.wp-block-list li,
  .blog-detail-page ol.wp-block-list li,
  .blog-detail-page ol.schema-how-to-steps li,
  .blog-detail-page ol.schema-how-to-steps li strong {
    font-size: 0.8em;
  }

  .blog-detail-page .wp-block-quote p {
    font-size: 1.8em;
  }

  .blog-detail-page .wp-block-quote {
    padding-top: 3.25em;
    padding-bottom: 3.25em;
  }

  .blog-detail-page .wp-block-quote p::after {
    bottom: 0.25em;
  }

  .blog-detail-page .wp-block-quote p::before {
    top: 0.85em;
  }

  .blog-detail-page h2 {
    font-size: 1.5em;
  }

  .blog-detail-page h3 {
    font-size: 1.2em;
  }

  .blog-detail-page h4 {
    font-size: 1.1em;
  }

  .blog-detail-page h5 {
    font-size: 1em;
  }

  .blog-detail-page h6 {
    font-size: 0.9em;
  }

  .blog-detail-page ul.wp-block-list {
    padding: 1em 0.5em 1em 1.7em;
  }

  .blog-detail-page ul.wp-block-list li::before,
  .blog-detail-page ul.wp-block-list li:before {
    left: -1.15em;
  }

  .blog-detail-page ol.wp-block-list {
    padding: 1em 0.8em 1em 0.8em;
  }

  .blog-detail-page ol.schema-how-to-steps {
    padding-left: 1.5em;
  }

  .share-icon {
    display: inline-block;
    max-height: 1.5em;
    height: 100%;
    width: auto;
    min-height: 1.5em;
  }

  .social-media-link:last-child .share-icon {
    min-height: 1.25em;
  }

  .share-article-block .social-media-link-box span,
  .share-article-block .social-media-link-box .social-media-link:after,
  .share-article-block .social-media-link-box .social-media-link::after {
    display: none;
  }

  .share-article-block .social-media-link-box .social-media-link {
    font-size: 0.8em;
    margin-right: 0em;
    min-width: auto;
    line-height: 1;
  }

  .share-article-block {
    padding: 1.5em 0.8em 2em;
    display: flex;
  }

  .share-article-block .share-article-title {
    color: #271D7A;
    font-size: 0.8em;
    font-weight: 800;
    line-height: 1.5;
    margin: 0;
    width: fit-content;
    margin-right: 1em;
  }

  .share-article-block .social-media-link-box {
    grid-column-gap: 1em;
    align-items: center;
  }

  .article-wrapper .articles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column-gap: 0.5em;
    grid-row-gap: 1.2em;
  }

  .article-wrapper .article-slide {
    width: calc(50% - 0.25em);
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0.5em 0 0;
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content p {
    padding: 0;
  }

  /* industry screen css start */

  .industry-title-info, .industry-title-wrapper p {
    font-size: 0.8em;
  }

  .card-row-wrapper .block-card {
    width: 100%;
  }

  /* work screen css */
  .our-work-mo-banner {
    display: block;
  }

  .our-work-web-banner {
    display: none;
  }

  .work-banner-blue-dot {
    top: 14vw;
    width: 36.5vw;
    height: 36.5vw;
    right: -18vw;
    z-index: 2;
  }

  .our-work-title-wrapper .our-work-title-heading {
    font-size: 18.68vw;
    margin-top: -27.5vw;
  }
  .work-view-collab-wrap{
    flex-wrap: wrap;
  }
  .our-work-page .work-view-collab-wrap .work-industry-wrapper, .our-work-page .work-view-collab-wrap .work-btn-wrapper{
    max-width: calc(50% - 0.3em);
  }
  .view-collab-btn{
    font-size: 0.8em;
    width: 100%;
    height: 2.65em;
  }
  .desktop-video-thumb{
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    top:0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    transform: unset !important;
  }
  .mobile-video-thumb{
   filter: blur(14px);
  }
  .our-work-title-wrapper .our-work-title-heading span {
    padding-left: 15.2vw;
  }

  .work-banner-card:nth-child(2)::before,
  .work-banner-card:nth-child(2):before,
  .work-banner-card:nth-child(2)::after,
  .work-banner-card:nth-child(2):after {
    display: none;
  }

  .our-work-page .work-wrapper {
    padding-top: 1em;
  }

  .work-hero-section {
    height: 105vw;
  }

  .work-banner-row {
    min-height: 87vw;
  }

  .work-banner-card:nth-child(1) {
    width: 74vw;
    height: 74vw;
    margin-left: -20vw;
  }

  .work-banner-card:nth-child(2) {
    width: 84.35vw;
    height: 84vw;
    margin-left: -30vw;
    margin-right: auto;
  }

  .work-btn-section {
    grid-gap: 0.6em;
  }

  .work-btn-section .work-btn-wrapper,
  .work-btn-section .work-industry-wrapper {
    width: calc(50% - 0.3em);
  }

  .work-btn-section select {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  /* news press screen css */
  .news-hero-section .hero-title {
    font-size: 3.5em;
  }

  .news-hero-section .hero-title span {
    padding-left: 0;
  }

  .news-hero-section .hero-discription {
    max-width: 100%;
  }

  .news-card-item {
    margin-bottom: 2em;
  }

  .news-shape-img {
    display: none;
  }

  /* .news-article-slider {
    min-height: 7.5em;
  } */
   .about-news-press-wrapper .article-wrapper .articles-row{
      grid-column-gap: 0.5em;
      grid-row-gap: 1.2em;
   }
  .about-news-press-wrapper .news-article-slider {
    width: calc(50% - 0.3em);
  }
  .about-news-press-wrapper .article-wrapper .about-article-text-box{
    margin-bottom: 1.25em;
  }

  .article-wrapper .articles-title {
    font-size: 0.8em;
  }

  .news-article-wrapper.article-wrapper .articles-row {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }

  .news-article-wrapper.article-wrapper .article-slide {
    width: calc(50% - 0.25em);
  }

  /* agency detail page css */

  .agency-section-title {
    font-size: 2.1em;
  }

  .verne-row {
    flex-wrap: wrap;
  }

  .verne-title-col {
    max-width: 100%;
    width: 100%;
    flex: auto;
  }

  .verne-section {
    padding: 2.5em 0;
  }

  .verne-section br {
    display: none;
  }

  .verne-section .agency-section-title {
    font-size: 2.1em;
  }

  .verne-col {
    flex-basis: 100%;
  }

  .verne-col button {
    width: 100%;
    margin: 0;
  }

  /* LEADERS INDEX */
  .gray-filter-wrap {
    padding: .3em .5em .3em 1em;
  }

  .gray-filter-item.right {
    padding-left: 0.5em;
  }

  .gray-filter-item.left {
    padding-right: 0.5em;
  }

  .alpha-col {
    max-width: unset;
    width: calc(50% - .375em);
  }

  .alpha-listing-wrap {
    grid-template-columns: 1fr;
  }

  .alpha-listing-wrap .grid-item {
    max-width: 100%;
  }

  .gray-filter-pill-wrap {
    max-width: 8.15em;
    justify-content: flex-start;
  }

  .gray-filter-item.choice {
    line-height: 1em;
    min-width: 2.05rem;
  }

  .gray-filter-outside-wrapper {
    width: calc(100% - 2rem);
  }

  .leader-detail-close {
    height: 1.9em;
    top: .5em;
    width: 1.95em;
  }

  .leader-detail-close::after,
  .leader-detail-close:after {
    height: 1em;
    width: 1em;
  }

  .leaders-detail-info-wrap .leaders-detail-column p.leaders-headline,
  .leaders-detail-info-wrap .leaders-detail-column h1.leaders-headline {
    font-size: 1.2em;
    padding-bottom: .5em;
  }

  .leaders-detail-info-wrap .leaders-detail-column {
    margin-top: 1em;
  }

  .leaders-detail-info-wrap {
    padding: 2.5em .8em 0;
  }

  .back-to-list {
    top: 2em;
  }
  
  .leaders-info-wrap p,
  .leaders-detail-column ul, .leaders-detail-column ol,
  .leaders-info-wrap p a,
  .leaders-detail-info-wrap .leaders-detail-column p {
    font-size: .8em;
  }

  .leaders-info-wrap p.small-text,
  .leaders-detail-info-wrap .leaders-detail-column p.small-text {
    font-size: .5em;
  }

  .leaders-info-wrap p a {
    font-size: .8rem;
  }

  .leaders-info-wrap {
    padding-bottom: 1.75em;
    width: calc(100% - 4.75em);
  }

  .leader-canvas {
    left: 62.25%;
    transform: scale(1.2) translate(-50%, 7.5%);
  }

  .leader-name {
    font-size: 0.75em;
    margin-bottom: 0.3em;
  }

  .leader-agency-info {
    margin-bottom: 0.4em;
  }

  .leader-cta {
    height: 1.25em;
    width: 1.25em;
  }

  .filter-column {
    column-count: 2;
  }

  .map-wrapper {
    max-width: 4.5em;
  }

  /* AGENCY INDEX */
  .agency-name-title {
    font-size: 1.2em;
    max-width: 12em;
  }

  .agency-center-flex-wrap {
    max-width: 16.5em;
    padding: 3.5em 1em 3em;
  }

  .agency-maintitle {
    font-size: 1.2em;
  }

  .agency-logo-wrap img {
    max-width: 11em;
  }

  .agency-location {
    max-width: 11em;
    width: 100%;
    text-align: center;
  }

  .agency-cta {
    background: rgba(0, 0, 0, 0.40);
  }

  .filter-column,
  .region-filter .grey-filter-option {
    column-count: 1;
  }

  .region-filter .grey-filter-option li {
    break-inside: avoid;
  }

  .grey-filter-option,
  .filter-column li {
    line-height: 2;
    margin: 0;
  }

  .indicator-menu .indicator-item {
    width: 4em;
    height: 4em;
  }

  .indicator-menu {
    left: -2.75em;
  }

  /* brand animation css */
  .brand-section {
    min-height: auto;
  }

  .brand-section-title {
    font-size: 2em;
    padding-top: 50vw;
    margin: auto;
    text-align: center;
    padding-bottom: 210vw;
  }

  .brand-one {
    height: 67.65vw;
    top: auto;
    bottom: 120vw;
    width: 67.5vw;
    left: -10vw;
  }

  .brand-two {
    height: 59.65vw;
    top: auto;
    width: 62.75vw;
    bottom: 140vw;
    right: -4vw;
  }

  .brand-three {
    height: 61.65vw;
    left: 12vw;
    top: auto;
    width: 61vw;
    bottom: 10vw;
  }

  .brand-four {
    height: 35vw;
    top: auto;
    width: 35.8vw;
    bottom: 82vw;
    left: auto;
    right: -7vw;
  }

  .brand-five {
    height: 60.6vw;
    right: 0;
    top: auto;
    width: 60.29vw;
    bottom: 20vw;
  }

  .brand-six {
    height: 29.5vw;
    left: 51vw;
    top: auto;
    width: 31.6vw;
    bottom: 75vw;
  }

  .brand-seven {
    height: 50.45vw;
    left: -7vw;
    top: auto;
    width: 50vw;
    bottom: 0vw;
  }

  .brand-eight {
    height: 30vw;
    left: 6.85vw;
    top: auto;
    bottom: -18vw;
    width: 30vw;
  }

  /* Award Section */
  .home-award-block .home-award-slide {
    max-width: 16em;
  }

  .home-award-block .award-count {
    font-size: 1.1em;
  }

  .home-award-block .award-names {
    font-size: 0.45em;
  }

  .home-award-image {
    max-width: 6.25em;
  }

  .home-award-block .award-info-card {
    width: 70%;
  }

  .home-award-block {
    top: 200px;
  }

  /* global network section */
  .global-network-text {
    font-size: 2em;
  }

  .network-logo-icon {
    width: 29px;
  }

  /* about us section css start */
 

  .submenu-wrapper .submenu-link {
    font-size: 0.7em;
  }

  .about-section-title {
    font-size: 2em;
  }

  .about-hero-section {
    padding: 4.5em 0 3em;
    margin-bottom: 1.5em;
  }

  .about-hero-title {
    font-size: 3em;
  }

  .about-hero-title span {
    padding-left: 0;
  }

  .about-hero-description {
    margin-left: 0;
  }

  .about-hero-bubble {
    max-width: 10vw;
  }

  .about-hero-bubble-4 {
    max-width: 15vw;
  }

  .about-hero-bubble-5 {
    max-width: 30vw;
  }

  .about-company-card .company-card-title {
    font-size: 1.2em;
    margin-bottom: 0.4em;
  }

  .company-card-imgWrap {
    max-width: 4em;
  }

  .staff-section,
  .leader-group-wrapper,
  .about-testimonial-section,
  .our-procss-section {
    padding: 1.25em 0;
  }

  .staff-row {
    grid-gap: 1.25em 0.6em;
  }

  .staff-col:nth-child(1) {
    width: 100%;
    padding-top: 0;
  }

  .staff-col {
    width: calc(50% - 0.3em);
    margin-bottom: 0;
  }

  .staff-img {
    max-width: 8em;
  }

  .staff-description {
    margin-top: 0.75em;
  }

  .staff-name {
    font-size: 0.9em;
    margin-top: 0.5em;
    font-weight: 800;
  }

  .staff-position {
    font-size: 0.7em;
  }
  .member-card {
    padding-top: 1.25em;
  }

  .member-title {
    max-width: calc(100% - 7.5em);
  }

  .testimonial-blue-bubble,
  .testimonial-orange-bubble {
    display: none;
  }

  .our-process-row {
    grid-gap: 1.5em;
  }

  .our-process-col {
    width: 100%;
  }

  .our-process-col .process-title {
    font-size: 1.1em;
  }

  .our-procss-content p,
  .approch-dis,
  .approch-points li {
    font-size: 0.8em;
  }

  .work-video-wrap {
    padding: 1.5em 0;
  }
}


@media screen and (max-width: 480px) {
  .bubble-play-button {
    top: calc(50% + 85px);
  }

  .home-award-slides {
    padding-left: 13vw;
  }

  .bubble-mask {
    -webkit-mask-size: 320%;
    mask-size: 320%;
  }

  .leader-card {
    width: 47vw;
  }

  .leader-img {
    width: 47vw;
    height: auto;
    padding-bottom: 47vw;
  }

  .leader-card:nth-child(even) {
    margin-right: -0.8em;
  }

  .leader-card:nth-child(odd) {
    margin-left: -0.8em;
  }

  .agency-leader-col-right {
    grid-column-gap: 0.5em;
    justify-content: space-between;
  }

  .work-btn-section .select-wrapper,
  .work-btn-section .select-wrapper select {
    width: 100%;
  }

  /* global network section */
  .global-network-text {
    font-size: 9vw;
  }

  .network-logo-icon {
    width: 24px;
  }

  .about-testimonial-col {
    width: 100%;
    min-height: auto;
  }
  .submenu-wrapper{
    padding: 0 0.6em;
  }
}

@media screen and (max-width: 400px) {
  .bubble-play-button {
    top: calc(50% + 75px);
  }

  .home-award-slides {
    padding-left: 7vw;
  }

  .award-slide {
    padding: 0 1rem;
  }
  .leaders-detail-info-wrap .leaders-detail-column p.leaders-headline, 
  .leaders-detail-info-wrap .leaders-detail-column h1.leaders-headline{
    font-size: 1em;
  }
}

@media screen and (max-width: 301px) {
  .award-flex-left {
    top: -10em !important;
    padding: 0 0 20vw 0;
    left: 56%;
  }

  .award-slide-headline {
    font-size: 3em;
  }

  .award-slide-subhead {
    margin-top: 0.2rem;
    font-size: 1em;
  }

  .award-slide-text {
    font-size: 0.7em;
    line-height: normal;
  }

  .home-award-slides {
    padding-left: 0vw;
    gap: 50px;
    width: 370%;
  }
}

@media screen and (max-width: 480px) and (max-height: 1080px) {
  .brand-section-award {
    overflow: visible;
    min-height: 140vh;
    top: 21vh;
  }

  .award-flex-wrap {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 480px) and (max-height: 780px) {

  .navigation-overlay-link,
  .member-overlay {
    padding: .2em .26667em;
    line-height: 0.9;
  }

  .navigation-overlay-social {
    padding: 1em 1.23em 1.4615em;
  }

  .navigation-overlay-link-wrap {
    margin: 2em 0 .5em 0;
  }

  .brand-section-award {
    min-height: 150vh;
    top: 26vh;
  }

  .brand-one {
    bottom: 130vw;
  }

  .brand-two {
    bottom: 100vw;
  }

  .brand-three {
    bottom: 10vw;
  }

  .brand-four {
    bottom: 30vw;
  }

  .brand-five {
    bottom: -35vw;
  }

  .brand-six {
    bottom: -30vw;
  }

  .brand-seven {
    bottom: -30vw;
  }

  .brand-eight {
    bottom: -80vw;
  }

  .award-flex-wrap {
    margin-top: 1rem;
  }
}

/* END MEDIA */

/* Default logo style */
#site-logo {
  transition: opacity 0.3s, filter 0.3s;
}

/* Dark color logic */
.dark-logo {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.dark-logo.navigation-menu-trigger-wrap {
  filter: unset;
}

.navigation-menu-trigger-wrap.dark-logo .navigation-menu-trigger:hover .navigation-menu-trigger-circle {
  filter: brightness(0) invert(1);
  transition: 0s;
}

.navigation-menu-trigger-wrap.dark-logo .navigation-menu-trigger::before,
.navigation-menu-trigger-wrap.dark-logo .navigation-menu-trigger::after {
  background-color: #ffffff;
}

.navigation-menu-trigger-wrap.dark-logo .navigation-menu-trigger:hover::before,
.navigation-menu-trigger-wrap.dark-logo .navigation-menu-trigger:hover::after {
  background-color: #271D7A
}

/* Alt color logic */
.alt-logo {
  opacity: 0.8;
  filter: brightness(0.5);
}

.hidden-industry,
.hidden-key-client,
.card-row-wrapper .hide-work {
  display: none;
}

@media screen and (max-height: 900px) {
  .leader-canvas-side {
    font-size: 0.8rem;
  }
}

@supports (-webkit-touch-callout: none) {
  .footer-popup-container {
    padding-bottom: 4.5em;
  }
}

@media (min-width: 600px) and (max-width: 767px) and (min-height: 850px) {
  .brand-section-award{
    top: 26vh;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .award-flex-left {
    flex: 0 1 50%;
    flex-shrink: 0;
  }

  .award-flex-right {
    flex-shrink: 0;
  }

  .award-flex-right #dotworld {
    left: -27%;
  }
}

@media (min-width: 801px) and (max-width: 1000px) {
  .award-flex-left {
    flex-shrink: 0;
  }

  .award-flex-right {
    flex-shrink: 0;
  }

  .award-flex-right #dotworld {
    width: 450px;
  }
}




@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /* Safari/Chrome */
    print-color-adjust: exact !important;
    /* Firefox/modern browsers */
  }

  body,
  html {
    background: #ffffff;
    /* fallback if background isn't set */
  }
}

#pinspacer-container .pin-spacer{
  z-index: 0!important;
}