.text-img-audio .text-img-audio__inner{
	min-height: auto;
    position: relative;
}

.text-img-audio .text-imge-audio__image{ aspect-ratio: .79; max-width: 80%; display: block; margin: 0 auto;}

.text-img-audio .full-width-container{
  position: static;
  z-index: 1;
}

@media all and (min-width: 567px){
 .text-img-audio .text-imge-audio__image{max-width: 65%;}
}

@media all and (min-width: 768px){
 .text-img-audio .text-imge-audio__image{max-width: 100%; pointer-events: auto;}
}

@media all and (min-width: 992px){
  .text-img-audio .text-img-audio__inner{
   min-height: 89rem;
  }
  .text-img-audio .full-width-container{
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  max-width: 100%;
  pointer-events: none;
  }
}

/* AUDIO PLAYER STYLE STARTS */
.audio-player__replay:focus-visible, .audio-player__vol:focus-visible, .audio-player__button:focus-visible,.audio-player__timeline:focus-visible{
 outline: 2px dashed var(--black);
}
.audio-player__timeline{height: 4px; background: #EEE; margin-top: 12px; border: none; outline: none; padding: 0; display: block; width: 100%;}
.audio-player__replay, .audio-player__vol, .audio-player__button{background: transparent; border: none; outline: none; padding: 0; max-height: fit-content;}
.audio-player__controls{flex: 1 1 0; min-height: 100%;}
.audio-player{
 padding: 12px 16px;
 border: 1px solid rgba(0, 0, 0, 0.10);
 width: 100%;
 background: rgba(255, 255, 255, 0.75);
 gap: 16px;
}

.audio-player__content{margin-right: 10px;}
.audio-player__vol-replay{gap: 16px;}
.audio-player__button{
height: 72px; 
aspect-ratio: 1;
position: relative;
border: 1px solid rgba(0,0,0, 0.10); 
border-radius: 50%;
}


.audio-player__button::before{
content: '';
height: 24px;
width: 24px;
position: absolute;
top: 50%;
left: calc(50% + 3px);
transform: translate(-50%, -50%);
 background-image: url("/~/media/Images/D/Diageo-V2/Universal/icons/play.svg");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center;
}

.audio-player--play .audio-player__button::before{
 background-image: url("/~/media/Images/D/Diageo-V2/Universal/icons/pause-grey.svg");
 left: 50%
}

.audio-player__replay,.audio-player__vol{display: block; height: 24px; aspect-ratio: 1; position: relative;}
.audio-player__replay::before{
 content: '';
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 background-image: url("/~/media/Images/D/Diageo-V2/Universal/icons/replay.svg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 display: block;
}

.audio-player__vol::before{
 content: '';
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 background-image: url("/~/media/Images/D/Diageo-V2/Universal/icons/unmute.svg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 display: block;
}

.audio-player--mute .audio-player__vol::before{
 background-image: url("/~/media/Images/D/Diageo-V2/Universal/icons/mute.svg");
}

.audio-player__time{
 gap: .5rem
}

/* AUDIO PLAYER STYLE ENDS */

.robust-investment .robust-investment__number{
 height: 4.8rem;
 width: 4.8rem;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 border-radius: 50%;
 margin-bottom: 1.8rem;
}

.robust-investment .robust-investment__card{
 display: flex;
 flex-direction: column;
 height: auto;
}

.robust-investment .robust-investment__title-wrap{
 margin-bottom: 1.6rem;
 flex: 1 1 0;
}

.robust-investment .robust-investment__card .robust-investment__content{
 margin-top: 0;
 flex: 1 1 0;
}

.robust-investment .card-column:nth-child(4n - 3) .robust-investment__number{
 background-color: #4F286F;
}

.robust-investment .card-column:nth-child(4n - 2) .robust-investment__number{
 background-color: #D0337C;
}

.robust-investment .card-column:nth-child(4n - 1) .robust-investment__number{
 background-color: #718DAE;
}

.robust-investment .card-column:nth-child(4n) .robust-investment__number{
 background-color: #836899;
}

.robust-investment .robust-investment__cta{
 margin-top: 4rem;
}

.robust-investment .row-gap-32{
 row-gap: 4rem;
}

@media all and (min-width: 992px){
  .robust-investment .robust-investment__number{
    margin-bottom: 2.4rem;
  }
  .robust-investment .robust-investment__cta{
    margin-top: 5.5rem;
  }
  .robust-investment .robust-investment__title-wrap{
    margin-bottom: 2.4rem;
  }
  .robust-investment .robust-investment__card:not(.robust-investment__card-1){
    margin-top: 0;
  }
  .robust-investment .robust-investment__card{
   height: 100%;
  }
  .robust-investment .robust-investment__card .robust-investment__content{
   margin-top: auto;
  }
  .robust-investment .robust-investment__top-intro{
   margin-top: .7rem;
  }
  .robust-investment .row-gap-32{
    row-gap: 3.2rem;
  }
}