#cookie-notice {
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 1055;
  width: auto;
  height: auto;
  padding: 1rem;
  color: #087990;
  background: #cff4fc;
  border-top: 2px solid #b6effb;
}
#cookie-notice .btn {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  #cookie-notice > div:first-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) {
  #cookie-notice {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  #cookie-notice .btn {
    min-width: 8rem;
  }
}
.deck-video-container {
  width: 100%;
}
.deck-video-container iframe {
  width: 100%;
  height: 50vh;
}
.deck-video-container iframe .amp-content-title {
  display: none;
}

header.grouptype-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
header.grouptype-image .container {
  height: 135px;
}
@media (min-width: 768px) {
  header.grouptype-image .container {
    height: 260px;
  }
}

.incentive-banner {
  display: block;
  width: 100%;
  height: 40vh;
  max-height: 400px;
  border-radius: 1.3rem;
  background-clip: padding-box;
  background-position: center center;
  background-size: cover;
}

.incentive-list-banner {
  display: block;
  width: 100%;
  height: 40vh;
  max-height: 200px;
  border-radius: 1.3rem;
  background-clip: padding-box;
  background-position: center center;
  background-size: cover;
}

.league-rank {
  font-size: 4rem;
  line-height: 4rem;
}

.kpi-barchart {
  position: relative;
}
.kpi-barchart h4 {
  position: absolute;
  top: 14px;
  left: 30px;
  z-index: 2;
  color: #222222;
}

.kpi-barchart .c3 path, .kpi-barchart .tick line {
  stroke: none;
}
.kpi-barchart .c3-ygrids line:first-child {
  stroke: black;
}
.kpi-barchart .c3-ygrid {
  stroke-dasharray: 0;
}
.kpi-barchart .c3 svg {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.kpi-barchart chart-column {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.kpi-barchart .tick {
  fill: #a4a4a4;
}
.kpi-barchart .c3-target-data1 .c3-bar {
  fill: #ED7422 !important;
  stroke: #ED7422 !important;
}
.kpi-barchart .c3-target-data2 .c3-bar {
  fill: #f4ac7a !important;
  stroke: #f4ac7a !important;
}
.kpi-barchart .c3-chart-incentive-target-added .c3-target-data1 .c3-bar, .kpi-barchart .c3-chart-incentive-target-added .c3-target-data2 .c3-bar {
  transform: translate(-13px, -8px);
  stroke-width: 13px;
}
.kpi-barchart .c3-chart-incentive-target-added .c3-target-target .c3-bar {
  fill: #000 !important;
  stroke: #000 !important;
  transform: translate(0px, 18px);
}

#home-primary-content .content-element-carousel .carousel-like-toggle a {
  color: #ffffff;
  text-shadow: 0 0 0.3rem rgba(34, 34, 34, 0.75);
}

.news-video-container {
  width: 100%;
}
.news-video-container iframe {
  width: 100%;
  height: 50vh;
}
.news-video-container iframe .amp-content-title {
  display: none;
}

:root {
  --news-card-img-capped-height: 220px;
}

div.news-card-img-container {
  height: var(--news-card-img-capped-height);
  background-position: center;
  background-size: cover;
}

.news-carousel-container .carousel .carousel-indicators, .news-feed-carousel .carousel .carousel-indicators, .news-feed .news-feed-carousel .carousel .carousel-indicators {
  position: relative;
}
.news-carousel-container .carousel .carousel-indicators button, .news-feed-carousel .carousel .carousel-indicators button, .news-feed .news-feed-carousel .carousel .carousel-indicators button {
  background-color: #222222;
  height: 10px;
}

.managed-content-html img {
  max-width: 100%;
  height: auto;
}

.compatibility-tool-image {
  min-height: 200px;
  background-position: center;
}

@media (max-width: 767.98px) {
  .compatibility-tool-image {
    min-height: 450px;
  }
}
#rounded-wrap {
  box-shadow: 0 0 1.5rem rgba(34, 34, 34, 0.175);
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
}
@media (min-width: 768px) {
  #rounded-wrap {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
}
#rounded-wrap #benefits-left-hand {
  position: relative;
}
#rounded-wrap #benefits-right-hand {
  position: relative;
}
#rounded-wrap #benefits-right-hand .right-hand-content {
  overflow: hidden;
}
#rounded-wrap #benefits-right-hand .right-hand-content img#benefits-logo-image {
  position: relative;
  left: -45%;
}
@media (min-width: 768px) {
  #rounded-wrap #benefits-right-hand .right-hand-content img#benefits-logo-image {
    left: -10%;
  }
}

#benefits-left-hand:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  transform-origin: center top;
  right: 0;
  left: 0;
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
@media (min-width: 768px) {
  #benefits-left-hand:before {
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 1.3rem;
    border-bottom-right-radius: 0rem;
  }
}

#benefits-left-hand:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  right: 0;
  left: 0;
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
}
@media (min-width: 768px) {
  #benefits-left-hand:after {
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
  }
}

#benefits-right-hand:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  transform-origin: top right;
  right: 0;
  left: 0;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
}
@media (min-width: 768px) {
  #benefits-right-hand:before {
    border-top-left-radius: 0rem;
    border-top-right-radius: 1.3rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 1.3rem;
  }
}

#benefits-right-hand:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  right: 0;
  left: 0;
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
}
@media (min-width: 768px) {
  #benefits-right-hand:after {
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
  }
}

#benefits-left-hand:before,
#benefits-left-hand:after {
  background-color: #f3f3f3;
}

#benefits-right-hand:before,
#benefits-right-hand:after {
  background-color: #ED7422;
}

#benefits-left-hand:before,
#benefits-right-hand:after {
  transform: skewY(180deg);
}

#benefits-left-hand:after,
#benefits-right-hand:before {
  transform: skewY(185deg);
}
@media (min-width: 768px) {
  #benefits-left-hand:after,
#benefits-right-hand:before {
    transform: skewX(175deg);
  }
}

.avatar-badge {
  right: -18%;
  bottom: -15%;
  position: absolute;
  width: 30px;
}

.avatar-badge-small {
  right: -15%;
  bottom: -10%;
  position: absolute;
  width: 20px;
}

div.reaction-container, div.reaction-container-mobile {
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}

div.reaction-img-wrap, div.reaction-img-wrap-mobile {
  opacity: 0;
  z-index: -15;
  position: absolute;
  top: -45px;
  border: 1px solid #a4a4a4;
  border-radius: 25px;
  padding: 5px;
  min-width: -moz-max-content;
  min-width: max-content;
  box-shadow: 0 0 1.5rem rgba(34, 34, 34, 0.175);
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
  background-color: #ffffff;
}

div.reaction-img-wrap {
  transition: opacity 1s steps(1, 100%);
  transition-delay: 1s;
}

div.reaction-img-wrap-mobile {
  transition: opacity 0.5s steps(1, 100%);
  transition-delay: 0.5s;
}

div.reaction-img-wrap-mobile.img-wrap-visible {
  opacity: 1;
  z-index: 1;
}

@media (hover: hover) {
  .reaction-container:hover > div.reaction-img-wrap {
    opacity: 1;
    z-index: 1;
    transition-delay: 0.5s;
  }
}
.reaction-container > div.reaction-img-wrap.img-wrap-visible {
  opacity: 1;
  z-index: 1;
  transition-delay: 0.5s;
}

.reaction-image {
  width: 38px;
  height: 38px;
  transition: transform 0.2s;
}

.reaction-image:hover {
  transform: scale(1.2) rotate(0.01deg);
}

div.top-reactions, img.top-reaction-image {
  display: inline-block;
}

div.top-reactions img.top-reaction-image:not(:first-child) {
  margin-left: -8px;
}

div.reactions-modal-user .reactions-modal-user-img-wrap {
  position: relative;
}
div.reactions-modal-user .reactions-modal-user-img-wrap img.reactions-modal-user-reaction-image {
  position: absolute;
  right: -10px;
  top: -10px;
}

.mapkit-map-component {
  height: 500px;
  height: 70vh;
}

div.checkout-container .basket-container .basket-items div.basket-item .item-wrap {
  border-bottom: 1px solid #d8d8d8;
}
div.checkout-container .basket-container .basket-items div.basket-item:last-child .item-wrap {
  border-bottom: 0;
}
div.checkout-container div.basket-totals div.total-cost {
  border-bottom: 1px solid #6e6e6e;
}

.digital-voucher-discount-display-label {
  background: #a4a4a4;
  color: #ffffff;
}

.recognition-detail-prize-reveal-container video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.recognition-detail-prize-reveal-container .overlay {
  color: #fff;
  font-family: "Oxygen", sans-serif;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  max-width: 45em;
  box-sizing: border-box;
  padding: 2em;
  line-height: 1.5;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2;
}
.recognition-detail-prize-reveal-container .overlay h1 {
  font-weight: normal;
  text-shadow: 0 0 0.3em #000;
  margin: 1em 0;
}
.recognition-detail-prize-reveal-container .overlay p {
  text-shadow: 0 0 0.3em #000;
  margin: 1em 0;
}
.recognition-detail-prize-reveal-container .overlay a {
  color: #fff;
}

.wegift-discount-display {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  color: #ffffff;
  background-color: #f19251;
  border-radius: 0.25rem;
}

.wegift-catalogue .card .wegift-discount-display {
  display: block;
  padding: 0.5rem 1rem;
  margin-top: -0.5rem;
  color: #222222;
  background-color: #f9cdaf;
  border-radius: 0;
}

.video-preview {
  max-height: 50vh;
  background-color: #212529;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.adf-history-table .btn-link {
  text-decoration: underline;
  color: #ED7422;
}

.adf_errors .btn-link {
  color: #ED7422;
}