body {
  font-family: Avenirnextltpro, sans-serif;
  color: #3c475b;
  font-size: 16px;
  line-height: 20px;
}

a {
  color: #ff5429;
  text-decoration: none;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.image {
  padding-top: 18px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 111px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #dcdcd9;
  background: #132e5e;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  width: auto;
  height: 100%;
  margin-right: 12px;
  opacity: 0.6;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-link {
  margin-right: 18px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #bdc6d7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: #999;
}

.footer-text {
  color: #6b747a;
  font-size: 14px;
  font-weight: 600;
  color: #bdc6d7;
}

.body {
  background-color: #f2f5f7;
}

.main-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 57px;
}

.button {
  padding: 12px 18px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(218.70967741935485, 20.53%, 29.61%, 1);
  border-radius: 3px;
  background-color: transparent;
  color: hsla(218.70967741935485, 20.53%, 29.61%, 1);
  font-weight: 600;
}

.button:hover {
  background-color: hsla(218.70967741935485, 20.53%, 29.61%, 1);
  color: hsla(218.70967741935485, 0%, 100%, 1);
}

.footer-logo-wrapper {
  overflow: visible;
  height: 24px;
}

.container {
  margin-right: 30px;
  margin-left: 30px;
}

.navbar {
  border-bottom: 1px solid hsla(220.00000000000006, 10.59%, 83.33%, 1);
  background-color: #fff;
  font-weight: 600;
}

.nav-item {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.nav-item:hover {
  border-bottom: 1px solid #ff5429;
}

@media (max-width: 991px) {
  .footer {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .footer-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-container {
    display: none;
    overflow: visible;
  }
  .image-2 {
    position: static;
  }

  .main-heading {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 40px;
    line-height: 71px;
    text-align: left;
  }

  .nav-item {
    border-bottom: 1px solid hsla(220.00000000000006, 10.59%, 83.33%, 1);
    border-left: 1px solid hsla(220.00000000000006, 0%, 100%, 1);
  }
  .nav-item:hover {
    border-bottom-color: hsla(220.00000000000006, 10.59%, 83.33%, 1);
    border-left-color: #ff5429;
  }
  .menu-button {
    padding-right: 0px;
  }
  .icon {
    font-size: 34px;
  }
  .nav-menu {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .footer {
    position: static;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 130px;
  }
  .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer-link {
    margin-bottom: 18px;
  }

  .main-heading {
    margin-top: 36px;
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 33px;
  }

  .button {
    padding: 9px 12px;
    font-size: 14px;
  }
  .footer-logo-wrapper {
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container {
    margin-right: 21px;
    margin-left: 21px;
  }
}

@media (max-width: 479px) {
  .header {
    height: 54px;
  }
  .logo {
    width: 110px;
  }
  .image {
    padding-top: 14px;
  }
  .footer-content {
    margin-bottom: 8px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-link {
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .main-heading {
    line-height: 33px;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@font-face {
  font-family: "Avenirnextltpro";
  src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenirnextltpro";
  src: url("../fonts/AvenirNextLTPro-Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
