:root {
  --blue: #044494;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  text-align: center;
  max-width: 600px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 800;
}

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

.text-block-2 {
  color: var(--blue);
  font-size: 24px;
}

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

.heading-2 {
  color: var(--blue);
  font-size: 80px;
}

.superscript {
  font-size: 50px;
}

.bold-text {
  font-weight: 800;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 35px;
  display: flex;
}

.text-block-3 {
  color: var(--blue);
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.heading-copy {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 500;
}

.heading-3 {
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.heading-4 {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 800;
  text-decoration: underline;
}

.bold-text-2 {
  font-weight: 800;
}

.container-2 {
  text-align: center;
  max-width: 600px;
}

.section {
  margin-bottom: 50px;
}

.text-block-4 {
  color: var(--blue);
  font-size: 12px;
  font-weight: 300;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--blue);
  font-weight: 600;
}

.text-block-5 {
  color: var(--blue);
  font-size: 12px;
}

.image {
  margin-bottom: 15px;
}

.section-2 {
  padding-bottom: 35px;
}

.image-2 {
  margin-top: 20px;
}


