@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('i/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('i/fonts/slick.eot');
    src: url('i/fonts/slick.eot?#iefix') format('embedded-opentype'), url('i/fonts/slick.woff') format('woff'), url('i/fonts/slick.ttf') format('truetype'), url('i/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #17968d;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
  font-family: "MoonFlowerBold";
  font-style: normal;
  font-weight: normal;
  src: url("i/MoonFlowerBold.woff") format("woff");
  font-display: block;
}
html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media all and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media all and (max-width: 760px) {
  html {
    font-size: 1.3157894737vw;
  }
}
/*
@media all and (max-width: 1920px) {
	//@media all and (max-width: 1400px) {
	html {
		font-size: 0.52082222vw;
		// 10/1920/0.01
	}
}*/
/*
@media all and (min-width: 1401px) {
	html {
		font-size: 7.291666666px;
		// 1400/1920*10
	}
}

//@media all and (max-width: 1920px) {
@media all and (max-width: 1400px) {
	html {
		font-size: 0.52082222vw;
		// 10/1920/0.01
	}
}

@media all and (max-width: 640px) {
	html {
		font-size: 1.302083333vw;
		// 10/768/0.01
	}
}
*/
.global {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.ib {
  display: inline-block;
}

.s1 {
  background-image: url("i/bg1.jpg");
}

.logo {
  width: 245px;
}
@media (max-width: 1440px) {
  .logo {
    width: calc(1920 / 1440 * 24.5rem);
  }
}
@media (max-width: 760px) {.logo {
  width: 44.6rem;
}
}

.line {
  background-repeat: no-repeat;
  background-image: url("i/line.svg");
}

.hl-orange {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
  display: inline;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(235, 91, 38, var(--tw-bg-opacity));
  padding: 1rem;
}
@media (max-width: 760px) {.hl-orange {
  line-height: 1.8;
}
}

.picto1 {
  width: 9.2rem;
}

.picto2 {
  width: 2rem;
}

.picto3 {
  width: 9rem;
}

.s4top {
  background-image: url("i/s4top.jpg");
}

.s4bot {
  background-image: url("i/s4bot.jpg");
}

.bt-don {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 91, 38, var(--tw-bg-opacity));
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding: 2rem;
}

.bt-don:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 54, 0, var(--tw-bg-opacity));
}

@media (max-width: 760px) {
  .bt-don {
    font-size: 3.9rem;
    line-height: 1;
    display: block;
    text-align: center;
    height: 11rem;
    padding: 0px;
    line-height: 11rem;
  }
}

.montant {
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 78, 85, var(--tw-text-opacity));
  width: 9rem;
  height: 6.5rem;
  line-height: 6.5rem;
  text-align: center;
  cursor: pointer;
}

.montant-active {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 91, 38, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.autre-montant::-moz-placeholder {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: max(1.6rem, 14px) !important;
  line-height: 4rem;
  height: 4rem;
}

.autre-montant:-ms-input-placeholder {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: max(1.6rem, 14px) !important;
  line-height: 4rem;
  height: 4rem;
}

.autre-montant::placeholder {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: max(1.6rem, 14px) !important;
  line-height: 4rem;
  height: 4rem;
}

.soit {
  font-size: max(1.6rem, 14px) !important;
}

.slick-next {
  right: -6.5rem;
  width: 5.2rem;
  height: 10rem;
}
@media (max-width: 760px) {
  .slick-next {
    right: 2rem;
    top: 20rem;
  }
}

.slick-next:before {
  background: url("i/arrow-r.svg") left top no-repeat;
  background-size: 5.2rem;
  opacity: 1;
  width: 5.2rem;
  height: 10rem;
  display: block;
  content: "";
}
.engagementSlider .slick-next:before {
  background: url("i/arrow-r-white.svg") left top no-repeat;
}

.slick-prev {
  left: -7rem;
  width: 5.2rem;
  height: 10rem;
}
@media (max-width: 760px) {
  .slick-prev {
    left: 2rem;
    top: 20rem;
    z-index: 100;
  }
}

.slick-prev:before {
  background: url("i/arrow-l.svg") left top no-repeat;
  background-size: 5.2rem;
  opacity: 1;
  width: 5.2rem;
  height: 10rem;
  display: block;
  content: "";
}
.engagementSlider .slick-prev:before {
  background: url("i/arrow-l-white.svg") left top no-repeat;
}

.slick-dots {
  bottom: -7rem;
}
@media (max-width: 760px) {
  .slick-dots {
    bottom: 2rem;
  }
}

.slick-dots li button:before {
  --tw-border-opacity: 1;
  border-color: rgba(235, 91, 38, var(--tw-border-opacity));
  border-width: 1px;
  border-width: 0.3rem;
  opacity: 1;
  border-radius: 9999px;
  content: "";
}

.slick-dots li.slick-active button:before {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 91, 38, var(--tw-bg-opacity));
  opacity: 1;
}

.footerNav {
  font-size: max(1.6rem, 13px) !important;
}
@media (max-width: 760px) {
  .footerNav {
    font-size: 2.8rem !important;
  }
}

@media (max-width: 760px) {
  .engagementSlide {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

::moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  color: inherit;
  text-decoration: inherit;
}

body {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

b {
  font-weight: bolder;
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}

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

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

iframe, img {
  display: block;
  vertical-align: middle;
}

.windi-h39d6b {
  display: flex;
  /* items-start */
  /* items-start */
  /* items-start */
  align-items: flex-start;
  /* items-start */
  /* justify-between */
  /* justify-between */
  /* justify-between */
  justify-content: space-between;
  /* justify-between */
  margin: auto;
  /* m-auto */
  max-width: 141.5rem;
  /* max-w-141.5rem */
  padding-top: 24.5rem;
  /* pt-24.5rem */
  width: 100%;
  /* w-full */
}

.windi-1asc9rm {
  display: flex;
  /* justify-between */
  /* justify-between */
  /* justify-between */
  justify-content: space-between;
  /* justify-between */
}

.windi-1o7leg0 {
  display: flex;
  /* justify-between */
  /* justify-between */
  /* justify-between */
  justify-content: space-between;
  /* justify-between */
  margin: auto;
  /* m-auto */
  margin-top: 5rem;
  /* mt-5rem */
  margin-bottom: 5rem;
  /* mb-5rem */
  max-width: 122rem;
  /* max-w-122rem */
  width: 100%;
  /* w-full */
}

.windi-1lm5cps {
  display: flex;
  margin: auto;
  /* m-auto */
  margin-top: 6.5rem;
  /* mt-6.5rem */
  max-width: 141rem;
  /* max-w-141rem */
  padding-bottom: 7rem;
  /* pb-7rem */
}

.windi-10acbvm {
  display: flex;
  margin: auto;
  /* m-auto */
  margin-top: 3rem;
  /* mt-3rem */
  max-width: 141rem;
  /* max-w-141rem */
}

.windi-1lnv99r {
  display: flex;
  /* justify-between */
  /* justify-between */
  /* justify-between */
  justify-content: space-between;
  /* justify-between */
  margin: auto;
  /* m-auto */
  max-width: 141rem;
  /* max-w-141rem */
}

.windi-1gm4q8n {
  display: flex;
  float: right;
  /* float-right */
  padding-top: 2.5rem;
  /* pt-2.5rem */
}

.windi-1lm5cps > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  /* space-x-3.2rem */
  margin-right: calc(3.2rem * var(--tw-space-x-reverse));
  /* space-x-3.2rem */
  margin-left: calc(3.2rem * calc(1 - var(--tw-space-x-reverse)));
  /* space-x-3.2rem */
}

.windi-10acbvm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  /* space-x-3rem */
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  /* space-x-3rem */
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  /* space-x-3rem */
}

.windi-1gm4q8n > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  /* space-x-2rem */
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  /* space-x-2rem */
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  /* space-x-2rem */
}

.windi-1roqy5f {
  --tw-bg-opacity: 1;
  /* bg-orange */
  background-color: rgba(235, 91, 38, var(--tw-bg-opacity));
  /* bg-orange */
  -webkit-box-decoration-break: clone;
  /* decoration-clone */
  box-decoration-break: clone;
  /* decoration-clone */
  display: inline;
  /* inline */
  font-weight: 900;
  /* font-900 */
  font-size: 6rem;
  /* fz-6rem */
  line-height: 1;
  /* fz-6rem */
  line-height: 1.3;
  /* lh-1.3 */
  padding-left: 1rem;
  /* px-1rem */
  padding-right: 1rem;
  /* px-1rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-18se28q {
  --tw-bg-opacity: 1;
  /* bg-green */
  background-color: rgba(0, 78, 85, var(--tw-bg-opacity));
  /* bg-green */
  margin-top: 2.5rem;
  /* mt-2.5rem */
  max-width: 45rem;
  /* max-w-45rem */
  padding: 2.8rem;
  /* p-2.8rem */
  padding-top: 3.3rem;
  /* py-3.3rem */
  padding-bottom: 3.3rem;
  /* py-3.3rem */
  width: 100%;
  /* w-full */
}

.windi-1nfzj1r {
  background-color: transparent;
  /* bg-transparent */
  font-size: 3rem;
  /* text-3rem */
  line-height: 1;
  /* text-3rem */
  outline: 2px solid transparent;
  /* outline-none */
  outline-offset: 2px;
  /* outline-none */
  --tw-text-opacity: 1;
  /* text-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* text-white */
  width: 100%;
  /* w-full */
}

.windi-1fh5s39 {
  --tw-bg-opacity: 1;
  /* bg-orange */
  background-color: rgba(235, 91, 38, var(--tw-bg-opacity));
  /* bg-orange */
  display: inline;
  /* inline */
  font-weight: 900;
  /* font-900 */
  font-size: 4.5rem;
  /* fz-4.5rem */
  line-height: 1;
  /* fz-4.5rem */
  padding-top: 0.8rem;
  /* py-0.8rem */
  padding-bottom: 0.8rem;
  /* py-0.8rem */
  padding-left: 1rem;
  /* px-1rem */
  padding-right: 1rem;
  /* px-1rem */
  position: absolute;
  /* absolute */
  top: 40rem;
  /* top-40rem */
  left: 3rem;
  /* left-3rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
  text-transform: uppercase;
  /* uppercase */
}

.windi-jfm4bi {
  --tw-bg-opacity: 1;
  /* bg-green */
  background-color: rgba(0, 78, 85, var(--tw-bg-opacity));
  /* bg-green */
  --tw-bg-opacity: 0.7;
  /* bg-opacity-70 */
  -webkit-box-decoration-break: clone;
  /* decoration-clone */
  box-decoration-break: clone;
  /* decoration-clone */
  display: inline;
  /* inline */
  font-size: 3.5rem;
  /* fz-3.5rem */
  line-height: 1;
  /* fz-3.5rem */
  line-height: 1.5;
  /* lh-1.5 */
  padding: 0.3rem;
  /* p-0.3rem */
  padding-left: 0.8rem;
  /* px-0.8rem */
  padding-right: 0.8rem;
  /* px-0.8rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-3nalep {
  --tw-bg-opacity: 1;
  /* bg-green */
  background-color: rgba(0, 78, 85, var(--tw-bg-opacity));
  /* bg-green */
  display: inline-block;
  /* inline-block */
  font-family: "MoonFlowerBold", Helvetica, Arial, sans-serif;
  /* font-mf */
  font-size: 5.4rem;
  /* fz-5.4rem */
  line-height: 1;
  /* fz-5.4rem */
  margin-left: 21.2rem;
  /* ml-21.2rem */
  padding: 1rem;
  /* p-1rem */
  padding-left: 1.5rem;
  /* px-1.5rem */
  padding-right: 1.5rem;
  /* px-1.5rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-8ab7e3 {
  --tw-bg-opacity: 1;
  /* bg-orange */
  background-color: rgba(235, 91, 38, var(--tw-bg-opacity));
  /* bg-orange */
  height: 56.2rem;
  /* h-56.2rem */
  max-width: 72rem;
  /* max-w-72rem */
  padding: 4rem;
  /* p-4rem */
  padding-right: 3.3rem;
  /* pr-3.3rem */
  right: 0px;
  /* right-0 */
  bottom: -10rem;
  /* -bottom-10rem */
  width: 100%;
  /* w-full */
}

.windi-1j80dyj {
  --tw-bg-opacity: 1;
  /* bg-green */
  background-color: rgba(0, 78, 85, var(--tw-bg-opacity));
  /* bg-green */
  display: inline-block;
  /* inline-block */
  font-weight: 700;
  /* font-700 */
  font-size: 2.2rem;
  /* fz-2.2rem */
  line-height: 1;
  /* fz-2.2rem */
  margin-top: 2rem;
  /* mt-2rem */
  padding-top: 1rem;
  /* py-1rem */
  padding-bottom: 1rem;
  /* py-1rem */
  padding-left: 1rem;
  /* px-1rem */
  padding-right: 1rem;
  /* px-1rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-1ehi3vm {
  --tw-bg-opacity: 1;
  /* bg-green */
  background-color: rgba(0, 78, 85, var(--tw-bg-opacity));
  /* bg-green */
  padding-top: 4.5rem;
  /* pt-4.5rem */
  padding-bottom: 9rem;
  /* pb-9rem */
  text-align: center;
  /* text-center */
}

.windi-zdhkts {
  --tw-bg-opacity: 1;
  /* bg-[#23939d] */
  background-color: rgba(35, 147, 157, var(--tw-bg-opacity));
  /* bg-[#23939d] */
  max-width: 45rem;
  /* max-w-45rem */
}

.windi-jsbxxv {
  --tw-bg-opacity: 1;
  /* bg-green */
  background-color: rgba(0, 78, 85, var(--tw-bg-opacity));
  /* bg-green */
  font-weight: 900;
  /* font-900 */
  padding: 2.5rem;
  /* p-2.5rem */
  text-align: center;
  /* text-center */
  width: 50%;
  /* w-1/2 */
}

.windi-pra2oh {
  --tw-bg-opacity: 1;
  /* bg-white */
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  /* bg-white */
  border-radius: 9999px;
  /* rounded-full */
  height: 19.4rem;
  /* h-19.4rem */
  margin: auto;
  /* m-auto */
  left: -5rem;
  /* -left-5rem */
  --tw-text-opacity: 1;
  /* c-orange */
  color: rgba(235, 91, 38, var(--tw-text-opacity));
  /* c-orange */
  width: 19.4rem;
  /* w-19.4rem */
}

.windi-kcb4a7 {
  --tw-bg-opacity: 1;
  /* bg-orange */
  background-color: rgba(235, 91, 38, var(--tw-bg-opacity));
  /* bg-orange */
  border-radius: 9999px;
  /* rounded-full */
  height: 13rem;
  /* h-13rem */
  margin: auto;
  /* m-auto */
  margin-top: -12rem;
  /* -mt-12rem */
  left: 8.5rem;
  /* left-8.5rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
  width: 13rem;
  /* w-13rem */
}

.windi-eynlqz {
  --tw-bg-opacity: 1;
  /* bg-[#012a2e] */
  background-color: rgba(1, 42, 46, var(--tw-bg-opacity));
  /* bg-[#012a2e] */
  padding-top: 3rem;
  /* pt-3rem */
}

.windi-e39jpy {
  background-position: bottom;
  /* bg-bottom */
  background-size: cover;
  /* bg-cover */
  height: 98rem;
  /* h-98rem */
}

.windi-rcdw4l {
  background-position: top;
  /* bg-top */
  background-size: cover;
  /* bg-cover */
  height: 1.8rem;
  /* h-1.8rem */
}

.windi-reqjxr {
  background-position: top;
  /* bg-top */
  background-size: cover;
  /* bg-cover */
  height: 1.8rem;
  /* h-1.8rem */
}

.windi-1cmju47 {
  --tw-border-opacity: 1;
  /* border-orange */
  border-color: rgba(235, 91, 38, var(--tw-border-opacity));
  /* border-orange */
  border-width: 1px;
  /* border */
  padding-top: 4rem;
  /* pt-4rem */
  padding-bottom: 3.5rem;
  /* pb-3.5rem */
  padding-left: 2.8rem;
  /* px-2.8rem */
  padding-right: 2.8rem;
  /* px-2.8rem */
  text-align: center;
  /* text-center */
  width: 50%;
  /* w-1/2 */
}

.windi-rk2j6z {
  border-bottom-width: 1px;
  /* border-b-1px */
  padding-top: 2.2rem;
  /* pt-2.2rem */
  padding-bottom: 0.5rem;
  /* pb-0.5rem */
}

.windi-1tvzbp4 {
  -webkit-box-decoration-break: clone;
  /* decoration-clone */
  box-decoration-break: clone;
  /* decoration-clone */
}

.windi-1p247k9 {
  -webkit-box-decoration-break: clone;
  /* decoration-clone */
  box-decoration-break: clone;
  /* decoration-clone */
  margin-bottom: 6.5rem;
  /* mb-6.5rem */
}

.windi-hzaafc {
  display: block;
  /* block */
  margin-top: 2.5rem;
  /* mt-2.5rem */
  text-align: center;
  /* text-center */
}

.windi-1bii69 {
  display: inline;
  /* inline */
  top: -0.3rem;
  /* -top-0.3rem */
  width: 5.8rem;
  /* w-5.8rem */
}

.windi-1wovpur {
  display: flow-root;
  /* flow-root */
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  /* font-sans */
  margin: auto;
  /* m-auto */
}

.windi-1tk11qh {
  display: none;
  /* hidden */
}

.windi-1gmqmhv {
  display: none;
  /* hidden */
}

.windi-glzrh9 {
  clear: right;
  /* clear-right */
  font-size: 1.6rem;
  /* fz-1.6rem */
  line-height: 1;
  /* fz-1.6rem */
  padding-top: 3.5rem;
  /* pt-3.5rem */
  padding-bottom: 3.5rem;
  /* pb-3.5rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-19gjmd6 {
  font-family: "MoonFlowerBold", Helvetica, Arial, sans-serif;
  /* font-mf */
  font-size: 5.5rem;
  /* fz-5.5rem */
  line-height: 1;
  /* fz-5.5rem */
  padding-bottom: 2rem;
  /* pb-2rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-1jzjglx {
  font-family: "MoonFlowerBold", Helvetica, Arial, sans-serif;
  /* font-mf */
  font-size: 8rem;
  /* fz-8rem */
  line-height: 1;
  /* fz-8rem */
  padding-bottom: 2rem;
  /* pb-2rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-1dbpgf5 {
  font-family: "MoonFlowerBold", Helvetica, Arial, sans-serif;
  /* font-mf */
  font-size: 5.5rem;
  /* fz-5.5rem */
  line-height: 1;
  /* fz-5.5rem */
  margin-bottom: 2.5rem;
  /* mb-2.5rem */
  --tw-text-opacity: 1;
  /* c-green */
  color: rgba(0, 78, 85, var(--tw-text-opacity));
  /* c-green */
}

.windi-10n87u4 {
  font-weight: 700;
  /* font-700 */
  font-size: 3rem;
  /* text-3rem */
  line-height: 1;
  /* text-3rem */
  top: 0.2rem;
  /* top-0.2rem */
  right: 0px;
  /* right-0 */
  --tw-text-opacity: 1;
  /* text-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* text-white */
}

.windi-1p3elh4 {
  font-weight: 700;
  /* font-700 */
  font-size: 1.6rem;
  /* text-1.6rem */
  line-height: 1;
  /* text-1.6rem */
  padding-top: 2.2rem;
  /* pt-2.2rem */
  --tw-text-opacity: 1;
  /* text-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* text-white */
}

.windi-k9thli {
  font-weight: 700;
  /* font-700 */
  font-size: 2.4rem;
  /* text-2.4rem */
  line-height: 1;
  /* text-2.4rem */
  --tw-text-opacity: 1;
  /* text-orange */
  color: rgba(235, 91, 38, var(--tw-text-opacity));
  /* text-orange */
}

.windi-ofj6ht {
  font-weight: 700;
  /* font-700 */
  font-size: 3.4rem;
  /* fz-3.4rem */
  line-height: 1;
  /* fz-3.4rem */
  line-height: 1.3;
  /* lh-1.3 */
  margin-left: 1rem;
  /* ml-1rem */
  padding-left: 2.3rem;
  /* pl-2.3rem */
  --tw-text-opacity: 1;
  /* c-green */
  color: rgba(0, 78, 85, var(--tw-text-opacity));
  /* c-green */
}

.windi-1e2bh7g {
  font-weight: 900;
  /* font-900 */
  font-size: 7rem;
  /* fz-7rem */
  line-height: 1;
  /* fz-7rem */
  margin-top: 1rem;
  /* mt-1rem */
  --tw-text-opacity: 1;
  /* c-orange */
  color: rgba(235, 91, 38, var(--tw-text-opacity));
  /* c-orange */
}

.windi-1oovlv5 {
  font-weight: 900;
  /* font-900 */
  font-size: 4.5rem;
  /* fz-4.5rem */
  line-height: 1;
  /* fz-4.5rem */
  padding-bottom: 2.5rem;
  /* pb-2.5rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
  text-transform: uppercase;
  /* uppercase */
}

.windi-1w0f8gb {
  font-weight: 900;
  /* font-900 */
  font-size: 3.5rem;
  /* fz-3.5rem */
  line-height: 1;
  /* fz-3.5rem */
  line-height: 1.3;
  /* lh-1.3 */
  --tw-text-opacity: 1;
  /* c-green */
  color: rgba(0, 78, 85, var(--tw-text-opacity));
  /* c-green */
}

.windi-1rxtqdu {
  font-weight: 900;
  /* font-900 */
  font-size: 3.5rem;
  /* fz-3.5rem */
  line-height: 1;
  /* fz-3.5rem */
  line-height: 1.3;
  /* lh-1.3 */
  padding-top: 4rem;
  /* pt-4rem */
  text-align: center;
  /* text-center */
  --tw-text-opacity: 1;
  /* c-orange */
  color: rgba(235, 91, 38, var(--tw-text-opacity));
  /* c-orange */
}

.windi-13rci3t {
  font-size: 2.2rem;
  /* fz-2.2rem */
  line-height: 1;
  /* fz-2.2rem */
  line-height: 1.5;
  /* lh-1.5 */
  padding-top: 2rem;
  /* pt-2rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-1sqdhzh {
  font-size: 2.2rem;
  /* fz-2.2rem */
  line-height: 1;
  /* fz-2.2rem */
  line-height: 1.6;
  /* lh-1.6 */
  margin: auto;
  /* m-auto */
  max-width: 129rem;
  /* max-w-129rem */
  padding-top: 5rem;
  /* pt-5rem */
}

.windi-w61cbh {
  font-size: 2.2rem;
  /* fz-2.2rem */
  line-height: 1;
  /* fz-2.2rem */
  line-height: 1.3;
  /* lh-1.3 */
  margin-top: 2rem;
  /* mt-2rem */
}

.windi-1aqfvzd {
  font-size: 2.2rem;
  /* text-2.2rem */
  line-height: 1;
  /* text-2.2rem */
  line-height: 1.5;
  /* lh-1.5 */
  padding-left: 2rem;
  /* px-2rem */
  padding-right: 2rem;
  /* px-2rem */
  padding-top: 4rem;
  /* py-4rem */
  padding-bottom: 4rem;
  /* py-4rem */
  --tw-text-opacity: 1;
  /* text-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* text-white */
}

.windi-1f89y4b {
  font-size: 4.5rem;
  /* fz-4.5rem */
  line-height: 1;
  /* fz-4.5rem */
  --tw-text-opacity: 1;
  /* c-orange */
  color: rgba(235, 91, 38, var(--tw-text-opacity));
  /* c-orange */
}

.windi-1n9ckd1 {
  font-size: 2.2rem;
  /* fz-2.2rem */
  line-height: 1;
  /* fz-2.2rem */
  line-height: 1.4;
  /* lh-1.4 */
  padding-top: 3.5rem;
  /* pt-3.5rem */
}

.windi-1f8550a {
  font-size: 3.5rem;
  /* fz-3.5rem */
  line-height: 1;
  /* fz-3.5rem */
  --tw-text-opacity: 1;
  /* c-orange */
  color: rgba(235, 91, 38, var(--tw-text-opacity));
  /* c-orange */
}

.windi-1ctmxza {
  font-size: 2.2rem;
  /* fz-2.2rem */
  line-height: 1;
  /* fz-2.2rem */
  padding-top: 2rem;
  /* pt-2rem */
  padding-bottom: 3rem;
  /* pb-3rem */
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-1t4pnmz {
  font-size: 2rem;
  /* fz-2rem */
  line-height: 1;
  /* fz-2rem */
  padding-top: 6rem;
  /* pt-6rem */
}

.windi-mnh9t8 {
  font-size: 4.2rem;
  /* fz-4.2rem */
  line-height: 1;
  /* fz-4.2rem */
}

.windi-16iq55j {
  font-size: 1.35rem;
  /* fz-1.35rem */
  line-height: 1;
  /* fz-1.35rem */
  line-height: 1.3;
  /* lh-1.3 */
  padding-top: 3rem;
  /* pt-3rem */
}

.windi-2ipnzq {
  font-size: 3.7rem;
  /* fz-3.7rem */
  line-height: 1;
  /* fz-3.7rem */
}

.windi-1sfltqa {
  margin: auto;
  /* m-auto */
  max-width: 141.2rem;
  /* max-w-141.2rem */
}

.windi-1u3yhie {
  margin-top: 6.5rem;
  /* my-6.5rem */
  margin-bottom: 6.5rem;
  /* my-6.5rem */
  text-align: center;
  /* text-center */
}

.windi-mw2pvb {
  margin-top: -26rem;
  /* -mt-26rem */
  max-height: 100rem;
  /* max-h-100rem */
  overflow: hidden;
  /* overflow-hidden */
  padding-bottom: 11rem;
  /* pb-11rem */
}

.windi-6f4jfk {
  margin-bottom: 10rem;
  /* mb-10rem */
}

.windi-1kw2dq4 {
  max-width: 81.2rem;
  /* max-w-81.2rem */
}

.windi-1lfvw2g {
  min-height: 10.2rem;
  /* min-h-10.2rem */
}

.windi-e5gbky {
  top: 6.5rem;
  /* top-6.5rem */
  right: 0px;
  /* right-0 */
  z-index: 10;
  /* z-10 */
}

.windi-to5d0c {
  top: 48rem;
  /* top-48rem */
  left: 3rem;
  /* left-3rem */
  white-space: nowrap;
  /* whitespace-nowrap */
}

.windi-idw5vw {
  text-align: center;
  /* text-center */
}

.windi-sy8c8i {
  text-align: center;
  /* text-center */
}

.windi-glzrh9 > * {
  --tw-text-opacity: 1;
  /* c-white */
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  /* c-white */
}

.windi-uaisfr {
  width: 29.6rem;
  /* w-29.6rem */
}

.windi-1gm4q8n > * {
  width: 4.0625rem;
  /* w-4.0625rem */
}

@media (max-width: 760px) {
  .windi-1lm5cps > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    /* space-x-0 */
    margin-right: calc(0px * var(--tw-space-x-reverse));
    /* space-x-0 */
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    /* space-x-0 */
  }

  .windi-10acbvm > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    /* space-x-0 */
    margin-right: calc(0px * var(--tw-space-x-reverse));
    /* space-x-0 */
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    /* space-x-0 */
  }

  .windi-1gm4q8n > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    /* space-x-5rem */
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    /* space-x-5rem */
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    /* space-x-5rem */
  }

  .windi-1tk11qh {
    display: block;
    /* block */
  }

  .windi-1gmqmhv {
    display: block;
    /* block */
    margin-top: 5rem;
    /* mt-5rem */
    margin-left: 3.5rem;
    /* mx-3.5rem */
    margin-right: 3.5rem;
    /* mx-3.5rem */
  }

  .windi-3nalep {
    display: block;
    /* block */
    margin-left: 0px;
    /* ml-0 */
    text-align: center;
    /* text-center */
  }

  .windi-1j80dyj {
    display: block;
    /* block */
    text-align: center;
    /* text-center */
  }

  .windi-f5f7nn {
    display: block;
    /* block */
    padding-top: 4rem;
    /* pt-4rem */
  }

  .windi-18se28q {
    display: none;
    /* hidden */
  }

  .windi-1al9tbu {
    display: none;
    /* hidden */
  }

  .windi-1o7leg0 {
    /* flex-col */
    /* flex-col */
    /* flex-col */
    /* flex-col */
    flex-direction: column;
    /* flex-col */
    grid-gap: 5rem;
    /* gap-5rem */
    gap: 5rem;
    /* gap-5rem */
  }

  .windi-10acbvm {
    /* flex-col */
    /* flex-col */
    /* flex-col */
    /* flex-col */
    flex-direction: column;
    /* flex-col */
    margin-left: 3.5rem;
    /* mx-3.5rem */
    margin-right: 3.5rem;
    /* mx-3.5rem */
    margin-top: 5rem;
    /* mt-5rem */
    grid-gap: 4.5rem;
    /* gap-4.5rem */
    gap: 4.5rem;
    /* gap-4.5rem */
  }

  .windi-1lnv99r {
    /* flex-col */
    /* flex-col */
    /* flex-col */
    /* flex-col */
    flex-direction: column;
    /* flex-col */
  }

  .windi-1gm4q8n {
    /* justify-center */
    /* justify-center */
    /* justify-center */
    justify-content: center;
    /* justify-center */
    float: none;
    /* float-none */
    padding-top: 10rem;
    /* pt-10rem */
  }

  .windi-e39jpy {
    height: 134.8rem;
    /* h-134.8rem */
  }

  .windi-8ab7e3 {
    height: 60rem;
    /* h-60rem */
    position: relative;
    /* relative */
    left: 0px;
    /* left-0 */
    bottom: auto;
    /* bottom-auto */
  }

  .windi-pra2oh {
    height: 30rem;
    /* h-30rem */
    left: -10rem;
    /* -left-10rem */
    width: 30rem;
    /* w-30rem */
  }

  .windi-kcb4a7 {
    height: 23rem;
    /* h-23rem */
    margin-top: -22rem;
    /* -mt-22rem */
    left: 13rem;
    /* left-13rem */
    width: 23rem;
    /* w-23rem */
  }

  .windi-19gjmd6 {
    font-size: 6.3rem;
    /* fz-6.3rem */
    line-height: 1;
    /* fz-6.3rem */
    line-height: 1.3;
    /* lh-1.3 */
  }

  .windi-1roqy5f {
    font-size: 7.4rem;
    /* fz-7.4rem */
    line-height: 1;
    /* fz-7.4rem */
    line-height: 1.3;
    /* lh-1.3 */
  }

  .windi-1sqdhzh {
    font-size: 2.5rem;
    /* fz-2.5rem */
    line-height: 1;
    /* fz-2.5rem */
    line-height: 1.5;
    /* lh-1.5 */
    max-width: 66.5rem;
    /* max-w-66.5rem */
  }

  .windi-1t4pnmz {
    font-size: 3.7rem;
    /* fz-3.7rem */
    line-height: 1;
    /* fz-3.7rem */
    padding-top: 8rem;
    /* pt-8rem */
  }

  .windi-mnh9t8 {
    font-size: 7.5rem;
    /* fz-7.5rem */
    line-height: 1;
    /* fz-7.5rem */
  }

  .windi-16iq55j {
    font-size: 2.4rem;
    /* fz-2.4rem */
    line-height: 1;
    /* fz-2.4rem */
    padding-top: 6.5rem;
    /* pt-6.5rem */
  }

  .windi-2ipnzq {
    font-size: 6.4rem;
    /* fz-6.4rem */
    line-height: 1;
    /* fz-6.4rem */
  }

  .windi-uaisfr {
    margin: auto;
    /* m-auto */
    width: 53.6rem;
    /* w-53.6rem */
  }

  .windi-17t0tet {
    margin-left: 3.5rem;
    /* mx-3.5rem */
    margin-right: 3.5rem;
    /* mx-3.5rem */
  }

  .windi-mw2pvb {
    margin-top: -9.5rem;
    /* -mt-9.5rem */
    margin-left: 3.5rem;
    /* mx-3.5rem */
    margin-right: 3.5rem;
    /* mx-3.5rem */
    max-height: none;
    /* max-h-none */
    min-height: 135rem;
    /* min-h-135rem */
    overflow: visible;
    /* overflow-visible */
    padding-bottom: 0rem;
    /* pb-0rem */
  }

  .windi-1lm5cps {
    max-width: none;
    /* max-w-none */
  }

  .windi-zdhkts {
    max-width: none;
    /* max-w-none */
    width: 50rem;
    /* w-50rem */
  }

  .windi-4win2 {
    max-width: 50rem;
    /* max-w-50rem */
    width: 50rem;
    /* w-50rem */
  }

  .windi-1aqfvzd {
    min-height: 21rem;
    /* min-h-21rem */
  }

  .windi-jsbxxv {
    padding-top: 4rem;
    /* py-4rem */
    padding-bottom: 4rem;
    /* py-4rem */
    width: 100%;
    /* w-full */
  }

  .windi-h39d6b {
    padding-top: 37rem;
    /* pt-37rem */
    padding-left: 3.5rem;
    /* pl-3.5rem */
  }

  .windi-glzrh9 {
    padding-top: 10rem;
    /* pt-10rem */
    text-align: center;
    /* text-center */
  }

  .windi-1fh5s39 {
    top: 31rem;
    /* top-31rem */
  }

  .windi-to5d0c {
    top: 39rem;
    /* top-39rem */
  }

  .windi-1bii69 {
    top: -0.6rem;
    /* -top-0.6rem */
    left: -1rem;
    /* -left-1rem */
    width: 10.5rem;
    /* w-10.5rem */
  }

  .windi-1cmju47 {
    width: 100%;
    /* w-full */
  }

  .windi-1gm4q8n > * {
    width: 13rem;
    /* w-13rem */
  }
}