/**
 * Import the base
 */
/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.clearfix::after {
  clear: both;
  content: '';
  display: block; }

#section-footer .gform_wrapper form .gform_footer input[type="submit"], .btn,
input.btn,
a.btn,
a.btn:visited,
.button,
#section-footer .gform_wrapper form .gform_footer input:visited[type="submit"],
.btn:visited,
a.btn:visited,
.button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--wp--custom--border-radius--normal);
  text-decoration: none;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary);
  font-size: 16px;
  font-weight: 800;
  padding: 0.65em 1em;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: color ease-in-out 200ms, background-color ease-in-out 200ms; }
  #section-footer .gform_wrapper form .gform_footer input:hover[type="submit"], .btn:hover,
  a.btn:hover:visited,
  .button:hover, #section-footer .gform_wrapper form .gform_footer input:focus[type="submit"], .btn:focus,
  a.btn:focus:visited,
  .button:focus,
  #section-footer .gform_wrapper form .gform_footer input:visited:hover[type="submit"],
  .btn:visited:hover,
  .button:visited:hover,
  #section-footer .gform_wrapper form .gform_footer input:visited:focus[type="submit"],
  .btn:visited:focus,
  .button:visited:focus {
    color: var(--wp--preset--color--primary);
    background-color: rgba(var(--wp--preset--color--primary-rgb), 0.1); }
  #section-footer .gform_wrapper form .gform_footer input[type="submit"] .icon-chevron-right, .btn .icon-chevron-right, a.btn:visited .icon-chevron-right, .button .icon-chevron-right,
  #section-footer .gform_wrapper form .gform_footer input:visited[type="submit"] .icon-chevron-right,
  .btn:visited .icon-chevron-right,
  .button:visited .icon-chevron-right {
    color: var(--wp--preset--color--white);
    font-size: 10px; }
  #section-footer .gform_wrapper form .gform_footer input.secondary[type="submit"], .secondary.btn,
  a.secondary.btn:visited,
  .secondary.button,
  #section-footer .gform_wrapper form .gform_footer input:visited.secondary[type="submit"],
  .btn:visited.secondary,
  .button:visited.secondary {
    background-color: var(--wp--preset--color--secondary); }
    #section-footer .gform_wrapper form .gform_footer input.secondary:hover[type="submit"], .secondary.btn:hover,
    .secondary.button:hover, #section-footer .gform_wrapper form .gform_footer input.secondary:focus[type="submit"], .secondary.btn:focus,
    .secondary.button:focus,
    #section-footer .gform_wrapper form .gform_footer input:visited.secondary:hover[type="submit"],
    .btn:visited.secondary:hover,
    .button:visited.secondary:hover,
    #section-footer .gform_wrapper form .gform_footer input:visited.secondary:focus[type="submit"],
    .btn:visited.secondary:focus,
    .button:visited.secondary:focus {
      color: var(--wp--preset--color--secondary);
      background-color: rgba(var(--wp--preset--color--secondary-rgb), 0.1); }

.content-image-cta p {
  font-size: 12px; }

/**
 * Normalize the website for browsers
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

.text-center {
  text-align: center; }

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 auto; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gform_wrapper + .video-container {
  padding: 0; }

/**
 * Layout
 */
body {
  font: normal 16px/24px var(--wp--preset--font-family--system);
  background: var(--wp--preset--color--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: var(--wp--preset--font-family--galano-grotesque);
  line-height: 1.2em;
  font-weight: 700; }

h4, .h4, .has-h-4-font-size {
  font-size: var(--wp--preset--font-size--h-4);
  line-height: 1.6em; }

h3, .h3, .has-h-3-font-size {
  font-size: var(--wp--preset--font-size--h-3);
  line-height: 1.45em; }

h2, .h2, .has-h-2-font-size {
  font-size: var(--wp--preset--font-size--h-2);
  line-height: 1.13em; }

h1, .h1, .has-h-1-font-size {
  font-size: var(--wp--preset--font-size--h-1);
  line-height: 1.2em; }

.has-medium-font-size {
  line-height: 1.45em; }

small, .font_small {
  font-size: 10px; }

ul {
  padding: 0 0 1.75em 1.25em; }

a,
a:visited,
a:focus,
a:active {
  color: var(--wp--preset--color--primary);
  text-decoration: none !important;
  outline: 0;
  transition: color .14s ease-in-out; }

a:focus-visible, a.focus-visible {
  outline: 2px solid var(--wp--preset--color--black);
  outline-offset: 3px;
  border-radius: 1px; }

a:hover {
  color: var(--wp--preset--color--hover-primary);
  text-decoration: underline; }

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .site-header .container a {
    display: block; }
  .site-header .container .logo {
    position: relative;
    z-index: 5;
    max-width: 40px;
    width: 100%; }
    @media (min-width: 981px) {
      .site-header .container .logo {
        max-width: 80px; } }
    .site-header .container .logo .desktop {
      display: none; }
      @media (min-width: 981px) {
        .site-header .container .logo .desktop {
          display: block; } }
    @media (min-width: 981px) {
      .site-header .container .logo .mobile {
        display: none; } }
  .site-header .container .main-nav .menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-header .container .main-nav .menu li a {
      color: var(--wp--preset--color--white);
      font-weight: 700;
      font-size: 16px;
      transition: ease-in-out color 200ms; }
      .site-header .container .main-nav .menu li a:hover {
        color: var(--wp--preset--color--primary); }
  .site-header .container .button-group {
    display: flex;
    align-items: center;
    gap: 20px; }
    .site-header .container .button-group .icon-box {
      height: 45px;
      width: 45px;
      border-radius: var(--wp--custom--border-radius--normal);
      border: 2px solid var(--wp--preset--color--white);
      color: var(--wp--preset--color--white);
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      cursor: pointer;
      transition: background-color ease-in-out 200ms, border-color ease-in-out 200ms; }
      .site-header .container .button-group .icon-box:hover {
        background-color: var(--wp--preset--color--primary);
        border-color: var(--wp--preset--color--primary); }
    .site-header .container .button-group .btn {
      font-weight: 700;
      padding: 0.65em 1.3em; }

.site-header {
  background-color: var(--wp--preset--color--background-dark);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  transition: top .5s ease-in-out; }
  .site-header.nav-up {
    top: -200px; }
  .site-header.nav-down {
    top: 0; }

.container {
  width: var(--wp--custom--layout--content-size);
  max-width: var(--wp--custom--layout--wide-size);
  margin: 0 auto; }

.small-container {
  width: 95%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.margin-section {
  margin: 50px 0; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

section.white {
  background: var(--wp--preset--color--white); }

section.dark {
  background: var(--wp--preset--color--primary); }

section.light {
  background: var(--wp--preset--color--secondary); }

.wp-block-cover.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.wp-block-cover,
.wp-block-cover-image {
  color: var(--wp--preset--color--text-color); }

body :where(.wp-block-group.is-layout-flex, .wp-block-columns.is-layout-flex) {
  gap: 15px 30px; }
  @media (min-width: 981px) {
    body :where(.wp-block-group.is-layout-flex, .wp-block-columns.is-layout-flex) {
      gap: 30px 50px; } }

blockquote.wp-block-quote {
  margin: 50px 0;
  padding: 20px 30px;
  position: relative; }
  blockquote.wp-block-quote cite {
    margin: 0;
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: 300; }
    blockquote.wp-block-quote cite strong, blockquote.wp-block-quote cite b {
      font-weight: 500; }

/*
 *
 * List items styling for single main content
 *
 */
main ol {
  list-style: none;
  counter-reset: order-list;
  padding: 0; }
  main ol li {
    position: relative;
    padding-left: calc(40px + 1.5em);
    margin-bottom: var(--wp--preset--spacing--xs);
    min-height: 45px; }
    main ol li:last-child {
      margin-bottom: 0; }
    main ol li:before {
      counter-increment: order-list;
      content: "" counter(order-list) "";
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-weight: 700;
      border-radius: var(--wp--custom--border-radius--normal);
      border: 1px solid var(--wp--preset--color--text-color);
      position: absolute;
      left: 0;
      top: 4px; }

main ul {
  list-style: none;
  padding: 0; }
  main ul > li {
    position: relative;
    padding-left: calc(5px + 1.5em); }
    main ul > li:before {
      content: '';
      background-color: var(--wp--preset--color--quaternary);
      width: 5px;
      height: 5px;
      position: absolute;
      left: 0;
      top: 10px; }

#section-breadcrumbs {
  margin-top: var(--wp--preset--spacing--l); }
  #section-breadcrumbs + #section-footer {
    margin-top: 20px; }

#section-footer {
  margin-top: var(--wp--preset--spacing--l);
  background-color: var(--wp--preset--color--background-dark);
  color: var(--wp--preset--color--white);
  /*
 * Overwriting submit button for gravity forms
 */ }
  #section-footer form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
  #section-footer form textarea, #section-footer form select {
    padding: .5em 1em;
    display: block;
    width: 100%;
    box-shadow: none;
    border: none;
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--text-color);
    border-radius: var(--wp--custom--border-radius--normal); }
    #section-footer form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):focus,
    #section-footer form textarea:focus, #section-footer form select:focus {
      outline: 2px solid var(--wp--preset--color--primary);
      outline-offset: 3px;
      border-radius: 1px; }
    #section-footer form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"])::-moz-placeholder, #section-footer form textarea::-moz-placeholder, #section-footer form select::-moz-placeholder {
      opacity: .5; }
    #section-footer form input:not([type="checkbox"]):not([type="submit"]):not([type="radio"])::placeholder,
    #section-footer form textarea::placeholder, #section-footer form select::placeholder {
      opacity: .5; }
  #section-footer form input:not([type="checkbox"]):not([type="radio"]), #section-footer form select {
    height: 45px; }
  #section-footer form .gfield_label {
    display: none; }
  #section-footer form select {
    line-height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1489' height='1024'%3E%3Cpath d='m1174.928 54.482 228.051 224.791-658.252 658.252L86.475 279.273 314.526 54.482l430.201 430.201z'/%3E%3C/svg%3E"); }
  #section-footer .gform_wrapper form .gform_fields, #section-footer .gform_wrapper form .gform-grid-row {
    row-gap: 20px; }
    #section-footer .gform_wrapper form .gform_fields.ginput_container--name, #section-footer .gform_wrapper form .gform-grid-row.ginput_container--name {
      margin-inline: -10px; }
  #section-footer .gform_wrapper form .gform-grid-col {
    padding-inline: 10px; }
  #section-footer .gform_wrapper form .gform_footer {
    margin-block-start: 20px; }
  #section-footer a {
    font-weight: 500;
    color: var(--wp--preset--color--white); }
  #section-footer .footer-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none; }
  #section-footer .top-footer {
    padding: 50px 0 80px 0; }
    @media (min-width: 981px) {
      #section-footer .top-footer {
        padding: 50px 0; } }
    #section-footer .top-footer .logo {
      margin-bottom: 30px;
      max-width: 80px; }
      @media (min-width: 981px) {
        #section-footer .top-footer .logo {
          margin-bottom: 50px; } }
    #section-footer .top-footer .columns {
      display: flex;
      flex-wrap: wrap;
      gap: 50px 30px; }
      @media (min-width: 1200px) {
        #section-footer .top-footer .columns {
          gap: 50px; } }
      #section-footer .top-footer .columns .column-content {
        flex-grow: 1;
        width: 100%; }
        @media (min-width: 782px) {
          #section-footer .top-footer .columns .column-content {
            width: auto; } }
        #section-footer .top-footer .columns .column-content .content p:first-child {
          margin-top: 0; }
        #section-footer .top-footer .columns .column-content .content .email {
          margin-top: 1em; }
          @media (min-width: 782px) {
            #section-footer .top-footer .columns .column-content .content .email {
              margin-top: 0; } }
      #section-footer .top-footer .columns .column-menu .menu li:not(:last-child) {
        margin-bottom: 10px; }
      #section-footer .top-footer .columns .column-newsletter {
        flex-basis: 395px; }
        @media (min-width: 1200px) {
          #section-footer .top-footer .columns .column-newsletter {
            flex-basis: 445px;
            padding-left: 50px; } }
        #section-footer .top-footer .columns .column-newsletter h4 {
          margin-top: 0;
          margin-bottom: 10px; }
        #section-footer .top-footer .columns .column-newsletter form {
          position: relative; }
          #section-footer .top-footer .columns .column-newsletter form .gform_button {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0 1.3em; }
  #section-footer .bottom-footer {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 30px;
    font-size: 14px; }
    @media (min-width: 782px) {
      #section-footer .bottom-footer {
        font-size: 16px; } }
    @media (min-width: 981px) {
      #section-footer .bottom-footer {
        padding: 30px 0; } }
    #section-footer .bottom-footer .copyrights p {
      margin: 0; }
    #section-footer .bottom-footer-menu .menu {
      display: flex;
      align-items: center;
      gap: 30px; }
      @media (min-width: 981px) {
        #section-footer .bottom-footer-menu .menu {
          gap: 50px; } }

body {
  overflow-x: clip; }

ul {
  padding: 0 0 1.75em 1.25em; }

main a:not([class]),
main a:visited:not([class]),
main a:focus:not([class]),
main a:active:not([class]) {
  background: linear-gradient(0deg, var(--wp--preset--color--textcolor), var(--wp--preset--color--textcolor)) no-repeat left bottom/100% var(--bg-h);
  transition: background-size .3s, color .3s ease-in-out;
  --bg-h: 1px;
  display: inline-block;
  outline: 0;
  text-decoration: none !important;
  font-weight: 700; }

main a:where(:hover, :focus-visible):not([class]) {
  background-size: 0 var(--bg-h) !important;
  background-position-x: right !important; }

.menu-item > a {
  position: relative; }

.main-nav .menu-item span.label {
  top: -3px; }

.menu-item span.label {
  font-size: 12px;
  padding: 2px .5em;
  position: relative;
  text-transform: lowercase;
  left: 10px;
  top: -1px;
  height: 18px;
  color: var(--wp--preset--color--black);
  border-radius: 4px; }

.protected-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 150px 0; }

img,
svg {
  display: block; }

@media (min-width: 981px) {
  img.alignright {
    float: right;
    padding-left: 1em; }
  img.alignleft {
    float: right;
    padding-right: 1em; }
  img.aligncenter {
    display: block;
    margin: 0 auto; } }

figure {
  margin: 0; }

a.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

a.overlay-link:after, a.link-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

[class^="icon-"], [class*=" icon-"],
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: block; }

.screen-reader-text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }
  .screen-reader-text:focus-visible, .screen-reader-text.focus-visible {
    background-color: var(--wp--preset--color--primary);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: var(--wp--preset--color--white);
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.has-text-align-center {
  text-align: center; }

.has-text-align-right {
  text-align: right; }
  @media (max-width: 479px) {
    .has-text-align-right {
      text-align: left; } }

@media (min-width: 981px) {
  .mobile-only {
    display: none; } }

@media (max-width: 980px) {
  .desktop-only {
    display: none; } }

@media (max-width: 479px) {
  .mobile-switch {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; } }

.section.breadcrumbs {
  padding: 0; }
  .section.breadcrumbs .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between; }
  .section.breadcrumbs .breadcrumb-container {
    margin-left: auto; }
  .section.breadcrumbs .breadcrumb {
    font-size: 16px; }
    .section.breadcrumbs .breadcrumb ol {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px; }
      .section.breadcrumbs .breadcrumb ol span.icon-chevron-right-bottom {
        font-size: 10px;
        transform: rotate(-45deg); }
      .section.breadcrumbs .breadcrumb ol li {
        color: var(--wp--preset--color--text-color); }
        .section.breadcrumbs .breadcrumb ol li span,
        .section.breadcrumbs .breadcrumb ol li a {
          color: inherit; }
  .section.breadcrumbs .go-back-button {
    color: var(--wp--preset--color--text-color);
    display: flex;
    align-items: center;
    gap: 20px; }
    .section.breadcrumbs .go-back-button span {
      font-size: 10px; }

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