:root {
  --mainblue: #0022f5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.section {
  background-color: var(--mainblue);
  background-image: linear-gradient(#0022f5e6, #0022f5e6), url('../images/WhatsApp-Image-2025-07-22-at-14.52.20-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image {
  object-fit: contain;
  width: 240px;
  height: 100px;
}

.div-block-2 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph {
  color: #ffffffc4;
  text-align: center;
  font-size: 17px;
  line-height: 150%;
}

.section-2 {
  background-color: #f5f5f599;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  text-decoration: none;
  box-shadow: 0 2px 6px 2px #00000012;
}

.image-2 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 250px;
}

.div-block-3 {
  padding-top: 15px;
}

.text-block-2 {
  color: #303030;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
}

.text-block-3 {
  color: #3333335e;
  margin-bottom: 15px;
  font-size: 16px;
}

.text-block-4 {
  text-align: right;
  font-size: 13px;
  text-decoration: underline;
}

.section-3 {
  background-color: var(--mainblue);
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
}

.image-3 {
  object-fit: contain;
  width: 30px;
  height: 35px;
  margin-right: 15px;
}

.image-4 {
  object-fit: contain;
  height: 50px;
}

.section-2-copy {
  background-color: #f5f5f599;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-5 {
  margin-bottom: 50px;
  font-size: 39px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-6 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.tablink {
  background-color: #fff;
  border: 1px solid #0022f554;
  border-radius: 5px;
  margin-right: 15px;
}

.tablink.w--current {
  background-color: var(--mainblue);
  color: #fff;
}

.tab-pane-tab-1 {
  padding-top: 35px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 5px #0000000f;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.image-5.contain {
  object-fit: contain;
}

.div-block-5 {
  text-align: center;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .text-block {
    margin-bottom: 15px;
    font-size: 41px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-block {
    padding: 20px;
  }

  .image-2 {
    height: 150px;
  }

  .text-block-2 {
    margin-bottom: 0;
    font-size: 17px;
  }

  .text-block-3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .section-2-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .section-2-copy {
    padding-top: 50px;
  }

  .tab-pane-tab-1 {
    padding-top: 25px;
  }

  .image-5 {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .image {
    width: 130px;
    height: 60px;
  }

  .text-block {
    font-size: 28px;
  }

  .paragraph {
    font-size: 15px;
  }

  .section-2 {
    padding-top: 50px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image-2 {
    height: 200px;
  }

  .div-block-4 {
    height: 70px;
  }

  .image-3 {
    width: 25px;
    height: 25px;
  }

  .section-2-copy {
    padding-top: 35px;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .tablink {
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .link-block-2 {
    padding: 20px;
  }

  .tabs-menu {
    display: flex;
  }
}


