.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 22px;
  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: "Source Sans 3", sans-serif;
}

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

.site-header {
  margin: 0;
  padding: 1.875rem 3.125rem 2.8125rem;
  border: none;
  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: 11.375rem;
}
.site-header__logo img {
  width: 100%;
}

.site-header-top {
  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;
  background-color: #fafafa;
  padding: 0.625rem 3.125rem;
}
.site-header-top .site__socials a, .site-header-top .site__socials a:link, .site-header-top .site__socials a:visited {
  color: #383a3c;
  border-color: #383a3c;
}
.site-header-top .site__socials a:hover {
  color: #ffffff;
}
.site-header-top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.site-header-top__nav a, .site-header-top__nav a:link, .site-header-top__nav a:visited {
  color: #383a3c;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 700;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.site-header-top__nav a:hover, .site-header-top__nav a:focus, .site-header-top__nav a:link:hover, .site-header-top__nav a:link:focus, .site-header-top__nav a:visited:hover, .site-header-top__nav a:visited:focus {
  border-color: #196bac;
  color: #196bac;
}

.site__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.site__socials a, .site__socials a:link, .site__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: 1.875rem;
  height: 1.875rem;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site__socials a.linkedin:hover, .site__socials a.linkedin:focus, .site__socials a:link.linkedin:hover, .site__socials a:link.linkedin:focus, .site__socials a:visited.linkedin:hover, .site__socials a:visited.linkedin:focus {
  background-color: #007bb5;
  border: none;
}
.site__socials a.youtube:hover, .site__socials a.youtube:focus, .site__socials a:link.youtube:hover, .site__socials a:link.youtube:focus, .site__socials a:visited.youtube:hover, .site__socials a:visited.youtube:focus {
  background-color: red;
  border: none;
}
.site__socials a.twitter:hover, .site__socials a.twitter:focus, .site__socials a:link.twitter:hover, .site__socials a:link.twitter:focus, .site__socials a:visited.twitter:hover, .site__socials a:visited.twitter:focus {
  background-color: #1da1f2;
  border: none;
}
.site__socials a.facebook:hover, .site__socials a.facebook:focus, .site__socials a:link.facebook:hover, .site__socials a:link.facebook:focus, .site__socials a:visited.facebook:hover, .site__socials a:visited.facebook:focus {
  background-color: #3b5998;
  border: none;
}
.site__socials a.instagram:hover, .site__socials a.instagram:focus, .site__socials a:link.instagram:hover, .site__socials a:link.instagram:focus, .site__socials a:visited.instagram:hover, .site__socials a:visited.instagram:focus {
  background: linear-gradient(0.593turn, #275de6 5.1%, #c056b9 23.98%, #f96154 51.59%, #ff8c1d 71.42%, #fbd386 89.95%);
  border: none;
}

.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: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #383a3c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu ul li ul li a:hover {
  color: #ec881d;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #383a3c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu > ul > li > a.dropdown::after {
  color: #ec881d;
}
.main-navigation .nav-menu > ul > li:hover > a {
  color: #ec881d;
}
.main-navigation .nav-menu > ul > li:last-child > ul {
  left: auto;
  right: 0;
}

.site-footer {
  background-color: #383a3c;
  padding: 2.5rem 3.125rem;
  margin-top: 1.25rem;
}
.site-footer a.site-footer__logo, .site-footer a.site-footer__logo:link, .site-footer a.site-footer__logo:visited {
  max-width: 11.25rem;
  display: block;
}
.site-footer a.site-footer__logo img, .site-footer a.site-footer__logo:link img, .site-footer a.site-footer__logo:visited img {
  width: 100%;
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer__nav-l1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  border-right: 1px solid #6d7275;
  padding-right: 1.25rem;
}
.site-footer__nav-l1 a, .site-footer__nav-l1 a:link, .site-footer__nav-l1 a:visited {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.125rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__nav-l1 a:hover, .site-footer__nav-l1 a:focus, .site-footer__nav-l1 a:link:hover, .site-footer__nav-l1 a:link:focus, .site-footer__nav-l1 a:visited:hover, .site-footer__nav-l1 a:visited:focus {
  border-color: #ec881d;
}
.site-footer__nav-l2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
  gap: 1.25rem;
}
.site-footer__nav-l2 a, .site-footer__nav-l2 a:link, .site-footer__nav-l2 a:visited {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.125rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__nav-l2 a:hover, .site-footer__nav-l2 a:focus, .site-footer__nav-l2 a:link:hover, .site-footer__nav-l2 a:link:focus, .site-footer__nav-l2 a:visited:hover, .site-footer__nav-l2 a:visited:focus {
  border-color: #ec881d;
}
.site-footer__nav-l3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}
.site-footer__nav-l3 p {
  color: #cbcdce;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  padding-right: 1.25rem;
}
.site-footer__nav-l3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer__nav-l3 ul li {
  border-left: 1px solid #6d7275;
  padding: 0 1.25rem;
}
.site-footer__nav-l3 a, .site-footer__nav-l3 a:link, .site-footer__nav-l3 a:visited {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.125rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__nav-l3 a:hover, .site-footer__nav-l3 a:focus, .site-footer__nav-l3 a:link:hover, .site-footer__nav-l3 a:link:focus, .site-footer__nav-l3 a:visited:hover, .site-footer__nav-l3 a:visited:focus {
  border-color: #ec881d;
}
.site-footer__bar {
  margin: 1.875rem auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ec881d), color-stop(33.33%, #de6a22), color-stop(66.66%, #d04d27));
  background-image: linear-gradient(90deg, #ec881d 0 33.33%, #de6a22 33.33% 66.66%, #d04d27 66.66% 100%);
  border-radius: 2.5rem;
  height: 0.375rem;
  width: 6.25rem;
}
.site-footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer__subscribe p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
}
.site-footer__subscribe a.site-footer__subscribe__button, .site-footer__subscribe a.site-footer__subscribe__button:link, .site-footer__subscribe a.site-footer__subscribe__button:visited {
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1.375rem;
  border-radius: 3.125rem;
  display: block;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__subscribe a.site-footer__subscribe__button:hover, .site-footer__subscribe a.site-footer__subscribe__button:focus, .site-footer__subscribe a.site-footer__subscribe__button:link:hover, .site-footer__subscribe a.site-footer__subscribe__button:link:focus, .site-footer__subscribe a.site-footer__subscribe__button:visited:hover, .site-footer__subscribe a.site-footer__subscribe__button:visited:focus {
  background-color: #ffffff;
  color: #383a3c;
}
.site-footer__bottom {
  margin-top: 3.125rem;
}
.site-footer__bottom__title {
  color: #cbcdce;
  position: relative;
  text-align: center;
  margin-bottom: 2.0625rem;
}
.site-footer__bottom__title::before {
  content: "";
  background-color: #6d7275;
  height: 0.0625rem;
  top: 50%;
  left: -50px;
  right: -50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-footer__bottom__title span {
  background-color: #383a3c;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  padding: 0 1.5625rem;
  z-index: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.site-footer__bottom__logos {
  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;
  gap: 2.5rem;
}
.site-footer__bottom__logos a, .site-footer__bottom__logos a:link, .site-footer__bottom__logos a:visited {
  display: block;
  max-width: 6rem;
}
.site-footer__bottom__logos a img, .site-footer__bottom__logos a:link img, .site-footer__bottom__logos a:visited img {
  width: 100%;
}
.site-footer__bottom__logos a:first-child, .site-footer__bottom__logos a:link:first-child, .site-footer__bottom__logos a:visited:first-child {
  max-width: 7.1875rem;
}
.site-footer__bottom__logos a:last-child, .site-footer__bottom__logos a:link:last-child, .site-footer__bottom__logos a:visited:last-child {
  max-width: 11.25rem;
}
.site-footer .site__socials.only-mobile {
  display: none;
}

@media screen and (max-width: 1499px) {
  .site-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .site-footer .site__socials {
    display: none;
  }
  .site-footer .site__socials.only-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.5rem 0;
  }
}
@media screen and (max-width: 1279px) {
  .site-header,
.site-header-top,
.site-footer {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (max-width: 1199px) {
  .site-header-top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-header {
    padding: 1.25rem 0.9375rem;
    display: block;
  }

  .main-navigation .nav-menu > ul > li > a {
    padding: 0.625rem 0.9375rem;
  }
}
@media screen and (max-width: 706px) {
  .site-footer__nav-l3 {
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
  .site-footer__nav-l3 ul li {
    padding: 0 0.625rem;
  }
  .site-footer__nav-l3 ul li:first-child {
    border: none;
  }
}
@media screen and (max-width: 590px) {
  .hamburger {
    display: inline-block;
  }

  .site-footer__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer__nav-l1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
  }
  .site-footer__nav-l2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer__subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
  .site-footer__subscribe p {
    text-align: center;
  }
}