:root{--gold:#d4a51f;--gold2:#f3d36a;--black:#0d0e0e;--text:#181818;--muted:#555;--line:#ead6a0}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#fff;color:var(--text)}.bsk-page{width:min(1450px,calc(100% - 60px));margin:0 auto}.bsk-header{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f1f1}.bsk-brand{display:flex;align-items:center;gap:14px;font-weight:800;letter-spacing:.03em;color:#111;text-decoration:none}.bsk-logo{width:55px;height:42px;display:grid;place-items:center;border:1px solid #bbb;font-size:26px;font-weight:900;color:#111}.bsk-nav{display:flex;gap:38px;font-size:15px;font-weight:700;align-items:center}.bsk-nav a{color:#111;text-decoration:none}.bsk-mobile-menu{display:none;position:relative}.bsk-mobile-menu summary{list-style:none}.bsk-mobile-menu summary::-webkit-details-marker{display:none}.bsk-section{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;padding:48px 0 68px;align-items:center}.bsk-eyebrow{color:#bd8500;font-size:14px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;margin-bottom:22px}.bsk-title{max-width:760px;margin:0 0 22px;font-size:clamp(38px,3.35vw,54px);line-height:1.08;letter-spacing:-.045em;color:#101010}.bsk-intro{max-width:760px;margin:0 0 18px;font-size:17px;line-height:1.68;color:#454545}.bsk-intro-secondary{color:#555}.bsk-hero-badge{display:inline-flex;align-items:center;min-height:42px;margin-top:8px;padding:0 18px;border:1px solid rgb(212 165 31 / .35);border-radius:999px;background:rgb(243 211 106 / .15);color:#8f6600;font-size:14px;font-weight:800}.bsk-actions{display:flex;align-items:center;gap:28px;margin-top:28px}.bsk-cta{position:relative;overflow:hidden;min-width:290px;height:60px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:13px;background:linear-gradient(135deg,#b98405,#e3b633,#f4d979,#c28a0a);color:#111;text-decoration:none;font-size:17px;font-weight:800;box-shadow:0 12px 28px rgb(190 137 8 / .25);transition:transform .18s ease,box-shadow .18s ease}.bsk-cta:hover{transform:translateY(-3px);box-shadow:0 17px 35px rgb(190 137 8 / .34)}.bsk-link{padding-bottom:5px;border-bottom:2px solid var(--gold);color:#111;text-decoration:none;font-weight:800}.bsk-entreprise-modes{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:32px}.bsk-entreprise-mode-card{min-height:210px;padding:28px;border:1px solid #e7bd56;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgb(0 0 0 / .055)}.bsk-mini-icon{width:38px;height:38px;display:grid;place-items:center;margin-bottom:14px;border:2px solid #e5aa00;border-radius:50%;color:#e5aa00;font-size:18px;font-weight:800}.bsk-entreprise-mode-card h3{margin:0 0 10px;font-size:22px;line-height:1.25;color:#111}.bsk-entreprise-mode-card p{margin:0;font-size:15px;line-height:1.65;color:#555}.bsk-entreprise-visual{position:relative;min-height:690px;padding:0;overflow:hidden;border:1.5px solid #e7bd56;border-radius:28px;background:linear-gradient(145deg,#fbfbfb,#f3f3f1);box-shadow:0 16px 36px rgb(0 0 0 / .07)}.bsk-entreprise-visual img{width:100%;height:100%;min-height:690px;display:block;object-fit:cover;object-position:center}.bsk-entreprise-visual-badge{position:absolute;top:20px;right:20px;z-index:2;padding:12px 18px;border-radius:14px;background:linear-gradient(135deg,#b77b00,#edc24f,#bc8507);color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em;box-shadow:0 10px 24px rgb(185 132 0 / .28)}.bsk-entreprise-visual-note{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;display:flex;flex-direction:column;gap:7px;padding:20px 22px;border-radius:20px;background:rgb(9 10 10 / .82);backdrop-filter:blur(4px);color:#fff}.bsk-entreprise-visual-note strong{font-size:18px;line-height:1.3}.bsk-entreprise-visual-note span{color:rgb(255 255 255 / .78);font-size:14px;line-height:1.55}@media(max-width:921px){.bsk-page{width:min(100% - 24px,720px)}.bsk-header{height:76px;padding:0 0}.bsk-nav{display:none}.bsk-mobile-menu{display:block;margin-left:auto}.bsk-mobile-menu>summary{width:44px;height:44px;display:grid;place-items:center;border:1px solid #D89D00;border-radius:8px;background:#fff;color:#111;font-size:24px;line-height:1;font-weight:800;cursor:pointer;box-shadow:0 6px 16px rgb(0 0 0 / .08)}.bsk-mobile-menu-panel{position:absolute;top:54px;right:0;width:min(290px,calc(100vw - 32px));display:flex;flex-direction:column;padding:10px;border:1px solid #efefef;border-radius:16px;background:#fff;box-shadow:0 22px 40px rgb(0 0 0 / .12);z-index:9999}.bsk-mobile-menu-panel a{padding:12px 10px;border-radius:10px;color:#111;text-decoration:none;font-weight:700}.bsk-mobile-menu-panel a.is-active{color:#bd8500}.bsk-section{grid-template-columns:1fr;gap:34px;padding:34px 0 48px}.bsk-title{font-size:42px}.bsk-actions{flex-direction:column;align-items:stretch;gap:18px}.bsk-cta{width:100%;min-width:0}.bsk-link{align-self:flex-start}.bsk-entreprise-modes{grid-template-columns:1fr}.bsk-entreprise-visual{min-height:420px}.bsk-entreprise-visual img{min-height:420px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}.bsk-entreprise-hero-v2{display:grid;grid-template-columns:1.08fr .92fr;min-height:760px;margin-top:0;overflow:hidden;border-radius:0 0 30px 30px;background:#fff}.bsk-entreprise-hero-copy{position:relative;z-index:2;padding:66px 66px 54px 0;background:#fff}.bsk-entreprise-hero-copy .bsk-title{max-width:760px;margin-bottom:26px;font-size:clamp(42px,3.3vw,62px)}.bsk-entreprise-hero-copy .bsk-intro{max-width:760px;margin-bottom:28px;font-size:17px;line-height:1.7}.bsk-priority-badge{display:inline-flex;align-items:center;gap:24px;min-height:48px;padding:0 20px;margin:4px 0 28px;border:1px solid #e7bd56;border-radius:999px;background:#fffaf0;color:#8b6200}.bsk-priority-badge strong{font-size:14px;letter-spacing:.01em}.bsk-priority-badge span{font-size:13px;color:#9a7b32}.bsk-hero-fast-note{display:flex;align-items:center;gap:12px;margin-top:22px;color:#505050;font-size:14px}.bsk-hero-fast-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#fff7e4;color:#d79a00;font-size:15px}.bsk-entreprise-hero-photo{position:relative;min-height:760px;overflow:hidden;border-left:2px solid #d8a31a;border-radius:52% 0 30px 52% / 100% 0 30px 100%;background:#111}.bsk-entreprise-hero-photo img{width:100%;height:100%;min-height:760px;display:block;object-fit:cover;object-position:center}.bsk-entreprise-hero-photo-card{position:absolute;left:24px;right:24px;bottom:24px;display:grid;grid-template-columns:44px 1fr;gap:16px;padding:22px 24px;border-radius:20px;background:rgb(10 10 10 / .90);color:#fff;box-shadow:0 14px 32px rgb(0 0 0 / .25);backdrop-filter:blur(4px)}.bsk-photo-card-icon{width:42px;height:42px;display:grid;place-items:center;border:2px solid #e5aa00;border-radius:10px;color:#e5aa00;font-size:22px}.bsk-entreprise-hero-photo-card strong{display:block;margin-bottom:7px;font-size:18px}.bsk-entreprise-hero-photo-card p{margin:0;font-size:13px;line-height:1.55;color:rgb(255 255 255 / .82)}.bsk-photo-card-tags{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:13px;color:#e9c65b;font-size:12px}.bsk-photo-card-tags span{white-space:nowrap}@media(max-width:1050px){.bsk-entreprise-hero-v2{grid-template-columns:1fr}.bsk-entreprise-hero-copy{padding:42px 0}.bsk-entreprise-hero-photo{min-height:560px;border-left:0;border-top:2px solid #d8a31a;border-radius:28px}.bsk-entreprise-hero-photo img{min-height:560px}}@media(max-width:640px){.bsk-entreprise-hero-copy .bsk-title{font-size:38px}.bsk-priority-badge{align-items:flex-start;flex-direction:column;gap:4px;padding:12px 16px;border-radius:16px}.bsk-entreprise-hero-photo{min-height:470px}.bsk-entreprise-hero-photo img{min-height:470px}.bsk-entreprise-hero-photo-card{left:12px;right:12px;bottom:12px;grid-template-columns:1fr;padding:18px}.bsk-photo-card-tags{display:none}}.bsk-entreprise-hero-photo-card{grid-template-columns:1fr!important}.bsk-entreprise-services{padding:88px 0 96px}.bsk-entreprise-services-head{max-width:820px;margin:0 auto 48px;text-align:center}.bsk-entreprise-services-head h2{margin:0 0 18px;font-size:clamp(34px,3vw,48px);line-height:1.12;letter-spacing:-.035em;color:#111}.bsk-entreprise-services-head p{margin:0 auto;max-width:760px;font-size:17px;line-height:1.7;color:#555}.bsk-entreprise-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.bsk-service-card{position:relative;min-height:310px;padding:30px 28px;overflow:hidden;border:1px solid #e7bd56;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgb(0 0 0 / .05);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.bsk-service-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#b77b00,#efc74f,#d59a00);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.bsk-service-card:hover{transform:translateY(-8px);box-shadow:0 20px 42px rgb(0 0 0 / .10);border-color:#d8a31a}.bsk-service-card:hover::after{transform:scaleX(1)}.bsk-service-card-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:20px;border:1.5px solid #e0a200;border-radius:14px;color:#c98d00;background:#fffaf0;font-size:22px;font-weight:800;transition:transform .28s ease}.bsk-service-card:hover .bsk-service-card-icon{transform:translateY(-3px) scale(1.04)}.bsk-service-card h3{margin:0 0 14px;font-size:22px;line-height:1.25;color:#111}.bsk-service-card p{margin:0;font-size:15px;line-height:1.7;color:#555}@media(max-width:1100px){.bsk-entreprise-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.bsk-entreprise-services{padding:62px 0 68px}.bsk-entreprise-services-grid{grid-template-columns:1fr}.bsk-service-card{min-height:0}}.bsk-entreprise-hero-photo-card{left:64px!important;right:24px!important;padding:22px 24px!important}@media(max-width:1050px){.bsk-entreprise-hero-photo-card{left:18px!important;right:18px!important}}.bsk-entreprise-hero-photo-card{left:40px!important;right:40px!important;bottom:28px!important;width:auto!important;max-width:none!important;box-sizing:border-box!important}.bsk-entreprise-hero-photo-card{left:110px!important;right:18px!important;bottom:28px!important;width:auto!important;max-width:none!important}.bsk-entreprise-hero-photo-card{left:auto!important;right:28px!important;bottom:34px!important;width:min(72%,540px)!important;max-width:540px!important;padding:20px 22px!important;border-radius:18px!important;background:rgb(8 8 8 / .88)!important;box-shadow:0 12px 28px rgb(0 0 0 / .22)!important;backdrop-filter:blur(5px)!important}.bsk-entreprise-hero-photo-card strong{font-size:17px!important;margin-bottom:6px!important}.bsk-entreprise-hero-photo-card p{font-size:12.5px!important;line-height:1.5!important}.bsk-photo-card-tags{gap:8px 16px!important;margin-top:10px!important;font-size:11.5px!important}.bsk-enterprise-visual-note{left:auto!important;right:18px!important;bottom:18px!important;width:min(520px, calc(100% - 36px))!important;max-width:520px!important;padding:18px 22px 16px!important;border-radius:22px!important}.bsk-enterprise-visual-note strong{display:block!important;margin:0 0 8px!important;font-size:1.02rem!important;line-height:1.2!important}.bsk-enterprise-visual-note span{display:block!important;margin:0 0 12px!important;font-size:0.95rem!important;line-height:1.45!important}.bsk-enterprise-visual-tags{display:flex!important;flex-wrap:wrap!important;gap:8px 18px!important}.bsk-enterprise-visual-tags span,.bsk-enterprise-visual-note .bsk-enterprise-visual-tags span{font-size:0.9rem!important;line-height:1.2!important}.bsk-entreprise-hero-photo-card{left:auto!important;right:24px!important;bottom:24px!important;width:470px!important;max-width:calc(100% - 48px)!important;padding:14px 18px!important;border-radius:16px!important;gap:0!important}.bsk-entreprise-hero-photo-card strong{margin:0 0 4px!important;font-size:16px!important;line-height:1.2!important}.bsk-entreprise-hero-photo-card p{margin:0!important;font-size:12px!important;line-height:1.35!important}.bsk-entreprise-hero-photo-card .bsk-photo-card-tags{margin-top:7px!important;gap:5px 14px!important;font-size:10.5px!important;line-height:1.2!important}.bsk-enterprise-visual{position:relative;overflow:hidden}.bsk-enterprise-visual-note{position:absolute;right:18px;bottom:18px;width:min(430px, calc(100% - 36px));background:rgb(10 10 10 / .92);color:#fff;border-radius:24px;padding:22px 24px 18px;box-shadow:0 18px 45px rgb(0 0 0 / .28);backdrop-filter:blur(6px);z-index:3}.bsk-enterprise-visual-note strong,.bsk-enterprise-visual-note-title,.bsk-enterprise-visual-note h3{display:block;margin:0 0 10px;font-size:18px;line-height:1.2;font-weight:800;color:#fff}.bsk-enterprise-visual-note span,.bsk-enterprise-visual-note p{display:block;margin:0;font-size:15px;line-height:1.55;color:rgb(255 255 255 / .92)}.bsk-enterprise-visual-note ul{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px 10px}.bsk-enterprise-visual-note li{list-style:none;margin:0;padding:0;border:0;background:none;color:#d6a11b;font-size:14px;line-height:1.35;font-weight:700;white-space:nowrap}.bsk-enterprise-visual-note li::before{content:none!important}@media (max-width:1200px){.bsk-enterprise-visual-note{width:min(390px, calc(100% - 28px));right:14px;bottom:14px;padding:18px 20px 16px}.bsk-enterprise-visual-note strong,.bsk-enterprise-visual-note-title,.bsk-enterprise-visual-note h3{font-size:17px}.bsk-enterprise-visual-note span,.bsk-enterprise-visual-note p{font-size:14px}.bsk-enterprise-visual-note li{font-size:13px}}@media (max-width:900px){.bsk-enterprise-visual-note{position:absolute;right:12px;left:12px;width:auto;bottom:12px;border-radius:20px;padding:16px 18px 14px}.bsk-enterprise-visual-note strong,.bsk-enterprise-visual-note-title,.bsk-enterprise-visual-note h3{font-size:16px}.bsk-enterprise-visual-note span,.bsk-enterprise-visual-note p{font-size:13px;line-height:1.45}.bsk-enterprise-visual-note ul{gap:6px 8px}.bsk-enterprise-visual-note li{font-size:12px;white-space:normal}}.bsk-entreprise-hero-photo-card>div{position:absolute;right:20px;left:22%;bottom:18px;width:auto;max-width:none;background:rgb(10 10 10 / .92);border-radius:22px;padding:18px 22px 16px;box-shadow:0 16px 40px rgb(0 0 0 / .3);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:5}.bsk-entreprise-hero-photo-card>div strong{display:block;margin-bottom:8px;font-size:1.05rem;line-height:1.25}.bsk-entreprise-hero-photo-card>div p{margin:0 0 12px;font-size:.96rem;line-height:1.55}.bsk-entreprise-hero-photo-card .bsk-photo-card-tags{display:flex;flex-wrap:wrap;gap:8px 18px}.bsk-entreprise-hero-photo-card .bsk-photo-card-tags span{font-size:.9rem;line-height:1.3}.bsk-entreprise-hero-photo-card{left:auto!important;right:24px!important;bottom:24px!important;width:390px!important;max-width:calc(100% - 48px)!important;padding:16px 20px!important;border-radius:16px!important}.bsk-entreprise-hero-photo-card>div{position:static!important;width:auto!important;max-width:none!important;padding:0!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important}.bsk-entreprise-hero-photo-card strong{display:block!important;margin:0 0 5px!important;font-size:16px!important;line-height:1.2!important}.bsk-entreprise-hero-photo-card p{margin:0!important;font-size:12.5px!important;line-height:1.4!important}.bsk-entreprise-hero-photo-card .bsk-photo-card-tags{display:none!important}.bsk-entreprise-hero-photo-card{left:72px!important;right:24px!important;bottom:22px!important;width:auto!important;max-width:none!important;display:grid!important;grid-template-columns:1.35fr .75fr!important;align-items:center!important;gap:22px!important;padding:16px 20px!important;border-radius:14px!important;background:rgb(8 8 8 / .90)!important;box-shadow:0 12px 28px rgb(0 0 0 / .20)!important}.bsk-entreprise-hero-photo-card>div{position:static!important;width:auto!important;max-width:none!important;padding:0!important;margin:0!important;background:none!important;box-shadow:none!important;backdrop-filter:none!important}.bsk-hero-note-left strong{display:block!important;margin:0 0 4px!important;font-size:16px!important;line-height:1.2!important;color:#fff!important}.bsk-hero-note-left p{margin:0!important;font-size:12.5px!important;line-height:1.45!important;color:rgb(255 255 255 / .86)!important}.bsk-hero-note-right{display:grid!important;gap:4px!important;padding-left:18px!important;border-left:1px solid rgb(218 161 20 / .45)!important}.bsk-hero-note-right span{display:block!important;font-size:11.5px!important;line-height:1.3!important;font-weight:700!important;color:#e4b63e!important}@media(max-width:1050px){.bsk-entreprise-hero-photo-card{left:18px!important;right:18px!important;grid-template-columns:1fr!important}.bsk-hero-note-right{grid-template-columns:repeat(3,auto)!important;padding-left:0!important;padding-top:8px!important;border-left:0!important;border-top:1px solid rgb(218 161 20 / .35)!important}}.bsk-entreprise-hero-photo-card{left:72px!important;right:24px!important;bottom:22px!important;width:auto!important;max-width:none!important;display:block!important;padding:16px 20px!important;border-radius:14px!important;background:rgb(8 8 8 / .90)!important;box-shadow:0 12px 28px rgb(0 0 0 / .20)!important}.bsk-entreprise-hero-photo-card>div{position:static!important;width:auto!important;max-width:none!important;padding:0!important;margin:0!important;background:none!important;box-shadow:none!important;border:0!important}.bsk-hero-note-left strong{display:block!important;margin:0 0 5px!important;font-size:16px!important;line-height:1.2!important;color:#fff!important}.bsk-hero-note-left p{margin:0!important;font-size:12.5px!important;line-height:1.45!important;color:rgb(255 255 255 / .86)!important}.bsk-hero-note-right,.bsk-photo-card-tags{display:none!important}@media (min-width:1024px){.bsk-entreprise-hero-visual,.bsk-entreprise-visual,.bsk-entreprise-hero-photo{overflow:hidden}.bsk-entreprise-hero-visual img,.bsk-entreprise-visual img,.bsk-entreprise-hero-photo img{width:112%;max-width:none;height:100%;object-fit:cover;object-position:72% center;transform:translateX(38px)}}@media (min-width:1024px){.bsk-entreprise-hero-photo img{width:100%!important;max-width:100%!important;height:100%!important;min-height:760px!important;object-fit:cover!important;object-position:58% center!important;transform:none!important}}.bsk-entreprise-why{padding:92px 0 96px;background:#fafafa}.bsk-entreprise-why-head{max-width:850px;margin:0 auto 48px;text-align:center}.bsk-entreprise-why-head h2{margin:0 0 18px;font-size:clamp(34px,3vw,48px);line-height:1.12;letter-spacing:-.035em;color:#111}.bsk-entreprise-why-head p{max-width:800px;margin:0 auto;font-size:17px;line-height:1.7;color:#555}.bsk-entreprise-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.bsk-why-card{min-height:280px;padding:30px 28px;border:1px solid #ead59b;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgb(0 0 0 / .045);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.bsk-why-card:hover{transform:translateY(-7px);border-color:#d9a31b;box-shadow:0 18px 38px rgb(0 0 0 / .09)}.bsk-why-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:20px;border:1.5px solid #dfa000;border-radius:14px;background:#fffaf0;color:#c78a00;font-size:21px;font-weight:800}.bsk-why-card h3{margin:0 0 13px;font-size:22px;line-height:1.25;color:#111}.bsk-why-card p{margin:0;font-size:15px;line-height:1.7;color:#555}.bsk-why-card-contact{border-color:#d9a31b;background:linear-gradient(180deg,#fffdf7 0%,#fff 100%)}@media(max-width:1100px){.bsk-entreprise-why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.bsk-entreprise-why{padding:64px 0 70px}.bsk-entreprise-why-grid{grid-template-columns:1fr}.bsk-why-card{min-height:0}}.bsk-entreprise-why .bsk-why-card{border-color:#e8e8e8!important}.bsk-entreprise-why .bsk-why-card-contact{border-color:#e8e8e8!important;background:#fff!important}.bsk-entreprise-why .bsk-why-card::before,.bsk-entreprise-why .bsk-why-card::after{content:none!important;display:none!important}.bsk-entreprise-why .bsk-why-card{position:relative;overflow:hidden}.bsk-entreprise-why .bsk-why-card::after{content:""!important;display:block!important;position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#b77b00,#efc74f,#d59a00);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.bsk-entreprise-why .bsk-why-card:hover::after{transform:scaleX(1)}.bsk-entreprise-account{padding:96px 0 104px;background:#fff}.bsk-entreprise-account-head{max-width:860px;margin:0 auto 50px;text-align:center}.bsk-entreprise-account-head h2{margin:0 0 18px;font-size:clamp(34px,3vw,48px);line-height:1.12;letter-spacing:-.035em;color:#111}.bsk-entreprise-account-head p{max-width:790px;margin:0 auto;font-size:17px;line-height:1.7;color:#555}.bsk-entreprise-account-layout{display:grid;grid-template-columns:1.05fr .75fr;gap:30px;align-items:stretch}.bsk-entreprise-account-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.bsk-account-benefit{display:flex;gap:18px;padding:26px 24px;border:1px solid #e8e8e8;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgb(0 0 0 / .04);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.bsk-account-benefit:hover{transform:translateY(-6px);border-color:#dfb64c;box-shadow:0 16px 34px rgb(0 0 0 / .08)}.bsk-account-icon{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border:1.5px solid #dda000;border-radius:13px;background:#fffaf0;color:#c88e00;font-size:19px;font-weight:800}.bsk-account-benefit h3{margin:0 0 9px;font-size:20px;line-height:1.25;color:#111}.bsk-account-benefit p{margin:0;font-size:14.5px;line-height:1.65;color:#555}.bsk-entreprise-account-panel{padding:34px 32px;border-radius:24px;background:#0b0b0b;color:#fff;box-shadow:0 18px 44px rgb(0 0 0 / .16)}.bsk-account-panel-label{margin-bottom:14px;color:#e3ad22;font-size:12px;font-weight:800;letter-spacing:.13em}.bsk-entreprise-account-panel h3{margin:0 0 16px;font-size:30px;line-height:1.15;color:#fff}.bsk-entreprise-account-panel>p{margin:0 0 26px;font-size:15px;line-height:1.65;color:rgb(255 255 255 / .78)}.bsk-account-primary,.bsk-account-secondary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:56px;padding:0 20px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.bsk-account-primary{background:linear-gradient(135deg,#d59a00,#f0c84f);color:#111}.bsk-account-secondary{border:1px solid rgb(255 255 255 / .28);background:rgb(255 255 255 / .04);color:#fff}.bsk-account-primary:hover,.bsk-account-secondary:hover{transform:translateY(-2px)}.bsk-account-validation{margin:9px 0 0;text-align:center;font-size:12px;color:rgb(255 255 255 / .58)}.bsk-account-separator{display:flex;align-items:center;gap:12px;margin:18px 0;color:rgb(255 255 255 / .45);font-size:12px}.bsk-account-separator::before,.bsk-account-separator::after{content:"";height:1px;flex:1;background:rgb(255 255 255 / .14)}.bsk-account-fast{margin-top:22px;padding:18px;border-radius:14px;background:rgb(255 255 255 / .06)}.bsk-account-fast strong,.bsk-account-fast span{display:block}.bsk-account-fast strong{margin-bottom:4px;font-size:14px;color:#fff}.bsk-account-fast span{margin-bottom:9px;font-size:12.5px;line-height:1.45;color:rgb(255 255 255 / .65)}.bsk-account-fast a{color:#e5b332;font-size:13px;font-weight:800;text-decoration:none}@media(max-width:1050px){.bsk-entreprise-account-layout{grid-template-columns:1fr}}@media(max-width:700px){.bsk-entreprise-account{padding:66px 0 72px}.bsk-entreprise-account-benefits{grid-template-columns:1fr}.bsk-entreprise-account-panel{padding:28px 22px}}.bsk-entreprise-account .bsk-account-benefit{position:relative;overflow:hidden}.bsk-entreprise-account .bsk-account-benefit::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#b77b00,#efc74f,#d59a00);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.bsk-entreprise-account .bsk-account-benefit:hover::after{transform:scaleX(1)}.bsk-entreprise-process{padding:94px 0 102px;background:#fafafa}.bsk-entreprise-process-head{max-width:850px;margin:0 auto 56px;text-align:center}.bsk-entreprise-process-head h2{margin:0 0 18px;font-size:clamp(34px,3vw,48px);line-height:1.12;letter-spacing:-.035em;color:#111}.bsk-entreprise-process-head p{max-width:760px;margin:0 auto;font-size:17px;line-height:1.7;color:#555}.bsk-process-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.bsk-process-track::before{content:"";position:absolute;top:35px;left:16.5%;right:16.5%;height:1px;background:linear-gradient(90deg,rgb(213 154 0 / .18),#d59a00,rgb(213 154 0 / .18))}.bsk-process-step{position:relative;z-index:2;text-align:center;padding:0 28px}.bsk-process-number{position:absolute;top:22px;left:50%;transform:translateX(-50%);width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff;font-size:12px;font-weight:800;z-index:3}.bsk-process-icon{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 24px;border:2px solid #dda000;border-radius:20px;background:#fff;color:#c98e00;font-size:27px;font-weight:800;box-shadow:0 12px 28px rgb(0 0 0 / .06)}.bsk-process-step h3{margin:0 0 12px;font-size:22px;line-height:1.25;color:#111}.bsk-process-step p{max-width:330px;margin:0 auto;font-size:15px;line-height:1.7;color:#555}.bsk-process-actions{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:48px}.bsk-process-primary,.bsk-process-secondary{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:54px;padding:0 24px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:800;transition:transform .22s ease,box-shadow .22s ease}.bsk-process-primary{background:linear-gradient(135deg,#d59a00,#efc74f);color:#111;box-shadow:0 10px 24px rgb(213 154 0 / .18)}.bsk-process-secondary{border:1px solid #d7d7d7;background:#fff;color:#111}.bsk-process-primary:hover,.bsk-process-secondary:hover{transform:translateY(-3px)}@media(max-width:850px){.bsk-process-track{grid-template-columns:1fr;gap:44px}.bsk-process-track::before{display:none}.bsk-process-step{padding:0}}@media(max-width:600px){.bsk-entreprise-process{padding:66px 0 72px}.bsk-process-actions{flex-direction:column}.bsk-process-primary,.bsk-process-secondary{width:100%}}.bsk-entreprise-request{padding:90px 0 96px;background:#fafafa}.bsk-entreprise-request-head{max-width:820px;margin:0 auto 42px;text-align:center}.bsk-entreprise-request-head h2{margin:12px 0 16px;font-size:42px;line-height:1.12;color:#111}.bsk-entreprise-request-head p{max-width:720px;margin:0 auto;font-size:17px;line-height:1.7;color:#5a5a5a}.bsk-request-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:28px;align-items:stretch}.bsk-request-form-card{padding:34px;border:1px solid #e7e7e7;border-radius:22px;background:#fff;box-shadow:0 18px 46px rgb(0 0 0 / .05)}.bsk-request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.bsk-request-field{display:flex;flex-direction:column;gap:9px}.bsk-request-field-full{grid-column:1 / -1}.bsk-request-field span{font-size:14px;font-weight:800;color:#111}.bsk-request-field small{font-size:12px;font-weight:600;color:#777}.bsk-request-field input,.bsk-request-field select,.bsk-request-field textarea{width:100%;box-sizing:border-box;border:1px solid #dcdcdc;border-radius:12px;background:#fff;color:#111;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.bsk-request-field input,.bsk-request-field select{min-height:52px;padding:0 14px}.bsk-request-field textarea{min-height:126px;padding:14px;resize:vertical}.bsk-request-field input:focus,.bsk-request-field select:focus,.bsk-request-field textarea:focus{outline:none;border-color:#d59a00;box-shadow:0 0 0 3px rgb(213 154 0 / .10)}.bsk-request-submit{width:100%;min-height:56px;margin-top:26px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;border-radius:12px;background:linear-gradient(135deg,#d59a00,#efc74f);color:#111;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 12px 26px rgb(213 154 0 / .18);transition:transform .22s ease,box-shadow .22s ease}.bsk-request-submit:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgb(213 154 0 / .22)}.bsk-request-note{margin:13px 0 0;text-align:center;font-size:13px;line-height:1.5;color:#777}.bsk-request-fast{padding:36px;border-radius:22px;background:#111;color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:0 18px 46px rgb(0 0 0 / .10)}.bsk-request-fast-label{margin-bottom:16px;font-size:12px;font-weight:900;letter-spacing:.18em;color:#e2aa18}.bsk-request-fast h3{margin:0 0 16px;font-size:29px;line-height:1.18;color:#fff}.bsk-request-fast p{margin:0 0 24px;font-size:15px;line-height:1.7;color:#d0d0d0}.bsk-request-fast a{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-height:54px;padding:0 18px;border-radius:12px;background:#fff;color:#111;text-decoration:none;font-size:14px;font-weight:900;transition:transform .22s ease}.bsk-request-fast a:hover{transform:translateY(-2px)}@media(max-width:900px){.bsk-request-layout{grid-template-columns:1fr}}@media(max-width:650px){.bsk-entreprise-request{padding:68px 0 72px}.bsk-entreprise-request-head h2{font-size:34px}.bsk-request-grid{grid-template-columns:1fr}.bsk-request-field-full{grid-column:auto}.bsk-request-form-card,.bsk-request-fast{padding:24px;border-radius:18px}}.bsk-request-fast a{background:linear-gradient(135deg,#d59a00,#efc74f)!important;color:#111!important;box-shadow:0 12px 26px rgb(213 154 0 / .22);transition:transform .22s ease,box-shadow .22s ease}.bsk-request-fast a:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgb(213 154 0 / .30)}.bsk-request-fast a{position:relative;overflow:hidden;background:linear-gradient(135deg,#b77b00 0%,#e6aa16 38%,#f5d468 68%,#c98a00 100%)!important;color:#111!important;border:1px solid rgb(255 220 105 / .65);box-shadow:0 12px 28px rgb(213 154 0 / .30),inset 0 1px 0 rgb(255 255 255 / .38);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.bsk-request-fast a::before{content:"";position:absolute;top:-60%;left:-35%;width:28%;height:220%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .55),transparent);transform:rotate(22deg);transition:left .55s ease;pointer-events:none}.bsk-request-fast a:hover{transform:translateY(-3px) scale(1.01);filter:brightness(1.06);box-shadow:0 18px 38px rgb(213 154 0 / .42),0 0 22px rgb(239 199 79 / .18),inset 0 1px 0 rgb(255 255 255 / .48)}.bsk-request-fast a:hover::before{left:115%}.bsk-request-thankyou{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:28px 20px}.bsk-request-thankyou-icon{width:72px;height:72px;display:grid;place-items:center;margin-bottom:22px;border-radius:50%;background:linear-gradient(135deg,#d59a00,#efc74f);color:#111;font-size:34px;font-weight:900;box-shadow:0 14px 30px rgb(213 154 0 / .22)}.bsk-request-thankyou h3{margin:0 0 14px;font-size:30px;line-height:1.2;color:#111}.bsk-request-thankyou>p{max-width:520px;margin:0 0 26px;font-size:16px;line-height:1.7;color:#555}.bsk-request-thankyou-fast{width:100%;max-width:500px;margin-bottom:18px;padding:18px 20px;border:1px solid #e8e8e8;border-radius:14px;background:#fafafa}.bsk-request-thankyou-fast strong,.bsk-request-thankyou-fast span{display:block}.bsk-request-thankyou-fast strong{margin-bottom:5px;font-size:15px;color:#111}.bsk-request-thankyou-fast span{font-size:14px;color:#666}.bsk-request-thankyou-cta{width:100%;max-width:500px;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 20px;border-radius:12px;background:linear-gradient(135deg,#b77b00 0%,#e6aa16 38%,#f5d468 68%,#c98a00 100%);color:#111;text-decoration:none;font-size:14px;font-weight:900;box-shadow:0 12px 28px rgb(213 154 0 / .26);transition:transform .22s ease,box-shadow .22s ease}.bsk-request-thankyou-cta:hover{transform:translateY(-3px);box-shadow:0 17px 34px rgb(213 154 0 / .34)}.bsk-request-feedback{margin:16px 0 0;padding:13px 15px;border-radius:10px;font-size:14px;line-height:1.5}.bsk-request-feedback-error{border:1px solid #e7caca;background:#fff6f6;color:#8a2727}.bsk-nav>a,.bsk-nav>span,.bsk-nav-dropdown{display:flex;align-items:center;justify-content:center;line-height:1.2}.bsk-nav a,.bsk-nav a:visited{color:#111!important;text-decoration:none!important}.bsk-nav .bsk-nav-reserver{position:relative!important;overflow:hidden!important;padding:10px 18px!important;margin:0!important;border:1px solid #D89D00!important;border-radius:8px!important;background:linear-gradient(135deg,#D89D00,#F3D36A,#E0A800)!important;color:#111!important;box-shadow:0 8px 18px rgb(212 165 31 / .18)!important;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important}.bsk-nav .bsk-nav-reserver::before{content:"";position:absolute;top:0;left:-130%;width:60%;height:100%;background:linear-gradient(110deg,transparent,rgb(255 255 255 / .38),transparent);transform:skewX(-20deg);transition:left .55s ease;pointer-events:none}.bsk-nav .bsk-nav-reserver:hover{color:#111!important;transform:translateY(-2px)!important;box-shadow:0 10px 22px rgb(212 165 31 / .28),0 0 18px rgb(243 211 106 / .16)!important;filter:brightness(1.03)!important}.bsk-nav .bsk-nav-reserver:hover::before{left:140%}.bsk-nav-dropdown{position:relative}.bsk-nav-dropdown-toggle,.bsk-nav-dropdown-toggle:hover,.bsk-nav-dropdown-toggle:focus,.bsk-nav-dropdown-toggle:active{appearance:none;-webkit-appearance:none;border:0!important;background:transparent!important;background-image:none!important;color:#111!important;font:inherit;font-weight:700;padding:0;margin:0;cursor:pointer;outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.bsk-nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%);min-width:190px;padding:8px;background:#fff;border:1px solid rgb(212 165 31 / .35);border-radius:10px;box-shadow:0 14px 30px rgb(0 0 0 / .10);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:50}.bsk-nav-dropdown-menu a{display:block!important;padding:11px 13px;border-radius:7px;color:#111!important;text-decoration:none!important;white-space:nowrap}.bsk-nav-dropdown-menu a:hover{background:#f7f3e8}.bsk-nav-dropdown:hover .bsk-nav-dropdown-menu,.bsk-nav-dropdown:focus-within .bsk-nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(2px)}.bsk-mobile-menu-panel .bsk-mobile-reserver{margin:4px 0;background:linear-gradient(135deg,#D89D00,#F3D36A,#E0A800);border:1px solid #D89D00;color:#111!important}.bsk-nav-dropdown::after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);width:220px;height:18px;background:#fff0}.bsk-nav-dropdown-menu{top:calc(100% + 8px)!important}.bsk-entreprise-mode-card{position:relative;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.bsk-entreprise-mode-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(90deg,#b77b00,#efc74f,#d59a00);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.bsk-entreprise-mode-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgb(0 0 0 / .10);border-color:#d8b55a}.bsk-entreprise-mode-card:hover::after{transform:scaleX(1)}.page-id-3106 #masthead,.page-id-3106 header.site-header{display:none!important}.bsk-hero-image,.bsk-hero-visual,.bsk-entreprise-hero-image,.bsk-entreprise-hero-visual,.bsk-entreprise-hero-media,.bsk-hero-photo{overflow:hidden!important}.bsk-hero-image img,.bsk-hero-visual img,.bsk-entreprise-hero-image img,.bsk-entreprise-hero-visual img,.bsk-entreprise-hero-media img,.bsk-hero-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}.bsk-entreprise-hero-visual,.bsk-entreprise-hero-image,.bsk-entreprise-hero-media,.bsk-hero-photo{min-height:760px!important}@media (max-width:1100px){.bsk-entreprise-hero-visual,.bsk-entreprise-hero-image,.bsk-entreprise-hero-media,.bsk-hero-photo{min-height:520px!important}}@media (max-width:921px){.bsk-entreprise-hero-v2{grid-template-columns:1fr!important}.bsk-entreprise-hero-visual,.bsk-entreprise-hero-image,.bsk-entreprise-hero-media,.bsk-hero-photo{min-height:420px!important;max-width:100%!important}}.bsk-mini-icon,.bsk-process-icon,.bsk-card-icon,.bsk-feature-icon,.bsk-service-icon,.bsk-benefit-icon,.bsk-request-thankyou-icon{color:#d8a114!important;border-color:#d8a114!important}.bsk-mini-icon svg,.bsk-process-icon svg,.bsk-card-icon svg,.bsk-feature-icon svg,.bsk-service-icon svg,.bsk-benefit-icon svg,.bsk-request-thankyou-icon svg{color:#d8a114!important;stroke:#d8a114!important;fill:none!important}.bsk-mini-icon,.bsk-process-icon,.bsk-card-icon,.bsk-feature-icon,.bsk-service-icon,.bsk-benefit-icon{box-shadow:none!important;background:#fff!important}.bsk-entreprise-mode-card .bsk-mini-icon{border:2px solid #d89d00!important;color:#d89d00!important;background:#fff!important;box-shadow:0 10px 24px rgb(212 165 31 / .12)!important}.bsk-entreprise-mode-card .bsk-mini-icon svg,.bsk-entreprise-mode-card .bsk-mini-icon i,.bsk-entreprise-mode-card .bsk-mini-icon span{color:#d89d00!important;stroke:#d89d00!important}@media (min-width:1100px){.bsk-entreprise-hero-v2{align-items:center;gap:48px}.bsk-hero-visual,.bsk-entreprise-hero-image,.bsk-entreprise-hero-media{display:flex;align-items:stretch;justify-content:center}.bsk-hero-visual img,.bsk-entreprise-hero-image img,.bsk-entreprise-hero-media img{width:100%!important;max-width:640px!important;height:auto!important;max-height:none!important;object-fit:cover!important;object-position:center center!important}}@media (min-width:1024px){.bsk-entreprise-hero-photo{min-height:760px!important;overflow:hidden!important}.bsk-entreprise-hero-photo img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:760px!important;object-fit:cover!important;object-position:50% center!important;transform:none!important}}.bsk-mini-icon,.bsk-service-card-icon,.bsk-why-icon,.bsk-account-icon,.bsk-process-icon{color:#d89d00!important;border-color:#d89d00!important}.bsk-why-icon svg{stroke:#d89d00!important;color:#d89d00!important}.bsk-mini-icon *,.bsk-service-card-icon *,.bsk-why-icon *,.bsk-account-icon *,.bsk-process-icon *{color:#d89d00!important;stroke:#d89d00!important}@media (min-width:1024px){.bsk-entreprise-hero-v2{grid-template-columns:minmax(0,1.08fr) minmax(520px,.92fr)!important;gap:28px!important;align-items:stretch!important}.bsk-entreprise-hero-photo{width:100%!important;min-height:760px!important;align-self:stretch!important}.bsk-entreprise-hero-photo img{width:100%!important;max-width:none!important;height:100%!important;min-height:760px!important;object-fit:cover!important;object-position:52% center!important;transform:none!important}}@media (max-width:640px){.bsk-entreprise-hero-photo-card{left:18px!important;right:18px!important;bottom:14px!important;width:auto!important;max-width:none!important;padding:11px 14px!important;border-radius:12px!important}.bsk-entreprise-hero-photo-card strong{margin-bottom:3px!important;font-size:14px!important;line-height:1.2!important}.bsk-entreprise-hero-photo-card p{font-size:11px!important;line-height:1.35!important}}#colophon.site-footer{background:#090909!important;color:rgb(255 255 255 / .78)!important;border-top:1px solid rgb(216 157 0 / .45)!important}#colophon .site-above-footer-wrap,#colophon .site-primary-footer-wrap{background:#090909!important;border:0!important}#colophon .site-above-footer-wrap{border-bottom:1px solid rgb(216 157 0 / .18)!important}#colophon .ast-builder-grid-row-container-inner{max-width:1200px!important;margin:0 auto!important}#colophon .site-footer-section{color:rgb(255 255 255 / .78)!important}#colophon p,#colophon li,#colophon .ast-footer-copyright{color:rgb(255 255 255 / .72)!important}#colophon ul{margin:0!important;padding:0!important;list-style:none!important}#colophon a,#colophon a:visited{color:#D9A114!important;text-decoration:none!important;transition:color .2s ease,opacity .2s ease!important}#colophon a:hover,#colophon a:focus{color:#F3D36A!important;text-decoration:none!important}#colophon .footer-widget-area li{margin:6px 0!important}#colophon .footer-navigation .menu-link{color:rgb(255 255 255 / .84)!important;font-weight:600!important}#colophon .footer-navigation .menu-link:hover{color:#F3D36A!important}#colophon .ast-footer-copyright{font-size:14px!important}#colophon #block-20 li{font-size:0!important;margin:0!important}#colophon #block-20 a[href^="tel:"]{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 24px!important;border-radius:12px!important;background:#D9A114!important;color:#111!important;font-size:0!important;font-weight:800!important;line-height:1!important;box-shadow:0 8px 20px rgb(217 161 20 / .20)!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}#colophon #block-20 a[href^="tel:"]::before{content:"Centre de Réservation";font-size:14px!important;color:#111!important;white-space:nowrap}#colophon #block-20 a[href^="tel:"]:hover{background:#F3D36A!important;color:#111!important;transform:translateY(-2px)!important;box-shadow:0 12px 26px rgb(217 161 20 / .28)!important}@media (max-width:921px){#colophon .site-footer-section{text-align:center!important}#colophon .footer-navigation .ast-nav-menu{justify-content:center!important}#colophon .footer-widget-area{text-align:center!important}}.page-id-3106 #content>.ast-container{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important;display:block!important}.bsk-page .bsk-brand{white-space:nowrap!important;flex-shrink:0!important}.bsk-service-card-icon,.bsk-why-icon,.bsk-account-feature-icon{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 48px!important;line-height:1!important;font-size:20px!important;overflow:hidden!important;box-sizing:border-box!important}.bsk-service-card-icon svg,.bsk-why-icon svg,.bsk-account-feature-icon svg{width:20px!important;height:20px!important;display:block!important;flex:0 0 20px!important}.bsk-service-card-icon,.bsk-why-icon,.bsk-account-feature-icon{font-family:inherit!important;font-weight:600!important}.bsk-account-icon{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 48px!important;line-height:1!important;overflow:hidden!important;box-sizing:border-box!important}.bsk-service-card-icon svg,.bsk-why-icon svg,.bsk-account-icon svg{width:20px!important;height:20px!important;display:block!important;flex:none!important}