.SectionHeader-module__2iX9PG__sectionHeader{color:#fff;text-align:center;box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:300px;padding:1.5rem 1rem;display:flex;position:relative;overflow:hidden}.SectionHeader-module__2iX9PG__backgroundImgContainer{z-index:0;position:absolute;inset:0}.SectionHeader-module__2iX9PG__backgroundOverlay{z-index:1;position:absolute;inset:0}.SectionHeader-module__2iX9PG__headerContent{z-index:2;flex-direction:row;justify-content:center;align-items:center;gap:0;width:100%;max-width:1200px;padding:1.5rem 2rem;display:flex;position:relative}.SectionHeader-module__2iX9PG__leftColumn{flex:.8;justify-content:center;align-items:center;max-width:45%;display:flex}.SectionHeader-module__2iX9PG__headerImage{object-fit:contain;width:100%;max-width:500px;height:auto}.SectionHeader-module__2iX9PG__rightColumn{flex-direction:column;flex:1.2;align-items:center;gap:1rem;max-width:55%;padding:1rem;display:flex}.SectionHeader-module__2iX9PG__textLogoGroup{flex-direction:column;align-items:center;gap:.5rem;display:flex}.SectionHeader-module__2iX9PG__logoContainer{justify-content:center;align-items:center;width:clamp(280px,35vw,400px);height:clamp(200px,25vw,300px);display:flex;position:relative}.SectionHeader-module__2iX9PG__titleWrapper h1{text-shadow:0 1px 6px #0009;margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.SectionHeader-module__2iX9PG__titleWrapper h1 .SectionHeader-module__2iX9PG__highlight,.SectionHeader-module__2iX9PG__titleWrapper h1 .SectionHeader-module__2iX9PG__highlight2{font-weight:inherit;font-size:inherit}.SectionHeader-module__2iX9PG__subtitle{text-shadow:0 1px 6px #0009;max-width:700px;margin:1rem 0 0;font-size:clamp(.9rem,1.5vw,1.2rem)}.SectionHeader-module__2iX9PG__ctaButton{background-color:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-top:1rem;padding:.5rem 1.5rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block;box-shadow:0 4px 12px #0000004d}.SectionHeader-module__2iX9PG__ctaButton:hover{background-color:var(--highlight)}@media (max-width:768px){.SectionHeader-module__2iX9PG__sectionHeader{min-height:220px;padding:1rem}.SectionHeader-module__2iX9PG__headerContent{flex-direction:column;gap:1.5rem;padding:1rem}.SectionHeader-module__2iX9PG__leftColumn{display:none}.SectionHeader-module__2iX9PG__rightColumn{align-items:center;max-width:100%;padding:0}.SectionHeader-module__2iX9PG__logoContainer{width:clamp(250px,50vw,350px);height:clamp(180px,35vw,250px)}.SectionHeader-module__2iX9PG__titleWrapper h1{font-size:clamp(1.8rem,8vw,2.5rem)}.SectionHeader-module__2iX9PG__subtitle{margin-top:.5rem;font-size:clamp(.9rem,2.5vw,1.1rem)}.SectionHeader-module__2iX9PG__ctaButton{padding:.7rem 1.2rem;font-size:clamp(.9rem,2.5vw,1.1rem)}}
.CampCard-module__Jgibcq__card{background-color:var(--foreground);box-shadow:0 4px 8px var(--primary);color:#fff;cursor:pointer;border-radius:8px;flex-direction:row;align-items:stretch;gap:.5rem;min-height:300px;margin:2rem 0;padding:1.5rem;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex}.CampCard-module__Jgibcq__card:hover{transform:translateY(-10px);box-shadow:0 8px 16px #0003}.CampCard-module__Jgibcq__imageContainer{border-radius:8px;flex:1.2;justify-content:center;align-items:center;max-width:50%;display:flex;position:relative;overflow:hidden}.CampCard-module__Jgibcq__image{border-radius:8px;transition:transform .3s ease-in-out;animation:4s ease-in-out infinite CampCard-module__Jgibcq__wiggle}.CampCard-module__Jgibcq__card:hover .CampCard-module__Jgibcq__image{animation-duration:.2s;transform:scale(1.05)}.CampCard-module__Jgibcq__content{flex-direction:column;flex:.8;justify-content:center;gap:1rem;max-width:50%;padding:1rem;display:flex}.CampCard-module__Jgibcq__title{color:inherit;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.5rem)}.CampCard-module__Jgibcq__styledTitleText{white-space:nowrap;background-color:var(--white);font-weight:700;line-height:1.2;font-size:inherit;text-shadow:2px 2px 0 var(--primary),-2px -2px 0 var(--primary),2px -2px 0 var(--primary),-2px 2px 0 var(--primary),0 0 5px #0000004d;transform-origin:50%;border-radius:.4rem;padding:.2rem .6rem;display:inline-block;transform:rotate(-2deg)scaleX(1.03)}.CampCard-module__Jgibcq__description ul{margin-bottom:auto;margin-left:0;padding-left:0;list-style-type:none}.CampCard-module__Jgibcq__description li{text-align:left;margin-bottom:1rem;padding-left:40px;position:relative}.CampCard-module__Jgibcq__description li:before{content:"";background-image:url(/icons/airplane-icon.svg);background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;left:0;transform:translateY(-50%)}.CampCard-module__Jgibcq__description li.CampCard-module__Jgibcq__airplane:before{background-image:url(/icons/airplane-icon.svg);width:35px;height:25px}.CampCard-module__Jgibcq__description li.CampCard-module__Jgibcq__arrow:before{background-image:url(/icons/arrow-right-icon.svg);width:20px;height:20px}.CampCard-module__Jgibcq__imageLeft{flex-direction:row}.CampCard-module__Jgibcq__imageRight{flex-direction:row-reverse}.CampCard-module__Jgibcq__ctaButton{color:#fff;background-color:var(--secondary);white-space:nowrap;border-radius:50px;align-self:center;margin-top:1.5rem;padding:.8rem 1.8rem;font-size:clamp(.9rem,2vw,1.1rem);font-weight:700;text-decoration:none;transition:background-color .2s ease-in-out,transform .2s ease-in-out;display:inline-block;box-shadow:0 4px 8px #0003}.CampCard-module__Jgibcq__ctaButton:hover{background-color:var(--highlight);transform:translateY(-2px);box-shadow:0 6px 10px #0000004d}@media (max-width:768px){.CampCard-module__Jgibcq__card{flex-direction:column!important}.CampCard-module__Jgibcq__imageContainer,.CampCard-module__Jgibcq__content{max-width:100%}.CampCard-module__Jgibcq__title .CampCard-module__Jgibcq__styledTitleText{padding:.1rem .4rem;font-size:clamp(1.5rem,6vw,2rem)}.CampCard-module__Jgibcq__description ul{margin-bottom:1rem}.CampCard-module__Jgibcq__ctaButton{margin-top:1rem;padding:.6rem 1.2rem;font-size:clamp(.8rem,3vw,1rem)}}@keyframes CampCard-module__Jgibcq__wiggle{0%,to{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}
.CampsPage-module__MSctUq__contentContainer{background-color:var(--foreground);color:var(--white);text-align:center;background-image:url(/background/horizontal_snake.png);padding:0}.CampsPage-module__MSctUq__contentInner{max-width:1200px;margin:0 auto;padding:2rem}.CampsPage-module__MSctUq__pageTitle{color:var(--white);margin-bottom:2rem;font-size:clamp(2rem,5vw,2.5rem)}.CampsPage-module__MSctUq__campsTextStyled{color:var(--highlight);white-space:nowrap;background-color:var(--white);text-shadow:2px 2px 0 var(--primary),-2px -2px 0 var(--primary),0 0 5px #0000004d;transform-origin:50%;border-radius:.5rem;margin-left:.5rem;margin-right:.5rem;padding:0 .5rem;font-weight:700;line-height:1.2;display:inline-block;transform:rotate(-2deg)scaleX(1.05)}.CampsPage-module__MSctUq__cardContainer{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.CampsPage-module__MSctUq__highlight{color:var(--highlight);font-weight:700}.CampsPage-module__MSctUq__headerText{text-align:center;background-color:var(--white);margin-bottom:0;padding:20px}.CampsPage-module__MSctUq__headerText p{color:var(--primary);font-size:clamp(1rem,2vw,1.2rem)}.CampsPage-module__MSctUq__highlightHeader{color:var(--success);font-weight:700}@media (max-width:768px){.CampsPage-module__MSctUq__contentInner{padding:1rem}.CampsPage-module__MSctUq__campsTextStyled{padding:0 .3rem;font-size:clamp(1.8rem,8vw,2.5rem)}.CampsPage-module__MSctUq__cardContainer{gap:1rem}.CampsPage-module__MSctUq__headerText{padding:15px}}
.CampExp-module__R-qwCq__campExpSection{background-color:#fff;margin-top:0;padding:0;position:relative;overflow:hidden}.CampExp-module__R-qwCq__backgroundImage{z-index:1;background-image:url(/background/horizontal_snake.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.CampExp-module__R-qwCq__content{z-index:2;max-width:1200px;margin:0 auto;padding:50px 20px;position:relative}.CampExp-module__R-qwCq__cardContainer{justify-content:center;gap:30px;margin-top:40px;display:flex}.CampExp-module__R-qwCq__card{background:var(--foreground);text-align:center;color:#fff;border-radius:20px 20px 50px 50px;flex:1;max-width:400px;padding:80px 20px 30px;position:relative;box-shadow:0 4px 10px #0003}.CampExp-module__R-qwCq__cardTitle{margin-bottom:20px;font-size:1.2rem;font-weight:700;line-height:1.5}.CampExp-module__R-qwCq__featuresList li{margin-bottom:10px;font-size:1rem}.CampExp-module__R-qwCq__iconContainer{z-index:3;justify-content:center;display:flex;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.CampExp-module__R-qwCq__iconBackground{background-color:gold;border-radius:50%;justify-content:center;align-items:center;padding:20px;display:flex;box-shadow:0 4px 6px #0000001a}.CampExp-module__R-qwCq__featuresList{margin:0;padding:0;list-style:none}.CampExp-module__R-qwCq__flagContainer{justify-content:center;gap:10px;display:flex}.CampExp-module__R-qwCq__flag{border-radius:5px}@media (max-width:768px){.CampExp-module__R-qwCq__content{padding:30px 10px}.CampExp-module__R-qwCq__cardContainer{flex-direction:column;align-items:center;gap:50px}.CampExp-module__R-qwCq__card{max-width:100%}}
.CareerDesignPage-module__7e3lia__highlight{color:#8078db;font-weight:700;font-size:inherit}.CareerDesignPage-module__7e3lia__planTitle{text-align:center;color:var(--primary);background:linear-gradient(90deg,#f7f7f7,#e8e8e8);border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-top:40px;margin-bottom:20px;padding:20px 0;font-size:2em;box-shadow:0 2px 4px #0000000d}.CareerDesignPage-module__7e3lia__highlight2{color:var(--success);font-weight:700;font-size:inherit}
.EducationManagerPage-module__FZz-1q__highlight{color:#8078db;font-weight:700;font-size:inherit}
.TravelAndLearnPage-module__ABpIKG__highlight,.TravelAndLearnPage-module__ABpIKG__highlight2{color:#8078db;font-weight:700;font-size:inherit}
.UniversityDesignPage-module__IehcpW__highlight{color:#8078db;font-weight:700;font-size:inherit}.UniversityDesignPage-module__IehcpW__highlight2{color:var(--success);font-weight:700;font-size:inherit}
