
#hero .unslider-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    right: 0;
    width: 40px;
    z-index: initial;
}
.podStyleButton {
    background: black;
    border: none;
    height: 45px;
    font-size: 20px;
    width: 100%;
    color:white;
    font-weight: 600;   
}
.trainer-info {
	background: none; 
	background-image: linear-gradient(
	  0deg,
	  hsl(0deg 0% 100%) 0%,
	  hsl(344deg 0% 92%) 11%,
	  hsl(344deg 0% 85%) 22%,
	  hsl(344deg 0% 77%) 33%,
	  hsl(344deg 0% 70%) 44%,
	  hsl(344deg 0% 62%) 56%,
	  hsl(344deg 0% 55%) 67%,
	  hsl(344deg 0% 48%) 78%,
	  hsl(344deg 0% 41%) 89%,
	  hsl(0deg 0% 35%) 100%);
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	align-items: center;
	gap: 15px;
	max-width: var(--mainContentMaxWidth);
	margin: 0px auto;
	padding: 10px 15px;
}

.northRow {
    background-color: var(--brandColorMain) !important;
}

.ct-language a {
    color: black;
}
.ct-language i {
    padding-left: 5px;
    font-weight: bolder;
    color: black;
}
.ct-language__dropdown li{
	background: #fff;
	padding: 5px;

}
.trainer-info--image,
.trainer-info--cbp-logo,
.trainer-info--group-logo {
	max-width: 200px;
	background: none; 
	background-image: linear-gradient(
	  0deg,
	  hsl(0deg 0% 100%) 0%,
	  hsl(344deg 0% 92%) 11%,
	  hsl(344deg 0% 85%) 22%,
	  hsl(344deg 0% 77%) 33%,
	  hsl(344deg 0% 70%) 44%,
	  hsl(344deg 0% 62%) 56%,
	  hsl(344deg 0% 55%) 67%,
	  hsl(344deg 0% 48%) 78%,
	  hsl(344deg 0% 41%) 89%,
	  hsl(0deg 0% 35%) 100%);
}


