html {
  scroll-behavior: smooth; }

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 15px;
  color: #164247; }

#body-wrapper {
  position: relative; }

.container {
  padding: 0 30px; }

.row > * {
  padding-right: 15px;
  padding-left: 15px; }

.hs_cos_wrapper_widget {
  width: 100%; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
@media screen and (min-width: 1220px) {
  .container {
    max-width: 1140px; } }
.bg-dark-green {
  background-color: #164247; }

.bg-mint {
  background-color: #41DDA5; }

.bg-pale-mint {
  background-color: rgba(65, 221, 165, 0.15); }

.bg-striped > :nth-child(odd) {
  background-color: #ffffff; }
.bg-striped > :nth-child(even) {
  background-color: rgba(65, 221, 165, 0.15); }

.bg-white {
  background-color: #ffffff; }

.bg-transparent {
  background: none !important; }

.bg-gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, #41DDA5 88%) !important; }

.text-mint {
  color: #41DDA5 !important; }

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

.text-dark-green {
  color: #164247 !important;
}

@font-face {
  font-family: 'Axiforma-Medium';
  src: url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_medium-webfont.woff') format("woff2"), url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_medium-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Axiforma-Black';
  src: url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_black-webfont.woff2') format("woff2"), url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_black-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Axiforma-Bold';
  src: url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_bold-webfont.woff2') format("woff2"), url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_bold-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Axiforma-SemiBold';
  src: url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_semibold-webfont.woff2') format("woff2"), url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_semibold-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Axiforma-Regular';
  src: url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_regular-webfont.woff2') format("woff2"), url('//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/fonts/kastelov_-_axiforma_regular-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Axiforma-Medium", sans-serif; }

h1 {
  font-family: "Axiforma-Black", sans-serif;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px; }

h2 {
  font-family: "Axiforma-Black", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #164247;
  margin-bottom: 0; }

h3 {
  font-size: 20px;
  font-family: "Axiforma-Black", sans-serif;
  margin-bottom: 0; }
  h3.category {
    font-size: 18px;
    line-height: 18px; }

h4 {
  font-family: "Axiforma-Black", sans-serif;
  font-size: 18px;
  line-height: 18px; }

.stacked {
  margin-bottom: 15px; }

p {
  font-size: 14px;
  line-height: 25px;
  color: #164247;
  letter-spacing: 0;
  margin-bottom: 30px; }
  p.copyright {
    font-size: 14px;
    line-height: 17px;
    color: #41DDA5; }
  p.title {
    font-size: 20px;
    line-height: 30px;
    font-family: Axiforma-Black, sans-serif; }
  p.testimonial {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    font-family: Axiforma-Regular, sans-serif; }
    p.testimonial strong {
      font-family: "Axiforma-SemiBold", sans-serif; }
  p a {
    font-family: "Axiforma-Regular", sans-serif;
    color: #41DDA5;
    transition-property: color;
    transition-duration: 0.2s; }
    p a:hover {
      transition-property: color;
      transition-duration: 0.2s;
      color: #164247; }

a {
  font-family: "Axiforma-Bold", sans-serif;
  text-decoration: none;
  color: #164247; }

strong {
  font-family: "Axiforma-Bold", sans-serif; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

ul, ol {
  margin-bottom: 30px;
  padding-left: 22px; }
  ul li, ol li {
    font-size: 14px;
    line-height: 25px; }

.highlight {
  color: #ffffff; }

blockquote {
    padding: 30px 0 30px 30px;
    position: relative;
    border-left: 6px solid #41DDA5;
    margin: 0 0 1rem;
}

@media screen and (min-width: 576px) {
  h1 {
    font-size: 30px;
    line-height: 40px; }

  h2 {
    font-size: 25px;
    line-height: 32px; }

  p {
    font-size: 18px;
    line-height: 27px; }
    p.testimonial {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 0;
      font-family: Axiforma-Regular, sans-serif; }

  h3.category {
    font-size: 20px;
    line-height: 26px; }

  h4 {
    font-size: 20px;
    line-height: 26px; }

  ul li, ol li {
    font-size: 18px;
    line-height: 27px; }
}
@media screen and (min-width: 1020px) {
  h1 {
    font-size: 40px;
    line-height: 50px; }

  h2 {
    font-size: 36px;
    line-height: 45px; }

  h3.category {
    font-size: 20px;
    line-height: 24px; }

  h4 {
    font-size: 20px;
    line-height: 20px; }

  p {
    font-size: 20px;
    line-height: 30px; }
    p.testimonial {
      font-size: 16px;
      line-height: 30px; }

  ul li, ol li {
    font-size: 20px;
    line-height: 30px; }

  .stacked {
    margin-bottom: 30px; } }
.btn,
.cta_button.btn {
  height: 44px;
  padding: 0 20px;
  font-family: "Axiforma-Bold", sans-serif;
  color: #164247;
  border-radius: 21.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #41DDA5;
  font-size: 16px;
  line-height: 16px;
  transition-property: background-color, color;
  transition-duration: 0.2s, 0.2s; }
  .btn.large,
  .cta_button.btn.large {
    height: 90px;
    padding: 0 37px;
    border-radius: 15px; }
  .btn:hover,
  .cta_button.btn:hover{
    background-color: #164247;
    color: #ffffff;
    transition-property: background-color, color;
    transition-duration: 0.2s, 0.2s;
    outline: none; }

.carousel {
  margin-bottom: 56px !important; }
  .carousel-indicators {
    bottom: -62px; }
    .carousel-indicators [data-bs-target] {
      width: 15px;
      height: 15px;
      background-color: #D8D8D8;
      border-radius: 50%; }
      .carousel-indicators [data-bs-target].active {
        background-color: #41DDA5; }
  .carousel-item img {
    margin: 0 0 30px; }
  .carousel-item .h1 {
    font-family: Axiforma-Black, sans-serif; }
  .carousel-item p a {
    font-family: Axiforma-Medium, sans-serif; }

@media screen and (min-width: 768px) {
  .carousel {
    margin-bottom: 56px !important; }
    .carousel-section-header .section-content {
      margin-bottom: 90px; }
    .carousel-item img {
      margin: 0 0 45px; } }
@media screen and (min-width: 1020px) {
  .carousel {
    margin-bottom: 56px !important; } }
@media screen and (min-width: 1200px) {
  .carousel-item img {
    margin: 0 0 90px; } }
.content > :last-child {
  margin-bottom: 0; }

section.pale-mint {
  background-color: rgba(65, 221, 165, 0.15); }
section.overlay {
  margin-top: 30px;
  position: relative; }
section.content {
  padding: 45px 0; }
section.landing-logo {
  padding: 45px 0 0;
}

@media screen and (min-width: 768px) {
  section.overlay {
  margin-top: -92px;
  position: relative; }
  
  section.content {
    padding: 90px 0; } }
@media screen and (min-width: 1020px) {
  section.content {
    padding: 150px 0; }
  section.overlay {
    margin-top: -180px; } }
.divider {
  display: block;
  height: 6px;
  width: 65px;
  background-color: #41DDA5;
  margin-top: 15px;
  margin-bottom: 15px !important; }

.divider-vertical {
  display: block;
  height: 100%;
  width: 0;
  border-left: 1px dashed #41DDA5;
  border-right: 1px dashed #41DDA5; }

.divider.divider-narrow {
  margin-top: 15px;
  margin-bottom: 15px !important; }

@media screen and (min-width: 768px) {
  .divider.divider-narrow {
    margin-top: 15px;
    margin-bottom: 15px !important; }

  .divider {
    margin-top: 30px;
    margin-bottom: 30px !important; } }
@media screen and (min-width: 1200px) {
  .divider, .divider-narrow {
    margin-top: 30px;
    margin-bottom: 30px !important; } }
form {
  margin-bottom: 0 !important; }
  form input, form textarea, form select {
    height: 44px;
    border-radius: 21.5px;
    border: 1px solid #41DDA5;
    background-color: #ffffff;
    font-family: "Axiforma-Bold", sans-serif;
    color: #164247;
    font-size: 14px;
    line-height: 43px;
    margin-bottom: 15px;
    padding: 0 27px;
    width: 100%; }
    form input:focus, form textarea:focus, form select:focus {
      outline: none; }
    form input.error, form textarea.error, form select.error {
      border: 1px solid #FF6060; }
  form select {
    appearance: none; }
  form .hs-fieldtype-select .input {
    position: relative; }
    form .hs-fieldtype-select .input:after {
      content: '';
      width: 19px;
      height: 11px;
      background-image: url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/select-arrow.svg");
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
      position: absolute;
      right: 20px;
      top: 18px;
      pointer-events: none; }
  form input[type="submit"] {
    background-color: #41DDA5;
    padding: 0 20px;
    width: initial;
    margin-bottom: 0; }
  form textarea {
    height: 312px;
    padding: 20px; }
  form label {
    margin-bottom: 11px;
    font-family: "Axiforma-Bold", sans-serif; }
  form .hs_error_rollup, form .hs-error-msgs {
    display: none !important; }
  form .hubspot-link__container.sproket {
    display: none; }
  form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    line-height: 43px; }
  form ::-moz-placeholder {
    /* Firefox 19+ */
    line-height: 43px; }
  form :-ms-input-placeholder {
    /* IE 10+ */
    line-height: 43px; }
  form :-moz-placeholder {
    /* Firefox 18- */
    line-height: 43px; }
  form .legal-consent-container .hs-richtext p,
  form .hs-field-desc {
    font-size: 14px;
    line-height: 23px; }

@media screen and (min-width: 576px) {
form input, form textarea, form select {
    font-size: 16px;
  }
}

.calculator-container {
   margin-bottom: 2.5rem;
}

.calculator-container .hs-embed-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.calculator-container .hs-embed-wrapper .submitted-message {
  display: none;
}

.calculator-container .header {
  background-color: #164247;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.calculator-container .header h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Axiforma-Medium",sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.calculator-container .content {
  border: 1px solid #41DDA5;
  background-color: #F8F8F8;
  padding: 0 2rem 0;
}

@media screen and (min-width: 1200px) {
  .calculator-container .content {
    padding: 0 1rem 0;
  }
}

.calculator-container .content form {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.calculator-container .content form label {
  font-size: 15px;
  line-height: 16px;
}

@media screen and (min-width: 576px) {
  .calculator-container .content form label {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1200px) {
  .calculator-container .content form label {
    font-size: 20px;
    line-height: 30px;
  }
}

.calculator-container .content form select {
  margin-bottom: 3.5rem;
}

.calculator-container .content form input[type="submit"] {
  margin-top: 2rem;
}

.calculator-container #resultContainer {
  display: none;
}

.calculator-container #resultContainer.result {
  display: block;
  background-color: #41DDA5;
  padding: 4.75rem 0;
  margin: 1rem 0 1rem;
}

.grid {
  justify-content: center;
  align-items: center; }
  .grid .grid-item {
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 0 auto 15px;
    max-width: 255px;
    filter: drop-shadow(4px 4px 24px rgba(22, 66, 71, 0.15));
    transition-property: background-color;
    transition-duration: 0.2s; }
    .grid .grid-item:hover {
      background-color: #41DDA5;
      color: #164247;
      transition-property: background-color;
      transition-duration: 0.2s; }
  .grid .col:last-child .grid-item {
    margin-bottom: 15px; }

.grid.grid-poss {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  margin-top: 90px;
}

.grid.grid-poss .pos img {
  width: 50px;
  height: 50px;
  margin-bottom: 7px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .grid .grid-item {
    margin-bottom: 30px; }
  .grid .col:last-child .grid-item {
    margin-bottom: 30px; } }
@media screen and (min-width: 1200px) {
  .grid {
    padding-bottom: 30px;
    max-width: 100%; }
    .grid .grid-item {
      height: 90px;
      max-width: 100%;
      font-size: 18px;
      line-height: 30px; }
  .grid.grid-poss {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.dot {
  width: 60px;
  height: 60px;
  background-color: #41DDA5;
  font-family: "Axiform-Bold", sans-serif;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.avatar {
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 50%; }

img {
  max-width: 100%; 
  height: auto;
}

.blog-tags {
  margin-bottom: 30px;
  flex-wrap: wrap; }
  .blog-tags .tag {
    margin-right: 20px;
    margin-bottom: 30px; }
    .blog-tags .tag:last-child {
      margin-right: 0; }
.blog-article {
  margin-top: 100px;
  margin-bottom: 45px; }
  .blog-article .hs-embed-wrapper {
    max-width: 100% !important;
    max-height: none !important;
    margin-bottom: 30px !important; }
  .blog-article video {
    margin-bottom: 30px !important; }
  .blog-article h2, .blog-article h3 {
    margin-bottom: 15px;
    color: #164247; }
  .blog-article img {
    margin: 30px auto; }
  .blog-article a {
    font-family: "Axiforma-Regular", sans-serif;
    color: #41DDA5;
    transition-duration: 0.2s;
    transition-property: color; }
    .blog-article a:hover {
      color: #164247;
      transition-duration: 0.2s;
      transition-property: color; }
.blog-related {
  padding-top: 45px;
  padding-bottom: 45px; }
.blog-pagination a {
  transition-duration: 0.2s;
  transition-property: color;
  font-size: 14px;
  line-height: 25px; }
  .blog-pagination a:hover {
    transition-duration: 0.2s;
    transition-property: color;
    color: #41DDA5; }
  .blog-pagination a.blog-pagination__number-link, .blog-pagination a.blog-pagination__prev-link, .blog-pagination a.blog-pagination__next-link {
    margin-right: 10px; }
    .blog-pagination a.blog-pagination__number-link svg, .blog-pagination a.blog-pagination__prev-link svg, .blog-pagination a.blog-pagination__next-link svg {
      fill: #164247;
      transition-property: fill;
      transition-duration: 0.2s; }
.blog-pagination a.blog-pagination__prev-link svg {
  margin-right: 10px;
}
.blog-pagination a.blog-pagination__next-link svg {
  margin-left: 10px;
}
    .blog-pagination a.blog-pagination__number-link:hover svg, .blog-pagination a.blog-pagination__prev-link:hover svg, .blog-pagination a.blog-pagination__next-link:hover svg {
      fill: #41DDA5;
      transition-property: fill;
      transition-duration: 0.2s; }
  .blog-pagination a.blog-pagination__next-link {
    margin-right: 0; }

.archive .tile-article .tile-content {
  height: 250px; }

article {
  background-image: linear-gradient(180deg, rgba(65, 221, 165, 0.19) 0%, rgba(255, 255, 255, 0) 750px); }

@media screen and (min-width: 576px) {
  .blog-pagination a {
    font-size: 18px;
    line-height: 27px; } }
@media screen and (min-width: 768px) {
  .archive .tile-article {
    margin-bottom: 30px; }

  .blog-tags {
    margin-bottom: 60px; }
  .blog-related {
    padding-top: 90px;
    padding-bottom: 90px; }
  .blog-article {
    margin-top: 140px; } }
@media screen and (min-width: 1020px) {
  .blog-related {
    padding-top: 150px;
    padding-bottom: 150px; }
  .blog-pagination a {
    font-size: 20px;
    line-height: 30px; }
  .blog-article {
    margin-top: 180px; } }
@media screen and (min-width: 1200px) {
  .blog-article {
    margin-top: 180px;
    margin-bottom: 150px; }
    .blog-article h2, .blog-article h3 {
      margin-bottom: 30px; }
    .blog-article .hs-embed-wrapper {
      margin-bottom: 60px !important; }
    .blog-article video {
      margin-bottom: 60px; }
    .blog-article p + h2 {
      margin-top: 60px; }
    .blog-article img {
      margin: 60px 0;}

  .archive .tile-article a {
    font-size: 20px;
    line-height: 30px; }
  .archive .tile-article .tile-content {
    height: 350px; } }
.case-studies img {
  margin-top: 0;
  object-fit: contain; }
.case-studies .odd {
  flex-direction: row-reverse; }
.case-studies .case-study {
  margin-bottom: 45px; }
  .case-studies .case-study .btn,
  .case-studies .case-study .cta_button.btn {
    margin-top: 15px;
    align-self: flex-start; }
.case-studies > :last-child .case-study {
  margin-bottom: 0; }
  .case-studies > :last-child .case-study p {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .case-studies {
    padding: 0; }
    .case-studies img {
      max-width: 510px;
      min-width: 0 !important; }
    .case-studies .odd .case-study {
      padding-right: 45px;
      padding-left: 20px; }
    .case-studies .even .case-study {
      padding-left: 45px;
      padding-right: 20px; }
    .case-studies .even .case-study-image {
      border-left: none;
      border-right: 2px dashed #41DDA5; }
    .case-studies .case-study {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .case-studies .case-study p {
        margin-bottom: 0; }
      .case-studies .case-study-image {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        border-left: 2px dashed #41DDA5; }
        .case-studies .case-study-image.no-border {
          border: none !important;
          padding-top: 0 !important;
          padding-bottom: 0 !important; }
      .case-studies .case-study.no-border {
        border: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important; }
      .case-studies .case-study .btn,
      .case-studies .case-study .btn {
        margin-top: 30px; }

  .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #41DDA5;
    border-radius: 50%;
    font-family: "Axiforma-Black", sans-serif;
    font-size: 24px;
    color: #ffffff; } }
.cta {
  background-color: #164247;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 30px 0; }
  .cta-image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    margin: 0 !important; }
  .cta-title {
    padding: 30px 30px 0 !important;
    background-color: #164247; }
    .cta-title h2 {
      margin-bottom: 0;
      padding-bottom: 15px; }
  .cta-content {
    padding: 0 30px 0 !important;
    background-color: #164247; }
    .cta-content p {
      color: #41DDA5;
      margin-bottom: 0;
      padding-bottom: 30px;
      font-family: Axiforma-Regular; }
  .cta-form {
    padding: 0 30px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #164247; }
    .cta-form form label {
      display: none; }
    .cta-form form input {
      text-align: center;
      width: 100%; }
  .cta > * {
    padding: 0 30px; }

.hs-cta-wrapper .cta-title {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }
  .hs-cta-wrapper .cta-title h2 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 108px !important; }
.hs-cta-wrapper .btn,
.hs-cta-wrapper .cta_button.btn {
  margin-bottom: 35px; }

@media screen and (min-width: 768px) {
  .cta .hs-cta-wrapper div.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: initial;
    padding: 45px !important;
    border-radius: 15px;
    background-color: #164247; }

  .hs-cta-wrapper .cta-title {
    border-radius: 0; }
    .hs-cta-wrapper .cta-title h2 {
      font-size: 26px;
      line-height: 35px;
      padding-bottom: 87px !important; } }
@media screen and (min-width: 768px) {
  .cta {
    border-radius: 15px; }
    .cta-background, .cta .hs-cta-wrapper div.cta-background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: center right;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: initial;
      padding: 45px !important;
      border-radius: 15px;
      background-color: #164247; }
    .cta-title {
      padding: 45px 30px 0 !important; }
    .cta-form form {
      display: flex;
      justify-content: start;
      align-items: center; }
      .cta-form form input {
        text-align: left; }
      .cta-form form input[type="submit"] {
        text-align: center;
        margin-bottom: 15px; }
      .cta-form form .hs-form-field:first-child {
        flex-grow: 1;
        margin-right: 15px; } }
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .cta-form form {
    flex-direction: column;
    align-items: flex-start; }
    .cta-form form .hs-email {
      width: 100%; }
    .cta-form form .hs-submit {
      width: 100%; } }
@media screen and (min-width: 1020px) {
  .cta-title {
    background: none; }
  .cta-form {
    max-width: 480px; }
    .cta-form form {
      flex-direction: column;
      align-items: flex-start; } }
@media screen and (min-width: 1200px) {
  .cta-form {
    max-width: initial; }
    .cta-form form {
      flex-direction: row; } }
footer li a {
  font-family: Axiforma-Medium, sans-serif;
  color: #41DDA5;
  transition-property: color;
  transition-duration: 0.2s; }
  footer li a:hover {
    color: #ffffff;
    transition-property: color;
    transition-duration: 0.2s; }
footer .logo {
  margin-bottom: 45px; }
  footer .logo img {
    width: auto;
    height: 60px; }
.copyright {
  margin-bottom: 45px; }
footer ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 30px;
  color: #41DDA5;
  margin-bottom: 0; }
  footer ul li {
    font-size: 14px;
    line-height: 35px; }
  footer ul.resources {
    padding: 0 50px; }
    footer ul.resources li {
      margin-bottom: 30px; }
      footer ul.resources li:last-child {
        margin-bottom: 0; }
footer .footer-col {
  margin-bottom: 45px; }
  footer .footer-col:last-child {
    margin-bottom: 0; }
  footer .footer-col .col-title {
    font-size: 18px;
    font-family: Axiforma-Black, sans-serif;
    line-height: 18px; }
  footer .footer-col p {
    margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  footer .footer-col .col-title {
    font-size: 20px;
    line-height: 20px; }
  footer ul.resources {
    padding: 0; } }
@media screen and (min-width: 1020px) {
  footer {
    background-image: url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/thumb_footer.svg");
    background-position: bottom right;
    background-repeat: no-repeat; }
    footer .logo {
      margin-bottom: 60px; }
    footer .copyright {
      margin-bottom: 30px; }
    footer ul li {
      font-size: 16px;
      line-height: 30px; }
    footer ul.resources {
      padding: 0; }
    footer .footer-col {
      margin-bottom: 0; }
      footer .footer-col p {
        margin-bottom: 30px; } }
.hero {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, #41DDA5 88%);
  padding-top: 100px;
  position: relative; }
  .hero img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 45px; }
  .hero div.gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 750px;
    background-image: linear-gradient(180deg, rgba(65, 221, 165, 0.19) 0%, rgba(255, 255, 255, 0) 100%);
    background-position: 0 center;
    background-repeat: no-repeat;
    z-index: -1; }
  .hero .hero-inline-image img {
    margin-bottom: 45px; }
  .hero .case-studies {
    padding-bottom: 136px; }
    .hero .case-studies .case-study-image img {
      margin-bottom: 30px; }
  .hero-text {
    background-image: linear-gradient(180deg, rgba(65, 221, 165, 0.19) 0%, rgba(255, 255, 255, 0) 100%); }
    .hero-text h2, .hero-text h3 {
      margin-bottom: 15px;
      color: #164247; }
    .hero-text a {
      font-family: "Axiforma-Regular", sans-serif;
      color: #41DDA5;
      transition-duration: 0.2s;
      transition-property: color; }
      .hero-text a:hover {
        color: #164247;
        transition-duration: 0.2s;
        transition-property: color; }
  .hero_home {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, #41DDA5 88%);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-top: 105px; }
    .hero_home .hero-content {
      margin-bottom: 0;
      padding-bottom: 45px; }
      .hero_home .hero-content img.hero-home {
        width: 100%;
        height: auto;
        margin: 45px 0 0; }
      .hero_home .hero-content_overlay {
        padding-bottom: 136px; }
  .hero_contact .form-container {
    padding-bottom: 45px; }
  .hero_contact .content-container a {
    color: #164247;
    font-family: "Axiforma-Black", sans-serif; }
  .hero .hero-content {
    margin-bottom: 0;
    padding-bottom: 45px; }
    .hero .hero-content > :last-child {
      margin-bottom: 0; }
    .hero .hero-content_overlay {
      padding-bottom: 136px; }
  .hero .hero-text-content ul, .hero .hero-text-content ol {
    margin-bottom: 30px; }
  .hero.content {
    padding-top: 100px; }

@media screen and (max-width: 575px) {
  .hero_contact .form-container {
    padding-top: 45px; }

  .hero-text .content-container p {
    margin-bottom: 0; } }
@media screen and (min-width: 576px) {
  .hero-text-content ul li, .hero-text-content ol li {
    font-size: 18px;
    line-height: 27px; } }
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 140px; }
    .hero_home .hero-content .divider {
      margin-top: 15px;
      margin-bottom: 15px !important; }
    .hero_home .hero-content .content .btn,
    .hero_home .hero-content .content .cta_button.btn {
      margin-bottom: 45px; }
    .hero_home .hero-content img.hero-home {
      width: 269px;
      height: 270px;
      position: absolute;
      top: -14px;
      right: -17px;
      margin-top: 0; }
    .hero-text-content {
      text-align: center; }
    .hero-text.hero_about .hero-text-content {
      text-align: left; }
    .hero.content {
      padding-top: 140px; } }
@media screen and (min-width: 1020px) {
  .hero {
    padding-top: 180px; }
    .hero h1 {
      margin-top: 15px; }
    .hero img {
      margin-bottom: 90px; }
    .hero_sector {
      background-image: linear-gradient(180deg, rgba(65, 221, 165, 0.19) 0, rgba(255, 255, 255, 0) 750px), linear-gradient(to top, #41DDA5 154px, rgba(255, 255, 255, 0) 1290px), url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/thumb_green_small.svg");
      background-position: top center, bottom center, bottom right;
      background-repeat: no-repeat, no-repeat, no-repeat; }
    .hero .hero-content {
      padding-bottom: 90px; }
      .hero .hero-content_overlay {
        padding-bottom: 330px; }
    .hero .case-studies {
      padding-bottom: 0; }
      .hero .case-studies:not(.content) > :last-child img {
        padding-bottom: 227px; }
      .hero .case-studies:not(.content) > :last-child .case-study {
        padding-bottom: 317px; }
      .hero .case-studies:not(.content) > :last-child .row {
        margin-top: -210px;
        position: relative;
        z-index: 10; }
        .hero .case-studies > :last-child .row .counter {
          transform: translateX(-75%); }
  
  .hero_service .case-studies > :last-child {
    padding-bottom: 317px;
  }
    .hero_home {
      padding-top: 180px;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, #41DDA5 88%), url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/thumb_green.svg");
      background-position: 0 center, bottom 27px left 0;
      background-repeat: no-repeat, no-repeat; }
      .hero_home .hero-content {
        padding-bottom: 150px; }
        .hero_home .hero-content .divider {
          margin-top: 30px;
          margin-bottom: 30px !important; }
        .hero_home .hero-content img.hero-home {
          width: 370px;
          height: 371px;
          position: absolute;
          top: -14px;
          right: -17px;
          margin-top: 0; }
        .hero_home .hero-content_overlay {
          padding-bottom: 330px; }
    .hero_contact {
      padding-top: 150px;
      position: relative; }
      .hero_contact .gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1218px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, #41DDA5 88%), url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/thumb_green.svg");
        background-position: 0 center, bottom 27px left 0;
        background-repeat: no-repeat, no-repeat; }
      .hero_contact .bg-mint {
        background-color: transparent; }
      .hero_contact .content-container {
        padding-top: 90px; }
      .hero_contact .form-container {
        margin-top: 60px;
        background-color: rgba(65, 221, 165, 0.15);
        padding: 30px 45px;
        border-radius: 10px;
        border: 1px solid #41DDA5; }

  .hero-text-content ul li, .hero-text-content ol li {
    font-size: 20px;
    line-height: 30px; } }
@media screen and (min-width: 1200px) {
  .hero_home .hero-content img.hero-home {
    width: 480px;
    height: 489px; }

  .hero-text h2, .hero-text h3 {
    margin-bottom: 30px; }
  .hero-text p + h2 {
    margin-top: 60px; } }
.landing-content * {
  color: #ffffff; }
.landing-content img.logo {
  margin-top: 45px;
  width: 120.42px;
  height: auto; }
.landing-image {
  position: absolute;
  top: 0;
  left: calc(100vw - 550px);
  bottom: 0;
  right: 0;
  z-index: 0; }

@media screen and (min-width: 1200px) {
  .landing-page {
    min-height: 100vh;
    background-color: #164247; }
    .landing-page .content.bg-dark-green {
      background-color: transparent; }
  .landing-content {
    position: relative;
    z-index: 15; }
    .landing-content img.logo {
      margin-top: 70px; }
  .landing-form {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50; }
    .landing-form .form-container {
      padding: 30px 50px;
      border-radius: 10px;
      background-color: #ffffff;
      border: 1px solid #41DDA5; } }
nav #nav-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 0;
  transition-property: opacity;
  transition-duration: 0.2s; }
  nav #nav-container.menu-open {
    width: 100vw;
    opacity: 0.5;
    background-color: #000000;
    transition-property: opacity;
    transition-duration: 0.2s;
    z-index: 10; }
nav a, nav span {
  color: #164247;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  margin-right: 30px;
  transition-property: color;
  transition-duration: 0.2s;
  padding: 0;
  font-family: "Axiforma-Bold", sans-serif; }
  nav a:hover, nav span:hover {
    color: #41DDA5;
    transition-property: color;
    transition-duration: 0.2s; }
nav .nav-links :last-child {
  margin-right: 0; }
nav .logo {
  width: 96px;
  height: 35px; }
nav .nav-mobile {
  width: 275px;
  transform: translateX(-275px);
  transition-property: transform;
  transition-duration: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1000;
  height: 100vh; }
  nav .nav-mobile.open {
    transform: translateX(0);
    transition-property: transform;
    transition-duration: 0.2s; }
  nav .nav-mobile-header {
    padding: 15px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 5; }
    nav .nav-mobile-header .burger {
      width: 35px;
      height: 35px;
      background: url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/icon_burger.svg");
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 0; }
    nav .nav-mobile-header .phone {
      background: url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/icon_phone.svg");
      width: 42px;
      height: 35px;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 0; }
      nav .nav-mobile-header .phone a {
        display: block;
        width: 100%;
        height: 100%; }
  nav .nav-mobile ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%; }
    nav .nav-mobile ul li {
      line-height: 45px;
      font-size: 16px;
      padding: 0 30px; }
      nav .nav-mobile ul li.active {
        background-color: #41DDA5;
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 15px; }
      nav .nav-mobile ul li.sub-menu-open {
        position: relative; }
        nav .nav-mobile ul li.sub-menu-open:after {
          content: '';
          background-image: url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/icon_arrow_forwards.svg");
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          width: 6px;
          height: 10px;
          position: absolute;
          top: 16px;
          right: 30px; }
    nav .nav-mobile ul.sub-menu {
      width: 275px;
      transform: translateX(-275px);
      transition-property: transform;
      transition-duration: 0.2s;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background-color: #ffffff; }
      nav .nav-mobile ul.sub-menu.open {
        transform: translateX(0);
        transition-property: transform;
        transition-duration: 0.2s; }
      nav .nav-mobile ul.sub-menu .sub-menu-back {
        background-color: #41DDA5;
        color: #ffffff;
        padding-left: 47px; }
        nav .nav-mobile ul.sub-menu .sub-menu-back:before {
          padding-left: 30px;
          content: '';
          background-image: url("//9232031.fs1.hubspotusercontent-na1.net/hubfs/9232031/raw_assets/public/Bootstrap%205%20-%20DND/images/icon_arrow_back.svg");
          background-size: contain;
          background-repeat: no-repeat;
          display: block;
          width: 6px;
          height: 10px;
          position: absolute;
          top: 16px;
          left: 30px; }
nav .nav-desktop {
  padding: 0 65px;
  height: 90px; }

.nav-desktop .nav-links .nav-link:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  nav .logo {
    width: 139px;
    height: 51px; }
  nav .position-fixed {
    z-index: 10; }

  .nav-desktop .nav-links {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%; }
    .nav-desktop .nav-links a, .nav-desktop .nav-links .nav-link, .nav-desktop .nav-links span {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Axiforma-Bold", sans-serif;
      padding: 0; }
    .nav-desktop .nav-links .btn {
      height: 43px;
      width: 141px; }
    .nav-desktop .nav-links .nav-link {
      display: inline-block; }
      .nav-desktop .nav-links .nav-link .sub-menu {
        list-style-type: none;
        background-color: #ffffff;
        border: 1px solid #41DDA5;
        position: absolute;
        padding: 25px 35px;
        display: none;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 0.2s; }
        .nav-desktop .nav-links .nav-link .sub-menu li a {
          justify-content: flex-start;
          line-height: 35px;
          vertical-align: text-bottom;
          white-space: nowrap; }
    .nav-desktop .nav-links .nav-link:hover .sub-menu {
      display: block;
      opacity: 1;
      z-index: 5;
      left: 0;
      top: 90px;
      transition-property: opacity;
      transition-duration: 0.2s; }
      .nav-desktop .nav-links .nav-link:hover .sub-menu.sub-menu-about {
        left: -30px; }
      .nav-desktop .nav-links .nav-link:hover .sub-menu:after {
        content: '';
        display: block;
        position: absolute;
        top: -46px;
        left: 22px;
        height: 0;
        width: 0;
        border-bottom: 23px solid #ffffff;
        border-left: 23px solid transparent;
        border-right: 23px solid transparent;
        border-top: 23px solid transparent; }
      .nav-desktop .nav-links .nav-link:hover .sub-menu:before {
        content: '';
        display: block;
        position: absolute;
        top: -50px;
        left: 20px;
        height: 0;
        width: 0;
        border-bottom: 25px solid #41DDA5;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid transparent; }
    .nav-desktop .nav-links .nav-link {
      display: initial;
      position: relative; } }
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .recent-posts .col:nth-child(n+3) {
    display: none; } }
@media screen and (min-width: 1020px) {
  .recent-posts .post-body p {
    font-size: 18px;
    line-height: 25px; } }
@media screen and (min-width: 1200px) {
  .recent-posts .post-body p {
    font-size: 20px;
    line-height: 30px; } }
.tile {
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column; }
  .tile-content {
    font-size: 14px;
    line-height: 25px; }
  .tile-resource {
    height: 560px; }
    .tile-resource .tile-image {
      height: 210px;
      min-height: 210px; }
    .tile-resource .tile-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 30px;
      height: 100%; }
      .tile-resource .tile-content h3, .tile-resource .tile-content a {
        flex-grow: 0; }
      .tile-resource .tile-content a {
        color: #41DDA5; }
      .tile-resource .tile-content p {
        flex-grow: 1; }
  .tile-info {
    min-height: 360px;
    height: auto; }
  .tile-benefit {
    padding: 30px 25px;
    border-radius: 15px;
    background-color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(22, 66, 71, 0.15));
    height: 270px;
    margin-bottom: 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .tile-benefit .tile-title {
      flex-grow: 0;
      margin-bottom: 15px; }
    .tile-benefit .tile-content {
      flex-grow: 1; }
    .tile-benefit a {
      flex-grow: 0;
      color: #41DDA5;
      transition-property: color;
      transition-duration: 0.2s; }
      .tile-benefit a:hover {
        transition-property: color;
        transition-duration: 0.2s;
        color: #164247; }
  .tile-statistic {
    background-color: rgba(65, 221, 165, 0.15);
    padding: 30px 50px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: none;
    height: 100%; }
    .tile-statistic p {
      margin-bottom: 0; }
    .tile-statistic h2 {
      margin-bottom: 9px; }
  .tile-article, .tile-team {
    border-radius: 15px;
    filter: drop-shadow(0 2px 4px rgba(22, 66, 71, 0.15));
    overflow: hidden;
    margin-bottom: 15px; }

.tile-article.tile-logo-small {
filter: none;
}
    .tile-article .tile-image, .tile-team .tile-image {
      height: 210px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
    .tile-article .tile-content, .tile-team .tile-content {
      height: 250px;
      padding: 30px 25px;
      background-color: #ffffff;
      display: flex;
      flex-direction: column; }
      .tile-article .tile-content p, .tile-team .tile-content p {
        flex-grow: 1;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 25px; }
      .tile-article .tile-content h3, .tile-article .tile-content a, .tile-team .tile-content h3, .tile-team .tile-content a {
        flex-grow: 0; }
      .tile-article .tile-content a, .tile-team .tile-content a {
        color: #41DDA5;
        transition-property: color;
        transition-duration: 0.2s;
        font-size: 13px;
        line-height: 30px; }
        .tile-article .tile-content a:hover, .tile-team .tile-content a:hover {
          color: #164247;
          transition-property: color;
          transition-duration: 0.2s; }
      .tile-article .tile-content .article-summary, .tile-team .tile-content .article-summary {
        flex-grow: 1; }
  .tile-team .tile-image {
    height: 280px; }
  .tile-team .tile-content {
    height: 210px; }
  .tile-blog-post {
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(22, 66, 71, 0.15));
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; }
    .tile-blog-post h3 {
      color: #164247; }
    .tile-blog-post .post-image {
      height: 207px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .tile-blog-post .post-content {
      padding: 30px 25px;
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .tile-blog-post .post-content .tile-content {
        flex-grow: 1; }

.tile-blog-post .post-content .tile-content h3 {
  margin-bottom: 15px;
}
        .tile-blog-post .post-content .tile-content p {
          font-size: 16px;
          line-height: 25px; }
    .tile-blog-post .post-body {
      flex-grow: 1; }
    .tile-blog-post a {
      color: #41DDA5;
      transition-property: color;
      transition-duration: 0.2s; }
      .tile-blog-post a:hover {
        color: #164247;
        transition-property: color;
        transition-duration: 0.2s; }
  .tile-location {
    padding: 30px 25px;
    height: 391px;
    filter: drop-shadow(0 2px 4px rgba(22, 66, 71, 0.15));
    margin-bottom: 15px; }
    .tile-location .address {
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
    .tile-location a {
      color: #41DDA5;
      transition-property: color;
      transition-duration: 0.2s; }
      .tile-location a:hover {
        color: #164247;
        transition-property: color;
        transition-duration: 0.2s; }

#who-we-work-with-section {
  scroll-margin-top: 110px; }

.benefit-tiles {
  margin-bottom: 15px; }

.statistic-tiles .col {
  margin-bottom: 15px; }

@media screen and (min-width: 576px) {
  .tile-benefit a {
    font-size: 18px;
    line-height: 25px; } }
@media screen and (min-width: 768px) {
  .tile-location {
    height: 475px; }
    .tile-location .title {
      margin-bottom: 18px; }
  .tile-team, .tile-statistic {
    margin-bottom: 30px; }
  .tile-blog-post {
    margin-bottom: 60px; }

  .statistic-tiles .col {
    margin-bottom: 30px; } }
@media screen and (min-width: 1020px) {
  .tile-content {
    font-size: 16px;
    line-height: 25px; }
    .tile-content a, .tile-content p {
      font-size: 16px;
      line-height: 25px; } }
@media screen and (min-width: 1200px) {
  .tile-grid {
    padding-bottom: 30px;
    margin: 0 0 30px;
    max-width: 100%; }
  .tile-benefit {
    margin-bottom: 30px !important;
    height: 360px; }
    .tile-benefit a {
      font-size: 20px; }
  .tile-statistic {
    height: 240px;
    position: relative; }
    .tile-statistic .tile-image {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top right; }
  .tile-location {
    margin-bottom: 0; }
  .tile-btn {
    margin-top: 60px; }
  .tile-article .tile-content, .tile-team .tile-content {
    height: 350px; }
    .tile-article .tile-content a, .tile-article .tile-content p, .tile-team .tile-content a, .tile-team .tile-content p {
      font-size: 20px;
      line-height: 30px; }
  .tile-team .tile-content {
    height: 210px; }
  .tile-logo {
    margin: 0 15px; }

  .benefit-tiles {
    margin-bottom: 30px; } }

.calculator-container .hs-embed-wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px){
  .calculator-container .hs-embed-wrapper {
    margin-bottom: 0 !important;
}
}

.hero.hero-squeeze {
  background-image: linear-gradient(180deg, rgba(65,221,165,0.19) 0%, rgba(255,255,255,0.00) 100%);
}

.hero.hero-squeeze h1 {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
}

@media screen and (min-width: 992px){
.hero.hero-squeeze h1 {
  font-size: 60px;
  line-height: 65px;
}
}


.hero-squeeze .hero-squeeze-content {
  border: 1px solid #41DDA5;
  background-color: #d6f7ec; 
  padding: 3rem; 
  border-radius: 10px;
  margin-bottom: 7.35rem;
  text-align: center;
  margin-top: 3.75rem;
  font-family: "Axiforma-Bold", sans-serif;
}

.hero-squeeze .hero-squeeze-content form label {
  display: none;
}

.hero-squeeze .hero-squeeze-content form input[type="email"] {
  height: 74px;
  border-radius: 37px;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 19px;
}

*[data-hs-anchor="true"] {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}

@media screen and (min-width: 992px){
.hero-squeeze .hero-squeeze-content form input[type="email"] {
  font-size: 26px;
}
}
/*# sourceMappingURL=style.css.map */


.hero.hero-blog {
    padding-top: 90px;
    background-image: none;
    background-color: #164247;
  }
  
  .hero.hero-blog h1 {
    margin-bottom: 24px;
  }
  
  .hero.hero-blog .hero-content {
    padding-top: 35px;
    padding-bottom: 35px !important;
  }
  
  .hero.hero-blog form {
    display: flex;
  }
  
  .hero.hero-blog form div:first-child {
    flex-grow: 1;
    margin-right: 16px;
  }
  
  .hero.hero-blog form label {
    display: none;
  }

.hero.hero-blog p.small a:hover {
  color: #ffffff;
}
  
  .blog-listings-container {
    padding-top: 60px;
    padding-bottom: 64px;
  }
  
  .blog-outer-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
  }
  
  .blog-listings {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    grid-column-gap: 0;
    grid-auto-rows: minmax(min-content, max-content);
  }

.blog-listings.index {
  margin-bottom: 32px;
}

.blog-outer-grid.featured {
  margin-bottom: 30px;
}

.blog-listings.featured-content {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}

.blog-listing.featured-large {
      grid-column: 1 / span 2;
    grid-row: 1/span 2;
}

@media screen and (max-width: 765px) {
  .blog-listing.large {
    grid-column: span 2;
  }
}

@media screen and (min-width: 768px) {
  .blog-listings {
    grid-template-columns: 1fr 1fr;
  }
  
   .blog-outer-grid {
    grid-template-columns: 2fr 1fr;
  }
  
   .blog-listings {
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 992px) {
.blog-listings.index {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
  
  .blog-listings .blog-listing {
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(0 2px 4px rgba(22,66,71,0.15));
  }
  
  .blog-listings .blog-listing:hover h2 {
    color: #41DDA5;
  }
  
  .blog-listings .blog-listing .listing-image {
    height: 192px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .blog-listings .blog-listing.large .listing-image {
    height: 400px;
  }
  
  .blog-listings .blog-listing .listing-content {
    padding: 32px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .listing-content h2 {
    margin-bottom: 52px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Axiforma-Bold';
  }
  
  .blog-listings .blog-listing .listing-content p {
    margin-bottom: 0;
    font-size: 16px;
  }
  
  .blog-filtering h3 {
    background-color: #164247;
    padding: 19px 32px;
    color: #ffffff;
    margin-bottom: 18px;
    margin-top: 34px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  
  .blog-filtering ul {
    padding: 0;
  }
  
  .blog-filtering ul li {
    list-style-type: none;
    background-color: #ffffff;
    border-left: 9px solid #164247;
    padding: 16px 32px;
    margin-bottom: 18px;
    font-family: 'Axiforma-Regular';
    font-size: 18px;
  }
  
  .blog-filtering ul li:hover {
    color: #41DDA5;
    border-left: 9px solid #41DDA5;
  }
  
  .blog-filtering .listing-content {
    background-color: #ffffff;
    padding: 16px 32px;
    margin-bottom: 18px;
  }
  
  .blog-filtering .listing-content h2 {
    margin: 0;
  }
  
  .blog-filtering .listing-content h2:hover {
    color: #41DDA5;
  }

@media screen and (min-width: 992px) {
  .blog-listings .blog-listing .listing-content {
          flex-grow: 1;
}
  
  .blog-listings .blog-listing.large .listing-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  
  .blog-listings .blog-listing.large {
    grid-column: 1 / span 2;
  }

}