/* ==========================================================================
   via.delivery — site base
   Replaces Tilda's framework CSS (tilda-grid, tilda-blocks, tilda-zero).
   Per-block design data (positions, fonts, colors per breakpoint) lives in
   styles/blocks.css, generated by tools/tilda_convert.py from the live site.
   ========================================================================== */

/* ---- Reset (same box model and zeroed margins the live site uses) ---- */
*, *::before, *::after { box-sizing: content-box; }
div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, img, b, u, i, center, table, tr, th, td, video { margin: 0; padding: 0; border: 0; }
sup { line-height: 0; font-size: smaller; vertical-align: super; }
sub { line-height: 0; font-size: smaller; vertical-align: sub; }
html { background: #ffffff; color-scheme: light; }
body {
  margin: 0;
  background: #ffffff;
  color: #000000;
  --t-headline-font: 'Red Hat Text', Arial, sans-serif;
  --t-text-font: 'Inter', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.page { -webkit-font-smoothing: antialiased; overflow: hidden; }
strong { font-weight: 700; }
:where(.page) a { color: #fa4c34; text-decoration: none; }
:where(.page) a, :where(.page) button { outline: none; }
a[href^="tel"] { color: inherit; text-decoration: none; }
.page ol { padding-left: 22px; margin-top: 0; margin-bottom: 10px; }
.page ul { padding-left: 20px; margin-top: 0; margin-bottom: 10px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skiplink { position: absolute; top: 0; left: 20px; z-index: 99999; padding: 8px 10px; font: 18px Arial, sans-serif; background: #c7d2e9; color: #000; border-radius: 8px; transform: translateY(-200px); transition: transform .3s ease; }
.skiplink:focus { transform: translateY(20px); }
:where(.page) a:focus-visible, :where(.page) button:focus-visible { outline: 2px solid #2015ff; outline-offset: 2px; }

/* ---- Record wrappers: vertical padding + show/hide by screen width ---- */
.zb-rec { position: relative; }
.pt-0 { padding-top: 0; } .pt-30 { padding-top: 30px; } .pt-75 { padding-top: 75px; } .pt-90 { padding-top: 90px; }
.pb-0 { padding-bottom: 0; } .pb-30 { padding-bottom: 30px; } .pb-75 { padding-bottom: 75px; } .pb-135 { padding-bottom: 135px; }
@media screen and (max-width: 480px) { .pb-135 { padding-bottom: 90px !important; } }
@media screen and (max-width: 1200px) { .smin-1200 { display: none !important; } }
@media screen and (max-width: 980px)  { .smin-980  { display: none !important; } }
@media screen and (max-width: 640px)  { .smin-640  { display: none !important; } }
@media screen and (max-width: 480px)  { .smin-480  { display: none !important; } }
@media screen and (min-width: 481px)  { .smax-480  { display: none !important; } }
@media screen and (min-width: 641px)  { .smax-640  { display: none !important; } }
@media screen and (min-width: 981px)  { .smax-980  { display: none !important; } }
@media screen and (min-width: 1201px) { .smax-1200 { display: none !important; } }

/* ---- Zero block base (absolute-positioned canvas per breakpoint) ---- */
.zb { -webkit-text-size-adjust: 100%; }
.zb__ab { position: relative; width: 100%; height: 100vh; overflow: hidden; }
.zb__carrier { position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100vh; }
.zb__filter { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100vh; }
.zb__el { position: absolute; box-sizing: border-box; display: table; }
.zb__group { position: absolute; box-sizing: border-box; }
.zb .zb__atom { display: table-cell; vertical-align: middle; width: 100%; -webkit-text-size-adjust: 100%; }
.zb .zb__atom ul, .zb .zb__atom ol { margin-bottom: 0; }
.zb a.zb__atom { text-decoration: none; }
.zb .zb__img { width: 100%; display: block; }
.zb .zb__html { vertical-align: top; }
.zb .zb__el[data-elem-type='button'] { display: block; }
.zb .zb__el[data-elem-type='button'] .zb__atom {
  display: flex; box-sizing: border-box; width: 100%; height: 100%;
  flex-direction: row; justify-content: center; align-items: center; overflow: hidden;
}
.zb .zb__el[data-elem-type='button'] .zb__atom::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1; }
.zb .zb__btn-c { display: flex; flex-direction: row; align-items: center; justify-content: center; flex: 0 1 auto; min-width: 0; }
.zb .zb__btn-t { flex: 1 1 0; text-overflow: ellipsis; }
.zb .zb__btn-i { flex: 0 0 auto; }
.zb .zb__btn-b { position: absolute; inset: 0; z-index: 1; border-radius: inherit; transition-duration: inherit; transition-timing-function: inherit; pointer-events: none; }
.zb .zb__btn-b::before, .zb .zb__btn-b::after { -webkit-backface-visibility: hidden; position: absolute; inset: 0; content: ''; border-radius: inherit; z-index: 1; }
.zb .zb__btn-b::after { opacity: 0; transition-property: opacity; transition-duration: inherit; transition-timing-function: inherit; }
.zb .zb__scale .zb__atom { width: inherit; height: inherit !important; box-sizing: border-box; }
.zb__el-flex { position: relative !important; left: initial !important; top: initial !important; height: fit-content; flex-shrink: 0; translate: none !important; }
.zb__molecule { box-sizing: border-box; }

/* Drag/scroll strip (logo wall): the artboard scrolls sideways; the extra
   30px padding pushes its scrollbar below the clipped edge, as on the live site. */
.zb-drag { cursor: grab; padding-bottom: 30px; margin-bottom: -30px; -webkit-overflow-scrolling: touch; }
.zb-drag.is-dragging { cursor: grabbing; }
.zb-drag__content { position: absolute; width: 100%; height: 100%; }
#rec1899197283 .zb { overflow: hidden; }

/* ==========================================================================
   Standard (non-Zero) blocks — hand-built to the live site's measurements
   ========================================================================== */

/* ---- Grid: same container/column widths the live site uses ---- */
.g-container { margin-left: auto; margin-right: auto; width: 100%; max-width: 1200px; padding: 0; }
.g-container::before, .g-container::after { display: table; content: " "; width: 0; }
.g-container::after { clear: both; }
.g-col { display: inline; float: left; margin-left: 20px; margin-right: 20px; width: 100%; }
.g-col-10 { max-width: 960px; } .g-col-12 { max-width: 1160px; }
.g-prefix-1 { padding-left: 100px; }
@media screen and (max-width: 1200px) {
  .g-container { max-width: 960px; }
  .g-col { margin-left: 10px; margin-right: 10px; }
  .g-col-10 { max-width: 780px; } .g-col-12 { max-width: 940px; }
  .g-prefix-1 { padding-left: 80px; }
}
@media screen and (max-width: 960px) {
  .g-container { max-width: 640px; }
  .g-col { display: block; float: none; padding-left: 20px; padding-right: 20px; margin: 0; width: 100%; max-width: 100%; box-sizing: border-box; }
}
.std-rec { position: relative; }

/* ---- Section titles ("Trusted by…", "Press About…", etc.) ---- */
.sec-title { font-family: 'Red Hat Text', Arial, sans-serif; font-weight: 600; color: #262626; font-size: 42px; line-height: 1.23; margin: 0 0 40px; overflow-wrap: break-word; }
.sec-title--center { text-align: center; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 1200px) { .sec-title { font-size: 38px; } }
@media screen and (max-width: 640px) { .sec-title { font-size: 30px; } }

/* ---- Video (YouTube, loads when scrolled near) ---- */
.video-block { width: 100%; max-width: 760px; margin: 0 auto; }
@media screen and (max-width: 1200px) { .video-block { max-width: 620px; } }
.video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* ---- Sliders ---- */
.vd-slider { position: relative; }
.vd-slider__stage { position: relative; }
.vd-slider__viewport { position: relative; overflow: hidden; transition: height .5s ease-in-out; }
.vd-slider__track { display: flex; align-items: flex-start; will-change: transform; touch-action: pan-y; }
.vd-slider__slide { flex: 0 0 100%; min-width: 0; }
.vd-slider__track.is-animating { transition: transform var(--speed, 500ms) ease-in-out; }
.vd-slider__bullets { list-style: none; margin: 0 !important; padding: 16px 0 16px !important; text-align: center; font-size: 0; position: relative; z-index: 10; }
.vd-slider__bullets li { display: inline-block; padding: 10px 5px; cursor: pointer; }
.vd-slider__bullet { display: block; padding: 0; border: none; border-radius: 100px; cursor: pointer; transition: background-color .2s ease-in-out; }

/* Integrations cover slider: full-width background image per slide */
.vd-cover { width: 100%; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.vd-slider--cover .vd-slider__bullets { position: absolute; left: 0; right: 0; bottom: 15px; }
.vd-slider--cover .vd-slider__bullet { width: 12px; height: 12px; background-color: #fa9c82; }
.vd-slider--cover .vd-slider__bullet[aria-current="true"] { background-color: #f54e24; }

/* Card sliders (Press, Testimonials) */
.vd-slide-w { width: 100%; margin: 0 auto; }
.vd-w9 { max-width: 860px; } .vd-w7 { max-width: 660px; }
@media screen and (max-width: 1200px) { .vd-w9 { max-width: 700px; } .vd-w7 { max-width: 540px; } }
@media screen and (max-width: 960px) { .vd-slide-pad { padding: 0 45px; } }
.vd-slider--cards .vd-slider__bullets { padding: 16px 0 0 !important; }
.vd-slider--cards .vd-slider__bullet { width: 10px; height: 10px; background-color: #d9d9d9; }
.vd-slider--cards .vd-slider__bullet[aria-current="true"], .vd-slider--cards .vd-slider__bullets li:hover .vd-slider__bullet { background-color: #262626; }
.vd-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 9; width: 60px; height: 60px; border: none; padding: 0; border-radius: 100px; cursor: pointer; transition: background-color .2s ease-in-out; }
.vd-arrow--prev { left: 30px; } .vd-arrow--next { right: 30px; }
.vd-arrow__body { position: absolute; left: 50%; top: 50%; width: 16px; display: block; }
.vd-arrow__body svg { display: block; width: 100%; }
.vd-arrow--prev .vd-arrow__body { transform: translate(-55%, -50%) rotate(180deg); }
.vd-arrow--next .vd-arrow__body { transform: translate(-45%, -50%); }
@media screen and (max-width: 960px) { .vd-arrow--prev { left: 20px; } .vd-arrow--next { right: 20px; } }
@media screen and (max-width: 640px) {
  .vd-arrow { width: 24px; height: 24px; }
  .vd-arrow--prev { left: 5px; } .vd-arrow--next { right: 5px; }
  .vd-arrow__body { width: 6px; }
}
.t728__wrapper { display: flex; width: 100%; background: #fff; }
.t728__imgcell { flex: 0 0 272px; min-height: 250px; position: relative; }
.t728__bgimg { background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; inset: 0; }
.t728__textcell { flex: 1; padding: 40px 45px; box-sizing: border-box; align-self: center; }
.t728__textwrapper { width: 100%; }
.t728__text { font-family: 'Inter', Arial, sans-serif; font-weight: 400; color: #4f4f4f; font-size: 18px; line-height: 1.55; margin-bottom: 20px; }
.t728__descr { font-family: 'Red Hat Text', Arial, sans-serif; font-weight: 400; color: #4f4f4f; font-size: 12px; line-height: 1.55; }
.t728__text a { text-decoration: none; }
@media screen and (max-width: 1200px) { .t728__text { font-size: 16px; } .t728__descr { font-size: 10px; } }
@media screen and (max-width: 960px) {
  .t728__wrapper { display: block; }
  .t728__textcell { padding: 25px 20px; }
  .t728__imgcell { min-height: 250px; }
}
@media screen and (max-width: 640px) { .t728__text { font-size: 14px; line-height: 1.45; } }
/* Press slider overrides */
.vd-press .t728__text, .vd-press .t728__text a { font-size: 16px; color: #979797; }

/* Testimonials overrides */
.vd-reviews .t-section__title { margin-bottom: 90px; }
@media screen and (max-width: 960px) { .vd-reviews .t-section__title { margin-bottom: 40px; } }
.vd-reviews .t728__text { font-size: 16px; color: #262626; font-family: 'Roboto'; font-weight: 400; padding-bottom: 8px; }
.vd-reviews .t728__descr { font-size: 16px; color: #8e8e8e; font-family: 'Roboto'; font-weight: 700; }
/* NB: the live site declares Roboto without loading it, so browsers without a local Roboto
   fall back to their default serif. Kept as-is for a 1:1 match. */

/* ---- Newsletter form (footer): Mailchimp "classic" embed styles, self-hosted.
   Values taken from the live page's computed styles; the embed's own inline
   <style> overrides (kept in the block HTML) apply on top. ---- */
#mc_embed_signup form { display: block; position: relative; text-align: left; padding: 0; margin: 20px; }
#mc_embed_signup input { border: 1px solid #abb0b2; border-radius: 3px; }
#mc_embed_signup .indicates-required { text-align: right; font-size: 11px; margin-right: 4%; }
#mc_embed_signup .asterisk { color: #e85c41; font-size: 150%; font-weight: normal; position: relative; top: 5px; }
#mc_embed_signup .mc-field-group { clear: left; position: relative; width: 96%; padding-bottom: 3%; min-height: 50px; display: grid; }
#mc_embed_signup .mc-field-group label { display: block; margin-bottom: 3px; }
#mc_embed_signup .mc-field-group input { display: block; width: 100%; }
#mc_embed_signup #mce-responses { float: left; top: -1.4em; padding: 0 .5em; overflow: hidden; width: 90%; margin: 0 5%; clear: both; position: relative; }
#mc_embed_signup div.response { margin: 1em 0; padding: 1em .5em .5em 0; font-weight: bold; float: left; top: -1.5em; z-index: 1; width: 80%; }
#mc_embed_signup #mce-success-response { color: #529214; display: none; }
#mc_embed_signup #mce-error-response { display: none; }
#mc_embed_signup .clear { clear: both; }
#mc_embed_signup .button { clear: both; background-color: #111; border: 0 none; border-radius: 4px; transition: all .23s ease-in-out 0s; color: #fff; cursor: pointer; display: inline-block; font-size: 15px; font-weight: normal; height: 32px; line-height: 32px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: fit-content; }
#mc_embed_signup .button:hover { background-color: #777; }

/* ---- Desktop header: Services / About Us drop-down panels ---- */
#rec580666928 { z-index: 999; }
.menu-panel { position: fixed !important; top: 0; left: 0; width: 100%; z-index: 998; pointer-events: none; display: none; }
.menu-panel.is-open { display: block; animation: vd-fade-in-down .2s ease both; }
.menu-panel.is-closing { display: block; animation: vd-fade-out-up .2s ease both; }
.menu-panel .zb__ab { background-color: transparent !important; }
.menu-panel .zb__el { pointer-events: auto; }
.menu-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .22); z-index: 997; }
@keyframes vd-fade-in-down { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: none; } }
@keyframes vd-fade-out-up { from { opacity: 1; transform: none; } to { opacity: 0; transform: translate3d(0, -100%, 0); } }
.menu-arrow .zb__atom { transition: transform .2s linear; }
.menu-arrow.is-open .zb__atom { transform: rotate(-180deg); }
@media (prefers-reduced-motion: reduce) { .menu-panel.is-open, .menu-panel.is-closing { animation-duration: .01s; } }

/* ---- Mobile menu (≤980px): burger + panel sliding in from the right ---- */
.mmenu__burger-wrap { position: fixed; top: 10px; right: 10px; width: 58px; height: 58px; z-index: 99998; display: flex; align-items: center; justify-content: center; }
.mmenu__burger-bg { position: absolute; inset: 0; background: #fff; border-radius: 100px; }
.mmenu__burger { position: relative; width: 28px; height: 20px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 1; }
.mmenu__burger span { display: block; position: absolute; width: 100%; height: 3px; left: 0; background: #262626; transition: .25s ease-in-out; }
.mmenu__burger span:nth-child(1) { top: 0; }
.mmenu__burger span:nth-child(2), .mmenu__burger span:nth-child(3) { top: 8px; left: 20%; width: 80%; }
.mmenu__burger span:nth-child(4) { top: 16px; }
.mmenu__overlay { position: fixed; inset: 0; z-index: 99999; background: rgba(117, 117, 117, .6); opacity: 0; transition: opacity .3s ease-in-out; }
.mmenu__overlay.is-open { opacity: 1; }
.mmenu { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 320px; background: #fff; z-index: 999999; overflow-y: auto; transform: translateX(100%); transition: transform .3s ease-in-out; }
.mmenu.is-open { transform: none; }
.mmenu__close { position: absolute; top: 5px; right: 5px; width: 40px; height: 40px; padding: 0; border: none; background: #fff; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; }
.mmenu__close-icon { position: relative; width: 24px; height: 18px; display: block; }
.mmenu__close-icon span { position: absolute; top: 8px; left: 0; width: 24px; height: 2px; background: #262626; }
.mmenu__close-icon span:nth-child(1) { transform: rotate(45deg); }
.mmenu__close-icon span:nth-child(2) { transform: rotate(-45deg); }
.mmenu__container { display: flex; flex-direction: column; min-height: 100%; box-sizing: border-box; padding: 42px 25px 25px; }
.mmenu__logo { margin-bottom: 25px; }
.mmenu__logo img { display: block; max-width: 120px; width: 120px; height: auto; }
.mmenu__list { list-style: none; margin: 0 !important; padding: 0 !important; }
.mmenu__item { font-family: 'Red Hat Text', Arial, sans-serif; }
.mmenu__link { display: inline-block; margin: 0 0 15px; padding: 0; border: 0; background: none; cursor: pointer; font: 400 20px 'Inter', Arial, sans-serif; line-height: normal; color: #262626; text-decoration: none; text-align: left; transition: color .3s ease-in-out, opacity .3s ease-in-out; }
.mmenu__arrow { display: inline-block; position: relative; width: 6px; height: 0; margin-left: 6px; vertical-align: middle; }
.mmenu__arrow::after { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 4px 3px 0 3px; border-color: #262626 transparent transparent transparent; transform: translateY(-2px); }
.mmenu__sub { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.mmenu__sublist { list-style: none; margin: 0 !important; padding: 0 0 10px !important; }
.mmenu__subitem { margin: 0 0 16px; line-height: 13.5px; }
.mmenu__sublink { display: inline-block; font: 400 16px/1.35 'Inter', Arial, sans-serif; color: #4f4f4f; text-decoration: none; transition: color .3s ease-in-out; }
.mmenu__bottom { margin-top: auto; padding-top: 24px; }
.mmenu__social a { display: inline-block; width: 30px; height: 30px; }
.mmenu__social svg { display: block; width: 30px; height: 30px; }
.mmenu__buttons { margin-top: 15px; font-size: 0; }
.mmenu__btn { display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; height: 50px; margin: 10px 5px 0 0; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font: 500 14px/1.4 'Inter', Arial, sans-serif; text-decoration: none; transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out; }
.mmenu__btn--dark { color: #fff; background: #4f4f4f; }
.mmenu__btn--light { color: #262626; background: #fff; border-color: #4f4f4f; margin-right: 0; }
@media (hover: hover) { .mmenu__btn:hover { color: #fff; background: #242424; border-color: #242424; } }
body.is-locked { overflow: hidden; }

/* ---- Booking popup (#popup:calendly links) ---- */
/* The fade runs on the backdrop colour and on the children, never as opacity on the scrolling fixed layer itself:
   Safari sometimes failed to paint the children of that layer, leaving only the dark backdrop. */
.vd-popup { position: fixed; inset: 0; z-index: 10000001; background: rgba(0, 0, 0, 0); padding: 0 20px; overflow-y: auto; -webkit-overflow-scrolling: touch; transition: background-color .3s ease-in-out; }
.vd-popup > * { opacity: 0; transition: opacity .3s ease-in-out; }
.vd-popup.is-open { background: rgba(0, 0, 0, .6); }
.vd-popup { -webkit-font-smoothing: antialiased; }
.vd-popup__fallback a { color: #fa4c34; text-decoration: none; }
.vd-popup.is-open > * { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .vd-popup, .vd-popup > * { transition: none; } }
.vd-popup__close { position: fixed; top: 10px; right: 10px; z-index: 9; }
.vd-popup__close-btn { display: inline-block; padding: 10px; border: 0; background: transparent; cursor: pointer; line-height: 0; }
.vd-popup__container { position: absolute; top: 50%; left: 20px; right: 20px; max-width: 1160px; margin: 0 auto; background: #fff; transform: translateY(-50%); }
.vd-popup__frame { min-width: 280px; min-height: 544px; }
.vd-popup__frame iframe { display: block; width: 100%; min-height: 544px; height: 544px; border: 0; overflow: hidden; }
.vd-popup__container--booking { position: relative; top: auto; left: auto; right: auto; transform: none; margin: 60px auto 40px; border-radius: 12px; overflow: hidden; }
.vd-popup__booking { min-height: 544px; }
.vd-popup__booking:empty::after { content: ''; display: block; width: 28px; height: 28px; margin: 258px auto 0; border-radius: 50%; border: 3px solid #fef6f4; border-top-color: #f54e24; animation: vd-spin .8s linear infinite; }
@keyframes vd-spin { to { transform: rotate(360deg); } }
.vd-popup__fallback { margin: 0; padding: 240px 24px 0; text-align: center; font: 16px/1.5 'Inter', Arial, sans-serif; color: #262626; }
@media (max-width: 640px) { .vd-popup { padding: 0 10px; } .vd-popup__container--booking { margin: 56px auto 20px; } }

/* ---- Back to top ---- */
.to-top { position: fixed; z-index: 100000; }
.to-top__btn { display: inline-block; padding: 0; font-size: 0; background: transparent; border: none; border-radius: 50%; cursor: pointer; }

/* ---- Appear-on-scroll (only when JS runs; content is visible without it) ---- */
.js .zb__el[data-anim] { opacity: 0; transition-property: opacity, transform; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); backface-visibility: hidden; }
.js .zb__el[data-anim].is-shown { opacity: 1; transform: none !important; }
@media (prefers-reduced-motion: reduce) { .js .zb__el[data-anim] { opacity: 1; transform: none !important; transition: none; } }

/* ---- Lazy embeds (widgets / video) ---- */
.lazy-frame iframe { display: block; }

/* ---- From the blog (custom block on the live site, CSS copied as-is) ---- */
.vd-blog{padding:64px 20px;font-family:"Red Hat Text",Arial,sans-serif}
.vd-blog-head{max-width:1150px;margin:0 auto 32px;display:flex;align-items:baseline;justify-content:space-between;gap:20px;flex-wrap:wrap}
.vd-blog-kicker{display:block;margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#cc3d10}
.vd-blog-head h2{margin:0;font-size:32px;font-weight:800;color:#262626;letter-spacing:-.01em}
.vd-blog-all{color:#cc3d10;font-weight:700;text-decoration:none;font-size:15px;white-space:nowrap}
.vd-blog-all:hover{text-decoration:underline}
.vd-blog-grid{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.vd-blog-card{display:block;background:#fff;border:1px solid #e6e4e1;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit}
.vd-blog-card:hover{border-color:#f54e24}
.vd-blog-thumb{width:100%;aspect-ratio:16/10;background:#f0efed;background-size:cover;background-position:center}
.vd-blog-body{padding:16px}
.vd-blog-date{display:block;margin-bottom:6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#cc3d10}
.vd-blog-title{margin:0;font-size:16px;line-height:1.35;font-weight:700;color:#262626}
.vd-blog-skel{background:#f0efed;border-radius:8px;aspect-ratio:16/13.5}
.vd-blog-section{display:none}
.vd-blog-section.vd-ready{display:block}
@media(max-width:900px){ .vd-blog-grid{grid-template-columns:1fr 1fr} }
@media(max-width:560px){
  .vd-blog{padding:44px 16px}
  .vd-blog-grid{grid-template-columns:1fr}
  .vd-blog-head h2{font-size:26px}
}
