section.top-banner {
  height: calc(var(--vh, 1vh) * 100);
  max-height: 1030px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner {
    height: auto;
  }
}
section.top-banner .c-container {
  height: 100%;
  align-items: stretch;
  padding-top: min(max(4px, 0.3125vw), 6px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container {
    padding-top: min(max(10px, 2.6041666667vw), 20px);
  }
}
section.top-banner .c-container .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: min(max(35px, 2.734375vw), 50px);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding-bottom: min(max(min(max(25px, 6.5104166667vw), 50px), 5.078125vw), 100px);
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-top-right-radius: 0;
    padding-inline: min(max(26px, 7.1614583333vw), 55px);
    padding-top: calc(var(--hh) + 20px);
    align-items: flex-start;
    row-gap: min(max(30px, 7.421875vw), 57px);
  }
}
section.top-banner .c-container .wrap:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
section.top-banner .c-container .wrap h3 {
  color: #FFFFFF;
}
section.top-banner .c-container .wrap .h1 {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h1 {
    margin-left: 0;
    text-align: left;
    font-size: min(max(30px, 7.1614583333vw), 55px);
  }
}
section.top-banner .c-container .wrap .h1 span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .h1 + h4 {
  margin-top: calc(0px - min(max(35px, 2.734375vw), 50px) + 10px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h1 + h4 {
    margin-top: calc(0px - min(max(30px, 7.421875vw), 57px) + 10px);
  }
}
section.top-banner .c-container .wrap h4 {
  color: #FFFFFF;
  font-weight: 500;
}
section.top-banner .c-container .wrap p {
  margin-top: -10px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: min(max(18px, 1.40625vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap p {
    margin-top: -25px;
    text-align: left;
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
section.top-banner .c-container .wrap p span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .highlighted-links {
  padding-top: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links {
    display: none;
  }
}
section.top-banner .c-container .wrap .highlighted-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: min(max(12px, 2.0833333333vw), 40px);
  padding: min(max(13px, 1.0416666667vw), 20px) min(max(25px, 1.953125vw), 40px);
  border: 2px solid #FFFFFF;
  border-radius: min(max(40px, 3.125vw), 50px);
}
section.top-banner .c-container .wrap .highlighted-links ul li:before {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    gap: min(max(20px, 1.5625vw), 40px);
    padding: min(max(11px, 0.859375vw), 20px) min(max(25px, 1.953125vw), 40px);
  }
}
section.top-banner .c-container .wrap .highlighted-links ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 5px;
  margin-bottom: -8px;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0px;
  left: -100%;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:hover:before {
  left: 0;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a {
  pointer-events: none;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a:before {
  left: 0;
}
section.top-banner .c-container .wrap .btn-arrow {
  margin-top: min(max(15px, 1.171875vw), 30px);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .btn-arrow {
    display: none;
  }
}
section.top-banner .c-container .wrap .btn-arrow:hover {
  transform: translateY(20%);
}
section.top-banner .c-container .wrap .btn-arrow:after {
  transform: rotate(0deg);
}

.awards .awards-section {
  background-color: #FFFFFF;
  padding-block: min(max(16px, 1.25vw), 25px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section {
    padding-block: 0;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(1) {
  margin-inline: min(max(46px, 3.59375vw), 70px);
  padding: min(max(64px, 5vw), 100px) min(max(60px, 4.6875vw), 90px) min(max(55px, 4.296875vw), 80px);
  background-color: #FFFFFF;
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(1) {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(1) {
    margin-inline: 0;
    padding: min(max(55px, 14.3229166667vw), 110px) min(max(40px, 9.1145833333vw), 70px);
    flex-direction: column;
    row-gap: min(max(50px, 13.0208333333vw), 100px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(1) .c-col {
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(1) .c-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(1) .c-col h2 {
  color: #e20074;
  margin-bottom: min(max(13px, 1.015625vw), 20px);
  font-size: min(max(27px, 2.109375vw), 40px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(1) .c-col h2 {
    font-size: min(max(25px, 6.5104166667vw), 50px);
    margin-bottom: min(max(17px, 2.2135416667vw), 35px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(1) .c-col p {
  color: #000000;
  font-size: min(max(11px, 0.859375vw), 16px);
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(1) .c-col p {
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(1) .c-col h3 {
  text-align: right;
  color: #000000;
  font-size: min(max(24px, 1.875vw), 30px);
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(1) .c-col h3 {
    font-size: min(max(19px, 4.9479166667vw), 38px);
    text-align: left;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(1) .c-col h3 span {
  display: block;
  color: #e20074;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap {
  background-color: #000000;
  width: 100%;
  margin-top: calc(0px - min(max(120px, 9.375vw), 180px));
  padding: min(max(187px, 14.609375vw), 280px) min(max(107px, 8.359375vw), 160px) min(max(79px, 6.171875vw), 120px);
  display: flex;
  flex-direction: column;
  row-gap: min(max(38px, 2.96875vw), 56px);
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap {
    margin-top: calc(0px - min(max(90px, 23.4375vw), 180px));
    padding: min(max(137px, 35.6770833333vw), 274px) min(max(40px, 9.1145833333vw), 70px) min(max(55px, 14.3229166667vw), 110px);
    row-gap: min(max(25px, 6.5104166667vw), 50px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: min(max(8px, 0.625vw), 10px);
  row-gap: min(max(13px, 1.015625vw), 20px);
  padding-bottom: min(max(38px, 2.96875vw), 56px);
  border-bottom: min(max(3px, 0.234375vw), 5px) solid #e20074;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns li:before {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns {
    flex-direction: column;
    row-gap: min(max(10px, 2.6041666667vw), 20px);
    padding-bottom: min(max(40px, 10.4166666667vw), 80px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns .awardlink {
  color: rgba(255, 255, 255, 0.5);
  font-size: min(max(12px, 0.9375vw), 18px);
  font-weight: 500;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns .awardlink {
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns .awardlink.selected {
  color: #FFFFFF;
  pointer-events: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns .awardlink.selected {
    color: #e20074;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns .awardlink:hover {
  color: #FFFFFF;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns .awardlink:not(:last-child) {
  padding-right: min(max(8px, 0.625vw), 10px);
  border-right: 1px solid #e20074;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award-btns .awardlink:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single {
  display: none;
  position: relative;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single.selected {
  display: block;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single.selected .cat-award__single--image {
  opacity: 1;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single--title {
  color: #e20074;
  font-weight: 500;
  margin-bottom: min(max(60px, 4.6875vw), 90px);
  width: calc(100% - min(max(94px, 7.34375vw), 115px));
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single--title {
    width: calc(90% - min(max(86px, 22.3958333333vw), 172px));
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: min(max(35px, 9.1145833333vw), 70px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single--image {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  width: min(max(94px, 7.34375vw), 115px);
  height: min(max(94px, 7.34375vw), 115px);
  object-fit: contain;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single--image {
    width: min(max(86px, 22.3958333333vw), 172px);
    height: min(max(86px, 22.3958333333vw), 172px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__table--row {
  display: flex;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__table--cell span {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__table--cell span {
    display: block;
    font-size: min(max(14px, 3.6458333333vw), 28px);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: min(max(7px, 1.953125vw), 15px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__table--cell:nth-of-type(1) {
  flex: 0 0 8%;
  max-width: 8%;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__table--cell:nth-of-type(2) {
  flex: 0 0 8%;
  max-width: 8%;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__table--cell:nth-of-type(3) {
  flex: 0 0 42%;
  max-width: 42%;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__table--cell:nth-of-type(4) {
  flex: 0 0 42%;
  max-width: 42%;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__thead {
  margin-bottom: min(max(39px, 3.046875vw), 58px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__thead {
    display: none;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__thead .cat-award__table--cell {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: min(max(13px, 1.015625vw), 19px);
  text-transform: capitalize;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row {
  flex-direction: column;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row.selected {
  opacity: 1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row.selected > .cat-award__table--cell {
    font-size: min(max(18px, 3.6458333333vw), 28px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row.selected > .cat-award__table--cell:after {
  transform: rotate(45deg);
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row.selected .cat-award__details {
  display: block;
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row > .cat-award__table--cell {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: min(max(16px, 1.25vw), 23px);
  font-weight: 500;
  padding-bottom: min(max(13px, 1.015625vw), 20px);
  border-bottom: 1.5px solid #e20074;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row > .cat-award__table--cell {
    font-size: min(max(14px, 3.6458333333vw), 28px);
    padding-bottom: min(max(9px, 2.34375vw), 18px);
    border-width: min(max(2px, 0.5208333333vw), 4px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row > .cat-award__table--cell:after {
  content: "+";
  display: flex;
  width: min(max(20px, 1.5625vw), 30px);
  font-weight: 100;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  height: min(max(20px, 1.5625vw), 30px);
  top: 0;
  justify-content: center;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  font-size: min(max(16px, 1.25vw), 26px);
  line-height: 0.9em;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row > .cat-award__table--cell:after {
    width: min(max(28px, 7.2916666667vw), 56px);
    height: min(max(28px, 7.2916666667vw), 56px);
    bottom: min(max(9px, 2.34375vw), 18px);
    top: unset;
    font-weight: 500;
    border-width: min(max(1.5px, 0.390625vw), 3px);
    font-size: min(max(20px, 5.2083333333vw), 40px);
    line-height: 1.2em;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row + .cat-award__table--row {
  margin-top: min(max(6px, 0.46875vw), 10px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody > .cat-award__table--row + .cat-award__table--row {
    margin-top: min(max(30px, 7.8125vw), 60px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details {
  display: none;
  flex: 0 0 92%;
  max-width: 92%;
  align-self: flex-end;
  width: 100%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row {
  padding-top: min(max(9px, 0.703125vw), 12px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row {
    flex-direction: column;
    padding-top: min(max(13px, 3.3854166667vw), 26px);
    row-gap: min(max(13px, 3.3854166667vw), 26px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child) {
  padding-bottom: min(max(15px, 1.171875vw), 22px);
  position: relative;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child) {
    padding-bottom: min(max(25px, 6.5104166667vw), 50px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child):before, .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1.5px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child):before, .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child):after {
    height: min(max(2px, 0.5208333333vw), 4px);
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child):before {
  width: calc(100% - min(max(8px, 0.625vw), 12px));
  background-color: #FFFFFF;
  border-radius: 12px;
  z-index: 1;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child):before {
    width: 100%;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child):after {
  width: 100%;
  background: #000000;
  z-index: 0;
  border-inline: min(max(1px, 0.078125vw), 2px) solid #FFFFFF;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--row:not(:last-child):after {
    display: none;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--cell {
  font-size: min(max(13px, 1.015625vw), 18px);
  font-weight: 500;
  color: #e20074;
  flex: 0 0 45.64%;
  max-width: 45.64%;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--cell {
    font-size: min(max(14px, 3.6458333333vw), 28px);
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--cell:nth-of-type(1) {
  color: #FFFFFF;
  flex: 0 0 8.7%;
  max-width: 8.7%;
  text-transform: capitalize;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .awards .awards-section .c-container .c-row:nth-of-type(2) .cat-award-wrap .cat-award__single .cat-award__tbody .cat-award__details .cat-award__table--cell:nth-of-type(1) {
    padding-bottom: min(max(13px, 3.3854166667vw), 26px);
    flex: 0 0 100%;
    max-width: 100%;
    font-size: min(max(18px, 4.5572916667vw), 35px);
  }
}