/**
 * Gutenberg Colors declared in the theme.json (from Figma)
 * Main colors
 */
/**
 * Other theme colors
 */
/**
 * Additional theme colors
 */
/**
 * Grid Breakpoints
 */
/**
 * Main variables
 */
/**
 * For rem calculations
 */
/**
 * Transitions
 */
/**
 * Border
 */
/**
 * Shadows
 */
/**
 * Block gap
 */
/**
 * Font sizes and fluid font sizes from theme.json
 */
/**
 * Project Styles
 */
/*
Global
 */
:root {
  --spacing--0: 0;
  --spacing--xmin: 0.25rem;
  --spacing--min: 0.5rem;
  --spacing--xxs: 0.75rem;
  --spacing--xs: 0.75rem;
  --spacing--sm: 0.75rem;
  --spacing--md: 0.75rem;
  --spacing--lg: 1.5rem;
  --spacing--xl: 1.5rem;
  --spacing--xxl: 2.25rem;
  --spacing--huge: 3rem;
}
@media (min-width: 768px) {
  :root {
    --spacing--0: 0;
    --spacing--xmin: 0.25rem;
    --spacing--min: 0.5rem;
    --spacing--xxs: 0.75rem;
    --spacing--xs: 1rem;
    --spacing--sm: 1rem;
    --spacing--md: 1.5rem;
    --spacing--lg: 2rem;
    --spacing--xl: 3rem;
    --spacing--xxl: 4.5rem;
    --spacing--huge: 6rem;
  }
}
@media (min-width: md) {
  :root {
    --spacing--0: 0;
    --spacing--xmin: 0.25rem;
    --spacing--min: 0.5rem;
    --spacing--xxs: 0.75rem;
    --spacing--xs: 1rem;
    --spacing--sm: 1rem;
    --spacing--md: 1.5rem;
    --spacing--lg: 2rem;
    --spacing--xl: 3rem;
    --spacing--xxl: 4.5rem;
    --spacing--huge: 6rem;
  }
}
@media (min-width: 992px) {
  :root {
    --spacing--0: 0;
    --spacing--xmin: 0.25rem;
    --spacing--min: 0.5rem;
    --spacing--xxs: 0.75rem;
    --spacing--xs: 1rem;
    --spacing--sm: 1.5rem;
    --spacing--md: 2rem;
    --spacing--lg: 2.5rem;
    --spacing--xl: 3.75rem;
    --spacing--xxl: 7.5rem;
    --spacing--huge: 10rem;
  }
}
@media (min-width: lg) {
  :root {
    --spacing--0: 0;
    --spacing--xmin: 0.25rem;
    --spacing--min: 0.5rem;
    --spacing--xxs: 0.75rem;
    --spacing--xs: 1rem;
    --spacing--sm: 1.5rem;
    --spacing--md: 2rem;
    --spacing--lg: 2.5rem;
    --spacing--xl: 3.75rem;
    --spacing--xxl: 7.5rem;
    --spacing--huge: 10rem;
  }
}

html {
  min-height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

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

body .editor-styles-wrapper {
  font-family: "Inter", "Arial Fallback 400", "Arial";
}

body {
  width: 100%;
  margin: 0;
  background: var(--wp--preset--color--white-100);
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  --wp--preset--spacing--30: 1rem;
  --wp--preset--spacing--50: 1rem;
  --wp--preset--spacing--60: 1rem;
  --wp--preset--spacing--70: 1rem;
}
body .wp-block-button .wp-block-button__link {
  --wp--preset--font-size--14: .875rem;
  --wp--preset--font-size--16: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.135), 1rem);
  --wp--preset--font-size--18: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 1), 1.125rem);
}
body .wp-block-pullquote {
  --wp--preset--font-size--24: clamp(1.375rem, 1.375rem + ((1vw - 0.2rem) * 0.135), 1.5rem);
}
body .wp-block-post-title {
  --wp--preset--font-size--12: .75rem;
  --wp--preset--font-size--16: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.135), 1rem);
  --wp--preset--font-size--18: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 1), 1.125rem);
  --wp--preset--font-size--24: clamp(1.375rem, 1.375rem + ((1vw - 0.2rem) * 0.135), 1.5rem);
  --wp--preset--font-size--32: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.541), 2rem);
  --wp--preset--font-size--40: clamp(1.875rem, 1.875rem + ((1vw - 0.2rem) * 0.676), 2.5rem);
}
body .wp-block-heading {
  --wp--preset--font-size--12: .75rem;
  --wp--preset--font-size--16: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.135), 1rem);
  --wp--preset--font-size--18: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 1), 1.125rem);
  --wp--preset--font-size--24: clamp(1.375rem, 1.375rem + ((1vw - 0.2rem) * 0.135), 1.5rem);
  --wp--preset--font-size--32: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.541), 2rem);
  --wp--preset--font-size--40: clamp(1.875rem, 1.875rem + ((1vw - 0.2rem) * 0.676), 2.5rem);
}
body p {
  --wp--preset--font-size--10: .625rem;
  --wp--preset--font-size--14: .875rem;
  --wp--preset--font-size--16: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.135), 1rem);
  --wp--preset--font-size--18: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 1), 1.125rem);
}
body .wp-block-quote {
  --wp--preset--font-size--16: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.135), 1rem);
  --wp--preset--font-size--18: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 1), 1.125rem);
  --wp--preset--font-size--24: clamp(1.375rem, 1.375rem + ((1vw - 0.2rem) * 0.135), 1.5rem);
}
body .wp-block-details {
  --wp--preset--font-size--14: .875rem;
  --wp--preset--font-size--18: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 1), 1.125rem);
}
body ol,
body ul {
  --wp--preset--font-size--14: .875rem;
  --wp--preset--font-size--16: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.135), 1rem);
}
body .wp-block-landingi-note {
  --wp--preset--font-size--14: .875rem;
  --wp--preset--font-size--16: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.135), 1rem);
  --wp--preset--font-size--18: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 1), 1.125rem);
}
body .wp-block-landingi-badge {
  --wp--preset--font-size--12: .75rem;
  --wp--preset--font-size--14: .875rem;
}
body.single-post .wp-block-group, body.single-help-center .wp-block-group, body.single-case-studies .wp-block-group {
  position: relative;
}
body.single-post .b-box__image-wrapper, body.single-help-center .b-box__image-wrapper, body.single-case-studies .b-box__image-wrapper {
  aspect-ratio: initial;
}
body.single-post .wp-block-post-content.entry-content a:not(.wp-block-button__link), body.single-help-center .wp-block-post-content.entry-content a:not(.wp-block-button__link), body.single-case-studies .wp-block-post-content.entry-content a:not(.wp-block-button__link) {
  display: inline;
}
body.single-post .wp-block-post-content.entry-content p > a, body.single-help-center .wp-block-post-content.entry-content p > a, body.single-case-studies .wp-block-post-content.entry-content p > a {
  font-weight: 600;
}
body.single-post .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 992px) {
  body.single-post .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    max-width: 46.875rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: lg) {
  body.single-post .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    max-width: 46.875rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  body.single-post .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    position: relative;
    left: -12rem;
  }
}
@media (min-width: 1250px) {
  body.single-post .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    position: relative;
    left: -12rem;
  }
}
@media (min-width: 1464px) {
  body.single-post .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    position: relative;
    left: -6rem;
  }
}
@media (min-width: 1560px) {
  body.single-post .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    position: static;
    left: initial;
    margin-left: auto !important;
  }
}
@media (max-width: 768px) {
  body.single-post .wp-block-post-content.entry-content.margindisabled > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content.margindisabled > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content.margindisabled > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: md) {
  body.single-post .wp-block-post-content.entry-content.margindisabled > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-help-center .wp-block-post-content.entry-content.margindisabled > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.single-case-studies .wp-block-post-content.entry-content.margindisabled > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
body.single-post .wp-block-post-content.entry-content .wp-block-heading,
body.single-post .wp-block-post-content.entry-content h1,
body.single-post .wp-block-post-content.entry-content h2,
body.single-post .wp-block-post-content.entry-content h3,
body.single-post .wp-block-post-content.entry-content h4,
body.single-post .wp-block-post-content.entry-content h5,
body.single-post .wp-block-post-content.entry-content h6, body.single-help-center .wp-block-post-content.entry-content .wp-block-heading,
body.single-help-center .wp-block-post-content.entry-content h1,
body.single-help-center .wp-block-post-content.entry-content h2,
body.single-help-center .wp-block-post-content.entry-content h3,
body.single-help-center .wp-block-post-content.entry-content h4,
body.single-help-center .wp-block-post-content.entry-content h5,
body.single-help-center .wp-block-post-content.entry-content h6, body.single-case-studies .wp-block-post-content.entry-content .wp-block-heading,
body.single-case-studies .wp-block-post-content.entry-content h1,
body.single-case-studies .wp-block-post-content.entry-content h2,
body.single-case-studies .wp-block-post-content.entry-content h3,
body.single-case-studies .wp-block-post-content.entry-content h4,
body.single-case-studies .wp-block-post-content.entry-content h5,
body.single-case-studies .wp-block-post-content.entry-content h6 {
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  body.single-post .wp-block-post-content.entry-content > .wp-block-landingi-secondary-navigation, body.single-help-center .wp-block-post-content.entry-content > .wp-block-landingi-secondary-navigation, body.single-case-studies .wp-block-post-content.entry-content > .wp-block-landingi-secondary-navigation {
    top: 176px !important;
    transform: translateY(-6rem);
  }
}
@media (min-width: md) {
  body.single-post .wp-block-post-content.entry-content > .wp-block-landingi-secondary-navigation, body.single-help-center .wp-block-post-content.entry-content > .wp-block-landingi-secondary-navigation, body.single-case-studies .wp-block-post-content.entry-content > .wp-block-landingi-secondary-navigation {
    top: 176px !important;
    transform: translateY(-6rem);
  }
}
body.single-help-center .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_category .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_tag .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 992px) {
  body.single-help-center .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_category .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_tag .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    max-width: 46.875rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: lg) {
  body.single-help-center .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_category .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_tag .wp-site-blocks header > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    max-width: 46.875rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
body.archive.tax-help_center_category .wp-site-blocks > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_tag .wp-site-blocks > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 992px) {
  body.archive.tax-help_center_category .wp-site-blocks > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_tag .wp-site-blocks > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    max-width: 46.875rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: lg) {
  body.archive.tax-help_center_category .wp-site-blocks > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)), body.archive.tax-help_center_tag .wp-site-blocks > .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    max-width: 46.875rem;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

body.fix-secondary-navigation.single-post .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-help-center .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-case-studies .wp-block-group > .wp-block-landingi-secondary-navigation {
  width: calc(100% + 4rem);
  margin-top: -1.5rem !important;
  transform: translateX(-2rem);
}
@media (min-width: 768px) {
  body.fix-secondary-navigation.single-post .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-help-center .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-case-studies .wp-block-group > .wp-block-landingi-secondary-navigation {
    margin-top: -3.75rem !important;
  }
  body.fix-secondary-navigation.single-post .b-sidebar__inner, body.fix-secondary-navigation.single-help-center .b-sidebar__inner, body.fix-secondary-navigation.single-case-studies .b-sidebar__inner {
    padding-top: 6rem;
  }
  body.fix-secondary-navigation.single-post .b-form-mailerlite--sticky, body.fix-secondary-navigation.single-help-center .b-form-mailerlite--sticky, body.fix-secondary-navigation.single-case-studies .b-form-mailerlite--sticky {
    top: 11rem !important;
  }
}
@media (min-width: md) {
  body.fix-secondary-navigation.single-post .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-help-center .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-case-studies .wp-block-group > .wp-block-landingi-secondary-navigation {
    margin-top: -3.75rem !important;
  }
  body.fix-secondary-navigation.single-post .b-sidebar__inner, body.fix-secondary-navigation.single-help-center .b-sidebar__inner, body.fix-secondary-navigation.single-case-studies .b-sidebar__inner {
    padding-top: 6rem;
  }
  body.fix-secondary-navigation.single-post .b-form-mailerlite--sticky, body.fix-secondary-navigation.single-help-center .b-form-mailerlite--sticky, body.fix-secondary-navigation.single-case-studies .b-form-mailerlite--sticky {
    top: 11rem !important;
  }
}
@media (min-width: 1440px) {
  body.fix-secondary-navigation.single-post .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-help-center .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-case-studies .wp-block-group > .wp-block-landingi-secondary-navigation {
    width: 100%;
    transform: none;
  }
}
@media (min-width: xxl) {
  body.fix-secondary-navigation.single-post .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-help-center .wp-block-group > .wp-block-landingi-secondary-navigation, body.fix-secondary-navigation.single-case-studies .wp-block-group > .wp-block-landingi-secondary-navigation {
    width: 100%;
    transform: none;
  }
}

::-moz-selection {
  background-color: var(--wp--preset--color--dark-100);
  color: var(--wp--preset--color--white-100);
}

::selection {
  background-color: var(--wp--preset--color--dark-100);
  color: var(--wp--preset--color--white-100);
}

*:focus {
  outline: none;
}

.wp-caption,
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

figure {
  margin: 0;
}

:where(.wp-block-group.has-background) {
  padding: unset;
}

footer {
  margin: 0;
}
footer hr {
  margin: 0 !important;
}

p {
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.2s transform;
}
a:hover {
  text-decoration: none;
}
a:link, a:visited {
  color: var(--wp--preset--color--classicblue-100);
}
a:active {
  transform: translateY(1px);
}

hr {
  width: auto;
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--dark-20);
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

ol,
ul {
  padding: 0;
  margin: 0 0 3rem;
  list-style-position: outside;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol li,
ul li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.1;
}

strong {
  font-weight: 600;
}

blockquote {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  margin: 1.5rem 0;
  gap: 0.5rem;
}
blockquote:not(.has-text-color) p {
  color: var(--wp--preset--color--classicblue-100);
}
blockquote p {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.4;
}
blockquote cite {
  color: rgba(31, 31, 31, 0.6);
  font-size: var(--wp--preset--font-size--10);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
blockquote.has-18-font-size, blockquote.has-24-font-size {
  margin: 2rem 0;
  gap: 0.75rem;
}
blockquote.has-18-font-size p {
  font-size: var(--wp--preset--font-size--18);
  letter-spacing: 0.72px;
}
blockquote.has-24-font-size p {
  font-size: var(--wp--preset--font-size--24);
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  blockquote.has-24-font-size p {
    letter-spacing: 0.88px;
  }
}
@media (max-width: md) {
  blockquote.has-24-font-size p {
    letter-spacing: 0.88px;
  }
}

h1 {
  font-size: var(--wp--preset--font-size--40);
  letter-spacing: 1.2px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h1 {
    letter-spacing: 1.6px;
  }
}
@media (min-width: md) {
  h1 {
    letter-spacing: 1.6px;
  }
}

h2 {
  font-size: var(--wp--preset--font-size--32);
  letter-spacing: 0.96px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2 {
    letter-spacing: 1.28px;
  }
}
@media (min-width: md) {
  h2 {
    letter-spacing: 1.28px;
  }
}

h3 {
  font-size: var(--wp--preset--font-size--24);
  letter-spacing: 0.88px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h3 {
    letter-spacing: 0.96px;
  }
}
@media (min-width: md) {
  h3 {
    letter-spacing: 0.96px;
  }
}

h4 {
  font-size: var(--wp--preset--font-size--18);
  letter-spacing: 0.72px;
  line-height: 1.4;
}

h5 {
  font-size: var(--wp--preset--font-size--16);
  letter-spacing: 0.64px;
  line-height: 1.4;
}

h6 {
  font-size: var(--wp--preset--font-size--12);
  letter-spacing: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h6 {
    letter-spacing: 0.48px;
  }
}
@media (min-width: md) {
  h6 {
    letter-spacing: 0.48px;
  }
}

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

/**
 * Global Classes
 */
.has {
  /**
  * Align
  */
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-center {
  text-align: center;
}
.has-40-font-size {
  letter-spacing: 1.6px !important;
}
@media (max-width: 768px) {
  .has-40-font-size {
    letter-spacing: 1.2px !important;
  }
}
@media (max-width: md) {
  .has-40-font-size {
    letter-spacing: 1.2px !important;
  }
}
.has-32-font-size {
  letter-spacing: 1.28px !important;
}
@media (max-width: 768px) {
  .has-32-font-size {
    letter-spacing: 0.96px !important;
  }
}
@media (max-width: md) {
  .has-32-font-size {
    letter-spacing: 0.96px !important;
  }
}
.has-24-font-size {
  letter-spacing: 0.96px !important;
}
@media (max-width: 768px) {
  .has-24-font-size {
    letter-spacing: 0.88px !important;
  }
}
@media (max-width: md) {
  .has-24-font-size {
    letter-spacing: 0.88px !important;
  }
}

p.has-background {
  padding: 1rem;
}

.entry-content {
  position: relative;
  z-index: 5;
}
.entry-content > ul,
.entry-content > ol {
  padding-inline-start: 1rem;
}

/**
 * Gutenberg Core Blocks
 */
.wp-block-quote {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  margin: 1.5rem 0;
  gap: 0.5rem;
}
.wp-block-quote:not(.has-text-color) p {
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-quote p {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.4;
}
.wp-block-quote cite {
  color: rgba(31, 31, 31, 0.6);
  font-size: var(--wp--preset--font-size--10);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.wp-block-quote.has-18-font-size, .wp-block-quote.has-24-font-size {
  margin: 2rem 0;
  gap: 0.75rem;
}
.wp-block-quote.has-18-font-size p {
  font-size: var(--wp--preset--font-size--18);
  letter-spacing: 0.72px;
}
.wp-block-quote.has-24-font-size p {
  font-size: var(--wp--preset--font-size--24);
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  .wp-block-quote.has-24-font-size p {
    letter-spacing: 0.88px;
  }
}
@media (max-width: md) {
  .wp-block-quote.has-24-font-size p {
    letter-spacing: 0.88px;
  }
}
.wp-block-quote.is-style-plain {
  position: relative;
  display: grid;
  align-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: 55px 1fr;
  row-gap: 0.75rem;
}
@media (min-width: 768px) {
  .wp-block-quote.is-style-plain {
    padding: 32px 40px;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: 66px minmax(36rem, min-content);
  }
}
@media (min-width: md) {
  .wp-block-quote.is-style-plain {
    padding: 32px 40px;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: 66px minmax(36rem, min-content);
  }
}
.wp-block-quote.is-style-plain::before {
  position: relative;
  top: 0.625rem;
  width: 3rem;
  height: 2.5rem;
  background-color: var(--wp--preset--color--dark-100);
  content: "";
  grid-row: 1/span 2;
  -webkit-mask-image: url("../svg/pullquote.svg");
          mask-image: url("../svg/pullquote.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (min-width: 768px) {
  .wp-block-quote.is-style-plain::before {
    width: 3.875rem;
    height: 2.75rem;
  }
}
@media (min-width: md) {
  .wp-block-quote.is-style-plain::before {
    width: 3.875rem;
    height: 2.75rem;
  }
}
.wp-block-quote.is-style-plain p {
  font-size: var(--wp--preset--font-size--24);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .wp-block-quote.is-style-plain p {
    letter-spacing: 0.88px;
  }
}
@media (max-width: md) {
  .wp-block-quote.is-style-plain p {
    letter-spacing: 0.88px;
  }
}
.wp-block-quote.is-style-plain:not(.has-text-color) p {
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-quote.is-style-plain cite {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.75rem;
  border-top: 2px solid var(--wp--preset--color--dark-100);
  color: var(--wp--preset--color--dark-100);
  grid-column: 2;
  line-height: 1.7;
}

/** Extends **/
.wp-block-button.is-style-outline-white .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
  padding: 0.875rem 1.125rem 0.875rem 1.125rem;
}
.has-14-font-size.wp-block-button.is-style-outline-white > *, .has-14-font-size.wp-block-button.is-style-outline > * {
  padding: 0.625rem 0.875rem 0.625rem 0.875rem;
}
.has-16-font-size.wp-block-button.is-style-outline-white > *, .has-16-font-size.wp-block-button.is-style-outline > * {
  padding: 0.875rem 1.125rem 0.875rem 1.125rem;
}
.has-18-font-size.wp-block-button.is-style-outline-white > *, .has-18-font-size.wp-block-button.is-style-outline > * {
  padding: 1rem 1.25rem 1rem 1.25rem;
}

.wp-block-button.is-style-underline-on-hover .wp-block-button__link, .wp-block-button.is-style-underline-white .wp-block-button__link, .wp-block-button.is-style-underline .wp-block-button__link {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  box-shadow: none;
  gap: 0.625rem;
  padding: 1rem 0 0.5rem 0;
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:hover, .wp-block-button.is-style-underline-white .wp-block-button__link:hover, .wp-block-button.is-style-underline .wp-block-button__link:hover {
  border-bottom: 2px solid transparent;
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:active, .wp-block-button.is-style-underline-white .wp-block-button__link:active, .wp-block-button.is-style-underline .wp-block-button__link:active, .wp-block-button.is-style-underline-on-hover .wp-block-button__link:focus, .wp-block-button.is-style-underline-white .wp-block-button__link:focus, .wp-block-button.is-style-underline .wp-block-button__link:focus {
  border-bottom: 2px solid transparent;
  transform: translateY(14px);
}

.has-14-font-size.wp-block-button.is-style-underline-on-hover > *, .has-14-font-size.wp-block-button.is-style-underline-white > *, .has-14-font-size.wp-block-button.is-style-underline > * {
  padding: 0.75rem 0 0.375rem 0;
  margin-bottom: 0.25rem;
}
.has-16-font-size.wp-block-button.is-style-underline-on-hover > *, .has-16-font-size.wp-block-button.is-style-underline-white > *, .has-16-font-size.wp-block-button.is-style-underline > * {
  padding: 1rem 0 0.5rem 0;
  margin-bottom: 0.375rem;
}
.has-18-font-size.wp-block-button.is-style-underline-on-hover > *, .has-18-font-size.wp-block-button.is-style-underline-white > *, .has-18-font-size.wp-block-button.is-style-underline > * {
  padding: 1.125rem 0 0.625rem 0;
  margin-bottom: 0.375rem;
}

/**
 * Gutenberg Block Button
 */
.wp-block-button {
  /* Default style */
  /* stylelint-disable no-duplicate-selectors */
  /* stylelint-enable no-duplicate-selectors */
  /* Custom font size */
  /* Custom width style */
  /* Width styles */
  /* Has alignleft */
  /* Has alignright */
  /* Has aligncenter */
  /* Custom font size */
  /* Is outline style */
  /* Is outline style */
  /* Is underline style */
  /* Is white underline style */
  /* Is underline on hover style */
  /* Has arrow style */
}
.wp-block-button .wp-block-button__link {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s color, 0.5s background-color, 0.5s box-shadow, 0.1s border, 0.1s transform, 0.5s border-color ease-out;
  white-space: normal;
  word-break: auto-phrase;
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--16);
  letter-spacing: 0.64px;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.wp-block-button .wp-block-button__link:hover {
  box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.2);
  outline: none;
}
.wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:focus {
  box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.2);
}
.wp-block-button.has-14-font-size > * {
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--14);
  letter-spacing: 0.56px;
  padding: 0.75rem 1rem 0.75rem 1rem;
}
.wp-block-button.has-16-font-size > * {
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--16);
  letter-spacing: 0.64px;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.wp-block-button.has-18-font-size > * {
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--18);
  letter-spacing: 0.72px;
  padding: 1.125rem 1.375rem 1.125rem 1.375rem;
}
.wp-block-button .wp-block-button__link {
  background-color: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--classicblue-80);
  color: var(--wp--preset--color--white-100);
}
.wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
}
.wp-block-button .wp-block-button__link::after, .wp-block-button .wp-block-button__link::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button .wp-block-button__link:hover::after, .wp-block-button .wp-block-button__link:hover::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button .wp-block-button__link:active::after, .wp-block-button .wp-block-button__link:active::before, .wp-block-button .wp-block-button__link:focus::after, .wp-block-button .wp-block-button__link:focus::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - 1.5rem * 0.75);
}
@media (max-width: 768px) {
  .wp-block-button.wp-block-button__width-25 {
    width: 100%;
  }
}
@media (max-width: md) {
  .wp-block-button.wp-block-button__width-25 {
    width: 100%;
  }
}
.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - 1.5rem * 0.5);
}
@media (max-width: 768px) {
  .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}
@media (max-width: md) {
  .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}
.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - 1.5rem * 0.25);
}
@media (max-width: 768px) {
  .wp-block-button.wp-block-button__width-75 {
    width: 100%;
  }
}
@media (max-width: md) {
  .wp-block-button.wp-block-button__width-75 {
    width: 100%;
  }
}
.wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
.wp-block-button.alignleft .wp-block-button__link {
  text-align: left;
}
.wp-block-button.alignright .wp-block-button__link {
  text-align: right;
}
.wp-block-button.aligncenter .wp-block-button__link {
  text-align: center;
}
.wp-block-button.is-style-filled-white .wp-block-button__link {
  background-color: var(--wp--preset--color--white-100);
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-filled-white .wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-filled-white .wp-block-button__link:active, .wp-block-button.is-style-filled-white .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--white-100);
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-filled-white .wp-block-button__link::after, .wp-block-button.is-style-filled-white .wp-block-button__link::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-filled-white .wp-block-button__link:hover::after, .wp-block-button.is-style-filled-white .wp-block-button__link:hover::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-filled-white .wp-block-button__link:active::after, .wp-block-button.is-style-filled-white .wp-block-button__link:active::before, .wp-block-button.is-style-filled-white .wp-block-button__link:focus::after, .wp-block-button.is-style-filled-white .wp-block-button__link:focus::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-outline {
  /* stylelint-disable no-duplicate-selectors */
  /* stylelint-enablinkle no-duplicate-selectors */
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  border: none;
  border: 2px solid var(--wp--preset--color--classicblue-100);
  background-color: transparent;
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--wp--preset--color--classicblue-100) inset;
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
  border: 2px solid var(--wp--preset--color--classicblue-100);
  background-color: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-outline .wp-block-button__link::after, .wp-block-button.is-style-outline .wp-block-button__link::before {
  transition: 0.5s background-color;
}
.wp-block-button.is-style-outline .wp-block-button__link::after, .wp-block-button.is-style-outline .wp-block-button__link::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover::after, .wp-block-button.is-style-outline .wp-block-button__link:hover::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-outline .wp-block-button__link:active::after, .wp-block-button.is-style-outline .wp-block-button__link:active::before, .wp-block-button.is-style-outline .wp-block-button__link:focus::after, .wp-block-button.is-style-outline .wp-block-button__link:focus::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-text-color) {
  border: none;
  border: 2px solid var(--wp--preset--color--white-100);
  background-color: transparent;
  color: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-text-color):hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--wp--preset--color--white-100) inset;
  color: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-outline-white .wp-block-button__link:not(.has-text-color):focus {
  border: 2px solid var(--wp--preset--color--white-100);
  background-color: var(--wp--preset--color--white-100);
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-outline-white .wp-block-button__link::after, .wp-block-button.is-style-outline-white .wp-block-button__link::before {
  transition: 0.5s background-color;
}
.wp-block-button.is-style-outline-white .wp-block-button__link::after, .wp-block-button.is-style-outline-white .wp-block-button__link::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-outline-white .wp-block-button__link:hover::after, .wp-block-button.is-style-outline-white .wp-block-button__link:hover::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-outline-white .wp-block-button__link:active::after, .wp-block-button.is-style-outline-white .wp-block-button__link:active::before, .wp-block-button.is-style-outline-white .wp-block-button__link:focus::after, .wp-block-button.is-style-outline-white .wp-block-button__link:focus::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline .wp-block-button__link {
  border-bottom-color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline .wp-block-button__link:not(.has-text-color) {
  background-color: transparent;
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline .wp-block-button__link:not(.has-text-color):hover {
  background-color: transparent;
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-underline .wp-block-button__link:not(.has-text-color):focus {
  background-color: transparent;
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline .wp-block-button__link::after, .wp-block-button.is-style-underline .wp-block-button__link::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline .wp-block-button__link:hover::after, .wp-block-button.is-style-underline .wp-block-button__link:hover::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline .wp-block-button__link:active::after, .wp-block-button.is-style-underline .wp-block-button__link:active::before, .wp-block-button.is-style-underline .wp-block-button__link:focus::after, .wp-block-button.is-style-underline .wp-block-button__link:focus::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline-white .wp-block-button__link {
  border-bottom-color: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-underline-white .wp-block-button__link:not(.has-text-color) {
  background-color: transparent;
  color: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-underline-white .wp-block-button__link:not(.has-text-color):hover {
  background-color: transparent;
  color: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-underline-white .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-underline-white .wp-block-button__link:not(.has-text-color):focus {
  background-color: transparent;
  color: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-underline-white .wp-block-button__link::after, .wp-block-button.is-style-underline-white .wp-block-button__link::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-underline-white .wp-block-button__link:hover::after, .wp-block-button.is-style-underline-white .wp-block-button__link:hover::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-underline-white .wp-block-button__link:active::after, .wp-block-button.is-style-underline-white .wp-block-button__link:active::before, .wp-block-button.is-style-underline-white .wp-block-button__link:focus::after, .wp-block-button.is-style-underline-white .wp-block-button__link:focus::before {
  background: var(--wp--preset--color--white-100);
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link {
  border-bottom-color: transparent;
  padding: 1rem 0 0.5rem 0;
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:hover {
  border-bottom: 2px solid var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:active, .wp-block-button.is-style-underline-on-hover .wp-block-button__link:focus {
  border-bottom: 2px solid transparent;
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:not(.has-text-color) {
  background-color: transparent;
  color: var(--wp--preset--color--dark-100);
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:not(.has-text-color):hover {
  background-color: transparent;
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-underline-on-hover .wp-block-button__link:not(.has-text-color):focus {
  background-color: transparent;
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link::after, .wp-block-button.is-style-underline-on-hover .wp-block-button__link::before {
  background: var(--wp--preset--color--dark-100);
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:hover::after, .wp-block-button.is-style-underline-on-hover .wp-block-button__link:hover::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.is-style-underline-on-hover .wp-block-button__link:active::after, .wp-block-button.is-style-underline-on-hover .wp-block-button__link:active::before, .wp-block-button.is-style-underline-on-hover .wp-block-button__link:focus::after, .wp-block-button.is-style-underline-on-hover .wp-block-button__link:focus::before {
  background: var(--wp--preset--color--classicblue-100);
}
.wp-block-button.has-button-arrow {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-button.has-button-arrow .wp-block-button__link {
  display: flex;
  flex-direction: row;
  order: 1;
  gap: 0.5rem;
}
.wp-block-button.has-button-arrow .wp-block-button__link::after, .wp-block-button.has-button-arrow .wp-block-button__link::before {
  width: 1rem;
  height: 1rem;
}
.wp-block-button.has-button-arrow .wp-block-button__link::before {
  position: relative;
  order: 2;
  content: "";
  -webkit-mask-image: url("../svg/button-arrow-down.svg");
          mask-image: url("../svg/button-arrow-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.wp-block-button.has-button-arrow--left .wp-block-button__link {
  display: flex;
  order: unset;
}
.wp-block-button.has-button-arrow--left .wp-block-button__link::before {
  position: relative;
  order: unset;
  content: "";
  -webkit-mask-image: url("../svg/button-arrow-down.svg");
          mask-image: url("../svg/button-arrow-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.wp-block-button.has-button-arrow--arrow-style-2 .wp-block-button__link {
  align-items: center;
  order: 1;
  gap: 0.625rem;
  line-height: 1;
}
.wp-block-button.has-button-arrow--arrow-style-2 .wp-block-button__link::after, .wp-block-button.has-button-arrow--arrow-style-2 .wp-block-button__link::before {
  width: 0.875rem;
  height: 0.875rem;
}
.wp-block-button.has-button-arrow--arrow-style-2 .wp-block-button__link::before {
  position: relative;
  order: 2;
  content: "";
  -webkit-mask-image: url("../svg/button-arrow-right.svg");
          mask-image: url("../svg/button-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.wp-block-button.has-button-arrow.has-14-font-size .wp-block-button__link::after, .wp-block-button.has-button-arrow.has-14-font-size .wp-block-button__link::before {
  width: 0.875rem;
  height: 0.875rem;
}
.wp-block-button.has-button-arrow.has-16-font-size .wp-block-button__link::after, .wp-block-button.has-button-arrow.has-16-font-size .wp-block-button__link::before {
  width: 1rem;
  height: 1rem;
}
.wp-block-button.has-button-arrow.has-18-font-size .wp-block-button__link::after, .wp-block-button.has-button-arrow.has-18-font-size .wp-block-button__link::before {
  width: 1.125rem;
  height: 1.125rem;
}

/** If parent has-hover class **/
.has-hover .wp-block-button .wp-block-button__link.js-stretched-link::after {
  width: 100%;
  height: 100%;
  -webkit-mask: none;
          mask: none;
}
.has-hover .wp-block-button .wp-block-button__link.js-stretched-link:active, .has-hover .wp-block-button .wp-block-button__link.js-stretched-link:focus {
  transform: unset;
}
.has-hover .wp-block-button .wp-block-button__link.js-stretched-link::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent !important;
  content: "";
  pointer-events: auto;
}

.wp-block-code {
  position: relative !important;
  display: block;
  overflow: visible !important;
  padding: 1.5rem;
  border: none;
  margin: 0 0 1rem;
  background-color: var(--wp--preset--color--sunnyyellow-20);
  font-family: "Roboto Mono", monospace;
}
.wp-block-code__copy {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.875rem;
  border: none;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
.wp-block-code__copy:hover img {
  opacity: 0.7;
}
.wp-block-code__copy img {
  width: 1.2rem;
  height: 1.2rem;
}
.wp-block-code__copy span {
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  padding: 0.5rem;
  background: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
  font-size: var(--wp--preset--font-size--12);
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
}
.wp-block-code__copy span.anim {
  animation-duration: 1s;
  animation-name: code_info;
}
@keyframes code_info {
  0% {
    top: -1.5rem;
    opacity: 0;
  }
  70% {
    top: -2rem;
    opacity: 1;
  }
  90% {
    top: -2rem;
    opacity: 1;
  }
  100% {
    top: -2rem;
    opacity: 0;
  }
}
.wp-block-code code {
  overflow: scroll;
  color: rgba(31, 31, 31, 0.6);
  font-size: var(--wp--preset--font-size--14);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.wp-block-code:not(.is-style-dark) {
  overflow: auto;
  padding: 1em;
  margin: 0.5em 0;
  background: none;
  background: #f9f9f9;
  color: var(--wp--preset--color--dark-100);
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  text-shadow: 0 1px var(--wp--preset--color--white-100);
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.wp-block-code:not(.is-style-dark) .wp-block-code__copy {
  background: #f9f9f9;
}
.wp-block-code:not(.is-style-dark) :not(pre) > code[class*=language-] {
  padding: 0.1em;
  white-space: normal;
}
.wp-block-code:not(.is-style-dark) .token.comment,
.wp-block-code:not(.is-style-dark) .token.prolog,
.wp-block-code:not(.is-style-dark) .token.doctype,
.wp-block-code:not(.is-style-dark) .token.cdata {
  color: var(--wp--preset--color--dark-40);
}
.wp-block-code:not(.is-style-dark) .token.punctuation {
  color: #999;
}
.wp-block-code:not(.is-style-dark) .token.namespace {
  opacity: 0.7;
}
.wp-block-code:not(.is-style-dark) .token.property,
.wp-block-code:not(.is-style-dark) .token.tag,
.wp-block-code:not(.is-style-dark) .token.boolean,
.wp-block-code:not(.is-style-dark) .token.number,
.wp-block-code:not(.is-style-dark) .token.constant,
.wp-block-code:not(.is-style-dark) .token.symbol,
.wp-block-code:not(.is-style-dark) .token.deleted {
  color: #905;
}
.wp-block-code:not(.is-style-dark) .token.selector,
.wp-block-code:not(.is-style-dark) .token.attr-name,
.wp-block-code:not(.is-style-dark) .token.string,
.wp-block-code:not(.is-style-dark) .token.char,
.wp-block-code:not(.is-style-dark) .token.builtin,
.wp-block-code:not(.is-style-dark) .token.inserted {
  color: #690;
}
.wp-block-code:not(.is-style-dark) .token.operator,
.wp-block-code:not(.is-style-dark) .token.entity,
.wp-block-code:not(.is-style-dark) .token.url,
.wp-block-code:not(.is-style-dark) .language-css .token.string,
.wp-block-code:not(.is-style-dark) .style .token.string {
  /* This background color was intended by the author of this theme. */
  background: hsla(0, 0%, 100%, 0.5);
  color: #9a6e3a;
}
.wp-block-code:not(.is-style-dark) .token.atrule,
.wp-block-code:not(.is-style-dark) .token.attr-value,
.wp-block-code:not(.is-style-dark) .token.keyword {
  color: #07a;
}
.wp-block-code:not(.is-style-dark) .token.function,
.wp-block-code:not(.is-style-dark) .token.class-name {
  color: #dd4a68;
}
.wp-block-code:not(.is-style-dark) .token.regex,
.wp-block-code:not(.is-style-dark) .token.important,
.wp-block-code:not(.is-style-dark) .token.variable {
  color: #e90;
}
.wp-block-code:not(.is-style-dark) .token.important,
.wp-block-code:not(.is-style-dark) .token.bold {
  font-weight: 700;
}
.wp-block-code:not(.is-style-dark) .token.italic {
  font-style: italic;
}
.wp-block-code:not(.is-style-dark) .token.entity {
  cursor: help;
}
.wp-block-code.is-style-dark {
  overflow: auto;
  padding: 1em;
  margin: 0.5em 0;
  background: hsl(30, 20%, 25%);
}
.wp-block-code.is-style-dark .wp-block-code__copy {
  background: hsl(30, 20%, 25%);
}
.wp-block-code.is-style-dark .wp-block-code__copy img {
  filter: invert(1);
}
.wp-block-code.is-style-dark code {
  background: none;
  color: var(--wp--preset--color--white-100);
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  text-shadow: 0 -0.1em 0.2em var(--wp--preset--color--dark-100);
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.wp-block-code.is-style-dark .token.comment,
.wp-block-code.is-style-dark .token.prolog,
.wp-block-code.is-style-dark .token.doctype,
.wp-block-code.is-style-dark .token.cdata {
  color: hsl(30, 20%, 50%);
}
.wp-block-code.is-style-dark .token.punctuation {
  opacity: 0.7;
}
.wp-block-code.is-style-dark .token.namespace {
  opacity: 0.7;
}
.wp-block-code.is-style-dark .token.property,
.wp-block-code.is-style-dark .token.tag,
.wp-block-code.is-style-dark .token.boolean,
.wp-block-code.is-style-dark .token.number,
.wp-block-code.is-style-dark .token.constant,
.wp-block-code.is-style-dark .token.symbol {
  color: hsl(350, 40%, 70%);
}
.wp-block-code.is-style-dark .token.selector,
.wp-block-code.is-style-dark .token.attr-name,
.wp-block-code.is-style-dark .token.string,
.wp-block-code.is-style-dark .token.char,
.wp-block-code.is-style-dark .token.builtin,
.wp-block-code.is-style-dark .token.inserted {
  color: hsl(75, 70%, 60%);
}
.wp-block-code.is-style-dark .token.operator,
.wp-block-code.is-style-dark .token.entity,
.wp-block-code.is-style-dark .token.url,
.wp-block-code.is-style-dark .language-css .token.string,
.wp-block-code.is-style-dark .style .token.string,
.wp-block-code.is-style-dark .token.variable {
  color: hsl(40, 90%, 60%);
}
.wp-block-code.is-style-dark .token.atrule,
.wp-block-code.is-style-dark .token.attr-value,
.wp-block-code.is-style-dark .token.keyword {
  color: hsl(350, 40%, 70%);
}
.wp-block-code.is-style-dark .token.regex,
.wp-block-code.is-style-dark .token.important {
  color: #e90;
}
.wp-block-code.is-style-dark .token.important,
.wp-block-code.is-style-dark .token.bold {
  font-weight: 700;
}
.wp-block-code.is-style-dark .token.italic {
  font-style: italic;
}
.wp-block-code.is-style-dark .token.entity {
  cursor: help;
}
.wp-block-code.is-style-dark .token.deleted {
  color: var(--wp--preset--color--warmpink-100);
}

.wp-block-details > * + * {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.wp-block-details > * + *:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-details:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-details > summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  gap: 0.75rem;
  letter-spacing: 0.72px;
  line-height: 1;
  list-style-type: none;
  transition: 0.5s color, 0.5s background-color, 0.5s box-shadow;
}
.wp-block-details > summary::-webkit-details-marker {
  display: none;
}
.wp-block-details > summary::after {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
  flex-shrink: 0;
  background-color: currentcolor;
  content: "";
  -webkit-mask-image: url("../svg/button-arrow-down.svg");
          mask-image: url("../svg/button-arrow-down.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wp-block-details[open] {
  background-color: transparent;
}
.wp-block-details[open] > summary {
  border: 0;
  margin-bottom: 1rem;
}
.wp-block-details[open] > summary::after {
  transform: rotate(180deg);
}
.wp-block-details:not(.has-text-color) > summary::after {
  background-color: var(--wp--preset--color--dark-100);
}
.wp-block-details:not(.has-text-color) > summary:hover {
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details:not(.has-text-color) > summary:hover::after {
  background-color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details:not(.has-text-color)[open] > summary {
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details:not(.has-text-color)[open] > summary::after {
  background-color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details.has-18-font-size > summary {
  padding: 1.5rem;
}
.wp-block-details.has-18-font-size > summary::after {
  width: 1.125rem;
  height: 1.125rem;
  flex-basis: 1.125rem;
}
.wp-block-details.is-style-outline > summary {
  border: 1px solid var(--wp--preset--color--dark-20);
  border-color: rgba(31, 31, 31, 0.1);
}
.wp-block-details.is-style-outline[open] {
  padding-bottom: 1rem;
  border: 1px solid var(--wp--preset--color--dark-20);
  border-color: rgba(31, 31, 31, 0.1);
}
.wp-block-details.is-style-outline[open] > summary {
  border: none;
}
.wp-block-details.is-style-filled-white {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
.wp-block-details.is-style-filled-white > summary {
  color: var(--wp--preset--color--dark-100);
}
.wp-block-details.is-style-filled-white > summary::after {
  background-color: var(--wp--preset--color--dark-100);
}
.wp-block-details.is-style-filled-white > summary:hover {
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details.is-style-filled-white > summary:hover::after {
  background-color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details.is-style-filled-white[open] {
  padding-bottom: 1rem;
  background-color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-white[open] > summary {
  box-shadow: none;
}
.wp-block-details.is-style-filled-white:not(.has-background) > summary {
  background-color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-white:not(.has-background) > summary:hover {
  background-color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-white:not(.has-background)[open] > summary {
  background-color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-blue {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
.wp-block-details.is-style-filled-blue[open] {
  padding-bottom: 1rem;
  background-color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details.is-style-filled-blue[open] > summary {
  box-shadow: none;
}
.wp-block-details.is-style-filled-blue:not(.has-background) > summary {
  background-color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details.is-style-filled-blue:not(.has-background) > summary:hover {
  background-color: var(--wp--preset--color--classicblue-80);
}
.wp-block-details.is-style-filled-blue:not(.has-background)[open] > summary {
  background-color: var(--wp--preset--color--classicblue-100);
}
.wp-block-details.is-style-filled-blue:not(.has-text-color) {
  color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-blue:not(.has-text-color) > summary::after {
  background-color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-blue:not(.has-text-color) > summary:hover {
  color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-blue:not(.has-text-color) > summary:hover::after {
  background-color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-blue:not(.has-text-color)[open] > summary {
  color: var(--wp--preset--color--white-100);
}
.wp-block-details.is-style-filled-blue:not(.has-text-color)[open] > summary::after {
  background-color: var(--wp--preset--color--white-100);
}

.wp-block-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 1.5rem;
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.wp-block-heading.is-style-font-weight-bold,
h1.is-style-font-weight-bold,
h2.is-style-font-weight-bold,
h3.is-style-font-weight-bold,
h4.is-style-font-weight-bold,
h5.is-style-font-weight-bold,
h6.is-style-font-weight-bold {
  font-weight: 600;
}
.wp-block-heading.is-style-font-weight-thin,
h1.is-style-font-weight-thin,
h2.is-style-font-weight-thin,
h3.is-style-font-weight-thin,
h4.is-style-font-weight-thin,
h5.is-style-font-weight-thin,
h6.is-style-font-weight-thin {
  font-weight: 300;
}
.wp-block-heading.has-40-font-size,
h1.has-40-font-size,
h2.has-40-font-size,
h3.has-40-font-size,
h4.has-40-font-size,
h5.has-40-font-size,
h6.has-40-font-size {
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .wp-block-heading.has-40-font-size,
  h1.has-40-font-size,
  h2.has-40-font-size,
  h3.has-40-font-size,
  h4.has-40-font-size,
  h5.has-40-font-size,
  h6.has-40-font-size {
    letter-spacing: 1.6px;
  }
}
@media (min-width: md) {
  .wp-block-heading.has-40-font-size,
  h1.has-40-font-size,
  h2.has-40-font-size,
  h3.has-40-font-size,
  h4.has-40-font-size,
  h5.has-40-font-size,
  h6.has-40-font-size {
    letter-spacing: 1.6px;
  }
}
.wp-block-heading.has-32-font-size,
h1.has-32-font-size,
h2.has-32-font-size,
h3.has-32-font-size,
h4.has-32-font-size,
h5.has-32-font-size,
h6.has-32-font-size {
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .wp-block-heading.has-32-font-size,
  h1.has-32-font-size,
  h2.has-32-font-size,
  h3.has-32-font-size,
  h4.has-32-font-size,
  h5.has-32-font-size,
  h6.has-32-font-size {
    letter-spacing: 1.28px;
  }
}
@media (min-width: md) {
  .wp-block-heading.has-32-font-size,
  h1.has-32-font-size,
  h2.has-32-font-size,
  h3.has-32-font-size,
  h4.has-32-font-size,
  h5.has-32-font-size,
  h6.has-32-font-size {
    letter-spacing: 1.28px;
  }
}
.wp-block-heading.has-24-font-size,
h1.has-24-font-size,
h2.has-24-font-size,
h3.has-24-font-size,
h4.has-24-font-size,
h5.has-24-font-size,
h6.has-24-font-size {
  letter-spacing: 0.88px;
}
@media (min-width: 768px) {
  .wp-block-heading.has-24-font-size,
  h1.has-24-font-size,
  h2.has-24-font-size,
  h3.has-24-font-size,
  h4.has-24-font-size,
  h5.has-24-font-size,
  h6.has-24-font-size {
    letter-spacing: 0.96px;
  }
}
@media (min-width: md) {
  .wp-block-heading.has-24-font-size,
  h1.has-24-font-size,
  h2.has-24-font-size,
  h3.has-24-font-size,
  h4.has-24-font-size,
  h5.has-24-font-size,
  h6.has-24-font-size {
    letter-spacing: 0.96px;
  }
}
.wp-block-heading.has-18-font-size,
h1.has-18-font-size,
h2.has-18-font-size,
h3.has-18-font-size,
h4.has-18-font-size,
h5.has-18-font-size,
h6.has-18-font-size {
  letter-spacing: 0.72px;
}
.wp-block-heading.has-16-font-size,
h1.has-16-font-size,
h2.has-16-font-size,
h3.has-16-font-size,
h4.has-16-font-size,
h5.has-16-font-size,
h6.has-16-font-size {
  letter-spacing: 0.64px;
}
.wp-block-heading.has-12-font-size,
h1.has-12-font-size,
h2.has-12-font-size,
h3.has-12-font-size,
h4.has-12-font-size,
h5.has-12-font-size,
h6.has-12-font-size {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .wp-block-heading.has-12-font-size,
  h1.has-12-font-size,
  h2.has-12-font-size,
  h3.has-12-font-size,
  h4.has-12-font-size,
  h5.has-12-font-size,
  h6.has-12-font-size {
    letter-spacing: 0.48px;
  }
}
@media (min-width: md) {
  .wp-block-heading.has-12-font-size,
  h1.has-12-font-size,
  h2.has-12-font-size,
  h3.has-12-font-size,
  h4.has-12-font-size,
  h5.has-12-font-size,
  h6.has-12-font-size {
    letter-spacing: 0.48px;
  }
}

body.wp-admin .wp-block-heading,
body.wp-admin h1,
body.wp-admin h2,
body.wp-admin h3,
body.wp-admin h4,
body.wp-admin h5,
body.wp-admin h6,
.block-editor-iframe__body .wp-block-heading,
.block-editor-iframe__body h1,
.block-editor-iframe__body h2,
.block-editor-iframe__body h3,
.block-editor-iframe__body h4,
.block-editor-iframe__body h5,
.block-editor-iframe__body h6 {
  font-family: "Inter", "Arial Fallback 400", "Arial";
}

body main .wp-block-group.background-height {
  position: relative;
  background: none !important;
}
body main .wp-block-group.background-height::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}
body main .wp-block-group.background-height-10::before {
  height: 10%;
}
body main .wp-block-group.background-height-20::before {
  height: 20%;
}
body main .wp-block-group.background-height-30::before {
  height: 30%;
}
body main .wp-block-group.background-height-40::before {
  height: 40%;
}
body main .wp-block-group.background-height-50::before {
  height: 50%;
}
body main .wp-block-group.background-height-60::before {
  height: 60%;
}
body main .wp-block-group.background-height-70::before {
  height: 70%;
}
body main .wp-block-group.background-height-80::before {
  height: 80%;
}
body main .wp-block-group.background-height-90::before {
  height: 90%;
}
body main .wp-block-group.background-height-100::before {
  height: 100%;
}
body main .wp-block-group.background-height.has-black-background-color::before {
  background-color: #000;
}
body main .wp-block-group.background-height.has-cyan-bluish-gray-background-color::before {
  background-color: #abb8c3;
}
body main .wp-block-group.background-height.has-white-background-color::before {
  background-color: #fff;
}
body main .wp-block-group.background-height.has-pale-pink-background-color::before {
  background-color: #f78da7;
}
body main .wp-block-group.background-height.has-vivid-red-background-color::before {
  background-color: #cf2e2e;
}
body main .wp-block-group.background-height.has-luminous-vivid-orange-background-color::before {
  background-color: #ff6900;
}
body main .wp-block-group.background-height.has-luminous-vivid-amber-background-color::before {
  background-color: #fcb900;
}
body main .wp-block-group.background-height.has-light-green-cyan-background-color::before {
  background-color: #7bdcb5;
}
body main .wp-block-group.background-height.has-vivid-green-cyan-background-color::before {
  background-color: #00d084;
}
body main .wp-block-group.background-height.has-pale-cyan-blue-background-color::before {
  background-color: #8ed1fc;
}
body main .wp-block-group.background-height.has-vivid-cyan-blue-background-color::before {
  background-color: #0693e3;
}
body main .wp-block-group.background-height.has-vivid-purple-background-color::before {
  background-color: #9b51e0;
}
body main .wp-block-group.background-height.has-classicblue-100-background-color::before {
  background-color: #2550aa;
}
body main .wp-block-group.background-height.has-classicblue-80-background-color::before {
  background-color: #4168c4;
}
body main .wp-block-group.background-height.has-classicblue-20-background-color::before {
  background-color: #e9edf7;
}
body main .wp-block-group.background-height.has-calmviolet-100-background-color::before {
  background-color: #7271d4;
}
body main .wp-block-group.background-height.has-calmviolet-20-background-color::before {
  background-color: #f1f1fb;
}
body main .wp-block-group.background-height.has-almostcyan-100-background-color::before {
  background-color: #1ec7b8;
}
body main .wp-block-group.background-height.has-almostcyan-20-background-color::before {
  background-color: #e8f9f8;
}
body main .wp-block-group.background-height.has-sunnyyellow-100-background-color::before {
  background-color: #f8d260;
}
body main .wp-block-group.background-height.has-sunnyyellow-20-background-color::before {
  background-color: #fefbef;
}
body main .wp-block-group.background-height.has-warmpink-100-background-color::before {
  background-color: #f27589;
}
body main .wp-block-group.background-height.has-warmpink-20-background-color::before {
  background-color: #fef1f3;
}
body main .wp-block-group.background-height.has-friendlyblue-100-background-color::before {
  background-color: #5d92ff;
}
body main .wp-block-group.background-height.has-friendlyblue-20-background-color::before {
  background-color: #eff4ff;
}
body main .wp-block-group.background-height.has-leafgreen-100-background-color::before {
  background-color: #46be83;
}
body main .wp-block-group.background-height.has-leafgreen-20-background-color::before {
  background-color: #ecf8f3;
}
body main .wp-block-group.background-height.has-tangerineorange-100-background-color::before {
  background-color: #ff8e56;
}
body main .wp-block-group.background-height.has-tangerineorange-20-background-color::before {
  background-color: #fff4ee;
}
body main .wp-block-group.background-height.has-dark-100-background-color::before {
  background-color: #1f1f1f;
}
body main .wp-block-group.background-height.has-dark-60-background-color::before {
  background-color: #5c5c5c;
}
body main .wp-block-group.background-height.has-dark-40-background-color::before {
  background-color: #707070;
}
body main .wp-block-group.background-height.has-dark-20-background-color::before {
  background-color: #707070;
}
body main .wp-block-group.background-height.has-white-100-background-color::before {
  background-color: #fff;
}
body main .wp-block-group.background-height.has-bg-color-100-background-color::before {
  background-color: #f9f9f9;
}
body main.wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body header.wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 1384px) {
  body main.wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body header.wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xl) {
  body main.wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body header.wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
body main.wp-block-group > :where(.alignwide),
body header.wp-block-group > :where(.alignwide) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 1384px) {
  body main.wp-block-group > :where(.alignwide),
  body header.wp-block-group > :where(.alignwide) {
    max-width: 82.5rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xl) {
  body main.wp-block-group > :where(.alignwide),
  body header.wp-block-group > :where(.alignwide) {
    max-width: 82.5rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  body main.wp-block-group > :where(.alignwide),
  body header.wp-block-group > :where(.alignwide) {
    max-width: 112.5rem !important;
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}
@media (min-width: xxl) {
  body main.wp-block-group > :where(.alignwide),
  body header.wp-block-group > :where(.alignwide) {
    max-width: 112.5rem !important;
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}
@media (min-width: 1920px) {
  body main.wp-block-group > :where(.alignwide),
  body header.wp-block-group > :where(.alignwide) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
body main.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu),
body header.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu) {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 1440px) {
  body main.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu),
  body header.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu) {
    padding-right: inherit !important;
    padding-left: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xxl) {
  body main.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu),
  body header.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu) {
    padding-right: inherit !important;
    padding-left: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (max-width: 768px) {
  body main.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu).b-hero.has-paddings .content-wrapper,
  body header.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu).b-hero.has-paddings .content-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: md) {
  body main.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu).b-hero.has-paddings .content-wrapper,
  body header.wp-block-group > :where(.alignfull):not(.wp-block-post-content):not(.b-megamenu).b-hero.has-paddings .content-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
body main .wp-block-group.background--height-12, body main .wp-block-group.background--height-14,
body header .wp-block-group.background--height-12,
body header .wp-block-group.background--height-14 {
  background: none !important;
}
body main .wp-block-group.background--height-12::before, body main .wp-block-group.background--height-14::before,
body header .wp-block-group.background--height-12::before,
body header .wp-block-group.background--height-14::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}
body main .wp-block-group.background--height-12::before,
body header .wp-block-group.background--height-12::before {
  height: 50%;
}
body main .wp-block-group.background--height-14::before,
body header .wp-block-group.background--height-14::before {
  height: 25%;
}
body main .wp-block-group.background--height-12.has-black-background-color::before, body main .wp-block-group.background--height-14.has-black-background-color::before,
body header .wp-block-group.background--height-12.has-black-background-color::before,
body header .wp-block-group.background--height-14.has-black-background-color::before {
  background-color: #000;
}
body main .wp-block-group.background--height-12.has-cyan-bluish-gray-background-color::before, body main .wp-block-group.background--height-14.has-cyan-bluish-gray-background-color::before,
body header .wp-block-group.background--height-12.has-cyan-bluish-gray-background-color::before,
body header .wp-block-group.background--height-14.has-cyan-bluish-gray-background-color::before {
  background-color: #abb8c3;
}
body main .wp-block-group.background--height-12.has-white-background-color::before, body main .wp-block-group.background--height-14.has-white-background-color::before,
body header .wp-block-group.background--height-12.has-white-background-color::before,
body header .wp-block-group.background--height-14.has-white-background-color::before {
  background-color: #fff;
}
body main .wp-block-group.background--height-12.has-pale-pink-background-color::before, body main .wp-block-group.background--height-14.has-pale-pink-background-color::before,
body header .wp-block-group.background--height-12.has-pale-pink-background-color::before,
body header .wp-block-group.background--height-14.has-pale-pink-background-color::before {
  background-color: #f78da7;
}
body main .wp-block-group.background--height-12.has-vivid-red-background-color::before, body main .wp-block-group.background--height-14.has-vivid-red-background-color::before,
body header .wp-block-group.background--height-12.has-vivid-red-background-color::before,
body header .wp-block-group.background--height-14.has-vivid-red-background-color::before {
  background-color: #cf2e2e;
}
body main .wp-block-group.background--height-12.has-luminous-vivid-orange-background-color::before, body main .wp-block-group.background--height-14.has-luminous-vivid-orange-background-color::before,
body header .wp-block-group.background--height-12.has-luminous-vivid-orange-background-color::before,
body header .wp-block-group.background--height-14.has-luminous-vivid-orange-background-color::before {
  background-color: #ff6900;
}
body main .wp-block-group.background--height-12.has-luminous-vivid-amber-background-color::before, body main .wp-block-group.background--height-14.has-luminous-vivid-amber-background-color::before,
body header .wp-block-group.background--height-12.has-luminous-vivid-amber-background-color::before,
body header .wp-block-group.background--height-14.has-luminous-vivid-amber-background-color::before {
  background-color: #fcb900;
}
body main .wp-block-group.background--height-12.has-light-green-cyan-background-color::before, body main .wp-block-group.background--height-14.has-light-green-cyan-background-color::before,
body header .wp-block-group.background--height-12.has-light-green-cyan-background-color::before,
body header .wp-block-group.background--height-14.has-light-green-cyan-background-color::before {
  background-color: #7bdcb5;
}
body main .wp-block-group.background--height-12.has-vivid-green-cyan-background-color::before, body main .wp-block-group.background--height-14.has-vivid-green-cyan-background-color::before,
body header .wp-block-group.background--height-12.has-vivid-green-cyan-background-color::before,
body header .wp-block-group.background--height-14.has-vivid-green-cyan-background-color::before {
  background-color: #00d084;
}
body main .wp-block-group.background--height-12.has-pale-cyan-blue-background-color::before, body main .wp-block-group.background--height-14.has-pale-cyan-blue-background-color::before,
body header .wp-block-group.background--height-12.has-pale-cyan-blue-background-color::before,
body header .wp-block-group.background--height-14.has-pale-cyan-blue-background-color::before {
  background-color: #8ed1fc;
}
body main .wp-block-group.background--height-12.has-vivid-cyan-blue-background-color::before, body main .wp-block-group.background--height-14.has-vivid-cyan-blue-background-color::before,
body header .wp-block-group.background--height-12.has-vivid-cyan-blue-background-color::before,
body header .wp-block-group.background--height-14.has-vivid-cyan-blue-background-color::before {
  background-color: #0693e3;
}
body main .wp-block-group.background--height-12.has-vivid-purple-background-color::before, body main .wp-block-group.background--height-14.has-vivid-purple-background-color::before,
body header .wp-block-group.background--height-12.has-vivid-purple-background-color::before,
body header .wp-block-group.background--height-14.has-vivid-purple-background-color::before {
  background-color: #9b51e0;
}
body main .wp-block-group.background--height-12.has-classicblue-100-background-color::before, body main .wp-block-group.background--height-14.has-classicblue-100-background-color::before,
body header .wp-block-group.background--height-12.has-classicblue-100-background-color::before,
body header .wp-block-group.background--height-14.has-classicblue-100-background-color::before {
  background-color: #2550aa;
}
body main .wp-block-group.background--height-12.has-classicblue-80-background-color::before, body main .wp-block-group.background--height-14.has-classicblue-80-background-color::before,
body header .wp-block-group.background--height-12.has-classicblue-80-background-color::before,
body header .wp-block-group.background--height-14.has-classicblue-80-background-color::before {
  background-color: #4168c4;
}
body main .wp-block-group.background--height-12.has-classicblue-20-background-color::before, body main .wp-block-group.background--height-14.has-classicblue-20-background-color::before,
body header .wp-block-group.background--height-12.has-classicblue-20-background-color::before,
body header .wp-block-group.background--height-14.has-classicblue-20-background-color::before {
  background-color: #e9edf7;
}
body main .wp-block-group.background--height-12.has-calmviolet-100-background-color::before, body main .wp-block-group.background--height-14.has-calmviolet-100-background-color::before,
body header .wp-block-group.background--height-12.has-calmviolet-100-background-color::before,
body header .wp-block-group.background--height-14.has-calmviolet-100-background-color::before {
  background-color: #7271d4;
}
body main .wp-block-group.background--height-12.has-calmviolet-20-background-color::before, body main .wp-block-group.background--height-14.has-calmviolet-20-background-color::before,
body header .wp-block-group.background--height-12.has-calmviolet-20-background-color::before,
body header .wp-block-group.background--height-14.has-calmviolet-20-background-color::before {
  background-color: #f1f1fb;
}
body main .wp-block-group.background--height-12.has-almostcyan-100-background-color::before, body main .wp-block-group.background--height-14.has-almostcyan-100-background-color::before,
body header .wp-block-group.background--height-12.has-almostcyan-100-background-color::before,
body header .wp-block-group.background--height-14.has-almostcyan-100-background-color::before {
  background-color: #1ec7b8;
}
body main .wp-block-group.background--height-12.has-almostcyan-20-background-color::before, body main .wp-block-group.background--height-14.has-almostcyan-20-background-color::before,
body header .wp-block-group.background--height-12.has-almostcyan-20-background-color::before,
body header .wp-block-group.background--height-14.has-almostcyan-20-background-color::before {
  background-color: #e8f9f8;
}
body main .wp-block-group.background--height-12.has-sunnyyellow-100-background-color::before, body main .wp-block-group.background--height-14.has-sunnyyellow-100-background-color::before,
body header .wp-block-group.background--height-12.has-sunnyyellow-100-background-color::before,
body header .wp-block-group.background--height-14.has-sunnyyellow-100-background-color::before {
  background-color: #f8d260;
}
body main .wp-block-group.background--height-12.has-sunnyyellow-20-background-color::before, body main .wp-block-group.background--height-14.has-sunnyyellow-20-background-color::before,
body header .wp-block-group.background--height-12.has-sunnyyellow-20-background-color::before,
body header .wp-block-group.background--height-14.has-sunnyyellow-20-background-color::before {
  background-color: #fefbef;
}
body main .wp-block-group.background--height-12.has-warmpink-100-background-color::before, body main .wp-block-group.background--height-14.has-warmpink-100-background-color::before,
body header .wp-block-group.background--height-12.has-warmpink-100-background-color::before,
body header .wp-block-group.background--height-14.has-warmpink-100-background-color::before {
  background-color: #f27589;
}
body main .wp-block-group.background--height-12.has-warmpink-20-background-color::before, body main .wp-block-group.background--height-14.has-warmpink-20-background-color::before,
body header .wp-block-group.background--height-12.has-warmpink-20-background-color::before,
body header .wp-block-group.background--height-14.has-warmpink-20-background-color::before {
  background-color: #fef1f3;
}
body main .wp-block-group.background--height-12.has-friendlyblue-100-background-color::before, body main .wp-block-group.background--height-14.has-friendlyblue-100-background-color::before,
body header .wp-block-group.background--height-12.has-friendlyblue-100-background-color::before,
body header .wp-block-group.background--height-14.has-friendlyblue-100-background-color::before {
  background-color: #5d92ff;
}
body main .wp-block-group.background--height-12.has-friendlyblue-20-background-color::before, body main .wp-block-group.background--height-14.has-friendlyblue-20-background-color::before,
body header .wp-block-group.background--height-12.has-friendlyblue-20-background-color::before,
body header .wp-block-group.background--height-14.has-friendlyblue-20-background-color::before {
  background-color: #eff4ff;
}
body main .wp-block-group.background--height-12.has-leafgreen-100-background-color::before, body main .wp-block-group.background--height-14.has-leafgreen-100-background-color::before,
body header .wp-block-group.background--height-12.has-leafgreen-100-background-color::before,
body header .wp-block-group.background--height-14.has-leafgreen-100-background-color::before {
  background-color: #46be83;
}
body main .wp-block-group.background--height-12.has-leafgreen-20-background-color::before, body main .wp-block-group.background--height-14.has-leafgreen-20-background-color::before,
body header .wp-block-group.background--height-12.has-leafgreen-20-background-color::before,
body header .wp-block-group.background--height-14.has-leafgreen-20-background-color::before {
  background-color: #ecf8f3;
}
body main .wp-block-group.background--height-12.has-tangerineorange-100-background-color::before, body main .wp-block-group.background--height-14.has-tangerineorange-100-background-color::before,
body header .wp-block-group.background--height-12.has-tangerineorange-100-background-color::before,
body header .wp-block-group.background--height-14.has-tangerineorange-100-background-color::before {
  background-color: #ff8e56;
}
body main .wp-block-group.background--height-12.has-tangerineorange-20-background-color::before, body main .wp-block-group.background--height-14.has-tangerineorange-20-background-color::before,
body header .wp-block-group.background--height-12.has-tangerineorange-20-background-color::before,
body header .wp-block-group.background--height-14.has-tangerineorange-20-background-color::before {
  background-color: #fff4ee;
}
body main .wp-block-group.background--height-12.has-dark-100-background-color::before, body main .wp-block-group.background--height-14.has-dark-100-background-color::before,
body header .wp-block-group.background--height-12.has-dark-100-background-color::before,
body header .wp-block-group.background--height-14.has-dark-100-background-color::before {
  background-color: #1f1f1f;
}
body main .wp-block-group.background--height-12.has-dark-60-background-color::before, body main .wp-block-group.background--height-14.has-dark-60-background-color::before,
body header .wp-block-group.background--height-12.has-dark-60-background-color::before,
body header .wp-block-group.background--height-14.has-dark-60-background-color::before {
  background-color: #5c5c5c;
}
body main .wp-block-group.background--height-12.has-dark-40-background-color::before, body main .wp-block-group.background--height-14.has-dark-40-background-color::before,
body header .wp-block-group.background--height-12.has-dark-40-background-color::before,
body header .wp-block-group.background--height-14.has-dark-40-background-color::before {
  background-color: #707070;
}
body main .wp-block-group.background--height-12.has-dark-20-background-color::before, body main .wp-block-group.background--height-14.has-dark-20-background-color::before,
body header .wp-block-group.background--height-12.has-dark-20-background-color::before,
body header .wp-block-group.background--height-14.has-dark-20-background-color::before {
  background-color: #707070;
}
body main .wp-block-group.background--height-12.has-white-100-background-color::before, body main .wp-block-group.background--height-14.has-white-100-background-color::before,
body header .wp-block-group.background--height-12.has-white-100-background-color::before,
body header .wp-block-group.background--height-14.has-white-100-background-color::before {
  background-color: #fff;
}
body main .wp-block-group.background--height-12.has-bg-color-100-background-color::before, body main .wp-block-group.background--height-14.has-bg-color-100-background-color::before,
body header .wp-block-group.background--height-12.has-bg-color-100-background-color::before,
body header .wp-block-group.background--height-14.has-bg-color-100-background-color::before {
  background-color: #f9f9f9;
}
body header .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body footer .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 1384px) {
  body header .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body footer .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xl) {
  body header .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body footer .wp-block-group > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
body header .wp-block-group > :where(.alignwide),
body footer .wp-block-group > :where(.alignwide) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 1384px) {
  body header .wp-block-group > :where(.alignwide),
  body footer .wp-block-group > :where(.alignwide) {
    max-width: 82.5rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xl) {
  body header .wp-block-group > :where(.alignwide),
  body footer .wp-block-group > :where(.alignwide) {
    max-width: 82.5rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  body header .wp-block-group > :where(.alignwide),
  body footer .wp-block-group > :where(.alignwide) {
    max-width: 112.5rem !important;
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}
@media (min-width: xxl) {
  body header .wp-block-group > :where(.alignwide),
  body footer .wp-block-group > :where(.alignwide) {
    max-width: 112.5rem !important;
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}
@media (min-width: 1920px) {
  body header .wp-block-group > :where(.alignwide),
  body footer .wp-block-group > :where(.alignwide) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
body header .wp-block-group > :where(.alignfull),
body footer .wp-block-group > :where(.alignfull) {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 1440px) {
  body header .wp-block-group > :where(.alignfull),
  body footer .wp-block-group > :where(.alignfull) {
    padding-right: inherit !important;
    padding-left: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xxl) {
  body header .wp-block-group > :where(.alignfull),
  body footer .wp-block-group > :where(.alignfull) {
    padding-right: inherit !important;
    padding-left: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.wp-block-group {
  background-size: 0 !important;
}
@media (min-width: 768px) {
  .wp-block-group {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
  }
}
@media (min-width: md) {
  .wp-block-group {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
  }
}

/**
 * Gutenberg List Block
 */
ul {
  margin-bottom: 2.5rem;
  list-style-type: disc;
}

ol {
  margin-bottom: 2.5rem;
}
ol li {
  padding-left: 1rem;
}
ol li::marker {
  color: var(--wp--preset--color--classicblue-100);
  font-family: "Inter", "Arial Fallback 400";
  font-size: inherit;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 1.7;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  ol,
  ul {
    margin-left: 1rem;
  }
}
@media (max-width: md) {
  ol,
  ul {
    margin-left: 1rem;
  }
}
ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 1rem;
}
ol li,
ul li {
  margin: 0;
  font-family: "Inter", "Arial Fallback 400";
  font-size: var(--wp--preset--font-size--14);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  ol li > ol,
  ol li ul,
  ul li > ol,
  ul li ul {
    margin-left: 0.5rem;
  }
}
@media (max-width: md) {
  ol li > ol,
  ol li ul,
  ul li > ol,
  ul li ul {
    margin-left: 0.5rem;
  }
}
@media (max-width: 576px) {
  ol li > ol,
  ol li ul,
  ul li > ol,
  ul li ul {
    margin-left: 0.3rem;
  }
}
@media (max-width: sm) {
  ol li > ol,
  ol li ul,
  ul li > ol,
  ul li ul {
    margin-left: 0.3rem;
  }
}
ol > li,
ul > li {
  margin-bottom: 0.625rem;
}
ol.has-16-font-size li,
ul.has-16-font-size li {
  font-size: var(--wp--preset--font-size--16);
  letter-spacing: 0.64px;
  line-height: 1.7;
}
ol.is-style-check > li,
ul.is-style-check > li {
  margin-bottom: 0.625rem;
  padding-inline-start: 16px;
}
ol.is-style-check > li::marker,
ul.is-style-check > li::marker {
  content: url("../svg/list-check-16.svg");
}
ol.is-style-check.has-16-font-size > li,
ul.is-style-check.has-16-font-size > li {
  margin-bottom: 1.437rem;
}
ol.is-style-check.has-16-font-size > li::marker,
ul.is-style-check.has-16-font-size > li::marker {
  content: url("../svg/list-check.svg");
}
ol.is-style-plug > li,
ul.is-style-plug > li {
  margin-bottom: 0.625rem;
  padding-inline-start: 16px;
}
ol.is-style-plug > li::marker,
ul.is-style-plug > li::marker {
  content: url("../svg/list-plug-16.svg");
}
ol.is-style-plug.has-16-font-size > li,
ul.is-style-plug.has-16-font-size > li {
  margin-bottom: 1.4375rem;
}
ol.is-style-plug.has-16-font-size > li::marker,
ul.is-style-plug.has-16-font-size > li::marker {
  content: url("../svg/list-plug.svg");
}

ol:not([class]) li {
  padding-left: 0.8rem;
  margin-left: 0.2rem;
}

.wp-block-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.7rem;
}
@media (max-width: 576px) {
  .wp-block-navigation {
    justify-content: center;
  }
}
@media (max-width: sm) {
  .wp-block-navigation {
    justify-content: center;
  }
}
.wp-block-navigation a {
  font-size: var(--wp--preset--font-size--16);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 1;
}
.wp-block-navigation .wp-block-navigation-item__label {
  display: inline-block;
  overflow-wrap: break-word;
  text-align: left;
  text-wrap: wrap;
}

.editor-styles-wrapper .wp-block-navigation {
  display: block;
}
.editor-styles-wrapper .wp-block-navigation > .block-editor-block-list__layout {
  justify-content: center;
}

p {
  font-family: "Inter", "Arial Fallback 400";
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.7;
}
p.is-style-font-weight-bold {
  font-weight: 600;
}
p.is-style-font-weight-thin {
  font-weight: 300;
}
p.has-10-font-size {
  letter-spacing: unset;
}
p.has-14-font-size {
  letter-spacing: 0.56px;
}
p.has-16-font-size {
  letter-spacing: 0.64px;
}
p.has-18-font-size {
  letter-spacing: 0.72px;
}

body.wp-admin p,
.block-editor-iframe__body p {
  font-family: "Inter", "Arial Fallback 400", "Arial";
}

.wp-block-query-pagination {
  display: flex;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  margin: 0;
}
.wp-block-query-pagination .page-numbers {
  padding: 0.5rem;
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--16);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 576px) {
  .wp-block-query-pagination .page-numbers {
    padding: 1rem;
  }
}
@media (min-width: sm) {
  .wp-block-query-pagination .page-numbers {
    padding: 1rem;
  }
}
.wp-block-query-pagination .page-numbers.current {
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-query-pagination .is-arrow-arrow {
  display: flex;
  width: 0.7rem;
  height: 0.7rem;
  flex-basis: 0.7rem;
  flex-shrink: 0;
  margin: 0;
  background-color: var(--wp--preset--color--dark-100);
  content: "";
  -webkit-mask-image: url("../svg/arrow-query-pagination.svg");
          mask-image: url("../svg/arrow-query-pagination.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  text-indent: -9999px;
}
@media (min-width: 576px) {
  .wp-block-query-pagination .is-arrow-arrow {
    width: 1rem;
    height: 1rem;
    flex-basis: 1rem;
  }
}
@media (min-width: sm) {
  .wp-block-query-pagination .is-arrow-arrow {
    width: 1rem;
    height: 1rem;
    flex-basis: 1rem;
  }
}
.wp-block-query-pagination .is-arrow-arrow.wp-block-query-pagination-previous-arrow {
  rotate: 180deg;
}

.wp-block-post-template {
  margin-left: 0;
}

.wp-block-post-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.wp-block-post-author__prefix {
  color: #5c5c5c;
  font-size: var(--wp--preset--font-size--12);
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 1.4;
}
.wp-block-post-author__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.wp-block-post-author__avatar {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}
.wp-block-post-author__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.wp-block-post-author__name {
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--12);
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 1.4;
}

a.wp-block-post-author {
  text-decoration: none;
}
a.wp-block-post-author:hover .wp-block-post-author__name {
  color: var(--wp--preset--color--classicblue-100);
}

.wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.margindisabled)) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 1384px) {
  .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.margindisabled)) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xl) {
  .wp-block-post-content.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.margindisabled)) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.wp-block-post-content.entry-content > :where(.alignwide) {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media (min-width: 1384px) {
  .wp-block-post-content.entry-content > :where(.alignwide) {
    max-width: 82.5rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xl) {
  .wp-block-post-content.entry-content > :where(.alignwide) {
    max-width: 82.5rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .wp-block-post-content.entry-content > :where(.alignwide) {
    max-width: 112.5rem !important;
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}
@media (min-width: xxl) {
  .wp-block-post-content.entry-content > :where(.alignwide) {
    max-width: 112.5rem !important;
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}
@media (min-width: 1920px) {
  .wp-block-post-content.entry-content > :where(.alignwide) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.wp-block-post-content.entry-content > :where(.alignfull):not(.b-megamenu) {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 1440px) {
  .wp-block-post-content.entry-content > :where(.alignfull):not(.b-megamenu) {
    padding-right: inherit !important;
    padding-left: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xxl) {
  .wp-block-post-content.entry-content > :where(.alignfull):not(.b-megamenu) {
    padding-right: inherit !important;
    padding-left: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (max-width: 768px) {
  .wp-block-post-content.entry-content > :where(.alignfull):not(.b-megamenu).b-hero.has-paddings .content-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: md) {
  .wp-block-post-content.entry-content > :where(.alignfull):not(.b-megamenu).b-hero.has-paddings .content-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.wp-block-post-content.entry-content > :where(.b-megamenu) {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 1440px) {
  .wp-block-post-content.entry-content > :where(.b-megamenu) {
    padding-right: inherit !important;
    padding-left: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: xxl) {
  .wp-block-post-content.entry-content > :where(.b-megamenu) {
    padding-right: inherit !important;
    padding-left: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.wp-block-post-content.entry-content > :where(.b-megamenu).js-megamenu--mobile.js-megamenu--open {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.wp-block-post-date__prefix {
  color: var(--wp--preset--color--dark-40);
  font-size: var(--wp--preset--font-size--12);
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 1.4;
}
.wp-block-post-date__wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.5rem;
}
.wp-block-post-date time {
  font-size: var(--wp--preset--font-size--12);
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 1.4;
}

.wp-block-post-terms {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .wp-block-post-terms {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (min-width: md) {
  .wp-block-post-terms {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.wp-block-post-terms > a {
  padding: 0.5rem;
  background-color: rgba(31, 31, 31, 0.1);
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--14);
  font-weight: 600;
  letter-spacing: 0.035rem;
  line-height: 1.1;
  text-decoration: none;
}
.wp-block-post-terms__separator {
  display: none;
}

.single .wp-block-post-terms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .single .wp-block-post-terms {
    gap: 1rem;
  }
}
@media (min-width: md) {
  .single .wp-block-post-terms {
    gap: 1rem;
  }
}

/** If parent has-hover class **/
.has-hover .wp-block-post-title > a.js-stretched-link:active, .has-hover .wp-block-post-title > a.js-stretched-link:focus {
  transform: unset;
}
.has-hover .wp-block-post-title > a.js-stretched-link::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent !important;
  content: "";
  pointer-events: auto;
}

.wp-block-pullquote {
  padding: 0;
  border: none;
  text-align: left;
}
.wp-block-pullquote blockquote {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  margin: 1.5rem 0;
  gap: 0.5rem;
  position: relative;
  display: grid;
  align-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: 55px 1fr;
  row-gap: 0.75rem;
}
.wp-block-pullquote blockquote:not(.has-text-color) p {
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-pullquote blockquote p {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.4;
}
.wp-block-pullquote blockquote cite {
  color: rgba(31, 31, 31, 0.6);
  font-size: var(--wp--preset--font-size--10);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.wp-block-pullquote blockquote.has-18-font-size, .wp-block-pullquote blockquote.has-24-font-size {
  margin: 2rem 0;
  gap: 0.75rem;
}
.wp-block-pullquote blockquote.has-18-font-size p {
  font-size: var(--wp--preset--font-size--18);
  letter-spacing: 0.72px;
}
.wp-block-pullquote blockquote.has-24-font-size p {
  font-size: var(--wp--preset--font-size--24);
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  .wp-block-pullquote blockquote.has-24-font-size p {
    letter-spacing: 0.88px;
  }
}
@media (max-width: md) {
  .wp-block-pullquote blockquote.has-24-font-size p {
    letter-spacing: 0.88px;
  }
}
@media (min-width: 768px) {
  .wp-block-pullquote blockquote {
    padding: 32px 40px;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: 66px minmax(36rem, min-content);
  }
}
@media (min-width: md) {
  .wp-block-pullquote blockquote {
    padding: 32px 40px;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: 66px minmax(36rem, min-content);
  }
}
.wp-block-pullquote blockquote::before {
  position: relative;
  top: 0.625rem;
  width: 3rem;
  height: 2.5rem;
  background-color: var(--wp--preset--color--dark-100);
  content: "";
  grid-row: 1/span 2;
  -webkit-mask-image: url("../svg/pullquote.svg");
          mask-image: url("../svg/pullquote.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (min-width: 768px) {
  .wp-block-pullquote blockquote::before {
    width: 3.875rem;
    height: 2.75rem;
  }
}
@media (min-width: md) {
  .wp-block-pullquote blockquote::before {
    width: 3.875rem;
    height: 2.75rem;
  }
}
.wp-block-pullquote blockquote p {
  font-size: var(--wp--preset--font-size--24);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .wp-block-pullquote blockquote p {
    letter-spacing: 0.88px;
  }
}
@media (max-width: md) {
  .wp-block-pullquote blockquote p {
    letter-spacing: 0.88px;
  }
}
.wp-block-pullquote blockquote:not(.has-text-color) p {
  color: var(--wp--preset--color--classicblue-100);
}
.wp-block-pullquote blockquote cite {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.75rem;
  border-top: 2px solid var(--wp--preset--color--dark-100);
  color: var(--wp--preset--color--dark-100);
  grid-column: 2;
  line-height: 1.7;
}
.wp-block-pullquote blockquote cite {
  text-transform: none;
}

/**
 * Gutenberg Table
 */
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table::-webkit-scrollbar-track {
  height: 0.5rem;
  border-radius: 99em;
  background-color: rgba(31, 31, 31, 0.1);
}
.wp-block-table::-webkit-scrollbar {
  height: 0.5rem;
  border-radius: 99em;
  background-color: rgba(31, 31, 31, 0.1);
}
.wp-block-table::-webkit-scrollbar-thumb {
  height: 0.5rem;
  border-radius: 99em;
  background-color: var(--wp--preset--color--dark-20);
}
.wp-block-table table {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}
.wp-block-table table td,
.wp-block-table table th {
  padding: 0.75rem;
  border: 1px solid var(--wp--preset--color--dark-20);
  white-space: nowrap;
}
.wp-block-table table td img,
.wp-block-table table th img {
  height: auto;
}
.wp-block-table table thead {
  border: none;
}
.wp-block-table table thead th {
  background-color: var(--wp--preset--color--white-100);
  color: rgba(31, 31, 31, 0.6);
  font-weight: 600;
  text-align: left;
}
.wp-block-table table tbody td {
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--16);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1.7;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: var(--wp--preset--color--bg-color-100);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--white-100);
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: var(--wp--preset--color--dark-20);
}
.wp-block-table.is-compact-size table td,
.wp-block-table.is-compact-size table th {
  font-size: 0.8rem;
}
.wp-block-table .has-fixed-layout {
  width: 100%;
  table-layout: fixed;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  white-space: normal;
  word-break: break-word;
}
.wp-block-table .wp-element-caption {
  padding: 1rem;
  padding-left: 0;
}

/**
 * Gutenberg Term Description
 */
.wp-block-term-description {
  font-size: var(--wp--preset--font-size--14);
  font-weight: 400;
  letter-spacing: 0.56px;
}

.wp-block-query.b-blog-posts ul.wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 3.75rem;
  gap: 2rem;
}
@media (min-width: 992px) {
  .wp-block-query.b-blog-posts ul.wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: lg) {
  .wp-block-query.b-blog-posts ul.wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-block-query.b-blog-posts ul.wp-block-post-template li {
  position: relative;
  display: flex;
  height: auto;
  flex: 1 1 18rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 768px) {
  .wp-block-query.b-blog-posts ul.wp-block-post-template li {
    flex: 1 1 22.1875rem;
  }
}
@media (min-width: md) {
  .wp-block-query.b-blog-posts ul.wp-block-post-template li {
    flex: 1 1 22.1875rem;
  }
}

/*
Components
 */
.build-landing-page-callout {
  padding: 1.5rem;
  background-color: var(--wp--preset--color--friendlyblue-20);
  font-size: var(--wp--preset--font-size--14);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 1.7;
}
.build-landing-page-callout p {
  margin-top: 1rem;
}

.c-box,
.b-box,
.b-icon-box {
  position: relative;
  display: flex;
  height: auto;
  flex-direction: column;
  padding: 2rem 1.5rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .c-box,
  .b-box,
  .b-icon-box {
    padding: 2rem !important;
  }
}
@media (max-width: md) {
  .c-box,
  .b-box,
  .b-icon-box {
    padding: 2rem !important;
  }
}
.c-box__heading,
.b-box__heading,
.b-icon-box__heading {
  margin: 0;
  font-size: var(--wp--preset--font-size--18);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: 1.4;
}
.c-box__text,
.b-box__text,
.b-icon-box__text {
  margin: 0;
  font-size: var(--wp--preset--font-size--14);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 1.7;
}
.c-box__content-wrapper,
.b-box__content-wrapper,
.b-icon-box__content-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1rem;
}
.c-box div[data-type="core/button"],
.b-box div[data-type="core/button"],
.b-icon-box div[data-type="core/button"] {
  display: block;
}
.c-box.has-text-align-center,
.b-box.has-text-align-center,
.b-icon-box.has-text-align-center {
  align-items: center;
}
.c-box.has-text-align-left,
.b-box.has-text-align-left,
.b-icon-box.has-text-align-left {
  align-items: flex-start;
}
.c-box.has-text-align-right,
.b-box.has-text-align-right,
.b-icon-box.has-text-align-right {
  align-items: flex-end;
}
.c-box.has-size--big,
.b-box.has-size--big,
.b-icon-box.has-size--big {
  padding: 2.5rem 2rem;
}
.c-box.has-size--big h1,
.c-box.has-size--big h2,
.c-box.has-size--big h3,
.c-box.has-size--big h4,
.c-box.has-size--big h5,
.c-box.has-size--big h6,
.b-box.has-size--big h1,
.b-box.has-size--big h2,
.b-box.has-size--big h3,
.b-box.has-size--big h4,
.b-box.has-size--big h5,
.b-box.has-size--big h6,
.b-icon-box.has-size--big h1,
.b-icon-box.has-size--big h2,
.b-icon-box.has-size--big h3,
.b-icon-box.has-size--big h4,
.b-icon-box.has-size--big h5,
.b-icon-box.has-size--big h6 {
  font-size: var(--wp--preset--font-size--24);
}
@media (max-width: 768px) {
  .c-box.has-size--big h1,
  .c-box.has-size--big h2,
  .c-box.has-size--big h3,
  .c-box.has-size--big h4,
  .c-box.has-size--big h5,
  .c-box.has-size--big h6,
  .b-box.has-size--big h1,
  .b-box.has-size--big h2,
  .b-box.has-size--big h3,
  .b-box.has-size--big h4,
  .b-box.has-size--big h5,
  .b-box.has-size--big h6,
  .b-icon-box.has-size--big h1,
  .b-icon-box.has-size--big h2,
  .b-icon-box.has-size--big h3,
  .b-icon-box.has-size--big h4,
  .b-icon-box.has-size--big h5,
  .b-icon-box.has-size--big h6 {
    letter-spacing: 0.88px;
  }
}
@media (max-width: md) {
  .c-box.has-size--big h1,
  .c-box.has-size--big h2,
  .c-box.has-size--big h3,
  .c-box.has-size--big h4,
  .c-box.has-size--big h5,
  .c-box.has-size--big h6,
  .b-box.has-size--big h1,
  .b-box.has-size--big h2,
  .b-box.has-size--big h3,
  .b-box.has-size--big h4,
  .b-box.has-size--big h5,
  .b-box.has-size--big h6,
  .b-icon-box.has-size--big h1,
  .b-icon-box.has-size--big h2,
  .b-icon-box.has-size--big h3,
  .b-icon-box.has-size--big h4,
  .b-icon-box.has-size--big h5,
  .b-icon-box.has-size--big h6 {
    letter-spacing: 0.88px;
  }
}
.c-box.has-size--small,
.b-box.has-size--small,
.b-icon-box.has-size--small {
  padding: 2rem 1.5rem;
}
.c-box.has-size--small h1,
.c-box.has-size--small h2,
.c-box.has-size--small h3,
.c-box.has-size--small h4,
.c-box.has-size--small h5,
.c-box.has-size--small h6,
.b-box.has-size--small h1,
.b-box.has-size--small h2,
.b-box.has-size--small h3,
.b-box.has-size--small h4,
.b-box.has-size--small h5,
.b-box.has-size--small h6,
.b-icon-box.has-size--small h1,
.b-icon-box.has-size--small h2,
.b-icon-box.has-size--small h3,
.b-icon-box.has-size--small h4,
.b-icon-box.has-size--small h5,
.b-icon-box.has-size--small h6 {
  font-size: var(--wp--preset--font-size--18);
}
.c-box.has-paddings--none,
.b-box.has-paddings--none,
.b-icon-box.has-paddings--none {
  padding: 0;
}
.c-box.has-shadow,
.b-box.has-shadow,
.b-icon-box.has-shadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
.c-box.has-border,
.b-box.has-border,
.b-icon-box.has-border {
  border: 1px solid var(--wp--preset--color--dark-20);
}
.c-box.has-border--classicblue,
.b-box.has-border--classicblue,
.b-icon-box.has-border--classicblue {
  border-color: var(--wp--preset--color--classicblue-80);
}
.c-box.has-border--almostcyan,
.b-box.has-border--almostcyan,
.b-icon-box.has-border--almostcyan {
  border-color: var(--wp--preset--color--almostcyan-100);
}
.c-box.has-hover--hover-shadow,
.b-box.has-hover--hover-shadow,
.b-icon-box.has-hover--hover-shadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  transition: 0.5s color, 0.5s background-color, 0.5s box-shadow, 0.1s border, 0.1s transform, 0.5s border-color ease-out;
}
.c-box.has-hover--hover-shadow:hover,
.b-box.has-hover--hover-shadow:hover,
.b-icon-box.has-hover--hover-shadow:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}
.c-box.has-hover--hover-up,
.b-box.has-hover--hover-up,
.b-icon-box.has-hover--hover-up {
  transition: 0.5s box-shadow, 0.3s transform;
}
.c-box.has-hover--hover-up:hover,
.b-box.has-hover--hover-up:hover,
.b-icon-box.has-hover--hover-up:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-2rem);
}

.c-button {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s color, 0.5s background-color, 0.5s box-shadow, 0.1s border, 0.1s transform, 0.5s border-color ease-out;
  white-space: normal;
  word-break: auto-phrase;
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--16);
  letter-spacing: 0.64px;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.c-button:hover {
  box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.2);
  outline: none;
}
.c-button:active, .c-button:focus {
  box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.2);
}
.c-button--small {
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--14);
  letter-spacing: 0.56px;
  padding: 0.75rem 1rem 0.75rem 1rem;
}
.c-button--medium {
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--16);
  letter-spacing: 0.64px;
  padding: 1rem 1.25rem 1rem 1.25rem;
}
.c-button--big {
  color: var(--wp--preset--color--dark-100);
  font-family: "Inter", "Arial Fallback 400";
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--18);
  letter-spacing: 0.72px;
  padding: 1.125rem 1.375rem 1.125rem 1.375rem;
}
.c-button--primary-blue {
  background-color: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
}
.c-button--primary-blue:hover {
  background-color: var(--wp--preset--color--classicblue-80);
  color: var(--wp--preset--color--white-100);
}
.c-button--primary-blue:active, .c-button--primary-blue:focus {
  background-color: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
}
.c-button--primary-white {
  background-color: var(--wp--preset--color--white-100);
  color: var(--wp--preset--color--classicblue-100);
}
.c-button--primary-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--wp--preset--color--classicblue-100);
}
.c-button--primary-white:active, .c-button--primary-white:focus {
  background-color: var(--wp--preset--color--white-100);
  color: var(--wp--preset--color--classicblue-100);
}
.c-button--outline-blue {
  border: none;
  border: 2px solid var(--wp--preset--color--classicblue-100);
  background-color: transparent;
  color: var(--wp--preset--color--classicblue-100);
}
.c-button--outline-blue:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--wp--preset--color--classicblue-100) inset;
  color: var(--wp--preset--color--classicblue-100);
}
.c-button--outline-blue:active, .c-button--outline-blue:focus {
  border: 2px solid var(--wp--preset--color--classicblue-100);
  background-color: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100);
}
.c-button--outline-white {
  border: none;
  border: 2px solid var(--wp--preset--color--white-100);
  background-color: transparent;
  color: var(--wp--preset--color--white-100);
}
.c-button--outline-white:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--wp--preset--color--white-100) inset;
  color: var(--wp--preset--color--white-100);
}
.c-button--outline-white:active, .c-button--outline-white:focus {
  border: 2px solid var(--wp--preset--color--white-100);
  background-color: var(--wp--preset--color--white-100);
  color: var(--wp--preset--color--classicblue-100);
}

.c-input-search {
  position: relative;
  display: flex;
  height: 2.375rem;
  align-items: center;
  padding: 0 2rem 0 0.8rem;
  border: 1px solid rgba(31, 31, 31, 0.1);
  cursor: pointer;
  transition: border 0.35s;
}
.c-input-search input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  color: rgba(31, 31, 31, 0.1);
  font-size: var(--wp--preset--font-size--14);
  font-weight: 400;
  transition: color 0.35s;
}
.c-input-search input::-moz-placeholder {
  color: rgba(31, 31, 31, 0.1);
}
.c-input-search input::placeholder {
  color: rgba(31, 31, 31, 0.1);
}
.c-input-search img {
  margin-right: 1rem;
  opacity: 0.1;
  transition: opacity 0.35s;
}
.c-input-search button {
  position: absolute;
  right: 0;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 0.8rem;
  border: none;
  margin: 0;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}
.c-input-search button img {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
  -o-object-fit: unset;
     object-fit: unset;
}
.c-input-search.filled, .c-input-search:focus-within {
  border: 1px solid var(--wp--preset--color--dark-100);
  color: var(--wp--preset--color--dark-100);
}
.c-input-search.filled img, .c-input-search:focus-within img {
  opacity: 1;
}
.c-input-search.filled input, .c-input-search:focus-within input {
  color: var(--wp--preset--color--dark-100);
}
.c-input-search.filled button, .c-input-search:focus-within button {
  opacity: 1;
  pointer-events: all;
}

.c__pagination {
  padding-top: 3rem;
  grid-column: 1/-1;
}
.c__pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c__pagination ul li {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
}
.c__pagination ul li a.number {
  color: var(--wp--preset--color--dark-100);
  font-size: var(--wp--preset--font-size--16);
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.c__pagination ul li a.number--active, .c__pagination ul li a.number:hover {
  color: var(--wp--preset--color--classicblue-100);
}
.c__pagination ul li a.arrow {
  line-height: 1;
}
.c__pagination ul li a.arrow--next {
  transform: rotate(180deg);
}

.simple-icon {
  position: relative;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: baseline;
  gap: 0.5rem;
}
.simple-icon--popover .components-popover__content {
  padding: 0.5rem;
}
.simple-icon--popover > * {
  width: 100%;
}
.simple-icon::before {
  position: relative;
  width: 0.98em;
  height: 0.98em;
  flex-shrink: 0;
  align-self: center;
  background-color: currentcolor;
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.simple-icon.simple-icon--check::before {
  -webkit-mask-image: url("../svg/check.svg");
          mask-image: url("../svg/check.svg");
}
.simple-icon.simple-icon--plug::before {
  -webkit-mask-image: url("../svg/plug.svg");
          mask-image: url("../svg/plug.svg");
}
.simple-icon.simple-icon--fire::before {
  -webkit-mask-image: url("../svg/fire.svg");
          mask-image: url("../svg/fire.svg");
}
.simple-icon.simple-icon--star::before {
  -webkit-mask-image: url("../svg/star.svg");
          mask-image: url("../svg/star.svg");
}
.simple-icon.simple-icon--landingi::before {
  -webkit-mask-image: url("../svg/landingi.svg");
          mask-image: url("../svg/landingi.svg");
}
.simple-icon.simple-icon--mail::before {
  -webkit-mask-image: url("../svg/mail.svg");
          mask-image: url("../svg/mail.svg");
}
.simple-icon.simple-icon--tel::before {
  -webkit-mask-image: url("../svg/tel.svg");
          mask-image: url("../svg/tel.svg");
}
.simple-icon.simple-icon--desktop::before {
  -webkit-mask-image: url("../svg/desktop.svg");
          mask-image: url("../svg/desktop.svg");
}
.simple-icon.simple-icon--product::before {
  -webkit-mask-image: url("../svg/product.svg");
          mask-image: url("../svg/product.svg");
}
.simple-icon.simple-icon--product2::before {
  -webkit-mask-image: url("../svg/product2.svg");
          mask-image: url("../svg/product2.svg");
}
.simple-icon.simple-icon--product3::before {
  -webkit-mask-image: url("../svg/product3.svg");
          mask-image: url("../svg/product3.svg");
}
.simple-icon.simple-icon--product4::before {
  -webkit-mask-image: url("../svg/product4.svg");
          mask-image: url("../svg/product4.svg");
}
.simple-icon.simple-icon--featured::before {
  -webkit-mask-image: url("../svg/featured.svg");
          mask-image: url("../svg/featured.svg");
}
.simple-icon.simple-icon--pricingYes::before {
  -webkit-mask-image: url("../svg/pricingyes.svg");
          mask-image: url("../svg/pricingyes.svg");
}
.simple-icon.simple-icon--pricingNo::before {
  -webkit-mask-image: url("../svg/pricingno.svg");
          mask-image: url("../svg/pricingno.svg");
}
.simple-icon.simple-icon--pricingAddon::before {
  -webkit-mask-image: url("../svg/pricingaddon.svg");
          mask-image: url("../svg/pricingaddon.svg");
}

*.has-text-color .yoast-breadcrumbs {
  color: inherit;
}
*.has-text-color .yoast-breadcrumbs span .breadcrumb_last {
  color: inherit;
}

.yoast-breadcrumbs {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  color: #5c5c5c;
  font-family: "Inter", "Arial Fallback 400";
  font-size: var(--wp--preset--font-size--12);
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 1;
  text-wrap: nowrap;
}
.yoast-breadcrumbs a {
  color: inherit;
  transition: 0.5s color, 0.5s background-color, 0.5s box-shadow, 0.1s border, 0.1s transform, 0.5s border-color ease-out;
}
.yoast-breadcrumbs a:link, .yoast-breadcrumbs a:visited {
  color: inherit;
  text-decoration: none;
}
.yoast-breadcrumbs a:hover {
  color: rgba(31, 31, 31, 0.6);
  text-decoration: underline;
}
.yoast-breadcrumbs a:active {
  color: var(--wp--preset--color--dark-100);
  text-decoration: none;
}
.yoast-breadcrumbs span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.yoast-breadcrumbs span .breadcrumb_last {
  color: var(--wp--preset--color--dark-100);
}
.yoast-breadcrumbs span:not(:last-child)::after {
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
  flex-basis: 0.5rem;
  flex-shrink: 0;
  background-color: currentcolor;
  content: "";
  -webkit-mask-image: url("../svg/arrow-breadcrumbs.svg");
          mask-image: url("../svg/arrow-breadcrumbs.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
}
.yoast-breadcrumbs > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}
.yoast-breadcrumbs .breadcrumb_last {
  display: -webkit-box;
  overflow: hidden;
  max-width: calc(100vw - 4rem);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  text-wrap: pretty;
}
.yoast-breadcrumbs.is-style-white, .yoast-breadcrumbs.is-style-white-center {
  color: rgba(255, 255, 255, 0.6);
}
.yoast-breadcrumbs.is-style-white a:link, .yoast-breadcrumbs.is-style-white a:visited, .yoast-breadcrumbs.is-style-white-center a:link, .yoast-breadcrumbs.is-style-white-center a:visited {
  color: inherit;
}
.yoast-breadcrumbs.is-style-white a:hover, .yoast-breadcrumbs.is-style-white-center a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.yoast-breadcrumbs.is-style-white a:active, .yoast-breadcrumbs.is-style-white-center a:active {
  color: var(--wp--preset--color--white-100);
}
.yoast-breadcrumbs.is-style-white span .breadcrumb_last, .yoast-breadcrumbs.is-style-white-center span .breadcrumb_last {
  color: var(--wp--preset--color--white-100);
}
.yoast-breadcrumbs.is-style-default-center, .yoast-breadcrumbs.is-style-white-center {
  display: flex;
  justify-content: center;
}

.editor-styles-wrapper .yoast-breadcrumbs a {
  cursor: not-allowed;
  pointer-events: none;
}

body .wp-block-post-content.entry-content main.wp-block-group {
  margin-inline: auto !important;
}
body .wp-block-post-content.entry-content main.wp-block-group .wp-block-pricing {
  margin-inline: 0 !important;
}

.wp-block-pricing__wrapper {
  position: relative;
}
.wp-block-pricing__wrapper::before {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
  transition: max-height 0.5s;
}
.wp-block-pricing--hidden .wp-block-pricing__wrapper {
  overflow: hidden;
  height: 24rem;
}
.wp-block-pricing--hidden .wp-block-pricing__wrapper::before {
  height: 10rem;
}
.wp-block-pricing__button {
  margin-top: 2rem;
  text-align: center;
  /* OVERWRITE FOR ANOTHER WP-BLOCK */
}
.wp-block-pricing__button .wp-block-button__link {
  font-size: var(--wp--preset--font-size--18);
}
.wp-block-pricing__button .wp-block-button__link:focus, .wp-block-pricing__button .wp-block-button__link:active {
  border-color: var(--wp--preset--color--classicblue-100) !important;
  transform: none !important;
}
.wp-block-pricing__button .wp-block-button__link .hide-text {
  display: none;
}
.wp-block-pricing__button .wp-block-button__link.is-active .show-text {
  display: none;
}
.wp-block-pricing__button .wp-block-button__link.is-active .hide-text {
  display: inline;
}

.c-pricing-table {
  width: 100%;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-top: 0;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0.04rem;
  line-height: 1.4;
}
.c-pricing-table tr {
  border: none;
}
@media (max-width: 768px) {
  .c-pricing-table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-pricing-table th,
.c-pricing-table td {
  padding: 0.75rem;
  border: 1px solid #e8e8e8;
  color: var(--wp--preset--color--dark-100);
  /* OVERWRITE FOR ANOTHER WP-BLOCK */
}
@media (max-width: 768px) {
  .c-pricing-table th,
  .c-pricing-table td {
    width: 25%;
  }
}
.c-pricing-table th .b-hint,
.c-pricing-table td .b-hint {
  margin-left: auto;
}
.c-pricing-table th {
  font-size: var(--wp--preset--font-size--16);
  text-align: left;
}
@media (max-width: 768px) {
  .c-pricing-table th {
    width: 100%;
  }
}
.c-pricing-table th[scope=colgroup] {
  padding: 1rem;
  background-color: #f9f9f9;
  font-weight: 400;
}
.c-pricing-table th[scope=row] {
  font-weight: 600;
}
.c-pricing-table td {
  font-size: var(--wp--preset--font-size--14);
  text-align: center;
}
.c-pricing-table img {
  max-width: 100%;
  height: auto;
}
.c-pricing-table thead td,
.c-pricing-table tfoot td {
  padding: 1rem 0.75rem;
}
.c-pricing-table__sticky {
  position: sticky;
  z-index: 5;
  top: 0;
  background: var(--wp--preset--color--white-100);
}
.c-pricing-table__stickySpacer th {
  position: relative;
  height: 1rem;
  border: 0;
}
.c-pricing-table__stickySpacer th::before, .c-pricing-table__stickySpacer th::after {
  position: absolute;
  z-index: 1;
  right: -1px;
  left: -1px;
  display: block;
  background: #e8e8e8;
  content: "";
}
.c-pricing-table__stickySpacer th::before {
  top: 0;
  height: 100%;
  background: var(--wp--preset--color--white-100);
}
.c-pricing-table__stickySpacer th::after {
  bottom: 0;
  height: 1px;
}
.c-pricing-table__stickyContent td,
.c-pricing-table__stickyContent th {
  position: relative;
  border-top: 0;
}
.c-pricing-table__stickyContent td::before, .c-pricing-table__stickyContent td::after,
.c-pricing-table__stickyContent th::before,
.c-pricing-table__stickyContent th::after {
  position: absolute;
  display: block;
  background: #e8e8e8;
  content: "";
}
.c-pricing-table__stickyContent td::before,
.c-pricing-table__stickyContent th::before {
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
}
.c-pricing-table__stickyContent td::after,
.c-pricing-table__stickyContent th::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.c-pricing-table__row-header {
  display: flex;
  align-items: center;
}
.c-pricing-table__switcher {
  display: flex;
  justify-content: flex-start;
  /* OVERWRITE FOR ANOTHER WP-BLOCK */
}
.c-pricing-table__switcher .b-pricelist-switcher {
  display: flex;
}
.c-pricing-table__switcher .b-pricelist-switcher__text {
  color: rgba(31, 31, 31, 0.6);
  font-size: var(--wp--preset--font-size--14);
  font-weight: 400;
}
.c-pricing-table__switcher .b-pricelist-switcher__text:empty {
  display: none;
}

.c-pricing-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--wp--preset--font-size--12);
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-align: center;
}
.c-pricing-box__name {
  margin-bottom: 0.25rem;
  color: var(--wp--preset--color--classicblue-100);
  font-weight: 600;
  text-align: center;
}
@media (min-width: 576px) {
  .c-pricing-box__name {
    font-size: var(--wp--preset--font-size--16);
  }
}
.c-pricing-box__price {
  font-weight: 600;
}
.c-pricing-box__frequency {
  font-size: var(--wp--preset--font-size--10);
}
@media (min-width: 576px) {
  .c-pricing-box__frequency {
    font-size: var(--wp--preset--font-size--12);
  }
}
.c-pricing-box__button {
  margin-top: 0.75rem;
  /* OVERWRITE FOR ANOTHER WP-BLOCK */
}
.c-pricing-box__button .wp-block-button__link {
  width: 100%;
  padding: 0.75rem 0.5rem;
  font-size: var(--wp--preset--font-size--12);
  font-weight: 600;
}
.c-pricing-box__button .wp-block-button__link:active {
  transform: none;
}
@media (min-width: 768px) {
  .c-pricing-box__button .wp-block-button__link {
    width: unset;
    padding: 0.75rem 1rem;
    font-size: var(--wp--preset--font-size--14);
  }
}

.c-pricing-feature {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  font-size: var(--wp--preset--font-size--12);
  gap: 0.5rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-pricing-feature {
    font-size: var(--wp--preset--font-size--14);
  }
}
.c-pricing-feature::after {
  display: block;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE1LjE1NzMiIGhlaWdodD0iMy4yMzIwMyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcwMDggLTAuNzA3MjA2IDAuNzA3MDA4IDAuNzA3MjA2IDQuOTk4NjYgMTIuNzE2OCkiIGZpbGw9IiMxRjFGMUYiLz4KPHJlY3Qgd2lkdGg9IjkuMTk2MjMiIGhlaWdodD0iMy4yMzIwMyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcwMDggMC43MDcyMDYgLTAuNzA3MDA4IDAuNzA3MjA2IDIuMjg1MDMgNi45OTc1NikiIGZpbGw9IiMxRjFGMUYiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-pricing-feature--no::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjAwMDA0IDYuNzExODhMMy4yODU3MSAwLjk5NzU1OUwxIDMuMjgzMjdMNi43MTQzMyA4Ljk5NzZMMS4wMDAwMSAxNC43MTE5TDMuMjg1NzIgMTYuOTk3Nkw5LjAwMDA0IDExLjI4MzNMMTQuNzE0MyAxNi45OTc2TDE3IDE0LjcxMThMMTEuMjg1OCA4Ljk5NzZMMTcgMy4yODMzNEwxNC43MTQzIDAuOTk3NjMxTDkuMDAwMDQgNi43MTE4OFoiIGZpbGw9IiMxRjFGMUYiLz4KPC9zdmc+Cg==");
  opacity: 0.4;
}
.c-pricing-feature--addon::after {
  content: none;
}
@media (min-width: 768px) {
  .c-pricing-feature--addon::after {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0N18xMDg2MikiPgo8cGF0aCBkPSJNMTQuNTk1MyA3LjYxNjU5SDEzLjQ1MjRWNC41Njg5OUMxMy40NTI0IDMuNzI3MDkgMTIuNzcwNSAzLjA0NTE3IDExLjkyODYgMy4wNDUxN0g4Ljg4MDk3VjEuOTAyMzFDOC44ODA5NyAwLjg1MDg4IDguMDI3NjEgLTAuMDAyNDQxNDEgNi45NzYxOCAtMC4wMDI0NDE0MUM1LjkyNDc1IC0wLjAwMjQ0MTQxIDUuMDcxNDMgMC44NTA4OCA1LjA3MTQzIDEuOTAyMzFWMy4wNDUxN0gyLjAyMzgyQzEuMTgxOTMgMy4wNDUxNyAwLjUwNzY0MyAzLjcyNzA2IDAuNTA3NjQzIDQuNTY4OTlMMC41MDM4MjEgNy40NjQyNEgxLjY0Mjg2QzIuNzc4MTEgNy40NjQyNCAzLjcgOC4zODYxMyAzLjcgOS41MjEzOEMzLjcgMTAuNjU2NiAyLjc3ODExIDExLjU3ODUgMS42NDI4NiAxMS41Nzg1SDAuNTAzODIxTDAuNSAxNC40NzM3QzAuNSAxNS4zMTU3IDEuMTgxODkgMTUuOTk3NiAyLjAyMzgyIDE1Ljk5NzZINC45MTkwN1YxNC44NTQ3QzQuOTE5MDcgMTMuNzE5NSA1Ljg0MDk2IDEyLjc5NzYgNi45NzYyMSAxMi43OTc2QzguMTExNDYgMTIuNzk3NiA5LjAzMzM2IDEzLjcxOTUgOS4wMzMzNiAxNC44NTQ3VjE1Ljk5NzZIMTEuOTI4NkMxMi43NzA1IDE1Ljk5NzYgMTMuNDUyNCAxNS4zMTU3IDEzLjQ1MjQgMTQuNDczN1YxMS40MjYxSDE0LjU5NTNDMTUuNjQ2NyAxMS40MjYxIDE2LjUgMTAuNTcyOCAxNi41IDkuNTIxMzhDMTYuNSA4LjQ2OTk1IDE1LjY0NjcgNy42MTY1OSAxNC41OTUzIDcuNjE2NTlaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzI0N18xMDg2MiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAtMC4wMDI0NDE0MSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
    content: "";
  }
}

.custom-wpml-alert-class {
  background-color: #f00;
}

.c-cta-call {
  position: fixed;
  z-index: 100;
  bottom: 1.25rem;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
  max-width: 27rem;
  padding: 0.8rem 1rem;
  border-radius: 2rem;
  background-color: var(--wp--preset--color--sunnyyellow-100);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .c-cta-call {
    bottom: 2rem;
    padding: 0.8rem 1.8rem;
  }
}
@media (min-width: md) {
  .c-cta-call {
    bottom: 2rem;
    padding: 0.8rem 1.8rem;
  }
}
.c-cta-call__header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-cta-call__header::-webkit-details-marker {
  display: none;
}
.c-cta-call__header-arrow {
  width: 0.7rem;
  height: 0.8rem;
  filter: brightness(0);
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.c-cta-call__header:hover .c-cta-call__header-arrow {
  opacity: 0.5;
}
.c-cta-call__avatar {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 1.2rem 0 0;
}
.c-cta-call__avatar-photo {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cta-call__avatar-icon {
  position: absolute;
  top: 1px;
  right: -10px;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .c-cta-call__avatar {
    margin: 0 1.2rem 0 -1rem;
  }
  .c-cta-call__avatar-photo {
    width: 2.625rem;
    min-width: 2.625rem;
    height: 2.625rem;
  }
  .c-cta-call__avatar-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: md) {
  .c-cta-call__avatar {
    margin: 0 1.2rem 0 -1rem;
  }
  .c-cta-call__avatar-photo {
    width: 2.625rem;
    min-width: 2.625rem;
    height: 2.625rem;
  }
  .c-cta-call__avatar-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.c-cta-call__title {
  flex-grow: 1;
  font-size: var(--wp--preset--font-size--16);
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c-cta-call__title {
    font-size: var(--wp--preset--font-size--18);
  }
}
@media (min-width: md) {
  .c-cta-call__title {
    font-size: var(--wp--preset--font-size--18);
  }
}
.c-cta-call__content {
  display: none;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .c-cta-call__content {
    margin-top: 1rem;
    font-size: var(--wp--preset--font-size--14);
  }
}
@media (min-width: md) {
  .c-cta-call__content {
    margin-top: 1rem;
    font-size: var(--wp--preset--font-size--14);
  }
}
.c-cta-call[open] .c-cta-call__content {
  display: block;
  padding: 0 0 0.7rem;
}
.c-cta-call[open] .c-cta-call__header-arrow {
  transform: rotate(0deg);
}
.c-cta-call__button {
  width: 100%;
  height: 2.375rem;
  padding: 0.75rem 0;
  background-color: var(--wp--preset--color--classicblue-100);
  color: var(--wp--preset--color--white-100) !important;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--14);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.c-cta-call__button:hover {
  background-color: var(--wp--preset--color--classicblue-80) !important;
}

/*
Layout
 */
/*
* Layout.
*/
.l-container {
  width: 100%;
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0;
  margin: auto;
}
.l-container--full {
  max-width: 100%;
}
.l-container--wide {
  max-width: 1920px;
}
.l-container--narrow {
  max-width: 576px;
}
@media (min-width: 992px) {
  .l-container--narrow {
    max-width: 1384px;
  }
}
@media (min-width: lg) {
  .l-container--narrow {
    max-width: 1384px;
  }
}

/*
WP Blocks
 */
/*
Parts
 */
header {
  position: sticky;
  z-index: 1000;
  top: 0;
  display: block;
  margin: 0;
}

.page-footer {
  margin-top: 10rem;
  background-color: rgba(0, 0, 0, 0.05);
}
.page-footer__inner {
  display: grid;
  padding-top: 6rem;
  padding-bottom: 6rem;
  grid-template-columns: repeat(4, 1fr);
}
.page-footer__inner h2 {
  font-size: 2rem;
}

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