/* MARCO Výškové práce – native Elementor site styles */
:root{
  --mvp-red:#e52420;
  --mvp-red-dark:#b91412;
  --mvp-black:#090909;
  --mvp-text:#1e1f22;
  --mvp-muted:#676b72;
  --mvp-line:#e8eaee;
  --mvp-soft:#f5f6f8;
  --mvp-white:#fff;
  --mvp-shadow:0 20px 60px rgba(10,15,25,.12);
  --mvp-radius:22px;
  --mvp-container:1180px;
}
html{scroll-behavior:smooth}
body.marco-vyskove-prace-site{margin:0;overflow-x:hidden;background:#fff}
.mvp-site-root,.mvp-site-header,.mvp-site-footer{
  box-sizing:border-box;
  color:var(--mvp-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.mvp-site-root *,.mvp-site-header *,.mvp-site-footer *{box-sizing:border-box}
.mvp-site-root .elementor-widget,.mvp-site-header .elementor-widget,.mvp-site-footer .elementor-widget{min-width:0;margin:0!important}
.mvp-site-root .elementor-widget-container,.mvp-site-header .elementor-widget-container,.mvp-site-footer .elementor-widget-container{margin:0!important}
.mvp-site-root h1,.mvp-site-root h2,.mvp-site-root h3,.mvp-site-root p,.mvp-site-header h1,.mvp-site-header h2,.mvp-site-header h3,.mvp-site-header p,.mvp-site-footer h1,.mvp-site-footer h2,.mvp-site-footer h3,.mvp-site-footer p{margin:0}
.mvp-site-root img,.mvp-site-header img,.mvp-site-footer img{display:block;max-width:100%}
.mvp-site-root a,.mvp-site-header a,.mvp-site-footer a{text-decoration:none}
.mvp-site-root{width:100%!important;max-width:none!important;overflow:hidden;background:#fff}
.mvp-container{width:min(var(--mvp-container),calc(100% - 48px))!important;max-width:var(--mvp-container)!important;margin-inline:auto!important}

/* Buttons */
.mvp-btn{width:auto!important;max-width:100%!important}
.mvp-btn .elementor-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:0 28px!important;
  border:2px solid transparent!important;
  border-radius:8px!important;
  font-family:inherit!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.15!important;
  letter-spacing:-.01em!important;
  text-align:center!important;
  box-shadow:none!important;
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease!important;
}
.mvp-btn .elementor-button:hover,.mvp-btn .elementor-button:focus-visible{transform:translateY(-2px)}
.mvp-btn-primary .elementor-button{background:var(--mvp-red)!important;color:#fff!important;box-shadow:0 12px 25px rgba(229,36,32,.22)!important}
.mvp-btn-primary .elementor-button:hover,.mvp-btn-primary .elementor-button:focus-visible{background:var(--mvp-red-dark)!important;color:#fff!important}
.mvp-btn-outline .elementor-button{border-color:var(--mvp-red)!important;background:rgba(255,255,255,.86)!important;color:var(--mvp-red)!important}
.mvp-btn-outline .elementor-button:hover,.mvp-btn-outline .elementor-button:focus-visible{background:#fff!important;color:var(--mvp-red-dark)!important}

/* Header */
body.marco-vyskove-prace-site .elementor-location-header{position:sticky!important;top:0;z-index:1000}
.admin-bar.marco-vyskove-prace-site .elementor-location-header{top:32px}
.mvp-site-header{
  position:relative!important;
  width:100%!important;
  min-height:82px!important;
  z-index:1000;
  border-bottom:1px solid var(--mvp-line)!important;
  background:rgba(255,255,255,.94)!important;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}
.mvp-header-inner{
  min-height:82px!important;
  display:grid!important;
  grid-template-columns:240px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:28px!important;
}
.mvp-header-logo{width:220px!important;max-width:220px!important;justify-self:start!important}
.mvp-header-logo img{width:100%!important;height:auto!important;object-fit:contain!important}
.mvp-nav{width:auto!important;max-width:100%!important;justify-self:center!important}
.mvp-nav .elementor-nav-menu--main .elementor-nav-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:34px!important;flex-wrap:nowrap!important}
.mvp-nav .elementor-nav-menu--main .elementor-item{
  min-height:82px!important;
  padding:0!important;
  color:var(--mvp-text)!important;
  font-family:inherit!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:82px!important;
  white-space:nowrap!important;
}
.mvp-nav .elementor-nav-menu--main .elementor-item:after{bottom:21px!important;height:3px!important;background:var(--mvp-red)!important}
.mvp-nav .elementor-nav-menu--main .elementor-item:hover,.mvp-nav .elementor-nav-menu--main .elementor-item:focus,.mvp-nav .elementor-nav-menu--main .elementor-item.elementor-item-active{color:var(--mvp-red)!important}
.mvp-nav .elementor-menu-toggle{margin-left:auto!important;border:1px solid #dfe2e8!important;border-radius:8px!important;background:#fff!important;color:var(--mvp-text)!important}
.mvp-nav .elementor-menu-toggle svg{fill:currentColor!important}
.mvp-nav .elementor-nav-menu--dropdown{margin-top:10px!important;border:1px solid var(--mvp-line)!important;border-radius:10px!important;background:#fff!important;box-shadow:0 20px 45px rgba(0,0,0,.14)!important;overflow:hidden!important}
.mvp-nav .elementor-nav-menu--dropdown .elementor-item{min-height:46px!important;padding:12px 18px!important;background:#fff!important;color:var(--mvp-text)!important;font-size:14px!important;font-weight:800!important}
.mvp-nav .elementor-nav-menu--dropdown .elementor-item:hover,.mvp-nav .elementor-nav-menu--dropdown .elementor-item:focus,.mvp-nav .elementor-nav-menu--dropdown .elementor-item.elementor-item-active{background:#fff4f4!important;color:var(--mvp-red)!important}
.mvp-header-cta{justify-self:end!important}
.mvp-header-cta .elementor-button{min-height:46px!important;padding-inline:23px!important;font-size:14px!important}

/* Hero */
.mvp-hero{
  position:relative!important;
  min-height:680px!important;
  display:flex!important;
  align-items:center!important;
  isolation:isolate;
  overflow:hidden!important;
  background:#fff!important;
}
.mvp-hero-bg{position:absolute!important;z-index:0;inset:0!important;width:100%!important;height:100%!important;min-height:680px!important}
.mvp-hero-bg-image,.mvp-hero-bg-image .elementor-widget-container,.mvp-hero-bg-image img{width:100%!important;height:100%!important;min-height:680px!important}
.mvp-hero-bg-image img{object-fit:cover!important;object-position:72% 50%!important}
.mvp-hero:after{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.97) 27%,rgba(255,255,255,.72) 46%,rgba(255,255,255,.05) 72%),
    linear-gradient(0deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,0) 26%);
  pointer-events:none;
}
.mvp-hero-inner{position:relative!important;z-index:2;min-height:680px!important;justify-content:center!important}
.mvp-hero-content{width:100%!important;max-width:610px!important;padding:82px 0 120px!important;justify-content:center!important}
.mvp-eyebrow p{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 14px!important;
  color:var(--mvp-red)!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.3!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
.mvp-eyebrow p:before{content:"";width:38px;height:3px;flex:0 0 38px;border-radius:4px;background:var(--mvp-red)}
.mvp-hero-title .elementor-heading-title{
  max-width:760px!important;
  margin:0!important;
  color:var(--mvp-black)!important;
  font-family:inherit!important;
  font-size:clamp(46px,6.2vw,86px)!important;
  font-weight:800!important;
  line-height:.96!important;
  letter-spacing:-.065em!important;
}
.mvp-hero-title span{display:block;color:var(--mvp-red)!important}
.mvp-hero-lead{max-width:510px!important;margin:28px 0 0!important;padding-left:20px!important;border-left:4px solid var(--mvp-red)!important}
.mvp-hero-lead p{color:var(--mvp-text)!important;font-size:22px!important;font-weight:850!important;line-height:1.35!important}
.mvp-hero-text{max-width:500px!important;margin:22px 0 0!important}
.mvp-hero-text p{color:#3d4046!important;font-size:17px!important;line-height:1.55!important}
.mvp-hero-actions{display:flex!important;flex-direction:row!important;align-items:center!important;gap:18px!important;margin-top:34px!important;flex-wrap:wrap!important}

/* Shared section headings */
.mvp-section{padding:92px 0!important;background:#fff}
.mvp-section-head{max-width:720px!important;margin:0 auto 42px!important;align-items:center!important;text-align:center!important}
.mvp-section-head .mvp-eyebrow p{justify-content:center!important}
.mvp-section-head .mvp-eyebrow p:before{display:none}
.mvp-section-title .elementor-heading-title,.mvp-content-title .elementor-heading-title,.mvp-contact-title .elementor-heading-title{
  margin:0!important;
  color:var(--mvp-black)!important;
  font-family:inherit!important;
  font-size:clamp(34px,4vw,54px)!important;
  font-weight:800!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
}
.mvp-section-intro{margin-top:18px!important}
.mvp-section-intro p,.mvp-content-copy p{color:var(--mvp-muted)!important;font-size:17px!important;line-height:1.6!important}

/* Services */
.mvp-services-section{padding-top:76px!important}
.mvp-service-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:18px!important}
.mvp-service-card{
  min-height:248px!important;
  align-items:flex-start!important;
  padding:28px 22px!important;
  border:1px solid var(--mvp-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(14,18,28,.06)!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.mvp-service-card:hover{transform:translateY(-5px);border-color:rgba(229,36,32,.35)!important;box-shadow:0 20px 55px rgba(14,18,28,.11)!important}
.mvp-service-icon{width:52px!important;height:52px!important;margin:0 0 18px!important}
.mvp-service-icon .elementor-icon{width:52px!important;height:52px!important;display:grid!important;place-items:center!important;color:var(--mvp-red)!important;font-size:45px!important}
.mvp-service-icon .elementor-icon svg{width:48px!important;height:48px!important;fill:currentColor!important}
.mvp-service-card .mvp-card-title .elementor-heading-title{margin:0 0 12px!important;color:var(--mvp-black)!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important}
.mvp-service-card .mvp-card-copy p{color:var(--mvp-muted)!important;font-size:14px!important;line-height:1.55!important}

/* Industry */
.mvp-industry-section{background:var(--mvp-soft)!important}
.mvp-split{display:grid!important;grid-template-columns:1.02fr .98fr!important;align-items:center!important;gap:58px!important}
.mvp-image-panel{position:relative!important;overflow:hidden!important;border-radius:var(--mvp-radius)!important;background:#ddd!important;box-shadow:var(--mvp-shadow)!important}
.mvp-image-panel:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.12));pointer-events:none}
.mvp-panel-image,.mvp-panel-image .elementor-widget-container,.mvp-panel-image img{width:100%!important;height:530px!important}
.mvp-panel-image img{object-fit:cover!important}
.mvp-content-panel .mvp-content-title{margin-bottom:20px!important}
.mvp-content-panel .mvp-content-copy{max-width:630px!important}
.mvp-benefit-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;margin-top:34px!important}
.mvp-benefit-card{padding:22px!important;border:1px solid var(--mvp-line)!important;border-radius:18px!important;background:#fff!important}
.mvp-benefit-icon{width:38px!important;height:38px!important;margin:0 0 13px!important}
.mvp-benefit-icon .elementor-icon{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border:2px solid var(--mvp-red)!important;border-radius:50%!important;color:var(--mvp-red)!important;font-size:18px!important}
.mvp-benefit-icon .elementor-icon svg{width:19px!important;height:19px!important;fill:currentColor!important}
.mvp-benefit-title .elementor-heading-title{margin:0 0 8px!important;color:var(--mvp-text)!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important}
.mvp-benefit-copy p{color:var(--mvp-muted)!important;font-size:14px!important;line-height:1.5!important}

/* References */
.mvp-reference-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}
.mvp-reference-card{overflow:hidden!important;border:1px solid var(--mvp-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 34px rgba(14,18,28,.07)!important}
.mvp-reference-image,.mvp-reference-image .elementor-widget-container,.mvp-reference-image img{width:100%!important;height:190px!important}
.mvp-reference-image img{object-fit:cover!important}
.mvp-reference-content{padding:22px!important}
.mvp-reference-title .elementor-heading-title{margin:0 0 10px!important;color:var(--mvp-black)!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important}
.mvp-reference-copy p{color:var(--mvp-muted)!important;font-size:14px!important;line-height:1.5!important}

/* Process */
.mvp-process-section{padding-top:44px!important;background:linear-gradient(180deg,#fff,#f8f9fb)!important}
.mvp-process-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}
.mvp-process-step{position:relative!important;padding:30px 26px!important;border:1px solid var(--mvp-line)!important;border-radius:18px!important;background:#fff!important;text-align:center!important;align-items:center!important}
.mvp-process-step:not(:last-child):after{content:"";position:absolute;top:50%;right:-26px;width:28px;height:2px;background:#b9bdc5}
.mvp-process-number{width:44px!important;height:44px!important;margin:0 auto 14px!important}
.mvp-process-number .elementor-heading-title{width:44px!important;height:44px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:var(--mvp-red)!important;color:#fff!important;font-size:16px!important;font-weight:900!important;line-height:1!important}
.mvp-process-title .elementor-heading-title{margin:0 0 10px!important;color:var(--mvp-text)!important;font-size:20px!important;font-weight:800!important;line-height:1.2!important}
.mvp-process-copy p{color:var(--mvp-muted)!important;font-size:14px!important;line-height:1.5!important}

/* Safety */
.mvp-safety-section{background:var(--mvp-soft)!important}
.mvp-safety-grid{display:grid!important;grid-template-columns:.95fr 1.05fr!important;align-items:center!important;gap:54px!important}
.mvp-safety-content .mvp-content-title{margin-bottom:20px!important}
.mvp-trust-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin-top:34px!important}
.mvp-trust-item{position:relative!important;min-height:54px!important;padding:16px 18px 16px 46px!important;border:1px solid var(--mvp-line)!important;border-radius:14px!important;background:#fff!important}
.mvp-trust-item:before{content:"✓";position:absolute;left:17px;top:14px;color:var(--mvp-red);font-size:18px;font-weight:950}
.mvp-trust-item .elementor-heading-title{color:var(--mvp-text)!important;font-size:14px!important;font-weight:800!important;line-height:1.45!important}
.mvp-image-panel-small .mvp-panel-image,.mvp-image-panel-small .mvp-panel-image .elementor-widget-container,.mvp-image-panel-small .mvp-panel-image img{height:420px!important}
.mvp-image-panel-small .mvp-panel-image img{object-position:56% 45%!important}

/* Contact */
.mvp-contact-section{
  padding:78px 0!important;
  color:#fff!important;
  background:radial-gradient(circle at 12% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#e52420 0%,#c71916 58%,#970f0d 100%)!important;
}
.mvp-contact-grid{display:grid!important;grid-template-columns:.82fr 1.18fr!important;gap:54px!important;align-items:center!important}
.mvp-eyebrow-light p{color:#fff!important}
.mvp-eyebrow-light p:before{background:#fff!important}
.mvp-contact-title .elementor-heading-title{max-width:600px!important;color:#fff!important}
.mvp-contact-intro{margin-top:18px!important}
.mvp-contact-intro p{color:rgba(255,255,255,.86)!important;font-size:18px!important;line-height:1.55!important}
.mvp-contact-lines{gap:10px!important;margin-top:28px!important}
.mvp-contact-line .elementor-heading-title,.mvp-contact-line .elementor-heading-title a{color:#fff!important;font-size:16px!important;font-weight:850!important;line-height:1.35!important}
.mvp-contact-line .elementor-heading-title a:hover{color:#ffe1e1!important}
.mvp-contact-form{padding:28px!important;border-radius:18px!important;background:#fff!important;color:var(--mvp-text)!important;box-shadow:0 25px 70px rgba(0,0,0,.22)!important}
.mvp-contact-form .elementor-form{display:flex!important;flex-wrap:wrap!important;margin-left:-8px!important;margin-right:-8px!important}
.mvp-contact-form .elementor-field-group{padding-left:8px!important;padding-right:8px!important;margin-bottom:16px!important}
.mvp-contact-form .elementor-field-label{margin-bottom:8px!important;color:#51545a!important;font-size:13px!important;font-weight:800!important;line-height:1.3!important}
.mvp-contact-form .elementor-field{
  min-height:50px!important;
  width:100%!important;
  padding:14px 15px!important;
  border:1px solid #dfe2e8!important;
  border-radius:10px!important;
  outline:none!important;
  background:#fbfcfd!important;
  color:var(--mvp-text)!important;
  font-family:inherit!important;
  font-size:15px!important;
  box-shadow:none!important;
}
.mvp-contact-form textarea.elementor-field{min-height:132px!important;resize:vertical!important}
.mvp-contact-form .elementor-field:focus{border-color:var(--mvp-red)!important;box-shadow:0 0 0 4px rgba(229,36,32,.08)!important}
.mvp-contact-form .elementor-field-type-submit{width:100%!important}
.mvp-contact-form .elementor-button{
  width:100%!important;
  min-height:52px!important;
  border:0!important;
  border-radius:8px!important;
  background:var(--mvp-red)!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:15px!important;
  font-weight:900!important;
  box-shadow:0 12px 25px rgba(229,36,32,.22)!important;
  transition:transform .2s ease,background-color .2s ease!important;
}
.mvp-contact-form .elementor-button:hover,.mvp-contact-form .elementor-button:focus-visible{transform:translateY(-2px);background:var(--mvp-red-dark)!important}
.mvp-contact-form .elementor-message{width:100%;margin:8px 8px 0!important;font-size:14px!important}

/* Footer */
.mvp-site-footer{width:100%!important;padding:54px 0 22px!important;background:#101113!important;color:#fff!important}
.mvp-footer-grid{display:grid!important;grid-template-columns:1.3fr .6fr .8fr!important;gap:56px!important}
.mvp-footer-column{align-items:flex-start!important}
.mvp-footer-logo{width:220px!important;max-width:220px!important;margin:0 0 16px!important}
.mvp-footer-logo img{width:100%!important;height:auto!important;object-fit:contain!important}
.mvp-footer-copy{max-width:360px!important}
.mvp-footer-copy p{color:rgba(255,255,255,.68)!important;font-size:14px!important;line-height:1.6!important}
.mvp-footer-title .elementor-heading-title{margin:0 0 14px!important;color:#fff!important;font-size:15px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.05em!important;text-transform:uppercase!important}
.mvp-footer-link{width:100%!important;margin:0 0 8px!important}
.mvp-footer-link .elementor-heading-title,.mvp-footer-link .elementor-heading-title a{color:rgba(255,255,255,.74)!important;font-size:14px!important;font-weight:400!important;line-height:1.4!important}
.mvp-footer-link .elementor-heading-title a:hover{color:#fff!important}
.mvp-footer-bottom{display:flex!important;flex-direction:row!important;justify-content:space-between!important;gap:20px!important;margin-top:40px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.12)!important}
.mvp-footer-bottom-text p,.mvp-footer-bottom-text a{color:rgba(255,255,255,.58)!important;font-size:13px!important;line-height:1.45!important}
.mvp-footer-legal{text-align:right!important}

@media(max-width:1120px){
  .mvp-header-inner{grid-template-columns:220px minmax(0,1fr)!important}
  .mvp-header-cta{display:none!important}
  .mvp-nav{justify-self:end!important}
  .mvp-nav .elementor-nav-menu--main .elementor-nav-menu{gap:24px!important}
  .mvp-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .mvp-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mvp-split,.mvp-safety-grid,.mvp-contact-grid{grid-template-columns:1fr!important}
  .mvp-panel-image,.mvp-panel-image .elementor-widget-container,.mvp-panel-image img{height:430px!important}
  .mvp-image-panel-small .mvp-panel-image,.mvp-image-panel-small .mvp-panel-image .elementor-widget-container,.mvp-image-panel-small .mvp-panel-image img{height:430px!important}
}
@media(max-width:900px){
  .mvp-nav .elementor-nav-menu--main{display:none!important}
  .mvp-nav .elementor-menu-toggle{display:flex!important}
}
@media(max-width:820px){
  .admin-bar.marco-vyskove-prace-site .elementor-location-header{top:46px}
  .mvp-container{width:min(100% - 30px,var(--mvp-container))!important}
  .mvp-site-header{min-height:auto!important}
  .mvp-header-inner{min-height:auto!important;padding:14px 0!important;grid-template-columns:1fr auto!important;gap:12px!important}
  .mvp-header-logo{width:190px!important;max-width:190px!important}
  .mvp-nav{justify-self:end!important}
  .mvp-hero{min-height:auto!important;align-items:flex-start!important}
  .mvp-hero:after{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.86) 58%,rgba(255,255,255,.6))}
  .mvp-hero-bg,.mvp-hero-bg-image,.mvp-hero-bg-image .elementor-widget-container,.mvp-hero-bg-image img{min-height:100%!important;height:100%!important}
  .mvp-hero-bg-image img{object-position:68% 50%!important;opacity:.38}
  .mvp-hero-inner{min-height:0!important}
  .mvp-hero-content{padding:64px 0 84px!important;max-width:100%!important}
  .mvp-hero-title .elementor-heading-title{font-size:clamp(44px,12vw,70px)!important}
  .mvp-hero-lead p{font-size:19px!important}
  .mvp-section{padding:64px 0!important}
  .mvp-service-grid,.mvp-benefit-grid,.mvp-process-grid,.mvp-trust-grid{grid-template-columns:1fr!important}
  .mvp-service-card{min-height:0!important}
  .mvp-process-step:not(:last-child):after{display:none}
  .mvp-reference-grid{grid-template-columns:1fr!important}
  .mvp-contact-form .elementor-field-group{width:100%!important}
  .mvp-footer-grid{grid-template-columns:1fr!important;gap:28px!important}
  .mvp-footer-bottom{flex-direction:column!important}
  .mvp-footer-legal{text-align:left!important}
}
@media(max-width:520px){
  .mvp-btn,.mvp-btn .elementor-button{width:100%!important}
  .mvp-hero-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important}
  .mvp-hero-text p{font-size:16px!important}
  .mvp-panel-image,.mvp-panel-image .elementor-widget-container,.mvp-panel-image img,.mvp-image-panel-small .mvp-panel-image,.mvp-image-panel-small .mvp-panel-image .elementor-widget-container,.mvp-image-panel-small .mvp-panel-image img{height:300px!important}
  .mvp-contact-form{padding:20px!important}
  .mvp-section-title .elementor-heading-title,.mvp-content-title .elementor-heading-title,.mvp-contact-title .elementor-heading-title{font-size:34px!important}
}
