/* SF00361740 */
/* remove all promotion code expect homepage */
.stx-promotion-code-form,
#secondary_content_special_offer,
#page_selection_seatBlock .stx-sm-special-offer-form {
	display: none !important;
}

#page_landing_page .stx-AdvantageCode {
	display: flex !important;
}

/* 18+ age limit for year selection  */
#page_account_editPersonalDetails,
#page_account_register,
#page_account_completeAccount {
	#year {
		option {
			display: none;
		}
		option:nth-child(n + 20) {
			display: block;
		}
	}
}

#page_checkout_beneficiaries #beneficiary_questionnaire_-1_question_-2_year {
	option {
		display: none;
	}
	option:nth-child(n + 20) {
		display: block;
	}
}
/* SF00361740 - END */
