/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #121212;
  margin: 0;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
}

.underline {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.underline:after {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #121212;
}

.v-align-bottom {
  vertical-align: bottom;
}

.relative {
  position: relative !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: left !important;
}

.grid-container {
  display: -ms-grid !important;
  display: grid !important;
}

.clearfix {
  float: none;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.shadow {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

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

a :hover, a :active, a :focus {
  color: black;
}

strong {
  font-weight: bold !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #ffffff !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.d-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.d-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.d-flex-justified-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.d-flex-justified-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.d-flex-justified-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.d-flex-justified-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.d-flex-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.d-flex-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.d-flex-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.d-none {
  display: none !important;
}

.img-responsive {
  width: 100%;
}

.container-fluid {
  position: relative;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
  .smartphone--hidden {
    display: none !important;
  }
  .smartphone--block {
    display: block !important;
  }
  .smartphone--w-50 {
    max-width: 50% !important;
    width: 50% !important;
  }
  .smartphone--w-100 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .smartphone--relative {
    position: relative !important;
  }
  .smartphone--flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .smartphone--flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .smartphone--d-flex-justified-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

.announcements {
  position: relative;
}

.announcements .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.announcements .content .announcements-logo {
  padding: 50px 0 70px;
}

.announcements .content .announcements-logo img {
  min-width: 580px;
  width: 100%;
}

.announcements .content .announcements-title {
  font-weight: bold;
}

.announcements .content .announcements-title h1 {
  text-decoration: underline;
}

.announcements .content .announcements-content {
  height: 100vh;
}

.announcements .company-address {
  text-align: center;
  line-height: 2;
  padding-bottom: 30px;
  width: 80%;
  margin: 0 auto;
}

.announcements::after {
  content: "";
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-top: 2px solid #000000;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .announcements .content .announcements-logo {
    padding: 50px 0;
  }
  .announcements .content .announcements-logo img {
    min-width: 480px;
    width: 100%;
  }
  .announcements .company-address {
    font-size: 12px;
  }
  .announcements::after {
    bottom: 8%;
  }
}

@media screen and (max-width: 540px) {
  .announcements .content .announcements-logo {
    padding: 50px 0;
  }
  .announcements .content .announcements-logo img {
    min-width: 480px;
    width: 100%;
  }
  .announcements .company-address {
    font-size: 12px;
  }
}

@media screen and (max-width: 414px) {
  .announcements .content .announcements-logo img {
    min-width: auto;
    width: 100%;
  }
  .announcements .company-address {
    font-size: 10px;
  }
  .announcements::after {
    bottom: 10%;
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */