.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 35px;
  right: 15px;
  cursor: pointer;
}
.hamburger span {
  font-size: 16px;
  font-family: monospace;
}
.hamburger div {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
.hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.hamburger.change .bar2 {
  opacity: 0;
}
.hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

a, p, span, li, td, div, label, blockquote, input, textarea, select, h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", sans-serif;
}

.site-container {
  max-width: 80rem;
  padding: 0 0.9375rem;
  margin: 0 auto;
  width: 100%;
}

.site-header-top {
  background-image: -webkit-gradient(linear, left top, right top, from(#002856), color-stop(66%, #0078C9));
  background-image: linear-gradient(90deg, #002856 0%, #0078C9 66%);
  background-size: 200% 100%;
  background-position: left center;
  padding-top: 3px;
}
.site-header-top a, .site-header-top a:link, .site-header-top a:visited {
  display: inline-block;
  padding: 1rem 3.625rem;
  color: #222f38;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff;
}

a.site__button, a.site__button:link, a.site__button:visited {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1;
  background-color: #e42a00;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  text-align: center;
  border-radius: 0.25rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #E42A00), color-stop(66%, #BB2300));
  background-image: linear-gradient(90deg, #E42A00 0, #BB2300 66%);
  background-repeat: no-repeat;
  background-size: 300% auto;
  background-position: left center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a.site__button:hover, a.site__button:link:hover, a.site__button:visited:hover {
  background-position: right -1px center;
}

.site-header {
  margin: 0;
  padding: 0 1.875rem;
  border-bottom: 1px solid rgba(203, 203, 203, 0.2);
}
.site-header__top {
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo {
  max-width: 22rem;
}
.site-header__logo img {
  width: 100%;
}
.site-header__nav {
  border-top: 1px solid rgba(203, 203, 203, 0.2);
}

.main-navigation {
  background-color: transparent;
  padding: 0;
}
.main-navigation .nav-menu {
  border: none;
}
.main-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li a {
  padding: 0.75em 1em;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 1.125rem;
  line-height: 1;
  color: #002856;
  font-weight: 400;
}
.main-navigation .nav-menu ul li ul li a:hover {
  text-decoration: underline;
}
.main-navigation .nav-menu > ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.9375rem;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 1.125rem;
  line-height: 1;
  color: #002856;
  font-weight: 700;
  padding: 1rem 0.9375rem;
}

.site-footer {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #002856), to(#0078c9));
  background-image: linear-gradient(180deg, #002856 0, #0078c9);
  background-size: 100% 200%;
  background-position: top center;
  padding: 1.875rem 0;
  margin-top: 1.25rem;
}
.site-footer__content {
  margin: 5rem 0;
  padding: 0 1.875rem;
  gap: 4rem;
  grid-template-columns: 112px repeat(2, minmax(0, 20%)) 1fr;
  display: grid;
}
.site-footer__logo {
  display: block;
  max-width: 7rem;
}
.site-footer__logo img {
  width: 100%;
}
.site-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.site-footer__contact p {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.site-footer__contact a, .site-footer__contact a:link, .site-footer__contact a:visited {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.site-footer__socials h3 {
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.site-footer__socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #ffffff26;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__socials a:hover, .site-footer__socials a:link:hover, .site-footer__socials a:visited:hover {
  background-color: #002856;
}
.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.site-footer__nav a, .site-footer__nav a:link, .site-footer__nav a:visited {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
}
.site-footer__nav a:hover, .site-footer__nav a:link:hover, .site-footer__nav a:visited:hover {
  text-decoration: underline;
}
.site-footer__bottom {
  padding: 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.site-footer__bottom p, .site-footer__bottom span {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.site-footer__bottom a, .site-footer__bottom a:link, .site-footer__bottom a:visited {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.site-footer__bottom a:hover, .site-footer__bottom a:link:hover, .site-footer__bottom a:visited:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .site-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.875rem 0;
    gap: 1.875rem;
  }
  .site-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .site-footer__bottom span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .site-header__logo {
    max-width: 18.75rem;
  }
  .site-header__top a.site__button, .site-header__top a:link.site__button, .site-header__top a:visited.site__button {
    display: none;
  }

  .site-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1.875rem 0;
    gap: 1.875rem;
  }
}