@font-face {
  font-family: 'Avenir';
  src: url('https://uploads-ssl.webflow.com/639db6279835785a1ddda5bb/639dcbd18defc02da2c9f047_download%20(2).woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('https://uploads-ssl.webflow.com/639db6279835785a1ddda5bb/639db7605158515e7ec31e90_download%20(2).ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('https://uploads-ssl.webflow.com/639db6279835785a1ddda5bb/639db760e553bfc2448b3f35_download.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir next w10';
  src: url('https://uploads-ssl.webflow.com/639db6279835785a1ddda5bb/639dd416598a9c7888ab7f4b_Avenir%20Next%20W10%20Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #F2F2F2;
  font-family: "Avenir";
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  display: block;
  color: #060A0D;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "avenir";
  font-weight: 400;
  border-bottom: 3px solid #F2F2F2;
}

li a:hover:not(.active) {
  border: 1px #060A0D;
  border-bottom: 3px solid #060A0D;
}

.contact {
  font-family: "Avenir next w10";
  padding-top: 13px;
}

h1 {
  font-size: 76px;
  line-height: 44px;
  font-family: "Avenir next w10";
  margin-bottom: 5px;
  margin-top: 5px;
}

h4 {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Avenir";
  margin-bottom: 10px;
  margin-top: 10px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: "Avenir";
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8rem;
}

.div-block-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 280px;
  padding-bottom: 280px;
}

.div-subd {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}

p {
  margin-top: 0px;
  line-height: 24px;
  font-family: "Avenir";
  font-weight: 400;
  font-size: 15px;
}

.paragraph-1 {
  max-width: 375px;
  text-align: left;
  font-family: "Avenir";
  margin-bottom: 10px;
  margin-top: 10px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #060A0D;
  text-align: center;
  font-family: "Avenir";
}

img {
  width: 100%;
}