.page-id-679 .normal-page_title {
	display: none;
}


.page-id-679 .wp-block-paragraph {
	font-size: 18px;
}


.page-id-679 h2.wp-block-heading {
	font-family: "Jetbrains Mono";
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
}

.page-id-679 .normal-page_container {
	padding: 0px;
	border: 0px;
}


.page-id-679 .wp-block-buttons .wp-block-button__link {
	width: 216px !important;
    font-weight: 500;
    background: white;
    text-align: right;
    color: #0d0d0d;
    text-transform: uppercase;
    height: 44px;
    padding-right: 9px;
    border-radius: 0px;
    border: 1px solid white;
    font-family: "JetBrains Mono";
    font-size: 20px;
    padding-top: 7px;
}

.page-id-679 .wp-block-buttons .wp-block-button__link:hover {
    background: black;
    color: white;
    border: 1px solid white;
}


.antia-access-header {
    width: 100%;
    border: 1px solid white;
    padding: 16px;
	padding-top: 0px;
    margin-bottom: 16px;
	background-image: url('aa_shape.png');
	background-repeat: no-repeat;
    background-position: 115% 50%;
    background-size: 65% auto;
}

.aa_title {
    font-family: 'Jetbrains Mono';
    font-size: 11vw;
    letter-spacing: 0%;
    font-weight: lighter;
}

span.aa_heavy {
	font-weight: normal;
}

.aa_byline {
    font-family: 'Rubik';
    font-size: 32px;
    line-height: 0px;
    margin-top: -24px;
    margin-bottom: 16px;
    text-transform: lowercase;
}

#aa-pop-bg.activated,
body.bodypop #page {
	cursor: alias;
}

div#aa-pop-bg.activated .aa-pop-wrapper {
	cursor: initial;
}

/* pop styling */

#aa-pop-bg {
	display: none;
}

#aa-pop-bg.activated {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 500;
}

#aa-pop-window {
    padding: 0px;
    border: 0px;
    width: calc(100vw - 268px);
    height: fit-content;
    display: block;
    position: relative;
    left: 238px;
	margin-top:  340px;
	pointer-events: none;
}

.aa-pop-wrapper {
    width: 1232px;
    max-width: 90vw;
    margin: auto;
    background: white;
	pointer-events: initial;
	
}

.aa-pop-container {
    width: 100%;
    margin: auto;
    padding: 32px 84px;
}
.pop-header {
    display: block;
    position: relative;
    margin: auto;
    width: 992px;
}


.pop-header h2 {
    font-family: "JetBrains Mono";
    font-size: 24px;
    text-transform: uppercase;
	color: black;
	padding-left: 16px;
}
.pop-header_byline {
	color: black;
	margin: auto;
	width: 992px;
	padding-left: 16px;
}


.pop-buttons {
    width: 100%;
    height: 52px;
    padding: 16px;
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
}


.close-pop {
    display: block;
    position: relative;
   /* float: right;*/
    width: 20px;
    height: 20px;
    background-image: url('close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: exclusion;
}

.back-pop {
	/*display: block;
	position: relative;
	float: left;
	width: 20px;
    height: 20px;
    background-image: url('refresh.png');
    background-repeat: no-repeat;
    background-size: contain;
    rotate: -135deg;*/
margin-right: 8px;
    display: block;
    position: relative;
   /* float: right;*/
    width: 15px;
    height: 15px;
    top: 2.5px;
    background-image: url(refresh.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.back-pop:hover,
.close-pop:hover {
    cursor: pointer;
}

.pop-form {
    width: 992px;
    margin: auto;
}

/* Weird stuff */

body.bodypop #aa-pop-cc {
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 100;
	cursor: alias;
	
}
/*popup mobile styling in line with clubcollect breakpoints */

@media (max-width: 1600px) {
	.aa-pop-wrapper {
		width: 1008px;
	}
	
	.pop-header_byline,
	.pop-header  {
		width: 768px;
	}
	
	.pop-form {
    width: 768px;
	}
	
	
}
@media (max-width: 1450px) {
	.aa_title {
		font-size: 10.7vw;
	}
	
}

@media (min-width: 1320) {
	.pop-form iframe {
		min-height: 1180px!important;
	}
}
@media (max-width: 1320px) {
	.aa_title {
		font-size: 10.4vw;
	}
	.aa-pop-wrapper {
		width: 816px;
	}
	
	.pop-header_byline,
	.pop-header  {
		width: 576px;
	}
	
	.pop-form {
    width: 576px;
	min-height: 1310px;
	}
	.pop-form iframe {
		min-height: 1340px!important;
	}
	.aa_byline {
		    font-size: 2vw;
			margin-top: -16px;
			margin-bottom: 6px;
	}
}

@media (max-width: 1200px) {
	.aa_title {
		font-size: 10vw;
	}
}
@media (max-width: 1115px) {
	    .aa-pop-wrapper {
        width: 736px;
    }
	.aa-pop-container {
		padding: 32px 64px;
	}
}

@media (max-width: 1090px) {
	.aa_title {
		font-size: 9.6vw;
	}
}
@media (max-width: 1010px) {
	#aa-pop-window {
		left: 0px;
		width: fit-content;
		margin: auto;
		margin-top: 340px;
	}
	.aa_title {
		font-size: 12vw;
	}
	
}

@media (max-width: 832px) {
	.aa-pop-wrapper {
		width: 608px;
	}
	
	.pop-header_byline,
	.pop-header  {
		width: 480px;
	}
	
	.pop-form {
    width: 480px;
	}
}

@media (max-width: 781px) {
	h2.wp-block-heading {
		width: 70%;
	    margin-bottom: -32px;
}
.aa_byline {
		    font-size: 18px;
			margin-top: 0px;
			margin-bottom: 0px;
	}
	.antia-access-header {
    padding: 24px 16px;
}

}
@media (max-width: 650px) {
	.pop-header_byline {
		margin-bottom: 24px;
	}
	
	.pop-header_byline,
	.pop-header,
	.pop-form {
        width: 100%;
    }
	
	.aa-pop-wrapper {
        max-width: initial;
        width: calc(100vw - 31px);
	}
	#aa-pop-window {
		margin-top: 130px;
    }
	.aa-pop-container {
        padding: 32px 36px;
    }
	.pop-form iframe {
		min-height: 1350px!important;
	}
	
}

@media (max-width: 590px) {
	    .aa_title {
        font-size: 11.5vw;
    }
	h2.wp-block-heading {
        width: 60%;
        margin-bottom: -42px;
    }

}
@media (max-width: 550px) {
	.aa-pop-container {
        padding: 24px 24px;
		padding-top: 0px;
    }
	.pop-header h2 {
		margin-bottom: 8px;
	}
	.pop-header {
		margin-bottom: 16px;
	}
	.pop-form iframe {
		min-height: 1410px!important;
	}
	
}

@media (max-width: 470px) {
	.aa_title {
        font-size: 10.8vw;
    }
	.aa_byline {
        font-size: 15px;
        margin-top: 8px;
        margin-bottom: -8px;
    }
}
/*
::backdrop {
	background: rgba(0,0,0,0.5);
}
.no-scroll {
  overflow: hidden;
  overscroll-behavior: contain;
}*/

@media (max-width: 435px) {
	.pop-form iframe {
		min-height: 1600px!important;
	}
	}
	
	@media (max-width: 380px) {
	.pop-form iframe {
		min-height: 1740px!important;
	}
	
}

	@media (max-width: 330px) {
	.pop-form iframe {
		min-height: 1890px!important;
	}
	
}

/* Pop up animation*/
#aa-pop-bg {
	animation: fade-out 0.6s linear both;
}


#aa-pop-bg.activated {
	animation: fade-in 0.4s linear both;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}