.fc_accreditations {
background: var(--primary);
padding: var(--gap-m);
}
.fc_banner .fc_accreditations {
background: none !important;
}
.fc_accreditations .wp_content {
display: flex;
justify-content: center;
gap: var(--gap-l);
flex-wrap: wrap;
}
.fc_accreditations .acc {
background: center / contain no-repeat;
max-width: 115px;
object-fit: contain; }
@media (max-width: 1024px) {
.fc_accreditations > div {
flex-wrap: wrap;
}
.fc_accreditations .acc {
aspect-ratio: 1.81;
flex: 0;
}
}
@media (max-width: 640px) {
.fc_accreditations .acc {
max-width: 75px;
}
}.fc_banner {
padding-top: clamp(100px, 30vw, 340px);
padding-bottom: clamp(30px, 7vw, 70px);
background: center / cover no-repeat;
display: flex;
flex-wrap: wrap;
align-content: space-between;
gap: 60px;
justify-content: center;
min-height: calc(100vh);
box-sizing: border-box;
position: relative;
isolation: isolate;
}
.fc_banner.small_banner {
padding-top: clamp(100px, 20vw, 240px);
min-height: min(35vw, 700px);
}
.fc_banner.two_column_banner {
justify-content: space-between;
}
.fc_banner.firstElementPadding {
min-height: calc(100vh - 198px);
}
.fc_banner:before {
content: '';
background: linear-gradient(180deg, rgba(0, 17, 55, 0.20) 0%, rgba(0, 17, 55, 0.00) 14.22%), linear-gradient(180deg, rgba(0, 17, 55, 0.10) 0%, rgba(0, 17, 55, 0.50) 75%, rgba(0, 17, 55, 0.80) 100%), 50% / cover no-repeat;
width: 100%;
height: 100%;
inset: 0;
position: absolute;
z-index: -1;
}
.fc_banner .banner_accreditations {
flex-basis: 100%;
}
.fc_banner .wp_content {
width: 100%;
}
@media (max-width: 640px) {
.fc_banner.small_banner {
min-height: min(65vw, 700px);
}
}.fc_column_content {
display: flex;
gap: var(--gap-xl);
}
.fc_column_content > div {
flex-grow: 1;
}
.fc_column_content.ratio_30_70 > .left , .fc_column_content.ratio_70_30 > .right {
flex-basis: 30%;
}
.fc_column_content.ratio_30_70 > .right , .fc_column_content.ratio_70_30 > .left {
flex-basis: 70%;
}
.fc_column_content.ratio_40_60 > .left , .fc_column_content.ratio_60_40 > .right {
flex-basis: 40%;
}
.fc_column_content.ratio_40_60 > .right , .fc_column_content.ratio_60_40 > .left {
flex-basis: 60%;
}
.fc_column_content.ratio_50_50 > .right , .fc_column_content.ratio_50_50 > .left {
flex-basis: 50%;
}
.fc_column_content.top{
align-items: flex-start;
}
.fc_column_content.center{
align-items: center;
}
.fc_column_content.bottom{
align-items: flex-end;
}
@media (min-width:1200px) {
.fc_column_content > div.desktop_left {
text-align: left;
}
.fc_column_content > div.desktop_centre {
text-align: center;
}
.fc_column_content > div.desktop_right {
text-align: right;
}
}
@media (max-width:1200px) {
.fc_column_content.ratio_40_60 > .left, .fc_column_content.ratio_60_40 > .right, .fc_column_content.ratio_50_50 > .right , .fc_column_content.ratio_50_50 > .left, .fc_column_content.ratio_40_60 > .left , .fc_column_content.ratio_60_40 > .right, .fc_column_content.ratio_30_70 > .right , .fc_column_content.ratio_70_30 > .left, .fc_column_content.ratio_30_70 > .left , .fc_column_content.ratio_70_30 > .right, .fc_column_content.ratio_40_60 > .right , .fc_column_content.ratio_60_40 > .left {
width: 100%;
}
.fc_column_content {
flex-direction: column;
}
.fc_column_content > div.mobile_left {
text-align: left;
}
.fc_column_content > div.mobile_centre {
text-align: center;
}
.fc_column_content > div.mobile_right {
text-align: right;
}
}.fc_events_carousel {
position: relative;
overflow: hidden;
}
.fc_events_carousel:before,
.fc_events_carousel:after {
content: '';
position: absolute;
width: var(--width-xl);
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
top: 0;
right: 0;
z-index: 2;
}
.fc_events_carousel:before {
right: initial;
left: 0;
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.fc_events_carousel .tns-nav {
display: flex;
justify-content: center;
}
.fc_events_carousel .tns-liveregion {
display: none;
}
.events_slider {
display: flex;
}
.events_slider > a {
text-decoration: none;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
color: initial;
}
.events_slider > a:before {
content: none;
}
.events_slider .post_data {
flex-grow: 1;
position: relative; }
.events_slider a:hover .post_data:before {
width: 100%
}
.fc_events_carousel .tns-outer {
position: relative;
}
.fc_events_carousel .tns-controls {
z-index: 5;
position: absolute;
width: calc(100% + 100px + calc(2 * clamp(10px, 4vw, 40px)));
left: calc(-50px - clamp(10px, 4vw, 40px));
top: calc(50% - 25px);
display: flex;
justify-content: space-between; }
@media (max-width: 1600px) {
.fc_events_carousel .tns-controls {
width: 98%;
left: 1%;
}
}
@media (max-width: 640px) {
.fc_events_carousel .tns-controls {
position: relative;
padding: var(--gap-m);
width: 100%;
left: 0;
box-sizing: border-box;
justify-content: flex-end;
gap: var(--gap-m);
}
}
.fc_events_carousel .tns-controls button {
background: center / cover no-repeat url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='49' fill='none'%3e%3cpath stroke='%23F93A3C' d='M18.3 29h-1.2l.9.8L28 40c.6.5.6 1.2.3 1.8L24.9 47c-.6.8-1.7 1-2.4.3L5.2 29.8.9 25.6.6 25a1.5 1.5 0 0 1 .3-1.6l4.3-4.2L22.5 1.8c.7-.6 1.8-.5 2.4.3l3.4 5c.3.6.3 1.4-.2 2L18 19l-.9.9h34.5c1 0 1.8 1 1.5 2l-1.8 6c-.2.6-.8 1-1.5 1H18.3Z'/%3e%3c/svg%3e");
width: 54px;
height: 49px;
border: none;
cursor: pointer;
transform: rotate(180deg);
}
.fc_events_carousel .tns-controls button[data-controls=prev] {
transform: rotate(0deg);
}
.fc_events_carousel .tns-controls button:hover {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='49' fill='%23F93A3C'%3e%3cpath stroke='%23F93A3C' d='M18.3 29h-1.2l.9.8L28 40c.6.5.6 1.2.3 1.8L24.9 47c-.6.8-1.7 1-2.4.3L5.2 29.8.9 25.6.6 25a1.5 1.5 0 0 1 .3-1.6l4.3-4.2L22.5 1.8c.7-.6 1.8-.5 2.4.3l3.4 5c.3.6.3 1.4-.2 2L18 19l-.9.9h34.5c1 0 1.8 1 1.5 2l-1.8 6c-.2.6-.8 1-1.5 1H18.3Z'/%3e%3c/svg%3e");
}
.title-outline {
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: var(--white) !important;
}.fc_contact_cta {
position: relative;
isolation: isolate;
overflow: hidden;
}
.fc_contact_cta .background_container {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: absolute;
width: 60%;
height: 100%;
top: 0;
z-index: -1;
}
.fc_contact_cta.text_right .background_container {
left: 0;
}
.fc_contact_cta.text_left .background_container {
right: 0;
}
.fc_contact_cta:after {
content: '';
position: absolute;
bottom: -10vw;
right: 5%;
background: center / cover no-repeat var(--logomark);
width: clamp(200px, 25vw, 480px);
aspect-ratio: 1;
z-index: 1;
}
.fc_contact_cta.text_right:after {
right: initial;
left: 5%
}
.fc_contact_cta.text_right:before {
content: '';
background: linear-gradient(270deg, #001137 44.27%, rgba(21, 44, 106, 0.50) 57.92%, rgba(2, 15, 65, 0.00) 100%);
inset: 0;
position: absolute;
z-index: 1;
}
.fc_contact_cta.text_left:before {
content: '';
background: linear-gradient(90deg, #001137 44.27%, rgba(21, 44, 106, 0.50) 57.92%, rgba(2, 15, 65, 0.00) 100%);
inset: 0;
position: absolute;
z-index: 1;
}
.fc_contact_cta .wp_content {
position: relative;
z-index: 2;
}
.fc_contact_cta.text_right .wp_content {
float: right;
}
.fc_contact_cta.text_right .wp_content > * {
text-align: right;
}
@media (min-width: 800px) {
.fc_contact_cta .wp_content {
max-width: 65%;
}
}
@media (max-width: 600px) {
.fc_contact_cta:after {
content: none;
}
}.fc_pricing_block {
display: grid;
gap: clamp(15px, 3vw, 60px);
grid-template-columns: repeat(2, 1fr);
}
.fc_pricing_block.bg_white .title-outline,
.fc_pricing_block.bg_grey .title-outline {
-webkit-text-stroke-color: var(--white);
}
.fc_pricing_block ul.check_ul > li::before {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.43 12.23-5.2-5.2a.8.8 0 0 1 0-1.13l1.14-1.13a.8.8 0 0 1 1.13 0L6 8.27l7.5-7.5a.8.8 0 0 1 1.13 0l1.14 1.13a.8.8 0 0 1 0 1.13l-9.2 9.2a.8.8 0 0 1-1.14 0Z' fill='white'/%3E%3C/svg%3E");
}
.fc_pricing_block div {
color: white;
padding: var(--gap-l);
}
.fc_pricing_block div:nth-child(2n) {
background: var(--tertiary)
}
.fc_pricing_block div:nth-child(3n) {
background: #263F76;
}
.fc_pricing_block div ul {
width: fit-content;
margin: auto;
}
.fc_pricing_block.grid_3 {
grid-template-columns: repeat(3, 1fr);
}
.fc_pricing_block.grid_4 {
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 950px) {
.fc_pricing_block.grid_4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 950px) {
.fc_pricing_block.grid_4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 850px) {
.fc_pricing_block.grid_3 {
grid-template-columns: 1fr;
}
}
@media (max-width: 650px) {
.fc_pricing_block, .fc_pricing_block.grid_3, .fc_pricing_block.grid_4 {
grid-template-columns: repeat(1, 1fr);
}
}.fc_gradient_box_links {
padding: var(--gap-s);
}
.fc_gradient_box_links .the_links {
display: flex;
flex-wrap: wrap;
gap: var(--gap-s);
}
.fc_gradient_box_links .the_links .the_link {
flex: 1 1 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
aspect-ratio: 1.07;
background: center / cover no-repeat;
position: relative;
isolation: isolate;
transition: .3s;
text-decoration: none;
}
.fc_gradient_box_links .the_links .the_link:before {
content: '';
position: absolute;
inset: 0;
background: var(--primary);
transition: 0.3s;
opacity: 0.4;
z-index: -1;
}
.fc_gradient_box_links .the_links .the_link:hover:before {
opacity: 0.7;
}
.fc_gradient_box_links .bg_primary .button.outline:hover {
color: var(--white);
border-color: var(--secondary);
}
.fc_gradient_box_links .bg_primary .button.outline:before, .fc_gradient_box_links .bg_primary .button.outline:after {
background: var(--secondary);
}
@media (max-width: 800px) {
.fc_gradient_box_links .the_links.grid_4 .the_link {
flex-basis: calc(50% - var(--gap-s));
}
.fc_gradient_box_links .bg_primary .button.outline {
width: min-content;
}
}
@media (max-width: 640px) {
.fc_gradient_box_links .the_links.grid_4 .the_link,
.fc_gradient_box_links .the_links .the_link {
flex-basis: 100%;
}
}
@media (max-width: 450px) {
.fc_gradient_box_links .button {
min-width: 0;
box-sizing: border-box;
}
}.fc_news_carousel {
position: relative;
overflow: hidden;
}
.fc_news_carousel:before,
.fc_news_carousel:after {
content: '';
position: absolute;
width: var(--width-xl);
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
top: 0;
right: 0;
z-index: 2;
}
.fc_news_carousel:before {
right: initial;
left: 0;
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.fc_news_carousel .tns-nav {
display: flex;
justify-content: center;
}
.fc_news_carousel .tns-liveregion {
display: none;
}
.news_slider {
display: flex;
}
.news_slider>a {
text-decoration: none;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
color: initial;
}
.news_slider>a:before {
content: none;
}
.news_slider .post_data {
flex-grow: 1;
position: relative;
padding-bottom: 10px;
}
.news_slider a:hover .post_data:before {
width: 100%
}
.fc_news_carousel .tns-outer{
position: relative;
}
.fc_news_carousel .tns-controls {
position: absolute;
width: 120%;
left: -10%;
top: calc( 50% - 25px);
display: flex;
justify-content: space-between;
z-index: 3; }
.fc_news_carousel .tns-controls button {
background: center / cover no-repeat url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='49' fill='none'%3e%3cpath stroke='%23F93A3C' d='M18.3 29h-1.2l.9.8L28 40c.6.5.6 1.2.3 1.8L24.9 47c-.6.8-1.7 1-2.4.3L5.2 29.8.9 25.6.6 25a1.5 1.5 0 0 1 .3-1.6l4.3-4.2L22.5 1.8c.7-.6 1.8-.5 2.4.3l3.4 5c.3.6.3 1.4-.2 2L18 19l-.9.9h34.5c1 0 1.8 1 1.5 2l-1.8 6c-.2.6-.8 1-1.5 1H18.3Z'/%3e%3c/svg%3e");
width: 54px;
height: 49px;
border: none;
cursor: pointer;
transform: rotate(180deg);
}
.fc_news_carousel .tns-controls button[data-controls=prev] {
transform: rotate(0deg);
}
.fc_news_carousel .tns-controls button:hover {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='49' fill='%23F93A3C'%3e%3cpath stroke='%23F93A3C' d='M18.3 29h-1.2l.9.8L28 40c.6.5.6 1.2.3 1.8L24.9 47c-.6.8-1.7 1-2.4.3L5.2 29.8.9 25.6.6 25a1.5 1.5 0 0 1 .3-1.6l4.3-4.2L22.5 1.8c.7-.6 1.8-.5 2.4.3l3.4 5c.3.6.3 1.4-.2 2L18 19l-.9.9h34.5c1 0 1.8 1 1.5 2l-1.8 6c-.2.6-.8 1-1.5 1H18.3Z'/%3e%3c/svg%3e");
}
@media (max-width: 1750px) {
.fc_news_carousel .tns-controls {
width: 98%;
left: 1%;
}
}
@media (max-width: 640px) {
.fc_news_carousel .tns-controls {
position: relative;
padding: var(--gap-m);
width: 100%;
left: 0;
box-sizing: border-box;
justify-content: flex-end;
gap: var(--gap-m);
}
}.fc_stats .stats_container {
display: flex;
align-items: stretch;
flex-wrap: wrap;
justify-content: flex-end;
gap: var(--gap-xl)
}
.fc_stats .stats_container .stat {
display: flex;
flex-direction: column;
padding-block: var(--gap-s);
padding-right: clamp(20px, 4vw, 40px);
border-right: 6px solid var(--tertiary);
align-items: flex-end;
min-width: 218px;
}
.fc_stats .stats_container .stat .number {
letter-spacing: 0;
}
.fc_stats .stats_container .stat .number,
.fc_stats .stats_container .stat .prepend {
margin: 0;
}
.fc_stats .stats_container .stat .label {
text-transform: uppercase;
}
.fc_stats.bg_primary .stats_container .stat .label {
color: white;
}
.fc_stats:not(.bg_primary) .stats_container .stat .label {
color: var(--primary);
}
@media (max-width: 800px) {
.fc_stats .stats_container {
flex-direction: column;
padding-bottom: 0;
align-content: center;
}
.fc_stats .stats_container .prepend,
.fc_stats .stats_container .number {
font-size: clamp(60px, 8vw, 80px);
}
.fc_stats .stats_container .stat {
padding-right: 0;
border-right: none;
align-items: center;
}
}.fc_box_links { }
.fc_box_links .the_links{
display: grid;
flex-wrap: wrap;
gap: clamp(15px, 4vw, 40px);
grid-template-columns: repeat(3, 1fr);
}
.fc_box_links .the_links.grid_2 {
grid-template-columns: repeat(2, 1fr);
}
.fc_box_links .the_links.grid_4 {
grid-template-columns: repeat(4, 1fr);
}
.fc_box_links .the_links .the_link {
flex: 1 1 0;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
aspect-ratio: 1.27;
background: center / cover no-repeat;
position: relative;
isolation: isolate;
transition: .3s;
text-decoration: none;
padding: 40px;
}
.fc_box_links .the_links.grid_2 .the_link {
aspect-ratio: 1.54;
}
.the_link h4{
margin: 0;
font-weight: 800;
color: var(--white);
padding-right: 40px;
position: relative;
}
.the_link h4:after{
content: '';
position: absolute;
top: calc(50% - 17px);
left: 0;
background: calc(100% - 5px) / contain no-repeat var(--secondary-chevron);
width: 100%;
height: 34px;
transition: .3s;
}
.the_link:hover h4 {
color: var(--secondary);
}
.the_link:hover h4:after {
background: calc(100% - 0px) / contain no-repeat var(--secondary-chevron);
}
.fc_box_links .the_links .the_link:before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #001137 100%); z-index: -1;
}
@media (min-width: 750px) and (max-width: 1160px) {
.fc_box_links .the_links.grid_4 {
grid-template-columns: repeat(2, 1fr);
}
.fc_box_links .the_links.grid_3{
grid-template-columns: repeat(2, 1fr);
}
.fc_box_links .the_links.grid_3 .the_link:last-child{
grid-column: span 2;
aspect-ratio: 2.54;
}
}
@media (max-width: 750px) {
.fc_box_links .the_links.grid_2,
.fc_box_links .the_links.grid_3,
.fc_box_links .the_links.grid_4{
grid-template-columns: 1fr;
}
}.fc_split_links {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.fc_split_links > .content {
flex-basis: 50%;
}
.fc_split_links > .the_links {
flex-basis: 40%;
display: flex;
gap: var(--gap-m);
flex-direction: column;
}
@media (max-width: 850px) {
.fc_split_links > .content,
.fc_split_links > .the_links {
flex-basis: 100%;
}
.fc_split_links {
gap: var(--gap-m);
}
}