.icon_list-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-template-columns: repeat(3,1fr);
    gap: 1%;
}

@font-face {
    font-family: 'AngolaBeach';
    src: url('../fonts/AngolaBeach.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.icon_list-list-item{
	width: 31.94%;
}

.blog-story-single .background-bg{
	margin-top: -75px;
	margin-bottom: -75px;
}

.blog-story-single .background-mask{
	max-height: 324px;
	mask-size: contain;
}

.icon_list-list-item{
	text-align: center;
}

.icon_list-list-item-icon {
	margin-bottom: 18px;
}

.icon_list-list-item-icon img{
	max-width: 80px;
	max-height: 80px;
}

.large{
	font-size: 28px;
	line-height: 57px;
}

.blue{
	color: #263A8B;
}

.blog-story-single p:last-child{
	margin-bottom: 0
}

.blog-story-single .default-content h2{
	margin-bottom: 41px
}


.blog-story-single .default-content p{
	margin-bottom: 5px;
	font-weight: 500;
}

.blog-story-single .default-content p[style="padding-left: 40px;"]{
	padding-left: 56px!important;
}

.blog-story-single .default-content p img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 18px;
	position: relative; 
	top: -3px;
}

.blog-story-single .default-content p a{
	text-decoration: underline;
	transition: all .3s ease;
}

.blog-story-single .default-content p a:hover{
	text-decoration: none;
	opacity: .7
}

.icon_list-title{
	text-align: center;
	margin-bottom: 58px;
}

.blog-story-single .default-content p .aligncenter{
	margin: 0 auto;
	display: block;
}

.default-content.bordered .container{
	position: relative;
border: 5px solid #A0DCF0;
	padding: 32px;
}

.default-content.bordered > .container:before{
/* 	 content: "";
  display: block;
    width: 100%;
    height: 100%;
	background-image: url('/wp-content/uploads/2025/09/Frame-197-1.png');
    background-size: 1190px 586px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	 */
}

.weight_black{
	font-weight: 900;
	font-family: 'Asap';
}

.blog-story-single blockquote{
	background: #A0DCF0;
	padding: 32px;
}

.blog-story-single blockquote p{
	font-size: 28px;
	line-height: 58px;
	font-weight: 500;
	text-align: center
}

.default-content h4{
	font-family: 'Asap';
	line-height: 57px;
	font-weight: 900;
	color: #263A8B;
}

.blog-story-single blockquote p:last-child{
	margin-bottom: 0;
}

.icon_list-list-item-title{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 25px
}

.icon_list-list-item-text p{
	font-size: 23px;
	line-height: 37px;
	font-weight: 500;
	font-family: 'Asap';
	text-transform: capitalize;
    margin-bottom: 10px;
}

.icon_list-list-item-text p small{
    font-size: 16px;
}

.icon_list-list-item-text a{
    text-decoration: underline;
}

.cta-button{
	background-color: #C64571;
	display: inline-block;
	color: #fff; 
	text-transform: uppercase;
	padding: 11px 20px;
	border-radius: 100px;
	max-width: 332px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.cta-button:hover{
	color: #fff;
}

@media screen and (max-width: 768px){
	.icon_list-list-item{
		width: 100%;
	}
	.blog-story-single .default-content{
		padding: 35px 0!important;
	}
	.blog-story-single .default-content p:empty{
		display: none;
	}
	.icon_list-list{
		    grid-template-columns: repeat(1, 1fr);
	}
	.icon_list-list-item-icon{
		margin-bottom: 15px;
	}
	.icon_list-list-item-icon img{
		max-width: 60px;
		max-height: 60px
	}
	.icon_list-list-item-title{
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 36px;
	}
	.icon_list-list-item-text p{
		font-size: 18px;
	}
	.blog-story-single .default-content h2{
		margin-bottom: 24px;
	}
	.blog-story-single blockquote{
		padding: 24px;
	}
	.blog-story-single blockquote p{
		font-size: 22px;
		line-height: 36px;
	}
	.large{
		font-size: 22px; 
		line-height: 36px;
	}
	.blog-story-single .background-mask{
		background-size: contain;
		max-height: 200px
	}
	.blog-story-single .default-content p[style="padding-left: 40px;"]{
		padding-left: 44px!important;
	}
	.blog-story-single .default-content p img{
		margin-right: 5px;
	}
	.blog-story-single p{
		font-size: 20px;
    line-height: 26px;
	}
	.default-content.bordered .container{
		padding: 24px;
		max-width: 90%;
		min-height: unset;
	}
	.default-content.bordered > .container{
		border: 5px solid #A0DCF0;
	}
}


.bold{
    font-weight: 700;
}

.light{
    font-weight: 300;
}

.flex_wrap{
    flex-wrap: wrap;
}

.text_c{
    text-align: center;
}

.flex_auto{
    flex: 0 0 auto;
}

.flex{
    display: flex;
}

.flex_inline{
    display: inline-flex;
}

.justify_c{
    justify-content: center;
}

.align_c{
    align-items: center;
}

.justify_sb{
    justify-content: space-between;
}

.reverse{
    flex-direction: row-reverse;
}

.event_top-inner{
    max-width: 1282px;
}

.event_top-info{
    position: relative;
}

.event_top-title{
    font-size: 58px;
    line-height: 88px;
    text-transform: uppercase;
    margin-bottom: 23px;
    font-family: 'Asap';
}

.event_top-image{
    position: absolute;
}

.event_top-subtext{
    margin-bottom: 38px;
}

.event_top-subtext p{
    font-size: 48px;
    line-height: 75px;
    font-weight: 300;
}

.event_top-list-item{
    gap: 105px;
}

.ff_montserrat {
    font-family: 'Montserrat';
}

.event_top-list-item-text p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 48px;
}

.event_top-list-item-text strong{
    font-size: 18px;
    font-weight: 900;
}

.blog-story-single p:last-child{
    margin-bottom: 0!important;
}

.event_top-list-item-image{
    flex: 0 0 auto;;
}

.event_top-list-item-image img{
    width: 363px;
    height: 363px;
    object-fit: cover;
    object-position: center;
    border-radius: 90px;
}

.event_top-list{
    gap: 30px;
    flex-direction: column;
    margin-bottom: 32px;
}

.event_top-links{
    gap: 80px;
    position: relative;
}

.cta-button{
    font-family: 'Montserrat';
    font-weight: 700;
}

.event_top-links .cta-button {
    max-width: unset;
    width: auto;
    padding: 8px 40px;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-decoration: underline;
    border: 1px solid #C64571;
}

.event_top-links .cta-button.secondary{
    background-color: transparent;
    color: #C64571;
    border-color: #C64571;
}

.event_top-links {
    margin-top: 80px;
}

.event_top{
    margin-top: -88px;
    padding-bottom: 232px;
    padding-top: 140px;
    position: relative;
    z-index: 10;
}

.event_top-bottom-wave{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.event_top-bottom-wave img{
    height: 180px;
    width: 100%;
}

.event_extra{
    background-color: #A0DCF0;
    margin-top: -175px;
    padding-top: 85px;
    padding-bottom: 237px;
    margin-bottom: -143px;
    position: relative;
}

.event_extra-info{
    position: relative;
}

.event_extra-title{
    font-size: 48px;
    line-height: 75px;
    margin-bottom: 71px;
    font-family: 'Asap';
}

.event_extra-text p{
    font-size: 16px;
    line-height: 32px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0;
}

.event_extra-text strong{
    font-weight: 900;
}

.event_extra-text {
    margin-bottom: 92px;
}

.event_extra-list{
    position: relative;
    left: 53px;
}

.event_extra-list-item {
    gap: 37px;
}

.event_extra-list-item-text p{
    font-size: 16px;
    line-height: 32px;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.event_extra-list-item-image img{
    width: 432px;
}

.event_extra-inner{
    max-width: 1320px;
}

.event_extra-list-item-image {
    position: relative;
    top: -19px;
    left: -20px;
}

.event_extra-quote-paragraph{
    position: relative;
    display: inline-block;
}

.event_extra-quote p{
    font-size: 16px;
    line-height: 32px;
    font-weight: 900;
    font-family: 'Montserrat';
    margin-bottom: 0;
}

.event_extra-image{
    margin-top: 105px;
}

.event_extra-quote {
    margin-top: 45px;
    margin-bottom: 100px;
}

.event_extra-quote{
    position: relative;
}

.event_extra-image img {
    border-radius: 90px;
}

.event_extra-inner-bottom{
    max-width: 1375px;
}

.event_extra-inner-bottom img{
    height: auto;
    /*object-fit: cover;
    object-position: center;*/
    width: auto;
    max-height: 920px;
    max-width: 100%;
    margin: 0 auto;
}

.left .event_extra-title {
    text-align: left;
}

.left .event_extra-quote{
    text-align: left;
}

.left .event_top-links{
    justify-content: flex-start;
}

.left .event_top-links-wrap{
    text-align: left;
}

.event_extra .event_top-links{
    margin-top: 0;
}

/* Laptop Styles (1024px and below) */
@media screen and (max-width: 1400px) {
    .event_extra-text{
        margin-bottom: 60px;
    }
    .event_extra .event_top-image {
        width: 30%;
    }
    .event_top-image{
        transform: scale(.7);
    }
    .event_extra-inner{
        max-width: 1130px;
    }
    .event_extra-inner-bottom{
        max-width: 1130px;
    }
    .event_extra-inner-bottom img{
        height: auto;
    }
    .event_top-list-item-text strong{
        font-size: 16px;
    }
    .icon_list-list-item-title{
        margin-bottom: 18px;
    }
    .icon_list-list-item-icon{
        margin-bottom: 10px;
    }
    .icon_list-list-item-text p{
        font-size: 18px;
        line-height: 24px;
    }
    .icon_list-list-item {
        width: 30%;
    }
    .icon_list-list-item-title{
        font-size: 24px;
        line-height: 30px;
    }
    .event_top-inner{
        max-width: 1130px;
    }
    
    .event_top-title{
        font-size: 48px;
        line-height: 72px;
    }
    
    .event_top-subtext p{
        font-size: 40px;
        line-height: 60px;
    }
    
    .event_top-list-item{
        gap: 60px;
    }
    
    .event_top-list-item-image img{
        width: 300px;
        height: 300px;
    }
    
    .event_top-links{
        gap: 40px;
        flex-wrap: wrap;
    }
    
    .event_top{
        padding-bottom: 220px;
    }
    
    .event_extra{
        margin-top: -178px;
        padding-top: 60px;
        padding-bottom: 180px;
    }
    
    .event_extra-title{
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 50px;
    }
    
    .event_extra-list{
        left: 30px;
    }
    
    .event_extra-list-item-image img{
        width: 350px;
    }
    
    .event_extra-image{
        margin-top: 80px;
    }
    
    .event_extra-quote {
        margin-top: 35px;
        margin-bottom: 80px;
    }

    .event_top-list-item-text p{
        margin-bottom: 28px;
    }
}

/* Tablet Styles (768px and below) */
@media screen and (max-width: 768px) {
    .icon_list-list{
        gap: 20px;
    }
    .icon_list-list-item-title{
        margin-bottom: 10px;
    }
    .event_top-title{
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 20px;
    }
    .event_extra-text {
        margin-bottom: 32px;
    }
    .event_extra-list-item-image{
        margin: 0 auto;
    }

    .event_extra-quote-paragraph br{
        display: none;
    }
    
    .event_top-subtext p{
        font-size: 28px;
        line-height: 42px;
    }
    
    .event_top-list-item{
        gap: 30px;
        flex-direction: column-reverse;
    }
    
    .event_top-list-item-image img{
        width: 250px;
        height: 250px;
    }
    
    .event_top-list-item-text p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    
    .event_top-list-item-text strong{
        font-size: 16px;
    }
    
    .event_top-links{
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    
    .event_top-links .cta-button {
        padding: 12px 30px;
        width: 100%;
        max-width: 380px;
    }
    
    .event_top{
        margin-top: -60px;
        padding-bottom: 120px;
        padding-top: 110px;
    }
    .event_top-image {
        transform: scale(1);
    }
    .event_top-list-item-image img{
        border-radius: 60px;
    }
    
    .event_extra{
        margin-top: -46px;
        padding-top: 40px;
        padding-bottom: 130px;
    }
    
    .event_extra-title{
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 40px;
    }
    
    .event_extra-list{
        left: 0;
    }
    
    .event_extra-list-item {
        gap: 20px;
        flex-direction: column;
    }
    
    .event_extra-list-item-image img{
        width: 100%;
        max-width: 300px;
    }
    
    .event_extra-list-item-image {
        top: 0;
        left: 0;
    }
    
    .event_extra-image{
        margin-top: 60px;
    }
    
    .event_extra-quote {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    
    .event_extra-image img {
        border-radius: 50px;
    }
    
    .event_extra-inner-bottom img{
        height: auto;
    }
    .event_top-bottom-wave img{
        height: 60px;
    }
    .event_top-image{
        max-width: 95px;
    }
    .event_top-image.left{
        left: -60px !important;
        top: -65px !important;
    }
    .event_top-image.right{
        right: -60px!important;
        bottom: -60px!important;
    }
    .event_extra-quote .left{
        left: -27px !important;
        top: -46px !important;
    }
    .event_top-links .event_top-image.right {
        right: -75px !important;
        display: none;
    }
    .event_extra-info .event_top-image.left {
        left: -15px !important;
        top: -2px !important;
    }
    .event_extra-quote-paragraph .event_top-image.right{
        right: -20px!important;
    }

}

/* Mobile Styles (480px and below) */
@media screen and (max-width: 480px) {
    .event_top-inner{
        padding: 0 15px;
    }
    
    .event_top-title{
        font-size: 28px!important;
        line-height: 42px!important;
        margin-bottom: 15px;
    }
    
    .event_top-subtext p{
        font-size: 22px;
        line-height: 33px;
    }
    
    .event_top-list-item-image img{
        width: 200px;
        height: 200px;
    }
    
    .event_top-list-item-text p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    
    .event_top-list-item-text strong{
        font-size: 15px;
    }
    
    .event_top-links .cta-button {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .event_top{
        margin-top: -40px;
        padding-bottom: 120px;
        padding-top: 110px;
    }
    
    .event_extra{
        margin-top: -66px;
        padding-top: 80px;
        padding-bottom: 140px;
    }
    body .icon_list-list-item{
        width: 100%;
    }
    .event_extra-title{
        font-size: 26px;
        line-height: 39px;
        margin-bottom: 30px;
    }
    
    .event_extra-text p{
        font-size: 14px;
        line-height: 28px;
    }
    
    .event_extra-list-item-text p{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    
    .event_extra-list-item-image img{
        width: 100%;
        max-width: 250px;
    }
    
    .event_extra-image{
        margin-top: 40px;
    }
    
    .event_extra-quote {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    
    .event_extra-quote p{
        font-size: 14px;
        line-height: 28px;
    }
    
    .event_extra-image img {
        border-radius: 30px;
    }
    
    .event_extra-inner-bottom img{
        /*height: 200px;*/
    }
    
    .event_extra-inner{
        padding: 0 15px;
    }
    
    .event_extra-inner-bottom{
        padding: 0 15px;
    }
    body .footer-pattern:before{
        top: -38px;
    }
}

/* new year event layout */


.event_hero_view_2 {
    min-height: 635px;
    padding-top: 210px;
    padding-bottom: 66px;
    position: relative;
}

.event_hero_view_2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050D2D99;
    z-index: 15;
}

.event_hero_view_2-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.event_hero_view_2-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.event_hero_view_2-inner{
    position: relative;
    z-index: 20;
}

.text_c{
    text-align: center;
}

.event_hero_view_2-title{
    font-size: 58px; 
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 32px;
    color: #fff;
    font-family: 'AngolaBeach';

}

.event_hero_view_2-text h2 span{
    font-size: 40px;
    line-height: 60px;
    font-weight: 900;
    font-family: 'Montserrat';
    display: inline;
}

.event_hero_view_2-text{
    margin-bottom: 49px;
}

.event_hero_view_2-link{
    background-color: #F0533F!important;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-align: center;
    max-width: 272px;
}

.event_hero_view_2-date-icon{
    width: 5.3rem;
    height: 5.3rem;
    background-image: url('../images/calendar-02.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.event_hero_view_2-date-label{
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    font-family: 'Montserrat';
    color: #fff;
}

.event_hero_view_2-date-info{
    padding-right: 25px;
    border-right: 1px solid #fff;
}

.event_hero_view_2-date-value{
    font-size: 24px;
    line-height: 47px;
    font-weight: 900;
    font-family: 'Montserrat';
    padding-left: 15px;
    width: 300px;
    color: #fff;
}

.event_hero_view_2-date-value p{
    color: #fff!important;
    text-align: left;
}

.event_hero_view_2-date{
    margin-bottom: 47px;
}

body .block_wave_banner-title{
    font-size: 180px;
    line-height: 114px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'AngolaBeach';
    min-width: 407px;
}

.block_wave_banner-text {
    min-width: 570px;
}

.block_wave_banner-text p{
    color: #fff;
    font-size: 32px;
    line-height: 57px;
    font-weight: 500;
}

.block_wave_banner {
    margin-bottom: 203px;
    min-height: 470px;
    background-color: #263A8B;
    padding-top: 145px;
    padding-bottom: 34px;
    position: relative;
}

.block_wave_banner:before{
    content: '';
    position: absolute;
    bottom: -150px;
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url('../images/wave-after.png');
}

body .lineup_info-title{
    color: #9EDBF0;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 60px;
    font-weight: 900;
}

.lineup_info-inner{
    max-width: 1100px;
}

.lineup_info-list{
    flex-wrap: wrap;
    margin-bottom: 73px;
}

.lineup_info-list-item-icon{
    margin-bottom: 25px;
}

.lineup_info-list-item-title{
    font-size: 32px;
    line-height: 30px;
    color: #263A8B;
    font-weight: 500;
    font-family: 'Asap';
}

body .lineup_info-text p {
    font-size: 34px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 37px;
}

.lineup_info-text p:last-child{
    margin-bottom: 0;
}

.lineup_info-text p strong{
    font-weight: 900;
}

.lineup_info-link{
    margin-top: 115px;
    margin-bottom: 105px;
}

.lineup_info-image img{
    border-radius: 60px;
}

.lineup_info{
    padding-top: 63px;
    padding-bottom: 20px;
}

.event_hero_view_2-date-icon{
    margin: 0 auto;
}

.lineup_info-list-item{
    text-align: center;
}

@media screen and (max-width:768px) {
    .event_hero_view_2-text h2 span{
        font-size: 20px;
        line-height: 24px;
    }
    .event_hero_view_2-title{
        margin-bottom: 12px;
    }
    .event_hero_view_2{
        min-height: unset;
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .event_hero_view_2-date-icon{
        width: 3rem;
        height: 3rem;
    }
    .event_hero_view_2-date-label{
        font-size: 18px;
        line-height: 20px;
    }
    .block_wave_banner-inner {
        flex-direction: column;
        gap: 24px;
    }
    body .block_wave_banner-title{
        min-width: unset;
        line-height: 46px;
        font-size: 60px !important;
    }
    .block_wave_banner-text{
        min-width: unset;
    }
    .block_wave_banner-text p{
        text-align: center;
        font-size: 20px;
        line-height: 26px;
    }
    .block_wave_banner{
        padding-top: 64px;
        padding-bottom: 32px;
        min-height: unset;
        margin-bottom: 32px;
    }
    .block_wave_banner:before{
        bottom: -74px;
        height: 75px;
    }
    .lineup_info-list{
        column-gap: 1%;
        row-gap: 24px;
        margin-bottom: 32px;
    }
    .lineup_info-list-item-icon img{
        width: 44px;
    }
    .lineup_info-list-item-title{
        font-size: 26px;
    }
    .lineup_info-list-item{
        width: 48%;
    }
    .lineup_info-list-item-icon{
        margin-bottom: 12px;
    }
    body .lineup_info-text p{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .lineup_info-link {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .lineup_info-image img {
        border-radius: 24px;
    }
    .event_hero_view_2-text h2 br{
        display: none;
    }
    .event_hero_view_2-text{
        margin-bottom: 32px;
    }
    .event_hero_view_2-text h2{
        line-height: 28px;
    }
    .event_hero_view_2-date{
        width: 305px;
        margin: 0 auto 32px;
    }
}