.bd__g-visual--stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}@media screen and (max-width:599px){.bd__g-visual--stats{grid-template-columns:1fr;gap:1.5rem}}.bd__g-stat-card{background:#fff;border-radius:var(--bd-g-radius);padding:3rem 2.5rem;text-align:center}.bd__g-stat-card__value{font-size:4rem;font-weight:900;font-style:italic;color:var(--color-accent);line-height:1.1;margin-bottom:.8rem}.bd__g-stat-card__label{font-size:1.3rem;color:var(--bd-g-text-faint);margin:0;line-height:1.4;text-transform:uppercase}.bd__g-stat-card__para{color:var(--bd-g-text-faint);line-height:140%;font-size:1.4rem}@media screen and (max-width:749px){.bd__g-stat-card{display:flex;gap:5rem;align-items:center;padding:1.6rem 2.5rem}.bd__g-stat-card__para{text-align:left;margin:0}.bd__g-stat-card__label{font-size:1.2rem}.bd__g-stat-card__value{font-size:3.2rem}}.bd__g-visual--score{margin-bottom:3rem;padding:3rem 5rem;background:#fff;border-radius:var(--bd-g-radius)}.bd__g-score-caption{color:var(--bd-g-text-faint);font-weight:600}.bd__g-score-points{display:flex;gap:0;margin-bottom:2rem;border-radius:var(--bd-g-radius);overflow:hidden;align-items:center}.bd__g-score-point{flex:1;padding:1.8rem .5rem;text-align:center;color:var(--color-accent);display:flex;flex-direction:column;gap:1rem}.bd__g-score-point:last-child{color:var(--color-secondary)}.bd__g-score-point__value{font-size:3rem;font-weight:600}.bd__g-score-point__label{font-size:1.2rem;color:var(--bd-g-text-faint)}.bd__g-score-point__sep{display:flex;align-items:center;width:1rem;height:1rem}.bd__g-score-point__sep>svg{width:100%;height:100%}.bd__g-scoreboard{border-radius:var(--bd-g-radius);overflow:hidden;background:#fff;width:60%;margin:2rem auto;border-radius:var(--bd-g-radius-sm)}.bd__g-scoreboard__row{display:flex}.bd__g-scoreboard__row--head{background:var(--color-accent)}.bd__g-scoreboard__row--highlight{background:#f0f5ff}.bd__g-scoreboard__cell{flex:1;padding:1.2rem 1.5rem;font-size:1.3rem;color:var(--color-secondary);text-align:center}.bd__g-scoreboard__cell--head{color:#fff;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-right-color:#fff}.scoreboard__row-1 .scoreboard__cell-1,.scoreboard__row-2 .scoreboard__cell-2,.scoreboard__row-3 .scoreboard__cell-1{background:#e5ebd2}@media screen and (max-width:749px){.bd__g-score-point{gap:.5rem}.bd__g-score-point__label{font-size:1rem}.bd__g-score-point__value{font-size:1.8rem}.bd__g-scoreboard{width:80%}}.bd__g-visual--equipment{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}@media screen and (max-width:599px){.bd__g-visual--equipment{grid-template-columns:1fr;gap:1.5rem}}.bd__g-equip-card{background:#fff;border-radius:var(--bd-g-radius);display:flex;flex-direction:column;padding:2rem 3rem;gap:1.5rem;transition:box-shadow .18s;position:relative}.bd__g-equip-card:hover{box-shadow:0 4px 18px #00000014}.bd__g-equip-card__top{height:6.4rem;width:6.4rem;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.bd__g-equip-card__img{width:100%;height:100%;object-fit:cover;display:block}.bd__g-equip-card__placeholder{width:6rem;height:6rem;background:#ddd;border-radius:50%;display:block}.bd__g-equip-card__body{display:flex;flex-direction:column;gap:.8rem;flex:1}.bd__g-equip-card__title{font-size:2rem;font-weight:500;text-transform:uppercase;color:var(--color-secondary);margin:0;line-height:140%}.bd__g-equip-card__desc{font-size:1.4rem;color:var(--bd-g-text-faint);line-height:140%;margin:0;flex:1}.bd__g-equip-card__button{display:inline-block;font-size:1.5rem;font-weight:600;color:var(--color-accent);text-decoration:none;text-transform:uppercase;margin-top:auto;padding:.8rem 1rem;border-radius:2rem;background:#f2f4fb;transition:box-shadow .15s}.bd__g-equip-card__button:hover{box-shadow:0 4px 18px #00000014}@media(max-width:749px){.bd__g-equip-card{align-items:center}.bd__g-equip-card__title{font-size:1.7rem}.bd__g-equip-card__top{width:3.5rem;height:3.5rem}.bd__g-equip-card__button{font-size:1.35rem}}.bd__g-location-wrapper{margin-bottom:18px}.bd__g-location-card{background:var(--bd-g-loc-bg, #1e2433);border-radius:var(--bd-g-radius);padding:3.8rem 5rem;overflow:hidden}.bd__g-location-card__top{margin-bottom:16px}.bd__g-location-card__badge{display:inline-flex;align-items:center;gap:7px;background:#d9d9d933;border-radius:20px;padding:1.2rem 1.8rem;font-size:1rem;font-weight:700;letter-spacing:.11px;text-transform:uppercase;color:var(--color-teritory)}.bd__g-location-card__badge-dot{width:8px;height:8px;min-width:8px;border-radius:50%;background:var(--color-teritory);display:block;animation:bd__g-pulse 1.8s ease-in-out infinite}@keyframes bd__g-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.bd__g-location-card__body{display:flex;align-items:center;gap:5rem}.bd__g-location-card__pin{width:9.6rem;height:9.6rem;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:32px;line-height:1;flex-shrink:0;margin-top:2px;background:#d9d9d933}.bd__g-location-card__content{min-width:0}.bd__g-location-card__title{font-size:3.2rem;font-weight:500;font-style:italic;text-transform:uppercase;color:#fff;margin:0 0 1.6rem;line-height:121%}.bd__g-location-card__desc{line-height:140%;color:#fff;margin:0}@media screen and (max-width:749px){.bd__g-location-card{padding:3.5rem 2rem;text-align:center}.bd__g-location-card__body{flex-direction:column}.bd__g-location-card__title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:2.2rem}.bd__g-location-card__pin{font-size:26px}.bd__g-visual--score{padding:2rem}}.bd__g-section--essential .bd__g-essential-hero{width:100%;border-radius:var(--bd-g-radius) var(--bd-g-radius) 0 0;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#c6dbeb}.bd__g-essential-hero__img{display:block;width:100%;height:auto;object-fit:contain}.bd__g-essential-card{background:#fff;border-radius:0 0 var(--bd-g-radius) var(--bd-g-radius);padding:2.4rem 2.4rem 2.6rem;margin-bottom:1.6rem}@media screen and (max-width:749px){.bd__g-essential-card{padding:1.8rem 1.8rem 2rem}}.bd__g-essential-badge{display:inline-block;padding:.7rem 1.1rem .5rem;border-radius:999px;background:#d4f0dd;color:#1e6e4a;font-size:1.2rem;font-weight:500;text-transform:uppercase;line-height:1;margin-bottom:1.6rem;white-space:nowrap}.bd__g-essential-title{font-size:2rem;color:var(--color-secondary);line-height:140%;margin:0 0 1rem;text-transform:uppercase}@media screen and (min-width:750px){.bd__g-essential-title{font-size:2.3rem}}.bd__g-essential-desc{line-height:140%;color:#535353;margin:0 0 1.6rem}.bd__g-essential-desc p{margin:0 0 .8rem}.bd__g-essential-desc p:last-child{margin-bottom:0}.bd__g-essential-desc a{color:#2e6ccf;text-decoration:underline}@media screen and (max-width:479px){.bd__g-essential-desc{font-size:1.3rem}}.bd__g-essential-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-accent);font-weight:500;text-transform:uppercase;text-decoration:none;padding:.2rem 0;transition:gap .2s ease,color .2s ease;line-height:140%}.bd__g-essential-link:hover{gap:.8rem;color:#1e52a6}.bd__g-essential-link__arrow{flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bd-guide-2.css.map */
