
.header--index {
	background-color: #020924;
}

.header--index .header__heading,
.header--index .header__body,
.header--index .header__body p,
.header--index .header__body h3{
	color: #fff;
}

.header--index .header__row {
	padding-top: 0;
}

.header--index .header__image-container::before {
	content: '';
	width: 100%;
	height: 200px;
	left: 0;
	top: 32px;
	position: absolute;
	background: linear-gradient(180deg, #020924, transparent);
    z-index: 1;
}

@media (min-width: 768px) {
	.header--index .header__image-container::before {
		background: linear-gradient(90deg, #020924, transparent);
		width: 200px;
		height: 100%;
		top: 0;
	}
}


.c-bypass-navigation {
    z-index: 9999;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(96px);
}

.c-translate {
    background-color: #cd009a;
    color: #fff;
    width: auto;
    height: 48px;
    padding: 12px;
    font-size: 18px;
    position: fixed;
    bottom: 12px;
    border-radius: 100px;
    left: 118px;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    border: none;
    border-bottom: 0;
    z-index: 100;
    cursor: pointer;
    transition: ease 300ms;
    transition-property: transform, bottom;
}

.translate__label {
    font-size: 14px;
    padding-bottom: 2px;
    font-weight: 500;
}

.scroll-position--bottom .c-translate {
    bottom: -100%;
}

.translate--body {
    position: fixed !important;
    bottom: 80px;
    left: 16px;
    width: 358px;
    max-width: 100%;
}

.whatsapp--body {
    width: 358px;
    max-width: 100%;
} 

.translate--body .goog-te-combo {
    padding: 8px 16px;
    margin-bottom: 8px;
    color: #002490;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #cd009a;
}

.translate--body-inner {
    padding: 24px;
    background-color: #fff;
    border: 2px solid #cd009a;
    border-radius: 8px;
}

.expand--read-more.is--inline {
    padding: 0;
    margin-top: 0;
    font-weight: 600;
    background-color: transparent;
}