.elementor-4712 .elementor-element.elementor-element-0572347{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-4712 .elementor-element.elementor-element-0572347{padding:0px 0px 20px 0px;}}/* Start custom CSS for html, class: .elementor-element-0572347 */:root{
    --dsr-blue:#0b67b5;
    --dsr-card1-radius:18px;
    --dsr-shadow:0 10px 25px rgba(0,0,0,.15);
    --dsr-gap:22px;
  }  
  
  .dsr-strip1{
background:transparent !important;
padding:22px 18px;
}

  .dsr-wrap1{
    max-width:1100px;
    margin:0 auto;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:12px;
  }

  .dsr-viewport1{
    overflow:hidden;
    border-radius:22px;
  }

  .dsr-track{
    display:flex;
    gap:var(--dsr-gap);
    padding:4px;
    overflow:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    /* snapping makes it feel like a real slider even without JS */
    scroll-snap-type:x mandatory;
    cursor:grab;
    user-select:none;
    -webkit-overflow-scrolling:touch;
  }
  .dsr-track:active{ cursor:grabbing; }
  .dsr-track::-webkit-scrollbar{ display:none; }

  .dsr-card1{
    flex:0 0 calc((100% - (var(--dsr-gap) * 2)) / 3);
    background:#fff;
    border-radius:var(--dsr-card1-radius);
    box-shadow:var(--dsr-shadow);
    text-decoration:none;
    color:#111;
    display:flex;
    flex-direction:column;
    min-height:270px;
    scroll-snap-align:start;
    overflow:hidden;
  }

  .dsr-img{
    margin:14px 14px 0 14px;
    border-radius:calc(var(--dsr-card1-radius) - 2px);
    overflow:hidden;
    aspect-ratio:16/10;
    background:#e9eef5;
  }
  .dsr-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .25s ease;
  }
  .dsr-card1:hover .dsr-img img{ transform:scale(1.02); }

  .dsr-bottom{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:12px;
    padding:14px 14px 16px;
  }
  .dsr-title{
    font-size:16px;
    line-height:1.15;
    margin:0;
    font-weight:700;
    max-width:80%;
  }
  .dsr-cta{
    width:38px;
    height:38px;
    border-radius:999px;
    background:var(--dsr-blue);
    color:#fff;
    display:grid;
    place-items:center;
    font-weight:700;
    flex:0 0 auto;
  }

  .dsr-navcour1{
    width:44px;
    height:44px;
    border-radius:999px;
    border:0;
    cursor:pointer;
    background:#ababab;
    color:#fff;
    font-size:30px;
    line-height:44px;
    display:grid;
    place-items:center;
    transition:transform .15s ease, background .15s ease;
    user-select:none;
  }
  .dsr-navcour1:hover{
    transform:translateY(-1px);
    background:#f06f26;
  }
  .dsr-navcour1:disabled{
    opacity:.45;
    cursor:not-allowed;
  }

  .dsr-dot1s1{
    max-width:1100px;
    margin:14px auto 0;
    display:flex;
    justify-content:center;
    gap:8px;
  }
  .dsr-dot1{
    width:9px;height:9px;border-radius:999px;
    background:#527899;
    border:0;
    cursor:pointer;
  }
  .dsr-dot1[aria-current="true"]{
    background:#f06f26;
    width:22px;
  }

.dsr-cta::before {
  content: "↗";
    font-size: 16px;
    font-weight: 700;
}

    


  /* Responsive */
  @media (max-width: 980px){
    .dsr-card1{ flex-basis: calc((100% - var(--dsr-gap)) / 2); }
  }

@media (max-width: 640px){
  .dsr-wrap1{ grid-template-columns:1fr; }
  .dsr-navcour1{ display:none; }

  /* show 1 card properly */
  .dsr-card1{ 
    flex: 0 0 100%;
  }

  /* keep scroll clean */
  .dsr-viewport1{ overflow:hidden; }

  .dsr-track{ 
    padding-left:6px;
    gap:16px;
  }
}/* End custom CSS */