
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #295b2a;
  font-size: 16px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #CEFFE1;
  font-weight: 800;
  text-align: center;
}

h1, h2, h3 {
  font-weight: 800;
} 

.lp {
  overflow: hidden;
}

.lp-section {
  position: relative;
}

.lp-hero {
  position: relative;
  overflow: hidden;
  min-height: 1100px;
  display: flex;
  align-items: flex-start;
}

.lp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  height: 1100px;
  transform: translateX(-50%);
  background: url("img/hero-top.svg") center -1px / auto 1100px no-repeat;
  pointer-events: none;
}
.lp-hero .logo-top  {
  padding-top: 115px;
  margin: 0 auto;
  max-width: 320px;
  text-align: right;
}
.lp-hero .logo-top  img {
  width: 170px;
  height: auto;
}

.lp-kicker {
  display: inline-block;
  background: #ceff3d;
  color: #14351d;
  border-radius: 999px;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06rem;
 transform: rotate(-5.524deg);
padding: 0.6rem 1.5rem;
  margin-top: 140px;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
}

.lp-hero-title h1 {
  position: relative;
  font-size: 2.7rem;
  text-align:center;
  color: #5DE600;
  padding-left: 10px;
  letter-spacing: -0.09rem;
}

.lp-title-mark {
  position: relative;
  display: inline-block;
  z-index: 1;
  background-image: url(img/petla.svg);
  background-size: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 10px 17px 8px;
}

.lp-btn {
  border-radius: 624.9375rem;
  background: #F368CD;
  color: #fff;
  padding: 1.3rem 1.5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.20rem;
  letter-spacing: -0.0375rem;
  margin-top: 30px;
  font-weight: 800;
}
.lp-btn:hover {
  background: #ceff3d;
  color: #14351d;
}
.lp-btn svg {
  margin-right: -3px;
}
.lp-btn:hover svg {
  fill: #14351d;
}



.lp-hero .container {
  position: relative;
  z-index: 2;
}
.lp-hero .lp-btn svg {
    margin-right: 1px;
    margin-top: -2px;
}
.lp-prizes {
  margin-top: -160px;
  z-index: 2;
}
.lp-prizes-bg {
  padding-top: 80px;
  z-index: 2;
  background-image: url(img/64nagrody-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 290px auto;

}

.lp-prizes h2 {
color: #5DE600;
text-align: center;
font-family: "Bricolage Grotesque";
font-size: 2.84rem;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: -0.09rem;
margin-bottom: 0;
}

.lp-prizes h2.h2-stroke {
-webkit-text-stroke-width: 1.5px;
-webkit-text-stroke-color: #5DE600;
color: transparent;
}

.lp-prizes img {
  width: 100%;
  height: auto;
  padding-bottom: 1.5rem;
}

.lp-prizes article {
  text-align:left;
  letter-spacing: -0.005rem;
  font-size: 0.9rem;
  line-height: 1.3;
}
.lp-prizes article p {
  margin:0;
  letter-spacing: -0.001rem;
}


.prizes-flex{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:center;
    row-gap:40px;
    padding-top:70px;
}

.prize-item{
    width:calc((100% - 40px) / 2);
    text-align:center;
    position:relative;
    z-index:2;
}

.prize-item img{
    /* height:100%;
    max-height:200px;
    width:auto; */
    width:190px;
    max-width:190px;
    height:auto;
}

.prize-item p{
    margin-top:16px;
}

.prize-divider-1, .prize-divider-2 {
    flex:0 0 30px;

    height:120px;

    background:url("img/divider-1.svg") center center no-repeat;
    background-size:contain;

    margin-top:0px;

    pointer-events:none;
}
.prize-divider-2 {
    background:url("img/divider-2.svg") center center no-repeat;
}

.info-text {
  color: #1B3808;
  font-size: 1rem;
  letter-spacing: -0.03375rem;
  border-radius: 624.9375rem;
  background: #C6FB30;
  padding: 0.5rem 1.5rem;
  line-height: 1.3;
  display: inline-block;
}

.bg-divider-3 {
  margin: 50px -15px 50px 0 ;
  background-image: url(img/div-3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 120px;
}


.lp-title-konkurs h2{
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

.lp-title-konkurs h2::before{
    content: "";

    position: absolute;

    top: 50%;
    left: 50%;

    width: 550px;
    height: 70px;

    transform: translate(-50%, -50%);

    background: url("img/konkursu-h2.svg") center center no-repeat;
    background-size: contain;

    z-index: -1;
    pointer-events: none;
}


.lp-steps {
  padding:0;
  background: url("img/bg-regulamin.svg") center center no-repeat;
  background-size: 400px auto;

}
.lp-steps img {
  width: 145px;
  height: auto;
  padding-bottom: 1.5rem;
}
.lp-steps article {
  font-size: 0.9rem;
  line-height: 1.3;
}
.lp-steps article p {
  max-width: 280px;
  margin: 0 auto;
  letter-spacing: -0.01rem;
}
.lp-steps p.info-text a {
  color:#1B3808;
}



.lp-form-section {
  position: relative;
  overflow: hidden;
  min-height: 1570px;
  display: flex;
  align-items: flex-start;
  padding-top: 220px;
}

.lp-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  height: 1570px ;
  transform: translateX(-50%);
  background: url("img/bg-form2.svg") center 0 / auto 1570px no-repeat;
  pointer-events: none;
}
.lp-form-section .container {
  position: relative;
  z-index: 2;
}


.contest-form {
  padding: 4px 14px 30px;
  color: #dbffd9;
  font-family: Chillax;
  font-weight: 500;
  max-width: 320px;
  margin: 10px auto 0 auto;
}

.cf-field {
  background: #CEFFE1;
  border-radius: 999px;
  padding: 8px 26px 5px;
  margin-bottom: 16px;
}

.cf-field label {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  color: #5b8163;
  margin-bottom: 3px;
  text-align: left;
  letter-spacing: -0.02438rem;
  font-weight: 500;
}

.cf-field input,
.cf-field textarea {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  outline: none;
  color: #18381f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.cf-field textarea {
  line-height: 1.25;
}

.cf-field--textarea {
  border-radius: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cf-field--textarea textarea {
  min-height: 60px;
  resize: none;
}

.cf-upload-wrap {
  margin-bottom: 13px;
}

.cf-upload {
  min-height: 50px;
  border: 2px dashed #5DE600;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #C6FB30;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: -0.02625rem;
}


.cf-info {
  margin: 28px 0 16px;
  color: #CEFFE1;
  font-size: 0.7rem;
  line-height: 1.35;
  text-align: left;
  font-weight: 400;
  letter-spacing: -0.0225rem;
}

.cf-check {
  display: flex;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: -0.0225rem;
  font-weight: 400;
  color: #CEFFE1;
  font-size: 0.7rem;
  line-height: 1.35;
}

.cf-check .form-check-input {
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  flex: 0 0 18px;
  border: 2px solid #c7ff38;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.cf-check .form-check-input:checked {
  background-color: transparent;
  border-color: #c7ff38;
  background-image: none;
  position: relative;
}

.cf-check .form-check-input:checked::after {
  content: "✓";
  color: #c7ff38;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  left: 2px;
  top: -1px;
}

.cf-check .form-check-label {
  color: #CEFFE1;
  font-size: 0.7rem;
  line-height: 1.35;
}

.cf-submit {
  font-family: Bricolage Grotesque;
  font-size: 1.2rem;
  letter-spacing: -0.0375rem;
}
.cf-submit svg{
  margin-right: 2px;
}



.lp-faq-wrapper {
      position: relative;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
        margin-top: -18px;
}


.lp-faq-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 100vw;
    height: 450px;
    transform: translateX(-50%);
    background: url(img/bg-faq.svg) center 0 / auto 450px no-repeat;
    pointer-events: none;
}
.lp-faq-wrapper .container {
    position: relative;
    z-index: 2;
    padding-top:230px;
}


.lp-faq {
  margin: 0 auto;
  max-width: 330px;
  padding-bottom: 60px;
}

#faqAccordion {
  padding-top: 55px;
}

.lp-faq .accordion-item {
  background: transparent;
  border: 0;
  margin-bottom: 26px;
}

.lp-faq .accordion-button {
  min-height: 40px;
  border-radius: 999px !important;
  padding: 10px 25px 8px 25px;
  background: #d6ff4d;
  color: #14391c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  box-shadow: none;
}

.lp-faq .accordion-button:not(.collapsed) {
  background: #d96bcc;
  color: #fff;
  margin-top: 4px;
}


.lp-faq .accordion-button::after {
  width: 12px;
  height: 12px;
  margin-left: auto;
  background-image: none;
  content: "";
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
}

.lp-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.lp-faq .accordion-body {
  padding: 24px 10px 2px;
  color: #CEFFE1;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
}




.lp-products {
  margin-top: -200px;
  z-index: 2;
}


.lp-products {
  position: relative;
  z-index: 2;
}

.lp-products .product-item a svg {
  margin-top: -1px;
  width: 12px;
  height: auto;
  margin-right: 7px;
}

.lp-products-slider {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 44px 20px;
}

.product-item {
  text-align: center;
}

.product-item img {
  width: 100%;
  max-width: 130px;
  height: 190px;
  object-fit: contain;
  object-position: bottom;
  margin: 0 auto 16px;
  display: block;
}

.product-item p {
  min-height: 50px;
  margin: 0;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 38px;
  margin-top: 14px;
  padding: 13px 20px;
  border-radius: 999px;
  background: #F368CD;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.product-btn:hover,
.product-btn:focus {
  background: #c9f23f;
  color: #14391c;
}

.lp-winners-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 38px;
  margin-top: 14px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  background: #d6ff4d;
  color: #14391c;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.lp-winners-btn:hover,
.lp-winners-btn:focus,
.lp-winners-btn.active,
.lp-winners-btn[aria-expanded="true"] {
  background: #d96bcc;
  color: #fff;
  box-shadow: none;
}

.products-nav {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #0A3C1E;
  color: #fff;
  position: absolute;
  top: 41%;
  z-index: 5;
  transform: translateY(-50%);
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.products-prev {
  left: 6px;
}

.products-next {
  right: 6px;
}

/* .products-nav::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
}

.products-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.products-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
} */

.products-nav img {
  width: 18px;
  height: 18px;
  display: block;
}

/* .products-nav {
  padding: 0;
  background: transparent;
  box-shadow: none;
} */


.products-prev img,
.products-next img {
  margin-left: 6px;
}




.products-nav.swiper-button-disabled {
  opacity: .35;
  cursor: default;
}


img.prod-small-foto {
  padding-top: 55px;
}

@media (min-width: 768px) {
  .lp-products-slider {
    padding: 60px 60px 20px;
  }

  .product-item img {
    max-width: 150px;
    height: 210px;
  }

  .product-item p {
    min-height: 44px;
    font-size: 0.9rem;
  }

  .product-btn {
    min-width: 125px;
    min-height: 42px;
    margin-top: 16px;
    padding: 13px 24px;
    font-size: 0.9rem;
  }

  .lp-winners-btn {
    min-width: 125px;
    min-height: 42px;
    margin-top: 16px;
    padding: 13px 24px;
    font-size: 0.9rem;
  }

  .lp-products .product-item a svg {
    margin-top: 0px;
}

  .products-prev {
    left: 10px;
  }

  .products-next {
    right: 10px;
  }
}

@media (min-width: 992px) {
  .lp-products {
    max-width: 800px;
    margin: -200px auto 0 auto;
  }
  
  .lp-products-slider {
    max-width: 860px;
    padding: 40px 72px 20px;
  }

  .product-item img {
    max-width: 170px;
    height: 240px;
  }

  .product-item p {
    min-height: 52px;
    font-size: 0.95rem;
    line-height: 1.15;
  }

  .product-btn {
    min-width: 132px;
    min-height: 44px;
    margin-top: 18px;
    font-size: 0.92rem;
  }

  .lp-winners-btn {
    min-width: 132px;
    min-height: 44px;
    margin-top: 18px;
    font-size: 0.92rem;
  }

  .products-nav {
    width: 50px;
    height: 50px;
    top: 43%;
  }

  .products-prev {
    left: 16px;
  }

  .products-next {
    right: 16px;
  }

  /* .products-nav::before {
    width: 10px;
    height: 10px;
  } */
  .products-prev img, .products-next img {
    margin-left: 8px;
  }
  .products-nav img {
      width: 25px;
      height: 25px;
      display: block;
  }

  img.prod-small-foto {
    padding-top: 63px;
  }
}





.lp-footer {
  background: url("img/bg-footer-2.svg") center top no-repeat;
  background-size: 950px auto;
  padding-bottom: 80px;
}


 .logo-foot  {
  padding-top: 80px;
  text-align: center;
}
.logo-foot  img {
  width: 175px;
  height: auto;
}


.lp-links, .lp-links-soc{
    display:flex;
    flex-direction:column;
    gap:11px;
    padding: 100px 20px 0;
}

.lp-links-soc{
    padding: 25px 20px 0;
}

.lp-link{
    font-size: 1rem;
    font-weight:800;
    color: #0A3C1E;
    text-decoration:none;
    line-height:1.1;
    letter-spacing: -0.02rem;
}

.lp-link:hover{
    text-decoration:underline;
}

.lp-social{
    display:flex;
    align-items:center;
    gap:10px;

    font-size: 1rem;
    font-weight:800;
    color:#111;
    text-decoration:none;
    letter-spacing: -0.02rem;
}






h2 {
      position: relative;
    font-size: 2.8rem;
    text-align: center;
    color: #5DE600;
    /* padding-left: 10px; */
    letter-spacing: -0.09rem;
}


.lp-title {
  color: #CBEE4C;
  font-size: 1.7rem;
letter-spacing: -0.0525rem;
margin-bottom: 0.5rem;
}




.lp-placeholder {
  min-height: 260px;
  border: 2px dashed rgba(255,255,255,.4);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  color: #fff;
}

.lp-placeholder--small {
  min-height: 140px;
}

.lp-card {
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.2);
}

.lp-btn {
  border-radius: 999px;
  padding: 14px 32px;
}

.lp-input {
  border-radius: 999px;
  min-height: 56px;
}

.lp-textarea {
  border-radius: 24px;
}

@media (min-width: 576px) {
  .lp-prizes article {
    text-align: center;
  }
  .lp-links {
    padding: 100px 70px 0;
  }
  .lp-links-soc {
    padding: 22px 70px 0;
  }
}

@media (min-width: 768px) {
  .lp-links {
    padding: 100px 170px 0;
  }
  .lp-links-soc {
    padding: 22px 170px 0;
  }
   .lp-steps {
    background: none;
  }
}

@media (min-width: 992px) {
  .lp-links {
    padding: 100px 270px 0;
  }
  .lp-links-soc {
    padding: 22px 270px 0;
  }
  .info-text {
        /* max-width:580px; */
    margin: 0 auto;
  }
  .lp-steps {
    max-width: 700px;
    margin: 0 auto;
  }
}

/* desktop */

@media (min-width:1199px){
  .lp-hero {
      position: relative;
      overflow: hidden;
      min-height: 1400px;
      display: flex;
      align-items: flex-start;
    }

    .lp-hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 1;
      width: 100vw;
      height: 1400px;
      transform: translateX(-50%);
      background: url("img/bg-hero-desktop.svg") center -2px / auto 1400px no-repeat;
      pointer-events: none;
    }
    .lp-hero .logo-top  {
      padding-top:107px;
      margin: 0 auto;
      max-width: 907px;
      text-align: right;
    }
    .lp-hero .logo-top  img {
      width: 250px;
      height: auto;
    }
    .lp-kicker {
      font-size: 3rem;
        margin-top: 162px;
        margin-bottom: 35px;
    }
    .lp-hero-title h1 {
      font-size: 5rem;
    }

    .lp-title {
      font-size: 2.2rem;
  }

  .lp-prizes-bg {
    padding-top: 80px;
    background-size: 470px auto;
    margin-top: -11px;
    }


  .lp-btn {
      font-size: 1.6rem;
      font-weight: 800;
      margin-top: 55px;
      
  }
  .lp-btn svg {
    width: 20px;
    height: auto;
    margin-top: -2px;
  }



    .prizes-flex{
        gap: 50px 0;
        justify-content: start;
        background: url(img/64-desktop-diver.svg) 27px 300px no-repeat;
        background-size: contain;
        padding-top: 163px;
    }

    .prize-item{
        width:calc((100% ) / 3);
    }

    .prize-divider, .prize-divider-1, .prize-divider-2{
        display:none;
    }

    .lp-prizes {
      margin-top: -248px;
  }
      .lp-prizes article {
        text-align: left;
        padding-left: 80px;
        font-size: 1.3rem;
    }
    .prize-item img {
    max-width: 220px;
    width: 220px;
    }
    .info-text {
        font-size: 1.1rem;
    }
    .bg-divider-3 {
             margin: 76px 0 66px 0;
      background-image: url(img/div-3-desktop.svg);
    }
    .lp-steps {
        max-width: 980px;
        z-index: 10;
    }

    .lp-steps img {
        height: 210px;
        width: auto;
        padding-bottom: 1.5rem;
        padding-bottom: 40px;
    }
    .lp-title-konkurs h2::before {
     
      top: 50%;
      left: 50%;
      width: 595px;
      height: 150px;
      transform: translate(-50%, -50%);
      background: url(img/konkursu-h2-desk.svg) center center no-repeat;
      background-size: contain;
      z-index: -1;
      pointer-events: none;
      }

      .lp-title-konkurs {
        padding-bottom: 65px;
      }
      .div-4 {
        background: url("img/div-4.svg")  left 135px  no-repeat;
        background-size: 814px auto;
      }
      .lp-steps article {
        font-size: 1.3rem;
        padding-right: 30px;
    }
    .lp-steps .info-text{
        margin-top: 3rem;
    }
    h2 {
        font-size: 5rem;
    }



  .lp-form-section {
    min-height: 1780px;
    padding-top: 170px;
    align-items: flex-start;
    margin-top: -91px;
  }

  .lp-form-section::before {
    height: 1420px;
    background: url("img/bg-form-desktop2.svg") center top / cover no-repeat;
    background-size: 1565px auto;
  }

  .contest-form {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 22px;
  }

  .cf-field {
    margin-bottom: 0;
    padding: 8px 26px 7px;
    min-height: 52px;
  }

  .cf-upload-wrap,
  .cf-field--textarea,
  .cf-info,
  .cf-check {
    grid-column: 1 / -1;
  }

  .cf-upload-wrap {
    margin-bottom: 0;
  }

  .cf-upload {
    min-height: 50px;
  }

  .cf-field--textarea {
    border-radius: 28px;
    min-height: 100px;
    padding: 16px 26px 10px 26px;
  }

  .cf-field--textarea textarea {
    min-height: 64px;
  }

  .cf-info {
    max-width: 720px;
    margin: 16px 0 0;
    font-size: 0.75rem;
  }

  .cf-check {
    max-width: 442px;
    margin-bottom: 0;
    font-size: 0.75rem;
  }

  .cf-check .form-check-label {
    font-size: 0.75rem;
  }

  .cf-submit {
    grid-column: 2 / 3;
    justify-self: end;
    margin-top: -8px;
    min-width: 208px;
    min-height: 88px;
    font-size: 2rem;
    border-radius: 999px;
        position: relative;
    top: -96px;
  }

  .cf-submit svg {
    width: 23px;
    height: 20px;
    margin-right: 14px;
  }
  .cf-submit svg {
        width: 34px;
        height: 27px;
        margin-right: 5px;
  }
  .lp-faq-wrapper
 {
    margin-top: 77px;
  }
  .lp-products
 {
    margin-top: -633px;
  }
  .lp-faq .accordion-button {
      font-size: 1.1rem;
  }
  .lp-faq {
      margin: 0 auto;
      max-width: 396px;
      padding-bottom: 60px;
  }



.lp-faq-wrapper {
    min-height: 340px;
    padding-top: 20px;
    margin-top: -18px;
}


.lp-faq-wrapper::before {
    height: 340px;
    background: url(img/bg-faq-desktop.svg) center 0 / auto 340px no-repeat;
}
.lp-faq-wrapper .container {
    padding-top:65px;
}



  .lp-prizes article p, .lp-steps article p {
    letter-spacing: -0.045rem;
  }
    .lp-footer {
        background: url(img/bg-footer-desktop.svg) center top no-repeat;
        background-size: 2300px auto;
        padding-bottom: 80px;
        margin-top: -100px;
        padding-top: 270px;
    }
    .lp-links-soc, .lp-links {
      padding: 0;
    }
    .logo-foot {
      padding-top: 20px;
      text-align: center;
    }
    .logo-foot img {
        width: 263px;
        height: auto;
    }
    .lp-links {
      padding-left: 100px;
      padding-top: 30px;
    }
    .lp-links  .lp-link {
      font-size: 1.2rem;
    }
    
    


}

@media (min-width:1399px){ 
    .lp-steps {
        max-width: 1130px;
    }
    .div-4 {
        background: url(img/div-4.svg) left 130px no-repeat;
        background-size: 950px auto;
    }
    .prizes-flex{
        background: url(img/64-desktop-diver.svg) -4px 250px no-repeat;
                background-size: contain;
    }
    .lp-footer .container {
      max-width: 1180px;
    }
  }


  