.elementor-2052 .elementor-element.elementor-element-1063ff6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bc6acd0 */.spk-adv-page{
  --spk-blue:#0c3f73;
  --spk-blue-2:#0f5fa8;
  --spk-blue-3:#1594d1;
  --spk-accent:#ffb938;
  --spk-text:#1e293b;
  --spk-text-2:#5f728b;
  --spk-line:#dbe6f2;
  --spk-bg:#f7fbff;
}

.spk-adv-page *{
  box-sizing:border-box;
}

.spk-adv-container{
  width:min(1280px, calc(100% - 40px));
  margin:0 auto;
}

.spk-adv-badge{
  display:inline-flex;
  padding:10px 18px;
  margin-bottom:18px;
  border-radius:999px;
  background:rgba(15,95,168,.08);
  color:#0f5fa8;
  font-size:14px;
  font-weight:900;
}

.spk-adv-title{
  margin:0 0 18px;
  font-size:clamp(32px,4vw,46px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.025em;
  color:var(--spk-text);
}

.spk-adv-text{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.68;
  color:var(--spk-text-2);
}

.spk-adv-head{
  max-width:860px;
  margin-bottom:38px;
}

/* HERO */

.spk-adv-hero{
  padding:calc(var(--gt-header-offset-desktop, 116px) + 36px) 0 94px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,185,56,.14), transparent 30%),
    linear-gradient(135deg,#0c3f73 0%,#0f5fa8 58%,#1594d1 100%);
}

.spk-adv-hero__content{
  max-width:860px;
  color:#fff;
}

.spk-adv-hero__badge{
  display:inline-flex;
  padding:8px 16px;
  margin-bottom:22px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.spk-adv-hero__title{
  margin:0 0 24px;
  font-size:clamp(42px,5.4vw,64px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.04em;
  color:#fff;
}

.spk-adv-hero__text{
  max-width:760px;
  margin:0 0 32px;
  font-size:19px;
  line-height:1.68;
  color:rgba(255,255,255,.9);
}

.spk-adv-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.spk-adv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:14px 26px;
  border-radius:14px;
  text-decoration:none;
  font-size:16px;
  font-weight:900;
  transition:.25s ease;
}

.spk-adv-btn:hover{
  transform:translateY(-2px);
}

.spk-adv-btn--accent{
  background:var(--spk-accent);
  color:#0f2f57;
  box-shadow:0 12px 28px rgba(255,185,56,.28);
}

.spk-adv-btn--light{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
}

/* MAIN ADVANTAGES */

.spk-adv-main{
  padding:96px 0;
  background:#fff;
}

.spk-adv-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.spk-adv-card{
  min-height:245px;
  padding:28px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(15,95,168,.1);
  box-shadow:0 14px 34px rgba(6,31,59,.06);
}

.spk-adv-card--accent{
  background:linear-gradient(135deg,#1654b7 0%, #0d3f98 100%);
  border-color:transparent;
  box-shadow:0 20px 44px rgba(18,76,170,.2);
}

.spk-adv-card__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:48px;
  margin-bottom:18px;
  padding:0 14px;
  border-radius:16px;
  background:#eaf4fb;
  color:#0f5fa8;
  font-size:14px;
  font-weight:900;
}

.spk-adv-card h3{
  margin:0 0 12px;
  font-size:23px;
  line-height:1.15;
  font-weight:900;
  color:#16304f;
}

.spk-adv-card p{
  margin:0;
  font-size:15px;
  line-height:1.66;
  color:#62758f;
}

.spk-adv-card--accent .spk-adv-card__num{
  background:rgba(255,255,255,.14);
  color:#fff;
}

.spk-adv-card--accent h3{
  color:#fff;
}

.spk-adv-card--accent p{
  color:rgba(255,255,255,.86);
}

/* CALC WIDE */

.spk-adv-calc{
  position:relative;
  padding:96px 0;
  background:#f7fbff;
  overflow:hidden;
}

.spk-adv-calc__top{
  display:grid;
  grid-template-columns:minmax(0, 760px) minmax(360px, 1fr);
  gap:34px;
  align-items:start;
  margin-bottom:30px;
}

.spk-adv-calc__content{
  position:relative;
  z-index:2;
}

.spk-adv-calc__title{
  margin:0 0 18px;
  font-size:44px;
  line-height:1.08;
  font-weight:900;
  color:#1E293B;
  letter-spacing:-.025em;
}

.spk-adv-calc__text{
  max-width:720px;
  margin:0 0 28px;
  font-size:18px;
  line-height:1.65;
  color:#5d6d8c;
}

.spk-adv-calc__features{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
  max-width:760px;
}

.spk-adv-calc__feature{
  position:relative;
  padding:16px 18px 16px 44px;
  background:#fff;
  border:1px solid #dbe5f3;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(13,27,61,.05);
  font-size:15px;
  font-weight:800;
  color:#22304f;
}

.spk-adv-calc__feature:before{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  width:12px;
  height:12px;
  border-radius:50%;
  transform:translateY(-50%);
  background:#1d62d8;
  box-shadow:0 0 0 6px rgba(29,98,216,.12);
}

.spk-adv-calc__image{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:390px;
  margin-top:28px;
}

.spk-adv-calc__image:before{
  content:"";
  position:absolute;
  left:50%;
  bottom:6px;
  width:380px;
  height:380px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(circle, rgba(29,98,216,.10) 0%, rgba(29,98,216,.05) 42%, transparent 70%);
  pointer-events:none;
}

.spk-adv-calc__image img{
  position:relative;
  z-index:2;
  width:auto;
  max-width:470px;
  max-height:420px;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 26px 34px rgba(13,27,61,.16));
}

.spk-adv-calc__form-wrap{
  position:relative;
  z-index:3;
  width:100%;
  padding:26px 30px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(15,95,168,.12);
  box-shadow:0 18px 46px rgba(6,31,59,.08);
}

.spk-adv-calc__form{
  width:100%;
}

/* PROCESS */

.spk-adv-process{
  padding:96px 0;
  background:#fff;
}

.spk-adv-process__grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:34px;
  align-items:start;
}

.spk-adv-process__content{
  max-width:640px;
}

.spk-adv-process__list{
  display:grid;
  gap:16px;
}

.spk-adv-step{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(15,95,168,.1);
  box-shadow:0 14px 34px rgba(6,31,59,.06);
}

.spk-adv-step span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:16px;
  background:#eaf4fb;
  color:#0f5fa8;
  font-size:14px;
  font-weight:900;
}

.spk-adv-step h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.18;
  font-weight:900;
  color:#16304f;
}

.spk-adv-step p{
  margin:0;
  font-size:15px;
  line-height:1.64;
  color:#62758f;
}

/* TABLET */

@media (max-width:1024px){
  .spk-adv-container{
    width:min(1280px, calc(100% - 32px));
  }

  .spk-adv-hero{
    padding:calc(var(--gt-header-offset-tablet, 96px) + 24px) 0 72px;
  }

  .spk-adv-main,
  .spk-adv-calc,
  .spk-adv-process{
    padding:76px 0;
  }

  .spk-adv-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .spk-adv-calc__top,
  .spk-adv-process__grid{
    grid-template-columns:1fr;
  }

  .spk-adv-calc__image{
    min-height:330px;
    margin-top:0;
  }

  .spk-adv-calc__image img{
    max-width:390px;
    max-height:360px;
  }
}

/* MOBILE */

@media (max-width:767px){
  .spk-adv-container{
    width:min(1280px, calc(100% - 40px));
  }

  .spk-adv-hero{
    padding:calc(var(--gt-header-offset-mobile, 86px) + 14px) 0 48px;
  }

  .spk-adv-hero__badge,
  .spk-adv-badge{
    padding:8px 14px;
    font-size:12px;
  }

  .spk-adv-hero__title{
    font-size:37px;
    line-height:1.1;
  }

  .spk-adv-hero__text,
  .spk-adv-text,
  .spk-adv-calc__text{
    font-size:15px;
    line-height:1.6;
  }

  .spk-adv-hero__actions{
    flex-direction:column;
  }

  .spk-adv-btn{
    width:100%;
    min-height:50px;
    padding:12px 16px;
    font-size:15px;
  }

  .spk-adv-main,
  .spk-adv-calc,
  .spk-adv-process{
    padding:72px 0;
  }

  .spk-adv-title,
  .spk-adv-calc__title{
    font-size:32px;
  }

  .spk-adv-grid,
  .spk-adv-calc__features{
    grid-template-columns:1fr;
  }

  .spk-adv-card,
  .spk-adv-step{
    padding:22px 18px;
    border-radius:20px;
  }

  .spk-adv-calc__image{
    min-height:280px;
    margin-top:-4px;
  }

  .spk-adv-calc__image:before{
    width:260px;
    height:260px;
  }

  .spk-adv-calc__image img{
    max-width:300px;
    max-height:300px;
  }

  .spk-adv-calc__form-wrap{
    padding:18px;
    border-radius:22px;
  }

  .spk-adv-step{
    grid-template-columns:1fr;
    gap:14px;
  }
}/* End custom CSS */