/*
Theme Name: Selectrum Theme
Author: Selectrum
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
	background: #333092;
	border-radius: 4px;
	padding: 12px 16px;
	font-weight: 500;
	transition: all 0.25s linear;
	color: #fff;
	box-sizing: border-box;
	cursor:pointer;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #A4A3D0;
	color: #000;	
}



input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}


input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], textarea, select {
	box-sizing: border-box;
	border-style: solid;
	border-color: #0A0A1D;
	border-width: 1px;
	padding: 10px 5px;
	width: 100%;
	background: none;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.15px;
	color: #0A0A1D;
	border-radius: 8px;
}

textarea {
	overflow: auto;
	resize:none;
	height:125px;
	vertical-align: top;	
}

*{
	outline:none !important;
}



/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.15px;
	color: #0A0A1D;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  	clear: both;
	font-family: "DM Sans", sans-serif;
}

h1 {
	font-weight: 400;
	font-size: 64px;
	line-height: 64px;
	margin-bottom:32px;
}

h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 44px;
	margin-bottom:24px;	
}

h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin-bottom:12px;	
}

h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin-bottom:12px;	
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container{
	width:1408px;
	margin:0 auto;
}


/*HEADER*/
#header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


#main-menu li{
	list-style:none;
}

#main-menu ul.menu > li > ul.sub-menu {
	opacity:0;
	visibility: hidden;
	background-color: #fff;
	border: 1px solid #DDDDF0;
	padding: 8px;
	border-radius: 8px;
	margin: 0;
	position: absolute;
	margin-top: 15px;
	width: 200px;
	transition:all 0.25s linear;	
}

#main-menu ul.menu > li > .sub-menu > li > a {
	color: #333092;
	padding: 8px;
	display: block;
	border-radius: 4px;
}

#main-menu ul.menu > li > ul.sub-menu > li > a:hover{
	background:#F0F0FA;
}

#main-menu ul.menu > li:hover .sub-menu{
	opacity:1;
	visibility: visible;
}

#main-menu ul.menu > li{
	position: relative;
}

#main-menu ul.menu > li.btn-violet-item{
	margin-left:16px;
}

#main-menu ul.menu > li > a {
	padding: 12px;
	display: block;
	border-radius: 4px;
	color: #0A0A1D;
	transition:all 0.25s linear;
	position: relative;
}

#main-menu a{
	font-weight:500;
}

#main-menu ul.menu > li.menu-item-has-children > a::after {
	content: '\e313';
	font-family: Material Symbols Outlined;
	color: #A4A3D0;
	position: absolute;
	top: 13px;
	font-size: 20px;
	right: 10px;
	transition:all 0.25s linear;	
}

#main-menu ul.menu > li.menu-item-has-children > a {
	padding: 12px 32px 12px 12px;
}

#main-menu ul.menu > li.menu-item-has-children > a:hover:after{
	transform:rotate(180deg)
}


#main-menu ul.menu > li > a:hover{
	background:#DDDDF0;
	color:#333092;
}

#main-menu ul .wpml-ls-menu-item a {
	display: inline;
}

#main-menu ul.menu {
	background-color: #fff;
	border: 1px solid #DDDDF0;	
	display: flex;
	padding: 8px;
	border-radius: 8px;
	margin: 0;
	position: relative;
}

#main-menu ul.menu > li.programs-item{
	position: initial;
}

#main-menu ul.menu > li.programs-item > ul.sub-menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	box-sizing: border-box;
	left: 0;
	padding: 16px;
}

.title-menu {
	border-right: 1px solid #DDDDF0;
	padding-right: 24px;
	margin-right: 24px;
}

#main-menu ul.menu > li.programs-item > ul.sub-menu > li.menu-item-has-children > a,
#main-menu ul.menu > li.programs-item > ul.sub-menu > li.title-menu > a{
	font-weight: 500;
	letter-spacing: -0.5px;
	color: #0A0A1D;
	margin-bottom:6px;
	background:none !important;
}

#main-menu ul.menu > li.programs-item > ul.sub-menu > li.title-menu > a{
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.5px;
}

#main-menu ul.menu > li.programs-item > ul.sub-menu > li {
	width: 33.333%;
}

.menu-item-desc {
	padding: 0 8px;
}

#main-menu ul.menu > li.programs-item > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
	padding:0;
	margin:0;
}

#main-menu ul.menu > li.programs-item > ul.sub-menu > li.menu-item-has-children > ul.sub-menu a{
	padding:8px;
	border-radius:4px;
	display: block;
	color:#333092;
	transition:all 0.25s linear;	
}

#main-menu ul.menu > li.programs-item > ul.sub-menu > li.menu-item-has-children > ul.sub-menu a:hover{
	background-color:#F0F0FA;
}

#main-menu .btn-violet-item {
	order: 10;
}

#main-menu ul.menu > li.btn-violet-item > a,
#mobile-menu ul.menu > li.btn-violet-item > a{
	display: inline-block;
	background: #333092;
	border-radius: 4px;
	padding: 12px 16px;
	font-weight: 500;
	transition: all 0.25s linear;
	color: #fff;
}

#mobile-menu ul.menu > li.btn-violet-item > a{
	width: auto !important;
}

#main-menu ul.menu > li.btn-violet-item > a:hover,
#mobile-menu ul.menu > li.btn-violet-item > a:hover{
	background: #CACAE5;
	color: #000;	
}

#main-menu ul.menu > li.btn-violet-item > a::after,
#mobile-menu ul.menu > li.btn-violet-item > a::after{
	content: '\e5c8';
	font-family: Material Symbols Outlined;
	position: relative;
	top: 3px;
	margin-left: 12px;
}

#mobile-menu ul.menu > li.btn-violet-item {
	border: none;
	margin-top: 25px;
	margin-bottom:10px;
}

#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 24px 36px;
	box-sizing: border-box;
	transition:all 0.25s linear;
}

#main-menu {
	position: fixed;
	right: 36px;
}

#header.fixed {
	padding: 5px 36px;
	background-color: #fff;
	box-shadow: 0 1px 1px #DDDDF0;
}

#header-logo a {
	background-image: url(assets/images/logo.svg);
	background-size: 100%;
	width: 217px;
	display: block;
	height: 81px;
}

#header.fixed #header-logo a {
	background-image: url(assets/images/logo-v2.svg);
}


/*PAGES*/
#home-hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: calc(100vh - 32px);
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 12px;
}

#main {
	padding: 16px;
	box-sizing: border-box;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-video-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(270deg, rgba(10, 10, 29, 0) 0%, #0A0A1D 100%);
	mix-blend-mode: multiply;
}

#home-hero .container {
    position: relative;
    z-index: 3;
}

#home-hero .post-text p, #home-hero .post-text ul {
	opacity: 0.7;
}

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

#home-hero-content {
	max-width: 665px;
}

.btn{
	display: inline-block;
	background: #333092;
	border-radius: 4px;
	padding: 12px 16px;
	font-weight: 500;
	transition: all 0.25s linear;
	color: #fff;
	box-sizing: border-box;	
}

.btn:after{
	content: '\e5c8';
	font-family: Material Symbols Outlined;
	position: relative;
	top: 3px;
	margin-left: 12px;
}

.btn:hover{
	background: #F0F0FA;
	color: #000;	
	text-decoration: none !important;
}

.btn.full-width-btn{
	width:100%;
	display: flex;
	justify-content: space-between;	
}

.btn.full-width-btn:after{
	top:0;
}

.btn.lightPink-btn{
	background:#F799D1;
	color:#0A0A1D;
}

.btn.lightPink-btn:hover{
	background:#EC008C;	
	color: #fff;	
}

.button-flex {
	display: flex;
}

.btn.white-btn{
	background:#fff;
	color:#0A0A1D;
}

.btn.white-btn:hover{
	background: #333092;
	color: #fff;	
}

.button-flex .btn{
	margin-right:12px;
}

#home-hero .post-text {
	padding-bottom: 25px;
}


.section-top-padding{
	padding-top:120px;
} 

.section-bottom-padding{
	padding-bottom:120px;	
}

.row {
	display: flex;
	justify-content: space-between;
}

.col-1-4 {
	width: 31%;
}

.col-3-4 {
	width: 69%;
}


.sub-title {
	font-weight: 500;
	margin-bottom:24px;
}

.card-wrapper {
	display: flex;
	gap: 20px;
	flex-flow:wrap;
}

.card-item {
	background: #B3EAFF;
	padding: 12px 12px 22px 12px;
	box-sizing: border-box;
	border-radius: 12px;
}

.card-item a:hover .btn{
	background: #333092;
	color: #fff;	
}

.card-content {
	padding: 0 8px;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .card-item {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }    
    
    .card-item:nth-child(2n) {
        margin-right: 0;
    }
    
    .card-wrapper {
        gap: 0;
    }
}

@media screen and (min-width: 1299px) {
    .card-item {
        width: calc(25% - 15px); 
    }    

    .card-item:nth-child(2n) {
        margin-right: 20px; 
    }

    .card-item:nth-child(4n) {
        margin-right: 0;
    }
}

.card-item a{
	color:#0A0A1D;
}

.card-item .btn {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.card-photo-image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

.card-item a:hover .card-photo-image span{
	transform:scale(1.05);
}

.card-photo-image:before{
	display:block;
	padding-top:50%;
	content:'';
}

.card-photo-image span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition:all 0.25s linear;
}

.card-wrapper.card-col-2 .card-item {
	width:50%;
}

#loadmore-btn:after{
	content:'\e863';
	display:inline-block;
}

#loadmore-btn.loading:after {
    animation: spin 1s linear infinite; 
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#loadmore-btn{
	background:#00AEEF;
	color:#0A0A1D;
}

#loadmore-btn:hover{
	background:#B3EAFF;	
}

.loadmore-wrapper {
	text-align: center;
	margin-top: 60px;
}

.card-wrapper .btn-wrapper {
	padding-top: 32px;
	padding-left: 8px;
	padding-right: 8px;
}

.row-3-4{
	gap:50px;
}

.light-green-bg{
	background-color:#D8FFA7 !important;
}

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

.lightPinkBg {
	background-color: #FDE5F3;
}

.radius-section{
	border-radius:12px;
	overflow: hidden;
}

.row.vertical-align{
	align-items:center;
}

#home-camps .col-3-4 {
	padding-left: 5%;
	box-sizing: border-box;
}

#home-camps {
	background-image: url('assets/images/vector-t1.svg');
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

.btn.darkBlue-btn{
	background:#00AEEF;
	color:#0A0A1D;
}

.btn.darkBlue-btn:hover{
	background:#B3EAFF;
}

.row-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 48px;
}

.col-left {
	width: 50%;
}

.row-title .col-left h2:last-of-type{
	margin:0;
}

.body-small{
	font-size: 14px;
	line-height: 18px;
}

.btn.darkGreen-btn{
	background:#A0CE67;
	color:#0A0A1D;
}

.btn.darkGreen-btn:hover{
	background:#71A136;
}

.faq-accordion {
    max-width: 100%; 
    margin: 0 auto;
}
.faq-item {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.faq-trigger {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
	transition:all 0.25s linear;
}

.faq-item:hover{
	background:#DDDDF0;
}

.faq-item.is-open:hover{
    background: #ffffff;	
}

.col2-colored{
	width:100%;
}

.faq-trigger h3 {
    margin: 0;
	width:90%;
}

@media screen and (min-width: 1299px) {
	.faq-content-inner{
		width: 75%;
	}	
}

.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    background-color: #8a8aa8; 
    transition: background-color 0.3s ease;
}
.faq-icon::before {
    left: 2px;
    transform: rotate(45deg);
}
.faq-icon::after {
    right: 2px;
    transform: rotate(-45deg);
}

.faq-content {
    display: none; 
}
.faq-content-inner {
    padding: 0 24px 24px 24px;
}

.faq-content-inner p:last-of-type{
	margin-bottom:0;
}

.faq-item.is-open .faq-icon {
    transform: rotate(180deg); 
}
.faq-item.is-open .faq-icon::before,
.faq-item.is-open .faq-icon::after {
    background-color: #6366f1; 
}

.logos-carousel-wrapper {
    margin: 100px auto 32px auto;
}

.logo-card {
    background-color: #333092; 
    border-radius: 8px; 
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;       
    transition: background 0.3s ease;
	box-sizing:border-box;
}

.logo-card:hover{
    background-color: #292675; 	
}


.logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto !important; 
}

.logos-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.logos-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.logos-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #cbd5e1;     
    display: block;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.logos-carousel .owl-dots .owl-dot.active span {
    background: #333092;     
}

.cta-section .container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0f0e26 0%, rgba(15, 14, 38, 0.6) 25%, rgba(15, 14, 38, 0.6) 55%, rgba(15, 14, 38, 0) 90% );
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 30%, rgba(0, 0, 0, 0) 85%);
    mask-image: linear-gradient(90deg, #000 0%, #000 30%, rgba(0, 0, 0, 0) 85%);
}

.cta-section .container .post-text {
	max-width: 530px;
}

.cta-section .container {
	padding: 56px 48px;
	box-sizing: border-box;
	color: #fff;
	height: 560px;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: space-between;
	background-size: cover;
	background-position: center;
}

.cta-section .container .post-text,
.cta-section .container .button-flex{
	position: relative;
}

#page-banner {
	background-size: cover;
	background-position: center;
	background-image:url(assets/images/banner.jpg);
	height: 460px;
	position: relative;
	padding-bottom: 32px;
	box-sizing: border-box;
}

#page-banner:before{
	background: linear-gradient(270deg, rgba(10, 10, 29, 0) 0%, #0A0A1D 100%);
	mix-blend-mode: multiply;	
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
}

#page-banner .container {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	color: #fff;
	position: relative;
}


.breadcrumb-link {
    color: #0A0A1D; 
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s ease;
}

#breadcrumbs a{
    color: #0A0A1D; 	
}

.breadcrumb-link:hover {
    color: #333092; 
    text-decoration: none;
}

.breadcrumb-separator {
	color: #cbd5e1;
	font-size: 16px;
	font-weight: 400;
	user-select: none;
	margin: 0 8px;
}

.breadcrumb-home {
	background: #DDDDF0;
	width: 24px;
	height: 24px;
	display: flex;
	border-radius: 50%;
	color: #0A0A1D;
	justify-content: center;
	align-items: center;
}

.breadcrumb-home span {
	font-size: 18px;
}

.custom-breadcrumbs {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}

#breadcrumbs {
	padding: 24px 0;
}

.breadcrumb-current {
	font-weight: 600;
}

.builder-buttons-wrapper {
	display: flex;
	flex-flow:wrap;
}

.builder-buttons-wrapper .btn-wrapper {
	margin-right: 8px;
	margin-bottom: 8px;
}

.builder-buttons-wrapper {
	display: flex;
	padding-top: 10px;
}


.btn.file-btn:after{
	content:'\f090';
}

.section-bottom-50{
	padding-bottom:50px;
}

#flexible-content{
	padding:80px 0 48px 0;
}


.post-text p a,
.post-text li a,
.post-text ol a,
.post-text strong a{
	color:#333092;
	text-decoration:underline;
}

.post-text p a:hover,
.post-text li a:hover,
.post-text ol a:hover,
.post-text strong a:hover{
	text-decoration:none;
}

.post-text ul{
	margin:0 0 1.5em 0;
}

.post-text ul li {
	list-style: none;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.post-text ol{
	margin:0 0 1.5em 1em;
}

.post-text ul li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	background: #0A0A1D;
	top: 9px;
}

#flexible-left {
	width: 58%;
}

#flexible-right {
	width: 30%;
	position: -webkit-sticky;
	position: sticky;	
	top:150px;
}

#flexible-content > .container {
	display: flex;
	justify-content: space-between;
	position: relative;

}

.page-template-programs-builder #flexible-content > .container {
	align-items: flex-start;	
}

.child-programs-grid {
	padding: 8px;
	border-radius: 12px;
	background-color: #E5F7FD;
	box-sizing: border-box;
}

.child-page-link {
	color:#0A0A1D !important;
	position: relative;
	display: block;
	padding: 12px 30px;
	box-sizing: border-box;
	transition:all 0.25s linear;
	border-radius:8px;
	margin-bottom:4px;
}

.child-page-link:hover,
.child-page-item.active .child-page-link{
	background-color: #B3EAFF;	
	padding: 12px 36px;	
}

.child-page-link::before {
	content: '\e5cc';
	font-family: Material Symbols Outlined;
	position: absolute;
	left: 0;
	color: #00AEEF;
	font-size: 24px;
	transition:all 0.25s linear;	
}

.child-page-link:hover:before,
.child-page-link.active,
.child-page-item.active .child-page-link:before{
	left:6px;
}

#nav-widget-wrapper {
	margin-bottom: 32px;
}

.builder-card {
	height: 170px;
	background-size: cover;
	background-position: center;
	border-radius: 6px;
}

.builder-card.card-video {
	background-color: #DDDDF0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #292675;
}

.video-play-button span {
	font-size: 8rem;
}

.logos-carousel-wrapper {
    position: relative;
    padding: 0 50px; 
}

.gallery-slider .owl-nav button.owl-prev, .gallery-slider .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24PX;
	height: 24px;
	background-color: #e2e4f0 !important;
	color: #2b2383 !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s, color 0.3s;
}

.gallery-slider .owl-nav button.owl-prev:hover,
.gallery-slider .owl-nav button.owl-next:hover {
    background-color: #2b2383 !important;
    color: #fff !important;
}

.gallery-slider .owl-nav button.owl-prev { left: -35px; }
.gallery-slider .owl-nav button.owl-next { right: -35px; }

.gallery-slider .owl-nav button span{
	font-size:14px;
}

.fancybox-infobar{
	display: none !important;
}

.section-faq-accordion .faq-item {
	background: #F0F0FA;
}

.section-faq-accordion .faq-item:hover {
	background: #DDDDF0;
}

.section-faq-accordion .faq-item.is-open{
	background: #F0F0FA;	
}

.section-faq-accordion {
	width: 100%;
}

#main.content_builder_competitive .child-programs-grid {
	background-color: #F0FFDD;
}

#main.content_builder_competitive .child-page-link:hover, #main.content_builder_competitive .child-page-item.active .child-page-link {
	background-color: #D8FFA7;
}

#main.content_builder_competitive .child-page-link::before{
	color:#A0CE67;
}

#flexible-content.flexible-column > .container {
	flex-direction: column;
}

.row-v2 {
    display: flex;
    justify-content: space-between;
	align-items:center;
}

.col-text {
	width: 50%;
	padding: 0 9% 0 0;
	box-sizing: border-box;
}

.col-image {
	width: 50%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.col-image img{
	width:100%;
	height:auto;
	border-radius: 12px;
	display: block;
}

.section-bottom-90{
	padding-bottom:90px;
}

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

.row-v2.row-v2-reverse  .col-text {
	padding: 0 0 0 9%;
}

.section-full-colored {
	padding: 90px 20%;
	border-radius: 12px;
	margin-bottom: 90px;
	width: 100%;
	box-sizing: border-box;
}

.section-full-colored:has(+ .section-full-colored) {
    margin-bottom: 45px; 
}

.section-text-full:not(.section-full-colored):has(+ .section-logos-carousel),
.section-text-full:not(.section-full-colored):has(+ .section-faq-accordion) {
    padding-bottom: 10px; 
}

 
#parent-list .btn {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 12px;
}

#parent-list .btn-wrapper:last-child .btn{
	margin-bottom:0;
}

.row-v3 {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.col-text3 {
	width: 50%;
	background: #FDE5F3;
	border-radius: 12px;
	padding: 40px 70px;
	box-sizing: border-box;
}

.col-text3:last-child{
	background: #B3EAFF;	
}

.only-text-col .col-image {
	display: none;
}

.only-text-col .col-text {
	padding-top: 0;
	padding-bottom: 0;
}

.blueCard-item h3 {
	margin-bottom: 8px;
}

.blueCard-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
}

.blueCard-item {
    box-sizing: border-box;
    background-color: #B3EAFF;
    padding: 24px;
    border-radius: 8px;
}

#bg-type-1 .btn{
	background:#A0CE67;
}

#bg-type-1 .btn:hover{
	background:#71A136;
}

#bg-type-2 .btn{
	background:#00AEEF;
}

#bg-type-2 .btn:hover{
	background:#E5F7FD;
}

#bg-type-3 .btn{
	background:#EC008C;
}

#bg-type-3 .btn:hover{
	background:#AC0F6C;
}


.equipe-group {
	margin-bottom: 96px;
}

.equipe-group:last-child{
	margin-bottom:0;
}

.equipe-group .section-title {
	text-align: center;
}

.member-wrapper {
	display: flex;
	gap: 20px;
	place-content: center;
	flex-flow:wrap;
}

.member-photo {
	width: 100%;
	height: 320px;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	margin-bottom: 16px;
}

.member-item h3{
	margin:0;
}

.member-item{
	position: relative;
}

.member-item.team-with-bio::before {
	content: '+';
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	line-height:28px;
	font-size: 24px;
	opacity: 0;
	transition: all 0.25s linear;
}

.member-item.team-with-bio{
	cursor:pointer;
}

.member-item.team-with-bio:hover:before{
	opacity:1;
}

.bio-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 7, 116, 0.8);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.bio-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.bio-drawer {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 600px;
	height: 100%;
	background: #ffffff;
	z-index: 9999;
	box-shadow: -5px 0 25px rgba(0,0,0,0.15);
	padding: 40px;
	overflow-y: auto;
	transition: right 0.4s ease;
	box-sizing: border-box;
	border-radius: 20px 0 0 20px;
}

.bio-drawer.active {
    right: 0;
}

.bio-drawer-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #3c34ac;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.bio-drawer-photo {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.bio-drawer-name {
    margin: 0;
}

.bio-drawer-subtitle {
    margin-bottom: 25px;
}


@media screen and (min-width: 768px) {
	.member-item {
		width:calc(33.333% - 14px);
	}	
}


@media screen and (min-width: 1299px) {
	.member-item {
		width: calc(25% - 15px);
	}	
}

.card-wrapper.card-col-2 {
	flex-flow: inherit;
}

#contact-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 90px;
}

#contact-left {
	width: 40%;
}

#contact-right {
	background-color: #F0F0FA;
	border-radius: 8px;
	padding: 24px;
	box-sizing: border-box;
	width: 32%;
}

#centers-inside{
	display: flex;
	flex-flow: wrap;
}

.center-item {
	margin: 0 20px 45px 0;
}


@media screen and (min-width: 768px) {
    .center-item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .center-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1299px) {
    .center-item:nth-child(2n) {
        margin-right: 22.5px; 
    }

    .center-item:nth-child(3n) {
        margin-right: 0;
    }
    
    .center-item {
        width: calc(33.333% - 15px);
    }
}

.center-photo {
	background-size: cover;
	width: 100%;
	height: 270px;
	border-radius: 8px;
	margin-bottom: 24px;
}

.center-desc p {
	margin-bottom: 5px;
}

#incription-wrapper .btn-wrapper {
	margin-bottom: 12px;
}

/*FOOTER*/
#footer-info {
	padding: 50px 0;
}

#footer-logo {
	margin-bottom: 32px;
}

.address-item a {
	color: #0A0A1D;
}

.address-item {
	margin-bottom: 18px;
}

.blueCard-section {
	width:100%;
}

#footer-left a:hover{
	text-decoration: underline;
}

.contact-info a{
	color:#333092;
}

.contact-info a:hover{
	text-decoration: underline;
}

.btn.light-btn{
	background:#F0F0FA;
	color:#0A0A1D;
}

.btn.light-btn:hover{
	background:#CACAE5;	
}

.contact-info {
	margin-bottom: 32px;
}

#lang-selector {
	margin-top: 32px;
}

#lang-selector .wpml-ls-link {
	padding: 0;
	color: #333092;
}

#lang-selector .wpml-ls {
	border: none;
	padding: 0;
}

#footer-flex {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #CACAE5;
	padding-bottom: 40px;
}

#footer-left {
	width: 30%;
}

#footer-right {
	width: 60%;
}

#footer-menu ul{
	padding:0;
	margin:0;
}

#footer-menu ul li{
	list-style:none;
}

#footer-menu .menu{
	display: flex;
	flex-flow:wrap;
}

#footer-menu .menu > li {
	width: 33.3333%;
	padding: 0px 30px 40px 30px;
	box-sizing: border-box;
}

#footer-menu .menu > li > a {
	font-weight: 500;
	color: #0A0A1D;
	margin-bottom: 12px;
	pointer-events: none;
	display: block;
}

#footer-menu ul li a{
	color:#333092;
}

#footer-menu ul li a:hover{
	text-decoration: underline;
}

#footer-menu .sub-menu li {
	margin-bottom: 8px;
}

#footer-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
}

#copyright {
	display: flex;
}

#copyright div {
	margin-right: 16px;
}

#footer-bottom a{
	color:#0A0A1D;
}

#footer-bottom a:hover{
	text-decoration: underline;
}

.hide-on-mobile{
	display: block !important;
}

.show-on-mobile{
	display: none !important;
}

@media screen and (max-width: 1500px) {
	.container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}	
	
	#header {
		padding: 24px 20px;
	}	
	
	#header.fixed {
		padding: 5px 20px;
	}	
}

#menu-toggle,#mobile-menu {
	display: none;
}

@media screen and (max-width: 1298px) {
	.blueCard-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}	
	
	#mobile-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		left: 0;
		width: 100%;
		height: calc(100vh - 129px);
		background-color: #0A0A1D;
		top: 129px;
		padding: 40px 16px;
		box-sizing: border-box;
		transition: all 0.25s linear;
		overflow: auto;
	}
	
	#header.fixed  #mobile-menu {
		height: calc(100vh - 84px);
		top: 84px;
	}		
	
	#mobile-menu.active{
		opacity: 1;
		visibility: visible;		
	}
	
	#mobile-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#mobile-menu .menu > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
	}

	#mobile-menu .menu > li > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0;
		color: #fff;
		text-decoration: none;
		font-weight: 500;
		position: relative;
		box-sizing: border-box;
		width: 100%;
	}

	#mobile-menu .sub-menu {
		display: none;
		padding-left: 15px;
	}

	#mobile-menu .sub-menu li a {
		display: block;
		padding: 12px 0px;
		color: #A4A3D0;
		text-decoration: none;
	}

	#mobile-menu .menu-item-has-children > a::after {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border-right: 2px solid #A4A3D0;
		border-bottom: 2px solid #A4A3D0;
		transform: translateY(-2px) rotate(45deg);
		transition: transform 0.25s ease;
		margin-left: 10px;
	}

	#mobile-menu .menu-item-has-children.is-open > a::after {
		transform: translateY(2px) rotate(-135deg);
	}
	
	#header.active {
		background-color: #0A0A1D;
		position: fixed;		
	}
	
	#header.active #header-logo a {
		background-image: url(assets/images/logo.svg) !important;
	}	
	
	#menu-toggle {
		width: 40px;
		height: 40px;
		position: fixed;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: #333092;
		border-radius: 8px;
		align-items: center;
		padding: 11px 9px;
		box-sizing: border-box;
		right:30px;
	}
	
	#menu-toggle.active{
		background: #333092;
	}
	
	#menu-toggle.active span {
		width: 27px;
	}	

	#menu-toggle span {
		display: block;
		height: 3px;
		width: 100%;
		background: #fff;
		transition: all 0.3s ease;
	}

	#menu-toggle.active span:nth-child(1) {
		transform: rotate(45deg);
		position: absolute;
		top: 18px;
	}

	#menu-toggle.active span:nth-child(2) {
		opacity: 0;
	}

	#menu-toggle.active span:nth-child(3) {
		transform: rotate(-45deg);
		position: absolute;
		top: 18px;
	}
	
	#main-menu {
		display: none;
	}	
	
	.section-top-padding {
		padding-top: 70px;
	}

	.section-bottom-padding {
		padding-bottom: 70px;
	}	
	
	.row {
		flex-direction: column;
		gap: 30px;
	}	

	.col-1-4 {
		width: 100%;
	}	
	
	.col-3-4 {
		width: 100%;
	}	
	
	#home-camps {
		background-image: none;
	}	
	
	.logos-carousel-wrapper {
		padding: 0;
	}	
	
	#footer-flex {
		flex-direction: column;
		gap: 30px;
	}	

	#footer-left {
		width: 100%;
	}	
	
	#footer-right {
		width: 100%;
	}	
	
	#footer-menu .menu > li {
		padding: 0px 20px 40px 0px;
	}	
	
	.row-v2.row-v2-reverse .col-text {
		padding: 0 0 0 30px;
	}	
	
	.col-text {
		padding: 0 30px 0 0;
	}	
	
	.section-full-colored {
		padding: 90px;
	}	
	
	.col-text3 {
		padding: 40px;
	}	
	
	#contact-flex {
		flex-direction: column;
		gap: 30px;
	}	
	
	#contact-left {
		width: 100%;
	}	
	
	#contact-right {
		width: 100%;
	}	
}


@media screen and (max-width: 767px) {
	.blueCard-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}		
	#breadcrumbs {
		font-size: 10px;
	}
	
	#menu-toggle{
		right:16px;
	}
	
	#flexible-content {
		padding: 40px 0 48px 0;
	}	
	
	#main {
		padding: 0;
	}	
	
	.container {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}	
	
	#header {
		padding: 12px 15px;
	}	
	
	#header.fixed {
		padding: 5px 15px;
	}		
	
	#home-hero {
		min-height: auto;
		border-radius: 0;
		padding: 200px 0;
	}
	
	#header.fixed  #mobile-menu {
		height: calc(100vh - 70px);
		top: 70px;
	}	
	
	#mobile-menu {
		height: calc(100vh - 84px);
		top: 84px;
	}	
	
	h1{
		font-weight: 400;
		font-size: 40px;
		line-height: 44px;
		margin-bottom:24px;
	}
	
	h2{	
		font-weight: 400;
		font-size: 28px;
		line-height: 34px;
		margin-bottom:24px;
	}
	
	#home-hero-content {
		max-width: 100%;
		text-align: center;
	}	
	
	.button-flex {
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 20px;
	}	
	
	#home-hero .post-text {
		padding-bottom: 0;
	}	
	
	.card-wrapper.card-col-2 {
		flex-flow: wrap;
	}	

	.card-wrapper.card-col-2 .card-item {
		width: 100%;
	}
	
	.row-title {
		flex-direction: column;
		align-items: inherit;
	}
	
	.col-left {
		width: 100%;
	}	
	
	.hide-on-mobile{
		display: none !important;
	}
	
	.show-on-mobile{
		display: block !important;
	}	
	
	#actualites-slider-container .card-wrapper {
		display: block !important;
		width: auto !important;
		margin-left: -45px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
		margin-bottom: 40px;
	}

    #actualites-slider-container .card-item {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }	
	
	.faq-trigger {
		padding: 16px;
	}	
	
	.faq-content-inner {
		padding: 0 16px 16px 16px;
	}	
	
	.cta-section .container::before {
		background: rgba(20, 19, 58, 0.8);
		backdrop-filter: none;
		mask-image: none;
	}	
	
	.cta-section .container {
		padding: 56px 16px;
		height: auto;
		background-position: right;
		text-align: center;
	}	
	
	.radius-section {
		border-radius: 0;
	}	
	
	#footer-info {
		text-align: center;
	}	
	
	#footer-menu .menu {
		flex-direction: column;
		align-items: center;
	}	
	
	#footer-menu .menu > li {
		padding: 0px 0px 20px 0px;
		width: 100%;
	}	
	
	#footer-bottom,#copyright {
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}	
	
	#page-banner {
		height: auto;
		padding: 170px 0 90px 0;
		text-align: center;
	}	
	
	#header-logo a {
		width: 160px;
		height: 60px;
	}	
	
	#breadcrumbs {
		padding: 12px 0;
		background-color: #F0F0FA;
	}	
	
	#flexible-content > .container {
		flex-direction: column;
	}	
	
	#flexible-left {
		width: 100%;
	}	
	
	#flexible-right {
		width: 100%;
	}	
	
	.builder-carousel-wrapper {
		width: calc(100% - 80px);
		margin: 0 auto;
	}	
	
	.row-v2 {
		flex-direction: column !important;
		align-items: inherit;
		gap: 20px;
	}	
	
	.col-text {
		width: 100%;
		padding: 0 !important;
	}	
	
	.section-bottom-90 {
		padding-bottom: 40px;
	}	
	
	.col-image {
		width: 100%;
		min-height: 250px;
	}	
	
	.row-v3 {
		flex-direction: column;
	}	
	
	.col-text3 {
		padding: 16px;
		width: 100%;
	}	
	
	.cta-section .container .post-text {
		max-width: 100%;
	}	
	
	.section-full-colored {
		padding: 24px;
	}	

	#page-banner::before {
		background: rgba(0,0,0,0.7);
	}	
	
	.member-item {
		width: 100%;
		margin-bottom: 32px;
		text-align: center;
	}	
	
	.center-item {
		margin: 0 0 32px 0;
		width: 100%;
	}	
	
	.center-item:last-child{
		margin-bottom:0;
	}
	
	#contact-flex {
		padding-bottom: 40px;
	}	
}
