@font-face {
  font-display: swap;
  font-family: Chillax;
  font-weight: 700;
  src: url("../fonts/eot/Chillax-Bold.eot");
  src: url("../fonts/eot/Chillax-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/Chillax-Bold.woff2") format("woff2"),
    url("../fonts/woff/Chillax-Bold.woff") format("woff"),
    url("../fonts/ttf/Chillax-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Chillax;
  font-weight: 600;
  src: url("../fonts/eot/Chillax-Semibold.eot");
  src: url("../fonts/eot/Chillax-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/Chillax-Semibold.woff2") format("woff2"),
    url("../fonts/woff/Chillax-Semibold.woff") format("woff"),
    url("../fonts/ttf/Chillax-Semibold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Chillax;
  font-weight: 500;
  src: url("../fonts/eot/Chillax-Medium.eot");
  src: url("../fonts/eot/Chillax-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/Chillax-Medium.woff2") format("woff2"),
    url("../fonts/woff/Chillax-Medium.woff") format("woff"),
    url("../fonts/ttf/Chillax-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Chillax;
  font-style: Italic;
  font-weight: 400;
  src: url("../fonts/eot/Chillax-Regular.eot");
  src: url("../fonts/eot/Chillax-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/hillax-Regular.woff2") format("woff2"),
    url("../fonts/woff/Chillax-Regular.woff") format("woff"),
    url("../fonts/ttf/Chillax-Regular.ttf") format("truetype");
}

@font-face{font-display:swap;font-family:"Source Sans 3";src:url("../fonts/source/SourceSans3-VariableFont_wght.ttf") format("truetype");font-weight:200 900}@font-face{font-display:swap;font-family:"Source Sans 3";font-style:Italic;src:url("../fonts/source/SourceSans3-Italic-VariableFont_wght.ttf") format("truetype");font-weight:200 900}

* {
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #0F3549;
  min-height: 100vh;
}

.masthead {
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0;
}

.masthead-inner {
  max-width: 1920px;
  margin: 0 auto;
}

.logo {
  width: 169px;
  height: auto;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1000px) {
  .logo {
    display: block;
    width: 240px;
    height: auto;
    margin: 15px 0;
  }
}

.content {
  max-width: 1230px;
  margin: 0 auto 4rem;
  padding: 0 24px;
}

.contentblock {
  width: 100%;
}

@media screen and (min-width: 790px) {
  .contentblock {
    width: 66.6666666667%!important;
  }
}

.main-title {
  font-family: Chillax, sans-serif;
  font-weight: 500;
  color: rgb(15, 53, 73);
  font-size: 32px;
  line-height: 40px;
}

@media screen and (min-width: 790px) {
  .main-title {
    font-size: 44px;
    line-height: 56px;
  }
}

@media screen and (min-width: 1280px) {
  .main-title {
    font-size: 52px;
    line-height: 64px;
  }
}

.intropara {
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  color: #0F3549;
}

.section {
  padding-top: 2rem;
}

.tool-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

@media screen and (min-width: 650px) {
  .tool-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .tool-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.tool-grid > div {
  border: 1px solid #dfe3e5;
  padding: 20px;
  border-bottom-right-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tool-grid h2 {
  font-family: Chillax, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.tool-grid p {
  margin: 0;
  padding: 0;
}

.tool-image {
  aspect-ratio: 2;
  object-fit: cover;
  max-height: 30rem;
  margin: -20px -20px 20px -20px;
}

.tool-image img {
  aspect-ratio: 2;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.tool-grid .button {
  border-radius: 1.5rem;
  color: #1a3447;
  background-color: white;
  border: 1px solid #1a3447;
  display: inline-block;
  margin: 2rem 0 0;
  padding: .5rem 3rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-family: "Chillax";
}

.tool-grid .button:hover {
  background-color: #e8ebed;
  box-shadow: 0.0px 0.0px 1.0px 0px rgba(9, 30, 66, 0.2),0.0px 4.0px 8.0px 0px rgba(9, 30, 66, 0.08), inset 0 0 1px 1px #1a3447;
}

.tool-grid .button:active {
  background-color: #e8ebed;
  box-shadow: 0.0px 0.0px 1.0px 0px rgba(9, 30, 66, 0),0.0px 4.0px 8.0px 0px rgba(9, 30, 66, 0), inset 0 0 1px 1px #1a3447;
}

.ev-tool {
  width: 100%;
}

#toolframe {
  width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.footer {
  font-size: 14px;
  background-color: #1a3447;
  color: white;
  line-height: 24px;
}

.footer p {
  max-width: 1230px;
  margin: 0 auto;
  padding: 2rem 24px;
}

.breadcrumbs {
  padding: 4px 24px;
  max-width: 1230px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .breadcrumbs {
    padding: 12px 24px;
  }
}

.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgb(117, 119, 119);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.breadcrumbs li {
  line-height: 1.5;
}

.breadcrumbs a {
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0);
  color: inherit;
}

.breadcrumbs svg {
  height: 24px;
  width: 24px;
}

