/**
 * 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; }

.btn,
input.btn,
a.btn,
a.btn:visited,
.button,
.btn:visited,
a.btn:visited,
.button:visited {
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  background: var(--btn-color);
  font-size: 14px;
  line-height: 20px;
  padding: 12px 45px 12px 24px !important;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 25px;
  transition: all 0.5s ease-in-out, color 0.5s ease-in-out;
  position: relative; }
  .btn::after,
  a.btn:visited::after,
  .button::after,
  .btn:visited::after,
  .button:visited::after {
    content: '\e934';
    font-family: Icomoon;
    font-size: 10px;
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%); }
  .btn:hover,
  a.btn:hover:visited,
  .button:hover, .btn:focus,
  a.btn:focus:visited,
  .button:focus,
  .btn:visited:hover,
  .button:visited:hover,
  .btn:visited:focus,
  .button:visited:focus {
    color: var(--white);
    text-decoration: none;
    outline: none;
    background: #161c32; }
  .light-blue.btn,
  a.light-blue.btn:visited,
  .light-blue.button,
  .btn:visited.light-blue,
  .button:visited.light-blue {
    background: var(--light-blue); }
    .light-blue.btn:hover,
    .light-blue.button:hover, .light-blue.btn:focus,
    .light-blue.button:focus,
    .btn:visited.light-blue:hover,
    .button:visited.light-blue:hover,
    .btn:visited.light-blue:focus,
    .button:visited.light-blue:focus {
      background: #d5ba8b;
      border-color: #4393FF;
      color: #222C4E; }
  .dark-blue.btn,
  a.dark-blue.btn:visited,
  .dark-blue.button,
  .btn:visited.dark-blue,
  .button:visited.dark-blue {
    background: var(--dark-blue);
    color: var(--white); }
    .dark-blue.btn:hover,
    .dark-blue.button:hover, .dark-blue.btn:focus,
    .dark-blue.button:focus,
    .btn:visited.dark-blue:hover,
    .button:visited.dark-blue:hover,
    .btn:visited.dark-blue:focus,
    .button:visited.dark-blue:focus {
      background: #d5ba8b;
      border-color: #222C4E;
      color: #222C4E; }
  .light-sand.btn,
  a.light-sand.btn:visited,
  .light-sand.button,
  .btn:visited.light-sand,
  .button:visited.light-sand {
    background: var(--light-sand);
    color: var(--dark-blue); }
    .light-sand.btn:hover,
    .light-sand.button:hover, .light-sand.btn:focus,
    .light-sand.button:focus,
    .btn:visited.light-sand:hover,
    .button:visited.light-sand:hover,
    .btn:visited.light-sand:focus,
    .button:visited.light-sand:focus {
      background: #d5ba8b; }
  .light-purple.btn,
  a.light-purple.btn:visited,
  .light-purple.button,
  .btn:visited.light-purple,
  .button:visited.light-purple {
    background: var(--light-purple);
    color: var(--dark-blue); }
    .light-purple.btn:hover,
    .light-purple.button:hover, .light-purple.btn:focus,
    .light-purple.button:focus,
    .btn:visited.light-purple:hover,
    .button:visited.light-purple:hover,
    .btn:visited.light-purple:focus,
    .button:visited.light-purple:focus {
      background: #161c32;
      border-color: #4393FF;
      color: var(--white); }
  .gform-button.btn,
  a.gform-button.btn:visited,
  .gform-button.button, .dark-sand.btn,
  a.dark-sand.btn:visited,
  .dark-sand.button,
  .btn:visited.gform-button,
  .button:visited.gform-button,
  .btn:visited.dark-sand,
  .button:visited.dark-sand {
    background: var(--dark-sand);
    color: var(--dark-blue); }
    .gform-button.btn:hover,
    .gform-button.button:hover, .gform-button.btn:focus,
    .gform-button.button:focus, .dark-sand.btn:hover,
    .dark-sand.button:hover, .dark-sand.btn:focus,
    .dark-sand.button:focus,
    .btn:visited.gform-button:hover,
    .button:visited.gform-button:hover,
    .btn:visited.gform-button:focus,
    .button:visited.gform-button:focus,
    .btn:visited.dark-sand:hover,
    .button:visited.dark-sand:hover,
    .btn:visited.dark-sand:focus,
    .button:visited.dark-sand:focus {
      background: var(--lighter-sand);
      border-color: 1px solid #D0BB91; }
  .btn:active,
  a.btn:active:visited,
  .button:active,
  .btn:visited:active,
  .button:visited:active {
    top: 1px; }

/**
 * 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: bolder; }

/**
 * 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
 */
:root {
  --light-sand: #E0CCA9;
  --dark-sand: #D0BB91;
  --light-blue: #4393FF;
  --dark-blue: #222C4E;
  --btn-color: #222C4E;
  --validation-color: red;
  --green: #4BDB3F;
  --light-purple: #D0C9EC;
  --lighter-sand: #EBDEC7;
  --white: #fff;
  --light-gray: #B1AEAE;
  --gray: #CCCCCC;
  --background-color: #F5F5F5;
  --black: #000;
  --text-color: #000;
  --light-text-color: #020202; }

body {
  font: normal 16px/1.5 "Rethink Sans", Helvetica, Arial, sans-serif;
  color: var(--text-color);
  background: var(--background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font: 400 32px/1.25 "Lora", Helvetica, Arial, serif;
  color: var(--dark-blue); }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child {
    margin-top: 0; }

.widget-title,
h5, .h5 {
  font-size: 16px;
  font-family: "Rethink Sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }

h4, .h4 {
  font-size: 18px;
  font-family: "Rethink Sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  @media (min-width: 981px) {
    h4, .h4 {
      font-size: 20px; } }

h3, .h3 {
  font-size: 25px; }
  @media (min-width: 981px) {
    h3, .h3 {
      font-size: 32px; } }

h2, .h2 {
  font-size: 25px;
  font-family: "Rethink Sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }
  @media (min-width: 981px) {
    h2, .h2 {
      font-size: 32px; } }

h1, .h1 {
  font-size: 30px; }
  @media (min-width: 981px) {
    h1, .h1 {
      font-size: 60px; } }

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

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

a,
a:visited,
a:focus,
a:active {
  color: var(--dark-blue);
  text-decoration: none;
  outline: 0; }

.switch-font-size .item:focus-visible,
a:focus-visible, a.focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 3px;
  border-radius: 1px; }

a:hover {
  color: var(--dark-blue);
  text-decoration: underline; }

header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.cky-btn-revisit-wrapper {
  display: none !important; }

#site-header {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  #site-header .change-font-size {
    display: flex;
    align-items: center;
    gap: 0 8px; }
    #site-header .change-font-size .title {
      font-size: 16px;
      color: var(--dark-blue); }
    #site-header .change-font-size .switch-font-size {
      display: flex;
      align-items: center;
      gap: 0 5px; }
      #site-header .change-font-size .switch-font-size .item {
        width: 20px;
        height: 20px;
        line-height: 20px;
        padding: 0;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid var(--dark-blue);
        background-color: var(--white);
        font-size: 12px;
        transition: ease-in-out background-color 200ms, ease-in-out border-color 200ms; }
        #site-header .change-font-size .switch-font-size .item.big {
          font-size: 15px; }
        #site-header .change-font-size .switch-font-size .item.reset {
          display: none; }
        #site-header .change-font-size .switch-font-size .item:hover, #site-header .change-font-size .switch-font-size .item.active {
          background-color: var(--dark-sand);
          border-color: var(--dark-sand); }
  #site-header .menu-item a {
    text-decoration: none; }
  #site-header .btn-contact .btn .text-desktop {
    display: none; }
  @media (min-width: 1200px) {
    #site-header .btn-contact .btn .text-desktop {
      display: block;
      font-size: 1.25rem; }
    #site-header .btn-contact .btn .text-mobile {
      display: none; } }

.logo {
  z-index: 5;
  flex-basis: 180px; }
  @media (min-width: 1200px) {
    .logo {
      flex-basis: 280px; } }
  .logo a {
    display: block; }
  .logo svg {
    max-height: 76px; }

.top-header {
  background-color: var(--blue); }
  .top-header .container .shoutout-text {
    width: 100%;
    margin: 0;
    padding: .5em 1em .6em 1em;
    color: var(--white);
    font-size: 13.19444px; }
    @media (min-width: 981px) {
      .top-header .container .shoutout-text {
        font-size: 15px; } }
    .top-header .container .shoutout-text p {
      margin: 0; }
    .top-header .container .shoutout-text a {
      color: inherit;
      text-decoration: underline; }

#contrast-toggle {
  background: transparent;
  padding: 0;
  border: 0;
  cursor: pointer; }
  #contrast-toggle[aria-pressed="true"] {
    transform: rotate(180deg); }

.container {
  width: calc(100% - 30px);
  max-width: 1670px;
  margin: 0 auto; }
  @media (min-width: 981px) {
    .container {
      width: calc(100% - 80px); } }
  @media (min-width: 1200px) {
    .container {
      width: calc(100% - 120px); } }
  @media (min-width: 1500px) {
    .container {
      width: calc(100% - 160px); } }

.small-container {
  width: calc(100% - 30px);
  max-width: 950px;
  margin: 0 auto; }

.section {
  padding: 40px 0; }
  @media (min-width: 981px) {
    .section {
      padding: 80px 0; } }

.no-padding {
  padding: 0; }

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

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

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

.no-margin {
  margin: 0; }

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

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

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

section.blue {
  background: var(--dark-blue); }
  section.blue * {
    color: var(--white); }

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

section.sand {
  background: var(--light-sand); }

#section-footer {
  background-color: var(--dark-blue);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  background-image: url("/app/themes/sturdy-domusvaluas/assets/images/footer-overlay.webp");
  background-repeat: no-repeat;
  background-position: right 40%; }
  #section-footer > .container {
    padding: 30px 0 50px 0; }
    @media (min-width: 981px) {
      #section-footer > .container {
        padding: 140px 0 50px 0; } }
  #section-footer .columns {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (min-width: 768px) {
      #section-footer .columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3em; } }
    @media (min-width: 981px) {
      #section-footer .columns {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0em; } }
    #section-footer .columns .column {
      max-width: 450px; }
      @media (min-width: 981px) {
        #section-footer .columns .column {
          max-width: 265px; }
          #section-footer .columns .column:first-child {
            max-width: 280px; } }
      #section-footer .columns .column:nth-child(2) {
        grid-row: span 2; }
      @media (min-width: 981px) {
        #section-footer .columns .column:last-of-type {
          grid-column: 3; } }
  #section-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #section-footer a:not(.btn) {
    color: var(--white); }
  #section-footer h5,
  #section-footer .widget-title {
    color: var(--dark-sand);
    line-height: 16px; }
    #section-footer h5:first-child,
    #section-footer .widget-title:first-child {
      margin: 0 0 15px 0; }
  #section-footer .images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px; }
    @media (min-width: 981px) {
      #section-footer .images {
        gap: 15px;
        margin-bottom: 0; } }
    @media (min-width: 1500px) {
      #section-footer .images {
        padding-right: 20px; } }
    #section-footer .images .image {
      flex: 1 1; }
      @media (min-width: 480px) {
        #section-footer .images .image {
          min-width: 170px;
          max-width: 150px; } }
      #section-footer .images .image img {
        border-radius: 5px; }
  #section-footer .btn-contact {
    margin-bottom: 30px; }
    @media (min-width: 480px) {
      #section-footer .btn-contact {
        max-width: 190px; } }
    #section-footer .btn-contact a {
      display: block;
      width: 100%; }
  #section-footer .socials {
    margin-bottom: 20px; }
    @media (min-width: 981px) {
      #section-footer .socials {
        margin-bottom: 0; } }
    #section-footer .socials ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px 35px; }
      @media (min-width: 981px) {
        #section-footer .socials ul {
          align-items: flex-start; } }
      #section-footer .socials ul li a {
        text-decoration: underline; }
        #section-footer .socials ul li a:hover {
          text-decoration: none; }

#section-bottom-footer {
  font-size: 14px;
  padding: 50px 0;
  text-align: center; }
  @media (min-width: 981px) {
    #section-bottom-footer {
      padding: 50px 0 30px 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    #section-bottom-footer {
      padding: 30px 0 80px 0; } }
  @media (min-width: 981px) {
    #section-bottom-footer .flex-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: calc(100% - 92px); } }
  #section-bottom-footer .flex-container > div {
    flex: 1; }
    #section-bottom-footer .flex-container > div p {
      margin: 0; }
  @media (min-width: 981px) {
    #section-bottom-footer .flex-container .designed-by {
      text-align: right; } }

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(--text-color), var(--text-color)) 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; }

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

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

@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; } }

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(--dark-blue);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: var(--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; }

img,
svg {
  display: block; }

#section-breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 20px 0; }
  @media (min-width: 768px) {
    #section-breadcrumbs {
      padding: 40px 0; } }
  #section-breadcrumbs.heading-first {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    z-index: 1; }
  #section-breadcrumbs .container {
    display: flex;
    justify-content: space-between; }
    #section-breadcrumbs .container .btn-post-page {
      display: none; }
      @media (min-width: 981px) {
        #section-breadcrumbs .container .btn-post-page {
          display: block; } }
  #section-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 2px; }
    #section-breadcrumbs ol li {
      font-size: 12px;
      line-height: 14px;
      flex-shrink: 0; }
      @media (min-width: 768px) {
        #section-breadcrumbs ol li {
          font-size: 14px; } }
      #section-breadcrumbs ol li:first-child a {
        background: transparent;
        color: var(--light-sand); }
      #section-breadcrumbs ol li:first-child + .separator {
        color: var(--light-sand); }
      #section-breadcrumbs ol li a {
        color: var(--text-color);
        text-decoration: none;
        background: transparent; }
        #section-breadcrumbs ol li a:hover {
          text-decoration: underline; }
      #section-breadcrumbs ol li:last-child {
        flex-shrink: 1; }
      #section-breadcrumbs ol li .separator {
        color: var(--text-color); }
  #section-breadcrumbs.background-blue ol li {
    color: var(--white); }
    #section-breadcrumbs.background-blue ol li:first-child a {
      background: transparent;
      color: var(--light-sand); }
    #section-breadcrumbs.background-blue ol li:first-child + .separator {
      color: var(--light-sand); }
    #section-breadcrumbs.background-blue ol li a {
      color: var(--white); }
  #section-breadcrumbs.background-blue ol .separator {
    color: var(--white); }
  #section-breadcrumbs.background-sand ol li:first-child a {
    background: transparent;
    color: var(--dark-blue); }
  #section-breadcrumbs.background-sand ol li:first-child + .separator {
    color: var(--dark-blue); }
  #section-breadcrumbs.background-sand ol .separator {
    color: var(--dark-blue); }

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