.home-exam{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 12%,var(--hxe-bg-glow-one),transparent 30%),radial-gradient(circle at 88% 18%,var(--hxe-bg-glow-two),transparent 28%),var(--hxe-bg);padding-top:calc(var(--hxe-padding-top) / 2);padding-bottom:calc(var(--hxe-padding-bottom) / 2)}.home-exam__inner{width:min(100% - 28px,var(--hxe-max-width));margin:0 auto}.home-exam__header{max-width:920px;margin:0 auto;text-align:center}.home-exam__title{margin:0;color:var(--hxe-text);font-size:var(--hxe-title-mobile);line-height:1.08;font-weight:800;letter-spacing:-.04em}.home-exam__title span{color:var(--hxe-accent)}.home-exam__subtitle{max-width:780px;margin:12px auto 0;color:var(--hxe-muted);font-size:var(--hxe-subtitle-mobile);line-height:1.5;font-weight:400}.home-exam__grid{display:grid;grid-template-columns:1fr;gap:var(--hxe-mobile-gap);margin-top:var(--hxe-mobile-grid-top);align-items:stretch}.home-exam__card{position:relative;isolation:isolate;overflow:hidden;height:100%;min-height:var(--hxe-card-min-height-mobile);display:flex;flex-direction:column;background:var(--hxe-card-bg);border:1px solid var(--hxe-card-border);border-radius:var(--hxe-mobile-card-radius);box-shadow:0 14px 34px rgba(18,31,51,var(--hxe-card-shadow));padding:var(--hxe-mobile-card-padding);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-exam__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(135deg,var(--hxe-card-glow),transparent 48%),radial-gradient(circle at 92% 92%,var(--hxe-card-soft),transparent 34%);opacity:0;transition:opacity .25s ease}.home-exam__card:after{content:"";position:absolute;width:130px;height:130px;right:-66px;bottom:-66px;z-index:-1;border-radius:999px;background:var(--hxe-card-soft);opacity:.65;transition:opacity .25s ease,transform .25s ease}.home-exam__card:hover{transform:translateY(-5px);border-color:var(--hxe-card-border-hover);box-shadow:0 24px 56px rgba(18,31,51,var(--hxe-card-shadow-hover))}.home-exam__card:hover:before{opacity:1}.home-exam__card:hover:after{opacity:1;transform:scale(1.12)}.home-exam__desktop-content{height:100%;display:flex;flex-direction:column}.home-exam__mobile-accordion{display:none}.home-exam__card-title{margin:0;color:var(--hxe-text);font-size:var(--hxe-card-title-mobile);line-height:1.08;font-weight:800;letter-spacing:-.035em}.home-exam__card-title span{color:var(--hxe-accent)}.home-exam__card-subtitle{margin:8px 0 0;color:var(--hxe-accent);font-size:var(--hxe-card-subtitle-mobile);line-height:1.3;font-weight:800}.home-exam__description{margin-top:16px;margin-bottom:22px;color:var(--hxe-muted);font-size:var(--hxe-card-text-mobile);line-height:1.55}.home-exam__description p{margin-top:0}.home-exam__description p:last-child{margin-bottom:0}.home-exam__description strong,.home-exam__description b{color:var(--hxe-text);font-weight:800}.home-exam__description ul,.home-exam__description ol{list-style:none;padding-left:0;margin:14px 0 0}.home-exam__description li{position:relative;padding-left:28px;margin-bottom:9px;line-height:1.45}.home-exam__description li:last-child{margin-bottom:0}.home-exam__description li:before{content:"";position:absolute;left:0;top:4px;width:16px;height:16px;background:var(--hxe-accent);border-radius:999px;box-shadow:0 6px 12px #58c85f38}.home-exam__description li:after{content:"";position:absolute;left:5px;top:8px;width:6px;height:3px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(-45deg)}.home-exam__button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:auto;padding:14px 24px;border-radius:999px;background:var(--hxe-button-bg);color:var(--hxe-button-text);text-decoration:none;font-size:15px;line-height:1;font-weight:800;box-shadow:0 12px 24px rgba(223,79,85,var(--hxe-button-shadow));transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.home-exam__button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transform:translate(-120%);transition:transform .55s ease}.home-exam__button span{position:relative;z-index:1}.home-exam__button:hover{color:var(--hxe-button-text);text-decoration:none;opacity:.96;transform:translateY(-2px);box-shadow:0 18px 34px rgba(223,79,85,calc(var(--hxe-button-shadow) + .08))}.home-exam__button:hover:before{transform:translate(120%)}.home-exam__accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;list-style:none;cursor:pointer}.home-exam__accordion-summary::-webkit-details-marker{display:none}.home-exam__accordion-heading{display:block;min-width:0}.home-exam__accordion-title{display:block;color:var(--hxe-text);font-size:var(--hxe-card-title-mobile);line-height:1.1;font-weight:800;letter-spacing:-.035em}.home-exam__accordion-title span{color:var(--hxe-accent)}.home-exam__accordion-subtitle{display:block;margin-top:7px;color:var(--hxe-accent);font-size:var(--hxe-card-subtitle-mobile);line-height:1.3;font-weight:800}.home-exam__accordion-icon{position:relative;flex:0 0 38px;width:38px;height:38px;border-radius:999px;background:var(--hxe-accordion-icon-bg);border:1px solid var(--hxe-accordion-icon-border);transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.home-exam__accordion-icon:before,.home-exam__accordion-icon:after{content:"";position:absolute;top:50%;left:50%;background:var(--hxe-accordion-icon-color);transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease}.home-exam__accordion-icon:before{width:14px;height:2px}.home-exam__accordion-icon:after{width:2px;height:14px}.home-exam__mobile-accordion[open] .home-exam__accordion-icon{transform:rotate(90deg);background:var(--hxe-button-bg);border-color:var(--hxe-button-bg)}.home-exam__mobile-accordion[open] .home-exam__accordion-icon:before,.home-exam__mobile-accordion[open] .home-exam__accordion-icon:after{background:var(--hxe-button-text)}.home-exam__mobile-accordion[open] .home-exam__accordion-icon:after{opacity:0}.home-exam__accordion-content{margin-top:16px;animation:homeExamAccordionIn .28s ease both}@keyframes homeExamAccordionIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.home-exam[data-animation=true] .home-exam__header,.home-exam[data-animation=true] .home-exam__card{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.home-exam[data-animation=true].is-visible .home-exam__header,.home-exam[data-animation=true].is-visible .home-exam__card{opacity:1;transform:translateY(0)}.home-exam[data-animation=true].is-visible .home-exam__card:nth-child(1){transition-delay:.1s}.home-exam[data-animation=true].is-visible .home-exam__card:nth-child(2){transition-delay:.18s}.home-exam[data-animation=true].is-visible .home-exam__card:nth-child(3){transition-delay:.26s}.home-exam[data-animation=true].is-visible .home-exam__card:nth-child(4){transition-delay:.34s}@media screen and (min-width:750px){.home-exam{padding-top:var(--hxe-padding-top);padding-bottom:var(--hxe-padding-bottom)}.home-exam__inner{width:min(100% - 48px,var(--hxe-max-width))}.home-exam__title{font-size:var(--hxe-title-desktop);line-height:1.08}.home-exam__subtitle{font-size:var(--hxe-subtitle-desktop)}.home-exam__grid{gap:var(--hxe-gap);margin-top:var(--hxe-grid-top)}.home-exam__card{min-height:var(--hxe-card-min-height-desktop);border-radius:var(--hxe-card-radius);padding:var(--hxe-card-padding)}.home-exam__card-title{font-size:var(--hxe-card-title-desktop)}.home-exam__card-subtitle{font-size:var(--hxe-card-subtitle-desktop)}.home-exam__description{font-size:var(--hxe-card-text-desktop)}.home-exam__button{width:auto;min-width:170px}}@media screen and (min-width:990px){.home-exam__grid{grid-template-columns:repeat(var(--hxe-cards-per-row),minmax(0,1fr))}}@media screen and (max-width:749px){.home-exam__header{max-width:350px}.home-exam__subtitle{max-width:340px}.home-exam[data-mobile-accordion=true] .home-exam__card{min-height:unset;padding:var(--hxe-mobile-card-padding)}.home-exam[data-mobile-accordion=true] .home-exam__desktop-content{display:none}.home-exam[data-mobile-accordion=true] .home-exam__mobile-accordion{display:block}.home-exam[data-mobile-accordion=true] .home-exam__description{margin-top:0}.home-exam[data-mobile-accordion=true] .home-exam__button{margin-top:18px}.home-exam__card:hover{transform:none}}@media(prefers-reduced-motion:reduce){.home-exam[data-animation=true] .home-exam__header,.home-exam[data-animation=true] .home-exam__card,.home-exam__card,.home-exam__card:before,.home-exam__card:after,.home-exam__button,.home-exam__button:before,.home-exam__accordion-icon,.home-exam__accordion-icon:before,.home-exam__accordion-icon:after,.home-exam__accordion-content{opacity:1;transform:none;transition:none;animation:none}}.home-exam__description ul,.home-exam__description ol{display:grid;gap:10px;padding-left:0;margin:14px 0 0;list-style:none}.home-exam__description li{position:relative;min-height:22px;padding-left:36px;margin-bottom:0;color:var(--hxe-muted);line-height:1.55}.home-exam__description li:before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;background:var(--hxe-accent);border-radius:999px;box-shadow:0 8px 16px #58c85f2e}.home-exam__description li:after{content:"";position:absolute;left:6px;top:8px;width:6px;height:3px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(-45deg)}.home-exam__description li p{margin:0;padding:0;line-height:inherit}.home-exam__description p+p,.home-exam__description ul+p,.home-exam__description ol+p{margin-top:14px}.home-exam__description p strong,.home-exam__description p b{display:inline-block;margin-bottom:2px}@media screen and (max-width:749px){.home-exam__description li{padding-left:32px;line-height:1.5}.home-exam__description li:before{width:17px;height:17px}.home-exam__description li:after{left:5.5px;top:7.5px}}.home-exam__description{--hxe-bullet-group-indent: 34px;--hxe-bullet-text-indent: 34px}.home-exam__description ul,.home-exam__description ol{list-style:none!important;display:grid!important;gap:10px!important;margin:14px 0 18px var(--hxe-bullet-group-indent)!important;padding:0!important}.home-exam__description li{position:relative!important;margin:0!important;padding-left:var(--hxe-bullet-text-indent)!important;color:var(--hxe-muted);line-height:1.55}.home-exam__description li:before{content:""!important;position:absolute!important;left:0!important;top:4px!important;width:18px!important;height:18px!important;border-radius:999px!important;background:var(--hxe-accent)!important;box-shadow:0 8px 16px #58c85f2e!important}.home-exam__description li:after{content:""!important;position:absolute!important;left:6px!important;top:9px!important;width:6px!important;height:3px!important;border-left:2px solid #ffffff!important;border-bottom:2px solid #ffffff!important;transform:rotate(-45deg)!important}.home-exam__description li p{margin:0!important;padding:0!important;line-height:inherit!important}.home-exam__description>p{margin-left:0!important}.home-exam__description>p strong,.home-exam__description>p b{display:inline-block;margin-top:4px;margin-bottom:2px;color:var(--hxe-text)}@media screen and (max-width:749px){.home-exam__description{--hxe-bullet-group-indent: 20px;--hxe-bullet-text-indent: 30px}.home-exam__description li:before{width:17px!important;height:17px!important}.home-exam__description li:after{left:5.5px!important;top:8.5px!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/lwes-home-exam.css.map */
