@charset "UTF-8";.camp-page-section-header.camp-section-head{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:45rem;margin:0 auto 2rem;padding:0}.camp-page-section-header.camp-section-head .meta{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;gap:.75em;font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--text-light)}.camp-page-section-header.camp-section-head .meta .index{padding:.4em .9em;border-radius:5em;letter-spacing:.2em;color:#fff;background-image:var(--brand-gradient-lite)}.camp-page-section-header.camp-section-head h2{margin:1.25rem 0 0;font-size:2rem;font-weight:700;line-height:1.15em;text-align:inherit;text-transform:none;color:var(--text)}.camp-page-section-header.camp-section-head.accented h2{color:transparent;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;background-color:#7a72fb;background-image:var(--brand-gradient-lite)}.camp-page-section-header.camp-section-head .kicker{margin-top:.75rem;font-size:1rem;font-style:italic;letter-spacing:.05em;color:var(--brand-green)}.camp-page-section-header.camp-section-head hr{margin:1.25rem auto}.camp-page-section-header.camp-section-head .lead{font-size:1rem;line-height:1.7em;color:var(--text-light);margin:0}.camp-page-section-header.camp-section-head.aligned-left{align-items:flex-start;text-align:left;max-width:100%;margin:0 0 1.5rem;padding:0}.camp-page-section-header.camp-section-head.aligned-left>*{margin-left:0;margin-right:0}.camp-page-section-header.camp-section-head.aligned-left .meta{justify-content:flex-start}.camp-page-section-header.camp-section-head.aligned-left hr{margin-left:0}.camp-page-section-header.camp-section-head.on-dark h2{color:#fff;-webkit-text-fill-color:white;background-image:none}.camp-page-section-header.camp-section-head.on-dark .meta{color:#ffffffb3}.camp-page-section-header.camp-section-head.on-dark .lead{color:#ffffffd9}.camp-page-section-header.camp-section-head.on-dark hr{background-color:#ffffff80}@media (min-width: 48rem){.camp-page-section-header.camp-section-head{margin-bottom:3rem}.camp-page-section-header.camp-section-head .meta{font-size:.75rem;letter-spacing:.3em}.camp-page-section-header.camp-section-head h2{margin-top:1.5rem;font-size:2.75rem}.camp-page-section-header.camp-section-head hr{margin:1.75rem auto}.camp-page-section-header.camp-section-head .lead{font-size:1.125rem}.camp-page-section-header.camp-section-head.aligned-left{margin:0 0 1.5rem}.camp-page-section-header.camp-section-head.aligned-left hr{margin-left:0}}.camp-boarding-pass{position:relative;width:100%;max-width:38rem;margin:0 auto;padding:1.25rem;text-align:left;border-radius:1.5rem;color:#fff;border:1px solid hsla(0,0%,100%,.3);background-color:#1a1d2373;box-shadow:0 1.5rem 3rem #080b1259;backdrop-filter:blur(10px)}.camp-boarding-pass .pass-head{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding-bottom:1rem;border-bottom:1px dashed hsla(0,0%,100%,.35)}.camp-boarding-pass .pass-label{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;opacity:.75}.camp-boarding-pass .pass-route{display:flex;align-items:center;gap:.6em;font-size:.95rem;font-weight:600;letter-spacing:.15em}.camp-boarding-pass .pass-plane{opacity:.8}.camp-boarding-pass .pass-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.25rem 0}.camp-boarding-pass .pass-field{min-width:0}.camp-boarding-pass .pass-field .field-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;opacity:.7}.camp-boarding-pass .pass-field .field-value{margin-top:.35rem;font-size:1.25rem;font-weight:500;white-space:nowrap}.camp-boarding-pass .pass-actions{display:flex;flex-flow:column nowrap;align-items:stretch;gap:1rem;padding-top:1rem;border-top:1px dashed hsla(0,0%,100%,.35)}.camp-boarding-pass .pass-actions .rounded-button{margin:0;justify-content:center}.camp-boarding-pass .pass-note{margin-top:1rem;text-align:center;font-size:.85rem;opacity:.75}@media (min-width: 40rem){.camp-boarding-pass{padding:1.75rem 2rem;border-radius:1.75rem}.camp-boarding-pass .pass-label{font-size:.75rem}.camp-boarding-pass .pass-route{font-size:1rem}.camp-boarding-pass .pass-body{grid-template-columns:repeat(3,minmax(0,1fr))}.camp-boarding-pass .pass-field .field-value{font-size:1.5rem}.camp-boarding-pass .pass-actions{flex-flow:row wrap;justify-content:center}}.camp-image-frame{position:relative;overflow:hidden;width:100%;margin:0;background-color:var(--placeholder)}.camp-image-frame.rounded{border-radius:1.25rem;box-shadow:.75rem .75rem 1.75rem #cfd1d5,-.75rem -.75rem 1.75rem #fff}.camp-image-frame picture,.camp-image-frame img{width:100%;height:100%;object-fit:cover}.camp-image-frame figcaption{position:absolute;left:.75rem;bottom:.75rem;z-index:2;padding:.35em .75em;border-radius:.5em;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#fff;background-color:#00000073;backdrop-filter:blur(4px)}.camp-image-frame.is-placeholder{display:flex;align-items:center;justify-content:center;min-height:12rem;border:1px dashed var(--brand-blue);background-color:#e9ecf2;background-image:repeating-linear-gradient(-45deg,transparent 0 10px,hsla(222,63%,55%,.06) 10px 20px)}.camp-image-frame.is-placeholder .placeholder-body{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--brand-blue)}.camp-image-frame.is-placeholder .placeholder-mark{font-size:2rem;line-height:1;opacity:.6}.camp-image-frame.is-placeholder .placeholder-text{font-size:.8rem;letter-spacing:.2em;text-transform:uppercase}.camp-image-frame.is-placeholder figcaption{display:none}@media (min-width: 48rem){.camp-image-frame.rounded{border-radius:2rem;box-shadow:1.5rem 1.5rem 3rem #cfd1d5,-1.5rem -1.5rem 3rem #fff}}.camp-marquee{position:relative;overflow:hidden;width:100%;max-width:100vw;padding:1rem 0;user-select:none;mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent)}.camp-marquee .track{display:flex;width:max-content;animation-name:campMarqueeScroll;animation-timing-function:linear;animation-iteration-count:infinite}.camp-marquee .run{display:flex;flex-flow:row nowrap}.camp-marquee .cell{display:block;padding:0 1.25em;font-size:1.125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.camp-marquee .cell:after{content:"·";margin-left:1.25em;opacity:.4}.camp-marquee.light .cell{color:var(--text)}.camp-marquee.dark .cell{color:#fff}.camp-marquee.accent .cell{color:var(--brand-blue)}@keyframes campMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.camp-marquee .track{animation:none}}@media (min-width: 48rem){.camp-marquee .cell{font-size:1.5rem}}.camp-day-timeline{display:grid;grid-template-columns:100%;gap:2rem;width:100%;max-width:26rem;margin:0 auto;padding:0;list-style:none}.camp-day-timeline .day-step{position:relative;padding:0}.camp-day-timeline .step-marker{position:relative;display:flex;align-items:center;gap:.75rem;height:2rem;margin-bottom:1rem}.camp-day-timeline .step-dot{position:relative;z-index:1;flex-shrink:0;width:.85rem;height:.85rem;border-radius:100%;background-image:var(--brand-gradient-lite);box-shadow:0 0 0 .35rem #f4f5f8,0 .35rem .9rem #4c33cc59}.camp-day-timeline .step-number{position:relative;z-index:1;padding:.15em .5em;border-radius:.4em;font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--text-light);background-color:#f4f5f8}.camp-day-timeline .step-time{display:block;margin-bottom:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--brand-blue)}.camp-day-timeline .step-title{margin:0 0 .6rem;font-size:1.0625rem;font-weight:600;line-height:1.4em;color:var(--text)}.camp-day-timeline .step-text{margin:0;font-size:.95rem;line-height:1.6em;color:var(--text-light)}@media (min-width: 40rem){.camp-day-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 2rem;max-width:46rem}}@media (min-width: 69rem){.camp-day-timeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:0 3rem;max-width:76rem}.camp-day-timeline .step-marker{margin-bottom:1.5rem}.camp-day-timeline .step-marker:after{content:"";position:absolute;top:50%;left:0;z-index:0;width:calc(100% + 3rem);height:2px;transform:translateY(-50%);background-image:linear-gradient(90deg,hsla(250,55%,60%,.35),hsla(250,55%,60%,.15))}.camp-day-timeline .day-step:last-child .step-marker:after{width:4.5rem;background-image:linear-gradient(90deg,hsla(250,55%,60%,.3),transparent)}}.block.shaded .camp-day-timeline .step-dot{box-shadow:0 0 0 .35rem #fff,0 .35rem .9rem #4c33cc59}.block.shaded .camp-day-timeline .step-number{background-color:#fff}.camp-checklist{display:grid;grid-template-columns:100%;gap:.75rem 2rem;list-style:none;padding:0;margin:0}.camp-checklist li{position:relative;padding-left:2rem;font-size:1rem;line-height:1.6em;text-align:left}.camp-checklist.marker-check li:before{content:"";position:absolute;left:0;top:.15em;width:1.25rem;height:1.25rem;border-radius:100%;background-color:var(--brand-green);background-image:url(/_astro/marker-check.5a3bb6e8.svg);background-size:.65rem;background-position:center;background-repeat:no-repeat}.camp-checklist.marker-dot li:before{content:"";position:absolute;left:.35rem;top:.6em;width:.45rem;height:.45rem;border-radius:100%;background-color:var(--brand-blue)}.camp-checklist.marker-plane li:before{content:"→";position:absolute;left:0;top:0;color:var(--brand-blue)}@media (min-width: 48rem){.camp-checklist li{padding-left:2.25rem;font-size:1.0625rem}.camp-checklist.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.camp-checklist.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.camp-stat-grid{display:grid;grid-template-columns:100%;justify-items:center;gap:1rem;list-style:none;padding:0;margin:0}.camp-stat-grid li{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:20rem;padding:2rem 1.25rem;text-align:center;border-radius:1.5rem;background-color:#fff;box-shadow:.75rem .75rem 1.75rem #cfd1d5,-.75rem -.75rem 1.75rem #fff}.camp-stat-grid .value{font-size:2.25rem;font-weight:600;line-height:1em;color:var(--brand-blue)}.camp-stat-grid .label{margin-top:.75rem;font-size:.95rem;letter-spacing:.05em;color:var(--text-light)}.camp-stat-grid.dark li{box-shadow:none;border:1px solid hsla(0,0%,100%,.2);background-color:#ffffff0f}.camp-stat-grid.dark li .value{color:#fff}.camp-stat-grid.dark li .label{color:#ffffffb3}@media (min-width: 48rem){.camp-stat-grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.camp-stat-grid li{padding:2.5rem 1.5rem;border-radius:2rem;box-shadow:1.5rem 1.5rem 3rem #cfd1d5,-1.5rem -1.5rem 3rem #fff}.camp-stat-grid .value{font-size:3rem}}.camp-chip-list{display:flex;flex-flow:row wrap;justify-content:center;gap:.5rem;list-style:none;padding:0;margin:0}.camp-chip-list li{padding:.6em 1.1em;border-radius:5em;font-size:.9375rem;color:var(--text);background-color:#fff;box-shadow:.35rem .35rem .9rem #cfd1d5,-.35rem -.35rem .9rem #fff;transition:all .25s ease}.camp-chip-list.dark li{color:#fff;border-color:#ffffff4d;background-color:#ffffff14}@media (min-width: 48rem){.camp-chip-list{gap:.6rem}.camp-chip-list li{padding:.7em 1.4em;font-size:1rem}}@media (hover: hover){.camp-chip-list li:hover{color:#fff;background-color:var(--brand-blue);transform:translateY(-2px)}.camp-chip-list.dark li:hover{color:#000;background-color:#fff}}.camp-route-map{display:grid;grid-template-columns:100%;gap:2.5rem;width:100%;max-width:26rem;margin:0 auto;padding:0;list-style:none}.camp-route-map .stop{display:flex;flex-direction:column;overflow:hidden;border-radius:1.5rem;background-color:#fff;box-shadow:1rem 1rem 2.5rem #cfd1d5,-1rem -1rem 2.5rem #fff;transition:transform .35s ease,box-shadow .35s ease}.camp-route-map .stop-media{position:relative}.camp-route-map .stop-media .stop-image{border-radius:0;box-shadow:none}.camp-route-map .stop-index{position:absolute;left:1rem;bottom:-1.1rem;z-index:2;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:100%;font-size:.9rem;font-weight:700;letter-spacing:.05em;color:#fff;background-image:var(--brand-gradient-lite);box-shadow:0 .5rem 1.25rem #4c33cc59}.camp-route-map .stop-meta{padding:2rem 1.25rem 1.5rem}.camp-route-map .stop-title{margin:0 0 .6rem;font-size:1.125rem;font-weight:600;line-height:1.35em;color:var(--brand-blue)}.camp-route-map .stop-subtitle{margin:0;font-size:1rem;line-height:1.6em;color:var(--text-light)}@media (min-width: 44rem){.camp-route-map{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 2rem;max-width:52rem}.camp-route-map .stop{border-radius:1.75rem}.camp-route-map .stop-meta{padding:2rem 1.5rem 1.75rem}}@media (min-width: 69rem){.camp-route-map{grid-template-columns:repeat(3,minmax(0,1fr));max-width:72rem}}@media (hover: hover){.camp-route-map .stop:hover{transform:translateY(-.4rem);box-shadow:1.25rem 1.5rem 3rem #c7c9ce,-1rem -1rem 2.5rem #fff}}.camp-highlight-bar{position:relative;z-index:3;width:100%;max-width:76rem;margin:-2rem auto 0;padding:0 1.25rem}.camp-highlight-bar ul{display:grid;grid-template-columns:100%;list-style:none;margin:0;padding:1.75rem 1.25rem;border-radius:1.5rem;background-color:#fff;box-shadow:0 1.5rem 3.5rem #2d38532e}.camp-highlight-bar li{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:0 0 1.25rem;text-align:center;border-bottom:1px solid hsla(222,20%,50%,.15)}.camp-highlight-bar li:last-child{border-bottom:none;padding-bottom:0}.camp-highlight-bar .value{font-size:1.5rem;font-weight:700;line-height:1.1em;color:transparent;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;background-color:#7a72fb;background-image:var(--brand-gradient-lite)}.camp-highlight-bar .label{font-size:.9rem;line-height:1.45em;color:var(--text-light)}@media (min-width: 40rem){.camp-highlight-bar{margin-top:-3.5rem}.camp-highlight-bar ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 0;padding:2rem .5rem}.camp-highlight-bar li{gap:.5rem;padding:0 1.5rem;border-bottom:none;border-right:1px solid hsla(222,20%,50%,.15)}.camp-highlight-bar li:nth-child(2n),.camp-highlight-bar li:last-child{border-right:none}.camp-highlight-bar .value{font-size:1.75rem}}@media (min-width: 64rem){.camp-highlight-bar{margin-top:-5.5rem;padding:0 2rem}.camp-highlight-bar ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:2.25rem 1rem;border-radius:2rem}.camp-highlight-bar li{border-right:1px solid hsla(222,20%,50%,.15)}.camp-highlight-bar li:nth-child(2n){border-right:1px solid hsla(222,20%,50%,.15)}.camp-highlight-bar li:last-child{border-right:none}}.camp-immersive-band{position:relative;display:flex;align-items:center;padding:4rem 1.25rem;overflow:hidden;color:#fff;background-color:#1c2029}.camp-immersive-band:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,hsla(224,32%,8%,.88) 0%,hsla(224,32%,8%,.8) 100%)}.camp-immersive-band .band-media{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}.camp-immersive-band .band-inner{position:relative;z-index:2;display:grid;grid-template-columns:100%;align-items:center;gap:2.5rem;width:100%;max-width:34rem;margin:0 auto}.camp-immersive-band .camp-section-head{max-width:100%;margin:0;padding:0}.camp-immersive-band .band-aside .camp-checklist li{color:#ffffffe6}.camp-immersive-band .band-aside .camp-checklist li:before{background-color:#3dba5a}@media (min-width: 48rem){.camp-immersive-band{padding:5rem 1.5rem}}@media (min-width: 64rem){.camp-immersive-band{min-height:40rem;padding:7rem 2rem}.camp-immersive-band:before{background:linear-gradient(95deg,hsla(224,32%,8%,.9) 0%,hsla(224,32%,8%,.75) 45%,hsla(224,32%,8%,.5) 100%)}.camp-immersive-band .band-inner{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:4.5rem;max-width:76rem}}main.camp-london{overflow-x:hidden;background-color:#eef0f6;background-image:radial-gradient(60rem 45rem at 5% 2%,hsla(250,80%,62%,.22),transparent 60%),radial-gradient(55rem 40rem at 98% 20%,hsla(205,90%,58%,.2),transparent 60%),radial-gradient(50rem 40rem at 0% 50%,hsla(165,70%,52%,.16),transparent 60%),radial-gradient(60rem 45rem at 100% 72%,hsla(285,75%,62%,.2),transparent 60%),radial-gradient(55rem 40rem at 10% 98%,hsla(210,85%,60%,.18),transparent 60%),radial-gradient(hsla(228,28%,48%,.13) 1px,transparent 1px);background-size:auto,auto,auto,auto,auto,26px 26px;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat;background-attachment:scroll,scroll,scroll,scroll,scroll,scroll}main.camp-london>section:not(#leadform):not(#header):not(.camp-immersive-band){padding:3.5em 1.25em 4.5em}main.camp-london>section:not(#leadform):not(#header):not(.camp-immersive-band).block{width:100%;max-width:80rem;margin:0 auto}main.camp-london>section:not(#leadform):not(#header):not(.camp-immersive-band).shaded{position:relative}main.camp-london>section:not(#leadform):not(#header):not(.camp-immersive-band).shaded:before{content:"";position:absolute;top:0;left:50%;z-index:0;width:100vw;height:100%;transform:translate(-50%);background-color:#ffffffd1;background-image:radial-gradient(hsla(228,28%,48%,.1) 1px,transparent 1px);background-size:26px 26px}main.camp-london>section:not(#leadform):not(#header):not(.camp-immersive-band).shaded>*{position:relative;z-index:1}main.camp-london>.camp-immersive-band{padding:4rem 1.25rem}@media (min-width: 48rem){main.camp-london>.camp-immersive-band{padding:5rem 1.5rem}}@media (min-width: 64rem){main.camp-london>.camp-immersive-band{padding:7rem 2rem}}main.camp-london>.camp-marquee{padding:2.5rem 0;background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,.82) 60%,hsla(0,0%,100%,.82) 100%)}main.camp-london .rounded-button.cta-primary{padding:.95em 2em;font-size:1rem;font-weight:600;letter-spacing:.05em;text-transform:none;opacity:1;background-color:#3dba5a;box-shadow:0 4px 20px #3dba5a66}main.camp-london .rounded-button.cta-primary:hover{background-color:#34a84f;transform:translateY(-1px)}main.camp-london .body-text{font-size:1rem;line-height:1.7em;color:var(--text-light);margin:0 0 1.5rem}main.camp-london .tagline{font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--brand-blue);margin:0 0 1.25rem}main.camp-london .tagline.centered{margin:3rem auto 0;text-align:center}main.camp-london .footnote{margin:2rem auto 0;max-width:40rem;text-align:center;font-size:1rem;font-style:italic;color:var(--text-light)}main.camp-london .note{width:100%;max-width:48rem;margin:2rem auto 0;padding:1.25rem;border-radius:1.25rem;font-size:.95rem;line-height:1.6em;text-align:center;color:var(--text-light);background-color:#4db36f1a}main.camp-london .feature{display:grid;grid-template-columns:100%;align-items:center;gap:2rem;width:100%;max-width:66rem;margin:0 auto}main.camp-london .feature .feature-media{width:100%;max-width:30rem;margin:0 auto}main.camp-london .feature.cambridge{margin-top:3.5rem}main.camp-london .feature .feature-text{display:flex;flex-direction:column;min-width:0}main.camp-london .feature .feature-text.card{padding:1.5rem;border-radius:1.5rem;background-color:#fff;box-shadow:.75rem .75rem 1.75rem #cfd1d5,-.75rem -.75rem 1.75rem #fff}main.camp-london .feature .feature-text .rounded-button{margin-top:.5rem}main.camp-london .big-stat{display:flex;flex-flow:row wrap;align-items:baseline;gap:.75rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:1px solid hsla(222,20%,50%,.15)}main.camp-london .big-stat .big-stat-value{font-size:3.25rem;font-weight:700;line-height:1em;color:transparent;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text;background-color:#7a72fb;background-image:var(--brand-gradient-lite)}main.camp-london .big-stat .big-stat-label{font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-light)}main.camp-london .wide-banner{width:100%;max-width:66rem;margin:0 auto 2.5rem}main.camp-london #school .camp-stat-grid{width:100%;max-width:66rem;margin:0 auto;gap:1.5rem}main.camp-london .included-card{width:100%;max-width:56rem;margin:0 auto;padding:1.5rem;border-radius:1.5rem;background-color:#fff;box-shadow:.75rem .75rem 1.75rem #cfd1d5,-.75rem -.75rem 1.75rem #fff}main.camp-london .included-cta{display:flex;flex-flow:column nowrap;align-items:stretch;gap:1.25rem;margin-top:2rem;padding-top:1.5rem;text-align:center;border-top:1px solid hsla(222,20%,50%,.15)}main.camp-london .included-cta .included-price{display:flex;flex-direction:column;gap:.25rem}main.camp-london .included-cta .price{font-size:2rem;font-weight:700;line-height:1em;color:var(--text)}main.camp-london .included-cta .per{font-size:.9rem;letter-spacing:.05em;color:var(--text-light)}main.camp-london .included-cta .rounded-button{margin:0;justify-content:center}main.camp-london .faq-body{width:100%;max-width:56rem;margin:0 auto}main.camp-london .band-footnote{margin:1.5rem 0 0;font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffffa6}main.camp-london .after-dark{width:100%;max-width:56rem;margin:2.5rem auto 0;text-align:center}main.camp-london .after-dark .after-dark-title{margin-bottom:1.25rem;font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--brand-blue)}main.camp-london #photo-gallery{width:100%;max-width:72rem;margin:0 auto}main.camp-london #photo-gallery .layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}main.camp-london #photo-gallery .layout picture{aspect-ratio:4/3;border-radius:1.25rem;overflow:hidden;box-shadow:.75rem .75rem 2rem #cfd1d5,-.75rem -.75rem 2rem #fff}main.camp-london #other-camps{width:100%;max-width:80rem;margin:0 auto;padding:3rem 1.25rem}@media (min-width: 40rem){main.camp-london>section:not(#leadform):not(#header):not(.camp-immersive-band){padding:4.5em 2em 5em}main.camp-london .included-cta{flex-flow:row wrap;align-items:center;justify-content:space-between;text-align:left}main.camp-london .included-cta .price{font-size:2.25rem}main.camp-london #photo-gallery .layout{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@media (min-width: 48rem){main.camp-london .body-text{font-size:1.125rem;line-height:1.75em}main.camp-london .tagline{font-size:.8rem;letter-spacing:.3em}main.camp-london .footnote{margin-top:2.5rem;font-size:1.0625rem}main.camp-london .note{margin-top:2.5rem;padding:1.25rem 1.5rem}main.camp-london .big-stat{gap:1rem;padding-bottom:1.5rem;margin-bottom:1.75rem}main.camp-london .big-stat .big-stat-value{font-size:4.5rem}main.camp-london .big-stat .big-stat-label{font-size:.85rem}main.camp-london .wide-banner{margin-bottom:3.5rem}main.camp-london .included-card{padding:3rem;border-radius:2rem;box-shadow:1.5rem 1.5rem 3rem #cfd1d5,-1.5rem -1.5rem 3rem #fff}main.camp-london .feature .feature-text.card{padding:2rem;border-radius:2rem;box-shadow:1.5rem 1.5rem 3rem #cfd1d5,-1.5rem -1.5rem 3rem #fff}main.camp-london>.camp-marquee{padding:3.5rem 0}main.camp-london .after-dark{margin-top:3.5rem}main.camp-london #other-camps{padding:4rem 2rem}}@media (min-width: 64rem){main.camp-london{background-attachment:fixed,fixed,fixed,fixed,fixed,scroll}main.camp-london>section:not(#leadform):not(#header):not(.camp-immersive-band){padding:5.5em 2em 6.5em}main.camp-london .feature{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:4.5rem}main.camp-london .feature.reversed .feature-media{order:2}main.camp-london .feature.reversed .feature-text{order:1}main.camp-london .feature.cambridge{margin-top:5rem}main.camp-london .feature .feature-text.card{padding:2.5rem}main.camp-london #school .camp-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}main.camp-london>#header{background-color:#1c2029}main.camp-london>#header:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,hsla(224,32%,7%,.85) 0%,hsla(224,32%,7%,.7) 50%,hsla(224,32%,7%,.85) 100%)}main.camp-london>#header .wrapper{position:relative;z-index:2}main.camp-london>#header .aligned{display:flex;flex-direction:column;align-items:flex-start;max-width:100%;text-align:left}main.camp-london>#header .hero-eyebrow{margin:0 0 1.25rem;font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:#ffffffb3}main.camp-london>#header h1{display:flex;flex-flow:row wrap;gap:0 .28em;margin:0;font-size:2.5rem;font-weight:700;line-height:1.05em;letter-spacing:-.005em;text-shadow:0 2px 30px hsla(224,40%,5%,.5)}main.camp-london>#header .hero-subtitle{margin:1.25rem 0 0;font-size:1.125rem;font-weight:300;font-style:italic;line-height:1.35em;color:#fffffff2}main.camp-london>#header .hero-lead{max-width:30rem;margin:1.25rem 0 0;font-size:1rem;line-height:1.7em;color:#ffffffd1}main.camp-london>#header .hero-actions{display:flex;flex-flow:column nowrap;align-items:stretch;gap:.75rem;width:100%;margin-top:2rem}main.camp-london>#header .hero-actions .rounded-button{margin:0;justify-content:center}main.camp-london>#header .hero-urgency{display:flex;align-items:flex-start;gap:.6em;max-width:26rem;margin:1.5rem 0 0;font-size:.9rem;line-height:1.5em;color:#ffffffa6}main.camp-london>#header .hero-urgency:before{content:"";flex-shrink:0;width:.45rem;height:.45rem;margin-top:.55em;border-radius:100%;background-color:#3dba5a;box-shadow:0 0 0 .3rem #3db86640}main.camp-london>#header .hero-contacts .camp-contacts{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;gap:.5rem 1.5rem}main.camp-london>#header .hero-contacts .camp-contacts .block-phonenumber .rounded-button{margin:0}main.camp-london>#header .arrowdown{display:none}@media (min-width: 40rem){main.camp-london>#header h1{font-size:3rem}main.camp-london>#header .hero-subtitle{font-size:1.25rem}main.camp-london>#header .hero-actions{flex-flow:row wrap;align-items:center;gap:1rem;width:auto}}@media (min-width: 64rem){main.camp-london>#header h1{font-size:4.25rem}main.camp-london>#header .hero-eyebrow{font-size:.75rem;letter-spacing:.28em}main.camp-london>#header .hero-subtitle{font-size:1.65rem;margin-top:1.5rem}main.camp-london>#header .hero-lead{font-size:1.0625rem;line-height:1.75em;margin-top:1.5rem}main.camp-london>#header .hero-actions{margin-top:2.5rem}main.camp-london>#header .arrowdown{display:block}main.camp-london>#header:before{background:linear-gradient(100deg,hsla(224,32%,7%,.92) 0%,hsla(224,32%,7%,.72) 42%,hsla(224,32%,7%,.45) 100%),linear-gradient(180deg,hsla(224,32%,7%,.65) 0%,transparent 30%,hsla(224,32%,7%,.55) 100%)}}@media (min-width: 80rem){main.camp-london>#header h1{font-size:5.25rem}}main.camp-london>#manifest{width:calc(100% - 2.5rem);max-width:80rem;margin:2rem auto;padding:4rem 0 2.5rem;overflow:hidden;color:#fff;border-radius:1.75rem;background-color:#272a45;background-image:var(--brand-gradient-burnout);box-shadow:0 2rem 4rem #473e7440}main.camp-london>#manifest .manifest-inner{width:100%;margin:0 auto;padding:0 1.25rem 1.5rem}main.camp-london>#manifest .camp-section-head h2{font-size:2.25rem;line-height:1.1em}@media (min-width: 48rem){main.camp-london>#manifest{width:100%;padding:6rem 0 3.5rem;border-radius:2.5rem}main.camp-london>#manifest .manifest-inner{padding:0 2rem 2.5rem}main.camp-london>#manifest .camp-section-head h2{font-size:3.5rem;line-height:1.05em}}main.camp-london #leadform .wrapper header{text-align:center;align-items:center}main.camp-london #leadform .signupform-header .booking-eyebrow{margin:0;font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;opacity:.75}main.camp-london #leadform .signupform-header h3{display:flex;flex-flow:row wrap;justify-content:center;gap:0 .3em;margin:1rem 0;font-size:2rem;font-weight:700;line-height:1.15em}main.camp-london #leadform .signupform-header .booking-price{font-size:2.25rem;font-weight:700;line-height:1em;color:#fff}main.camp-london #leadform .signupform-header .booking-dates{margin-top:.75rem;font-size:1rem;opacity:.9}main.camp-london #leadform .signupform-header .booking-note{margin-top:1rem;font-size:.95rem;font-style:italic;opacity:.8}@media (min-width: 48rem){main.camp-london #leadform .signupform-header .booking-eyebrow{font-size:.75rem;letter-spacing:.3em}main.camp-london #leadform .signupform-header h3{font-size:2.75rem}main.camp-london #leadform .signupform-header .booking-price{font-size:3rem}main.camp-london #leadform .signupform-header .booking-dates{font-size:1.0625rem}}
