.-rotate-180, .-rotate-45, .rotate-90, .scale-75, .transform, .lg\:scale-100, .\32xl\:scale-90 {
  --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;
}
.shadow {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.blur, .invert, .filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1160px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: calc(100vw - 12vw)) {
  .container {
    max-width: calc(100vw - 12vw);
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-8 {
  top: 2rem;
}
.top-9 {
  top: 2.25rem;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-2 {
  width: 0.5rem;
}
.w-4 {
  width: 1rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-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));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  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-90 {
  --tw-rotate: 90deg;
  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));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.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-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-white {
  border-color: var(--white);
}
.bg-purpledark {
  background-color: var(--purpledark);
}
.bg-purplelight {
  background-color: var(--purplelight);
}
.bg-purplemedium {
  background-color: var(--purplemedium);
}
.bg-purplesemilight {
  background-color: var(--purplesemilight);
}
.fill-none {
  fill: none;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.text-white {
  color: var(--white);
}
.no-underline {
  text-decoration-line: none;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.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);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.filter {
  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;
}
:root {
  --header-height-desktop: 8rem;
  --header-padding-desktop: 8rem;
  --header-height-mobile: 4rem;
  --header-padding-mobile: 4rem;
  --default-font-family: "Telegraf", Arial, Verdana, sans-serif;
  --white: #fff;
  --black: #000;
  --purple: #4f2bff;
  --purplelight: #b9aaff;
  --purplesemilight: #7355ff;
  --purplemedium: #4b2aea;
  --purpledark: #34267b;
  --color-alert: #d8000c;
  --background-alert: #ffbaba;
  --background-confirm: #dff2bf;
  --color-confirm: #4f8a10;
  --accordion-border-width: 1px;
  --accordion-icon-size: 20px;
  --accordion-icon-stroke-width: 2px;
  --sm-screen: 540px;
  --md-screen: 720px;
  --lg-screen: 980px;
  --xl-screen: 1160px;
  --2xl-screen: calc(100vw - 12vw);
  --zoom: .7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  scrollbar-color: var(--white) var(--purple);
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: var(--white);
  color: var(--purple);
  text-shadow: none;
}

::selection {
  background: var(--white);
  color: var(--purple);
  text-shadow: none;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body.is-front {
  background: var(--purple);
  color: var(--white);
  font-family: var(--default-font-family);
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: var(--header-height-mobile) 0 0;
  overflow-x: hidden;
  scrollbar-color: var(--white) var(--purple);
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}
@media (min-width: 1024px) {
  body.is-front {
    padding: var(--header-height-desktop) 0 0;
  }
  body.has-zoom {
    padding: 6rem 0 0;
  }
  body.has-header-no-zoom {
    padding: var(--header-height-desktop) 0 0;
  }
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

abbr {
  text-decoration-line: none;
}

.is-front a, .is-front button {
  color: var(--white);
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.is-front .section--embed a, .is-front .section--embed button {
  color: initial;
}

button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.js button {
  cursor: pointer;
}

input,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

mark {
  background: none;
  color: currentColor;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

.stretched-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: auto;
}

.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#skipLinks {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#skipLinks a {
  color: currentColor;
  position: absolute;
  text-decoration: underline;
  left: -999em;
  top: 0;
}
#skipLinks a:focus, #skipLinks a:active {
  background: var(--purple);
  color: var(--white);
  position: absolute;
  padding: 1rem;
  left: 0;
  top: 0;
}

.js .has-keyboard-focus a:focus,
.js .has-keyboard-focus button:focus {
  outline: thin dotted;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: calc(100vh - var(--header-padding-desktop));
}

.wrapper__main {
  flex: 1 1 0%;
}

.content-visibility-auto {
  content-visibility: auto;
}

[id] {
  scroll-margin-top: var(--header-padding-mobile);
}
@media (min-width: 1024px) {
  [id] {
    scroll-margin-top: var(--header-padding-desktop);
  }
}

.container-full {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: unset;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 65%;
  line-height: 0;
  padding: 0 0 0 0.25rem;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

strong,
b {
  font-weight: 700;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.bg-transparent {
  background: transparent;
}

.fill-current {
  fill: currentColor;
}

.fill-none {
  fill: none;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-none {
  stroke: none;
}

.color-current {
  color: currentColor;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

iframe {
  border: 0;
}

.section {
  transition: opacity 0.75s 0.25s ease-in-out;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.js .section {
  opacity: 0;
}
.js .section.is-inviewport {
  opacity: 1;
}
.no-animation .section {
  opacity: 1 !important;
}

.has-box-shadow {
  box-shadow: 0 35px 80px 0 rgba(0, 0, 0, 0.35);
}

.has-custom-shadow {
  box-shadow: 0 -3px 0 1px rgba(255, 255, 255, 0.75), 0 35px 80px 0 rgba(0, 0, 0, 0.35);
}

.has-inner-shadow {
  box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.55);
}

.breadcrumb {
  display: none;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  color: var(--white);
}

@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb a {
  text-decoration-line: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    text-decoration-line: underline;
  }
}
.breadcrumb a {
  text-decoration-color: transparent;
}
.breadcrumb a:hover {
  text-decoration-color: currentColor;
}
.breadcrumb span {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .page-template-light .breadcrumb {
    display: none;
  }
}

.is-front .bt {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--white);
  text-decoration-line: none;
}

@media (min-width: 1024px) {
  .is-front .bt {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1rem;
  }
}

.is-front .bt {
  border-radius: 2rem;
}
.no-touch .bt:hover {
  background-color: var(--white);
  color: var(--purple);
}
.bt svg {
  margin-left: 0.25rem;
  fill: currentColor;
}

.is-front .bt--invert {
  background-color: var(--white);
  color: var(--purple);
}
.no-touch .bt--invert:hover {
  background-color: var(--purple);
  color: var(--white);
}

.is-front .bt--dotted {
  border-style: dotted;
}
.bt--dotted.active {
  background-color: var(--white);
  color: var(--purple);
}

.is-front .bt--medium {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .is-front .bt--medium {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.entry-tag {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  overflow: hidden;
  border-width: 2px;
  border-style: dotted;
  border-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  color: var(--white);
  text-decoration-line: none;
  border-radius: 2rem;
}

.section-title {
  margin: 0px;
  display: block;
  padding: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
}
.section-title.section-title--no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.entry-header .tabs {
  padding-top: 1rem;
}
.entry-header .tab__link {
  border-radius: 2rem;
  background-color: var(--purplesemilight);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 700;
  color: var(--white);
  text-decoration-line: none;
}
@media (hover: hover) and (pointer: fine) {
  .entry-header .tab__link:hover {
    background-color: var(--purpledark);
  }
}
.entry-header .tab__link:focus {
  background-color: var(--purpledark);
}
@media (min-width: 1024px) {
  .entry-header .tab__link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.entry-header .tab__link.current {
  background-color: var(--purpledark);
}
.entry-header .js-tab__content {
  display: block;
  padding-top: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .entry-header .js-tab__content {
    font-size: 1.25rem;
  }
}
.entry-header .section-title {
  padding-bottom: 0.125rem;
}
.has-zoom .entry-header {
  padding: 1.25rem 0;
}
.has-zoom .entry-header .breadcrumb, .has-zoom .entry-header .has-word-animation, .has-zoom .entry-header .post-animation-block {
  zoom: var(--zoom);
}
.has-zoom .entry-header .section-title {
  padding-bottom: 0px;
  zoom: calc(1 / var(--zoom));
}
.has-zoom .entry-header .entry-content {
  zoom: calc(var(--zoom) * 1.65);
}
.has-zoom .entry-header blockquote {
  zoom: calc(var(--zoom) * 2);
}
.has-zoom .entry-header .bt {
  zoom: calc(var(--zoom) * 1.65);
}
.js .entry-header {
  opacity: 0;
}
.loaded .entry-header {
  opacity: 1;
}

.has-bg-header {
  margin: 0 0 -4rem;
  position: relative;
  top: -4rem;
  min-height: 80dvh;
}
.has-bg-header.entry-header--medium {
  min-height: 55dvh;
}
@media (min-width: 1024px) {
  .has-bg-header {
    margin: 0 0 -8rem;
    min-height: 80vh;
    top: -8rem;
  }
  .has-bg-header.entry-header--medium {
    min-height: 55dvh;
  }
}
.has-bg-header:before {
  content: "";
  background: url(../images/template/shape/bg-shape.png) center top -1px repeat;
  background-size: cover;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.has-bg-header:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  z-index: 0;
}
.has-bg-header .breadcrumb__container {
  position: relative;
  z-index: 20;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .has-bg-header .breadcrumb__container {
    display: block;
    transform: translateY(12rem);
  }
}
.has-bg-header .container {
  min-height: 80dvh;
}
@media (min-width: 1024px) {
  .has-bg-header .container {
    min-height: 80vh;
  }
}
.has-bg-header.entry-header--medium .container {
  min-height: 55dvh;
}
@media (min-width: 1024px) {
  .has-bg-header.entry-header--medium .container {
    min-height: 55dvh;
  }
}
.has-bg-header .container__inner {
  padding: 4rem 0 2rem;
  margin: -2rem 0 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .has-bg-header .container__inner {
    padding: 8rem 0 2rem;
    margin: -4em 0 0;
  }
}

.js-tab__content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
}

.js-tab__content.js-tab__content--visible {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.tabs-figure-container {
  width: 100%;
}
@media (min-width: 1440px) {
  .tabs-figure-container {
    width: calc(100% + 5vw);
  }
}

.client-slider {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, white 5%, white 95%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, white 5%, white 95%, transparent 100%);
}
.client-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.client-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-item img {
  display: block;
  height: 4rem;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-bg-shape {
  position: relative;
}
.has-bg-shape:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.45;
  --tw-content: "";
  content: var(--tw-content);
  background: url(../images/template/shape/bg-shape-repeat.png) center top repeat;
}

.has-bg-shape--light:before {
  opacity: 0.3;
}

.has-bg-shape--superlight:before {
  opacity: 0.75;
}

.wpml-ls-statics-shortcode_actions ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  padding: 0px;
  padding-top: 1.25rem;
  font-weight: 100;
  color: var(--white);
}

@media (min-width: 1024px) {
  .wpml-ls-statics-shortcode_actions ul {
    padding-top: 0px;
  }
}
.header .wpml-ls-statics-shortcode_actions ul {
  padding-left: 2rem;
}
.wpml-ls-statics-shortcode_actions ul li:not(:last-child):after {
  content: "|";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.wpml-ls-statics-shortcode_actions ul a {
  text-decoration-line: none;
}

.custom-slider .tab__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: var(--purplesemilight);
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-slider .tab__link .content-title {
  opacity: 1;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-slider .tab__link .content-title span {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-slider .tab__link .content-title img {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.custom-slider .tab__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--white);
  width: 0%;
  transition: none;
}
.custom-slider .tab__link img {
  flex-shrink: 0;
}
.custom-slider .swiper-pagination-bullet .tab__link .content-title {
  opacity: 0.4;
}
.custom-slider .swiper-pagination-bullet:hover .tab__link {
  background-color: var(--purpledark);
}
.custom-slider .swiper-pagination-bullet:hover .tab__link .content-title {
  opacity: 1;
}
.custom-slider .swiper-pagination-bullet-active .tab__link {
  background-color: var(--purpledark);
}
.custom-slider .swiper-pagination-bullet-active .tab__link .content-title {
  opacity: 1;
}
.custom-slider .swiper-pagination-bullet-active .tab__link .content-title span {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .custom-slider .swiper-pagination-bullet-active .tab__link .content-title span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .custom-slider .swiper-pagination-bullet-active .tab__link .content-title span {
    font-size: 1.875rem;
  }
}
.custom-slider .swiper-pagination-bullet-active .tab__link:after {
  animation: progressBar 5s linear forwards;
}
.custom-slider.is-paused .swiper-pagination-bullet-active .tab__link:after {
  animation-play-state: paused;
}

@keyframes progressBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.custom-slider__content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .custom-slider__content {
    padding: 2.5rem;
  }
}
.custom-slider__content:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  filter: grayscale(100);
  z-index: -1;
}
.custom-slider__content:after {
  content: "";
  background: url(../images/template/shape/bg-shape-repeat.png) center top repeat var(--purple);
  display: block;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: 0;
}

.tabs__nav {
  display: block;
}

@media (min-width: 1024px) {
  .tabs__nav {
    display: none;
  }
}

.tabnav__link {
  background-color: var(--purplesemilight);
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tabnav__link[aria-selected=true] {
  background-color: var(--white);
}

.accordion__item {
  border-top: 1px dashed currentColor;
  position: relative;
}
@media (min-width: 1024px) {
  .accordion__item button {
    cursor: default;
  }
  .accordion__item .icon {
    display: none;
  }
}

.accordion__header {
  cursor: pointer;
  margin: 0px;
  text-align: left;
  font-family: var(--default-font-family);
}

.accordion__header .icon .icon__group {
  stroke-width: var(--accordion-icon-stroke-width);
}

.accordion__icon-plus .icon__group {
  will-change: transform;
  transform-origin: 50% 50%;
}

.accordion__icon-arrow .icon__group > * {
  transform-origin: 10px 14px;
}

.accordion__icon-plus .icon__group {
  transform: rotate(-90deg);
}

.accordion__icon-plus .icon__group > * {
  transform-origin: 50% 50%;
}

.accordion__item--is-open:before {
  content: "";
  background: url(../images/template/shape/bg-shape.png) center top -1px repeat;
  background-size: cover;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.65;
  z-index: -1;
}
@media (min-width: 1024px) {
  .accordion__item--is-open:before {
    display: none;
  }
}

.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group > *:first-child {
  transform: translateY(-8px) rotate(-90deg);
}

.accordion__item--is-open > .accordion__header > .accordion__icon-arrow .icon__group > *:last-child {
  transform: translateY(-8px) rotate(90deg);
}

.accordion__item--is-open > .accordion__header > .accordion__icon-plus .icon__group {
  transform: rotate(90deg);
}

.accordion__item--is-open > .accordion__header > .accordion__icon-plus .icon__group > *:first-child {
  transform: rotate(-90deg);
}

.accordion__panel {
  display: none;
  will-change: height;
  transform: translateZ(0px);
}
@media (min-width: 1024px) {
  .accordion__panel {
    display: block;
  }
}

.accordion__item--is-open > .accordion__panel {
  display: block;
}

.accordion[data-animation=on] .accordion__item--is-open .accordion__panel > * {
  animation: accordion-entry-animation 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion[data-animation=on] .accordion__icon-plus .icon__group {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion[data-animation=on] .accordion__icon-plus .icon__group > * {
  transition: transform 0.3s, stroke-dashoffset 0.3s;
}

@keyframes accordion-entry-animation {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.read-smore__link {
  margin-top: 1.25rem;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--white);
  text-decoration-line: none;
  border-radius: 2rem;
}
.no-touch .read-smore__link:hover {
  background-color: var(--white);
  color: var(--purple);
}

.logo-container {
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.logo-container:before {
  content: "";
  background: linear-gradient(180deg, rgb(197, 186, 255) 0%, rgb(79, 43, 255) 100%);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}

.border-separator {
  border: 1px dashed currentColor;
  height: 1px;
  margin: 1.25rem 0;
  left: -2rem;
  width: calc(100% + 4rem);
  position: relative;
  opacity: 0.3;
}

.gallery-slide__inner {
  position: relative;
  z-index: 10;
}
.gallery-slide__inner:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.gallery-slide__inner img {
  position: relative;
  z-index: 20;
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .sticky-sidebar {
    position: sticky;
    top: var(--header-padding-desktop);
  }
}

.js .post-animation-block {
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
}
.js .post-animation-block img {
  transition: opacity 0.3s 0.3s ease-in-out;
  opacity: 0;
}
.js .post-animation-block .bt {
  transition: all 0.15s 0.15s ease-in-out;
  opacity: 0;
}
.post-animation-block.is-active {
  opacity: 1;
}
.post-animation-block.is-active img, .post-animation-block.is-active .bt {
  opacity: 1;
}

.js .header-illustration-block {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.loaded .header-illustration-block {
  opacity: 1;
}

.bt-copy-clipboard .default {
  display: block;
}
.bt-copy-clipboard .active {
  display: none;
}
.bt-copy-clipboard.active .default {
  display: none;
}
.bt-copy-clipboard.active .active {
  display: block;
}

.js .sticky-button {
  transition: all 0.1s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
.loaded .sticky-button {
  opacity: 1;
  transform: translateY(0);
}
.has-zoom .sticky-button {
  zoom: calc(var(--zoom) * 1.2);
}

.header .menu-item a[target=_blank]:after, .footer__list .menu-item a[target=_blank]:after {
  content: "";
  background: currentColor;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 1;
  margin: -0.25rem 0 0 0.5rem;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2035%2035'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m31%200h-27a4%204%200%201%200%200%208h17.42l-20.25%2020.21a4%204%200%201%200%205.62%205.62l20.26-20.25v17.42a4%204%200%201%200%208%200v-27a4%204%200%200%200%20-4.05-4z'/%3e%3c/svg%3e") no-repeat 50% 50%;
          mask: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2035%2035'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m31%200h-27a4%204%200%201%200%200%208h17.42l-20.25%2020.21a4%204%200%201%200%205.62%205.62l20.26-20.25v17.42a4%204%200%201%200%208%200v-27a4%204%200%200%200%20-4.05-4z'/%3e%3c/svg%3e") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  vertical-align: middle;
}

.section--has-background-image {
  position: relative;
}
.section--has-background-image:before {
  content: "";
  background: url(../images/template/shape/bg-shape.png) center top -1px repeat;
  background-size: cover;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.section--has-background-image:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  z-index: 0;
}

.read-smore__link-wrap {
  margin-top: auto;
}

.line, .word, .char {
  display: inline !important;
}
.line b, .line strong, .line em, .line i, .word b, .word strong, .word em, .word i, .char b, .char strong, .char em, .char i {
  display: inline !important;
}

.header {
  transition: all ease-in-out;
  min-height: 5rem;
}
.has-zoom .header {
  min-height: 1rem;
  padding: 1rem 0;
}
.has-zoom .header .logo svg {
  zoom: var(--zoom);
}
.has-zoom .header a {
  zoom: var(--zoom);
}
.has-header-no-zoom .header {
  min-height: 5rem;
  padding: 1.5rem 0;
}
.has-header-no-zoom .header .logo svg {
  zoom: 1;
}
.has-header-no-zoom .header a {
  zoom: 1;
}
.header:before {
  background-color: var(--purple);
  transition: all 0.5s ease-in-out;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
}
.has-nav-opened .header:before {
  transition: all 0.25s ease-in-out;
  transform: none;
  opacity: 1;
}
.header .container {
  transition: opacity 0.5s 0.25s ease-in-out;
  opacity: 0;
}
.js .header {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.loaded .header {
  opacity: 1;
}
.loaded .header .container {
  opacity: 1;
}
.header .logo {
  position: relative;
  z-index: 10;
}
.header li a {
  transition: background-size 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding: 0 0 5px 0;
}
.no-touch .header li a:hover {
  background-size: 100% 1px;
}

.headroom {
  will-change: transform;
}
.menu-open .headroom {
  background-color: var(--purple);
}

.headroom--pinned {
  transition: all 0.5s ease-in-out;
  transform: translateY(0%);
  position: fixed;
  z-index: 99;
}
.headroom--pinned:before {
  transform: none;
  opacity: 1;
}
.loaded .headroom--pinned .container {
  opacity: 1;
}
.mobile-container .headroom--pinned, .menu-open .headroom--pinned {
  background-color: var(--purple);
}

.headroom--unpinned {
  transform: translateY(-100%);
  position: fixed;
}
.mobile-container .headroom--unpinned {
  background-color: var(--purple);
}
.headroom--unpinned:before {
  opacity: 0;
}
.loaded .headroom--unpinned .container {
  opacity: 0;
}

.headroom--top {
  background: transparent;
}
.headroom--top:before {
  opacity: 0;
  transform: translateY(-100%);
}
.mobile-container .headroom--top {
  background: transparent;
}
.menu-open .headroom--top {
  background-color: var(--purple);
}

.main-nav__list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.main-nav__list > li {
  position: relative;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main-nav__list > li a {
  position: relative;
  z-index: 10;
  font-size: 1rem;
  text-decoration-line: none;
}
.main-nav__list > li.current-menu-ancestor > a, .main-nav__list > li.current-page-ancestor > a, .main-nav__list > li.current-menu-item > a {
  color: var(--white);
  background-size: 100% 1px;
}
.post-type-archive-automation-story .main-nav__list > li.menu-item--automation-stories > a, .single-automation-story .main-nav__list > li.menu-item--automation-stories > a {
  color: var(--white);
  background-size: 100% 1px;
}
.single-post .main-nav__list > li.menu-item--news > a {
  color: var(--white);
  background-size: 100% 1px;
}
.main-nav__list > li > ul {
  transition: all 0.25s ease-in-out;
  background-color: var(--purple);
  list-style-type: none;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  top: 100%;
  left: -2rem;
  padding: 1.25rem 0;
  min-width: 17rem;
  z-index: 0;
}
.main-nav__list > li > ul li {
  transition: 0.3s 0.15s all linear;
  padding: 0 2rem;
}
.js .main-nav__list > li > ul li {
  opacity: 0;
}
.main-nav__list > li > ul li a {
  line-height: 1.8;
}
.main-nav__list > li > ul li ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  padding-bottom: 0.75rem;
}
.main-nav__list > li > ul li ul li {
  padding: 0 0 0 1rem;
}
.main-nav__list > li > ul.show {
  opacity: 1;
  visibility: visible;
}
.main-nav__list > li > ul.show li {
  opacity: 1;
}
.main-nav__list > li.menu-item-has-children:hover > ul, .main-nav__list > li.menu-item-has-children:focus > ul, .main-nav__list > li.menu-item-has-children:focus-within > ul {
  opacity: 1 !important;
  visibility: visible !important;
}
.main-nav__list > li.menu-item-has-children:hover > ul li, .main-nav__list > li.menu-item-has-children:focus > ul li, .main-nav__list > li.menu-item-has-children:focus-within > ul li {
  opacity: 1 !important;
}

.list__nav a {
  text-decoration-line: none;
}

.aligncenter {
  text-align: center;
}

.txtalignleft {
  text-align: left;
}

.txtalignright {
  text-align: right;
}

.wrapper .alignleft,
.wrapper .alignright,
.wrapper .aligncenter {
  float: none;
  margin: 0 auto 0.5rem;
}
@media (min-width: 1024px) {
  .wrapper .alignleft {
    float: left;
    margin: 0 2rem 1rem 0;
  }
  .wrapper .alignright {
    float: right;
    margin: 0 0 1rem 2rem;
  }
  .wrapper .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}

h1,
.entry-title {
  color: currentColor;
  overflow-wrap: break-word;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  display: block;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 1rem 0;
}
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong {
  font-weight: 700;
}
.entry-content h2 {
  margin: 0px;
  display: block;
  padding: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1024px) {
  .entry-content h2 {
    font-size: 3rem;
  }
}
.entry-content h3 {
  font-size: 1.5rem;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25rem;
}
.entry-content p {
  margin: 0px;
  display: block;
  padding: 0px;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.entry-content p:empty {
  display: none;
}
.entry-content p:only-child {
  padding: 0;
}
.entry-content ul {
  list-style-type: disc;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.entry-content ul ul {
  padding-top: 1rem;
  padding-bottom: 0;
}
.entry-content ol {
  list-style-type: number;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.entry-content li {
  width: 100%;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.entry-content hr {
  background: currentColor;
  border: 0;
  display: block;
  height: 1px;
  margin: 0 0 1.25rem 0;
}
@media (min-width: 1024px) {
  .entry-content hr {
    margin: 0 0 2.5rem;
  }
}
.entry-content a {
  color: var(--white);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .entry-content a:hover {
    text-decoration-line: none;
  }
}
.entry-content a {
  overflow-wrap: break-word;
}
.entry-content a.bt {
  text-decoration-line: none;
}
@media (hover: hover) and (pointer: fine) {
  .entry-content a.bt:hover {
    color: var(--purple);
  }
}
.entry-content em,
.entry-content i {
  font-style: italic;
}
.entry-content blockquote {
  margin: 0px;
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .entry-content blockquote {
    margin-left: -16.6666%;
    font-size: 3rem;
  }
}
.entry-content blockquote p {
  display: block;
  line-height: 1.25;
  font-size: 1em;
}
.entry-content blockquote cite {
  display: block;
  padding-top: 0.75rem;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
}
.entry-content iframe,
.entry-content .prev-video_youtube {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: 0 0 1rem;
}
.entry-content img {
  height: auto;
  max-width: 100%;
}
.entry-content figure:not(.alignwide) {
  margin: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0px;
}
.entry-content figcaption, .entry-content .wp-caption {
  margin: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: right;
  font-size: 0.75rem;
}

.edit-post-visual-editor h2,
.edit-post-visual-editor h3,
.edit-post-visual-editor h4,
.edit-post-visual-editor h5,
.edit-post-visual-editor h6 {
  display: block;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  padding: 1rem 0;
}
.edit-post-visual-editor h2 strong,
.edit-post-visual-editor h3 strong,
.edit-post-visual-editor h4 strong,
.edit-post-visual-editor h5 strong,
.edit-post-visual-editor h6 strong {
  font-weight: 700;
}
.edit-post-visual-editor h2:not([class*=text-]) {
  margin: 0px;
  display: block;
  padding: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1024px) {
  .edit-post-visual-editor h2:not([class*=text-]) {
    font-size: 3rem;
  }
}
.edit-post-visual-editor h3:not([class*=text-]) {
  font-size: 1.5rem;
}
.edit-post-visual-editor h4:not([class*=text-]),
.edit-post-visual-editor h5:not([class*=text-]),
.edit-post-visual-editor h6:not([class*=text-]) {
  font-size: 1.25rem;
}
.edit-post-visual-editor p:not([class*=text-]) {
  margin: 0px;
  display: block;
  padding: 0px;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.edit-post-visual-editor p:empty {
  display: none;
}
.edit-post-visual-editor p:only-child {
  padding: 0;
}
.edit-post-visual-editor p a {
  color: var(--white);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .edit-post-visual-editor p a:hover {
    color: var(--white);
    text-decoration-line: none;
  }
}
.edit-post-visual-editor p a {
  overflow-wrap: break-word;
}
.edit-post-visual-editor p a.bt {
  text-decoration-line: none;
}
@media (hover: hover) and (pointer: fine) {
  .edit-post-visual-editor p a.bt:hover {
    color: var(--purple);
  }
}
.edit-post-visual-editor ul {
  list-style-type: disc;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.edit-post-visual-editor ul ul {
  padding-top: 1rem;
  padding-bottom: 0;
}
.edit-post-visual-editor ol {
  list-style-type: number;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
.edit-post-visual-editor li {
  width: 100%;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.edit-post-visual-editor hr {
  background: currentColor;
  border: 0;
  display: block;
  height: 1px;
  margin: 0 0 1.25rem 0;
}
@media (min-width: 1024px) {
  .edit-post-visual-editor hr {
    margin: 0 0 2.5rem;
  }
}
.edit-post-visual-editor blockquote {
  margin: 0px;
  display: block;
  border-width: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .edit-post-visual-editor blockquote {
    font-size: 3rem;
    margin-left: -16.6666% !important;
  }
}
.edit-post-visual-editor blockquote p {
  display: block;
  line-height: 1.25;
  font-size: 1em !important;
}
.edit-post-visual-editor blockquote cite {
  display: block;
  padding-top: 0.75rem;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
}
.edit-post-visual-editor figure:not(.alignwide) {
  margin: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0px;
}
.edit-post-visual-editor figcaption, .edit-post-visual-editor .wp-caption {
  margin: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: right;
  font-size: 0.75rem;
}
.edit-post-visual-editor .block-editor-block-list__layout {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  max-width: 820px;
}
.edit-post-visual-editor .editor-styles-wrapper .rich-text, .edit-post-visual-editor .editor-styles-wrapper .wp-block-image, .edit-post-visual-editor .editor-styles-wrapper .wp-block-embed {
  margin: 0 !important;
  min-width: 100% !important;
}

.footer li a {
  text-decoration-line: none;
}

@media (hover: hover) and (pointer: fine) {
  .footer li a:hover {
    text-decoration-line: none;
  }
}
.footer li a span {
  transition: background-size 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding: 0 0 5px 0;
}
.no-touch .footer li a span:hover {
  background-size: 100% 1px;
}

.footer__inner {
  position: relative;
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .footer__inner {
    padding-top: 4rem;
  }
}
.footer__inner:after {
  content: "";
  background: var(--purple);
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4rem;
  height: 4rem;
  width: 100%;
  z-index: 25;
}

.footer__list a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.footer__list ul {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .social__list a:hover {
    color: var(--purplelight);
  }
}
.social__list svg {
  fill: currentColor;
}

@media (max-width: 980px) {
  .container {
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
.mobile-menu {
  transition: all 0.3s ease-in-out;
  background: transparent;
  transform: none;
  position: fixed;
  margin: 0;
  min-height: var(--header-height-mobile);
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu svg {
  flex-shrink: 0;
}
.mobile-menu svg.show-menu {
  display: block;
  margin: 0 auto;
}
.mobile-open .mobile-menu svg.show-menu {
  display: none;
}
.mobile-menu svg.hide-menu {
  display: none;
  margin: 0 auto;
}
.mobile-open .mobile-menu svg.hide-menu {
  display: block;
}
.mobile-menu__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem 0 1.25rem;
}

.bt-menu {
  margin: 0px;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.bt-menu svg {
  fill: var(--white);
  stroke: var(--white);
}
.bt-menu .show-menu {
  display: block;
}
.menu-open .bt-menu .show-menu {
  display: none;
}
.bt-menu .hide-menu {
  display: none;
}
.menu-open .bt-menu .hide-menu {
  display: block;
}

.mobile-nav {
  will-change: transform;
  transition: transform 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
  background: var(--purple);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - var(--header-padding-mobile));
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  position: fixed;
  transform: translateX(-100%);
  top: var(--header-padding-mobile);
  width: 100%;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.menu-open .mobile-nav {
  transform: translateX(0);
}
.loaded .mobile-nav {
  opacity: 1;
}
.mobile-nav::-webkit-scrollbar {
  width: 5px;
}
.mobile-nav::-webkit-scrollbar-track {
  background: var(--white);
  border-radius: 0;
}
.mobile-nav::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 0;
}

.mobile-nav__container {
  position: relative;
}

.mobile-nav__list {
  will-change: transform;
  transition: transform 0.6s ease-in-out;
  font-weight: normal;
  position: relative;
  padding: 0 0 1rem;
  z-index: 50;
}
.mobile-nav__list ul {
  list-style-type: none;
  display: none;
  margin: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 0 1.5rem 1rem;
}
.mobile-nav__list ul.show {
  opacity: 1;
  display: block;
}
.mobile-nav__list ul li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  text-transform: none;
}
.mobile-nav__list li {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.mobile-nav__list a {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  color: var(--white);
  text-decoration-line: none;
}
.mobile-nav__list a[aria-expanded=false]:after, .mobile-nav__list a[aria-expanded=true]:after {
  transition: transform 0.3s ease-in-out;
  content: "";
  background: url(../images/icons/icon-arrow.svg) center center no-repeat;
  background-size: cover;
  display: inline-flex;
  height: 14px;
  margin: 0.75rem 0 0 0.75rem;
  width: 16px;
}
.mobile-nav__list a[aria-expanded=true]:after {
  transform: rotate(90deg);
}

.mobile-nav__list--footer li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  color: var(--white);
}

/* TARTEAUCITRON */
.modal-open {
  overflow: hidden;
  height: 100%;
}

#contentWrapper {
  display: unset;
}

@media screen and (max-width: 767px) {
  #tarteaucitron,
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    border: 0;
    background: var(--white);
  }
  #tarteaucitron .tarteaucitronBorder,
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    left: 0;
    width: 90%;
    max-height: 80%;
    margin: 0 5%;
    border: 0;
  }
}
#tarteaucitronRoot div#tarteaucitron {
  right: 0;
  left: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: var(--purpledark);
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  color: #424242;
}

#tarteaucitronRoot button {
  border: 0;
  background: transparent;
}

#tarteaucitronAlertBig a,
#tarteaucitronAlertBig strong,
#tarteaucitronAlertSmall a,
#tarteaucitronAlertSmall strong {
  color: var(--white);
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tarteaucitronRoot {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  font-family: var(--default-font-family);
  font-size: 1rem;
  line-height: normal;
  box-sizing: initial;
  vertical-align: initial;
  color: var(--black);
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  margin: 15px 0 28px;
  text-align: center;
  color: var(--white);
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: var(--white);
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

#tarteaucitronBack {
  position: fixed;
  z-index: 2147483646;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: var(--white);
}

#tarteaucitron {
  position: fixed;
  z-index: 2147483647;
  top: 6%;
  left: 50%;
  display: none;
  width: 860px;
  max-height: 80%;
  margin: 0 auto 0 -430px;
  padding: 0;
}

#tarteaucitron .tarteaucitronBorder {
  overflow: auto;
  height: auto;
  border: 2px solid var(--purple);
  border-top: 0;
  background: var(--white);
}

#tarteaucitron #tarteaucitronClosePanel,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie {
  font-size: 0.925rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: -4px;
  width: calc(100% - 12px);
  padding: 6px;
  cursor: pointer;
  text-align: right;
  text-decoration: none;
  color: var(--white);
  background: var(--purple);
}

#tarteaucitron #tarteaucitronDisclaimer {
  font-size: 12px;
  width: 80%;
  margin: 15px auto 0;
  color: #555;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  position: relative;
  display: none;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  box-sizing: border-box;
  width: 100%;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: auto;
  margin: 20px 0 0;
  padding: 5px 20px;
  text-align: left;
  color: var(--white);
  background: var(--purple);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-weight: 500;
  color: var(--white);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  margin: 0;
  padding: 5px 10px;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  z-index: 2147483647;
  display: none;
  max-width: 270px;
  margin-top: 0;
  padding: 20px;
  color: var(--white);
}

#tarteaucitron #tarteaucitronInfo a {
  text-decoration: underline;
  color: var(--white);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  overflow: hidden;
  margin: 0;
  padding: 15px 15px 15px 0;
  background: rgba(51, 51, 51, 0.1);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  position: relative;
  margin-top: 21px;
  margin-bottom: 0;
  border: 3px solid var(--purple);
  border-top: 5px solid var(--purple);
  border-left: 9px solid var(--purple);
  background: var(--purple);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: var(--purple);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-top: 2px;
  margin-left: 15px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: var(--white);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  width: 50%;
  margin-left: 10px;
  text-align: left;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 0 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  display: inline-block;
  width: auto;
  padding: 6px 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  border: 2px solid currentColor;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed {
  border: 2px solid transparent;
  padding: 0.75rem 0.875rem;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed:hover {
  border-color: var(--purple);
  background-color: var(--white);
  color: var(--purple);
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  opacity: 1;
  border-color: var(--white);
  background-color: var(--purpledark);
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
  opacity: 1;
  border-color: var(--purpledark);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #dfeabe;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  font-size: 0.75rem;
  color: var(--purple);
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 1.125rem;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  font-size: 0.875rem;
  width: auto;
  margin-left: 0;
}

span#tarteaucitronDisclaimerAlert {
  display: inline-block;
  padding: 0 0.75rem;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
#tarteaucitron .tarteaucitronBorder,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden {
  border-color: var(--purple);
}

.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronAlertBig {
  font-size: 1rem;
  position: fixed;
  z-index: 2147483645;
  left: 0;
  display: none;
  box-sizing: content-box;
  width: 100%;
  margin: auto;
  text-align: center;
  color: var(--white);
  background: var(--purple);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  color: var(--white);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronRoot .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronDeny,
.tarteaucitronCTAButton {
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
  margin-left: 7px;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  color: var(--white);
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: transparent;
  border: 2px solid var(--white);
}

#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
  color: var(--black);
  background: var(--white);
}

#tarteaucitronPercentage {
  position: fixed;
  z-index: 2147483644;
  left: 0;
  width: 0;
  height: 5px;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
}

.tarteaucitronIconBottomRight {
  right: 0;
  bottom: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager,
.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  position: fixed;
  z-index: 2147483646;
  width: auto;
  background: transparent;
  display: none !important;
}

#tarteaucitronIcon #tarteaucitronManager {
  font-size: 11px;
  display: inline-block;
  padding: 8px 10px;
  cursor: pointer;
  color: transparent;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

.tarteaucitronAlertSmallBottom,
.tarteaucitronAlertSmallTop {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  position: fixed;
  z-index: 2147483646;
  right: 0;
  display: none;
  width: auto;
  padding: 0;
  text-align: center;
  background: var(--purple);
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  font-size: 11px;
  display: inline-block;
  padding: 8px 10px;
  cursor: pointer;
  color: var(--white);
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: hsla(0, 0%, 100%, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 8px;
  margin-top: 5px;
  margin-bottom: 1px;
  border-radius: 5px;
  background-color: gray;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  display: block;
  float: left;
  width: 0;
  height: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1b870b;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #fbda26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9c1a1a;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  font-size: 30px;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  vertical-align: top;
  color: var(--white);
  background: hsla(0, 0%, 100%, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: hsla(0, 0%, 100%, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  position: fixed;
  right: 0;
  display: none;
  width: 100%;
  max-width: 500px;
  max-height: 70%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  font-size: 11px;
  overflow: auto;
  height: auto;
  text-align: left;
  color: var(--purple);
  border: 2px solid var(--purple);
  background: var(--white);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: var(--purple);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
  background: var(--purple);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  font-size: 16px;
  color: var(--white);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  padding: 7px 5px 10px;
  word-wrap: break-word;
  background: rgba(51, 51, 51, 0.1);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  text-decoration: none;
  color: var(--purple);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  font-size: 11px;
  display: inline-block;
  width: 30%;
  margin-left: 10%;
  vertical-align: top;
  color: var(--purple);
}

.tac_activate {
  font-size: 12px;
  line-height: normal;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  color: var(--white);
  background: var(--purple);
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: var(--white);
}

.tac_activate .tac_float .tarteaucitronAllow {
  display: inline-block;
  background-color: #1b870b;
}

ins.adsbygoogle,
ins.ferank-publicite {
  text-decoration: none;
}

div.amazon_product {
  width: 120px;
  height: 240px;
}

div#tarteaucitronInfo {
  font-size: 1em;
  position: relative;
  display: block;
  max-width: 80%;
  margin: -10px auto 40px;
  padding: 15px 0;
  text-align: center;
  border-color: #555;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

a.tarteaucitronSelfLink {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  display: block;
  height: 30px;
  text-align: center;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em;
  margin-top: 4px;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px;
}

.spacer-20 {
  height: 20px;
}

.display-block,
.spacer-20 {
  display: block;
}

.display-none {
  display: none;
}

#tarteaucitronRoot * {
  font-family: var(--default-font-family);
  font-size: 1rem;
}

#tarteaucitronPercentage {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  padding: 0 1rem 1rem;
  text-align: center;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  font-weight: 600;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
  font-size: 1rem;
  min-width: 10rem;
  color: hsla(0, 0%, 100%, 0.5);
  background: none;
}

@media (max-width: 767.98px) {
  #tarteaucitronAlertBig #tarteaucitronCloseAlert,
  #tarteaucitronAlertBig #tarteaucitronPersonalize {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 0.3125rem;
  }
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  height: 2.25rem;
  margin: 0 0 0 0.3125rem;
  padding: 0.3125rem 0.625rem;
  vertical-align: top;
  color: var(--white);
  border-radius: 2rem;
  border: 2px solid var(--white);
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  background: var(--white);
  color: var(--purple);
}

@media (max-width: 767.98px) {
  #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    display: block;
    min-width: 17.5rem;
    margin: 1rem auto 0;
    padding: 0.25rem 0;
  }
}
@media (max-width: 991.98px) {
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    display: block;
  }
}
#tarteaucitronAlertBig {
  padding: 2rem 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  position: relative;
  top: 0;
  padding: 0.625rem 0.625rem 0.375rem;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  font-weight: 500;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
  color: var(--black);
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
  overflow: hidden;
  height: 2.25rem;
  margin: 0 0.75rem;
  color: #dfeabe;
  border-radius: 2rem;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize span {
  margin: 0 0 0 -1rem;
  color: var(--white);
}

#tarteaucitronBack {
  opacity: 1;
  background: var(--white);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  color: var(--white);
  background: var(--purpledark);
  border: 2px solid transparent;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover {
  color: var(--purple);
  background: var(--white);
  border-color: var(--purple);
}

@media (max-width: 767.98px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
    min-height: 1.5rem;
    margin: 1rem 0;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  font-size: 1rem;
  margin: 0 0 0 0.625rem;
  padding: 0.625rem 0.875rem 0.625rem;
  border-radius: 2rem;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow .tarteaucitronCheck,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny .tarteaucitronCheck,
.tac_activate .tarteaucitronAllow .tarteaucitronCheck {
  display: none;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  top: -2px;
  padding: 0.625rem 0.875rem;
  color: var(--purple);
  border-radius: 2rem;
  border: 2px solid var(--white);
  background: var(--white);
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover {
  background: var(--purpledark);
  border-color: transparent;
  color: var(--white);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny .tarteaucitronCross {
  display: none;
}

@media (max-width: 767.98px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    top: 0;
    min-height: 1.5rem;
  }
}
.tac_activate .tac_float .tarteaucitronAllow {
  color: var(--purple);
  background: var(--white);
}

.tarteaucitronLine .tarteaucitronAllow,
.tarteaucitronLine .tarteaucitronDeny {
  transition: all 0.3s ease-in-out;
}

.tarteaucitronLine .tarteaucitronAllow:focus,
.tarteaucitronLine .tarteaucitronAllow:hover,
.tarteaucitronLine .tarteaucitronDeny:focus,
.tarteaucitronLine .tarteaucitronDeny:hover {
  opacity: 1;
}

#tarteaucitronClosePanel {
  font-size: 0.9rem;
  line-height: 1;
  top: 0;
  right: 0.95rem;
  z-index: 50;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  font-size: 1rem;
  padding: 0.75rem;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: transparent;
}

@media (max-width: 991.98px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    float: none;
    clear: both;
    width: 100%;
    padding: 0.625rem 0 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #tarteaucitronRoot .tarteaucitronH2 {
    margin: 0;
    text-align: center;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAsk .tarteaucitronDeny {
  color: var(--purpledark);
  background: var(--white);
  border: 2px solid currentColor;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk .tarteaucitronAllow {
  color: var(--white);
  background: var(--purpledark);
  border-color: var(--white);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  color: var(--black);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b span,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert span,
#tarteaucitronAlertBig #tarteaucitronPersonalize2 span,
#tarteaucitronAlertBig #tarteaucitronPersonalize span {
  color: var(--black);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b span.tarteaucitronCheck,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert span.tarteaucitronCheck,
#tarteaucitronAlertBig #tarteaucitronPersonalize2 span.tarteaucitronCheck,
#tarteaucitronAlertBig #tarteaucitronPersonalize span.tarteaucitronCheck {
  display: none;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  transition: all 0.3s ease-in-out;
  height: 2.5rem;
  margin: 0 0.625rem 0 0;
  padding: 0.3125rem 1.5rem;
  color: var(--white);
  border-radius: 2rem;
  background: var(--purpledark);
}
#tarteaucitronAlertBig #tarteaucitronPersonalize:hover,
#tarteaucitronAlertBig #tarteaucitronPersonalize2:hover {
  background: var(--white);
  color: var(--purple);
}

@media (max-width: 767.98px) {
  #tarteaucitronAlertBig #tarteaucitronPersonalize,
  #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
    display: block;
    min-width: 17.5rem;
    margin: 0 auto 1rem;
    padding: 0.25rem 0;
  }
}
#tarteaucitronAlertBig #tarteaucitronAllDenied,
#tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  height: 2.25rem;
  margin: 0 0.625rem;
  padding: 0.3125rem 1.5rem;
  color: var(--white);
  border-radius: 2rem;
}
#tarteaucitronAlertBig #tarteaucitronAllDenied:hover,
#tarteaucitronAlertBig #tarteaucitronAllDenied2:hover {
  background: var(--white);
  color: var(--purple);
}

#tarteaucitronAlertBig #tarteaucitronAllDenied2 span,
#tarteaucitronAlertBig #tarteaucitronAllDenied span {
  color: var(--white);
}

#tarteaucitronAlertBig #tarteaucitronAllDenied2 span.tarteaucitronCross,
#tarteaucitronAlertBig #tarteaucitronAllDenied span.tarteaucitronCross {
  display: none;
}

@media (max-width: 767.98px) {
  #tarteaucitronAlertBig #tarteaucitronAllDenied,
  #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
    display: block;
    min-width: 17.5rem;
    margin: 0 auto 1rem;
    padding: 0.25rem 0;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    float: none;
    width: 100%;
  }
}
.tarteaucitronChec,
.tarteaucitronCross,
.tarteaucitronIconBottomRight {
  display: none;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  color: var(--white);
}

#tarteaucitronRoot div#tarteaucitronSave {
  display: none;
}

.tac_visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 100%) {
    .lg\:container {
      max-width: 100%;
    }
  }
  @media (min-width: 980px) {
    .lg\:container {
      max-width: 980px;
    }
  }
  @media (min-width: 1160px) {
    .lg\:container {
      max-width: 1160px;
    }
  }
  @media (min-width: calc(100vw - 12vw)) {
    .lg\:container {
      max-width: calc(100vw - 12vw);
    }
  }
}

.first\:pt-12:first-child {
  padding-top: 3rem;
}

.even\:flex-row-reverse:nth-child(even) {
  flex-direction: row-reverse;
}

@media (hover: hover) and (pointer: fine) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:no-underline:hover {
    text-decoration-line: none;
  }
}

@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:flex {
    display: flex;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .lg\:right-8 {
    right: 2rem;
  }
  .lg\:top-8 {
    top: 2rem;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-ml-\[16\.6666\%\] {
    margin-left: -16.6666%;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-y-8 {
    row-gap: 2rem;
  }
  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }
  .lg\:bg-purplemedium {
    background-color: var(--purplemedium);
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-48 {
    padding-top: 12rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
  .first\:lg\:pt-0:first-child {
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:order-none {
    order: 0;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:col-start-6 {
    grid-column-start: 6;
  }
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
  .xl\:block {
    display: block;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-10\/12 {
    width: 83.333333%;
  }
  .xl\:w-2\/3 {
    width: 66.666667%;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:p-8 {
    padding: 2rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:text-2\.5xl {
    font-size: 1.75rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
  }
  .xl\:text-6\.5xl {
    font-size: 4rem;
  }
  .xl\:text-base {
    font-size: 1rem;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }
  .\32xl\:col-start-8 {
    grid-column-start: 8;
  }
  .\32xl\:w-1\/2 {
    width: 50%;
  }
  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }
  .\32xl\:max-w-\[66\%\] {
    max-width: 66%;
  }
  .\32xl\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .\32xl\:max-w-full {
    max-width: 100%;
  }
  .\32xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
  }
  .\32xl\:p-4 {
    padding: 1rem;
  }
  .\32xl\:p-8 {
    padding: 2rem;
  }
  .\32xl\:text-2xl {
    font-size: 1.5rem;
  }
  .\32xl\:text-3xl {
    font-size: 1.875rem;
  }
  .\32xl\:text-4xl {
    font-size: 2.25rem;
  }
  .\32xl\:text-7\.5xl {
    font-size: 5rem;
  }
  .\32xl\:text-xl {
    font-size: 1.25rem;
  }
}
