@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
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;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #6d9425;
  text-decoration-color: #98CC37;
}
a:hover {
  opacity: 0.8;
}

body {
  font-family: "Montserrat", Helvetica, sans-serif;
  min-width: 280px;
  font-size: 14px;
  line-height: 1.5;
}

hr {
  border: none;
  height: 2px;
  width: 100px;
  margin: 32px auto;
  background: #98CC37;
}

div.call_to_action {
  display: flex;
  justify-content: center;
  gap: 32px;
  background: #E8F8F6;
}
div.call_to_action div.wrapper {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  max-width: 640px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}
div.call_to_action div.wrapper p {
  font-size: 12px;
  font-weight: 500;
}
div.call_to_action div.wrapper div.button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
div.call_to_action div.wrapper div.button a {
  font-size: 12px;
  color: #FFF;
  background-color: #09D1BC;
  font-weight: 500;
  text-decoration: none;
  padding: 3px 8px;
  margin-top: -3px;
  margin-bottom: -3px;
  border-radius: 3px;
}

div.container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 640px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}

div.hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
div.hero div.hero_photo {
  display: flex;
  justify-content: center;
}
div.hero div.hero_photo img {
  display: block;
  height: 64px;
}
div.hero div.hero_text {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
div.hero div.hero_text h1 {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
div.hero div.hero_text p.lead {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  color: #888;
}

div.content_block h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
div.content_block p {
  display: block;
  margin: 16px 0;
}
div.content_block p b {
  font-weight: bold;
}

div.team {
  display: flex;
  margin: 32px 0;
}
div.team div.member {
  display: flex;
  flex-direction: column;
  flex-basis: 33.3%;
  flex-grow: 1;
  flex-shrink: 1;
  gap: 8px;
}
div.team div.member div.image {
  display: flex;
  justify-content: center;
}
div.team div.member div.image img {
  width: 64px;
}
div.team div.member b {
  text-align: center;
  font-weight: 600;
}

div.media_wrapper {
  display: flex;
  flex-wrap: wrap;
}
div.media_wrapper a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF;
  flex-grow: 1;
  flex-basis: 150px;
  height: 144px;
  margin: 1px;
}
div.media_wrapper a img {
  display: block;
  margin: auto;
}

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