
@font-face {
  src: url("font/Raleway-Regular.ttf");
  font-family: Gotham;
  font-weight: 300;
}
@font-face {
  src: url("font/Raleway-SemiBold.ttf");
  font-family: Gotham;
  font-weight: 500;
}
@font-face {
  src: url("font/Raleway-Bold.ttf");
  font-family: Gotham;
  font-weight: 600;
}
@font-face {
  src: url("font/Raleway-BoldItalic.ttf");
  font-family: Gotham;
  font-style: italic;
  font-weight: 600;
}
h1 {
  font-family: Gotham;
  font-weight: 600;
}

h2 {
  font-family: Gotham;
  font-weight: 600;
}

h3 {
  font-family: Gotham;
  font-weight: 600;
}

h4 {
  font-family: Gotham;
  font-weight: 600;
}

h5 {
  font-family: Gotham;
  font-weight: 500;
}

p {
  font-family: Gotham;
  font-weight: 300;
}

.link-hover {
  font-family: Gotham;
  font-weight: 300;
}

.pbold {
  font-family: Gotham;
  font-weight: 300;
}

input, textarea {
  font-family: Gotham;
  font-weight: 300;
}

label {
  font-family: Gotham;
  font-weight: 300;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: Gotham;
  font-weight: 300;
}

input::placeholder, textarea::placeholder {
  font-family: Gotham;
  font-weight: 300;
}

h6 {
  font-family: Gotham;
}/*# sourceMappingURL=fonts.css.map */
.lng-menu a{
  text-decoration: none;
}
.lng-menu h5{
  font-weight: 300;
}

.lng-menu h5:not(:first-child):last-child {
	display: none;
}
#primary-menu, #footer-menu {
	list-style: none;
	padding-left: unset;
}
#primary-menu {
	display: flex;
	gap: 3vw;
}
@media only screen and (max-width: 600px) {
	#primary-menu {
		flex-direction: column;
		gap: 6vw;
	}
}