/*
 *---------------------------------------------------------------
 * LAYOUT & UTILITIES
 *---------------------------------------------------------------
 *
 */

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 100%;
}

body {
    font-family: "Outfit", sans-serif;
    /*font-size: 0.75em;*/ /*12px*/
    font-size: 0.875em; /*14px*/
    /*font-size: 1em;*/ /*16px*/
    color: #1a321a;
}

::selection {
    background-color:#333;
    color:#fff;
}

*, *:before, *:after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.clear:before, .clear:after {
    content:'';
    display:table;
}

.clear:after {
    clear:both;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.w_90 {
    width:90%;
}

.w_80 {
    width:80%;
}

.w_70 {
    width:70%;
}

.w_60 {
    width:60%;
}

.w_50, .half {
    width:50%;
}

.w_40 {
    width:40%;
}

.w_33_3, .third {
    width:33.3333333%;
}

.w_30 {
    width:30%;
}

.w_25, .quarter {
    width:25%;
}

.w_20, .fifth {
    width:20%;
}

.w_16_6, .sixth {
    width:16.6666666%;
}

.w_12_5, .eighth {
    width:12.5%;
}

.w_10, .tenth {
    width:10%;
}

:root {
	  /* Theme Colors */
    --purple: #5F25E0;
    --light-purple: #F2EDFD;
    --light-gray: #F7F7FF;
    --dark-gray: #58576a;
    --dark-blue: #110e3d;
    --green: #209A9C;
    --red: #FF4B4B;
    --orange: #FF9600;
    --pink: #FF7BD0;
    --brown: #A66624;
    --black: #2B2C38;
    --white: #FFF;
}

/*
 *---------------------------------------------------------------
 * SITE LINKS
 *---------------------------------------------------------------
 *
 */

a:link {
    text-decoration: none;
    /*color: var(--purple);*/

}

p a:link {
    text-decoration: underline;
    color: var(--purple);
}

a:visited {
    text-decoration: none;
}

a:hover {
/*     text-decoration: underline; */
}

a:active {
}

/* Stop iPhone changing numbered links to telephone numbers */

a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}




/*
 *---------------------------------------------------------------
 * TEXT COLOURS
 *---------------------------------------------------------------
 *
 */

h1 {
    color:#2c82c9;
}

h2 {
 	font-size: 2em;
	font-weight: 600;
	color: var(--black);
}

h3 {
    font-weight: 600;
    color: var(--black);
}

c_0 {
    color: var(--purple);
}

.c_1 {
    color: #000;
}

.c_2 {
    color: #fff;
}

.c_3 {
    color:#2c82c9;
}

.c_4 {
    color: #bb1cc9;
}

.c_5 {
    color: #13c975;
}

.c_6 {
    color: #c92a12;
}





p {
    font-size: 1.5em;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--dark-gray);
}

p {
    position: relative;
    /*outline: pink solid 1px;*/
    font-size: 1.4em;
    /*padding-top: 20px;*/
}

p:after {
    display: none;
    font-size: 10px;
    position: absolute;
    outline: 1px;
    right: 0;
    top:0;

    background: yellow;
    content: 'body 1.4em';
    font-size: 12px;
    color: black;
}

p.medium:after {


}

/*p.medium:after {*/
/*    outline: red solid 1px;*/
/*    content: 'body 1.4em';*/
/*    font-size: 12px;*/
/*}*/

p.small {
    font-size: 1.2em;
}

p.intro {
    font-size: 1.5em;
}

p.intro:after {
    background: #8b63e4;
    outline: red solid 1px;
    content: 'intro 1.5em';
    font-size: 12px;
    color: white;
}

p.small:after {
    background: green;
    outline: red solid 1px;
    content: 'small 1.2em';
    font-size: 12px;
    color: white;
}


.mob_m_t_80  {
    margin-top: 80px;
}

.mob_m_b_80  {
    margin-bottom: 80px;
}

.mob_m_t_60  {
    margin-top: 60px;
}

.mob_m_b_60  {
    margin-bottom: 60px;
}

.mob_m_t_50  {
    margin-top: 50px;
}

.mob_m_b_50  {
    margin-bottom: 50px;
}









.mob_m_b_40  {
    margin-top: 40px;
}

.mob_m_b_40  {
    margin-bottom: 40px;
}


.mob_m_t_20  {
    margin-top: 20px;
}

.mob_m_b_20  {
    margin-bottom: 20px;
}


.mob_p_t_50_80  {
    padding-top: 70px;
}

.mob_p_b_50_80  {
    padding-bottom: 70px;
}

.mob_m_t_0_50  {
    margin-top: 0;
}

.mob_m_b_0_50  {
    margin-bottom: 0;
}









.mob_p_t_60  {
    padding-top: 60px;
}

.mob_p_b_60  {
    padding-bottom: 60px;
}

.mob_p_t_50  {
    padding-top: 70px;
}

.mob_p_b_50  {
    padding-bottom: 70px;
}

.mob_p_t_40  {
    padding-top: 40px;
}

.mob_p_b_40  {
    padding-bottom: 40px;
}


.mob_p_t_20  {
    padding-top: 20px;
}

.mob_p_b_20  {
    padding-bottom: 20px;
}



.img_1_mob {
    max-width: 250px;
}

.img_2_mob {
    max-width: 150px;
}


.program {
    padding: 50px 0;
}

.padding50150 {
    padding: 50px 0;
}

.padding70150 { padding: 70px 0; }

.padding50160 { padding: 50px 0; }

.padding7070160140 { padding: 70px 0; }

.padding50150 > *:first-child,
.padding50150 div > *:first-child { margin-top: 0; }

.padding50150 > *:last-child,
.padding50150 div > *:last-child { margin-bottom: 0; }

.padding70150 > *:first-child,
.padding70150 div > *:first-child { margin-top: 0; }

.padding70150 > *:last-child,
.padding70150 div > *:last-child { margin-bottom: 0; }

.padding50160 > *:first-child,
.padding50160 div > *:first-child { margin-top: 0; }

.padding50160 > *:last-child,
.padding50160 div > *:last-child { margin-bottom: 0; }

.padding7070160140 > *:first-child,
.padding7070160140 div > *:first-child { margin-top: 0; }

.padding7070160140 > *:last-child,
.padding7070160140 div > *:last-child { margin-bottom: 0; }


.join.home {
    margin-bottom: 20px;
}

/*
 *---------------------------------------------------------------
 * BACKGROUND COLOURS
 *---------------------------------------------------------------
 *
 */



.bg_c_1 {
    background-color: #000;
}

.bg_c_2 {
    background-color: #fff;
}

.bg_c_3 {
    background-color: #2c82c9;
}

.bg_c_4 {
    background-color: #bb1cc9;
}

.bg_c_5 {
    background-color: #13c975;
}

.bg_c_6 {
    background-color: #c92a12;
}



/*
 *---------------------------------------------------------------
 * BUTTON
 *---------------------------------------------------------------
 *
 */

.btn {
    background: var(--light-gray);
    color: var(--black);
    border: 2px solid var(--dark-gray);
    border-radius: 100px;
    text-decoration: none;
    padding: 1em 1.4em;
    display: inline-table;
    font-weight: 600;
    font-size: 1.5em;
}

.btn:hover {
	color: var(--white);
	background: var(--purple);
	border: 2px solid var(--purple);
}

.btn_p {
	background: var(--purple);
	color: var(--white);
    border: 2px solid var(--purple);
	border-radius: 100px;
	text-decoration: none;
	padding: 1em 1.4em;
	display: inline-table;
	margin: 40px 0;
	font-weight: 600;
	font-size: 1.5em;
}

.btn_p:hover {
	color: var(--white);
	background: var(--black);
	border: 2px solid var(--black);
}

.section_5 .btn_p:hover {
    color: var(--purple);
    background: var(--white);
    border: 2px solid var(--white);
}

.btn_p.dark_blue {
    cursor: pointer;
    color: var(--white);
    background: var(--dark-blue);
    border: 2px solid var(--dark-blue);
}

.btn_p.dark_blue:hover {
    color: var(--dark-blue);
    background: var(--white);
    border: 2px solid var(--white);
}

/*
 *---------------------------------------------------------------
 * FORMS
 *---------------------------------------------------------------
 *
 */

fieldset {
    border: none;
    padding: 0;
}

label {
    padding: 0.5em 0;
    display: inline-block;
}

input, select, textarea {
    border:1px solid #d1d1d1;
    width:100%;
    padding: 0.5em;
    outline: none;
    transition: box-shadow 0.30s ease-in-out;
    /*transition: border 0.30s ease-in-out;*/
}

textarea {
    resize: none;
}

select {
    background: transparent url('../assets/down_arrow.svg') no-repeat right;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input:focus, select:focus, textarea:focus {
    box-shadow: 0 0 2px rgba(81, 203, 238, 1);
    /*border:1px solid rgba(81, 203, 238, 1);*/
}

input[type="submit"] {
    width:20%;
    margin-top: 0.2em;
    background-color:#2c82c9;
    color: #fff;
    transition: background-color 0.8s ease;
}

input[type="submit"]:hover {
    background-color: #bb1cc9;
}

::-webkit-input-placeholder {
    color: #d1d1d1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: #d1d1d1;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: #d1d1d1;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.error input, .error textarea {
    background-color: #b8312f;
    color: #fff;
}




/*
 *---------------------------------------------------------------
 * TABLES
 *---------------------------------------------------------------
 *
 */

table {
    padding:0.4em;
}

tr:nth-child(odd) {
    background: #f9f9f9;
}

th, td {
    border: 1px solid #d1d1d1;
    padding:0.6em;
    vertical-align: top;
}

/*
 *---------------------------------------------------------------
 * SITE NAVIGATION
 *---------------------------------------------------------------
 *
 */

/*.main_menu {
    display: block;
}

.main_menu li {
    display: inline;
}*/

/*
 *---------------------------------------------------------------
 * RESPONSIVE SLIDER JS PLUGIN
 *---------------------------------------------------------------
 *
 */

/*.mn_slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.mn_slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.mn_slides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.mn_slides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}*/

/*
 *---------------------------------------------------------------
 * RESPONSIVE NAVIGATION (BURGER)
 *---------------------------------------------------------------
 *
 */

/*.rsp_title, .rsp_nav, .rsp_nav_sub, .menu_link {
    display: none;
}

.rsp_nav {
    border: 2px solid #000;
    position: absolute;
    padding-top: 12px;
    height:30px;
    width:44px;
    right: 12px;
    top: 0;
    z-index: 999;
}

.rsp_nav span, .rsp_nav_sub span {
    margin: 0 auto 3px;
    background: #000;
    display: block;
    width: 24px;
    height: 4px;
}

.rsp_nav_sub {
    border: 2px solid #000;
    padding: 12px 0 0 0;
    float: right;
    height:28px;
    width:40px;
    margin-right: 13px;
    margin-top: 5px;
    box-shadow: none;
}*/

/*
 *---------------------------------------------------------------
 * LIVE SEARCH
 *---------------------------------------------------------------
 *
 */

.search_box {
    background-color: #666;
    width:100%;
    text-align: center;
    display: none;
    height:54px;
    opacity: 0.8;
    position: fixed;
    z-index: 999;
}
.search_box input {
    width:60%;
    margin: 10px auto;
    padding: 6px;
}

.close_search {
    float:right;
    padding:10px 20px;
    margin: 2px;
    cursor: pointer;
}

.live_search {
    background-color: #666;
    left: -9999px;
    min-height: auto;
    position: relative;
    top:54px;
    z-index: 999;
}

.live_search.active {
    background-color: #666;
    overflow: scroll;
    min-height: 100%;
    left: auto;
    opacity: 0.9;
}

.header {
	background: var(--purple);
}


.menu_items .left {
    position: relative;
}

.icon_wrap_two {
    border-left: 1px solid #8b63e4;
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menuIcon {
    width: 88px;
    height: 100%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menuIcon:hover {
    background: var(--dark-blue);
}

.menuIcon span {
    font-size: 3em;
}

.topmenu {
    display: none;
}

.topmenu.on {
    display: block;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav li {
    margin: 0;
    position: relative;
    border-top: 1px solid #8b63e4;
}

nav li a {
    font-weight: 600;
    color: white;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-size: 0.9em;
    padding: 1.2em 1.2em 1.2em 1.2em ;
}

nav li a:hover {
    background: var(--dark-blue);
}

nav li a:active {
    /*background: red;*/
}

.header .logo {
    max-width: 200px;
    width: 100%;
    display: flex;
    min-height: 60px;
}

.header .logo img {
    max-width: 200px;
    width: 100%;
}

.header .logo a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.max_60 {
    max-width: 60%;
    margin: 0 auto;
    width: 100%;
}

.max_700  {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}



.max_90  {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}




.small_gutter {
    padding: 1.5em;
}

.gutter {
    padding: 1em 3em;
}

.side_gutter {
    padding: 0 1em;
}

.mob_gutter {
    padding-left: 3em;
    padding-right: 3em;
}



.footer {
	background: var(--dark-blue);
}

.footer {
	color: var(--white);
	text-align: center;
}

.footer p {
	color: var(--white);
	margin: 2em 0;
	line-height: 2;
    /*outline: red solid 1px;*/
}

a.join {
	background: var(--purple);
	color: var(--white);
	border: 2px solid var(--white);

	border-radius: 100px;
	text-decoration: none;
	padding: 1em 1.4em;
	display: inline-table;
	font-weight: 600;
	font-size: 1.5em;
	
}

a.join:hover {
	background: var(--white);
	color: var(--dark-blue);
}


.footer-menu {
  border-top: 1px solid; /* thin line above */
  padding: 10px 0;
  text-align: center;
  font-size: 16px; /* adjust as needed */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2em;
}

.footer-menu a {
	position: relative;
  text-decoration: none;
color: var(--white);
  margin: 0 8px;
  padding: 20px;
}

.footer-menu a:hover {
	color: #f0baff;
}


/*
 *---------------------------------------------------------------
 * HERO
 *---------------------------------------------------------------
 *
 */

.hero {
	text-align: center;
	/*padding: 20px 20px;*/
}

.hero h1 {
	font-weight: 600;
	color: var(--black);
}


.hero h2 {
	font-weight: 400;
	color: var(--dark-gray);
	line-height: 1.6;
	margin: 0 auto;
}

.hero p {
    margin-left: auto;
    margin-right: auto;
}

.hero p.small {
    /*margin-bottom: 60px;*/
}

.hero img {
    /*margin: 40px 0;*/
}

.hero a {
	background: var(--purple);
	color: var(--white);
	border-radius: 100px;
	text-decoration: none;
	padding: 1em 1.4em;
	display: inline-table;
	margin: 20px 0;
	font-weight: 600;
	font-size: 1.5em;
}

.hero a:hover {
    background: var(--black);
}

/*
 *---------------------------------------------------------------
 * TWO SECTIONS
 *---------------------------------------------------------------
 *
 */

.section {
  display: grid;
/*   grid-template-columns: 1fr 1fr; */
  border-bottom: 1px solid #e0e0e0; /* light divider like screenshot */
  align-items: start;
  text-align: center;
}

.section .card {
  /*padding: 2rem;*/
  border-top: 1px solid #e0e0e0; /* light divider like screenshot */
}

.section .card:first-child {
  border-right: 1px solid #e0e0e0; /* light divider like screenshot */
}


.section.deliverd_who .card {
    height: 100%;
    /*outline: red solid 1px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    text-align: left;
    padding: 5em 4em;
}
.section.deliverd_who .card:first-child > div,
.section.deliverd_who .card:last-child > div {
    /*outline: green solid 1px;*/
    margin: 0 auto;
    max-width: 600px;
    display: grid;
}

.section.deliverd_who .card h2 {
    /*outline: red solid 1px;*/
    margin-top: 0;
    text-align: center;
}

.access_list,
.section.deliverd_who .card ul {
    padding: 0;

}

.access_list li,
.section.deliverd_who .card li {
    text-decoration: none;
    margin: 0;
    padding-left: 30px;
    list-style: none;
    font-size: 1.5em;
    color: var(--dark-gray);
    line-height: 1.6;
    background: url("../assets/icon_purple.svg") no-repeat left top 10px;
    background-size: 20px;
}


.section img {
	margin: 0 auto;
}

.section h2 {
	font-weight: 600;
	color: var(--black);
}




.section p {
  /*font-size: 1.5em;*/
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: var(--dark-gray);
}

/*
 *---------------------------------------------------------------
 * CYCLE
 *---------------------------------------------------------------
 *
 */

.cycle-section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 2em;
	/*padding: 2em;*/
    margin: 0 auto;
}

.cycle-graphic img {
	/*max-width: 350px; !* adjust as needed *!*/
	height: auto;
	display: block;
}

.cycle-content {
	max-width: 450px;
	display: flex;
	align-content: center;
	text-align: center;
	flex-direction: column;
}

.cycle-content h2 {
	/*   font-size: 1.75rem; */
	margin-bottom: 1rem;
}

.cycle-content p {
	/*font-size: 1.5em;*/
	text-align: center;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.cycle-content .btn {
	display: inline-block;
	margin: 0 auto;
}



/*
 *---------------------------------------------------------------
 * MOBI
 *---------------------------------------------------------------
 *
 */

.how-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    /*padding: 2em;*/
    margin: 0 auto;
}

.how-graphic img {
    max-width: 350px; /* adjust as needed */
    height: auto;
    display: block;
}

.section_6.how > * img.medal {
    /*max-width: 100px;*/
    margin: 0 auto;
    width: 100%;
}

.how-content {
    max-width: 450px;
    display: flex;
    align-content: center;
    text-align: left;
    flex-direction: column;
}



.how-content h2 {
    /*   font-size: 1.75rem; */
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
}

.how-content p {
    /*font-size: 1.5em;*/
    text-align: left;
    line-height: 1.6;
    font-size: 1.4em;
    margin-bottom: 1.5rem;
}

.how-content .btn {
    display: inline-block;
    margin: 0 auto;
}

.programme_goals {
    display: flex;
    align-content: center;
    text-align: left;
    flex-direction: column;
}

.programme_goals h2 {
    /*   font-size: 1.75rem; */
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
}

.section_6.how > * img {
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
}




.secure {
	border-top: 1px solid #e0e0e0; /* light divider like screenshot */
	border-bottom: 1px solid #e0e0e0; /* light divider like screenshot */
	background: var(--light-gray);
}

.secure > div {

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
/* 	gap: 2em; */
	padding: 2em 0;
}

.secure img {
	max-width: 70px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.secure .container h4 {
	font-weight: 400;
	color: var(--dark-gray);
	font-size: 1.5em;
	
	display: flex;
	align-content: center;
	text-align: center;
	flex-direction: column;
}

.section_2 {
	border-top: 1px solid #e0e0e0; /* light divider like screenshot */
	border-bottom: 1px solid #e0e0e0; /* light divider like screenshot */
	background: var(--light-gray);
    /*padding-top: 60px;*/
	/*padding-bottom: 60px;*/
}



.section_2 h2 {
	text-align: center;
}

.section_2 p {
	/*font-size: 1.5em;*/
	text-align: center;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.section_2.cards > div > div {	
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}




.section_2.cards .card {
	border-radius: 25px;
	border: 2px solid #e0e0e0;
	background: var(--white);
	display: flex;
	align-content: center;
	text-align: center;
	
	align-items: stretch;
	/*justify-content: space-between;*/
	flex-direction: column;
	padding: 40px;
	gap: 20px;
}

.team_wrap {
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}


.team_cards {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.team_card {
    border-radius: 25px;
    border: 2px solid #e0e0e0;
    background: var(--white);
    text-align: center;
    padding: 20px;
    gap: 30px;
    width: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}

.team_card img {
    max-width: 240px;
    width: 100%;
}


.section_2.cards .card:hover {
	border: 2px solid var(--purple);
}

.section_2.cards .card:hover a.btn {
	border: 2px solid var(--purple);
	background: var(--purple);
	color: var(--white);
}

.section_2.cards > div > div > div p {
	max-width: 100%;
    /*outline: red solid 1px;*/
}

.section_2.cards > div > div > div h2 {
	font-size: 2em;
	margin: 0;
}

.section_2.cards .btn {
	display: inline-block;
	margin: 0 auto;
    font-size: 1.2em;
}

.section_2.cards.who h2  {
    margin-top: 0;
}

/*
 *---------------------------------------------------------------
 * What you’ll value AND Clear solutions, trusted evidence. (HOMEPAGE, PLATFORM, "Green ticks / Images Icons & text")
 *---------------------------------------------------------------
 *
 */

.section_3 {
	border-top: 1px solid #e0e0e0; /* light divider like screenshot */
	border-bottom: 1px solid #e0e0e0; /* light divider like screenshot */
	/*padding: 60px 0;*/
}

.section_3 h2 {
	text-align: center;
    /*margin-top: 0;*/
}

.section_3 img.section_img {
    max-width: 250px;
    margin: 0 auto;
}

.section_3 p {
	/*font-size: 1.5em;*/
	text-align: left;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.section_3 .container > p:first-of-type {
    /*font-size: 2em;*/
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    /*outline: red solid 1px;*/
}

/*
 *---------------------------------------------------------------
 * Features with images and icons (HOMEPAGE, PLATFORM "See Making real progress and Built with purpose sections")
 *---------------------------------------------------------------
 *
 */

.section_4 {
    border-top: 1px solid #e0e0e0; /* light divider like screenshot */
    /*padding-top: 60px;*/
    /*padding-bottom: 60px;*/
}

.section_4.purple {
	background: var(--purple);
}

.section_4 > div {
	display: flex;
	align-content: center;
	text-align: center;
	flex-direction: column;
}


.section_4 img {
	/*max-width: 250px;*/
    margin-left: auto;
    margin-right: auto;
}

.section_4.champions img {
    /*max-width: 450px;*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.section_4 .accordion img {
    max-width: 100%;
    margin: 0 auto;
}

.section_3 img.badges,
.section_4 img.badges {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.section_4 h1 {
    font-weight: 600;
    color: var(--black);
}

.section_4 h2, .section_4.form h3 {
	font-weight: 600;
	color: var(--black);
	text-align: center;
    /*margin-top: 0;*/
}

 {
    font-size: 2em;
    font-weight: 600;
    color: var(--black);
}

.section_4.purple h2 {
	margin-bottom: 0;
}

.section_4 p {
	/*font-size: 1.5em;*/
	text-align: center;
	line-height: 1.6;
	/*margin-bottom: 1.5rem;*/
}

.section_4.purple h2,
.section_4.purple p {
	color: var(--white);
}

.section_4.purple .btn {
	background: var(--black);
	border: 2px solid var(--white);
	color: var(--white);
}

.section_4.purple .btn:hover {
	background: var(--white);
	border: 2px solid var(--white);
	color: var(--black);
}

.section_4 .btn,
.section_4 .btn_p {
	display: inline-block;
	margin: 0 auto 1em auto;
}


.section_4 .btn {
	margin-bottom: 0;
}

.section_4.people div > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.section_4.people div > div img {
	width: 40%;
    max-width: 100%;
}

.section_5 {
        background: var(--dark-blue);
        border-top: 1px solid #e0e0e0; /* light divider like screenshot */
        padding: 60px 0;
}

.section_5.breadcrumbs {
    border-top: 0;
    padding:  0;
}

.section_5.breadcrumbs p {
    color: var(--white);
    /*outline: red solid 1px;*/
}

.section_5 > div {
    display: flex;
    align-content: center;
    text-align: center;
    flex-direction: column;
}

.section_5 .btn_p {
    display: inline-block;
    margin: 0 auto 0 auto;
}

.section_5 p {
    /*font-size: 1.5em;*/
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--white);
    margin-right: auto;
    margin-left: auto;
}

.section_6 {
    border-top: 1px solid #e0e0e0; /* light divider like screenshot */
    border-bottom: 1px solid #e0e0e0; /* light divider like screenshot */
    /*padding: 60px 0;*/
}

.section_6 section {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    /*flex-direction: row;*/
    width: 100%;
    gap: 20px;
}

.section_6.split section {
    justify-content: space-between;
    /*outline: red solid 1px;*/
    gap: 0;
}

.section_6.split section article {
    text-align: left;
    flex: 0 0 47%;
}

.section_6.split section article.img_box  {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_6.split section article > div {
    /*background: red;*/
    display: flex;
    align-items: start;
    /*justify-content: center;*/
    flex-direction: column;
}

.section_6.split section article h2 {
    text-align: left;
    width: 100%;
    margin: 0;
}

.section_6.split section.reverse_split {
    flex-direction: column-reverse;
}

.section_6.split section.reverse_split img {
    margin-bottom: 2em;
}

.section_6.logos section {
    gap: 0 !important;
}

.section_6 > * {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.section_6 > * img {
    max-width: 140px;
    margin: 0 auto;
    width: 100%;
}


.section_6.logos > * img {
    max-width: 240px;
    margin: 0 auto;
    width: 100%;
}

.section_6.split > * img {
    max-width: 600px;
}

.section_6 > * h3 {
    text-align: center;
    margin-bottom: 0;
    width: 100%;
}

.section_6 h2 {
    margin: 0 auto;
}

.section_6.logos section div {
    padding: 40px 10px;
    /*border-right: 1px solid var(--dark-gray);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_6.logos section div:last-child {
    border-right: 0;
}

.section_6 p {
    margin-left: auto;
    margin-right: auto;
}


.bg_image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4a2dac;
    width: 100%;
    height: 300px;
}

.bg_image.cover {
    background-size: cover;
}

.bg_image.top {
    background-position: top center;
}

.bg_image.center {
    background-position: center;
}


/*
 *---------------------------------------------------------------
 * Features with images and icons (HOMEPAGE, PLATFORM PAGE)
 *---------------------------------------------------------------
 *
 */

/* ===== Layout ===== */
.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 0;        /* row / column gap */
  align-items: start;
  margin: 0 auto;
  max-width: 100%;
    margin-top: 4em;
}


/* ===== Feature item ===== */
.feature {
  display: grid;
  grid-template-columns: 4rem 1fr;  /* icon + text */
  grid-column-gap: 1rem;
  align-items: start;
}

.features.full .feature {
    grid-template-columns: 1fr;
}

.features.full .feature .copy p {
    text-align: left;
}

.features.full {
    max-width: 100%;
    margin: 0;
}


/* ===== Icon (circular tick) ===== */
.feature .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-grid;
  background: url('../assets/green-tixk.svg');
}

.feature .image {
    width: 4rem;
    height: 6rem;
    border-radius: 50%;
    display: inline-grid;
}

.cards .card img {
    max-width: 80%;
    margin: 0 auto;
}

/* ===== Text spacing (you set font sizes/weights/colours) ===== */
.copy h3 {
	color: var(--black);
	font-size: 1.5em;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 10px;
}

.copy p {
  margin: 0;
  line-height: 1.5;
  /*font-size: 1.5em;*/
}

/* Optional: tighten vertical rhythm if headings wrap */
.feature + .feature {
  /* nothing required; keep for future tweaks */
}

/*
 *---------------------------------------------------------------
 * The practical alternative (TABLE PLATFORM PAGE)
 *---------------------------------------------------------------
 *
 */

.section_4 .table-styling {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.table-styling table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.table-styling thead th {
    background-color: #0B0C3D; /* dark navy */
    color: #fff;
    font-weight: bold;
    padding: 26px 16px 16px 16px;
    text-align: left;
}

.table-styling thead th:nth-child(2) {
    background-color: #6B2EFF; /* purple for AccessHub column */
}

.table-styling tbody td {
    border: 1px solid #ddd;
    padding: 26px 16px;
    vertical-align: middle;
    text-align: left;
}

.table-styling tbody td:first-child {
    font-weight: bold;
}

.table-styling tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* Inline icon styles */
.table-styling td .icon {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    padding: 10px;
}

/* Icon colours */
.table-styling .icon.red { background: url("../assets/icon_red.svg") no-repeat center center; background-size: contain; }
.table-styling .icon.green { background: url("../assets/icon_green.svg") no-repeat center center; background-size: contain; }
.table-styling .icon.orange  { background: url("../assets/icon_orange.svg") no-repeat center center; background-size: contain; }

/*
 *---------------------------------------------------------------
 * ACCORDIAN
 *---------------------------------------------------------------
 *
 */

/* CSS (basic, no colors) */
.accordion {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item + .accordion-item {
    border-top: 1px solid #ddd;
}

.accordion-item h3 {
    font-size: 1.2em;
}

.accordion-item:last-child h3{
    margin-bottom: 0;
}

.accordion-trigger {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
    position: relative;
}

.accordion-indicator {
    display: inline-block;
    transition: transform 0.2s ease;
    color: var(--purple);
    font-weight: 400;
    font-size: 4em;
    position: absolute;
    right: 30px;
    top: 0;
}

.how_it_works #accordion-1.accordion-trigger .accordion-indicator,
.how_it_works #accordion-1.accordion-trigger[aria-expanded="true"] .accordion-indicator {
    color: #fbad12;
}

.how_it_works #accordion-2.accordion-trigger .accordion-indicator,
.how_it_works #accordion-2.accordion-trigger[aria-expanded="true"] .accordion-indicator {
    color: #dd531e;
}

.how_it_works #accordion-3.accordion-trigger .accordion-indicator,
.how_it_works #accordion-3.accordion-trigger[aria-expanded="true"] .accordion-indicator {
    color: #b4328e;
}

.how_it_works #accordion-4.accordion-trigger .accordion-indicator,
.how_it_works #accordion-4.accordion-trigger[aria-expanded="true"] .accordion-indicator {
    color: #453365;
}

.accordion-trigger[aria-expanded="true"] .accordion-indicator {
    transform: rotate(45deg); /* turns + into × */
}

.accordion-panel {
    overflow: hidden;
    transition: grid-template-rows 0.2s ease;
    display: grid;
    grid-template-rows: 0fr;
}

.accordion-panel > * {
    /*min-height: 0;*/
}

.accordion-panel p {
    text-align: left;
}

.accordion-panel ul li {
    font-size: 1.5em;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--dark-gray);
}

.accordion-panel[data-open="true"] {
    grid-template-rows: 1fr;
}

.accordion-panel[hidden] {
    display: none; /* keep layout for transition */
}

/* Respect reduced motion */
/*@media (prefers-reduced-motion: reduce) {*/
/*    .accordion-panel { transition: none; }*/
/*    .accordion-indicator { transition: none; }*/
/*}*/

.how_it_works .accordion-trigger .one {
    background: url("../assets/icon-assess.svg") no-repeat left center;
    padding: 20px 0 20px 80px;
    display: flex;
    font-size: 1.5em;
}

.how_it_works .accordion-trigger .two {
    background: url("../assets/icon-plan.svg") no-repeat left center;
    padding: 20px 0 20px 80px;
    display: flex;
    font-size: 1.5em;
}

.how_it_works .accordion-trigger .three {
    background: url("../assets/icon-do.svg") no-repeat left center;
    padding: 20px 0 20px 80px;
    display: flex;
    font-size: 1.5em;
}

.how_it_works .accordion-trigger .four {
    background: url("../assets/icon-review.svg") no-repeat left center;
    padding: 20px 0 20px 80px;
    display: flex;
    font-size: 1.5em;
}


.pricing_fags .accordion-trigger span:first-child {
    padding-right: 100px;
    font-weight: 600;
    font-size: 1.4em;
}

.faq_text .accordion-trigger span:first-child {
    font-weight: 600;
    font-size: 1.4em;
}

.faq_text .accordion-panel div p,
.faq_text .accordion-panel div h2,
.faq_text .accordion-panel div li {
    text-align: left;
    font-size: 1.3em;
}



.padding50160 .guiding_list div p,
.faq_text .accordion-panel div p {
    /*outline: red solid 1px;*/
    margin-bottom: 1.5rem;
}


.guiding_list .accordion-trigger .one {
     background: url("../assets/icon-small-heart.png") no-repeat left center;
    background-size: 50px;
     padding: 20px 0 20px 60px;
     display: flex;
     /*font-size: 1.5em;*/
 }


.guiding_list .accordion-trigger .two {
    background: url("../assets/icon-small-wand.png") no-repeat left center;
    background-size: 50px;
    padding: 20px 0 20px 60px;
    display: flex;
    /*font-size: 1.5em;*/
}


.guiding_list .accordion-trigger .three {
    background: url("../assets/icon-small-accessibility.png") no-repeat left center;
    background-size: 50px;
    padding: 20px 0 20px 60px;
    display: flex;
    /*font-size: 1.5em;*/
}












/*
 *---------------------------------------------------------------
 * PRODUCTS SLIDESHOW JS PLUGIN
 *---------------------------------------------------------------
 *
 */

.school-form {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.school-form label {
    text-align: left;
    display: block;
    margin: 15px 0 5px;
    font-size: 1.2em;
}

/* Dropdown */
.school-form select {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--dark-gray);
    border-radius: 40px;
    outline: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path fill='black' d='M6 8L0 0h12z'/></svg>") no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    box-sizing: border-box;
    font-size: 1.4em;
}

/* Text input */
.school-form input,
.school-form input[type="text"],
.school-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--dark-gray);
    border-radius: 40px;
    outline: none;
    box-sizing: border-box;
    font-size: 1.4em;
}

.school-form textarea {
    border-radius: 20px;
}

/* Button */
.section_4 .school-form button {
    margin-top: 2em;
    cursor: pointer;
}


.section_2.cards swiper-slide .card {
    width: 100%;
    padding: 40px 0;
}

.section_2.cards swiper-slide .card h3  {
    margin-bottom: 0;
}

/*
 *---------------------------------------------------------------
 * SWIPER (About Us, Bio's)
 *---------------------------------------------------------------
 *
 */

.swiper {
    padding-bottom: 50px !important;
}


swiper-container {
    width: 100%;
    height: 100%;
    /*padding-bottom: 4em;*/
}

swiper-slide {
    text-align: center;
    /*font-size: 18px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

/*
 *---------------------------------------------------------------
 * BIO POPUP (About us, Bio's)
 *---------------------------------------------------------------
 *
 */


.bio_box {
    border-radius: 40px;
    max-width: 540px;
    padding: 2em;
}


.bio_box.f-html {
    padding: 4em;
}

.bio_box img {
    max-width: 90px;
    height: auto;
    width: 100%;
}

.bio_box h3 {
    margin: 0;
}

.bio_box p {
    font-size: 1.2em;
    margin-bottom: 0;
}

.bio_box header {
    display: flex;
    align-content: center;
    justify-content: left;
    gap: 1em;
}


.bio_box header div {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}


.wait_box.f-html {
    border-radius: 40px;
    max-width: 840px;
    width: 100%;
    padding: 4em 4em 6em 4em;
}

.wait_box.f-html img {
    margin: 0 auto;
}


/*
 *---------------------------------------------------------------
 * BUTTON GROUP (See 404 page)
 *---------------------------------------------------------------
 *
 */

.button_group {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.button_group > a {
    width: 100%;
    max-width: 400px;
}

/*
 *---------------------------------------------------------------
 * School blocks
 *---------------------------------------------------------------
 *
 */

.dark_blue_section {
    background: var(--dark-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.dark_blue_section .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.dark_blue_section .text-block {
    flex: 1 1 45%;
}

.dark_blue_section .image-block {
    flex: 1 1 35%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark_blue_section h2,
.dark_blue_section p {
    color: var(--white);
    font-weight: 300;
}

.dark_blue_section .image-block img {
    max-width: 100%;
    /*border-radius: 50%;*/
    object-fit: cover;
    /*max-width: 400px;*/

    /*margin-right: 3em;*/

}

html {
    scroll-behavior: smooth;
}

.to-top {
    background: var(--purple);
    border-radius: 100px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    padding: 1em;
}


/*
 *---------------------------------------------------------------
 * RESPONSIVE WIDTH 400px OR LESS
 *---------------------------------------------------------------
 *
 * To adjust responsive width change the setting in database and
 * also below...
 *
 */

@media (min-width: 430px) {

    .section_4.people div > div img {
        width: 20%;

    }
}

@media (min-width: 960px) {
	
	.container {
		max-width: 90%;
	    margin: 0 auto;
	    width: 100%;
	}
	
	.menu_items {
		display: flex;
		align-content: center;
		justify-content: space-between;
	}

    .menu_items .left {
        display: flex;
        align-content: center;
        max-width: 250px;
        width: 100%;
    }
	
	.menu_items .right {
		display: flex;
		align-content: center;
		justify-content: space-between;
	}

    .icon_wrap_two {
        display: none;
    }

    .topmenu,
    .topmenu.on {
        display: block;
    }

	nav {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        height: 100%;
	}

	nav ul {
		gap:5px;
	}
	
	nav ul {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-start;

        /*outline: green solid 1px;*/
        /*background: green;*/
        height: 100%;
	}

	nav li {
		border: none;
        /*border-radius: 100px;*/
	}

    nav li a {
        border: 2px solid var(--purple);
        border-radius: 100px;
    }

    nav li a:hover {
        border: 2px solid var(--white);
        background: var(--white);
        color: var(--purple);
    }

    nav li a.active {
        border: 2px solid var(--white);

    }
	
	.footer-menu a::after {
	  content: "|";
	  position: absolute;
	  right: -24px;
	}
	
	.footer-menu a:last-child::after {
	  content: "";
	}
	
	.footer-menu {
	  border-top: 1px solid; /* thin line above */
	  padding: 10px 0;
	  text-align: center;
	  font-size: 16px; /* adjust as needed */
	  display: flex;
	  justify-content: space-around;
	  flex-wrap: wrap;
	  margin-top: 4em;
	}
	
	.footer-menu a {
	  padding: 5px;
	}
	
	.hero {
		/*padding: 60px 0;*/
	}
	
	.hero h1,
    .section_4 h1 {
		font-size: 3em;
	}

    .hero h1 {
        /*margin-top: 60px;*/
    }
	
	
	.hero h2 {
		max-width: 60%;
		font-size: 2em;
		margin-bottom: 60px;
	}

	
	.hero a {
		font-size: 2em;
		padding: 1em 3em;
	}
	
	.section {
	  grid-template-columns: 1fr 1fr;
	}
	

	.cycle-section {
		flex-direction: row;
	}
	
	.cycle-section {
		padding: 4em 0;
	}

    .how-section {
        flex-direction: row;
        gap: 4em;
    }

    .how-section {
        /*padding: 4em 0;*/
    }

	h2,
	.section h2 {
		font-size: 3em;
	}

    h3 {
        font-size: 2em;
    }

    .hero h1,
    .section_4 h1 {
        font-size: 4em;
    }

    .hero h1 br.mob {
        display: none;
    }


    /*p {*/
	/*	font-size: 1.7em;*/
	/*}*/

    p:after {
        /*content: 'intro 1.7em';*/
    }

    p.intro {
        font-size: 1.7em;
    }

    p.intro:after {
        content: 'Intro 1.7em';
    }

    .section.deliverd_who .card li {
        /*font-size: 1.7em;*/
    }
	
	.secure > div {
		/*flex-direction: row;*/
	}

    /*
     *---------------------------------------------------------------
     * MOBILE (PADDING BEGINS)
     *---------------------------------------------------------------
     *
     */

    .hero h1.mob_m_t_60,
    .hero h1.mob_p_b_60 {
        padding-top: 0;
        padding-bottom: 0;
    }


    .mob_p_t_50 {
        padding-top: 140px;

    }

    .mob_p_b_50 {
        padding-bottom: 160px;
    }

    .mob_p_t_50_80  {
        padding-top: 80px;

    }

    .mob_p_b_50_80  {
        padding-bottom: 160px;
    }



    .mob_m_t_0_50  {
        margin-top: 50px;
    }

    .mob_m_b_0_50  {
        margin-bottom: 50px;
    }

    .padding50150 {
        padding: 150px 0;
    }

     .padding70150 {
         padding: 150px 0;
     }

    .padding50160 {
        padding: 160px 0;
    }

    .padding7070160140 {
        padding: 160px 0 140px 0;
    }

    /*
     *---------------------------------------------------------------
     * MOBILE (PADDING ENDS)
     *---------------------------------------------------------------
     *
     */
	
	.section_2.cards > div > div {	
		margin-top: 40px;
		flex-direction: row;
	}
	
	.section_3 {
		/*padding-bottom: 100px;*/
	}
	
	.section_4 > div {
		/*max-width: 55%;*/

	}
	
	/*.section_4 h2 {*/
	/*	font-size: 3em;*/
	/*}*/
	
	.section_4 .btn, .section_4 .btn_p {
	/*font-size: 2em;*/
	padding: 1em 3em;
	}

    .section_4.purple.mob_p_t_50_80,
    .section_4.purple.mob_p_b_50_80 {
        padding: 140px 0;
    }

	.section_4.purple p {
		/*font-size: 2em;*/
	}

    .section_4.people div > div {
        flex-wrap: nowrap;
        max-width: 900px;
        /*margin: 0 auto;*/
        margin-left: auto;
        margin-right: auto;
    }
	
	.section_4.people div > div {
		flex-direction: row;
		justify-content: center;
	}
	
	.section_4.people div > div img {
		max-width: 150px;
	}

	.features {
		grid-template-columns: 1fr 1fr; /* two columns on wider screens */
        gap: 4em;
        /*background: pink;*/
	}

    .features.ticks .feature {
        grid-template-columns: 5rem 1fr;
        grid-column-gap: 0;
    }
	
	.section_2 p {
		/*font-size: 2em;*/
		/*max-width: 60%;*/
		margin: 0 auto;
        /*outline: red solid 1px;*/
	}

    .section_4 p {
        /*font-size: 2em;*/
        margin-left: auto;
        margin-right: auto;
    }

    .section_5 p {
        /*font-size: 2em;*/
    }

    .section_2.cards swiper-slide .card h3 {
        font-size: 1.5em;
    }

    .cards .card img {
        max-width: 140px;
        width: 100%;
    }

    .section_2.cards .btn {
        font-size: 1.5em;
    }

    .section_6 section {
        flex-direction: row;
    }

    .bg_image {
        background-size: cover;
        background-position: top center;
    }

    .bg_image {
        height: 600px;
    }

    .section_6.logos section div {
        padding: 40px 60px;
        border-right: 1px solid var(--dark-gray);
    }


    .section_6.split section {
        gap: 40px;
        display: flex;
        align-items: center;
    }


    .team_wrap {
        flex-direction: row;
        gap: 20px;
    }

    .team_card img {
        max-width: 140px;
        width: 100%;
    }

    .section.deliverd_who .card {
        padding: 50px 4em;
    }

    .img_1_mob {
        max-width: 350px;
    }

    .img_2_mob {
        max-width: 250px;
    }

    .dark_blue_section {
        padding: 80px 0;
    }

    .dark_blue_section .content {
        flex-direction: row;
        /*flex-direction: row-reverse;*/
        text-align: left;
    }

    .dark_blue_section .image-block img {
        max-width: 100%;
        margin-right: 0;
    }

    .section_6.how > * img.medal {
        max-width: 300px;
    }

    .program .accordion-trigger .speech {
        background: url("../assets/speech.webp") no-repeat left center;
        background-size: 40px;
        padding: 20px 0 20px 55px;
        display: flex;
        font-size: 1.5em;
    }


    .program .accordion-trigger .play {
        background: url("../assets/play.webp") no-repeat left center;
        background-size: 40px;
        padding: 20px 0 20px 55px;
        display: flex;
        font-size: 1.5em;
    }

    .guiding_list .accordion-trigger .one,
    .guiding_list .accordion-trigger .two,
    .guiding_list .accordion-trigger .three {
        font-size: 1.5em;
    }

    .section_6.split section.reverse_split {
        flex-direction: row;
    }

    .section_6.split section.reverse_split img {
        margin-bottom: o;
    }

    /*
        .main_menu {
            display: none;
        }

        .main_menu li {
            display: block;
            width: 100%;
        }

        .menu_link {
            width: 20px;
            position: absolute;
            top:0.5em;
            right: 1em;
            padding: 0.5em 1.5em;
            cursor: pointer;
            font-weight: bold;
        }

        .toggled {
            display: block;
        }

        .rsp_title, .rsp_nav, .rsp_nav_sub {
            display: block;
        }
    */

}

@media (min-width: 1060px) {
	
	.header {
		padding: 20px;
	}

    .header .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
	.header .logo, .header .logo img {
		max-width: 250px;
	}
	
	.container {
		max-width: 1200px;
	    margin: 0 auto;
	    width: 100%;
	}
	
	.footer {
		padding: 60px 0;
	}

    nav ul {
        gap:20px;
    }
	
	nav li a {
/* 		background: var(--black); */
		text-decoration: none;
		font-size: 1.1em;
		padding: 1em;
		border-radius: 100px;
	}
	
	nav li a:hover {
		text-decoration: none;
		background: var(--white);
		color: var(--purple);
	}



    p.intro {
        font-size: 1.9em;
        max-width: 900px;
    }

    p.intro:after {
        content: 'Intro 2em';
    }
	
}


@media (min-width: 1200px) {

    .container {
        max-width: 1200px;
    }
	
	nav li a {
		font-size: 1.2em;
	}

    .menu_items .left {
        max-width: 350px;
    }

    .header .logo, .header .logo img {
        max-width: 350px;
    }

}