.bg-color--primary {
  background-color: #0563A7;
}
.bg-color--secondary {
  background-color: #E0F5FF;
}
.bg-color--tertiary {
  background-color: #1684AC;
}
.bg-color--fourth {
  background-color: #07303F;
}

.color--primary {
  color: #0563A7;
}
.color--secondary {
  color: #E0F5FF;
}
.color--tertiary {
  color: #1684AC;
}
.color--fourth {
  color: #07303F;
}

.button--outline--primary:hover {
  background-color: #0563A7 !important;
  color: #E0F5FF !important;
}
.button--outline--secondary:hover {
  background-color: #1684AC !important;
  color: #E0F5FF !important;
}
.button--fill--primary:hover {
  background-color: #1684AC !important;
  color: #E0F5FF !important;
}

.border-color--primary {
  border-color: #0563A7 !important;
}
.border-color--secondary {
  border-color: #E0F5FF !important;
}
.border-color--tertiary {
  border-color: #1684AC !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sour Gummy", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-size: 45px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 27px;
  }
}

h3 {
  font-size: 20px;
}

p, a, li, button {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 19px !important;
}

.nav-link:hover {
  color: #1684AC;
}

.list--item {
  list-style: none;
}

.link--style {
  text-decoration: none;
  color: inherit;
}

.brand_container {
  width: 100px;
  margin-left: 3rem;
}
@media (max-width: 991px) {
  .brand_container {
    width: 70px;
    margin-left: 1rem;
  }
}

.w-container {
  max-width: 500px !important;
}
@media (max-width: 660px) {
  .w-container {
    min-width: 330px;
  }
}
@media (max-width: 320px) {
  .w-container {
    min-width: 200px;
  }
}

.box-margin {
  margin: 30px 30px 50px;
}
@media (max-width: 768px) {
  .box-margin {
    margin: 10px 10px 30px;
  }
}

.box-padding--first {
  padding: 4rem;
}
@media (max-width: 1200px) {
  .box-padding--first {
    padding: 1rem;
  }
}

/*# sourceMappingURL=app.output.css.map */
