@import url('https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700;800;900&display=swap');
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--color-accent-primary:#dde96e;--color-accent-hover:#cae279;--color-dark-solid:#151313;--color-dark-hover:#333333;--color-text-primary:#000000;--color-text-dark:#222222;--color-text-secondary:#515151;--color-disabled-bg:#9db075;--color-disabled-text:#657249;--color-input-bg:#ffffff;--color-input-placeholder:#d1d1d1;--color-input-text:#1e1c1c;--btn-primary-bg:var(--color-accent-primary);--btn-primary-text:var(--color-text-primary);--btn-primary-hover:var(--color-accent-hover);--btn-solid-bg:var(--color-dark-solid);--btn-solid-text:#ffffff;--btn-solid-hover:var(--color-dark-hover);}
:root{--bg-color:#f4f4f6;--text-color:#000000;--font-primary:'Onest',sans-serif;--font-menu:'Onest',sans-serif;--color-primary:#007bff;--header-bg:#ffffff;}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}a{color:var(--color-primary);text-decoration:none;}a:hover{}a.text-link:hover{text-decoration:underline;}[id]{scroll-margin-top:110px;}.ajax-progress{display:inline-flex;align-items:center;gap:8px;vertical-align:middle;padding:4px;}.ajax-progress-throbber .throbber,.ajax-progress .throbber{width:24px !important;height:24px !important;min-width:24px !important;background:transparent url(/themes/custom/bigapple_theme/images/loader.gif) no-repeat center center !important;background-size:contain !important;display:inline-block !important;vertical-align:middle;border:none !important;padding:0 !important;margin:0 !important;}.ajax-progress-throbber .message{font-family:var(--font-primary);font-size:14px;color:#151313;}.ajax-progress-fullscreen,.ajax-progress--fullscreen{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:rgba(255,255,255,0.95) url(/themes/custom/bigapple_theme/images/loader.gif) no-repeat center center !important;background-size:40px 40px !important;border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,0.15);z-index:100000;padding:0 !important;border:none !important;}.ui-dialog.ui-dialog--loading{background:transparent url(/themes/custom/bigapple_theme/images/loader.gif) no-repeat center center !important;}
.region-header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:transparent;width:calc(100% - 68px);box-sizing:border-box;max-width:1660px;margin:0 auto;position:sticky;top:0;z-index:100;}.header-pill{background-color:var(--header-bg);border-radius:90px;display:flex;align-items:center;height:67px;box-sizing:border-box;}.header-pill--left{padding:2px 43px 2px 2px;}.header-pill--right{padding:2px 2px 2px 40px;}.site-branding{display:flex;align-items:center;}.site-branding__logo img{height:63px;width:auto;border-radius:90px;display:block;}.site-branding__name{display:none;}.menu{margin:0;padding:0;list-style:none;display:flex;align-items:center;height:100%;}.menu a{color:var(--text-color);font-family:var(--font-menu);font-weight:500;font-size:18px;padding:0 20px;height:100%;display:flex;align-items:center;}.header-pill--left .menu a{padding:0 0 0 35px;}.header-pill--right .menu a{padding:0 15px;}.menu a:hover{text-decoration:none;color:#555;}.region-header .menu a:not([href*="#"]).is-active,.region-header .menu a.is-current-section{background-color:transparent !important;color:#748B47 !important;font-weight:500 !important;border-radius:0 !important;}.region-header .menu a:not([href*="#"]).is-active:hover,.region-header .menu a.is-current-section:hover{color:#557030 !important;background-color:transparent !important;}.header-cta-button{display:inline-flex;align-items:center;justify-content:center;background-color:#151313;color:#ffffff;font-family:var(--font-menu);font-size:16px;font-weight:500;height:63px;padding:0 30px;border-radius:90px;white-space:nowrap;margin-left:10px;transition:background-color 0.3s;}.header-cta-button:hover{background-color:#333333;color:#ffffff;text-decoration:none;}.header-mobile-toggle{display:none;}.mobile-menu-overlay{display:none;}@media (max-width:1200px) and (min-width:992px){.region-header{padding:16px 24px;}.header-pill--left{padding:2px 20px 2px 2px;}.header-pill--right{padding:2px 2px 2px 20px;}.menu a{font-size:16px;padding:0 12px;}.header-cta-button{font-size:15px;padding:0 20px;}}@media (max-width:991px){.region-header{position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;padding:12px 16px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;pointer-events:none;z-index:1000;}.header-pill{height:67px;pointer-events:auto;}.header-pill--left{padding:2px;background-color:#1C1C1C;border-radius:90px;}.header-pill--left .menu{display:none !important;}.header-pill--right{background:transparent;box-shadow:none;border-radius:0;min-width:auto;height:67px;padding:0;display:flex;align-items:center;justify-content:flex-end;}.header-pill--right .menu,.header-cta-button{display:none !important;}.header-mobile-toggle{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:7px;width:48px;height:48px;background:transparent;border:none;padding:6px;cursor:pointer;}.header-mobile-toggle__line{display:block;height:2px;background-color:#151313;border-radius:2px;transition:transform 0.2s ease,opacity 0.2s ease,width 0.2s ease;}.header-mobile-toggle__line--1{width:28px;}.header-mobile-toggle__line--2{width:22px;}.header-mobile-toggle__line--3{width:28px;}body.mobile-menu-open{overflow:hidden;}.mobile-menu-overlay{display:flex;position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#9DB075;z-index:99999;flex-direction:column;justify-content:space-between;align-items:center;padding:20px 24px 44px;box-sizing:border-box;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-100%);transition:transform 0.35s cubic-bezier(0.16,1,0.3,1),opacity 0.25s ease,visibility 0.35s;}.mobile-menu-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}.mobile-menu-overlay__header{width:100%;display:flex;justify-content:flex-end;align-items:center;}.mobile-menu-overlay__close{background:transparent;border:none;cursor:pointer;padding:12px;display:flex;align-items:center;justify-content:center;}.mobile-menu-overlay__body{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:20px 0;}.mobile-menu__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:36px;}.mobile-menu__item{margin:0;padding:0;}.mobile-menu__link{font-family:'Onest',sans-serif;font-weight:700;font-size:26px;line-height:30px;color:#000000;text-align:center;text-decoration:none;display:inline-block;transition:opacity 0.2s ease;}.mobile-menu__link:hover,.mobile-menu__link:focus{opacity:0.7;text-decoration:none;color:#000000;}.mobile-menu-overlay__footer{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;}.mobile-menu-overlay__cta{display:inline-flex;align-items:center;justify-content:center;padding:18px 50px;border:1px solid #151313;border-radius:100px;font-family:'Onest',sans-serif;font-size:20px;font-weight:400;color:#151313;text-decoration:none;background:transparent;transition:background-color 0.2s,color 0.2s;}.mobile-menu-overlay__cta:hover,.mobile-menu-overlay__cta:focus{background-color:#151313;color:#ffffff;text-decoration:none;}.mobile-menu-overlay__phone{font-family:'Onest',sans-serif;font-weight:400;font-size:20px;color:#000000;text-decoration:none;text-align:center;}.mobile-menu-overlay__phone:hover{text-decoration:underline;}}
.hero-section{position:relative;isolation:isolate;width:calc(100% - 68px);max-width:1660px;margin:-100px auto 0;padding-top:100px;background-color:#d9d9d9;border-radius:50px;overflow:hidden;display:flex;min-height:clamp(520px,calc(100vh - 40px),920px);box-sizing:border-box;}.hero-content{flex:1;padding:calc(40px + 3vh) 80px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;}.hero-title{font-family:'Onest',sans-serif;font-size:60px;font-weight:900;color:#222222;margin:0 0 30px;line-height:1.05;max-width:620px;position:relative;}.hero-title-dot{position:absolute;top:-10px;left:0%;width:38px;height:38px;background-color:#dde96e;border-radius:50%;z-index:-1;pointer-events:none;}.hero-subtitle{font-family:'Onest',sans-serif;font-size:26px;font-weight:400;color:#222222;margin:0 0 60px;line-height:1.4;max-width:620px;}.hero-button{display:inline-flex;align-items:center;justify-content:center;background-color:#dde96e;color:#000000;font-family:'Onest',sans-serif;font-size:20px;font-weight:400;text-decoration:none;border-radius:100px;padding:20px 40px;width:max-content;transition:background-color 0.3s;}.hero-button:hover{background-color:#cdd95d;}.hero-button .btn-arrow-icon{width:19.5263px;height:7.36396px;margin-left:10px;}.hero-image-container{flex:1;position:static;}.hero-image{position:absolute;right:46px;bottom:0;width:min(861px,calc(100vw - 840px));height:min(861px,calc(100vw - 840px));object-fit:contain;}@media (min-width:992px){.hero-image[src*="metodika"],.path-node-11 .hero-image{top:50% !important;bottom:auto !important;transform:translateY(-50%) !important;right:4% !important;width:min(620px,calc(100vw - 720px)) !important;height:auto !important;max-height:min(620px,75vh) !important;object-fit:contain !important;}.hero-image[src*="hero_home_photo"],.path-frontpage .hero-image:not([src*="metodika"]){right:0;bottom:0;top:auto;transform:none;width:960px;max-width:60%;height:1020px;max-height:100%;object-fit:cover;object-position:center top;}}@media (max-width:1300px) and (min-width:992px){.hero-section{min-height:clamp(480px,calc(100vh - 40px),750px);border-radius:40px;}.hero-content{padding:40px 40px;}.hero-title{font-size:48px;}.hero-subtitle{font-size:24px;margin-bottom:40px;}.hero-image{width:650px;height:650px;right:10px;}.hero-image[src*="hero_home_photo"],.path-frontpage .hero-image:not([src*="metodika"]){width:720px;height:850px;right:0;max-width:55%;}.hero-image[src*="metodika"],.path-node-11 .hero-image{width:480px !important;max-height:65vh !important;right:2% !important;}}@media (max-width:991px){.hero-section{display:flex;flex-direction:column;width:100%;max-width:100%;margin:0 auto;padding-top:20px;background-color:#D9D9D9;border-radius:0;min-height:auto;overflow:hidden;}.hero-image-container{order:1;width:100%;position:static;display:flex;justify-content:center;align-items:flex-end;padding:10px 10px 0;box-sizing:border-box;border-radius:0;background-color:#D9D9D9;}.hero-image,.hero-image[src*="hero_home_photo"],.hero-image[src*="metodika"],.path-node-11 .hero-image,.path-frontpage .hero-image{position:static !important;top:auto !important;transform:none !important;width:100% !important;max-width:379px !important;height:auto !important;max-height:none !important;object-fit:contain !important;display:block !important;margin:0 auto !important;right:auto !important;bottom:auto !important;}.hero-content{order:2;width:100%;box-sizing:border-box;background-color:#1E1C1C;border-radius:0;padding:40px 20px 35px;color:#FFFFFF;position:relative;z-index:2;margin-top:-10px;display:flex;flex-direction:column;gap:28px;justify-content:flex-start;align-items:flex-start;}.hero-title{font-family:'Onest',sans-serif;font-size:40px;font-weight:900;line-height:40px;color:#FFFFFF;max-width:100%;margin:0;text-align:left;position:relative;display:inline-block;}.hero-title-dot{display:block;position:absolute;top:-6px;left:-2%;right:auto;bottom:auto;transform:none;width:20px;height:20px;background-color:#DDE96E;border-radius:50%;z-index:-1;}.hero-subtitle{font-family:'Onest',sans-serif;font-size:20px;font-weight:400;line-height:1.35;color:#FFFFFF;max-width:100%;margin:0;text-align:left;}.hero-subtitle p{margin:0;color:#FFFFFF;}.hero-floating-icons{display:none;}.hero-button{display:inline-flex;align-items:center;justify-content:center;background-color:#DDE96E;color:#000000;font-family:'Onest',sans-serif;font-size:20px;font-weight:400;padding:18px 42px;border-radius:100px;width:max-content;align-self:flex-start;box-sizing:border-box;margin:0;}.hero-button:hover{background-color:#cdd95d;}}
.gray-wrapper{width:calc(100% - 68px);max-width:1740px;margin:0 auto;background-color:#f5f5f5;border-radius:50px;padding:80px 0;}.features-section{width:calc(100% - 68px);max-width:1660px;margin:60px auto;box-sizing:border-box;}.text-block{width:100%;max-width:1660px;margin:0 auto 60px;padding:0 40px;box-sizing:border-box;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;}.text-block-subtitle{font-family:'Onest',sans-serif;font-size:26px;font-weight:400;color:#000000;max-width:800px;margin:0 auto 60px auto;line-height:1.4;}.text-block-title-container{display:flex;align-items:center;justify-content:center;max-width:100%;margin:0 auto;position:relative;}.text-block-title{font-family:'Onest',sans-serif;font-size:90px;font-weight:900;color:#000000;margin:0;line-height:1;max-width:1000px;position:relative;z-index:2;text-align:center;}.text-block-title-first{position:relative;display:inline-block;}.text-block-circle{width:54px;height:54px;background-color:#dde96e;border-radius:50%;position:absolute;left:-16px;top:50%;transform:translateY(-50%);z-index:-1;}.features-header{display:none;}.features-cards{display:flex;gap:40px;justify-content:space-between;}.feature-card{flex:1;background-color:#ffffff;border-radius:50px;padding:40px;display:flex;flex-direction:column;}.feature-icon{width:80px;height:80px;margin-bottom:30px;}.feature-card-title{font-family:'Onest',sans-serif;font-size:36px;font-weight:900;color:#000000;margin:0 0 20px 0;line-height:1.1;}.feature-card-desc{font-family:'Onest',sans-serif;font-size:20px;font-weight:400;color:#151313;margin:0;line-height:1.4;}@media (max-width:1200px) and (min-width:992px){.gray-wrapper{padding:60px 20px;border-radius:40px;}.text-block-title{font-size:64px;}.text-block-subtitle{font-size:22px;margin-bottom:40px;}.features-cards{gap:24px;}.feature-card{padding:30px 24px;border-radius:36px;}.feature-card-title{font-size:28px;}}.about-accordion-section{width:calc(100% - 68px);max-width:1660px;margin:100px auto;box-sizing:border-box;display:flex;justify-content:space-between;gap:50px;}.about-accordion-tabs{flex:0 0 300px;display:flex;flex-direction:column;}.about-accordion-tab{display:flex;align-items:center;padding:20px 0;cursor:pointer;border-top:1px solid #ccc;opacity:0.5;transition:opacity 0.3s ease;}.about-accordion-tab:last-child{border-bottom:1px solid #ccc;}.about-accordion-tab.active{opacity:1;}.tab-num{font-family:'Onest',sans-serif;font-size:20px;font-weight:400;margin-right:20px;}.tab-title{font-family:'Onest',sans-serif;font-size:24px;font-weight:700;margin:0;}.about-accordion-content-wrapper{flex:1;background-color:#dde96e;border-radius:40px;padding:60px;}.about-accordion-content{display:none;}.about-accordion-content.active{display:block;animation:fadeIn 0.4s ease;}.about-accordion-content p{font-family:'Onest',sans-serif;font-size:32px;line-height:1.4;font-weight:400;margin:0;}.courses-section{width:calc(100% - 68px);max-width:1660px;margin:100px auto;box-sizing:border-box;padding:0;}.courses-title{font-family:'Onest',sans-serif;font-size:48px;font-weight:700;line-height:50px;color:#222222;margin-bottom:60px;}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}.course-card-flip-container{perspective:1200px;-webkit-perspective:1200px;position:relative;width:100%;height:100%;min-height:410px;cursor:pointer;outline:none;}.course-card-inner{position:relative;width:100%;height:100%;min-height:410px;transition:transform 0.65s cubic-bezier(0.4,0,0.2,1);transform-style:preserve-3d;-webkit-transform-style:preserve-3d;border-radius:30px;}.course-card-flip-container.is-flipped .course-card-inner{transform:rotateY(180deg);-webkit-transform:rotateY(180deg);}.course-card-front,.course-card-back{position:absolute !important;inset:0;width:100%;height:100%;border-radius:30px;padding:30px;box-sizing:border-box;display:flex;flex-direction:column;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.04);transition:box-shadow 0.3s ease;}.course-card-flip-container:hover .course-card-front,.course-card-flip-container:hover .course-card-back{box-shadow:0 12px 32px rgba(0,0,0,0.08);}.course-card-front{justify-content:flex-start !important;gap:30px;transform:rotateY(0deg);-webkit-transform:rotateY(0deg);z-index:2;}.course-card-back{justify-content:space-between;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);z-index:1;}.course-card-tag-wrapper{display:flex;justify-content:flex-end;align-items:center;margin:0;}.course-card-tag{font-family:'Onest',sans-serif;font-size:20px;font-weight:400;line-height:1;}.course-card-title{font-family:'Onest',sans-serif;font-size:30px;font-weight:900;line-height:34px;margin:0;}.course-card-desc-wrapper{margin:0;}.course-card-description{font-family:'Onest',sans-serif;font-size:20px;font-weight:400;line-height:1.35;margin:0;}.course-card-back-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;}.course-card-back-title{font-family:'Onest',sans-serif;font-size:22px;font-weight:900;line-height:1.2;margin:0;}.course-card-close-btn{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:inherit;opacity:0.7;transition:opacity 0.2s ease,transform 0.2s ease;}.course-card-close-btn:hover{opacity:1;transform:scale(1.1);}.course-card-pros{margin:0 0 auto 0 !important;}.course-card-pros ul{list-style:none !important;padding:0 !important;margin:0 !important;display:flex;flex-direction:column;gap:8px;}.course-card-pros li{list-style:none !important;position:relative;padding-left:18px;font-family:'Onest',sans-serif;font-size:15px;line-height:1.35;font-weight:500;}.course-card-pros li::before{content:"•";position:absolute;left:0;top:0;font-size:18px;line-height:1.2;color:currentColor;opacity:0.6;}.course-card-flip-container{container-type:inline-size;}.course-card-back-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid rgba(0,0,0,0.08);flex-wrap:wrap;width:100%;box-sizing:border-box;}.course-card-price{font-family:'Onest',sans-serif;font-size:18px;font-weight:900;line-height:1.2;white-space:nowrap;}.course-card-order-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:#151313;color:#FFFFFF !important;font-family:'Onest',sans-serif;font-size:18px;font-weight:400;letter-spacing:-0.02em;padding:12px 24px;border-radius:100px;text-decoration:none !important;border:1px solid #151313;transition:all 0.3s ease;white-space:nowrap;box-sizing:border-box;max-width:100%;}.course-card-order-btn:hover{background-color:#CAE37A !important;border-color:#CAE37A !important;color:#000000 !important;transform:translateY(-2px);}@container (max-width:370px){.course-card-back-footer{flex-direction:column !important;align-items:flex-start !important;gap:12px !important;}.course-card-order-btn{width:100% !important;justify-content:center !important;}}@media (max-width:1320px) and (min-width:992px){.course-card-back-footer{flex-direction:column;align-items:flex-start;gap:12px;}.course-card-order-btn{width:100%;justify-content:center;}}@media (max-width:480px){.course-card-back-footer{flex-direction:column;align-items:flex-start;gap:12px;}.course-card-order-btn{width:100%;justify-content:center;}}.course-card-order-arrow{width:19.5263px;height:7.36396px;flex-shrink:0;transition:transform 0.3s ease;}.course-card-order-btn:hover .course-card-order-arrow{transform:translateX(4px);}.course-card-order-arrow--dark{display:none;}.course-card-order-btn:hover .course-card-order-arrow--light{display:none;}.course-card-order-btn:hover .course-card-order-arrow--dark{display:inline-block;}.course-card--green{background-color:#CAE37A;color:#000000;}.course-card--white{background-color:#FFFFFF;color:#000000;}.course-card--dark_img{background-color:#1E1C1C;color:#DDE96E;}.course-card--dark_img::before{content:'';position:absolute;inset:0;background-image:var(--card-bg-image,url(/themes/custom/bigapple_theme/images/course-individual-bg.jpg));background-size:cover;background-position:center;filter:blur(4.5px);opacity:0.45;z-index:-1;border-radius:30px;}.course-card--dark_img .course-card-description{color:#DDE96E;}.course-card--dark_img .course-card-pros li{color:#FFFFFF;}.course-card--dark_img .course-card-back-footer{border-top-color:rgba(221,233,110,0.2);}.course-card--dark_img .course-card-order-btn{background-color:#DDE96E !important;color:#000000 !important;border-color:#DDE96E !important;}.course-card--dark_img .course-card-order-btn:hover{background-color:#CAE37A !important;color:#000000 !important;border-color:#CAE37A !important;}.course-card--dark_img .course-card-order-arrow--light{display:none !important;}.course-card--dark_img .course-card-order-arrow--dark{display:inline-block !important;}.course-card--dark{background-color:#1E1C1C;color:#E0E9DB;}.course-card--dark .course-card-description{color:#FFFFFF;}.course-card--dark .course-card-pros li{color:#FFFFFF;}.course-card--dark .course-card-back-footer{border-top-color:rgba(224,233,219,0.2);}.course-card--dark .course-card-order-btn{background-color:#E0E9DB !important;color:#000000 !important;border-color:#E0E9DB !important;}.course-card--dark .course-card-order-btn:hover{background-color:#FFFFFF !important;color:#000000 !important;border-color:#FFFFFF !important;}.course-card--dark .course-card-order-arrow--light{display:none !important;}.course-card--dark .course-card-order-arrow--dark{display:inline-block !important;}@media (max-width:1500px){.course-card-title{min-height:68px;display:flex;align-items:flex-start;}}@media (max-width:1200px) and (min-width:992px){.courses-grid{grid-template-columns:repeat(2,1fr);}}.cta-block{width:calc(100% - 68px);max-width:1660px;margin:100px auto;height:662px;box-sizing:border-box;position:relative;background-color:#C8E37F;border-radius:50px;overflow:hidden;}.cta-block-video-wrapper{position:absolute;top:50%;right:50px;transform:translateY(-50%);width:560px;height:560px;aspect-ratio:1 / 1;z-index:1;pointer-events:none;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:300px;background-color:#C8E37F;box-shadow:0 16px 36px -8px rgba(175,205,90,0.7),inset 0 0 24px rgba(175,205,90,0.5),inset 0 0 0 1px rgba(21,19,19,0.06);}.cta-block-video{display:block;height:100%;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:300px;background-color:#C8E37F;}@media (max-width:1500px) and (min-width:1201px){.cta-block{height:580px;}.cta-block-title{font-size:44px;line-height:48px;width:auto;max-width:49%;top:50px;left:50px;}.cta-block-button{left:50px;bottom:50px;padding:18px 45px;font-size:18px;}}@media (max-width:1200px) and (min-width:992px){.cta-block{height:500px;}.cta-block-title{font-size:34px;line-height:38px;width:auto;max-width:49%;top:40px;left:40px;}.cta-block-button{left:40px;bottom:40px;padding:16px 38px;font-size:17px;}}.cta-block-title{font-family:'Onest',sans-serif;font-size:55px;font-weight:900;color:#222222;width:auto;max-width:49%;margin:0;line-height:50px;position:absolute;top:57px;left:60px;z-index:2;}.cta-block-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:transparent;color:#151313;font-family:'Onest',sans-serif;font-size:20px;font-weight:400;text-decoration:none;border:1px solid #151313;border-radius:100px;padding:20px 50px;transition:background-color 0.3s;white-space:nowrap;position:absolute;bottom:57px;left:60px;z-index:2;}.cta-block-button:hover{background-color:rgba(21,19,19,0.08);}.cta-block-button-arrow{width:19px;height:auto;}.teachers-section{width:calc(100% - 68px);max-width:1660px;margin:100px auto;box-sizing:border-box;background-color:transparent;border-radius:50px;padding:80px 0;display:flex;flex-direction:column;gap:40px;}.teachers-top{display:flex;flex-direction:column;margin-bottom:60px;}.teachers-title{font-family:'Onest',sans-serif;font-size:48px;font-weight:700;color:#222222;margin:0 0 20px 0;line-height:50px;position:relative;display:inline-block;z-index:1;}.teachers-title::before{content:"";position:absolute;left:-20px;bottom:10px;width:50px;height:50px;background-color:#dde96e;border-radius:50%;z-index:-1;}.teachers-subtitle{font-family:'Onest',sans-serif;font-size:26px;font-weight:400;color:#000000;margin:0;max-width:620px;line-height:1.4;}.teachers-container{display:flex;background-color:#ffffff;border-radius:50px;padding:40px;gap:60px;min-height:820px;}.teachers-left{flex:0 0 46%;position:relative;min-height:740px;border-radius:30px;overflow:hidden;}.teacher-large-photo{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:30px;position:absolute;top:0;left:0;opacity:0;transition:opacity 0.4s ease;pointer-events:none;}.teacher-large-photo.active{opacity:1;pointer-events:auto;}.teachers-right{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding-right:20px;}.teacher-list-item{display:flex;flex-direction:column;cursor:pointer;padding:20px 0;transition:opacity 0.3s ease;}.teacher-list-item:hover{opacity:0.8;}.teacher-list-item.active{cursor:default;}.teacher-list-item.active:hover{opacity:1;}.teacher-item-header{display:flex;align-items:center;gap:20px;}.teacher-card-photo-mobile{display:none;}.teacher-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;}.teacher-item-title{display:flex;flex-direction:column;}.teacher-name{font-family:'Onest',sans-serif;font-size:24px;font-weight:900;color:#000000;margin:0 0 5px 0;}.teacher-job{font-family:'Onest',sans-serif;font-size:14px;color:#151313;}.teacher-item-body{margin-top:20px;padding-left:80px;display:none;}.teacher-list-item.active .teacher-item-body{display:block;animation:fadeIn 0.4s ease;}.teacher-bullets,.teacher-bullets ul{list-style:none !important;padding:0 !important;margin:0 !important;font-family:'Onest',sans-serif;font-size:20px;color:#151313;line-height:normal;}.teacher-bullets li{list-style:none !important;position:relative;padding-left:18px;margin-bottom:10px;}.teacher-bullets li::before{content:"•";position:absolute;left:0;top:0;color:#888888;font-size:18px;line-height:1.4;}.teacher-separator{height:1px;background-color:#e0e0e0;margin:10px 0;}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px);}to{opacity:1;transform:translateY(0);}}.reviews-section{width:calc(100% - 34px);max-width:1660px;margin:0 0 0 auto;padding:80px 0 80px 80px;background-color:#f5f5f5;border-radius:50px 0 0 50px;box-sizing:border-box;display:grid;grid-template-columns:320px minmax(0,1fr);grid-template-rows:auto 1fr auto;gap:20px 30px;overflow:visible;}.reviews-top-bar{display:contents;}.reviews-title{grid-column:1;grid-row:1;font-family:'Onest',sans-serif;font-size:48px;font-weight:700;line-height:50px;color:#000000;margin:0;position:relative;display:inline-block;z-index:1;}.reviews-title::after{content:"";position:absolute;left:-22px;bottom:12px;width:40px;height:40px;background-color:#dde96e;border-radius:50%;z-index:-1;}.reviews-arrows{grid-column:2;grid-row:3;display:flex;gap:15px;justify-content:flex-end;margin-top:20px;min-width:0;padding-right:60px;position:relative;z-index:10;pointer-events:auto;}@media (max-width:1300px) and (min-width:992px){.reviews-section{padding:50px 0 50px 40px;grid-template-columns:260px minmax(0,1fr);gap:16px 20px;}.reviews-title{font-size:38px;line-height:42px;}.reviews-subtitle{font-size:20px;margin:20px 0 0 0;padding-right:20px;}.reviews-arrows{padding-right:40px;}.review-card-slot{flex:0 0 320px;width:320px;min-width:320px;height:440px;position:relative;}.review-card{padding:30px;}}.review-arrow{width:60px;height:60px;border-radius:50%;background-color:#dde96e;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;z-index:10;transition:opacity 0.3s ease,background-color 0.2s ease,transform 0.2s ease;}.review-arrow:hover{opacity:0.85;background-color:#CAE37A;}.review-arrow:active{transform:scale(0.95);}.reviews-subtitle{grid-column:1;grid-row:2;font-family:'Onest',sans-serif;font-size:26px;font-weight:400;color:#222222;margin:40px 0 0 0;max-width:500px;line-height:1.4;padding-right:60px;}.reviews-main{grid-column:2;grid-row:1 / span 2;display:flex;min-width:0;width:100%;}.reviews-carousel{flex:1;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:280px;margin-bottom:-280px;padding-right:30px;}.reviews-carousel::-webkit-scrollbar{display:none;}.reviews-track{display:flex;gap:30px;padding-right:80px;align-items:flex-start;}.review-card-slot{flex:0 0 360px;width:360px;min-width:360px;height:440px;position:relative;scroll-snap-align:start;}.review-card{position:absolute;top:0;left:0;width:100%;min-height:440px;background-color:#ffffff;border-radius:30px;padding:40px;box-sizing:border-box;display:flex;flex-direction:column;cursor:pointer;z-index:1;box-shadow:none;transition:min-height 0.35s cubic-bezier(0.2,0.8,0.2,1);}.review-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;max-height:160px;opacity:1;transform:translateY(0);transition:opacity 0.3s cubic-bezier(0.2,0.8,0.2,1),max-height 0.35s cubic-bezier(0.2,0.8,0.2,1),margin-bottom 0.35s cubic-bezier(0.2,0.8,0.2,1),transform 0.3s ease;overflow:hidden;}.review-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;transition:transform 0.3s ease,opacity 0.3s ease;}.review-icon{width:32px;height:32px;transition:transform 0.3s ease,opacity 0.3s ease;}.review-author{font-family:'Onest',sans-serif;font-size:28px;font-weight:700;color:#000000;margin:0 0 20px 0;transition:transform 0.3s ease;}.review-text{font-family:'Onest',sans-serif;font-size:20px;font-weight:400;color:#000000;margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:135px;transition:max-height 0.4s cubic-bezier(0.2,0.8,0.2,1),opacity 0.3s ease;}.review-card.is-expanded{z-index:100;box-shadow:none;}.review-card.is-expanded .review-card-top{opacity:0;max-height:0;margin-bottom:0;transform:translateY(-10px);pointer-events:none;}.review-card.is-expanded .review-text{display:block;-webkit-line-clamp:unset;max-height:520px;overflow-y:auto;scrollbar-width:thin;}@media (hover:hover){.review-card:hover{z-index:100;box-shadow:none;}.review-card:hover .review-card-top{opacity:0;max-height:0;margin-bottom:0;transform:translateY(-10px);pointer-events:none;}.review-card:hover .review-text{display:block;-webkit-line-clamp:unset;max-height:520px;overflow-y:auto;scrollbar-width:thin;}}.faq-section{width:calc(100% - 68px);max-width:1660px;margin:100px auto;box-sizing:border-box;}.faq-title{font-family:'Onest',sans-serif;font-size:48px;font-weight:700;line-height:50px;color:#000000;margin:0 0 50px;text-align:center;}.faq-accordion{display:flex;flex-direction:column;gap:10px;max-width:700px;margin:0 auto;}.faq-item{background-color:#ffffff;border-radius:30px;padding:30px;transition:background-color 0.3s ease;}.faq-item[open]{background-color:#dde96e;}.faq-question{font-family:'Onest',sans-serif;font-size:24px;font-weight:700;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;outline:none;}.faq-question::-webkit-details-marker{display:none;}.faq-arrow{flex:0 0 auto;width:40px;height:40px;border-radius:50%;background-color:#dde96e;display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease,background-color 0.3s ease;}.faq-item[open] .faq-arrow{transform:rotate(180deg);background-color:#151313;}.faq-item[open] .faq-arrow svg path{stroke:#dde96e;}.faq-answer-wrap{overflow:hidden;max-height:0;transition:max-height 0.35s ease;}.faq-item[open] .faq-answer-wrap{max-height:1000px;}.faq-answer{padding-top:20px;font-family:'Onest',sans-serif;font-size:18px;line-height:1.5;color:#151313;}.improvements-section{width:calc(100% - 68px);max-width:1660px;margin:60px auto 0;display:flex;flex-direction:column;gap:60px;box-sizing:border-box;background-color:#ebebeb;border-radius:50px;padding:80px 100px;}.improvements-top{display:flex;flex-direction:column;gap:80px;}.improvements-text{max-width:780px;}.improvements-title{font-family:'Onest',sans-serif;font-size:55px;font-weight:900;color:#222222;margin:0 0 30px 0;line-height:50px;}.improvements-desc{font-family:'Onest',sans-serif;font-size:26px;font-weight:400;color:#151313;margin:0;line-height:1.4;}.improvements-pros{display:grid;grid-template-columns:repeat(4,1fr);column-gap:36px;row-gap:30px;}.pro-item{display:flex;flex-direction:column;gap:10px;padding:20px;}.pro-num{font-family:'Onest',sans-serif;font-size:40px;font-weight:900;color:#9db075;letter-spacing:-0.02em;}.pro-text{font-family:'Onest',sans-serif;font-size:20px;font-weight:700;color:#222222;}.improvements-bottom{display:flex;justify-content:flex-end;}.improvements-bottom .btn-arrow-icon{width:19.5263px;height:7.36396px;flex-shrink:0;}.improvements-bottom .btn-arrow-icon--dark{display:none;}.improvements-bottom .btn:hover .btn-arrow-icon--light{display:none;}.improvements-bottom .btn:hover .btn-arrow-icon--dark{display:inline-block;}.cta-section{width:calc(100% - 68px);max-width:1660px;margin:100px auto 0;background-color:transparent;box-sizing:border-box;}.cta-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:80px 20px 20px;box-sizing:border-box;gap:100px;background-color:#f5f5f5;border-radius:50px;overflow:hidden;}.cta-image-wrapper{position:relative;display:flex;justify-content:center;align-items:flex-end;margin-top:auto;width:620px;max-width:100%;}.cta-circle{width:650px;height:650px;background-color:#dde96e;border-radius:50%;position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);filter:blur(50px);z-index:1;pointer-events:none;}.cta-image{position:relative;z-index:2;width:100%;max-width:620px;height:auto;border-radius:0;margin-bottom:-10px;display:block;}.cta-text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px;max-width:800px;position:relative;z-index:2;}.cta-title{font-family:'Onest',sans-serif;font-size:48px;font-weight:900;line-height:1.1;color:#151313;margin:0;text-align:center;}.text-block-cta-content{display:flex;flex-direction:row;align-items:center;width:100%;padding:60px 80px 60px 0;box-sizing:border-box;gap:40px;background-color:#ffffff;border-radius:30px;overflow:hidden;}.text-block-cta-image-wrapper{position:relative;flex-shrink:0;width:714px;max-width:45%;aspect-ratio:714 / 433;border-radius:35px;overflow:hidden;}.text-block-cta-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}.text-block-cta-text{display:flex;flex-direction:column;flex:1;min-width:0;}.text-block-cta-title{font-family:'Onest',sans-serif;font-size:48px;font-weight:700;line-height:1.04;color:#000000;margin:0;word-break:break-word;}.cta-highlight-blur{position:relative;display:inline-block;isolation:isolate;}.cta-highlight-blur::before{content:'';position:absolute;left:-4px;right:-4px;bottom:6px;height:16px;background-color:#dde96e;filter:blur(4px);z-index:-1;}.squiggle-underline{position:relative;display:inline-block;}.squiggle-underline::after{content:'';position:absolute;left:0;right:0;bottom:-10px;height:8px;background:url(/themes/custom/bigapple_theme/images/underline.svg) no-repeat;background-size:100% 100%;}.cta-highlight{display:inline-block;white-space:nowrap;background-color:#dde96e;padding:0 8px;border-radius:6px 12px 8px 14px;transform:rotate(-1deg);}.phone-cta-section{width:calc(100% - 68px);max-width:1660px;margin:-111px auto 40px;position:relative;z-index:3;box-sizing:border-box;background-color:#cae37a;border-radius:30px;padding:70px 80px;display:flex;align-items:center;justify-content:space-between;gap:60px;flex-wrap:wrap;}.phone-cta-text{max-width:600px;}.phone-cta-title{font-family:'Onest',sans-serif;font-size:48px;font-weight:700;color:#000000;margin:0;line-height:1.04;}.phone-cta-subtitle{font-family:'Onest',sans-serif;font-size:26px;font-weight:400;color:#000000;margin:20px 0 0;}.phone-cta-section--metodika{margin:-111px auto 40px;padding:80px 80px;flex-wrap:nowrap;gap:40px;}@media (min-width:1550px){.phone-cta-section--metodika{padding:80px 150px;gap:60px;}}@media (max-width:991px){.phone-cta-section--metodika{margin:-65px auto 0 !important;padding:40px 20px !important;flex-wrap:wrap !important;}}.phone-cta-title--metodika{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:400 !important;line-height:1.25 !important;color:#000000 !important;max-width:672px !important;}.phone-cta-section--metodika .phone-cta-text{max-width:672px !important;}.phone-cta-webform-wrapper .inline-form-inner{padding:0;background-color:transparent;width:auto;max-width:none;}.phone-cta-webform-wrapper form .inline-form-content{display:none;}.phone-cta-webform-wrapper .form-actions{display:flex !important;margin:0 !important;padding:0 !important;background:transparent !important;border:none !important;}.webform-confirmation__back,.phone-cta-webform-wrapper .webform-confirmation__back{display:none !important;}.phone-cta-webform-wrapper .webform-confirmation{background:transparent !important;border:none !important;padding:0 !important;margin:0 !important;}.inline-form-success-content .inline-form-title{font-family:'Onest',sans-serif !important;font-size:48px !important;font-weight:700 !important;color:#000000 !important;margin:0 !important;line-height:1.04 !important;}.inline-form-success-content .inline-form-subtitle{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:400 !important;color:#000000 !important;margin:16px 0 0 !important;}.phone-cta-form{display:flex;align-items:center;gap:30px;background-color:#ffffff;border-radius:90px;padding:2px 2px 2px 40px;height:67px;box-sizing:border-box;}.phone-cta-input{border:none;outline:none;background:transparent;font-family:'Onest',sans-serif;font-size:18px;color:#151313;width:220px;}.phone-cta-input::placeholder{color:#d2d2d2;}.phone-cta-button{display:inline-flex;align-items:center;justify-content:center;background-color:#151313;color:#ffffff;font-family:'Onest',sans-serif;font-size:20px;font-weight:400;border:1px solid #151313;border-radius:100px;padding:20px 50px;cursor:pointer;white-space:nowrap;transition:background-color 0.3s;}.phone-cta-button:hover{background-color:#CAE37A !important;color:#000000 !important;border-color:#CAE37A !important;}.phone-cta-button:hover svg path,.phone-cta-button:hover svg line{stroke:#1E1C1C !important;}.phone-cta-button .phone-cta-button-icon{display:none;}.phone-cta-button .phone-cta-button-text{display:inline;}.map-section{width:calc(100% - 68px);max-width:1660px;margin:0 auto 40px;box-sizing:border-box;}.map-image{width:100%;height:auto;border-radius:50px;display:block;}.map-embed{position:relative;width:100%;padding-bottom:43.7%;border-radius:50px;overflow:hidden;}.map-embed #leaflet-map{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.footer-section{width:calc(100% - 68px);max-width:1660px;margin:0 auto 34px;background-color:#191919;border-radius:50px;padding:80px 100px;box-sizing:border-box;}.footer-container{display:flex;flex-direction:column;gap:60px;}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;}.footer-left{display:flex;flex-direction:column;gap:40px;}.footer-heading{font-family:'Onest',sans-serif;font-size:48px;font-weight:700;line-height:50px;color:#ffffff;margin:0;}.footer-contact{display:flex;flex-direction:column;gap:20px;}.footer-phone,.footer-address{font-family:'Onest',sans-serif;font-size:26px;font-weight:400;display:flex;align-items:center;gap:20px;}.footer-phone{color:#dde96e;}.footer-phone-link{color:inherit;text-decoration:none;transition:opacity 0.2s ease;}.footer-phone-link:hover{opacity:0.85;}.footer-address{color:#e0e9db;}.footer-socials{display:flex;gap:30px;margin-top:30px;}.social-link{display:flex;align-items:center;text-decoration:none;}.social-link img{display:block;height:40px;width:auto;}.working-hours-card{background-color:#262626;border-radius:30px;padding:40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:25px;width:460px;box-sizing:border-box;}.working-left{display:flex;flex-direction:column;gap:16px;}.working-title{font-family:'Onest',sans-serif;font-size:30px;font-weight:900;color:#ffffff;line-height:30px;}.working-schedule{display:flex;align-items:center;gap:16px;}.working-item{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-family:'Onest',sans-serif;font-size:16px;font-weight:500;color:#ffffff;}.working-item img{width:88px;height:88px;object-fit:contain;}.working-weekend{font-family:'Onest',sans-serif;font-size:14px;font-weight:500;color:#ffffff;opacity:0.7;margin-top:0;}.footer-divider{width:100%;height:1px;background-color:#333333;}.footer-legal{display:flex;justify-content:flex-start;gap:120px;font-family:'Onest',sans-serif;font-size:18px;color:#bababa;line-height:1.5;}.footer-legal p{margin:0;}@media (max-width:1200px) and (min-width:992px){.footer-section{padding:60px 40px;}.footer-heading{font-size:38px;line-height:42px;}.footer-phone,.footer-address{font-size:20px;gap:14px;}.footer-socials{gap:16px;flex-wrap:wrap;}.working-hours-card{width:auto;min-width:260px;max-width:300px;flex-direction:column;align-items:flex-start;padding:28px;gap:20px;}.working-left{gap:6px;}.working-title{font-size:24px;line-height:26px;}.working-schedule{gap:12px;}.footer-legal{gap:40px;justify-content:space-between;}}.about-us-accordion-section{width:calc(100% - 68px);max-width:1660px;margin:80px auto;box-sizing:border-box;padding:0;}.about-us-container{display:flex;background-color:#ffffff;border-radius:30px;padding:50px;gap:50px;box-sizing:border-box;align-items:center;}.about-us-left{flex:0 0 520px;width:520px;height:520px;background-color:#F3F3F3;border-radius:30px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.about-us-photo-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.5s ease,visibility 0.5s ease;}.about-us-photo-wrapper.active{opacity:1;visibility:visible;}.about-us-large-photo{max-width:100%;max-height:100%;object-fit:contain;border-radius:30px;}.about-us-right{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:inherit;box-sizing:border-box;}.about-us-item{display:flex;flex-direction:column;cursor:pointer;padding:16px 20px;border-radius:20px;transition:background-color 0.3s ease,transform 0.3s ease;}.about-us-item.active{background-color:#F8FAF0;}.about-us-card-image-wrapper{display:none;}.about-us-item-header{display:flex;align-items:flex-start;gap:24px;width:100%;flex-direction:column;}.about-us-item-num-title{display:flex;align-items:flex-start;gap:16px;flex:0;min-width:330px;flex-shrink:0;}.about-us-num{font-family:'Onest',sans-serif;font-size:40px;font-weight:900;line-height:1;letter-spacing:-0.02em;color:#9DB075;min-width:65px;flex-shrink:0;}.about-us-title{font-family:'Onest',sans-serif;font-size:22px;font-weight:700;color:#000000;margin:4px 0 0 0;line-height:1.25;}.about-us-item-content-area{flex:1;min-width:0;}.about-us-subtitle{display:none;}.about-us-description{font-family:'Onest',sans-serif;font-size:18px;font-weight:400;color:#222222;line-height:1.5;display:none;opacity:0;transition:opacity 0.3s ease;}.about-us-item.active .about-us-description{display:block;opacity:1;}@media (max-width:1350px) and (min-width:1051px){.about-us-container{padding:35px 25px;gap:24px;}.about-us-left{flex:0 0 380px;width:380px;height:440px;}.about-us-right{gap:20px;}.about-us-item-num-title{flex:0;min-width:300px;gap:12px;}.about-us-num{font-size:34px;min-width:50px;}.about-us-title{font-size:18px;}.about-us-description{font-size:16px;line-height:1.45;}}@media (max-width:1050px){.about-us-accordion-section{width:100% !important;max-width:100% !important;margin:40px 0 !important;padding:0 !important;box-sizing:border-box !important;overflow:hidden !important;}.about-us-container{background:transparent !important;border-radius:0 !important;padding:0 !important;display:block !important;width:100% !important;box-sizing:border-box !important;min-height:auto !important;}.about-us-left{display:none !important;}.about-us-right{display:flex !important;flex-direction:row !important;justify-content:flex-start !important;align-items:stretch !important;gap:16px !important;width:100% !important;padding:0 20px 20px 20px !important;margin:0 !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;scroll-padding:0 20px !important;-webkit-overflow-scrolling:touch !important;box-sizing:border-box !important;}.about-us-item{display:flex !important;flex-direction:column !important;flex:0 0 85% !important;width:85% !important;min-width:320px !important;max-width:340px !important;padding:24px !important;background:#FFFFFF !important;border-radius:30px !important;gap:16px !important;cursor:default !important;box-sizing:border-box !important;scroll-snap-align:start !important;}.about-us-item.active{background:#FFFFFF !important;}.about-us-card-image-wrapper{display:block !important;width:100% !important;height:200px !important;border-radius:20px !important;overflow:hidden !important;margin-bottom:8px !important;}.about-us-card-image{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;}.about-us-item-header{display:flex !important;flex-direction:column !important;gap:12px !important;padding:0 !important;width:100% !important;box-sizing:border-box !important;}.about-us-item-num-title{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:12px !important;width:100% !important;flex:none !important;box-sizing:border-box !important;}.about-us-num{font-family:'Onest',sans-serif !important;font-size:28px !important;font-weight:900 !important;color:#9DB075 !important;letter-spacing:-0.02em !important;min-width:auto !important;flex-shrink:0 !important;line-height:1 !important;}.about-us-title{font-family:'Onest',sans-serif !important;font-size:20px !important;font-weight:700 !important;color:#000000 !important;margin:0 !important;line-height:1.25 !important;}.about-us-item-content-area{display:block !important;width:100% !important;box-sizing:border-box !important;}.about-us-subtitle{display:none !important;}.about-us-description{display:block !important;opacity:1 !important;font-family:'Onest',sans-serif !important;font-size:15px !important;font-weight:400 !important;line-height:1.45 !important;color:#333333 !important;margin:0 !important;}}.simple-english-section{width:calc(100% - 68px);max-width:1660px;margin:80px auto;box-sizing:border-box;padding:0;}.simple-english-container{background-color:#CAE37A;border-radius:35px;padding:70px 80px;display:flex;align-items:center;justify-content:space-between;gap:60px;box-sizing:border-box;min-height:auto;}.simple-english-content{flex:1;min-width:0;max-width:650px;display:flex;flex-direction:column;gap:28px;}.simple-english-kicker{font-family:'Onest',sans-serif;font-size:46px;font-weight:900;line-height:48px;letter-spacing:-0.02em;color:#000000;margin:0;}.simple-english-title{font-family:'Onest',sans-serif;font-size:40px;font-weight:700;line-height:44px;color:#000000;margin:0;}.simple-english-description{font-family:'Onest',sans-serif;font-size:19px;font-weight:400;line-height:1.5;color:rgba(0,0,0,0.85);margin:0;}.simple-english-image-container{flex:0 0 auto;max-width:580px;display:flex;align-items:center;justify-content:center;}.simple-english-image{width:100%;max-width:580px;height:auto;object-fit:contain;display:block;}@media (max-width:1200px) and (min-width:769px){.simple-english-container{padding:50px 40px;gap:36px;min-height:auto;}.simple-english-kicker{font-size:38px;line-height:1.1;}.simple-english-title{font-size:34px;line-height:1.15;}.simple-english-description{font-size:17px;line-height:1.45;}.simple-english-image-container{max-width:420px;}}@media (max-width:768px){.simple-english-section{width:calc(100% - 40px) !important;max-width:100% !important;padding:0 !important;margin:40px auto !important;box-sizing:border-box !important;}.simple-english-container{background-color:#CAE37A;border-radius:30px;padding:36px 20px !important;display:flex;flex-direction:column;gap:28px !important;box-sizing:border-box;align-items:stretch;min-height:auto;width:100% !important;}.simple-english-image-container{order:-1;width:100%;max-width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;}.simple-english-image{max-width:100%;max-height:240px !important;object-fit:contain;display:block;}.simple-english-content{max-width:100%;display:flex;flex-direction:column;gap:20px !important;text-align:left;}.simple-english-kicker{font-family:'Onest',sans-serif;font-size:22px !important;font-weight:700;line-height:26px !important;color:#000000;margin:0;}.simple-english-title{font-family:'Onest',sans-serif;font-size:22px !important;font-weight:700;line-height:26px !important;color:#000000;margin:0;}.simple-english-description{font-family:'Onest',sans-serif;font-size:15px !important;font-weight:400;line-height:1.45 !important;color:rgba(0,0,0,0.85);margin:0;}}.methodology-section{width:100%;padding:80px 20px 120px;box-sizing:border-box;}.methodology-container,.methodology-container>div{width:calc(100% - 68px);max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:120px;box-sizing:border-box;}.methodology-container>div.methodology-block{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:80px;width:100%;box-sizing:border-box;}.methodology-container>div.methodology-block.align-right{flex-direction:row-reverse;}.methodology-block-content{flex:1;max-width:740px;display:flex;flex-direction:column;gap:40px;box-sizing:border-box;}.methodology-block-title,.methodology-block-title div,.methodology-block-title h3{font-family:'Onest',sans-serif !important;font-size:48px !important;font-weight:700 !important;line-height:50px !important;color:#000000 !important;margin:0 !important;}.methodology-block-description,.methodology-block-description div,.methodology-block-description p{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:400 !important;line-height:33.15px !important;color:#000000 !important;margin:0 !important;}.methodology-block-image-wrapper{flex:1;max-width:550px;display:flex;align-items:center;justify-content:center;}.methodology-block-image-wrapper img{max-width:100%;height:auto;object-fit:contain;border-radius:0;display:block;}@media (max-width:1200px) and (min-width:769px){.methodology-section{padding:60px 20px 80px;}.methodology-container,.methodology-container>div{gap:80px;}.methodology-block{gap:40px;}.methodology-block-title,.methodology-block-title div,.methodology-block-title h3{font-size:36px !important;line-height:40px !important;}.methodology-block-description,.methodology-block-description div,.methodology-block-description p{font-size:20px !important;line-height:26px !important;}}@media (max-width:768px){.text-block-cta-content{min-height:auto !important;height:auto !important;flex-direction:column !important;padding:30px 20px !important;border-radius:30px !important;gap:20px !important;background-color:#FFFFFF !important;}.text-block-cta-image-wrapper{width:100% !important;max-width:100% !important;aspect-ratio:auto !important;height:auto !important;min-height:auto !important;border-radius:20px !important;position:relative !important;display:flex !important;justify-content:center !important;align-items:center !important;overflow:hidden !important;}.text-block-cta-image{position:relative !important;width:100% !important;height:auto !important;max-height:200px !important;object-fit:contain !important;display:block !important;border-radius:20px !important;}.text-block-cta-text{width:100% !important;text-align:left !important;}.text-block-cta-title{font-family:'Onest',sans-serif !important;font-size:20px !important;font-weight:700 !important;line-height:1.3 !important;color:#000000 !important;margin:0 !important;}.methodology-section{padding:40px 0 80px !important;width:calc(100% - 40px) !important;margin:0 auto !important;box-sizing:border-box !important;}.methodology-container,.methodology-container>div{width:100% !important;display:flex !important;flex-direction:column !important;gap:80px !important;}.methodology-block,.methodology-block.align-right,.methodology-block.align-left{display:flex !important;flex-direction:column !important;gap:20px !important;align-items:stretch !important;width:100% !important;margin:0 !important;}.methodology-block-image-wrapper{order:1 !important;width:100% !important;max-width:350px !important;margin:0 auto !important;min-height:auto !important;display:flex !important;justify-content:center !important;align-items:center !important;}.methodology-block-image-wrapper img{max-width:100% !important;max-height:280px !important;height:auto !important;object-fit:contain !important;display:block !important;}.methodology-block-content{order:2 !important;width:100% !important;max-width:100% !important;display:flex !important;flex-direction:column !important;gap:20px !important;margin:0 !important;}.methodology-block-title,.methodology-block-title div,.methodology-block-title h3{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:700 !important;line-height:30px !important;color:#000000 !important;margin:0 !important;}.methodology-block-description,.methodology-block-description div,.methodology-block-description p{font-family:'Onest',sans-serif !important;font-size:18px !important;font-weight:400 !important;line-height:23px !important;color:#000000 !important;margin:0 !important;}}.metrics-section{padding:150px 40px;background-color:#1E1C1C;width:calc(100% - 68px);max-width:1660px;margin:0 auto 40px;border-radius:30px;box-sizing:border-box;}.metrics-container{max-width:1480px;width:100%;margin:0 auto;}.metrics-grid{width:100%;box-sizing:border-box;}.metrics-grid>div{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:40px;width:100%;box-sizing:border-box;}.metric-item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px;color:#FFFFFF;}.metric-value{font-family:'Onest',sans-serif;font-size:95px;font-weight:900;line-height:1;color:#FFFFFF;margin:0;text-align:center;}.metric-description{font-family:'Onest',sans-serif;font-size:26px;font-weight:400;line-height:1.25;color:#FFFFFF;margin:0;text-align:center;max-width:360px;}@media (max-width:1024px){.metrics-grid>div{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 30px;justify-items:center;width:100%;}.metric-item{align-items:center;text-align:center;width:100%;max-width:360px;margin:0 auto;gap:20px;}.metric-value{font-size:64px;text-align:center;}.metric-description{font-size:20px;text-align:center;margin:0 auto;}}@media (max-width:640px){.metrics-section{padding:50px 20px;border-radius:20px;width:100%;margin:0 auto 30px;}.metrics-grid>div{grid-template-columns:1fr;gap:30px;}.metric-value{font-size:48px;}.metric-description{font-size:18px;}}.methodology-block-image-wrapper img{max-width:100%;height:auto;display:block;border-radius:12px;object-fit:contain;}.text-card-section{width:calc(100% - 68px);max-width:1660px;min-height:519px;margin:0 auto 40px;padding:80px 150px;background-color:#FFFFFF;border-radius:30px;text-align:center;display:flex;justify-content:center;align-items:center;box-sizing:border-box;}.text-card-title{position:relative;display:inline-block;font-family:'Onest',sans-serif;font-size:55px;font-weight:900;line-height:1.1;color:#000000;margin:0;max-width:1410px;text-align:center;}.text-card-title .highlight-circle{position:relative;display:inline;z-index:1;}.text-card-title .highlight-circle::before{content:"";position:absolute;width:40px;height:40px;background-color:#DDE96E;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;}@media (max-width:1200px) and (min-width:769px){.text-card-section{min-height:400px;padding:60px 40px;}.text-card-title{font-size:38px;line-height:1.2;max-width:900px;}}@media (max-width:768px){.text-card-section{padding:50px 20px;border-radius:20px;}.text-card-title{font-size:22px;line-height:28px;}.text-card-title .highlight-circle::before{width:32px;height:32px;}}.hero-section{position:relative;overflow:hidden;}.hero-floating-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;}.floating-icon{position:absolute;}.floating-icon.icon-1{top:10%;right:15%;width:100px;animation:float 6s ease-in-out infinite;}.floating-icon.icon-2{bottom:20%;left:10%;width:60px;animation:float 5s ease-in-out infinite reverse;}@keyframes float{0%{transform:translateY(0px) rotate(0deg);}50%{transform:translateY(-20px) rotate(5deg);}100%{transform:translateY(0px) rotate(0deg);}}@media (max-width:991px){.gray-wrapper{padding:60px 0 50px;background-color:transparent;border-radius:0;width:100%;}.text-block{padding:0 16px;margin:0 auto 40px;gap:24px;}.text-block-subtitle{font-family:'Onest',sans-serif;font-size:20px;font-weight:400;line-height:1.35;color:#000000;text-align:center;max-width:380px;margin:0 auto;}.text-block-title-container{position:relative;display:inline-block;max-width:380px;margin:0 auto;text-align:center;}.text-block-title{font-family:'Onest',sans-serif;font-size:40px;font-weight:900;line-height:36px;color:#000000;text-align:center;margin:0;position:relative;z-index:2;display:inline;}.text-block-title-first{position:relative;display:inline-block;}.text-block-circle{width:38px;height:38px;background-color:#dde96e;border-radius:50%;position:absolute;left:-10px;top:50%;right:auto;bottom:auto;transform:translateY(-50%);z-index:-1;}.features-section{width:100%;margin:30px 0 50px 0;padding:0;overflow:hidden;}.features-cards{display:flex;flex-direction:row;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:10px 16px 25px;margin:0;box-sizing:border-box;scrollbar-width:none;}.features-cards::-webkit-scrollbar{display:none;}.feature-card{flex:0 0 320px;width:320px;min-width:300px;max-width:85vw;scroll-snap-align:center;scroll-snap-stop:always;background-color:#ffffff;border-radius:30px;padding:30px 24px;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;}.feature-icon{width:48px;height:48px;margin-bottom:24px;object-fit:contain;}.feature-card-title{font-family:'Onest',sans-serif;font-size:30px;font-weight:900;line-height:34px;color:#000000;margin:0 0 16px 0;text-align:left;}.feature-card-desc{font-family:'Onest',sans-serif;font-size:18px;font-weight:400;line-height:1.4;color:#000000;margin:0;text-align:left;}.improvements-section{background-color:#EBEBEB;border-radius:0;padding:40px 20px;margin:40px auto 0;gap:30px;width:100%;box-sizing:border-box;}.improvements-top{display:flex;flex-direction:column;gap:30px;}.improvements-text{max-width:100%;}.improvements-title{font-family:'Onest',sans-serif;font-size:40px;font-weight:900;line-height:40px;color:#000000;margin:0 0 20px 0;text-align:left;}.improvements-desc{font-family:'Onest',sans-serif;font-size:20px;font-weight:400;line-height:1.35;color:#000000;margin:0;text-align:left;}.improvements-pros{position:relative;display:block;min-height:120px;width:100%;margin:10px 0 0;}.pro-item{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity 0.45s ease,transform 0.45s ease,visibility 0.45s;padding:10px 0;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;}.pro-item.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}.pro-num{font-family:'Onest',sans-serif;font-size:47px;font-weight:900;color:#9DB075;line-height:1;letter-spacing:-0.02em;}.pro-text{font-family:'Onest',sans-serif;font-size:22px;font-weight:700;color:#000000;line-height:1.25;}.improvements-bottom{display:flex;justify-content:flex-start;align-items:center;width:100%;}.improvements-bottom .btn-solid{background-color:#151313;color:#ffffff;font-family:'Onest',sans-serif;font-size:20px;font-weight:400;border-radius:100px;padding:18px 48px;width:max-content;}.courses-section{width:100%;margin:50px 0 30px;padding:0;overflow:hidden;}.courses-title{font-family:'Onest',sans-serif;font-size:26px;font-weight:700;line-height:30px;color:#000000;margin:0 0 20px 16px;text-align:left;}.courses-grid{display:flex;flex-direction:row;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:10px 16px 30px;margin:0;box-sizing:border-box;scrollbar-width:none;}.courses-grid::-webkit-scrollbar{display:none;}.course-card-flip-container{flex:0 0 330px;width:330px;min-width:300px;max-width:88vw;height:420px;min-height:420px;scroll-snap-align:center;scroll-snap-stop:always;}.course-card-inner{height:100%;min-height:420px;}.course-card-front,.course-card-back{border-radius:28px;padding:24px;}.course-card-title{font-size:24px;line-height:28px;min-height:56px;display:flex;align-items:flex-start;}.course-card-description{font-size:16px;line-height:1.4;}.course-card-back-title{font-size:20px;}.course-card-pros li{font-size:14px;line-height:1.3;}.course-card-back-footer{display:flex;flex-direction:column !important;align-items:flex-start !important;gap:12px !important;margin-top:auto;padding-top:12px;width:100%;box-sizing:border-box;}.course-card-price{font-size:16px;}.course-card-order-btn{font-size:16px;padding:12px 24px;width:100% !important;justify-content:center !important;box-sizing:border-box;}.cta-section{width:100%;margin:40px auto 0;padding:0;box-sizing:border-box;background:transparent;position:relative;z-index:1;}.cta-content{background-color:transparent;border-radius:0;padding:20px 16px 0px;gap:30px;display:flex;flex-direction:column;align-items:center;text-align:center;}.cta-text{max-width:100%;text-align:center;}.cta-title{font-family:'Onest',sans-serif;font-size:26px;font-weight:700;line-height:30px;color:#000000;text-align:center;margin:0;}.cta-image-wrapper{position:relative;width:250px;height:250px;margin:0 auto;display:flex;align-items:center;justify-content:center;}.cta-circle{position:absolute;width:220px;height:220px;background-color:#DDE96E;border-radius:50%;filter:blur(40px);z-index:1;}.cta-image{position:relative;width:220px;height:220px;border-radius:50%;object-fit:cover;z-index:2;display:block;}.phone-cta-section{background-color:#CAE37A;border-radius:0;padding:40px 20px;margin:-65px auto 0;width:100%;display:flex;flex-direction:column;gap:24px;align-items:flex-start;box-sizing:border-box;position:relative;z-index:3;}.phone-cta-text{display:flex;flex-direction:column;gap:10px;width:100%;}.phone-cta-title{font-family:'Onest',sans-serif;font-size:26px;font-weight:700;line-height:30px;color:#000000;margin:0;text-align:left;}.phone-cta-subtitle{font-family:'Onest',sans-serif;font-size:18px;font-weight:400;color:#000000;margin:0;text-align:left;}.phone-cta-form,.inline-form-row{display:flex;align-items:center;justify-content:space-between;background-color:#FFFFFF;border-radius:90px;height:67px;padding:2px 2px 2px 24px;box-sizing:border-box;width:100%;max-width:100%;}.phone-cta-input,.inline-input-phone{flex:1;border:none;outline:none;background:transparent;font-family:'Onest',sans-serif;font-size:18px;color:#000000;width:auto;min-width:0;}.phone-cta-button,.inline-form-submit{background:#151313 url(/themes/custom/bigapple_theme/images/btn-arrow-icon.svg) no-repeat center center !important;background-size:26px 22px !important;color:transparent !important;font-size:0 !important;border-radius:50% !important;width:63px !important;min-width:63px !important;height:63px !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;border:none !important;cursor:pointer !important;position:relative !important;flex-shrink:0 !important;transition:background-color 0.2s ease;}.phone-cta-button .phone-cta-button-text,.phone-cta-button .phone-cta-button-icon{display:none !important;}.map-section{width:100%;margin:0;border-radius:0;padding:0;overflow:hidden;}.map-embed{border-radius:0;padding-bottom:0;height:520px;min-height:500px;position:relative;}.map-embed #leaflet-map{position:absolute;top:0;left:0;width:100%;height:100%;}.map-image{border-radius:0;}.footer-section{background-color:#191919;border-radius:0;padding:40px 20px 30px;margin:0 auto;width:100%;box-sizing:border-box;}.footer-container{display:flex;flex-direction:column;gap:30px;width:100%;}.footer-main{display:flex;flex-direction:column;gap:30px;width:100%;align-items:stretch;}.footer-left{display:flex;flex-direction:column;gap:24px;width:100%;}.footer-heading{font-family:'Onest',sans-serif;font-size:26px;font-weight:700;line-height:30px;color:#FFFFFF;margin:0;}.footer-contact{display:flex;flex-direction:column;gap:16px;}.footer-phone,.footer-address{font-family:'Onest',sans-serif;font-size:18px;font-weight:400;display:flex;align-items:center;gap:16px;}.footer-phone svg,.footer-address svg{width:24px;height:24px;flex-shrink:0;}.footer-socials{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-top:10px;width:100%;}.social-link img{height:40px;width:auto;display:block;}.footer-right{width:100%;margin:0;padding:0;display:flex;justify-content:center;}.working-hours-card{background-color:transparent !important;border:none !important;border-top:1px solid #9DB075 !important;border-bottom:1px solid #9DB075 !important;border-radius:0 !important;padding:30px 0 !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;display:flex !important;flex-direction:column !important;gap:24px !important;align-items:center !important;justify-content:center !important;text-align:center !important;margin:0 auto !important;}.working-left{display:flex !important;flex-direction:column !important;gap:8px !important;align-items:center !important;justify-content:center !important;text-align:center !important;width:100% !important;}.working-title{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:700 !important;color:#FFFFFF !important;line-height:30px !important;text-align:center !important;width:100% !important;margin:0 !important;}.working-weekend{font-family:'Onest',sans-serif !important;font-size:16px !important;font-weight:400 !important;color:#FFFFFF !important;opacity:0.8 !important;text-align:center !important;width:100% !important;margin:0 !important;}.working-schedule{display:flex !important;align-items:center !important;justify-content:center !important;gap:20px !important;width:100% !important;margin:0 auto !important;}.working-item{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:8px !important;font-family:'Onest',sans-serif !important;font-size:16px !important;color:#FFFFFF !important;}.footer-divider{display:none !important;}.footer-legal{display:flex;flex-direction:column;gap:16px;font-size:14px;color:#888888;line-height:1.5;}.cta-arrow-desktop{display:none !important;}.cta-arrow-mobile{display:block !important;width:230px !important;height:auto !important;margin:0 auto !important;}.cta-block{width:100% !important;border-radius:0 !important;padding:40px 20px !important;background-color:#C8E37F !important;margin:80px auto 0 !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;text-align:left !important;position:relative !important;overflow:hidden !important;box-sizing:border-box !important;min-height:auto !important;height:auto !important;gap:24px !important;}.cta-block-title{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:700 !important;line-height:30px !important;color:#151313 !important;text-align:left !important;margin:0 !important;max-width:100% !important;position:static !important;width:100% !important;}.cta-block-video-wrapper{position:static !important;transform:none !important;width:100% !important;max-width:320px !important;aspect-ratio:1 / 1 !important;height:auto !important;margin:0 auto !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;border-radius:180px !important;background-color:#C8E37F !important;box-shadow:0 12px 28px -6px rgba(175,205,90,0.75),inset 0 0 20px rgba(175,205,90,0.5),inset 0 0 0 1px rgba(21,19,19,0.06) !important;}.cta-block-video{width:100% !important;height:100% !important;aspect-ratio:1 / 1 !important;object-fit:cover !important;border-radius:180px !important;background-color:#C8E37F !important;}.cta-block-button{position:static !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;background-color:transparent !important;color:#151313 !important;border:1px solid #151313 !important;font-family:'Onest',sans-serif;font-size:18px !important;font-weight:400 !important;border-radius:100px !important;padding:16px 40px !important;text-decoration:none !important;align-self:flex-start !important;margin:0 auto 0 0 !important;width:max-content !important;transition:background-color 0.2s ease !important;}.cta-block-button:hover{background-color:rgba(21,19,19,0.08) !important;}.cta-block-button-arrow{display:none !important;}.teachers-section{width:100% !important;margin:40px auto 0 !important;padding:40px 0 !important;background-color:transparent !important;border-radius:0 !important;box-sizing:border-box !important;overflow:hidden !important;}.teachers-top{display:flex;flex-direction:column;gap:14px;padding:0 20px 30px;width:100%;box-sizing:border-box;}.teachers-title{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:700 !important;line-height:30px !important;color:#000000 !important;margin:0 !important;text-align:left !important;position:relative !important;}.teachers-title::before{display:none !important;}.teachers-subtitle{font-family:'Onest',sans-serif !important;font-size:18px !important;font-weight:400 !important;color:#555555 !important;line-height:1.4 !important;margin:0 !important;text-align:left !important;}.teachers-container{display:block !important;width:100% !important;overflow:hidden !important;background-color:transparent !important;border-radius:0 !important;padding:0 !important;min-height:auto !important;border:none !important;box-shadow:none !important;}.teachers-left{display:none !important;}.teachers-right{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;overflow-x:auto !important;scroll-snap-type:x mandatory !important;gap:20px !important;padding:0 20px 20px !important;width:100% !important;box-sizing:border-box !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;}.teachers-right::-webkit-scrollbar{display:none !important;}.teacher-separator{display:none !important;}.teacher-list-item{flex:0 0 350px !important;min-width:350px !important;max-width:350px !important;width:350px !important;scroll-snap-align:start !important;background-color:#FFFFFF !important;border-radius:30px !important;padding:20px !important;box-sizing:border-box !important;display:flex !important;flex-direction:column !important;gap:16px !important;opacity:1 !important;border:none !important;cursor:default !important;}.teacher-card-photo-mobile{display:block !important;width:100% !important;height:380px !important;border-radius:20px !important;object-fit:cover !important;}.teacher-avatar{display:none !important;}.teacher-item-header{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:6px !important;}.teacher-item-title{display:flex !important;flex-direction:column !important;gap:4px !important;}.teacher-name{font-family:'Onest',sans-serif !important;font-size:20px !important;font-weight:900 !important;color:#000000 !important;margin:0 !important;}.teacher-job{font-family:'Onest',sans-serif !important;font-size:16px !important;font-weight:400 !important;color:#000000 !important;}.teacher-item-body{display:block !important;padding:0 !important;margin-top:6px !important;}.teacher-bullets,.teacher-bullets ul{list-style:none !important;padding:0 !important;margin:0 !important;font-family:'Onest',sans-serif !important;font-size:16px !important;line-height:1.4 !important;color:#000000 !important;}.teacher-bullets li{list-style:none !important;padding-left:16px !important;position:relative !important;margin-bottom:8px !important;}.teacher-bullets li::before{content:"•" !important;display:inline-block !important;position:absolute !important;left:0 !important;top:0 !important;color:#888888 !important;font-size:18px !important;line-height:1.4 !important;}.reviews-section{width:100% !important;margin:40px auto 0 !important;padding:40px 0 !important;background-color:transparent !important;border-radius:0 !important;box-sizing:border-box !important;display:flex !important;flex-direction:column !important;gap:0 !important;overflow:visible !important;}.reviews-top-bar{display:block !important;padding:0 20px !important;margin-bottom:10px !important;}.reviews-title{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:700 !important;color:#000000 !important;margin:0 !important;text-align:left !important;position:relative !important;}.reviews-title::after{display:none !important;}.reviews-arrows{display:none !important;}.reviews-subtitle{font-family:'Onest',sans-serif !important;font-size:18px !important;font-weight:400 !important;color:#000000 !important;padding:0 20px !important;margin:0 0 24px 0 !important;text-align:left !important;}.reviews-main{width:100% !important;overflow:visible !important;display:block !important;}.reviews-carousel{width:100% !important;overflow-x:auto !important;overflow-y:visible !important;scroll-snap-type:x mandatory !important;scroll-behavior:smooth !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;padding-bottom:300px !important;margin-bottom:-300px !important;box-sizing:border-box !important;}.reviews-carousel::-webkit-scrollbar{display:none !important;}.reviews-track{display:flex !important;gap:16px !important;padding:0 20px !important;width:max-content !important;box-sizing:border-box !important;transform:none !important;align-items:flex-start !important;}.review-card-slot{flex:0 0 82vw !important;width:82vw !important;min-width:280px !important;max-width:340px !important;height:420px !important;position:relative !important;scroll-snap-align:start !important;}.review-card{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;min-height:420px !important;background-color:#FFFFFF !important;border-radius:28px !important;padding:24px !important;box-sizing:border-box !important;display:flex !important;flex-direction:column !important;align-self:flex-start !important;border:none !important;cursor:pointer !important;z-index:1 !important;box-shadow:none !important;transition:min-height 0.35s cubic-bezier(0.2,0.8,0.2,1) !important;}.review-card.is-expanded{z-index:100 !important;height:max-content !important;min-height:420px !important;box-shadow:none !important;padding-bottom:30px !important;}.review-card-top{display:flex !important;align-items:flex-start !important;justify-content:space-between !important;width:100% !important;margin-bottom:16px !important;max-height:200px !important;opacity:1 !important;transform:translateY(0) !important;transition:opacity 0.3s cubic-bezier(0.2,0.8,0.2,1),max-height 0.35s cubic-bezier(0.2,0.8,0.2,1),margin-bottom 0.35s cubic-bezier(0.2,0.8,0.2,1),transform 0.3s ease !important;overflow:hidden !important;}.review-card.is-expanded .review-card-top{opacity:0 !important;max-height:0 !important;margin-bottom:0 !important;transform:translateY(-10px) !important;pointer-events:none !important;}.review-avatar{width:160px !important;height:160px !important;border-radius:50% !important;object-fit:cover !important;}.review-author{font-family:'Onest',sans-serif !important;font-size:22px !important;font-weight:700 !important;color:#000000 !important;margin:0 0 12px 0 !important;}.review-card .review-text{font-family:'Onest',sans-serif !important;font-size:22px !important;font-weight:400 !important;line-height:1.45 !important;color:#000000 !important;margin:0 !important;display:-webkit-box !important;-webkit-line-clamp:4 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;max-height:130px !important;transition:max-height 0.4s cubic-bezier(0.2,0.8,0.2,1),opacity 0.3s ease !important;}.review-card.is-expanded .review-text{display:block !important;-webkit-line-clamp:unset !important;max-height:none !important;height:auto !important;overflow:visible !important;padding-bottom:20px !important;}.faq-section{width:100% !important;margin:40px auto 0 !important;padding:40px 16px !important;box-sizing:border-box !important;background-color:transparent !important;}.gray-wrapper{background-color:transparent !important;border-radius:0 !important;padding:70px 0 60px !important;margin:40px auto !important;width:100% !important;}.faq-title{font-family:'Onest',sans-serif !important;font-size:26px !important;font-weight:700 !important;line-height:30px !important;color:#000000 !important;text-align:center !important;margin:0 0 24px !important;}.faq-accordion{display:flex !important;flex-direction:column !important;gap:12px !important;width:100% !important;max-width:100% !important;}.faq-item{background-color:#FFFFFF !important;border-radius:20px !important;padding:20px !important;width:100% !important;box-sizing:border-box !important;border:none !important;transition:background-color 0.3s ease !important;}.faq-item[open]{background-color:#F3FEDC !important;}.faq-question{font-family:'Onest',sans-serif !important;font-size:16px !important;font-weight:900 !important;line-height:1.3 !important;color:#000000 !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;}.faq-arrow{flex:0 0 auto !important;width:40px !important;height:40px !important;border-radius:50% !important;background-color:#DDE96E !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:transform 0.3s ease,background-color 0.3s ease !important;}.faq-arrow svg path{stroke:#151313 !important;}.faq-item[open] .faq-arrow{transform:rotate(180deg) !important;background-color:#151313 !important;}.faq-item[open] .faq-arrow svg path{stroke:#DDE96E !important;}.faq-answer{font-family:'Onest',sans-serif !important;font-size:15px !important;font-weight:400 !important;line-height:1.5 !important;color:#000000 !important;padding-top:14px !important;}}
@keyframes fadeInDialog{from{opacity:0;}to{opacity:1;}}.ui-dialog:has(.cta-popup-inner){position:fixed !important;top:0 !important;left:0 !important;width:100vw !important;height:100vh !important;max-width:100vw !important;max-height:100vh !important;background-color:#9DB075 !important;border:none !important;border-radius:0 !important;padding:0 !important;margin:0 !important;z-index:10000 !important;box-sizing:border-box;animation:fadeInDialog 0.3s ease-in-out;overflow-y:auto !important;-webkit-overflow-scrolling:touch;}.ui-dialog:has(.cta-popup-inner) .ui-dialog-titlebar{display:none !important;}.ui-dialog:has(.cta-popup-inner) .ui-dialog-content{width:100% !important;height:100% !important;min-height:100vh !important;padding:0 !important;overflow:visible !important;display:flex !important;align-items:stretch !important;justify-content:center !important;}.cta-popup-inner{width:100%;max-width:1400px;height:100%;min-height:100vh;margin:0 auto;padding:60px 50px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;}#webform-submission-cta-popup-form-form-ajax-content,.webform-ajax-form-wrapper{width:100%;height:100%;min-height:100%;display:flex;flex-direction:column;}.cta-popup-header{display:flex;justify-content:flex-end;align-items:center;width:100%;}.cta-popup-close-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:12px !important;text-decoration:none !important;cursor:pointer !important;background:transparent !important;border:1px solid #ffffff !important;border-radius:100px !important;outline:none !important;box-shadow:none !important;padding:14px 28px !important;color:#ffffff !important;-webkit-tap-highlight-color:transparent;transition:background-color 0.25s ease,color 0.25s ease,border-color 0.25s ease !important;}.cta-popup-close-btn::before{content:'' !important;display:inline-block !important;width:19.5263px !important;height:7.36396px !important;min-width:19.5263px !important;background-color:currentColor !important;-webkit-mask:url(/themes/custom/bigapple_theme/images/btn-arrow-left.svg) no-repeat center / contain;mask:url(/themes/custom/bigapple_theme/images/btn-arrow-left.svg) no-repeat center / contain;flex-shrink:0 !important;}.cta-popup-close-btn:focus,.cta-popup-close-btn:focus-visible,.cta-popup-close-btn:active{outline:none !important;box-shadow:none !important;}.cta-popup-close-btn span{font-family:'Onest',sans-serif;font-size:18px !important;font-weight:400 !important;color:#ffffff !important;line-height:1.2;transition:color 0.25s ease;}.cta-popup-close-btn:hover{background-color:#ffffff !important;color:#000000 !important;border-color:#ffffff !important;}.cta-popup-close-btn:hover span{color:#000000 !important;opacity:1 !important;}.cta-popup-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;width:100%;margin:30px 0;}.cta-popup-title{font-family:'Onest',sans-serif;font-weight:700;font-size:48px;line-height:1.1;color:#ffffff;text-align:center;max-width:650px;margin:0;}.webform-submission-cta-popup-form-add-form{width:100%;height:100%;min-height:100%;display:flex;flex-direction:column;}.cta-form-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:30px;width:100%;}.cta-form-row > div{flex:1;display:flex !important;margin:0 !important;}.ui-dialog:has(.cta-popup-inner) .ui-dialog-buttonpane{display:none !important;}.cta-form-row .form-item-name input,.cta-form-row .form-item-email input,.cta-form-row .form-item-phone input{height:67px;font-family:'Onest',sans-serif;font-size:18px;color:#151313;width:100%;border-radius:90px;border:none;background:#FFFFFF;padding:0 35px;box-sizing:border-box;}.cta-form-row input:-webkit-autofill,.cta-form-row input:-webkit-autofill:hover,.cta-form-row input:-webkit-autofill:focus,.cta-form-row input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px white inset !important;-webkit-text-fill-color:#151313 !important;transition:background-color 5000s ease-in-out 0s;border-radius:90px;}.cta-form-row input::placeholder{color:#A2A2A2;font-family:'Onest',sans-serif;font-size:18px;}.cta-form-row input:focus{outline:none;}.cta-form-row .form-actions{flex:1;}.cta-form-row .form-submit{display:inline-flex !important;justify-content:center;align-items:center;height:67px;width:100%;border-radius:100px;background:#151313;color:#ffffff;font-family:'Onest',sans-serif;font-size:20px;font-weight:500;border:none;padding:0 20px;cursor:pointer;transition:background 0.3s ease,transform 0.2s ease;white-space:nowrap;}.cta-form-row .form-submit:hover{background:#333333;}.cta-popup-footer{display:flex;justify-content:center;align-items:center;width:100%;}.cta-phone,.cta-popup-footer a,.cta-popup-footer .cta-phone{font-family:'Onest',sans-serif !important;font-weight:400 !important;font-size:26px !important;color:#ffffff !important;text-decoration:none !important;transition:opacity 0.2s ease;display:inline-block !important;}.cta-phone:hover,.cta-popup-footer a:hover,.cta-popup-footer .cta-phone:hover{opacity:0.85 !important;}.cta-popup-success{height:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;}.cta-popup-success .cta-popup-content{margin:auto 0;gap:0;}.cta-popup-success .cta-popup-title{max-width:750px;color:#ffffff;}@media (max-width:768px){.ui-dialog:has(.cta-popup-inner){overflow-y:auto !important;}.ui-dialog:has(.cta-popup-inner) .ui-dialog-content{display:block !important;height:auto !important;min-height:100vh !important;}.cta-popup-inner{padding:80px 20px 40px 20px;min-height:100vh;height:auto;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;}.cta-popup-header{justify-content:flex-start;margin-bottom:30px;}.cta-popup-close-btn span{font-size:20px !important;}.cta-popup-content{gap:40px;align-items:stretch;justify-content:center;margin:20px 0;}.cta-popup-title{font-size:26px;line-height:30px;font-weight:700;text-align:left;max-width:100%;color:#ffffff;}.cta-form-row{flex-direction:column;align-items:stretch;gap:20px;}.cta-form-row > div{width:100%;flex:none;}.cta-form-row .form-item-name,.cta-form-row .form-item-email,.cta-form-row .form-item-phone,.cta-form-row .form-actions{width:100%;box-sizing:border-box;}.cta-form-row .form-item-name input,.cta-form-row .form-item-email input,.cta-form-row .form-item-phone input{height:67px;padding:0 30px;font-size:18px;border-radius:90px;}.cta-form-row .form-submit{height:67px;font-size:20px;border-radius:100px;width:100%;}.cta-popup-footer{justify-content:flex-start;margin-top:30px;}.cta-phone,.cta-popup-footer a,.cta-popup-footer .cta-phone{font-size:20px !important;line-height:26px !important;color:#ffffff !important;text-align:left !important;}.cta-popup-success .cta-popup-header{justify-content:flex-start;}.cta-popup-success .cta-popup-content{align-items:flex-start;}.cta-popup-success .cta-popup-title{font-size:26px;line-height:30px;text-align:left;max-width:100%;color:#ffffff;}.cta-popup-success .cta-popup-footer{justify-content:flex-start;}}
.form-section{width:100%;display:flex;justify-content:center;padding:40px 20px;}.inline-form-inner{width:100%;max-width:1660px;background-color:#CAE37A;border-radius:30px;padding:80px 150px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box;gap:50px;}.inline-form-content{flex:1;}.inline-form-title{font-family:'Onest',sans-serif;font-weight:700;font-size:48px;line-height:1.1;color:#000;margin:0 0 10px 0;}.inline-form-subtitle{font-family:'Onest',sans-serif;font-weight:400;font-size:26px;color:#000;margin:0;}.inline-form-row{display:flex;flex-direction:row;align-items:center;background-color:#fff;border-radius:90px;padding:2px 2px 2px 40px;height:67px;width:391px;box-sizing:border-box;justify-content:space-between;}.inline-input-phone{border:none;background:transparent;font-family:'Onest',sans-serif;font-size:18px;color:#000;outline:none;width:160px;}.inline-input-phone::placeholder{color:#D2D2D2;}.inline-form-submit{background-color:#151313;color:#fff;font-family:'Onest',sans-serif;font-size:20px;border:none;border-radius:100px;padding:0 40px;height:63px;cursor:pointer;transition:background 0.3s ease;}.inline-form-submit:hover{background-color:#333;}.inline-form-success{justify-content:flex-start;}@media (max-width:1024px){.inline-form-inner{flex-direction:column;padding:40px;align-items:center;text-align:center;gap:30px;}.inline-form-title{font-size:26px;line-height:30px;}.inline-form-subtitle{font-size:16px;}.inline-form-row{width:100%;max-width:355px;padding:2px 2px 2px 20px;}.inline-input-phone{width:140px;}.inline-form-submit{padding:0 30px;}}
.btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:20px 50px;border-radius:100px;font-family:'Onest',sans-serif;font-weight:400;font-size:20px;line-height:1;letter-spacing:0;text-decoration:none !important;cursor:pointer;border:1px solid transparent;outline:none;box-sizing:border-box;white-space:nowrap;transition:background-color 0.25s ease,color 0.25s ease,border-color 0.25s ease,transform 0.15s ease;}.btn:hover,.btn:focus{text-decoration:none !important;}.btn-primary{background-color:#DDE96E !important;color:#000000 !important;border-color:#DDE96E !important;}.btn-primary:hover,.btn-primary:focus{background-color:#CAE37A !important;color:#000000 !important;border-color:#CAE37A !important;}.btn-primary svg path,.btn-primary svg line,.btn-primary svg polyline{stroke:#000000;}.btn-primary:hover svg path,.btn-primary:hover svg line,.btn-primary:hover svg polyline{stroke:#000000;}.btn-secondary{background-color:#FFFFFF !important;color:#000000 !important;border-color:#FFFFFF !important;}.btn-secondary:hover,.btn-secondary:focus{background-color:#151313 !important;color:#FFFFFF !important;border-color:#151313 !important;}.btn-secondary svg path,.btn-secondary svg line,.btn-secondary svg polyline{stroke:#000000;transition:stroke 0.25s ease;}.btn-secondary:hover svg path,.btn-secondary:hover svg line,.btn-secondary:hover svg polyline{stroke:#FFFFFF;}.btn-ghost{background-color:transparent !important;color:#000000 !important;border-color:#151313 !important;}.btn-ghost:hover,.btn-ghost:focus{background-color:#151313 !important;color:#FFFFFF !important;border-color:#151313 !important;}.btn-ghost svg path,.btn-ghost svg line,.btn-ghost svg polyline{stroke:#000000;transition:stroke 0.25s ease;}.btn-ghost:hover svg path,.btn-ghost:hover svg line,.btn-ghost:hover svg polyline{stroke:#FFFFFF;}.btn-solid{background-color:#151313 !important;color:#FFFFFF !important;border-color:#151313 !important;}.btn-solid:hover,.btn-solid:focus{background-color:#CAE37A !important;color:#000000 !important;border-color:#CAE37A !important;}.btn-solid svg path,.btn-solid svg line,.btn-solid svg polyline{stroke:#FFFFFF;transition:stroke 0.25s ease;}.btn-solid:hover svg path,.btn-solid:hover svg line,.btn-solid:hover svg polyline{stroke:#000000;}.btn:disabled,.btn.disabled{background-color:#9DB075 !important;color:#65724A !important;border-color:#9DB075 !important;cursor:not-allowed;pointer-events:none;}.btn:disabled svg path,.btn:disabled svg line,.btn:disabled svg polyline,.btn.disabled svg path,.btn.disabled svg line,.btn.disabled svg polyline{stroke:#65724A !important;}.btn-icon-only{padding:20px 30px !important;height:63px !important;border-radius:100px !important;background-color:#151313 !important;border-color:#151313 !important;color:#FFFFFF !important;}.btn-icon-only svg path,.btn-icon-only svg line,.btn-icon-only svg polyline{stroke:#FFFFFF;transition:stroke 0.25s ease;}.btn-icon-only:hover,.btn-icon-only:focus{background-color:#CAE37A !important;border-color:#CAE37A !important;color:#1E1C1C !important;}.btn-icon-only:hover svg path,.btn-icon-only:hover svg line,.btn-icon-only:hover svg polyline{stroke:#1E1C1C;}.slider-arrow-btn,.accordion-toggle-btn,.nav-circle-btn{display:inline-flex;align-items:center;justify-content:center;width:69px;height:69px;border-radius:50%;background-color:#CAE37A;border:none;cursor:pointer;transition:background-color 0.25s ease,transform 0.2s ease;}.slider-arrow-btn svg path,.accordion-toggle-btn svg path,.nav-circle-btn svg path{stroke:#222222;stroke-width:2px;}.slider-arrow-btn:hover,.accordion-toggle-btn:hover,.nav-circle-btn:hover{background-color:#DDE96E;}
.form-input-wrapper{display:flex;flex-direction:row;align-items:center;background-color:var(--color-input-bg,#FFFFFF);border-radius:90px;padding:2px 2px 2px 40px;height:67px;box-sizing:border-box;}.form-input-text{border:none;background:transparent;font-family:'Onest',sans-serif;font-size:18px;color:var(--color-input-text,#1E1C1C);outline:none;width:100%;}.form-input-text::placeholder{color:var(--color-input-placeholder,#D2D2D2);}.webform-submission-form .form-item input.form-text,.webform-submission-form .form-item input.form-email,.webform-submission-form .form-item input.form-tel{border:none;background:transparent;font-family:'Onest',sans-serif;font-size:18px;color:var(--color-input-text,#1E1C1C);outline:none;width:100%;}.webform-submission-form .form-item input::placeholder{color:var(--color-input-placeholder,#D2D2D2);}.webform-submission-form .form-actions .form-submit{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:20px 50px;border-radius:100px;font-family:'Onest',sans-serif;font-weight:400;font-size:20px;letter-spacing:-0.02em;text-decoration:none !important;cursor:pointer;transition:all 0.3s ease;background-color:var(--btn-solid-bg,#151313);color:var(--btn-solid-text,#FFFFFF);border:1px solid var(--btn-solid-bg,#151313);}.webform-submission-form .form-actions .form-submit:hover{background-color:var(--btn-solid-hover,#333333);border-color:var(--btn-solid-hover,#333333);}.layout-content:has(.user-login-form),.layout-content:has(.user-pass),.layout-content:has(#user-login-form),.layout-content:has(#user-pass),.layout-content:has(#user-form){min-height:calc(100vh - 200px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:140px 20px 80px;background-color:#f5f5f5;box-sizing:border-box;}.layout-container:has(.user-login-form) .cta-section,.layout-container:has(.user-login-form) .phone-cta-section,.layout-container:has(.user-pass) .cta-section,.layout-container:has(.user-pass) .phone-cta-section,.layout-container:has(#user-login-form) .cta-section,.layout-container:has(#user-login-form) .phone-cta-section{display:none !important;}.user-login-form,.user-pass,#user-login-form,#user-pass,.user-form{background:#ffffff;border-radius:36px;padding:45px 40px;width:100%;max-width:440px;box-sizing:border-box;margin:0 auto;display:flex;flex-direction:column;position:relative;}.user-login-form::before{content:"BIG APPLE";order:-2;align-self:flex-start;font-family:'Onest',sans-serif;font-size:11px;font-weight:800;letter-spacing:0.1em;color:#151313;background-color:#DDE96E;padding:5px 12px;border-radius:100px;margin-bottom:12px;}.user-login-form::after{content:"Вход в систему";order:-1;font-family:'Onest',sans-serif;font-size:28px;font-weight:700;color:#151313;line-height:1.2;margin-bottom:24px;}.user-pass::before{content:"BIG APPLE";order:-2;align-self:flex-start;font-family:'Onest',sans-serif;font-size:11px;font-weight:800;letter-spacing:0.1em;color:#151313;background-color:#DDE96E;padding:5px 12px;border-radius:100px;margin-bottom:12px;}.user-pass::after{content:"Сброс пароля";order:-1;font-family:'Onest',sans-serif;font-size:26px;font-weight:700;color:#151313;line-height:1.2;margin-bottom:24px;}.user-login-form .form-item,.user-pass .form-item,.user-form .form-item{margin-bottom:18px;display:flex;flex-direction:column;order:1;}.user-login-form .form-item label,.user-pass .form-item label,.user-form .form-item label{font-family:'Onest',sans-serif;font-size:14px;font-weight:600;color:#151313;margin-bottom:8px;}.user-login-form .form-item label .form-required,.user-pass .form-item label .form-required{color:#748B47;}.user-login-form .form-item input.form-text,.user-login-form .form-item input.form-password,.user-pass .form-item input.form-email,.user-pass .form-item input.form-text,.user-form .form-item input.form-text,.user-form .form-item input.form-password,.user-form .form-item input.form-email{height:52px;border-radius:16px;border:1.5px solid #E5E5E5;background-color:#FAFAFA;padding:0 18px;font-family:'Onest',sans-serif;font-size:15px;color:#151313;width:100%;box-sizing:border-box;outline:none;transition:all 0.2s ease;}.user-login-form .form-item input:focus,.user-pass .form-item input:focus,.user-form .form-item input:focus{border-color:#748B47;background-color:#ffffff;}.user-login-form .form-item .description,.user-pass .form-item .description,.user-form .form-item .description{font-family:'Onest',sans-serif;font-size:13px;color:#777777;margin-top:6px;}.user-login-form .form-actions,.user-pass .form-actions,.user-form .form-actions{margin-top:16px;margin-bottom:0;order:2;}.user-login-form .form-actions input.button,.user-pass .form-actions input.button,.user-form .form-actions input.button{height:52px;width:100%;background-color:#151313;color:#ffffff;border:none;border-radius:100px;font-family:'Onest',sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:all 0.25s ease;display:flex;align-items:center;justify-content:center;}.user-login-form .form-actions input.button:hover,.user-pass .form-actions input.button:hover,.user-form .form-actions input.button:hover{background-color:#DDE96E;color:#151313;transform:translateY(-1px);}.layout-content .messages-list{list-style:none;padding:0;margin:0 0 20px;width:100%;max-width:440px;}.messages{padding:14px 20px;border-radius:16px;font-family:'Onest',sans-serif;font-size:14px;margin-bottom:16px;}.messages--error{background-color:#FFF5F5;color:#C53030;border:1px solid #FED7D7;}.messages--status{background-color:#F0FFF4;color:#276749;border:1px solid #C6F6D5;}.messages--warning{background-color:#FFFAF0;color:#9C4221;border:1px solid #FEEBC8;}.tabs{margin:0 auto 20px;display:flex;justify-content:center;max-width:440px;width:100%;}.tabs ul.primary{list-style:none;padding:4px;margin:0;display:inline-flex;gap:6px;background:#EBEBEB;border-radius:100px;border:none;}.tabs ul.primary li{margin:0;}.tabs ul.primary li a{display:inline-block;padding:8px 18px;border-radius:100px;font-family:'Onest',sans-serif;font-size:14px;font-weight:600;color:#555555;text-decoration:none;border:none;background:transparent;transition:all 0.2s ease;}.tabs ul.primary li.is-active a,.tabs ul.primary li a.is-active{background:#ffffff;color:#151313;}
.cookie-consent-banner{position:fixed;bottom:24px;right:24px;z-index:99999;max-width:400px;width:calc(100% - 48px);opacity:0;transform:translateY(30px) scale(0.96);transition:opacity 0.4s cubic-bezier(0.16,1,0.3,1),transform 0.4s cubic-bezier(0.16,1,0.3,1);pointer-events:none;}.cookie-consent-banner.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;}.cookie-consent-card{background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:32px;padding:26px 24px 22px;box-shadow:0 16px 45px rgba(0,0,0,0.12),0 0 0 1px rgba(0,0,0,0.04);font-family:'Onest',sans-serif;box-sizing:border-box;}.cookie-consent-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}.cookie-consent-badge{font-size:11px;font-weight:800;letter-spacing:0.08em;color:#151313;background-color:#DDE96E;padding:4px 10px;border-radius:100px;display:inline-flex;align-items:center;}.cookie-consent-close{background:transparent;border:none;font-size:22px;line-height:1;color:#888888;cursor:pointer;padding:4px 6px;border-radius:50%;transition:color 0.2s ease,transform 0.2s ease;display:flex;align-items:center;justify-content:center;}.cookie-consent-close:hover{color:#151313;transform:scale(1.15);}.cookie-consent-title{margin:0 0 8px;font-size:18px;font-weight:700;color:#151313;line-height:1.3;}.cookie-consent-text{margin:0 0 18px;font-size:13.5px;line-height:1.5;color:#555555;font-family:'Onest',sans-serif;}.cookie-consent-actions{display:flex;flex-direction:column;gap:8px;}.cookie-btn{width:100%;height:46px;border-radius:100px;font-family:'Onest',sans-serif;font-size:14px;font-weight:700;cursor:pointer;transition:all 0.25s ease;display:flex;align-items:center;justify-content:center;border:none;box-sizing:border-box;}.cookie-btn-accept{background-color:#151313;color:#ffffff;}.cookie-btn-accept:hover{background-color:#DDE96E;color:#151313;transform:translateY(-1px);}.cookie-btn-essential{background-color:transparent;color:#666666;border:1px solid #E2E2E2;}.cookie-btn-essential:hover{background-color:#F5F5F5;color:#151313;border-color:#CCCCCC;}@media (max-width:576px){.cookie-consent-banner{bottom:16px;right:16px;left:16px;width:calc(100% - 32px);max-width:none;}.cookie-consent-card{padding:22px 20px 20px;border-radius:26px;}}
.region-highlighted{position:static;}[data-drupal-messages],.bigapple-toast-container{position:fixed !important;top:24px !important;right:24px !important;z-index:9999999 !important;display:flex !important;flex-direction:column !important;gap:12px !important;pointer-events:none !important;max-width:440px !important;width:calc(100vw - 48px) !important;margin:0 !important;padding:0 !important;}.bigapple-toast,[data-drupal-messages] .messages,.region-highlighted .messages,.messages[role="alert"],.messages[role="status"],.messages[role="contentinfo"]{pointer-events:auto !important;position:relative !important;overflow:hidden !important;display:flex !important;align-items:flex-start !important;gap:14px !important;background:#1C1A1A !important;background:rgba(28,26,26,0.96) !important;backdrop-filter:blur(20px) !important;-webkit-backdrop-filter:blur(20px) !important;color:#FFFFFF !important;border-radius:16px !important;border:1px solid rgba(255,255,255,0.15) !important;box-shadow:0 16px 40px rgba(0,0,0,0.5),0 4px 12px rgba(0,0,0,0.25) !important;padding:16px 18px 18px 18px !important;margin:0 0 10px 0 !important;font-family:'Onest',sans-serif;animation:bigappleToastIn 0.35s cubic-bezier(0.16,1,0.3,1) forwards !important;transition:transform 0.25s ease,opacity 0.25s ease !important;}.bigapple-toast.is-dismissing,[data-drupal-messages] .messages.is-dismissing{animation:bigappleToastOut 0.3s cubic-bezier(0.16,1,0.3,1) forwards !important;}.bigapple-toast--success,.bigapple-toast--status,[data-drupal-messages] .messages--status,.messages.messages--status{border-left:4px solid #DDE96E !important;}.bigapple-toast--success .toast-icon,.bigapple-toast--status .toast-icon,[data-drupal-messages] .messages--status .toast-icon{color:#DDE96E !important;}.bigapple-toast--success .toast-progress-bar,.bigapple-toast--status .toast-progress-bar,[data-drupal-messages] .messages--status .toast-progress-bar{background:#DDE96E !important;}.bigapple-toast--warning,[data-drupal-messages] .messages--warning,.messages.messages--warning{border-left:4px solid #FFB830 !important;}.bigapple-toast--warning .toast-icon,[data-drupal-messages] .messages--warning .toast-icon{color:#FFB830 !important;}.bigapple-toast--warning .toast-progress-bar,[data-drupal-messages] .messages--warning .toast-progress-bar{background:#FFB830 !important;}.bigapple-toast--error,[data-drupal-messages] .messages--error,.messages.messages--error{border-left:4px solid #FF5252 !important;}.bigapple-toast--error .toast-icon,[data-drupal-messages] .messages--error .toast-icon{color:#FF5252 !important;}.bigapple-toast--error .toast-progress-bar,[data-drupal-messages] .messages--error .toast-progress-bar{background:#FF5252 !important;}.bigapple-toast--info,[data-drupal-messages] .messages--info,.messages.messages--info{border-left:4px solid #4DA8DA !important;}.bigapple-toast--info .toast-icon,[data-drupal-messages] .messages--info .toast-icon{color:#4DA8DA !important;}.bigapple-toast--info .toast-progress-bar,[data-drupal-messages] .messages--info .toast-progress-bar{background:#4DA8DA !important;}.toast-icon-wrap{flex-shrink:0 !important;width:26px !important;height:26px !important;display:flex !important;align-items:center !important;justify-content:center !important;margin-top:1px !important;}.toast-icon{width:22px !important;height:22px !important;stroke-width:2.2px !important;}.toast-content,[data-drupal-messages] .messages > div{flex:1 !important;min-width:0 !important;color:#FFFFFF !important;font-family:'Onest',sans-serif;}.toast-title{font-weight:700 !important;font-size:15px !important;line-height:1.3 !important;margin-bottom:4px !important;color:#FFFFFF !important;}.toast-body,[data-drupal-messages] .messages{font-weight:400 !important;font-size:14px !important;line-height:1.45 !important;color:rgba(255,255,255,0.92) !important;word-break:break-word !important;}.toast-body ul,[data-drupal-messages] .messages ul{margin:4px 0 0 0 !important;padding-left:18px !important;}.toast-body li,[data-drupal-messages] .messages li{margin-bottom:3px !important;color:rgba(255,255,255,0.92) !important;}.toast-body a,[data-drupal-messages] .messages a{color:#DDE96E !important;text-decoration:underline !important;text-underline-offset:2px !important;}.toast-body a:hover,[data-drupal-messages] .messages a:hover{opacity:0.85 !important;}.toast-close-btn{flex-shrink:0 !important;width:26px !important;height:26px !important;border-radius:50% !important;background:rgba(255,255,255,0.12) !important;border:none !important;cursor:pointer !important;color:rgba(255,255,255,0.7) !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;margin-top:1px !important;transition:all 0.2s ease !important;}.toast-close-btn svg{width:10px !important;height:10px !important;stroke:currentColor !important;}.toast-close-btn:hover{background:rgba(255,255,255,0.25) !important;color:#FFFFFF !important;transform:scale(1.08) !important;}.toast-progress-bar{position:absolute !important;bottom:0 !important;left:0 !important;height:3px !important;width:100% !important;opacity:0.9 !important;transform-origin:left !important;animation:bigappleToastProgress 5s linear forwards !important;}.bigapple-toast:hover .toast-progress-bar,[data-drupal-messages] .messages:hover .toast-progress-bar{animation-play-state:paused !important;}@keyframes bigappleToastIn{0%{transform:translateX(110%);opacity:0;}100%{transform:translateX(0);opacity:1;}}@keyframes bigappleToastOut{0%{transform:translateX(0);opacity:1;}100%{transform:translateX(110%);opacity:0;}}@keyframes bigappleToastProgress{0%{transform:scaleX(1);}100%{transform:scaleX(0);}}@media (max-width:600px){[data-drupal-messages],.bigapple-toast-container{top:16px !important;right:16px !important;left:16px !important;max-width:none !important;width:auto !important;}.bigapple-toast,[data-drupal-messages] .messages{padding:14px 16px 16px 14px !important;border-radius:14px !important;}.toast-title{font-size:14px !important;}.toast-body,[data-drupal-messages] .messages{font-size:13px !important;}}
.bigapple-admin-sticky{position:fixed;right:0;top:180px;z-index:9990;font-family:'Onest',sans-serif;}body.toolbar-tray-open.toolbar-horizontal .bigapple-admin-sticky{top:220px;}.bigapple-admin-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#1E1C1C;color:#DDE96E;border-radius:22px 0 0 22px;border:1px solid rgba(255,255,255,0.15);border-right:none;box-shadow:-4px 6px 20px rgba(0,0,0,0.4);cursor:pointer;outline:none;padding:0;transition:all 0.25s ease;user-select:none;}.bigapple-admin-toggle:hover{background:#282626;color:#DDE96E;border-color:rgba(221,233,110,0.5);box-shadow:-6px 8px 24px rgba(0,0,0,0.55),0 0 16px rgba(221,233,110,0.2);transform:translateX(-4px);}.admin-icon-pencil{width:20px;height:20px;color:#DDE96E;flex-shrink:0;}.bigapple-admin-drawer{position:fixed;right:0;top:180px;min-width:250px;max-width:320px;background:rgba(24,22,22,0.97);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,0.15);border-right:none;border-radius:18px 0 0 18px;box-shadow:-10px 16px 40px rgba(0,0,0,0.6);padding:16px 18px 20px 18px;transform:translateX(120%);opacity:0;pointer-events:none;transition:transform 0.3s cubic-bezier(0.16,1,0.3,1),opacity 0.25s ease;}body.toolbar-tray-open.toolbar-horizontal .bigapple-admin-drawer{top:220px;}.bigapple-admin-sticky.is-open .bigapple-admin-drawer{transform:translateX(0);opacity:1;pointer-events:auto;}.bigapple-admin-sticky.is-open .bigapple-admin-toggle{opacity:0;pointer-events:none;}.admin-drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom:12px;}.admin-drawer-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#9DB075;}.admin-drawer-close{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,0.08);border:none;color:rgba(255,255,255,0.6);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all 0.2s ease;}.admin-drawer-close:hover{background:rgba(255,255,255,0.2);color:#FFFFFF;transform:scale(1.08);}.admin-drawer-close svg{width:10px;height:10px;}.admin-tabs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;}.admin-tabs-list li{margin:0;padding:0;}.admin-tabs-list li a{display:block;padding:9px 14px;border-radius:10px;color:rgba(255,255,255,0.9);font-size:13px;font-weight:600;text-decoration:none;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.05);transition:all 0.2s ease;}.admin-tabs-list li a:hover{background:rgba(255,255,255,0.12);color:#DDE96E;border-color:rgba(221,233,110,0.3);transform:translateX(-3px);}.admin-tabs-list li.is-active a,.admin-tabs-list li a.is-active{background:#DDE96E;color:#1E1C1C;font-weight:700;border-color:#DDE96E;}.admin-tabs--secondary{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(255,255,255,0.1);}@media (max-width:768px){.bigapple-admin-sticky{top:auto;bottom:24px;}.bigapple-admin-toggle{padding:8px 12px 8px 10px;}.admin-toggle-label{display:none;}.bigapple-admin-drawer{top:auto;bottom:24px;right:12px;left:12px;max-width:none;border-radius:18px;border-right:1px solid rgba(255,255,255,0.15);}}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane > svg,.leaflet-pane > canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0;}.leaflet-container{overflow:hidden;}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;}.leaflet-tile::selection{background:transparent;}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast;}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0;}.leaflet-marker-icon,.leaflet-marker-shadow{display:block;}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important;}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important;width:auto;padding:0;}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter;}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y;}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom;}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none;}.leaflet-container{-webkit-tap-highlight-color:transparent;}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,0.4);}.leaflet-tile{filter:inherit;visibility:hidden;}.leaflet-tile-loaded{visibility:inherit;}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800;}.leaflet-overlay-pane svg{-moz-user-select:none;}.leaflet-pane{z-index:400;}.leaflet-tile-pane{z-index:200;}.leaflet-overlay-pane{z-index:400;}.leaflet-shadow-pane{z-index:500;}.leaflet-marker-pane{z-index:600;}.leaflet-tooltip-pane{z-index:650;}.leaflet-popup-pane{z-index:700;}.leaflet-map-pane canvas{z-index:100;}.leaflet-map-pane svg{z-index:200;}.leaflet-vml-shape{width:1px;height:1px;}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute;}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto;}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none;}.leaflet-top{top:0;}.leaflet-right{right:0;}.leaflet-bottom{bottom:0;}.leaflet-left{left:0;}.leaflet-control{float:left;clear:both;}.leaflet-right .leaflet-control{float:right;}.leaflet-top .leaflet-control{margin-top:10px;}.leaflet-bottom .leaflet-control{margin-bottom:10px;}.leaflet-left .leaflet-control{margin-left:10px;}.leaflet-right .leaflet-control{margin-right:10px;}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1;}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;}svg.leaflet-zoom-animated{will-change:transform;}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,0.25,1);-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,0.25,1);transition:transform 0.25s cubic-bezier(0,0,0.25,1);}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none;}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden;}.leaflet-interactive{cursor:pointer;}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair;}.leaflet-popup-pane,.leaflet-control{cursor:auto;}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane > svg path,.leaflet-tile-container{pointer-events:none;}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane > svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto;}.leaflet-container{background:#ddd;outline-offset:1px;}.leaflet-container a{color:#0078A8;}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5);}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:0.75rem;line-height:1.5;}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:4px;}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black;}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block;}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4;}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px;}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none;}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb;}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px;}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px;}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px;}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px;}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px;}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px;}.leaflet-control-layers-toggle{background-image:url(/themes/custom/bigapple_theme/vendor/leaflet/images/layers.png);width:36px;height:36px;}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/themes/custom/bigapple_theme/vendor/leaflet/images/layers-2x.png);background-size:26px 26px;}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px;}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none;}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative;}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff;}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px;}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px;}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em;}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px;}.leaflet-default-icon-path{background-image:url(/themes/custom/bigapple_theme/vendor/leaflet/images/marker-icon.png);}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,0.8);margin:0;}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4;}.leaflet-control-attribution a{text-decoration:none;}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline;}.leaflet-attribution-flag{display:inline !important;vertical-align:baseline !important;width:1em;height:0.6669em;}.leaflet-left .leaflet-control-scale{margin-left:5px;}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px;}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,0.8);text-shadow:1px 1px #fff;}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px;}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777;}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none;}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box;}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px;}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px;}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px;}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0;}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none;}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4);}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent;}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858;}.leaflet-popup-scrolled{overflow:auto;}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1;}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999;}.leaflet-div-icon{background:#fff;border:1px solid #666;}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,0.4);}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto;}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:"";}.leaflet-tooltip-bottom{margin-top:6px;}.leaflet-tooltip-top{margin-top:-6px;}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px;}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff;}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff;}.leaflet-tooltip-left{margin-left:-6px;}.leaflet-tooltip-right{margin-left:6px;}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px;}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff;}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff;}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact;}}
