.elementor-1364 .elementor-element.elementor-element-c3d1f18{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f0b81f6 */@font-face {
  font-family: "Nexa";
  src: url("https://fonts.cdnfonts.com/s/16221/NexaRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src: url("https://fonts.cdnfonts.com/s/16221/NexaBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.bn-post {
  --blue: #01aeed;
  --lime: #a6ce39;
  --ink: #142b36;
  --copy: #475b65;
  --line: #dfe9ed;
  --pale: #f3f9fc;

  max-width: 1040px;
  margin: 0 auto;
  padding: 56px 24px;
  background: #fff;
  color: var(--copy);
  font: 400 16px/1.85 "Nexa", sans-serif;
  overflow-wrap: break-word;
}

.bn-post *,
.bn-post *::before,
.bn-post *::after {
  box-sizing: border-box;
}

.bn-post h1,
.bn-post h2,
.bn-post h3,
.bn-post p,
.bn-post a,
.bn-post li,
.bn-post span {
  font-family: "Nexa", sans-serif;
}

.bn-post h1,
.bn-post h2,
.bn-post h3 {
  color: var(--ink);
  font-weight: 700;
  text-wrap: pretty;
}

.bn-post p {
  margin: 0 0 20px;
}

.bn-post a {
  color: #006d95;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bn-post a:hover {
  color: var(--ink);
}

.bn-post a:focus-visible {
  outline: 3px solid #007ca8;
  outline-offset: 5px;
}

.bn-post__hero {
  position: relative;
  padding: 42px;
  margin-bottom: 40px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(
      ellipse at top right,
      rgba(1, 174, 237, .09),
      transparent 65%
    ),
    #fbfdfe;
}

.bn-post__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 42px;
  width: 64px;
  height: 4px;
  background: var(--lime);
  border-radius: 0 0 4px 4px;
}

.bn-post .bn-post__eyebrow {
  margin-bottom: 20px;
  color: #536c2b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.6;
}

.bn-post h1 {
  margin: 0 0 22px;
  font-size: clamp(33px, 4.5vw, 54px);
  line-height: 1.14;
  letter-spacing: -.045em;
}

.bn-post h1 span {
  color: #007ca8;
}

.bn-post .bn-post__intro {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.bn-post__body {
  max-width: 780px;
  margin: 0 auto;
}

.bn-post__body > section {
  padding-top: 32px;
}

.bn-post h2 {
  margin: 0 0 20px;
  font-size: clamp(25px, 3vw, 32px);
  line-height: 1.3;
  letter-spacing: -.03em;
}

.bn-post h3 {
  margin: 24px 0 12px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -.02em;
}

.bn-post ul,
.bn-post ol {
  margin: 0 0 24px;
  padding-left: 23px;
}

.bn-post li {
  padding-left: 4px;
  margin-bottom: 10px;
}

.bn-post li::marker {
  color: #607d27;
  font-weight: 700;
}

.bn-post__note {
  padding: 22px 25px;
  margin: 27px 0;
  border-left: 3px solid var(--lime);
  background: #f7faf1;
}

.bn-post__note p {
  margin: 0;
  color: var(--ink);
}

.bn-post__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 25px 0;
}

.bn-post__card {
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--lime);
  border-radius: 0 0 10px 10px;
}

.bn-post__card h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.bn-post__card p {
  margin: 0;
  font-size: 14px;
}

.bn-post .bn-post__source {
  color: #647780;
  font-size: 12px;
  line-height: 1.8;
}

.bn-post__faq > div {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.bn-post__faq h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.bn-post__faq p {
  margin: 0;
  font-size: 15px;
}

.bn-post .bn-post__cta {
  padding: 32px;
  margin-top: 40px;
  border: 1px solid #d6e8ef;
  border-radius: 14px;
  background: var(--pale);
}

.bn-post__cta > p {
  font-size: 15px;
}

.bn-post__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.bn-post a.bn-post__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--lime);
  color: #20300c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.bn-post a.bn-post__button:hover {
  background: #b9da60;
}

.bn-post a.bn-post__button--outline {
  border-color: #95bdce;
  background: #fff;
  color: #15516b;
}

.bn-post a.bn-post__button--outline:hover {
  background: #e7f5fb;
}

@media (max-width: 767px) {
  .bn-post {
    padding: 28px 16px;
    font-size: 15px;
  }

  .bn-post__hero {
    padding: 30px 22px;
    margin-bottom: 28px;
  }

  .bn-post__hero::before {
    left: 22px;
  }

  .bn-post h1 {
    font-size: clamp(31px, 8.5vw, 42px);
  }

  .bn-post .bn-post__intro {
    font-size: 16px;
  }

  .bn-post__cards {
    grid-template-columns: 1fr;
  }

  .bn-post__card {
    padding: 22px;
  }

  .bn-post .bn-post__cta {
    padding: 26px 22px;
  }

  .bn-post__buttons {
    flex-direction: column;
  }

  .bn-post a.bn-post__button {
    width: 100%;
  }
}/* End custom CSS */