.gothic-a1-thin {
  font-family: "Gothic A1", serif;
  font-weight: 100;
  font-style: normal;
}

.gothic-a1-extralight {
  font-family: "Gothic A1", serif;
  font-weight: 200;
  font-style: normal;
}

.gothic-a1-light {
  font-family: "Gothic A1", serif;
  font-weight: 300;
  font-style: normal;
}

.gothic-a1-regular {
  font-family: "Gothic A1", serif;
  font-weight: 400;
  font-style: normal;
}

.gothic-a1-medium {
  font-family: "Gothic A1", serif;
  font-weight: 500;
  font-style: normal;
}

.gothic-a1-semibold {
  font-family: "Gothic A1", serif;
  font-weight: 600;
  font-style: normal;
}

.gothic-a1-bold {
  font-family: "Gothic A1", serif;
  font-weight: 700;
  font-style: normal;
}

.gothic-a1-extrabold {
  font-family: "Gothic A1", serif;
  font-weight: 800;
  font-style: normal;
}

.gothic-a1-black {
  font-family: "Gothic A1", serif;
  font-weight: 900;
  font-style: normal;
}




.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  height: 80px;
  background-color: white;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.navbar {
  width: 100%;
}
.navbar #cta-1 {
  display: none;
  background-color: #F27F2F;
  border: none;
  border-radius: 0px;
}

#cta-10{
  padding: 1rem 2rem;
  background-color: #F27F2F;
  border: none;
  border-radius: 0px;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}

.navbar #cta-2 {
  display: block;
  background-color: #F27F2F;
  border: none;
  
  border-radius: 0px;
}
.navbar .container-fluid {
  background-color: white;
}

@media (max-width: 991px) {
  .navbar #cta-2 {
    display: none;
    background-color: #F27F2F;
    border: none;
    border-radius: 4px;
  }
  .navbar #cta-1 {
    display: block;
  }
}

/*# sourceMappingURL=header.css.map */

df-messenger {
  position: fixed;
  z-index: 10000;
}