#liveCoverageHub .HeroBanner {
  background-color: #1A1A1A;
  position: relative;
}
#liveCoverageHub > .HeroBanner > .outer {
  padding: 0 0 0 120px;
  max-width: initial;
}

#liveCoverageHub > .HeroBanner > .outer > .inner {
  max-width: initial;
}
#liveCoverageHub .HeroBanner > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer {
  position: absolute;
  top: 150px;
  right: 0;
  left: 20%;
  height: 700px;
  z-index: 3;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer.switches > div {
  background-color: unset;
  height: 100%;
  overflow: visible;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .images {
  /* height: 100vh;
  max-height: 700px; */
  opacity: 1;
  position: relative;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .images > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  background: #000;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .images > .image.active {
  opacity: 1;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .images > .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(90deg, #000, transparent);
  opacity: 0.4;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px;
  z-index: 1;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner {
  display: grid;
  justify-content: end;
  align-content: center;
  align-items: center;
  grid-gap: 50px;
  grid-template-columns: 1fr auto;
  grid-template-areas: 'switches buttons';
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .switchButtons > .inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-content: center;
  justify-content: end;
  align-items: center;
  grid-gap: 20px;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .switchButtons > .inner > .switchButton {
  display: inline-block;
  appearance: none;
  background: 0 0;
  border: none;
  width: 36px;
  height: 36px;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: border 0.2s ease;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .switchButtons > .inner > .switchButton.active {
  border: 1px solid #000;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .switchButtons > .inner > .switchButton > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .shopButtons {
  display: grid;
  grid-gap: 20px;
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(2, auto);
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .shopButtons > .roundedButton {
  background-color: #fc4f00;
  border-color: #fc4f00;
  transition: background 0.2s ease, opacity 0.2s ease, border 0.2s ease, color 0.2s ease;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .shopButtons > .roundedButton::before {
  display: none;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .shopButtons > .roundedButton.light {
  background-color: #fff;
  border-color: #fff;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .shopButtons > .roundedButton:hover {
  background-color: #e24700;
  border-color: #e24700;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .shopButtons > .roundedButton > a {
  color: #fff;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .shopButtons > .roundedButton.light > a {
  color: #000;
}
#liveCoverageHub .HeroBanner .imageSwitchContainer > div > .outer > .inner > .shopButtons > .roundedButton:hover > a {
  color: #fff;
}
#liveCoverageHub .HeroBanner .outer > .inner {
  display: block;
  position: relative;
  z-index: 3;
}
#liveCoverageHub .HeroBanner .outer > .inner > .title {
  max-width: 1000px;
  grid-area: title;
  position: relative;
  z-index: 4;
  display: block;
  top: 20px;
}
#liveCoverageHub .HeroBanner .outer > .inner > .title > h1 {
  font-size: 130px;
  font-family: Extenda40;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
#liveCoverageHub .HeroBanner > .outer > .inner > .title.fixed > h1 {
  position: fixed;
}
#liveCoverageHub .HeroBanner > .outer > .inner > .title > h1 span.highlight {
  position: relative;
  display: inline-block;
  padding: 0px 0px 40px 0px;
  font-family: Extenda70;
}
@media (max-width: 800px) {
  #liveCoverageHub .HeroBanner > .outer > .inner > .title > h1 span.highlight {
    padding: 0px 0px 10px 0px !important;
  }

  #liveCoverageHub .HeroBanner .imageSwitchContainer {
    position: initial;
    height: initial;
  }
}
#liveCoverageHub .HeroBanner > .outer > .inner > .title > h1 span.highlight::before {
  content: attr(data-name);
  position: absolute;
  font-family: GZAOutline;
  top: 0;
  left: 0;
  color: #fc4f00;
  transform: translateY(-20px);
  z-index: -1;
  font-size: 87px;
}
#liveCoverageHub .HeroBanner > .outer > .inner > .title > h1 span.highlight > .background {
  position: absolute;
  bottom: 0px;
  left: 15%;
  width: 70%;
  height: 40px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
#liveCoverageHub .HeroBanner > .outer > .inner .content {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 4;
  margin-top: 125px;
}
#liveCoverageHub .HeroBanner > .outer > .inner .content > h2 {
  font-size: 50px;
  color: #fff;
  font-family: Gza;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
}
#liveCoverageHub .HeroBanner > .outer > .inner .content > h2 span {
  font-size: 100px;
  color: #fc4f00;
  display: block;
  letter-spacing: 0.01em;
  font-family: Extenda90;
}
#liveCoverageHub .HeroBanner > .outer > .inner .content > .readMoreParent p,
#liveCoverageHub .HeroBanner > .outer > .inner .content > p {
  max-width: 600px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-family: 'Univers LT Roman';
}
#liveCoverageHub .HeroBanner > .outer > .inner .content > .readMoreParent p a,
#liveCoverageHub .HeroBanner > .outer > .inner .content > .readMoreParent p.readMoreButton,
#liveCoverageHub .HeroBanner > .outer > .inner .content > p a {
  font-size: 18px;
  color: #fc4f00;
  line-height: 2;
  letter-spacing: 0.01em;
  font-family: 'Univers LT Roman';
  transition: color 0.2s ease;
  font-weight: 700;
}
#liveCoverageHub .HeroBanner > .outer > .inner .content > .readMoreParent p a:hover,
#liveCoverageHub .HeroBanner > .outer > .inner .content > .readMoreParent p.readMoreButton:hover,
#liveCoverageHub .HeroBanner > .outer > .inner .content > p a:hover {
  color: #e24700;
}
@media (max-width: 1300px) {
  #liveCoverageHub .HeroBanner > .imageSwitchContainer > div > .outer > .inner {
    grid-template-columns: 1fr;
    grid-template-areas: 'switches' 'buttons';
    grid-gap: 20px;
  }
  #liveCoverageHub .HeroBanner > .imageSwitchContainer > div > .outer > .inner > .shopButtons {
    justify-content: end;
    padding-right: 20px;
  }
  #liveCoverageHub .HeroBanner > .outer > .inner > .title > h1 {
    font-size: 90px;
    line-height: 85px;
    /* transform: unset !important; */
  }
}

@media (max-width: 800px) {
  #liveCoverageHub .HeroBanner {
    margin-bottom: 00px;
  }
  #liveCoverageHub .HeroBanner > .outer {
    z-index: 100;
    padding-top: 80px;
  }
  #liveCoverageHub > #liveCoverageHeroBanner > .outer {
    padding: 125px 20px 0px 20px;
  }
  #liveCoverageHub .HeroBanner .outer > .inner > .title {
    top: 0;
    margin-bottom: 50px;
  }

  #liveCoverageHub .HeroBanner > .outer > .inner .content {
    margin-top: 60px;
  }
  #liveCoverageHub .HeroBanner > .imageSwitchContainer {
    height: 370px;
    left: 43px;
    top: 40%;
    z-index: 200;
  }
  #liveCoverageHub .HeroBanner > .imageSwitchContainer > div > .images {
    max-height: 370px;
  }
  #liveCoverageHub .HeroBanner > .imageSwitchContainer > div > .outer {
    padding: 0;
    bottom: -15px;
  }
  #liveCoverageHub .HeroBanner > .imageSwitchContainer > div > .outer > .inner {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: 'switches' 'buttons';
    justify-content: center;
  }
  #liveCoverageHub .HeroBanner > .imageSwitchContainer > div > .outer > .inner > .switchButtons > .inner {
    justify-content: center;
  }
  #liveCoverageHub .HeroBanner > .imageSwitchContainer > div > .outer > .inner > .shopButtons > .roundedButton > a {
    font-size: 14px;
    padding: 1em 0.5em;
  }
  #liveCoverageHub .HeroBanner > .outer > .inner > .title > h1 {
    font-size: 60px;
    line-height: 65px;
  }
  #liveCoverageHub .HeroBanner > .outer > .inner {
    padding-top: 60px;
  }
  #liveCoverageHub .HeroBanner > .outer > .inner .content > h2 span {
    font-size: 58px;
  }
  #liveCoverageHub .HeroBanner > .outer > .inner > .title > h1 span.highlight::before {
    transform: translateY(-10px);
    font-size: 38.5px;
  }
}
#sustainabilitySection {
  /* position: relative;
  height: 100vh;
  width: 100%;
  background-color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center; */
  position: relative;
  padding-bottom: 56.25%; /* 16x9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#sustainabilitySection > .video {
  /* position: absolute;
  width: 100%;
  height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
#sustainabilitySection > .videoControls.desktop {
  visibility: visible;
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: 200;
  background-color: #00000080;
  border-radius: 60px;
  padding: 5px 10px;
}
#sustainabilitySection > .videoControls.mobile {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  padding: 5px 10px;
}
#sustainabilitySection > .videoControls > .videoControlButton {
  cursor: pointer;
}

@media (max-width: 1199px) {
  /* #sustainabilitySection {
    height: 80vh;
  } */
  #sustainabilitySection {
    position: relative;
    height: 80vh;
    width: 100%;
    background-color: #1A1A1A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: unset;
  }
  
  #sustainabilitySection > .video {
    position: absolute;
    width: 320%;
    height: 100%;
    top: unset;
    left: unset;
  }
  #sustainabilitySection > .videoControls.desktop {
    visibility: hidden;
  }
  #sustainabilitySection > .videoControls.mobile {
    visibility: visible;
  }
  /* #sustainabilitySection > .video {
    width: 320%;
  } */
}
#walkthewalkSection {
  background-color: #1A1A1A;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 120px 0px 120px 100px;
  gap: 70px;
}
#walkthewalkSection .cta-button {
  font-family: 'Gza';
  background-color: #fc4f00;
  color: white;
  font-weight: 700;
  transition: background 0.2s ease, opacity 0.2s ease, border 0.2s ease, color 0.2s ease;
  padding: 14px 50px;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 800px) {
  #walkthewalkSection > .headline > h4 {
    font-size: 35px !important;
  }
}

@media (max-width: 1000px) {
  #walkthewalkSection {
    flex-direction: column;
    padding: 70px 0px 60px 20px;
    align-items: flex-start;
    gap: 40px;
  }
  #walkthewalkSection .swiper-slide {
    flex-shrink: 0 !important;
  }
  #walkthewalkSection > .headline > h4 {
    font-size: 35px !important;
  }
}

#walkthewalkSection .headline {
  flex-shrink: 0;
}
#walkthewalkSection > .headline > h4 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: Gza;
  color: #fff;
  margin: 0;
  width: 100%;
  text-align: left;
}
#walkthewalkSection > .headline > h4 > span {
  position: relative;
  z-index: 500;
  padding-right: 36px;
}
#walkthewalkSection > .headline > h4 > span > .highlight {
  position: absolute;
  font-family: GZAOutline;
  top: 10px;
  left: 4px;
  z-index: -1;
  color: #fc4f00;
  font-weight: 100;
}
#walkthewalkSection .swiperContainer {
  /* height: 100%;
  width: 100%;
  flex-basis: 30%; */
  width: 100%;
  height: 100%;
}
#walkthewalkSection .swiper-slide {
  height: auto;
  flex-shrink: 1;
}
#walkthewalkSection .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#walkthewalkSection .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#walkthewalkSection .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  max-width: 80%;
  height: 100%;
  z-index: 2;
}

#walkthewalkSection .content .contentText > p {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  font-family: 'Gza';
  color: #fff;
}

#walkthewalkSection .content .contentText > p.smallerText {
  font-size: 26px;
}

#walkthewalkSection .content > .contentImage {
  position: absolute;
  bottom: 20px;
  width: 90px;
}

#walkthewalkSection .content .contentText > h4 {
  font-family: 'Extenda40';
  font-size: 110px;
  line-height: 90px;
  letter-spacing: 1px;
  color: #EDFF00;
  font-weight: 100;
  margin: 0;
}

#walkthewalkSection .content .contentText > h4.smallerHeaderText {
  font-size: 90px;
}

@media (max-width: 1199px) {
  #walkthewalkSection .content > .contentImage {
    width: 62px;
  }
  #walkthewalkSection .content .contentText > h4 {
    font-size: 60px;
    line-height: 50px;
  }
  #walkthewalkSection .content .contentText > p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 1399px) {
  #walkthewalkSection .content .contentText > h4.smallerHeaderText {
    font-size: 60px;
    line-height: 50px;
  }

  #walkthewalkSection .content .contentText > p.smallerText {
    font-size: 18px;
    line-height: 25px;
  }
}

#goodForSection {
  background-color: #1A1A1A;
  transition: background 2s ease;
}
#goodForSection.shrink {
  background-color: #ebebeb;
}
#goodForSection > .outer > .inner {
  position: relative;
}
#goodForSection > .outer > .inner > .items {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
#goodForSection.fixed > .outer > .inner > .items {
  position: fixed;
}
#goodForSection.atBottom > .outer > .inner > .items {
  position: absolute;
  top: unset;
  bottom: 0;
}
#goodForSection > .outer > .inner > .items > .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  padding: 100px 0;
  opacity: 0;
  transition: opacity 1s ease;
}
#goodForSection > .outer > .inner > .items > .item.active {
  opacity: 1;
}
#goodForSection > .outer > .inner > .items > .item > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1s ease;
}
#goodForSection.shrink > .outer > .inner > .items > .item > .background {
  transform: scale(0.9);
}
#goodForSection > .outer > .inner > .items > .item > .content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
#goodForSection > .outer > .inner > .items > .item:nth-last-child(1) > .content {
  max-width: 80%;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > h4 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: Gza;
  margin-bottom: 30px;
  color: #fff;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > p {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: 'Univers LT Roman';
  color: #fff;
  margin-bottom: 30px;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > h3 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: 'Univers LT Roman';
  margin: 0;
  color: #fff;
  font-weight: 700;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer {
  padding-top: 10vh;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer {
  overflow: hidden;
  overflow-x: scroll;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer::-webkit-scrollbar {
  display: none;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(3, auto);
  align-content: center;
  justify-content: center;
  align-items: start;
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
  transform: translateY(50vh);
  opacity: 0;
}
#goodForSection.shrink > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner {
  opacity: 1;
  transform: translateY(0);
}
#goodForSection.shrink > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner.overflow {
  justify-content: start;
  /* grid-gap: 0; */
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp {
  max-width: 500px;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp > h5 {
  color: #fff;
  font-family: Extenda20;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp:nth-child(2) > h5 {
  font-family: Extenda30;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp:nth-child(3) > h5 {
  font-family: Extenda20;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp > h5 span {
  font-family: Extenda50;
  letter-spacing: 0.1em;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp:nth-child(2) > h5 span {
  font-family: Extenda60;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp:nth-child(3) > h5 span {
  font-family: Extenda60;
}
#goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp > p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: 'Univers LT Roman';
}
#goodForSection.shrink > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .tabs {
  display: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, auto);
  grid-gap: 20px;
  margin-top: 50px;
}
#goodForSection.shrink > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .tabs > .tab {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.6;
  cursor: pointer;
}
#goodForSection.shrink > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .tabs > .tab.active {
  opacity: 1;
}
#goodForSection > .outer > .inner > .overlay {
  position: absolute;
  width: 100%;
  height: 50px;
  top: unset;
  left: 0;
  right: unset;
  bottom: 0;
  background: unset;
  cursor: unset;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#goodForSection.fixed > .outer > .inner > .overlay {
  position: fixed;
  opacity: 1;
}
#goodForSection.atBottom > .outer > .inner > .overlay {
  opacity: 1;
  position: absolute;
  top: unset;
  bottom: 0;
}
#goodForSection > .outer > .inner > .overlay > .shopButtons {
  position: absolute;
  bottom: 80px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  transition: opacity 1s ease;
  opacity: 1;
}
#goodForSection.shrink > .outer > .inner > .overlay > .shopButtons {
  opacity: 0;
  z-index: -1;
}
#goodForSection > .outer > .inner > .overlay > .shopButtons > .roundedButton {
  background-color: #fc4f00;
  border-color: #fc4f00;
  transition: background 0.2s ease, opacity 0.2s ease, border 0.2s ease, color 0.2s ease;
}
#goodForSection > .outer > .inner > .overlay > .shopButtons > .roundedButton::before {
  display: none;
}
#goodForSection > .outer > .inner > .overlay > .shopButtons > .roundedButton.light {
  background-color: #fff;
  border: none;
}
#goodForSection > .outer > .inner > .overlay > .shopButtons > .roundedButton:hover {
  background-color: #e24700;
  border-color: #e24700;
}
#goodForSection > .outer > .inner > .overlay > .shopButtons > .roundedButton > a {
  color: #fff;
}
#goodForSection > .outer > .inner > .overlay > .shopButtons > .roundedButton.light > a {
  color: #000;
}
#goodForSection > .outer > .inner > .overlay > .shopButtons > .roundedButton:hover > a {
  color: #fff;
}
#goodForSection > .outer > .inner > .overlay > .ctaButtons {
  position: absolute;
  bottom: 80px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, auto);
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  transition: opacity 1s ease;
  z-index: -1;
  opacity: 0;
}
#goodForSection.shrink > .outer > .inner > .overlay > .ctaButtons {
  z-index: 1;
  opacity: 1;
}
#goodForSection > .outer > .inner > .overlay > .ctaButtons > .roundedButton {
  background-color: #fc4f00;
  border-color: #fc4f00;
  transition: background 0.2s ease, opacity 0.2s ease, border 0.2s ease, color 0.2s ease;
  min-width: 250px;
}
#goodForSection > .outer > .inner > .overlay > .ctaButtons > .roundedButton:hover {
  background-color: #e24700;
  border-color: #e24700;
}
#goodForSection > .outer > .inner > .overlay > .ctaButtons > .roundedButton:hover > a,
#goodForSection > .outer > .inner > .overlay > .ctaButtons > .roundedButton > a {
  color: #fff;
}
@media (max-width: 1180px) {
  #goodForSection.shrink > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .tabs {
    display: grid;
  }
  #goodForSection > .outer > .inner > .items > .item:nth-last-child(1) > .content {
    max-width: 100%;
    padding: 0 10%;
  }
  #goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer {
    padding: 10vh 0 0;
  }
  #goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp {
    max-width: unset;
    width: calc(80vw);
    padding: 0 20px;
  }
  #goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp:nth-last-child(1) {
    width: 90vw;
    padding-right: calc(5vw + 20px);
  }
}
@media (max-width: 680px) {
  #goodForSection > .outer > .inner > .overlay > .ctaButtons > .roundedButton {
    min-width: 80vw;
  }
  #goodForSection > .outer > .inner > .items > .item {
    padding: 100px 0;
  }
  #goodForSection > .outer > .inner > .items > .item > .content > .inner > h4 {
    font-size: 44px;
  }
  #goodForSection > .outer > .inner > .overlay > .shopButtons {
    grid-template-columns: 1fr;
    bottom: 20px;
    grid-gap: 10px;
  }
  #goodForSection > .outer > .inner > .items > .item:nth-last-child(1) > .content {
    padding: 0 20px;
  }
  #goodForSection > .outer > .inner > .items > .item > .content > .inner > .USPContainer > .outer > .inner > .usp {
    width: calc(100vw - 40px);
  }
  #goodForSection > .outer > .inner > .items > .item > .content > .inner > p span {
    margin-right: 5px;
  }
  #goodForSection > .outer > .inner > .items > .item > .content > .inner > p br {
    display: none;
  }
}
#liveCoverageHub .businessTestimonials {
  background-color: #1A1A1A;
}
#liveCoverageHub .reycleSchemeBanner {
  position: relative;
  background-color: #fff;
}
#liveCoverageHub .reycleSchemeBanner > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ebebeb;
}
#liveCoverageHub .reycleSchemeBanner > .outer {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 50px;
  text-align: center;
}
#liveCoverageHub .reycleSchemeBanner > .outer > .inner {
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}
#liveCoverageHub .reycleSchemeBanner > .outer > .inner > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#liveCoverageHub .reycleSchemeBanner > .outer > .inner > .content > h3 {
  font-size: 80px;
  font-family: Extenda40;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 50px;
  max-width: 800px;
  position: relative;
  padding-left: 0.1em;
}
#liveCoverageHub .reycleSchemeBanner > .outer > .inner > .content > h3 span:nth-child(3) {
  color: #f3fd55;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 0.9;
}
#liveCoverageHub .reycleSchemeBanner > .outer > .inner > .roundedButton {
  border: none;
}
@media (max-width: 1180px) {
  #liveCoverageHub .reycleSchemeBanner > .outer {
    padding: 0 20px;
  }
}
@media (max-width: 680px) {
  #liveCoverageHub .reycleSchemeBanner > .outer {
    padding: 0;
  }
  #liveCoverageHub .reycleSchemeBanner > .outer > .inner > .content > h3 {
    font-size: 60px;
  }
  #liveCoverageHub .reycleSchemeBanner > .outer > .inner > .content > h3 span:nth-child(3) {
    font-size: 70px;
  }
}
#liveCoverageHub .Carousel.businessReviews {
  background-color: #1A1A1A;
  padding: 0px 20px 50px 0px;
  position: relative;
}
#liveCoverageHub .Carousel.businessReviews > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
#liveCoverageHub .Carousel.businessReviews > .quotationMark {
  text-align: center;
  position: relative;
}
#liveCoverageHub .Carousel.businessReviews > .quotationMark > span {
  font-size: 50px;
  color: #fff;
  line-height: 0;
  letter-spacing: 0.01em;
  font-family: 'Extenda40';
}
#liveCoverageHub .Carousel.businessReviews > .outer {
  overflow: hidden;
}
#liveCoverageHub .Carousel.businessReviews > .outer > .inner {
  grid-gap: 20px;
}
#liveCoverageHub .Carousel.businessReviews > .outer > .inner > .item {
  background: 0 0;
  width: calc(100vw - 40px);
  max-width: 1320px;
  text-align: center;
  /* height: 100%; */
  padding: 0 20px;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#liveCoverageHub .Carousel.businessReviews > .outer > .inner > .item > h4 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #fff;
  font-family: 'Univers LT Roman';
  font-weight: 700;
  margin: 0;
  /* font-style: oblique; */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 5px;
}
@media (max-width: 1180px) {
  #liveCoverageHub .Carousel.businessReviews > .outer > .inner > .item > h4 {
    font-size: 25px !important;
    font-style: italic !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
  }
}
#liveCoverageHub .Carousel.businessReviews > .tabContainer {
  display: block;
  overflow: hidden;
  overflow-x: scroll;
}
#liveCoverageHub .Carousel.businessReviews > .tabContainer::-webkit-scrollbar {
  display: none;
}
#liveCoverageHub .Carousel.businessReviews > .tabContainer > .inner {
  display: -ms-grid;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  grid-gap: 50px;
  padding-bottom: 20px;
}
#liveCoverageHub .Carousel.businessReviews > .tabContainer > .inner.overflow {
  justify-content: start;
}
#liveCoverageHub .Carousel.businessReviews > .tabContainer > .inner > .naigationTab {
  width: 120px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  background-color: unset;
}
#liveCoverageHub .Carousel.businessReviews > .tabContainer > .inner > .naigationTab:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #fc4f00;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#liveCoverageHub .Carousel.businessReviews > .tabContainer > .inner > .naigationTab.active:after {
  opacity: 1;
}
@media (min-width: 1180px) and (max-height: 1200px) {
  #liveCoverageHub .Carousel.businessReviews {
    padding-top: 100px;
  }
}
@media (max-width: 680px) {
  #liveCoverageHub .Carousel.businessReviews {
    padding: 50px 20px 50px 20px;
  }
}
#liveCoverageHub #footballerReviewSection {
  overflow: hidden;
}
#liveCoverageHub #footballerReviewSection > .inner {
  width: 100%;
}
#liveCoverageHub #footballerReviewSection.fixed > .inner {
  position: fixed;
}
#liveCoverageHub section .Carousel.footballerReviews {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  width: 100vw;
}
#liveCoverageHub section .Carousel.footballerReviews > .heading {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  padding: 0 50px;
}
#liveCoverageHub section .Carousel.footballerReviews > .heading > h3 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: Gza;
  font-weight: 700;
  color: #000;
  margin: 0;
}
#liveCoverageHub section .Carousel.footballerReviews > .heading > h3 .highlight {
  position: relative;
}
#liveCoverageHub section .Carousel.footballerReviews > .heading > h3 .highlight > .background {
  position: absolute;
  bottom: -10px;
  height: 20px;
  width: 100%;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#liveCoverageHub section .Carousel.footballerReviews > .carouselButton {
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  background: 0 0;
  appearance: none;
  z-index: 1;
  opacity: 0.4;
  transition: opacity 0.2s ease;
  filter: brightness(0);
}
#liveCoverageHub section .Carousel.footballerReviews > .carouselButton.active {
  opacity: 1;
}
#liveCoverageHub section .Carousel.footballerReviews > .carouselButton.left {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
#liveCoverageHub section .Carousel.footballerReviews > .carouselButton.right {
  right: 0;
  transform: translateY(-50%);
}
#liveCoverageHub section .Carousel.footballerReviews > .outer {
  overflow: hidden;
  padding: 20px;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner {
  grid-gap: 20px;
  display: grid;
  align-content: center;
  justify-content: start;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  transition: transform 0.2s ease;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item {
  width: calc(100vw - 40px);
  max-width: 1320px;
  background: 0 0;
  padding: 0;
  text-align: center;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner {
  max-width: 800px;
  margin: 0 auto;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > .starContainer {
  position: relative;
  width: calc(5 * 19px);
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > .starContainer > .backgroundStars {
  width: 100%;
  opacity: 0.3;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > .starContainer > .backgroundStars,
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > .starContainer > .foregroundStars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden !important;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > .starContainer > .foregroundStars > .inner {
  width: calc(5 * 19px);
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > .starContainer svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > h5 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: 'Univers LT Roman';
  font-style: oblique;
  color: #48a18a;
  font-weight: 400;
  margin-bottom: 10px;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: 'Univers LT Roman';
  color: #000;
}
#liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > .author {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-family: 'Univers LT Roman';
  color: #000;
  font-weight: 700;
  margin: 0;
}
#liveCoverageHub section .Carousel.footballerReviews > .tabContainer {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
#liveCoverageHub section .Carousel.footballerReviews > .tabContainer > .naigationTab {
  width: 20px;
  height: 5px;
  background: #000;
  border-radius: 10px;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
#liveCoverageHub section .Carousel.footballerReviews > .tabContainer > .naigationTab.active {
  opacity: 1;
}
@media (max-width: 1320px) {
  #liveCoverageHub section .Carousel.footballerReviews > .carouselButton.left {
    left: 50px;
  }
  #liveCoverageHub section .Carousel.footballerReviews > .carouselButton.right {
    right: 50px;
  }
}
@media (max-width: 1180px) {
  #liveCoverageHub section .Carousel.footballerReviews > .heading {
    padding: 0 20px;
  }
  #liveCoverageHub section .Carousel.footballerReviews > .carouselButton.left {
    left: 20px;
  }
  #liveCoverageHub section .Carousel.footballerReviews > .carouselButton.right {
    right: 20px;
  }
}
@media (max-width: 680px) {
  #liveCoverageHub section .Carousel.footballerReviews > .carouselButton {
    display: none;
  }
  #liveCoverageHub section .Carousel.footballerReviews > .heading > h3 {
    font-size: 44px;
  }
  #liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > h5 {
    font-size: 24px;
  }
  #liveCoverageHub section .Carousel.footballerReviews > .outer > .inner > .item > .inner > p {
    font-size: 15px;
  }
  #goodForSection > .outer > .inner > .items > .item > .content,
  #goodForSection > .outer > .inner > .overlay > .ctaButtons,
  #goodForSection > .outer > .inner > .overlay > .shopButtons {
    padding: 0 20px;
  }
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .heading {
  max-width: 1920px;
  margin: 0 auto 30px;
  padding: 0 50px;
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .heading > h3 {
  font-family: Gza;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #000;
  max-width: 1320px;
  margin: 0 auto;
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item {
  padding: 0;
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item > .article {
  position: relative;
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item > .article > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item > .article > .inner {
  display: grid;
  align-content: center;
  justify-content: start;
  align-items: center;
  grid-template-columns: auto minmax(100px, 1fr);
  grid-gap: 20px;
  grid-template-areas: 'image image' 'title title' 'taxonomies readTime';
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item > .article > .inner .background {
  width: 100%;
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  grid-area: image;
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item > .article > .inner h6 {
  grid-area: title;
  font-family: 'Univers LT Roman';
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles .viewAllButton,
.popUp {
  display: none;
}
#liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item > .article > .inner .readTimeContainer {
  grid-area: readTime;
}
.viewAllButton {
  max-width: 1920px;
  margin: 50px auto 0;
  padding: 0 50px;
}
.viewAllButton > .inner {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  #liveCoverageHub .ScrollCarousel.liveCoverageArticles > .heading > h3 {
    font-size: 48px;
  }
  #liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item > .article > .inner h6 {
    font-size: 30px;
  }
  #liveCoverageHub .ScrollCarousel.liveCoverageArticles > .heading,
  .viewAllButton {
    padding: 0 20px;
  }
}
@media (max-width: 680px) {
  #liveCoverageHub .ScrollCarousel.liveCoverageArticles > .heading > h3 {
    font-size: 44px;
  }
  #liveCoverageHub .ScrollCarousel.liveCoverageArticles > .outer > .inner > .item > .article > .inner h6 {
    font-size: 26px;
  }
  .viewAllButton {
    margin-top: 10px;
  }
}
.hasEnterExit {
  padding: 20px 0;
}
.hasEnterExit .enterExitSet {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.hasEnterExit .enterExitItem {
  opacity: 0;
}
.hasEnterExit .enterExitItem.entered {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.hasParallax {
  overflow: visible;
}
.hasParallax .parallaxSet {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 50ms ease-in-out;
  -o-transition: transform 50ms ease-in-out, opacity 1s ease-in-out;
  transition: transform 50ms ease-in-out, opacity 1s ease-in-out;
  transition: transform 50ms ease-in-out, opacity 1s ease-in-out, -webkit-transform 50ms ease-in-out;
}
.hasParallax .parallaxItem {
  opacity: 0;
}
#liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item.active,
#liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item.active + .item,
#liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item.active + .item + .item,
.hasParallax .parallaxItem.parallaxSet,
.popUp.active {
  opacity: 1;
}
#liveCoverageHub .ScrollCarousel.instergramArticles > .heading {
  max-width: 1920px;
  margin: 0 auto 30px;
  padding: 0 50px;
}
#liveCoverageHub .ScrollCarousel.instergramArticles > .heading h3 {
  font-family: Gza;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #000;
  max-width: 1320px;
  margin: 0 auto;
}
#liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item {
  padding: 0;
  height: 400px;
  width: 400px;
  background-color: #000;
  border-radius: 0;
}
#liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item > .article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item > .article > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item > .article > .inner > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#liveCoverageHub .ScrollCarousel.instergramArticles > .viewAllButton {
  margin-top: 20px;
}
.popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 10;
  transition: opacity 0.5s ease;
}
.popUp.active {
  z-index: 10;
}
.popUp .closeButton > button {
  padding: 0;
  border: none;
  appearance: none;
  background: 0 0;
  cursor: pointer;
}
.popUp > .background {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popUp > .outer {
  max-width: 1920px;
  margin: 0 auto;
  height: 100vh;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
}
.popUp > .outer > .closeButton {
  display: none;
}
.popUp > .outer > .inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  height: 80vh;
  max-height: 500px;
  width: calc(100vw - 100px);
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: 'left right';
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
}
.popUp > .outer > .inner > .left {
  grid-area: left;
  width: 100%;
  height: 100vh;
  background-color: #000;
  max-height: 500px;
}
.popUp > .outer > .inner > .left > .Carousel {
  width: 100%;
  height: 100%;
  position: relative;
}
.popUp > .outer > .inner > .left > .Carousel > .outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popUp > .outer > .inner > .left > .Carousel > .outer > .inner {
  grid-template-columns: repeat(3, auto);
  display: grid;
  height: 100%;
  align-content: center;
  justify-content: start;
  align-items: center;
  transition: transform 0.5s ease;
}
.popUp > .outer > .inner > .left > .Carousel > .outer > .inner > .item {
  height: 100vh;
  position: relative;
  width: 100%;
  max-height: 500px;
}
.popUp > .outer > .inner > .left > .Carousel > .outer > .inner > .item > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.popUp > .outer > .inner > .left > .Carousel > .tabContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.popUp > .outer > .inner > .left > .Carousel > .tabContainer > .inner {
  grid-template-columns: repeat(3, auto);
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  grid-gap: 10px;
}
.popUp > .outer > .inner > .left > .Carousel > .tabContainer > .inner > .naigationTab {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.popUp > .outer > .inner > .left > .Carousel > .tabContainer > .inner > .naigationTab.active {
  opacity: 1;
}
.popUp > .outer > .inner > .right {
  grid-area: right;
  width: 100%;
  height: 100vh;
  max-height: 500px;
}
.popUp > .outer > .inner > .right > .closeButton {
  position: absolute;
  top: 10px;
  right: 30px;
}
.popUp > .outer > .inner > .right > .head {
  padding: 10px 20px 30px;
}
.popUp > .outer > .inner > .right > .head > a {
  cursor: pointer;
}
.popUp > .outer > .inner > .right > .head > a > .logo {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.popUp > .outer > .inner > .right > .body > a,
.popUp > .outer > .inner > .right > .body > p {
  font-family: 'Univers LT Roman';
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.popUp > .outer > .inner > .right > .head > a > p {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Univers LT Roman';
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-size: 15px;
}
.popUp > .outer > .inner > .right > .body {
  padding: 30px 20px 50px;
  border: 2px solid #efefef;
  border-left: none;
  border-right: none;
}
.popUp > .outer > .inner > .right > .body > a {
  font-size: 15px;
  font-weight: 700;
  color: #252790;
}
.popUp > .outer > .inner > .right > .body > p {
  font-size: 14px;
}
.popUp > .outer > .inner > .right > .body > a.hashTag {
  font-weight: 400;
  color: #252790;
}
.popUp > .outer > .inner > .right > .foot {
  padding: 50px 20px 0;
}
@media (max-width: 1180px) {
  .popUp > .outer > .closeButton {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
  }
  .popUp > .outer > .inner {
    max-width: 400px;
    max-height: 700px;
    grid-template-columns: 1fr;
    grid-template-areas: 'left' 'right';
    width: calc(100vw - 40px);
    align-content: space-between;
  }
  .popUp > .outer > .inner > .left,
  .popUp > .outer > .inner > .left > .Carousel > .outer > .inner > .item {
    max-height: 400px;
  }
  .popUp > .outer > .inner > .right > .closeButton {
    display: none;
  }
  .popUp > .outer > .inner > .right > .head {
    padding: 10px 20px;
  }
  .popUp > .outer > .inner > .right > .body {
    padding: 20px;
  }
  .popUp > .outer > .inner > .right > .foot {
    padding-top: 20px;
  }
  #liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item.active + .item + .item {
    opacity: 0.6;
  }
  #liveCoverageHub .ScrollCarousel.instergramArticles > .heading {
    padding: 0 20px;
  }
  #liveCoverageHub .ScrollCarousel.instergramArticles > .heading h3 {
    font-size: 48px;
  }
  #liveCoverageHub .ScrollCarousel.instergramArticles > .heading h3 svg {
    height: 30px;
  }
}
@media (max-width: 680px) {
  #liveCoverageHub .ScrollCarousel.instergramArticles > .outer > .inner > .item.active + .item {
    opacity: 0.6;
  }
  #liveCoverageHub .ScrollCarousel.instergramArticles > .heading h3 {
    font-size: 44px;
  }
}
section.SignUpFormPopUp {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}
section.SignUpFormPopUp.active {
  opacity: 1;
  z-index: 999999;
}
section.SignUpFormPopUp > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}
section.SignUpFormPopUp > .outer {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  width: calc(100vw - 60px);
}
section.SignUpFormPopUp > .outer > .inner {
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(200px, 280px) 1fr;
  grid-template-areas: 'left right';
  background-color: #000;
}
section.SignUpFormPopUp > .outer > .inner .left {
  grid-area: left;
  height: 100%;
  position: relative;
  min-height: 500px;
}
section.SignUpFormPopUp > .outer > .inner .left .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.SignUpFormPopUp > .outer > .inner .right {
  grid-area: right;
  height: 100%;
  padding: 30px 30px 80px;
}
section.SignUpFormPopUp > .outer > .inner .right .closeButton {
  padding-bottom: 30px;
  text-align: right;
}
section.SignUpFormPopUp > .outer > .inner .right .closeButton button {
  all: unset;
  cursor: pointer;
}
section.SignUpFormPopUp > .outer > .inner .right .content h6 {
  margin: 0;
  font-family: Gza;
  color: #fff;
  font-size: 46px;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
section.SignUpFormPopUp > .outer > .inner .right .content h6 span:nth-child(2) {
  font-family: GZAOutline;
  font-weight: 400;
  font-size: 42px;
  display: block;
}
section.SignUpFormPopUp > .outer > .inner .right .content p {
  color: #fff;
  font-family: 'Univers LT Roman';
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  padding: 20px 0;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .emailContainer {
  position: relative;
  padding-bottom: 30px;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .emailContainer input {
  font-family: Gza;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #000;
  padding: 1rem 2rem;
  border-radius: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  transition: all 0.2s ease;
  width: 100%;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .emailContainer .errorText {
  font-family: Gza;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  padding: 0 32px;
  position: absolute;
  bottom: 25px;
  left: 0;
  display: block;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  overflow: hidden;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .emailContainer.error input {
  border-color: red;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .emailContainer.error .errorText {
  opacity: 1;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .submit {
  font-family: Gza;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 30px;
  margin: 0;
  border: none;
  background-color: #fc4f00;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease;
  width: 100%;
  cursor: pointer;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .submit::after {
  content: 'Signing up...';
  font-family: Gza;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 30px;
  margin: 0;
  border: none;
  background-color: #fc4f00;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .submit.loading {
  cursor: not-allowed;
  opacity: 0.5;
}
section.SignUpFormPopUp > .outer > .inner .right .content .form .submit.loading::after {
  opacity: 1;
  cursor: not-allowed;
}
section.SignUpFormPopUp > .outer > .inner .right .confirmation {
  display: none;
}
section.SignUpFormPopUp > .outer > .inner .right .confirmation h6 {
  margin: 0;
  font-family: Gza;
  color: #fff;
  font-size: 46px;
  letter-spacing: 0.01em;
  line-height: 1.1;
  padding-bottom: 30px;
}
section.SignUpFormPopUp > .outer > .inner .right .confirmation button {
  all: unset;
  font-family: Gza;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1rem clamp(3rem, 5vw, 5em);
  border-radius: 30px;
  margin: 0;
  border: 1px solid #fff;
  position: relative;
  width: auto;
  cursor: pointer;
  display: inline-block;
}
section.SignUpFormPopUp.submitted > .outer > .inner .right .content {
  display: none;
}
section.SignUpFormPopUp.submitted > .outer > .inner .right .confirmation {
  display: block;
}
body.checkout section.SignUpFormPopUp {
  display: none !important;
}
@media (max-width: 680px) {
  section.SignUpFormPopUp {
    padding: 0 30px;
  }
  section.SignUpFormPopUp > .outer > .inner {
    grid-template-columns: 1fr;
    grid-template-areas: 'right';
  }
  section.SignUpFormPopUp > .outer > .inner .left {
    display: none;
  }
  section.SignUpFormPopUp > .outer > .inner .right .content h6 {
    font-size: 38px;
  }
  section.SignUpFormPopUp > .outer > .inner .right .content h6 span:nth-child(2) {
    font-size: 36px;
  }
  section.SignUpFormPopUp > .outer > .inner .right .confirmation h6 {
    font-size: 38px;
  }
}

.heroCTA {
  padding: 20px 20px;
  background: #FC4F00;
  position: absolute;
  bottom: -5%;
  right: 50px;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  z-index: 200;
}

.heroCTA:hover {
  background: #cf4201;
}

.heroSwiper {
  height: 80%;
}

.heroSwiper .swiper {
  width: 100%;
  height: 100%;
}

.heroSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

.heroSwiper .swiper-slide img {
  display: block;
  width: 100%;
  /* transform: translate(20%, calc(100vw * -0.217)) scale(1.75) */
}

@media (min-width: 1400px) {
  .heroSwiper .swiper-slide img {
    /* transform: translate(20%, calc(100vw * -0.247)) scale(1.55); */
  }
}

@media (max-width: 600px) {
  .heroSwiper .swiper-slide img {
    /* transform: translate(0, -15%) scale(1.75) */
  }
}

.walkSwiper {
  padding-bottom: 40px;
  padding-right: 20px;
}

.walkSwiper .swiper-pagination {
  text-align: left;
  padding-left: 40px;
}

@media (max-width: 800px) {

  .heroCTA {
    z-index: 300;
    bottom: -15%;
  }

  .heroSwiper {
    height: 72%;
  }

  .walkSwiper .swiper-pagination {
    padding-left: 0px;
    text-align: center;
  }
}

.walkSwiper .swiper-pagination-bullet  {
  background-color: #fff;
  height: 3px;
  width: 20px;
  border-radius: 2px;
  opacity: 0.4;
}

.walkSwiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/*# sourceMappingURL=homePageStyles.min.css.map */
