/* Colors */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("NotoSans-Bold.woff2") format("woff2"), url("NotoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4, h5 {
  text-wrap: balance;
  font-family: "Montserrat";
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

html, body {
  font-family: "Noto Sans";
}

/* Header Tags */
h3 {
  font-size: 26px;
  margin: 0;
}

/* Forms */
form {
  position: relative;
}
form input {
  border-radius: 5px;
  border: 0;
}
form input[type=text] {
  padding: 5px 10px;
}

/* Buttons */
.button_container--primary a {
  display: inline-block;
  border-radius: 5px;
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  padding: 8px 50px;
}
.button_container--primary a:hover {
  background: #2a2a2a;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

header.page-header {
  background: #1e1c1c;
  padding-bottom: 25px;
  position: relative;
}
header.page-header .header-top {
  background-color: #2a2a2a;
  height: 20px;
  width: 100%;
}
header.page-header .container {
  position: relative;
}
header.page-header .block-system-branding-block {
  position: absolute;
  top: 0;
  left: 0;
  background: #2a2a2a;
  padding: 25px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
header.page-header .block-menu {
  margin-left: 365px;
  padding: 25px 0 0 0;
}
header.page-header .block-menu ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
header.page-header .block-menu ul a {
  color: #fff;
  text-decoration: none;
}

.page-footer {
  background: #1e1c1c;
  color: #fff;
  padding: 40px 0;
  position: relative;
}
.page-footer .container {
  text-align: center;
}
.page-footer .container p {
  margin: 0;
  color: #cac7c7;
  font-size: 14px;
}
.page-footer .container p a {
  color: #cac7c7;
}
.page-footer .container p a:hover {
  color: #fff;
}
.page-footer .container ul.menu {
  margin: 0 0 25px 0;
  padding: 0;
  display: flex;
  gap: 80px;
  justify-content: center;
}
.page-footer .container ul.menu li a {
  color: #cac7c7;
  text-decoration: none;
}
.page-footer .container ul.menu li a:hover {
  color: #fff;
}

/* Paragraph CTA */

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