/**
* MoveAndStudyCore - Text component baseline (Common-compatible).
* Structure only; no typography.
*/
.Synergee-Web-Page-Component-Text-Container
{
min-height : 15px;
}
/**
* Description : The default css styles for the image component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.Synergee-Web-Page-Component-Image-Element {
border:0px;
}/**
* Description : The default css styles for the menu component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.Synergee-Web-Page-Component-Menu ul {
display:block;
margin:0px;
padding:0px;
}
.Synergee-Web-Page-Component-Menu li {
display:block;
overflow:hidden;
cursor:pointer;
list-style-type:none;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-transform:none;
text-decoration:none;
height:14px;
line-height:14px;
}
.Synergee-Web-Page-Component-Menu a {
display:block;
height:14px;
text-decoration:none;
color:#000;
}
.Synergee-Web-Page-Component-Menu span {
display:none;
}
.Synergee-Web-Page-Component-Menu-Level-Separator {
border-bottom:1px solid #000;
padding-top:5px;
margin-bottom:5px;
}
/**
* Description : The default css styles for the bread crumbs component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.Synergee-Web-Page-Component-BreadCrumbs ul {
display:block;
margin:0px;
padding:0px;
}
.Synergee-Web-Page-Component-BreadCrumbs li {
display:inline;
list-style-type:none;
}
.Synergee-Web-Page-Component-BreadCrumbs {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
.Synergee-Web-Page-Component-BreadCrumbs-Container {
padding:0px;
padding-left:2px;
margin:0px;
}
.Synergee-Web-Page-Component-BreadCrumbs a {
text-decoration:none;
color:black;
}
.Synergee-Web-Page-Component-BreadCrumbs a:hover {
text-decoration:underline;
}
.Synergee-Web-Page-Component-BreadCrumbs span {
display:none;
}
/**
* The css for the video component
*/
.Synergee-Web-Page-Component-Video {
position:relative;
height:20px;
min-width:20px;
float:left;
/*display:inline;*/
margin-left:-20px;
}
.Synergee-Web-Page-Component-Video-VideoButtons {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
cursor:pointer;
position:relative;
padding-top:2px;
padding-left:5px;
}
.Synergee-Web-Page-Component-Video-VideoButtons a{
text-decoration:none;
color:#000;
}
.Synergee-Web-Page-Component-Video-VideoButtons:hover a{
text-decoration:underline;
}
.Synergee-Web-Page-Component-Video-VideoButtons img {
float:left;
}/**
* The css for the slideshow component
*/
.Synergee-Web-Page-Component-SlideShow
{
position         : relative;
min-height       : 20px;
height           : 20px;
min-width        : 20px;
width            : 20px; /*float:right;*/
display          : block;
}
.Synergee-Web-Page-Component-SlideShow-SlideShowButtons
{
font-family      : Arial, Helvetica, sans-serif;
font-size        : 11px;
font-weight      : bold;
padding-left     : 5px;
padding-top      : 2px;
cursor           : pointer;
position         : relative;
}
.Synergee-Web-Page-Component-SlideShow-SlideShowButtons:hover span
{
text-decoration  : underline;
}
.Synergee-Web-Page-Component-SlideShow-Menu
{
position         : relative;
float            : left;
width            : 207px;
}
.Synergee-Web-Page-Component-SlideShow-Slides
{
position         : relative;
/*width:207px;
height:273px;*/
overflow         : hidden;
}
.Synergee-Web-Page-Component-SlideShow-Slides-Container
{
position         : relative;
height           : 273px;
}
.Synergee-Web-Page-Component-SlideShow-Controls
{
position         : relative;
float            : left;
text-align       : right; /*width:207px;*/
width            : 100%;
height           : 24px;
}
.Synergee-Web-Page-Component-SlideShow-Controls-Button
{
position         : absolute;
left             : 3px;
cursor           : pointer;
padding-left     : 10px;
padding-right    : 0px;
font-family      : Arial, Helvetica, sans-serif;
font-size        : 11px;
font-weight      : bold;
margin-top       : 7px;
}
.Synergee-Web-Page-Component-SlideShow-Controls-Button-Right
{
position         : relative;
float            : right;
cursor           : pointer;
padding-left     : 10px;
padding-right    : 10px;
margin-top       : 5px;
font-family      : Arial, Helvetica, sans-serif;
font-size        : 15px;
font-weight      : bold;
}
.Synergee-Web-Page-Component-SlideShow-Page
{
display          : inline;
width            : 207px;
float            : left;
margin-left      : 2px;
}
.Synergee-Web-Page-Component-SlideShow-Slide-Container
{
position         : relative;
width            : 66px;
height           : 66px;
float            : left;
margin           : 0px;
cursor           : pointer;
overflow         : hidden;
border           : 1px solid #fff;
}
.Synergee-Web-Page-Component-SlideShow-Slide-Container:hover
{
border           : 1px solid black;
}
.Synergee-Web-Page-Component-SlideShow-Slide
{
position         : relative;
width            : 60px;
height           : 60px;
margin           : 3px;
cursor           : pointer;
overflow         : hidden;
}
.Synergee-Web-Page-Component-SlideShow-Viewer
{
width            : 407px;
height           : 263px;
overflow         : hidden;
}
.Synergee-Web-Page-Component-SlideShow-Viewer span
{
font-family      : Arial, Helvetica, sans-serif;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Container
{
position         : relative;
float            : right;
width            : 407px;
height           : 263px;
background-color : #000;
text-align       : center;
padding          : 5px;
margin           : auto;
line-height      : 273px;
display          : block;
}
.Synergee-Web-Page-Component-SlideShow-Viewer img
{
display          : block;
text-align       : center;
vertical-align   : bottom;
position         : relative;
}
.Synergee-Web-Page-Component-SlideShow-Slide-Image
{
position         : relative;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Comment-Container
{
font-family      : Arial, Helvetica, sans-serif;
text-align       : left;
font-size        : 11px;
position         : relative;
float            : right;
height           : 26px;
width            : 417px;
color            : #fff;
background-color : #000;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Comment
{
position         : relative;
float            : left;
display          : inline;
height           : 14px; /*color:#ffffff;*/
margin-left      : 3px;
margin-top       : 5px;
width            : 345px;
overflow         : hidden;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Control
{
position         : relative;
float            : right; /*color:#ffffff;*/
margin-top       : 5px;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Controls-Button
{
cursor           : pointer;
padding-left     : 10px;
padding-right    : 10px;
font-family      : Arial, Helvetica, sans-serif;
font-size        : 15px;
font-weight      : bold; /*background-color:#000000;*/
}
.Synergee-Web-Page-Component-SlideShow-FloatingSlide
{
position         : absolute;
top              : 3px;
left             : 5px;
margin-left      : -3px;
margin-top       : -3px;
border           : 6px solid #A10118;
width            : 57px;
height           : 57px;
padding          : 0px;
z-index          : inherit;
}
.Synergee-Web-Page-Component-SlideShow-Download-Container
{
font-family      : Arial, Helvetica, sans-serif;
text-align       : left;
font-size        : 11px;
position         : relative;
float            : left;
height           : 26px;
width            : 690px;
}
.Synergee-Web-Page-Component-SlideShow-Download-Container a
{
text-decoration  : none;
color            : #000;
}
.Synergee-Web-Page-Component-SlideShow-Download-Container a:hover
{
text-decoration  : underline;
}
.Synergee-Web-Page-Component-SlideShow-Download-File
{
position         : relative;
float            : left;
height           : 16px;
margin-top       : 5px;
width            : 345px;
overflow         : hidden;
}
.Synergee-Web-Page-Component-SlideShow-Download-Files
{
position         : relative;
float            : right;
height           : 16px;
margin-top       : 5px;
width            : 195px;
overflow         : hidden;
}
/**
* The slideshow  windowed component
*/
.Synergee-Web-Page-Component-SlideShow-Window
{
display          : none;
width            : 750px;
height           : 370px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-Menu
{
/*float: right;*/
width            : 255px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-Slides
{
height           : 330px;
width            : 255px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-Page
{
width            : 255px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-Slide-Container
{
height           : 80px;
width            : 80px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-Slide
{
height           : 73px;
width            : 73px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-FloatingSlide
{
height           : 70px;
width            : 70px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-Viewer-Container
{
/*float: left;*/
height           : 318px;
width            : 485px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-Viewer
{
height           : 315px;
width            : 485px;
}
.Synergee-Web-Page-Component-SlideShow-Window .Synergee-Web-Page-Component-SlideShow-Viewer-Comment-Container
{
float            : left;
width            : 495px;
}/**
* Description : The default css styles for the school courses list component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.Synergee-Web-Page-Component-SchoolCoursesList {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-align:justify;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Container {
padding:5px;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List {
width:100%;
height:100%;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List-Item-Header {
font-weight:bold;
height:15px;
line-height: 15px;
border-bottom: 1px dashed;
cursor:pointer;
color:#000;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List-Item-Header-Name {
float:left;
font-size:11px;
margin:0px;
padding:0px;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List-Item-Header-Price {
float:right;
text-align:right;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List-Item-Detail {
margin-top:6px;
margin-bottom:6px;
padding-left:20px;
position:relative;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List-Item-Button-Link {
position:relative;
top:-10px;
border-width:1px;
border-style:solid;
float:right;
margin-right:2px;
cursor:pointer;
font-size:11px;
font-weight:normal;
font-family:Arial,Helvetica,sans-serif;
padding-left:5px;
padding-right:5px;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List-Item-Button-Link a {
text-decoration:none;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List .SchoolCourseListMore {
text-decoration:underline;
cursor:pointer;
}
.Synergee-Web-Page-Component-SchoolCoursesList-Courses-List .SchoolCourseListLess {
text-decoration:underline;
cursor:pointer;
}
/**
* Description : The default css styles for the school accommodations list component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.Synergee-Web-Page-Component-SchoolAccommodationsList {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Container {
padding:5px;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List {
width:100%;
height:100%;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Header {
font-weight:bold;
height:15px;
line-height: 15px;
border-bottom: 1px dashed;
cursor:pointer;
color:#000;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Header-Name {
position:static;
float:left;
font-size:11px;
margin:0px;
padding:0px;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Header-Price {
position:static;
float:right;
text-align:right;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Detail {
margin-top:6px;
margin-bottom:6px;
position:relative;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Options-List {
padding-left:20px;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Options-List-Item-Header {
height:15px;
line-height: 15px;
border-bottom: 1px dashed;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Options-List-Item-Header-Name {
position:static;
float:left;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Options-List-Item-Header-Price {
position:static;
float:right;
text-align:right;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Options-List-Item-Detail {
margin-top:2px;
margin-bottom:4px;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Button-Link {
position:relative;
top:-8px;
border-width:1px;
border-style:solid;
float:right;
margin-right:2px;
cursor:pointer;
font-size:11px;
font-weight:normal;
font-family:Arial,Helvetica,sans-serif;
padding-left:5px;
padding-right:5px;
}
.Synergee-Web-Page-Component-SchoolAccommodationsList-Accommodations-List-Item-Button-Link a {
text-decoration:none;
}
/* Component styles are owned by MoveAndStudyCore.css. This file prevents legacy fallback styles. */
/* Component styles are owned by MoveAndStudyCore.css. This file prevents legacy fallback styles. */
/* Component styles are owned by MoveAndStudyCore.css. This file prevents legacy fallback styles. */
/* Component styles are owned by MoveAndStudyCore.css. This file prevents legacy fallback styles. */
/**
* Description : The default css styles for the schools list component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.Synergee-Web-Page-Component-SchoolsList {
float:left;
position:relative;
width:627px;
display:inline;
}
.Synergee-Web-Page-Component-SchoolsList-Title {
font-family:Arial,Helvetica,sans-serif;
vertical-align:bottom;
font-size:12px;
font-weight:bold;
margin-bottom:15px;
}
.Synergee-Web-Page-Component-SchoolsList-Title.Slider{
text-transform:none;
cursor:pointer;
}
.Synergee-Web-Page-Component-SchoolsList-Title.Slider:hover {
text-decoration:underline;
}
.Synergee-Web-Page-Component-SchoolsList-Block {
float:left;
}
.Synergee-Web-Page-Component-SchoolsList-Block a {
text-decoration:none;
}
.Synergee-Web-Page-Component-SchoolsList-Block ul {
padding:0px;
margin:0px;
}
.Synergee-Web-Page-Component-SchoolsList-Block li {
float:left;
list-style-type:none;
display:inline;
}
.Synergee-Web-Page-Component-SchoolsList-Programs-List li {
margin-bottom:20px;
}
.Synergee-Web-Page-Component-SchoolsList-Programs-List h1 {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin:0px;
margin-bottom:10px;
}
.Synergee-Web-Page-Component-SchoolsList-Countries-List  li {
margin-bottom:2px;
width:205px;
}
.Synergee-Web-Page-Component-SchoolsList-Countries-List h2 {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin:0px;
}
.Synergee-Web-Page-Component-SchoolsList-Cities-List  li {
margin-bottom:2px;
margin-left:10px;
width:200px;
}
.Synergee-Web-Page-Component-SchoolsList-Cities-List h3 {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin:0px;
}
.Synergee-Web-Page-Component-SchoolsList-Schools-List  li {
margin-bottom:2px;
margin-left:10px;
width:195px;
}
.Synergee-Web-Page-Component-SchoolsList-Schools-List h4 {
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
margin:0px;
}
/* The Thumbails */
.Synergee-Web-Page-Component-SchoolsList-Schools-List li.thumbnail {
float:left;
min-height:185px;
heigth:auto !important;
height:185px;
width:200px;
margin:0px;
margin-bottom:2px;
margin-right:2px;
padding:3px;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
cursor:pointer;
background-color:#eee;
}
.Synergee-Web-Page-Component-SchoolsList-Schools-List li.thumbnail:hover {
background-color:#ddd;
}
.Synergee-Web-Page-Component-SchoolsList-Schools-List li.thumbnail h3 {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin:0px;
margin-bottom:3px;
}
.Synergee-Web-Page-Component-SchoolsList-Schools-List li.thumbnail a {
text-decoration:none;
}
.Synergee-Web-Page-Component-SchoolsList-Schools-List li.thumbnail h4, h5 {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
margin:0px;
display:inline;
}
.Synergee-Web-Page-Component-SchoolsList-Schools-List li.thumbnail img {
height:143px;
width:200px;
margin-bottom:3px;
}:root{--mas-color-text:#2b3740;--mas-color-muted:#596874;--mas-color-link:#236b73;--mas-color-link-hover:#17484d;--mas-color-surface:#ffffff;--mas-color-background:#f6f7f8;--mas-color-border:#d8dee4;--mas-color-quiet:#eaf0f2;--mas-color-ink:#2b3740;--mas-color-dark-action:#4e5b64;--mas-color-dark-action-hover:#3f4b53;--mas-color-coral:#E56B62;--mas-color-coral-rgb:229,107,98;--mas-color-green:#6c8a53;--mas-color-gold:#c99b48;--mas-font-base:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif}html{box-sizing:border-box;font-size:100%;-webkit-text-size-adjust:100%}*,::after,::before{box-sizing:inherit}body{margin:0;color:var(--mas-color-text);background:var(--mas-color-background);font-family:var(--mas-font-base);font-size:16px;line-height:1.6}h1,h2,h3,h4,p{margin-top:0}.MoveAndStudyCore h1{line-height:1.2}p{margin-bottom:1rem}img,picture,svg,video{display:block;max-width:100%;height:auto}a{color:var(--mas-color-link);text-decoration-thickness:0.08em;text-underline-offset:0.18em}a:focus,a:hover{color:var(--mas-color-link-hover)}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid rgba(11,95,138,.35);outline-offset:3px}.mas-skip-link{position:absolute;top:0;left:0;z-index:1000;transform:translateY(-120%);padding:.75rem 1rem;color:var(--mas-color-surface);background:var(--mas-color-text)}.mas-skip-link:focus{transform:translateY(0)}
.mas-page{min-height:100vh}.mas-container{width:min(100% - 2rem,1180px);margin-inline:auto}.mas-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mas-narrow{max-width:880px}.mas-action-row,.mas-hero__top,.mas-site-footer{display:flex;gap:1rem;align-items:center;justify-content:space-between}.mas-main{display:block}.mas-section{padding-block:clamp(3rem,7vw,5.5rem)}.mas-section--surface{background:var(--mas-color-surface)}.mas-section--quiet{background:var(--mas-color-quiet)}.mas-card-grid,.mas-grid,.mas-reason-grid{display:grid;gap:clamp(1rem,3vw,1.75rem)}.mas-grid--two{grid-template-columns:minmax(0,1fr)}.mas-card-grid--four,.mas-card-grid--three,.mas-reason-grid{grid-template-columns:minmax(0,1fr)}.mas-rich-content,.mas-section-intro{max-width:820px}.mas-section-intro{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.mas-action-row{flex-wrap:wrap;justify-content:flex-start}.mas-site-footer{padding-block:2rem}.MoveAndStudyCore .mas-gapyear-page{background:radial-gradient(circle at 10% -10%,rgba(109,138,83,.14),transparent 34%),radial-gradient(circle at 100% 10%,rgba(79,145,184,.08),transparent 24%),linear-gradient(180deg,#fff 0,var(--mas-color-surface) 56%,var(--mas-color-background) 100%)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-main .Synergee-Web-Page-Component-Text-Container,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-main .Synergee-Web-Page-Component-Text-Container{padding:0}.MoveAndStudyCore .mas-gapyear-container{width:min(100% - 2rem,1320px)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-template-hero--gapyear,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-template-hero--gapyear-topic{padding-block:0}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-template-hero--gapyear .mas-template-hero__image img,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-template-hero--gapyear-topic .mas-template-hero__image img{object-position:52% 50%}.MoveAndStudyCore .mas-gapyear-template-hero__lead,.MoveAndStudyCore .mas-gapyear-topic-template-hero__lead{display:grid;gap:clamp(.7rem,1.45vw,1rem)}.MoveAndStudyCore .mas-gapyear-template-hero__eyebrow{margin:0;color:rgba(35,49,58,.72)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-template-hero+.mas-gapyear-profiles,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-template-hero+.mas-gapyear-topic-intro{background:0 0;padding-top:0}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-profiles .mas-gapyear-shell,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-intro .mas-gapyear-topic-panel{background:radial-gradient(circle at top right,rgba(233,239,244,.36),transparent 30%),rgba(255,255,255,.7);backdrop-filter:blur(14px)}.MoveAndStudyCore .mas-gapyear-hero__micro-blocks{display:grid;gap:.9rem;max-width:100%}.MoveAndStudyCore .mas-gapyear-hero__metrics,.MoveAndStudyCore .mas-gapyear-hero__pill-group{display:flex;flex-wrap:wrap;gap:.6rem}.MoveAndStudyCore .mas-gapyear-hero__metrics span,.MoveAndStudyCore .mas-gapyear-hero__pill-group span{display:inline-flex;align-items:center}.MoveAndStudyCore .mas-gapyear-hero__pill-group span{border-radius:999px;padding:.45rem .95rem;background:rgba(31,83,105,.12);color:#1d3555;border:1px solid rgba(31,83,105,.2)}.MoveAndStudyCore .mas-gapyear-hero__metrics{margin-top:0;padding-top:.3rem;border-top:1px solid rgba(31,83,105,.13)}.MoveAndStudyCore .mas-gapyear-hero__metrics div{flex:1 1 190px;display:grid;gap:.16rem;min-width:130px}.MoveAndStudyCore .mas-gapyear-hero__metrics strong{color:#153247}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-main.mas-gapyear-topic-page{display:grid;gap:clamp(1.8rem,3.2vw,2.8rem);padding-bottom:clamp(2rem,4vw,3rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-main.mas-gapyear-topic-page>.mas-section{padding-block:clamp(1.15rem,2.3vw,2rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.8rem}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-pill>.Synergee-Web-Page-Component-Text-Container{display:inline-flex;align-items:center;white-space:nowrap;gap:.45rem;min-height:34px;padding:.38rem .8rem;border-radius:999px;border:1px solid rgba(31,83,105,.2);background:rgba(31,83,105,.08);box-shadow:0 8px 18px rgba(18,28,40,.06);position:relative;overflow:hidden}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-pill>.Synergee-Web-Page-Component-Text-Container::before{content:"";width:.45rem;height:.45rem;border-radius:999px;background:rgba(31,83,105,.45);margin-right:0;flex:0 0 auto}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-pill>.Synergee-Web-Page-Component-Text-Container>:where(p,span,a,strong,em,font){margin:0;white-space:inherit}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-cta>.Synergee-Web-Page-Component-Text-Container a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1.2rem;border-radius:999px;text-decoration:none;border:1px solid rgba(16,35,58,.18)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-cta--primary>.Synergee-Web-Page-Component-Text-Container a{background:linear-gradient(145deg,#ff6f58 0,#ff8469 100%);color:#fff;border-color:transparent}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-cta--secondary>.Synergee-Web-Page-Component-Text-Container a{background:#fff;color:#10233a}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-card,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-media-card,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-mini-card,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-panel,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-step{border:1px solid rgba(24,40,56,.12);border-radius:22px;background:radial-gradient(circle at top right,rgba(233,239,244,.52),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,250,252,.94));box-shadow:0 18px 40px rgba(18,28,40,.09)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-panel{padding:clamp(1rem,2vw,1.4rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-card,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-media-card,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-mini-card,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-step{padding:clamp(.9rem,1.8vw,1.2rem);display:grid;gap:.7rem}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-benefits .mas-gapyear-topic-card{position:relative;overflow:hidden;background:linear-gradient(160deg,#fff 0,#f4f8fb 100%);height:100%}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-benefits .mas-gapyear-topic-card::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,#4f91b8 0,#8fc4c9 100%)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-grid{display:grid;gap:clamp(.85rem,1.8vw,1.25rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-media{border-radius:14px;overflow:hidden;border:1px solid rgba(24,40,56,.12)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-media .Synergee-Web-Page-Component-Image-Container{width:100%;aspect-ratio:16/10}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-media .Synergee-Web-Page-Component-Image-Element{width:100%;height:100%;object-fit:cover;display:block}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-projects .mas-gapyear-topic-media-card{padding:0;gap:0;overflow:hidden;grid-template-rows:auto 1fr;box-shadow:0 20px 42px rgba(18,28,40,.1)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-projects .mas-gapyear-topic-media{border:0;border-radius:18px 18px 0 0}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-projects .mas-gapyear-topic-media .Synergee-Web-Page-Component-Image-Container{aspect-ratio:4/3}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-projects .mas-gapyear-topic-media-card>.Synergee-Web-Page-Component-Text{padding:clamp(.9rem,1.8vw,1.15rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-destinations-grid{display:grid;gap:clamp(1rem,2.1vw,1.5rem);padding:clamp(1rem,2vw,1.45rem);border:1px solid rgba(24,40,56,.12);border-radius:26px;background:linear-gradient(155deg,#f5fafc 0,#fff 100%);box-shadow:0 20px 42px rgba(18,28,40,.1)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-destinations-grid>.mas-gapyear-topic-panel{height:100%}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-destinations-grid>.mas-gapyear-topic-media .Synergee-Web-Page-Component-Image-Container{aspect-ratio:16/11}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-preparation .mas-gapyear-topic-step{position:relative;padding-top:1.15rem;overflow:visible}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-preparation .mas-gapyear-topic-step::before{content:"";position:absolute;top:-.72rem;left:50%;transform:translateX(-50%);width:.95rem;height:.95rem;border-radius:999px;border:2px solid rgba(79,145,184,.55);background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.9)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-preparation .mas-gapyear-topic-step::after{content:"";position:absolute;top:-.1rem;left:50%;transform:translateX(-50%);width:1px;height:.9rem;background:rgba(79,145,184,.45)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-final-cta .mas-gapyear-topic-panel{border-color:rgba(31,83,105,.22);background:linear-gradient(150deg,#eef6fb 0,#fff 100%);box-shadow:0 24px 50px rgba(14,26,39,.14);padding:clamp(1.25rem,2.6vw,2rem);border-radius:28px;display:grid;gap:clamp(.85rem,1.7vw,1.2rem);align-items:center;position:relative;overflow:hidden}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-final-cta .mas-gapyear-topic-panel::before{content:"";position:absolute;inset:auto -10% -35% auto;width:min(46vw,360px);aspect-ratio:1/1;border-radius:999px;background:radial-gradient(circle at center,rgba(79,145,184,.18) 0,rgba(79,145,184,0) 70%);pointer-events:none}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-final-cta__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.95rem;align-items:center;justify-content:flex-start}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-final-cta__actions>.mas-gapyear-topic-cta{display:flex}@media (min-width:900px){.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-preparation .mas-gapyear-topic-grid--3{position:relative;align-items:start;padding-top:1.35rem}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-preparation .mas-gapyear-topic-grid--3::before{content:"";position:absolute;left:0;right:0;top:.02rem;border-top:2px solid rgba(79,145,184,.38)}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-final-cta .mas-gapyear-topic-panel{grid-template-columns:minmax(0,1fr) auto}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-final-cta__actions{margin-top:0;justify-content:flex-end}.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-gapyear-topic-destinations-grid{grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);align-items:start}}.MoveAndStudyCore .mas-gapyear-shell{padding:clamp(1.8rem,3vw,2.8rem);border-radius:26px;border:1px solid rgba(25,34,44,.08);background:linear-gradient(160deg,#fff 0,#f2f7f9 60%,var(--mas-color-surface) 100%);box-shadow:0 20px 50px rgba(18,26,35,.1);position:relative}.MoveAndStudyCore .mas-gapyear-shell::before{content:"";position:absolute;inset:1rem;border-radius:14px;border:1px solid rgba(35,107,115,.08);pointer-events:none}.MoveAndStudyCore .mas-gapyear-conditions,.MoveAndStudyCore .mas-gapyear-cta,.MoveAndStudyCore .mas-gapyear-pathways,.MoveAndStudyCore .mas-gapyear-profiles{position:relative}.MoveAndStudyCore .mas-gapyear-conditions,.MoveAndStudyCore .mas-gapyear-cta,.MoveAndStudyCore .mas-gapyear-pathways,.MoveAndStudyCore .mas-gapyear-profiles{padding-block:clamp(2rem,3.6vw,2.9rem)}.MoveAndStudyCore .mas-gapyear-grid,.MoveAndStudyCore .mas-gapyear-pathway-grid{display:block;width:100%;margin-inline:0}.MoveAndStudyCore .mas-gapyear-grid>.Synergee-Web-Page-Component-Text-Container,.MoveAndStudyCore .mas-gapyear-pathway-grid>.Synergee-Web-Page-Component-Text-Container{display:grid;width:100%;gap:clamp(1rem,1.45vw,1.45rem);grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));align-items:stretch;grid-auto-rows:1fr}.MoveAndStudyCore .mas-gapyear-card-item,.MoveAndStudyCore .mas-gapyear-pathway-item{border:1px solid rgba(31,44,58,.12);border-radius:20px;padding:2rem 1.75rem;width:100%;min-height:clamp(240px,19vw,310px);background:linear-gradient(165deg,#fff 0,rgba(246,249,251,.95) 72%),var(--mas-color-surface);box-shadow:0 20px 36px rgba(19,28,39,.11);transition:transform 170ms ease,box-shadow 170ms ease;position:relative;overflow:hidden;display:grid;align-content:start;gap:.7rem;height:100%}.MoveAndStudyCore .mas-gapyear-card-item:hover,.MoveAndStudyCore .mas-gapyear-pathway-item:hover{transform:translateY(-6px);box-shadow:0 26px 50px rgba(16,24,34,.16)}.MoveAndStudyCore .mas-gapyear-card-item::before,.MoveAndStudyCore .mas-gapyear-pathway-item::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,rgba(35,107,115,.55),rgba(108,138,83,.55))}.MoveAndStudyCore .mas-gapyear-card-item--highlight{border-color:rgba(var(--mas-color-coral-rgb),.38);background:linear-gradient(165deg,rgba(255,255,255,.96) 0,rgba(255,241,238,.78) 70%),var(--mas-color-surface)}.MoveAndStudyCore .mas-gapyear-card-item :is(h3,h4),.MoveAndStudyCore .mas-gapyear-pathway-item :is(h3,h4){margin-top:0;margin-bottom:.55rem;color:#11233b}.MoveAndStudyCore .mas-gapyear-card-item p,.MoveAndStudyCore .mas-gapyear-pathway-item p{margin-bottom:0;color:#23364a}.MoveAndStudyCore .mas-gapyear-card{display:grid;gap:1.1rem;max-width:none}.MoveAndStudyCore .mas-gapyear-conditions__layout{display:grid;gap:clamp(1.2rem,1.9vw,1.9rem);align-items:stretch;width:100%;grid-template-columns:minmax(0,1fr)}.MoveAndStudyCore .mas-gapyear-conditions__image{width:100%;max-width:none;justify-self:stretch;border-radius:18px;overflow:hidden;border:1px solid rgba(31,44,58,.14);background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(240,245,248,.75));box-shadow:0 22px 46px rgba(12,24,35,.12);display:grid;align-items:stretch}.MoveAndStudyCore .mas-gapyear-conditions__image .Synergee-Web-Page-Component-Image-Container{width:100%;min-height:0;aspect-ratio:4/3;display:grid;background:radial-gradient(circle at 22% 22%,rgba(255,255,255,.65),rgba(229,237,243,.58))}.MoveAndStudyCore .mas-gapyear-conditions__image .Synergee-Web-Page-Component-Image-Element{width:100%;height:100%;min-height:0;object-fit:cover;object-position:50% 45%;display:block}.MoveAndStudyCore .mas-gapyear-conditions__image .Synergee-Web-Page-Component-Image-Container:empty{display:none}.MoveAndStudyCore .mas-gapyear-conditions__image:has(.Synergee-Web-Page-Component-Image-Container:empty){display:none}.MoveAndStudyCore .mas-gapyear-conditions__layout:has(#GapYear-Conditions-Image .Synergee-Web-Page-Component-Image-Container:empty){grid-template-columns:minmax(0,1fr)}.MoveAndStudyCore .mas-gapyear-card{width:min(100%,100%)}.MoveAndStudyCore .mas-gapyear-card ul{margin:0;padding-left:1.2rem}.MoveAndStudyCore .mas-gapyear-card ul li{margin-bottom:.4rem}.MoveAndStudyCore .mas-gapyear-cta__inner{position:relative;border-radius:24px;border:1px solid rgba(32,39,45,.13);overflow:hidden;padding:clamp(2rem,4.8vw,3rem);background:linear-gradient(140deg,#fff6f0 0,#fff 45%,#edf4f8 100%);box-shadow:0 26px 52px rgba(19,28,37,.15)}.MoveAndStudyCore .mas-gapyear-cta__inner::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 8%,rgba(108,138,83,.2),transparent 52%),radial-gradient(circle at 0 55%,rgba(35,107,115,.17),transparent 46%);pointer-events:none}.MoveAndStudyCore .mas-gapyear-cta__inner .gapyear-cta-card{position:relative;display:grid;gap:.9rem;align-items:center;justify-items:start}.MoveAndStudyCore .mas-gapyear-cta__inner .gapyear-cta-card h3{margin:0;max-width:17ch;color:#1c2f43}.MoveAndStudyCore .mas-gapyear-cta__inner .gapyear-cta-card p{margin:0;max-width:70ch;color:#2e4054}.MoveAndStudyCore .mas-gapyear-cta__inner .gapyear-cta-card a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;min-width:220px;padding:.95rem 1.85rem;border-radius:999px;text-decoration:none;background:linear-gradient(140deg,#ff6f58 0,#ff7f5c 100%);color:#fff;box-shadow:0 16px 36px rgba(255,95,83,.35);transition:transform 180ms ease,filter 180ms ease}.MoveAndStudyCore .mas-gapyear-cta__inner .gapyear-cta-card a:focus-visible,.MoveAndStudyCore .mas-gapyear-cta__inner .gapyear-cta-card a:hover{transform:translateY(-2px);filter:brightness(.97)}@media (min-width:800px){.MoveAndStudyCore .mas-gapyear-grid,.MoveAndStudyCore .mas-gapyear-pathway-grid{display:block}.MoveAndStudyCore .mas-gapyear-grid>.Synergee-Web-Page-Component-Text-Container,.MoveAndStudyCore .mas-gapyear-pathway-grid>.Synergee-Web-Page-Component-Text-Container{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.MoveAndStudyCore .mas-gapyear-shell{padding:1.7rem}.MoveAndStudyCore .mas-gapyear-shell h2,.MoveAndStudyCore .mas-gapyear-shell h3{max-width:24ch}}@media (min-width:1100px){.MoveAndStudyCore .mas-gapyear-hero{min-height:0}.MoveAndStudyCore .mas-gapyear-pathways .mas-gapyear-pathway-grid>.Synergee-Web-Page-Component-Text-Container,.MoveAndStudyCore .mas-gapyear-profiles .mas-gapyear-grid>.Synergee-Web-Page-Component-Text-Container{grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:clamp(1.2rem,1.35vw,1.6rem)}.MoveAndStudyCore .mas-gapyear-card-item,.MoveAndStudyCore .mas-gapyear-pathway-item{padding:1.9rem 1.6rem;min-height:clamp(230px,18vw,285px)}.MoveAndStudyCore .mas-gapyear-shell{padding:2rem}.MoveAndStudyCore .mas-gapyear-cta__inner .gapyear-cta-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.MoveAndStudyCore .mas-gapyear-conditions__layout{grid-template-columns:minmax(0,0.84fr) minmax(0,1.16fr);align-items:stretch}.MoveAndStudyCore .mas-gapyear-conditions__image .Synergee-Web-Page-Component-Image-Container{min-height:0}}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-conditions,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-cta,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathways,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-profiles{padding-block:clamp(1.45rem,2.5vw,2.15rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-cta{padding-top:clamp(.8rem,1.6vw,1.2rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-main.mas-gapyear-page>.mas-template-hero+.mas-template-lifted-intro.mas-gapyear-profiles,.MoveAndStudyCore.MoveAndStudyCore-gapyear-topic .mas-main.mas-gapyear-topic-page>.mas-template-hero+.mas-template-lifted-intro.mas-gapyear-topic-intro{padding-top:0}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-shell{padding:clamp(1.4rem,2.2vw,2rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-shell .mas-section-intro{margin-bottom:clamp(.85rem,1.5vw,1.25rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-grid>.Synergee-Web-Page-Component-Text-Container,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-grid>.Synergee-Web-Page-Component-Text-Container{gap:clamp(.95rem,1.35vw,1.2rem);grid-template-columns:repeat(auto-fit,minmax(min(100%,235px),1fr))}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-card-item,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item{padding:1.65rem 1.45rem;min-height:clamp(205px,16vw,245px);gap:.65rem}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item{grid-template-rows:auto 1fr auto}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item>p:last-child{display:flex;align-items:center;justify-content:flex-end;padding:.2rem 0 0}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item>p:last-child a{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.35rem;padding:.55rem .85rem;border:1px solid rgba(35,107,115,.2);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.96) 0,rgba(239,246,247,.92) 100%);color:#17484d;text-decoration:none;box-shadow:0 8px 18px rgba(18,26,35,.08);transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease,border 180ms ease,color 180ms ease,filter 180ms ease}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item>p:last-child a::after{content:"→";display:inline-flex;align-items:center;justify-content:center;transition:transform 180ms ease,filter 180ms ease}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item:focus-within>p:last-child a,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item:hover>p:last-child a,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item>p:last-child a:focus-visible,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item>p:last-child a:hover{border:1px solid rgba(35,107,115,.34);background:linear-gradient(135deg,#fff 0,rgba(228,239,241,.96) 100%);color:#11233b;box-shadow:0 12px 24px rgba(18,26,35,.12);transform:translateY(-1px);filter:none}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item:focus-within>p:last-child a::after,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item:hover>p:last-child a::after,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item>p:last-child a:focus-visible::after,.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathway-item>p:last-child a:hover::after{transform:translateX(2px);filter:none}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-card{gap:.8rem}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-pathways .mas-section-intro{max-width:none}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-conditions__layout{gap:clamp(1.05rem,1.6vw,1.45rem)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-cta__inner{padding:clamp(1.55rem,2.8vw,2.15rem);border-radius:28px;box-shadow:0 30px 60px rgba(19,28,37,.16)}.MoveAndStudyCore.MoveAndStudyCore-gapyear .mas-gapyear-cta__inner .gapyear-cta-card{gap:.85rem}@media (min-width:760px){.mas-grid--two{grid-template-columns:minmax(0,1fr) minmax(280px,0.8fr);align-items:center}.mas-card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.mas-card-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.mas-reason-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1020px){.mas-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.mas-reason-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:759px){.mas-hero__top,.mas-site-footer{align-items:flex-start;flex-direction:column}}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-page{background:radial-gradient(circle at 0 0,rgba(44,123,163,.12),transparent 34%),radial-gradient(circle at 100% 12%,rgba(205,226,239,.38),transparent 26%),linear-gradient(180deg,#fff 0,#f6fafc 100%)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-main.mas-city-page>.mas-section{padding-block:clamp(1.45rem,2.9vw,2.35rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-main.mas-city-page>.mas-city-hero{padding-block:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-main.mas-city-page>.mas-city-hero+.mas-city-why{padding-top:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-main.mas-city-page>.mas-city-gallery{padding-top:clamp(.45rem,1vw,.75rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-main .Synergee-Web-Page-Component-Text-Container{padding:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-card{min-width:0;border:1px solid rgba(24,40,56,.12);border-radius:24px;background:linear-gradient(160deg,#fff 0,#f5fafc 100%);box-shadow:0 22px 48px rgba(18,28,40,.09)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero{position:relative;min-height:clamp(520px,58vw,660px);overflow:hidden;background:#fbfaf7}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,250,247,.98) 0,rgba(251,250,247,.92) 24%,rgba(251,250,247,.72) 39%,rgba(251,250,247,.26) 56%,rgba(251,250,247,.06) 69%,rgba(251,250,247,0) 79%);pointer-events:none;z-index:1}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero::after{content:"";position:absolute;inset:auto 0 0;height:clamp(3rem,7vw,5rem);background:linear-gradient(180deg,rgba(251,250,247,0) 0,rgba(251,250,247,.92) 100%);pointer-events:none;z-index:1}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__media{position:absolute;inset:0;z-index:0;display:grid;gap:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__media-primary{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__image,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__image .Synergee-Web-Page-Component-Image-Container,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__image img{display:block;width:100%;height:100%}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__image{overflow:hidden;border-radius:0;background:#e8eef2}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__image img{object-fit:cover;object-position:52% 50%}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__media-primary .mas-city-hero__image{min-height:100%}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__inner{position:relative;z-index:2;display:grid;align-items:center;min-height:clamp(520px,58vw,660px);padding-block:clamp(3rem,5vw,5rem) clamp(4rem,7vw,6rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__content{display:grid;gap:clamp(1rem,2vw,1.45rem);width:min(100%,560px);min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead .Synergee-Web-Page-Component-Text-Container{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead{margin:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead .Synergee-Web-Page-Component-Text-Container{padding:0;border:0;border-radius:0;background:0 0;box-shadow:none;backdrop-filter:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead h1,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead p{margin:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead p{max-width:390px;color:#455363}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__title-place{color:#c43b31}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__actions{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;margin-top:.15rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__contact{display:inline-flex;align-items:center;gap:.5rem;color:#1d2937;text-decoration:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__contact svg{flex:0 0 auto;width:1.1rem;height:1.1rem;color:#c43b31;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__contact--whatsapp svg{color:#18b985}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-card__content{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-card--opening,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-card--primary,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-why__card{padding:clamp(1.35rem,2.8vw,2rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-card--fact,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-card--map,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__fact{padding:clamp(.9rem,1.5vw,1.12rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-why__card{width:100%;max-width:none;margin:0;padding:clamp(1rem,2vw,1.25rem) clamp(1.2rem,2.4vw,1.45rem);background:rgba(255,255,255,.7);box-shadow:0 16px 30px rgba(18,28,40,.08)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-why{position:relative;z-index:3;margin-top:clamp(-2.55rem,-3.75vw,-1.55rem);background:0 0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__editorial-content .Synergee-Web-Page-Component-Text-Container,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-why__content .Synergee-Web-Page-Component-Text-Container{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-facts,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__grid{display:grid;gap:clamp(.85rem,1.6vw,1.15rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial__single{width:100%}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-composite{display:grid;gap:clamp(.85rem,2vw,1.2rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-composite__section{display:grid;gap:clamp(.85rem,1.8vw,1.15rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__intro,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__intro .Synergee-Web-Page-Component-Text-Container{width:100%;max-width:none;min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools__intro,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools__intro .Synergee-Web-Page-Component-Text-Container{width:100%;max-width:none;min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__intro .Synergee-Web-Page-Component-Text-Container,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__intro .Synergee-Web-Page-Component-Text-Container{max-width:min(72ch,100%)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-facts{margin-top:clamp(1.15rem,2.2vw,1.55rem);align-items:stretch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-fact{display:grid;align-content:start;gap:.72rem;height:100%;min-height:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather{display:grid;align-content:start;height:100%}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather-card{align-self:start}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather{gap:.55rem;height:auto}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights{gap:.48rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks-card,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-card,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather-card{background:radial-gradient(circle at top right,rgba(232,239,244,.72),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,250,252,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 20px 42px rgba(18,28,40,.08)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks-card{padding-top:clamp(.72rem,1.2vw,.92rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__card-head{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__card-head h3{margin:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy{min-width:0;padding:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy .Synergee-Web-Page-Component-Text-Container{padding:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy .Synergee-Web-Page-Component-Text-Container>br,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy .Synergee-Web-Page-Component-Text-Container>em,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy .Synergee-Web-Page-Component-Text-Container>span{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy :is(h1,h2,h3,h4,h5,h6,p){margin-inline:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy :is(h1,h2,h3,h4,h5,h6){margin-top:0;margin-bottom:.28rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy p:last-child{margin-top:0;margin-bottom:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__highlights-copy+.mas-city-overview__highlights-copy{padding-top:.48rem;border-top:1px solid rgba(223,229,233,.88)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__eyebrow,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__fallback,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__updated{margin:0;color:var(--mas-color-muted)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__current{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:center;margin:0;color:var(--mas-color-ink)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__icon{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:1px solid rgba(var(--mas-color-coral-rgb),.16);border-radius:14px;color:rgba(61,101,113,.92);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,248,251,.92)),rgba(var(--mas-color-coral-rgb),.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 8px 16px rgba(32,45,56,.05)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__day-icon svg,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__icon svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__summary{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__forecast{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem;margin:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__day{display:grid;gap:.22rem;min-width:0;padding:.42rem .48rem;border:1px solid rgba(220,227,233,.88);border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,252,.88)),rgba(247,250,252,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__day-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__day-icon{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;color:rgba(61,101,113,.92)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__day-label,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__day-temp{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__day span{white-space:normal}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__day strong{overflow:visible;text-overflow:clip;white-space:normal}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clocks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem;align-items:stretch;margin-top:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock{display:grid;justify-items:center;align-content:start;min-width:0;width:100%;gap:.5rem;padding:.66rem .62rem .62rem;border:1px solid rgba(224,230,236,.94);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,250,252,.94)),rgba(255,255,255,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 14px 30px rgba(31,46,56,.05)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock[data-mas-city-clock=destination]{border-color:rgba(196,212,220,.96)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock[data-mas-city-clock=local],.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock[data-mas-city-clock=reference]{background:linear-gradient(180deg,rgba(251,252,253,.96),rgba(245,248,250,.92)),rgba(249,251,252,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(31,46,56,.04)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__dial{position:relative;display:grid;place-items:center;width:clamp(5.35rem,8vw,6.05rem);aspect-ratio:1;border:1px solid rgba(203,213,220,.96);border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.99) 0 57%,rgba(236,241,244,.9) 58% 59%,rgba(255,255,255,.99) 60% 100%);box-shadow:inset 0 0 0 .3rem rgba(239,244,246,.98),inset 0 -.14rem .36rem rgba(215,223,228,.16),0 10px 22px rgba(37,55,62,.06)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__dial::before{position:absolute;inset:0.78rem;border:1px solid rgba(224,230,235,.76);border-radius:50%;content:""}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__dial::after{position:absolute;inset:1.45rem;border-radius:50%;border:1px solid rgba(235,239,242,.62);background:0 0;content:""}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__hand{position:absolute;left:50%;bottom:50%;display:block;width:.12rem;border-radius:999px;background:var(--mas-color-ink);transform-origin:50% 100%;transition:transform 180ms ease;box-shadow:0 .08rem .2rem rgba(21,30,36,.12);z-index:3}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__hand--hour{height:24%;width:.24rem;background:rgba(34,45,54,.9)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__hand--minute{height:34%;width:.14rem;background:rgba(78,108,118,.82)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__pin{position:absolute;z-index:4;width:.48rem;height:.48rem;left:50%;top:50%;border-radius:50%;background:rgba(36,46,56,.78);box-shadow:0 0 0 .12rem rgba(255,255,255,.94);transform:translate(-50%,-50%)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__digital{display:grid;place-items:center;justify-self:center;margin-inline:auto;width:min(100%,8rem);padding:.28rem .56rem;border:1px solid rgba(220,227,233,.96);border-radius:.9rem;background:rgba(247,249,250,.96);box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 .45rem 1rem rgba(18,25,32,.07)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__time{display:inline-block;min-width:5ch;color:rgba(34,45,54,.94);font-variant-numeric:tabular-nums lining-nums;text-shadow:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__label,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__zone{margin-inline:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__label{margin-top:0;margin-bottom:.02rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock[data-mas-city-clock=reference] .mas-country-clock__time{color:rgba(60,74,86,.82)}@media (max-width:720px){.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__forecast{grid-template-columns:1fr}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__chips--three{grid-template-columns:1fr}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__chips--practical{grid-template-columns:1fr}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clocks{grid-template-columns:1fr;gap:.64rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock{gap:.64rem;padding:.76rem .6rem .7rem;border-radius:16px}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__dial{width:clamp(5.5rem,23vw,6.1rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__clocks .mas-country-clock__digital{min-width:min(100%,7.2rem);padding-inline:0.52rem}}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__interactive-card{display:grid;align-content:stretch;padding:0;overflow:hidden;border-radius:26px}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map{background:linear-gradient(180deg,rgba(231,239,244,.32) 0,rgba(231,239,244,0) 100%)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__editorial,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__interactive-card{box-shadow:0 22px 46px rgba(18,28,40,.09)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map-component,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__canvas,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__iframe,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__interactive,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__interactive .Synergee-Web-Page-Component-InteractiveMap-Container{width:100%;height:100%;min-height:clamp(18rem,34vw,26rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map-component{position:relative}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__iframe{display:block;border:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__fallback{display:none;padding:1rem 1.1rem;color:rgba(18,25,32,.68)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map-component.is-unavailable .mas-city-map__fallback{display:block}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map-component.is-unavailable .mas-city-map__iframe{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__markers{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial__intro{margin-bottom:clamp(1rem,2vw,1.25rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial{background:radial-gradient(circle at top left,rgba(228,236,245,.95),transparent 36%),radial-gradient(circle at bottom right,rgba(236,242,248,.78),transparent 28%),linear-gradient(180deg,rgba(245,248,252,.98),rgba(240,245,250,.98))}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card{border:1px solid rgba(223,229,235,.94);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.985),rgba(248,250,252,.94)),rgba(255,255,255,.98);box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 18px 36px rgba(22,34,48,.08)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card--primary{padding:clamp(1.65rem,2.8vw,2.15rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card--secondary{padding:clamp(1.05rem,1.9vw,1.45rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__header{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(1rem,1.8vw,1.35rem);align-items:start}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__icon,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip__icon,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-note__icon{display:inline-grid;place-items:center;border-radius:999px;flex:0 0 auto}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__icon{width:clamp(4.2rem,5vw,4.9rem);height:clamp(4.2rem,5vw,4.9rem);color:#315784;background:linear-gradient(180deg,rgba(244,247,251,.98),rgba(232,238,247,.92)),rgba(240,245,250,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.94)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__icon--study{color:#436997}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__icon--tips{color:#496f9d}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__icon svg,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip__icon svg,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-note__icon svg{display:block;width:56%;height:56%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__copy,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__copy .Synergee-Web-Page-Component-Text-Container{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__copy .Synergee-Web-Page-Component-Text-Container{display:grid;gap:.9rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__copy .Synergee-Web-Page-Component-Text-Container>:is(h1,h2,h3,h4,h5,h6,p){margin-inline:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__copy .Synergee-Web-Page-Component-Text-Container>:is(h1,h2,h3,h4,h5,h6){margin-top:0;margin-bottom:.15rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__copy .Synergee-Web-Page-Component-Text-Container>p{margin-block:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__copy .Synergee-Web-Page-Component-Text-Container>p+p{padding-top:1.15rem;border-top:1px solid rgba(224,229,235,.96)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__separator{width:100%;height:1px;margin-block:clamp(1rem,1.8vw,1.35rem) 0;background:linear-gradient(90deg,rgba(210,220,232,0),rgba(210,220,232,.92) 12%,rgba(210,220,232,.92) 88%,rgba(210,220,232,0))}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__chips{display:grid;gap:.68rem;margin-top:clamp(1rem,1.8vw,1.35rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__chips--three{grid-template-columns:repeat(3,minmax(0,1fr))}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip{display:grid;gap:.65rem;align-content:start;min-width:0;padding:.82rem .8rem .8rem;border:1px solid rgba(225,230,235,.96);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,252,.9)),rgba(250,251,252,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.94)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip__icon,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-note__icon{width:3.2rem;height:3.2rem;color:#365c87;background:linear-gradient(180deg,rgba(245,248,251,.98),rgba(237,242,248,.92)),rgba(242,246,250,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.94)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip--leaf .mas-city-editorial-chip__icon{color:#6b8b56}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip--calm .mas-city-editorial-chip__icon{color:#85705d}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip--sun .mas-city-editorial-chip__icon{color:#7b9253}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip--wallet .mas-city-editorial-chip__icon{color:#8c7250}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip__copy,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-note__copy{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip__copy p,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-note__copy p{margin:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-chip__copy p+p{margin-top:.24rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__notes{display:grid;gap:0;margin-top:clamp(1rem,1.8vw,1.35rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start;padding-block:0.9rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-note+.mas-city-editorial-note{border-top:1px solid rgba(224,229,235,.96)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__chips--practical{gap:.55rem;overflow:visible;grid-template-columns:repeat(3,minmax(0,1fr))}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__chips--practical .mas-city-editorial-chip{padding:.8rem .8rem .74rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__chips--practical .mas-city-editorial-chip:has(.Synergee-Web-Page-Component-Text-Container:empty){display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-editorial-card__chips--practical:not(:has(.Synergee-Web-Page-Component-Text-Container:not(:empty))){display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools{border-radius:28px;background:radial-gradient(circle at top left,rgba(236,243,247,.84),transparent 38%),linear-gradient(180deg,rgba(229,239,244,.82) 0,rgba(229,239,244,0) 100%)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-city-section-heading{margin-bottom:clamp(.9rem,1.8vw,1.15rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-school-search{border:0;padding:0;background:0 0;border-radius:20px;box-shadow:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-school-search .SchoolSearchResults,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Content,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-school-search::before{background:0 0;border:0;box-shadow:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-school-search::before{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-school-search .SchoolSearchResults{padding-top:.6rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Content{padding:clamp(1.15rem,2.4vw,1.45rem);border:1px solid rgba(24,40,56,.1);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0,rgba(247,250,251,.9) 100%);box-shadow:0 18px 38px rgba(18,28,40,.08)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-schools .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item{border:0;background:0 0;box-shadow:none;padding:0;margin:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-section-heading{margin-bottom:clamp(1rem,2vw,1.25rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame{display:grid;gap:clamp(1rem,2vw,1.25rem);padding:clamp(1.1rem,2.2vw,1.45rem);overflow:hidden;border:1px solid rgba(24,40,56,.1);border-radius:28px;background:radial-gradient(circle at top right,rgba(232,239,244,.78),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,249,251,.94));box-shadow:0 22px 46px rgba(18,28,40,.08)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component.Synergee-Web-Page-Component-SlideShow{width:auto;height:auto;min-width:0;min-height:0;overflow:visible}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .Synergee-Web-Page-Component-SlideShow-Container,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component__items{position:static;width:auto;height:auto;min-width:0;min-height:0;float:none;margin:0;padding:0;background:0 0;overflow:visible}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component__items{display:grid;gap:clamp(.72rem,1.2vw,.9rem);align-items:stretch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-media-slider__item{position:static;display:block;height:100%;opacity:1;pointer-events:auto;transform:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component__link{display:block;height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.84);border-radius:18px;background:#eef2f4;box-shadow:0 18px 34px rgba(18,28,40,.09);aspect-ratio:4/3}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component__image{display:block;width:100%;height:100%;object-fit:cover}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component__caption{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-gallery-state=preview] .mas-city-gallery-component__items{max-height:1200px;overflow:hidden}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-gallery-state=preview] .mas-city-gallery-component__link.is-preview-hidden{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__actions{display:flex;justify-content:center}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__actions[hidden]{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__toggle,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-close,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-nav{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.85rem 1.25rem;border:1px solid rgba(24,40,56,.12);border-radius:999px;background:#fff;color:var(--mas-color-text);box-shadow:0 12px 28px rgba(18,28,40,.08);cursor:pointer}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__toggle{transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease,background-color 180ms ease}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__toggle:focus-visible,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__toggle:hover{border-color:rgba(24,40,56,.18);background:#fff8f5;box-shadow:0 16px 34px rgba(18,28,40,.12);transform:translateY(-1px)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__toggle:focus-visible{outline:2px solid rgba(var(--mas-color-coral-rgb),.22);outline-offset:2px}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__toggle:active{transform:translateY(0);box-shadow:0 10px 22px rgba(18,28,40,.1)}.MoveAndStudyCore.MoveAndStudyCore-city.is-city-gallery-viewer-open{overflow:hidden}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer[hidden]{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-backdrop{position:absolute;inset:0;background:rgba(14,23,36,.82)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-panel{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.75rem,2vw,1rem);width:min(100%,1400px)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-close{position:absolute;top:0;right:0;transform:translateY(calc(-100% - .75rem))}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-figure{margin:0;display:grid;gap:.75rem;min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-image{display:block;width:100%;height:auto;max-height:1200px;object-fit:contain;border-radius:18px;background:#0e1724}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-caption[hidden]{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-List{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.35rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card{display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid rgba(24,40,56,.12);border-radius:22px;background:linear-gradient(180deg,#fff 0,#f7fafb 100%);box-shadow:0 16px 34px rgba(18,28,40,.09);transition:transform 180ms ease,box-shadow 180ms ease}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__media{background:#e8eef2}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__image{display:block;aspect-ratio:16/9;overflow:hidden}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__image img{display:block;width:100%;height:100%;object-fit:cover}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__body{display:grid;align-content:start;gap:.7rem;padding:1.05rem 1.05rem .92rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__body .Synergee-Web-Page-Component-SchoolSearch-Results-Item-CountryCity,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__body .Synergee-Web-Page-Component-SchoolSearch-Results-Item-Name,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__body .mas-google-card-rating{margin:0;padding:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__body .mas-google-card-rating{display:flex;justify-content:center;justify-self:center}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__footer{padding:0 1.05rem 1.05rem;border-top:1px solid rgba(24,40,56,.07)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card:focus-within,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card:hover{box-shadow:0 22px 40px rgba(18,28,40,.11);transform:translateY(-2px)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__footer .mas-school-search-result__actions{display:flex;justify-content:flex-start}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__footer .mas-school-search-result__link{width:100%}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__footer .mas-school-search-result__link--primary{border-color:rgba(24,40,56,.12);background:#fff;color:var(--mas-color-text);box-shadow:0 12px 28px rgba(18,28,40,.08);transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease,background-color 180ms ease}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__footer .mas-school-search-result__link--primary:focus-visible,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__footer .mas-school-search-result__link--primary:hover{border-color:rgba(24,40,56,.18);background:#fff8f5;box-shadow:0 16px 34px rgba(18,28,40,.12);transform:translateY(-1px)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__footer .mas-school-search-result__link--primary:focus-visible{outline:2px solid rgba(var(--mas-color-coral-rgb),.22);outline-offset:2px}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__footer .mas-school-search-result__link--primary:active{transform:translateY(0);box-shadow:0 10px 22px rgba(18,28,40,.1)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__eyebrow{min-width:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__country-link{color:inherit;text-decoration:none;border-bottom:1px solid rgba(24,40,56,.2);transition:color 160ms ease,border-color 160ms ease}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__country-link:focus-visible,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__country-link:hover{color:rgba(24,40,56,.88);border-bottom-color:rgba(24,40,56,.44)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__country-link:focus-visible{outline:1px solid rgba(24,40,56,.2);outline-offset:2px}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-school-card__country-sep{color:rgba(24,40,56,.45)}@media (min-width:760px){.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-facts{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__weather .mas-city-weather__forecast{grid-template-columns:repeat(4,minmax(0,1fr))}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-map__grid{grid-template-columns:minmax(0,0.88fr) minmax(0,1.12fr);align-items:stretch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component__items{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:clamp(10rem,18vw,14rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:first-child,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:first-child,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:first-child{grid-column:span 3;grid-row:span 2;aspect-ratio:auto}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:first-child{grid-column:1/-1;grid-row:span 2;aspect-ratio:auto}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:nth-child(2),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:nth-child(3),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:nth-child(4){grid-column:span 2;aspect-ratio:auto;width:100%;height:100%;justify-self:stretch;align-self:stretch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(2),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(3),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(2),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(3){grid-column:span 2;aspect-ratio:auto;width:100%;height:100%;justify-self:stretch;align-self:stretch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(4),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(5),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(4),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(5){grid-column:span 2}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:nth-child(2),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:nth-child(3),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:nth-child(4){grid-column:span 2;aspect-ratio:auto;width:100%;height:100%;justify-self:stretch;align-self:stretch}}@media (min-width:960px){.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-overview__intro .Synergee-Web-Page-Component-Text-Container{max-width:74ch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component__items{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:clamp(12rem,14vw,18rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:first-child{grid-column:span 7;grid-row:span 2;aspect-ratio:auto}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(2),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(3){grid-column:span 5;aspect-ratio:auto;width:100%;height:100%;justify-self:stretch;align-self:stretch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(4),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(5),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(6),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:nth-child(7){grid-column:span 3}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:first-child{grid-column:span 8;grid-row:span 2;aspect-ratio:auto}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(2),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(3),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(4),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(5),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:nth-child(6){grid-column:span 4;aspect-ratio:auto;width:100%;height:100%;justify-self:stretch;align-self:stretch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__items{grid-auto-rows:clamp(11rem,13vw,16rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:first-child{grid-column:1/-1;grid-row:span 2;aspect-ratio:auto}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:nth-child(2),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:nth-child(3),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:nth-child(4),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:nth-child(5){grid-column:span 3;aspect-ratio:auto;width:100%;height:100%;justify-self:stretch;align-self:stretch}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__items{grid-auto-rows:clamp(10.5rem,12vw,14rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:first-child{grid-column:1/-1;grid-row:span 2;aspect-ratio:auto}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:nth-child(2),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:nth-child(3),.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:nth-child(4){grid-column:span 4;aspect-ratio:auto;width:100%;height:100%;justify-self:stretch;align-self:stretch}}@media (max-width:759px){.MoveAndStudyCore.MoveAndStudyCore-city .mas-main.mas-city-page>.mas-section{padding-block:1.2rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-main.mas-city-page>.mas-city-hero{padding-block:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-main.mas-city-page>.mas-city-hero+.mas-city-why{padding-top:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero{min-height:auto;background:#fbfaf7}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero::before{background:linear-gradient(180deg,rgba(251,250,247,.94),rgba(251,250,247,.66) 44%,rgba(251,250,247,.28) 72%,rgba(251,250,247,.78) 100%)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero::after{height:3rem}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__inner{min-height:520px;padding-block:clamp(5rem,18vw,6.5rem) 4.35rem;padding-inline:clamp(0.65rem,4vw,1rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__content{width:100%;max-width:100%;overflow-wrap:anywhere}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__media-primary .mas-city-hero__image{min-height:100%}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead .Synergee-Web-Page-Component-Text-Container{padding:0;border-radius:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__media{opacity:.78}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__lead p{display:none}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__actions{position:absolute;inset-inline:clamp(0.65rem,4vw,1rem);top:clamp(.85rem,4vw,1.2rem);align-items:flex-start;justify-content:flex-start;gap:.45rem;margin-top:0}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-hero__contact{flex:0 1 auto;width:auto;min-width:0;max-width:100%;padding:.48rem .64rem;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:rgba(255,255,255,.74);box-shadow:0 8px 18px rgba(18,28,40,.08);backdrop-filter:blur(8px)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-why{margin-top:clamp(-1.45rem,-5vw,-.75rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame{padding:.95rem;border-radius:22px}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__component .mas-city-gallery-component__items{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:clamp(8.5rem,27vw,11rem)}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-compact] .mas-city-gallery-component__link:first-child,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-landscape] .mas-city-gallery-component__link:first-child,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-mixed] .mas-city-gallery-component__link:first-child,.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__frame[data-city-gallery-ready=true][data-city-gallery-layout=editorial-panorama] .mas-city-gallery-component__link:first-child{grid-column:1/-1;grid-row:span 2}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-panel{grid-template-columns:1fr}.MoveAndStudyCore.MoveAndStudyCore-city .mas-city-gallery__viewer-close{position:static;transform:none;justify-self:end}}@media (max-width:980px){.MoveAndStudyCore.MoveAndStudyCore-city .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-List{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.MoveAndStudyCore.MoveAndStudyCore-city .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-List{grid-template-columns:1fr}}
.MoveAndStudyCore.mas-cookie-consent-is-open,html.mas-cookie-consent-is-open{overflow:hidden}.MoveAndStudyCore .mas-cookie-consent{--mas-cookie-consent-viewport-height:100vh;--mas-cookie-consent-block-gap:24px;--mas-cookie-consent-dialog-max-height:calc(var(--mas-cookie-consent-viewport-height) - var(--mas-cookie-consent-block-gap));position:fixed;inset:0;z-index:2147483000;display:flex;align-items:flex-start;justify-content:center;padding:12px clamp(.8rem,2.4vw,1.8rem);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#0b1229;backdrop-filter:blur(9px)}@supports (height:100svh){.MoveAndStudyCore .mas-cookie-consent{--mas-cookie-consent-viewport-height:100svh}}@supports (height:100dvh){.MoveAndStudyCore .mas-cookie-consent{--mas-cookie-consent-viewport-height:100dvh}}.MoveAndStudyCore .mas-cookie-consent__dialog{width:min(96vw,1080px);height:var(--mas-cookie-consent-dialog-max-height);height:min(760px,var(--mas-cookie-consent-dialog-max-height));max-height:var(--mas-cookie-consent-dialog-max-height);display:grid;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(330px,0.39fr) minmax(0,0.61fr);min-height:0;overflow:hidden;background:#fbfbff;border:1px solid rgba(255,255,255,.84);border-radius:18px;box-shadow:0 34px 90px rgba(4,10,29,.36);color:#10173c}@media (min-width:861px) and (min-height:800px){.MoveAndStudyCore .mas-cookie-consent{align-items:center}}.MoveAndStudyCore .mas-cookie-consent__intro{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:auto;padding:clamp(1.75rem,3vw,3.1rem) clamp(1.75rem,3vw,2.45rem) clamp(1.55rem,2.5vw,2.05rem);background:linear-gradient(150deg,#fff7eb 0,#fffaf3 52%,#fff4e4 100%)}.MoveAndStudyCore .mas-cookie-consent__cookie{width:min(78%,230px);height:auto;align-self:center;margin:-.35rem 0 clamp(1.05rem,2vw,1.45rem);object-fit:contain}.MoveAndStudyCore .mas-cookie-consent__intro-title{margin:0 0 .9rem;color:#101741;font-size:clamp(2rem, 3.2vw, 2.58rem);line-height:1.16;font-weight:800;letter-spacing:-.02em}.MoveAndStudyCore .mas-cookie-consent__intro-text{margin:0;max-width:18.6rem;color:#192145;font-size:1.02rem;line-height:1.72;font-weight:500}.MoveAndStudyCore .mas-cookie-consent__notice{position:relative;margin-top:1.35rem;padding:.85rem .9rem 1rem;min-height:0;border:1px solid rgba(252,177,70,.8);border-radius:10px;background:rgba(255,249,237,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}.MoveAndStudyCore .mas-cookie-consent__notice p{margin:.65rem 0 0;color:#27304e;font-size:.86rem;line-height:1.55}.MoveAndStudyCore .mas-cookie-consent__notice-icon{display:inline-grid;place-items:center;width:1.05rem;height:1.05rem;border:1px solid #ffb23d;border-radius:999px;color:#ff9b1f}.MoveAndStudyCore .mas-cookie-consent__notice-icon svg{width:.78rem;height:.78rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.MoveAndStudyCore .mas-cookie-consent__notice-spark{position:absolute;right:.85rem;bottom:.65rem;color:#ffb43f;font-size:1rem}.MoveAndStudyCore .mas-cookie-consent__choices{position:relative;display:grid;grid-template-areas:"title" "lead" "cards" "actions" "fineprint";grid-template-rows:auto auto minmax(0,1fr) auto auto;min-width:0;min-height:0;overflow:hidden;padding:clamp(1.65rem,2.7vw,2.55rem) clamp(2rem,3vw,2.75rem) 1.05rem;overscroll-behavior:contain;background:radial-gradient(circle at 74% 4%,rgba(245,240,255,.98) 0,rgba(255,255,255,0) 34%),#fff}.MoveAndStudyCore .mas-cookie-consent__badge{position:absolute;top:1.85rem;right:2.05rem;display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .75rem;border-radius:11px;background:#f2f3f8;color:#111941;font-size:.84rem;font-weight:800}.MoveAndStudyCore .mas-cookie-consent__badge-icon{display:inline-grid;place-items:center;width:1rem;height:1rem;color:#19214b}.MoveAndStudyCore .mas-cookie-consent__badge-icon svg{width:.95rem;height:.95rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.MoveAndStudyCore .mas-cookie-consent__title{grid-area:title;margin:0 0 1rem;color:#101741;font-size:clamp(2.05rem, 3.4vw, 2.42rem);line-height:1.12;font-weight:800;letter-spacing:-.025em}.MoveAndStudyCore .mas-cookie-consent__lead{grid-area:lead;margin:0 0 1.35rem;max-width:none;color:#4c526e;font-size:1rem;line-height:1.6}.MoveAndStudyCore .mas-cookie-consent__cards{grid-area:cards;display:grid;gap:.62rem;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:.22rem;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.MoveAndStudyCore .mas-cookie-consent__card{padding:.8rem .9rem .48rem;border:1px solid #e8e8ef;border-radius:12px;background:rgba(255,255,255,.95);box-shadow:0 9px 24px rgba(20,23,48,.055)}.MoveAndStudyCore .mas-cookie-consent__card-top{display:grid;grid-template-columns:2.75rem minmax(0,1fr) max-content;align-items:center;gap:.68rem}.MoveAndStudyCore .mas-cookie-consent__card-icon{position:relative;display:grid;place-items:center;overflow:hidden;width:2.55rem;height:2.55rem;border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 8px 18px rgba(17,22,48,.12)}.MoveAndStudyCore .mas-cookie-consent__card-icon::after{content:"";position:absolute;inset:0.28rem;border:1px solid rgba(255,255,255,.54);border-radius:inherit;pointer-events:none}.MoveAndStudyCore .mas-cookie-consent__card-icon svg{position:relative;z-index:1;width:1.38rem;height:1.38rem;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.MoveAndStudyCore .mas-cookie-consent__card-icon--system{background:linear-gradient(145deg,#edf8f2 0,#d6eee3 100%);color:#238660}.MoveAndStudyCore .mas-cookie-consent__card-icon--chat{background:linear-gradient(145deg,#f2ebff 0,#e2d4ff 100%);color:#744be6}.MoveAndStudyCore .mas-cookie-consent__card-icon--history{background:linear-gradient(145deg,#eef0ff 0,#dbe0ff 100%);color:#4363e9}.MoveAndStudyCore .mas-cookie-consent__card-icon--google{background:linear-gradient(145deg,#fff0dd 0,#ffd8b4 100%);color:#ff7519}.MoveAndStudyCore .mas-cookie-consent__card-title{margin:0 0 .4rem;color:#141a3c;font-size:1rem;line-height:1.22;font-weight:800}.MoveAndStudyCore .mas-cookie-consent__card-text{margin:0;color:#4f5570;font-size:.86rem;line-height:1.45}.MoveAndStudyCore .mas-cookie-consent__card-copy{min-width:0}.MoveAndStudyCore .mas-cookie-consent__card-actions{display:inline-flex;align-items:center;justify-self:end;gap:.5rem;min-width:0}.MoveAndStudyCore .mas-cookie-consent__status{display:inline-flex;align-items:center;gap:.42rem;white-space:nowrap;padding:.42rem .58rem;border-radius:999px;font-size:.82rem;font-weight:800}.MoveAndStudyCore .mas-cookie-consent__status--system{background:#e6f4ec;color:#206f50}.MoveAndStudyCore .mas-cookie-consent__status--chat{background:#f0e8ff;color:#7650d6}.MoveAndStudyCore .mas-cookie-consent__status-lock{display:inline-grid;place-items:center;width:.82rem;height:.82rem}.MoveAndStudyCore .mas-cookie-consent__status-lock svg{width:.82rem;height:.82rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.MoveAndStudyCore .mas-cookie-consent__chevron{color:#717899;font-size:1.1rem;transform:translateY(-.05rem)}.MoveAndStudyCore .mas-cookie-consent__card-info{margin:.58rem 0 0;padding:.52rem .72rem;border-radius:8px;background:#f3f0fb;color:#575b77;font-size:.84rem;line-height:1.35}.MoveAndStudyCore .mas-cookie-consent__switch{position:relative;display:inline-flex;align-items:center;width:2.6rem;height:1.55rem;padding:0;border:0;border-radius:999px;background:#d8dae3;cursor:pointer;transition:background 180ms ease,box-shadow 180ms ease,transform 180ms ease}.MoveAndStudyCore .mas-cookie-consent__switch[aria-checked=true]{background:#6c45d8}.MoveAndStudyCore .mas-cookie-consent__switch:hover{background:#c9ccd8;box-shadow:0 0 0 4px rgba(108,69,216,.08)}.MoveAndStudyCore .mas-cookie-consent__switch[aria-checked=true]:hover{background:#7651e2;box-shadow:0 0 0 4px rgba(108,69,216,.14)}.MoveAndStudyCore .mas-cookie-consent__switch:active{transform:translateY(1px)}.MoveAndStudyCore .mas-cookie-consent__switch:focus-visible{outline:2px solid rgba(108,69,216,.72);outline-offset:3px}.MoveAndStudyCore .mas-cookie-consent__switch-knob{display:block;width:1.18rem;height:1.18rem;margin-left:.2rem;border-radius:999px;background:#fff;box-shadow:0 1px 5px rgba(8,12,34,.2);transition:transform 160ms ease,box-shadow 180ms ease}.MoveAndStudyCore .mas-cookie-consent__switch[aria-checked=true] .mas-cookie-consent__switch-knob{transform:translateX(1.02rem)}.MoveAndStudyCore .mas-cookie-consent__actions{grid-area:actions;display:grid;grid-template-columns:0.8fr 1.3fr 1fr;align-items:center;gap:1.05rem;margin-top:1.35rem}.MoveAndStudyCore .mas-cookie-consent__button{min-height:2.9rem;border-radius:8px;font-size:.95rem;font-weight:800;cursor:pointer;transition:background 180ms ease,border-color 180ms ease,box-shadow 180ms ease,color 180ms ease,transform 180ms ease}.MoveAndStudyCore .mas-cookie-consent-reopen:focus-visible,.MoveAndStudyCore .mas-cookie-consent__button:focus-visible,.MoveAndStudyCore .mas-cookie-consent__fineprint-link:focus-visible{outline:2px solid rgba(108,69,216,.72);outline-offset:3px}.MoveAndStudyCore .mas-cookie-consent__button--reject{border:0;background:0 0;color:#1e2749;text-decoration:underline;text-underline-offset:0.16rem}.MoveAndStudyCore .mas-cookie-consent__button--reject:hover{color:#111941;text-decoration-thickness:0.12rem}.MoveAndStudyCore .mas-cookie-consent__button--reject:active{transform:translateY(1px)}.MoveAndStudyCore .mas-cookie-consent__button--custom{border:1px solid #7e55ea;background:#fff;color:#6f43d4}.MoveAndStudyCore .mas-cookie-consent__button--custom:hover{border-color:#6841cf;background:#f7f2ff;color:#5d31c7;box-shadow:0 8px 18px rgba(96,60,202,.11);transform:translateY(-1px)}.MoveAndStudyCore .mas-cookie-consent__button--custom:active{box-shadow:0 4px 12px rgba(96,60,202,.09);transform:translateY(0)}.MoveAndStudyCore .mas-cookie-consent__button--accept{border:0;background:linear-gradient(135deg,#7c4fe8 0,#5d31c7 100%);color:#fff;box-shadow:0 12px 22px rgba(83,49,197,.22)}.MoveAndStudyCore .mas-cookie-consent__button--accept:hover{background:linear-gradient(135deg,#875cf0 0,#6639d0 100%);box-shadow:0 16px 28px rgba(83,49,197,.3);transform:translateY(-1px)}.MoveAndStudyCore .mas-cookie-consent__button--accept:active{box-shadow:0 9px 18px rgba(83,49,197,.22);transform:translateY(0)}.MoveAndStudyCore .mas-cookie-consent__button--accept::after{content:"✦";margin-left:.55rem;color:#ffca4d}.MoveAndStudyCore .mas-cookie-consent__fineprint{grid-area:fineprint;margin:1rem 0 0;color:#626881;text-align:center;font-size:.78rem}.MoveAndStudyCore .mas-cookie-consent__fineprint-link{padding:0;border:0;background:0 0;color:#6841cf;font:inherit;text-decoration:underline;cursor:pointer;transition:color 180ms ease,text-decoration-thickness 180ms ease}.MoveAndStudyCore .mas-cookie-consent__fineprint-link:hover{color:#5531bc;text-decoration-thickness:0.1rem}.MoveAndStudyCore .mas-cookie-consent-reopen{position:fixed;right:1rem;bottom:1rem;z-index:50;padding:.55rem .85rem;border:1px solid rgba(108,69,216,.35);border-radius:999px;background:rgba(255,255,255,.94);color:#5d31c7;box-shadow:0 10px 24px rgba(13,18,44,.12);font-size:.78rem;font-weight:800;cursor:pointer;transition:border-color 180ms ease,box-shadow 180ms ease,color 180ms ease,transform 180ms ease}.MoveAndStudyCore .mas-cookie-consent-reopen:hover{border-color:rgba(108,69,216,.56);color:#5531bc;box-shadow:0 14px 28px rgba(13,18,44,.16);transform:translateY(-1px)}.MoveAndStudyCore .mas-cookie-consent-reopen:active{box-shadow:0 8px 20px rgba(13,18,44,.12);transform:translateY(0)}@media (min-width:861px) and (max-height:820px){.MoveAndStudyCore .mas-cookie-consent{--mas-cookie-consent-block-gap:16px;padding-top:8px;padding-bottom:8px}.MoveAndStudyCore .mas-cookie-consent__dialog{grid-template-columns:minmax(0,1fr);width:min(96vw,780px);height:var(--mas-cookie-consent-dialog-max-height);max-height:var(--mas-cookie-consent-dialog-max-height);overflow:hidden}.MoveAndStudyCore .mas-cookie-consent__intro{display:none}.MoveAndStudyCore .mas-cookie-consent__choices{grid-template-areas:"badge" "title" "lead" "cards" "actions" "fineprint";grid-template-rows:auto auto auto minmax(0,1fr) auto auto;min-height:0;overflow:hidden;padding:.85rem 1.1rem .75rem}.MoveAndStudyCore .mas-cookie-consent__badge{grid-area:badge;position:static;justify-self:start;margin-bottom:.55rem}.MoveAndStudyCore .mas-cookie-consent__title{margin-bottom:.45rem;font-size:clamp(1.45rem, 2.35vw, 1.85rem)}.MoveAndStudyCore .mas-cookie-consent__lead{margin-bottom:.65rem;font-size:.86rem;line-height:1.38}.MoveAndStudyCore .mas-cookie-consent__cards{gap:.5rem}.MoveAndStudyCore .mas-cookie-consent__card{padding:.62rem .72rem .42rem}.MoveAndStudyCore .mas-cookie-consent__card-top{grid-template-columns:2.35rem minmax(0,1fr) max-content;gap:.55rem}.MoveAndStudyCore .mas-cookie-consent__card-icon{width:2.25rem;height:2.25rem}.MoveAndStudyCore .mas-cookie-consent__card-icon svg{width:1.2rem;height:1.2rem}.MoveAndStudyCore .mas-cookie-consent__card-title{margin-bottom:.28rem;font-size:.92rem}.MoveAndStudyCore .mas-cookie-consent__card-text{font-size:.8rem;line-height:1.34}.MoveAndStudyCore .mas-cookie-consent__card-info{margin-top:.42rem;padding:.42rem .55rem;font-size:.77rem}.MoveAndStudyCore .mas-cookie-consent__actions{grid-template-columns:0.8fr 1.25fr 1fr;gap:.55rem;margin-top:.55rem;padding-top:.62rem;border-top:1px solid rgba(232,232,239,.78)}.MoveAndStudyCore .mas-cookie-consent__button{min-height:2.55rem;font-size:.86rem}.MoveAndStudyCore .mas-cookie-consent__fineprint{margin-top:.62rem;padding-bottom:.85rem}}@media (max-width:860px){.MoveAndStudyCore .mas-cookie-consent{--mas-cookie-consent-block-gap:calc(1.5rem + env(safe-area-inset-bottom, 0px));align-items:flex-start;padding:.75rem .75rem calc(.75rem + env(safe-area-inset-bottom,0px))}.MoveAndStudyCore .mas-cookie-consent__dialog{grid-template-columns:1fr;width:min(94vw,560px);height:auto;max-height:var(--mas-cookie-consent-dialog-max-height);min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.MoveAndStudyCore .mas-cookie-consent__intro{overflow:visible;padding:1.45rem 1.45rem 1.25rem}.MoveAndStudyCore .mas-cookie-consent__cookie{width:min(56%,210px);margin-bottom:1rem}.MoveAndStudyCore .mas-cookie-consent__notice{margin-top:1.4rem;min-height:0}.MoveAndStudyCore .mas-cookie-consent__choices{display:block;overflow:visible;padding:1.45rem 1.45rem calc(1.45rem + env(safe-area-inset-bottom,0px))}.MoveAndStudyCore .mas-cookie-consent__cards{overflow:visible;padding-right:0}.MoveAndStudyCore .mas-cookie-consent__badge{position:static;margin-bottom:.9rem}.MoveAndStudyCore .mas-cookie-consent__card-top{grid-template-columns:2.8rem minmax(0,1fr)}.MoveAndStudyCore .mas-cookie-consent__card-actions{grid-column:2;justify-self:start;margin-top:.7rem}.MoveAndStudyCore .mas-cookie-consent__actions{position:sticky;bottom:0;z-index:2;grid-template-columns:1fr;gap:.7rem;margin-right:-1.45rem;margin-bottom:calc(-1.45rem - env(safe-area-inset-bottom,0px));margin-left:-1.45rem;padding:.85rem 1.45rem calc(.95rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(232,232,239,.78);background:rgba(255,255,255,.96);box-shadow:0 -12px 24px rgba(19,24,52,.08);backdrop-filter:blur(10px)}}.MoveAndStudyCore.mas-cookie-consent-is-open .mas-site-header{visibility:hidden}.MoveAndStudyCore.mas-cookie-consent-is-open,html.mas-cookie-consent-is-open{overflow:visible}.MoveAndStudyCore .mas-cookie-consent{--mas-cookie-consent-bar-max-height:min(48vh, 460px);position:fixed;inset:auto 0 0 0;z-index:2147483000;display:flex;align-items:flex-end;justify-content:center;padding:0;overflow:visible;background:0 0;backdrop-filter:none}.MoveAndStudyCore .mas-cookie-consent__dialog{width:100%;max-width:1180px;height:auto;max-height:var(--mas-cookie-consent-bar-max-height);margin:0 clamp(.6rem,2vw,1.4rem);display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;background:#fbfbff;border:1px solid rgba(20,23,48,.08);border-bottom:0;border-radius:16px 16px 0 0;box-shadow:0 -18px 44px rgba(4,10,29,.22);color:#10173c}.MoveAndStudyCore .mas-cookie-consent__intro{display:none}.MoveAndStudyCore .mas-cookie-consent__choices{display:grid;grid-template-areas:"badge title actions" "lead  lead  actions" "cards cards cards";grid-template-columns:max-content 1fr auto;grid-template-rows:auto auto minmax(0,1fr);gap:.3rem 1.1rem;min-height:0;max-height:var(--mas-cookie-consent-bar-max-height);overflow:hidden;padding:.9rem 1.3rem .85rem;background:#fff}.MoveAndStudyCore .mas-cookie-consent__badge{grid-area:badge;position:static}.MoveAndStudyCore .mas-cookie-consent__title{grid-area:title;margin:0;font-size:clamp(1.05rem, 1.6vw, 1.25rem);line-height:1.25}.MoveAndStudyCore .mas-cookie-consent__lead{grid-area:lead;margin:0;font-size:.82rem;line-height:1.4}.MoveAndStudyCore .mas-cookie-consent__actions{grid-area:actions;grid-template-columns:max-content max-content max-content;gap:.55rem;align-self:center;margin-top:0}.MoveAndStudyCore .mas-cookie-consent__button{min-height:2.35rem;padding-inline:0.9rem;font-size:.84rem;white-space:nowrap}.MoveAndStudyCore .mas-cookie-consent__cards{grid-area:cards;display:flex;gap:.55rem;overflow-x:auto;overflow-y:hidden;padding-top:.5rem;padding-bottom:.2rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.MoveAndStudyCore .mas-cookie-consent__card{flex:0 0 auto;width:15.5rem;scroll-snap-align:start;padding:.55rem .7rem .4rem}.MoveAndStudyCore .mas-cookie-consent__fineprint{display:none}@media (min-width:861px) and (max-height:820px){.MoveAndStudyCore .mas-cookie-consent__dialog{grid-template-columns:minmax(0,1fr)}}@media (max-width:860px){.MoveAndStudyCore .mas-cookie-consent{padding-bottom:env(safe-area-inset-bottom,0)}.MoveAndStudyCore .mas-cookie-consent__dialog{max-width:100%;margin:0;border-radius:14px 14px 0 0}.MoveAndStudyCore .mas-cookie-consent__choices{grid-template-areas:"badge  badge" "title  title" "lead   lead" "cards  cards" "actions actions";grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto minmax(0,1fr) auto;max-height:calc(var(--mas-cookie-consent-bar-max-height) + env(safe-area-inset-bottom,0px));padding:.75rem .9rem calc(.75rem + env(safe-area-inset-bottom,0px))}.MoveAndStudyCore .mas-cookie-consent__actions{position:sticky;bottom:0;z-index:2;grid-template-columns:1fr 1fr 1fr;margin:.4rem -.9rem calc(-.75rem - env(safe-area-inset-bottom,0px));padding:.55rem .9rem calc(.65rem + env(safe-area-inset-bottom,0px));background:rgba(255,255,255,.97);box-shadow:0 -8px 18px rgba(19,24,52,.07)}.MoveAndStudyCore .mas-cookie-consent__button{min-height:2.5rem;font-size:.8rem;padding-inline:0.5rem}.MoveAndStudyCore .mas-cookie-consent__card{width:13rem}}
/*
* MoveAndStudyCore - Theme identity layer.
* Scope: reusable visual language for the clean Move and Study theme.
*/
:root {
--mas-font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
--mas-font-sans: var(--mas-font-base);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-country-school-list .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(0.95rem, 1.8vw, 1.25rem);
margin-bottom: 0.2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-main > .mas-section:not(.mas-school-junior-hero) {
padding-block: clamp(0.8rem, 2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-editorial {
padding-block: clamp(0.55rem, 1.5vw, 0.95rem) clamp(0.7rem, 1.9vw, 1.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-editorial__inner {
gap: clamp(0.55rem, 1.4vw, 0.85rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-editorial__body {
padding-block: clamp(0.8rem, 1.7vw, 1.15rem) clamp(0.75rem, 1.5vw, 1.05rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior #Home-Txt5.mas-junior-country-schools-intro {
margin-bottom: clamp(0.25rem, 0.8vw, 0.45rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-main > .mas-section[aria-labelledby="Country-Junior-Schools"] {
padding-block: clamp(0.65rem, 1.7vw, 1.05rem) clamp(0.95rem, 2.3vw, 1.55rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-school-search--country {
padding: clamp(0.3rem, 0.75vw, 0.45rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card {
display: grid;
grid-template-rows: auto auto auto;
align-content: start;
overflow: hidden;
border: 1px solid rgba(23, 38, 58, 0.07);
border-color: rgba(23, 38, 58, 0.07);
border-radius: 20px;
background: #ffffff;
box-shadow:
0 18px 42px rgba(18, 28, 40, 0.075),
0 2px 0 rgba(255, 255, 255, 0.75) inset;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__media {
position: relative;
display: block;
isolation: isolate;
aspect-ratio: 16 / 9;
overflow: hidden;
border-radius: 0;
background: #e7edf2;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card:hover .mas-junior-country-school-card__media img {
transform: scale(1.012);
filter: saturate(1.01);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__media::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(10, 18, 27, 0) 22%, rgba(10, 18, 27, 0.22) 58%, rgba(10, 18, 27, 0.72) 100%);
pointer-events: none;
z-index: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__overlay {
position: absolute;
inset: auto 0 0 0;
z-index: 1;
display: grid;
justify-items: start;
gap: 0.28rem;
padding: 0.95rem;
color: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__city {
display: inline-flex;
align-items: center;
margin: 0;
min-height: 0;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
backdrop-filter: none;
opacity: 0.86;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__name {
margin: 0;
padding: 0;
color: inherit;
max-width: 24ch;
text-shadow: 0 1px 10px rgba(14, 22, 32, 0.28);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__body {
display: block;
min-width: 0;
padding: 0.78rem 0.9rem 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__meta {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding: 0;
gap: 0.38rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__meta li {
border-color: rgba(23, 38, 58, 0.08);
color: #4b5866;
background: rgba(246, 248, 249, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__footer {
display: block;
min-width: 0;
padding: 0.68rem 0.9rem 0.9rem;
border-top: 1px solid rgba(23, 38, 58, 0.045);
border-top-color: rgba(23, 38, 58, 0.045);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__footer .mas-school-search-result__actions {
justify-content: flex-start;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__link {
display: inline-flex;
width: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__link.mas-school-search-result__link--primary {
min-height: 2.45rem;
padding: 0.56rem 0.88rem;
border-color: rgba(23, 38, 58, 0.12);
color: #17263a;
background: #ffffff;
box-shadow: 0 10px 20px rgba(18, 28, 40, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__link.mas-school-search-result__link--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-country-junior .mas-junior-country-school-card__link.mas-school-search-result__link--primary:focus-visible {
border-color: rgba(228, 87, 46, 0.35);
color: var(--mas-color-accent, #e4572e);
background: rgba(255, 255, 255, 0.96);
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-section {
padding-block: clamp(2.4rem, 5vw, 4.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-layout {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: clamp(1.4rem, 3vw, 2.4rem);
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-main,
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-card {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-intro {
max-width: 760px;
margin-bottom: clamp(1.2rem, 2.5vw, 1.8rem);
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-form {
border: 1px solid rgba(24, 40, 56, 0.1);
border-radius: 24px;
background: #fff;
box-shadow: 0 20px 44px rgba(18, 28, 40, 0.09);
padding: clamp(1.1rem, 2.4vw, 1.7rem);
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #formulaire-container .Synergee-Web-Page-Component-Form-Container {
height: auto !important;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest {
display: grid;
gap: 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Container {
position: relative !important;
min-height: 0 !important;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Label,
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Text,
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Textarea,
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Combobox,
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Submit,
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Container > span {
position: static !important;
inset: auto !important;
width: 100% !important;
max-width: 100%;
height: auto !important;
margin: 0 !important;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Label {
display: block;
margin-bottom: 0.35rem !important;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Text,
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Textarea,
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Combobox {
min-height: 2.7rem;
padding: 0.72rem 0.85rem;
border: 1px solid rgba(24, 40, 56, 0.18);
border-radius: 12px;
color: var(--mas-color-text);
background: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Textarea {
min-height: 9rem;
resize: vertical;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-FieldErrorImgMessage {
display: none !important;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact #customFormRequest .Synergee-Web-Page-Form-Submit {
justify-self: start;
width: auto !important;
min-width: 10rem;
min-height: 2.9rem;
padding: 0.78rem 1.35rem;
border: 0;
border-radius: 999px;
color: #fff;
background: var(--mas-color-coral);
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-card {
display: grid;
gap: 0.8rem;
background:
radial-gradient(circle at top right, rgba(229, 107, 98, 0.12), transparent 34%),
#fff;
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-card__eyebrow {
margin: 0;
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-card__phone {
display: inline-flex;
align-items: center;
justify-content: center;
width: max-content;
max-width: 100%;
min-height: 2.75rem;
padding: 0.72rem 1rem;
border-radius: 999px;
color: #fff;
text-decoration: none;
background: var(--mas-color-dark-action);
}
@media (min-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-form-contact .mas-contact-layout {
grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
}
}
.MoveAndStudyCore {
background: var(--mas-color-background);
}
.MoveAndStudyCore .mas-page-breadcrumb {
padding-block: clamp(0.65rem, 1.35vw, 0.9rem);
border-bottom: 1px solid rgba(216, 222, 228, 0.72);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 249, 0.9) 100%);
}
.MoveAndStudyCore .mas-site-header .mas-page-breadcrumb {
border-top: 1px solid rgba(216, 222, 228, 0.62);
background: rgba(255, 255, 255, 0.92);
}
.MoveAndStudyCore .mas-page-breadcrumb:has(.Synergee-Web-Page-Component-BreadCrumbs-Container:empty) {
display: none;
}
.MoveAndStudyCore .Synergee-Web-Page-Component-BreadCrumbs {
font-family: inherit;
font-size: inherit;
}
.MoveAndStudyCore .mas-breadcrumb {
font-size: 0.9rem;
line-height: 1.35;
}
.MoveAndStudyCore .mas-breadcrumb__list {
display: flex;
align-items: center;
gap: 0.42rem;
margin: 0;
padding: 0;
list-style: none;
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-breadcrumb__item {
display: inline-flex;
align-items: center;
min-width: 0;
}
.MoveAndStudyCore .mas-breadcrumb__item:not(:last-child)::after {
display: inline-block;
width: 0.36rem;
height: 0.36rem;
margin-left: 0.42rem;
border-top: 1.5px solid rgba(35, 107, 115, 0.45);
border-right: 1.5px solid rgba(35, 107, 115, 0.45);
content: "";
transform: rotate(45deg);
}
.MoveAndStudyCore .mas-breadcrumb__link,
.MoveAndStudyCore .mas-breadcrumb__current {
display: inline-block;
max-width: min(24vw, 16rem);
overflow: hidden;
color: inherit;
text-overflow: ellipsis;
white-space: nowrap;
text-decoration: none;
}
.MoveAndStudyCore .mas-breadcrumb__label {
display: inline;
}
.MoveAndStudyCore .mas-breadcrumb__link {
transition: color 180ms ease;
}
.MoveAndStudyCore .mas-breadcrumb__link:hover,
.MoveAndStudyCore .mas-breadcrumb__link:focus-visible {
color: var(--mas-color-coral);
}
.MoveAndStudyCore .mas-breadcrumb__current {
color: var(--mas-color-ink);
}
@media (max-width: 700px) {
.MoveAndStudyCore .mas-page-breadcrumb {
padding-block: 0.58rem;
}
.MoveAndStudyCore .mas-breadcrumb__list {
gap: 0.34rem;
overflow-x: auto;
padding-bottom: 0.1rem;
scrollbar-width: none;
}
.MoveAndStudyCore .mas-breadcrumb__list::-webkit-scrollbar {
display: none;
}
.MoveAndStudyCore .mas-breadcrumb__link,
.MoveAndStudyCore .mas-breadcrumb__current {
max-width: 54vw;
}
}
.MoveAndStudyCore.MoveAndStudyCore-school {
width: 100%;
max-width: 100vw;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-page {
width: 100%;
max-width: 100vw;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-page {
max-width: 100%;
overflow-x: hidden;
background: var(--mas-color-background);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-container {
width: min(1180px, calc(100% - 2rem));
max-width: calc(100vw - 2rem);
min-width: 0;
box-sizing: border-box;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .Synergee-Web-Page-Component-Text,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .Synergee-Web-Page-Component-Text table,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .Synergee-Web-Page-Component-Text-Container {
max-width: 100%;
text-justify: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .Synergee-Web-Page-Component-Text-Container {
min-width: 0;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .Synergee-Web-Page-Component-Text-Container :is(h1, h2, h3, p, li) {
overflow-wrap: anywhere;
word-break: normal;
}
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-InteractiveMap,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-StreetView,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-SchoolsList {
float: none;
display: block;
height: auto;
width: 100%;
max-width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-InteractiveMap-MapContainer,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-StreetView-MapContainer {
display: block;
width: 100%;
height: 100%;
max-width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav {
position: sticky;
top: 0;
z-index: 15;
border-bottom: 1px solid rgba(216, 222, 228, 0.78);
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 12px 28px rgba(32, 39, 45, 0.055);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__list {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.55rem;
padding-block: 0.68rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__item {
display: flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0.62rem 0.8rem;
border: 1px solid rgba(216, 222, 228, 0.7);
border-radius: 8px;
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.78);
text-decoration: none;
transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__item:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__item:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__item.active {
color: var(--mas-color-coral);
border-color: rgba(var(--mas-color-coral-rgb), 0.35);
background: rgba(var(--mas-color-coral-rgb), 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero {
padding-block: clamp(1.55rem, 3.6vw, 2.8rem) clamp(1.05rem, 2.6vw, 1.8rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__title {
max-width: 980px;
margin-bottom: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__intro {
max-width: 900px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro {
padding-block: clamp(1.15rem, 2.8vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro__content {
width: 100%;
max-width: 100%;
padding: clamp(1rem, 2.4vw, 1.7rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro__content > .Synergee-Web-Page-Component-Text-Container {
max-width: 1040px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta {
padding-block: 0.35rem 1.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school #school-booking-cta {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__panel {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 1.25rem;
align-items: center;
overflow: hidden;
padding: 1.35rem;
background: linear-gradient(135deg, #FFFFFF 0%, #F7FAF9 100%);
border: 1px solid rgba(216, 222, 228, 0.84);
border-radius: 8px;
box-shadow: 0 18px 46px rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__panel::before {
position: absolute;
inset: 0 auto 0 0;
width: 5px;
background: #0E8978;
content: "";
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__copy {
display: grid;
gap: 0.45rem;
padding-left: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__eyebrow {
margin: 0;
color: #0E8978;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__copy h2 {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__copy p:not(.mas-school-booking-cta__eyebrow) {
max-width: 680px;
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__actions {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
justify-content: flex-end;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0.75rem 1rem;
border: 1px solid transparent;
border-radius: 8px;
text-decoration: none;
transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button:focus-visible {
transform: translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button--primary {
color: #FFFFFF;
background: #173D42;
border-color: #173D42;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button--primary:focus-visible {
color: #FFFFFF;
background: #0E8978;
border-color: #0E8978;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button--secondary {
color: var(--mas-color-dark-action);
background: #FFFFFF;
border-color: var(--mas-color-dark-action);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button--secondary:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button--secondary:focus-visible {
color: var(--mas-color-dark-action-hover);
border-color: var(--mas-color-dark-action-hover);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-section-intro {
max-width: 840px;
margin-bottom: clamp(1.35rem, 3vw, 2.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content:not(.mas-content-card) {
max-width: 820px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-section-intro :is(h1, h2, h3),
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content :is(h1, h2, h3),
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-content-card :is(h1, h2, h3) {
max-width: 100%;
margin: 0 0 0.75rem;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-section-intro h1 {
max-width: 920px;
margin-bottom: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-section-intro h2 {
margin-top: 1.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-section-intro h2:first-child {
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content h3,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-content-card h3 {
margin-top: 1.4rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content h3:first-child,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-content-card h3:first-child {
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-section-intro p,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content p,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-content-card p,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content li,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-content-card li {
margin: 0 0 1rem;
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-section-intro p {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media {
padding-block-start: clamp(1.35rem, 3.2vw, 2.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media .mas-section-intro {
margin-bottom: clamp(0.85rem, 2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-school-hero__title {
max-width: 1020px;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-school-hero__title h1 {
max-width: 980px;
margin-bottom: clamp(0.75rem, 1.8vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-school-hero__title h1 :is(font, span) {
color: inherit !important;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-school-hero__title h2 {
max-width: 900px;
margin: 0;
color: rgba(39, 50, 61, 0.86) !important;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-school-hero__title h2 :is(font, span, strong) {
color: inherit !important;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-school-hero__title p {
max-width: 900px;
margin-bottom: 0;
color: rgba(39, 50, 61, 0.86);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content p:last-child,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-content-card p:last-child {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content ul,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-rich-content ol,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-content-card ul,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-main .mas-content-card ol {
margin: 0 0 1rem 1.2rem;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-content-card {
border: 1px solid rgba(216, 222, 228, 0.74);
border-radius: 8px;
background: rgba(255, 255, 255, 0.94);
box-shadow: 0 18px 48px rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__summary {
padding: clamp(1rem, 2.3vw, 1.65rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__title-override {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details:has(.mas-school-details__title-override .Synergee-Web-Page-Component-Text-Container:not(:empty)) #Home-Txt4 {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details:has(.mas-school-details__title-override .Synergee-Web-Page-Component-Text-Container:not(:empty)) .mas-school-details__title-override {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__intro {
max-width: min(72ch, 100%);
margin: -0.25rem 0 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__intro .Synergee-Web-Page-Component-Text-Container {
display: grid;
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__intro p {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details {
padding-top: clamp(0.72rem, 1.6vw, 1rem);
padding-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers {
padding-top: 0;
padding-bottom: clamp(2.2rem, 4.4vw, 3rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__intro {
margin: -0.08rem 0 0.28rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__intro .Synergee-Web-Page-Component-Text-Container {
gap: 0.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__summary {
padding: clamp(0.48rem, 1vw, 0.64rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details .mas-content-card {
box-shadow: 0 12px 28px rgba(32, 39, 45, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__highlights {
display: grid;
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__highlight {
display: grid;
gap: 0.32rem;
padding: 0.95rem 1rem;
border: 1px solid rgba(216, 222, 228, 0.72);
border-radius: 8px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 247, 248, 0.9));
box-shadow: 0 14px 28px rgba(32, 39, 45, 0.05);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__highlight-label {
display: block;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__highlight-value {
display: block;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__stack {
display: grid;
gap: clamp(1.3rem, 2.6vw, 1.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__intro {
max-width: min(68ch, 100%);
margin-bottom: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__eyebrow {
margin: 0 0 0.45rem;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__intro h2 {
margin: 0 0 0.45rem;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__intro p:last-child {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component .Synergee-Web-Page-Component-SchoolCoursesList-Container,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component .Synergee-Web-Page-Component-SchoolAccommodationsList-Container {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component.Synergee-Web-Page-Component-SchoolCoursesList,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component.Synergee-Web-Page-Component-SchoolAccommodationsList {
font: inherit;
text-align: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component .Synergee-Web-Page-Component-SchoolCoursesList-Container,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component .Synergee-Web-Page-Component-SchoolAccommodationsList-Container {
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--courses .mas-school-offer-card__header {
grid-template-columns: minmax(0, 1fr) minmax(9.1rem, 10rem);
gap: 1rem 1.1rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--courses .mas-school-offer-card__header-copy {
padding-right: 0.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--courses .mas-school-offer-card__title {
hyphens: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--courses .mas-school-offer-card__price-block {
min-width: 9.1rem;
gap: 0.14rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--courses .mas-school-offer-card__meta {
gap: 0.48rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--courses .mas-school-offer-card__pill {
min-height: 1.85rem;
padding: 0.34rem 0.6rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--courses .mas-school-offer-card__facts {
gap: 0.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-courses-groups {
display: grid;
gap: 1.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-course-family {
display: grid;
gap: 0.8rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-course-family + .mas-school-course-family {
padding-top: 1rem;
border-top: 1px solid rgba(216, 222, 228, 0.7);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-course-family__intro {
display: grid;
gap: 0.18rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-course-family__kicker {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-course-family__title {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: clamp(1rem, 2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card {
display: grid;
overflow: hidden;
border: 1px solid rgba(216, 222, 228, 0.74);
border-radius: 8px;
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 18px 46px rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card--course {
min-height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__media {
position: relative;
aspect-ratio: 16 / 10;
margin: 0;
overflow: hidden;
background: rgba(24, 34, 43, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__media img,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__body {
display: grid;
gap: 0.95rem;
padding: clamp(1rem, 2.2vw, 1.4rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__header {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 0.9rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__header-copy {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-offer-card__header {
grid-template-columns: minmax(0, 1fr) minmax(9.1rem, 10rem);
gap: 1rem 1.1rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-offer-card__header-copy {
padding-right: 0.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__eyebrow {
margin: 0 0 0.35rem;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__title {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-offer-card__title {
hyphens: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__price-block {
display: grid;
gap: 0.08rem;
justify-items: end;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-offer-card__price-block {
min-width: 9.1rem;
gap: 0.14rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__price-label,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__price-note {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__price {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__meta {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-offer-card__meta {
gap: 0.48rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__pill {
display: inline-flex;
align-items: center;
min-height: 2rem;
padding: 0.4rem 0.7rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.16);
border-radius: 999px;
color: rgba(39, 50, 61, 0.82);
background: rgba(var(--mas-color-coral-rgb), 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-offer-card__pill {
min-height: 1.85rem;
padding: 0.34rem 0.6rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__facts {
display: grid;
gap: 0.62rem;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-offer-card__facts {
gap: 0.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__group-note {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variants {
display: grid;
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant {
display: grid;
gap: 0.58rem;
padding: 0.9rem 0.95rem;
border: 1px solid rgba(216, 222, 228, 0.62);
border-radius: 8px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 248, 0.92));
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-header {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-title {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-price {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-price span {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-summary {
color: rgba(39, 50, 61, 0.84);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-facts {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.7rem;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-facts div {
display: grid;
gap: 0.12rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-facts dt,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-facts dd {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-facts dt {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-facts dd {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__fact {
display: grid;
grid-template-columns: minmax(0, 8.2rem) minmax(0, 1fr);
gap: 0.85rem;
padding-top: 0.62rem;
border-top: 1px solid rgba(216, 222, 228, 0.62);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-offer-card__fact {
grid-template-columns: minmax(0, 5.6rem) minmax(0, 1fr);
gap: 0.65rem;
padding-top: 0.52rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__fact:first-child {
padding-top: 0;
border-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__fact dt,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__fact dd {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__fact dt {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__fact dd {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__footer {
display: flex;
justify-content: flex-start;
padding-top: 0.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__link {
color: var(--mas-color-coral);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__link:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__link:focus-visible {
text-decoration: underline;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle {
display: flex;
justify-content: flex-end;
margin: 0 0 clamp(0.85rem, 1.8vw, 1.1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button {
display: inline-flex;
align-items: center;
gap: 0.55rem;
min-height: 2.75rem;
padding: 0.72rem 1rem;
border: 1px solid rgba(24, 40, 56, 0.14);
border-radius: 999px;
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 12px 28px rgba(18, 28, 40, 0.08);
cursor: pointer;
transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button::before {
content: "";
display: block;
flex: 0 0 auto;
width: 1.08rem;
height: 1.08rem;
border: 1.6px solid currentColor;
border-radius: 4px;
opacity: 0.78;
background: linear-gradient(135deg, transparent 58%, currentColor 59%);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button--video::before {
width: 0;
height: 0;
border-top: 0.42rem solid transparent;
border-bottom: 0.42rem solid transparent;
border-left: 0.62rem solid currentColor;
border-radius: 0;
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button:focus-visible {
border-color: rgba(37, 117, 108, 0.34);
background: #FFFFFF;
box-shadow: 0 16px 34px rgba(18, 28, 40, 0.12);
transform: translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button:focus-visible {
outline: 3px solid rgba(37, 117, 108, 0.18);
outline-offset: 3px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button .Synergee-Web-Page-Component-Text-Container > * {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial {
display: grid;
grid-template-columns: minmax(0, 1fr) auto auto;
align-items: end;
column-gap: clamp(0.7rem, 1.5vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial > .anchor,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial > .mas-school-gallery {
grid-column: 1 / -1;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial > .mas-section-intro {
margin-bottom: clamp(0.85rem, 1.8vw, 1.1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media__legacy-heading {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider {
display: grid;
gap: clamp(0.85rem, 2vw, 1.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__viewport {
position: relative;
min-height: clamp(18rem, 48vw, 36rem);
overflow: hidden;
border: 1px solid rgba(216, 222, 228, 0.72);
border-radius: 8px;
background: #18222b;
box-shadow: 0 24px 70px rgba(22, 31, 40, 0.18);
isolation: isolate;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__slide,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__slide .Synergee-Web-Page-Component-SlideShow-Container,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__items {
position: static;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__item {
position: absolute;
inset: 0;
display: block;
overflow: hidden;
border-radius: 8px;
color: var(--mas-color-surface);
opacity: 0;
pointer-events: none;
transform: scale(1.015);
transition: opacity 360ms ease, transform 520ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__item.is-active {
z-index: 2;
opacity: 1;
pointer-events: auto;
transform: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__item.is-empty {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__item--image::after,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__item--video::after {
content: "";
position: absolute;
inset: auto 0 0;
height: 40%;
background: linear-gradient(180deg, rgba(24, 34, 43, 0), rgba(24, 34, 43, 0.74));
pointer-events: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__image,
.MoveAndStudyCore.MoveAndStudyCore-school .school-gallery-video img,
.MoveAndStudyCore.MoveAndStudyCore-school .school-gallery-video iframe,
.MoveAndStudyCore.MoveAndStudyCore-school .school-gallery-video video {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__caption,
.MoveAndStudyCore.MoveAndStudyCore-school .school-gallery-video-txt {
position: absolute;
right: clamp(1rem, 3vw, 1.6rem);
bottom: clamp(1rem, 3vw, 1.6rem);
left: clamp(1rem, 3vw, 1.6rem);
z-index: 4;
max-width: 42rem;
margin: 0;
color: rgba(255, 255, 255, 0.92);
text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .school-gallery-video,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .Synergee-Web-Page-Component-Video-Container,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .Synergee-Web-Page-Component-Video-VideoButtons {
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .school-gallery-video {
float: none;
min-width: 0;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .Synergee-Web-Page-Component-Video-VideoButtons {
display: grid;
place-items: center;
min-height: 0;
padding: clamp(1rem, 3vw, 1.5rem);
border: 0;
border-radius: 8px;
background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.18), rgba(24, 34, 43, 0.30) 38%, rgba(24, 34, 43, 0.88) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .Synergee-Web-Page-Component-Video-PlayVideoButton {
position: relative;
z-index: 4;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 3.15rem;
padding: 0.85rem 1.25rem;
border: 1px solid rgba(255, 255, 255, 0.28);
border-radius: 8px;
color: var(--mas-color-surface);
background: rgba(var(--mas-color-coral-rgb), 0.94);
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
text-decoration: none;
transition: transform 180ms ease, background 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .Synergee-Web-Page-Component-Video-PlayVideoButton:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .Synergee-Web-Page-Component-Video-PlayVideoButton:focus-visible {
background: var(--mas-color-coral);
transform: translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__video .Synergee-Web-Page-Component-Video-PlayVideoButton::before {
content: "";
width: 0;
height: 0;
margin-right: 0.65rem;
border-top: 0.42rem solid transparent;
border-bottom: 0.42rem solid transparent;
border-left: 0.64rem solid currentColor;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__controls {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__controls[hidden] {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__arrow {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 3rem;
min-height: 2.7rem;
border: 1px solid rgba(32, 39, 45, 0.14);
border-radius: 8px;
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.88);
transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__arrow:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__arrow:focus-visible {
border-color: rgba(var(--mas-color-coral-rgb), 0.48);
color: var(--mas-color-coral);
transform: translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__status {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__dots {
display: flex;
gap: 0.45rem;
overflow-x: auto;
padding-bottom: 0.2rem;
scrollbar-width: thin;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__dot {
flex: 0 0 auto;
min-width: 2.15rem;
min-height: 2.15rem;
border: 1px solid rgba(32, 39, 45, 0.12);
border-radius: 8px;
color: var(--mas-color-muted);
background: rgba(255, 255, 255, 0.82);
transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__dot.is-active {
border-color: rgba(var(--mas-color-coral-rgb), 0.52);
color: var(--mas-color-coral);
background: rgba(var(--mas-color-coral-rgb), 0.09);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__dot--video::before {
content: "";
display: inline-block;
width: 0;
height: 0;
margin-right: 0.28rem;
border-top: 0.24rem solid transparent;
border-bottom: 0.24rem solid transparent;
border-left: 0.36rem solid currentColor;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial .mas-section-intro {
max-width: min(38rem, 100%);
margin-bottom: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial .mas-section-intro .Synergee-Web-Page-Component-Text-Container {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial .mas-section-intro :is(h1, h2, h3) {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial .mas-section-intro p {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial {
position: relative;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__viewport {
min-height: clamp(20rem, 44vw, 34rem);
box-shadow: 0 30px 82px rgba(22, 31, 40, 0.2);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__controls {
position: absolute;
right: clamp(0.9rem, 2vw, 1.3rem);
bottom: clamp(0.9rem, 2vw, 1.3rem);
z-index: 6;
grid-template-columns: auto auto auto;
gap: 0.45rem;
padding: 0.35rem;
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 999px;
background: rgba(24, 34, 43, 0.56);
backdrop-filter: blur(14px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__arrow {
min-width: 2.55rem;
min-height: 2.55rem;
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 999px;
color: rgba(255, 255, 255, 0.94);
background: rgba(255, 255, 255, 0.08);
transform: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__arrow:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__arrow:focus-visible {
border-color: rgba(255, 255, 255, 0.34);
color: rgba(255, 255, 255, 1);
background: rgba(var(--mas-color-coral-rgb), 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__arrow span {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__arrow::before {
display: inline-block;
content: ">";
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__arrow--prev::before {
content: "<";
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__status {
min-width: 4.2rem;
padding-inline: 0.25rem;
color: rgba(255, 255, 255, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__dots {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__slide .mas-school-gallery-component__empty {
margin: 0;
padding: 1rem;
border: 1px solid rgba(216, 222, 228, 0.72);
border-radius: 8px;
color: var(--mas-color-muted);
background: rgba(255, 255, 255, 0.74);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map {
padding-block: clamp(2rem, 5vw, 3.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: clamp(1rem, 2.5vw, 1.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map .mapDisplay {
min-height: 360px;
overflow: hidden;
border-radius: 8px;
background: rgba(255, 255, 255, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-component,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-streetview-component,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map__canvas,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map__iframe,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map__embed {
width: 100%;
height: 100%;
min-height: 360px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-component {
position: relative;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map__fallback {
display: none;
padding: 1rem 1.1rem;
color: rgba(255, 255, 255, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-component.is-unavailable .mas-school-map__fallback {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-component.is-unavailable .mas-school-map__iframe {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map__embed {
display: block;
border: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-info {
max-width: 16rem;
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-info a,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-info strong {
display: inline-block;
margin-bottom: 0.35rem;
color: var(--mas-color-ink);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-info p {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__columns,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-stack {
display: grid;
gap: clamp(0.82rem, 1.8vw, 1.1rem);
margin-top: clamp(0.68rem, 1.45vw, 1.08rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__column,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-section {
display: grid;
gap: 0.85rem;
align-content: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-stack {
gap: 0.06rem;
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-section {
gap: 0.02rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-section .school-details-column {
padding: 0.12rem 0.16rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-intro {
display: grid;
gap: 0.16rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-kicker {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-title {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .school-details-column {
width: min(100%, max-content);
max-width: 100%;
padding: 0.12rem 0.16rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school #school-infrastructures.school-details-column {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school #school-details ul,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-SchoolCategories-CategoryList,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-SchoolsList-Block ul {
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school #school-details ul {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.72rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school #school-details li,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-SchoolCategories-CategoryList li {
padding: 0.28rem 0.36rem;
border: 1px solid rgba(216, 222, 228, 0.66);
border-radius: 8px;
background: rgba(246, 247, 248, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-SchoolCategories-CategoryList li {
padding: 0.28rem 0.36rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail {
display: grid;
gap: clamp(1rem, 2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__grid {
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__item {
position: relative;
min-height: 7rem;
padding: 1.05rem 1rem 1rem;
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__item::before {
content: "";
display: block;
width: 2rem;
height: 0.28rem;
margin-bottom: 0.9rem;
border-radius: 999px;
background: var(--mas-color-accent);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__label {
display: block;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__value {
display: block;
margin-top: 0.45rem;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__range {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__calendar {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__calendar-block {
padding: 0.95rem 1rem;
border: 1px solid rgba(216, 222, 228, 0.62);
border-radius: 8px;
background: rgba(255, 255, 255, 0.74);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__calendar-title {
margin: 0 0 0.35rem;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__calendar-text {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__date-chip {
display: inline-flex;
align-items: center;
min-height: 2rem;
padding: 0.32rem 0.62rem;
border: 1px solid rgba(216, 222, 228, 0.72);
border-radius: 999px;
background: rgba(246, 247, 248, 0.86);
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip {
position: relative;
display: inline-flex;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger {
appearance: none;
-webkit-appearance: none;
margin: 0;
cursor: pointer;
border: 0;
outline: 0;
-webkit-tap-highlight-color: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger::-moz-focus-inner {
border: 0;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger:hover {
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip:hover .mas-school-detail__date-chip--holiday {
border-color: rgba(37, 117, 108, 0.32);
background: rgba(255, 255, 255, 1);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__date-chip--holiday {
transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger:focus {
outline: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip:focus-within .mas-school-detail__date-chip--holiday,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip.is-active .mas-school-detail__date-chip--holiday {
outline: none;
box-shadow: 0 0 0 3px rgba(37, 117, 108, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-trigger {
display: inline-flex;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__date-chip--holiday {
border-color: rgba(37, 117, 108, 0.22);
background: rgba(255, 255, 255, 0.96);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__date-tooltip {
position: absolute;
z-index: 18;
left: 50%;
bottom: calc(100% + 0.52rem);
min-width: max-content;
max-width: min(16rem, calc(100vw - 2rem));
padding: 0.46rem 0.64rem;
border: 1px solid rgba(213, 220, 227, 0.94);
border-radius: 8px;
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.99);
box-shadow: 0 14px 34px rgba(32, 39, 45, 0.12);
white-space: nowrap;
opacity: 0;
pointer-events: none;
visibility: hidden;
transform: translate(-50%, 0.18rem);
transition: opacity 160ms ease, transform 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__date-tooltip::after {
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 0.55rem;
height: 0.55rem;
border-right: 1px solid rgba(213, 220, 227, 0.94);
border-bottom: 1px solid rgba(213, 220, 227, 0.94);
background: rgba(255, 255, 255, 0.99);
transform: translate(-50%, -50%) rotate(45deg);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip:hover .mas-school-detail__date-tooltip,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip:focus-within .mas-school-detail__date-tooltip,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip.is-active .mas-school-detail__date-tooltip {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
}
@media (hover: none), (pointer: coarse) {
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__date-tooltip {
left: 0;
bottom: calc(100% + 0.35rem);
max-width: min(14rem, calc(100vw - 2.4rem));
white-space: normal;
transform: translate(0, 0.18rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__date-tooltip::after {
left: 1rem;
transform: translate(0, -50%) rotate(45deg);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip:hover .mas-school-detail__date-tooltip {
opacity: 0;
visibility: hidden;
transform: translate(0, 0.18rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip:focus-within .mas-school-detail__date-tooltip,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__holiday-chip.is-active .mas-school-detail__date-tooltip {
opacity: 1;
visibility: visible;
transform: translate(0, 0);
}
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories {
display: flex;
flex-wrap: wrap;
gap: 0.24rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories + .mas-school-categories {
margin-top: 0.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details + .mas-school-offers {
padding-top: 0.06rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures {
width: 100%;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations {
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures {
display: flex;
flex-wrap: nowrap;
gap: 0.18rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-SchoolCategories-CategoryList .mas-school-category {
position: relative;
padding: 0;
overflow: visible;
background: rgba(255, 255, 255, 0.78);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category--icon-only {
width: 4.35rem;
height: 4.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category--accreditation {
width: 9rem;
height: 4.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category--icon-only,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category--accreditation {
width: auto;
height: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category--icon-only {
min-width: 0;
flex: 0 0 auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category__link,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category__body {
grid-template-columns: 1fr;
align-items: center;
justify-items: center;
gap: 0;
min-height: 2.3rem;
padding: 0.2rem 0.24rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__link,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__body {
grid-template-rows: auto auto;
align-items: center;
justify-items: center;
gap: 0.2rem;
min-height: 3.4rem;
padding: 0.52rem 0.72rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__link,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__body {
position: relative;
display: grid;
align-items: center;
justify-items: center;
width: 100%;
height: 100%;
min-height: 0;
gap: 0.4rem;
padding: 0.72rem;
color: inherit;
text-decoration: none;
outline: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__link:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__body:focus-visible {
box-shadow: 0 0 0 3px rgba(37, 117, 108, 0.18);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__visual {
display: grid;
flex: 0 0 auto;
width: 2.65rem;
height: 2.65rem;
place-items: center;
overflow: hidden;
border: 1px solid rgba(37, 117, 108, 0.18);
border-radius: 8px;
background: rgba(37, 117, 108, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__fallback {
display: grid;
width: 100%;
height: 100%;
place-items: center;
color: var(--mas-color-accent);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__icon {
display: block;
width: 1.32rem;
height: 1.32rem;
overflow: visible;
fill: none;
stroke: currentColor;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__fallback--icon {
color: var(--mas-color-link);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category__visual {
width: 1.66rem;
height: 1.66rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category--accreditation .mas-school-category__visual {
width: min(8.4rem, 100%);
height: 2.35rem;
padding: 0;
border: 0;
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-section--accreditations .mas-school-category__visual {
overflow: visible;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category {
min-width: clamp(7.6rem, 12vw, 9.6rem);
min-height: 3.4rem;
border: 1px solid rgba(24, 40, 56, 0.09);
background: rgba(255, 255, 255, 0.86);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__logo {
display: grid;
width: 100%;
height: 100%;
place-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__logo img {
display: block;
max-width: 100%;
max-height: 2.25rem;
width: auto;
height: auto;
object-fit: contain;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__logo p {
display: contents;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__logo div {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__logo img {
display: block;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__logo-fallback {
display: block;
max-width: 100%;
overflow: hidden;
color: var(--mas-color-link);
text-overflow: ellipsis;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__copy {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-section--accreditations .mas-school-category__copy {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__name {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__description {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__name {
color: rgba(39, 50, 61, 0.86);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details + .mas-school-offers .mas-school-offers__intro {
margin-bottom: 0.28rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category__description,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__description {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__tooltip {
max-width: min(16rem, calc(100vw - 2rem));
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__tooltip {
position: absolute;
z-index: 12;
left: 50%;
bottom: calc(100% + 0.62rem);
display: grid;
width: max-content;
max-width: min(18rem, calc(100vw - 2rem));
gap: 0.26rem;
padding: 0.72rem 0.82rem;
border: 1px solid rgba(33, 45, 55, 0.1);
border-radius: 8px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 18px 42px rgba(20, 30, 38, 0.16);
color: var(--mas-color-ink);
opacity: 0;
pointer-events: none;
transform: translate(-50%, 0.35rem);
transition: opacity 160ms ease, transform 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__tooltip::after {
content: "";
position: absolute;
left: 50%;
bottom: -0.38rem;
width: 0.72rem;
height: 0.72rem;
border-right: 1px solid rgba(33, 45, 55, 0.1);
border-bottom: 1px solid rgba(33, 45, 55, 0.1);
background: rgba(255, 255, 255, 0.98);
transform: translateX(-50%) rotate(45deg);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category:hover .mas-school-category__tooltip,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category:focus-within .mas-school-category__tooltip {
opacity: 1;
transform: translate(-50%, 0);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__tooltip-title {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category__tooltip-text {
color: var(--mas-color-muted);
}
@media (hover: none), (max-width: 720px) {
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category--icon-only {
width: 5.45rem;
height: auto;
min-height: 5.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-category--accreditation {
width: 9rem;
height: auto;
min-height: 5.2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__tooltip {
position: static;
width: 100%;
max-width: 100%;
padding: 0;
border: 0;
background: transparent;
box-shadow: none;
opacity: 1;
transform: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__tooltip::after {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category__tooltip-text {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category--icon-only {
width: auto;
min-width: 0;
min-height: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures {
flex-wrap: wrap;
gap: 0.24rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category__link,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--infrastructures .mas-school-category__body {
grid-template-columns: 1fr;
justify-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .school-details-column {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories--accreditations .mas-school-category {
min-width: min(100%, 12rem);
}
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking #booking {
width: 100%;
max-width: 1040px;
margin-inline: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking {
max-width: 100%;
overflow-x: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-school .program-stars-container {
position: static;
display: inline-flex;
align-items: center;
width: auto;
height: auto;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .program-stars {
display: inline-flex;
gap: 0.18rem;
float: none;
width: auto;
height: auto;
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-school .program-stars__item {
color: rgba(var(--mas-color-coral-rgb), 0.28);
}
.MoveAndStudyCore.MoveAndStudyCore-school .program-stars__item.is-filled {
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-school .hidden {
display: none !important;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same {
color: var(--mas-color-ink);
background: linear-gradient(180deg, var(--mas-color-quiet), var(--mas-color-surface));
border-top: 1px solid rgba(216, 222, 228, 0.35);
border-bottom: 1px solid rgba(216, 222, 228, 0.35);
padding-block: clamp(0.72rem, 1.75vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary {
display: block;
cursor: pointer;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary::-webkit-details-marker {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary-inner {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 1rem;
align-items: end;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .mas-section-intro :is(h1, h2, h3, p) {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .mas-section-intro {
max-width: min(34rem, 100%);
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .mas-section-intro h2 {
max-width: 18ch;
text-wrap: balance;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary .mas-section-intro {
max-width: min(32rem, 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary .mas-section-intro h2 {
max-width: none;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary .mas-section-intro p {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__toggle {
display: inline-flex;
align-items: center;
gap: 0.55rem;
align-self: center;
padding: 0.34rem 0.68rem;
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 999px;
color: var(--mas-color-muted);
background: rgba(16, 29, 39, 0.06);
white-space: nowrap;
transition:
border-color 180ms ease,
background-color 180ms ease,
color 180ms ease,
transform 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary:hover .mas-school-same__toggle,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary:focus-visible .mas-school-same__toggle,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure[open] .mas-school-same__toggle {
border-color: rgba(255, 255, 255, 0.32);
background: rgba(16, 29, 39, 0.12);
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary:focus-visible {
outline: 2px solid rgba(35, 107, 115, 0.45);
outline-offset: 6px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__toggle-label--open {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure[open] .mas-school-same__toggle-label--closed {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure[open] .mas-school-same__toggle-label--open {
display: inline;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__toggle-icon {
width: 0.52rem;
height: 0.52rem;
border-right: 1.5px solid currentColor;
border-bottom: 1.5px solid currentColor;
transform: rotate(45deg) translateY(-1px);
transition: transform 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure[open] .mas-school-same__toggle-icon {
transform: rotate(-135deg) translate(-1px, -1px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__panel {
margin-top: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure:not([open]) .mas-school-same__panel {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure[open] .mas-school-same__panel {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Synergee-Web-Page-Component-SchoolsList-Block.thumbnail > ul,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-Schools-List {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.5rem), 1fr));
gap: 0.72rem;
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .thumbnail {
min-width: 0;
height: 100%;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Card {
display: grid;
height: 100%;
min-height: 100%;
color: var(--mas-color-ink);
background: var(--mas-color-surface);
border: 1px solid rgba(216, 222, 228, 0.85);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 10px 22px rgba(12, 24, 32, 0.11);
transition:
transform 200ms ease,
border-color 200ms ease,
background-color 200ms ease,
box-shadow 200ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Card:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Card:focus-within {
transform: translateY(-3px);
border-color: rgba(35, 107, 115, 0.35);
background: var(--mas-color-surface);
box-shadow: 0 14px 28px rgba(12, 24, 32, 0.17);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Card:focus-within {
outline: 2px solid rgba(35, 107, 115, 0.48);
outline-offset: 2px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-CardBody {
display: grid;
align-content: start;
gap: 0.3rem;
padding: 0.5rem 0.68rem 0.62rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Image {
aspect-ratio: 16 / 7.8;
display: block;
overflow: hidden;
background: var(--mas-color-quiet);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 220ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Card:hover img,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Card:focus-within img {
transform: scale(1.035);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Text {
display: grid;
gap: 0.18rem;
color: var(--mas-color-ink);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-ItemTitle {
display: block;
margin: 0;
color: var(--mas-color-ink);
text-wrap: balance;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-SchoolLink {
text-decoration: none;
color: var(--mas-color-link);
transition: color 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-SchoolLink:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-SchoolLink:focus-visible {
color: var(--mas-color-link-hover);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.16em;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Location {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-CityLink {
color: var(--mas-color-ink);
text-decoration: none;
text-underline-offset: 0.16em;
transition: color 160ms ease, text-decoration-color 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-CityLink:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-CityLink:focus-visible {
color: var(--mas-color-link-hover);
text-decoration: underline;
text-decoration-thickness: 1px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-CityText,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-CountryText {
color: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-MetaText {
margin: 0.1rem 0 0;
color: var(--mas-color-muted);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-SchoolsList-Card--editorial .Component-SchoolsList-MetaText {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .mas-school-same__summary-inner {
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .mas-section-intro h2 {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same + .mas-section .mas-school-actions {
padding-block: 0.7rem 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same + .mas-section {
padding-top: 0.7rem;
padding-bottom: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-link-card a,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-link-card {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-temp-warning {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav {
margin-top: 0;
border-bottom: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__list {
gap: 0.7rem;
padding: 0.8rem;
border: 1px solid rgba(216, 222, 228, 0.74);
border-radius: 20px;
background: rgba(255, 255, 255, 0.82);
box-shadow: 0 20px 44px rgba(32, 39, 45, 0.11);
backdrop-filter: blur(14px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__item {
min-height: 48px;
border-radius: 12px;
background: rgba(255, 255, 255, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero {
padding-block: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero .mas-container {
display: grid;
gap: clamp(1rem, 2vw, 1.45rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__title {
max-width: 980px;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__promotion {
position: absolute;
top: clamp(1rem, 2.4vw, 1.6rem);
right: clamp(1rem, 3vw, 2rem);
z-index: 4;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__promotion:empty {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__google-reviews:empty {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-rating-badge {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 0.42rem 0.56rem;
width: fit-content;
max-width: 100%;
min-height: 2.3rem;
padding: 0.45rem 0.72rem;
border: 1px solid rgba(255, 255, 255, 0.64);
border-radius: 999px;
color: #1f2e3a;
background: rgba(255, 255, 255, 0.84);
box-shadow: 0 14px 30px rgba(18, 28, 40, 0.11);
backdrop-filter: blur(12px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-rating-badge__label {
color: #233241;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-rating-badge__stars {
color: #f5b301;
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-rating-badge__meta {
color: #3f4e5d;
white-space: nowrap;
}
.MoveAndStudyCore .mas-promotion-badge {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.52rem;
width: fit-content;
min-height: 2.25rem;
padding: 0.5rem 0.78rem;
border: 1px solid rgba(255, 255, 255, 0.62);
border-radius: 999px;
color: #1f2e3a;
background: rgba(255, 255, 255, 0.82);
box-shadow: 0 14px 30px rgba(18, 28, 40, 0.12);
backdrop-filter: blur(12px);
}
.MoveAndStudyCore .mas-promotion-badge__icon {
color: var(--mas-color-coral);
}
.MoveAndStudyCore .mas-promotion-badge__separator {
display: inline-block;
width: 1px;
height: 1.05rem;
background: rgba(31, 46, 58, 0.18);
}
.MoveAndStudyCore .mas-promotion-badge__accent {
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-template-hero__lead h2,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-template-hero__lead p {
max-width: 430px;
margin: 0;
color: #455363;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro {
padding-block: 0 clamp(1.35rem, 3vw, 2rem);
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro__content {
padding: clamp(1.2rem, 2.5vw, 1.9rem);
border-radius: 24px;
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(14px);
box-shadow: 0 24px 54px rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro__content > .Synergee-Web-Page-Component-Text-Container {
max-width: 980px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro__content :is(h2, h3) {
position: relative;
padding-left: 2.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro__content :is(h2, h3)::before {
content: "";
position: absolute;
left: 0;
top: 0.18em;
width: 1.35rem;
height: 1.35rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.28);
border-radius: 999px;
background:
radial-gradient(circle at 50% 50%, rgba(var(--mas-color-coral-rgb), 0.78) 0 0.18rem, transparent 0.2rem),
rgba(var(--mas-color-coral-rgb), 0.09);
box-shadow: 0 8px 18px rgba(var(--mas-color-coral-rgb), 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta {
padding-block: 0.2rem 1.8rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__panel {
gap: 1.35rem 1.5rem;
padding: clamp(1.35rem, 2.8vw, 1.85rem);
border-radius: 24px;
box-shadow: 0 26px 60px rgba(32, 39, 45, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__panel::before {
width: 6px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media {
padding-block: clamp(1.25rem, 2.8vw, 2rem) clamp(1.4rem, 3.2vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__viewport {
border-radius: 24px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__viewport {
min-height: clamp(22rem, 46vw, 36rem);
box-shadow: 0 34px 84px rgba(22, 31, 40, 0.22);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map {
padding-block: clamp(1.8rem, 4vw, 3rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map .mapDisplay {
border-radius: 24px;
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details {
padding-top: clamp(1rem, 2vw, 1.4rem);
padding-bottom: clamp(0.4rem, 1vw, 0.8rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__summary {
padding: clamp(0.75rem, 1.5vw, 1rem);
border-radius: 24px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-stack {
gap: clamp(0.8rem, 1.8vw, 1.1rem);
margin-top: clamp(0.8rem, 1.8vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-section {
gap: 0.45rem;
padding: clamp(0.9rem, 2vw, 1.2rem);
border: 1px solid rgba(216, 222, 228, 0.72);
border-radius: 24px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 249, 0.92));
box-shadow: 0 18px 44px rgba(32, 39, 45, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-section .school-details-column {
width: 100%;
padding: 0.28rem 0.32rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers {
padding-top: clamp(0.6rem, 1.4vw, 1rem);
padding-bottom: clamp(2.2rem, 4.4vw, 3.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__section {
display: grid;
gap: 1.1rem;
padding: clamp(1rem, 2.2vw, 1.35rem);
border: 1px solid rgba(216, 222, 228, 0.78);
border-radius: 24px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 249, 0.93));
box-shadow: 0 22px 52px rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card {
border-radius: 20px;
box-shadow: 0 22px 52px rgba(32, 39, 45, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__media,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-slide {
border-radius: 16px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-slider {
isolation: isolate;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-viewport {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-slide {
position: absolute;
inset: 0;
margin: 0;
overflow: hidden;
opacity: 0;
pointer-events: none;
transform: translateX(1.15rem);
transition: opacity 260ms ease, transform 300ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-slide.is-active {
z-index: 1;
opacity: 1;
pointer-events: auto;
transform: translateX(0);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-arrow {
position: absolute;
top: 50%;
z-index: 3;
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.35rem;
height: 2.35rem;
border: 1px solid rgba(255, 255, 255, 0.62);
border-radius: 999px;
color: #1d2937;
background: rgba(255, 255, 255, 0.76);
box-shadow: 0 10px 22px rgba(18, 28, 40, 0.14);
transform: translateY(-50%);
backdrop-filter: blur(10px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-arrow[hidden] {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-arrow--prev {
left: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-arrow--next {
right: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-arrow span {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-arrow::before {
content: ">";
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-arrow--prev::before {
content: "<";
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-dots {
position: absolute;
right: 0.8rem;
bottom: 0.75rem;
left: 0.8rem;
z-index: 3;
display: flex;
justify-content: center;
gap: 0.38rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-dots[hidden] {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-dot {
width: 0.56rem;
height: 0.56rem;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.88);
border-radius: 999px;
background: rgba(255, 255, 255, 0.52);
box-shadow: 0 4px 12px rgba(18, 28, 40, 0.18);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__photo-dot.is-active {
background: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__frame {
display: grid;
gap: clamp(1rem, 2vw, 1.25rem);
padding: clamp(1rem, 2vw, 1.35rem);
overflow: hidden;
border: 1px solid rgba(24, 40, 56, 0.1);
border-radius: 24px;
background:
radial-gradient(circle at top right, rgba(232, 239, 244, 0.76), transparent 30%),
linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.94));
box-shadow: 0 22px 52px rgba(18, 28, 40, 0.09);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__slide.Synergee-Web-Page-Component-SlideShow,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery__slide .Synergee-Web-Page-Component-SlideShow-Container,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__items {
width: auto;
height: auto;
min-width: 0;
min-height: 0;
float: none;
margin: 0;
padding: 0;
overflow: visible;
background: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__items {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-auto-rows: clamp(8rem, 14vw, 12rem);
gap: clamp(0.65rem, 1.2vw, 0.9rem);
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link {
display: block;
height: 100%;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.84);
border-radius: 18px;
background: #eef2f4;
box-shadow: 0 16px 32px rgba(18, 28, 40, 0.08);
aspect-ratio: 4 / 3;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link:nth-child(1) {
grid-column: span 3;
grid-row: span 2;
aspect-ratio: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link:nth-child(2),
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link:nth-child(3),
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link:nth-child(4),
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link:nth-child(5) {
grid-column: span 3;
aspect-ratio: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery .mas-school-gallery-component__link:nth-child(n+6) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__caption {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-videos {
display: flex;
justify-content: flex-end;
margin-bottom: clamp(0.85rem, 1.8vw, 1.1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-videos[hidden] {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer[hidden] {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer {
position: fixed;
inset: 0;
z-index: 10000;
display: grid;
place-items: center;
padding: clamp(1rem, 3vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__backdrop {
position: absolute;
inset: 0;
background: rgba(13, 24, 32, 0.68);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__panel {
position: relative;
z-index: 1;
display: grid;
gap: 0.9rem;
width: min(72rem, 100%);
max-height: min(88vh, 54rem);
overflow: hidden;
padding: clamp(0.85rem, 2vw, 1.15rem);
border-radius: 18px;
background: var(--mas-color-surface);
box-shadow: 0 24px 80px rgba(13, 24, 32, 0.28);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__close {
position: absolute;
top: 0.75rem;
right: 0.75rem;
z-index: 2;
min-height: 2.3rem;
padding: 0 0.85rem;
border: 1px solid rgba(24, 40, 56, 0.12);
border-radius: 999px;
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.9);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__tabs {
display: inline-flex;
justify-self: start;
gap: 0.35rem;
padding: 0.25rem;
border: 1px solid rgba(24, 40, 56, 0.1);
border-radius: 999px;
background: rgba(244, 247, 246, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__tabs[hidden] {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__tab,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__video-button {
min-height: 2.35rem;
padding: 0.55rem 0.85rem;
border: 1px solid transparent;
border-radius: 999px;
color: var(--mas-color-ink);
background: transparent;
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__tab.is-active,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__video-button.is-active {
border-color: rgba(37, 117, 108, 0.18);
background: #FFFFFF;
box-shadow: 0 8px 22px rgba(18, 28, 40, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__stage {
min-height: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__photos {
position: relative;
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
gap: 0.75rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__figure {
position: relative;
min-height: 0;
margin: 0;
overflow: hidden;
border-radius: 14px;
background: #111;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__image {
display: block;
width: 100%;
max-height: min(68vh, 42rem);
object-fit: contain;
background: #111;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__caption {
position: absolute;
right: 1rem;
bottom: 1rem;
left: 1rem;
padding: 0.55rem 0.7rem;
border-radius: 10px;
color: var(--mas-color-surface);
background: rgba(13, 24, 32, 0.58);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__nav {
min-width: 2.7rem;
min-height: 2.7rem;
overflow: hidden;
border: 1px solid rgba(24, 40, 56, 0.12);
border-radius: 999px;
color: transparent;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 10px 28px rgba(18, 28, 40, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__nav::before {
content: "";
display: block;
width: 0.65rem;
height: 0.65rem;
margin: auto;
border-top: 2px solid var(--mas-color-ink);
border-right: 2px solid var(--mas-color-ink);
transform: rotate(45deg);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__nav--prev::before {
transform: rotate(-135deg);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__thumbs {
display: flex;
grid-column: 1 / -1;
gap: 0.45rem;
overflow-x: auto;
padding-bottom: 0.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__thumb {
flex: 0 0 4.4rem;
height: 3.1rem;
overflow: hidden;
padding: 0;
border: 2px solid transparent;
border-radius: 10px;
background: #eef2f4;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__thumb.is-active {
border-color: var(--mas-color-accent);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__thumb img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__videos {
display: grid;
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__videos[hidden],
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__photos[hidden] {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__video-frame {
position: relative;
aspect-ratio: 16 / 9;
overflow: hidden;
border-radius: 14px;
background: #111;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__video-frame iframe {
display: block;
width: 100%;
height: 100%;
border: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-viewer__video-list {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same {
padding-block: clamp(2.2rem, 4vw, 3rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure {
padding: clamp(1rem, 2.2vw, 1.4rem);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 24px;
background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-school .mas-container {
width: 100vw;
max-width: 100vw;
margin-right: 0;
margin-left: 0;
padding-right: 1rem;
padding-left: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav {
position: relative;
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__list {
grid-template-columns: repeat(2, minmax(0, 1fr));
width: 100%;
max-width: 100%;
padding: 0.6rem;
border-radius: 16px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-anchor-nav__item {
min-height: 42px;
padding: 0.55rem 0.62rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta {
padding-block: 0.2rem 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__panel {
grid-template-columns: 1fr;
gap: 0.85rem;
padding: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__copy {
display: grid;
gap: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__actions {
justify-content: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__button {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__title,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro__content,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-booking-cta__panel,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__section,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__category-section,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__disclosure {
border-radius: 18px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media {
padding-block-start: clamp(1.1rem, 4.8vw, 1.55rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media .mas-section-intro {
margin-bottom: clamp(0.75rem, 3.8vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__viewport {
min-height: clamp(16rem, 78vw, 23rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider--editorial .mas-school-media-slider__controls {
right: 0.7rem;
bottom: 0.7rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map .mapDisplay {
border-radius: 18px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-page .mas-section-intro,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-page .mas-rich-content,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__title,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__intro {
width: 100%;
max-width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__promotion {
top: clamp(3.65rem, 14vw, 4.3rem);
right: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__promotion-badge {
min-height: 2rem;
padding: 0.38rem 0.68rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__actions {
gap: 0.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__contact {
padding: 0.42rem 0.56rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__contact svg {
width: 1rem;
height: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro {
padding-block-end: clamp(0.8rem, 4vw, 1.15rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-intro__content {
padding: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle {
display: flex;
justify-content: stretch;
width: 100%;
margin-bottom: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-toggle__button {
width: 100%;
min-height: 2.55rem;
justify-content: center;
padding-inline: 0.78rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial {
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: stretch;
column-gap: 0.65rem;
row-gap: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-videos {
grid-column: auto;
justify-content: stretch;
margin-bottom: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial > .anchor,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial > .mas-section-intro,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media--editorial > .mas-school-gallery {
grid-column: 1 / -1;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-videos {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__items {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-auto-rows: clamp(7rem, 30vw, 9rem);
gap: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link:nth-child(1) {
grid-column: 1 / -1;
grid-row: span 2;
aspect-ratio: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link:nth-child(2),
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery-component__link:nth-child(3) {
grid-column: span 1;
grid-row: span 1;
aspect-ratio: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-gallery .mas-school-gallery-component__link:nth-child(n+4) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers-grid {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__header {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__price-block {
justify-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offers__component--langports-courses .mas-school-course-family + .mas-school-course-family {
padding-top: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__fact {
grid-template-columns: minmax(0, 1fr);
gap: 0.18rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-header,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-facts {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-offer-card__variant-header {
display: grid;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map__grid,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-details__columns,
.MoveAndStudyCore.MoveAndStudyCore-school #school-details ul,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Synergee-Web-Page-Component-SchoolsList-Block.thumbnail > ul,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same .Component-Schools-List,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-actions {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__summary-inner {
grid-template-columns: 1fr;
gap: 0.75rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-same__toggle {
justify-self: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__viewport {
min-height: clamp(17rem, 72vw, 25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__controls {
grid-template-columns: 1fr 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__status {
grid-column: 1 / -1;
grid-row: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__arrow {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__arrow--prev,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-media-slider__arrow--next {
grid-row: 2;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map .mapDisplay {
min-height: 280px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map-component,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-streetview-component,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-map__canvas {
min-height: 280px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-detail__calendar {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-categories {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking * {
max-width: 100%;
box-sizing: border-box;
}
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking .Component-Selector,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking .Component-Option,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking .Component-Cart,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking .Component-Section,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking .Component-Section-Content,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking .item-option-name,
.MoveAndStudyCore.MoveAndStudyCore-school .Synergee-Web-Page-Component-Booking .item-option-name-container {
float: none;
width: 100%;
min-width: 0;
}
}
@media (max-width: 520px) {
.MoveAndStudyCore.MoveAndStudyCore-school .mas-container {
width: min(390px, 100vw);
max-width: min(390px, 100vw);
margin-right: 0;
margin-left: 0;
}
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs {
padding-block: clamp(1.2rem, 3vw, 2.2rem) clamp(2.6rem, 5vw, 4.8rem);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 249, 0.98) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__shell {
display: grid;
gap: clamp(1.05rem, 2vw, 1.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__list {
display: flex;
gap: 0.55rem;
overflow-x: auto;
padding: 0.45rem;
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 999px;
background: rgba(255, 255, 255, 0.84);
box-shadow: 0 18px 38px rgba(18, 28, 40, 0.06);
scrollbar-width: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__list::-webkit-scrollbar {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__tab {
flex: 0 0 auto;
min-height: 2.75rem;
padding: 0.74rem 1.05rem;
border: 1px solid transparent;
border-radius: 999px;
color: var(--mas-color-muted);
background: transparent;
cursor: pointer;
transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__tab:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__tab:focus-visible {
color: var(--mas-color-ink);
border-color: rgba(24, 40, 56, 0.12);
background: rgba(255, 255, 255, 0.68);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__tab.is-active {
color: #fff;
background: var(--mas-color-dark-action);
box-shadow: 0 12px 24px rgba(18, 28, 40, 0.16);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__viewport {
position: relative;
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tab-panel {
display: block;
transform: translateX(0);
opacity: 1;
transition: transform 260ms ease, opacity 220ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tab-panel[hidden] {
display: none !important;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tab-panel.is-entering {
transform: translateX(2.4rem);
opacity: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tab-panel.is-leaving {
transform: translateX(-2.4rem);
opacity: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tab-panel__content {
display: grid;
gap: clamp(1.15rem, 2.4vw, 1.8rem);
padding: clamp(1rem, 2.4vw, 1.45rem);
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 28px;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 22px 52px rgba(18, 28, 40, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-booking-cta,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-media,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-map,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-details {
padding: 0;
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-booking-cta__panel,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-offers__section,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-details__category-section {
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-offers__section {
background: transparent;
border: 0;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs .mas-school-map__grid {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-reviews-empty {
max-width: 720px;
margin-inline: auto;
text-align: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews {
display: grid;
gap: 1rem;
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__overview {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.85rem 1rem;
padding: 0.9rem;
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 18px;
background: linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.86));
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__headline {
display: grid;
gap: 0.15rem;
min-width: min(100%, 170px);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__summary {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.65rem 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-header,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__footer {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__headline span,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-header small,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__footer span,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__source span,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__empty {
color: rgba(24, 40, 56, 0.68);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__score {
display: grid;
justify-items: start;
gap: 0.1rem;
padding: 0.45rem 0.7rem;
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 14px;
background: #fff;
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__score span,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__source {
color: rgba(24, 40, 56, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__source {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__tools {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem;
margin-left: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__tools label {
display: flex;
align-items: center;
gap: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__tools select {
max-width: 100%;
padding: 0.45rem 1.8rem 0.45rem 0.65rem;
border: 1px solid rgba(24, 40, 56, 0.16);
border-radius: 12px;
background: #fff;
color: #182838;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item {
display: grid;
gap: 0.65rem;
padding: 0.9rem;
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 16px;
background: rgba(255, 255, 255, 0.86);
box-shadow: 0 10px 26px rgba(18, 28, 40, 0.05);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-header > div {
display: grid;
gap: 0.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-header a,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__source a,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-link,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__footer a {
color: #0f5962;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-header a:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-header a:focus,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__source a:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__source a:focus,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-link:focus,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__footer a:hover,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__footer a:focus {
text-decoration: underline;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__text {
position: relative;
max-height: 10.5rem;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding-right: 0.45rem;
overscroll-behavior: contain;
scrollbar-width: thin;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__text::-webkit-scrollbar {
width: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__text::-webkit-scrollbar-thumb {
border-radius: 999px;
background: rgba(24, 40, 56, 0.22);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__text::-webkit-scrollbar-track {
background: rgba(24, 40, 56, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-link {
justify-self: start;
color: rgba(15, 89, 98, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__footer {
padding-top: 0.2rem;
border-top: 1px solid rgba(24, 40, 56, 0.08);
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs {
padding-block: 1.25rem 2.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__list {
border-radius: 22px;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tabs__tab {
min-height: 2.5rem;
padding: 0.68rem 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-tab-panel__content {
border-radius: 22px;
padding: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__list {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__item-header,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__footer {
display: grid;
justify-content: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__score {
justify-items: start;
white-space: normal;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__tools,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-google-reviews__tools label {
display: grid;
justify-content: stretch;
}
}
.MoveAndStudyCore .mas-hero {
position: relative;
isolation: isolate;
min-height: 620px;
overflow: hidden;
color: var(--mas-color-surface);
background: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-hero::before {
display: none;
content: none;
}
.MoveAndStudyCore .mas-hero__media {
position: absolute;
inset: 0;
z-index: -2;
}
.MoveAndStudyCore .mas-hero:has(#Home-Hero-Image.bi-inline-component > .bi-component[id^="BiComponent-"]) .mas-hero__media {
z-index: 0;
pointer-events: auto;
}
.MoveAndStudyCore .mas-hero:has(#Home-Hero-Image.bi-inline-component > .bi-component[id^="BiComponent-"]) .mas-hero__inner {
pointer-events: none;
}
.MoveAndStudyCore .mas-hero__media #Home-Hero-Image.bi-inline-component,
.MoveAndStudyCore .mas-hero__media #Home-Hero-Image.bi-inline-component > .bi-component[id^="BiComponent-"] {
width: 100%;
height: 100%;
}
.MoveAndStudyCore .mas-hero__media .Synergee-Web-Page-Component-Image,
.MoveAndStudyCore .mas-hero__media picture,
.MoveAndStudyCore .mas-hero__media .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore .mas-hero__media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore .mas-hero__inner {
position: relative;
z-index: 1;
display: grid;
grid-template-rows: auto 1fr;
min-height: 620px;
padding-block: clamp(1.35rem, 2.2vw, 2rem) clamp(5.25rem, 9vw, 7.25rem);
row-gap: clamp(3.75rem, 8vw, 6rem);
}
.MoveAndStudyCore .mas-hero__top {
display: flex;
align-items: center;
justify-content: space-between;
align-self: start;
gap: 1.25rem;
width: 100%;
padding-top: clamp(0.15rem, 1vw, 0.55rem);
}
.MoveAndStudyCore .mas-site-logo,
.MoveAndStudyCore .mas-header-contact {
min-width: 0;
}
.MoveAndStudyCore .mas-site-logo a,
.MoveAndStudyCore .mas-header-contact a,
.MoveAndStudyCore .mas-action a {
display: inline-flex;
align-items: center;
min-height: 44px;
text-decoration: none;
}
.MoveAndStudyCore .mas-site-logo__link {
display: inline-flex;
align-items: center;
justify-content: flex-start;
flex: 0 0 auto;
min-height: 44px;
max-width: 100%;
text-decoration: none;
}
.MoveAndStudyCore .mas-site-logo .Synergee-Web-Page-Component-Image-Container {
overflow: visible;
}
.MoveAndStudyCore .mas-site-logo img {
display: block;
max-width: 100%;
max-height: clamp(98px, 8vw, 118px);
height: auto;
width: auto;
filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}
.MoveAndStudyCore .mas-header-contact a {
justify-content: center;
padding: 0.65rem 0.95rem;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 8px;
color: var(--mas-color-surface);
background: rgba(18, 25, 32, 0.42);
backdrop-filter: blur(8px);
}
.MoveAndStudyCore .mas-hero__content {
align-self: center;
justify-self: start;
display: grid;
gap: 1.55rem;
width: 100%;
max-width: 760px;
padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 3vw, 2.25rem);
border-left: 1px solid rgba(255, 255, 255, 0.38);
border-radius: 8px;
background: linear-gradient(90deg, rgba(18, 25, 32, 0.3), rgba(18, 25, 32, 0.16) 66%, rgba(18, 25, 32, 0));
backdrop-filter: blur(3px) saturate(1.04);
text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}
.MoveAndStudyCore .mas-hero__title {
display: grid;
gap: 1rem;
width: 100%;
max-width: none;
justify-items: stretch;
}
.MoveAndStudyCore .mas-hero__title h1,
.MoveAndStudyCore .mas-hero__title h2,
.MoveAndStudyCore .mas-hero__title h3,
.MoveAndStudyCore .mas-hero__title p {
max-width: 100%;
margin-bottom: 0;
}
.MoveAndStudyCore .mas-hero__title h1 {
max-width: 720px;
}
.MoveAndStudyCore .mas-hero__title h2,
.MoveAndStudyCore .mas-hero__title h3 {
max-width: 620px;
color: rgba(255, 255, 255, 0.92);
}
.MoveAndStudyCore .mas-hero__title p {
max-width: 620px;
color: rgba(255, 255, 255, 0.88);
}
.MoveAndStudyCore .mas-hero .mas-action-row {
align-items: center;
justify-content: flex-start;
gap: 0.7rem 0.78rem;
max-width: 720px;
margin-top: 0.1rem;
}
.MoveAndStudyCore .mas-action a {
justify-content: center;
padding: 0.85rem 1.15rem;
border: 1px solid transparent;
border-radius: 8px;
}
.MoveAndStudyCore .mas-hero .mas-action-link {
position: relative;
z-index: 1;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0.82rem 1.15rem;
border: 1px solid rgba(255, 255, 255, 0.36);
border-radius: 8px;
background: rgba(255, 255, 255, 0.11);
backdrop-filter: blur(8px);
text-decoration: none;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.13);
transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore .mas-hero .mas-action-link:hover,
.MoveAndStudyCore .mas-hero .mas-action-link:focus-visible {
transform: translateY(-1px);
border-color: rgba(255, 255, 255, 0.54);
background: rgba(255, 255, 255, 0.16);
box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}
.MoveAndStudyCore .mas-action--primary a,
.MoveAndStudyCore .mas-hero .mas-action-link--primary {
color: var(--mas-color-surface);
background: var(--mas-color-coral);
}
.MoveAndStudyCore .mas-hero .mas-action-link--primary {
border-color: transparent;
padding-inline: 1.35rem;
box-shadow: 0 14px 30px rgba(var(--mas-color-coral-rgb), 0.25);
}
.MoveAndStudyCore .mas-hero .mas-action-link--primary:hover,
.MoveAndStudyCore .mas-hero .mas-action-link--primary:focus-visible {
background: var(--mas-color-coral);
box-shadow: 0 16px 34px rgba(var(--mas-color-coral-rgb), 0.3);
}
.MoveAndStudyCore .mas-action--secondary a,
.MoveAndStudyCore .mas-hero .mas-action-link--secondary {
color: var(--mas-color-surface);
border-color: rgba(255, 255, 255, 0.42);
background: rgba(255, 255, 255, 0.12);
}
.MoveAndStudyCore .mas-hero-phone-link {
flex-basis: 100%;
width: fit-content;
margin-top: 0.05rem;
color: rgba(255, 255, 255, 0.9);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.28em;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}
.MoveAndStudyCore .mas-section--accent {
color: var(--mas-color-surface);
background: var(--mas-color-link);
}
.MoveAndStudyCore .mas-section--ink {
color: var(--mas-color-surface);
background: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-section--promo {
background: linear-gradient(180deg, var(--mas-color-surface), var(--mas-color-background));
}
.MoveAndStudyCore.MoveAndStudyCore-home {
--mas-home-space-compact: clamp(1rem, 2.3vw, 1.45rem);
--mas-home-space-standard: clamp(1.8rem, 3.8vw, 2.5rem);
--mas-home-space-large: clamp(2.6rem, 5.2vw, 3.6rem);
--mas-home-bg-primary: #f8f5ef;
--mas-home-bg-secondary: #f3efe8;
--mas-home-border-soft: rgba(177, 162, 145, 0.22);
--mas-home-shadow-soft: 0 24px 60px rgba(27, 36, 42, 0.08);
--mas-home-shadow-card: 0 18px 40px rgba(27, 36, 42, 0.08);
--mas-home-cta-dark: var(--mas-color-dark-action);
--mas-home-cta-dark-hover: var(--mas-color-dark-action-hover);
--mas-home-accent-soft: #d88b73;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-header.Component-No-Print {
position: sticky;
top: 0;
z-index: 220;
padding-block: clamp(0.8rem, 1.7vw, 1.02rem);
border-bottom: 1px solid rgba(209, 199, 188, 0.38);
background: rgba(255, 252, 247, 0.94);
box-shadow: 0 14px 36px rgba(32, 39, 45, 0.04);
backdrop-filter: blur(18px);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: clamp(1rem, 3vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-header #logo,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-header .mas-site-logo {
flex: 0 0 auto;
width: min(246px, 28vw);
max-width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-header #logo img,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-header .mas-site-logo img {
max-height: 72px;
width: auto;
filter: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-header #mainMenu,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-nav {
display: flex;
align-items: center;
min-width: 0;
flex: 1 1 auto;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero {
min-height: clamp(620px, 72vh, 710px);
background:
radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 34%),
linear-gradient(180deg, #fbf7f0 0%, #f8f5ef 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero::before {
position: absolute;
inset: 0;
z-index: -1;
display: block;
content: "";
background:
linear-gradient(90deg, rgba(248, 243, 235, 0.96) 0%, rgba(248, 243, 235, 0.8) 24%, rgba(248, 243, 235, 0.3) 48%, rgba(248, 243, 235, 0) 67%),
linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.02) 26%, rgba(255, 248, 240, 0.28) 100%);
pointer-events: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__media::after {
position: absolute;
inset: 0;
content: "";
background:
radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 36%),
linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(250, 246, 238, 0.08) 58%, rgba(22, 31, 39, 0.05));
pointer-events: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__media img {
object-position: center 34%;
filter: saturate(0.94) contrast(0.98) brightness(1.02);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__inner {
grid-template-rows: minmax(0, 1fr);
align-items: center;
min-height: clamp(620px, 74vh, 720px);
padding-block: clamp(3rem, 6vw, 4.8rem) clamp(4rem, 8vw, 5.75rem);
row-gap: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__content {
max-width: 560px;
gap: clamp(1.2rem, 2.2vw, 1.6rem);
padding: clamp(1.6rem, 2.9vw, 2.3rem);
border: 1px solid rgba(197, 183, 167, 0.42);
border-radius: 28px;
background:
linear-gradient(145deg, rgba(255, 253, 249, 0.84), rgba(245, 239, 231, 0.78));
box-shadow:
0 26px 64px rgba(27, 36, 42, 0.11),
0 6px 20px rgba(255, 255, 255, 0.16) inset;
backdrop-filter: blur(14px) saturate(1.04);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__eyebrow {
margin: 0;
color: var(--mas-home-accent-soft);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__title h2,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__title h3,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__title p {
color: rgba(24, 34, 43, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__title h1 {
text-shadow:
0 4px 24px rgba(5, 10, 14, 0.42),
0 1px 6px rgba(5, 10, 14, 0.34);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlights {
position: relative;
z-index: 3;
margin-top: clamp(-1.6rem, -3vw, -0.9rem);
padding-bottom: clamp(0.6rem, 1.6vw, 0.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlights .mas-container {
padding: clamp(0.55rem, 1.2vw, 0.9rem);
border: 1px solid rgba(214, 206, 197, 0.8);
border-radius: 22px;
background: rgba(255, 252, 248, 0.96);
box-shadow: var(--mas-home-shadow-card);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlights__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight {
display: grid;
align-content: start;
gap: 0.5rem;
min-height: 0;
padding: clamp(1rem, 1.8vw, 1.25rem) clamp(0.95rem, 1.8vw, 1.25rem);
border: 0;
border-left: 1px solid rgba(217, 209, 200, 0.72);
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight:first-child {
border-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight::before {
width: 2.5rem;
height: 2.5rem;
border-radius: 999px;
content: "";
background:
var(--mas-home-highlight-icon, none) center / 1.15rem 1.15rem no-repeat,
radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 42%),
linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 235, 225, 0.92));
box-shadow:
inset 0 0 0 1px rgba(205, 191, 176, 0.72),
0 10px 24px rgba(30, 41, 51, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight:nth-child(1)::before {
--mas-home-highlight-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d2d3b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12V8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h7'/%3E%3Cpath d='M4 10h16'/%3E%3Cpath d='M17 18h4'/%3E%3Cpath d='M19 16v4'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight:nth-child(2)::before {
--mas-home-highlight-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d2d3b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-4 9 4-9 4-9-4z'/%3E%3Cpath d='M7 10.8v3.2c0 1.7 2.2 3 5 3s5-1.3 5-3v-3.2'/%3E%3Cpath d='M21 10v4'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight:nth-child(3)::before {
--mas-home-highlight-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d2d3b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='10' cy='7' r='3'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 4.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight:nth-child(4)::before {
--mas-home-highlight-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d2d3b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4.2-2.9 8.1-7 9-4.1-.9-7-4.8-7-9V6l7-3z'/%3E%3Cpath d='M9.3 12.4l1.8 1.8 3.6-3.9'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight__text .Synergee-Web-Page-Component-Text-Container {
display: grid;
gap: 0.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight__text :is(h3, p) {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-section {
padding-block: var(--mas-home-space-standard);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-programs {
padding-block: var(--mas-home-space-standard) var(--mas-home-space-compact);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-promo-offer,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-seo-intro {
padding-block: var(--mas-home-space-compact);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-destinations {
padding-block: var(--mas-home-space-standard) var(--mas-home-space-compact);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-trust {
padding-block: var(--mas-home-space-large);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-conversion {
padding-block: var(--mas-home-space-standard) var(--mas-home-space-compact);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-reasons {
padding-block: var(--mas-home-space-compact) var(--mas-home-space-standard);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-programs {
padding-block: clamp(0.9rem, 2vw, 1.35rem) clamp(0.45rem, 1.3vw, 0.8rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-programs .mas-container {
display: grid;
grid-template-columns: minmax(220px, 0.92fr) minmax(0, 3.18fr);
gap: clamp(1rem, 2vw, 1.6rem);
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-programs .mas-card-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(0.8rem, 1.3vw, 0.95rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-programs__intro {
display: grid;
gap: 0.8rem;
align-content: start;
position: static;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-programs .mas-section-intro {
max-width: 18rem;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-section-link {
display: inline-flex;
align-items: center;
justify-content: center;
justify-self: start;
min-height: 2.9rem;
padding: 0.82rem 1.2rem;
border: 1px solid rgba(29, 45, 59, 0.18);
border-radius: 14px;
color: var(--mas-home-cta-dark);
background: rgba(255, 255, 255, 0.78);
box-shadow: 0 12px 28px rgba(27, 36, 42, 0.06);
text-decoration: none;
transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-section-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-section-link:focus-visible {
transform: translateY(-1px);
border-color: rgba(29, 45, 59, 0.3);
background: rgba(255, 255, 255, 0.94);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card {
display: grid;
grid-template-rows: auto 1fr auto;
border-color: rgba(215, 206, 196, 0.7);
border-radius: 20px;
background: rgba(255, 255, 255, 0.88);
box-shadow: var(--mas-home-shadow-card);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card:focus-within {
box-shadow: 0 24px 48px rgba(18, 25, 32, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card__image {
aspect-ratio: 16 / 9.2;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card__text {
display: grid;
gap: 0.38rem;
padding: 0.82rem 0.82rem 0.3rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card__text :is(h3, p) {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card__text p {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card__link {
padding: 0 0.82rem 0.8rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card__link a {
color: var(--mas-home-cta-dark);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-program-card__link a::after {
content: "En savoir plus →";
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-promo-offer {
padding-block: clamp(1.5rem, 3.5vw, 2.4rem);
background: linear-gradient(180deg, rgba(251, 248, 243, 0.7) 0%, rgba(248, 245, 239, 0.92) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight {
gap: clamp(1.25rem, 2.2vw, 1.75rem);
padding: clamp(1.6rem, 3vw, 2.35rem);
border: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 30px;
background: rgba(255, 255, 255, 0.97);
box-shadow: 0 28px 72px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__top {
display: flex;
align-items: start;
justify-content: space-between;
gap: 1rem 2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__header {
max-width: 41rem;
padding-left: 0;
border-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__grid {
gap: clamp(0.95rem, 1.45vw, 1.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__card {
display: grid;
grid-template-rows: auto 1fr;
overflow: hidden;
border-color: rgba(32, 39, 45, 0.08);
border-radius: 22px;
background: #fff;
box-shadow: 0 18px 38px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__media {
position: relative;
aspect-ratio: 16 / 10.25;
background: rgba(248, 250, 249, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__badge {
top: 1.05rem;
right: -2.45rem;
left: auto;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 11.5rem;
min-height: 2rem;
gap: 0;
padding: 0.42rem 1.4rem;
color: #4b3a24;
border: 1px solid rgba(118, 92, 53, 0.22);
border-radius: 4px;
background: linear-gradient(135deg, #fff8ea 0%, #ead4ae 48%, #f8ead2 100%);
box-shadow: 0 14px 28px rgba(18, 25, 32, 0.18);
transform: rotate(22deg);
transform-origin: 50% 50%;
letter-spacing: 0.02em;
line-height: 1;
text-align: center;
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__badge svg {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__content {
gap: 0.62rem;
padding: 1rem 1rem 1.08rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__content :is(h3, p) {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__meta {
display: grid;
align-items: start;
gap: 0.08rem;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__title + .mas-promo-highlight__meta {
margin-top: -0.24rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__location {
display: flex;
align-items: center;
gap: 0.28rem;
width: 100%;
min-width: 0;
color: rgba(29, 45, 59, 0.68);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__location span {
display: block;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__location svg {
width: 0.86rem;
height: 0.86rem;
fill: none;
stroke: var(--mas-color-coral);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.7;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__scope {
display: block;
color: rgba(29, 45, 59, 0.62);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__scope--separated::before {
content: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__prices {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
align-items: center;
gap: 0.48rem 0.58rem;
width: 100%;
padding: 0.76rem 0.78rem;
border: 1px solid rgba(32, 39, 45, 0.1);
border-radius: 16px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 249, 0.94));
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__price-reference {
display: grid;
gap: 0.18rem;
min-width: 0;
color: rgba(29, 45, 59, 0.52);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__price-current {
display: grid;
gap: 0.18rem;
min-width: 0;
padding-left: 0.78rem;
border-left: 1px solid rgba(32, 39, 45, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__scope--offer {
grid-column: 1 / -1;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__prices .mas-promo-highlight__scope,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__price-reference .mas-promo-highlight__normal {
display: block;
overflow: visible;
white-space: nowrap;
-webkit-line-clamp: unset;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__price-current .mas-promo-highlight__promo {
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__title,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__scope {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__title {
-webkit-line-clamp: 2;
color: var(--mas-home-cta-dark);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__scope {
-webkit-line-clamp: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__saving {
display: inline-flex;
align-items: center;
gap: 0.34rem;
justify-self: start;
width: auto;
margin-top: 0;
padding: 0.28rem 0.68rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.18);
border-radius: 999px;
color: var(--mas-color-coral);
background: rgba(var(--mas-color-coral-rgb), 0.075);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__saving svg {
width: 0.86rem;
height: 0.86rem;
fill: none;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.5;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__saving::before {
content: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__school-link {
width: 100%;
min-height: 2.55rem;
padding: 0.58rem 0.9rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.34);
border-radius: 14px;
color: var(--mas-color-coral);
background: rgba(255, 255, 255, 0.96);
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__card:hover .mas-promo-highlight__school-link,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__card:focus-visible .mas-promo-highlight__school-link {
border-color: var(--mas-color-coral);
color: #fff;
background: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__card:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__card:focus-visible {
border-color: rgba(var(--mas-color-coral-rgb), 0.26);
box-shadow: 0 24px 48px rgba(18, 25, 32, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__actions {
flex: 0 0 auto;
justify-content: flex-end;
margin-top: 0;
padding-top: 0;
border-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__actions a {
min-height: auto;
padding: 0.25rem 0 0.3rem;
color: var(--mas-color-coral);
border: 0;
border-bottom: 1px solid rgba(var(--mas-color-coral-rgb), 0.28);
border-radius: 0;
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__actions a:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__actions a:focus {
color: var(--mas-home-cta-dark-hover);
border-color: rgba(var(--mas-color-coral-rgb), 0.55);
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
align-items: center;
gap: 0;
padding-top: clamp(0.85rem, 1.6vw, 1.1rem);
border-top: 1px solid rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item {
display: flex;
align-items: center;
gap: 0.7rem;
min-width: 0;
padding-inline: clamp(0.65rem, 1.4vw, 1.1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item:first-child {
padding-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item + .mas-promo-highlight__assurance-item {
border-left: 1px solid rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item svg {
flex: 0 0 auto;
width: 1.35rem;
height: 1.35rem;
fill: none;
stroke: var(--mas-color-coral);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.55;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item p {
display: grid;
gap: 0.08rem;
min-width: 0;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item strong {
color: var(--mas-home-cta-dark);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item span {
color: rgba(29, 45, 59, 0.62);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-seo-intro {
margin-block: 0;
padding-block: clamp(0.35rem, 1vw, 0.55rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-search-shell {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 0.7rem 0.95rem;
align-items: center;
padding: 0.8rem 0.95rem;
border: 1px solid rgba(214, 204, 192, 0.82);
border-radius: 20px;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(246, 242, 236, 0.94));
box-shadow: var(--mas-home-shadow-card);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-search-shell__icon {
position: relative;
display: inline-flex;
width: 2.75rem;
height: 2.75rem;
align-items: center;
justify-content: center;
align-self: center;
border: 1px solid rgba(214, 204, 192, 0.88);
border-radius: 999px;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 10px 22px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-search-shell__icon::before {
width: 1.05rem;
height: 1.05rem;
content: "";
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d2d3b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search__intro {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search-panel,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Container,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact {
min-width: 0;
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search-panel {
display: block;
overflow: visible;
max-height: none;
opacity: 1;
transform: none;
visibility: visible;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search {
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search::before,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearch-DetailedSearchButton,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search #lessDetailsButtonId,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search #detailedSearchButtonId {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact form {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact {
display: grid;
gap: 0.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__primary {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(9.25rem, auto) minmax(8.5rem, auto);
gap: 0.5rem 0.65rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__advanced {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.5rem 0.65rem;
padding-top: 0.05rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__field,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle-wrap,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .SchoolSearchForm-Button {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .Synergee-Web-Page-Form-Container {
display: grid;
gap: 0;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .SchoolSearchForm-Button {
display: flex;
order: initial;
grid-column: auto;
align-self: center;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle-wrap {
display: flex;
align-self: center;
justify-content: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .Synergee-Web-Page-Form-Label {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .Synergee-Web-Page-Form-Combobox,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .Synergee-Web-Page-Form-Text {
min-height: 2.8rem;
padding-inline: 0.85rem;
border: 1px solid rgba(212, 203, 194, 0.9);
border-radius: 12px;
background: rgba(255, 255, 255, 0.92);
box-sizing: border-box;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .Synergee-Web-Page-Form-Submit {
width: 100%;
min-height: 2.8rem;
padding: 0.68rem 1rem;
border: 1px solid transparent;
border-radius: 12px;
color: #fff;
background: var(--mas-home-cta-dark);
box-shadow: 0 10px 22px rgba(30, 49, 65, 0.14);
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .Synergee-Web-Page-Form-Submit:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .Synergee-Web-Page-Form-Submit:focus {
background: var(--mas-home-cta-dark-hover);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle {
display: inline-flex;
width: 100%;
min-width: 8.5rem;
min-height: 2.8rem;
align-items: center;
justify-content: center;
padding: 0.68rem 1rem;
border: 1px solid rgba(212, 203, 194, 0.95);
border-radius: 12px;
color: var(--mas-home-cta-dark);
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 10px 22px rgba(30, 49, 65, 0.08);
cursor: pointer;
appearance: none;
-webkit-appearance: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle-label--open {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle[aria-expanded="true"] .mas-school-search-compact__toggle-label--closed {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle[aria-expanded="true"] .mas-school-search-compact__toggle-label--open {
display: inline;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchResults:empty {
display: none;
min-height: 0;
padding-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle:focus {
border-color: rgba(29, 45, 59, 0.24);
background: rgba(247, 243, 238, 0.96);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__advanced[hidden] {
display: none !important;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-destinations {
padding-block: clamp(1.25rem, 2.8vw, 1.85rem) clamp(0.65rem, 1.6vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-section-heading {
display: grid;
gap: 0.5rem;
max-width: 42rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-section-heading-row {
display: flex;
align-items: end;
justify-content: space-between;
gap: 1rem 1.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-section-heading__eyebrow {
display: inline-flex;
align-items: center;
justify-self: start;
padding: 0.38rem 0.72rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.18);
border-radius: 999px;
color: var(--mas-color-coral);
background: rgba(var(--mas-color-coral-rgb), 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-section-heading :is(h2, p) {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-container {
display: grid;
gap: clamp(1.1rem, 2.2vw, 1.6rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-card-grid {
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: clamp(0.72rem, 1.1vw, 0.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-destination-card {
min-height: 0;
aspect-ratio: 16 / 10;
border-radius: 18px;
box-shadow: var(--mas-home-shadow-card);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-destination-card {
min-height: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-destination-card__title {
inset-inline: 0.85rem auto;
max-width: calc(100% - 1.7rem);
bottom: 0.8rem;
padding: 0;
border: 0;
border-radius: 0;
background: none;
box-shadow: none;
backdrop-filter: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-destination-card__title .Synergee-Web-Page-Component-Text-Container {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-destination-card__title :is(h2, h3, p),
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-destination-card__title a {
color: rgba(255, 255, 255, 0.98);
text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72), 0 1px 4px rgba(0, 0, 0, 0.88);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-destination-card__title :is(h2, h3, p) {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-nav a.mas-mega-menu__link--cta,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-mega-menu__link--cta {
color: var(--mas-home-cta-dark);
border: 1px solid rgba(29, 45, 59, 0.18);
background: rgba(255, 255, 255, 0.74);
box-shadow: 0 10px 22px rgba(27, 36, 42, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-nav a.mas-mega-menu__link--cta:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-nav a.mas-mega-menu__link--cta:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-mega-menu__link--cta:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-mega-menu__link--cta:focus-visible {
color: var(--mas-home-cta-dark);
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 12px 24px rgba(27, 36, 42, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-row {
display: grid;
gap: 0.85rem;
max-width: 100%;
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__actions-main {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__actions-meta {
display: flex;
flex-wrap: wrap;
gap: 0.65rem 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-link {
min-height: 3rem;
border-color: rgba(30, 49, 65, 0.12);
border-radius: 14px;
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 12px 28px rgba(27, 36, 42, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-link:focus-visible {
border-color: rgba(30, 49, 65, 0.24);
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 14px 32px rgba(27, 36, 42, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-link--primary {
color: var(--mas-home-cta-dark);
border-color: rgba(var(--mas-color-coral-rgb), 0.18);
background: linear-gradient(135deg, rgba(255, 250, 245, 0.96), rgba(245, 236, 226, 0.9));
box-shadow: 0 12px 28px rgba(27, 36, 42, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-link--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-link--primary:focus-visible {
border-color: rgba(var(--mas-color-coral-rgb), 0.28);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 239, 230, 0.94));
box-shadow: 0 14px 32px rgba(27, 36, 42, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-link--secondary {
color: var(--mas-home-cta-dark);
border-color: rgba(30, 49, 65, 0.18);
background: rgba(255, 255, 255, 0.78);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero-meta-link {
display: inline-flex;
align-items: center;
min-height: auto;
color: rgba(30, 41, 51, 0.78);
text-decoration: none;
text-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero-phone-link {
flex-basis: auto;
width: auto;
margin-top: 0;
color: rgba(30, 41, 51, 0.88);
text-decoration: none;
text-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero-meta-link:not(.mas-hero-phone-link) {
cursor: default;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero-meta-link:not(.mas-hero-phone-link):hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero-meta-link:not(.mas-hero-phone-link):focus,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero-meta-link:not(.mas-hero-phone-link):focus-visible {
color: rgba(30, 41, 51, 0.78);
text-decoration: none;
text-shadow: none;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-trust {
margin-top: clamp(0.45rem, 1.4vw, 0.95rem);
padding-block: clamp(2.1rem, 4.2vw, 3.1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-trust .mas-section-intro {
margin-bottom: clamp(1.35rem, 2.8vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-trust-card {
gap: 1rem;
padding: 1.35rem;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-trust-card__number {
width: 2.1rem;
height: 2.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-conversion {
padding-block: clamp(1.1rem, 2.6vw, 1.7rem) clamp(0.75rem, 1.8vw, 1.15rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-conversion-panel {
padding: clamp(1.35rem, 3vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-reasons {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 248, 0.98));
}
.MoveAndStudyCore .mas-promo-offer {
padding-block: clamp(2rem, 4vw, 3.25rem);
}
.MoveAndStudyCore .mas-promo-highlight {
display: grid;
gap: clamp(1.15rem, 2.4vw, 1.8rem);
}
.MoveAndStudyCore .mas-promo-highlight__top {
display: grid;
gap: 0.9rem;
}
.MoveAndStudyCore .mas-promo-highlight__header {
display: grid;
gap: 0.45rem;
max-width: 48rem;
}
.MoveAndStudyCore .mas-promo-highlight__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(0.9rem, 1.6vw, 1.2rem);
align-items: stretch;
}
.MoveAndStudyCore .mas-promo-highlight__card {
display: flex;
min-width: 0;
height: 100%;
overflow: hidden;
flex-direction: column;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.16);
border-radius: 18px;
background: rgba(255, 255, 255, 0.94);
box-shadow: 0 14px 30px rgba(18, 25, 32, 0.08);
color: inherit;
text-decoration: none;
transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease;
}
.MoveAndStudyCore .mas-promo-highlight__card:hover,
.MoveAndStudyCore .mas-promo-highlight__card:focus-visible {
transform: translateY(-4px);
border-color: rgba(var(--mas-color-coral-rgb), 0.26);
box-shadow: 0 22px 44px rgba(18, 25, 32, 0.13);
}
.MoveAndStudyCore .mas-promo-highlight__card:focus-visible {
outline: 2px solid rgba(var(--mas-color-coral-rgb), 0.28);
outline-offset: 4px;
}
.MoveAndStudyCore .mas-promo-highlight__media {
position: relative;
aspect-ratio: 16 / 10;
margin: 0;
overflow: hidden;
background: var(--mas-color-background);
}
.MoveAndStudyCore .mas-promo-highlight__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease;
}
.MoveAndStudyCore .mas-promo-highlight__card:hover .mas-promo-highlight__media img,
.MoveAndStudyCore .mas-promo-highlight__card:focus-visible .mas-promo-highlight__media img {
transform: scale(1.035);
filter: saturate(1.04);
}
.MoveAndStudyCore .mas-promo-highlight__badge {
position: absolute;
top: 0.75rem;
left: 0.75rem;
padding: 0.34rem 0.62rem;
border-radius: 8px;
color: var(--mas-color-surface);
background: rgba(var(--mas-color-coral-rgb), 0.94);
}
.MoveAndStudyCore .mas-promo-highlight__content {
display: grid;
gap: 0.55rem;
align-content: start;
height: 100%;
padding: 1rem;
}
.MoveAndStudyCore .mas-promo-highlight__intro,
.MoveAndStudyCore .mas-promo-highlight__scope,
.MoveAndStudyCore .mas-promo-highlight__saving,
.MoveAndStudyCore .mas-promo-highlight__included,
.MoveAndStudyCore .mas-promo-highlight__note {
margin: 0;
}
.MoveAndStudyCore .mas-promo-highlight__heading {
margin: 0;
}
.MoveAndStudyCore .mas-promo-highlight__intro {
max-width: 34rem;
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-promo-highlight__title {
margin: 0;
}
.MoveAndStudyCore .mas-promo-highlight__location {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-promo-highlight__scope {
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-promo-highlight__prices {
display: grid;
justify-items: start;
gap: 0.2rem;
padding-top: 0.15rem;
}
.MoveAndStudyCore .mas-promo-highlight__normal {
color: var(--mas-color-muted);
text-decoration: line-through;
text-decoration-thickness: 1px;
text-decoration-color: rgba(18, 25, 32, 0.45);
text-underline-offset: 0.12em;
}
.MoveAndStudyCore .mas-promo-highlight__promo {
color: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-promo-highlight__saving {
color: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-promo-highlight__included,
.MoveAndStudyCore .mas-promo-highlight__note {
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-promo-highlight__included {
color: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-promo-highlight__school-link {
display: inline-flex;
align-items: center;
justify-content: center;
justify-self: start;
min-height: 2.2rem;
margin-top: auto;
padding: 0.48rem 0.72rem;
border: 1px solid var(--mas-color-coral);
border-radius: 8px;
color: #fff;
background: var(--mas-color-coral);
transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.MoveAndStudyCore .mas-promo-highlight__card:hover .mas-promo-highlight__school-link,
.MoveAndStudyCore .mas-promo-highlight__card:focus-visible .mas-promo-highlight__school-link {
border-color: var(--mas-color-coral);
color: #fff;
background: var(--mas-color-coral);
}
.MoveAndStudyCore .mas-promo-highlight__actions {
display: flex;
justify-content: center;
margin-top: 0.1rem;
}
.MoveAndStudyCore .mas-promo-highlight__actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.75rem;
padding: 0.78rem 1.25rem;
border: 1px solid var(--mas-color-coral);
border-radius: 8px;
color: #fff;
background: var(--mas-color-coral);
text-decoration: none;
}
.MoveAndStudyCore .mas-promo-highlight__actions a:hover,
.MoveAndStudyCore .mas-promo-highlight__actions a:focus {
color: var(--mas-color-surface);
border-color: var(--mas-color-coral);
background: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promo-offer {
padding-block: clamp(2rem, 5vw, 4.5rem);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 248, 0.98) 42%, rgba(255, 255, 255, 1));
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial {
display: grid;
gap: clamp(1.5rem, 3.2vw, 2.6rem);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.36fr);
gap: clamp(1rem, 2.5vw, 2rem);
align-items: stretch;
padding: clamp(1.35rem, 3vw, 2.25rem);
border: 1px solid rgba(32, 39, 45, 0.1);
border-radius: 24px;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 234, 0.86)),
radial-gradient(circle at 88% 12%, rgba(var(--mas-color-coral-rgb), 0.13), transparent 34%);
box-shadow: 0 22px 60px rgba(18, 25, 32, 0.09);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero-copy {
display: grid;
gap: 0.8rem;
align-content: center;
max-width: 48rem;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero-copy :is(h1, p),
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-section-head :is(h2, p),
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country__head :is(h2, p),
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-reassurance :is(h2, p, ul),
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta :is(h2, p) {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__eyebrow {
margin: 0;
color: var(--mas-color-coral);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero-copy p:last-child,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-section-head p,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-reassurance p,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta p {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero-panel {
display: grid;
gap: 0.35rem;
align-content: center;
justify-items: center;
padding: clamp(1rem, 2vw, 1.45rem);
border: 1px solid rgba(32, 39, 45, 0.1);
border-radius: 18px;
background: rgba(255, 255, 255, 0.86);
text-align: center;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero-panel strong {
color: var(--mas-color-ink);
font-size: clamp(2.4rem, 5vw, 4rem);
line-height: 0.95;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero-panel small {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters {
display: grid;
grid-template-columns: minmax(18rem, 0.86fr) minmax(0, 1.4fr);
gap: clamp(1rem, 2vw, 1.45rem);
align-items: center;
padding: clamp(0.95rem, 1.9vw, 1.35rem);
border: 1px solid rgba(32, 39, 45, 0.09);
border-radius: 16px;
background: #fff;
box-shadow: 0 12px 34px rgba(18, 25, 32, 0.055);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__copy {
display: grid;
gap: 0.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__copy :is(h2, p) {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__copy p:last-child {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__controls,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters__controls {
display: grid;
grid-template-columns: repeat(3, minmax(8.5rem, 1fr)) auto;
gap: 0.72rem;
align-items: end;
justify-content: flex-end;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters__field {
display: grid;
gap: 0.35rem;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__select-label {
display: inline-flex;
align-items: center;
min-height: 1.45rem;
color: var(--mas-color-muted);
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__select {
box-sizing: border-box;
width: 100%;
min-width: 10.5rem;
min-height: 2.75rem;
padding: 0.65rem 2.2rem 0.65rem 0.9rem;
border: 1px solid rgba(32, 39, 45, 0.16);
border-radius: 999px;
color: var(--mas-color-ink);
background-color: rgba(246, 248, 248, 0.8);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__submit {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
box-sizing: border-box;
min-height: 2.75rem;
padding: 0.65rem 1rem;
border: 1px solid rgba(32, 39, 45, 0.12);
border-radius: 999px;
color: var(--mas-color-ink);
background: rgba(246, 248, 248, 0.8);
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters__loader {
display: none;
flex: 0 0 auto;
width: 0.82rem;
height: 0.82rem;
border: 2px solid currentColor;
border-right-color: transparent;
border-radius: 999px;
opacity: 0.72;
animation: mas-promotions-filter-spin 720ms linear infinite;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters__status {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters.is-loading {
opacity: 0.82;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters.is-loading .mas-promotions-filters__loader {
display: inline-block;
}
@keyframes mas-promotions-filter-spin {
to {
transform: rotate(360deg);
}
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__select:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__submit:hover,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__submit:focus-visible {
border-color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__submit:hover,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__submit:focus-visible {
color: #fff;
background: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-results {
scroll-margin-top: clamp(1rem, 4vw, 2.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-best,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-all,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-empty {
display: grid;
gap: clamp(1rem, 2.4vw, 1.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-section-head,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country__head {
display: grid;
gap: 0.4rem;
max-width: 42rem;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-best__grid {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: clamp(1rem, 2.2vw, 1.4rem);
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-all__list {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: clamp(0.9rem, 2vw, 1.15rem);
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-best__grid--count-1 {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-best__grid--count-2 {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card {
min-width: 0;
overflow: hidden;
border: 1px solid rgba(32, 39, 45, 0.1);
border-radius: 20px;
background: rgba(255, 255, 255, 0.96);
color: inherit;
text-decoration: none;
box-shadow: 0 16px 42px rgba(18, 25, 32, 0.08);
transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured:hover,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card:focus-visible {
transform: translateY(-4px);
border-color: rgba(var(--mas-color-coral-rgb), 0.24);
box-shadow: 0 22px 54px rgba(18, 25, 32, 0.13);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__media,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__media {
position: relative;
margin: 0;
overflow: hidden;
background: var(--mas-color-background);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__media {
min-height: 100%;
border-radius: 16px 0 0 16px;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__media {
aspect-ratio: 16 / 10;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__media img,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__rank,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__badge {
z-index: 1;
color: #3c3227;
background: linear-gradient(135deg, #fff5df, #e9c98f);
box-shadow: 0 10px 24px rgba(18, 25, 32, 0.22);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__rank {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 1.9rem;
padding: 0.26rem 0.55rem;
border-radius: 8px;
font-weight: 700;
box-shadow: none;
background: #fff1d8;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__badge {
position: absolute;
top: 1.05rem;
right: -2.45rem;
box-sizing: border-box;
width: 11.5rem;
min-height: 2rem;
padding: 0.42rem 1.4rem;
transform: rotate(22deg);
transform-origin: 50% 50%;
line-height: 1;
text-align: center;
font-weight: 700;
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__body,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__body {
display: grid;
gap: 0.5rem;
padding: clamp(1rem, 2vw, 1.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured {
display: grid;
grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1fr) minmax(13rem, 0.34fr);
min-height: 100%;
border-radius: 16px;
background: #fff;
box-shadow: 0 12px 34px rgba(18, 25, 32, 0.075);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured--standard {
box-shadow: 0 10px 28px rgba(18, 25, 32, 0.065);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__body {
align-content: start;
gap: 0.6rem;
padding: clamp(0.95rem, 1.8vw, 1.35rem) clamp(1rem, 2vw, 1.55rem);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__badges {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__body :is(h3, p),
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__body :is(h3, p) {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__saving {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
justify-self: start;
gap: 0.35rem;
min-height: 2.1rem;
margin: 0;
padding: 0.34rem 0.82rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.22);
border-radius: 9px;
color: var(--mas-color-coral);
background: rgba(255, 255, 255, 0.94);
box-shadow: inset 0 0 0 1px rgba(var(--mas-color-coral-rgb), 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__saving span {
color: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__saving strong,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__saving {
color: var(--mas-color-coral);
font-weight: 700;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__location,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__course,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__condition,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__validity,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__location,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__course,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__condition,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__validity,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__scope {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__condition,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__condition {
padding: 0.62rem 0.7rem;
border: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 10px;
background: rgba(246, 248, 248, 0.78);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__meta {
display: grid;
gap: 0.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__condition {
display: grid;
gap: 0.12rem;
margin-top: 0.2rem;
padding: 0.65rem 0.82rem;
border-color: rgba(32, 39, 45, 0.1);
border-radius: 9px;
background: linear-gradient(180deg, rgba(249, 250, 251, 0.98), rgba(245, 247, 248, 0.92));
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__condition p {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__condition-title {
color: var(--mas-color-ink);
font-weight: 700;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__condition ul {
display: grid;
gap: 0.22rem;
margin: 0;
padding-left: 1.05rem;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__validity,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__validity {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__prices,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__prices {
display: flex;
flex-wrap: wrap;
gap: 0.35rem 0.75rem;
align-items: baseline;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__offer {
display: grid;
gap: 0.72rem;
align-content: center;
padding: clamp(1rem, 1.8vw, 1.35rem);
border-left: 1px solid rgba(32, 39, 45, 0.09);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__offer .mas-promotions-featured__prices {
display: grid;
gap: 0.12rem;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__price-label {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__normal {
color: var(--mas-color-ink);
text-decoration: line-through;
text-decoration-thickness: 1px;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__promo {
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__button,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__secondary {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__button {
min-height: 2.55rem;
padding: 0.68rem 1rem;
border-radius: 999px;
color: #fff;
background: var(--mas-color-coral);
box-shadow: 0 12px 28px rgba(var(--mas-color-coral-rgb), 0.24);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__secondary {
min-height: 2.45rem;
padding: 0.62rem 1rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.35);
border-radius: 999px;
color: var(--mas-color-coral);
background: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__prices em,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__prices em {
flex-basis: 100%;
color: var(--mas-color-muted);
font-style: normal;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__prices span,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__normal {
color: var(--mas-color-muted);
text-decoration: line-through;
text-decoration-thickness: 1px;
text-decoration-color: rgba(18, 25, 32, 0.45);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__prices strong,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__prices strong {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__offer .mas-promotions-featured__price-label {
color: var(--mas-color-muted);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__offer .mas-promotions-featured__normal {
color: var(--mas-color-ink);
text-decoration: line-through;
text-decoration-thickness: 1px;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__offer .mas-promotions-featured__promo {
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__button,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__cta {
display: inline-flex;
align-items: center;
justify-content: center;
justify-self: start;
min-height: 2.55rem;
padding: 0.72rem 1rem;
border: 1px solid var(--mas-color-coral);
border-radius: 8px;
color: #fff;
background: var(--mas-color-coral);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__button--ghost {
color: var(--mas-color-coral);
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country-nav {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
padding: 0.9rem;
border: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 16px;
background: rgba(255, 255, 255, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country-nav a {
display: inline-flex;
gap: 0.45rem;
align-items: center;
min-height: 2.45rem;
padding: 0.58rem 0.9rem;
border: 1px solid rgba(32, 39, 45, 0.1);
border-radius: 999px;
color: var(--mas-color-ink);
background: #fff;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country-nav span {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country-list {
display: grid;
gap: clamp(1.5rem, 3vw, 2.4rem);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(0.9rem, 2vw, 1.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card {
display: flex;
height: 100%;
flex-direction: column;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__body {
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__cta {
margin-top: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-reassurance,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-empty {
padding: clamp(1.2rem, 2.8vw, 2rem);
border: 1px solid rgba(32, 39, 45, 0.09);
border-radius: 20px;
background: #fff;
box-shadow: 0 14px 36px rgba(18, 25, 32, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-reassurance,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: clamp(1rem, 2vw, 1.5rem);
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-reassurance ul {
display: grid;
gap: 0.45rem;
padding-left: 1.1rem;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta__actions {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
justify-content: flex-end;
}
.MoveAndStudyCore .mas-section-intro :is(h1, h2, h3) {
margin-bottom: 0.75rem;
}
.MoveAndStudyCore .mas-section-intro p,
.MoveAndStudyCore .mas-rich-content p {
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-programs .mas-section-intro {
width: 100%;
max-width: none;
}
.MoveAndStudyCore .mas-programs .mas-section-intro .Synergee-Web-Page-Component-Text-Container {
width: 100%;
max-width: none;
}
.MoveAndStudyCore .mas-programs .mas-section-intro :is(h1, h2, h3, p) {
text-justify: auto;
}
.MoveAndStudyCore .mas-programs .mas-section-intro :is(p, p span) {
}
.MoveAndStudyCore .mas-programs .mas-section-intro br {
display: block;
margin-top: 0.85rem;
content: "";
}
.MoveAndStudyCore .mas-seo-intro .mas-rich-content,
.MoveAndStudyCore .mas-seo-intro .Synergee-Web-Page-Component-Text-Container {
width: 100%;
max-width: none;
}
.MoveAndStudyCore .mas-seo-intro {
padding-block: clamp(2rem, 4.5vw, 3.25rem);
color: var(--mas-color-text);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 247, 248, 0.98)),
var(--mas-color-background);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-section--accent {
color: var(--mas-color-ink);
background: var(--mas-color-background);
}
.MoveAndStudyCore .mas-seo-intro .mas-container {
display: grid;
gap: clamp(0.9rem, 2vw, 1.25rem);
}
.MoveAndStudyCore .mas-school-search__intro {
display: grid;
gap: 0.55rem;
max-width: 760px;
}
.MoveAndStudyCore .mas-school-search__intro h2,
.MoveAndStudyCore .mas-school-search__intro p {
margin-bottom: 0;
}
.MoveAndStudyCore .mas-school-search__intro h2 {
color: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-school-search__intro p {
max-width: 660px;
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-school-search__toggle {
justify-self: start;
min-height: 2.75rem;
margin-top: 0.35rem;
padding: 0.65rem 1.05rem;
border: 1px solid var(--mas-color-coral);
border-radius: 8px;
background: var(--mas-color-coral);
color: #fff;
cursor: pointer;
transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore .mas-school-search__toggle:hover,
.MoveAndStudyCore .mas-school-search__toggle:focus-visible {
transform: translateY(-1px);
background: var(--mas-color-coral);
box-shadow: 0 10px 24px rgba(var(--mas-color-coral-rgb), 0.24);
}
.MoveAndStudyCore .mas-school-search__toggle:focus-visible {
outline: 2px solid rgba(var(--mas-color-coral-rgb), 0.28);
outline-offset: 3px;
}
.MoveAndStudyCore .mas-school-search-panel {
overflow: hidden;
max-height: 0;
opacity: 0;
transform: translateY(-0.45rem);
visibility: hidden;
transition:
max-height 340ms cubic-bezier(0.22, 1, 0.36, 1),
opacity 260ms ease,
transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
visibility 0ms linear 340ms;
}
.MoveAndStudyCore .mas-school-search-panel.is-open {
max-height: 5000px;
opacity: 1;
transform: translateY(0);
visibility: visible;
transition:
max-height 340ms cubic-bezier(0.22, 1, 0.36, 1),
opacity 260ms ease,
transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
visibility 0ms;
}
.MoveAndStudyCore .mas-school-search,
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Container,
.MoveAndStudyCore .mas-school-search .SchoolSearchForm,
.MoveAndStudyCore .mas-school-search form {
width: 100%;
}
.MoveAndStudyCore .mas-school-search {
position: relative;
overflow: hidden;
padding: clamp(1.1rem, 2.6vw, 1.65rem);
color: var(--mas-color-text);
border: 1px solid rgba(216, 222, 228, 0.9);
border-radius: 8px;
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 18px 44px rgba(32, 39, 45, 0.1);
}
.MoveAndStudyCore .mas-school-search::before {
position: absolute;
inset: 0 0 auto;
height: 3px;
background: var(--mas-color-coral);
content: "";
}
.MoveAndStudyCore .mas-school-search form {
display: flex;
flex-direction: column;
margin: 0;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Form-ErrorMessage,
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Form-FieldErrorMessage {
display: none;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchForm table,
.MoveAndStudyCore .mas-school-search .SchoolSearchForm tbody {
display: block;
width: 100%;
border: 0;
border-collapse: collapse;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchForm tr {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.75rem 1rem;
width: 100%;
margin: 0 0 0.75rem;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchForm td {
display: block;
padding: 0;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchForm form > table:first-of-type {
order: 1;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchForm form > table:nth-of-type(2) {
order: 2;
margin-top: 0.1rem;
margin-bottom: 0.9rem;
}
.MoveAndStudyCore .mas-school-search #detailedSearchTableId {
order: 3;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchForm-Button {
order: 4;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Form-Container {
display: grid;
gap: 0.35rem;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Form-Label {
float: none;
color: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Form-Combobox,
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Form-Text {
width: 100%;
min-height: 2.7rem;
padding: 0.55rem 0.75rem;
border: 1px solid rgba(216, 222, 228, 0.95);
border-radius: 8px;
background: var(--mas-color-surface);
color: #17313a;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Form-Combobox:focus,
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Form-Text:focus {
outline: 2px solid rgba(var(--mas-color-coral-rgb), 0.2);
outline-offset: 2px;
border-color: var(--mas-color-coral);
}
.MoveAndStudyCore .mas-school-search .SchoolSearch-DetailedSearchButton {
float: none;
display: inline-flex;
align-items: center;
min-height: 2.25rem;
margin: 0.15rem 0.6rem 0 0;
padding: 0.45rem 0.75rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.28);
border-radius: 8px;
color: var(--mas-color-coral);
cursor: pointer;
}
.MoveAndStudyCore .mas-school-search #lessDetailsButtonId {
display: none;
}
.MoveAndStudyCore .mas-school-search #detailedSearchButtonId.is-expanded {
border-color: rgba(var(--mas-color-coral-rgb), 0.55);
background: rgba(var(--mas-color-coral-rgb), 0.08);
}
.MoveAndStudyCore .mas-school-search .SchoolSearch-DetailedSearchButton:hover {
border-color: rgba(var(--mas-color-coral-rgb), 0.55);
background: rgba(var(--mas-color-coral-rgb), 0.08);
}
.MoveAndStudyCore .mas-school-search .SchoolSearchResults {
padding-top: 1rem;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Content {
position: relative;
margin-top: 0.35rem;
margin-bottom: 0;
padding: clamp(1rem, 2.5vw, 1.4rem);
border: 1px solid rgba(216, 222, 228, 0.86);
border-radius: 8px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 18px 42px rgba(32, 39, 45, 0.1);
}
.MoveAndStudyCore .mas-school-search .mas-school-search-results__header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 1rem;
margin-bottom: 0.9rem;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-results__heading {
display: grid;
gap: 0.25rem;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-QuickSearch-Results-Title {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-school-search .SchoolSearchResultCount,
.MoveAndStudyCore .mas-school-search .SchoolSearchNoResult {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-school-search .mas-school-search-results__close {
flex: 0 0 auto;
min-height: 2.15rem;
padding: 0.42rem 0.7rem;
border: 1px solid rgba(216, 222, 228, 0.95);
border-radius: 8px;
background: var(--mas-color-surface);
color: var(--mas-color-muted);
cursor: pointer;
transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-results__close:hover,
.MoveAndStudyCore .mas-school-search .mas-school-search-results__close:focus-visible {
border-color: rgba(var(--mas-color-coral-rgb), 0.34);
background: rgba(var(--mas-color-coral-rgb), 0.07);
color: var(--mas-color-coral);
}
.MoveAndStudyCore .mas-school-search .mas-school-search-results__toolbar {
display: flex;
justify-content: flex-end;
margin-bottom: 0.9rem;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchResultNav {
float: none;
display: inline-flex;
align-items: center;
justify-content: flex-end;
gap: 0.25rem;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchResultNav button {
min-width: 2rem;
min-height: 2rem;
margin: 0;
padding: 0.35rem 0.55rem;
border: 1px solid rgba(216, 222, 228, 0.95);
border-radius: 8px;
background: var(--mas-color-surface);
color: var(--mas-color-ink);
cursor: pointer;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchResultNav .Synergee-Web-Page-Component-SchoolSearch-NavigationBars {
display: inline-flex;
align-items: center;
gap: 0.25rem;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-results__toolbar .Synergee-Web-Page-Component-SchoolSearch-NavigationBars {
display: none;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchResultNav .Synergee-Web-Page-Component-SchoolSearch-NavigationBars button,
.MoveAndStudyCore .mas-school-search .SchoolSearchResultNav .SchoolSearchNavButtonDefaultColor {
min-width: 2rem;
}
.MoveAndStudyCore .mas-school-search .SchoolSearchResultNav .SchoolSearchNavButtonSelectedColor {
border-color: var(--mas-color-coral);
background: var(--mas-color-coral);
color: #fff;
opacity: 1;
filter: none;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-pagination-ellipsis {
display: inline-flex;
align-items: center;
min-width: 1.2rem;
justify-content: center;
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-List {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.95rem;
margin-bottom: 0.9rem;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-List .clear {
display: none;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item {
float: none;
width: auto;
min-height: 0;
margin: 0;
padding: 0;
overflow: hidden;
border: 1px solid rgba(216, 222, 228, 0.9);
border-radius: 8px;
background: #fff;
color: var(--mas-color-text);
box-shadow: 0 10px 26px rgba(32, 39, 45, 0.08);
cursor: pointer;
transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item:focus-visible {
outline: 2px solid rgba(var(--mas-color-coral-rgb), 0.28);
outline-offset: 3px;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item:hover {
transform: translateY(-2px);
border-color: rgba(var(--mas-color-coral-rgb), 0.28);
background: #fff;
box-shadow: 0 16px 34px rgba(32, 39, 45, 0.12);
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Image {
position: relative;
aspect-ratio: 16 / 10;
height: auto;
margin: 0;
border: 0;
background: var(--mas-color-surface);
cursor: pointer;
overflow: hidden;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Image img {
display: block;
width: 100%;
height: 100%;
margin-left: 0;
object-fit: cover;
transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item:hover .Synergee-Web-Page-Component-SchoolSearch-Results-Image img {
transform: scale(1.035);
filter: saturate(1.03);
}
.MoveAndStudyCore .mas-school-search .mas-school-search-result__badges {
position: absolute;
top: 0.65rem;
right: 0.65rem;
z-index: 2;
display: grid;
justify-items: end;
gap: 0.34rem;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-result__junior-badge {
padding: 0.25rem 0.46rem;
border: 1px solid rgba(255, 255, 255, 0.72);
border-radius: 8px;
box-shadow: 0 8px 18px rgba(18, 25, 32, 0.1);
}
.MoveAndStudyCore .mas-school-search .mas-school-search-result__junior-badge {
background: rgba(28, 40, 48, 0.78);
color: #fff;
border-color: rgba(255, 255, 255, 0.42);
box-shadow: 0 10px 22px rgba(18, 25, 32, 0.16);
}
.MoveAndStudyCore .mas-school-card-meta {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore .mas-school-card-meta li {
display: inline-flex;
align-items: center;
min-height: 1.65rem;
padding: 0.28rem 0.48rem;
border-radius: 8px;
}
.MoveAndStudyCore .mas-school-search .mas-school-card-meta--results {
justify-content: center;
padding: 0.35rem 0.8rem 0;
}
.MoveAndStudyCore .mas-school-search .mas-school-card-meta--results li {
border: 1px solid rgba(216, 222, 228, 0.9);
background: #f7f9f9;
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item-Name {
margin: 0;
min-height: 2.45rem;
padding: 0.08rem 0.85rem 0;
color: var(--mas-color-ink);
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item-CountryCity {
margin: 0;
padding: 0.62rem 0.85rem 0.08rem;
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-school-search .mas-google-card-rating {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.42rem;
box-sizing: border-box;
width: 100%;
max-width: 18rem;
min-height: 1.55rem;
padding: 0.22rem 0.5rem;
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 999px;
color: #344353;
background: rgba(255, 255, 255, 0.72);
overflow: hidden;
white-space: nowrap;
}
.MoveAndStudyCore .mas-school-search .mas-google-card-rating__stars {
flex: 0 0 auto;
color: #f5b301;
white-space: nowrap;
}
.MoveAndStudyCore .mas-school-search .mas-google-card-rating__meta {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
color: #465768;
white-space: nowrap;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item:hover .Synergee-Web-Page-Component-SchoolSearch-Results-Item-Name,
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item:hover .Synergee-Web-Page-Component-SchoolSearch-Results-Item-CountryCity {
color: inherit;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-result__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0.45rem;
padding: 0.58rem 0.85rem 0.82rem;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-result__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.15rem;
padding: 0.45rem 0.62rem;
border-radius: 8px;
text-decoration: none;
transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-result__link:hover,
.MoveAndStudyCore .mas-school-search .mas-school-search-result__link:focus-visible {
transform: translateY(-1px);
}
.MoveAndStudyCore .mas-school-search .mas-school-search-result__link--primary {
border: 1px solid var(--mas-color-coral);
background: var(--mas-color-coral);
color: #fff;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-result__link--secondary {
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.24);
background: rgba(var(--mas-color-coral-rgb), 0.06);
color: var(--mas-color-coral);
}
.MoveAndStudyCore .mas-school-search #SchoolSearchResultNavBottom {
float: none;
display: flex;
justify-content: center;
margin-top: 0.2rem;
}
@media (max-width: 980px) {
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.MoveAndStudyCore .mas-school-search .mas-school-search-results__header {
display: grid;
}
.MoveAndStudyCore .mas-school-search .mas-school-search-results__close,
.MoveAndStudyCore .mas-school-search .mas-school-search-results__toolbar,
.MoveAndStudyCore .mas-school-search .SchoolSearchResultNav {
justify-self: start;
}
.MoveAndStudyCore .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__body,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer {
padding-inline: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer {
padding-top: 0.8rem;
}
}
.MoveAndStudyCore .mas-school-search .SchoolSearchForm-Button {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-search {
background: var(--mas-color-background);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header {
position: relative;
z-index: 10;
padding-block: clamp(0.55rem, 1.4vw, 0.85rem);
border-bottom: 1px solid rgba(216, 222, 228, 0.82);
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 10px 30px rgba(32, 39, 45, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__brand {
display: flex;
align-items: center;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header .mas-site-logo img {
max-height: clamp(58px, 5vw, 76px);
width: auto;
filter: none;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.35rem;
padding: 0.55rem 0.85rem;
border-radius: 8px;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__home-link {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__home-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__home-link:focus-visible {
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__contact-link {
border: 1px solid var(--mas-color-coral);
color: #fff;
background: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-main {
background: #f5f6f7;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-hero {
padding-block: clamp(0.9rem, 2.2vw, 1.55rem) clamp(0.3rem, 1vw, 0.65rem);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-hero__content {
display: grid;
gap: 0.34rem;
max-width: 860px;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-hero__eyebrow {
margin: 0;
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-hero h1,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-hero p,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-intro h2,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-intro p,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-help h2,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-help p {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-hero p,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-intro p,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-help p {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-section {
padding-block: 0 clamp(1.1rem, 2.6vw, 1.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-layout {
display: grid;
grid-template-columns: minmax(165px, 0.16fr) minmax(0, 1fr);
gap: clamp(0.55rem, 1.1vw, 0.82rem);
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-sidebar,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-main,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-help__inner {
border: 1px solid rgba(216, 222, 228, 0.9);
border-radius: 8px;
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 18px 46px rgba(32, 39, 45, 0.09);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-sidebar {
display: grid;
gap: 0.38rem;
padding: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-sidebar__title {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-segments {
display: grid;
gap: 0.24rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-sidebar__secondary {
display: none;
padding-top: 0.18rem;
border-top: 1px solid rgba(216, 222, 228, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-sidebar__secondary.has-filters {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-segment {
width: 100%;
min-height: 2rem;
padding: 0.36rem 0.48rem;
border: 1px solid rgba(216, 222, 228, 0.95);
border-radius: 8px;
background: var(--mas-color-surface);
color: var(--mas-color-ink);
cursor: pointer;
transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-segment:hover,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-segment:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-segment.is-active {
border-color: rgba(var(--mas-color-coral-rgb), 0.38);
background: rgba(var(--mas-color-coral-rgb), 0.08);
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-main {
padding: clamp(0.7rem, 1.6vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-intro {
display: grid;
gap: 0.18rem;
margin-bottom: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search {
overflow: visible;
padding: 0;
border: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search::before {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .SchoolSearchForm tr {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .SchoolSearchForm-Button {
display: block;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .SchoolSearchForm-Button input {
width: 100%;
min-height: 2.45rem;
margin-top: 1.35rem;
padding: 0.48rem 0.75rem;
border: 1px solid var(--mas-color-coral);
border-radius: 8px;
background: var(--mas-color-coral);
color: #fff;
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .SchoolSearchResults {
padding-top: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Content {
padding: clamp(0.75rem, 1.8vw, 1.08rem);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .mas-school-search-results__toolbar {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-results__body {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-results__body.has-secondary {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-results__body > .mas-school-search-secondary {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary {
position: static;
display: grid;
gap: 0.15rem;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__button,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__subbutton,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__toggle {
border-radius: 8px;
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__button,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__subbutton {
width: 100%;
min-height: 1.68rem;
padding: 0.26rem 0.38rem;
border: 1px solid transparent;
background: transparent;
color: var(--mas-color-ink);
transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__button:hover,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__button:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__subbutton:hover,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__subbutton:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__button.is-active,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__subbutton.is-active {
border-color: rgba(var(--mas-color-coral-rgb), 0.25);
background: rgba(var(--mas-color-coral-rgb), 0.08);
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__group {
display: grid;
gap: 0.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__group-head {
display: grid;
grid-template-columns: minmax(0, 1fr) 1.75rem;
gap: 0.12rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__toggle {
width: 1.62rem;
min-height: 1.62rem;
border: 1px solid rgba(216, 222, 228, 0.9);
background: #fff;
color: var(--mas-color-muted);
transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__toggle:hover,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__toggle:focus-visible {
border-color: rgba(var(--mas-color-coral-rgb), 0.25);
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__subfilters {
display: none;
gap: 0.08rem;
padding-left: 0.34rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__group.is-open .mas-school-search-secondary__subfilters {
display: grid;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary__subbutton {
min-height: 1.58rem;
padding-left: 0.46rem;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-results__body.has-secondary .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(0.78rem, 1.45vw, 1.05rem);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-results__body.has-secondary .Synergee-Web-Page-Component-SchoolSearch-Results-Image {
aspect-ratio: 4 / 3;
margin: 0.38rem 0.38rem 0;
border-radius: 7px;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item-CountryCity {
padding: 0.36rem 0.68rem 0;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item-Name {
min-height: 1.9rem;
padding: 0 0.68rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .mas-school-search-result__actions {
padding: 0.26rem 0.68rem 0.58rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .mas-school-search-result__link {
min-height: 2rem;
padding: 0.4rem 0.62rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .mas-school-search-result__link--primary {
border-color: rgba(var(--mas-color-coral-rgb), 0.62);
background: #fff;
color: var(--mas-color-coral);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .mas-school-search-result__link--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .mas-school-search-result__link--primary:focus-visible {
border-color: var(--mas-color-coral);
background: var(--mas-color-coral);
color: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display:block"],
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display: block"] {
display: flex !important;
flex-direction: column;
overflow: visible;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display:block"] .Synergee-Web-Page-Component-SchoolSearch-Results-Image,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display: block"] .Synergee-Web-Page-Component-SchoolSearch-Results-Image {
border-radius: 7px;
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display:block"] .Synergee-Web-Page-Component-SchoolSearch-Results-Item-CountryCity,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display: block"] .Synergee-Web-Page-Component-SchoolSearch-Results-Item-CountryCity {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display:block"] .Synergee-Web-Page-Component-SchoolSearch-Results-Item-Name,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display: block"] .Synergee-Web-Page-Component-SchoolSearch-Results-Item-Name {
display: -webkit-box;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display:block"] .mas-school-search-result__actions,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .Synergee-Web-Page-Component-SchoolSearch-Results-Item[style*="display: block"] .mas-school-search-result__actions {
margin-top: 0;
padding-top: 0.26rem;
padding-bottom: 0.58rem;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-empty {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.6rem;
padding: 0.75rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.18);
border-radius: 8px;
background: rgba(var(--mas-color-coral-rgb), 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-empty p {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-empty a,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-help__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.35rem;
padding: 0.55rem 0.8rem;
border: 1px solid var(--mas-color-coral);
border-radius: 8px;
background: var(--mas-color-coral);
color: #fff;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-help {
padding-block: clamp(0.2rem, 0.7vw, 0.45rem) clamp(1.1rem, 2.8vw, 1.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-help__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
padding: clamp(0.72rem, 1.7vw, 1.05rem);
}
@media (max-width: 980px) {
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-layout {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-results__body.has-secondary {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-secondary {
position: static;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-results__body.has-secondary .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__inner {
align-items: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-segments {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .SchoolSearchForm tr {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-segments,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .SchoolSearchForm tr {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__inner,
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__actions {
align-items: stretch;
flex-direction: column;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-site-header__actions {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search .SchoolSearchForm-Button input {
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-school-search-results__body.has-secondary .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-search .mas-search-page-help__inner {
display: grid;
}
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-nav .Synergee-Web-Page-Component-Menu-Container > ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
gap: 0.35rem 0.75rem;
margin: 0;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-nav li {
display: block;
width: auto;
height: auto;
min-height: 0;
overflow: visible;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-nav li[class*="Level-All"] {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-nav a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.25rem;
height: auto;
padding: 0.5rem 0.72rem;
border-radius: 8px;
color: var(--mas-color-ink);
text-decoration: none;
transition: color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-nav li[class*="Selected"] > a,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-nav a:hover,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-nav a:focus-visible {
color: var(--mas-color-coral);
background: rgba(var(--mas-color-coral-rgb), 0.09);
}
@media (max-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-nav .Synergee-Web-Page-Component-Menu-Container > ul {
justify-content: flex-start;
}
}
.MoveAndStudyCore .mas-site-nav .mas-mega-menu {
position: relative;
display: flex;
justify-content: flex-end;
width: 100%;
color: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-site-nav .mas-mega-menu span {
display: block;
}
.MoveAndStudyCore .mas-mega-menu__toggle,
.MoveAndStudyCore .mas-mega-menu__trigger {
border: 0;
appearance: none;
cursor: pointer;
}
.MoveAndStudyCore .mas-mega-menu__toggle {
display: none;
min-height: 2.85rem;
padding: 0.72rem 1rem;
border: 1px solid rgba(32, 39, 45, 0.12);
border-radius: 8px;
color: var(--mas-color-ink);
background: linear-gradient(180deg, #fff 0%, #f7f9f9 100%);
box-shadow: 0 10px 22px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore .mas-mega-menu__bar {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 0.18rem;
min-width: 0;
padding: 0.28rem;
border: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 8px;
background: rgba(255, 255, 255, 0.78);
box-shadow: 0 12px 30px rgba(18, 25, 32, 0.055);
}
.MoveAndStudyCore .mas-mega-menu__item {
position: static;
}
.MoveAndStudyCore .mas-mega-menu__link,
.MoveAndStudyCore .mas-mega-menu__trigger {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.38rem;
min-height: 2.5rem;
height: auto;
padding: 0.64rem 0.9rem;
border-radius: 8px;
color: var(--mas-color-ink);
background: transparent;
text-decoration: none;
transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore .mas-mega-menu__trigger::after {
display: inline-block;
width: 0.42rem;
height: 0.42rem;
margin-top: -0.18rem;
border-right: 1.5px solid currentColor;
border-bottom: 1.5px solid currentColor;
content: "";
opacity: 0.62;
transform: rotate(45deg);
transition: opacity 180ms ease, transform 180ms ease;
}
.MoveAndStudyCore .mas-mega-menu__trigger[aria-expanded="true"]::after {
margin-top: 0.18rem;
opacity: 0.95;
transform: rotate(225deg);
}
.MoveAndStudyCore .mas-mega-menu__link:hover,
.MoveAndStudyCore .mas-mega-menu__link:focus-visible,
.MoveAndStudyCore .mas-mega-menu__trigger:hover,
.MoveAndStudyCore .mas-mega-menu__trigger:focus-visible,
.MoveAndStudyCore .mas-mega-menu__item.is-open > .mas-mega-menu__trigger {
color: var(--mas-color-coral);
background: rgba(var(--mas-color-coral-rgb), 0.075);
box-shadow: inset 0 -2px 0 rgba(var(--mas-color-coral-rgb), 0.26);
}
.MoveAndStudyCore .mas-mega-menu__link--cta {
margin-left: 0.34rem;
color: #fff;
background: var(--mas-color-coral);
box-shadow: 0 10px 20px rgba(var(--mas-color-coral-rgb), 0.22);
}
.MoveAndStudyCore .mas-mega-menu__link--cta:hover,
.MoveAndStudyCore .mas-mega-menu__link--cta:focus-visible {
color: #fff;
background: var(--mas-color-coral);
box-shadow: 0 12px 24px rgba(var(--mas-color-coral-rgb), 0.28);
}
.MoveAndStudyCore .mas-site-nav a.mas-mega-menu__link {
min-height: 2.5rem;
padding: 0.64rem 0.9rem;
}
.MoveAndStudyCore .mas-site-nav a.mas-mega-menu__link:hover,
.MoveAndStudyCore .mas-site-nav a.mas-mega-menu__link:focus-visible {
color: var(--mas-color-coral);
background: rgba(var(--mas-color-coral-rgb), 0.075);
box-shadow: inset 0 -2px 0 rgba(var(--mas-color-coral-rgb), 0.26);
}
.MoveAndStudyCore .mas-site-nav a.mas-mega-menu__link--cta {
color: #fff;
background: var(--mas-color-coral);
box-shadow: 0 10px 20px rgba(var(--mas-color-coral-rgb), 0.22);
}
.MoveAndStudyCore .mas-site-nav a.mas-mega-menu__link--cta:hover,
.MoveAndStudyCore .mas-site-nav a.mas-mega-menu__link--cta:focus-visible {
color: #fff;
background: var(--mas-color-coral);
box-shadow: 0 12px 24px rgba(var(--mas-color-coral-rgb), 0.28);
}
.MoveAndStudyCore .mas-mega-menu__panel {
z-index: 40;
width: min(92vw, 1080px);
padding: clamp(1rem, 2.4vw, 1.45rem);
border: 1px solid rgba(32, 39, 45, 0.12);
border-radius: 8px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 28px 70px rgba(18, 25, 32, 0.18);
}
.MoveAndStudyCore .mas-mega-menu__groups {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
gap: 0.85rem;
align-items: start;
}
.MoveAndStudyCore .mas-mega-menu__groups--junior {
grid-template-columns: minmax(210px, 0.9fr) minmax(210px, 1fr) minmax(240px, 1.2fr);
}
.MoveAndStudyCore .mas-mega-menu__group {
position: relative;
display: flex;
flex-direction: column;
gap: 0.58rem;
min-width: 0;
padding: 0.64rem;
border: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 8px;
background: rgba(255, 255, 255, 0.58);
}
.MoveAndStudyCore .mas-mega-menu__group--overview {
align-self: start;
padding: 0;
border-color: rgba(var(--mas-color-coral-rgb), 0.16);
background: linear-gradient(180deg, rgba(var(--mas-color-coral-rgb), 0.08) 0%, rgba(255, 255, 255, 0.64) 100%);
}
.MoveAndStudyCore .mas-mega-menu__group--has-visual {
overflow: hidden;
}
.MoveAndStudyCore .mas-mega-menu__overview-visual {
aspect-ratio: 4 / 3;
min-height: 8.5rem;
background: #e8eef2;
}
.MoveAndStudyCore .mas-mega-menu__overview-visual picture,
.MoveAndStudyCore .mas-mega-menu__overview-visual img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore .mas-mega-menu__overview-visual img {
object-fit: cover;
}
.MoveAndStudyCore .mas-mega-menu__group-title {
position: relative;
display: flex;
align-items: center;
min-width: 0;
margin: -0.64rem -0.64rem 0;
padding: 0.66rem 0.74rem;
border-bottom: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 8px 8px 0 0;
color: var(--mas-color-ink);
background: linear-gradient(180deg, rgba(255, 248, 243, 0.96) 0%, rgba(255, 252, 249, 0.82) 100%);
}
.MoveAndStudyCore .mas-mega-menu__group-title span {
min-width: 0;
overflow-wrap: anywhere;
}
.MoveAndStudyCore .mas-mega-menu__junior-school-panel > .mas-mega-menu__group-title {
margin: 0;
border: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 8px;
}
.MoveAndStudyCore .mas-mega-menu__link-list {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0.22rem;
padding-top: 0.48rem;
border-top: 1px solid rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore .mas-mega-menu__panel-link {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 0.46rem;
min-width: 0;
min-height: 1.8rem;
height: auto;
padding: 0.28rem 0.44rem;
border: 1px solid rgba(32, 39, 45, 0.06);
border-radius: 6px;
color: var(--mas-color-muted);
background: rgba(255, 255, 255, 0.42);
text-decoration: none;
transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore .mas-mega-menu__panel-link span {
min-width: 0;
overflow-wrap: anywhere;
}
.MoveAndStudyCore .mas-mega-menu__panel-link:not(.mas-mega-menu__panel-link--overview)::after {
width: 0.36rem;
height: 0.36rem;
border-top: 1px solid currentColor;
border-right: 1px solid currentColor;
content: "";
opacity: 0.42;
transform: rotate(45deg);
}
.MoveAndStudyCore .mas-mega-menu__panel-link--overview {
align-items: flex-start;
grid-template-columns: minmax(0, 1fr);
padding: 0.74rem 0.82rem;
border-radius: 8px;
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.62);
}
.MoveAndStudyCore .mas-mega-menu__panel-link:hover,
.MoveAndStudyCore .mas-mega-menu__panel-link:focus-visible,
.MoveAndStudyCore .mas-mega-menu__panel-link.is-current {
color: var(--mas-color-coral);
border-color: rgba(var(--mas-color-coral-rgb), 0.2);
background: rgba(var(--mas-color-coral-rgb), 0.08);
box-shadow: 0 8px 18px rgba(18, 25, 32, 0.06);
}
.MoveAndStudyCore .mas-mega-menu__panel-link--parent {
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.72);
}
.MoveAndStudyCore .mas-mega-menu__panel-link--child {
padding-left: 0.58rem;
}
.MoveAndStudyCore .mas-mega-menu__child-item {
position: relative;
min-width: 0;
}
.MoveAndStudyCore .mas-mega-menu__child-item > .mas-mega-menu__panel-link--has-children {
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.66);
}
.MoveAndStudyCore .mas-mega-menu__child-item.is-child-open > .mas-mega-menu__panel-link--has-children {
color: var(--mas-color-coral);
border-color: rgba(var(--mas-color-coral-rgb), 0.2);
background: rgba(var(--mas-color-coral-rgb), 0.08);
box-shadow: 0 8px 18px rgba(18, 25, 32, 0.06);
}
.MoveAndStudyCore .mas-mega-menu__child-panel {
position: absolute;
top: 0;
left: calc(100% + 0.45rem);
z-index: 70;
display: grid;
gap: 0.44rem;
width: min(19rem, 76vw);
max-height: min(26rem, calc(100vh - 8rem));
padding: 0.58rem;
border: 1px solid rgba(32, 39, 45, 0.12);
border-radius: 8px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 18px 42px rgba(18, 25, 32, 0.16);
overflow-y: auto;
}
.MoveAndStudyCore .mas-mega-menu__child-panel.is-reversed {
right: calc(100% + 0.45rem);
left: auto;
}
.MoveAndStudyCore .mas-mega-menu__child-panel[hidden] {
display: none;
}
.MoveAndStudyCore .mas-mega-menu__child-panel-title {
min-width: 0;
padding: 0.52rem 0.6rem;
border-bottom: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 6px 6px 0 0;
color: var(--mas-color-ink);
background: linear-gradient(180deg, rgba(255, 248, 243, 0.96) 0%, rgba(255, 252, 249, 0.82) 100%);
overflow-wrap: anywhere;
}
.MoveAndStudyCore .mas-mega-menu__child-list {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0.22rem;
}
.MoveAndStudyCore .mas-mega-menu__junior-school-panel {
display: grid;
gap: 0.58rem;
}
.MoveAndStudyCore .mas-mega-menu__junior-school-panel[hidden] {
display: none;
}
.MoveAndStudyCore .mas-mega-menu__empty {
margin: 0;
padding: 0.58rem 0.64rem;
border: 1px solid rgba(32, 39, 45, 0.08);
border-radius: 6px;
color: var(--mas-color-muted);
background: rgba(255, 255, 255, 0.42);
}
.MoveAndStudyCore .mas-mega-menu__link.is-current,
.MoveAndStudyCore .mas-mega-menu__item.is-current > .mas-mega-menu__trigger,
.MoveAndStudyCore .mas-mega-menu__group.is-current .mas-mega-menu__group-title {
color: var(--mas-color-coral);
}
@media (min-width: 901px) {
.MoveAndStudyCore .mas-site-header__inner {
position: relative;
}
.MoveAndStudyCore .mas-site-nav .mas-mega-menu {
position: static;
}
.MoveAndStudyCore .mas-mega-menu__panel {
position: absolute;
top: calc(100% + 0.7rem);
right: 0;
left: 0;
width: 100%;
max-width: 100%;
}
}
@media (max-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-header__inner {
align-items: flex-start;
flex-direction: column;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-nav .Synergee-Web-Page-Component-Menu-Container > ul {
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlights__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-programs .mas-container {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-programs__intro {
position: static;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-section-heading-row {
align-items: start;
flex-direction: column;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-card-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 680px) {
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlights {
margin-top: clamp(-1rem, -2vw, -0.45rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlights__grid,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-card-grid {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-programs .mas-card-grid {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight {
border-left: 0;
border-top: 1px solid rgba(217, 209, 200, 0.72);
border-radius: 18px;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-highlight:first-child {
border-top: 0;
}
}
@media (min-width: 901px) and (max-width: 1260px) {
.MoveAndStudyCore.MoveAndStudyCore-home .mas-destinations .mas-card-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.MoveAndStudyCore .mas-site-nav .mas-mega-menu {
display: grid;
justify-content: stretch;
}
.MoveAndStudyCore .mas-mega-menu__toggle {
display: inline-flex;
align-items: center;
justify-content: center;
justify-self: start;
}
.MoveAndStudyCore .mas-mega-menu__bar {
display: none;
width: 100%;
max-height: calc(100vh - 8.5rem);
max-height: calc(100dvh - 8.5rem);
margin-top: 0.7rem;
padding: 0.55rem;
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.MoveAndStudyCore .mas-mega-menu.is-mobile-open .mas-mega-menu__bar {
display: grid;
align-items: stretch;
justify-content: stretch;
gap: 0.35rem;
}
.MoveAndStudyCore .mas-mega-menu__item {
display: grid;
}
.MoveAndStudyCore .mas-mega-menu__link,
.MoveAndStudyCore .mas-mega-menu__trigger {
justify-content: flex-start;
width: 100%;
}
.MoveAndStudyCore .mas-mega-menu__link--cta {
margin-left: 0;
}
.MoveAndStudyCore .mas-mega-menu__panel {
width: 100%;
margin-block: 0.45rem 0.7rem;
padding: 0.9rem;
box-shadow: 0 16px 38px rgba(18, 25, 32, 0.12);
}
.MoveAndStudyCore .mas-mega-menu__groups,
.MoveAndStudyCore .mas-mega-menu__link-list {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore .mas-mega-menu__child-panel {
position: static;
width: 100%;
max-height: 18rem;
margin-top: 0.28rem;
box-shadow: inset 0 1px 0 rgba(32, 39, 45, 0.04);
}
}
.MoveAndStudyCore .mas-header-visuals {
padding-block: clamp(1rem, 2.2vw, 1.5rem);
border-bottom: 1px solid rgba(216, 222, 228, 0.72);
background: linear-gradient(180deg, #f8faf9 0%, #fff 100%);
}
.MoveAndStudyCore .mas-header-visuals:not(:has(img)) {
display: none;
}
.MoveAndStudyCore .mas-header-visuals__title {
max-width: 760px;
margin-bottom: clamp(0.75rem, 1.8vw, 1.15rem);
}
.MoveAndStudyCore .mas-header-visuals__title .Synergee-Web-Page-Component-Text-Container:empty {
display: none;
}
.MoveAndStudyCore .mas-header-visuals__grid {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
gap: clamp(0.8rem, 2vw, 1.25rem);
}
.MoveAndStudyCore .mas-header-visuals__image {
overflow: hidden;
min-height: clamp(180px, 25vw, 310px);
border-radius: 8px;
background: #eef2f4;
box-shadow: 0 16px 36px rgba(18, 25, 32, 0.12);
}
.MoveAndStudyCore .mas-header-visuals__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore .mas-header-visuals__image img {
width: 100%;
height: 100%;
}
.MoveAndStudyCore .mas-header-visuals__image img {
display: block;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-main.mas-adult-destinations-page {
background:
radial-gradient(circle at 0% 0%, rgba(109, 138, 83, 0.12), transparent 28%),
radial-gradient(circle at 100% 12%, rgba(79, 145, 184, 0.08), transparent 24%),
linear-gradient(180deg, #ffffff 0%, var(--mas-color-surface) 52%, var(--mas-color-background) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-wrap {
padding-block: clamp(0.9rem, 2.4vw, 1.3rem);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-shell {
position: relative;
display: grid;
overflow: hidden;
isolation: isolate;
border-radius: 24px;
background: #dfe9ef;
box-shadow: 0 28px 68px rgba(18, 28, 40, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-shell::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.22) 26%, rgba(255, 255, 255, 0) 52%),
linear-gradient(90deg, rgba(249, 252, 254, 0.96) 0%, rgba(249, 252, 254, 0.84) 22%, rgba(245, 249, 252, 0.58) 40%, rgba(245, 249, 252, 0.28) 56%, rgba(245, 249, 252, 0.1) 68%, rgba(245, 249, 252, 0) 82%);
pointer-events: none;
z-index: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-shell::after {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
linear-gradient(180deg, rgba(248, 252, 255, 0.06) 0%, rgba(248, 252, 255, 0) 42%);
pointer-events: none;
z-index: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-media,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-media-primary {
position: relative;
z-index: 0;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image picture,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image {
position: relative;
overflow: hidden;
background: #e8eef2;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image picture,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image img {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-image img {
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-media-primary .mas-adult-destinations-hero-image {
aspect-ratio: 16 / 6.6;
min-height: 0;
max-height: 600px;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-content {
position: absolute;
inset: auto auto clamp(1.25rem, 3vw, 2.4rem) clamp(1.25rem, 3vw, 2.4rem);
z-index: 2;
display: grid;
align-content: start;
gap: 0.8rem;
width: min(40rem, calc(100% - 2.5rem));
isolation: isolate;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-content .mas-adult-destinations-hero {
display: grid;
gap: clamp(1rem, 2vw, 1.4rem);
margin: 0;
padding: clamp(1.15rem, 2.2vw, 1.65rem);
border: 0;
border-radius: 24px;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero__eyebrow {
display: inline-flex;
align-items: center;
width: fit-content;
margin: 0;
padding: 0.38rem 0.72rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.74);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero__copy {
max-width: none;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero__copy p {
max-width: 52ch;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero__cta,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0.8rem 1.15rem;
border-radius: 999px;
border: 1px solid rgba(15, 37, 49, 0.12);
background: #fff;
color: inherit;
text-decoration: none;
box-shadow: 0 14px 28px rgba(18, 25, 32, 0.08);
transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero__cta:hover,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__link:hover {
transform: translateY(-1px);
border-color: rgba(15, 37, 49, 0.22);
box-shadow: 0 18px 32px rgba(18, 25, 32, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero__stats {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-stat {
display: grid;
gap: 0.35rem;
padding: 1rem 1.1rem;
border-radius: 18px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 249, 248, 0.92) 100%);
border: 1px solid rgba(15, 37, 49, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hub__intro,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-featured__intro,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-list__intro {
width: 100%;
max-width: none;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hub-shell {
display: grid;
gap: clamp(2rem, 5vw, 3.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-grid {
display: grid;
gap: clamp(1rem, 2.4vw, 1.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-grid--featured,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-grid--all {
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card {
display: grid;
overflow: hidden;
border-radius: 22px;
background: #fff;
border: 1px solid rgba(15, 37, 49, 0.08);
box-shadow: 0 18px 42px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__media {
position: relative;
display: block;
min-height: 0;
aspect-ratio: 4 / 3;
overflow: hidden;
background:
linear-gradient(140deg, rgba(79, 145, 184, 0.18) 0%, rgba(109, 138, 83, 0.2) 100%),
#eef3f4;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__media img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__media picture {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__overlay {
position: absolute;
inset: auto 0 0;
padding: 0.65rem 1.15rem;
background: linear-gradient(180deg, rgba(15, 37, 49, 0) 35%, rgba(15, 37, 49, 0.55) 100%);
color: #fff;
display: flex;
align-items: flex-end;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__body,
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__footer {
padding-inline: 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__body {
padding-top: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__meta {
margin: 0;
padding-left: 1.1rem;
display: grid;
gap: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-country-card__footer {
padding-top: 1rem;
padding-bottom: 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-seo__card {
padding: clamp(1.35rem, 3vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-empty {
padding: 1.4rem;
}
@media (min-width: 800px) {
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-grid--featured {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-wrap {
padding-block: 0.7rem 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-shell {
border-radius: 20px;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-shell::before {
background:
linear-gradient(180deg, rgba(248, 252, 255, 0.08) 0%, rgba(248, 252, 255, 0.18) 22%, rgba(244, 248, 251, 0.72) 68%, rgba(244, 248, 251, 0.9) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-media-primary .mas-adult-destinations-hero-image {
aspect-ratio: auto;
min-height: clamp(360px, 92vw, 500px);
max-height: none;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-content {
top: 1rem;
right: 1rem;
bottom: 1rem;
left: 1rem;
width: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero-content .mas-adult-destinations-hero {
display: flex;
flex-direction: column;
min-height: 100%;
padding: 1rem;
border-radius: 18px;
}
.MoveAndStudyCore.MoveAndStudyCore-adult-destinations .mas-adult-destinations-hero__stats {
margin-top: auto;
}
}
.MoveAndStudyCore .mas-favourite-schools {
padding-block: clamp(2.2rem, 5vw, 4rem);
background: #121920;
}
.MoveAndStudyCore .mas-favourite-schools__inner {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
gap: clamp(1rem, 3vw, 2rem);
align-items: stretch;
}
.MoveAndStudyCore .mas-favourite-schools__media,
.MoveAndStudyCore .mas-favourite-schools__content {
overflow: hidden;
border-radius: 8px;
}
.MoveAndStudyCore .mas-favourite-schools__media {
position: relative;
min-height: clamp(300px, 36vw, 460px);
background: #263039;
}
.MoveAndStudyCore .mas-favourite-schools__image {
position: absolute;
inset: 0;
display: block;
visibility: hidden;
opacity: 0;
pointer-events: none;
transform: scale(1.025) translate3d(14px, 0, 0);
transition:
opacity 520ms ease,
transform 760ms cubic-bezier(0.2, 0.76, 0.22, 1),
visibility 0s linear 560ms;
will-change: opacity, transform;
}
.MoveAndStudyCore .mas-favourite-schools__image.is-active {
visibility: visible;
opacity: 1;
pointer-events: auto;
transform: scale(1) translate3d(0, 0, 0);
z-index: 1;
transition-delay: 0s;
}
.MoveAndStudyCore .mas-favourite-schools__image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore .mas-favourite-schools__badge {
position: absolute;
top: 0.85rem;
right: 0.85rem;
z-index: 2;
}
.MoveAndStudyCore .mas-favourite-schools__heart {
display: inline-grid;
place-items: center;
width: 2.15rem;
height: 2.15rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.32);
border-radius: 8px;
color: #fff;
background:
radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 35%),
var(--mas-color-coral);
box-shadow: 0 10px 22px rgba(var(--mas-color-coral-rgb), 0.24);
transform-origin: center;
animation: masFavouriteHeartbeat 2.8s ease-in-out infinite;
}
@keyframes masFavouriteHeartbeat {
0%,
42%,
100% {
transform: scale(1);
}
12% {
transform: scale(1.08);
}
22% {
transform: scale(0.98);
}
32% {
transform: scale(1.04);
}
}
.MoveAndStudyCore .mas-favourite-schools__content {
display: grid;
align-content: center;
gap: clamp(1rem, 2.4vw, 1.5rem);
padding: clamp(1.25rem, 3vw, 2rem);
color: #fff;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
}
.MoveAndStudyCore .mas-favourite-schools__eyebrow {
margin: 0;
color: rgba(255, 255, 255, 0.72);
}
.MoveAndStudyCore .mas-favourite-schools__slides {
display: grid;
}
.MoveAndStudyCore .mas-favourite-schools__slide {
grid-area: 1 / 1;
visibility: hidden;
opacity: 0;
pointer-events: none;
transform: translate3d(0, 12px, 0) scale(0.985);
transition:
opacity 360ms ease,
transform 520ms cubic-bezier(0.2, 0.76, 0.22, 1),
visibility 0s linear 420ms;
will-change: opacity, transform;
}
.MoveAndStudyCore .mas-favourite-schools__slide a {
display: grid;
gap: 0.55rem;
color: inherit;
text-decoration: none;
}
.MoveAndStudyCore .mas-favourite-schools__slide a > * {
opacity: 0;
transform: translate3d(0, 8px, 0);
transition:
opacity 320ms ease,
transform 480ms cubic-bezier(0.2, 0.76, 0.22, 1);
}
.MoveAndStudyCore .mas-favourite-schools__slide.is-active {
visibility: visible;
opacity: 1;
pointer-events: auto;
transform: translate3d(0, 0, 0) scale(1);
z-index: 1;
transition-delay: 0s;
}
.MoveAndStudyCore .mas-favourite-schools__slide.is-active a > * {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.MoveAndStudyCore .mas-favourite-schools__slide.is-active a > *:nth-child(1) {
transition-delay: 60ms;
}
.MoveAndStudyCore .mas-favourite-schools__slide.is-active a > *:nth-child(2) {
transition-delay: 110ms;
}
.MoveAndStudyCore .mas-favourite-schools__slide.is-active a > *:nth-child(3) {
transition-delay: 160ms;
}
.MoveAndStudyCore .mas-favourite-schools__slide.is-active a > *:nth-child(4) {
transition-delay: 210ms;
}
.MoveAndStudyCore .mas-favourite-schools__slide.is-active a > *:nth-child(5) {
transition-delay: 260ms;
}
.MoveAndStudyCore .mas-favourite-schools__slide strong {
}
.MoveAndStudyCore .mas-favourite-schools__slide span,
.MoveAndStudyCore .mas-favourite-schools__slide small {
color: rgba(255, 255, 255, 0.82);
}
.MoveAndStudyCore .mas-favourite-schools__slide .mas-school-card-meta--favourite {
margin-top: 0.1rem;
}
.MoveAndStudyCore .mas-favourite-schools__slide .mas-school-card-meta--favourite li {
border: 1px solid rgba(255, 255, 255, 0.16);
background: rgba(255, 255, 255, 0.08);
color: rgba(255, 255, 255, 0.86);
}
.MoveAndStudyCore .mas-favourite-schools__controls {
display: flex;
align-items: center;
gap: 0.65rem;
flex-wrap: wrap;
}
.MoveAndStudyCore .mas-favourite-schools__button,
.MoveAndStudyCore .mas-favourite-schools__dot {
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 8px;
color: #fff;
background: rgba(255, 255, 255, 0.08);
cursor: pointer;
}
.MoveAndStudyCore .mas-favourite-schools__button {
min-height: 2.35rem;
padding: 0.52rem 0.7rem;
}
.MoveAndStudyCore .mas-favourite-schools__dots {
display: flex;
gap: 0.32rem;
}
.MoveAndStudyCore .mas-favourite-schools__dot {
display: grid;
place-items: center;
width: 2rem;
height: 2rem;
padding: 0;
}
.MoveAndStudyCore .mas-favourite-schools__dot span {
}
.MoveAndStudyCore .mas-favourite-schools__button:hover,
.MoveAndStudyCore .mas-favourite-schools__button:focus-visible,
.MoveAndStudyCore .mas-favourite-schools__dot:hover,
.MoveAndStudyCore .mas-favourite-schools__dot:focus-visible,
.MoveAndStudyCore .mas-favourite-schools__dot.is-active {
color: #fff;
background: var(--mas-color-coral);
border-color: var(--mas-color-coral);
}
@media (prefers-reduced-motion: reduce) {
.MoveAndStudyCore .mas-favourite-schools__image,
.MoveAndStudyCore .mas-favourite-schools__slide,
.MoveAndStudyCore .mas-favourite-schools__slide a > *,
.MoveAndStudyCore .mas-favourite-schools__heart {
animation: none;
transition: none;
transform: none;
}
}
@media (max-width: 900px) {
.MoveAndStudyCore .mas-header-visuals__grid,
.MoveAndStudyCore .mas-favourite-schools__inner {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore .mas-header-visuals__image {
min-height: clamp(170px, 52vw, 260px);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__inner {
gap: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__media {
min-height: clamp(220px, 54vw, 300px);
}
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .Synergee-Web-Page-Component-Text,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .Synergee-Web-Page-Component-Text table,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .Synergee-Web-Page-Component-Text-Container {
text-justify: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-country #program-favourites {
margin-top: clamp(0.4rem, 1.4vw, 0.85rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools {
padding-block: clamp(1.25rem, 3vw, 2rem);
background:
linear-gradient(180deg, rgba(247, 250, 249, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__inner {
grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
gap: 0;
align-items: stretch;
overflow: hidden;
border: 1px solid rgba(216, 222, 228, 0.84);
border-radius: 24px;
background: #fff;
box-shadow: 0 26px 70px rgba(18, 25, 32, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__media {
min-height: clamp(240px, 29vw, 340px);
background: rgba(239, 244, 246, 0.94);
border-radius: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__image {
transform: scale(1.015) translate3d(8px, 0, 0);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__badge {
top: 0.95rem;
right: 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__heart {
border-color: rgba(var(--mas-color-coral-rgb), 0.18);
color: rgba(187, 97, 73, 0.96);
background:
radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 35%),
rgba(255, 249, 246, 0.96);
box-shadow: 0 10px 22px rgba(18, 25, 32, 0.08);
animation: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__content {
position: relative;
align-content: center;
gap: clamp(0.85rem, 2vw, 1.2rem);
padding: clamp(1.15rem, 2.5vw, 1.75rem);
color: var(--mas-color-text);
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 250, 249, 0.97) 100%);
border-left: 1px solid rgba(216, 222, 228, 0.68);
border-radius: 0;
overflow: visible;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__content::before {
content: "";
position: absolute;
inset-block: clamp(1.15rem, 3vw, 1.75rem);
left: 0;
width: 3px;
border-radius: 999px;
background: var(--mas-color-coral);
opacity: 0.78;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__eyebrow {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__slide span,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__slide small {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__slide .mas-school-card-meta--favourite li {
border-color: rgba(216, 222, 228, 0.86);
background: rgba(255, 255, 255, 0.84);
color: var(--mas-color-dark-action);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__controls {
gap: 0.5rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__button,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot {
border-color: rgba(216, 222, 228, 0.72);
color: rgba(23, 61, 66, 0.88);
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 8px 18px rgba(18, 25, 32, 0.05);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__button {
display: grid;
place-items: center;
width: 2.15rem;
min-height: 2.15rem;
padding: 0;
border-radius: 999px;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot {
width: 0.58rem;
height: 0.58rem;
min-height: 0;
border-radius: 999px;
background: rgba(23, 61, 66, 0.22);
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot span {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__button:hover,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__button:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot:hover,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot.is-active {
color: #fff;
background: var(--mas-color-coral);
border-color: var(--mas-color-coral);
box-shadow: 0 12px 26px rgba(var(--mas-color-coral-rgb), 0.2);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot:hover,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__dot.is-active {
transform: scale(1.16);
}
@media (max-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__content {
border-top: 1px solid rgba(216, 222, 228, 0.68);
border-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-favourite-schools__content::before {
inset-block: 0 auto;
inset-inline: clamp(1.15rem, 4vw, 1.75rem);
width: auto;
height: 3px;
}
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .Synergee-Web-Page-Component-Text-Container {
padding: 0;
}
.MoveAndStudyCore .mas-template-hero {
position: relative;
min-height: clamp(520px, 58vw, 660px);
overflow: hidden;
background: #fbfaf7;
}
.MoveAndStudyCore .mas-template-hero::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.92) 24%, rgba(251, 250, 247, 0.72) 39%, rgba(251, 250, 247, 0.26) 56%, rgba(251, 250, 247, 0.06) 69%, rgba(251, 250, 247, 0) 79%);
pointer-events: none;
z-index: 1;
}
.MoveAndStudyCore .mas-template-hero::after {
content: "";
position: absolute;
inset: auto 0 0;
height: clamp(3rem, 7vw, 5rem);
background: linear-gradient(180deg, rgba(251, 250, 247, 0) 0%, rgba(251, 250, 247, 0.92) 100%);
pointer-events: none;
z-index: 1;
}
.MoveAndStudyCore .mas-template-hero__media {
position: absolute;
inset: 0;
z-index: 0;
display: grid;
gap: 0;
}
.MoveAndStudyCore .mas-template-hero__media-primary {
min-width: 0;
}
.MoveAndStudyCore .mas-template-hero__image,
.MoveAndStudyCore .mas-template-hero__image picture,
.MoveAndStudyCore .mas-template-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore .mas-template-hero__image .Synergee-Web-Page-Component-Image-Link,
.MoveAndStudyCore .mas-template-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore .mas-template-hero__image {
overflow: hidden;
border-radius: 0;
background: #e8eef2;
}
.MoveAndStudyCore .mas-template-hero__image img {
object-fit: cover;
}
.MoveAndStudyCore .mas-template-hero__media-primary .mas-template-hero__image {
min-height: 100%;
}
.MoveAndStudyCore .mas-template-hero__inner {
position: relative;
z-index: 2;
display: grid;
align-items: center;
min-height: clamp(520px, 58vw, 660px);
padding-block: clamp(3rem, 5vw, 5rem) clamp(4rem, 7vw, 6rem);
}
.MoveAndStudyCore .mas-template-hero__content {
display: grid;
gap: clamp(1rem, 2vw, 1.45rem);
width: min(100%, 560px);
min-width: 0;
}
.MoveAndStudyCore .mas-template-hero__lead,
.MoveAndStudyCore .mas-template-hero__lead .Synergee-Web-Page-Component-Text-Container {
min-width: 0;
}
.MoveAndStudyCore .mas-template-hero__lead {
margin: 0;
margin-bottom: 0;
}
.MoveAndStudyCore .mas-template-hero__lead .Synergee-Web-Page-Component-Text-Container {
display: grid;
gap: clamp(0.7rem, 1.5vw, 1rem);
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
backdrop-filter: none;
}
.MoveAndStudyCore .mas-template-hero__lead h1,
.MoveAndStudyCore .mas-template-hero__lead p {
margin: 0;
}
.MoveAndStudyCore .mas-template-hero__lead p {
max-width: 430px;
margin-bottom: 0;
color: #455363;
}
.MoveAndStudyCore .mas-template-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem 1.8rem;
margin-top: 0.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-hero__actions,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__actions {
flex-direction: column;
align-items: flex-start;
gap: 0.65rem;
}
.MoveAndStudyCore .mas-template-hero__contact {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: #1d2937;
text-decoration: none;
}
.MoveAndStudyCore .mas-template-hero__contact svg {
flex: 0 0 auto;
width: 1.1rem;
height: 1.1rem;
color: #ff4f45;
fill: none;
stroke: currentColor;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}
.MoveAndStudyCore .mas-template-hero__contact--whatsapp svg {
color: #18b985;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-hero {
padding-block: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-hero__image img {
object-position: 54% 50%;
}
.MoveAndStudyCore .mas-template-hero + .mas-template-lifted-intro {
position: relative;
z-index: 3;
margin-top: clamp(-3.4rem, -5vw, -2rem);
padding-top: 0;
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.2rem;
margin-bottom: 0.2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-school-search--country::before,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list::before {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-school-search--country .Synergee-Web-Page-Component-SchoolSearch-Results-Content {
margin-top: 0;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main > .mas-section[aria-labelledby="Country-SchoolsTitle"] {
padding-block: clamp(1.65rem, 3.3vw, 2.3rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country #Home-Txt5.mas-section-intro {
margin-bottom: clamp(0.65rem, 1.7vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-school-search--country {
padding: clamp(0.65rem, 1.5vw, 0.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list {
margin-inline: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .Synergee-Web-Page-Component-SchoolSearch-Results-Content,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .mas-school-search-results__header,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .mas-school-search-results__heading {
justify-content: center;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .mas-school-search-results__heading {
justify-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .mas-school-search-results__header {
margin-bottom: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card {
display: grid;
grid-template-rows: auto 1fr auto;
overflow: hidden;
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 24px;
background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
box-shadow: 0 18px 36px rgba(18, 28, 40, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__media {
position: relative;
display: block;
isolation: isolate;
aspect-ratio: 16 / 10;
overflow: hidden;
border-radius: 0;
background: #e7edf2;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__media::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(12, 20, 28, 0) 34%, rgba(12, 20, 28, 0.18) 56%, rgba(12, 20, 28, 0.78) 100%);
pointer-events: none;
z-index: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__overlay {
position: absolute;
inset: auto 0 0 0;
z-index: 1;
display: grid;
justify-items: center;
gap: 0.38rem;
padding: 1.15rem 1rem 0.95rem;
color: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__country,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__name {
margin: 0;
padding: 0;
color: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__country {
display: inline-flex;
align-items: center;
justify-self: start;
min-height: 1.6rem;
padding: 0.18rem 0.56rem;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
backdrop-filter: blur(10px);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__name {
display: block;
max-width: 20ch;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
backdrop-filter: none;
text-shadow: 0 1px 10px rgba(14, 22, 32, 0.28);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__body {
padding: 0.95rem 1rem 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__body .mas-school-card-meta--results {
justify-content: center;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer {
padding: 0.75rem 1rem 1rem;
border-top: 1px solid rgba(24, 40, 56, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer .mas-school-search-result__actions {
justify-content: center;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer .mas-school-search-result__link {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer .mas-school-search-result__link {
width: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer .mas-school-search-result__link--primary {
min-height: 2rem;
padding: 0.38rem 0.82rem;
border-color: rgba(86, 97, 107, 0.72);
background: var(--mas-color-muted);
color: var(--mas-color-surface);
box-shadow: 0 10px 20px rgba(18, 28, 40, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer .mas-school-search-result__link--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card__footer .mas-school-search-result__link--primary:focus-visible {
border-color: rgba(73, 83, 91, 0.78);
background: rgba(73, 83, 91, 0.96);
box-shadow: 0 12px 24px rgba(18, 28, 40, 0.14);
}
@media (max-width: 1180px) {
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
}
@media (max-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .Synergee-Web-Page-Component-SchoolSearch-Results-List {
grid-template-columns: 1fr;
gap: 1rem;
}
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro {
padding-block: clamp(1.1rem, 2.8vw, 1.8rem) clamp(2rem, 4.8vw, 3.4rem);
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__inner {
display: grid;
gap: clamp(0.9rem, 2vw, 1.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__lead {
max-width: 1020px;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__lead h2:empty,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__lead h3,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__lead h3 ~ p {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__lead h1 {
max-width: 980px;
margin-bottom: clamp(0.75rem, 1.8vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__lead p {
max-width: 900px;
margin-bottom: 0;
color: rgba(39, 50, 61, 0.86);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card {
position: relative;
width: 100%;
margin-inline: auto;
overflow: hidden;
border: 1px solid rgba(216, 222, 228, 0.92);
border-radius: 28px;
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(14px);
box-shadow:
0 34px 86px rgba(18, 25, 32, 0.08),
0 10px 28px rgba(18, 25, 32, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.88);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card:not(:has(#Home-Txt2 .Synergee-Web-Page-Component-Text-Container > *)) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__viewport {
position: relative;
padding: clamp(1.35rem, 2.8vw, 1.95rem) clamp(1.35rem, 2.9vw, 2.2rem) clamp(1.2rem, 2.4vw, 1.7rem);
background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(248, 250, 251, 0.4));
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__seo-heading {
margin: 0 0 clamp(0.95rem, 2vw, 1.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__seo-heading-copy {
padding: 0.9rem 1rem;
border: 1px solid rgba(216, 222, 228, 0.72);
border-radius: 18px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 252, 0.94) 100%);
box-shadow: 0 12px 26px rgba(18, 25, 32, 0.05);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__seo-heading-copy h2 {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__viewport::after {
content: "";
position: absolute;
inset: auto clamp(1.15rem, 2.6vw, 1.7rem) 0 clamp(1.15rem, 2.6vw, 1.7rem);
height: 1px;
background: linear-gradient(90deg, rgba(216, 222, 228, 0.76), rgba(216, 222, 228, 0.18));
opacity: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card.is-collapsible:not(.is-expanded) .mas-country-intro__viewport::after {
opacity: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 {
width: 100%;
max-width: none;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: clamp(0.95rem, 2vw, 1.35rem);
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 h3:first-child {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > h3 {
grid-column: 1 / -1;
margin: clamp(0.25rem, 0.8vw, 0.45rem) 0 0;
padding: 0.9rem 1rem 0.78rem;
border: 1px solid rgba(216, 222, 228, 0.72);
border-radius: 18px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 252, 0.96) 100%);
box-shadow: 0 10px 24px rgba(18, 25, 32, 0.05);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > ul,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > ol {
grid-column: span 1;
margin: 0;
padding: 1rem 1rem 1.05rem;
border: 1px solid rgba(216, 222, 228, 0.78);
border-radius: 18px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 251, 0.92) 100%);
box-shadow: 0 12px 26px rgba(18, 25, 32, 0.04);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > h3 + p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:has(+ h3),
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:last-child,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > ul:last-child,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > ol:last-child {
grid-column: 1 / -1;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(-n + 6) {
position: relative;
padding-left: 4.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(-n + 6)::before {
content: "";
position: absolute;
top: 1rem;
left: 1rem;
width: 2.25rem;
height: 2.25rem;
border-radius: 999px;
background-color: rgba(35, 107, 115, 0.08);
background-position: center;
background-repeat: no-repeat;
background-size: 1rem 1rem;
box-shadow: inset 0 0 0 1px rgba(35, 107, 115, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(1)::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23236b73' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7.2'/%3E%3Cpath d='M12 4.8v14.4M4.8 12h14.4M7.3 7.3l9.4 9.4M16.7 7.3l-9.4 9.4'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(2)::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23236b73' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 15.6c1.8-3.7 4.6-5.6 8.3-5.6 3.5 0 6.3 1.9 8.7 5.6'/%3E%3Cpath d='M3.5 18.5h17'/%3E%3Cpath d='M7.2 10.8c.9-1.8 2.5-3.1 4.8-3.8'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(3)::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23236b73' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20c4.2-2.8 6.3-6.1 6.3-10 0-1.9-1.4-3.3-3.3-3.3-1.4 0-2.4.6-3 1.7-.6-1.1-1.6-1.7-3-1.7-1.9 0-3.3 1.4-3.3 3.3 0 3.9 2.1 7.2 6.3 10Z'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(4)::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23236b73' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.2 6.7h8.8l2.8 2.8v7.8H6.2Z'/%3E%3Cpath d='M15 6.7v2.8h2.8'/%3E%3Cpath d='m9.2 14 1.7 1.7 3.9-4'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(5)::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23236b73' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18V9.8'/%3E%3Cpath d='M11.2 18V6.7'/%3E%3Cpath d='M16.4 18v-4.5'/%3E%3Cpath d='M6 9.8 11.2 6.7l5.2 6.8 3.6-4'/%3E%3Cpath d='M18.6 9.5H20v-1.4'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(6)::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23236b73' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.2 7.3h13.6a1.5 1.5 0 0 1 1.5 1.5v7.2a1.5 1.5 0 0 1-1.5 1.5H9.6l-4.4 3V8.8a1.5 1.5 0 0 1 1.5-1.5Z'/%3E%3Cpath d='M8.8 11.2h7.6M8.8 14h4.8'/%3E%3C/svg%3E");
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > ul,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > ol {
padding-left: 2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__fade {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card.is-collapsible:not(.is-expanded) .mas-country-intro__item.is-hidden-by-default {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card.is-collapsible .mas-country-intro__fade {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__actions {
display: none;
justify-content: flex-start;
padding: 0 clamp(1.15rem, 2.6vw, 1.7rem) clamp(1rem, 2.2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card.is-collapsible .mas-country-intro__actions {
display: flex;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__toggle {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.65rem;
padding: 0.52rem 0.95rem;
border: 1px solid rgba(23, 61, 66, 0.14);
border-radius: 999px;
background: rgba(255, 255, 255, 0.9);
color: rgba(23, 61, 66, 0.92);
box-shadow: 0 12px 28px rgba(18, 25, 32, 0.06);
cursor: pointer;
transition:
transform 180ms ease,
box-shadow 180ms ease,
border-color 180ms ease,
background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__toggle:hover,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__toggle:focus-visible {
border-color: rgba(var(--mas-color-coral-rgb), 0.22);
background: #fff8f5;
box-shadow: 0 16px 32px rgba(18, 25, 32, 0.08);
transform: translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__toggle:focus-visible {
outline: 2px solid rgba(var(--mas-color-coral-rgb), 0.2);
outline-offset: 2px;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-section-intro {
max-width: 840px;
margin-bottom: clamp(1.35rem, 3vw, 2.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content:not(.mas-content-card) {
max-width: 820px;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-section-intro :is(h1, h2, h3),
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content :is(h1, h2, h3),
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card :is(h1, h2, h3) {
margin: 0 0 0.75rem;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-section-intro h1 {
max-width: 920px;
margin-bottom: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-section-intro h2 {
margin-top: 1.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-section-intro h2:first-child {
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content h3,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card h3 {
margin-top: 1.4rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content h3:first-child,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card h3:first-child {
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-section-intro p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content li,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card li {
margin: 0 0 1rem;
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-section-intro p {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content p:last-child,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card p:last-child {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content ul,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-rich-content ol,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card ul,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card ol {
margin: 0 0 1rem 1.2rem;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card.Synergee-Web-Page-Component-Text {
padding: clamp(1rem, 2vw, 1.35rem);
border: 1px solid var(--mas-color-border);
border-radius: 8px;
background: var(--mas-color-surface);
box-shadow: 0 12px 28px rgba(18, 25, 32, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-main .mas-content-card.Synergee-Web-Page-Component-Text p:first-child:last-child {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info {
padding-block-start: clamp(1.5rem, 3vw, 2.1rem);
background:
linear-gradient(180deg, rgba(248, 250, 249, 0.82), #fff 26%, #fff 100%),
var(--mas-color-surface);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info .mas-section-intro {
margin-bottom: clamp(0.7rem, 1.7vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__row {
display: grid;
gap: clamp(0.85rem, 1.8vw, 1.15rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts {
grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: stretch;
margin-bottom: clamp(0.9rem, 2vw, 1.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts--currency {
grid-template-columns: 0.88fr 0.94fr 1.18fr;
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-card,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__local-times,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency {
display: grid;
align-content: start;
min-height: 0;
height: 100%;
gap: 0.8rem;
padding: clamp(0.9rem, 1.6vw, 1.08rem);
border-color: rgba(216, 222, 228, 0.78);
border-radius: 20px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 249, 0.76)),
var(--mas-color-card);
box-shadow: 0 18px 38px rgba(18, 25, 32, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-card--population {
position: relative;
align-content: start;
gap: 0.75rem;
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-card--population::after {
content: "";
position: absolute;
right: -1.1rem;
bottom: -1.25rem;
width: 8.4rem;
aspect-ratio: 1;
border-radius: 50%;
pointer-events: none;
background:
radial-gradient(circle at 34% 34%, rgba(37, 117, 108, 0.16), rgba(37, 117, 108, 0) 60%),
radial-gradient(circle at 68% 66%, rgba(37, 117, 108, 0.09), rgba(37, 117, 108, 0) 72%);
opacity: 0.9;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__local-times,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency {
align-content: start;
position: relative;
grid-template-columns: auto minmax(0, 1fr);
column-gap: 0.9rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-card,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency-main,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__time-heading {
grid-template-columns: auto minmax(0, 1fr);
gap: 0.85rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__icon {
display: grid;
flex: 0 0 auto;
place-items: center;
width: 2.85rem;
height: 2.85rem;
border-radius: 14px;
color: var(--mas-color-link);
background:
linear-gradient(145deg, rgba(37, 117, 108, 0.11), rgba(255, 255, 255, 0.86)),
rgba(37, 117, 108, 0.08);
box-shadow:
inset 0 0 0 1px rgba(37, 117, 108, 0.16),
0 10px 22px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-card--population .mas-country-info__icon {
width: 3.05rem;
height: 3.05rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-card--population .mas-country-info__icon svg {
width: 1.62rem;
height: 1.62rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__icon svg {
display: block;
width: 1.48rem;
height: 1.48rem;
fill: none;
stroke: currentColor;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__icon--currency {
color: var(--mas-color-link);
background:
linear-gradient(145deg, rgba(37, 117, 108, 0.11), rgba(255, 255, 255, 0.88)),
rgba(37, 117, 108, 0.08);
box-shadow: inset 0 0 0 1px rgba(37, 117, 108, 0.18);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__local-times::before,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency::before {
content: "";
display: block;
width: 2.85rem;
height: 2.85rem;
border-radius: 14px;
background-repeat: no-repeat;
background-position: center;
background-size: 1.45rem 1.45rem;
box-shadow: 0 10px 22px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__local-times::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2325756c' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.8v4.7l3 1.7'/%3E%3C/svg%3E");
background-color: rgba(37, 117, 108, 0.08);
box-shadow:
inset 0 0 0 1px rgba(37, 117, 108, 0.16),
0 10px 22px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2325756c' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.2 8.1c0-1.7 1.2-3 3.1-3 1.8 0 3.1 1.1 3.1 2.8 0 1.6-1 2.4-2.4 3'/%3E%3Cpath d='M8.1 15.9c0 1.8 1.4 3 3.4 3 2 0 3.3-1.2 3.3-3 0-1.6-.9-2.4-2.8-3'/%3E%3Cpath d='M11.5 4.8v14.4'/%3E%3C/svg%3E");
background-color: rgba(37, 117, 108, 0.08);
box-shadow:
inset 0 0 0 1px rgba(37, 117, 108, 0.16),
0 10px 22px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency[data-mas-exchange-direction="reverse"]::before {
transform: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts em {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts br {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-copy .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency-copy .Synergee-Web-Page-Component-Text-Container {
display: grid;
gap: 0.38rem;
align-content: start;
min-height: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-copy .Synergee-Web-Page-Component-Text-Container > span,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency-copy .Synergee-Web-Page-Component-Text-Container > span {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-copy .Synergee-Web-Page-Component-Text-Container > p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency-copy .Synergee-Web-Page-Component-Text-Container > p {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-copy--population .Synergee-Web-Page-Component-Text-Container > p {
max-width: none;
display: grid;
align-items: center;
padding: 0.84rem 0.92rem;
border: 1px solid rgba(37, 117, 108, 0.14);
border-radius: 16px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(37, 117, 108, 0.07)),
rgba(255, 255, 255, 0.96);
box-shadow:
inset 0 0 0 1px rgba(255, 255, 255, 0.42),
0 10px 24px rgba(37, 117, 108, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-copy--population .Synergee-Web-Page-Component-Text-Container > span {
display: inline-flex;
align-items: center;
width: fit-content;
padding: 0.24rem 0.62rem;
border-radius: 999px;
background:
linear-gradient(180deg, rgba(37, 117, 108, 0.12), rgba(255, 255, 255, 0.88)),
rgba(37, 117, 108, 0.06);
box-shadow: inset 0 0 0 1px rgba(37, 117, 108, 0.16);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__eyebrow {
display: block;
margin-bottom: 0.3rem;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__time-heading p {
margin: 0;
color: rgba(39, 50, 61, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clocks {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0;
margin-top: 0;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
min-width: 0;
gap: 0.12rem 0.78rem;
padding: 0.72rem 0;
border: 0;
border-top: 1px solid rgba(216, 222, 228, 0.74);
border-radius: 0;
background: none;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock:first-child {
padding-top: 0.05rem;
border-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock:last-child {
padding-bottom: 0.05rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__dial {
grid-column: 2;
grid-row: 1 / span 2;
position: static;
display: flex;
align-items: center;
justify-content: flex-end;
width: auto;
aspect-ratio: auto;
border: 0;
border-radius: 0;
background: none;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__dial::before {
display: none;
content: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__hand {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__hand--hour {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__hand--minute {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__pin {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__time {
position: static;
display: inline-flex;
align-items: center;
padding: 0.24rem 0.55rem;
border-radius: 999px;
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.92);
box-shadow: inset 0 0 0 1px rgba(216, 222, 228, 0.7);
transform: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__label {
grid-column: 1;
grid-row: 1;
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clock__zone {
grid-column: 1;
grid-row: 2;
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange {
position: relative;
display: grid;
align-content: start;
gap: 0.45rem;
min-height: 100%;
margin-top: 0;
padding-top: 0;
border-top: 0;
overflow: hidden;
background: transparent;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-head {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
align-items: center;
justify-content: space-between;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange > * {
position: relative;
z-index: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-label,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-updated {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-label {
display: inline-flex;
align-items: center;
width: fit-content;
max-width: 100%;
padding: 0.24rem 0.62rem;
border-radius: 999px;
background:
linear-gradient(180deg, rgba(37, 117, 108, 0.12), rgba(255, 255, 255, 0.88)),
rgba(37, 117, 108, 0.06);
box-shadow: inset 0 0 0 1px rgba(37, 117, 108, 0.16);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-toggle {
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.24rem 0.68rem;
border: 1px solid rgba(37, 117, 108, 0.18);
border-radius: 999px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(37, 117, 108, 0.08)),
rgba(255, 255, 255, 0.94);
color: var(--mas-color-ink);
cursor: pointer;
user-select: none;
box-shadow: 0 10px 20px rgba(18, 25, 32, 0.06);
transition:
background 160ms ease,
border-color 160ms ease,
box-shadow 160ms ease,
transform 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-toggle::before {
content: "";
display: block;
width: 1rem;
height: 1rem;
border-radius: 999px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2325756c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 8.5h11'/%3E%3Cpath d='M12.5 5l3.5 3.5-3.5 3.5'/%3E%3Cpath d='M19.5 15.5h-11'/%3E%3Cpath d='M11.5 12l-3.5 3.5 3.5 3.5'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: transform 160ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-toggle[aria-pressed="true"]::before {
transform: rotate(180deg);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-toggle:hover,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-toggle:focus-visible {
border-color: rgba(37, 117, 108, 0.28);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(37, 117, 108, 0.14)),
rgba(255, 255, 255, 0.96);
box-shadow:
0 12px 24px rgba(18, 25, 32, 0.09),
0 0 0 3px rgba(37, 117, 108, 0.08);
transform: translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-toggle:disabled {
opacity: 0.55;
cursor: default;
transform: none;
box-shadow: 0 8px 18px rgba(18, 25, 32, 0.04);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-rate {
margin: 0;
min-width: 0;
color: var(--mas-color-ink);
padding: 0.82rem 0.92rem;
border: 1px solid rgba(37, 117, 108, 0.16);
border-radius: 16px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(37, 117, 108, 0.08)),
rgba(255, 255, 255, 0.96);
box-shadow:
inset 0 0 0 1px rgba(255, 255, 255, 0.42),
0 10px 24px rgba(37, 117, 108, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency-copy--source {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__exchange-updated {
display: block;
min-width: 0;
padding-top: 0.45rem;
border-top: 1px solid rgba(216, 222, 228, 0.74);
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__rows {
display: grid;
gap: clamp(0.85rem, 2vw, 1.15rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__row {
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__row--overview {
grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__row--details {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__row--details:not(:has(.mas-country-info__card-source .Synergee-Web-Page-Component-Text-Container > *)) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source:has(.Synergee-Web-Page-Component-Text-Container > *) {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card.Synergee-Web-Page-Component-Container:not(:has(.Synergee-Web-Page-Component-Text-Container > *)) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card.Synergee-Web-Page-Component-Text,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source:has(.Synergee-Web-Page-Component-Text-Container > *) {
height: 100%;
padding: clamp(1rem, 2vw, 1.3rem);
border-radius: 20px;
box-shadow: 0 16px 34px rgba(18, 25, 32, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source .Synergee-Web-Page-Component-Text-Container {
display: flex;
flex-direction: column;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card h3,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source h3 {
display: inline-flex;
gap: 0.75rem;
align-items: center;
margin-bottom: 0.8rem;
padding-bottom: 0.75rem;
border-bottom: 1px solid rgba(216, 222, 228, 0.8);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card h3::after,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source h3::after {
width: 2rem;
height: 2px;
border-radius: 999px;
background: var(--mas-color-coral);
content: "";
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source p {
color: rgba(39, 50, 61, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card--primary.Synergee-Web-Page-Component-Text,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source--primary:has(.Synergee-Web-Page-Component-Text-Container > *) {
border-color: rgba(var(--mas-color-coral-rgb), 0.22);
background: linear-gradient(180deg, #fff, rgba(var(--mas-color-coral-rgb), 0.035));
}
@media (max-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__row--overview,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__row--details {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__fact-card,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__local-times,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency {
min-height: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-clocks {
grid-template-columns: minmax(0, 1fr);
}
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-card-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(1rem, 2vw, 1.25rem);
margin-top: clamp(0.95rem, 2.2vw, 1.3rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1fr);
align-items: start;
min-height: 0;
aspect-ratio: auto;
overflow: hidden;
border-radius: 22px;
border: 1px solid rgba(216, 222, 228, 0.9);
background: #fff;
box-shadow: 0 18px 40px rgba(18, 25, 32, 0.08);
transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card::before {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__image,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__image img {
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__image {
position: relative;
overflow: hidden;
min-height: 0;
aspect-ratio: 16 / 10;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__image::after {
position: absolute;
inset: auto 0 0;
height: 52%;
background: linear-gradient(180deg, rgba(18, 25, 32, 0), rgba(18, 25, 32, 0.66));
content: "";
pointer-events: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__image img {
display: block;
object-fit: cover;
transition: transform 260ms ease, filter 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__title {
position: absolute;
z-index: 2;
inset: auto 0 0 0;
display: grid;
align-content: end;
width: auto;
min-width: 0;
padding: clamp(0.8rem, 1.6vw, 1rem);
color: #fff;
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__title :is(h2, h3, p) {
color: #fff;
text-shadow: 0 2px 12px rgba(18, 25, 32, 0.42);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__title a {
color: inherit;
text-decoration: none;
pointer-events: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__weather {
display: grid;
align-content: center;
gap: 0.55rem;
min-width: 0;
padding: clamp(0.9rem, 1.8vw, 1.1rem);
color: var(--mas-color-ink);
background: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__updated,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__fallback {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__current {
display: flex;
gap: 0.45rem;
align-items: center;
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__icon {
display: inline-grid;
flex: 0 0 auto;
place-items: center;
width: 2rem;
height: 2rem;
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.18);
border-radius: 8px;
color: var(--mas-color-coral);
background: rgba(var(--mas-color-coral-rgb), 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__forecast {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.38rem;
margin: 0.15rem 0 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__day {
display: grid;
gap: 0.12rem;
min-width: 0;
padding: 0.5rem 0.42rem;
border: 1px solid rgba(216, 222, 228, 0.74);
border-radius: 8px;
background: rgba(248, 250, 249, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__day span {
overflow: hidden;
color: var(--mas-color-muted);
text-overflow: ellipsis;
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-city-weather__day strong {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card:focus-within {
transform: translateY(-3px);
border-color: rgba(var(--mas-color-coral-rgb), 0.36);
box-shadow: 0 22px 48px rgba(18, 25, 32, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card:hover .mas-destination-card__image img,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card:focus-within .mas-destination-card__image img {
filter: brightness(1.04);
transform: scale(1.02);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations {
padding-block: clamp(1.6rem, 3.2vw, 2.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations #country-map {
margin-top: clamp(0.55rem, 1.4vw, 0.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations #country-map.is-map-unavailable {
display: none;
margin-top: 0;
}
@media (max-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-card-grid {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card {
grid-template-columns: minmax(86px, 34%) minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__title {
width: 34%;
min-width: 86px;
}
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-header {
padding-block: 0.5rem;
box-shadow: 0 8px 22px rgba(32, 39, 45, 0.055);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-header__inner {
gap: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-site-header .mas-site-logo img {
max-height: 52px;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-mega-menu__toggle {
min-height: 2.4rem;
padding: 0.54rem 0.78rem;
box-shadow: 0 6px 16px rgba(18, 25, 32, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-mega-menu__bar {
max-height: calc(100dvh - 124px);
margin-top: 0.45rem;
padding: 0.42rem;
overflow: auto;
overscroll-behavior: contain;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-mega-menu__link,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-mega-menu__trigger {
min-height: 2.35rem;
padding: 0.56rem 0.7rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-mega-menu__panel {
max-height: 58vh;
margin-block: 0.35rem 0.55rem;
padding: 0.72rem;
overflow: auto;
overscroll-behavior: contain;
}
.MoveAndStudyCore .mas-template-hero {
min-height: auto;
}
.MoveAndStudyCore .mas-template-hero::before {
background: linear-gradient(180deg, rgba(251, 250, 247, 0.94), rgba(251, 250, 247, 0.66) 44%, rgba(251, 250, 247, 0.28) 72%, rgba(251, 250, 247, 0.78) 100%);
}
.MoveAndStudyCore .mas-template-hero::after {
height: 3rem;
}
.MoveAndStudyCore .mas-template-hero__inner {
min-height: 520px;
padding-block: clamp(5rem, 18vw, 6.5rem) 4.35rem;
padding-inline: clamp(0.65rem, 4vw, 1rem);
}
.MoveAndStudyCore .mas-template-hero__content {
width: 100%;
max-width: 100%;
overflow-wrap: anywhere;
}
.MoveAndStudyCore .mas-template-hero__lead p {
display: none;
}
.MoveAndStudyCore .mas-template-hero__actions {
position: absolute;
inset-inline: clamp(0.65rem, 4vw, 1rem);
top: clamp(0.85rem, 4vw, 1.2rem);
align-items: center;
justify-content: flex-start;
gap: 0.45rem;
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-hero__actions,
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__actions {
align-items: flex-start;
}
.MoveAndStudyCore .mas-template-hero__contact {
flex: 0 1 auto;
width: auto;
min-width: 0;
max-width: 100%;
padding: 0.48rem 0.64rem;
border: 1px solid rgba(255, 255, 255, 0.58);
border-radius: 999px;
background: rgba(255, 255, 255, 0.74);
box-shadow: 0 8px 18px rgba(18, 28, 40, 0.08);
backdrop-filter: blur(10px);
}
.MoveAndStudyCore .mas-template-hero + .mas-template-lifted-intro {
margin-top: clamp(-2.65rem, -8vw, -1.6rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro {
padding-block: 0 clamp(1.25rem, 5vw, 1.65rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card {
border-radius: 22px;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__viewport {
padding: 1rem 1rem 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__seo-heading-copy {
padding: 0.9rem 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container {
grid-template-columns: minmax(0, 1fr);
gap: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > h3,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > ul,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > ol {
padding: 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(-n + 6) {
padding-left: 3.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card #Home-Txt2 > .Synergee-Web-Page-Component-Text-Container > p:nth-of-type(-n + 6)::before {
top: 0.95rem;
left: 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__actions {
padding: 0 1rem 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card.is-collapsible:not(.is-expanded) .mas-country-intro__fade {
position: absolute;
inset: auto 1rem 0.78rem 1rem;
display: block;
height: 5.5rem;
background: linear-gradient(180deg, rgba(247, 250, 251, 0) 0%, rgba(247, 250, 251, 0.88) 50%, rgba(247, 250, 251, 1) 100%);
pointer-events: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-intro__card.is-collapsible.is-expanded .mas-country-intro__fade {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations {
padding-block: clamp(1rem, 4.2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-section-intro {
margin-bottom: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-card-grid {
gap: 0.55rem;
margin-top: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card {
grid-template-columns: minmax(0, 1fr);
border-radius: 18px;
box-shadow: 0 10px 22px rgba(18, 25, 32, 0.065);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__image {
min-height: 0;
aspect-ratio: 16 / 9;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__title {
width: auto;
min-width: 0;
padding: 0.7rem 0.72rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations .mas-destination-card__weather {
padding: 0.8rem 0.78rem 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-destinations #country-map {
margin-top: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info {
padding-block: clamp(1.35rem, 5.8vw, 1.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info .mas-section-intro {
margin-bottom: 0.58rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__rows,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__row {
gap: 0.62rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts {
margin-bottom: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__local-times,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__currency {
column-gap: 0.72rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts .Synergee-Web-Page-Component-Text-Container {
column-gap: 0.62rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__facts em {
width: 2.15rem;
height: 2.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card.Synergee-Web-Page-Component-Text,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source:has(.Synergee-Web-Page-Component-Text-Container > *) {
padding: 0.92rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source .Synergee-Web-Page-Component-Text-Container {
max-height: 13.5rem;
overflow: auto;
overscroll-behavior: contain;
padding-right: 0.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card--primary .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source--primary .Synergee-Web-Page-Component-Text-Container {
max-height: 15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card h3,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source h3 {
margin-bottom: 0.58rem;
padding-bottom: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card p,
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-info__card-source p {
margin-bottom: 0.72rem;
}
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-map {
display: grid;
gap: 1rem;
padding: clamp(1rem, 2vw, 1.35rem);
border: 1px solid rgba(18, 25, 32, 0.1);
border-radius: 8px;
background: #fff;
box-shadow: 0 18px 42px rgba(18, 25, 32, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-map.is-unavailable {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-map__header {
display: grid;
gap: 0.25rem;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-map__header h2 {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-map__header p {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-map__canvas {
width: 100%;
min-height: clamp(340px, 42vw, 520px);
overflow: hidden;
border-radius: 8px;
background: #eef2f4;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-map__fallback {
display: none;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-map.is-unavailable .mas-country-map__fallback {
display: block;
}
.MoveAndStudyCore .mas-section--accent .mas-rich-content p,
.MoveAndStudyCore .mas-section--ink .mas-section-intro p,
.MoveAndStudyCore .mas-section--ink .mas-trust-card__text {
color: rgba(255, 255, 255, 0.88);
}
.MoveAndStudyCore .mas-program-card,
.MoveAndStudyCore .mas-destination-card,
.MoveAndStudyCore .mas-trust-card,
.MoveAndStudyCore .mas-conversion-panel,
.MoveAndStudyCore .mas-reason {
border-radius: 8px;
}
.MoveAndStudyCore .mas-program-card,
.MoveAndStudyCore .mas-trust-card,
.MoveAndStudyCore .mas-conversion-panel,
.MoveAndStudyCore .mas-reason {
border: 1px solid var(--mas-color-border);
background: var(--mas-color-surface);
}
.MoveAndStudyCore .mas-program-card {
position: relative;
display: grid;
gap: 1.15rem;
align-content: start;
overflow: hidden;
padding: 0;
box-shadow: 0 12px 28px rgba(18, 25, 32, 0.08);
transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.MoveAndStudyCore .mas-program-card__image,
.MoveAndStudyCore .mas-program-card__image img {
width: 100%;
}
.MoveAndStudyCore .mas-program-card__image {
aspect-ratio: 16 / 10;
overflow: hidden;
background: var(--mas-color-background);
}
.MoveAndStudyCore .mas-program-card__image img {
height: 100%;
object-fit: cover;
transition: transform 260ms ease, filter 260ms ease;
}
.MoveAndStudyCore .mas-program-card__text {
width: 100%;
max-width: none;
padding: 0 1.25rem;
}
.MoveAndStudyCore .mas-program-card__text .Synergee-Web-Page-Component-Text-Container {
display: grid;
gap: 0.65rem;
width: 100%;
max-width: none;
padding: 0;
}
.MoveAndStudyCore .mas-program-card__link {
display: grid;
padding: 0 1.25rem 1.35rem;
}
.MoveAndStudyCore .mas-program-card__link a {
display: grid;
gap: 0.65rem;
color: var(--mas-color-text);
text-decoration: none;
}
.MoveAndStudyCore .mas-program-card__text :is(h1, h2, h3, p) {
display: block;
width: 100%;
max-width: none;
margin-bottom: 0;
text-justify: auto;
white-space: normal;
}
.MoveAndStudyCore .mas-program-card__text p {
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-program-card:hover,
.MoveAndStudyCore .mas-program-card:focus-within {
transform: translateY(-4px);
border-color: rgba(35, 107, 115, 0.28);
box-shadow: 0 18px 38px rgba(18, 25, 32, 0.14);
}
.MoveAndStudyCore .mas-program-card:hover .mas-program-card__image img,
.MoveAndStudyCore .mas-program-card:focus-within .mas-program-card__image img {
transform: scale(1.035);
filter: brightness(1.04);
}
.MoveAndStudyCore .mas-destination-card {
position: relative;
overflow: hidden;
min-height: 300px;
aspect-ratio: 4 / 3;
background: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-destination-card::before {
position: absolute;
inset: 0;
z-index: 1;
content: "";
background: linear-gradient(180deg, rgba(18, 25, 32, 0.04) 0%, rgba(18, 25, 32, 0.22) 44%, rgba(18, 25, 32, 0.84) 100%);
}
.MoveAndStudyCore .mas-destination-card__image,
.MoveAndStudyCore .mas-destination-card__image img {
width: 100%;
height: 100%;
}
.MoveAndStudyCore .mas-destination-card__image img {
object-fit: cover;
}
.MoveAndStudyCore .mas-destination-card__title {
position: absolute;
inset-inline: 0;
bottom: 0;
z-index: 2;
padding: 1.25rem;
color: var(--mas-color-surface);
background: transparent;
}
.MoveAndStudyCore .mas-destination-card__title :is(h2, h3, p) {
margin-bottom: 0;
color: var(--mas-color-surface);
text-shadow: 0 2px 16px rgba(0, 0, 0, 0.46);
}
.MoveAndStudyCore .mas-destination-card__title a {
color: inherit;
text-decoration: none;
}
.MoveAndStudyCore .mas-destinations header,
.MoveAndStudyCore .mas-destinations #Destinations-txt,
.MoveAndStudyCore .mas-destinations #Destinations-txt .Synergee-Web-Page-Component-Text-Container {
display: block;
width: 100%;
max-width: none;
min-width: 0;
}
.MoveAndStudyCore .mas-destinations #Destinations-txt :is(h1, h2, h3, p) {
display: block;
width: 100%;
max-width: none;
text-justify: auto;
white-space: normal;
}
.MoveAndStudyCore .mas-destinations #Destinations-txt p {
margin: 0 0 1rem;
}
.MoveAndStudyCore .mas-destinations .mas-destination-card {
min-height: 0;
aspect-ratio: 16 / 9;
box-shadow: 0 14px 32px rgba(18, 25, 32, 0.12);
transition: transform 220ms ease, box-shadow 220ms ease;
}
.MoveAndStudyCore .mas-destinations .mas-destination-card::before {
display: none;
background: none;
}
.MoveAndStudyCore .mas-destinations .mas-destination-card__image {
overflow: hidden;
}
.MoveAndStudyCore .mas-destinations .mas-destination-card__image img {
display: block;
transform: scale(1);
transition: transform 360ms ease, filter 260ms ease;
}
.MoveAndStudyCore .mas-destinations .mas-destination-card__title {
padding: clamp(0.95rem, 2vw, 1.15rem);
}
.MoveAndStudyCore .mas-destinations .mas-destination-card__title :is(h2, h3, p) {
text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}
.MoveAndStudyCore .mas-destinations .mas-destination-card:hover,
.MoveAndStudyCore .mas-destinations .mas-destination-card:focus-within {
box-shadow: 0 18px 38px rgba(18, 25, 32, 0.16);
transform: translateY(-4px);
}
.MoveAndStudyCore .mas-destinations .mas-destination-card:hover::before,
.MoveAndStudyCore .mas-destinations .mas-destination-card:focus-within::before {
opacity: 0.9;
}
.MoveAndStudyCore .mas-destinations .mas-destination-card:hover .mas-destination-card__image img,
.MoveAndStudyCore .mas-destinations .mas-destination-card:focus-within .mas-destination-card__image img {
filter: brightness(1.08);
transform: scale(1.035);
}
.MoveAndStudyCore .mas-trust-card {
display: grid;
gap: 1.15rem;
align-content: start;
min-height: 100%;
padding: 1.35rem;
color: var(--mas-color-surface);
border-color: rgba(255, 255, 255, 0.18);
background: rgba(255, 255, 255, 0.08);
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
position: relative;
overflow: hidden;
}
.MoveAndStudyCore .mas-trust-card::before {
position: absolute;
inset: 0 auto auto 0;
width: 100%;
height: 1px;
background: linear-gradient(90deg, rgba(var(--mas-color-coral-rgb), 0.88), rgba(255, 255, 255, 0.18));
content: "";
}
.MoveAndStudyCore .mas-trust .mas-section-intro {
width: 100%;
max-width: none;
}
.MoveAndStudyCore .mas-trust .mas-section-intro p {
}
.MoveAndStudyCore .mas-trust-card__number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.35rem;
height: 2.35rem;
border-radius: 999px;
color: var(--mas-color-ink);
background: var(--mas-color-surface);
}
.MoveAndStudyCore .mas-trust-card__text :is(h3, p) {
margin-bottom: 0;
}
.MoveAndStudyCore .mas-trust-card__text p {
color: rgba(255, 255, 255, 0.84);
}
.MoveAndStudyCore .mas-map-section {
min-height: 360px;
background: var(--mas-color-surface);
}
.MoveAndStudyCore-home .mas-map-section:not(:has([style*="z-index"])):has(#content-map-1 > .Synergee-Web-Page-Component-Text-Container:empty) {
display: none;
}
.MoveAndStudyCore .mas-map-section iframe,
.MoveAndStudyCore .mas-map-section img {
width: 100%;
}
.MoveAndStudyCore .mas-conversion-panel {
display: grid;
gap: 1.25rem;
padding: clamp(1.75rem, 4vw, 3rem);
border-color: rgba(32, 39, 45, 0.12);
background: linear-gradient(180deg, var(--mas-color-surface) 0%, rgba(255, 255, 255, 0.96) 100%);
box-shadow: 0 22px 58px rgba(32, 39, 45, 0.1);
}
.MoveAndStudyCore-home .mas-conversion-panel:not(:has([style*="z-index"])):not(:has(.Synergee-Web-Page-Component-Text-Container:not(:empty))):not(:has(.Synergee-Web-Page-Component-Linker-Container:not(:empty))) {
display: none;
}
.MoveAndStudyCore-home .mas-conversion:has(> .mas-container > .mas-conversion-panel:not(:has([style*="z-index"])):not(:has(.Synergee-Web-Page-Component-Text-Container:not(:empty))):not(:has(.Synergee-Web-Page-Component-Linker-Container:not(:empty)))) {
display: none;
}
.MoveAndStudyCore-home .mas-conversion:not(:has([style*="z-index"])):has(#reunion-title > .Synergee-Web-Page-Component-Text-Container:empty):has(#reunion-txt > .Synergee-Web-Page-Component-Text-Container:empty):has(#Conversion-CTA-Primary > .Synergee-Web-Page-Component-Linker-Container:empty):has(#Conversion-CTA-Secondary > .Synergee-Web-Page-Component-Linker-Container:empty):has(#reunion-table > .Synergee-Web-Page-Component-Text-Container:empty) {
display: none;
}
.MoveAndStudyCore .mas-conversion .mas-section-intro,
.MoveAndStudyCore .mas-conversion .mas-rich-content {
max-width: 760px;
}
.MoveAndStudyCore .mas-conversion .mas-section-intro {
margin-bottom: 0;
}
.MoveAndStudyCore .mas-conversion .mas-section-intro :is(h1, h2, h3) {
}
.MoveAndStudyCore .mas-conversion .mas-rich-content p {
}
.MoveAndStudyCore .mas-conversion .mas-action-row {
gap: 0.75rem;
justify-content: flex-start;
margin-top: 0.25rem;
}
.MoveAndStudyCore .mas-conversion .mas-action--secondary a {
color: var(--mas-color-link);
border-color: var(--mas-color-link);
background: var(--mas-color-surface);
}
.MoveAndStudyCore .mas-conversion-note {
margin-top: 0.5rem;
padding-top: 1.25rem;
border-top: 1px solid var(--mas-color-border);
color: var(--mas-color-muted);
}
html:not([designmode="on"]) .MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-reasons {
display: none;
}
.MoveAndStudyCore .mas-reason {
display: grid;
align-content: start;
min-height: 120px;
padding: 1rem;
}
.MoveAndStudyCore .mas-reasons .mas-reason img {
display: inline-grid;
width: 64px;
height: 64px;
padding: 0.7rem;
border-radius: 8px;
background: rgba(var(--mas-color-coral-rgb), 0.08);
border: 1px solid rgba(var(--mas-color-coral-rgb), 0.16);
object-fit: contain;
}
.MoveAndStudyCore .mas-reasons {
padding-block: clamp(2rem, 4vw, 3rem);
}
.MoveAndStudyCore .mas-reasons .mas-section-intro {
width: 100%;
max-width: none;
margin-bottom: clamp(1rem, 2.2vw, 1.5rem);
}
.MoveAndStudyCore .mas-reasons .mas-section-intro .Synergee-Web-Page-Component-Text-Container {
width: 100%;
max-width: none;
}
.MoveAndStudyCore .mas-reasons .mas-section-intro :is(h1, h2, h3) {
margin-bottom: 0;
}
.MoveAndStudyCore .mas-reasons .mas-section-intro strong {
color: inherit;
}
.MoveAndStudyCore .mas-reasons .mas-reason-grid {
counter-reset: mas-reason;
gap: 1rem;
border-top: 0;
}
.MoveAndStudyCore .mas-reasons .mas-reason {
counter-increment: mas-reason;
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 0.3rem 0.8rem;
align-items: start;
min-height: 0;
padding: 1rem 1rem 1.05rem;
border: 1px solid rgba(216, 222, 228, 0.9);
border-radius: 18px;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 16px 34px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore .mas-reasons .mas-reason::before {
content: counter(mas-reason, decimal-leading-zero);
color: rgba(var(--mas-color-coral-rgb), 0.7);
}
.MoveAndStudyCore .mas-reasons .mas-reason .Synergee-Web-Page-Component-Text-Container {
min-height: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore .mas-reasons .mas-reason .Synergee-Web-Page-Component-Text-Container :is(strong, div) {
color: inherit;
}
.MoveAndStudyCore .mas-reasons .mas-reason :is(img, br, meta, title, style, script),
.MoveAndStudyCore .mas-reasons .mas-reason #additionalText {
display: none !important;
}
@media (min-width: 760px) {
.MoveAndStudyCore .mas-reasons .mas-reason-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore .mas-reasons .mas-reason {
padding: 1rem clamp(0.95rem, 1.8vw, 1.2rem) 1.05rem;
}
}
.MoveAndStudyCore .mas-site-footer {
color: var(--mas-color-ink);
background: #FBF7F4;
padding-block: 0;
border-top: 1px solid rgba(216, 222, 228, 0.9);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-footer {
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-programs,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-seo-intro,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-conversion {
background: var(--mas-home-bg-primary);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-promo-offer,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-destinations,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-trust {
background: var(--mas-home-bg-secondary);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-section--accent,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-main > .mas-section--ink {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-section--ink .mas-section-intro p,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-section--ink .mas-trust-card__text {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-trust .mas-section-intro :is(h1, h2, h3) {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-trust .mas-section-intro p {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-trust-card {
color: var(--mas-color-ink);
border-color: rgba(216, 222, 228, 0.82);
background: rgba(255, 255, 255, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-trust-card__number {
color: var(--mas-color-surface);
background: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-trust-card__text p {
color: var(--mas-color-muted);
}
.MoveAndStudyCore .mas-site-footer > .Synergee-Web-Page-Component-Container-Container {
display: block;
flex: 1 1 100%;
width: 100%;
min-width: 0;
}
.MoveAndStudyCore .mas-site-footer-note {
color: rgba(255, 255, 255, 0.94);
background: linear-gradient(180deg, #24303a 0%, #151e27 100%);
border-top: 1px solid rgba(255, 255, 255, 0.24);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.MoveAndStudyCore .mas-site-footer-note .mas-container {
display: flex;
justify-content: flex-end;
}
.MoveAndStudyCore .mas-site-footer-note__text {
margin: 0;
padding-block: 0.72rem 0.78rem;
font-size: 0.76rem;
letter-spacing: 0.04em;
text-align: right;
text-transform: uppercase;
opacity: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-site-header__inner {
display: grid;
gap: clamp(1rem, 3vw, 2rem);
align-items: center;
grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
min-height: 86px;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-site-logo img {
display: block;
width: min(210px, 42vw);
height: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-breadcrumb {
padding-block: 1rem;
background: #FFFFFF;
border-bottom: 1px solid rgba(216, 222, 228, 0.7);
}
/* Internal pages: shared header structure (homepage excluded). */
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: clamp(1rem, 3vw, 2rem);
padding-block: clamp(0.68rem, 1.5vw, 0.95rem);
}
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header #logo,
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header .mas-site-logo {
flex: 0 0 auto;
width: min(246px, 28vw);
max-width: 100%;
}
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header #logo img,
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header .mas-site-logo img {
max-height: 72px;
width: auto;
filter: none;
}
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header #mainMenu,
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-nav {
display: flex;
align-items: center;
min-width: 0;
flex: 1 1 auto;
}
/* Internal pages: keep the global header visible while scrolling (homepage excluded). */
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header.Component-No-Print {
color: var(--mas-color-ink);
padding-block: 0;
border-bottom: 0;
background: #FFFFFF;
box-shadow: 0 14px 36px rgba(32, 39, 45, 0.055);
position: sticky;
top: 0;
z-index: 220;
}
@media (max-width: 900px) {
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header__inner {
align-items: flex-start;
flex-direction: column;
}
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-nav .Synergee-Web-Page-Component-Menu-Container > ul {
justify-content: flex-start;
}
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero {
padding-block: clamp(2.25rem, 5vw, 4.25rem);
background: linear-gradient(180deg, #F5FAF8 0%, #FFFFFF 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__inner {
display: grid;
gap: clamp(1.35rem, 3.2vw, 2.65rem);
align-items: stretch;
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__visual {
position: relative;
display: grid;
align-content: center;
padding: clamp(1.35rem, 3vw, 2rem);
border: 1px solid rgba(216, 222, 228, 0.78);
border-radius: 8px;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 250, 248, 0.92) 100%),
#FFFFFF;
box-shadow: 0 22px 52px rgba(20, 35, 43, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__copy {
position: relative;
display: grid;
gap: 0.85rem;
max-width: 680px;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__copy h1 {
margin: 0;
color: var(--mas-color-ink);
text-wrap: balance;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__copy h2 {
margin: 0;
max-width: 520px;
color: #0E8978;
text-wrap: balance;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__copy h3 {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__copy p {
margin: 0;
max-width: 620px;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__visual .mas-booking-hero__copy {
max-width: 620px;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__panel {
display: grid;
gap: 0.95rem;
align-content: start;
padding: clamp(1.25rem, 3vw, 1.8rem);
color: #FFFFFF;
background: #173D42;
border-radius: 8px;
box-shadow: 0 20px 46px rgba(20, 35, 43, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__eyebrow {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__panel h2 {
margin: 0;
color: #FFFFFF;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-steps {
display: grid;
gap: 0.75rem;
margin: 0;
padding-left: 1.25rem;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-steps li {
padding-left: 0.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__note {
margin: 0;
color: rgba(255, 255, 255, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-workspace {
padding-block: clamp(2rem, 5vw, 4rem);
background: #F7FAF9;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-workspace__header {
display: grid;
gap: 0.65rem;
max-width: 760px;
margin: 0 0 clamp(1.25rem, 3vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-workspace__eyebrow {
margin: 0;
color: #0E8978;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-workspace__header h2 {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-workspace__header p {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-school-context {
display: block;
margin: 0 0 1.25rem;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-school-context.is-hidden {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-school-context__copy {
display: grid;
gap: 0.35rem;
padding: 1rem 1.15rem;
background: #FFFFFF;
border: 1px solid rgba(216, 222, 228, 0.86);
border-left: 5px solid #0E8978;
border-radius: 8px;
box-shadow: 0 14px 34px rgba(32, 39, 45, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-school-context__eyebrow {
margin: 0;
color: #0E8978;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-school-context h2 {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-school-context p {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-page__component {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-support {
padding-block: clamp(1.75rem, 4vw, 3rem);
}
@media (min-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero__inner {
grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.42fr);
}
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-site-header__inner {
grid-template-columns: minmax(0, 1fr);
min-height: 0;
padding-block: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-hero {
padding-block: 2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-booking .mas-booking-school-context__copy {
padding: 0.9rem 1rem;
}
}
.MoveAndStudyCore .mas-footer {
width: 100%;
}
.MoveAndStudyCore .mas-footer__main {
padding-block: clamp(1.6rem, 4vw, 2.6rem);
}
.MoveAndStudyCore .mas-footer__main-inner {
width: min(1180px, calc(100% - 2rem));
}
.MoveAndStudyCore .mas-footer__grid {
display: grid;
gap: clamp(1.1rem, 2.4vw, 1.55rem);
align-items: start;
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore .mas-footer__section {
display: grid;
gap: 0.62rem;
min-width: 0;
}
.MoveAndStudyCore .mas-footer__section-title {
margin: 0;
color: var(--mas-color-ink);
text-transform: uppercase;
letter-spacing: 0.08em;
}
.MoveAndStudyCore .mas-footer__accordion-toggle {
display: inline-flex;
align-items: center;
justify-content: flex-start;
width: fit-content;
padding: 0;
border: 0;
background: transparent;
cursor: default;
text-align: left;
}
.MoveAndStudyCore .mas-footer__copy {
margin: 0;
color: var(--mas-color-muted);
max-width: 34ch;
}
.MoveAndStudyCore .mas-footer__cta {
display: inline-flex;
align-items: center;
width: fit-content;
margin: 0;
color: #E8614D;
text-decoration: none;
}
.MoveAndStudyCore .mas-footer__cta:hover,
.MoveAndStudyCore .mas-footer__cta:focus-visible,
.MoveAndStudyCore .mas-footer__link:hover,
.MoveAndStudyCore .mas-footer__link:focus-visible,
.MoveAndStudyCore .mas-footer__social-link:hover,
.MoveAndStudyCore .mas-footer__social-link:focus-visible {
color: #CC4E3C;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.32em;
}
.MoveAndStudyCore .mas-footer__list {
display: grid;
gap: 0.32rem;
padding: 0;
margin: 0;
list-style: none;
}
.MoveAndStudyCore .mas-footer__list-item {
margin: 0;
}
.MoveAndStudyCore .mas-footer__link,
.MoveAndStudyCore .mas-footer__text-item {
color: var(--mas-color-muted);
text-decoration: none;
}
.MoveAndStudyCore .mas-footer__link--button {
display: inline;
padding: 0;
border: 0;
background: transparent;
font: inherit;
text-align: left;
cursor: pointer;
}
.MoveAndStudyCore .mas-footer__text-item {
opacity: 0.78;
}
.MoveAndStudyCore .mas-footer__social-list {
display: grid;
gap: 0.48rem;
}
.MoveAndStudyCore .mas-footer__social-link {
display: inline-flex;
align-items: center;
gap: 0.58rem;
color: var(--mas-color-muted);
text-decoration: none;
}
.MoveAndStudyCore .mas-footer__social-icon {
--mas-footer-social-icon-size: 1.44rem;
position: relative;
display: inline-grid;
width: 2.65rem;
height: 2.65rem;
flex: 0 0 2.65rem;
place-items: center;
border: 1px solid rgba(216, 222, 228, 0.92);
border-radius: 999px;
background: #FFFFFF;
box-shadow: 0 14px 28px rgba(32, 39, 45, 0.06);
overflow: hidden;
transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
}
.MoveAndStudyCore .mas-footer__social-icon--instagram {
--mas-footer-social-icon-size: 1.5rem;
}
.MoveAndStudyCore .mas-footer__social-icon--x {
--mas-footer-social-icon-size: 1.16rem;
}
.MoveAndStudyCore .mas-footer__social-icon .Synergee-Web-Page-Component-Image {
display: inline-flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.MoveAndStudyCore .mas-footer__social-icon .Synergee-Web-Page-Component-Image-Container {
display: inline-flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.MoveAndStudyCore .mas-footer__social-icon img {
display: block;
width: var(--mas-footer-social-icon-size);
height: var(--mas-footer-social-icon-size);
object-fit: contain;
}
.MoveAndStudyCore .mas-footer__social-icon--x img {
filter: invert(1);
}
.MoveAndStudyCore .mas-footer__social-link:hover .mas-footer__social-icon,
.MoveAndStudyCore .mas-footer__social-link:focus-visible .mas-footer__social-icon {
opacity: 0.95;
filter: brightness(1.08);
transform: translateY(-2px);
}
.MoveAndStudyCore .mas-footer__social-label {
color: inherit;
}
.MoveAndStudyCore .mas-footer__accreditations-band {
color: rgba(255, 247, 245, 0.9);
background: #121920;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.MoveAndStudyCore .mas-footer__accreditations {
display: grid;
gap: 1rem;
align-items: center;
padding-block: clamp(1rem, 2.4vw, 1.45rem);
}
.MoveAndStudyCore .mas-footer__accreditations-copy {
color: rgba(255, 247, 245, 0.82);
text-transform: uppercase;
letter-spacing: 0.08em;
}
.MoveAndStudyCore .mas-footer__logos {
display: flex;
flex-wrap: wrap;
gap: 0.8rem 0.9rem;
align-items: center;
}
.MoveAndStudyCore .mas-footer__logo {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 0;
min-height: 0;
padding: 0.5rem 0.68rem;
border-radius: 14px;
background: rgba(255, 255, 255, 0.06);
opacity: 0.96;
}
.MoveAndStudyCore .mas-footer__logo .Synergee-Web-Page-Component-Image-Container {
display: inline-flex;
align-items: center;
justify-content: center;
}
.MoveAndStudyCore .mas-footer__logo img {
display: block;
width: auto;
max-width: 116px;
max-height: 54px;
object-fit: contain;
}
@media (min-width: 760px) {
.MoveAndStudyCore .mas-hero__title h1 {
}
.MoveAndStudyCore .mas-hero__title h2,
.MoveAndStudyCore .mas-hero__title h3 {
}
.MoveAndStudyCore .mas-section-intro :is(h1, h2, h3) {
}
.MoveAndStudyCore .mas-footer__grid {
grid-template-columns:
minmax(0, 1.4fr)
repeat(3, minmax(0, 1fr))
minmax(220px, 1.02fr);
}
.MoveAndStudyCore .mas-footer__accreditations {
grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
column-gap: clamp(1.25rem, 3vw, 2.4rem);
}
}
@media (max-width: 759px) {
.MoveAndStudyCore .mas-footer__main {
padding-block: 1.2rem 1rem;
}
.MoveAndStudyCore .mas-footer__grid {
gap: 0.55rem;
}
.MoveAndStudyCore .mas-footer__section {
gap: 0.5rem;
}
.MoveAndStudyCore .mas-footer__section--brand {
padding-bottom: 0.75rem;
border-bottom: 1px solid rgba(216, 222, 228, 0.72);
}
.MoveAndStudyCore .mas-footer__section--accordion {
gap: 0;
border-bottom: 1px solid rgba(216, 222, 228, 0.72);
}
.MoveAndStudyCore .mas-footer__accordion-toggle {
width: 100%;
min-height: 3rem;
justify-content: space-between;
cursor: pointer;
}
.MoveAndStudyCore .mas-footer__accordion-toggle::after {
content: "+";
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.75rem;
height: 1.75rem;
margin-left: 1rem;
border: 1px solid rgba(216, 222, 228, 0.9);
border-radius: 999px;
color: var(--mas-color-muted);
background: rgba(255, 255, 255, 0.64);
}
.MoveAndStudyCore .mas-footer__section--accordion:not(.is-collapsed) .mas-footer__accordion-toggle::after {
content: "-";
}
.MoveAndStudyCore .mas-footer__section--accordion.is-collapsed .mas-footer__panel {
display: none;
}
.MoveAndStudyCore .mas-footer__section--accordion .mas-footer__panel {
padding-bottom: 0.65rem;
}
.MoveAndStudyCore .mas-footer__section--social {
gap: 0.5rem;
padding-top: 0.65rem;
}
.MoveAndStudyCore .mas-footer__social-list {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
}
.MoveAndStudyCore .mas-footer__social-link {
gap: 0.48rem;
}
.MoveAndStudyCore .mas-footer__accreditations {
gap: 0.75rem;
padding-block: 0.85rem;
}
.MoveAndStudyCore .mas-site-footer-note .mas-container {
justify-content: flex-end;
}
}
@media (max-width: 1050px) {
.MoveAndStudyCore .mas-footer__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore .mas-footer__section--brand,
.MoveAndStudyCore .mas-footer__section--social {
grid-column: 1 / -1;
}
}
@media (max-width: 640px) {
.MoveAndStudyCore .mas-footer__grid,
.MoveAndStudyCore .mas-footer__accreditations {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore .mas-footer__logo {
width: 100%;
justify-content: flex-start;
}
}
@media (max-width: 759px) {
/* Footer mobile : logos sociaux centrés + texte marque pleine largeur */
.MoveAndStudyCore .mas-footer__social-list {
justify-content: center;
}
.MoveAndStudyCore .mas-footer__copy {
max-width: none;
}
}
@media (max-width: 640px) {
/* Footer mobile : accréditations sur une seule rangée */
.MoveAndStudyCore .mas-footer__logos {
flex-wrap: nowrap;
justify-content: center;
gap: 0.5rem;
}
.MoveAndStudyCore .mas-footer__logo {
width: auto;
flex: 1 1 0;
min-width: 0;
justify-content: center;
padding: 0.4rem 0.5rem;
}
.MoveAndStudyCore .mas-footer__logo img {
max-width: 100%;
max-height: clamp(34px, 11vw, 46px);
}
}
.MoveAndStudyCore .mas-chat-widget {
position: fixed;
right: clamp(0.8rem, 2vw, 1.25rem);
bottom: clamp(1.2rem, 3vw, 2rem);
z-index: 1200;
}
.MoveAndStudyCore .mas-chat-widget__toggle {
border: 0;
border-radius: 999px;
background: linear-gradient(135deg, rgba(31, 35, 39, 0.96), rgba(64, 68, 73, 0.96));
color: #fff;
display: inline-flex;
align-items: center;
gap: 0.58rem;
padding: 0.78rem 1.08rem 0.78rem 0.92rem;
cursor: pointer;
box-shadow: 0 18px 38px rgba(14, 18, 22, 0.28);
}
.MoveAndStudyCore .mas-chat-widget__toggle:hover,
.MoveAndStudyCore .mas-chat-widget__toggle:focus-visible {
background: linear-gradient(135deg, rgba(19, 22, 25, 0.98), rgba(50, 54, 59, 0.98));
box-shadow: 0 20px 42px rgba(14, 18, 22, 0.34);
}
.MoveAndStudyCore .mas-chat-widget__toggle-icon {
position: relative;
width: 1.05rem;
height: 0.82rem;
border: 1.5px solid rgba(255, 255, 255, 0.88);
border-radius: 999px;
flex: 0 0 auto;
}
.MoveAndStudyCore .mas-chat-widget__toggle-icon::after {
content: "";
position: absolute;
right: 0.13rem;
bottom: -0.23rem;
width: 0.34rem;
height: 0.34rem;
border-right: 1.5px solid rgba(255, 255, 255, 0.88);
border-bottom: 1.5px solid rgba(255, 255, 255, 0.88);
transform: rotate(35deg);
background: transparent;
}
.MoveAndStudyCore .mas-chat-widget__panel {
position: absolute;
right: 0;
bottom: calc(100% + 0.78rem);
width: min(92vw, 420px);
height: min(82vh, 720px);
border: 1px solid rgba(28, 31, 35, 0.16);
border-radius: 18px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 24px 60px rgba(14, 18, 22, 0.26);
overflow: hidden;
}
.MoveAndStudyCore .mas-chat-widget__panel-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
padding: 0.82rem 0.92rem;
border-bottom: 1px solid rgba(28, 31, 35, 0.12);
background: linear-gradient(180deg, #ffffff, #f6f6f4);
color: #202327;
}
.MoveAndStudyCore .mas-chat-widget__heading {
display: grid;
gap: 0.12rem;
}
.MoveAndStudyCore .mas-chat-widget__heading span {
color: #73777d;
}
.MoveAndStudyCore .mas-chat-widget__close {
border: 0;
border-radius: 999px;
background: rgba(28, 31, 35, 0.06);
color: #2f3338;
padding: 0.34rem 0.52rem;
cursor: pointer;
}
.MoveAndStudyCore .mas-chat-widget__close:hover,
.MoveAndStudyCore .mas-chat-widget__close:focus-visible {
background: rgba(28, 31, 35, 0.12);
}
.MoveAndStudyCore .mas-chat-widget__frame-wrap {
height: calc(100% - 58px);
}
.MoveAndStudyCore .mas-chat-widget__frame {
border: 0;
width: 100%;
height: 100%;
display: block;
background: #fff;
}
.MoveAndStudyCore .mas-chat-widget__fallback {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
color: #4a4f55;
background: #f7f7f5;
}
@media (max-width: 759px) {
.MoveAndStudyCore .mas-chat-widget {
right: 0.85rem;
bottom: 1rem;
}
.MoveAndStudyCore .mas-chat-widget__toggle {
padding: 0.72rem 0.92rem 0.72rem 0.8rem;
max-width: calc(100vw - 1.7rem);
}
.MoveAndStudyCore .mas-chat-widget__panel {
right: 0;
width: min(calc(100vw - 1.7rem), 390px);
height: min(82vh, 680px);
bottom: calc(100% + 0.7rem);
}
}
@media (min-width: 760px) and (max-width: 1020px) {
.MoveAndStudyCore .mas-promo-highlight__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-reassurance,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-best__grid,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-all__list {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-best__grid--count-1,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-best__grid--count-3 {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__media {
aspect-ratio: 16 / 9;
min-height: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta__actions {
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__controls,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters__controls {
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.85rem 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item:nth-child(odd) {
padding-left: 0;
border-left: 0;
}
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-home {
--mas-home-space-compact: clamp(1rem, 4.5vw, 1.35rem);
--mas-home-space-standard: clamp(1.45rem, 6vw, 1.9rem);
--mas-home-space-large: clamp(2rem, 8vw, 2.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero {
min-height: 560px;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__inner {
min-height: 560px;
row-gap: 1.75rem;
padding-block: 1rem 2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__top {
align-items: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-site-logo img {
max-height: 88px;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__content {
gap: 1.45rem;
padding: 1.1rem;
border-radius: 20px;
background: linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(244, 238, 230, 0.94));
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__actions-main,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero__actions-meta {
grid-template-columns: 1fr;
display: grid;
}
.MoveAndStudyCore .mas-action,
.MoveAndStudyCore .mas-action a,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero .mas-action-link,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-hero-meta-link {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search__intro {
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm form {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm-Button {
grid-column: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__primary,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__advanced {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .SchoolSearchForm-Button,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle-wrap {
grid-column: auto;
}
.MoveAndStudyCore .mas-promo-highlight {
grid-template-columns: 1fr;
align-items: start;
}
.MoveAndStudyCore .mas-promo-highlight__grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore .mas-promo-highlight__media {
grid-row: auto;
aspect-ratio: 16 / 9;
min-height: 0;
}
.MoveAndStudyCore .mas-promo-highlight__prices {
grid-column: auto;
grid-row: auto;
justify-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__hero,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-reassurance,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-best__grid,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-all__list,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country__grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-featured__media {
aspect-ratio: 16 / 9;
min-height: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country-nav {
overflow-x: auto;
flex-wrap: nowrap;
padding: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-country-nav a {
flex: 0 0 auto;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-final-cta__actions {
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__controls,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters__controls {
grid-template-columns: 1fr;
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__select-label,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__submit,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-filters__field {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-duration__select {
min-width: 0;
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-editorial__button,
.MoveAndStudyCore.MoveAndStudyCore-promotions .mas-promotions-card__cta {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__top {
align-items: start;
justify-content: start;
flex-direction: column;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__actions {
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight {
padding: clamp(1rem, 5vw, 1.35rem);
border-radius: 22px;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__card {
border-radius: 18px;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__prices {
grid-template-columns: 1fr;
gap: 0.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__price-current {
padding-left: 0;
padding-top: 0.5rem;
border-top: 1px solid rgba(32, 39, 45, 0.1);
border-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance {
grid-template-columns: 1fr;
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item {
padding-inline: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__assurance-item + .mas-promo-highlight__assurance-item {
padding-top: 0.75rem;
border-top: 1px solid rgba(32, 39, 45, 0.08);
border-left: 0;
}
}
@media (max-width: 759px) {
.MoveAndStudyCore .mas-site-header.Component-No-Print {
padding-block: 0.42rem;
}
.MoveAndStudyCore:not(.MoveAndStudyCore-home) .mas-site-header__inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
gap: 0.75rem;
padding-block: 0;
}
.MoveAndStudyCore .mas-site-logo__link {
min-height: 40px;
max-width: min(52vw, 176px);
}
.MoveAndStudyCore .mas-site-header #logo,
.MoveAndStudyCore .mas-site-header .mas-site-logo {
flex: 0 1 min(52vw, 176px);
width: auto;
max-width: min(52vw, 176px);
}
.MoveAndStudyCore .mas-site-header #logo img,
.MoveAndStudyCore .mas-site-header .mas-site-logo img {
max-height: 52px;
width: auto;
filter: none;
}
.MoveAndStudyCore .mas-site-header #mainMenu,
.MoveAndStudyCore .mas-site-nav {
display: flex;
align-items: center;
justify-content: flex-end;
flex: 1 1 auto;
min-width: 0;
}
.MoveAndStudyCore .mas-site-nav .mas-mega-menu {
position: static;
display: grid;
justify-content: end;
justify-items: end;
width: 100%;
}
.MoveAndStudyCore .mas-mega-menu__toggle {
min-height: 2.4rem;
padding: 0.5rem 0.78rem;
border-radius: 999px;
box-shadow: 0 8px 18px rgba(18, 25, 32, 0.08);
justify-self: end;
white-space: nowrap;
}
.MoveAndStudyCore .mas-mega-menu__bar {
position: absolute;
top: calc(100% + 0.45rem);
right: 0;
left: 0;
z-index: 260;
width: auto;
max-height: calc(100vh - 5.8rem);
max-height: calc(100dvh - 5.8rem);
margin-top: 0;
}
}
@media (min-width: 760px) and (max-width: 1120px) {
.MoveAndStudyCore.MoveAndStudyCore-home .mas-programs .mas-card-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-search-shell {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-search-shell__icon {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__primary {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .SchoolSearchForm-Button,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__toggle-wrap,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__advanced {
grid-column: 1 / -1;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-school-search .SchoolSearchForm--home-compact .mas-school-search-compact__advanced {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-main .Synergee-Web-Page-Component-Text,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-main .Synergee-Web-Page-Component-Text table,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-main .Synergee-Web-Page-Component-Text-Container {
max-width: 100%;
text-justify: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-main .Synergee-Web-Page-Component-Text-Container {
min-width: 0;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-main .Synergee-Web-Page-Component-Text-Container :is(h1, h2, h3, p, li) {
overflow-wrap: anywhere;
word-break: normal;
}
.MoveAndStudyCore.MoveAndStudyCore-language .Synergee-Web-Page-Component-SchoolsList {
float: none;
display: block;
width: 100%;
height: auto;
max-width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .Synergee-Web-Page-Component-SchoolsList {
float: none;
display: block;
width: 100%;
height: auto;
max-width: 100%;
box-sizing: border-box;
}
.MoveAndStudyCore.MoveAndStudyCore-language :is(#language-destinations, #language-programs, #language-advice, #language-faq, #language-final-cta) {
scroll-margin-top: 7rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero {
padding-block: clamp(0.75rem, 1.7vw, 1.1rem);
background: linear-gradient(180deg, #f8faf9 0%, #fff 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-section__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-section__summary,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq__summary {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-section__title,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card__title,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card__title,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__program-title,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-title,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__city-title,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__title {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__shell {
position: relative;
display: grid;
overflow: hidden;
isolation: isolate;
border-radius: 24px;
background: #dfe9ef;
box-shadow: 0 28px 68px rgba(18, 28, 40, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__shell::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.22) 26%, rgba(255, 255, 255, 0) 52%),
linear-gradient(90deg, rgba(249, 252, 254, 0.96) 0%, rgba(249, 252, 254, 0.84) 22%, rgba(245, 249, 252, 0.58) 40%, rgba(245, 249, 252, 0.28) 56%, rgba(245, 249, 252, 0.1) 68%, rgba(245, 249, 252, 0) 82%);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__shell::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
linear-gradient(180deg, rgba(248, 252, 255, 0.06) 0%, rgba(248, 252, 255, 0) 42%);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__media,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__media-primary {
position: relative;
z-index: 0;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image {
position: relative;
overflow: hidden;
background: #e8eef2;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image img {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image img {
object-fit: cover;
object-position: center 34%;
filter: saturate(0.94) contrast(0.98) brightness(1.02);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__media-primary .mas-country-hero__image {
aspect-ratio: 16 / 6.6;
min-height: 0;
max-height: 600px;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__content {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
align-items: center;
padding: clamp(1.1rem, 3vw, 2.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-hero__eyebrow {
margin: 0;
color: var(--mas-home-accent-soft, #d88b73);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__copy-wrap {
display: grid;
gap: clamp(1rem, 2vw, 1.45rem);
max-width: min(34rem, 100%);
color: rgba(24, 34, 43, 0.94);
text-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 0.7rem 0.78rem;
max-width: 100%;
margin-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-hero__actions-main {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0.82rem 1.15rem;
border: 1px solid rgba(31, 45, 58, 0.16);
border-radius: 8px;
background: rgba(255, 252, 247, 0.68);
box-shadow: 0 10px 24px rgba(18, 25, 32, 0.1);
backdrop-filter: blur(8px);
text-decoration: none;
transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-link:focus-visible {
transform: translateY(-1px);
border-color: rgba(31, 45, 58, 0.24);
background: rgba(255, 252, 247, 0.84);
box-shadow: 0 14px 30px rgba(18, 25, 32, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-link--primary {
color: var(--mas-color-surface);
border-color: transparent;
background: var(--mas-color-coral);
box-shadow: 0 14px 30px rgba(var(--mas-color-coral-rgb), 0.25);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-link--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-link--primary:focus-visible {
background: var(--mas-color-coral);
box-shadow: 0 16px 34px rgba(var(--mas-color-coral-rgb), 0.3);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-link--secondary {
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__copy {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__copy .mas-section-intro,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__copy .Synergee-Web-Page-Component-Container-Container,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__copy-inner {
display: grid;
gap: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-schools__panel,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__shell {
border: 1px solid rgba(216, 222, 228, 0.74);
border-radius: 24px;
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 18px 48px rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__jump,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-anchor-nav__link {
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__jump {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.8rem;
padding: 0.7rem 1rem;
border: 1px solid rgba(25, 39, 48, 0.12);
border-radius: 999px;
background: rgba(255, 255, 255, 0.92);
color: var(--mas-color-link);
white-space: nowrap;
transition:
border-color 180ms ease,
background-color 180ms ease,
color 180ms ease,
transform 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__jump--secondary {
background: rgba(239, 245, 246, 0.9);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__jump:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__jump:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-anchor-nav__link:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-anchor-nav__link:focus-visible {
transform: translateY(-1px);
border-color: rgba(35, 107, 115, 0.28);
background: rgba(255, 255, 255, 1);
color: var(--mas-color-link-hover);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-anchor-nav {
padding-block: clamp(0.75rem, 1.9vw, 1.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-anchor-nav__list,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq {
display: grid;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-anchor-nav__list {
grid-auto-flow: column;
grid-auto-columns: max-content;
gap: 0.75rem;
overflow-x: auto;
padding-bottom: 0.2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-anchor-nav__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.6rem;
padding: 0.6rem 0.95rem;
border: 1px solid rgba(216, 222, 228, 0.9);
border-radius: 999px;
background: rgba(255, 255, 255, 0.98);
color: inherit;
white-space: nowrap;
box-shadow: 0 8px 20px rgba(17, 27, 35, 0.06);
transition:
transform 180ms ease,
border-color 180ms ease,
box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice-card,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__city,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq__item {
border: 1px solid rgba(216, 222, 228, 0.76);
border-radius: 20px;
background:
linear-gradient(180deg, rgba(247, 250, 251, 0.96), rgba(255, 255, 255, 0.98));
box-shadow: 0 12px 28px rgba(12, 24, 32, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice-card {
display: grid;
gap: 0.55rem;
align-content: start;
padding: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card {
cursor: default;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-programs,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destinations,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq-section,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-final-cta {
padding-block: clamp(1rem, 2.2vw, 1.8rem);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-section-head,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__copy,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-final-cta__copy {
display: grid;
gap: 0.65rem;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__copy .Synergee-Web-Page-Component-Container-Container,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-final-cta__copy .Synergee-Web-Page-Component-Container-Container {
display: grid;
gap: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-grid,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-grid,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__grid,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-final-cta__actions,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory {
display: grid;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-fallback-card {
display: grid;
gap: 0.8rem;
padding: clamp(1.1rem, 2.4vw, 1.5rem);
border: 1px solid rgba(216, 222, 228, 0.76);
border-radius: 20px;
background: linear-gradient(180deg, rgba(247, 250, 251, 0.98), rgba(255, 255, 255, 1));
box-shadow: 0 12px 28px rgba(12, 24, 32, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-fallback-card__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-fallback-card__title,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-fallback-card__body {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card {
position: relative;
isolation: isolate;
display: grid;
grid-template-rows: auto auto 1fr auto;
gap: 0.85rem;
min-height: 12.75rem;
padding: 1.2rem;
color: inherit;
background:
radial-gradient(circle at top right, rgba(255, 246, 235, 0.96), transparent 42%),
linear-gradient(155deg, rgba(247, 250, 251, 0.98), rgba(255, 255, 255, 1));
overflow: hidden;
transition:
transform 200ms ease,
border-color 200ms ease,
box-shadow 200ms ease,
background-color 200ms ease,
background-position 220ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card::before,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card::after {
content: "";
position: absolute;
pointer-events: none;
z-index: -1;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card::before {
inset: 0 auto auto 0;
width: 100%;
height: 0.36rem;
background: linear-gradient(90deg, rgba(35, 107, 115, 0.96), rgba(246, 175, 72, 0.78));
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card::after {
top: -2.25rem;
right: -1.5rem;
width: 7.25rem;
height: 7.25rem;
border-radius: 999px;
background: radial-gradient(circle, rgba(226, 239, 241, 0.88), rgba(226, 239, 241, 0) 70%);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card__eyebrow {
display: inline-flex;
align-items: center;
justify-self: start;
min-height: 2rem;
padding: 0.38rem 0.7rem;
border: 1px solid rgba(35, 107, 115, 0.16);
border-radius: 999px;
background: rgba(255, 255, 255, 0.8);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card__body {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card__footer {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 0.8rem;
margin-top: auto;
padding-top: 0.2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card__cta {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.2rem;
padding: 0.45rem 0.75rem;
border: 1px solid rgba(35, 107, 115, 0.18);
border-radius: 999px;
background: rgba(241, 248, 248, 0.96);
color: var(--mas-color-link);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card:focus-within {
transform: translateY(-2px);
border-color: rgba(35, 107, 115, 0.28);
box-shadow: 0 14px 28px rgba(12, 24, 32, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card:hover .mas-language-destination-card__cta,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-card:focus-visible .mas-language-destination-card__cta {
border-color: rgba(35, 107, 115, 0.32);
background: rgba(255, 255, 255, 1);
color: var(--mas-color-link-hover);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card .mas-language-destination-card__cta {
border-color: rgba(216, 222, 228, 0.92);
background: rgba(255, 255, 255, 0.82);
color: rgba(24, 34, 43, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card:focus-within {
transform: none;
border-color: rgba(216, 222, 228, 0.76);
box-shadow: 0 12px 28px rgba(12, 24, 32, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card:hover .mas-language-destination-card__cta,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-card:focus-within .mas-language-destination-card__cta {
border-color: rgba(216, 222, 228, 0.92);
background: rgba(255, 255, 255, 0.82);
color: rgba(24, 34, 43, 0.82);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory {
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__program {
display: grid;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__program-header {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country {
display: block;
padding: 0;
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-summary {
display: flex;
align-items: start;
justify-content: space-between;
gap: 0.85rem;
flex-wrap: wrap;
padding: clamp(0.95rem, 2vw, 1.3rem);
cursor: pointer;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-summary::-webkit-details-marker {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-summary::after {
content: "+";
flex: 0 0 auto;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country[open] .mas-language-directory__country-summary::after {
content: "−";
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-heading,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__city-header {
display: grid;
gap: 0.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-panel {
padding: 0 clamp(0.95rem, 2vw, 1.3rem) clamp(0.95rem, 2vw, 1.3rem);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-meta {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-pill {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2rem;
padding: 0.42rem 0.72rem;
border: 1px solid rgba(35, 107, 115, 0.16);
border-radius: 999px;
background: rgba(255, 255, 255, 0.84);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-title-link,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__city-title-link,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__title-link,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__city-link,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__cta,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__media {
color: inherit;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-title-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__country-title-link:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__city-title-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__city-title-link:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__title-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__title-link:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__city-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__city-link:focus-visible {
color: var(--mas-color-link-hover);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.16em;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__cities {
display: grid;
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__city {
display: grid;
gap: 0.8rem;
padding: clamp(0.9rem, 1.8vw, 1.1rem);
background: rgba(255, 255, 255, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__city-meta,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__location,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__city-text,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__city-link {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__schools {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.25rem), 1fr));
gap: 0.8rem;
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-directory__school-item {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card {
display: grid;
height: 100%;
min-height: 100%;
border-radius: 16px;
background: rgba(255, 255, 255, 0.98);
overflow: hidden;
transition:
transform 200ms ease,
border-color 200ms ease,
box-shadow 200ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__media,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__media:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__media:focus-visible {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__image {
display: block;
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
background: rgba(241, 245, 246, 0.96);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__body {
display: grid;
gap: 0.7rem;
align-content: start;
height: 100%;
padding: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__summary {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.8rem;
margin-top: auto;
padding-top: 0.2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__cta {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.35rem;
padding: 0.52rem 0.72rem;
border: 1px solid rgba(35, 107, 115, 0.18);
border-radius: 999px;
background: rgba(241, 248, 248, 0.96);
color: var(--mas-color-link);
white-space: nowrap;
transition:
border-color 180ms ease,
background-color 180ms ease,
color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__cta:hover,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-school-card__cta:focus-visible {
border-color: rgba(35, 107, 115, 0.32);
background: rgba(255, 255, 255, 1);
color: var(--mas-color-link-hover);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__shell {
display: grid;
grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
gap: 1rem 1.4rem;
padding: clamp(1.1rem, 2.6vw, 1.8rem);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-final-cta__shell {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.85fr);
gap: 1rem 1.4rem;
align-items: center;
padding: clamp(1.1rem, 2.6vw, 1.8rem);
border: 1px solid rgba(216, 222, 228, 0.74);
border-radius: 24px;
background:
radial-gradient(circle at top right, rgba(255, 246, 235, 0.78), transparent 34%),
rgba(255, 255, 255, 0.96);
box-shadow: 0 18px 48px rgba(32, 39, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-final-cta__actions {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-link-card,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-link-card a {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq {
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq__item {
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq__summary {
display: block;
padding: 1rem 1.1rem;
cursor: pointer;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq__summary::-webkit-details-marker {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-faq__answer {
padding: 0 1.1rem 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-temp-warning {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-page > .mas-section {
padding-block: clamp(1.2rem, 2.4vw, 1.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero {
padding-block: clamp(1rem, 2.2vw, 1.55rem);
background: linear-gradient(180deg, #f8faf9 0%, #fff 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__shell {
position: relative;
display: grid;
overflow: hidden;
isolation: isolate;
border-radius: 24px;
background: #dfe9ef;
box-shadow: 0 28px 68px rgba(18, 28, 40, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__shell::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.22) 26%, rgba(255, 255, 255, 0) 52%),
linear-gradient(90deg, rgba(249, 252, 254, 0.96) 0%, rgba(249, 252, 254, 0.84) 22%, rgba(245, 249, 252, 0.58) 40%, rgba(245, 249, 252, 0.28) 56%, rgba(245, 249, 252, 0.1) 68%, rgba(245, 249, 252, 0) 82%);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__shell::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
linear-gradient(180deg, rgba(248, 252, 255, 0.06) 0%, rgba(248, 252, 255, 0) 42%);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__media,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__media-primary {
position: relative;
z-index: 0;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image {
position: relative;
overflow: hidden;
background: #e8eef2;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image img {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__image img {
object-fit: cover;
object-position: center;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__media-primary .mas-country-hero__image {
aspect-ratio: 16 / 6.6;
min-height: 0;
max-height: 600px;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__content {
position: absolute;
inset: auto auto clamp(1.25rem, 3vw, 2.4rem) clamp(1.25rem, 3vw, 2.4rem);
z-index: 2;
display: grid;
align-content: start;
gap: 0.8rem;
width: min(38rem, calc(100% - 2.5rem));
isolation: isolate;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__copy {
display: grid;
gap: clamp(0.85rem, 1.8vw, 1.15rem);
padding: clamp(1.15rem, 2.2vw, 1.65rem);
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__title :is(h1, h2, h3, p) {
color: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__title {
display: grid;
gap: clamp(0.7rem, 1.5vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__title p {
max-width: 52ch;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__actions {
align-items: center;
justify-content: flex-start;
gap: 0.7rem 0.78rem;
margin-top: 0.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__actions .mas-action-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0.82rem 1.15rem;
border: 1px solid rgba(31, 45, 58, 0.16);
border-radius: 8px;
background: rgba(255, 252, 247, 0.68);
box-shadow: 0 10px 24px rgba(18, 25, 32, 0.1);
backdrop-filter: blur(8px);
text-decoration: none;
transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__actions .mas-action-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__actions .mas-action-link:focus-visible {
transform: translateY(-1px);
border-color: rgba(31, 45, 58, 0.24);
background: rgba(255, 252, 247, 0.84);
box-shadow: 0 14px 30px rgba(18, 25, 32, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__actions .mas-action-link--primary {
color: var(--mas-color-surface);
border-color: transparent;
background: var(--mas-color-coral);
box-shadow: 0 14px 30px rgba(var(--mas-color-coral-rgb), 0.25);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__actions .mas-action-link--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__actions .mas-action-link--primary:focus-visible {
background: var(--mas-color-coral);
box-shadow: 0 16px 34px rgba(var(--mas-color-coral-rgb), 0.3);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__actions .mas-action-link--secondary {
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlights {
position: relative;
z-index: 2;
margin-top: clamp(-1.55rem, -2.7vw, -0.85rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlights__shell {
padding: clamp(0.55rem, 1.2vw, 0.9rem);
border: 1px solid rgba(214, 206, 197, 0.8);
border-radius: 22px;
background: rgba(255, 252, 248, 0.96);
box-shadow: var(--mas-home-shadow-card);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlights__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlight {
display: grid;
align-content: start;
min-height: 0;
padding: clamp(1rem, 1.8vw, 1.25rem);
border-left: 1px solid rgba(217, 209, 200, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlight:first-child {
border-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-pathways .mas-card-grid {
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-section-head {
margin-bottom: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-card {
display: grid;
grid-template-rows: 1fr auto;
gap: 1rem;
min-height: 100%;
padding: clamp(1.15rem, 2vw, 1.45rem);
border: 1px solid rgba(214, 206, 197, 0.82);
border-radius: 22px;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 16px 36px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-card__body {
display: grid;
gap: 0.72rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-card__eyebrow {
margin: 0;
color: var(--mas-color-link-hover);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-card__footer {
display: flex;
align-items: center;
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-card__link,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-card__status,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-useful__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.85rem;
padding: 0.8rem 1.15rem;
border: 1px solid rgba(29, 45, 59, 0.16);
border-radius: 999px;
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 10px 24px rgba(18, 25, 32, 0.06);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-card__status {
color: var(--mas-color-muted);
background: rgba(244, 241, 236, 0.92);
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-card--pending {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 245, 240, 0.96));
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-useful__card,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-conversion__card {
display: grid;
gap: 1rem;
padding: clamp(1.15rem, 2.2vw, 1.65rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-useful__links {
display: flex;
flex-wrap: wrap;
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-conversion__card {
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-conversion__actions {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults {
background: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-page {
background:
linear-gradient(180deg, #f8fbfd 0, #fff 22rem),
#fff;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero {
position: relative;
min-height: clamp(32rem, 48vw, 43rem);
overflow: hidden;
background: #f8fbfd;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__media {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__media::before {
content: "";
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
background:
linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 27%, rgba(255, 255, 255, 0.62) 44%, rgba(255, 255, 255, 0.08) 68%),
linear-gradient(180deg, rgba(255, 255, 255, 0) 72%, #fff 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__image img {
object-fit: cover;
object-position: 72% 45%;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__inner {
position: relative;
z-index: 3;
display: flex;
align-items: center;
min-height: clamp(32rem, 48vw, 43rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__content {
width: min(40rem, 48%);
padding-block: clamp(4rem, 8vw, 7rem) clamp(6.5rem, 9vw, 8rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__headline {
max-width: 11ch;
margin: 0;
color: var(--mas-color-ink);
font-size: clamp(3.1rem, 5vw, 5.4rem);
line-height: 1.04;
letter-spacing: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__headline span {
color: #ff4f48;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__lead {
max-width: 35rem;
margin: clamp(1.5rem, 2vw, 2rem) 0 0;
color: #4a576b;
font-size: 1.08rem;
line-height: 1.75;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-contact-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: clamp(1.1rem, 2.2vw, 2.6rem);
margin-top: clamp(2rem, 3vw, 3.1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-contact,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-contact:visited {
display: inline-flex;
align-items: center;
gap: 0.55rem;
color: #152235;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults svg {
flex: 0 0 auto;
fill: none;
stroke: currentColor;
stroke-width: 1.75;
stroke-linecap: round;
stroke-linejoin: round;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-contact svg {
width: 1.35rem;
height: 1.35rem;
color: #ff4f48;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-contact--whatsapp svg {
color: #20b96b;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile {
position: relative;
z-index: 5;
margin-top: clamp(-5.4rem, -6vw, -3.1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile__shell,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-quick-search__shell,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-panel {
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 18px;
background: rgba(255, 255, 255, 0.97);
box-shadow: 0 18px 48px rgba(18, 30, 44, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile__shell {
padding: clamp(1.6rem, 2.6vw, 2.4rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-section-head {
display: grid;
gap: 0.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-section-head--center {
justify-items: center;
text-align: center;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-section-title,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-list-title {
margin: 0;
color: var(--mas-color-ink);
letter-spacing: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-section-head p,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-quick-search__intro p {
max-width: 72rem;
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile__grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: clamp(1rem, 1.5vw, 1.35rem);
margin-top: clamp(1.45rem, 2vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card {
display: grid;
justify-items: center;
align-content: start;
min-height: 13.8rem;
padding: 1.45rem 1rem 1.25rem;
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 14px;
background: #fff;
box-shadow: 0 12px 30px rgba(18, 30, 44, 0.08);
color: var(--mas-color-ink);
text-align: center;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-icon-disc {
display: grid;
place-items: center;
width: 4.05rem;
height: 4.05rem;
margin-bottom: 1rem;
border-radius: 999px;
background: var(--mas-homeadult-disc, #d8f6e9);
color: var(--mas-homeadult-icon, #18a875);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-icon-disc svg {
width: 2.05rem;
height: 2.05rem;
stroke-width: 1.8;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card strong {
display: block;
margin: 0 0 0.55rem;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card span:not(.mas-homeadult-icon-disc) {
color: var(--mas-color-muted);
font-size: 0.88rem;
line-height: 1.45;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card em {
margin-top: auto;
color: var(--mas-color-ink);
font-style: normal;
font-size: 1.7rem;
line-height: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card--young {
--mas-homeadult-disc: #dceeff;
--mas-homeadult-icon: #2f7dfa;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card--adult {
--mas-homeadult-disc: #eadfff;
--mas-homeadult-icon: #8759f2;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card--pro {
--mas-homeadult-disc: #fde7c9;
--mas-homeadult-icon: #1f2b36;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card--school {
--mas-homeadult-disc: #d9f4e5;
--mas-homeadult-icon: #22a477;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-profile-card--gap {
--mas-homeadult-disc: #ffe0e6;
--mas-homeadult-icon: #ff4f5e;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-quick-search,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-direct,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-trust,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promos,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-destinations {
padding-block: clamp(1.4rem, 2.4vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-quick-search__shell {
display: grid;
grid-template-columns: 0.72fr 1fr 1fr;
align-items: center;
gap: clamp(1.3rem, 2vw, 2.4rem);
padding: clamp(1.4rem, 2.4vw, 2.2rem);
background: #fbf7f3;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-search-card {
display: grid;
gap: 0.85rem;
padding: 1.35rem;
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 14px;
background: #fff;
box-shadow: 0 14px 34px rgba(18, 30, 44, 0.09);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-search-card__title {
display: flex;
align-items: center;
gap: 0.75rem;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-search-card__title svg {
width: 1.55rem;
height: 1.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-search-card select {
width: 100%;
min-height: 2.9rem;
padding: 0 0.9rem;
border: 1px solid rgba(21, 34, 53, 0.12);
border-radius: 8px;
background: #fff;
color: #667181;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-search-card button {
min-height: 2.9rem;
border: 0;
border-radius: 8px;
background: #ff4f48;
color: #fff;
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-direct__grid {
display: grid;
grid-template-columns: repeat(7, minmax(0, 1fr));
gap: 0.85rem;
margin-top: 1.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-shortcut {
display: flex;
align-items: center;
gap: 0.75rem;
min-height: 4.75rem;
padding: 0.85rem 1rem;
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 12px;
background: #fff;
box-shadow: 0 10px 24px rgba(18, 30, 44, 0.06);
color: #183d87;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-shortcut svg {
width: 1.85rem;
height: 1.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-shortcut span {
color: #1b2b44;
font-size: 0.82rem;
line-height: 1.25;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-direct__cta {
display: flex;
align-items: center;
justify-content: center;
width: min(21rem, 100%);
min-height: 3.25rem;
margin: 1.5rem auto 0;
border: 2px solid var(--mas-color-dark-action);
border-radius: 8px;
color: var(--mas-color-dark-action);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-trust__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-trust-card {
display: flex;
align-items: center;
gap: 1.05rem;
min-height: 7.1rem;
padding: 1.15rem;
border: 1px solid rgba(21, 34, 53, 0.06);
border-radius: 14px;
background: #fbf7f3;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-trust-card svg {
width: 2.8rem;
height: 2.8rem;
color: #ff514a;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-trust-card div {
display: grid;
gap: 0.3rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-trust-card strong {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-trust-card span {
color: var(--mas-color-muted);
font-size: 0.9rem;
line-height: 1.45;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-panel {
padding: clamp(1.15rem, 2vw, 1.45rem);
box-shadow: 0 10px 30px rgba(18, 30, 44, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-list-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-list-head a {
color: #ff4f48;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-card {
overflow: hidden;
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 12px;
background: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-card img {
display: block;
width: 100%;
aspect-ratio: 16 / 5.3;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-card div {
display: grid;
gap: 0.35rem;
padding: 0.85rem 1rem 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-card span,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-card small {
color: #667181;
font-size: 0.82rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-card strong,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-card b {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-promo-card a {
justify-self: start;
margin-top: 0.35rem;
padding: 0.55rem 0.8rem;
border-radius: 8px;
background: #f4f5f7;
color: var(--mas-color-ink);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-destination-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-destination-card {
position: relative;
overflow: hidden;
min-height: 8.6rem;
border-radius: 12px;
background: #d7e3ef;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-destination-card::after {
content: "";
position: absolute;
inset: 35% 0 0;
background: linear-gradient(180deg, rgba(8, 20, 34, 0), rgba(8, 20, 34, 0.72));
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-destination-card img {
display: block;
width: 100%;
height: 100%;
min-height: 8.6rem;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-destination-card strong {
position: absolute;
left: 1rem;
bottom: 0.9rem;
z-index: 2;
color: #fff;
font-size: 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-page {
background:
linear-gradient(180deg, #f8fbfd 0, #fff 24rem),
#fff;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-section {
padding-block: clamp(1.5rem, 2.8vw, 2.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-section--lifted {
margin-top: clamp(-4.6rem, -5vw, -2.6rem);
position: relative;
z-index: 4;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero {
position: relative;
min-height: clamp(31rem, 46vw, 40rem);
overflow: hidden;
background: #f8fbfd;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__media {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__media::before {
content: "";
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
background:
linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 28%, rgba(255, 255, 255, 0.66) 46%, rgba(255, 255, 255, 0.18) 68%, rgba(255, 255, 255, 0) 82%),
linear-gradient(180deg, rgba(255, 255, 255, 0) 74%, #fff 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__image img {
object-fit: cover;
object-position: 66% 46%;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__inner {
position: relative;
z-index: 3;
display: flex;
align-items: center;
min-height: clamp(31rem, 46vw, 40rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__content {
display: grid;
gap: clamp(1rem, 2vw, 1.35rem);
width: min(39rem, 50%);
padding-block: clamp(3.5rem, 7vw, 6rem) clamp(6rem, 9vw, 7.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__content h1,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-section-head h2 {
margin: 0;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__eyebrow {
display: inline-flex;
align-items: center;
width: fit-content;
margin: 0;
padding: 0.45rem 0.8rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 10px 24px rgba(18, 30, 44, 0.08);
color: #ff4f48;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__lead,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-section-head p,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-copy p {
max-width: 60ch;
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__actions,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-conversion__actions {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-action {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 3.2rem;
padding: 0.85rem 1.2rem;
border: 1px solid rgba(17, 28, 43, 0.14);
border-radius: 10px;
background: rgba(255, 255, 255, 0.84);
box-shadow: 0 12px 28px rgba(18, 30, 44, 0.08);
color: #142236;
text-decoration: none;
transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-action:hover,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-action:focus-visible {
transform: translateY(-1px);
box-shadow: 0 16px 34px rgba(18, 30, 44, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-action--primary {
border-color: transparent;
background: var(--mas-color-coral);
box-shadow: 0 14px 30px rgba(var(--mas-color-coral-rgb), 0.24);
color: var(--mas-color-surface);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-action--secondary {
background: rgba(255, 255, 255, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__support {
display: flex;
flex-wrap: wrap;
gap: 1rem 1.6rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-support-link,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-support-link:visited {
display: inline-flex;
align-items: center;
gap: 0.55rem;
color: #152235;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-support-link svg {
width: 1.35rem;
height: 1.35rem;
color: #ff4f48;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-support-link--whatsapp svg {
color: #20b96b;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-panel,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-feature,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-split,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-conversion {
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 18px;
background: rgba(255, 255, 255, 0.97);
box-shadow: 0 18px 48px rgba(18, 30, 44, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-panel,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-feature,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-conversion {
padding: clamp(1.5rem, 2.8vw, 2.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-split {
display: grid;
grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
gap: clamp(1.3rem, 2.4vw, 2.4rem);
padding: clamp(1.5rem, 2.8vw, 2.35rem);
background: #fbf7f3;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-feature {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
gap: clamp(1.3rem, 2.4vw, 2.4rem);
background: linear-gradient(135deg, rgba(255, 247, 241, 0.96), rgba(255, 255, 255, 0.96));
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-section-head {
display: grid;
gap: 0.55rem;
margin-bottom: clamp(1rem, 1.9vw, 1.4rem);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-section-head--center {
justify-items: center;
text-align: center;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-goals-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: clamp(1rem, 1.6vw, 1.25rem);
}
.MoveAndStudyCore .mas-bridge-card,
.MoveAndStudyCore .mas-bridge-card:visited,
.MoveAndStudyCore .mas-bridge-card:hover,
.MoveAndStudyCore .mas-bridge-card:active,
.MoveAndStudyCore .mas-bridge-card:focus-visible {
display: grid;
gap: 0.8rem;
min-height: 100%;
padding: 1.35rem;
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 14px;
background: #fff;
box-shadow: 0 12px 30px rgba(18, 30, 44, 0.08);
color: #142236;
text-decoration: none;
cursor: pointer;
transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore .mas-bridge-card *,
.MoveAndStudyCore .mas-bridge-card *::before,
.MoveAndStudyCore .mas-bridge-card *::after {
text-decoration: none;
}
.MoveAndStudyCore .mas-bridge-card:hover,
.MoveAndStudyCore .mas-bridge-card:focus-visible {
transform: translateY(-1px);
border-color: rgba(var(--mas-color-coral-rgb), 0.24);
box-shadow: 0 16px 34px rgba(18, 30, 44, 0.12);
text-decoration: none;
}
.MoveAndStudyCore .mas-bridge-card:focus-visible {
outline: 2px solid rgba(var(--mas-color-coral-rgb), 0.4);
outline-offset: 2px;
}
.MoveAndStudyCore .mas-bridge-card__title,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-highlight strong,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust-card strong {
display: block;
color: var(--mas-color-ink);
text-decoration: none;
}
.MoveAndStudyCore .mas-bridge-card__text,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-highlight span,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust-card span {
color: var(--mas-color-muted);
text-decoration: none;
}
.MoveAndStudyCore .mas-bridge-card__eyebrow {
display: inline-flex;
width: fit-content;
margin: 0;
padding: 0.4rem 0.75rem;
border-radius: 999px;
background: #edf3ff;
color: #1f4f97;
text-decoration: none;
}
.MoveAndStudyCore .mas-bridge-card__cta {
margin-top: auto;
color: var(--mas-color-coral);
font-style: normal;
text-decoration: none;
}
.MoveAndStudyCore .mas-bridge-card:hover .mas-bridge-card__cta,
.MoveAndStudyCore .mas-bridge-card:focus-visible .mas-bridge-card__cta,
.MoveAndStudyCore .mas-bridge-card:visited .mas-bridge-card__cta {
color: var(--mas-color-link-hover);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-icon-disc {
display: grid;
place-items: center;
width: 3.8rem;
height: 3.8rem;
border-radius: 999px;
background: #dceeff;
color: #2f7dfa;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-icon-disc--exam {
background: #eadfff;
color: #8759f2;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-icon-disc--destination {
background: #ffe0e6;
color: #ff4f5e;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-icon-disc--long {
background: #d9f4e5;
color: #22a477;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-icon-disc--advice {
background: #fde7c9;
color: #1f2b36;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-icon-disc svg {
width: 1.9rem;
height: 1.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-link-grid {
display: grid;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-link-grid--three {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-link-grid--two {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-highlight-list,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-highlight {
display: grid;
gap: 0.45rem;
align-content: start;
min-height: 100%;
padding: 1.2rem;
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 14px;
background: rgba(255, 255, 255, 0.88);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-conversion {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 1.25rem;
background: linear-gradient(135deg, rgba(255, 249, 243, 0.98), rgba(255, 255, 255, 0.98));
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust {
margin-top: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust-card {
display: flex;
gap: 1rem;
align-items: flex-start;
min-height: 100%;
padding: 1.2rem;
border: 1px solid rgba(21, 34, 53, 0.06);
border-radius: 14px;
background: #fbf7f3;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust-card svg,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-support-link svg,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-icon-disc svg {
flex: 0 0 auto;
fill: none;
stroke: currentColor;
stroke-width: 1.75;
stroke-linecap: round;
stroke-linejoin: round;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust-card svg {
width: 2.2rem;
height: 2.2rem;
color: #ff514a;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust-card div {
display: grid;
gap: 0.3rem;
}
@media (max-width: 1180px) {
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-goals-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-feature,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-split {
grid-template-columns: 1fr;
}
}
@media (max-width: 980px) {
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__content {
width: min(42rem, 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-link-grid--three,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-highlight-list,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-trust {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-conversion {
grid-template-columns: 1fr;
}
}
@media (max-width: 760px) {
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero {
min-height: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__inner {
min-height: auto;
align-items: flex-end;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__content {
width: 100%;
padding-block: 18rem 3rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-hero__media::before {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 22%, rgba(255, 255, 255, 0.84) 64%, rgba(255, 255, 255, 0.98) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-goals-grid,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-bridge-link-grid--two {
grid-template-columns: 1fr;
}
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-page > .mas-section {
padding-block: clamp(1.2rem, 2.4vw, 1.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero {
padding-block: clamp(1rem, 2.2vw, 1.55rem);
background: linear-gradient(180deg, #f8faf9 0%, #fff 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__shell {
position: relative;
display: grid;
overflow: hidden;
isolation: isolate;
border-radius: 24px;
background: #dfe9ef;
box-shadow: 0 28px 68px rgba(18, 28, 40, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__shell::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(circle at 12% 24%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.22) 26%, rgba(255, 255, 255, 0) 52%),
linear-gradient(90deg, rgba(249, 252, 254, 0.96) 0%, rgba(249, 252, 254, 0.84) 22%, rgba(245, 249, 252, 0.58) 40%, rgba(245, 249, 252, 0.28) 56%, rgba(245, 249, 252, 0.1) 68%, rgba(245, 249, 252, 0) 82%);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__shell::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
linear-gradient(180deg, rgba(248, 252, 255, 0.06) 0%, rgba(248, 252, 255, 0) 42%);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__media,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__media-primary {
position: relative;
z-index: 0;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image {
position: relative;
overflow: hidden;
background: #e8eef2;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image img {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__image img {
object-fit: cover;
object-position: center;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__media-primary .mas-country-hero__image {
aspect-ratio: 16 / 6.6;
min-height: 0;
max-height: 600px;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__content {
position: absolute;
inset: auto auto clamp(1.25rem, 3vw, 2.4rem) clamp(1.25rem, 3vw, 2.4rem);
z-index: 2;
display: grid;
align-content: start;
gap: 0.8rem;
width: min(38rem, calc(100% - 2.5rem));
isolation: isolate;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__copy {
display: grid;
gap: clamp(0.85rem, 1.8vw, 1.15rem);
padding: clamp(1.15rem, 2.2vw, 1.65rem);
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__title :is(h1, h2, h3, p) {
color: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__title {
display: grid;
gap: clamp(0.7rem, 1.5vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__title p {
max-width: 54ch;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__actions,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 0.7rem 0.78rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__actions .mas-action-link,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__actions .mas-action-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0.82rem 1.15rem;
border: 1px solid rgba(31, 45, 58, 0.16);
border-radius: 8px;
background: rgba(255, 252, 247, 0.68);
box-shadow: 0 10px 24px rgba(18, 25, 32, 0.1);
backdrop-filter: blur(8px);
text-decoration: none;
transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__actions .mas-action-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__actions .mas-action-link:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__actions .mas-action-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__actions .mas-action-link:focus-visible {
transform: translateY(-1px);
border-color: rgba(31, 45, 58, 0.24);
background: rgba(255, 252, 247, 0.84);
box-shadow: 0 14px 30px rgba(18, 25, 32, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__actions .mas-action-link--primary,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__actions .mas-action-link--primary {
color: var(--mas-color-surface);
border-color: transparent;
background: var(--mas-color-coral);
box-shadow: 0 14px 30px rgba(var(--mas-color-coral-rgb), 0.25);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__actions .mas-action-link--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__actions .mas-action-link--primary:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__actions .mas-action-link--primary:hover,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__actions .mas-action-link--primary:focus-visible {
background: var(--mas-color-coral);
box-shadow: 0 16px 34px rgba(var(--mas-color-coral-rgb), 0.3);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__actions .mas-action-link--secondary,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__actions .mas-action-link--secondary {
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlights {
position: relative;
z-index: 2;
margin-top: clamp(-1.55rem, -2.7vw, -0.85rem);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlights__shell {
padding: clamp(0.55rem, 1.2vw, 0.9rem);
border: 1px solid rgba(214, 206, 197, 0.8);
border-radius: 22px;
background: rgba(255, 252, 248, 0.96);
box-shadow: var(--mas-home-shadow-card);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlights__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlight {
display: grid;
align-content: start;
min-height: 0;
padding: clamp(1rem, 1.8vw, 1.25rem);
border-left: 1px solid rgba(217, 209, 200, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlight:first-child {
border-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-section-head {
margin-bottom: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card-grid {
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card {
display: grid;
grid-template-rows: 1fr auto;
gap: 1rem;
min-height: 100%;
padding: clamp(1.15rem, 2vw, 1.45rem);
border: 1px solid rgba(214, 206, 197, 0.82);
border-radius: 22px;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 16px 36px rgba(18, 25, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card__body {
display: grid;
gap: 0.72rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card__eyebrow {
margin: 0;
color: var(--mas-color-link-hover);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card__footer {
display: flex;
align-items: center;
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card__link,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-useful__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.85rem;
padding: 0.8rem 1.15rem;
border: 1px solid rgba(29, 45, 59, 0.16);
border-radius: 999px;
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 10px 24px rgba(18, 25, 32, 0.06);
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card__status {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.85rem;
padding: 0.8rem 1.15rem;
border: 1px solid rgba(29, 45, 59, 0.12);
border-radius: 999px;
background: rgba(244, 241, 236, 0.92);
color: var(--mas-color-muted);
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card--pending {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 245, 240, 0.96));
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-help__card,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-useful__card,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__card {
display: grid;
gap: 1rem;
padding: clamp(1.15rem, 2.2vw, 1.65rem);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-help__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-help__item {
display: grid;
gap: 0.65rem;
padding: 1rem;
border: 1px solid rgba(214, 206, 197, 0.76);
border-radius: 18px;
background: rgba(255, 255, 255, 0.78);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-useful__links {
display: flex;
flex-wrap: wrap;
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__card {
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-page > .mas-section {
padding-block: clamp(1.2rem, 2.4vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero {
padding-block: clamp(1rem, 2.2vw, 1.6rem);
background: linear-gradient(180deg, #f8faf9 0%, #fff 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__shell {
position: relative;
display: grid;
overflow: hidden;
isolation: isolate;
border-radius: 24px;
background: #e0e9ee;
box-shadow: 0 28px 68px rgba(18, 28, 40, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__shell::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.28), transparent 34%),
linear-gradient(90deg, rgba(249, 252, 254, 0.97) 0%, rgba(249, 252, 254, 0.9) 24%, rgba(245, 249, 252, 0.66) 42%, rgba(245, 249, 252, 0.34) 58%, rgba(245, 249, 252, 0.14) 70%, rgba(245, 249, 252, 0) 84%);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__media {
position: relative;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image {
position: relative;
overflow: hidden;
background: #e8eef2;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image img {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image img {
min-height: clamp(26rem, 42vw, 36rem);
object-fit: cover;
object-position: 58% 44%;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__content {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__copy {
display: grid;
gap: clamp(0.8rem, 1.7vw, 1.2rem);
width: min(38rem, calc(100% - 3rem));
margin-left: clamp(1.4rem, 3.8vw, 3.4rem);
padding-block: clamp(2.8rem, 5vw, 4.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__copy-block,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card__copy,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-step,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefit {
display: grid;
gap: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__copy-block > *,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card__copy > *,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-step > *,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefit > * {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__backlink,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__backlink:visited {
width: fit-content;
color: #214e96;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__eyebrow {
display: inline-flex;
align-items: center;
width: fit-content;
margin: 0;
padding: 0.45rem 0.8rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.82);
box-shadow: 0 10px 24px rgba(18, 30, 44, 0.08);
color: #ff4f48;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__actions,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-advice__actions {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-action {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 3.2rem;
padding: 0.85rem 1.2rem;
border: 1px solid rgba(17, 28, 43, 0.14);
border-radius: 10px;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 12px 28px rgba(18, 30, 44, 0.08);
color: #142236;
text-decoration: none;
transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-action:hover,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-action:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card:focus-within {
transform: translateY(-1px);
box-shadow: 0 16px 34px rgba(18, 30, 44, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-action--primary {
border-color: transparent;
background: var(--mas-color-coral);
box-shadow: 0 14px 30px rgba(var(--mas-color-coral-rgb), 0.24);
color: var(--mas-color-surface);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-section__intro {
margin-bottom: clamp(1rem, 1.9vw, 1.5rem);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-exams {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(1rem, 1.8vw, 1.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-step,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefit {
min-height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card {
align-content: start;
scroll-margin-top: clamp(5rem, 12vh, 7rem);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card__eyebrow {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card:target {
border-color: rgba(var(--mas-color-coral-rgb), 0.34);
background: linear-gradient(135deg, rgba(var(--mas-color-coral-rgb), 0.08), #fff);
box-shadow: 0 18px 42px rgba(var(--mas-color-coral-rgb), 0.16);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-card__footer {
margin-top: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-panel {
padding: clamp(1.35rem, 2.6vw, 2rem);
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 22px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 18px 48px rgba(18, 30, 44, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-panel--warm {
background: linear-gradient(135deg, rgba(255, 248, 241, 0.98), rgba(255, 255, 255, 0.98));
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-steps,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefits {
display: grid;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-steps {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefits {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-step,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefit {
padding: 1.2rem;
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 16px;
background: #fbf7f3;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-advice {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 1.25rem;
align-items: center;
padding: clamp(1.35rem, 2.6vw, 2rem);
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 22px;
background: linear-gradient(135deg, rgba(255, 249, 243, 0.98), rgba(255, 255, 255, 0.98));
box-shadow: 0 18px 48px rgba(18, 30, 44, 0.1);
}
@media (max-width: 1180px) {
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-exams {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-steps,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefits {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__content {
position: relative;
min-height: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__shell::before {
background:
linear-gradient(180deg, rgba(248, 252, 255, 0.16) 0%, rgba(248, 252, 255, 0.16) 22%, rgba(248, 252, 255, 0.86) 66%, rgba(248, 252, 255, 0.98) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__copy {
width: min(42rem, calc(100% - 2rem));
margin-inline: auto;
padding-top: 15rem;
padding-bottom: 2.4rem;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image img {
min-height: 31rem;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-advice {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-steps,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefits {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 680px) {
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-exams,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-steps,
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-benefits {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__copy {
width: calc(100% - 1.6rem);
padding-top: 13rem;
padding-bottom: 2rem;
}
.MoveAndStudyCore.MoveAndStudyCore-exam-hub .mas-exam-hub-hero__image img {
min-height: 28rem;
object-position: 62% 42%;
}
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-main > .mas-section {
padding-block: clamp(1.1rem, 2.2vw, 1.85rem);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero {
min-height: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero::before {
display: block;
content: "";
position: absolute;
inset: 0;
z-index: -1;
background:
linear-gradient(90deg, rgba(14, 26, 40, 0.82) 0%, rgba(14, 26, 40, 0.72) 28%, rgba(14, 26, 40, 0.42) 52%, rgba(14, 26, 40, 0.12) 74%, rgba(14, 26, 40, 0) 100%),
linear-gradient(180deg, rgba(16, 27, 41, 0.12) 0%, rgba(16, 27, 41, 0.34) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero .mas-hero__inner {
grid-template-rows: 1fr;
min-height: clamp(34rem, 52vw, 43rem);
padding-block: clamp(2rem, 4.6vw, 4rem);
row-gap: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero .mas-hero__content {
gap: 1.25rem;
max-width: min(42rem, 100%);
border-left: 0;
border-radius: 24px;
background: linear-gradient(135deg, rgba(15, 24, 36, 0.54), rgba(15, 24, 36, 0.22));
box-shadow: 0 24px 56px rgba(0, 0, 0, 0.16);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__image img {
object-fit: cover;
object-position: 62% 28%;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__eyebrow {
display: inline-flex;
width: fit-content;
margin: 0;
padding: 0.45rem 0.8rem;
border-radius: 999px;
background: rgba(255, 255, 255, 0.16);
color: rgba(255, 255, 255, 0.96);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__actions {
margin-top: 0.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__highlights {
display: grid;
gap: 0.65rem;
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__highlights li {
display: inline-flex;
align-items: center;
width: fit-content;
min-width: 0;
padding: 0.55rem 0.85rem;
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 999px;
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.92);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-section-intro {
width: 100%;
max-width: none;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-section-intro--center {
text-align: center;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-section-intro--light :is(h1, h2, h3) {
color: var(--mas-color-surface);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-section-intro--light p {
color: rgba(255, 255, 255, 0.84);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-card-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-program-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-parents-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-trust-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-seo-groups,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__topics,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefits {
display: grid;
gap: clamp(1rem, 1.8vw, 1.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-card-grid > .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-program-grid > .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-grid > .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-parents-grid > .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-trust-grid > .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__topics > .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefits > .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__actions > .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__actions > .Synergee-Web-Page-Component-Text-Container {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-card-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-panel {
display: grid;
gap: clamp(1rem, 2vw, 1.35rem);
padding: clamp(1.15rem, 2.4vw, 1.75rem);
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 22px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 18px 46px rgba(18, 30, 44, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefits,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-parents-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__topics {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-program-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-seo-groups,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-trust-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefit,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-program-card,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-parent-card,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-card,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-seo-group,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__topic {
display: grid;
gap: 0.7rem;
min-height: 100%;
padding: 1.25rem;
border: 1px solid rgba(21, 34, 53, 0.08);
border-radius: 18px;
background: #fff;
box-shadow: 0 14px 34px rgba(18, 30, 44, 0.06);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefit {
background: #fbf7f3;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-card {
gap: 0;
padding: 0;
overflow: hidden;
align-content: start;
text-align: left;
background: linear-gradient(135deg, rgba(255, 247, 240, 0.98), rgba(255, 255, 255, 0.98));
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-card__media {
display: block;
aspect-ratio: 16 / 9;
overflow: hidden;
background: rgba(17, 28, 43, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-card__media img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-card__body {
display: grid;
gap: 0.62rem;
padding: 1rem 1.05rem 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-card__text {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-card__cta {
color: #36536f;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-card strong,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-program-card strong,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-parent-card strong,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-seo-group strong,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__topic strong,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefit strong {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-program-card p,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-parent-card p,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-seo-group p,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__topic p,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefit p {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-chip-list {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-chip-list li {
display: inline-flex;
align-items: center;
padding: 0.48rem 0.78rem;
border-radius: 999px;
background: #f4f7fb;
color: #36536f;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__panel {
gap: clamp(1rem, 2.1vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__actions {
margin-top: 0.2rem;
}
@media (max-width: 1100px) {
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-card-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefits,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-parents-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero::before {
background:
linear-gradient(180deg, rgba(16, 27, 41, 0.14) 0%, rgba(16, 27, 41, 0.22) 22%, rgba(16, 27, 41, 0.62) 64%, rgba(16, 27, 41, 0.84) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero .mas-hero__inner {
min-height: clamp(30rem, 88vw, 38rem);
align-items: end;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero .mas-hero__content {
max-width: none;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-program-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-seo-groups,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-trust-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-contact__topics {
grid-template-columns: 1fr;
}
}
@media (max-width: 680px) {
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-card-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-country-grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-benefits,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-parents-grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero .mas-hero__inner {
padding-block: 1.25rem 1.8rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-hub-hero__highlights li {
width: 100%;
}
}
@media (max-width: 1099px) {
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlights__grid,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-help__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlight:nth-child(3) {
border-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlights__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlight:nth-child(3) {
border-left: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-grid,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 899px) {
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlights {
margin-top: -1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlights__grid,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-card-grid,
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-help__grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlight {
border-left: 0;
border-top: 1px solid rgba(217, 209, 200, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-highlight:first-child {
border-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero {
padding-block: 0.7rem 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__shell {
border-radius: 20px;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__shell::before {
background:
linear-gradient(180deg, rgba(248, 252, 255, 0.08) 0%, rgba(248, 252, 255, 0.18) 22%, rgba(244, 248, 251, 0.72) 68%, rgba(244, 248, 251, 0.9) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__media-primary .mas-country-hero__image {
aspect-ratio: auto;
min-height: clamp(300px, 72vw, 440px);
max-height: none;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero .mas-country-hero__content {
right: 1rem;
left: 1rem;
bottom: 1rem;
width: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-hero__copy {
padding: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-languages-hub .mas-languages-hub-conversion__card {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlights {
margin-top: -1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlights__grid,
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-pathways .mas-card-grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlight {
border-left: 0;
border-top: 1px solid rgba(217, 209, 200, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-highlight:first-child {
border-top: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero {
padding-block: 0.7rem 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__shell {
border-radius: 20px;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__shell::before {
background:
linear-gradient(180deg, rgba(248, 252, 255, 0.08) 0%, rgba(248, 252, 255, 0.18) 22%, rgba(244, 248, 251, 0.72) 68%, rgba(244, 248, 251, 0.9) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__media-primary .mas-country-hero__image {
aspect-ratio: auto;
min-height: clamp(300px, 72vw, 440px);
max-height: none;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero .mas-country-hero__content {
right: 1rem;
left: 1rem;
bottom: 1rem;
width: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-homeadult-hero__copy {
padding: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-conversion__card {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-students-adults .mas-adults-hub-conversion__actions {
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__shell,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-final-cta__shell {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-program-grid,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-destination-grid,
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-advice__grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__image {
min-height: 410px;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-country-hero__content {
align-items: flex-end;
padding: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero__copy-wrap {
gap: 1rem;
max-width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-hero__actions-main {
grid-template-columns: 1fr;
display: grid;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-hero .mas-action-link {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-language .mas-language-final-cta__actions {
grid-template-columns: 1fr;
}
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-page {
display: grid;
gap: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero {
padding-block: 0.75rem 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__shell {
position: relative;
display: grid;
overflow: hidden;
isolation: isolate;
border-radius: 28px;
background: #dfe9ef;
box-shadow: 0 28px 68px rgba(42, 41, 37, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__shell::before {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(90deg, rgba(247, 244, 240, 0.94) 0%, rgba(247, 244, 240, 0.88) 32%, rgba(247, 244, 240, 0.3) 64%, rgba(247, 244, 240, 0.04) 100%);
pointer-events: none;
z-index: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__shell::after {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 32%),
linear-gradient(180deg, rgba(248, 252, 255, 0.06) 0%, rgba(248, 252, 255, 0) 42%);
pointer-events: none;
z-index: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__image {
position: relative;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary {
z-index: 0;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary .Synergee-Web-Page-Component-Image-Link,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__image {
overflow: hidden;
background: #e8eef2;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary .Synergee-Web-Page-Component-Image-Link,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary img {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary img {
object-fit: cover;
object-position: center 28%;
filter: saturate(0.96) contrast(0.98) brightness(1.04);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary .mas-country-hero__image {
aspect-ratio: 16 / 6.6;
min-height: 0;
max-height: 600px;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__content {
position: absolute;
z-index: 2;
display: grid;
align-content: start;
gap: 0.8rem;
right: auto;
left: clamp(1.2rem, 3vw, 2.6rem);
bottom: clamp(1.2rem, 3vw, 2.4rem);
width: min(100%, 42rem);
isolation: isolate;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero__copy {
display: grid;
gap: 1rem;
max-width: min(100%, 38rem);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-section-head__eyebrow {
margin: 0;
text-transform: uppercase;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero__copy-wrap,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero__intro {
display: grid;
gap: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-main > .mas-course-type-summary {
padding-block: clamp(1.25rem, 2.4vw, 1.85rem) clamp(1rem, 2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-main > .mas-course-type-destinations,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-main > .mas-course-type-schools {
padding-block: clamp(0.95rem, 2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-main > .mas-course-type-conversion {
padding-block: clamp(0.95rem, 1.9vw, 1.25rem) clamp(1.65rem, 3.2vw, 2.15rem);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-section-head {
display: grid;
gap: 0.9rem;
margin-bottom: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-section-head > .mas-section-intro,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-conversion__card > .mas-section-intro {
max-width: none;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type [data-course-type-country-card][hidden],
.MoveAndStudyCore.MoveAndStudyCore-course-type [data-course-type-school-card][hidden],
.MoveAndStudyCore.MoveAndStudyCore-course-type [data-course-type-country][hidden],
.MoveAndStudyCore.MoveAndStudyCore-course-type [data-course-type-next][hidden],
.MoveAndStudyCore.MoveAndStudyCore-course-type [data-course-type-prev][hidden],
.MoveAndStudyCore.MoveAndStudyCore-course-type [data-course-type-country-prev][hidden],
.MoveAndStudyCore.MoveAndStudyCore-course-type [data-course-type-country-next][hidden] {
display: none !important;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-explorer,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-language-filter,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-toolbar,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-summary__grid,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-grid {
display: grid;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-language-filter,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-toolbar {
grid-template-columns: repeat(auto-fit, minmax(11rem, max-content));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-summary__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel {
display: grid;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__controls {
display: flex;
align-items: center;
justify-content: flex-end;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__actions {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__slider {
position: relative;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__viewport {
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__track {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel.is-enhanced .mas-course-type-country-carousel__track {
display: flex;
transition: transform 280ms ease;
will-change: transform;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__page {
flex: 0 0 100%;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__page-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-summary-card,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-fallback-card,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-conversion__card {
display: grid;
gap: 0.85rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-summary-card {
align-content: start;
padding: clamp(1.1rem, 2vw, 1.35rem);
min-height: 100%;
border: 1px solid rgba(215, 207, 198, 0.78);
border-radius: 20px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 239, 0.94));
box-shadow: 0 18px 36px rgba(77, 70, 61, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-summary__grid > :first-child {
background:
linear-gradient(135deg, rgba(249, 246, 241, 0.98), rgba(242, 238, 233, 0.94));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-language-filter__button,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-toolbar__all {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 0.65rem;
min-height: 44px;
padding: 0.75rem 1rem;
border: 1px solid rgba(35, 107, 115, 0.16);
border-radius: 999px;
background: rgba(255, 255, 255, 0.92);
color: inherit;
cursor: pointer;
transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-language-filter__button.is-active,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-toolbar__all.is-active {
border-color: rgba(35, 107, 115, 0.3);
background: rgba(239, 248, 249, 0.96);
box-shadow: 0 14px 26px rgba(12, 24, 32, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card {
position: relative;
isolation: isolate;
border: 1px solid rgba(215, 207, 198, 0.82);
border-radius: 22px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 22px 46px rgba(77, 70, 61, 0.08);
overflow: hidden;
transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__toggle {
display: grid;
gap: 0;
width: 100%;
padding: 0;
border: 0;
background: transparent;
color: inherit;
text-align: left;
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__media {
position: relative;
display: block;
min-height: 0;
aspect-ratio: 4 / 3;
overflow: hidden;
background:
linear-gradient(140deg, rgba(79, 145, 184, 0.18) 0%, rgba(109, 138, 83, 0.2) 100%),
#eef3f4;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__overlay {
position: absolute;
inset: auto 0 0;
padding: 1rem 1.1rem;
background: linear-gradient(180deg, rgba(15, 37, 49, 0) 0%, rgba(15, 37, 49, 0.78) 100%);
color: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__name {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__body,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__actions {
padding-inline: 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__body {
padding-top: 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__summary {
display: block;
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card.is-active {
border-color: rgba(35, 107, 115, 0.34);
box-shadow: 0 18px 36px rgba(12, 24, 32, 0.13);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__actions {
padding-top: 1rem;
padding-bottom: 1.05rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__page-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0.72rem 1rem;
border: 1px solid rgba(36, 36, 36, 0.1);
border-radius: 999px;
background: rgba(248, 244, 239, 0.95);
color: inherit;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__meta,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-language-filter__meta,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-schools__summary {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory {
display: grid;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__intro {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 0.85rem 1rem;
padding: 1rem 1.05rem;
border: 1px solid rgba(216, 207, 198, 0.74);
border-radius: 20px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 239, 0.94));
box-shadow: 0 14px 32px rgba(60, 53, 45, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__actions {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-slider-pagination {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-slider-pagination__dot {
width: 0.72rem;
height: 0.72rem;
padding: 0;
border: 1px solid rgba(36, 36, 36, 0.16);
border-radius: 999px;
background: rgba(248, 244, 239, 0.88);
cursor: pointer;
transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-slider-pagination__dot.is-active {
width: 1.55rem;
border-color: rgba(35, 107, 115, 0.32);
background: rgba(35, 107, 115, 0.92);
box-shadow: 0 10px 20px rgba(12, 24, 32, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__nav,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__nav {
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1;
min-height: 42px;
padding: 0.72rem 1rem;
border: 1px solid rgba(36, 36, 36, 0.1);
border-radius: 999px;
background: rgba(248, 244, 239, 0.95);
color: inherit;
cursor: pointer;
transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__slider {
position: relative;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__viewport {
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__track {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory.is-enhanced .mas-course-type-directory__track {
display: flex;
transition: transform 280ms ease;
will-change: transform;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__grid,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__page-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__page {
flex: 0 0 100%;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__item {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__meta {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card {
display: grid;
min-height: 100%;
overflow: hidden;
border: 1px solid rgba(216, 207, 198, 0.78);
border-radius: 22px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 22px 48px rgba(60, 53, 45, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__media {
display: block;
aspect-ratio: 16 / 10;
overflow: hidden;
background: rgba(242, 238, 233, 0.8);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 220ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__body {
display: grid;
gap: 0.65rem;
align-content: start;
padding: 1.05rem 1.05rem 1.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__location {
margin: 0;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__title {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__title-link,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__city-link,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__cta {
color: inherit;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__footer {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 0.75rem;
margin-top: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card__cta {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding-inline: 1rem;
border: 1px solid rgba(36, 36, 36, 0.1);
border-radius: 999px;
background: rgba(248, 244, 239, 0.95);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__nav:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__nav:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__nav:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__nav:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-slider-pagination__dot:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-slider-pagination__dot:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-language-filter__button:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-language-filter__button:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-toolbar__all:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-toolbar__all:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__toggle:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__toggle:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__page-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card__page-link:focus-visible {
transform: translateY(-1px);
border-color: rgba(35, 107, 115, 0.24);
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 14px 28px rgba(12, 24, 32, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-card:focus-within,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card:focus-within {
transform: translateY(-2px);
border-color: rgba(35, 107, 115, 0.24);
box-shadow: 0 18px 34px rgba(12, 24, 32, 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card:hover .mas-course-type-school-card__image,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-school-card:focus-within .mas-course-type-school-card__image {
transform: scale(1.02);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-conversion__card {
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
padding: clamp(1.15rem, 2.2vw, 1.65rem);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-conversion__actions {
display: flex;
flex-wrap: wrap;
gap: 0.85rem;
justify-content: flex-end;
}
@media (max-width: 1099px) {
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-summary__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__page-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__grid,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__page-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 899px) {
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero {
padding-block: 0.7rem 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__shell {
border-radius: 20px;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__shell::before {
background:
linear-gradient(180deg, rgba(248, 252, 255, 0.08) 0%, rgba(248, 252, 255, 0.18) 22%, rgba(244, 248, 251, 0.74) 68%, rgba(244, 248, 251, 0.9) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__media-primary .mas-country-hero__image {
aspect-ratio: auto;
min-height: clamp(300px, 72vw, 440px);
max-height: none;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-hero .mas-country-hero__content {
right: 1rem;
left: 1rem;
bottom: 1rem;
width: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__intro {
grid-template-columns: 1fr;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__actions {
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-summary__grid,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-destination-grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__controls,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__actions {
justify-content: flex-start;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__page-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__grid,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__page-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-summary__grid > :first-child {
grid-column: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-conversion__card {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-conversion__actions {
justify-content: flex-start;
}
}
@media (max-width: 639px) {
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-country-carousel__page-grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__grid,
.MoveAndStudyCore.MoveAndStudyCore-course-type .mas-course-type-directory__page-grid {
grid-template-columns: 1fr;
}
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main {
box-sizing: border-box;
background: #fbfaf7;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main *,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main *::before,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main *::after {
box-sizing: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero {
position: relative;
min-height: clamp(520px, 58vw, 660px);
overflow: hidden;
background: #fbfaf7;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero::before {
position: absolute;
inset: 0;
z-index: 1;
content: "";
background: linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.92) 24%, rgba(251, 250, 247, 0.72) 39%, rgba(251, 250, 247, 0.26) 56%, rgba(251, 250, 247, 0.06) 69%, rgba(251, 250, 247, 0) 79%);
pointer-events: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media {
position: absolute;
inset: 0;
z-index: 0;
--mas-home-main-hero-focus: 44% 50%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media[data-mas-home-hero-active="junior"] {
--mas-home-main-hero-focus: 46% 50%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media[data-mas-home-hero-active="young"] {
--mas-home-main-hero-focus: 44% 50%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media[data-mas-home-hero-active="adult"] {
--mas-home-main-hero-focus: 46% 50%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media[data-mas-home-hero-active="pro"] {
--mas-home-main-hero-focus: 42% 50%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media[data-mas-home-hero-active="school"] {
--mas-home-main-hero-focus: 48% 50%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media[data-mas-home-hero-active="gap"] {
--mas-home-main-hero-focus: 50% 50%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__image img {
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__picture {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__image img {
display: block;
object-fit: cover;
object-position: var(--mas-home-main-hero-focus);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__visual {
opacity: 1;
transition: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media.is-switching .mas-home-main-hero__visual {
opacity: 1;
transform: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__inner {
position: relative;
z-index: 2;
display: grid;
align-items: center;
min-height: clamp(520px, 58vw, 660px);
padding-block: clamp(3rem, 5vw, 5rem) clamp(4rem, 7vw, 6rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__content {
display: grid;
gap: clamp(1.1rem, 2vw, 1.55rem);
width: min(100%, 560px);
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__title,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__lead {
margin: 0;
color: var(--mas-color-ink);
max-width: 100%;
overflow-wrap: anywhere;
white-space: normal;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__title span {
display: block;
color: #ff4f45;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__lead {
max-width: 390px;
color: #455363;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-contact-row {
display: flex;
flex-wrap: wrap;
gap: 0.75rem 1.8rem;
margin-top: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-contact {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: #1d2937;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-contact svg,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-icon-disc svg,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-search-card__title svg,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust-card svg {
flex: 0 0 auto;
fill: none;
stroke: currentColor;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-contact svg {
width: 1.1rem;
height: 1.1rem;
color: #ff4f45;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-contact--whatsapp svg {
color: #18b985;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile {
position: relative;
z-index: 3;
margin-top: clamp(-3.4rem, -5vw, -2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile__shell,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-quick__shell,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-panel {
border: 1px solid rgba(20, 31, 43, 0.08);
border-radius: 18px;
background: rgba(255, 255, 255, 0.96);
box-shadow: 0 20px 54px rgba(20, 31, 43, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile__shell {
padding: clamp(1.3rem, 2.5vw, 2rem);
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-section-head {
display: grid;
gap: 0.45rem;
margin-bottom: clamp(1.1rem, 2vw, 1.6rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-section-head--center {
max-width: 860px;
margin-inline: auto;
text-align: center;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-section-title,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-list-title {
margin: 0;
color: var(--mas-color-ink);
max-width: 100%;
overflow-wrap: anywhere;
white-space: normal;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-section-copy {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile__grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile-card {
appearance: none;
-webkit-appearance: none;
display: grid;
justify-items: center;
align-content: start;
gap: 0.65rem;
width: 100%;
min-width: 0;
min-height: 176px;
padding: 1.15rem 0.9rem;
color: var(--mas-color-ink);
cursor: pointer;
text-align: center;
text-decoration: none;
border: 1px solid rgba(20, 31, 43, 0.08);
border-radius: 14px;
background: #fff;
box-shadow: 0 13px 30px rgba(20, 31, 43, 0.06);
transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile-card-shell {
position: relative;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile-card:hover,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile-card:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile-card.is-active {
transform: translateY(-2px);
border-color: rgba(255, 79, 69, 0.24);
box-shadow: 0 18px 40px rgba(20, 31, 43, 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile-card.is-locked {
border-color: rgba(255, 79, 69, 0.38);
box-shadow: 0 20px 44px rgba(255, 79, 69, 0.13), 0 14px 34px rgba(20, 31, 43, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-icon-disc {
display: grid;
place-items: center;
width: 3.45rem;
height: 3.45rem;
color: var(--mas-home-main-icon, #18a875);
border-radius: 50%;
background: var(--mas-home-main-disc, #d8f6e9);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-icon-disc svg {
width: 1.8rem;
height: 1.8rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-icon-disc--young {
--mas-home-main-disc: #dceeff;
--mas-home-main-icon: #2f7dfa;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-icon-disc--adult {
--mas-home-main-disc: #eadfff;
--mas-home-main-icon: #8759f2;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-icon-disc--pro {
--mas-home-main-disc: #fde7c9;
--mas-home-main-icon: #1f2b36;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-icon-disc--school {
--mas-home-main-disc: #d9f4e5;
--mas-home-main-icon: #22a477;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-icon-disc--gap {
--mas-home-main-disc: #ffe0e6;
--mas-home-main-icon: #ff4f5e;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-card-copy {
color: var(--mas-color-muted);
max-width: 100%;
overflow-wrap: anywhere;
white-space: normal;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-quick,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-promos,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destinations {
padding-block: clamp(1.2rem, 2.5vw, 2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-seo-editorial {
padding-block: clamp(1.2rem, 2.5vw, 2rem) clamp(2.4rem, 5vw, 4rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-promos:has(+ .mas-home-main-quick),
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-quick:has(+ .mas-home-main-trust),
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust:has(+ .mas-home-main-destinations),
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destinations:has(+ .mas-home-seo-editorial) {
padding-bottom: clamp(0.55rem, 1.1vw, 0.9rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-promos + .mas-home-main-quick,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-quick + .mas-home-main-trust,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust + .mas-home-main-destinations,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destinations + .mas-home-seo-editorial {
padding-top: clamp(0.45rem, 0.9vw, 0.75rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-seo-editorial__panel {
padding: clamp(1.35rem, 3vw, 2.4rem);
border: 1px solid rgba(20, 31, 43, 0.08);
border-radius: 22px;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 245, 239, 0.82));
box-shadow: 0 20px 54px rgba(20, 31, 43, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-seo-editorial__panel .Synergee-Web-Page-Component-Text-Container {
display: grid;
gap: clamp(0.8rem, 1.6vw, 1.2rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-seo-editorial__panel .Synergee-Web-Page-Component-Text-Container h3 {
margin-top: clamp(0.8rem, 1.8vw, 1.4rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-seo-editorial__panel .Synergee-Web-Page-Component-Text-Container :is(h2, h3, p) {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-quick__shell {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: clamp(1rem, 2vw, 2rem);
align-items: center;
padding: clamp(1.3rem, 2.4vw, 2rem);
background: #fbf5ef;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-search-card {
display: grid;
gap: 0.9rem;
padding: 1.15rem;
border: 1px solid rgba(20, 31, 43, 0.08);
border-radius: 14px;
background: #fff;
box-shadow: 0 13px 30px rgba(20, 31, 43, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-search-card__title {
display: flex;
align-items: center;
gap: 0.7rem;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-search-card__title svg {
width: 1.45rem;
height: 1.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-search-card select {
width: 100%;
min-height: 2.9rem;
padding-inline: 0.85rem;
color: var(--mas-color-muted);
border: 1px solid rgba(20, 31, 43, 0.12);
border-radius: 9px;
background: #fff;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-search-card__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.8rem;
padding-inline: 1.4rem;
text-align: center;
text-decoration: none;
border-radius: 9px;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-search-card__button {
color: #fff;
background: #ff4f45;
box-shadow: 0 10px 18px rgba(255, 79, 69, 0.2);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust-card {
display: flex;
align-items: center;
gap: 0.6rem;
min-height: 88px;
padding: 0.85rem 0.9rem;
text-align: left;
border-radius: 14px;
background: #fbf5ef;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust-card svg {
width: 2.2rem;
height: 2.2rem;
color: #ff4f45;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust-card div {
display: grid;
gap: 0.25rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust-title {
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust-card span:not(.mas-home-main-trust-title) {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-panel {
padding: clamp(1rem, 2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-list-head {
display: flex;
justify-content: space-between;
gap: 1rem;
align-items: center;
margin-bottom: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-list-head a {
color: #ff4f45;
text-decoration: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card {
position: relative;
min-height: 148px;
overflow: hidden;
border-radius: 10px;
background: #d7dde5;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card::after {
position: absolute;
inset: auto 0 0;
z-index: 1;
height: 55%;
content: "";
background: linear-gradient(180deg, rgba(11, 22, 34, 0), rgba(11, 22, 34, 0.74));
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__image,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__image picture,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__image img {
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__image {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__image img {
display: block;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__title {
position: absolute;
inset: 0;
z-index: 2;
padding: 0;
color: #fff;
text-align: left;
pointer-events: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__title .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__title a {
position: absolute;
inset: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__title a {
display: flex;
align-items: flex-end;
padding: 0.95rem;
overflow: hidden;
color: transparent;
opacity: 0;
text-decoration: none;
visibility: visible;
white-space: nowrap;
pointer-events: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-card__label {
position: absolute;
left: 0.95rem;
bottom: 0.95rem;
z-index: 3;
display: inline-flex;
max-width: calc(100% - 1.9rem);
padding: 0.35rem 0.65rem;
overflow: hidden;
color: #fff;
text-overflow: ellipsis;
white-space: nowrap;
background: rgba(9, 22, 35, 0.34);
border: 1px solid rgba(255, 255, 255, 0.34);
border-radius: 999px;
box-shadow: 0 10px 28px rgba(6, 16, 28, 0.2);
backdrop-filter: blur(8px);
pointer-events: none;
text-shadow: 0 2px 14px rgba(3, 12, 23, 0.42);
}
@media (max-width: 1180px) {
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile__grid,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main .mas-container,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__content,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile__shell,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-quick__shell,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-panel {
width: 100%;
max-width: 100%;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero {
min-height: auto;
background: #fbfaf7;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero::before {
background: linear-gradient(180deg, rgba(251, 250, 247, 0.72), rgba(251, 250, 247, 0.38) 45%, rgba(251, 250, 247, 0.86) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__media {
inset: 0;
opacity: 0.82;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__inner {
min-height: 520px;
padding: 2rem 1.25rem 5rem;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__lead {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__title,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-section-title {
max-width: min(100%, 13ch);
overflow-wrap: normal;
word-break: normal;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-hero__lead,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-section-copy,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-card-copy {
max-width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-section-head--center .mas-home-main-section-title,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-section-head--center .mas-home-main-section-copy {
margin-inline: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-profile__grid,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-quick__shell,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-trust__grid,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-destination-grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-list-head,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-contact-row {
align-items: stretch;
flex-direction: column;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-contact,
.MoveAndStudyCore.MoveAndStudyCore-home .mas-home-main-search-card__button {
width: 100%;
}
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory {
padding-block: clamp(0.75rem, 1.8vw, 1.25rem);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory > .mas-container {
display: grid;
gap: clamp(0.75rem, 1.6vw, 1.05rem);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__header,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__empty,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card {
border: 1px solid rgba(24, 40, 56, 0.1);
background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
box-shadow: 0 16px 34px rgba(18, 28, 40, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__header {
display: grid;
gap: 0.8rem;
padding: clamp(0.85rem, 1.6vw, 1.15rem);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__intro {
display: grid;
gap: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__eyebrow,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__status-label,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__label {
display: inline-flex;
align-items: center;
color: var(--mas-color-muted);
text-transform: uppercase;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__lead {
max-width: 52rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__status {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
gap: 0.7rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__result,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__active-filters {
display: grid;
align-content: start;
gap: 0.45rem;
min-height: 100%;
padding: 0.78rem 0.9rem;
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 18px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 248, 249, 0.96) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__result-count {
display: block;
color: var(--mas-color-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__summary {
gap: 0.4rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__active-filters {
gap: 0.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__filters {
display: grid;
gap: 0.75rem;
padding: clamp(0.75rem, 1.5vw, 1rem);
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 18px;
background: linear-gradient(180deg, rgba(249, 251, 252, 0.98) 0%, rgba(244, 248, 250, 0.96) 100%);
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__filters-intro {
display: grid;
gap: 0.35rem;
max-width: 52rem;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form {
display: grid;
gap: 0.7rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__field {
display: grid;
gap: 0.35rem;
align-content: start;
padding: 0.68rem;
border: 1px solid rgba(24, 40, 56, 0.08);
border-radius: 16px;
background: rgba(255, 255, 255, 0.92);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__field label {
display: grid;
gap: 0.25rem;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__field select,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__field input {
appearance: none;
width: 100%;
min-width: 0;
min-height: 42px;
padding: 0.62rem 0.82rem;
border: 1px solid rgba(21, 34, 53, 0.14);
border-radius: 14px;
background: #fff;
color: var(--mas-color-text);
box-sizing: border-box;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__field select {
padding-right: 2.35rem;
background-image:
linear-gradient(45deg, transparent 50%, rgba(23, 61, 66, 0.7) 50%),
linear-gradient(135deg, rgba(23, 61, 66, 0.7) 50%, transparent 50%);
background-position:
calc(100% - 1.2rem) calc(50% - 2px),
calc(100% - 0.9rem) calc(50% - 2px);
background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
background-repeat: no-repeat;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__field select:focus,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__field input:focus {
border-color: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.42);
outline: none;
box-shadow: 0 0 0 4px rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.12);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__actions {
display: flex;
flex-wrap: wrap;
gap: 0.55rem;
align-items: center;
justify-content: space-between;
padding-top: 0.15rem;
border-top: 1px solid rgba(24, 40, 56, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__submit,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__reset {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0.66rem 1rem;
border-radius: 999px;
text-decoration: none;
transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__submit {
border: 0;
background: var(--mas-color-accent, #e4572e);
color: #fff;
cursor: pointer;
box-shadow: 0 14px 24px rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.22);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form[data-mas-autosubmit-enhanced="1"] .mas-junior-directory-form__submit {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__submit:hover,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__submit:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__reset:hover,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__reset:focus-visible {
transform: translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__reset {
border: 1px solid rgba(21, 34, 53, 0.14);
color: var(--mas-color-ink);
background: rgba(255, 255, 255, 0.86);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__summary,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__facts,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__meta-list {
justify-content: flex-start;
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__groups {
display: grid;
gap: clamp(1.15rem, 2.4vw, 1.75rem);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__country {
display: grid;
gap: 0.7rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__country-head {
display: flex;
align-items: end;
justify-content: space-between;
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__country-head .mas-section-intro {
max-width: 48rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(1rem, 2vw, 1.35rem);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card {
display: grid;
grid-template-rows: auto 1fr auto;
overflow: hidden;
padding: 0;
border-radius: 22px;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__media {
background: #e8eef2;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__image-link {
display: block;
aspect-ratio: 16 / 9;
overflow: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__body {
display: grid;
align-content: start;
gap: 0.8rem;
padding: 1.05rem 1.05rem 0.95rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__body > .Synergee-Web-Page-Component-SchoolSearch-Results-Item-CountryCity,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__body > .Synergee-Web-Page-Component-SchoolSearch-Results-Item-Name {
padding: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__section {
display: grid;
gap: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__section > p {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__meta-list li,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__summary li,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__facts li {
border: 1px solid rgba(216, 222, 228, 0.9);
background: #f7f9f9;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__footer {
padding: 0 1.05rem 1.05rem;
border-top: 1px solid rgba(24, 40, 56, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__footer .mas-school-search-result__actions {
justify-content: flex-start;
padding-inline: 0;
padding-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__debug {
margin: 0 1.05rem 1.05rem;
padding-top: 0.8rem;
border-top: 1px solid rgba(24, 40, 56, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__debug summary {
cursor: pointer;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-card__debug code {
display: block;
margin-top: 0.65rem;
white-space: pre-wrap;
}
@media (max-width: 1180px) {
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__status {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__header,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__filters {
padding: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__grid,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory__grid {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__actions {
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__submit,
.MoveAndStudyCore.MoveAndStudyCore-junior-hub .mas-junior-directory-form__reset {
width: 100%;
}
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page {
--mas-junior-cream: #fff8f1;
--mas-junior-cream-soft: #fffaf6;
--mas-junior-sage: #f5faf7;
--mas-junior-blue-soft: #f5fbfc;
--mas-junior-coral-soft: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.1);
--mas-junior-ink: #17263a;
--mas-junior-line: rgba(23, 38, 58, 0.08);
--mas-junior-shadow: 0 18px 46px rgba(18, 30, 44, 0.08);
background: #ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page .mas-container {
max-width: 1280px;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page__main {
overflow: hidden;
background: #ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page__main > .mas-section {
padding-block: clamp(0.62rem, 1.2vw, 1.18rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page__main > .mas-school-junior-hero {
padding-block: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero {
position: relative;
min-height: clamp(540px, 58vw, 690px);
overflow: hidden;
padding-block: 0;
background: #fbfaf7;
isolation: isolate;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero::before {
content: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero::after {
content: "";
position: absolute;
inset: auto 0 0;
height: clamp(3rem, 7vw, 5rem);
background: linear-gradient(180deg, rgba(251, 250, 247, 0) 0%, rgba(251, 250, 247, 0.92) 100%);
pointer-events: none;
z-index: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero .mas-container {
position: relative;
z-index: 2;
width: 100%;
max-width: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__layout {
position: relative;
display: grid;
grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
align-items: stretch;
gap: clamp(1.5rem, 4vw, 4.5rem);
min-height: clamp(620px, 54vw, 760px);
overflow: hidden;
border-radius: 0;
background: #e8eef2;
isolation: isolate;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__layout::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.74) 28%, rgba(255, 255, 255, 0.42) 43%, rgba(255, 255, 255, 0.16) 56%, rgba(255, 255, 255, 0.04) 66%, rgba(255, 255, 255, 0) 74%);
pointer-events: none;
z-index: 1;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__content {
position: relative;
z-index: 2;
display: grid;
align-content: center;
gap: clamp(0.85rem, 1.7vw, 1.35rem);
min-width: 0;
max-width: 590px;
padding-block: clamp(5rem, 7vw, 7rem) clamp(6rem, 8vw, 8rem);
padding-left: max(2rem, calc((100vw - 1280px) / 2 + 2rem));
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__media {
display: grid;
align-items: center;
min-width: 0;
min-height: clamp(430px, 50vw, 650px);
align-self: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__media-composition {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
min-height: min(100%, 690px);
aspect-ratio: 1.08;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image picture,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image .Synergee-Web-Page-Component-Image-Link,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image img {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image {
overflow: hidden;
background: #e8eef2;
box-shadow: 0 24px 54px rgba(18, 30, 44, 0.16);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image--primary {
position: absolute;
inset: 0;
border-radius: inherit;
box-shadow: none;
z-index: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image img {
object-fit: cover;
object-position: 58% 50%;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__lead,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__lead .Synergee-Web-Page-Component-Container-Container {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__lead .Synergee-Web-Page-Component-Container-Container {
display: grid;
gap: clamp(0.7rem, 1.5vw, 1rem);
padding: clamp(0.9rem, 2vw, 1.4rem) 0 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
backdrop-filter: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__lead .mas-section-intro {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__title-stack {
display: grid;
gap: 0.45rem;
max-width: 560px;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__eyebrow {
display: inline-flex;
align-items: center;
justify-self: start;
gap: 0.55rem;
margin: 0;
padding: 0 0 0.55rem;
border: 0;
border-bottom: 3px solid var(--mas-color-accent, #e4572e);
color: var(--mas-color-accent, #e4572e);
background: transparent;
box-shadow: none;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 1.08rem;
font-weight: 780;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__eyebrow::after {
content: "Move and Study";
color: #17263a;
text-transform: none;
letter-spacing: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__school-name {
margin: 0;
color: var(--mas-junior-ink);
font-size: 3.9rem;
line-height: 0.98;
font-weight: 760;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__country-name {
margin: 0;
color: #455363;
font-size: 1.38rem;
line-height: 1.12;
font-weight: 640;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__intro {
max-width: 430px;
color: #455363;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__intro p {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__actions .Synergee-Web-Page-Component-Container-Container {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__cta-stack {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.48rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__price {
margin: 0;
padding: 0.48rem 0.72rem;
border-left: 3px solid var(--mas-color-accent, #e4572e);
color: #17263a;
background: rgba(255, 255, 255, 0.78);
box-shadow: 0 10px 22px rgba(18, 30, 44, 0.07);
font-size: 1.02rem;
font-weight: 720;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: 2.35rem;
height: 2.35rem;
border: 1px solid rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.14);
border-radius: 999px;
color: var(--mas-color-accent, #e4572e);
background: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-icon svg {
width: 1.15rem;
height: 1.15rem;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-icon--category div {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-icon--category img {
display: block;
width: 1.2rem;
height: 1.2rem;
max-width: 1.2rem;
max-height: 1.2rem;
object-fit: contain;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__actions,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__actions {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-action-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0.76rem 1.12rem;
border: 1px solid rgba(23, 38, 58, 0.12);
border-radius: 16px;
text-decoration: none;
box-shadow: 0 12px 24px rgba(18, 30, 44, 0.08);
transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-action-link:hover,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-action-link:focus-visible {
transform: translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-action-link--primary {
color: #fff;
border-color: transparent;
background: var(--mas-color-accent, #e4572e);
box-shadow: 0 16px 34px rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.25);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero .mas-action-link--primary {
min-height: 54px;
padding-inline: 1.2rem;
border-radius: 999px;
box-shadow: 0 18px 36px rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.32);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero .mas-action-link--primary::after {
content: "→";
margin-left: 0.65rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile {
position: relative;
z-index: 4;
margin-top: clamp(-3.7rem, -5vw, -2.35rem);
padding-top: 0;
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page__main > .mas-section.mas-school-junior-profile {
padding-top: 0;
padding-bottom: clamp(0.18rem, 0.55vw, 0.45rem);
background: transparent;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile__panel {
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile__row {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0.8rem;
align-items: stretch;
padding: clamp(0.52rem, 1.15vw, 0.76rem);
border: 1px solid rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.12);
border-radius: 26px;
background: rgba(255, 255, 255, 0.97);
box-shadow: 0 18px 42px rgba(18, 30, 44, 0.1);
backdrop-filter: blur(16px);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts {
display: grid;
gap: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar {
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
max-width: 1060px;
margin-inline: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts {
grid-template-columns: repeat(5, minmax(120px, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts__item {
display: flex;
align-items: center;
gap: 0.85rem;
min-height: 100%;
padding: clamp(0.68rem, 1.18vw, 0.92rem) clamp(0.78rem, 1.45vw, 1.05rem);
border: 0;
border-right: 1px solid rgba(23, 38, 58, 0.08);
border-radius: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item--age {
justify-content: flex-start;
gap: 0.78rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item--age > .mas-school-junior-icon {
width: 3.15rem;
height: 3.15rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item--age > .mas-school-junior-icon svg {
width: 1.52rem;
height: 1.52rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item--icons {
justify-content: center;
overflow: visible;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
gap: 0.42rem;
white-space: nowrap;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list--activities {
min-width: max-content;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list .mas-school-junior-icon {
width: 2.9rem;
height: 2.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list .mas-school-junior-icon svg {
width: 1.38rem;
height: 1.38rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list .mas-school-junior-icon--category img {
width: 1.55rem;
height: 1.55rem;
max-width: 1.55rem;
max-height: 1.55rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list__item,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list__more {
display: inline-flex;
align-items: center;
justify-content: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list__item:focus-visible,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list__more:focus-visible {
outline: 2px solid rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.34);
outline-offset: 3px;
border-radius: 999px;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-icon-list__more {
min-width: 2.9rem;
height: 2.9rem;
padding-inline: 0.45rem;
border: 1px solid rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.14);
border-radius: 999px;
color: var(--mas-color-accent, #e4572e);
background: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item > span:not(.mas-school-junior-icon):not(.mas-school-junior-profile-icon-list),
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts__item > span:not(.mas-school-junior-icon) {
display: grid;
gap: 0.12rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item:last-child,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts__item:last-child {
border-right: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-activities {
padding-block: clamp(0.45rem, 0.9vw, 0.8rem);
background: #ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-main .mas-section-intro {
margin-bottom: clamp(0.42rem, 0.9vw, 0.72rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-main .mas-section-intro :is(h1, h2, h3):last-child {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Activities-Section > .Synergee-Web-Page-Component-Container-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Reasons-Panel > .Synergee-Web-Page-Component-Container-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Highlights-Section > .Synergee-Web-Page-Component-Container-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Editorial-Body-Section > .Synergee-Web-Page-Component-Container-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Timetable-Panel > .Synergee-Web-Page-Component-Container-Container {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Activities-Section:not(:has(.mas-school-junior-activities)),
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Reasons-Panel:not(:has(.mas-school-junior-overview__reasons)),
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Highlights-Section:not(:has(.mas-school-junior-highlights)),
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Editorial-Body-Section:not(:has(.mas-school-junior-editorial-body)),
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Timetable-Panel:not(:has(#School-Timetable)) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-activities .mas-container {
display: grid;
gap: clamp(0.42rem, 0.8vw, 0.6rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-activities-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(104px, 124px));
justify-content: start;
gap: clamp(0.44rem, 0.8vw, 0.62rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-activity-card {
display: grid;
justify-items: center;
align-content: center;
gap: 0.68rem;
min-height: 88px;
padding: 0.62rem;
border: 1px solid rgba(23, 38, 58, 0.07);
border-radius: 18px;
background: #ffffff;
box-shadow: 0 12px 26px rgba(18, 30, 44, 0.06);
text-align: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-activity-card__icon div,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-activity-card__icon p {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-activity-card__icon img {
display: block;
width: 1.78rem;
height: 1.78rem;
max-width: 1.78rem;
max-height: 1.78rem;
object-fit: contain;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview {
padding-block: clamp(0.55rem, 1vw, 0.98rem);
background: #ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__grid {
display: grid;
grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
gap: clamp(0.58rem, 1.1vw, 0.78rem);
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__grid:has(.mas-school-junior-overview__image img) {
grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.72fr) minmax(260px, 0.52fr);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__grid:has(.mas-school-junior-overview__image img):not(:has(.mas-school-junior-overview__reasons)) {
grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__grid:not(:has(.mas-school-junior-overview__image img)):not(:has(.mas-school-junior-overview__reasons)) {
grid-template-columns: minmax(0, 1fr);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__editorial,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__content,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__media,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__image,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__reasons {
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__editorial {
display: grid;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__content,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__reasons {
padding: clamp(0.82rem, 1.42vw, 1.08rem);
border: 1px solid rgba(23, 38, 58, 0.07);
border-radius: 24px;
background: #ffffff;
box-shadow: 0 14px 32px rgba(18, 30, 44, 0.065);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__media {
display: block;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__media:not(:has(img)) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__image,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__image picture,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__image .Synergee-Web-Page-Component-Image-Link,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__image img {
display: block;
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__image {
overflow: hidden;
aspect-ratio: 4 / 3;
border: 6px solid rgba(255, 255, 255, 0.92);
border-radius: 20px;
background: #e8eef2;
box-shadow: 0 20px 42px rgba(18, 30, 44, 0.14);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__image img {
height: 100%;
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__reasons {
display: grid;
align-content: start;
gap: 0.58rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__reasons-list .Synergee-Web-Page-Component-Text-Container {
display: grid;
gap: 0.6rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial {
background: #ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page__main > .mas-school-junior-profile + .mas-school-junior-editorial {
padding-top: clamp(0.45rem, 1.1vw, 0.85rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial .mas-container {
display: grid;
gap: 0.9rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__grid {
display: grid;
grid-template-columns: minmax(0, 1.58fr) minmax(300px, 0.82fr);
gap: clamp(0.9rem, 2vw, 1.15rem);
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__intro,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__details,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__aside {
padding: clamp(1rem, 2vw, 1.45rem);
border: 1px solid rgba(23, 38, 58, 0.07);
border-radius: 24px;
background: #ffffff;
box-shadow: 0 14px 32px rgba(18, 30, 44, 0.065);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__aside {
display: grid;
align-content: start;
gap: 0.38rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__aside-title {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__aside-title :is(h1, h2, h3) {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-editorial__aside-title {
max-width: none;
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-editorial__aside-title :is(h1, h2, h3) {
margin: 0;
}
@media (min-width: 760px) {
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-editorial__aside-title h2 {
white-space: nowrap;
}
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__markers {
display: grid;
gap: 0.38rem;
width: 100%;
padding-top: 0.35rem;
border-top: 1px solid rgba(23, 38, 58, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__marker {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 0.55rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__marker::before {
content: "";
display: block;
width: 0.54rem;
height: 0.54rem;
border-radius: 999px;
background: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.82);
box-shadow: 0 0 0 5px rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__marker .Synergee-Web-Page-Component-Text-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__details .Synergee-Web-Page-Component-Text-Container {
display: block;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__details img {
max-width: 6.5rem;
height: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__reason-list {
display: grid;
gap: 0.42rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__reason {
display: grid;
gap: 0.12rem;
padding-top: 0.48rem;
border-top: 1px solid rgba(23, 38, 58, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__reason-label {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__reason-value {
color: var(--mas-junior-ink);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__image {
overflow: hidden;
aspect-ratio: 16 / 10;
margin-top: 0.08rem;
border-radius: 18px;
background: #f6f0ea;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__image:empty {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__image .Synergee-Web-Page-Component-Image-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__image .Synergee-Web-Page-Component-Image-Element {
display: block;
width: 100%;
height: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__image .Synergee-Web-Page-Component-Image-Element {
object-fit: cover;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-highlight-card,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card {
border: 1px solid rgba(23, 38, 58, 0.07);
border-radius: 24px;
background: #ffffff;
box-shadow: 0 14px 32px rgba(18, 30, 44, 0.065);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations-section__panel {
display: grid;
gap: 0.75rem;
padding: clamp(0.85rem, 1.7vw, 1.18rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations-section__intro {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-accreditations-section__intro {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-accreditations-section__intro :is(h1, h2, h3) {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations-section__logos,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations-section__logos > .Synergee-Web-Page-Component-Container-Container {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations-section .mas-school-junior-accreditations {
justify-content: center;
width: 100%;
overflow-x: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations__item {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
min-height: 3.35rem;
padding: 0.56rem 0.82rem;
border: 1px solid rgba(23, 38, 58, 0.08);
border-radius: 16px;
background: #ffffff;
box-shadow: 0 10px 24px rgba(18, 30, 44, 0.055);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations__logo,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations__logo div,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations__logo p {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accreditations__logo img {
display: block;
width: auto;
max-width: 8.2rem;
max-height: 2.35rem;
object-fit: contain;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid {
display: grid;
gap: clamp(0.46rem, 0.85vw, 0.64rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--highlights,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--programmes {
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--accommodations {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-highlight-card,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card {
display: grid;
align-content: start;
gap: 0.4rem;
padding: 0.78rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-highlight-card {
gap: 0.54rem;
padding: 0.88rem 0.94rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-highlight-card__header {
display: flex;
align-items: center;
gap: 0.68rem;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-highlight-card__header .mas-school-junior-icon {
flex: 0 0 auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-highlight-card__header h3,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-highlight-card > p {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card {
gap: 0.42rem;
padding: clamp(0.72rem, 1vw, 0.88rem);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 247, 0.92) 100%),
#ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programmes-runtime {
display: grid;
gap: clamp(0.46rem, 0.95vw, 0.68rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programmes-runtime__accommodations {
display: grid;
margin-top: clamp(0.36rem, 0.95vw, 0.66rem);
gap: 0.42rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-programmes-runtime__accommodations-head {
margin-bottom: clamp(0.7rem, 1.7vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-programmes-runtime__accommodations-head p {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programmes-runtime__accommodations-intro {
margin: 0;
color: var(--mas-color-muted);
font-size: 0.94rem;
line-height: 1.45;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-group {
display: grid;
gap: 0.38rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-group__title {
margin: 0;
color: var(--mas-color-text);
font-size: 0.98rem;
line-height: 1.28;
font-weight: 650;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-group .mas-school-junior-card-grid--accommodations {
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__header,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__header {
display: grid;
gap: 0.26rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card {
gap: 0.42rem;
min-height: 100%;
padding: clamp(0.72rem, 1vw, 0.9rem);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.96) 100%),
#ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__title-row {
display: flex;
align-items: center;
gap: 0.48rem;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__title-row .mas-school-junior-icon {
width: 1.8rem;
height: 1.8rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__title-row .mas-school-junior-icon svg {
width: 0.94rem;
height: 0.94rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__header h3,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__header h4,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__header h5,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__price,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__price {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__price {
display: inline-flex;
justify-self: start;
padding: 0.32rem 0.56rem;
border-radius: 999px;
color: var(--mas-color-accent, #e4572e);
background: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__price {
color: var(--mas-color-accent, #e4572e);
font-size: 0.9rem;
line-height: 1.3;
font-weight: 620;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__title-row :is(h4, h5) {
color: var(--mas-color-text);
font-size: 1rem;
line-height: 1.26;
font-weight: 650;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__details,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__details {
display: grid;
gap: 0.08rem;
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__details {
gap: 0.22rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__summary,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__meta {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__summary {
color: var(--mas-color-text);
font-size: 0.9rem;
line-height: 1.34;
font-weight: 520;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__meta {
color: var(--mas-color-muted);
font-size: 0.84rem;
line-height: 1.28;
font-weight: 500;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__details {
gap: 0.16rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__compare,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__extra {
display: grid;
gap: 0.14rem;
margin: 0;
padding: 0;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__compare li,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__extra li {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__compare li {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 0.42rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__compare li::before {
content: "";
width: 0.32rem;
height: 0.32rem;
margin-top: 0.54rem;
border-radius: 999px;
background: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__more {
margin: 0.12rem 0 0;
padding: 0;
border-top: 1px solid rgba(23, 38, 58, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__more > summary {
display: inline-flex;
align-items: center;
gap: 0.35rem;
margin-top: 0.24rem;
color: var(--mas-color-link);
cursor: pointer;
list-style: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__more > summary::-webkit-details-marker {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__more > summary::after {
content: "";
width: 0.44rem;
height: 0.44rem;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg) translateY(-1px);
transition: transform 180ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__more[open] > summary::after {
transform: rotate(225deg) translateY(-1px);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__extra {
margin-top: 0.38rem;
gap: 0.2rem;
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__details li,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__details li {
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__details li {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 0.34rem;
align-items: center;
min-height: 1.28rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__details .mas-school-junior-icon,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__check {
width: 1.08rem;
height: 1.08rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__details .mas-school-junior-icon svg {
width: 0.66rem;
height: 0.66rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__check {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 999px;
color: var(--mas-color-accent, #e4572e);
background: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__check::before {
content: "";
width: 0.42rem;
height: 0.22rem;
border-left: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(-45deg) translate(1px, -1px);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__detail-text {
color: var(--mas-color-muted);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__details li {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 0.46rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programme-card__details li::before {
content: "";
width: 0.34rem;
height: 0.34rem;
margin-top: 0.58rem;
border-radius: 999px;
background: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.74);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-highlights,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial-body,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery {
background: #ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial-body .mas-container {
display: grid;
gap: clamp(0.72rem, 1.35vw, 1rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial-body__grid {
display: grid;
grid-template-columns: minmax(0, 1.16fr) minmax(480px, 0.84fr);
gap: clamp(1.1rem, 2.4vw, 1.8rem);
align-items: start;
padding: clamp(1.25rem, 2.1vw, 1.75rem);
border: 1px solid rgba(23, 38, 58, 0.07);
border-radius: 28px;
background: #ffffff;
box-shadow: 0 18px 42px rgba(18, 30, 44, 0.07);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial-body__content {
width: 100%;
margin-inline: 0;
padding: 0;
border: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial-body__kpis {
min-width: 0;
align-self: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.95rem;
height: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-grid[data-kpi-count="2"] {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-card {
display: grid;
place-items: center;
align-content: center;
gap: 0.42rem;
min-height: 142px;
padding: clamp(0.9rem, 1.45vw, 1.12rem);
border: 1px solid rgba(23, 38, 58, 0.07);
border-radius: 24px;
background: #ffffff;
box-shadow: 0 16px 36px rgba(18, 30, 44, 0.08);
text-align: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-card .mas-school-junior-icon {
width: 2.65rem;
height: 2.65rem;
color: rgb(var(--mas-color-accent-rgb, 228, 87, 46));
background: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.1);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-card .mas-school-junior-icon svg {
width: 1.28rem;
height: 1.28rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-card__value {
display: block;
color: rgb(24, 38, 55);
font-size: clamp(1.5rem, 2.05vw, 2.1rem);
line-height: 1.04;
text-wrap: balance;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-card__label {
display: block;
max-width: 18rem;
color: rgba(24, 38, 55, 0.72);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-programmes,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodations,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical {
background:
radial-gradient(circle at 92% 10%, rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.055) 0%, rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0) 26%),
#ffffff;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-container {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 0.72rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery {
width: min(1180px, calc(100% - 2rem));
max-width: calc(100vw - 2rem);
margin-inline: auto;
padding-block-start: clamp(0.55rem, 1vw, 0.92rem);
box-sizing: border-box;
overflow-x: hidden;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery:not(:has(.mas-school-gallery-component__link)):not(:has(.school-gallery-video iframe)):not(:has(.school-gallery-video video)) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-toggle {
display: flex;
justify-content: flex-end;
align-items: center;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-videos {
display: flex;
justify-content: flex-end;
align-items: center;
margin: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery #school-gallery {
grid-column: 1 / -1;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-media-slider {
display: block;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-media-slider__viewport {
min-height: 0;
overflow: visible;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-media-slider__controls {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery__slide,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery__slide .Synergee-Web-Page-Component-SlideShow-Container,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items {
position: static;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
grid-auto-rows: auto;
gap: clamp(0.42rem, 0.85vw, 0.62rem);
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items > .mas-school-gallery-component__link {
position: relative;
display: block;
overflow: hidden;
min-width: 0;
aspect-ratio: 1.42;
min-height: 0;
border-radius: 18px;
background: #f6f0ea;
box-shadow: 0 14px 30px rgba(18, 30, 44, 0.09);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items > .mas-school-gallery-component__link:nth-child(1) {
grid-column: auto;
grid-row: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items > .mas-school-gallery-component__link:nth-child(2) {
grid-column: auto;
grid-row: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items > .mas-school-gallery-component__link:nth-child(3) {
grid-column: auto;
grid-row: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items > .mas-school-gallery-component__link:nth-child(4) {
grid-column: auto;
grid-row: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items > .mas-school-gallery-component__link:nth-child(5) {
grid-column: auto;
grid-row: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items > .mas-school-gallery-component__link:not(:has(img)) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items > .mas-school-gallery-component__link:nth-child(n+6) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 260ms ease;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__link:hover .mas-school-gallery-component__image,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__link:focus-visible .mas-school-gallery-component__image {
transform: scale(1.025);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-media-slider__item--video {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(0.46rem, 0.85vw, 0.62rem);
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__main,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__side {
display: contents;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__arrival,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__facts,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__infos,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__panel {
padding: clamp(0.72rem, 1.1vw, 0.9rem);
border: 1px solid rgba(23, 38, 58, 0.07);
border-radius: 24px;
background: #ffffff;
box-shadow: 0 14px 32px rgba(18, 30, 44, 0.065);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__arrival:not(:has(.Synergee-Web-Page-Component-Text-Container > *)),
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__infos:not(:has(.Synergee-Web-Page-Component-Text-Container > *)) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior #School-Junior-Timetable-Panel {
grid-column: 1 / -1;
min-width: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable {
overflow-x: auto;
scrollbar-color: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.38) rgba(23, 38, 58, 0.06);
scrollbar-width: thin;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable table {
width: 100%;
min-width: 720px;
overflow: hidden;
border: 1px solid rgba(23, 38, 58, 0.08);
border-collapse: separate;
border-spacing: 0;
border-radius: 18px;
background: #ffffff;
box-shadow: 0 12px 28px rgba(18, 30, 44, 0.055);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable th,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable td {
padding: clamp(0.62rem, 1.05vw, 0.84rem);
border-right: 1px solid rgba(23, 38, 58, 0.07);
border-bottom: 1px solid rgba(23, 38, 58, 0.07);
vertical-align: middle;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable th {
color: var(--mas-junior-ink);
background:
linear-gradient(180deg, rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.1) 0%, rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.045) 100%),
#fff9f5;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable td {
color: rgba(24, 38, 55, 0.82);
background: rgba(255, 255, 255, 0.96);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable tr:nth-child(even) td {
background: rgba(247, 250, 249, 0.74);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable tr > :first-child {
color: var(--mas-junior-ink);
background:
linear-gradient(180deg, rgba(24, 38, 55, 0.045) 0%, rgba(24, 38, 55, 0.025) 100%),
#fbfcfb;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable tr > :last-child {
border-right: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__timetable tbody tr:last-child > * {
border-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__facts-grid {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 0.65rem;
align-items: start;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-start-dates {
display: grid;
gap: 0.48rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-start-dates__header {
display: flex;
flex-wrap: wrap;
gap: 0.42rem 1rem;
align-items: center;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-start-dates p {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-start-dates__text {
color: var(--mas-color-text);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__facts-runtime {
margin-top: 0.75rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__panel {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: clamp(0.75rem, 1.65vw, 1.3rem);
align-items: center;
padding: clamp(0.85rem, 1.55vw, 1.25rem);
border-color: rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.16);
background:
radial-gradient(circle at 10% 0%, rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.26) 0%, rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0) 42%),
linear-gradient(135deg, #ffe5d7 0%, #fff2ea 46%, #fffaf6 100%);
color: var(--mas-junior-ink);
box-shadow: 0 20px 48px rgba(var(--mas-color-accent-rgb, 228, 87, 46), 0.15);
}
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-final-cta__panel .mas-section-intro {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school.MoveAndStudyCore-school-junior .mas-main .mas-school-junior-final-cta__panel .mas-section-intro :is(h1, h2, h3) {
margin-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__copy {
display: grid;
align-content: center;
gap: 0.45rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__actions {
align-items: center;
justify-content: flex-end;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__panel .mas-section-intro :is(h1, h2, h3),
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__copy p {
color: inherit;
}
@media (max-width: 1180px) {
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero {
min-height: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__layout {
grid-template-columns: 1fr;
gap: clamp(1.2rem, 3vw, 2rem);
min-height: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__grid,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-overview__grid,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial-body__grid,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__grid,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__panel {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__content {
max-width: 100%;
padding-block: clamp(3.5rem, 7vw, 5rem) 0;
padding-inline: max(1rem, calc((100vw - 1280px) / 2 + 1rem));
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__media {
min-height: clamp(330px, 56vw, 500px);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__media-composition {
min-height: clamp(330px, 56vw, 500px);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image--primary {
border-radius: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__school-name {
font-size: 3.1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__country-name {
font-size: 1.22rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--highlights,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--programmes,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--accommodations,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-grid,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-grid[data-kpi-count="2"] {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile__row {
grid-template-columns: 1fr;
}
}
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page__main > .mas-section {
padding-block: 0.82rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-page__main > .mas-school-junior-hero {
padding-block: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__layout::before {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 44%, rgba(255, 255, 255, 0.52) 70%, rgba(255, 255, 255, 0.68) 100%);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__layout {
gap: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__content {
padding-block: 3.25rem 0;
padding-inline: 1rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__media {
min-height: clamp(230px, 68vw, 340px);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__media-composition {
grid-template-columns: 1fr;
grid-template-rows: auto auto;
gap: 0.7rem;
min-height: 0;
aspect-ratio: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__image--primary {
grid-column: 1;
grid-row: 1;
aspect-ratio: 16 / 10;
border-radius: inherit;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile {
margin-top: clamp(-2.65rem, -8vw, -1.6rem);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-editorial__markers,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-activities-list,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-grid,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-kpi-grid[data-kpi-count="2"],
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical__facts-grid,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--highlights,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--accommodations,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-card-grid--programmes {
grid-template-columns: 1fr;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-accommodation-card__details li {
grid-template-columns: 1fr;
gap: 0.22rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts__item {
border-right: 0;
border-bottom: 1px solid rgba(23, 38, 58, 0.08);
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item--icons {
justify-content: flex-start;
overflow-x: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-profile-bar__item:last-child,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-practical-facts__item:last-child {
border-bottom: 0;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-container {
grid-template-columns: 1fr;
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-toggle {
justify-content: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-toggle__button,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-action-link {
width: 100%;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__items {
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__link:nth-child(1) {
grid-column: auto;
grid-row: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__link:nth-child(2),
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__link:nth-child(3),
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__link:nth-child(4),
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__link:nth-child(5) {
grid-column: auto;
grid-row: auto;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-gallery .mas-school-gallery-component__link:nth-child(n+6) {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__actions,
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-final-cta__actions {
flex-direction: column;
align-items: stretch;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__school-name {
font-size: 2.35rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school-junior .mas-school-junior-hero__country-name {
font-size: 1.06rem;
}
}
.MoveAndStudyCore a,
.MoveAndStudyCore a:visited,
.MoveAndStudyCore a:hover,
.MoveAndStudyCore a:focus,
.MoveAndStudyCore a:focus-visible,
.MoveAndStudyCore a:active {
text-decoration: none;
}
@media (max-width: 759px) {
/* Offres exclusives (accueil) : carrousel horizontal au doigt (mobile only) */
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__grid {
display: flex;
flex-wrap: nowrap;
gap: 0.85rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-padding-left: 1rem;
padding-inline: 1rem;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__grid::-webkit-scrollbar {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-home .mas-promo-highlight__card {
flex: 0 0 85%;
scroll-snap-align: start;
}
}
@media (max-width: 759px) {
/* Villes disponibles (pays) : carrousel horizontal au doigt (mobile only) */
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .Synergee-Web-Page-Component-SchoolSearch-Results-List {
display: flex;
flex-wrap: nowrap;
gap: 0.85rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-padding-left: 1rem;
padding-inline: 1rem;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-list .Synergee-Web-Page-Component-SchoolSearch-Results-List::-webkit-scrollbar {
display: none;
}
.MoveAndStudyCore.MoveAndStudyCore-country .mas-country-city-card {
flex: 0 0 85%;
scroll-snap-align: start;
}
}
/* === ECOLE hero mobile : bulles dans le flux + sous-titre masque 20260629 === */
@media (max-width: 759px) {
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__actions {
position: static;
flex-direction: column;
align-items: flex-start;
gap: 0.65rem;
margin: 0 0 0.4rem;
}
.MoveAndStudyCore.MoveAndStudyCore-school .mas-school-hero__title h2 {
display: none;
}
}
