/*
Theme Name: FIFA (DD.NYC)
theme	Theme URI: https://fifa.dd-nyc.co/
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

.website-accessibility {
	cursor: pointer;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

/*.s8 { display:none!important; }*/

.wpcf7-response-output { display:none!important; }

.footer-form-wrapper .wpcf7-not-valid-tip {
	display:none!important;
}

.footer-form-wrapper .wpcf7-form-control-wrap {
	position: relative;
	display: flex;
}

.selector-holder p {
	display:flex;
	width:100%;
	align-items: center;
}

#section-form .wpcf7-form-control-wrap {
	position: relative;
	display: flex;
}

#section-form .wpcf7-not-valid-tip{
	position: relative;
	top: 5rem;
	color: currentColor!important;
}

.hide234 { display:none!important; }

.s5-6-1 {
	display: block;
}

#section-form .wpcf7-form-control-wrap {
	flex: 1;
	flex-direction: column;
}

::part(acsb-trigger) {
	display:none!important;
}

button[part="acsb-trigger"] { display:none!important; }
button.container { display:none!important; }

.cookie {
	z-index: 9999;
	position: fixed;
	bottom: 5%;
	right: 2%;
	background-color: var(--c2);
	width: 100%;
	max-width: 517px;
	padding: 24px;
	opacity: 0;
	transform: translateX(100%);
	pointer-events: none;
	transition: all 0.5s ease;
}

.cookie--visible {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.cookie-content {
	color: var(--c0);
}

.cookie-accept {
	margin-top: max(20px, 28rem);
}

.button__accept {
	background-color: var(--c0);
	padding: 0 54px;
	border-radius: 10px;
	height: max(45px, 55rem);
	width: fit-content;
}

.button__accept .button-text__accept {
	font-size: 20px;
}

.button__accept:hover .scrl-inner {
	transform: translateY(-100%);
}

.cookie-content a {
	text-decoration: underline;
}

.textbox p strong {
	font-weight: 600;
}

.textbox p i {
	font-style: italic;
}

.textbox ul li {
	margin-left: 1em;
	list-style: disc;
}

.textbox ul li:not(:last-child) {
	margin-bottom: 0.7em;
}

.s4-2-2_wrapper {
	display: flex;
	padding-top: max(20px, 40rem);
	gap: max(12px, 40rem);
}

.s4-2-2_block {
	display: flex;
	gap: 12px;
	font-size: max(16px, 20rem);
	align-items: center;
}

.s4-2-2_block img {
	width: max(20px, 34rem);
	height: max(20px, 34rem);
}

.s4-2-2_block p {
	margin: 0;
}

@media (max-width: 1024px) {
	.s4-2-2 {
		width: 100%;
	}

	.s4-2-2_wrapper {
		flex-direction: column;
		gap: 12px;
		padding-top: 16px;
	}

	.s4-2-2_block {
		text-align: left;
		font-size: 16px;
		justify-content: flex-start;
	}
}

@media (max-width: 517px) {
	.cookie {
		max-width: 100%;
		bottom: 0;
		right: 0;
	}
}