:root {
  --white: white;
  --black: black;
}

.section {
  background-image: linear-gradient(45deg, #003764, #296eaa);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block {
  grid-column-gap: 109px;
  grid-row-gap: 109px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: grid;
}

.div-block-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 42px;
  display: grid;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  font-family: agenda-one, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 56px;
}

.text-span {
  font-weight: 600;
}

.text-span-2 {
  font-style: normal;
  font-weight: 600;
}

.text-block {
  color: #fff;
  font-family: agenda-one, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.text-span-3, .text-span-4 {
  font-weight: 600;
}

.text-span-5, .text-span-6 {
  font-style: italic;
  font-weight: 600;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: flex;
}

.link-block {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  margin-right: 52px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: agenda-one, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.div-block-6, .image {
  margin-right: 12px;
}

.div-block-7 {
  display: none;
}

.text-span-7 {
  font-weight: 600;
}

.text-block-3 {
  color: var(--white);
  font-family: agenda-one, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.text-span-8, .text-span-9, .text-span-10 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .section {
    flex-flow: column;
  }

  .div-block {
    text-align: center;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
  }

  .div-block-7 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 80px;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading {
    font-size: 24px;
    line-height: 26px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .link-block-2 {
    margin-right: 32px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .div-block-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-8 {
    width: 390px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .link-block-2 {
    margin-right: 24px;
  }

  .div-block-8 {
    width: 270px;
    max-width: 660px;
  }
}

#w-node-_9bf34d05-7d74-3650-4e80-45527de4747a-7aa1f383, #w-node-_2ccc3521-eb83-29dd-aa11-7ebc98fe251b-7aa1f383, #w-node-_46944fdf-e252-ec02-34fd-674c869a0400-7aa1f383 {
  justify-self: center;
}


