@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a2e;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 2rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(2rem * -1);
}
.row > * {
  padding-inline: 2rem;
}

.row-gap-h {
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .row-gap-h {
    row-gap: 3rem;
  }
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
h1 {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  line-height: 1.75;
}

.sec-intro.align-center {
  text-align: center;
}
.sec-intro.align-right {
  text-align: right;
}

.sec-label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2388c2;
  margin-bottom: 0.75rem;
}

.sec-heading {
  margin-bottom: 1rem;
}

.sec-subtext {
  color: #6b7280;
  font-size: 1.125rem;
  max-width: 60ch;
}

.sec-intro.align-center .sec-subtext {
  margin-inline: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}
.btn-primary {
  background-color: #2388c2;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #1a6e9e;
  color: #ffffff;
}
.btn-outline {
  background-color: transparent;
  color: #2388c2;
  border: 2px solid #2388c2;
}
.btn-outline:hover {
  background-color: #2388c2;
  color: #ffffff;
}
.btn-ghost {
  background-color: transparent;
  color: #2388c2;
}
.btn-ghost:hover {
  text-decoration: underline;
}
.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 12px;
}
.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.cont-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cont-tags.tags-sm .tag-single {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
}
.cont-tags.tags-lg .tag-single {
  font-size: 1.125rem;
  padding: 0.75rem 1.25rem;
}

.tag-single {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  color: #1a1a2e;
  transition: all 0.2s ease;
}

.sec-sep {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin-block: 3rem;
}
@media (min-width: 992px) {
  .sec-sep {
    margin-block: 5rem;
  }
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
}
.badge.bg-primary {
  background-color: #2388c2;
  color: #ffffff;
}

.cont-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a2e;
}
.cont-content p + p {
  margin-top: 1rem;
}
.cont-content strong {
  font-weight: 600;
}
.cont-content.lst-tick ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cont-content.lst-tick ul li {
  position: relative;
  padding-left: 1.5rem;
}
.cont-content.lst-tick ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232388c2' d='M6.5 12L2 7.5l1.4-1.4 3.1 3.1 6.1-6.1L14 4.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.badge-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
}

.badge-text-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.badge-text-ring::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: #2388c2 2px solid;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  opacity: 0.25;
}
.badge-text-ring span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 14px;
  height: 50%;
  margin-left: -7px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #2388c2;
  line-height: 1;
  transform-origin: bottom center;
  transform: rotate(var(--rot));
}

.badge-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.badge-center .badge-years {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 800;
  color: #2388c2;
}

.badge-value {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #2388c2;
  line-height: 1;
}
@media (min-width: 992px) {
  .badge-value {
    font-size: 3em;
  }
}

.bg-secondary {
  background-color: #f4f8fb;
}

.bg-primary {
  background-color: #2388c2;
}

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

.text-primary {
  color: #2388c2;
}

.text-muted {
  color: #6b7280;
}

.text-white {
  color: #ffffff;
}

.prod-spec-list {
  margin: 0;
  padding: 0.75rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .prod-spec-list {
    padding: 1.25rem 2.5rem 2rem;
  }
}

.prod-spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-block: 1rem;
  border-top: 1px solid #e5e7eb;
}
.prod-spec-row:first-of-type {
  border-top: none;
}
.prod-spec-row dt {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
}
.prod-spec-row dd {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2388c2;
  margin: 0;
}

.prod-ph-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2388c2;
  letter-spacing: 0.04em;
}

.prod-note-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2388c2;
  margin: 0 0 0.5rem;
}

.prod-note-body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 2;
}
.prod-note-body p {
  margin: 0;
}
.prod-note-body p + p {
  margin-top: 0.5rem;
}

.sec-prod-related {
  background-color: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-prod-related {
    padding-block: 5rem;
  }
}

.prod-related-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.prod-related-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0;
}
@media (min-width: 768px) {
  .prod-related-heading {
    font-size: 2.5rem;
  }
}

.prod-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .prod-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .prod-related-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.prod-related-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  transition: transform all 0.2s ease, box-shadow all 0.2s ease;
}
.prod-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.prod-related-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  flex: 1;
}

.prod-related-img-wrap {
  background-color: #f4f4f4;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.prod-related-img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.prod-related-body {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.prod-related-badge {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
  padding: 2px 0.75rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
  align-self: flex-start;
  margin-bottom: 0.25rem;
}

.prod-related-title {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.25;
}

.prod-related-desc {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

.prod-related-actions {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.prod-related-view {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2388c2;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.prod-related-view:hover {
  text-decoration: underline;
}

.prod-related-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 40px;
  padding: 0 1.25rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
}
.prod-related-cta svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.prod-related-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}

.kgn-box {
  width: 100%;
  background-color: #f4f8fb;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .kgn-box {
    width: 50%;
  }
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background-color: #2388c2;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: top 0.15s ease;
}
.skip-link:focus {
  top: 1rem;
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: #ffffff;
  box-shadow: 0 1px 0 #e5e7eb;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .site-header-inner {
    height: 80px;
    gap: 2rem;
  }
}

.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.site-logo .logo-img {
  height: 80px;
  width: auto;
  display: block;
}
@media (min-width: 992px) {
  .site-logo .logo-img {
    height: 117px;
  }
}
.site-logo .logo-wordmark {
  font-family: "Lato", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #2388c2;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .site-logo .logo-wordmark {
    font-size: 2.25rem;
  }
}

.site-nav {
  display: none;
  flex: 1;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .site-nav {
    display: flex;
  }
}
.site-nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.site-nav .nav-link {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  transition: color all 0.2s ease;
  text-decoration: none;
}
.site-nav .nav-link:hover, .site-nav .nav-link[aria-current=page] {
  color: #2388c2;
}
.site-nav .nav-dropdown-toggle {
  display: none;
}
@media (min-width: 992px) {
  .site-nav .nav-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 2px 0 2px 4px;
    cursor: default;
    color: #6b7280;
    pointer-events: none;
  }
}
.site-nav .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 200px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  z-index: 300;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  padding-top: 0.75rem;
}
.site-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  width: 12px;
  height: 6px;
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  filter: drop-shadow(0 -1px 0 #e5e7eb);
  top: 6px;
}
.site-nav .sub-menu li {
  display: block;
}
.site-nav .sub-menu a {
  display: block;
  padding: 0.75rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  text-decoration: none;
  white-space: break-spaces;
  transition: background-color all 0.2s ease, color all 0.2s ease;
}
@media (min-width: 992px) {
  .site-nav .sub-menu a {
    min-width: 300px;
  }
}
.site-nav .sub-menu a:hover {
  background-color: #f4f8fb;
  color: #2388c2;
}
.site-nav .has-dropdown:hover > .sub-menu,
.site-nav .has-dropdown:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s;
}
.site-nav .has-dropdown:hover > .nav-dropdown-toggle svg,
.site-nav .has-dropdown:focus-within > .nav-dropdown-toggle svg {
  transform: rotate(180deg);
}
.site-nav .nav-drawer-head {
  display: none;
}
.site-nav.is-open {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 80vw;
  max-width: 320px;
  background-color: #ffffff;
  padding: 0;
  z-index: 199;
  overflow-y: auto;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  animation: navDrawerIn 0.25s ease forwards;
}
.site-nav.is-open .nav-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
  min-height: 60px;
}
.site-nav.is-open .nav-drawer-label {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
}
.site-nav.is-open .nav-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  color: #1a1a2e;
  transition: background-color all 0.2s ease, color all 0.2s ease;
}
.site-nav.is-open .nav-close:hover {
  background-color: #f4f8fb;
  color: #2388c2;
}
.site-nav.is-open .nav-menu {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  padding: 0.75rem 0;
}
.site-nav.is-open .nav-item {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e7eb;
}
.site-nav.is-open .nav-link {
  flex: 1;
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}
.site-nav.is-open .nav-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7280;
  pointer-events: auto;
  padding: 0;
  align-self: center;
  margin-right: 0.75rem;
  transition: color all 0.2s ease;
}
.site-nav.is-open .nav-dropdown-toggle:hover {
  color: #2388c2;
}
.site-nav.is-open .nav-dropdown-toggle svg {
  transition: transform all 0.2s ease;
}
.site-nav.is-open .nav-dropdown-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.site-nav.is-open .sub-menu,
.site-nav.is-open .nav-item > .sub-menu {
  position: static !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none !important;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #f4f8fb;
  padding: 0.5rem 0;
  top: auto !important;
  left: auto !important;
  width: 100%;
  display: none;
  transition: none;
  min-width: 0;
}
.site-nav.is-open .sub-menu::before, .site-nav.is-open .sub-menu::after,
.site-nav.is-open .nav-item > .sub-menu::before,
.site-nav.is-open .nav-item > .sub-menu::after {
  display: none !important;
}
.site-nav.is-open .sub-menu.is-open,
.site-nav.is-open .nav-item > .sub-menu.is-open {
  display: block;
}
.site-nav.is-open .sub-menu a,
.site-nav.is-open .nav-item > .sub-menu a {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}

.site-nav-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}

.nav-phone {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  transition: color all 0.2s ease;
}
@media (min-width: 1200px) {
  .nav-phone {
    display: flex;
  }
}
.nav-phone:hover {
  color: #2388c2;
}
.nav-phone svg {
  flex-shrink: 0;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.75rem;
  height: 40px;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 6px;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color all 0.2s ease;
}
@media (min-width: 992px) {
  .nav-cta {
    height: 50px;
    padding: 0 1.5rem;
  }
}
.nav-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}
.nav-cta svg {
  flex-shrink: 0;
}

.nav-cta-label {
  display: none;
}
@media (min-width: 992px) {
  .nav-cta-label {
    display: inline;
  }
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a1a2e;
  border-radius: 2px;
  transition: all 0.2s ease;
  transform-origin: center;
}
.nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 150;
}
.mobile-nav-overlay.is-visible {
  display: block;
}
@media (min-width: 992px) {
  .mobile-nav-overlay {
    display: none !important;
  }
}

@keyframes navDrawerIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.site-footer {
  background-color: #032133;
  color: #cacaca;
  padding-top: 5rem;
}

.footer-cta-lift {
  margin-top: -7rem;
  position: relative;
  z-index: 2;
}

.footer-buyers-guide-cta-card {
  background-color: #2388c2;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22);
}
@media (min-width: 992px) {
  .footer-buyers-guide-cta-card {
    padding: 2.5rem 3rem;
  }
}
.footer-buyers-guide-cta-card .footer-bg-btn {
  margin: auto;
}

.footer-bg-content {
  color: #ffffff;
}
.footer-bg-content h1,
.footer-bg-content h2,
.footer-bg-content h3,
.footer-bg-content h4,
.footer-bg-content h5,
.footer-bg-content h6 {
  color: #ffffff;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}
.footer-bg-content p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.75rem;
}
.footer-bg-content p:last-child {
  margin-bottom: 0;
}
.footer-bg-content a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bg-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.5rem;
  min-height: 40px;
  padding: 0 0.75rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 6px;
  white-space: normal;
  text-decoration: none;
  transition: background-color all 0.2s ease;
}
@media (min-width: 992px) {
  .footer-bg-btn {
    height: 50px;
    padding: 0 1.5rem;
  }
}
.footer-bg-btn svg {
  flex-shrink: 0;
}
.footer-bg-btn:hover {
  background-color: #1e9430;
  color: #ffffff;
}

.footer-bg-notes {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.footer-cta-card {
  background-color: #2388c2;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22);
}
@media (min-width: 992px) {
  .footer-cta-card {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding: 2.5rem 3rem;
  }
}

.footer-cta-content {
  flex: 1;
  min-width: 0;
}

.footer-cta-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .footer-cta-heading {
    font-size: 2.75rem;
  }
}

.footer-cta-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin: 0;
}

.footer-cta-form-wrap {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .footer-cta-form-wrap {
    width: 460px;
  }
}

.footer-cta-form-heading {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
}

.footer-cta-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-cta-field {
  display: flex;
  align-items: center;
  border-radius: 999px;
  background-color: #ffffff;
  padding: 5px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.footer-cta-input {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 1rem;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #1a1a2e;
}
.footer-cta-input::placeholder {
  color: #6b7280;
}

.footer-cta-btn {
  flex-shrink: 0;
  height: 52px;
  padding: 0 1.5rem;
  background-color: #2388c2;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color all 0.2s ease;
}
.footer-cta-btn:hover {
  background-color: #1a6e9e;
}

.footer-cta-trust {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
}

.footer-main {
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .footer-main {
    padding-block: 5rem;
  }
}

.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .footer-cols {
    grid-template-columns: 2fr 1.1fr 1fr 1fr;
    gap: 0;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .footer-brand {
    padding-right: 2.5rem;
  }
}

.footer-logo-link {
  display: inline-block;
  line-height: 1;
}

.footer-logo {
  display: block;
  height: 117px;
  width: auto;
  aspect-ratio: 295/117;
}

.footer-wordmark {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
}

.footer-wordmark-name {
  font-family: "Lato", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  color: #2388c2;
  line-height: 1.1;
}

.footer-wordmark-tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #cacaca;
  letter-spacing: 0.02em;
}

.footer-about {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #cacaca;
  line-height: 1.875;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.footer-social-link:hover {
  background-color: #2388c2;
  color: #ffffff;
}
.footer-social-link svg {
  display: block;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .footer-col {
    padding-inline: 2rem;
  }
}

.footer-col-heading {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0 0 0.5rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-links li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #cacaca;
  text-decoration: none;
  line-height: 2.0625;
  transition: color 0.2s ease;
}
.footer-links li a:hover {
  color: #ffffff;
}

.footer-col .widget {
  margin: 0;
  padding: 0;
}
.footer-col .widget-title {
  display: none;
}
.footer-col > div {
  margin: 0;
  padding: 0;
}
.footer-col .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-col .menu li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #cacaca;
  text-decoration: none;
  line-height: 2.0625;
  transition: color 0.2s ease;
}
.footer-col .menu li a:hover {
  color: #ffffff;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #cacaca;
  line-height: 1.6;
}
.footer-contact-list li svg {
  flex-shrink: 0;
  opacity: 0.65;
}
.footer-contact-list li a {
  color: #cacaca;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact-list li a:hover {
  color: #ffffff;
}

.footer-contact-hours {
  align-items: center;
}
.footer-contact-hours span {
  line-height: 1.7;
}

.footer-bottom {
  border-top: 1px solid rgba(220, 220, 220, 0.2);
  padding-block: 1.25rem;
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

.footer-copyright {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.625;
}
.footer-copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #ffffff;
}

.footer-legal {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  white-space: nowrap;
}

.footer-gf-wrap {
  background-color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  padding: 5px !important;
}
.footer-gf-wrap .gform_wrapper {
  margin: 0;
}
.footer-gf-wrap .gform_fields {
  display: flex !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0px !important;
  gap: 0;
  position: relative;
}
.footer-gf-wrap .gform_validation_container {
  display: none !important;
}
.footer-gf-wrap .gfield {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
}
.footer-gf-wrap .gfield--type-email {
  flex: 1 !important;
  min-width: 0 !important;
  position: relative !important;
}
.footer-gf-wrap .gfield--type-submit {
  flex-shrink: 0 !important;
}
.footer-gf-wrap .gfield_label,
.footer-gf-wrap .gform-field-label {
  display: none !important;
}
.footer-gf-wrap .ginput_container,
.footer-gf-wrap .ginput_container_email {
  margin: 0 !important;
  padding: 0 !important;
}
.footer-gf-wrap .ginput_container_email input[type=email] {
  display: block !important;
  width: 100% !important;
  height: 52px !important;
  padding: 0 1rem !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  color: #1a1a2e !important;
  outline: none !important;
  line-height: normal !important;
  appearance: none !important;
}
.footer-gf-wrap .ginput_container_email input[type=email]::placeholder {
  color: #6b7280 !important;
}
.footer-gf-wrap .ginput_container_email input[type=email]:focus {
  border: none !important;
  box-shadow: none !important;
}
.footer-gf-wrap input[type=submit].gform-button,
.footer-gf-wrap input[type=submit].gform_button,
.footer-gf-wrap input[type=submit].button {
  display: inline-block !important;
  height: 52px !important;
  padding: 0 1.5rem !important;
  margin: 0 !important;
  background-color: #2388c2 !important;
  color: #ffffff !important;
  font-family: "Lato", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  appearance: none !important;
  line-height: 52px !important;
  vertical-align: middle !important;
  transition: background-color all 0.2s ease;
}
.footer-gf-wrap input[type=submit].gform-button:hover,
.footer-gf-wrap input[type=submit].gform_button:hover,
.footer-gf-wrap input[type=submit].button:hover {
  background-color: #1a6e9e !important;
}
.footer-gf-wrap .gform-footer,
.footer-gf-wrap .gform_footer {
  display: none !important;
}
.footer-gf-wrap .gfield_error {
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-gf-wrap .gfield_error .ginput_container_email input[type=email] {
  border: rgba(255, 0, 0, 0.5) 1px solid !important;
  border-radius: 100px !important;
}
.footer-gf-wrap .validation_message,
.footer-gf-wrap .gfield_validation_message {
  position: absolute !important;
  top: calc(100% + 0.5rem) !important;
  top: 50px !important;
  left: 0.25rem !important;
  left: 10% !important;
  width: max-content !important;
  width: 80% !important;
  text-align: center;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.95) !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: rgb(255, 0, 0) !important;
}
.footer-gf-wrap .gform_validation_errors,
.footer-gf-wrap .validation_error {
  display: none !important;
}
.footer-gf-wrap .gform_confirmation_message {
  font-size: 0.875rem !important;
  border: none !important;
  border-radius: 200px !important;
  padding: 1rem 1.25rem !important;
  line-height: 1.75 !important;
  margin: 0 !important;
  text-align: center;
}
.footer-gf-wrap .gform-loader {
  margin-left: 0.5rem !important;
  opacity: 0.7 !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
}

.site-footer--flush {
  padding-top: 0;
}

.single-content h1 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .single-content h1 {
    font-size: 2rem;
  }
}
.single-content h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .single-content h2 {
    font-size: 1.75rem;
  }
}
.single-content h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .single-content h3 {
    font-size: 1.375rem;
  }
}
.single-content h4 {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .single-content h4 {
    font-size: 1.125rem;
  }
}
.single-content h5 {
  font-size: 1rem;
}
.single-content h6 {
  font-size: 0.875rem;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
}
.single-content h1 + p,
.single-content h2 + p,
.single-content h3 + p,
.single-content h4 + p,
.single-content h5 + p,
.single-content h6 + p {
  margin-top: 0;
}
.single-content table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .single-content table {
    font-size: 1rem;
  }
}
.single-content table th,
.single-content table td {
  padding: 1rem 1.25rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  text-align: left;
  color: #1a1a2e;
  font-weight: 300;
}
.single-content table th {
  font-weight: 600;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .single-content table th {
    font-size: 0.875rem;
  }
}
.single-content table strong {
  font-weight: 600;
  color: #1a1a2e;
}
.single-content table caption {
  caption-side: bottom;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
  text-align: left;
}
.single-content table sub,
.single-content table sup {
  font-size: 0.75em;
  line-height: 0;
}
@media (max-width: 575px) {
  .single-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.single-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  border-left: 4px solid #2388c2;
  background-color: #f4f8fb;
  border-radius: 0 6px 6px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  color: #1a1a2e;
  line-height: 1.8;
}
.single-content blockquote p {
  margin: 0 0 0.5rem;
}
.single-content blockquote p:last-child {
  margin-bottom: 0;
}
.single-content blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  color: #2388c2;
}
.single-content blockquote cite::before {
  content: "— ";
}
.single-content .alignleft,
.single-content img.alignleft,
.single-content figure.alignleft,
.single-content .wp-block-image.alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
  height: auto;
}
.single-content .alignright,
.single-content img.alignright,
.single-content figure.alignright,
.single-content .wp-block-image.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
  height: auto;
}
.single-content .aligncenter,
.single-content img.aligncenter,
.single-content figure.aligncenter,
.single-content .wp-block-image.aligncenter {
  display: block;
  margin: 1.25rem auto;
  float: none;
  clear: both;
  text-align: center;
}
.single-content .aligncenter img,
.single-content img.aligncenter img,
.single-content figure.aligncenter img,
.single-content .wp-block-image.aligncenter img {
  margin-inline: auto;
}
.single-content .alignnone,
.single-content img.alignnone {
  display: block;
  margin: 1.25rem 0;
  float: none;
}
@media (max-width: 575px) {
  .single-content .alignleft,
  .single-content img.alignleft,
  .single-content figure.alignleft,
  .single-content .wp-block-image.alignleft,
  .single-content .alignright,
  .single-content img.alignright,
  .single-content figure.alignright,
  .single-content .wp-block-image.alignright {
    float: none;
    display: block;
    margin: 1.25rem auto;
    max-width: 100%;
  }
}
.single-content p {
  clear: none;
}
.single-content .wp-caption,
.single-content figure.wp-block-image {
  max-width: 100%;
  margin: 1.25rem 0;
}
.single-content .wp-caption img,
.single-content figure.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.single-content .wp-caption-text,
.single-content figcaption,
.single-content .wp-block-image figcaption {
  display: block;
  padding: 0.75rem 1rem;
  background-color: #f4f8fb;
  border-left: 3px solid #2388c2;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: left;
}
.single-content .aligncenter .wp-caption-text,
.single-content figure.aligncenter figcaption {
  margin-inline: auto;
}

.page-content h1 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .page-content h1 {
    font-size: 2rem;
  }
}
.page-content h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .page-content h2 {
    font-size: 1.75rem;
  }
}
.page-content h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .page-content h3 {
    font-size: 1.375rem;
  }
}
.page-content h4 {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .page-content h4 {
    font-size: 1.125rem;
  }
}
.page-content h5 {
  font-size: 1rem;
}
.page-content h6 {
  font-size: 0.875rem;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
}
.page-content h1 + p,
.page-content h2 + p,
.page-content h3 + p,
.page-content h4 + p,
.page-content h5 + p,
.page-content h6 + p {
  margin-top: 0;
}
.page-content table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .page-content table {
    font-size: 1rem;
  }
}
.page-content table th,
.page-content table td {
  padding: 1rem 1.25rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  text-align: left;
  color: #1a1a2e;
  font-weight: 300;
}
.page-content table th {
  font-weight: 600;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .page-content table th {
    font-size: 0.875rem;
  }
}
.page-content table strong {
  font-weight: 600;
  color: #1a1a2e;
}
.page-content table caption {
  caption-side: bottom;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
  text-align: left;
}
.page-content table sub,
.page-content table sup {
  font-size: 0.75em;
  line-height: 0;
}
@media (max-width: 575px) {
  .page-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  border-left: 4px solid #2388c2;
  background-color: #f4f8fb;
  border-radius: 0 6px 6px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  color: #1a1a2e;
  line-height: 1.8;
}
.page-content blockquote p {
  margin: 0 0 0.5rem;
}
.page-content blockquote p:last-child {
  margin-bottom: 0;
}
.page-content blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  color: #2388c2;
}
.page-content blockquote cite::before {
  content: "— ";
}
.page-content .alignleft,
.page-content img.alignleft,
.page-content figure.alignleft,
.page-content .wp-block-image.alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
  height: auto;
}
.page-content .alignright,
.page-content img.alignright,
.page-content figure.alignright,
.page-content .wp-block-image.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
  height: auto;
}
.page-content .aligncenter,
.page-content img.aligncenter,
.page-content figure.aligncenter,
.page-content .wp-block-image.aligncenter {
  display: block;
  margin: 1.25rem auto;
  float: none;
  clear: both;
  text-align: center;
}
.page-content .aligncenter img,
.page-content img.aligncenter img,
.page-content figure.aligncenter img,
.page-content .wp-block-image.aligncenter img {
  margin-inline: auto;
}
.page-content .alignnone,
.page-content img.alignnone {
  display: block;
  margin: 1.25rem 0;
  float: none;
}
@media (max-width: 575px) {
  .page-content .alignleft,
  .page-content img.alignleft,
  .page-content figure.alignleft,
  .page-content .wp-block-image.alignleft,
  .page-content .alignright,
  .page-content img.alignright,
  .page-content figure.alignright,
  .page-content .wp-block-image.alignright {
    float: none;
    display: block;
    margin: 1.25rem auto;
    max-width: 100%;
  }
}
.page-content p {
  clear: none;
}
.page-content .wp-caption,
.page-content figure.wp-block-image {
  max-width: 100%;
  margin: 1.25rem 0;
}
.page-content .wp-caption img,
.page-content figure.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.page-content .wp-caption-text,
.page-content figcaption,
.page-content .wp-block-image figcaption {
  display: block;
  padding: 0.75rem 1rem;
  background-color: #f4f8fb;
  border-left: 3px solid #2388c2;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: left;
}
.page-content .aligncenter .wp-caption-text,
.page-content figure.aligncenter figcaption {
  margin-inline: auto;
}

.faq-content-block h1 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .faq-content-block h1 {
    font-size: 2rem;
  }
}
.faq-content-block h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .faq-content-block h2 {
    font-size: 1.75rem;
  }
}
.faq-content-block h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .faq-content-block h3 {
    font-size: 1.375rem;
  }
}
.faq-content-block h4 {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .faq-content-block h4 {
    font-size: 1.125rem;
  }
}
.faq-content-block h5 {
  font-size: 1rem;
}
.faq-content-block h6 {
  font-size: 0.875rem;
}
.faq-content-block h1,
.faq-content-block h2,
.faq-content-block h3,
.faq-content-block h4,
.faq-content-block h5,
.faq-content-block h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
}
.faq-content-block h1 + p,
.faq-content-block h2 + p,
.faq-content-block h3 + p,
.faq-content-block h4 + p,
.faq-content-block h5 + p,
.faq-content-block h6 + p {
  margin-top: 0;
}
.faq-content-block table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .faq-content-block table {
    font-size: 1rem;
  }
}
.faq-content-block table th,
.faq-content-block table td {
  padding: 1rem 1.25rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  text-align: left;
  color: #1a1a2e;
  font-weight: 300;
}
.faq-content-block table th {
  font-weight: 600;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .faq-content-block table th {
    font-size: 0.875rem;
  }
}
.faq-content-block table strong {
  font-weight: 600;
  color: #1a1a2e;
}
.faq-content-block table caption {
  caption-side: bottom;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
  text-align: left;
}
.faq-content-block table sub,
.faq-content-block table sup {
  font-size: 0.75em;
  line-height: 0;
}
@media (max-width: 575px) {
  .faq-content-block table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.faq-content-block blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  border-left: 4px solid #2388c2;
  background-color: #f4f8fb;
  border-radius: 0 6px 6px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  color: #1a1a2e;
  line-height: 1.8;
}
.faq-content-block blockquote p {
  margin: 0 0 0.5rem;
}
.faq-content-block blockquote p:last-child {
  margin-bottom: 0;
}
.faq-content-block blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  color: #2388c2;
}
.faq-content-block blockquote cite::before {
  content: "— ";
}
.faq-content-block .alignleft,
.faq-content-block img.alignleft,
.faq-content-block figure.alignleft,
.faq-content-block .wp-block-image.alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
  height: auto;
}
.faq-content-block .alignright,
.faq-content-block img.alignright,
.faq-content-block figure.alignright,
.faq-content-block .wp-block-image.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
  height: auto;
}
.faq-content-block .aligncenter,
.faq-content-block img.aligncenter,
.faq-content-block figure.aligncenter,
.faq-content-block .wp-block-image.aligncenter {
  display: block;
  margin: 1.25rem auto;
  float: none;
  clear: both;
  text-align: center;
}
.faq-content-block .aligncenter img,
.faq-content-block img.aligncenter img,
.faq-content-block figure.aligncenter img,
.faq-content-block .wp-block-image.aligncenter img {
  margin-inline: auto;
}
.faq-content-block .alignnone,
.faq-content-block img.alignnone {
  display: block;
  margin: 1.25rem 0;
  float: none;
}
@media (max-width: 575px) {
  .faq-content-block .alignleft,
  .faq-content-block img.alignleft,
  .faq-content-block figure.alignleft,
  .faq-content-block .wp-block-image.alignleft,
  .faq-content-block .alignright,
  .faq-content-block img.alignright,
  .faq-content-block figure.alignright,
  .faq-content-block .wp-block-image.alignright {
    float: none;
    display: block;
    margin: 1.25rem auto;
    max-width: 100%;
  }
}
.faq-content-block p {
  clear: none;
}
.faq-content-block .wp-caption,
.faq-content-block figure.wp-block-image {
  max-width: 100%;
  margin: 1.25rem 0;
}
.faq-content-block .wp-caption img,
.faq-content-block figure.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.faq-content-block .wp-caption-text,
.faq-content-block figcaption,
.faq-content-block .wp-block-image figcaption {
  display: block;
  padding: 0.75rem 1rem;
  background-color: #f4f8fb;
  border-left: 3px solid #2388c2;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: left;
}
.faq-content-block .aligncenter .wp-caption-text,
.faq-content-block figure.aligncenter figcaption {
  margin-inline: auto;
}

.prod-hero-long h1 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .prod-hero-long h1 {
    font-size: 2rem;
  }
}
.prod-hero-long h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prod-hero-long h2 {
    font-size: 1.75rem;
  }
}
.prod-hero-long h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .prod-hero-long h3 {
    font-size: 1.375rem;
  }
}
.prod-hero-long h4 {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .prod-hero-long h4 {
    font-size: 1.125rem;
  }
}
.prod-hero-long h5 {
  font-size: 1rem;
}
.prod-hero-long h6 {
  font-size: 0.875rem;
}
.prod-hero-long h1,
.prod-hero-long h2,
.prod-hero-long h3,
.prod-hero-long h4,
.prod-hero-long h5,
.prod-hero-long h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
}
.prod-hero-long h1 + p,
.prod-hero-long h2 + p,
.prod-hero-long h3 + p,
.prod-hero-long h4 + p,
.prod-hero-long h5 + p,
.prod-hero-long h6 + p {
  margin-top: 0;
}
.prod-hero-long table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .prod-hero-long table {
    font-size: 1rem;
  }
}
.prod-hero-long table th,
.prod-hero-long table td {
  padding: 1rem 1.25rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  text-align: left;
  color: #1a1a2e;
  font-weight: 300;
}
.prod-hero-long table th {
  font-weight: 600;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .prod-hero-long table th {
    font-size: 0.875rem;
  }
}
.prod-hero-long table strong {
  font-weight: 600;
  color: #1a1a2e;
}
.prod-hero-long table caption {
  caption-side: bottom;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
  text-align: left;
}
.prod-hero-long table sub,
.prod-hero-long table sup {
  font-size: 0.75em;
  line-height: 0;
}
@media (max-width: 575px) {
  .prod-hero-long table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.prod-hero-long blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  border-left: 4px solid #2388c2;
  background-color: #f4f8fb;
  border-radius: 0 6px 6px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  color: #1a1a2e;
  line-height: 1.8;
}
.prod-hero-long blockquote p {
  margin: 0 0 0.5rem;
}
.prod-hero-long blockquote p:last-child {
  margin-bottom: 0;
}
.prod-hero-long blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  color: #2388c2;
}
.prod-hero-long blockquote cite::before {
  content: "— ";
}
.prod-hero-long .alignleft,
.prod-hero-long img.alignleft,
.prod-hero-long figure.alignleft,
.prod-hero-long .wp-block-image.alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
  height: auto;
}
.prod-hero-long .alignright,
.prod-hero-long img.alignright,
.prod-hero-long figure.alignright,
.prod-hero-long .wp-block-image.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
  height: auto;
}
.prod-hero-long .aligncenter,
.prod-hero-long img.aligncenter,
.prod-hero-long figure.aligncenter,
.prod-hero-long .wp-block-image.aligncenter {
  display: block;
  margin: 1.25rem auto;
  float: none;
  clear: both;
  text-align: center;
}
.prod-hero-long .aligncenter img,
.prod-hero-long img.aligncenter img,
.prod-hero-long figure.aligncenter img,
.prod-hero-long .wp-block-image.aligncenter img {
  margin-inline: auto;
}
.prod-hero-long .alignnone,
.prod-hero-long img.alignnone {
  display: block;
  margin: 1.25rem 0;
  float: none;
}
@media (max-width: 575px) {
  .prod-hero-long .alignleft,
  .prod-hero-long img.alignleft,
  .prod-hero-long figure.alignleft,
  .prod-hero-long .wp-block-image.alignleft,
  .prod-hero-long .alignright,
  .prod-hero-long img.alignright,
  .prod-hero-long figure.alignright,
  .prod-hero-long .wp-block-image.alignright {
    float: none;
    display: block;
    margin: 1.25rem auto;
    max-width: 100%;
  }
}
.prod-hero-long p {
  clear: none;
}
.prod-hero-long .wp-caption,
.prod-hero-long figure.wp-block-image {
  max-width: 100%;
  margin: 1.25rem 0;
}
.prod-hero-long .wp-caption img,
.prod-hero-long figure.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.prod-hero-long .wp-caption-text,
.prod-hero-long figcaption,
.prod-hero-long .wp-block-image figcaption {
  display: block;
  padding: 0.75rem 1rem;
  background-color: #f4f8fb;
  border-left: 3px solid #2388c2;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: left;
}
.prod-hero-long .aligncenter .wp-caption-text,
.prod-hero-long figure.aligncenter figcaption {
  margin-inline: auto;
}

.prod-info-body h1 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .prod-info-body h1 {
    font-size: 2rem;
  }
}
.prod-info-body h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prod-info-body h2 {
    font-size: 1.75rem;
  }
}
.prod-info-body h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .prod-info-body h3 {
    font-size: 1.375rem;
  }
}
.prod-info-body h4 {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .prod-info-body h4 {
    font-size: 1.125rem;
  }
}
.prod-info-body h5 {
  font-size: 1rem;
}
.prod-info-body h6 {
  font-size: 0.875rem;
}
.prod-info-body h1,
.prod-info-body h2,
.prod-info-body h3,
.prod-info-body h4,
.prod-info-body h5,
.prod-info-body h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
}
.prod-info-body h1 + p,
.prod-info-body h2 + p,
.prod-info-body h3 + p,
.prod-info-body h4 + p,
.prod-info-body h5 + p,
.prod-info-body h6 + p {
  margin-top: 0;
}
.prod-info-body table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .prod-info-body table {
    font-size: 1rem;
  }
}
.prod-info-body table th,
.prod-info-body table td {
  padding: 1rem 1.25rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
  text-align: left;
  color: #1a1a2e;
  font-weight: 300;
}
.prod-info-body table th {
  font-weight: 600;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .prod-info-body table th {
    font-size: 0.875rem;
  }
}
.prod-info-body table strong {
  font-weight: 600;
  color: #1a1a2e;
}
.prod-info-body table caption {
  caption-side: bottom;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  color: #6b7280;
  text-align: left;
}
.prod-info-body table sub,
.prod-info-body table sup {
  font-size: 0.75em;
  line-height: 0;
}
@media (max-width: 575px) {
  .prod-info-body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.prod-info-body blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  border-left: 4px solid #2388c2;
  background-color: #f4f8fb;
  border-radius: 0 6px 6px 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  color: #1a1a2e;
  line-height: 1.8;
}
.prod-info-body blockquote p {
  margin: 0 0 0.5rem;
}
.prod-info-body blockquote p:last-child {
  margin-bottom: 0;
}
.prod-info-body blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  color: #2388c2;
}
.prod-info-body blockquote cite::before {
  content: "— ";
}
.prod-info-body .alignleft,
.prod-info-body img.alignleft,
.prod-info-body figure.alignleft,
.prod-info-body .wp-block-image.alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
  height: auto;
}
.prod-info-body .alignright,
.prod-info-body img.alignright,
.prod-info-body figure.alignright,
.prod-info-body .wp-block-image.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
  height: auto;
}
.prod-info-body .aligncenter,
.prod-info-body img.aligncenter,
.prod-info-body figure.aligncenter,
.prod-info-body .wp-block-image.aligncenter {
  display: block;
  margin: 1.25rem auto;
  float: none;
  clear: both;
  text-align: center;
}
.prod-info-body .aligncenter img,
.prod-info-body img.aligncenter img,
.prod-info-body figure.aligncenter img,
.prod-info-body .wp-block-image.aligncenter img {
  margin-inline: auto;
}
.prod-info-body .alignnone,
.prod-info-body img.alignnone {
  display: block;
  margin: 1.25rem 0;
  float: none;
}
@media (max-width: 575px) {
  .prod-info-body .alignleft,
  .prod-info-body img.alignleft,
  .prod-info-body figure.alignleft,
  .prod-info-body .wp-block-image.alignleft,
  .prod-info-body .alignright,
  .prod-info-body img.alignright,
  .prod-info-body figure.alignright,
  .prod-info-body .wp-block-image.alignright {
    float: none;
    display: block;
    margin: 1.25rem auto;
    max-width: 100%;
  }
}
.prod-info-body p {
  clear: none;
}
.prod-info-body .wp-caption,
.prod-info-body figure.wp-block-image {
  max-width: 100%;
  margin: 1.25rem 0;
}
.prod-info-body .wp-caption img,
.prod-info-body figure.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.prod-info-body .wp-caption-text,
.prod-info-body figcaption,
.prod-info-body .wp-block-image figcaption {
  display: block;
  padding: 0.75rem 1rem;
  background-color: #f4f8fb;
  border-left: 3px solid #2388c2;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: left;
}
.prod-info-body .aligncenter .wp-caption-text,
.prod-info-body figure.aligncenter figcaption {
  margin-inline: auto;
}

hr {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 1.5rem 0;
}

ul,
ol {
  margin: 1rem 0;
  padding-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 0.5rem;
}
li::marker {
  color: #2388c2;
}

li > ul {
  list-style: circle;
}

li > ol {
  list-style: lower-alpha;
}

.gform_wrapper *,
.gform_wrapper *::before,
.gform_wrapper *::after {
  box-sizing: border-box;
}
.gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gfield {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield--width-full {
    grid-column: span 12;
  }
  .gform_wrapper .gfield--width-half {
    grid-column: span 6;
  }
  .gform_wrapper .gfield--width-third {
    grid-column: span 4;
  }
  .gform_wrapper .gfield--width-quarter {
    grid-column: span 3;
  }
  .gform_wrapper .gfield--width-two-thirds,
  .gform_wrapper .gf_left_third + .gf_right_third {
    grid-column: span 8;
  }
  .gform_wrapper .gfield--width-three-quarter {
    grid-column: span 9;
  }
}
.gform_wrapper .gform_validation_container {
  display: none !important;
}
.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.gform_wrapper .gfield_required {
  color: #2388c2;
  margin-left: 2px;
}
.gform_wrapper .gfield_description {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 0.25rem;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=url],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  min-height: 44px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1a2e;
  background-color: #ffffff;
  border: 1px solid rgba(229, 231, 235, 0.7) !important;
  border-radius: 6px !important;
  padding: 0.5rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  line-height: 1.5;
  appearance: none !important;
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=number]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper input[type=password]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
  color: #a0aec0;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #2388c2 !important;
  box-shadow: 0 0 0 3px rgba(35, 136, 194, 0.08) !important;
  outline: none !important;
}
.gform_wrapper textarea {
  resize: vertical;
  min-height: 120px;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236b7280' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.gform_wrapper .ginput_container_select select {
  padding-right: 2.5rem;
  cursor: pointer;
}
.gform_wrapper .ginput_container_name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 575px) {
  .gform_wrapper .ginput_container_name {
    grid-template-columns: 1fr;
  }
}
.gform_wrapper .ginput_container_name span {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.gform_wrapper .ginput_container_name label {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.gform_wrapper .ginput_container_address {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .gform_wrapper .ginput_container_address {
    grid-template-columns: 1fr 1fr;
  }
}
.gform_wrapper .ginput_container_address .address_line_1,
.gform_wrapper .ginput_container_address .address_line_2 {
  grid-column: 1/-1;
}
.gform_wrapper .ginput_container_address span {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.gform_wrapper .ginput_container_address label {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.gform_wrapper .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.gform_wrapper .gchoice {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.gform_wrapper .gchoice input[type=radio] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0;
  border: 2px solid #e5e7eb;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.gform_wrapper .gchoice input[type=radio]:checked {
  border-color: #2388c2;
  background-color: #2388c2;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.gform_wrapper .gchoice input[type=radio]:focus {
  box-shadow: 0 0 0 3px rgba(35, 136, 194, 0.15);
  outline: none;
}
.gform_wrapper .gchoice label {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #1a1a2e;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}
.gform_wrapper .gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.gform_wrapper .gchoice input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.gform_wrapper .gchoice input[type=checkbox]:checked {
  border-color: #2388c2;
  background-color: #2388c2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.gform_wrapper .gchoice input[type=checkbox]:focus {
  box-shadow: 0 0 0 3px rgba(35, 136, 194, 0.15);
  outline: none;
}
.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  appearance: none;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.gform_wrapper .ginput_container_consent input[type=checkbox]:checked {
  border-color: #2388c2;
  background-color: #2388c2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.gform_wrapper .ginput_container_consent .ginput_container_consent_text {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}
.gform_wrapper .ginput_container_fileupload input[type=file] {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #6b7280;
  background-color: #f4f8fb;
  border: 1px dashed #e5e7eb;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.gform_wrapper .gsection {
  grid-column: span 12;
  border: none;
  border-top: 1px solid #e5e7eb;
  padding-top: 1.25rem;
  margin-top: 0.5rem;
}
.gform_wrapper .gsection .gsection_title {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.gform_wrapper .gsection .gsection_description {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.5rem;
}
.gform_wrapper .gfield_error {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=number],
.gform_wrapper .gfield_error input[type=url],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: #e53e3e;
}
.gform_wrapper .gfield_error input[type=text]:focus,
.gform_wrapper .gfield_error input[type=email]:focus,
.gform_wrapper .gfield_error input[type=tel]:focus,
.gform_wrapper .gfield_error input[type=number]:focus,
.gform_wrapper .gfield_error input[type=url]:focus,
.gform_wrapper .gfield_error textarea:focus,
.gform_wrapper .gfield_error select:focus {
  border-color: #e53e3e;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .gform-field-label {
  color: #e53e3e;
}
.gform_wrapper .validation_message,
.gform_wrapper .gfield_validation_message {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  color: #e53e3e;
  background-color: transparent !important;
  border: none !important;
  margin-top: 0.25rem;
  padding: 0;
}
.gform_wrapper .gform_validation_errors,
.gform_wrapper .validation_error {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #e53e3e;
  background-color: rgba(229, 62, 62, 0.06);
  border: 1px solid rgba(229, 62, 62, 0.2);
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  grid-column: span 12;
}
.gform_wrapper .gform-footer,
.gform_wrapper .gform_footer {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.gform_wrapper .gform_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 52px !important;
  min-height: unset !important;
  padding: 0 2rem !important;
  background-color: #2388c2 !important;
  background-image: none !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  appearance: none !important;
  transition: background-color all 0.2s ease !important;
  line-height: 52px !important;
  text-shadow: none !important;
  letter-spacing: 0 !important;
  width: auto !important;
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
  background-color: #1a6e9e !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
}
.gform_wrapper .gform_button:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}
.gform_wrapper input[type=button].gform_previous_button,
.gform_wrapper input[type=button].gform-previous-button {
  display: inline-flex !important;
  align-items: center;
  height: 52px;
  padding: 0 1.5rem;
  background-color: transparent;
  color: #2388c2;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #2388c2;
  border-radius: 999px;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s ease;
  line-height: 1;
}
.gform_wrapper input[type=button].gform_previous_button:hover,
.gform_wrapper input[type=button].gform-previous-button:hover {
  background-color: #2388c2;
  color: #ffffff;
}
.gform_wrapper .gform_confirmation_message {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  border: 1px solid rgba(35, 136, 194, 0.2);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  line-height: 1.75;
  color: #ffffff;
  background-color: green;
  font-weight: bold;
}
.gform_wrapper .gform_ajax_spinner {
  margin-left: 0.75rem;
  opacity: 0.6;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.btn-wt-assessment {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  height: auto !important;
}

.text-primary {
  color: #2388c2 !important;
}

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