/* manrope-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../fonts/manrope-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* manrope-cyrillic-wght-normal */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../fonts/manrope-cyrillic-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* manrope-latin-wght-normal */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(../fonts/manrope-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* inter-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/inter-cyrillic-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* inter-cyrillic-wght-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/inter-cyrillic-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* inter-latin-wght-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(../fonts/inter-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root{--accent:#565cf5;--ink:#171b2e;--muted:#6d7281;--surface:#f6f7fb;--line:#e8e9f0;--lime:#cef57a;--radius:24px;--shadow:0 20px 55px rgba(26,31,67,.09);--heading:'Manrope','Segoe UI',Arial,sans-serif;--body:'Inter','Segoe UI',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--surface);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--heading);line-height:1.12;letter-spacing:-.045em;margin:0;font-weight:750}h1{font-size:clamp(38px,5.6vw,76px)}h2{font-size:clamp(30px,3.55vw,48px)}h3{font-size:22px;letter-spacing:-.025em}p{margin:0 0 1.15em}a{color:inherit;text-decoration:none}a,button{touch-action:manipulation}a:hover{color:var(--accent)}button,input,select,textarea{font:inherit}button{cursor:pointer}img{height:auto;max-width:100%;vertical-align:middle}svg{flex:none;vertical-align:middle}.icon{width:22px;height:22px;display:inline-block}button,a,input,select,summary,textarea{outline-offset:5px}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent)}::selection{background:var(--lime);color:var(--ink)}.container{max-width:1240px;margin-inline:auto;padding-inline:32px}.narrow{max-width:940px}.section{padding:100px 0}.section-white{background:#fff}.section-heading{display:flex;justify-content:space-between;gap:48px;align-items:flex-end;margin-bottom:40px}.section-heading>div{flex:1}.section-description{max-width:390px;color:var(--muted);font-size:17px;line-height:1.65;margin:0}.eyebrow{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--accent);margin-bottom:25px}.eyebrow:before{content:'';height:1px;width:20px;background:var(--accent);opacity:.65}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;background:var(--accent);color:#fff;border:1px solid transparent;border-radius:12px;padding:16px 24px;font-weight:650;font-size:14px;line-height:1.45;box-shadow:0 8px 20px rgba(86,92,245,.17);transition:transform .2s,box-shadow .2s,background .2s;text-align:center}.button:hover{color:#fff;background:#4248d6;transform:translateY(-2px);box-shadow:0 10px 25px rgba(86,92,245,.24)}.button-small{padding:12px 17px;font-size:12px}.button-outline{color:var(--ink);background:#fff;border-color:var(--line);box-shadow:none}.button-outline:hover{background:var(--ink);color:#fff;box-shadow:none}.button-lime{background:var(--lime);color:var(--ink);box-shadow:none;white-space:nowrap}.button-lime:hover{background:#ddffa3;color:var(--ink)}.text-link{display:inline-flex;gap:12px;align-items:center;font-size:14px;font-weight:650}.text-link .icon{width:19px;color:var(--accent)}.icon-button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;background:transparent;border-radius:10px;color:var(--ink)}.icon-button:hover{background:#ededfa}.site-header{position:sticky;top:0;z-index:100;background:rgba(246,247,251,.95);border-bottom:1px solid rgba(229,231,241,.7);backdrop-filter:blur(16px)}.admin-bar .site-header{top:32px}.header-inner{min-height:82px;display:flex;align-items:center;gap:30px}.brand{display:inline-flex;align-items:center;gap:10px;flex:none}.brand span{font-weight:850;font-size:20px;letter-spacing:.025em}.brand-mark{color:var(--accent)}.brand:hover{color:var(--ink)}.custom-logo-link{display:block;flex-shrink:0}.custom-logo{max-width:190px;max-height:52px;width:auto}.primary-nav{margin-left:auto}.nav-list{list-style:none;display:flex;gap:25px;margin:0;padding:0;align-items:center}.nav-list>li{position:relative}.nav-list a{display:block;font-size:12px;font-weight:650;padding:10px 0}.nav-list .sub-menu{display:none;position:absolute;left:0;top:100%;min-width:220px;margin:0;padding:12px 20px;list-style:none;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.nav-list .sub-menu .sub-menu{position:static;box-shadow:none;border:0;padding:0 0 0 16px}.nav-list li:hover>.sub-menu,.nav-list li:focus-within>.sub-menu{display:block}.header-actions{display:flex;align-items:center;gap:16px}.account-link{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:650}.account-link .icon{width:17px}.cart-link{position:relative}.ep-cart-count{position:absolute;right:-1px;top:0;background:var(--accent);color:white;border:2px solid var(--surface);font-size:9px;border-radius:20px;min-width:17px;height:17px;display:grid;place-items:center;line-height:1}.menu-toggle{display:none}.hero{overflow:hidden;padding:66px 0 82px}.grid-paper{background-image:linear-gradient(rgba(221,224,237,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(221,224,237,.28) 1px,transparent 1px);background-size:84px 84px;position:relative}.grid-paper:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 35%,var(--surface) 94%)}.hero-grid{display:grid;grid-template-columns:1.03fr 1fr;gap:62px;position:relative;z-index:1;align-items:center}.hero-copy h1{max-width:660px;font-size:clamp(48px,5.25vw,72px);line-height:1.04;letter-spacing:-.055em;margin-bottom:27px}.highlight{color:var(--accent);position:relative;isolation:isolate;white-space:normal;text-decoration:underline;text-decoration-color:var(--lime);text-decoration-thickness:.13em;text-underline-offset:.035em;text-decoration-skip-ink:none}.hero-description{max-width:510px;font-size:18px;line-height:1.75;color:var(--muted);margin-bottom:30px}.hero-buttons{display:flex;align-items:center;gap:25px}.hero-facts{display:flex;gap:35px;margin-top:47px}.hero-facts>div{padding-left:16px;border-left:1px solid #dcdfea;display:flex;flex-direction:column}.hero-facts strong{font-size:20px;font-weight:750;letter-spacing:-.02em;line-height:1.4}.hero-facts span{font-size:12px;color:var(--muted);margin-top:3px}.route-scene{position:relative;padding:70px 0 55px}.route-card{position:relative;background:#fff;padding:26px;border:1px solid #ececf4;border-radius:28px;box-shadow:0 24px 45px rgba(22,29,55,.15);transform:rotate(-2deg)}.route-header{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}.route-header h2{font-size:18px;letter-spacing:-.035em;margin-top:4px}.overline{font-size:9px;letter-spacing:.08em;color:var(--muted);font-weight:700}.status-tag{display:inline-flex;align-items:center;gap:6px;font-size:9px;background:#f0efff;color:#444bd1;padding:5px 8px;border-radius:20px;font-weight:700}.status-tag i{width:5px;height:5px;background:var(--accent);border-radius:50%}.route-path{position:relative;height:175px;background:#fafaff;border:1px solid #ededf5;border-radius:17px;margin:22px 0 14px;color:var(--accent)}.route-path>svg{position:absolute;left:15px;top:9px;width:calc(100% - 30px);height:130px}.route-stop{position:absolute;transform:translateX(-50%);display:flex;align-items:center;flex-direction:column;gap:7px}.route-stop span{width:27px;height:27px;display:grid;place-items:center;background:var(--accent);color:#fff;border-radius:50%;font-size:11px;box-shadow:0 0 0 5px #fafaff}.route-stop b{font-size:9px;letter-spacing:-.02em;color:var(--ink);white-space:nowrap}.stop-one{left:9%;top:95px}.stop-two{left:36%;top:28px}.stop-three{left:65%;top:83px}.route-star{position:absolute;right:3%;top:5px;color:var(--accent);font-size:39px}.route-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.route-mini{border:1px solid var(--line);padding:13px 10px;border-radius:15px;display:flex;align-items:center;gap:10px}.icon-tile{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;background:#eeedff;color:var(--accent);flex-shrink:0}.icon-tile .icon{width:21px}.route-mini .icon-tile{width:34px;height:34px;border-radius:10px}.route-mini .icon{width:17px}.route-mini small,.floating-note small{font-size:8px;font-weight:650;color:var(--muted);letter-spacing:.07em;display:block}.route-mini b{font-size:10px;display:block;line-height:1.5;letter-spacing:-.025em}.dark{background:var(--ink);color:#fff;border-color:var(--ink)}.dark .icon-tile{background:#2c3046;color:var(--lime)}.dark small{color:#b3b6c6}.floating-note{position:absolute;z-index:2;border-radius:15px;padding:12px 15px;background:#fff;box-shadow:0 12px 27px rgba(22,29,55,.09);border:1px solid #ededf3;display:flex;align-items:center;gap:12px}.floating-note strong{font-size:11px;font-weight:650}.floating-note .icon-tile{width:34px;height:34px;border-radius:10px}.floating-note .icon-tile .icon{width:17px}.note-top{right:-13px;top:26px;transform:rotate(3deg)}.note-bottom{left:-25px;bottom:17px;transform:rotate(2deg)}.icon-tile.lime{background:var(--lime);color:var(--ink)}.orbit-symbol{position:absolute}.orbit-one{color:var(--accent);left:33px;top:3px;font-size:49px;transform:rotate(-10deg)}.orbit-two{color:#b5c285;right:18px;bottom:6px;font-size:33px}.finder-container{position:relative;z-index:3;margin-top:-19px;scroll-margin-top:130px}.finder-box{display:flex;gap:35px;align-items:center;padding:26px 30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(20,25,45,.035)}.finder-heading{display:flex;align-items:center;gap:16px;flex-shrink:0}.finder-heading h2{font-size:18px;letter-spacing:-.03em}.finder-heading p{font-size:11px;color:var(--muted);margin:6px 0 0}.finder-form{display:flex;flex:1;align-items:center;gap:12px}.finder-form label{flex:1;min-width:0}.finder-form label>span,.shop-filters label>span{font-size:10px;letter-spacing:.025em;font-weight:650;color:var(--muted);display:block;margin-bottom:5px}input:not([type=checkbox]):not([type=radio]):not([type=submit]),select,textarea{width:100%;background:#fff;border:1px solid #dfe1eb;border-radius:10px;padding:12px 14px;color:var(--ink);line-height:1.5;min-height:46px}input::placeholder,textarea::placeholder{color:#797f8e;font-size:13px}select{font-size:13px;padding-right:26px}.finder-submit{align-self:flex-end;padding-inline:22px;min-height:46px}.finder-submit .icon{width:18px}.format-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.format-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 27px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column;align-items:flex-start}.format-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);color:var(--ink);border-color:#cfd0f8}.card-top{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:28px}.card-arrow{color:#afb3bf}.card-arrow .icon{width:20px}.format-card h3{font-size:27px;margin-bottom:12px}.format-card p{font-size:14px;line-height:1.6;color:var(--muted);max-width:280px;flex:1;margin-bottom:22px}.tag{font-size:10px;font-weight:600;padding:4px 10px;border-radius:20px;background:#f4f4f8;color:#646a7b;display:inline-flex}.format-card .tag{background:#f5f5f9}.format-card.blue .icon-tile{background:#e9f2ff;color:#447fc5}.format-card.lime .icon-tile{background:#eaffc7;color:#607d31}.format-card.peach .icon-tile{background:#fff0e3;color:#b57b45}.subject-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.subject-card{display:block;position:relative;border:1px solid var(--line);border-radius:21px;padding:22px;transition:.2s;background:#fff}.subject-symbol{display:grid;place-items:center;width:45px;height:45px;border-radius:12px;background:#efefff;color:var(--accent);font-size:19px;font-weight:750;letter-spacing:-.025em;margin-bottom:26px}.subject-symbol .icon{width:21px}.subject-arrow{position:absolute;top:24px;right:20px;width:17px;color:#b2b5c2}.subject-card h3{font-size:17px;line-height:1.3;margin-bottom:15px;letter-spacing:-.035em}.subject-bottom{font-size:10px;font-weight:600;color:var(--muted);display:flex;align-items:center;gap:8px}.subject-bottom .icon{width:13px;height:13px;color:var(--accent)}.subject-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(18,26,53,.06);color:var(--ink)}.subject-card:hover .subject-symbol{background:var(--accent);color:#fff}.subject-more{background:#f0f0ff;border-color:#eeeeff}.subject-more .subject-symbol{background:var(--accent);color:#fff}.material-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.material-card{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.material-cover{height:214px;display:block;position:relative;background:#eae9ff;overflow:hidden;color:var(--accent)}.material-card:nth-child(2) .material-cover{background:#eaf0ff;color:#3b71ba}.material-card:nth-child(3) .material-cover{background:#ecf5db;color:#718c43}.material-cover:after{content:'';position:absolute;width:190px;height:190px;border:1px solid currentColor;border-radius:50%;right:-55px;bottom:-90px;opacity:.18;box-shadow:0 0 0 32px transparent,0 0 0 33px currentColor,0 0 0 65px transparent,0 0 0 66px currentColor}.material-cover img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.cover-brand{position:absolute;left:23px;top:21px;font-size:8px;font-weight:750;letter-spacing:.09em}.cover-mark{position:absolute;top:65px;right:28px;transform:rotate(12deg)}.cover-mark .icon{width:61px;height:61px;stroke-width:1}.cover-label{position:absolute;left:22px;bottom:45px;font-family:var(--heading);font-size:34px;font-weight:750;letter-spacing:-.05em}.cover-year{position:absolute;left:24px;bottom:26px;font-size:11px}.material-body{padding:25px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.material-body h3{font-size:20px;line-height:1.4;margin:12px 0 9px;letter-spacing:-.03em}.material-body>p{color:var(--muted);font-size:13px;line-height:1.6}.material-footer{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;border-top:1px solid var(--line);padding-top:17px;margin-top:auto}.price{font-size:19px;font-weight:750;letter-spacing:-.03em}.price del{font-size:12px;color:var(--muted)}.price ins{text-decoration:none}.material-link{font-size:11px;font-weight:700;display:flex;align-items:center;gap:7px}.material-link .icon{width:17px;color:var(--accent)}.empty-catalog{background:#fff;border:1px solid var(--line);border-radius:24px;padding:35px;display:flex;align-items:center;gap:22px}.empty-catalog h3{font-size:22px;margin-bottom:8px}.empty-catalog p{color:var(--muted);font-size:14px;margin:0}.empty-catalog .button{margin-left:auto;flex-shrink:0}.about-intro{display:grid;grid-template-columns:1.25fr 1fr;align-items:center;gap:70px}.about-intro>p{color:var(--muted);font-size:17px;line-height:1.8;margin:15px 0 0}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:45px;margin-top:60px}.steps-grid article{position:relative;padding-top:24px;border-top:1px solid #dfe2ef}.steps-grid article:before{content:'';width:7px;height:7px;position:absolute;left:0;top:-4px;background:var(--accent);border-radius:50%}.step-number{color:var(--accent);display:block;font-size:13px;font-weight:750;margin-bottom:22px}.steps-grid h3{font-size:19px;margin-bottom:12px}.steps-grid p{color:var(--muted);font-size:14px;line-height:1.65;max-width:295px}.faq-grid{display:grid;grid-template-columns:.9fr 1.25fr;gap:80px}.faq-grid .section-description{margin:23px 0}.faq-list details{border-bottom:1px solid #dfe2ec;padding:22px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:16px;line-height:1.45;font-weight:650;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-plus{width:28px;height:28px;background:#ebebfa;border-radius:8px;color:var(--accent);display:grid;place-items:center;font-size:21px;font-weight:400;flex-shrink:0;transition:transform .2s}.faq-list details[open] .faq-plus{transform:rotate(45deg)}.faq-list details>p{font-size:14px;color:var(--muted);line-height:1.8;margin:15px 46px 0 0}.contact-banner{display:flex;align-items:center;justify-content:space-between;gap:50px;background:var(--ink);color:white;border-radius:28px;padding:48px 52px;max-width:1176px;margin-bottom:100px;overflow:hidden;position:relative}.banner-kicker{font-size:9px;letter-spacing:.14em;font-weight:750;color:var(--lime);display:block;margin-bottom:20px}.contact-banner h2{font-size:37px;margin-bottom:13px}.contact-banner p{font-size:14px;max-width:570px;color:#b8bccf;margin:0}.site-footer{background:#fff;border-top:1px solid var(--line);padding:65px 0 0}.footer-top{display:grid;grid-template-columns:1.6fr .8fr 1fr 1fr;gap:60px;padding-bottom:50px}.footer-brand>p{max-width:285px;font-size:13px;line-height:1.8;color:var(--muted);margin:20px 0}.year-label{font-size:10px;color:var(--muted)}.footer-column h2{font-family:var(--body);letter-spacing:0;font-size:12px;font-weight:700;margin:10px 0 22px}.footer-column>a,.footer-column ul a{display:flex;gap:8px;font-size:12px;color:var(--muted);margin:0 0 10px;overflow-wrap:anywhere}.footer-column>a:hover,.footer-column ul a:hover{color:var(--accent)}.footer-column a .icon{width:15px;height:17px}.footer-column ul{list-style:none;margin:0;padding:0}.footer-bottom{display:flex;justify-content:space-between;gap:25px;align-items:center;border-top:1px solid var(--line);padding-block:22px;font-size:10px;color:var(--muted)}.screen-reader-text,.skip-link:not(:focus){border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.skip-link:focus{position:fixed;top:10px;left:10px;z-index:9999;padding:12px 20px;background:var(--ink);color:#fff;border-radius:8px}.page-heading{margin:0 0 42px}.page-heading h1{font-size:clamp(32px,4.5vw,60px);line-height:1.15;overflow-wrap:anywhere}.prose{overflow-wrap:anywhere}.prose>:first-child{margin-top:0}.prose p{margin-bottom:1.4em}.prose h2{font-size:34px;margin:1.4em 0 .6em}.prose h3{font-size:25px;margin:1.4em 0 .6em}.prose a:not(.button){color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose ul,.prose ol{padding-left:24px}.prose blockquote{margin:25px 0;border-left:3px solid var(--accent);padding:12px 25px;background:#eeedff;border-radius:0 14px 14px 0}.prose pre{overflow:auto;background:#fff;border:1px solid var(--line);padding:20px;border-radius:12px}.prose table{width:100%;border-collapse:collapse}.prose th,.prose td{border:1px solid var(--line);padding:12px;text-align:left}.prose figure{max-width:100%;margin-inline:0}.wp-caption-text,figcaption{font-size:12px;color:var(--muted);margin-top:8px}.alignleft{float:left;margin:0 25px 20px 0}.alignright{float:right;margin:0 0 20px 25px}.aligncenter{display:block;margin-inline:auto}.alignwide{width:100%}.alignfull{width:100%;max-width:100%}.prose:after{content:'';display:block;clear:both}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.post-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card-body{padding:25px}.post-card time{font-size:11px;color:var(--muted)}.post-card h2{font-size:24px;line-height:1.35;margin:15px 0}.post-card p{font-size:14px;color:var(--muted)}.article-image{width:100%;border-radius:20px;margin-bottom:35px}.post-tags{margin-top:30px}.post-tags a{background:#ecebff;padding:4px 12px;border-radius:15px;font-size:12px;color:var(--accent)}.nav-links{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:40px}.page-numbers{padding:8px 14px;background:white;border:1px solid var(--line);border-radius:10px}.page-numbers.current{color:white;background:var(--accent)}.error-page{text-align:center;max-width:760px}.error-code{font-size:100px;color:var(--accent);letter-spacing:-.07em;line-height:1;font-weight:800;margin-bottom:20px}.error-page h1{font-size:45px;margin-bottom:25px}.error-page>p:not(.error-code){color:var(--muted)}.search-form{display:flex;gap:10px;max-width:700px}.search-form>label{flex:1}.error-page .search-form{margin-top:30px}.comments-area{margin-top:50px;border-top:1px solid var(--line);padding-top:35px}.comments-area h2,.comments-area h3{font-size:24px;margin-bottom:25px}.comment-list{list-style:none;padding:0}.comment-list .children{list-style:none;padding-left:25px}.comment-body{padding:20px 0;border-bottom:1px solid var(--line)}.comment-author img{border-radius:50%;margin-right:10px}.comment-metadata{font-size:12px;color:var(--muted)}.comment-content{margin-top:15px}.comment-form label{display:block;font-size:14px}.comment-form-cookies-consent{display:flex;gap:10px;align-items:flex-start}.comment-form input[type=submit]{border:0;background:var(--accent);color:white;border-radius:12px;padding:13px 20px;cursor:pointer}.bypostauthor>.comment-body{border-left:2px solid var(--accent);padding-left:20px}.full-width-content{min-height:50vh}.page-article .prose>.wp-block-woocommerce-cart,.page-article .prose>.wp-block-woocommerce-checkout{max-width:none}
.subject-card h3,.format-card h3,.material-body h3{overflow-wrap:anywhere}
@media(min-width:1400px){.hero-copy h1{font-size:76px}.hero-grid{gap:80px}}
@media(max-width:1190px){.header-inner{gap:20px}.nav-list{gap:16px}.header-actions{gap:10px}.header-cta .icon{display:none}.account-link span{display:none}.hero-grid{gap:40px}.hero-copy h1{font-size:61px}.hero-buttons{gap:18px}.hero-buttons .text-link{font-size:12px}.route-card{padding:21px}.route-mini{padding:10px 8px;gap:7px}.footer-top{gap:30px}.finder-box{gap:22px;padding:24px}.finder-heading .icon-tile{display:none}.contact-banner{margin-inline:32px}.primary-nav{margin-left:auto}.brand span{font-size:18px}}
@media(max-width:980px){.header-cta{display:none}.hero-copy h1{font-size:56px}.hero-grid{gap:30px}.hero-description{font-size:16px}.hero-buttons{flex-wrap:wrap;gap:16px}.hero-facts{gap:22px;margin-top:30px}.hero-facts strong{font-size:17px}.hero-facts span{font-size:10px}.route-header{gap:10px}.route-card{padding:20px}.route-header h2{font-size:16px}.route-mini-grid{grid-template-columns:1fr}.route-mini:last-child{display:none}.route-path{height:170px}.floating-note{padding:9px 10px;gap:8px}.floating-note strong{font-size:9px}.floating-note small{font-size:7px}.note-bottom{left:-8px}.note-top{right:-8px}.hero{padding-top:50px}.finder-box{display:block}.finder-heading{margin-bottom:15px}.finder-heading .icon-tile{display:grid;width:35px;height:35px}.finder-heading p{margin-top:0}.finder-heading h2{font-size:16px}.format-grid{gap:15px}.format-card{padding:23px}.subject-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section{padding:75px 0}.section-heading{gap:25px}.section-description{max-width:310px;font-size:15px}.material-body{padding:19px}.material-body h3{font-size:18px}.material-footer{flex-wrap:wrap}.about-intro{gap:40px}.about-intro>p{font-size:15px}.faq-grid{gap:40px}.contact-banner{padding:35px;gap:30px;margin-bottom:75px}.contact-banner h2{font-size:30px}.footer-top{grid-template-columns:1.2fr 1fr 1fr}.footer-brand{grid-column:1/-1;display:flex;align-items:center;gap:25px}.footer-brand>p{margin:0;max-width:390px}.year-label{margin-left:auto}.empty-catalog{flex-wrap:wrap}.empty-catalog .button{margin-left:0}}
@media(max-width:760px){html{scroll-padding-top:86px}.container{padding-inline:22px}.section{padding:62px 0}.header-inner{min-height:70px;gap:12px;flex-wrap:wrap;position:relative}.brand span{font-size:18px}.brand-mark{width:33px;height:33px}.header-actions{margin-left:auto;gap:8px}.menu-toggle{display:flex;order:3}.primary-nav{width:100%;order:4;margin:0}.js .primary-nav{display:none}.js .primary-nav.is-open{display:block}.nav-list{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:12px 0 22px}.nav-list a{font-size:15px;padding:12px 8px}.nav-list .sub-menu{position:static;display:block;box-shadow:none;background:transparent;border:0;padding:0 0 0 18px}.nav-list .sub-menu a{font-size:13px;color:var(--muted)}.hero{padding:39px 0 49px}.hero-grid{grid-template-columns:1fr;gap:17px}.hero-copy h1{font-size:clamp(45px,8vw,61px);max-width:600px;margin-bottom:23px}.eyebrow{font-size:9px;letter-spacing:.1em;margin-bottom:22px}.hero-description{font-size:16px;line-height:1.7;max-width:540px;margin-bottom:25px}.hero-buttons{gap:20px}.hero-facts{gap:35px;margin-top:32px}.hero-facts strong{font-size:20px}.hero-facts span{font-size:11px}.hero-facts>div{padding-left:12px}.route-scene{max-width:500px;width:100%;justify-self:center;padding:54px 8px 45px}.route-card{padding:23px;border-radius:23px}.route-header h2{font-size:17px}.route-header{flex-wrap:nowrap}.route-mini-grid{grid-template-columns:1fr 1fr}.route-mini:last-child{display:flex}.route-mini b{font-size:9px}.route-mini small{font-size:7px}.route-mini .icon-tile{width:30px;height:30px}.floating-note strong{font-size:10px}.floating-note small{font-size:8px}.note-top{top:20px;right:0}.note-bottom{bottom:12px;left:0}.orbit-one{font-size:37px;left:19px;top:0}.orbit-two{bottom:0;right:24px}.finder-container{margin-top:0}.finder-box{padding:22px;border-radius:19px}.finder-form{flex-wrap:wrap;gap:10px}.finder-form label{min-width:130px}.finder-submit{width:100%;margin-top:5px;padding:12px 20px}.section-heading{display:block;margin-bottom:30px}.section-heading .section-description{margin-top:20px;max-width:100%}.section-heading>.text-link{margin-top:20px}.section-heading h2,h2{font-size:36px;line-height:1.1}.format-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.format-card{padding:21px}.format-card h3{font-size:25px}.format-card p{font-size:12px;line-height:1.65;margin-bottom:16px}.card-top{margin-bottom:22px}.icon-tile{width:41px;height:41px;border-radius:11px}.subject-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.subject-card{padding:20px;border-radius:18px}.subject-card h3{font-size:16px}.subject-symbol{margin-bottom:23px}.material-grid{grid-template-columns:1fr;max-width:480px;margin-inline:auto;gap:22px}.material-cover{height:220px}.material-body{padding:24px}.material-body h3{font-size:22px}.material-body>p{font-size:14px}.material-link{font-size:12px}.material-footer{margin-top:20px}.about-intro{display:block}.about-intro>p{margin-top:25px;font-size:16px}.steps-grid{grid-template-columns:1fr;gap:25px;margin-top:35px}.step-number{margin-bottom:12px}.steps-grid p{max-width:100%;margin-bottom:0}.steps-grid h3{font-size:21px}.faq-grid{grid-template-columns:1fr;gap:30px}.faq-grid h2 br,.faq-grid .section-description br{display:none}.faq-grid .section-description{margin:17px 0}.faq-list summary{font-size:15px}.faq-list details>p{margin-right:0}.contact-banner{margin-inline:22px;padding:30px;border-radius:23px;display:block;margin-bottom:60px}.contact-banner h2{font-size:31px}.contact-banner p{margin-bottom:25px}.contact-banner .button{width:100%}.footer-top{grid-template-columns:1fr 1fr;gap:25px;padding-bottom:30px}.footer-brand{display:block;margin-bottom:12px}.footer-brand>p{margin:17px 0 12px}.footer-column:last-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;font-size:9px;gap:12px;padding-block:20px}.footer-bottom>span:nth-child(2){display:none}.site-footer{padding-top:43px}.empty-catalog{padding:25px;display:block}.empty-catalog>.icon-tile{margin-bottom:20px}.empty-catalog h3{font-size:21px}.empty-catalog .button{margin-top:22px;width:100%}.empty-catalog .search-form{margin-top:20px}.post-grid{grid-template-columns:1fr}.page-heading{margin-bottom:30px}.page-heading h1{font-size:38px}.error-page h1{font-size:35px}.search-form .button{padding-inline:15px}.prose h2{font-size:29px}.prose h3{font-size:24px}.comment-list .children{padding-left:15px}.admin-bar .site-header{top:46px}}
@media(max-width:420px){.container{padding-inline:18px}.hero-copy h1{font-size:45px}.hero-copy .eyebrow{font-size:8px;gap:8px}.hero-copy .eyebrow:before{width:12px}.hero-buttons .button{padding-inline:20px}.hero-buttons{gap:17px}.hero-buttons>.text-link{font-size:11px}.hero-facts{gap:23px}.hero-facts strong{font-size:18px}.hero-facts span{font-size:10px}.route-header{flex-wrap:wrap}.route-header .status-tag{font-size:8px}.route-card{padding:18px}.route-mini b{font-size:8px}.route-mini .icon-tile{width:25px;height:25px}.format-card{padding:18px}.format-card h3{font-size:23px}.format-card p{font-size:11px}.subject-card{padding:18px}.subject-card h3{font-size:15px}.subject-arrow{right:15px}.contact-banner{margin-inline:18px}.finder-form label{min-width:100%}.header-actions .account-link{display:none}.header-inner{gap:6px}.section-heading h2,h2{font-size:33px}}
@media(max-width:600px){.admin-bar .site-header{top:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/* Published documents, available from every page. */
.footer-documents{padding-block:23px 26px;border-top:1px solid var(--line);display:flex;align-items:center;gap:24px}.footer-documents>span{font-size:10px;color:#989db0;flex:none}.footer-documents>div{display:flex;flex-wrap:wrap;gap:10px 23px}.footer-documents a{display:inline-flex;align-items:center;gap:7px;min-height:36px;font-size:10px;color:#7e869d;line-height:1.7}.footer-documents a>.icon{width:14px;height:14px;color:#a3a4c2}.footer-documents a:hover{color:var(--accent)}@media(max-width:767px){.footer-documents{display:block;padding-block:20px}.footer-documents>span{display:block;margin-bottom:12px}.footer-documents>div{display:flex;flex-direction:column;gap:3px}.footer-documents a{font-size:11px;min-height:40px}}
