section.events-section{
  p{
    margin: 0 !important;
  }
}
section.events-section{
  p{
    margin: 0 !important;
  }
}
.filter-ir-block {
    width: 100%;
}
section.block-biographies {
  div.bio{
    display: block;
    h3{
      font-family: "GT-Ultra-Median";
      font-weight: bold;
    }
    p{
      font-family: "GT-Ultra-Standard";
    }
    img{
      /*transition: all .5s linear;*/
    }
    &:hover{
     /* img{
        transition: all 5s linear;
        transform: scale(1.1);
      }*/
    }
  }
}
/* Results Block - Editor Styles */

.results-block-editor {
  padding: 20px;
  background: #f0f0f1;
  border: 1px solid #dcdcde;
  border-radius: 4px;
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0073aa;
}

.results-header h3 {
  margin: 0;
  color: #1d2327;
}

.year-section {
  background: white;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

.year-header {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcde;
}

.year-header .year-input {
  flex: 0 0 150px;
}

.rows-section {
  margin-top: 15px;
}

.rows-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.rows-header h4 {
  margin: 0;
  color: #1d2327;
  font-size: 14px;
  font-weight: 600;
}

.row-item {
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}

.row-controls {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcde;
}

.row-controls .components-base-control {
  flex: 1;
}

.row-controls .order-input {
  flex: 0 0 100px;
}

.quarters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.quarter-section {
  background: white;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  padding: 12px;
}

.quarter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f1;
}

.quarter-header strong {
  font-size: 12px;
  color: #1d2327;
}

.quarter-item {
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 8px;
}

.quarter-item .components-base-control {
  margin-bottom: 8px;
}

.quarter-item .components-base-control:last-of-type {
  margin-bottom: 12px;
}

.no-items,
.no-rows {
  color: #757575;
  font-style: italic;
  font-size: 13px;
  margin: 10px 0;
}

.empty-state {
  padding: 40px;
  text-align: center;
  color: #757575;
}

.empty-state p {
  margin: 0;
  font-size: 14px;
}

/* Responsive adjustments */

@media (max-width: 782px) {
  .year-header,
  .row-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .year-header .year-input,
  .row-controls .order-input {
    flex: 1;
  }

  .quarters-grid {
    grid-template-columns: 1fr;
  }
}
section#results-block,
section[class*="wp-block-lhg-results-table"],
section[class*="wp-block-lhg-results-table-v2"] {
  tbody{
    tr{
      td {
        text-align: center;
      }
      td{
        &:first-child {
          text-align: left;
        }
      }
    }
  }
  td{
    a.block-results-url {
      position: relative;
    }
    a.block-results-url {
      margin: auto;
    }
    a.block-results-url {
      display: flex;
    }
    a.block-results-url {
      height: 42px;
    }
    a.block-results-url {
      width: 42px;
    }
    a.block-results-url {
      cursor: pointer;
    }
    a.block-results-url {
      flex-direction: column;
    }
    a.block-results-url {
      align-items: center;
    }
    a.block-results-url {
      justify-content: center;
    }
    a.block-results-url {
      overflow: hidden;
    }
    a.block-results-url {
      border-radius: 0.25rem;
    }
    a.block-results-url {
      border-width: 1px;
    }
    a.block-results-url {
      --tw-border-opacity: 1;
      border-color: rgb(14 31 49 / var(--tw-border-opacity));
    }
    a.block-results-url {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    a.block-results-url {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    a.block-results-url {
      --tw-animate-duration: 200ms;
      animation-duration: var(--tw-animate-duration);
    }
    a.block-results-url:hover {
      top: -0.25rem;
    }
    a.block-results-url:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    }
    a.block-results-url{
      span.icon {
        display: flex;
      }
      span.icon {
        flex: 1 1 0%;
      }
      span.icon {
        align-items: center;
      }
      span.icon {
        justify-content: center;
      }
      span.icon {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      span.icon {
        --tw-text-opacity: 1;
        color: rgb(14 31 49 / var(--tw-text-opacity));
      }
      span.text {
        display: flex;
      }
      span.text {
        width: 100%;
      }
      span.text {
        align-items: center;
      }
      span.text {
        justify-content: center;
      }
      span.text {
        --tw-bg-opacity: 1;
        background-color: rgb(254 155 114 / var(--tw-bg-opacity));
      }
      span.text {
        text-align: center;
      }
      span.text {
        font-size: 0.6rem;
      }
      span.text {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
    }
    a.block-results-file {
      position: relative;
    }
    a.block-results-file {
      margin: auto;
    }
    a.block-results-file {
      display: flex;
    }
    a.block-results-file {
      height: 42px;
    }
    a.block-results-file {
      width: 42px;
    }
    a.block-results-file {
      cursor: pointer;
    }
    a.block-results-file {
      flex-direction: column;
    }
    a.block-results-file {
      align-items: center;
    }
    a.block-results-file {
      justify-content: center;
    }
    a.block-results-file {
      overflow: hidden;
    }
    a.block-results-file {
      border-radius: 0.25rem;
    }
    a.block-results-file {
      border-width: 1px;
    }
    a.block-results-file {
      --tw-border-opacity: 1;
      border-color: rgb(14 31 49 / var(--tw-border-opacity));
    }
    a.block-results-file {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    a.block-results-file {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    a.block-results-file {
      --tw-animate-duration: 200ms;
      animation-duration: var(--tw-animate-duration);
    }
    a.block-results-file:hover {
      top: -0.25rem;
    }
    a.block-results-file:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    }
    a.block-results-file{
      span.icon {
        display: flex;
      }
      span.icon {
        flex: 1 1 0%;
      }
      span.icon {
        align-items: center;
      }
      span.icon {
        justify-content: center;
      }
      span.icon {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      span.icon {
        --tw-text-opacity: 1;
        color: rgb(14 31 49 / var(--tw-text-opacity));
      }
      span.text {
        display: flex;
      }
      span.text {
        width: 100%;
      }
      span.text {
        align-items: center;
      }
      span.text {
        justify-content: center;
      }
      span.text {
        text-align: center;
      }
      span.text {
        font-size: 0.6rem;
      }
      span.text {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      span.text{
        &.file-pdf {
          --tw-bg-opacity: 1;
          background-color: rgb(185 28 28 / var(--tw-bg-opacity));
        }
        &.file-excel {
          --tw-bg-opacity: 1;
          background-color: rgb(22 101 52 / var(--tw-bg-opacity));
        }
        &.file-word {
          --tw-bg-opacity: 1;
          background-color: rgb(100 149 237 / var(--tw-bg-opacity));
        }
        &.file-default {
          --tw-bg-opacity: 1;
          background-color: rgb(34 68 113 / var(--tw-bg-opacity));
        }
      }
    }
  }
}

/* Year/Quarter selectors */

.results-table-wrapper {
  select {
    cursor: pointer;
  }
  select {
    
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    
    &:focus {
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }
    
    &:focus {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(14 31 49 / var(--tw-ring-opacity));
    }
  }
}

/* Responsive table adjustments */

@media (max-width: 890px) {
  section#results-block,
  section[class*="wp-block-lhg-results-table"],
  section[class*="wp-block-lhg-results-table-v2"] {
    table {
      th.quarter-col,
      td.quarter-col {
        &[style*="display: none"] {
          display: none !important;
        }
      }
    }
  }
}

/* Quarter selector for mobile only - Results V2 */

.results-v2-table .quarter-selector-mobile {
  display: none;
  margin-bottom: 1rem;
}

@media (max-width: 890px) {
  .results-v2-table .quarter-selector-mobile {
    display: block;
  }
}

.results-v2-table .quarter-selector-mobile select {
  width: 100%;
  max-width: 200px;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.5rem;
}
section#results-block{
  tbody{
    tr{
      td{
        text-align: center
      }
      td{
        &:first-child{
          text-align: left
        }
      }
    }
  }
  td{
    a.block-results-url{
      position: relative
    }
    a.block-results-url{
      margin: auto
    }
    a.block-results-url{
      display: flex
    }
    a.block-results-url{
      height: 42px
    }
    a.block-results-url{
      width: 42px
    }
    a.block-results-url{
      cursor: pointer
    }
    a.block-results-url{
      flex-direction: column
    }
    a.block-results-url{
      align-items: center
    }
    a.block-results-url{
      justify-content: center
    }
    a.block-results-url{
      overflow: hidden
    }
    a.block-results-url{
      border-radius: 0.25rem
    }
    a.block-results-url{
      border-width: 1px
    }
    a.block-results-url{
      --tw-border-opacity: 1;
      border-color: rgb(14 31 49 / var(--tw-border-opacity))
    }
    a.block-results-url{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }
    a.block-results-url{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms
    }
    a.block-results-url{
      --tw-animate-duration: 200ms;
      animation-duration: var(--tw-animate-duration)
    }
    a.block-results-url:hover{
      top: -0.25rem
    }
    a.block-results-url:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(229 231 235 / var(--tw-bg-opacity))
    }
    a.block-results-url{
      span.icon{
        display: flex
      }
      span.icon{
        flex: 1 1 0%
      }
      span.icon{
        align-items: center
      }
      span.icon{
        justify-content: center
      }
      span.icon{
        font-size: 0.75rem;
        line-height: 1rem
      }
      span.icon{
        --tw-text-opacity: 1;
        color: rgb(14 31 49 / var(--tw-text-opacity))
      }
      span.text{
        display: flex
      }
      span.text{
        width: 100%
      }
      span.text{
        align-items: center
      }
      span.text{
        justify-content: center
      }
      span.text{
        --tw-bg-opacity: 1;
        background-color: rgb(254 155 114 / var(--tw-bg-opacity))
      }
      span.text{
        text-align: center
      }
      span.text{
        font-size: 0.6rem
      }
      span.text{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
      }
    }
    a.block-results-file{
      position: relative
    }
    a.block-results-file{
      margin: auto
    }
    a.block-results-file{
      display: flex
    }
    a.block-results-file{
      height: 42px
    }
    a.block-results-file{
      width: 42px
    }
    a.block-results-file{
      cursor: pointer
    }
    a.block-results-file{
      flex-direction: column
    }
    a.block-results-file{
      align-items: center
    }
    a.block-results-file{
      justify-content: center
    }
    a.block-results-file{
      overflow: hidden
    }
    a.block-results-file{
      border-radius: 0.25rem
    }
    a.block-results-file{
      border-width: 1px
    }
    a.block-results-file{
      --tw-border-opacity: 1;
      border-color: rgb(14 31 49 / var(--tw-border-opacity))
    }
    a.block-results-file{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity))
    }
    a.block-results-file{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms
    }
    a.block-results-file{
      --tw-animate-duration: 200ms;
      animation-duration: var(--tw-animate-duration)
    }
    a.block-results-file:hover{
      top: -0.25rem
    }
    a.block-results-file:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(229 231 235 / var(--tw-bg-opacity))
    }
    a.block-results-file{
      span.icon{
        display: flex
      }
      span.icon{
        flex: 1 1 0%
      }
      span.icon{
        align-items: center
      }
      span.icon{
        justify-content: center
      }
      span.icon{
        font-size: 0.75rem;
        line-height: 1rem
      }
      span.icon{
        --tw-text-opacity: 1;
        color: rgb(14 31 49 / var(--tw-text-opacity))
      }
      span.text{
        display: flex
      }
      span.text{
        width: 100%
      }
      span.text{
        align-items: center
      }
      span.text{
        justify-content: center
      }
      span.text{
        text-align: center
      }
      span.text{
        font-size: 0.6rem
      }
      span.text{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
      }
      span.text{
        &.file-pdf{
          --tw-bg-opacity: 1;
          background-color: rgb(185 28 28 / var(--tw-bg-opacity))
        }
        &.file-excel{
          --tw-bg-opacity: 1;
          background-color: rgb(22 101 52 / var(--tw-bg-opacity))
        }
        &.file-word{
          --tw-bg-opacity: 1;
          background-color: rgb(100 149 237 / var(--tw-bg-opacity))
        }
        &.file-default{
          --tw-bg-opacity: 1;
          background-color: rgb(34 68 113 / var(--tw-bg-opacity))
        }
      }
    }
  }
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
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;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-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.
*/::-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 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}html {
    font-family: "GT-Ultra-Median", sans-serif;
  }p{
    font-family: "GT-Ultra-Standard", sans-serif;
  }nav,footer{
    font-family: "GT-Ultra-Standard", sans-serif;
  }footer{
    a{
      transition: all 0.1s linear;
      &:hover{
        color: var(--light-blue);
      }
    }
  }*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}.container {
  width: 100%;
}@media (min-width: 640px) {.container {
    max-width: 640px;
  }
}@media (min-width: 768px) {.container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {.container {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {.container {
    max-width: 1536px;
  }
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.-bottom-\[0\.4rem\] {
  bottom: -0.4rem;
}.-bottom-\[24\.5px\] {
  bottom: -24.5px;
}.bottom-2 {
  bottom: 0.5rem;
}.bottom-4 {
  bottom: 1rem;
}.bottom-6 {
  bottom: 1.5rem;
}.left-0 {
  left: 0px;
}.left-2 {
  left: 0.5rem;
}.left-5 {
  left: 1.25rem;
}.right-0 {
  right: 0px;
}.right-2 {
  right: 0.5rem;
}.right-2\.5 {
  right: 0.625rem;
}.right-6 {
  right: 1.5rem;
}.right-\[-10px\] {
  right: -10px;
}.start-0 {
  inset-inline-start: 0px;
}.top-0 {
  top: 0px;
}.top-2\/4 {
  top: 50%;
}.top-3 {
  top: 0.75rem;
}.top-\[50\%\] {
  top: 50%;
}.top-full {
  top: 100%;
}.-z-10 {
  z-index: -10;
}.-z-20 {
  z-index: -20;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-\[-1\] {
  z-index: -1;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.order-3 {
  order: 3;
}.col-span-12 {
  grid-column: span 12 / span 12;
}.col-span-5 {
  grid-column: span 5 / span 5;
}.col-start-1 {
  grid-column-start: 1;
}.-m-1\.5 {
  margin: -0.375rem;
}.-m-2\.5 {
  margin: -0.625rem;
}.-m-3 {
  margin: -0.75rem;
}.m-auto {
  margin: auto;
}.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}.\!mb-1 {
  margin-bottom: 0.25rem !important;
}.\!mt-0 {
  margin-top: 0px !important;
}.\!mt-0\.5 {
  margin-top: 0.125rem !important;
}.\!mt-1 {
  margin-top: 0.25rem !important;
}.\!mt-4 {
  margin-top: 1rem !important;
}.-mt-10 {
  margin-top: -2.5rem;
}.mb-0 {
  margin-bottom: 0px;
}.mb-0\.5 {
  margin-bottom: 0.125rem;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.me-2 {
  margin-inline-end: 0.5rem;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-2 {
  margin-left: 0.5rem;
}.mr-0 {
  margin-right: 0px;
}.mr-0\.5 {
  margin-right: 0.125rem;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-1\.5 {
  margin-right: 0.375rem;
}.mt-0 {
  margin-top: 0px;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-14 {
  margin-top: 3.5rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-28 {
  margin-top: 7rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-64 {
  margin-top: 16rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.flow-root {
  display: flow-root;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}.size-4 {
  width: 1rem;
  height: 1rem;
}.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}.h-10 {
  height: 2.5rem;
}.h-12 {
  height: 3rem;
}.h-2 {
  height: 0.5rem;
}.h-4 {
  height: 1rem;
}.h-5 {
  height: 1.25rem;
}.h-52 {
  height: 13rem;
}.h-6 {
  height: 1.5rem;
}.h-8 {
  height: 2rem;
}.h-\[15px\] {
  height: 15px;
}.h-\[300px\] {
  height: 300px;
}.h-\[30px\] {
  height: 30px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.max-h-10 {
  max-height: 2.5rem;
}.min-h-24 {
  min-height: 6rem;
}.min-h-60 {
  min-height: 15rem;
}.min-h-\[38px\] {
  min-height: 38px;
}.min-h-\[85vh\] {
  min-height: 85vh;
}.min-h-full {
  min-height: 100%;
}.min-h-screen {
  min-height: 100vh;
}.w-10 {
  width: 2.5rem;
}.w-12 {
  width: 3rem;
}.w-2 {
  width: 0.5rem;
}.w-4 {
  width: 1rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-8 {
  width: 2rem;
}.w-\[100\%\] {
  width: 100%;
}.w-\[23\%\] {
  width: 23%;
}.w-\[24\%\] {
  width: 24%;
}.w-\[28px\] {
  width: 28px;
}.w-\[30px\] {
  width: 30px;
}.w-\[72px\] {
  width: 72px;
}.w-\[76\%\] {
  width: 76%;
}.w-\[80px\] {
  width: 80px;
}.w-\[8px\] {
  width: 8px;
}.w-auto {
  width: auto;
}.w-full {
  width: 100%;
}.w-screen {
  width: 100vw;
}.min-w-\[200px\] {
  min-width: 200px;
}.min-w-\[38px\] {
  min-width: 38px;
}.max-w-20 {
  max-width: 5rem;
}.max-w-4xl {
  max-width: 56rem;
}.max-w-52 {
  max-width: 13rem;
}.max-w-7xl {
  max-width: 80rem;
}.max-w-96 {
  max-width: 24rem;
}.max-w-\[100\%\] {
  max-width: 100%;
}.max-w-\[20\%\] {
  max-width: 20%;
}.max-w-\[56rem\] {
  max-width: 56rem;
}.max-w-\[60\%\] {
  max-width: 60%;
}.max-w-\[70\%\] {
  max-width: 70%;
}.max-w-\[8\.5rem\] {
  max-width: 8.5rem;
}.max-w-\[80\%\] {
  max-width: 80%;
}.max-w-\[85rem\] {
  max-width: 85rem;
}.max-w-\[90\%\] {
  max-width: 90%;
}.max-w-full {
  max-width: 100%;
}.max-w-screen-lg {
  max-width: 1024px;
}.flex-1 {
  flex: 1 1 0%;
}.flex-auto {
  flex: 1 1 auto;
}.flex-initial {
  flex: 0 1 auto;
}.flex-none {
  flex: none;
}.flex-shrink-0 {
  flex-shrink: 0;
}.shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.grow {
  flex-grow: 1;
}.basis-1\/2 {
  flex-basis: 50%;
}.basis-1\/4 {
  flex-basis: 25%;
}.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes fade-down {0% {
    opacity: 0;
    transform: translateY(-2rem);
  }100% {
    opacity: 1;
    transform: translateY(0);
  }
}.animate-fade-down {
  animation: fade-down var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
}@keyframes fade-left {0% {
    opacity: 0;
    transform: translateX(2rem);
  }100% {
    opacity: 1;
    transform: translateX(0);
  }
}.animate-fade-left {
  animation: fade-left var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
}@keyframes fade-right {0% {
    opacity: 0;
    transform: translateX(-2rem);
  }100% {
    opacity: 1;
    transform: translateX(0);
  }
}.animate-fade-right {
  animation: fade-right var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
}@keyframes fade-up {0% {
    opacity: 0;
    transform: translateY(2rem);
  }100% {
    opacity: 1;
    transform: translateY(0);
  }
}.animate-fade-up {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
}@keyframes pulse {50% {
    opacity: .5;
  }
}.animate-pulse {
  animation: pulse var(--tw-animate-duration, 2s) var(--tw-animate-easing, cubic-bezier(0.4, 0, 0.6, 1)) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, infinite) var(--tw-animate-fill, none);
}.cursor-pointer {
  cursor: pointer;
}.resize {
  resize: both;
}.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-y-2 {
  row-gap: 0.5rem;
}.gap-y-8 {
  row-gap: 2rem;
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.1);
}.overflow-hidden {
  overflow: hidden;
}.overflow-y-auto {
  overflow-y: auto;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap {
  white-space: nowrap;
}.break-words {
  overflow-wrap: break-word;
}.rounded {
  border-radius: 0.25rem;
}.rounded-\[50\%\] {
  border-radius: 50%;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-t-8 {
  border-top-width: 8px;
}.border-\[\#dfefff\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 239 255 / var(--tw-border-opacity));
}.border-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(34 68 113 / var(--tw-border-opacity));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(180 215 255 / var(--tw-border-opacity));
}.border-t-light-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 215 255 / var(--tw-border-opacity));
}.bg-\[\#dfefff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 239 255 / var(--tw-bg-opacity));
}.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(34 68 113 / var(--tw-bg-opacity));
}.bg-darker-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(14 31 49 / var(--tw-bg-opacity));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(180 215 255 / var(--tw-bg-opacity));
}.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}.bg-\[url\(\'https\:\/\/images\.unsplash\.com\/photo-1634017839464-5c339ebe3cb4\?ixlib\=rb-4\.0\.3\&ixid\=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8\&auto\=format\&fit\=crop\&w\=560\&q\=80\'\)\] {
  background-image: url('https://images.unsplash.com/photo-1634017839464-5c339ebe3cb4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=560&q=80');
}.bg-cover {
  background-size: cover;
}.bg-center {
  background-position: center;
}.fill-current {
  fill: currentColor;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-1\.5 {
  padding: 0.375rem;
}.p-2 {
  padding: 0.5rem;
}.p-2\.5 {
  padding: 0.625rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pr-1 {
  padding-right: 0.25rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-3 {
  padding-right: 0.75rem;
}.pr-3\.5 {
  padding-right: 0.875rem;
}.pr-8 {
  padding-right: 2rem;
}.ps-2 {
  padding-inline-start: 0.5rem;
}.pt-0 {
  padding-top: 0px;
}.pt-0\.5 {
  padding-top: 0.125rem;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-72 {
  padding-top: 18rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.leading-6 {
  line-height: 1.5rem;
}.leading-7 {
  line-height: 1.75rem;
}.leading-tight {
  line-height: 1.25;
}.tracking-tight {
  letter-spacing: -0.025em;
}.tracking-wide {
  letter-spacing: 0.025em;
}.text-\[\#dfefff\] {
  --tw-text-opacity: 1;
  color: rgb(223 239 255 / var(--tw-text-opacity));
}.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-blue {
  --tw-text-opacity: 1;
  color: rgb(55 106 149 / var(--tw-text-opacity));
}.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(34 68 113 / var(--tw-text-opacity));
}.text-darker-blue {
  --tw-text-opacity: 1;
  color: rgb(14 31 49 / var(--tw-text-opacity));
}.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(180 215 255 / var(--tw-text-opacity));
}.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}.underline {
  text-decoration-line: underline;
}.decoration-2 {
  text-decoration-thickness: 2px;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-inset {
  --tw-ring-inset: inset;
}.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}.blur-lg {
  --tw-blur: blur(16px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.brightness-\[0\.87\] {
  --tw-brightness: brightness(0.87);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.animate-delay-300 {
  --tw-animate-delay: 300ms;
  animation-delay: var(--tw-animate-delay);
}.animate-duration-1000 {
  --tw-animate-duration: 1000ms;
  animation-duration: var(--tw-animate-duration);
}.animate-duration-200 {
  --tw-animate-duration: 200ms;
  animation-duration: var(--tw-animate-duration);
}.animate-duration-\[2000ms\] {
  --tw-animate-duration: 2000ms;
  animation-duration: var(--tw-animate-duration);
}.animate-once {
  --tw-animate-iteration: 1;
  animation-iteration-count: var(--tw-animate-iteration);
}form.wpcf7-form{
  &.invalid, &.failed{
    div.wpcf7-response-output {
      margin-bottom: 1rem;
    }
    div.wpcf7-response-output {
      border-radius: 0.5rem;
    }
    div.wpcf7-response-output {
      --tw-border-opacity: 1 !important;
      border-color: rgb(153 27 27 / var(--tw-border-opacity)) !important;
    }
    div.wpcf7-response-output {
      --tw-bg-opacity: 1;
      background-color: rgb(254 242 242 / var(--tw-bg-opacity));
    }
    div.wpcf7-response-output {
      padding: 1rem;
    }
    div.wpcf7-response-output {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    div.wpcf7-response-output {
      font-weight: 500;
    }
    div.wpcf7-response-output {
      --tw-text-opacity: 1;
      color: rgb(153 27 27 / var(--tw-text-opacity));
    }
    span.wpcf7-not-valid-tip {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    span.wpcf7-not-valid-tip {
      font-weight: 500;
    }
    span.wpcf7-not-valid-tip {
      --tw-text-opacity: 1;
      color: rgb(153 27 27 / var(--tw-text-opacity));
    }
  }
  &.sent{
    div.wpcf7-response-output {
      margin-bottom: 1rem;
    }
    div.wpcf7-response-output {
      border-radius: 0.5rem;
    }
    div.wpcf7-response-output {
      --tw-border-opacity: 1 !important;
      border-color: rgb(22 101 52 / var(--tw-border-opacity)) !important;
    }
    div.wpcf7-response-output {
      --tw-bg-opacity: 1;
      background-color: rgb(240 253 244 / var(--tw-bg-opacity));
    }
    div.wpcf7-response-output {
      padding: 1rem;
    }
    div.wpcf7-response-output {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    div.wpcf7-response-output {
      font-weight: 500;
    }
    div.wpcf7-response-output {
      --tw-text-opacity: 1;
      color: rgb(22 101 52 / var(--tw-text-opacity));
    }
  }
  p {
    margin-bottom: 1rem !important;
  }
  p {
    margin-top: 0px !important;
  }
  div.contact-form {
    display: flex;
  }
  div.contact-form {
    flex-direction: column;
  }
  div.contact-form {
    gap: 0px;
  }
  @media (min-width: 768px) {div.contact-form {
      flex-direction: row;
    }
  }
  @media (min-width: 768px) {div.contact-form {
      gap: 1rem;
    }
  }
  div.contact-form{
    >p {
      margin-top: 0px !important;
    }
    >p {
      width: 100%;
    }
    >p {
      padding: 0px;
    }
    >p{
      label {
        width: 100%;
      }
    }
  }
  label {
    margin-bottom: 0.5rem;
  }
  label {
    display: block;
  }
  label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  label {
    font-weight: 500;
  }
  label {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
  input.wpcf7-text {
    display: block;
  }
  input.wpcf7-text {
    width: 100%;
  }
  input.wpcf7-text {
    border-radius: 0.5rem;
  }
  input.wpcf7-text {
    border-width: 1px;
  }
  input.wpcf7-text {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  input.wpcf7-text {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
  input.wpcf7-text {
    padding: 0.625rem;
  }
  input.wpcf7-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  input.wpcf7-text {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
  textarea.wpcf7-textarea {
    display: block;
  }
  textarea.wpcf7-textarea {
    width: 100%;
  }
  textarea.wpcf7-textarea {
    border-radius: 0.5rem;
  }
  textarea.wpcf7-textarea {
    border-width: 1px;
  }
  textarea.wpcf7-textarea {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  textarea.wpcf7-textarea {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
  textarea.wpcf7-textarea {
    padding: 0.625rem;
  }
  textarea.wpcf7-textarea {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  textarea.wpcf7-textarea {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
  select.wpcf7-select {
    display: block;
  }
  select.wpcf7-select {
    width: 100%;
  }
  select.wpcf7-select {
    border-radius: 0.5rem;
  }
  select.wpcf7-select {
    border-width: 1px;
  }
  select.wpcf7-select {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  select.wpcf7-select {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
  select.wpcf7-select {
    padding: 0.625rem;
  }
  select.wpcf7-select {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  select.wpcf7-select {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }

  .submit-wrapper {
    display: inline-block;
  }

  .submit-wrapper {
    p {
      position: relative;
    }
    p {
      margin-top: 1rem;
    }
    p{
      span.wpcf7-spinner {
        display: none;
      }
      input.wpcf7-submit {
        display: inline-flex;
      }
      input.wpcf7-submit {
        cursor: pointer;
      }
      input.wpcf7-submit {
        align-items: center;
      }
      input.wpcf7-submit {
        border-radius: 0.5rem;
      }
      input.wpcf7-submit {
        border-width: 1px;
      }
      input.wpcf7-submit {
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity));
      }
      input.wpcf7-submit {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
      input.wpcf7-submit {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
      input.wpcf7-submit {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
      }
      input.wpcf7-submit {
        padding-inline-end: 3rem;
      }
      input.wpcf7-submit {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      input.wpcf7-submit {
        font-weight: 500;
      }
      input.wpcf7-submit {
        --tw-text-opacity: 1;
        color: rgb(17 24 39 / var(--tw-text-opacity));
      }
      input.wpcf7-submit:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity));
      }
      input.wpcf7-submit:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      input.wpcf7-submit:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
      }
      input.wpcf7-submit:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
      }
      &::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
      }
      &::after {
        position: absolute;
      }
      &::after {
        top: 50%;
      }
      &::after {
        right: 1rem;
      }
      &::after {
        height: 20px;
      }
      &::after {
        width: 20px;
      }
      &::after {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
      &::after {
        cursor: pointer;
      }
      &::after {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      &:hover::after {
        --tw-translate-x: 0.125rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }
  }
}/* Custom theme styles */:root {
  --white: #ffffff;
  --black: #000000;
  --light-blue: #b4d7ff;
  --blue: #376a95;
  --dark-blue: #224471;
  --darker-blue: #0e1f31;
  --light-orange: #ffe5c0;
  --orange: #ffc597;
  --dark-orange: #fe9b72;
}.has-background{
  &.has-white-background-color{
    background-color: var(--white);
  }
  &.has-black-background-color{
    background-color: var(--black);
  }
  &.has-light-blue-background-color{
    background-color: var(--light-blue);
  }
  &.has-blue-background-color{
    background-color: var(--blue);
  }
  &.has-dark-blue-background-color{
    background-color: var(--dark-blue);
  }
  &.has-darker-blue-background-color{
    background-color: var(--darker-blue);
  }
  &.has-light-orange-background-color{
    background-color: var(--light-orange);
  }
  &.has-orange-background-color{
    background-color: var(--orange);
  }
  &.has-dark-orange-background-color{
    background-color: var(--dark-orange);
  }
}.has-text-color{
  &.has-white-color{
    color: var(--white);
  }
  &.has-black-color{
    color: var(--black);
  }
  &.has-light-blue-color{
    color: var(--light-blue);
  }
  &.has-blue-color{
    color: var(--blue);
  }
  &.has-dark-blue-color{
    color: var(--dark-blue);
  }
  &.has-darker-blue-color{
    color: var(--darker-blue);
  }
  &.has-light-orange-color{
    color: var(--light-orange);
  }
  &.has-orange-color{
    color: var(--orange);
  }
  &.has-dark-orange-color{
    color: var(--dark-orange);
  }
}.has-small-font-size {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.has-medium-font-size {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}.has-large-font-size {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}.has-x-large-font-size {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}.has-text-align-left {
  text-align: left;
}.has-text-align-center {
  text-align: center;
}.has-text-align-right {
  text-align: right;
}.is-vertically-aligned-top {
  display: flex;
  align-items: flex-start;
}.is-vertically-aligned-center {
  display: flex;
  align-items: center;
}.is-vertically-aligned-bottom {
  display: flex;
  align-items: flex-end;
}.is-vertically-aligned-top:has(.has-text-align-left),.is-vertically-aligned-center:has(.has-text-align-left),.is-vertically-aligned-bottom:has(.has-text-align-left) {
  justify-content: flex-start;
}.is-vertically-aligned-top:has(.has-text-align-center),.is-vertically-aligned-center:has(.has-text-align-center),.is-vertically-aligned-bottom:has(.has-text-align-center) {
  justify-content: center;
}.is-vertically-aligned-top:has(.has-text-align-right),.is-vertically-aligned-center:has(.has-text-align-right),.is-vertically-aligned-bottom:has(.has-text-align-right) {
  justify-content: flex-end;
}/*.is-vertically-aligned-top,
.is-vertically-aligned-center,
.is-vertically-aligned-bottom{
  .has-text-align-left{
    @apply flex justify-start;
  }
  .has-text-align-center{
    @apply flex justify-center;
  }
  .has-text-align-right{
    @apply flex justify-end;
  }
}*//*
.ml6 {
  position: relative;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}
*/.rounded-b-xl{
  border-bottom-right-radius: 0.75rem; /* 12px */
  border-bottom-left-radius: 0.75rem; /* 12px */
}.section-title {
  font-family: "GT-Ultra-Median", sans-serif;
  font-weight: 500;
}.bg-light-blue{
  background-color: var(--light-blue);
}.bg-blue{
  background-color: var(--blue);
}.bg-blue-dark{
  background-color: var(--dark-blue);
}.bg-blue-darker{
  background-color: var(--darker-blue);
}body.admin-bar {
  max-height: calc(100vh - 32px);
}nav ul.lang-switcher{
  li.current-lang{
    display: none;
  }
}figure.image-heading{
  max-height: 300px;
  overflow: hidden;
}div.heading-homepage{
  position: relative;
  span.punchline{
    z-index: 1;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 678px;
  }
  div.image-homepage{
    position: relative;
    z-index: -1;
    max-height: 700px;
    overflow: hidden;
    ul.splide__list{
      z-index: 0;
      filter: brightness(0.7);
      li.splide__slide {
        img{
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
        }
      }
    }
    &.image-homepage-vo{
      max-height: 300px;
      figure{
        img{
          filter: brightness(1);
        }
      }
    }
  }
}section.separator-book-form{
  position: relative;
  min-height: 725px;
  height: auto;
  overflow: hidden;
  &.not-first{
    border-top: 8px solid var(--light-blue);
    min-height: 625px;
  }
  &:hover{
    div.image-separator-book-form{
      figure{
        img{
          transition: all 5s linear;
          transform: translate(-50%, -50%) scale(1.1);
        }
      }
    }
  }
  > svg{
    z-index: 1;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
  h2.section-title{
    position: relative;
    z-index: 1;
  }
  div.section-description{
    position: relative;
    z-index: 1;
  }
  div.image-separator-book-form{
    position: absolute;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    figure{
      width: 100%;
      height: 100%;
      img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        filter: brightness(0.7);
        -o-object-fit: cover;
           object-fit: cover;
        transition: all .5s ease-out;
      }
    }
  }
}div.editor-content {
  /*max-width: 900px;*/
  p {
    margin-top: 2rem;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  p{
    a{
      position: relative;
      color: var(--darker-blue);
      text-decoration: underline;
      transition: color .15s linear;
      word-break: break-word;
      &:after{
        /*@apply bg-link-image;*/
        fill: red;
        content: "";
        display: inline-block;
        width:20px;
        height: 20px;
        margin-left: 3px;
        margin-bottom: -3px;
       /* background-image: url("external-link-line.svg");*/
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b4d7ff'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
      }
      &:before{
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: var(--white);
        transition: color,width .15s ease-in;
      }
      &:hover{
        color: var(--light-blue);
        /*&:before{
          height: 1px;
          width: 100%;
          background-color: var(--light-blue);
        }*/
      }
    }
  }
  strong{
    font-family: "GT-Ultra-Standard", sans-serif;
    font-weight: bold;
  }
  em{
    font-style: italic;
  }
  ul,ol{
    li{
      font-family: "GT-Ultra-Standard", sans-serif;
    }
  }
  article{
    a{
      &:after{
        display: none;
      }
      &:hover{
        &:after{
         display: none;
        }
      }
    }
  }
  figure.wp-block-table{
    figcaption.wp-element-caption {
      margin-top: 0.5rem;
    }
    figcaption.wp-element-caption {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    table {
      position: relative;
    }
    table {
      width: 100%;
    }
    table {
      overflow-x: auto;
    }
    table {
      text-align: left;
    }
    table {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    table {
      --tw-text-opacity: 1;
      color: rgb(107 114 128 / var(--tw-text-opacity));
    }
    table {
      --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    @media (min-width: 640px) {table {
        border-radius: 0.5rem;
      }
    }
    table:where([dir="rtl"], [dir="rtl"] *) {
      text-align: right;
    }
    table{
      thead {
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity));
      }
      thead {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      thead {
        text-transform: uppercase;
      }
      thead {
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity));
      }
      thead{
        tr{
          th {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
          }
          th {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
          }
        }
      }
      tfoot {
        --tw-bg-opacity: 1;
        background-color: rgb(75 85 99 / var(--tw-bg-opacity));
      }
      tfoot {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      tfoot {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      tfoot{
        tr{
          td {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
          }
          td {
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
          }
        }
      }
      tbody{
        tr {
          border-bottom-width: 1px;
        }
        tr:nth-child(odd) {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
        tr:nth-child(even) {
          --tw-bg-opacity: 1;
          background-color: rgb(249 250 251 / var(--tw-bg-opacity));
        }
        tr{
          td {
            white-space: nowrap;
          }
          td {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
          }
          td {
            padding-top: 1rem;
            padding-bottom: 1rem;
          }
          td {
            font-weight: 500;
          }
          td {
            --tw-text-opacity: 1;
            color: rgb(107 114 128 / var(--tw-text-opacity));
          }
        }
      }
    }
  }
}h1.wp-block-heading, h2.wp-block-heading {
  padding-top: 3.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}h3.wp-block-heading {
  padding-top: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}h4.wp-block-heading {
  padding-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}h5.wp-block-heading {
  padding-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}h6.wp-block-heading {
  padding-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}hr.wp-block-separator {
  margin-top: 2rem;
}ul.wp-block-list {
  list-style-type: disc;
}ol.wp-block-list {
  list-style-type: decimal;
}ul.wp-block-list, ol.wp-block-list {
  margin-top: 2rem;
  list-style-position: outside;
}ul.wp-block-list > :not([hidden]) ~ :not([hidden]), ol.wp-block-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}ul.wp-block-list, ol.wp-block-list {
  padding-inline-start: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  li {
    padding-inline-start: 0.5rem;
  }
  li{
    margin-top: 0.5rem !important;
    ul {
      margin-top: 0.5rem;
    }
    ul {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    ul{
      list-style: circle;
    }
    ol {
      margin-top: 0.5rem;
    }
    ol {
      list-style-type: decimal;
    }
    ol {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
}div#firewall {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  font-family: "GT-Ultra-Standard", sans-serif;
  p {
    margin-top: 1rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  strong {
    font-weight: 700;
  }
  em {
    font-style: italic;
  }
  ul,ol {
    margin-top: 0.5rem;
  }
  ul,ol {
    list-style-position: outside;
  }
  ul > :not([hidden]) ~ :not([hidden]),ol > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  ul,ol {
    padding-inline-start: 1.25rem;
  }
  ul,ol{
    li {
      margin-top: .2rem !important;
    }
    li {
      padding-inline-start: 0.5rem !important;
    }
    li {
      font-size: 0.875rem !important;
      line-height: 1.25rem !important;
    }
  }
  ul {
    margin-top: 0.5rem;
  }
  ul{
    list-style: circle;
  }
  ol {
    margin-top: 0.5rem;
  }
  ol {
    list-style-type: decimal;
  }
  a{
    color: var(--blue);
    transition: all 0.1s linear;
    &:hover{
      color: var(--light-blue);
    }
  }
}div.metaslider {
  margin-top: 2rem;
  div.flex-viewport {
    border-radius: 0.75rem;
  }
}figure.wp-block-image, div.wp-block-image {
  img {
    margin-top: 2rem;
  }
  img {
    width: 100%;
  }
  img {
    border-radius: 0.75rem;
  }
  img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  figcaption {
    margin-top: 0.75rem;
  }
  figcaption {
    display: block;
  }
  figcaption {
    text-align: center;
  }
  figcaption {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  figcaption {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
}blockquote.wp-block-quote {
  padding: 1rem;
  text-align: center;
}@media (min-width: 640px) {blockquote.wp-block-quote {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}blockquote.wp-block-quote{
  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  p {
    font-weight: 500;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  @media (min-width: 1024px) {p {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  @media (min-width: 1024px) {p {
      line-height: 1.5;
    }
  }
  @media (min-width: 1280px) {p {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px) {p {
      line-height: 1.5;
    }
  }
  cite {
    margin-top: 1.25rem;
  }
  cite {
    display: block;
  }
  cite {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
}div.wp-block-columns {
  display: flex;
  flex-direction: column;
  gap: 0px;
}@media (min-width: 640px) {div.wp-block-columns {
    flex-direction: row;
    gap: 2.5rem;
  }
}@media (min-width: 1024px) {div.wp-block-columns {
    gap: 3.5rem;
  }
}@media (min-width: 1280px) {div.wp-block-columns {
    gap: 5rem;
  }
}div.wp-block-columns {
  div.wp-block-column {
    flex: 1 1 0%;
  }
}.decode-text {
  /*@apply text-xs sm:text-sm md:text-base;*/
  width: 100%;
  max-width: 1086px;
  margin: 0 auto;
  font-family: "GT-Ultra-Median", sans-serif;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: .5px;
  text-align: center;
  .space {
    display: inline-block;
    width: 10px;
  }
  .text-animation {
    display: inline-block;
    position: relative;
    color: transparent;
    /*text-transform: uppercase;*/
    padding-bottom: 10px;
    &:before {
      content: "";
      color: black;
      position: absolute;
      /*top: 50%;*/
      top: 40%;
      left: 50%;
      /*background: #0e182d;*/
      background: var(--light-blue);
      width: 0;
     /* height: 1.2em;*/
      height: 1em;
      transform: translate(-50%, -55%);
    }

    &.state-1 {
      &:before {
        width: 1px;
      }
    }
    &.state-2 {
      &:before {
        /*width: 0.9em;*/
        width: 0.7em;
      }
    }
    &.state-3 {
      color: var(--darker-blue);
      &:before {
        width: 0;
      }
    }
  }
}.embed-video-container {
  position: relative;
  margin-top: 2rem;
  height: 0px;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.embed-video-container iframe, .embed-video-container > .tac_activate {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(180 215 255 / var(--tw-bg-opacity));
  background-color: var(--light-blue);
}.embed-video-container > .tac_activate .tac_float {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(14 31 49 / var(--tw-text-opacity));
  button {
    border-radius: 0.375rem;
  }
  button {
    --tw-bg-opacity: 1;
    background-color: rgb(34 68 113 / var(--tw-bg-opacity));
  }
  button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  button {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  button {
    font-weight: 400;
  }
  button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 31 49 / var(--tw-bg-opacity));
  }
}/*@import "./tacss-main/css/tac-custom.css";*/@media print {
  /* Hide elements not needed for printing */
  .no-print {
    display: none !important;
  }

  /* Adjust styles for better printing */
  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
  }
}/**
  Styles généraux
 **//*:root[data-rf-theme="dark"] {
  --bf500: #bfbfe3;
  --w-bf500: #000091;
  --t-plain: transparent;
  --g800: #fff;
  --g700: #f0f0f0;
  --g600: #e7e7e7;
  --g400: #9c9c9c;
  --g300: #6a6a6a;
  --g200: #383838;
  --w: #1e1e1e;
  --g100-g800: #1e1e1e;
  --focus: #5398ff;
  --rm500: #f7bfc3;
  --overlay: rgba(206, 206, 206, 0.08);
}*/:root {
  --bf500: #224471;
  --w-bf500: #fff;
  --t-plain: transparent;
  --g800: #1e1e1e;
  --g700: #383838;
  --g600: #6a6a6a;
  --g400: #cecece;
  --g300: #e7e7e7;
  --g200: #f0f0f0;
  --w: #fff;
  --g100-g800: #f8f8f8;
  --focus: #2a7ffe;
  --rm500: #e1000f;
  --overlay: rgba(156, 156, 156, 0.32);
  --focus-z-index: 2000;
  --custom-font: "GT-Ultra-Standard";
}#tarteaucitronRoot {
  box-sizing: border-box;
  color: var(--g700);
  font-family: var(--custom-font), sans-serif;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}#tarteaucitronRoot *,
#tarteaucitronRoot *::before,
#tarteaucitronRoot *::after {
  box-sizing: inherit;
}#tarteaucitronRoot h1 {
  font-size: 2.75rem;
  line-height: 1.25;
  color: var(--g800);
  font-weight: bold;
}@media (min-width: 48em) {
  #tarteaucitronRoot h1 {
    font-size: 3rem;
  }
}#tarteaucitronRoot h2 {
  font-size: 2rem;
  line-height: 1.25;
  color: var(--g800);
  font-weight: bold;
}#tarteaucitronRoot h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--g800);
  font-weight: bold;
}#tarteaucitronRoot h4 {
  font-size: 1.375rem;
  line-height: 1.375;
  color: var(--g800);
  font-weight: bold;
}/*** Liens ***/#tarteaucitronRoot a {
  box-shadow: 0 1px 0 0 currentColor;
  color: inherit;
}#tarteaucitronRoot a:focus {
  outline: 2px solid;
  outline-color: var(--focus);
  outline-offset: 2px;
  z-index: var(--focus-z-index);
}#tarteaucitronRoot a {
  text-decoration: none;
}#tarteaucitronRoot a[target="_blank"]::after {
  content: ">";
  font-family: var(--custom-font), sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.25rem;
  vertical-align: baseline;
}/*** Boutons ***/#tarteaucitronRoot button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border: none;
  cursor: pointer;
}#tarteaucitronRoot button:focus {
  outline: 2px solid;
  outline-color: var(--focus);
  outline-offset: 2px;
  z-index: var(--focus-z-index);
}button#tarteaucitronPrivacyUrl {
  position: absolute;
  font-size: 9px;
  background: transparent;
  bottom: 0.5em;
  right: 3.7em;
}/*** Listes ***/#tarteaucitronRoot ul, #tarteaucitronRoot ol {
  list-style: none;
  padding: 0;
  margin: 0;
 }/*** Overlay ***/#tarteaucitronBack {
  background-color: var(--overlay);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 1 !important;
  z-index: 2147483646;
}/*** Positionnements du bouton d'ouverture du gestionnaire ***/.tarteaucitronIconBottomLeft {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4000;
}.tarteaucitronIconBottomRight {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4000;
}.tarteaucitronIconTopLeft {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
}.tarteaucitronIconTopRight {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4000;
}/*** Affichage de l'icône TAC sous forme de bouton design system ***/#tarteaucitronIcon #tarteaucitronManager > img {
  display: none;
}#tarteaucitronIcon #tarteaucitronManager {
  background: var(--bf500);
  color: var(--w);
  padding: 0.5rem 1.5rem;
  line-height: 1.5rem;
  min-height: 2.5rem;
  font-size: inherit;
}#tarteaucitronIcon #tarteaucitronManager::before {
  content: "Cookies";
}/*---------------------------------------------*//**
  Styles du bandeau (#tarteaucitronAlertBig) et des éléments du bandeau
 **//*** Bandeau ***/div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
  opacity: 1 !important;
  background-color: var(--overlay) !important;
}div#tarteaucitronAlertBig:before {
  content: none !important;
}body #tarteaucitronRoot div#tarteaucitronAlertBig {
  border-radius: 0;
}.tarteaucitronBeforeVisible #tarteaucitronAlertBig {
  display: flex !important;
}#tarteaucitronAlertBig {
  position: fixed;
  flex-wrap: wrap;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  color: var(--g700);
  background: var(--g200);
  box-shadow: inset 0 0 0 1px var(--g400);
  z-index: 2147483645;
  max-height: 73vh;
  overflow-y: scroll;
  background:
          linear-gradient(#f0f0f0 33%, rgba(240,240,240, 0)),
          linear-gradient(rgba(240,240,240, 0), #f0f0f0 66%) 0 100%,
          radial-gradient(farthest-side at 50% 0, rgba(34,34,34, 0.5), rgba(0,0,0,0)),
          radial-gradient(farthest-side at 50% 100%, rgba(34,34,34, 0.5), rgba(0,0,0,0)) 0 100%;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 18px, 100% 18px, 100% 6px, 100% 10px;
}/* Bandeau >= 768px */@media screen and (min-width: 48em) {
   #tarteaucitronRoot #tarteaucitronAlertBig {
    width: 40rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
    padding: 2rem !important;
    margin: auto;
    top: auto !important;
    transform: none !important;
    box-shadow: inset 0 0 0 1px var(--g400) !important;
    border-radius: 0 !important;
  }
}/*** Texte du bandeau ***/#tarteaucitronDisclaimerAlert {
  margin-bottom: 2rem;
}@media screen and (min-width: 48em) {
  #tarteaucitronAlertBig {
    max-height: initial;
    height: auto;
    padding-right: 0;
    overflow: initial;
  }
}/*** Surcharge des margin bottom trop importantes du design system ***/#tarteaucitronDisclaimerAlert > p {
  margin-bottom: 1rem;
}#tarteaucitronDisclaimerAlert > p:last-child {
  margin-bottom: 0;
}/*** Bouton fermer le bandeau optionnel (closePopup) ***/#tarteaucitronRoot #tarteaucitronCloseCross::first-letter {
  color: transparent;
}#tarteaucitronRoot #tarteaucitronCloseCross {
  position: relative;
  background-color: var(--t-plain);
  color: var(--bf500);
  padding: .25rem .75rem;
  display: block;
  line-height: 1.5rem;
  min-height: 2rem;
  font-size: .875rem;
  width: 5rem;
  margin-bottom: .5rem;
  border-radius: 1rem;
}#tarteaucitronRoot #tarteaucitronCloseCross:before {
  content: "Fermer";
  position: absolute;
  left: .75rem;
}#tarteaucitronRoot #tarteaucitronCloseCross:after {
  font-family: var(--custom-font), sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}/*** Boutons d'action du bandeau ***/#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton {
  font-size: inherit;
  cursor: pointer;
  background: var(--bf500);
  color: var(--w);
  padding: 0.5rem 1.5rem;
  line-height: 1.5rem;
  min-height: 2.5rem;
  width: 100%;
  margin: .5rem 0;
  border-radius: 0.375rem;
}#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background-color: var(--t-plain);
  color: var(--bf500);
  box-shadow: inset 0 0 0 1px var(--bf500);
  order: 5;
  margin-bottom: 2rem !important;
}#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  order: 4;
}#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  order: 3;
  margin-right: 0;
}@media screen and (min-width: 36em) {

  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert,
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton {
    width: auto;
    margin: 0 .5rem !important;
    display: flex !important;
  }

  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton:not(.tarteaucitronAllow, .tarteaucitronDeny) {
    margin: 0 0 0 auto !important;
  }

  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    order: 3;
  }

  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
    order: 4;
  }

  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2,
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
    order: 5;
    margin-right: 0 !important;
  }

}/*---------------------------------------------*//**
  Styles du gestionnaire de cookie (#tarteaucitron) et des éléments du gestionnaire
 **/#tarteaucitron {
  display: none;
  height: 90%;
  padding: 3rem 0 0;
  margin: 0;
  left: 0;
  top: auto !important;
  bottom: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 2147483647;
}#tarteaucitron::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--w);
  height: calc(3rem + 1px);
  width: 100%;
}@media screen and (min-width: 48em) {

  #tarteaucitron {
    width: 50rem;
    height: initial;
    max-height: 80%;
    left: 50%;
    top: 0 !important;
    margin: auto auto auto -25rem;
  }

}/*** Bouton pour fermer le gestionnaire ***/#tarteaucitronRoot #tarteaucitronClosePanel {
  background: var(--tplain);
  color: var(--bf500);
  padding: .25rem .75rem;
  line-height: 1.5rem;
  min-height: 2rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: .875rem;
  border-radius: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  outline-offset: 0px;
}#tarteaucitronRoot #tarteaucitronClosePanel::before {
  font-family: var(--custom-font), sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "X";
  font-size: 1rem;
  margin-right: -0.25rem;
  margin-left: .5rem;
}/*** Lien vers le site tarte au citron ***/.tarteaucitronSelfLink > img {
  display: none;
}.tarteaucitronSelfLink:before {
  content: "Site officiel de Tarte au citron"
}/*** Surcharge des styles de liste design system ***/#tarteaucitronServices ul > li::before {
  content: none;
}#tarteaucitronServices ul > li > ul {
  padding-left: 0;
}/*** Section générale pour gérer tous les services ***/#tarteaucitronRoot .tarteaucitronMainLine {
  padding-bottom: 2.5rem;
  box-shadow: inset 0 -1px 0 0 var(--g300);
}#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronH1 {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--g700);
  margin: 0 0 1rem;
  font-weight: 700;
}#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk {
  flex-direction: column;
  align-items: flex-start;
}#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk::before {
  content: none;
}#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
  margin-left: 0;
  margin-top: 1.5rem;
}@media screen and (min-width: 48em) {

  #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk {
    flex-direction: row;
    align-items: center;
  }

  #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk::before {
    content: "";
  }

  #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
    margin-left: 1.5rem;
    margin-top: 0;
  }

}/*** Container des services ***/#tarteaucitronServices {
  background-color: var(--w);
  padding: 1rem 1rem 2rem;
}@media screen and (min-width: 48em) {

  #tarteaucitronServices {
    padding: 1rem 2rem 2rem;
  }

}/*** Titre et boutons du conteneur des cookies obligatoires  ***/#tarteaucitronServicesTitle_mandatory .tarteaucitronH3 {
  font-size: 1rem;
  margin-bottom: .5rem;
  max-width: initial;
}#tarteaucitronServicesTitle_mandatory .tarteaucitronTitle {
  margin-bottom: 1rem;
}#tarteaucitronServicesTitle_mandatory .tarteaucitronAsk {
  position: relative;
  top: auto;
  right: auto;
}/*** Container des textes de service (titre et description) ***/@media screen and (min-width: 48em) {
  .tarteaucitronName {
    max-width: 60%;
  }
}/*** Container des boutons Accepter/Refuser ***/.tarteaucitronAsk {
  display: flex;
  margin-top:2rem;
}@media screen and (min-width: 48em) {
  .tarteaucitronAsk {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0!important;
  }
  .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
    position: absolute;
    top: 0;
    right: 0;
  }
}/*** Boutons Accepter/Refuser sous forme de boutons radios design system ***/#tarteaucitronRoot .tarteaucitronAsk .tarteaucitronAllow {
  order: 1;
  margin-right: 1.5rem;
  font-size: 1rem;
}#tarteaucitronRoot .tarteaucitronAsk .tarteaucitronDeny {
  margin-left: 1.5rem;
  order: 3;
  font-size: 1rem;
}#tarteaucitronRoot .tarteaucitronAsk::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  order: 2;
  background: var(--g300);
}#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton),
#tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton) {
  background: var(--tplain);
  color: var(--g800);
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0;
}#tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton),
#tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton) {
  color: var(--g600-g400);
}#tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton)::before,
#tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton)::before {
  background-color: var(--g200);
  border: 1px solid var(--g400);
}#tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton)::after,
#tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton)::after {
  content: none;
}#tarteaucitronRoot .tarteaucitronAllow.tarteaucitronIsSelected::after,
#tarteaucitronRoot .tarteaucitronDeny.tarteaucitronIsSelected::after {
  opacity: 1;
}#tarteaucitronRoot .tarteaucitronAllow.tarteaucitronIsSelected::before,
#tarteaucitronRoot .tarteaucitronDeny.tarteaucitronIsSelected::before {
  border: 1px solid var(--bf500);
}#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton)::before,
#tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton)::before {
  content: "";
  display: block;
  flex-shrink: 0;
  border: 1px solid var(--g800);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton)::after,
#tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton)::after {
  content: "";
  display: block;
  background: var(--bf500);
  border-radius: 50%;
  width: .75rem;
  height: .75rem;
  position: absolute;
  left: .375rem;
  opacity: 0;
}#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow::after {
  opacity: 1;
}#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny::after {
  opacity: 1;
}#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronAllow::after {
  opacity: 1;
}#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronAsk::before {
  content: none;
}#tarteaucitronRoot [id^=tarteaucitronServices_]{
  margin-top:1.5rem;
}@media screen and (min-width: 48em) {
  #tarteaucitronRoot [id^=tarteaucitronServices_]{
    margin-top:0;
  }
}/*** Ajout des bordures dans la liste des services ***/.tarteaucitronBorder > ul > li {
  padding: 1.5rem 0;
  box-shadow: inset 0 1px 0 0 var(--g300);
}.tarteaucitronBorder > ul > li:first-child {
  box-shadow: none;
}/*** Titres des services avec infobulle associée ou non ***/#tarteaucitronRoot .tarteaucitronTitle > button,
#tarteaucitronRoot .tarteaucitronTitle > .catToggleBtn {
  background: 0;
  color: var(--g800);
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0;
  text-align: left;
}#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: var(--w);
  background: var(--g700);
  display: none;
  font-size: 0.75rem;
  margin-top: 0;
  max-width: 270px;
  padding: 1rem;
  position: absolute;
  z-index: 2147483647;
}/*** Style de base des items de liste de service ***/#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}/*** Titre des sous-services ***/.tarteaucitronH3 {
  display: block;
  color: var(--g800);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  max-width: 24rem;
}.tarteaucitronH3 + span {
  display: block;
}/*** Ligne d'un sous-service ***/.tarteaucitronLine {
  position: relative;margin-bottom:1rem!important;
}/*** Surcharge dans le cas des sous-services groupés ***/ul[style="display: block;"] .tarteaucitronLine{
  margin-bottom: 1.5rem;
}@media screen and (min-width: 48em) {

  .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine:not(:last-child),
  .tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine:not(:last-child) {
    margin-bottom: 0;
  }

}.tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine .tarteaucitronH3,
.tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine .tarteaucitronH3 {
  margin-bottom: .5rem;
  font-size: 1rem;
}.tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine:first-child {
  margin-top: 1.5rem;
}@media screen and (min-width: 48em) {

  .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine {
    display: flex;
  }
  .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronAsk {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
  }

}.tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk ,
.tarteaucitronHidden > ul[style="display: none;"] .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
  position: relative;
  top: auto;
  right: auto;
  align-items: flex-start;
}/*** Bouton pour déplier les sous-services ***/#tarteaucitronRoot .tarteaucitron-toggle-group {
  background: none;
  margin: 1.5rem 0 0;
  padding: 0;
  border-bottom: var(--is-link) solid 1px currentColor;
  font-size: inherit;
}#tarteaucitronRoot .tarteaucitron-toggle-group::after {
  font-family: var(--custom-font), sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "⏷";
  font-size: 1rem;
  margin-left: .5rem;
}/*---------------------------------------------*//**
  Styles du bouton "AlertSmall" et de la modale avec la liste des cookies
 **/.tarteaucitronAlertSmallBottom {
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}#tarteaucitronAlertSmall {
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}#tarteaucitronAlertSmall #tarteaucitronManager,
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  position: relative;
  font-size: inherit;
  cursor: pointer;
  background: var(--bf500);
  color: var(--w);
  padding: 0.5rem 1.5rem!important;
  line-height: 1.5rem;
  min-height: 2.5rem;
}#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  margin-left: .25rem;
}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  position: absolute;
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 5px;
  overflow: hidden;
  width: calc(100% - 3rem);
  left: 1.5rem;
}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 50%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
  background: #fff;
  padding-top: 1rem;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  color: #333;
  font-size: .75rem;
  height: auto;
  overflow: auto;
  text-align: left;
  padding: 0 1.5rem;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  color: var(--g800);
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin: 1.5rem 0 0;
  padding: 1rem 0;
  text-align: left;
  width: auto;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: var(--g800);
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  padding: .5rem 1.5rem;
  text-align: left;
  color: var(--g800);
  font-size: 1.25rem;
  font-weight: 700;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: var(--w);
  font-size: 1rem;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  padding: 0 0 .25rem;
  word-wrap: break-word;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:before {
  content: none;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: var(--g800);
  text-decoration: none;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-flex;
  width: 50%;
  align-items: center;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: var(--rm500);
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: var(--g800);
  display: inline-block;
  font-size: .75rem;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}/*** Bouton pour fermer le gestionnaire ***/#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie {
  background: var(--tplain);
  color: var(--bf500);
  padding: .25rem .75rem;
  line-height: 1.5rem;
  min-height: 2rem;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: .875rem;
  border-radius: 1rem;
  position: absolute;
  right: 1rem;
  top: 0;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie::before {
  font-family: var(--custom-font), sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 1rem;
  margin-right: -0.25rem;
  margin-left: .5rem;
}/*** Bouton pour supprimer les cookies dans la liste ***/#tarteaucitronRoot .purgeBtn {
  flex-direction: row;
  max-width: 2rem;
  max-height: 2rem;
  padding: 0.25rem .5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  min-height: 2rem;
  background-color: var(--bf500);
  color: var(--w-bf500);
  flex-shrink: 0;
  margin-right: .25rem;
}#tarteaucitronRoot .purgeBtn::before {
  font-family: var(--custom-font), sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  font-size: 1rem;
  margin-left: 0;
  margin-right: 0.5rem;
}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .purgeBtn strong {
  display: none;
}/*---------------------------------------------*//**
  Styles du placeholder pour les services (type youtube) désactivés
 **/.tac_activate {
  background: var(--g200);
  display: flex;
  padding: 6rem 0;
  justify-content: center;
  width: 100%;
}.tac_activate .tac_float {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}.rf-responsive-vid__player .tac_activate {
  padding: 0;
  height: 100%;
}.tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton)::before,
.tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton)::after {
  content: none;
}.tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border: none;
  font-size: inherit;
  cursor: pointer;
  background: var(--bf500);
  color: var(--w);
  padding: 0.5rem 1.5rem;
  line-height: 1.5rem;
  min-height: 2.5rem;
  margin-top: 1.5rem;
}.tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton):focus {
  outline: 2px solid;
  outline-color: var(--focus);
  outline-offset: 2px;
  z-index: var(--focus-z-index);
}div#tarteaucitronSave{
  text-align: right;
  button#tarteaucitronSaveButton{
    font-size: inherit;
    cursor: pointer;
    background: var(--bf500) !important;
    color: var(--w) !important;
    padding: 0.5rem 1.5rem !important;
    line-height: 1.5rem;
    min-height: 2.5rem;
    margin: .5rem 0;
    border-radius: 0.375rem;
    &:before{
      display: none !important;
    }
  }
}div#tac_title
{
  display: none !important;
}.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}.after\:start-3\.5::after {
  content: var(--tw-content);
  inset-inline-start: 0.875rem;
}.after\:top-7::after {
  content: var(--tw-content);
  top: 1.75rem;
}.after\:w-px::after {
  content: var(--tw-content);
  width: 1px;
}.after\:-translate-x-\[0\.5px\]::after {
  content: var(--tw-content);
  --tw-translate-x: -0.5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.after\:bg-gray-200::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.first\:mt-0:first-child {
  margin-top: 0px;
}.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}.hover\:-top-2:hover {
  top: -0.5rem;
}.hover\:bg-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 68 113 / var(--tw-bg-opacity));
}.hover\:bg-darker-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 31 49 / var(--tw-bg-opacity));
}.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.hover\:text-\[\#dfefff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(223 239 255 / var(--tw-text-opacity));
}.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.hover\:text-light-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(180 215 255 / var(--tw-text-opacity));
}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.focus\:text-white\/80:focus {
  color: rgb(255 255 255 / 0.8);
}.focus\:opacity-80:focus {
  opacity: 0.8;
}.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}.disabled\:opacity-50:disabled {
  opacity: 0.5;
}.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}.group:focus .group-focus\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:focus .group-focus\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:focus .group-focus\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}@media (min-width: 640px) {.sm\:order-1 {
    order: 1;
  }.sm\:order-2 {
    order: 2;
  }.sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }.sm\:col-start-2 {
    grid-column-start: 2;
  }.sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }.sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }.sm\:ml-3 {
    margin-left: 0.75rem;
  }.sm\:ml-4 {
    margin-left: 1rem;
  }.sm\:mt-0 {
    margin-top: 0px;
  }.sm\:mt-12 {
    margin-top: 3rem;
  }.sm\:block {
    display: block;
  }.sm\:flex {
    display: flex;
  }.sm\:h-10 {
    height: 2.5rem;
  }.sm\:w-10 {
    width: 2.5rem;
  }.sm\:w-\[150px\] {
    width: 150px;
  }.sm\:w-\[72px\] {
    width: 72px;
  }.sm\:w-auto {
    width: auto;
  }.sm\:max-w-80 {
    max-width: 20rem;
  }.sm\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }.sm\:max-w-xs {
    max-width: 20rem;
  }.sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:flex-row {
    flex-direction: row;
  }.sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }.sm\:items-start {
    align-items: flex-start;
  }.sm\:items-end {
    align-items: flex-end;
  }.sm\:items-center {
    align-items: center;
  }.sm\:justify-between {
    justify-content: space-between;
  }.sm\:gap-10 {
    gap: 2.5rem;
  }.sm\:gap-y-0 {
    row-gap: 0px;
  }.sm\:p-0 {
    padding: 0px;
  }.sm\:p-6 {
    padding: 1.5rem;
  }.sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:pb-4 {
    padding-bottom: 1rem;
  }.sm\:text-left {
    text-align: left;
  }.sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }.sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }.sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }.sm\:ring-gray-900\/10 {
    --tw-ring-color: rgb(17 24 39 / 0.1);
  }
}@media (min-width: 768px) {.md\:mt-0 {
    margin-top: 0px;
  }.md\:mt-8 {
    margin-top: 2rem;
  }.md\:flex {
    display: flex;
  }.md\:hidden {
    display: none;
  }.md\:items-center {
    align-items: center;
  }.md\:p-6 {
    padding: 1.5rem;
  }.md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}@media (min-width: 1024px) {.lg\:-bottom-\[0\.40rem\] {
    bottom: -0.40rem;
  }.lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }.lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }.lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }.lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }.lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }.lg\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }.lg\:flex {
    display: flex;
  }.lg\:hidden {
    display: none;
  }.lg\:h-full {
    height: 100%;
  }.lg\:w-1\/2 {
    width: 50%;
  }.lg\:w-full {
    width: 100%;
  }.lg\:max-w-2xl {
    max-width: 42rem;
  }.lg\:basis-1\/2 {
    flex-basis: 50%;
  }.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }.lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }.lg\:gap-y-0 {
    row-gap: 0px;
  }.lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }.lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }.lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }.lg\:from-gray-50 {
    --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }.lg\:via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  }.lg\:to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
  }.lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }.lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.lg\:pe-8 {
    padding-inline-end: 2rem;
  }.lg\:ps-8 {
    padding-inline-start: 2rem;
  }.lg\:pt-4 {
    padding-top: 1rem;
  }.lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }.lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }.lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.lg\:leading-tight {
    line-height: 1.25;
  }
}@media (min-width: 1280px) {.xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }.xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }.xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (min-width: 1536px) {.\32xl\:-right-\[47px\] {
    right: -47px;
  }.\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}@media (prefers-color-scheme: dark) {.dark\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
  }
}.\[\&\[x-cloak\]\]\:hidden[x-cloak] {
  display: none;
}
