/* redesign 2025 */
@font-face {
  font-family: "BreveTitleSemiBold";
  src: url("../assets/BreveTitleSemiBold.otf") format("opentype"),
      url("../assets/BreveTitleSemiBold.ttf") format("ttf");
}

.site-branding {
  position: relative;
  z-index: 10;
}

.main-navigation {
  justify-content: flex-start;
}


h1, h3, h2 {
  font-family: "BreveTitleSemiBold";
  font-weight: 400;
}



.main-navigation ul {
  margin-left: 0;
}

.main-navigation ul a {
  font-size: 16px;
  text-decoration: unset;
}

.inner-section {
  max-width: 1360px!important;
}

.single-case-study .content {
  padding: 0!important;
}


.site-main {
  overflow: hidden;
  padding-bottom: 0;
  border-bottom: 1px solid white;
  min-height: calc(100vh - 100px - 200px);
}

.case-study-grid.grid-container {
  min-height: calc(100vh - 200px);
}
.site-main.homepage {
  min-height: calc(100vh - 100px);
}



.graphic-container {
  top: 0;
}

/* box */
.box {
  position: relative;
  /* overflow: hidden; */
}

.box-media {
  position: relative;
  height: 220px;
}

.col[data-width="100"] .box-media {
  height: 260px;
}

.box-media video {
  width: 100%;
  object-fit: cover;
  z-index: -1;
  position:absolute;
  left:0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

.box-media .box-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.box-overlay {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  
  padding: 25px 15px 15px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-overlay .icon {
  line-height: 1;
  margin: 0;
  
}

.box-overlay .icon img {
  max-height: 50px;
}

.box-overlay .misc-info, .box-overlay .top-info {
  opacity: 0;
  max-width: 490px;
}

.box-overlay .top-info p {
  margin-top: 5px;
}

.box-overlay .top-info h3, .sportlight-grid .description h3 {
  font-family: "BreveTitleSemiBold";
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.2;
}

.sportlight-grid .description h3 {
  font-size: 1.3em;
}

.box-overlay:before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #33374C;
    background-color: var(--overlay-bg);
    opacity: 0;
    transition: opacity 0.3s ease;

    top: 0;
    left: 0;
}


.box:hover .box-overlay:before {
  transform: translate(0, 0);
  opacity: 1;
}
.box:hover .box-overlay .top-info {
    opacity: 1;
    transition: opacity .5s;
}
.box:hover .box-overlay .misc-info {
    opacity: 1;
    transition: opacity .5s;
}

.sportlight-grid .box-img {
  background-size: contain;
}

.sportlight-grid .description {
  margin-top: 14px;
  color: #33374C;
}

.sportlight-grid .description p {
  max-width: 490px;
  margin: 5px 0 10px;
}



/* footer */
.footer-navigation {
  padding-top: 0;
  margin-top: 40px;
}

.site-footer {
  background-color: #33374C;
  color: white;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0;
  position: static;
  transition: unset;
}

.site-footer .menu .menu-item > a {
  color: white;
  font-size: 16px;
  opacity: 1;
}


.site-footer .menu .menu-item > a:hover {
  transition: all 0.3s ease;
  color: #FFB55E;
}

.site-footer .menu .menu-item {
  margin-bottom: 12px;
}



.site-footer .menu {
  display: block;
}

.copyright {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 16px;
  color: #92C2C3;
}

.home {
  overflow-y: visible!important;
}

.site-footer .menu .menu-item a {
  position: relative;
  left: 20px;
  color: white;
}

.site-footer .menu .menu-item a::after {
  position: absolute;
    content: '';
    left: -21px;
    top: 5px;
    display: block;
    width: 14px;
    height: 14px;
  background-image: url('../img/icon-arrow-leib.svg');
}


/* case top nav */
.case-study-top {
  font-family: "BreveTitleSemiBold";
  line-height: 1.3;
  margin-bottom: 50px;
  font-weight: normal;
}

.case-study-top h1 {
  font-weight: normal;
}

.case-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 2px solid #33374c;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.case-filter {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 18px;
  position: relative;
  font-size: 16px;
}

.case-filter img {
  max-height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  transform: rotate(0);
  transition: all 0.3s ease;
  top: 33%;
}

.case-filter.active img {
  transform: rotate(-45deg);
}

.case-sectors {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}

.case-sectors.open {
  max-height: unset;
  opacity: 1;
}

.case-sectors a {
  text-transform: uppercase;
  margin-left: 18px;
  color: #33374c;
  font-size: 16px;
}

.case-sectors a.active {
  color: #5440DA;
  font-weight: bold;
}




.case-list-wrapper a {
  color: white;
}

.case-item {
  display: block;
  padding: 16px 0 12px;
  transition: color 0.3s ease;
  position: relative;
}


.case-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 150vw;
  height: 1px;
  left: -25vw;
  bottom: 0;
  border-bottom: 1px solid #999BA6;
}

.case-item:after {
  content: '';
  position: absolute;
  display: block;
  width: 150vw;
  height: 100%;
  left: -25vw;
  bottom: 0;
  background: transparent;
  /* transition: all 0.1s ease; */
}


.case-item > * {
  z-index: 1;
  color: #D3D3D7;
  transition: all 0.3s ease;
  font-size: 1.3rem;
}

.case-item-name, .case-item-name h3 {
  font-family: "BreveTitleSemiBold";
  font-weight: 400!important;
  position: relative;
  color: white;
  font-size: 1.5rem;
}

.case-item:hover > *, .case-item:hover h3 {
  /* color: #33374C; */
  position: relative;
}

.case-item .bg-img {
  width: 160px;
  height: 120px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;

  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.4s ease-in-out;
  transform: scale(0.9) translateY(-50%);
  z-index: -2;
}

.case-item:hover .bg-img  {
  top: 50%;
  opacity: 1;
  transform: scale(1) translateY(-50%);
  z-index: 10;
}

/* .case-item[data-title="Education"]:hover:after {
  background-color: #ffb55e;
}

.case-item[data-title="Financial Services"]:hover:after {
  background-color: #92c2c3;
}

.case-item[data-title="Human Services"]:hover:after {
  background-color: #ff7866;
}

.case-item[data-title="Other"]:hover:after {
  background-color: #ffb55e;
}

.case-item[data-title="Technology"]:hover:after {
  background-color: #80c99c;
} */

.case-item:hover:after {
  background-color: inherit;
}



.case-item-category {
  text-align: right;
}

.case-top {
  display: grid;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

.case-title h1 {
  font-family: "BreveTitleSemiBold";
}

.case-filter-form input {
  border-radius: 4px;
  border: 1px solid #33374C;
  width: 100%;
  padding: 8px 15px;
  color: #33374C;
}

.case-list-wrapper {
  background-color: #33374C;
  position: relative;
  padding-bottom: 80px;
  min-height: inherit;
}

.case-list-wrapper:before {
    position: absolute;
    display: block;
    content: '';
    width: 120vw;
    height: 100%;
    background-color: #33374C;
    left: -40px;
    top: 0;
    z-index: -1;
  }


  .view-more-wrapper {
    padding-bottom: 80px;
    margin-top: 60px;
  }

  .view-more-wrapper .links-wrapper {
    font-size: 1.5em;
    /* font-family: "BreveTitleSemiBold"; */
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;

    width: calc(100% - 32px - 40px);
    margin-left: 40px;
    padding: 50px 26px;
    background-color: #5440DA;
    text-align: center;
    color: white;
    position: relative;
    gap: 20px 80px;
  }

  .view-more-wrapper .links-wrapper {
    /* display: flex;
    position: relative;

    flex-direction: row;
    align-items: center; */
    /* gap: 20px 80px; */
  }

  .view-more-wrapper .text {
    font-size: 1.2em;
    font-family: "BreveTitleSemiBold";
    display: flex;
    flex-direction: row;
    color: white;
    position: relative;
    align-items: center;
    line-height: 1.2;
  }



  .view-more-wrapper .text:nth-of-type(2) svg rect {
    fill: #80CB9E;
  }

  .view-more-wrapper span {
    display: inherit;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1;
  }


  .view-more-wrapper .square-1 {
    width: 40px;
    height: 40px;
    background-color: #FFB55E;

    opacity: 0;  
    transition: opacity 0.5s ease-in-out;
  }

  .view-more-wrapper .square-2 {
    width: 32px;
    height: 32px;
    background-color: #92C2C3;
    float: right;
    position: relative;

    opacity: 0;  
    transition: opacity 0.5s ease-in-out;
  }

  .view-more-wrapper .square-2:before {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-color: #FF7866;
    bottom: -24px;
    left: -24px;

    opacity: 0;  
    transform: scale(0.5); 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }


  .view-more-wrapper .links-wrapper:before {
    display: block;
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #92C2C3;
    bottom: -22px;
    left: -22px;

    opacity: 0;  
    transform: scale(0.5); 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  


  .view-more-wrapper .square-1.visible, .view-more-wrapper .square-2.visible {
    opacity: 1;
  }

  .view-more-wrapper .square-2.visible:before, .view-more-wrapper .links-wrapper.visible:before {
    opacity: 1;
    transform: scale(1);
  }

  .view-more-wrapper .text-content a {
    color: white;
  } 


  /*********************** catalyst page ***********************************/
  /* .s-fullwidht-bg {
    position: relative;
    padding: 75px 0 70px;
  }

  .s-fullwidht-bg:before {
    position: absolute;
    display: block;
    width: 140vw;
    height: 100%;
    z-index: -1;
    content: '';
    left: -20vw;
    top: 0;
    background-color: inherit;
  }

  .el-list-line-divider {
    margin: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
  }


  .el-list-line-divider li {
    list-style: unset;
    text-transform: uppercase;
    margin: 0 22px;
    position: relative;
    padding: 2px 0;
    display: inline-block;
  }

  .el-list-line-divider li:after {
    position: absolute;
    right: -20px;
    top: 0;
    content: '';
    height: 100%;
    width: 1px;
    background-color: white;
    transition: all 0.3s ease;
  }

  .el-fontBreve {
    font-family: "BreveTitleSemiBold";
    font-weight: 500;
  }

  .s-box-border .el-box-border {
    border: 1px solid #D3D3D7;
    padding: 45px 45px 25px;
  }

  .wp-block-columns {
    gap: 24px;
  }


  .link-arrow a {
    position: relative;
    display: inline-block; 
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding-right: 50px;
    color: white;
    text-decoration: none;
  }

  .link-arrow a:after {
    background-image: url(/wp-content/uploads/2025/07/arrow-link.svg);
    position: absolute;
    right: -6px;
    top: 0px;
    content: '';
    width: 48px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }

  .link-arrow a:hover:after {
    right: -10px;
  }

  */
/*********************** end catalyst page ***********************************/
 
@media print, screen and (max-width: 767px) {

  /* Full-width row for the title & image */
  .case-item-name {
    grid-column: 1 / -1; /* Span full width */
    grid-row: 1; /* Place in the first row */
  }

  /* Row 2: 40% year, 60% category */
  .case-item-year {
    grid-column: 1; /* 40% width */
    grid-row: 2;
  }

  .case-item-category {
    grid-column: 2; /* 60% width */
    grid-row: 2;
  }

  .case-item {
    display: block;
    padding: 16px 0 12px;
    /* transition: all 0.3s ease; */
    position: relative;

    top: 60%;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;
    gap: 10px; 
  }

  .case-item > * {
    font-size: 1.2rem;;
  }

  .case-item-name, .case-item-name h3 {
   font-size: 1.35rem;;
  }
}

@media (max-width: 768px) {
  .grid-item {
      width: 100% !important;
  }
}

@media print, screen and (max-width: 1023px) {
  .view-more-wrapper span, .view-more-wrapper span svg {
    max-height: 30px;
    width: auto;
  }
}

@media print, screen and (min-width: 767px) {
  .case-item {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr;
  }

  .case-top {
    grid-template-columns: 2fr 1fr;
  }

  .case-item .bg-img {
    width: 250px;
    height: 160px;
    right: 20%;
    top: -35px;
    background-size: contain;
  }

}

@media print, screen and (min-width: 1024px) {
  .view-more-wrapper {
    padding-bottom: 140px;
    margin-top: 60px;
  }

  .view-more-wrapper .text.back-arrow {
    flex-direction: row-reverse;
  }

  .view-more-wrapper .text.back-arrow span {
    transform: rotate(180deg);
  }

  .view-more-wrapper .square-1 {
    width: 80px;
    height: 80px;
    background-color: #FFB55E;
  }


  .view-more-wrapper .square-2 {
    width: 62px;
    height: 62px;
    background-color: #92C2C3;
    float: right;
    position: relative;
  }

  .view-more-wrapper .square-2:before {
    display: block;
    position: absolute;
    content: '';
    width: 44px;
    height: 44px;
    background-color: #FF7866;
    bottom: -44px;
    left: -44px;
  }

  .view-more-wrapper .links-wrapper {
    width: calc(100% - 62px - 80px);
    margin-left: 80px;
    padding: 70px 0;
    background-color: #5440DA;
    text-align: center;
    color: white;
    position: relative;
  }

  .view-more-wrapper .links-wrapper:before {
    display: block;
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    background-color: #92C2C3;
    bottom: -42px;
    left: -42px;
  }

  .view-more-wrapper .text {
    /* font-size: 1.25; */
  }

}

/* footer */

.footer-form input {
  height: 38px;
  outline: 0 none;
  border: unset!important;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid white!important;
  padding: 5px 0;
  
}

.footer-form input[type="submit"]{
  border: 1px solid white!important;
  padding: 5px 12px!important;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: white!important;
  width: 100%!important;
  transition: all 0.3s ease;
  margin-top: 0!important;
}

.footer-form input{
  color: white!important;
}

.footer-form .mc_header_email {
  display: none;
}

.footer-form input[type="submit"]:hover {
  color: #33374C!important;
  background-color: white;
}

.footer-form .mc_form_inside {
  display: flex;
  /* max-width: 290px; */
  align-items: flex-end;
}

.footer-form .mc_merge_var {
  width: 80%;
  max-width: 290px;
  margin-bottom: 0;
  padding-right: 10px;
}

.footer-form .mc_merge_var label {
  font-size: 14px;
}

.mc_custom_border_hdr {
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  letter-spacing: 0.32px;
  margin-bottom: 4px!important;
}

/* pagination */
.c-pagination {
  position: relative;
  padding-top: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  color: white;
  margin: 0 10px;
  display: inline-block;
  line-height: 1;
  min-width: 30px;
}

.page-numbers.current {
  background-color: #FFB55E;
  padding: 5px 8px;
  color: #33374c!important;
}

.page-numbers.arrow-right, .page-numbers.arrow-left {
  border: unset;
  content: '';
  position: relative;
  top: 3px;
  height: 24px;
}

.page-numbers:not(.current):hover  {
  color: #FFB55E!important;
}


/* process page */
  .process .fade-in {
    animation-delay: unset;
  }

  .process .container {
    margin-left: 0 !important;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 60px;
    padding-top: 2em;
  }
  .process .content-section {
      margin-left: 0!important;
  }


  .process .graphic-section {
    align-items: center;
    display: flex;
    flex: auto;
    max-width: 64vw;
    padding-right: 4rem;
    justify-content: flex-end;
  }

  /* step 1 */
  .step__1.el-icon path, .step__1.el-num {
    fill: #80CB9E!important;
    transition: all 0.3s ease;
  }
  .step__1.el-rect, .step__1.el-rect-sm {
    fill: #FFFFFF!important;
    transition: all 0.3s ease;
  }


  .step__1.el-icon.active path, .step__1.el-num.active {
    fill: #FFFFFF!important;
  }

  .step__1.el-rect.active, .step__1.el-rect-sm.active {
    fill: #80CB9E!important;
  }


  /* step 2 */
  .step__2.el-icon path, .step__2.el-num {
    fill: #FF7866!important;
    transition: all 0.3s ease;
  }
  .step__2.el-rect, .step__2.el-rect-sm {
    fill: #FFFFFF!important;
    transition: all 0.3s ease;
  }


  .step__2.el-icon.active path, .step__2.el-num.active {
    fill: #FFFFFF!important;
  }
  .step__2.el-rect.active, .step__2.el-rect-sm.active {
    fill: #FF7866!important;
  }

  /* step 3 */
  .step__3.el-icon path, .step__3.el-num {
    fill: #5440DA!important;
    transition: all 0.3s ease;
  }
  .step__3.el-rect, .step__3.el-rect-sm {
    fill: #FFFFFF!important;
    transition: all 0.3s ease;
  }


  .step__3.el-icon.active path, .step__3.el-num.active {
    fill: #FFFFFF!important;
  }

  .step__3.el-rect.active, .step__3.el-rect-sm.active {
    fill: #5440DA!important;
  }


    /* step 4 */
    .step__4.el-icon path, .step__4.el-num {
    fill: #FFB55E!important;
    transition: all 0.3s ease;
  }
  .step__4.el-rect, .step__4.el-rect-sm {
    fill: #FFFFFF!important;
    transition: all 0.3s ease;
  }


  .step__4.el-icon.active path, .step__4.el-num.active {
    fill: #FFFFFF!important;
  }

  .step__4.el-rect.active, .step__4.el-rect-sm.active {
    fill: #FFB55E!important;
  }


    /* step 5 */
  .step__5.el-icon path, .step__5.el-num {
    fill: #92c2c3!important;
    transition: all 0.3s ease;
  }
  .step__5.el-rect, .step__5.el-rect-sm {
    fill: #FFFFFF!important;
    transition: all 0.3s ease;
  }


  .step__5.el-icon.active path, .step__5.el-num.active {
    fill: #FFFFFF!important;
  }

  .step__5.el-rect.active, .step__5.el-rect-sm.active {
    fill: #92c2c3!important;
  }


  /* services page and block */
  .services h1.wp-block-heading {
    font-family: "BreveTitleSemiBold";
  }

  .services .site-main .services {
    padding-top: 2rem;
  }
  
  .services .accordion-wrapper .item__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  
  .services .accordion-wrapper .item__title-active {
    color: white;
    font-family: "BreveTitleSemiBold";
    margin-bottom: 18px;
  }

  .services .accordion-wrapper .ac-list {
    margin: 0 -2.5rem;
  }

  .services .accordion-wrapper .toggle-open {
    display: none;
  }

  .services .accordion-wrapper .item.active .toggle-close {
    display: none;
  }

  .services .accordion-wrapper .item.active .toggle-open {
    display: block;
  }

  .services .accordion-wrapper .item.bg-red:not(.active) .toggle-close svg path{
    stroke: #FF7866!important;
  }

  .services .accordion-wrapper .item.bg-yellow:not(.active) .toggle-close svg path{
    stroke: #FFB55E!important;
  }

  .services .accordion-wrapper {
    background-color: #33374C;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .services .accordion-wrapper:after {
    display: block;
    content: '';
    width: 110vw;
    background-color: #33374C;
    position: absolute;
    left: -3rem;
    top: 0;
    height: 100%;
    z-index: -1;
  }

  .services .accordion-wrapper .item {
    overflow: hidden;
    position: relative;
  }

  .services .accordion-wrapper .item:before {
    content: '';
    position: absolute;
    display: block;
    width: 140vw;
    height: 1px;
    left: -3rem;
    bottom: 0;
    border-bottom: 1px solid #ccc;
  }

  .services .accordion-wrapper .tab-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 16px 0 0;
    position: relative;
  }

  .services .accordion-wrapper .tab-content {
    max-height: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    display: none;
    transition: padding 0.3s ease;
    margin-left: 56px;
  }

  .services .accordion-wrapper .item__data {
    opacity: 0;
  }

  .services .accordion-wrapper .item.active .item__data {
    opacity: 1;
  }

  /* Smooth animation from max-height */
  .services .tab-content {
    transition: max-height 0.4s ease;
  }

  .services .item__data {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .services .item.active .item {
    opacity: 1;
  }

  .services .accordion-wrapper .item {
    padding: 13px 24px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }


  .services .services-animation {
      background-color: #33374C;
      position: relative;
      margin-top: 50px;
      margin-bottom: 50px;
      padding-top: 45px;
      padding-bottom: 45px;

      display: none;
    }

  .services .services-animation::after {
      display: block;
      content: '';
      width: 110vw;
      background-color: #33374C;
      position: absolute;
      left: -3rem;
      top: 0;
      height: 100%;
      z-index: -1;
    }

  .services .grid-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      transition: all 0.3s ease-in-out;
      max-width: 100%;
    }

  .services .items-wrapper {
      position: relative;
      z-index: 3;
    }

  .services .item-details {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
    }

  .services .item-stack {
      display: flex;
      flex-direction: column;
      position: relative;
    }

  .services .services-animation .item {
      padding: 13px 24px;
      cursor: pointer;
      position: relative;
      transition: all 0.3s ease;
      border-bottom: 1px solid #999BA6;
      display: flex;
      align-items: center;
    }

  .services .item li {
      list-style: none;
    }

  .services .item:last-of-type {
      border-bottom: unset;
    }

  .services .item.active.bg-red {
      background: #FF7866;
    }

  .services .item.active.bg-green {
      background: #80CB9E;
    }

  .services .item.active.bg-yellow {
      background: #FFB55E;
    }

  .services .item.active .item__text {
      color: #33374C;
    }

  .services .item.active .item__icon {
      display: none;
    }

  .services .item.active .item__icon-hover {
      display: flex;
    }

  .services .item__icon {
      display: flex;
      align-items: center;
      justify-content: center;
    }

  .services .item__icon-hover {
      display: flex;
      align-items: center;
      justify-content: center;
      display: none;
    }

  .services .item__icon-hover img, .services .item__icon img {
      max-height: 40px;
      width: 100%;
    }

  .services .item__text {
      margin-left: 16px;
      font-family: "BreveTitleSemiBold";
      color: white;
    }

  .services .detail-panel {
      width: 250px;
      display: none;
      position: relative;
      max-width: 50%;
      text-align: right;
      font-size: 36px;
      color: white;
      font-family: "BreveTitleSemiBold";
      line-height: 1.25; 
    }
    

  .services .tooltip-box {
      position: absolute;
      background: #FF7866;
      color: #33374C;
      padding: 25px 40px;
      font-size: 16px;
      white-space: nowrap;
      display: none;
      z-index: 10;
      width: 332px;
    }

  .services .tooltip-box ul {
      padding: 0;
      margin: 0;
    }

  .services .tooltip-box li {
      list-style: none;
    }


  .services .tooltip-box.bg-green {
      background: #80CB9E;
    }

  .services .tooltip-box.bg-yellow {
      background: #FFB55E;
    }

  .services .tooltip-box.tooltip-top:before {
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      content: '';
      background-color: #80CB9E;
      bottom: -20px;
      left: -20px;
    }

  .services .tooltip-box.bg-green.tooltip-top:before {
      background-color: #FFB55E;
    }

  .services .tooltip-box.tooltip-top:after {
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      content: '';
      background-color: #FFB55E;
      top: -20px;
      right: -20px
    }

  .services .tooltip-box.bg-green.tooltip-top:after {
      background-color: #FF7866;
    }

  .services .tooltip-box.tooltip-bottom:before {
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      content: '';
      background-color: #80CB9E;
      top: -20px;
      left: -20px;
    }

  .services .tooltip-box.bg-green.tooltip-bottom:before {
      background-color: #FFB55E;
    }

  .services .tooltip-box.tooltip-bottom:after {
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      content: '';
      background-color: #FFB55E;
      bottom: -20px;
      right: -20px
    }

  .services .tooltip-box.bg-green.tooltip-bottom:after {
      background-color: #FF7866;
    }

  .services .detail-panel.adjusted {
    max-width: 50%;
    width: auto;
  }

  @media screen and (max-width: 1220px) {
    .services .item-details.col .detail-panel {
      font-size: 28px;
    }
    .services .item-details.col.detail-bottom {
      align-items: flex-start;
    }
    .services .item-details.col.detail-top {
      align-items: flex-end;
    }
  }

  @media screen and (max-width: 1023px) {
    .services .item-details.col .detail-panel {
      font-size: 22px;
    }
  }



  @media screen and (max-width: 767px) {
    .services .accordion-wrapper .item {
      width: calc(100vw + 2.5rem);
    }

    .services .accordion-wrapper .item__toggle {
      right: 20px;
    }
  }
 

  @media screen and (min-width: 1024px) { 
    .services .services-animation {
      display: block;
    }

    .services .accordion-wrapper {
      display: none;
    }

    .services .item__icon-hover img, .services .item__icon img {
      max-height: 56px;
    }

    .services .item.active.bg-red:before {
      display: block;
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background: #FFB55E;
      top: -24px;
      left: -24px;
    }

    .services .item.active.bg-red:after {
      display: block;
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background:#92C2C3;
      bottom: -24px;
      left: -24px;
    }

    .services .item.bg-green.active:before {
      display: block;
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background: #FF7866;
      top: -24px;
      left: -24px;
    }

    .services .item.bg-green.active:after {
      display: block;
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background: #92C2C3;
      bottom: -24px;
      left: -24px;
    }

    .services .item.bg-yellow.active:before {
      display: block;
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background: #80CB9E;
      top: -24px;
      left: -24px;
    }

    .services .item.bg-yellow.active:after {
      display: block;
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background: #92C2C3;
      bottom: -24px;
      left: -24px;
    }


  }




  @media screen and (max-width: 1023px) {
    .figure {
      transition: all 0.3s ease;
    }

    .step.active-mob .img-active {
      display: block!important;
    }

    .step.active-mob .img-default {
      opacity: 0;
      display: none;
    }
  }


  @media screen and (min-width: 1024px) {
    .step {
      opacity: 0;
      display: none;
    }

  .process .step {
      width: auto;
      padding-right: 40px;
    }

  .step.active {
    opacity: 1;
    display: block;
  }

  
  .process .content-section {
    position: absolute;
    max-width: 530px;
    left: 0;
    }
  }


  @media screen and (min-width: 1250px) {
    body {
      font-size: 1.25em;
    }

    .process .heading {
      /* max-width: 20em !important; */
      font-size: 24px;
    }
    .process .graphic-section {
      margin-top: 0;
    }

    .process .step {
      width: auto;
      padding-right: 40px;
    }
  }




@media print, screen and (max-width: 500px) {
  .view-more-wrapper {
    margin-left: -24px;
    margin-right: -24px;
  }

  .mc_custom_border_hdr { 
    font-size: 14px;
  }

  .view-more-wrapper .text {
    text-align: left;
  }
}

@media print, screen and (max-width: calc(40em - 1px)) {
  .main-navigation {
    background-color: #5440DA;
    /* width: 100%; */
    justify-content: flex-start;
    padding-left: 40px;
    /* left: -1px; */
    /* width: calc(100% + 2px); */
  }

  .site-main, .site-header, .site-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }


  .main-navigation ul {
    padding-left: 0;
  }

  .main-navigation ul li {
    margin-bottom: 18px;
  }

  .main-navigation ul li a {
    font-weight: 600;
    color: white;
    font-size: 22px;
  }


  .site-navigation-container.active #menu-toggle:before,
  .site-navigation-container.active #menu-toggle:after {
   background: white;
  }

  .main-navigation.active {
    left: -1px;
    width: calc(100% + 2px);
  }

}


@media print, screen and (min-width: 40em) {
  /* header */
  .site-header .inner-section {
    display: flex;
    justify-content: space-between;
  }

  .site-header .menu {
    display: flex;
  }

  .site-header .menu li {
    margin-left: 48px;
  }

  .site-header .main-navigation {
    border-left: unset;
    position: static;
    height: auto;
    right: 0;
    width: auto;
    background: transparent;
  }


  /* case top and filter */
  .case-study-top {
    max-width: 60%;
    line-height: 1.3;
    margin-bottom: 50px;
  }

  .box-media {
    position: relative;
    height: 360px;
  }

  .box-media video {
    aspect-ratio: 16 / 9;
  }

  .box-overlay {
    padding: 45px 30px 25px;  
  }

  .box-overlay .icon img {
    max-height: 95px;
  }

  .view-more-wrapper .text {
    flex-direction: row;
  }


  .col[data-width="100"] .box-media {
    height: 100%;
    aspect-ratio: 16 / 9;
  }

}

@media print, screen and (min-width: 767px) {
 
  .container-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-navigation {
    margin-top: 0;
  }

  .site-footer .menu {
    columns: 2;
  }

  .footer-form input[type="submit"]{
    padding: 5px 20px !important;
  }

  /* .footer-navigation {
    grid-area: 1 / 3 / 2 / 4;
  } */
}

@media print, screen and (min-width: 800px) {
  .case-nav {
    flex-direction: row;
    min-height: 42px;
  }
  .case-sectors {
    flex-direction: row;
  }

 
}

@media screen and (min-width: 600px) and (max-width: 769px) {
  .case-study-grid {
    max-width: 75%!important;
    margin: 0 auto!important;
  }

}


@media print, screen and (min-width: 992px) {
  .case-sectors a {
    margin-left: 40px;
  }
  
  .footer-form .mc_form_inside {
    min-width: 380px;
  }

  .view-more-wrapper .links-wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .container-grid {
    display: flex;
    justify-content: space-between;
  }

  .footer-navigation {
    /* min-width: 430px; */
    min-width: 380px;
  }

  .footer-form .mc_form_inside {
    min-width: 380px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .rotating-graphic {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1200px) {
  /* .container-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  } */
  .box-media {
    height: 460px;
  }

  .container-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .sportlight-grid .description {
    margin-top: 20px;
  }

  .col[data-width="100"] .box-media {
    min-height: 632px;
    height: 100%;
    aspect-ratio: 16 / 9;
  }

  /* .footer-navigation {
    grid-area: 1 / 3 / 2 / 4;
  } */

  .footer-navigation {
    min-width: 385px;
  }

}

@media screen and (min-width: 1450px) {
  .sportlight-grid .description {
    font-size: 1.2em;
  }

  .view-more-wrapper .text {
    font-size: 1.3em;
  }
}


@media print, screen and (min-width: 1820px) {
  .box-overlay .top-info h3 {
    font-size: 2em;
  }

  .sportlight-grid .description h3 {
    font-size: 1.8em;
  }

  .box-overlay .top-info p {
    font-size: 1.2em;
  }

  .main-navigation ul a {
    font-size: 1.25rem;
  }

  .site-footer .menu .menu-item > a {
    /* font-size: 1.25rem; */
  }


  .footer-navigation {
    min-width: 445px;
    padding-left: 0px;
  }
}