:root {
  --main-color: rgb(211, 202, 145);
  --yellow-color: #404134; 
      --accent:#FF6F00; /* saffron-like */
      --accent-2:#0057A6; /* deep indigo */
      --muted:#6B6B6B;
      --bg:#0F1723;
      --card:#0B1220;
      --glass: rgba(255,255,255,0.04);
      --radius:12px;
      --max-width:1200px;
      
    }
    @font-face {
  font-family: "OpenSans";
  src: url("../font/OpenSans-Regular.ttf");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../font/OpenSans-Bold.ttf");
  font-weight: bold;
  font-display: swap;
}
    *{box-sizing:border-box}
    body{overflow-x: hidden;margin:0;background:linear-gradient(45deg,#071226 0%, #071a2a 100%);color:#E6EFF6;line-height:1.45;  font-family: "OpenSans";
font-weight: normal;}
    a{color:inherit;text-decoration:none}

    /* --- Header --- */
    .gp-header{background:linear-gradient(90deg, rgba(255,111,0,0.05), rgba(0,87,166,0.03));backdrop-filter: blur(6px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,0.03)}
    .gp-container{max-width:var(--max-width);margin:0 auto;padding:18px;display:flex;gap:16px;align-items:center}header .gp-container {
      justify-content: space-between;color: #fff;
    }

    .gp-brand{display:flex;gap:12px;align-items:center}
    .gp-logo{width:48px;height:48px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 6px 22px rgba(0,0,0,0.5)}
    .gp-logo svg{width:34px;height:34px;filter:drop-shadow(0 3px 8px rgba(0,0,0,0.35))}
    .gp-title{display:flex;flex-direction:column}
    .gp-title .t-main{font-weight:700;font-size:16px;letter-spacing:0.2px}
    .gp-title .t-sub{font-size:12px; }

    .gp-nav{margin-left:24px;display:flex;gap:12px;align-items:center}
    .gp-nav a{padding:8px 12px;border-radius:8px; ;font-weight:600}
    .gp-nav a:hover{background:var(--glass);color:rgb(164, 164, 249)}

    .gp-actions{margin-left:auto;display:flex;gap:10px;align-items:center}
    .btn{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:10px;font-weight:700;border:1px solid rgba(255,255,255,0.06);background:transparent;cursor:pointer}
    .btn.primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#071226;border:0}
    .btn.ghost{background:transparent;color:#dbeafe}

    .gp-search{position:relative}
    .gp-search input{background:transparent;border:1px solid rgba(255,255,255,0.04);padding:10px 12px;border-radius:10px;color:inherit;min-width:220px}
    .gp-search input::placeholder{color:#98A3B3;font-weight:600}

    /* small screen */
    .hamburger{display:none;background:transparent;border:0;padding:8px;border-radius:8px}

    /* --- Footer --- */
    .gp-footer{ background:linear-gradient(180deg, rgba(5,8,12,0.6), transparent);padding:48px 18px;border-top:1px solid rgba(255,255,255,0.03)}
    .gp-footer .gp-container{display:grid;grid-template-columns: 1.4fr 1fr;gap:28px;align-items:start}

    .footer-brand{display:flex;gap:12px;align-items:center}
    .footer-brand p{margin:0;color:#cfe8ff}

    .footer-list{display:flex;flex-direction:column;gap:8px}
    .footer-list a{color:#C9D9F3;font-weight:600;font-size:14px}.footer-list a:hover {
      text-decoration: underline;
    }footer .muted {
      color: #ffffffcb;
    }.legal a:hover {
      color: #fff;
    }
    .muted{color:var(--muted);font-size:13px}

    .newsletter{background:linear-gradient(90deg, rgba(255,111,0,0.06), rgba(0,87,166,0.04));padding:12px;border-radius:12px}
    .newsletter input{width:100%;padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,0.04);background:transparent;color:inherit}
    .newsletter .sub{margin-top:8px;display:flex;gap:8px}

    .socials{display:flex;gap:10px}
    .socials a{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:8px;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.02)}

    .legal{margin-top:22px;border-top:1px dashed rgba(255,255,255,0.03);padding-top:18px;display:flex;justify-content:space-between;align-items:center}
    .copyright{color:var(--muted);font-size:13px}

    /* responsive */
    @media (max-width:900px){
      .gp-container{padding:12px}
     
      .gp-footer .gp-container{grid-template-columns:1fr;}
    }

    @media (prefers-reduced-motion: no-preference){
      .gp-logo svg{transform-origin:center;transition:transform .9s ease}
      .gp-logo:hover svg{transform:rotate(-6deg) scale(1.02)}
    }

 
.azglSiNLqPptRCq {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
a {
  transition: all 0.3s linear;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
} 
footer,
main,
section {
  display: block;
}
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
img {
  border: 0;
  object-fit: cover;
}
svg:not(:root) {
  overflow: hidden;
}
.ezdnOdhHAUZNVIt .vuTzTcVhHvGoVWm {
  margin: 50px auto 0;
}
.aNcPPBTqIzVacrX {
  height: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
ul {
  list-style-type: none;
  padding: 0;
}
figure {
  margin: 0;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.PPCCEPZiVszlWOc {
  
  position: relative;
} 
.hSLCNZFMfucDpIp {
  width: 100%;
  margin: 0 auto;
  background-image: linear-gradient(45deg, #000000b6, #0000009a),
    url("../img/Immersive_Masterclasses.jpg");
  background-size: cover;
  background-position: top 0 center;
  background-repeat: no-repeat;
  padding: 8em 0;
}.hSLCNZFMfucDpIp h1 {
   margin-top: 0;
}.hSLCNZFMfucDpIp p {font-size: 1.2em;}
.VlSVGccITFWtugp.hSLCNZFMfucDpIp {
  background-image: linear-gradient(45deg, #000000b6, #0000009a),
    url("../img/membership.jpg");
}
.ChLmzkBRRJEEbom.hSLCNZFMfucDpIp {
  background-image: linear-gradient(45deg, #000000b6, #0000009a),
    url("../img/best-workshop.webp");
}
  
.JLcWJFmuaOguUvV {
  padding: 0;
  position: static;
  border: none;
}
.BuzbCJnMsDTObaD span {
  color: rgb(126, 12, 12);
  font-size: 22px;
  text-transform: uppercase;
} 
.wxXBYRDDMJSrZUP {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  row-gap: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  justify-content: center;
  padding: 20px 40px;
  background: #fff;
}
.wxXBYRDDMJSrZUP span {
  position: relative;
}
 
.vuTzTcVhHvGoVWm {
  text-decoration: none;
  background-color: #0057A6;
  border: 1px solid #0057A6;
  border-radius: 5px;
  width: fit-content;
  line-height: 130%;
  padding: 10px 30px;
  box-sizing: border-box;
  color: #fff;
   font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.3s linear;
}
.vuTzTcVhHvGoVWm:hover {
  background-color: #071a2a;
 }
.QCLMAZrvipVxrjy {
  padding: 6em 3em;
  background-position: center center;
  background-image: linear-gradient(45deg, #000000b6, #0000009a),
    url("../img/creativity.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#mOKXoEzgfirccXC {
  background: #98a3b385;
}
.QCLMAZrvipVxrjy .CxNgPGGJsFpBVTD {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.QCLMAZrvipVxrjy img {
  max-width: 50%;
  box-shadow: 0 0 5px #ffffff8c;
}
.QCLMAZrvipVxrjy h2 {
  line-height: 130%;
  color: #fff;
}
 
.FbntqxoFZHUiXTj {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.CxNgPGGJsFpBVTD {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
} 
.VQcjgZzWwdTvvKe {
  margin: 100px auto;
  display: flex;
  gap: 70px;
  flex-direction: column;
}#VQcjgZzWwdTvvKe p {text-align: center;
margin-top: 15px;}
.COTSodExJOzBMLv {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 85px;
}
.COTSodExJOzBMLv img {
  width: 40%;
  background-size: cover;
  background-position: left 0 center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #cfe8ff;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
.MpfnyyAAUClLdbK {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.MpfnyyAAUClLdbK a {
  color: rgb(126, 12, 12);
  font-style: oblique;
}
.VycZbSLYDsHJSDU {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.docs.gp-container {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;

}.docs a{
  text-decoration: underline;
}
.docs a:hover{text-decoration: none;}
.docs section{margin-bottom:28px}
   .docs h2{color:#0057A6;font-size:20px;margin-bottom:12px}
  .docs  h3{color:#fff;font-size:18px;margin-bottom:8px}
  .docs  p{margin-bottom:12px}
  .docs  ul{margin-left:20px;margin-bottom:12px}
   .docs li{margin-bottom:6px;list-style-type: disc;}
.MkhczVXFphrGoKL {max-width: 300px;
  margin-bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 1fr;
  gap: 20px;
  margin-top: 50px;
}
.CxrBZqMGeWuESSY {aspect-ratio: 3/2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid var(--yellow-color);
}
.CxrBZqMGeWuESSY img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  padding: 3px;
  background: #fff;
} 
.XFzqmzirtqaCOmU {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #000;
}
.XFzqmzirtqaCOmU span {
  font-size: 16px;
  font-weight: bold;
}
.XFzqmzirtqaCOmU a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
} 
.sFjAsstYDDUCVKQ {
   background: #98a3b385;
  padding: 100px 0;
}
.sFjAsstYDDUCVKQ p {
   font-size: 16px;
  font-style: italic;
  margin: 20px 0;
  line-height: 150%;
  text-align: center;
}
.resyXKyBWiEyXLy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 50px 0;
}
.VqsIQvlMAckdmPf {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 5px #404134;
  box-sizing: border-box;
}
.VqsIQvlMAckdmPf p {
  color: var(--yellow-color);
  text-align: left;
}
.VqsIQvlMAckdmPf h3 {
  font-size: 24px;
  text-align: center;
  margin: 30px auto 10px;
  color: #0057A6;
 }.VqsIQvlMAckdmPf ul {
  color: #333;
  padding-left: 30px;
 }
.VqsIQvlMAckdmPf span {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}.VqsIQvlMAckdmPf img {border-radius: 5px;}
.VqsIQvlMAckdmPf li {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 130%;
  list-style-type: disc;
}
.sFjAsstYDDUCVKQ .vuTzTcVhHvGoVWm {
  display: block;
  margin: 70px auto 0;
}
.LiEYHsFySxJczVg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 50px auto;
}
.YUlSSsLllDHLqFp {
  background-color: #0056a6c5;
  border: 1px solid #cfe8ff;
  padding: 50px;
  border-radius: 10px;
  color: #fff;
}
.YUlSSsLllDHLqFp strong {
  margin-top: 10px;
  display: block;
}
.abvRGnMUKjcoVgM {
  margin: 50px auto;
}
.abvRGnMUKjcoVgM h2 {
  margin-bottom: 50px !important;
}
.ZtxWHimHiAeOmbC {
  width: 50%;
  margin: 0 auto;
}
.ZtxWHimHiAeOmbC h3 {
  font-size: 18px;
  background: var(--yellow-color);
  margin: 0 auto 10px;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
   text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.ZtxWHimHiAeOmbC h3:hover {
  opacity: 0.85;
  transform: scale(0.98);
}
.ZtxWHimHiAeOmbC p {
  font-size: 16px;
  background: #98a3b385;
  border-radius: 30px;
  padding: 15px;
  color: #fff;
  height: 0;
  opacity: 0;
  transition: all 0.3s linear;
}#GjORevpQjVhlKhQ {
  margin-top: 50px;
}
.XFzqmzirtqaCOmU a:hover,
.ktTXLLlLTtjyYjT a:hover {
  text-decoration: underline;
}
.ZtxWHimHiAeOmbC.lKtbCahpeitYxlt p {
  transition: all 0.3s linear;
  height: 130px;
  opacity: 1;
  margin-bottom: 30px;
} 
.rRqDzisuOIXwIkc {
  margin-top: 180px;
}  
.ezdnOdhHAUZNVIt {
  align-items: center;
  color: #fff;
  z-index: 3;
  padding: 50px 30px;
}
.ezdnOdhHAUZNVIt h2,
.MpfnyyAAUClLdbK h3,
.sFjAsstYDDUCVKQ h2,
.VycZbSLYDsHJSDU h2,
.GjORevpQjVhlKhQ h2,
.abvRGnMUKjcoVgM h2,
.bbRWzpDDutpIvVa {
  color: #cfe8ff;
   text-align: center;
  font-size: 32px;
 } 
.MpfnyyAAUClLdbK ul,
.MpfnyyAAUClLdbK p {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  line-height: 150%;
}
.MpfnyyAAUClLdbK ul strong {
  color: var(--yellow-color);
}
.ezdnOdhHAUZNVIt p {
  font-size: 1.3em;
  padding: 25px 0 0;
  line-height: 130%;
  text-align: center;
} 
.kxgGXTvZgzvqMHQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kxgGXTvZgzvqMHQ h2 {
  text-align: center;
  margin: 30px auto;
  font-size: 18px;
  color: var(--main-color);
  text-shadow: 1px 1px 1px var(--yellow-color);
}
.GNMiqMauoayPjxQ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
}
.kxgGXTvZgzvqMHQ h3 {
  font-size: 24px;
}
.OKcnHbTNAOddwWE {
   width: 100%;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 100px;
}
.OKcnHbTNAOddwWE div {
  width: 100%;
aspect-ratio: 1/1;  padding: 10px;
  box-sizing: border-box;
  background-color: #cfe8ff;
  border: 2px solid var(--yellow-color);
  color: #333;
   border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}
.hSLCNZFMfucDpIp h2 {
  font-size: 2.5em;
  color: #fff;
   line-height: 130%;
}
.odUmspOKtJjTzSt {
  border: 1px solid var(--yellow-color);
  padding: 10px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.odUmspOKtJjTzSt img {
  max-width: 100%;
  height: auto;
}
.jWCmUelUFdWeZAG {
  font-weight: bold;
  margin-bottom: 5px;
}
.jWCmUelUFdWeZAG p {
  background-color: var(--yellow-color);
}
.jWCmUelUFdWeZAG + a {
  color: rgb(126, 12, 12);
  text-decoration: underline;
}
.daAyAbfBZiticBP {
  margin: 120px 0 50px;
  border: 2px solid rgb(17, 92, 59);
  padding: 25px;
  font-style: oblique;
  border-radius: 50px;
}
#sFjAsstYDDUCVKQ p {
  text-align: center;
  line-height: 130%;
  font-size: 18px;
}
#sFjAsstYDDUCVKQ .MkhczVXFphrGoKL {
  margin-bottom: 30px;
}
.DZfjTonYgGUwTWr {
  padding-bottom: 15px !important;
}
.FxLZQNznfolkusF {
  height: 300px;
  opacity: 1;
  transition: all 0.3s linear;
}
.vujagEDisJjbfeu {
  margin-top: 0 !important;
}
.EzRXYmmdXJdJjxF {
  position: relative;
}
.tjigisXfMTwjQaY {
  height: 0;
  opacity: 0;
}
.odUmspOKtJjTzSt:hover .tjigisXfMTwjQaY {
  position: absolute;
  height: 200px;
  opacity: 1;
  z-index: 10;
  background-color: #fff;
  padding: 10px;
  border: 3px solid var(--yellow-color);
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}#abvRGnMUKjcoVgM {
  padding: 0 15px;
}
 
@media (max-width: 950px) {
  .ZtxWHimHiAeOmbC {
    width: 80%;
  }
  .MkhczVXFphrGoKL {
    gap: 30px;
  }
  .GNMiqMauoayPjxQ,.OKcnHbTNAOddwWE {
    grid-template-columns: repeat(3, 1fr);
  }
  .VqsIQvlMAckdmPf span {
    margin-bottom: 30px;
  }
  .VqsIQvlMAckdmPf {
    padding: 20px;
  }
  .VqsIQvlMAckdmPf ul {
    padding-left: 20px;
  }
  .VqsIQvlMAckdmPf li {
    font-size: 14px;
  }
}
@media (max-width: 750px) {.gp-nav{margin: 0;}
  header .gp-container{flex-direction: column;
  gap: 15px;}
  .sFjAsstYDDUCVKQ {
    padding: 50px 0;
    margin: 50px auto;
  }
  .ezdnOdhHAUZNVIt h2,
  .MpfnyyAAUClLdbK h3,
  .sFjAsstYDDUCVKQ h2,
  .VycZbSLYDsHJSDU h2,
  .GjORevpQjVhlKhQ h2,
  .abvRGnMUKjcoVgM h2
   {
    font-size: 24px;
  }
  .resyXKyBWiEyXLy {
    grid-template-columns: repeat(1, 1fr);
  }
  .GNMiqMauoayPjxQ,
  .LiEYHsFySxJczVg {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hSLCNZFMfucDpIp h2 {
    font-size: 22px;
  }
  .wxXBYRDDMJSrZUP span {
    font-size: 14px;
  }
  .OKcnHbTNAOddwWE div {
    font-size: 12px;
    padding: 0;
  }
  .OKcnHbTNAOddwWE {
    margin: 50px auto;
  }
  .wxXBYRDDMJSrZUP span::before {
    width: 20px;
    height: 20px;
    top: 0;
    left: -25px;
  }
  .wxXBYRDDMJSrZUP {
    row-gap: 20px;
    justify-content: start;
  }
  
  
  .COTSodExJOzBMLv {
    flex-direction: column;
  }
  .COTSodExJOzBMLv:nth-child(even) {
    flex-direction: column-reverse;
  }
  .ezdnOdhHAUZNVIt p {
    font-size: 20px;
  }
  
  .wxXBYRDDMJSrZUP {
    display: none;
  }
  
  .COTSodExJOzBMLv img {
    width: 100%;
  }
}
@media (max-width: 500px) {.gp-nav a{
  padding: 8px;
  font-weight: normal;
}
  .gp-nav{gap: 10px;}
  .QCLMAZrvipVxrjy .CxNgPGGJsFpBVTD {
    padding: 0;
  }
  .QCLMAZrvipVxrjy {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1 {
    font-size: 24px;
  }
 
  .ZtxWHimHiAeOmbC {
    width: 100%;
  }
  .ZtxWHimHiAeOmbC h3 {
    font-size: 16px;
  }
  .ZtxWHimHiAeOmbC p {
    font-size: 14px;
  }
  .VycZbSLYDsHJSDU {
    margin: 50px auto;
  }
   
  .LiEYHsFySxJczVg {
    grid-template-columns: repeat(1, 1fr);
  }
  .ezdnOdhHAUZNVIt h2,
  .MpfnyyAAUClLdbK h3,
  .sFjAsstYDDUCVKQ h2,
  .VycZbSLYDsHJSDU h2,
  .GjORevpQjVhlKhQ h2,
  .abvRGnMUKjcoVgM h2  {
    font-size: 20px;
  }
  .GNMiqMauoayPjxQ {
    grid-template-columns: repeat(1, 1fr);
  }
  .ezdnOdhHAUZNVIt p {
    font-size: 16px;
  }
  .HGwPffytFsaliWC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hSLCNZFMfucDpIp {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    height: 680px;
  }
  .OKcnHbTNAOddwWE {
    margin: 50px auto;
  } 
  .CxNgPGGJsFpBVTD {
    padding: 0 20px;
  } 
  .QCLMAZrvipVxrjy img {
    width: 100%;
    max-width: none;
  }.OKcnHbTNAOddwWE{
    grid-template-columns: 1fr 1fr;
  }
}
