/*
	font-family: 'Cormorant Garamond', serif;
	font-family: 'Jost', sans-serif;
	font-family: 'Raleway', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'proximanova-condensed';
    src: url(./../fonts/ProximaNovaCond-Bold.woff2) format('woff2'),
        url(./../fonts/ProximaNovaCond-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'proximanova-condensed';
    src: url(./../fonts/ProximaNovaCond-Regular.woff2) format('woff2'),
        url(./../fonts/ProximaNovaCond-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'proximanova-condensed';
    src: url(./../fonts/ProximaNovaCond-Semibold.woff2) format('woff2'),
        url(./../fonts/ProximaNovaCond-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


:root {
	--c23-primary:  #EC2F25;
	--c23-secondary:  #141A21;
	--c23-light: #FFF;
}
body {
	font-family: 'Raleway', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 0.938vw;
}
@media screen and (max-width: 1440px) {
	body {
		font-size: 13.5px;
	}
}
@media screen and (min-width: 1921px) {
	body {
		font-size: 18px;
	}
}
body * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Jost', sans-serif;
	color: inherit;
}
h2 {
	font-size: 3.056em;
}
a, a * {
	transition: .3s ease;
}
.c23-bg--secondary {
	background: var(--c23-secondary);
	color: var(--c23-light);
}
.c23-uppercase {
	text-transform: uppercase;
}
.c23-nowrap {
	white-space: nowrap !important;
}
.c23-button {
	font-size: 1.4em;
	color: var(--c23-light);
	border: solid 3px var(--c23-primary);
	font-weight: 600;
	max-width: 322px;
	min-width: 200px;
	width: 100%;
	text-decoration: none;
	display: block;
	padding: 1.354vw 5px 1.250vw;
	text-align: center;
}
@media screen and (min-width: 1921px) {
	.c23-button {
		padding-top: 26px;
		padding-bottom: 24px;
	}
}
.c23-button:hover {
	background: var(--c23-primary);
}
.c23-container {
	width: 73.125%;
	max-width: 1404px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 1024px) {
	.c23-container {
		width: 100%;
	}
}
.c23-container img {
	max-width: 100%;
}

.c23-text h3 {
	font-size: 1.67em;
	color: var(--c23-primary);
	line-height: 1.5;
	margin-bottom: 55px;
	text-transform: uppercase;
}
.c23-text a {
	color: var(--c23-primary);
	text-decoration: none;
}
.c23-text a:hover {
	opacity: .8;
}
.c23-text p {
	line-height: 1.5;
	font-size: 1.3em;
	margin-bottom: 25px;
}
.c23-text ul,
.c23-text ol {
	line-height: 1.875;
	font-size: 1.3em;
	margin-bottom: 53px;
}
.c23-text ul {
	list-style-type: none;
	padding: 0;
}
.c23-text ul li {
	position: relative;
	padding-left: 22px;
}
.c23-text ul li:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--c23-primary);
}
.c23-text ul li ul {
	font-size: inherit;
}
.c23-text ul li ul li:before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border-radius: 0;
	color: var(--c23-primary);
	background: none;
}
.c23-text ol {
	padding-left: 15px;
}
.c23-text p + ul {
	margin-top: -20px;
}
.c23-text .c23-button {
	color: #fff;
}

.c23-header {
	background: var(--c23-secondary);
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	padding: 41px 0 34px;
	border-bottom: solid 3px var(--c23-light);
}
body.admin-bar .c23-header {
	top: 32px;
}
@media screen and (max-width: 600px) {
	.c23-header {
		position: static;
	}
}
.c23-header .c23-container {
	max-width: 1854px;
	width: 96.56250%;
	display: flex;
	align-items: center;
}
.c23-header__logo {
	max-width: 426.1px;
	width: 23.48953%;
	min-width: 270px;
}
.c23-header__navigation {
	margin-left: auto;
	margin-right: 2.604vw;
}
.c23-header__navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.c23-header__navigation ul li {
	display: inline-block;
	margin-right: 1.823vw;
}
.c23-header__navigation ul li:last-child { margin-right: 0; }
.c23-header__navigation ul li a {
	color: var(--c23-light);
	text-decoration: none;
    font-family: 'proximanova-condensed';
    font-size: 1.3em;
}
.c23-header__navigation ul li a:hover {
	color: var(--c23-primary);
}
.c23-header__register {
	color: var(--c23-light);
	border: solid 3px var(--c23-primary);
	font-size: 1.1em;
	font-weight: 700;
	text-decoration: none;
	max-width: 184px;
	width: 9.583vw;
	min-width: 140px;
	text-align: center;
	padding: 8px 5px 9px;
}
.c23-header__register:hover {
	background: var(--c23-primary);
}
@media screen and (min-width: 1921px) {
	.c23-header__navigation {
		margin-right: 50px;
	}
	.c23-header__navigation ul li {
		margin-right: 35px;
	}
}
@media screen and (max-width: 1024px) {
	.c23-header .c23-container {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.c23-header .c23-container {
		flex-wrap: wrap;
	    justify-content: space-between;
	    grid-gap: 20px;
	}
	.c23-header__navigation {
	    margin: 0;
	    order: 3;
	    width: 100%;
	    text-align: right;
	}
}
@media screen and (max-width: 480px) {
	.c23-header .c23-container {
		flex-direction: column;
		align-items: center;
	}
	.c23-header__navigation {
		text-align: center;
	}
}

.c23-hero {
	position: relative;
	overflow: hidden;
	padding-top: 70.52083%;
}
.c23-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.c23-hero__text-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.c23-hero__text {
	color: var(--c23-light);
	text-align: center;
}
.c23-hero__year {
	width: 24.78006%;
	max-width: 338px;
	margin-bottom: 2.813vw;
}
.c23-hero__text h1 {
	/*font-size: 5.66667em;*/
	max-width: 25ch;
	margin-left: auto;
	margin-right: auto;
	font-size: 5.313vw;
	font-weight: 400;
	line-height: 1.1646;
	letter-spacing: .02em;
	margin-bottom: 3.021vw;
}
.c23-hero__schedule {
	background: var(--c23-secondary);
	color: var(--c23-light);
	font-size: 2.2em;
	border-radius: 3px;
	border: solid 3px var(--c23-light);
	max-width: 1051px;
	width: 77.05279%;
	margin: 0 auto;
	font-weight: 500;
	margin-bottom: 3.906vw;
	padding: 1.667vw 5px 1.823vw;
}
.c23-hero__schedule-date {
	margin-bottom: 17px;
}
.c23-hero__foot {
	font-weight: 500;
	font-size: 1.67em;
	margin-bottom: 3.177vw;
}
.c23-hero__button {
	max-width: 491px;
	margin: 0 auto;
	width: 35.99707%;
	padding: 1.354vw 5px 1.250vw;
}
@media screen and (min-width: 1921px) {
	.c23-hero {
		padding-top: 0;
		height: 1354px;
	}
	.c23-hero__year {
		margin-bottom: 54px;
	}
	.c23-hero__text h1 {
		font-size: 102px;
		margin-bottom: 58px;
	}
	.c23-hero__schedule {
		margin-bottom: 75px;
		padding: 32px 5px 35px;
	}
	.c23-hero__schedule-date {
		margin-bottom: 17px;
	}
	.c23-hero__foot {
		font-weight: 500;
		font-size: 1.67em;
		margin-bottom: 61px;
	}
	.c23-hero__button {
		padding: 26px 5px 24px;
	}
}
@media screen and (max-width: 1024px) {
	.c23-hero {
		padding-top: 0;
		height: auto;
	}
	.c23-hero__text-container {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.c23-hero__year {
		width: 100%;
		max-width: 115px !important;
		margin-bottom: 30px;
	}
	.c23-hero__text h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.c23-hero__schedule {
		width: 100%;
		max-width: 450px;
		font-size: 20px;
		margin-bottom: 30px;
	}
	.c23-hero__schedule-date {
		margin: 0;		
	}
	.c23-hero__foot {
		margin-bottom: 30px;
	}
	.c23-hero__button {
		width: 100%;
		max-width: 322px;
	}
}
.c23-blurb {
	background: #77787B;
	padding: 2.865vw 0;
}
.c23-blurb__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1423px;
	width: 74.11458%;
}
.c23-blurb__list-item {
	display: flex;
	justify-content: center;
	text-decoration: none;
	color: var(--c23-light);
	grid-gap: 30px;
	border-right: solid 3px var(--c23-light);
}
.c23-blurb__list-item:last-child { border-right: none; }
.c23-blurb__text {
	font-family: 'Jost', sans-serif; 
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #fff;
}
.c23-blurb__list-item:hover svg,
.c23-blurb__list-item:hover .c23-blurb__text {
	/*opacity: .5;*/
}
@media screen and (min-width: 1921px) {
	.c23-blurb {
		padding: 55px 0;
	}
}
@media screen and (max-width: 1024px) {
	.c23-blurb__list {
	    width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.c23-blurb {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.c23-blurb__list {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    grid-gap: 50px;
	}
	.c23-blurb__list-item {
		border-right: none;
	}
}

.c23-why-attend {
	background: var(--c23-secondary);
	color: var(--c23-light);
	padding-top: 6.927vw;
	padding-bottom: 3.385vw;
}
.c23-why-attend h2 {
	text-align: center;
	margin-bottom: 3.594vw;
}
.c23-why-attend ul,
.c23-why-attend ol,
.c23-why-attend p {
	font-size: 1.3em;
	margin-bottom: 2.760vw;
	line-height: 1.875;
}
.c23-why-attend video {
	width: 100%;
}
@media screen and (min-width: 1921px) {
	.c23-why-attend {
		padding-top: 133px;
		padding-bottom: 65px;
	}
	.c23-why-attend h2 {
		margin-bottom: 69px;
	}
	.c23-why-attend ul,
	.c23-why-attend ol,
	.c23-why-attend p {
		margin-bottom: 53px;
	}
}
@media screen and (max-width: 768px) {
	.c23-why-attend {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.c23-why-attend h2 {
		margin-bottom: 30px;
	}
	.c23-why-attend ul,
	.c23-why-attend ol,
	.c23-why-attend p {
		margin-bottom: 30px;
	}
}

.c23-whats-included {
	background: var(--c23-secondary);
	color: var(--c23-light);
	padding-top: 2.708vw;
	padding-bottom: 8.333vw;
}
.c23-whats-included h2 {
	text-align: center;
	margin-bottom: 4.167vw;
}
.c23-whats-included__list {
	display: flex;
	grid-gap: 3.021vw;
}
.c23-whats-included__list-item {
	color: inherit;
	text-decoration: none;
	text-align: center;
}
.c23-whats-included__list-item-img {
	display: block;
	max-width: 100%;
	margin: 0 auto 1.563vw;
	transition: 3s ease;
	transform: rotate(0deg);
}
.c23-whats-included__list-item:hover .c23-whats-included__list-item-img {
	transition: 9s ease;
	/*transform: rotate(720deg);*/
}
.c23-whats-included__list-item-title {
	font-size: 1.66667em;
	text-decoration: none;
	font-weight: bold;
}
@media screen and (min-width: 1921px) {
	.c23-whats-included {
		padding-top: 52px;
		padding-bottom: 160px;
	}
	.c23-whats-included h2 {
		margin-bottom: 80px;
	}
	.c23-whats-included__list {
		grid-gap: 58px;
	}
	.c23-whats-included__list-item-img {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1350px) {
	.c23-whats-included .c23-container {
		width: 100%;
	}
	.c23-whats-included__list-item-title {
		font-size: 1em;
	}
}
@media screen and (max-width: 700px) {
	.c23-whats-included {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.c23-whats-included h2 {
		margin-bottom: 30px;
	}
	.c23-whats-included .c23-container {
		max-width: 500px;
	}
	.c23-whats-included__list {
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.c23-whats-included__list-item {
		width: 100%;
		max-width: 115px;
	}
}

.c23-instore {
	background: #000 url(./../images/c23-instore-bg.jpg) no-repeat center center / cover scroll;
	color: var(--c23-light);
	padding-top: 9.115vw;
}
.c23-instore h2 {
	text-align: center;
	color: inherit;
	margin-bottom: 6.510vw;
}
.c23-instore__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.c23-instore__list-item {
	text-decoration: none;
	color: inherit;
	/*height: 0;*/
	/*padding-top: 209.67033%;*/
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
.c23-instore__list-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0, .7);
	opacity: 0;
	pointer-events: none;
	transition: .3s ease;
}
.c23-instore__list-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover;
	transition: .3s ease;
}
.c23-instore__list-item-text-block {
	position: relative;
	padding: 2.604vw 2.604vw;
	color: #fff;
	z-index: 2;
	transition: .3s ease;
}
.c23-instore__list-item-text-block-text {
	opacity: 0;
	pointer-events: none;
	transition: .3s ease;
}
.c23-instore__list-item-title {
	font-size: 1.67em;
	font-family: 'Jost', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.c23-instore__list-item:hover img {
	transform: scale(1.05);
	transition: 3s ease;
}
.c23-instore__list-item:hover:before {
	opacity: 1;
}
.c23-instore__list-item:hover .c23-instore__list-item-title {
	color: var(--c23-primary);
}
.c23-instore__list-item:hover .c23-instore__list-item-text-block-text {
	opacity: 1;
	pointer-events: auto;
}
.c23-instore__list-item .c23-instore__list-item-text-block-text p {
	font-size: 1.3em;
	line-height: 1.875;
	margin-bottom: 2.78em;
}
.c23-instore__list-item .c23-instore__list-item-text-block-text a:not(.c23-button) {
	color: var(--c23-primary);
	text-decoration: none;
}
.c23-instore__list-item .c23-instore__list-item-text-block-text a:not(.c23-button):hover {
	text-decoration: underline;
}
.c23-instore__list-item .c23-instore__list-item-text-block-text a.c23-button {
	display: block;
	width: 100%;
	max-width: 100%;
}
@media screen and (min-width: 1921px) {
	.c23-instore {
		padding-top: 175px;
	}
	.c23-instore h2 {
		margin-bottom: 125px;
	}
	.c23-instore__list-item-text-block {
		padding: 50px;
	}
}
@media screen and (max-width: 1440px) {
	.c23-instore .c23-container {
		width: 100%;
		max-width: 1053px;
	}
}
@media screen and (max-width: 768px) {
	.c23-instore {
		padding-top: 50px;
	}
	.c23-instore__list {
		display: flex;
    	flex-direction: column;
	}
	.c23-instore__list-item:before {
		opacity: 1;
	}
	.c23-instore__list-item .c23-instore__list-item-title {
		color: var(--c23-primary);
	}
	.c23-instore__list-item-text-block {
	    border-top: solid 3px var(--c23-primary);
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.c23-instore__list-item .c23-instore__list-item-text-block-text {
		opacity: 1;
		pointer-events: auto;
	}
}

.c23-ft-hotel {
	padding-top: 10.885vw;
	padding-bottom: 8.177vw;
	position: relative;
}
.c23-ft-hotel:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1050px;
	width: 76.97947%;
	margin: 0 auto;
	border-bottom: solid 1px var(--c23-light);
	display: block;
}
.c23-ft-hotel h2 {
	text-align: center;
	margin-bottom: 5.625vw;
}
.c23-ft-hotel__text-block {
	display: flex;
	align-items: flex-start;
	grid-gap: 25px;
}
.c23-ft-hotel__text {
	flex: 1 1 auto;
}
.c23-ft-hotel__text .c23-button {
	width: 46%;
}
.c23-ft-hotel__img {
	max-width: 639px;
	width: 46.84751%;
	border: solid 3px var(--c23-light);
	flex: 0 0 auto;
}
@media screen and (min-width: 1921px) {
	.c23-ft-hotel {
		padding-top: 209px;
		padding-bottom: 157px;
	}
	.c23-ft-hotel h2 {
		margin-bottom: 108px;
	}
}
@media screen and (max-width: 768px) {
	.c23-ft-hotel {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.c23-ft-hotel__text-block {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 600px) {
	.c23-ft-hotel__img {
		width: 100%;
	}
}

.c23-networking-activities {
	padding-top: 6.250vw;
	padding-bottom: 5.833vw;
	position: relative;
}
.c23-networking-activities h3 {
	font-size: 1.67em;
	color: var(--c23-primary);
	line-height: 1.5;
	margin-bottom: 42px;
	text-transform: uppercase;
}
.c23-networking-activities__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 87px;
}
@media screen and (min-width: 1921px) {
	.c23-networking-activities {
		padding-top: 120px;
		padding-bottom: 112px;
	}	
}
@media screen and (max-width: 768px) {
	.c23-networking-activities {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.c23-networking-activities__list {
		display: block;
	}
}

.c23-activities-gallery {
	display: flex;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.c23-activities-gallery .c23-activity-gallery__item {
	flex: 1 1 auto;
    position: relative;
    transition: .3s ease;
	filter: grayscale(1);
	padding-top: 62.74510%;
}
.c23-activities-gallery .c23-activity-gallery__item:hover {
	filter: grayscale(0);
    transform: scale(1.2);
    z-index: 3;
}
.c23-activities-gallery .c23-activity-gallery__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.c23-roullette-bg {
	background: #000 url(./../images/c23-roulette-bg.jpg) no-repeat center center / cover scroll;
	color: var(--c23-light);
	padding-top: 8.854vw;
	padding-bottom: 2.760vw;
}
.c23-roullette-bg .c23-container {
	/*max-width: 1230px;*/
	/*width: 64.0625%;*/
	max-width: 1440px;
	width: 100%;
}
.c23-roullette-bg h2 {
	text-align: center;
	margin-bottom: 77px;
}

.c23-card-list {
	/*display: flex;*/
	grid-gap: 3.167vw;
	display: grid;
	/*grid-gap: 1.5vw;*/
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 87px;
}
.c23-card {
	border: solid 3px var(--c23-light);
	background: var(--c23-secondary);
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 34px 30px 47px;
}
.c23-card__body {
	flex: 1 1 auto;
	font-weight: 400;
	letter-spacing: -.01em;
	padding-bottom: 10px;
}
.c23-card h3 {
	max-width: 15ch;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.c23-card strong {
	color: var(--c23-primary);
}
.c23-card em {
	font-weight: 300;
}
.c23-card .c23-button {
	margin: 0 auto;
	width: 70.45045%;
}
@media screen and (min-width: 1921px) {
	.c23-roullette-bg {
		padding-top: 170px;
		padding-bottom: 53px;
	}
	.c23-card-list {
		grid-gap: 80px;
	}
}
@media screen and (max-width: 1440px) {
	.c23-roullette-bg .c23-container {
		max-width: 1130px;
	}
}
@media screen and (max-width: 1024px) {
	.c23-roullette-bg .c23-container {
		width: 100%;
	 }
	 .c23-card-list {
		display: flex;
		flex-direction: column;
	    grid-gap: 30px;
	    width: 100%;
	    max-width: 555px;
	    margin-left: auto;
	    margin-right: auto;
	}
}
@media screen and (max-width: 768px) {
	.c23-roullette-bg {
		padding-top: 50px;
		padding-bottom: 50px;
	}	
}

.c23-terms {
	text-align: center;
	padding-bottom: 60px;
}

.c23-group-rate {
	text-align: center;
}

.c23-group-rate__list ul {
	display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}
.c23-group-rate__list ul li {
	padding-bottom: 30px;
	margin-bottom: 27px;
}
.c23-group-rate__list span {
	color: var(--c23-primary);
}
.c23-group-rate__list ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 236px;
	margin: 0 auto;
	border-bottom: solid 1px var(--c23-light);

}
.c23-group-rate__list ul li:last-child:after { display: none; }
@media screen and (max-width: 600px) {
	.c23-group-rate__list ul li:before {
		display: none;
	}
}

.c23-footer-cta {
	position: relative;
	z-index: 1;
}
.c23-footer-cta:before {
	content: '';
	position: absolute;
	z-index: -1;
	background: var(--c23-primary);
	top: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
}
.c23-cta {
	background: #aaa url(./../images/c24-cta.) no-repeat center center / cover scroll;
	padding: 30px 132px 34px 74px;
	margin-top: -30px;
	margin-bottom: -30px;
	display: flex;
	grid-gap: 20px;
}
.c23-cta__text {
	flex: 1 1 auto;
}
.c23-cta__text h3 {
	color: var(--c23-primary);
	/*text-transform: uppercase;*/
	line-height: 1.6;
	font-size: 1.67em;
	margin-bottom: 12px;
}
.c23-cta__text p {
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 30px;
}
.c23-cta__button {
	background: var(--c23-primary);
	color: var(--c23-light);
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 600;
	display: block;
	padding: 11px 5px;
	max-width: 258px;
	min-width: 150px;
	text-align: center;
	width: 26.35342%;
	border-radius: 3px;
}
.c23-cta__button:hover {
	opacity: .8;
}
.c23-cta__image {
	flex: 0 0 auto;
	max-width: 159px;
	min-width: 110px;
	width: 13.73057%;
}
.c23-cta__meta {
	font-weight: 700;
}
.c23-cta__meta-name {
	font-size: 1.2em;
}
.c23-cta__meta-position {
	font-size: 0.83em;
}
@media screen and (max-width: 768px) {
	.c23-cta {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 500px) {
	.c23-cta {
	    flex-direction: column-reverse;
	    align-items: center;
	    text-align: center;
	}
	.c23-cta__button {
		margin: 0 auto;
	}
}

.c23-footer {
	background: var(--c23-secondary);
	color: var(--c23-light);
	padding-top: 143px;
	padding-bottom: 100px;
    font-family: 'proximanova-condensed';
}
.c23-footer .c23-footer__top {
	display: flex;
}
/*.c23-footer__item {
	margin-right: 2.604vw;
}*/
.c23-footer__item:first-child {
	margin-right: auto;
	/*width: 13.19648%;*/
	width: 100%;
	flex: 0 0 auto;
	max-width: 180px;
}
.c23-footer__item--terms {
	align-self: flex-end;
	text-align: center;
	margin: 0 auto;
}
.c23-footer .c23-footer__item--terms a {
	color: var(--c23-primary);
}
.c23-footer .c23-footer__item--terms a:hover {
	text-decoration: underline;
}
.c23-footer__item--social {
	/*width: 100%;
	max-width: 180px;*/
	display: flex;
	justify-content: flex-end;
}
/*.c23-footer__item:last-child {
	margin-right: 0;
	margin-left: 2.500vw;
}*/
.c23-footer .widget-title {
	color: var(--c23-primary);
	font-size: 19px;
	margin-bottom: 20px;
}
.c23-footer__logo {
	display: block;
	margin-bottom: 10px;
	max-width: 180px !important;
}
.c23-footer a {
	color: inherit;
	text-decoration: none;
}
.c23-footer a:hover {
	color: var(--c23-primary);
}
.c23-footer i {
	color: var(--c23-primary);
	width: 25px;
}
.c23-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.c23-footer ul,
.c23-footer p {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 20px;
}
.c23-footer ul li {
	margin-bottom: 5px;
}
@media screen and (min-width: 1921px) {
	.c23-footer__item {
		margin-right: 50px;
	}
	.c23-footer__item:last-child {
		margin-left: 48px;
	}
}
@media screen and (max-width: 1200px) {
	.c23-footer__item:last-child {
		margin-left: 0;
	}
}
@media screen and (max-width: 1100px) {
	.c23-footer .c23-footer__top {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.c23-footer .c23-footer__top {
	    /*flex-wrap: wrap;
	    grid-gap: 30px;
	    justify-content: space-between;
	    align-items: center;
	    flex-direction: column;*/
	}
	.c23-footer__item--terms {
		align-self: center;
		order: 3;
	}
	.c23-footer__item:first-child {
	    width: auto;
	    max-width: 100%;
	    margin-bottom: 30px;
	}
	.c23-footer__item:first-child img {
		margin-left: auto;
		margin-right: auto;
	}
	.c23-footer__item:first-child p {
		text-align: center;
	}
	.c23-footer__item--social {
		display: block;
	}
	.c23-footer__item {
		margin: 0;
	}
}
@media screen and (max-width: 600px) {
	.c23-footer .c23-footer__top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	 }
	.c23-footer__item:first-child {
		max-width: 180px;
		margin: 0 auto;
	}
	.c23-footer__item:first-child ul {
		text-align: left;
	}
	.c23-footer__item:last-child ul {
		text-align: left;
	}
}






#page-conference-2023 > :not([id^="kd-"]):last-child {
	margin-bottom: 100px;
}
#page-conference-2023 > :not([id^="kd-"]) {
	/*max-width: 1666px;
	width: 86.77083%;*/
	max-width: 1388px;
	width: 72.29167%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;	
	margin-right: auto;	
	margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
	#page-conference-2023 > :not([id^="kd-"]) {
	    width: 100%;
	    padding-left: 30px;
	    padding-right: 30px;
	}
}
#page-conference-2023 > :first-child:not([id^="kd-"]) {
	margin-top: 50px;
}
body.page-template-template-conference-page-2023 {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
body.page-template-template-conference-page-2023 #page-conference-2023 {
	flex: 1 1 auto;
}
body.page-template-template-conference-page-2023 #page-conference-2023 > h2 {
	font-size: 1.67em;
}
body.page-template-template-conference-page-2023 #page-conference-2023 > p a {
	color: var(--c23-primary);
	text-decoration: underline;
}
body.page-template-template-conference-page-2023 #page-conference-2023 a:hover {
	text-decoration: none;
}
body.page-template-template-conference-page-2023 #page-conference-2023 > ol {
	padding-left: 30px;
}
body.page-template-template-conference-page-2023 #page-conference-2023 > ol li ul {
	padding-left: 20px;
	margin-top: 20px;
}
body.page-template-template-conference-page-2023 #page-conference-2023 > ul {
	padding-left: 30px;
	list-style: none;
}
body.page-template-template-conference-page-2023 #page-conference-2023 > ul li {
	padding-left: 25px;
	margin-bottom: 18px;
	position: relative;
}
body.page-template-template-conference-page-2023 #page-conference-2023 > ul li:before {
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
	color: inherit;
}
body.page-template-template-conference-page-2023 #page-conference-2023 > ul li {
	margin-bottom: 10px;
}
body.page-template-template-conference-page-2023 .ppc-header__contact,
body.page-template-template-conference-page-2023 .ppc-header__button,
body.page-template-template-conference-page-2023 .ppc-footer {
	display: none;
}
body.page-template-template-conference-page-2023 .ppc-footer-bottom {
	background: #4b4c4f;
	color: #fff;
	margin-bottom: 0;
}
body.page-template-template-conference-page-2023 .ppc-footer-bottom .ppc-container {
	padding-top: 25px;
	padding-bottom: 25px;
}
body.c23-connect-2023-attendee-terms-conditions #page-conference-2023 > ol li,
body.c23-connect-2023-attendee-terms-conditions #page-conference-2023 > ul li {
	margin-bottom: 20px;
}
.ppc-thankyou-banner {
	position: relative;
	/*padding-top: 11.781%;*/
	height: 226.19px;
	overflow: hidden;
	margin-bottom: 50px;
}
.ppc-thankyou-banner__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.ppc-thankyou-banner__text-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ppc-thankyou-banner__text-block .ppc-container {
	max-width: 1388px;
	width: 72.29167%;
	margin-left: auto;
	margin-right: auto;
}
.ppc-thankyou-banner__title {
	font-size: var(--fs-60);
	max-width: 720px;
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.85);
	padding: 1.5rem;
	/*color: #177284;*/
	color: var(--c23-primary);
	font-size: 2em;
	display: block;
    line-height: 100%;
    font-weight: 600;
}
@media screen and (max-width: 1280px) {
	.ppc-thankyou-banner__text-block .ppc-container {
	    width: 100%;
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

.c23-footer-copyright {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: solid 1px #262626;
	grid-gap: 30px;
	color: #fff;
	margin-top: 15px;
	padding-top: 15px;
}
.c23-footer-copyright__left {}
.c23-footer-copyright__right {
	text-align: right;
}
.c23-footer-copyright a {
	color: var(--c23-primary);
}
.c23-footer-copyright a:hover {
	opacity: .8;
	text-decoration: none;
}
@media screen and (max-width: 1100px) {
	.c23-footer-copyright-container {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.c23-footer-copyright {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.c23-footer-copyright__right {
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	.c23-footer-copyright__left,
	.c23-footer-copyright__right {
		text-align: center;
	}	
}
@media screen and (min-width: 481px) {
	.c23-footer-copyright a {
		white-space: nowrap;
	}
}