/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 18 September 2026 10:40:17
*/


@charset "UTF-8";
.workforce-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.award-criteria-cont h3 {
  margin-bottom: 16px;
}
.award-criteria-cont ul {
  padding-left: 0;
  list-style: none;
}
.award-criteria-cont ul li {
  position: relative;
  padding-left: 32px;
}
.award-criteria-cont ul li::before {
  position: absolute;
  left: 0;
  content: "";
  color: black;
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
}
.plus-list-white ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.plus-list-white ul li {
  position: relative;
  padding-left: 30px;
}
.plus-list-white ul li::before {
  position: absolute;
  left: 0;
  content: "";
  color: white;
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
}
.plus-list-black ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.plus-list-black ul li {
  position: relative;
  padding-left: 30px;
}
.plus-list-black ul li::before {
  position: absolute;
  left: 0;
  content: "";
  color: black;
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
}
.timeline-white {
  display: flex;
  flex-direction: column;
}
.timeline-row-white {
  display: flex;
  align-items: stretch;
}
.timeline-track-white {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  margin-right: 16px;
  width: 16px;
}
.timeline-line-top-white, .timeline-line-bottom-white {
  flex-grow: 1;
  background: #231f58;
  width: 3px;
}
.timeline-white .timeline-row-white:first-child .timeline-line-top-white {
  opacity: 0;
}
.timeline-white .timeline-row-white:last-child .timeline-line-bottom-white {
  opacity: 0;
}
.timeline-dot-white {
  flex-shrink: 0;
  z-index: 2;
  margin: auto 0;
  border: 3px solid #231f58;
  border-radius: 50%;
  background: #fff;
  width: 10px;
  height: 10px;
}
.timeline-item-white {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
  border: 1.5px solid #171439;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.timeline-date-white {
  display: flex;
  justify-content: start;
  align-items: center;
}
.timeline-title-white {
  font-weight: 700;
}
/*.timeline-date-white::before {
    aspect-ratio: 1/1;
    width: 19px;
    height: 19px;
    content: '\f133';
    font-weight: 400;
    font-family: 'Font Awesome 6 Free';
}

.timeline-title-white {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: normal;
    font-family: 'Trebuchet MS', sans-serif;
}

.timeline-desc-white {
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
}*/
.timeline-blue {
  display: flex;
  flex-direction: column;
}
.timeline-row-blue {
  display: flex;
  align-items: stretch;
}
.timeline-track-blue {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  margin-right: 16px;
  width: 16px;
}
.timeline-line-top-blue, .timeline-line-bottom-blue {
  flex-grow: 1;
  background: white;
  width: 3px;
}
.timeline-blue .timeline-row-blue:first-child .timeline-line-top-blue {
  opacity: 0;
}
.timeline-blue .timeline-row-blue:last-child .timeline-line-bottom-blue {
  opacity: 0;
}
.timeline-dot-blue {
  flex-shrink: 0;
  z-index: 2;
  margin: auto 0;
  border: 3px solid white;
  border-radius: 50%;
  background: #fff;
  width: 10px;
  height: 10px;
}
.timeline-item-blue {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
  border: 1.5px solid white;
  border-radius: 8px;
  padding: 16px;
  color: white;
}
.timeline-date-blue {
  display: flex;
  justify-content: start;
  align-items: center;
}
.timeline-title-blue {
  font-weight: 700;
}
/*.timeline-date-blue::before {
    aspect-ratio: 1/1;
    width: 19px;
    height: 19px;
    content: '\f133';
    font-weight: 400;
    font-family: 'Font Awesome 6 Free';
}

.timeline-title-blue {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: normal;
    font-family: 'Trebuchet MS', sans-serif;
}

.timeline-desc-blue {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
}*/
.judges-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 390px;
}
.judge-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.judge-avatar {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.judge-avatar img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.judge-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.judge-name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
.judge-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.sponsorship-section .sponsorship-opportunities p a {
  text-decoration: underline;
}
.sponsorship-opportunities {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 16px;
  z-index: 99;
  color: white;
}
.sponsorship-section {
  background: linear-gradient(180deg, rgba(35, 31, 88, 0.8) 11.54%, rgba(35, 31, 88, 0.4) 100%), url(https://www.ieweek.co.uk/__data/assets/image/0005/1815809/image-1.png);
  background-position: center;
  background-size: cover;
}
.sponsorship-opportunities p {
  margin-bottom: 0;
  line-height: normal;
}
.sponsorship-opportunities h2 {
  margin-bottom: 1rem;
  line-height: normal;
}
.president-award h2:first-of-type {
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
  .president-award h2:first-of-type {
    margin-bottom: 32px;
  }
}
.sponsor-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsor-tag-text {
  position: relative;
  z-index: 99;
  border: 1px solid #74489d;
  border-radius: 8px;
  background: rgba(116, 72, 157, 0.5);
  padding: 4px 16px;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}
.cont-image-text {
  display: flex;
  border-radius: 8px;
}
.container-text {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
@media (min-width: 768px) {
  .container-text {
    padding: 32px;
  }
}
.cont-image-text {
  display: grid;
  grid-template-columns: 1fr;
  overflow: visible;
}
@media (min-width: 1200px) {
  .cont-image-text {
    grid-template-columns: 3fr 1fr;
    align-items: end;
  }
}
.container-image {
  display: none;
  position: relative;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 1200px) {
  .container-image {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .container-image {
    align-self: end;
    margin-top: -80px;
  }
}
.container-image img {
  display: block;
  position: relative;
  z-index: 2;
  width: auto;
  max-width: initial;
  height: 500px;
}
