/* Gaya Vocational School: restrained, customer-first finish. */
.gaya-home{
  --deep:#0f1c14;
  --navy:#14271b;
  --panel:#1b3323;
  --mint:#69bd71;
  --paper:#f3f2eb;
  --bright:#f3f2eb;
  --ink:#142019;
  --muted:#a8b5aa;
  --line:transparent;
  --orange:var(--mint);
  background:var(--deep);
  color:var(--paper);
}
html:has(.gaya-home){scroll-padding-top:166px}

.gaya-home *,
.gaya-home *::before,
.gaya-home *::after{border-color:transparent!important}
.gaya-home :is(button,a,summary):focus-visible{outline:3px solid var(--mint);outline-offset:5px}
.gaya-home .reveal,.gaya-home .motion-ready{opacity:1!important;transform:none!important;transition:none!important}
.gaya-home .wrap{max-width:1080px;padding-inline:24px}
.gaya-home .section-pad{padding-block:88px}
.gaya-home h2,.gaya-home .learning-copy h2{font-size:clamp(31px,3.7vw,44px);line-height:1.38;letter-spacing:-.045em}
.gaya-home h2 em,.gaya-home .hero h1 em{font-style:normal;color:var(--mint)}
.gaya-home .eyebrow{margin-bottom:16px;color:#4d9354;font-size:12px;letter-spacing:0;font-weight:700}
.gaya-home .center-heading{margin-bottom:44px}
.gaya-home .button{min-height:56px;padding:15px 24px;border:0;border-radius:4px;background:var(--mint);color:var(--ink);font-size:15px;font-weight:720;box-shadow:none}
.gaya-home .button:hover{background:#78c680;transform:translateY(-2px)}
.gaya-home .text-link{min-height:44px;padding-block:10px;border:0;color:#367f3e;font-weight:700}

/* Header */
.gaya-home .header{
  height:96px;
  position:sticky;
  top:0;
  display:grid;
  grid-template-columns:auto 1fr auto;
  grid-template-rows:54px 42px;
  gap:0 30px;
  padding-inline:max(24px,calc((100% - 1032px)/2));
  background:rgba(248,247,242,.98);
  color:var(--ink);
  box-shadow:0 8px 24px rgba(14,31,20,.07);
  backdrop-filter:blur(14px);
}
.gaya-home .header .gaya-brand{grid-column:1;grid-row:1;width:168px;height:42px;display:flex;align-items:center;overflow:hidden}
.gaya-home .gaya-brand img{width:168px;height:auto}
.gaya-home .header-description{color:#667168;font-size:12px;letter-spacing:-.015em}
.gaya-home .nav{grid-column:1/-1;grid-row:2;display:flex;position:static;align-items:center;gap:31px;padding:0;margin:0;background:none}
.gaya-home .nav a,.gaya-home .nav a:first-child{padding:9px 0;margin:0;background:none;color:#3d493f;border-radius:0;font-size:13px;font-weight:570}
.gaya-home .nav a:hover{color:#34843c}
.gaya-home .header-cta{grid-column:3;grid-row:1;align-self:center;min-height:42px;padding:10px 17px;border:0;border-radius:4px;background:var(--mint);color:var(--ink);font-size:12px;font-weight:750;box-shadow:none}
.gaya-home .header-cta:hover{background:#78c680;color:var(--ink)}
.gaya-home .menu-toggle span{background:var(--ink)}

/* Recruitment notice and hero */
.gaya-home .admission-banner{display:block;background:#dfece0;color:var(--ink)}
.gaya-home .admission-banner>div{max-width:1080px;min-height:72px;padding:13px 24px;margin:auto;display:flex;align-items:center;gap:16px}
.gaya-home .banner-symbol{width:44px;height:30px;display:grid;place-items:center;flex:0 0 44px;border-radius:3px;background:var(--navy);color:var(--paper);font-size:11px;font-weight:750;letter-spacing:.02em}
.gaya-home .admission-banner p{font-size:14px;line-height:1.55;letter-spacing:-.02em}
.gaya-home .admission-banner strong{font-weight:750}
.gaya-home .banner-action{margin-left:auto;color:#315f36;font-size:12px;font-weight:750;white-space:nowrap}
.gaya-home .hero{height:610px;min-height:610px;max-height:none;background:var(--navy)}
.gaya-home .hero-grid{display:none}
.gaya-home .hero-content{max-width:1080px;justify-content:flex-start;padding:64px 24px 48px;pointer-events:auto}
.gaya-home .course-brand{margin-bottom:43px;gap:10px}
.gaya-home .course-brand>span{padding:4px 9px;border-radius:3px;background:var(--mint);color:var(--ink);font-size:10px;font-weight:750}
.gaya-home .course-brand b{font-size:18px;font-weight:680}
.gaya-home .hero h1{max-width:560px;color:var(--paper);font-size:clamp(43px,4.3vw,58px);line-height:1.24;letter-spacing:-.055em;font-weight:740;text-wrap:balance}
.gaya-home .hero-description{max-width:520px;margin-top:20px;color:#b9c5bb;font-size:15px;line-height:1.75}
.gaya-home .hero-actions{margin-top:30px;gap:26px}
.gaya-home .hero .button{min-width:190px}
.gaya-home .hero-course-link{min-height:44px;display:inline-flex;align-items:center;padding:10px 0;border:0;color:#cbd4cc;font-size:13px;font-weight:650}
.gaya-home .hero-course-link:hover{color:var(--mint)}
.gaya-home .hero-art{width:560px;height:560px;right:max(8px,calc((100vw - 1120px)/2));top:28px;opacity:.76}
.gaya-home .hero-art::after{background:linear-gradient(90deg,var(--navy),transparent 24%)}
.gaya-home .hero-object{mix-blend-mode:lighten;filter:grayscale(.82) sepia(.12) hue-rotate(65deg) brightness(.92) contrast(1.04)}

/* Sticky page navigation */
.gaya-home .landing-tabs{top:96px;background:#101f16;border:0;box-shadow:none}
.gaya-home .landing-tabs .wrap{gap:0}
.gaya-home .landing-tabs a{flex:1;padding:18px 8px 16px;border:0;color:#a8b6aa;font-size:13px;font-weight:600;text-align:center}
.gaya-home .landing-tabs a:hover,.gaya-home .landing-tabs a.active{color:var(--mint)}

/* Audience and fields */
.gaya-home .audience{background:var(--deep)}
.gaya-home .audience-grid{grid-template-columns:1fr 1fr;gap:0 48px}
.gaya-home .audience-grid>a,.gaya-home .audience-grid>a:last-child{width:auto;grid-column:auto;justify-self:stretch;min-height:112px;padding:22px 0;gap:20px;background:transparent;border:0;border-radius:0;transition:color .2s}
.gaya-home .audience-grid>a:hover{background:transparent;color:#dff2e1}
.gaya-home .audience-icon{width:42px;height:auto;display:block;flex:0 0 42px;padding-top:2px;background:transparent;color:var(--mint);font-size:14px;font-weight:750}
.gaya-home .audience-grid h3{margin-bottom:7px;color:var(--paper);font-size:21px;line-height:1.35}
.gaya-home .audience-grid p{margin:0;color:#aebbb0;font-size:14px;line-height:1.65}
.gaya-home .profession{background:#14251a}
.gaya-home .profession .center-heading{margin-bottom:30px}
.gaya-home .profession-grid{grid-template-columns:1fr 1fr;gap:54px}
.gaya-home .profession-grid article{min-height:170px;height:auto;padding:14px 0 8px;background:transparent;border:0;border-radius:0}
.gaya-home .profession-grid article>p{margin-bottom:13px;color:var(--mint);font-size:12px;font-weight:700}
.gaya-home .profession-grid h3{font-size:28px;line-height:1.35}
.gaya-home .profession-grid article>span{position:static;display:block;max-width:430px;margin-top:24px;color:#afbbb0;font-size:14px;line-height:1.75}

/* Current programs: the only card-based section. */
.gaya-home .programs{padding-top:82px;background:var(--deep);color:var(--paper)}
.gaya-home .programs .section-top{text-align:left;display:flex;align-items:flex-end}
.gaya-home .programs .section-top>p{margin:0;padding-bottom:4px;color:#a9b6ab;font-size:14px}
.gaya-home .filters{justify-content:flex-start;gap:12px;margin-top:38px;border:0}
.gaya-home .filters button{min-height:44px;padding:10px 16px;border:0;border-radius:999px;background:transparent;color:#a7b5a9;font-size:13px}
.gaya-home .filters button.active{padding-inline:16px;background:#26412d;color:#b9e9bd;font-weight:700}
.gaya-home .filters button.active::after{display:none}
.gaya-home .program-list{grid-template-columns:1fr 1fr;gap:18px;padding-top:22px}
.gaya-home .program-row,.gaya-home .program-row:hover{min-height:228px;padding:28px;background:var(--panel);border:0;border-radius:10px}
.gaya-home .program-row:hover{background:#213d2a}
.gaya-home .program-name>p{margin-bottom:15px;color:#85c68b;font-size:11px;letter-spacing:0;font-weight:700}
.gaya-home .program-name h3{color:var(--paper);font-size:25px;line-height:1.35}
.gaya-home .program-name>span{margin-top:12px;color:#acb9ae;font-size:13px;line-height:1.6}
.gaya-home .program-facts{margin-top:27px;color:#a8b5aa;font-size:12px}
.gaya-home .program-facts span{color:#a8b5aa}
.gaya-home .program-facts b{color:#7dce84;font-weight:750}
.gaya-home .round-arrow{right:25px;bottom:25px;width:38px;height:38px;border:0;background:transparent;color:#9bb39f;font-size:21px}
.gaya-home .program-row:hover .round-arrow{background:transparent;color:var(--mint);transform:rotate(45deg)}

/* Light information run */
.gaya-home .support,.gaya-home .evidence,.gaya-home .application-guide,.gaya-home .faq{background:var(--paper);color:var(--ink)}
.gaya-home .support .center-heading,.gaya-home .application-guide .center-heading{margin-bottom:46px}
.gaya-home .support-grid{gap:54px;margin-top:0}
.gaya-home .support-grid article{min-height:0;padding:0;background:transparent;border:0;border-radius:0}
.gaya-home .support-label{display:block;margin-bottom:16px;padding:0;background:transparent;color:#46884d;font-size:12px;font-weight:750}
.gaya-home .support-grid h3{margin-bottom:15px;color:var(--ink);font-size:25px;line-height:1.4}
.gaya-home .support-grid p{max-width:440px;color:#56625a;font-size:14px;line-height:1.8}
.gaya-home .support-grid .text-link{margin-top:16px;color:#347c3b}

.gaya-home .evidence{background:#eceee7}
.gaya-home .award-feature{grid-template-columns:.82fr 1.18fr;gap:55px;align-items:center}
.gaya-home .evidence .award-copy .eyebrow{color:#4d9354}
.gaya-home .award-copy h2{color:var(--ink);font-size:clamp(30px,3.4vw,40px);line-height:1.42}
.gaya-home .award-copy>p:not(.eyebrow){max-width:390px;margin-top:18px;color:#5d6860;font-size:14px;line-height:1.8}
.gaya-home .award-copy .text-link{margin-top:17px;color:#347c3b}
.gaya-home .gaya-award-image{min-height:0;aspect-ratio:1000/430;background:transparent;border:0;border-radius:0}
.gaya-home .gaya-award-image img{width:100%;height:100%;object-fit:contain}
.gaya-home .institution-records{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:46px 0 0;padding:0}
.gaya-home .institution-records li{min-width:0;padding:0}
.gaya-home .institution-records strong{display:block;margin-bottom:12px;color:#3f8146;font-size:16px;font-weight:750}
.gaya-home .institution-records span{display:block;color:#3d4840;font-size:13px;line-height:1.65}

.gaya-home .application-guide{padding-top:76px}
.gaya-home .application-flow{padding:14px 0 4px}
.gaya-home .application-flow li>span{color:#4f9756;font-weight:750}
.gaya-home .application-flow h3{color:var(--ink)}
.gaya-home .application-flow li:not(:last-child)::after{color:#78a07c}
.gaya-home .application-guide .section-note{margin-top:24px;color:#657067;font-size:12px}
.gaya-home .application-action{margin-top:28px}

.gaya-home .faq{padding-top:76px}
.gaya-home .faq .wrap{max-width:900px}
.gaya-home .faq .center-heading{text-align:left;margin-bottom:26px}
.gaya-home .faq .center-heading h2{font-size:31px}
.gaya-home .faq details{margin-bottom:8px;padding-inline:22px;background:#e7e9e1;border:0;border-radius:0}
.gaya-home .faq summary{padding:20px 42px 20px 0;color:var(--ink);font-size:15px;font-weight:630}
.gaya-home .faq summary::after{right:2px;top:14px;color:#4f8b54}
.gaya-home .faq details>p{max-width:780px;padding:0 34px 22px 0;color:#58635b;font-size:14px;line-height:1.75}

/* Consultation and footer */
.gaya-home .contact{padding-block:82px;background:var(--navy);color:var(--paper)}
.gaya-home .contact .eyebrow{display:block;color:#82cd89}
.gaya-home .contact-title{display:block}
.gaya-home .contact-title h2{font-size:clamp(35px,4.2vw,50px);line-height:1.35}
.gaya-home .contact-choice{max-width:680px;margin:34px 0 48px;gap:16px}
.gaya-home .contact-choice a,.gaya-home .contact-choice a:first-child,.gaya-home .contact-choice a:last-child{padding:20px 22px;border:0;border-radius:4px;background:#203a29;color:var(--paper);text-align:left}
.gaya-home .contact-choice a:first-child{background:var(--mint);color:var(--ink)}
.gaya-home .contact-choice a:hover{background:#294b35;color:var(--paper)}
.gaya-home .contact-choice a:first-child:hover{background:#78c680;color:var(--ink)}
.gaya-home .contact-choice span{display:block;margin-bottom:7px;color:inherit;font-size:12px;opacity:.72}
.gaya-home .contact-choice strong{font-size:17px}
.gaya-home .contact-info{margin-top:0;padding:0;gap:55px;border:0}
.gaya-home .contact-info>div>p{margin-bottom:11px;color:#8fa193;font-size:11px}
.gaya-home .contact-info>div>a.phone{color:var(--paper);font-size:31px}
.gaya-home .contact-info strong{color:var(--paper);font-size:18px}
.gaya-home .contact-info>div>span{color:#a7b6a9}
.gaya-home .contact-info>div>a:last-child{min-height:44px;display:inline-flex;align-items:center;color:#82cd89}
.gaya-home footer{padding-block:42px;background:#0b150e}
.gaya-home .footer-inner{align-items:center}
.gaya-home .footer-brand{width:155px;height:40px;padding:3px 7px;background:#fff;border-radius:3px}
.gaya-home .footer-brand img{width:141px}
.gaya-home .footer-inner>p{color:#87988a}
.gaya-home .footer-inner>a:not(.brand){color:#b5c2b7;font-size:11px}
.gaya-home .floating-consult{background:var(--mint);color:var(--ink);box-shadow:0 14px 34px rgba(0,0,0,.22)}
.gaya-home .floating-consult:hover{background:#78c680}

@media(max-width:1100px){
  .gaya-home .header{padding-inline:24px}
  .gaya-home .nav{gap:22px}
  .gaya-home .hero-art{right:-70px;width:54vw}
  .gaya-home .section-pad{padding-block:74px}
  .gaya-home .award-feature{gap:38px}
}

@media(max-width:760px){
  html:has(.gaya-home){scroll-padding-top:118px}
  .gaya-home .wrap{padding-inline:20px}
  .gaya-home .section-pad{padding-block:56px}
  .gaya-home h2,.gaya-home .learning-copy h2{font-size:clamp(25px,7.2vw,30px);line-height:1.42}
  .gaya-home .center-heading{margin-bottom:30px}

  .gaya-home .header{height:64px;display:grid;grid-template-columns:1fr auto auto;grid-template-rows:64px;padding-inline:20px;column-gap:9px}
  .gaya-home .header .gaya-brand{grid-column:1;grid-row:1;width:122px;height:44px;min-height:44px}
  .gaya-home .gaya-brand img{width:122px}
  .gaya-home .header-description{display:none}
  .gaya-home .header-cta{grid-column:2;grid-row:1;min-height:44px;padding:9px 11px;font-size:11px;white-space:nowrap}
  .gaya-home .menu-toggle{grid-column:3;grid-row:1;display:block;width:44px;height:44px;margin:0;padding:10px}
  .gaya-home .menu-toggle span{transition:transform .2s ease}
  .gaya-home .menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
  .gaya-home .menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .gaya-home .header .nav{display:none}
  .gaya-home .header .nav.open{position:absolute;top:64px;left:0;right:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 16px;background:#f8f7f2;box-shadow:0 18px 30px rgba(10,26,16,.12);z-index:55}
  .gaya-home .header .nav.open a,.gaya-home .header .nav.open a:first-child{min-height:44px;padding:11px 0;color:var(--ink);font-size:14px}

  .gaya-home .admission-banner>div{min-height:70px;padding:11px 20px;gap:12px}
  .gaya-home .banner-symbol{width:40px;height:29px;flex-basis:40px;font-size:10px}
  .gaya-home .admission-banner p{font-size:11px;line-height:1.55}
  .gaya-home .banner-action{display:none}

  .gaya-home .hero{height:580px;min-height:580px}
  .gaya-home .hero-content{padding:38px 20px 0}
  .gaya-home .course-brand{gap:8px;margin-bottom:27px}
  .gaya-home .course-brand>span{font-size:9px;padding:3px 7px}
  .gaya-home .course-brand b{font-size:14px}
  .gaya-home .hero h1{font-size:clamp(34px,10vw,41px);line-height:1.28}
  .gaya-home .hero-description{max-width:330px;margin-top:16px;font-size:13px;line-height:1.7}
  .gaya-home .hero-actions{margin-top:22px;gap:14px;align-items:center}
  .gaya-home .hero .button{min-width:0;min-height:52px;padding:13px 18px;font-size:13px}
  .gaya-home .hero-course-link{font-size:12px}
  .gaya-home .hero-art{width:305px;height:305px;right:-48px;top:298px;opacity:.57}
  .gaya-home .hero-art::after{background:linear-gradient(180deg,var(--navy),transparent 18%)}

  .gaya-home .landing-tabs{top:64px;overflow-x:auto;scrollbar-width:none}
  .gaya-home .landing-tabs .wrap{min-width:0;padding-inline:4px;gap:0}
  .gaya-home .landing-tabs a{min-width:0;min-height:44px;padding:14px 4px 12px;font-size:clamp(9px,2.8vw,11px);white-space:nowrap}

  .gaya-home .audience-grid{grid-template-columns:1fr;gap:0}
  .gaya-home .audience-grid>a,.gaya-home .audience-grid>a:last-child{min-height:88px;padding:16px 0;gap:12px}
  .gaya-home .audience-icon{width:34px;flex-basis:34px;font-size:12px}
  .gaya-home .audience-grid h3{font-size:18px}
  .gaya-home .audience-grid p{font-size:13px}
  .gaya-home .profession .center-heading{margin-bottom:18px}
  .gaya-home .profession-grid{grid-template-columns:1fr;gap:28px}
  .gaya-home .profession-grid article{min-height:0;padding:8px 0}
  .gaya-home .profession-grid h3{font-size:23px}
  .gaya-home .profession-grid article>span{margin-top:15px;font-size:13px}

  .gaya-home .programs{padding-top:54px}
  .gaya-home .programs .section-top{display:block;text-align:left}
  .gaya-home .programs .section-top>p{margin-top:16px;padding:0;font-size:13px}
  .gaya-home .filters{justify-content:flex-start;gap:7px;margin-top:26px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}
  .gaya-home .filters button{flex:0 0 auto;min-height:44px;padding:9px 12px;font-size:11px}
  .gaya-home .filters button.active{padding-inline:12px}
  .gaya-home .program-list{grid-template-columns:1fr;gap:12px;padding-top:16px}
  .gaya-home .program-row,.gaya-home .program-row:hover{min-height:204px;padding:23px 22px;border-radius:8px}
  .gaya-home .program-name>p{margin-bottom:12px;font-size:10px}
  .gaya-home .program-name h3{font-size:clamp(20px,5.9vw,23px)}
  .gaya-home .program-name>span{font-size:12px}
  .gaya-home .program-facts{margin:21px 0 0;gap:6px;font-size:11px}
  .gaya-home .round-arrow{right:20px;bottom:21px}

  .gaya-home .support .center-heading,.gaya-home .application-guide .center-heading{margin-bottom:33px}
  .gaya-home .support-grid{grid-template-columns:1fr;gap:40px}
  .gaya-home .support-grid h3{font-size:22px}
  .gaya-home .support-grid p{font-size:13px}
  .gaya-home .award-feature{grid-template-columns:1fr;gap:28px}
  .gaya-home .award-copy h2{font-size:clamp(25px,7vw,29px)}
  .gaya-home .award-copy>p:not(.eyebrow){font-size:13px}
  .gaya-home .institution-records{grid-template-columns:1fr 1fr;gap:28px 22px;margin-top:34px}
  .gaya-home .institution-records strong{margin-bottom:8px;font-size:14px}
  .gaya-home .institution-records span{font-size:12px}

  .gaya-home .application-guide{padding-top:54px}
  .gaya-home .application-flow{display:block;padding:0}
  .gaya-home .application-flow li{padding:18px 0;gap:16px}
  .gaya-home .application-flow li:not(:last-child)::after{content:'↓';right:6px;top:21px;font-size:16px}
  .gaya-home .application-flow h3{font-size:19px}
  .gaya-home .application-action{text-align:left}

  .gaya-home .faq{padding-top:54px}
  .gaya-home .faq .center-heading h2{font-size:26px}
  .gaya-home .faq details{padding-inline:16px}
  .gaya-home .faq summary{min-height:58px;padding:17px 34px 17px 0;font-size:14px;line-height:1.55}
  .gaya-home .faq summary::after{top:12px}
  .gaya-home .faq details>p{padding:0 16px 19px 0;font-size:13px}

  .gaya-home .contact{padding-block:56px}
  .gaya-home .contact-title h2{font-size:clamp(27px,7.8vw,34px)}
  .gaya-home .contact-choice{grid-template-columns:1fr;gap:10px;margin:27px 0 38px}
  .gaya-home .contact-choice a,.gaya-home .contact-choice a:first-child,.gaya-home .contact-choice a:last-child{padding:17px 18px}
  .gaya-home .contact-choice strong{font-size:16px}
  .gaya-home .contact-info{grid-template-columns:1fr;gap:29px}
  .gaya-home .contact-info>div>a.phone{font-size:29px}
  .gaya-home .contact-info strong{font-size:17px;line-height:1.6}
  .gaya-home .footer-inner{display:block}
  .gaya-home .footer-brand{min-height:44px}
  .gaya-home .footer-inner>p{margin-top:21px}
  .gaya-home .footer-inner>a:not(.brand){min-height:44px;display:inline-flex;align-items:center;margin:8px 17px 0 0}
  .gaya-home footer{padding-bottom:92px}
  .gaya-home .mobile-actions{background:#101f16;border:0;padding:9px 12px calc(9px + env(safe-area-inset-bottom));gap:8px}
  .gaya-home .mobile-actions a{min-height:44px;display:grid;place-items:center;border:0;border-radius:3px;background:#263d2c;color:var(--paper)}
  .gaya-home .mobile-actions a:last-child{background:var(--mint);color:var(--ink)}
  .gaya-home .floating-consult{bottom:calc(18px + env(safe-area-inset-bottom));transition:opacity .2s ease,transform .2s ease}
  .gaya-home:has(.mobile-actions.visible) .floating-consult{opacity:0;pointer-events:none;transform:translateY(8px)}
}

@media(max-width:360px){
  .gaya-home .header{padding-inline:14px;column-gap:6px}
  .gaya-home .header .gaya-brand{width:108px}
  .gaya-home .gaya-brand img{width:108px}
  .gaya-home .header-cta{padding-inline:8px;font-size:10px}
  .gaya-home .wrap{padding-inline:20px}
  .gaya-home .admission-banner>div{padding-inline:16px}
  .gaya-home .hero-content{padding-inline:20px}
  .gaya-home .hero-actions{gap:10px}
  .gaya-home .hero-course-link{font-size:11px}
  .gaya-home .institution-records{gap:24px 16px}
}

@media(prefers-reduced-motion:reduce){
  .gaya-home .button,.gaya-home .program-row,.gaya-home .menu-toggle span{transition:none}
}
