/********************
 GENERAL
*********************/

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  position: relative;
}

.smoothscroll {
  overflow: hidden;
}

html {
  --light-green-300: #6d9143;
  --light-green: #7da74e;
  --light-green-500: #98c466;
  --light-green-600: #aadb72;
  --light-green-700: #c2e699;
  --green-300: #33461e;
  --green: #365019;
  --green-500: #415629;
  --green-600: #4a6130;
  --dark-green: #1c2611;
  --dark-green-500: #364722;
  --dark-green-o60: rgba(28, 38, 17, 0.55);
  --cream-200: #ddd2c3;
  --cream-300: #e7e1d9;
  --cream: #f3ede5;
  --cream-o7: rgba(243, 237, 229, 0.78);
  --yellow-300: #ccbc11;
  --yellow: #fbe614;
  --yellow-500: #e7ed98;
  --yellow-600: #faffb8;
  --white: #f5f5f5;
  --white-o60: rgba(242, 242, 242, 0.6);
  --black: #222222;
  --black-300: #333630;
  --black-o60: rgba(34, 34, 34, 0.6);
  --red-300: #e07051;
  --red: #b65338;
  --orange: #855610;
  --red-o60: rgb(182, 83, 56, 0.6);
  --blue: #9ab7e5;
  --turquoise: #b9ffdf;
  --pink: #f5bbf7;
  --bricolage: "Bricolage Grotesque", sans-serif;
  --helvetica: "Helvetica", sans-serif;
  --navbar-height: 100px;
  --small-hmargin: 20px;
  --medium-hmargin: 40px;
  --large-hmargin: 80px;
  --xlarge-hmargin: 180px;
  --small-vmargin: 40px;
  --medium-vmargin: 80px;
  --large-vmargin: 120px;
  --xlarge-vmargin: 180px;
  --radius: 35px;
}

@media screen and (max-width: 1500px) {
  html {
    --xlarge-hmargin: 120px;
    --xlarge-vmargin: 120px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    --small-hmargin: 20px;
    --medium-hmargin: 40px;
    --large-hmargin: 60px;
    --xlarge-hmargin: 80px;
    --small-vmargin: 40px;
    --medium-vmargin: 60px;
    --large-vmargin: 80px;
    --xlarge-vmargin: 80px;
  }
}

@media screen and (max-width: 992px) {
  html {
    --navbar-height: 67px;
    --small-hmargin: 20px;
    --medium-hmargin: 30px;
    --large-hmargin: 40px;
    --xlarge-hmargin: 60px;
    --small-vmargin: 20px;
    --medium-vmargin: 40px;
    --large-vmargin: 60px;
    --xlarge-vmargin: 80px;
    --radius: 25px;
  }
}

@media screen and (max-width: 650px) {
  html {
    --medium-hmargin: 20px;
    --large-hmargin: 20px;
    --xlarge-hmargin: 40px;
  }
}

@media screen and (max-width: 500px) {
  html {
    --small-hmargin: 20px;
    --small-vmargin: 20px;
    --medium-vmargin: 40px;
    --large-vmargin: 40px;
    --xlarge-hmargin: 20px;
    --radius: 15px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

.protect {
  pointer-events: none;
}

div {
  align-items: start;
}

.hidden-title {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  right: 200vw;
  bottom: 200vh;
}

img {
  display: block;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--cream);
}

::-webkit-scrollbar-track-piece {
  background: var(--cream);
}

::-webkit-scrollbar-thumb {
  background: var(--light-green-500);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--light-green-600);
}

::-webkit-scrollbar-thumb:active {
  background: var(--light-green-300);
}

::-webkit-scrollbar-corner {
  background: var(--cream);
}

/********************
 FONTS
*********************/

@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/bricolage-grotesque-v9-latin-200.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/bricolage-grotesque-v9-latin-300.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/bricolage-grotesque-v9-latin-regular.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/bricolage-grotesque-v9-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/bricolage-grotesque-v9-latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/bricolage-grotesque-v9-latin-700.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/bricolage-grotesque-v9-latin-800.woff2") format("woff2");
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueLightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueRoman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueMediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeueBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/********************
 TITLES AND TEXTS
*********************/

body {
  font-family: var(--bricolage);
  font-size: 1rem;
  line-height: 1.3;
  color: var(--black);
  background-color: var(--cream);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1;
  font-family: var(--bricolage);
}

h1,
.h1,
h1 p,
.h1 p {
  font-size: 5rem;
  font-weight: 800;
}

h2,
.h2,
h2 p,
.h2 p {
  font-size: 4rem;
  font-weight: 500;
}

h3,
.h3,
h3 p,
.h3 p {
  font-size: 2.6rem;
  font-weight: 400;
}

h4,
.h4,
h4 p,
.h4 p {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  h1,
  .h1,
  h1 p,
  .h1 p {
    font-size: 4.5rem;
  }
  h2,
  .h2,
  h2 p,
  .h2 p {
    font-size: 3.5rem;
  }
  h3,
  .h3,
  h3 p,
  .h3 p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 992px) {
  h1,
  .h1,
  h1 p,
  .h1 p {
    font-size: 3.5rem;
  }
  h2,
  .h2,
  h2 p,
  .h2 p {
    font-size: 3rem;
  }
  h3,
  .h3,
  h3 p,
  .h3 p {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 800px) {
  ul,
  ol {
    padding-left: 24px;
  }
}

@media screen and (max-width: 500px) {
  h1,
  .h1,
  h1 p,
  .h1 p {
    font-size: 3rem;
  }
  h2,
  .h2,
  h2 p,
  .h2 p {
    font-size: 2.5rem;
  }
  h3,
  .h3,
  h3 p,
  .h3 p {
    font-size: 1.8rem;
  }
  h4,
  .h4,
  h4 p,
  .h4 p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  h1,
  .h1,
  h1 p,
  .h1 p {
    font-size: 2rem;
  }
  h2,
  .h2,
  h2 p,
  .h2 p {
    font-size: 1.8rem;
  }
  h3,
  .h3,
  h3 p,
  .h3 p {
    font-size: 1.5rem;
  }
  h4,
  .h4,
  h4 p,
  .h4 p {
    font-size: 1.3rem;
  }
}

/********************
 COMMONS
*********************/

/* BTN */
.btn {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  min-width: min(100%, 200px);
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 9000px;
  background-color: var(--dark-green);
  color: var(--light-green);
  border: 1px solid transparent;
  padding: 8px 15px;
  line-height: inherit;
  text-shadow: 0.5px 0px 0px transparent;
  outline: none;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    filter 0.2s ease-in-out,
    font-weight 0.2s ease-in-out,
    text-shadow 0.2s ease-in-out;
}

.btn p {
  margin: 0 !important;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: max-content;
  text-overflow: ellipsis;
}

.btn.locked {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
}

.btn.transparent {
  background-color: var(--dark-green-o60);
  border-color: var(--light-green);
}

.btn.yellow.transparent {
  background-color: var(--black-o60);
}

.btn.red.transparent {
  background-color: var(--red-o60);
}

.btn:hover,
.btn.active,
.btn:focus-visible,
a:hover .btn,
a.active .btn,
a:focus-visible .btn {
  background-color: var(--light-green);
  color: var(--dark-green);
  text-shadow: 0.5px 0px 0px currentColor;
}

.btn.yellow {
  background-color: var(--black);
  color: var(--yellow);
  border-color: var(--yellow);
}

.btn.yellow:hover,
.btn.yellow.active,
.btn.yellow:focus-visible,
a:hover .btn.yellow,
a.active .btn.yellow,
a:focus-visible .btn.yellow {
  background-color: var(--yellow);
  color: var(--black);
}

.btn.red {
  background-color: var(--black);
  color: var(--red);
  border-color: var(--red);
}

.btn.red:hover,
.btn.red:focus-visible,
a:hover .btn.red,
a:focus-visible .btn.red {
  background-color: var(--red);
  color: var(--black);
}

.btn:active,
a:active .btn {
  background-color: var(--light-green-500);
}

.btn.yellow:active,
a:active .btn.yellow {
  background-color: var(--yellow-300);
}

.btn.red:active,
a:active .btn.red {
  background-color: var(--red-300);
}

.btn.white,
.btn.cream {
  background-color: var(--white);
  border-color: var(--light-green);
}

.btn.cream {
  background-color: var(--cream);
}

.btn.white:hover,
.btn.white.active,
.btn.white:focus-visible,
.btn.cream:hover,
.btn.cream.active,
.btn.cream:focus-visible,
a:hover .btn.white,
a.active .btn.white,
a:focus-visible .btn.white,
a:hover .btn.cream,
a.active .btn.cream,
a:focus-visible .btn.cream {
  background-color: var(--light-green);
  color: var(--white);
}

.btn.white:active,
.btn.cream:active,
a:active .btn.white,
a:active .btn.cream {
  background-color: var(--light-green-300);
}

.btn.small {
  font-size: 0.8rem;
  min-width: unset;
  padding: 5px 10px;
}

.btn svg {
  display: inline-block;
  height: 0.9rem;
  width: auto;
}

.btn.small svg {
  height: 0.7rem;
}

.btn svg path {
  fill: currentColor;
  transition: fill 0.2s ease-in-out;
}

/* PRELOADER */

.preloader {
  display: block;
  height: 5px;
  width: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.preloader > span {
  position: absolute;
  animation: none;
  width: 100%;
  height: 100%;
  left: -100%;
  border-radius: 3px;
  background-color: var(--light-green);
}

.preloader.yellow > span {
  background-color: var(--yellow);
}

.preloader.active > span {
  animation: preloader 1s linear 0s infinite normal forwards;
}

@keyframes preloader {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* BOUNCE */

.bounce {
  animation-name: bounce;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.9, 0.3, 1.4);
  animation-iteration-count: 1;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.2);
  }
  0% {
    transform: scale(1);
  }
}

/* WAVE */

.wave {
  animation-name: wave;
  animation-duration: 1.1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}

/********************
 HEADER
*********************/
#head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  gap: 40px;
  z-index: 102;
  pointer-events: none;
  font-family: var(--helvetica);
  color: var(--black);
  height: var(--navbar-height);
  width: 100%;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    height 0.2s ease-in-out,
    padding 0.2s ease-in-out;
  font-size: 0.8rem;
}

#head.with-filters:not(.active) {
  background-color: var(--cream);
  height: 40px;
  padding: 10px 40px;
  pointer-events: all;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out 0.2s,
    height 0.2s ease-in-out,
    padding 0.2s ease-in-out;
}

#head.light {
  color: var(--white);
}

#head > a:first-child {
  position: absolute;
  top: 50%;
  left: 20px;
  height: 60px;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}

#head.with-filters:not(.active) > a:first-child {
  opacity: 0;
  pointer-events: none;
}

#head > a:first-child:hover {
  opacity: 0.7;
}

#head > a > img {
  width: auto;
  height: 100%;
  display: block;
  transition: filter 0.2s ease-in-out;
  filter: brightness(0.1);
}

#head.light > a > img {
  filter: brightness(1);
}

#head > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#head > div > div {
  position: relative;
}

#head > div > div a {
  margin: 3px 0;
}

#head > div > div > div a > span:last-child {
  left: 0;
  transform: none;
}

#head > div > div > div a {
  pointer-events: none;
}

#head > div > div > div {
  position: absolute;
  padding-top: 10px;
  top: calc(100% - 10px);
  left: 0;
  padding-left: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#head > div > div:hover > div,
#head > div > div:focus-within > div {
  opacity: 1;
  pointer-events: all;
}

#head > div > div:hover > div a,
#head > div > div:focus-within > div a {
  pointer-events: all;
}

#head a {
  display: block;
  width: max-content;
  position: relative;
  pointer-events: all;
  color: inherit;
  letter-spacing: 0.08rem;
}

#head a > span {
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out;
}

#head a > span:last-child {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  font-weight: 600;
}

#head a:hover > span:last-child,
#head a.active > span:last-child {
  opacity: 1;
}

#head a:hover > span:first-child,
#head a.active > span:first-child {
  opacity: 0;
}

#head > a:last-child {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--black);
  padding: 10px;
  border-radius: 32px;
  color: var(--light-green);
  width: min-content;
  justify-content: flex-end;
  width: 35px;
  transition:
    width 0.2s ease-in-out 0.08s,
    background-color 0.2s ease-in-out,
    top 0.2s ease-in-out;
}

#head > a:last-child:hover {
  transition:
    width 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  width: calc(53px + 4.7rem);
}

#head > a:last-child:active {
  background-color: var(--black-300);
}

#head > a:last-child > p {
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 10px;
  top: calc(50% + 0.1em);
  transform: translateY(-50%);
  line-height: 1;
}

#head > a:last-child:hover > p {
  transition: opacity 0.2s ease-in-out 0.08s;
  opacity: 1;
}

#head > a:last-child > svg {
  display: block;
  height: 14px;
  width: 15px;
  object-fit: contain;
}

#head > a:last-child > svg path {
  stroke: currentColor;
}

/********************
 MOBILE HEADER
*********************/
#burger {
  position: fixed;
  top: 20px;
  left: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 48px;
  height: 27px;
  z-index: 103;
  cursor: pointer;
  transition:
    top 0.2s ease-in-out,
    height 0.2s ease-in-out;
}

#head:not(.active) + .jobs-filters-container:not(.hide) + #burger {
  top: 10px;
  height: 21px;
}

#burger > span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background-color: var(--black);
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

#burger.light > span {
  background-color: var(--white);
}

#burger.active > span {
  background-color: var(--black);
}

#burger.active > span:nth-child(1) {
  transform: translateY(12px) rotate(33deg);
}

#burger.active > span:nth-child(2) {
  transform: translateX(10px);
  opacity: 0;
}

#burger.active > span:nth-child(3) {
  transform: translateY(-12px) rotate(-33deg);
}

#head_mobile {
  display: none;
  background-color: var(--light-green-500);
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
  transform: translateX(100%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--navbar-height) + 10px) 20px;
  gap: 20px;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  z-index: 101;
  font-size: 1.6rem;
  font-weight: 500;
}

#head_mobile.active {
  transform: translateX(0);
  pointer-events: all;
}

#head_mobile a {
  color: var(--black);
}

#head_mobile a.active {
  font-weight: 800;
}

#head_mobile > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 20px;
  margin-top: -20px;
  font-size: 1.1rem;
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  #head > div {
    gap: 30px;
  }
}

@media screen and (max-width: 992px) {
  #head > div,
  #head > a:first-child {
    display: none;
  }
  #head > a:last-child {
    position: fixed;
    top: 17px;
    right: 20px;
    transform: none;
  }

  #head.with-filters:not(.active) > a:last-child {
    top: 3px;
  }

  #head.active > a:last-child {
    transition:
      width 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
    width: calc(53px + 4.7rem);
  }
  #head.active > a:last-child > p {
    transition: opacity 0.2s ease-in-out 0.08s;
    opacity: 1;
  }
  #burger,
  #head_mobile {
    display: flex;
  }
}

@media screen and (max-width: 560px) {
  #head_mobile > div {
    flex-direction: column;
  }
}

/********************
 PREFOOT
*********************/
.prefoot {
  padding: var(--medium-vmargin) var(--large-hmargin);
  background-color: var(--green-500);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: var(--light-green);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--large-hmargin);
  align-items: stretch;
}

.prefoot > div:last-child > div {
  position: relative;
  overflow: hidden;
  min-height: 10vw;
  height: 100%;
  width: 100%;
}

.prefoot > div:last-child > div > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.prefoot form {
  gap: 10px;
  margin-top: 10px;
}

.prefoot form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.prefoot form input,
.prefoot form textarea {
  background-color: var(--green-300);
  color: var(--light-green-600);
  border: none;
  padding: 8px 16px;
  border-radius: 10px;
  resize: vertical;
  width: 100%;
}

.prefoot form textarea {
  min-height: 4.6em;
}

.prefoot form input::placeholder,
.prefoot form textarea::placeholder {
  font-style: normal;
  color: var(--light-green);
  font-weight: 300;
}

.prefoot .btn {
  border: none;
  margin: 20px auto 0;
}

.prefoot ::-webkit-scrollbar-track,
.prefoot ::-webkit-scrollbar-track-piece,
.prefoot ::-webkit-scrollbar-corner {
  background: var(--green-300);
}

.prefoot input:-webkit-autofill,
.prefoot textarea:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--light-green-600);
  background-color: var(--green-300) !important;
  box-shadow: inset 0 0 20px 100vw var(--green-300) !important;
  color: var(--light-green-600) !important;
}

.prefoot .success {
  color: var(--light-green-600);
}

.prefoot .error {
  color: var(--red-300);
}

@media screen and (max-width: 1400px) {
  .prefoot {
    padding: var(--medium-vmargin) var(--small-hmargin);
    gap: var(--small-hmargin);
  }
}

@media screen and (max-width: 992px) {
  .prefoot {
    display: block;
  }
  .prefoot > div:last-child {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  .prefoot form > div {
    grid-template-columns: 1fr;
  }
}

/********************
 FOOTER
*********************/
#foot {
  background-color: var(--light-green);
  color: var(--black);
  padding: var(--medium-vmargin) var(--large-hmargin) var(--small-hmargin);
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
  gap: 40px;
  font-family: var(--helvetica);
}

#foot a {
  color: var(--black);
  transition: opacity 0.2s ease-in-out;
}

#foot a:hover {
  opacity: 0.7;
}

#foot > a {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0.1);
  height: 150px;
  z-index: 2;
}

#foot > a > img {
  display: block;
  height: 100%;
  width: auto;
}

#foot h4 {
  margin-bottom: 10px;
  font-family: var(--bricolage);
}

#foot a + h4,
#foot p + h4 {
  margin-top: 30px;
}

.foot-left {
  display: flex;
  flex-direction: column;
  position: relative;
}

.foot-left > span,
.foot-right > span {
  flex: 1;
  display: block;
  min-height: 20px;
}

.foot-left h4 ~ a {
  margin: 5px 0;
  position: relative;
}

.foot-left h4 ~ a.small {
  font-size: 0.9rem;
  margin-top: -3px;
  margin-left: 10px;
  font-weight: 300;
}

.foot-left h4 ~ a.active {
  font-weight: 600;
}

#foot .foot-left h4 ~ a + h4 ~ a,
#foot .foot-left > div > a {
  text-decoration: underline;
  color: var(--dark-green-500);
}

.foot-left > div {
  position: relative;
  margin: 5px 0;
}

.foot-left > div > p {
  color: var(--dark-green-500);
  line-height: 1;
}

.foot-left > div > p svg {
  height: 1em;
  width: auto;
  transform: translateY(0.14em);
}

.foot-left > div > div {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--dark-green-500);
  background-color: var(--light-green);
  transition:
    opacity 0.2s ease-in-out,
    transform 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  top: 0;
  right: 0;
  width: 100%;
}

.foot-left > div:hover > div,
.foot-left > div:focus-within > div {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

#foot .foot-left > div > div > a {
  padding: 5px 7px;
  min-width: 100%;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  background-color: var(--light-green);
}

#foot .foot-left > div > div > a:hover {
  background-color: var(--light-green-500);
}

#foot .foot-left > div > div > a.locked {
  pointer-events: none;
  color: var(--black-300);
  opacity: 0.7;
}

.foot-right {
  display: flex;
  flex-direction: column;
}

.foot-right > p {
  font-weight: 700;
  margin: 10px 0 5px;
}

.foot-right > a {
  color: var(--black-300);
  margin: 3px 0;
}

#foot > div > span ~ p {
  font-weight: 400;
  color: var(--black);
}

#foot > div > span ~ p > a {
  color: var(--dark-green-500);
}

.foot-right > span + p {
  display: none;
}

@media screen and (max-width: 992px) {
  #foot > a {
    display: none;
  }
  .foot-left > div > div {
    transform: translateY(1.3rem);
  }
}

@media screen and (max-width: 530px) {
  #foot {
    flex-direction: column;
    gap: 30px;
  }
  .foot-left > span {
    display: none;
  }
  .foot-left > span ~ p {
    display: none;
  }
  .foot-right > span + p {
    display: block;
  }
  .foot-right > span ~ p {
    margin-top: 5px;
  }
}

/*************
  404
**************/
.p404 {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-green-500);
  text-align: center;
}

.p404 > div {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p404 > div > p {
  margin: 20px 0;
  font-weight: 500;
  font-size: 1.2rem;
}

/********************
 LEGALS
*********************/
.legals {
  max-width: 1200px;
  box-sizing: content-box;
  padding: calc(var(--medium-vmargin) + var(--navbar-height))
    var(--xlarge-hmargin) var(--medium-vmargin);
}

.legals a:not(.btn) {
  color: var(--light-green-300);
  transition: color 0.2s ease-in-out;
}

.legals a:not(.btn):hover {
  color: var(--green);
}

.legals h1 {
  margin-bottom: 40px;
}

.legals h2 {
  margin: 40px 0 20px;
}

.legals h3 {
  margin: 20px 0 10px;
}

.legals p {
  margin: 10px 0;
}

.legals .btn {
  margin: 20px 0 0;
}

/*************
  COOKIES
**************/

/********************
 COOKIES
*********************/
.cookies {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 1px solid var(--light-green-300);
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(3px);
  z-index: 104;
  color: var(--white);
  padding: 15px 20px 10px 20px;
  gap: 20px;
  width: 360px;
  max-width: calc(100% - 20px);
  transform: translateY(40px);
  pointer-events: none;
  opacity: 0;
  font-size: 0.9rem;
  border-radius: 15px;
  transition:
    transform 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.cookies.active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.6s ease-in-out 1s,
    opacity 0.6s ease-in-out 1s;
}

.cookies > svg {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.cookies > svg:hover {
  opacity: 0.7;
}

.cookies > p {
  max-width: 800px;
  font-family: var(--helvetica);
}

.cookies > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  width: max-content;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.cookies .btn {
  margin: 0;
}

.cookies p > a {
  color: var(--color);
  transition: color 0.2s ease-in-out;
}

.cookies p > a:hover {
  color: var(--color-300);
}

@media screen and (max-width: 400px) {
  .cookies {
    max-width: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--light-green-300);
    padding: 10px;
  }
  .cookies > svg {
    top: 15px;
  }
}

@media screen and (max-width: 300px) {
  .cookies > svg {
    display: none;
  }
}

/********************
 CONTACT
*********************/

/* success and error */
.success {
  color: var(--green);
}

.error {
  color: var(--red);
}

.success:empty,
.error:empty {
  display: none;
}

/* captcha badge */

.grecaptcha-badge {
  display: none;
}

/* inputs */

input,
textarea {
  border: none;
  border-bottom: 1px solid var(--light-green);
  font-family: var(--bricolage);
  color: var(--black);
  padding: 5px;
  font-size: 1rem;
  line-height: normal;
  outline: none;
  background-color: transparent;
  border-radius: 0;
}

input::placeholder,
textarea::placeholder {
  font-style: italic;
  font-weight: 300;
}

/* radio select */
.radios-select {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.radios-select > label {
  cursor: pointer;
  position: relative;
  background-color: white;
  padding: 6px 15px;
  font-size: 1.1rem;
  border-radius: 9000px;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
}

.radios-select > label:hover {
  background-color: var(--light-green-600);
}

.radios-select > label input {
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.radios-select > label:focus-visible {
  outline: 1px solid var(--light-green);
}

.radios-select > label.active {
  background-color: var(--light-green);
  color: var(--white);
}

.radios-select > label.active:hover {
  background-color: var(--light-green-500);
}

/********************
 LANDING
*********************/
.landing {
  min-height: calc(100vh + 30px);
  min-height: calc(100svh + 30px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing.full {
  min-height: 100vh;
  min-height: 100svh;
}

.landing-background {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

.landing-background > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}

.landing-background > img.active {
  opacity: 0.6;
  pointer-events: all;
}

.landing-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: calc(var(--small-vmargin) + var(--navbar-height))
    var(--xlarge-hmargin);
  z-index: 1;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-size: 1.2rem;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.landing-content > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-home .landing-content {
  padding: calc(var(--small-vmargin) + 130px + 1rem) var(--xlarge-hmargin);
}

.landing-content.left {
  text-align: left;
  align-items: flex-start;
  margin: 0;
  max-width: 1100px;
}

.landing-content > img {
  width: auto;
  height: auto;
  max-width: min(800px, 100%);
  max-height: 600px;
}

.landing-content .btn {
  margin-top: 40px;
}

.landing-bottom {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing.full .landing-bottom {
  bottom: 20px;
}

.landing-bottom > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-navigation {
  gap: 5px;
  margin-top: 50px;
}

.landing-navigation > span {
  cursor: pointer;
  background-color: var(--black-o60);
  border: 1px solid var(--light-green);
  transition: background-color 0.2s ease-in-out;
  height: 10px;
  width: 10px;
  min-width: 10px;
  border-radius: 50%;
}

.landing-navigation > span:hover {
  background-color: var(--white-o60);
}

.landing-navigation > span.active {
  background-color: var(--white);
}

.landing-transition {
  z-index: 2;
  position: relative;
  background-color: var(--cream);
  width: 100%;
  height: 31px;
  margin-top: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.landing-scroll {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: var(--light-green);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.4);
}

.landing-bottom .landing-scroll {
  width: max-content;
}

.landing-scroll p {
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.4);
}

.landing-scroll svg {
  height: 10px;
  width: auto;
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.4);
}

.landing-scroll:hover {
  transform: scale(0.9);
}

.landing-scroll:hover svg {
  transform: translateY(5px);
}

@media screen and (max-width: 1200px) {
  .landing-content > img {
    max-width: min(600px, 100%);
    max-height: 450px;
  }
}

@media screen and (max-width: 992px) {
  .landing-content > img {
    max-width: min(500px, 100%);
    max-height: 400px;
  }
  .landing-content {
    font-size: 1.1rem;
  }
}

/********************
 TWO COLS
*********************/
.two-cols {
  padding: var(--medium-vmargin) var(--xlarge-hmargin);
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  gap: var(--large-hmargin);
}

.two-cols.green {
  background-color: var(--green);
  color: var(--white);
}

.two-cols.full {
  padding: 0;
}

.col-content {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  min-width: 1px;
}

.col-content.no-overflow-hidden {
  overflow: visible;
}

.two-cols.full .col-content {
  padding: var(--small-vmargin) var(--large-hmargin) var(--small-vmargin) 0;
}

.col-content > div {
  width: 100%;
}

.col-content h2 {
  margin-bottom: 20px;
}

.col-content p {
  max-width: 600px;
  margin: 20px 0;
}

.col-content .btn {
  margin: 40px auto 0;
}

.col-image {
  min-height: 30vw;
}

.col-image > div {
  overflow: hidden;
  border-radius: var(--radius);
  height: 100%;
  position: relative;
}

.two-cols.full .col-image > div {
  border-radius: 0;
}

.col-image > div > img {
  position: absolute;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .two-cols {
    grid-template-columns: 1fr;
    gap: var(--medium-vmargin);
  }
  .two-cols.mobile-reverse > div:first-child {
    order: 2;
  }
  .two-cols.full .col-content {
    padding: var(--medium-vmargin) var(--large-hmargin) 0;
  }
  .col-content p {
    max-width: unset;
  }
  .col-content .btn {
    margin-top: 20px;
  }
  .col-image {
    min-height: 40vw;
  }
}

/********************
 TESTIMONIALS
*********************/
.testimonials {
  padding: var(--medium-vmargin) 0;
}

.testimonials > h2 {
  margin: 0 var(--medium-hmargin) var(--small-vmargin);
}

.carousel-cell {
  background-color: var(--green);
  color: var(--white);
  border-radius: var(--radius);
  margin: 0 10px;
  padding: 30px;
  width: min(500px, calc(100vw - 40px));
  min-height: 100%;
}

.carousel-cell h4 {
  color: var(--yellow);
}

.carousel-cell h4 + p {
  font-weight: 200;
  margin: 10px 0;
}

.carousel-cell h4 + p + p {
  font-style: italic;
}

@media screen and (max-width: 992px) {
  .carousel-cell {
    padding: 20px;
  }
}

/********************
 NEWS SWIPER
*********************/

.news {
  margin: 0 0 var(--medium-vmargin) 0;
}

.article {
  box-sizing: border-box;
}

.article > div {
  border-radius: var(--radius);
  padding: var(--medium-hmargin);
  background-color: white;
  max-width: min(calc(100% - var(--medium-hmargin) * 4), 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: calc(55% - var(--small-hmargin) / 2) calc(
      45% - var(--small-hmargin) / 2
    );
  gap: var(--small-hmargin);
}

.article.full > div {
  grid-template-columns: 1fr;
}

.article p:first-child {
  font-style: italic;
}

.article p + p {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.article > div > div:first-child {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}

.article a {
  color: var(--light-green-300);
  transition: color 0.2s ease-in-out;
}

.article a:hover {
  color: var(--green);
}

.article img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 40vw;
  object-fit: cover;
  border-radius: var(--radius);
}

.news-controls > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  width: 38px;
  min-width: 38px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out;
}

.news-controls > div:hover {
  background-color: var(--light-green-600);
}

.news-controls > div > svg {
  display: block;
  height: 20px;
}

.news-controls > div:first-child {
  left: max(
    calc(50% - 750px - var(--medium-hmargin) - 38px),
    calc(var(--medium-hmargin) / 2)
  );
}

.news-controls > div:last-child {
  right: max(
    calc(50% - 750px - var(--medium-hmargin) - 38px),
    calc(var(--medium-hmargin) / 2)
  );
}

.news-controls > div:first-child > svg {
  margin-right: 3px;
}

.news-controls > div:last-child > svg {
  margin-left: 3px;
}

.news .swiper-wrapper {
  transition-delay: 0s, 0.2s !important;
}

.socials {
  display: flex;
  width: min(calc(100% - var(--medium-hmargin) * 4), 1500px);
  margin: 0 auto;
  gap: 10px;
  align-items: center;
  margin-top: var(--small-vmargin);
}

.socials svg {
  height: 2rem;
  width: auto;
}

.socials svg path {
  fill: var(--green);
  transition: fill 0.2s ease-in-out;
}

.socials a:hover svg path {
  fill: var(--light-green);
}

@media screen and (max-width: 800px) {
  .article > div {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
    max-width: min(calc(100% - var(--medium-hmargin) * 2), 1500px);
  }
  .article > div p {
    max-height: calc(1.3 * 1em * 10);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .article > div img {
    max-height: 80vw;
  }
  .socials {
    width: min(calc(100% - var(--medium-hmargin) * 2), 1500px);
  }
  .news-controls > div:first-child {
    left: max(
      calc(50% - 750px - var(--medium-hmargin) - 38px),
      calc(var(--medium-hmargin) / 3)
    );
  }
  .news-controls > div:last-child {
    right: max(
      calc(50% - 750px - var(--medium-hmargin) - 38px),
      calc(var(--medium-hmargin) / 3)
    );
  }
}

@media screen and (max-width: 500px) {
  .article > div {
    padding: 10px;
  }
  .news-controls > div {
    background-color: transparent !important;
    width: auto;
    min-width: auto;
  }
  .news-controls > div:first-child {
    left: 5px;
  }
  .news-controls > div:last-child {
    right: 5px;
  }
}

/********************
 INDEX
*********************/
.index-numbers {
  margin: 0 var(--small-hmargin) 10px;
  background-color: var(--green);
  border-radius: var(--radius);
  padding: var(--medium-hmargin);
  color: var(--white);
}

.index-numbers > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--medium-hmargin);
  margin-top: var(--medium-hmargin);
  align-items: stretch;
}

.index-numbers > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.1rem;
}

.index-numbers > div > div > .btn {
  margin: auto;
}

.index-numbers > div > div > span {
  font-size: 8rem;
  line-height: 8rem;
  color: var(--light-green);
  font-weight: 800;
}

.index-numbers > div > div > span > i {
  font-style: normal;
}

@media screen and (max-width: 1500px) {
  .index-numbers > div > div > span {
    font-size: 7rem;
    line-height: 7rem;
  }
}

@media screen and (max-width: 1200px) {
  .index-numbers > div {
    grid-template-columns: 1fr 1fr;
  }
  .index-numbers > div > div > span {
    font-size: 6rem;
    line-height: 6rem;
  }
}

@media screen and (max-width: 992px) {
  .index-numbers > div > div > span {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 700px) {
  .index-numbers > div > div {
    font-size: 0.9rem;
  }
  .index-numbers > div > div > span {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 450px) {
  .index-numbers > div {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .index-numbers > div > div {
    font-size: 1rem;
    align-items: center;
  }
  .index-numbers > div > div > span {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 450px) {
  .index-numbers > div > div > span {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.three-q {
  margin: 10px var(--small-hmargin) 0;
}

.three-q > h2 {
  margin: 0 auto 20px;
  text-align: center;
}

.three-q > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  align-items: stretch;
}

.three-q > div > * {
  overflow: hidden;
  background-color: var(--black);
  position: relative;
  border-radius: var(--radius);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: var(--large-hmargin);
}

.three-q > div > * > img:first-child {
  position: absolute;
  object-fit: cover;
  width: 100%;
  opacity: 0.3;
  z-index: 1;
}

.three-q > div > * > *:not(:first-child) {
  position: relative;
  z-index: 2;
}

.three-q > div > * > img:not(:first-child) {
  max-width: min(100%, 250px);
  height: auto;
  width: auto;
}

.three-q a h3 {
  transition: transform 0.2s cubic-bezier(0.2, 0.9, 0.3, 1.4);
}

.three-q a:hover h3 {
  transform: scale(1.06);
}

@media screen and (max-width: 992px) {
  .three-q > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .three-q > div > * {
    width: calc(50% - 5px);
    min-height: 35vw;
  }
  .three-q > div > * > img:not(:first-child) {
    max-width: min(100%, 200px);
  }
}

@media screen and (max-width: 700px) {
  .three-q > div {
    display: flex;
    flex-direction: column;
  }
  .three-q > div > * {
    width: 100%;
    min-height: 35vw;
  }
  .three-q > div > * > img:not(:first-child) {
    max-width: min(100%, 180px);
  }
}

.index-method {
  position: relative;
  overflow: hidden;
  padding: var(--medium-vmargin) var(--medium-hmargin);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
}

.index-method h2 {
  margin-bottom: var(--medium-vmargin);
}

.index-method .btn {
  margin: var(--medium-vmargin) auto 0;
}

.index-method > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  z-index: 1;
  opacity: 0.65;
}

.index-method > *:not(img) {
  position: relative;
  z-index: 2;
}

.index-method > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 150px;
  margin: 0 auto;
  max-width: 1400px;
}

.index-method > div > div {
  border: 1px solid var(--yellow);
  border-radius: var(--radius);
  background-color: var(--cream-o7);
  color: var(--black);
  text-align: left;
  font-size: 1.1rem;
  padding: 40px;
  position: relative;
}

.index-method > div > div > span {
  position: absolute;
  color: var(--yellow);
  font-weight: 800;
  font-size: 10rem;
  line-height: 10rem;
  bottom: calc(100% - 3.5rem);
  left: 0;
}

.index-method > div > div:nth-child(1) {
  margin-top: -99px;
}

.index-method > div > div:nth-child(2) {
  margin-top: -33px;
}

.index-method > div > div:nth-child(3) {
  margin-top: 33px;
}

.index-method > div > div:nth-child(4) {
  margin-top: 99px;
}

@media screen and (max-width: 1200px) {
  .index-method > div {
    grid-template-columns: 1fr 1fr;
    padding-top: 180px;
  }
  .index-method > div > div:nth-child(1) {
    margin-top: -100px;
  }
  .index-method > div > div:nth-child(2) {
    margin-top: 0;
  }
  .index-method > div > div:nth-child(3) {
    margin-top: 0;
  }
  .index-method > div > div:nth-child(4) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  .index-method > div {
    padding-top: 120px;
  }
  .index-method > div > div:nth-child(1) {
    margin-top: -50px;
  }
  .index-method > div > div:nth-child(2) {
    margin-top: 0;
  }
  .index-method > div > div:nth-child(3) {
    margin-top: 20px;
  }
  .index-method > div > div:nth-child(4) {
    margin-top: 70px;
  }
  .index-method > div > div {
    padding: 20px;
    font-size: 1rem;
  }
  .index-method > div > div > span {
    font-size: 8rem;
    line-height: 8rem;
    bottom: calc(100% - 2rem);
  }
}

@media screen and (max-width: 480px) {
  .index-method > div {
    grid-template-columns: 1fr;
    padding-top: 0;
    max-width: 350px;
  }
  .index-method > div > div {
    margin-top: 4.5rem !important;
  }
}

/********************
 JOBS EXAMPLES
*********************/
.jobs-examples {
  background-color: var(--green);
  padding: var(--large-vmargin) var(--large-hmargin);
  color: var(--white);
}

.jobs-examples > div {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
}

.jobs-examples h2 {
  position: relative;
  z-index: 2;
}

#jobs_examples {
  position: relative;
  z-index: 2;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  margin: var(--medium-vmargin) 0;
}

#jobs_examples span {
  display: inline-block;
  white-space: nowrap;
  cursor: default;
  z-index: 2;
}

.jobs-examples .btn {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#jobs_examples_images img {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition:
    opacity 0.2s ease-in-out,
    top 0s cubic-bezier(0.2, 0.9, 0.3, 1.4) 0.2s,
    left 0s cubic-bezier(0.2, 0.9, 0.3, 1.4) 0.2s,
    transform 0s cubic-bezier(0.2, 0.9, 0.3, 1.4) 0.2s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: auto;
  filter: brightness(0.6);
}

#jobs_examples_images img.active {
  transition:
    opacity 0.4s ease-in-out,
    top 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.4),
    left 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.4),
    transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.4);
}

#jobs_selector {
  display: block;
  border: 1px solid var(--white);
  position: absolute;
  z-index: 3;
  border-radius: 90000px;
  opacity: 0;
  transition:
    top 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.4),
    left 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.4),
    width 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.4),
    height 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.4),
    opacity 0.2s ease-in-out;
}

@media screen and (max-width: 1200px) {
  #jobs_examples_images img {
    width: 400px;
  }
}

@media screen and (max-width: 992px) {
  #jobs_examples {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 380px) {
  #jobs_examples {
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

/********************
 SPACER
*********************/
.spacer-xlarge {
  width: 100%;
  height: var(--xlarge-vmargin);
}

.spacer-large {
  width: 100%;
  height: var(--large-vmargin);
}

.spacer-medium {
  width: 100%;
  height: var(--medium-vmargin);
}

.spacer-small {
  width: 100%;
  height: var(--small-vmargin);
}

.spacer-header {
  width: 100%;
  height: calc(var(--navbar-height));
}

/********************
 FORM
*********************/
.form h4 {
  margin-top: 20px;
}

.form-info,
.form-info-right {
  font-family: var(--helvetica);
}

.form-info-right + h4 {
  margin-top: -5px;
}

/* specific to this website */

.form .btn {
  margin-top: 20px;
}

.select-head,
.field textarea {
  background-color: rgba(255, 255, 255, 0.2);
}

.col-content .form p {
  max-width: unset;
}
.col-content .form .select-head p {
  max-width: calc(100% - 16px);
}

.checkbox {
  font-family: var(--helvetica);
}

#region_agency,
#address_result {
  opacity: 0.7;
  font-style: italic;
  font-size: 0.9rem;
  margin-top: -5px;
  font-weight: 300;
}

#address_result.with-error {
  color: var(--red);
}

#address_result.with-warning {
  color: var(--orange);
}

#region_agency:empty {
  display: none;
}

.small-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: -5px;
}

.small-checkbox input {
  accent-color: var(--light-green-500);
}

/********************
 BONUSES
*********************/
.bonuses {
  background-color: var(--light-green);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: var(--small-hmargin);
  gap: 10px 20px;
  border-radius: var(--radius);
  align-items: stretch;
}

.bonus {
  background-color: var(--white);
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.bonus:hover,
.bonus.active {
  background-color: rgb(223, 230, 222);
}

.bonus > p {
  flex: 1;
  margin: 0;
}

.bonus > .btn {
  margin-top: 0;
}

.bonus:hover > .btn,
.bonus.active > .btn {
  background-color: var(--light-green);
  color: var(--white);
  text-shadow: 0.5px 0px 0px currentColor;
}

.bonuses h5 {
  font-family: var(--bricolage);
  font-weight: 800;
  color: var(--light-green);
  font-size: 1.5rem;
}

.bonus-modal {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  pointer-events: none;
  background-color: var(--light-green);
  color: var(--white);
  padding: 20px;
  border-radius: var(--radius);
  text-align: center;
  max-width: 800px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease-in-out;
}

.bonus-modal.active {
  opacity: 1;
  pointer-events: all;
}

.bonus-modal > div {
  margin-top: 10px;
  background-color: var(--white);
  color: var(--black);
  padding: 20px;
  border-radius: 20px;
  text-align: left;
  overflow: auto;
}

.bonus-modal table {
  border-collapse: collapse;
  text-align: center;
}

.bonus-modal td {
  padding: 5px;
  border-top: 1px solid #a5a5a5;
}

.bonus-modal th {
  padding: 5px;
}

@media screen and (max-width: 580px) {
  .bonuses {
    grid-template-columns: 1fr;
  }
}

/********************
 AGENCIES
*********************/

/* map */
.agency-occitanie > .department {
  fill: var(--light-green);
}
.agency-occitanie > .department:hover,
.show-occitanie .agency-occitanie > .department {
  fill: var(--light-green-500);
}
.agency-occitanie > .department-name {
  fill: var(--black);
}

.agency-paca > .department {
  fill: var(--yellow-500);
}
.agency-paca > .department:hover,
.show-paca .agency-paca > .department {
  fill: var(--yellow-600);
}
.agency-paca > .department-name {
  fill: var(--black);
}

.agency-aquitaine > .department {
  fill: var(--green);
}
.agency-aquitaine > .department:hover,
.show-aquitaine .agency-aquitaine > .department {
  fill: var(--green-600);
}
.agency-aquitaine > .department-name {
  fill: var(--white);
}

.department,
.department-name {
  transition:
    fill 0.2s ease-in-out,
    transform 0.2s ease-in-out;
}

.pin-container {
  cursor: pointer;
}

.pin-container .pin {
  transition:
    transform 0.2s cubic-bezier(0.2, 0.9, 0.3, 1.4),
    filter 0.2s ease-in-out;
}

.pin-container:hover .pin {
  transform: translateY(-5px);
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.6));
}

.map {
  overflow: visible;
}

#map {
  width: 100%;
  height: auto;
}

.map > div {
  position: relative;
}

.map img {
  position: absolute;
  border: 2px solid var(--yellow);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 80%;
  height: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.map img.active {
  opacity: 1;
}

#agency_occitanie {
  right: 54.5%;
  bottom: 32.5%;
}

#agency_paca {
  right: 12%;
  bottom: 35%;
}

#agency_aquitaine {
  right: 68.5%;
  bottom: 31%;
}

.agencies-map {
  grid-template-columns: 1fr min(600px, 45%);
}

@media screen and (max-width: 992px) {
  .agencies-map {
    grid-template-columns: 1fr;
  }
  .map {
    max-width: 600px;
    margin: 0 auto;
  }
  .map img {
    width: 58%;
  }
  #agency_occitanie {
    right: unset;
    left: 44.5%;
  }

  #agency_aquitaine {
    right: unset;
    left: 30.5%;
  }
}

/* accordions */
.accordions {
  padding: 0 var(--large-hmargin);
  margin-bottom: var(--medium-vmargin);
}

.accordions .accordion:nth-child(2n + 1) {
  background-color: var(--light-green-500);
}

.accordion {
  border-top: 1px solid #707070;
}

.accordion-head {
  transition: background-color 0.2s ease-in-out;
}

.accordion-head:hover {
  background-color: var(--cream-300);
}

.accordions .accordion:nth-child(2n + 1) .accordion-head:hover {
  background-color: var(--light-green-600);
}

.accordion-head svg {
  width: 37px;
  min-width: 37px;
  height: auto;
  transition: transform 0.2s ease-in-out;
}

.accordion.active .accordion-head svg {
  transform: rotate(-180deg);
}

.accordion:last-child {
  border-bottom: 1px solid #707070;
}

.accordion-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px var(--small-hmargin);
}

.accordion-head h4 + p {
  margin-top: 10px;
}

.accordion-head a {
  color: var(--black);
  transition: color 0.2s ease-in-out;
}

.accordion-head a:hover {
  color: var(--green-500);
}

.accordion-content {
  padding: 0 var(--small-hmargin);
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}

.accordion-content .btn {
  margin: 40px auto;
}

.team {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 20px;
}

.team > div {
  width: calc(25% - (40px * 3) / 4);
  max-width: 350px;
}

.team > div h4 {
  margin: 10px 0 5px;
}

.team > div > div {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}

.team > div > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 1200px) {
  .team {
    gap: 20px;
  }
  .team > div {
    width: calc(33.333% - (20px * 2) / 3);
  }
}

@media screen and (max-width: 800px) {
  .team > div {
    width: calc(50% - 20px / 2);
  }
}

@media screen and (max-width: 560px) {
  .accordions {
    padding: 0;
  }
  .accordion-content {
    padding: 0 10px;
  }
  .accordion-head h4 + p {
    display: flex;
    flex-direction: column;
  }
  .accordion-head h4 + p > span {
    display: none;
  }
  .team > div h4 {
    font-size: 1.2rem;
  }
  .team {
    gap: 30px;
  }
  .team > div {
    width: 100%;
  }
  .team > div > div {
    width: 200px;
    max-width: 100%;
    height: 120px;
    padding-bottom: 0;
    margin: 0 auto;
  }
}

/********************
 VALUES
*********************/

.pre-values {
  position: relative;
}

.pre-values > div {
  width: calc(100% - var(--large-hmargin) * 2);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 40vw;
  border-radius: var(--radius);
}

.pre-values > div > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pre-values > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: var(--cream-200);
}

.values {
  background-color: var(--cream-200);
  margin-top: -1px;
  padding: var(--medium-vmargin) var(--large-hmargin);
  text-align: center;
}

.values h3 {
  font-weight: 600;
}

.values > div {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.values > div > div {
  background-color: var(--cream);
  border-radius: var(--radius);
  padding: 20px;
  width: calc(25% - (20px * 3) / 4);
  max-width: 350px;
  font-weight: 800;
  color: var(--light-green);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  font-size: 1.3rem;
}

.values > div > div img {
  max-width: 100%;
  height: 100px;
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 992px) {
  .values > div > div {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 600px) {
  .values > div > div {
    font-size: 1.1rem;
  }
  .values > div > div > img {
    height: 60px;
  }
}

@media screen and (max-width: 500px) {
  .values > div > div {
    font-size: 0.9rem;
  }
}

.post-values {
  background-color: var(--cream-200);
  margin-top: -1px;
  padding: 0 var(--xlarge-hmargin) calc(30px + var(--medium-vmargin));
  margin-bottom: -30px;
}

.post-values h3 {
  font-weight: 600;
}

.post-values h3 span {
  display: inline-block;
  background-color: var(--black);
  height: 1px;
  width: 60px;
  margin-right: 5px;
}

.post-values p {
  margin: 20px 0;
}

.post-values .btn {
  margin: 40px auto 0;
}

/********************
 JOBS
*********************/

/* title */

.jobs-title {
  padding: var(--small-vmargin) var(--medium-hmargin) 20px;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.jobs-title > div {
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}

/* filters */

.jobs-filters-place {
  transition: height 0.2s ease-in-out;
}

.jobs-filters-container {
  height: max-content;
  position: relative;
  padding: 0 var(--small-hmargin);
  background-color: transparent;
  position: relative;
  width: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0);
  transition:
    background-color 0.2s ease-in-out,
    padding 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out,
    transform 0.4s ease-in-out;
}

.jobs-filters-container.floating {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 40px;
}

.jobs-filters-container.floating.open {
  transform: translateY(0);
}

.jobs-filters-container.hide {
  opacity: 0;
  pointer-events: none;
}

.jobs-filters-container.floating-visual {
  padding-right: 0;
  padding-left: 0;
  background-color: var(--cream);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.jobs-filters {
  background-color: var(--cream);
  position: relative;
  width: 100%;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding: 20px var(--small-hmargin);
}

.jobs-filters-row {
  display: grid;
  grid-template-columns: 4.5fr 4.5fr 1fr;
  gap: 40px;
  margin-top: 20px;
}

.jobs-filters-row:first-child {
  margin-top: 0;
}

.jobs-filters-row:first-child > .jobs-filters-col:last-child > p {
  font-weight: 800;
  font-size: 1.2rem;
  text-align: right;
  color: var(--light-green);
}

.jobs-filters-col > p {
  font-size: 1.1rem;
  font-weight: 800;
}

.jobs-filters-boxes {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px 10px;
}

.jobs-filters-box {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.jobs-filters-box > div {
  height: 14px;
  width: 14px;
  min-width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  transition: background-color 0.2s ease-in-out;
  border-radius: 3px;
  overflow: hidden;
}

.jobs-filters-box p {
  white-space: nowrap;
  line-height: 1;
}

.jobs-filters-box > div > span {
  background-color: var(--light-green);
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.jobs-filters-box[data-value="Agriculture"] > div > span {
  background-color: var(--light-green);
}

.jobs-filters-box[data-value="Paysage"] > div > span {
  background-color: var(--yellow);
}

.jobs-filters-box[data-value="Travaux forestiers"] > div > span {
  background-color: var(--red-300);
}

.jobs-filters-box[data-value="BTP"] > div > span {
  background-color: var(--blue);
}

.jobs-filters-box[data-value="Agroalimentaire"] > div > span {
  background-color: var(--turquoise);
}

.jobs-filters-box[data-value="Autre"] > div > span {
  background-color: var(--pink);
}

.jobs-filters-box.active > div > span {
  transform: scale(1);
}

.jobs-filters .preloader {
  position: absolute;
  bottom: 0;
  left: 0;
}

.jobs-filters-col {
  --link-color: var(--light-green-300);
  --link-hover-color: var(--green);
  --main-color-300: var(--light-green-300);
  --main-color: var(--light-green);
  --main-color-500: var(--light-green-500);
  --main-color-600: var(--light-green-600);
  --background-color: var(--cream);
  --text-color: var(--black);
  --radio-selected-color: var(--white);
  --options-hover-color: rgba(170, 219, 114, 0.3);
  max-width: 100%;
  min-width: 1px;
}

.jobs-filters-row:nth-child(2) .jobs-filters-col:nth-child(2) {
  position: relative;
}

.jobs-filters-col .select {
  max-width: 100%;
}

.jobs-filters-col .field {
  margin-top: 5px;
}

.jobs-filters-col .field > label {
  transform: none;
  top: calc(50% - 0.45rem);
  left: 8px;
}

.jobs-filters-col .field select.filled + label,
.jobs-filters-col .field input.filled + label,
.jobs-filters-col .field input:focus + label {
  display: none;
  font-size: 1rem;
  line-height: 1rem;
}

.jobs-filters-col .select {
  margin-top: 5px;
}

.jobs-filters-col .select-head {
  height: 30px;
  border: 1px solid var(--light-green);
}

.jobs-filters-col .field input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--light-green);
  border-radius: 5px;
  padding: 5px 8px;
  height: 30px;
  line-height: 20px;
  padding-right: calc(19px + 16px);
}

.jobs-filters-col > svg {
  position: absolute;
  right: 9px;
  bottom: 6px;
  height: 18px;
  width: 18px;
  min-width: 18px;
}

.jobs-filters-col > svg path {
  fill: var(--black);
}

.jobs-filters-container.floating .preloader {
  border-radius: 0;
}

#filters_open_button {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s ease-in-out;
  z-index: 103;
  opacity: 0;
  pointer-events: none;
  display: none;
}

#head:not(.active)
  + #jobs_filters_container:not(.hide)
  + #burger
  + #filters_open_button {
  opacity: 1;
  pointer-events: all;
  transition:
    opacity 0.2s ease-in-out 0.3s,
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    filter 0.2s ease-in-out,
    font-weight 0.2s ease-in-out,
    text-shadow 0.2s ease-in-out;
}

#filters_open_button.btn.cream:hover:not(.active) {
  background-color: var(--cream);
  color: var(--light-green);
  text-shadow: none;
}

@media screen and (max-width: 1200px) {
  .jobs-filters-boxes {
    grid-template-columns: 1fr 1fr;
  }
  .jobs-filters-row {
    gap: 20px;
  }
}

@media screen and (max-width: 860px) {
  #filters_open_button {
    display: flex;
  }
  .jobs-filters-boxes {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .jobs-filters-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .jobs-filters-row:first-child > .jobs-filters-col:last-child > p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    line-height: 1.2rem;
  }
  .jobs-filters {
    padding-bottom: calc(1.2rem + 20px);
  }
  .jobs-filters-container {
    padding: 0;
  }
  .jobs-filters-container.floating {
    transform: translateY(calc(-100% + 1px));
    opacity: 0;
  }
  .jobs-filters-container.floating-visual:not(.hide) {
    opacity: 1;
  }
  .jobs-filters-container.floating-visual.after {
    transition-delay: 0.3s;
  }
}

@media screen and (max-width: 550px) {
  .jobs-filters-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

/* jobs */

.jobs {
  padding: var(--small-vmargin) var(--small-hmargin);
}

.jobs table {
  width: 100%;
}

.jobs-index {
  padding: 0;
  margin: var(--medium-vmargin) var(--small-hmargin);
}

.jobs > h2 {
  margin-bottom: var(--small-vmargin);
}

.jobs > .btn {
  margin: var(--small-vmargin) auto 0;
}

.jobs tr {
  margin: 10px 0;
  background-color: white;
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  align-items: stretch;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.jobs tr.no-hover {
  cursor: unset;
}

.jobs tr:not(.no-hover):hover {
  background-color: var(--white);
}

.jobs td:first-child:last-child {
  width: 100%;
  text-align: center;
}

.jobs tr:first-child {
  margin-top: 0;
}

.jobs tr:last-child {
  margin-bottom: 0;
}

.jobs td:first-child {
  min-width: 30%;
}

.jobs h4 {
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}

.jobs td:first-child p {
  font-weight: 300;
}

.jobs tr:hover h4 {
  color: var(--green);
}

.jobs tr:hover .btn {
  background-color: var(--yellow);
  color: var(--black);
}

.jobs tr:active .btn {
  background-color: var(--yellow-300);
}

.jobs td:nth-child(2) {
  padding: 0 var(--medium-hmargin);
}

.jobs td:nth-child(2) p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.jobs table .btn {
  min-width: 200px;
}

.jobs td:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs td:first-child > p > span {
  display: inline-block;
  padding: 2px 6px;
  line-height: 1;
  border-radius: 9999px;
}

.jobs .sector-agriculture {
  background-color: var(--light-green-600);
}

.jobs .sector-paysage {
  background-color: var(--yellow);
}

.jobs .sector-travaux-forestiers {
  background-color: var(--red-300);
}

.jobs .sector-btp {
  background-color: var(--blue);
}

.jobs .sector-agroalimentaire {
  background-color: var(--turquoise);
}

.jobs .sector-autre {
  background-color: var(--pink);
}

@media screen and (max-width: 1200px) {
  .jobs table .btn {
    min-width: 150px;
  }
}

@media screen and (max-width: 992px) {
  .jobs table .btn {
    min-width: unset;
  }
  .jobs tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .jobs tr td:nth-child(2) {
    padding: 0;
  }
  .jobs tr td:nth-child(3) {
    width: 100%;
  }
  .jobs tr .btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .jobs tr {
    display: flex;
    flex-direction: column;
  }

  .jobs td:nth-child(2) {
    padding: var(--small-vmargin) 0;
  }
}

/********************
 JOB
*********************/
.job-title {
  margin: var(--medium-vmargin) var(--large-hmargin) 20px;
  max-width: 1200px;
}

.job-cols {
  padding: 0 var(--large-hmargin) var(--medium-vmargin);
  display: flex;
  align-items: stretch;
  gap: var(--medium-hmargin);
}

.job-col-left {
  flex-grow: 1;
}

.job-description p {
  max-width: unset;
  margin: 10px 0;
}

.job-apply {
  border-radius: var(--radius);
  background-color: var(--white);
  border: 1px solid var(--light-green);
  padding: var(--small-vmargin);
  margin-top: var(--small-vmargin);
}

.job-apply h3 {
  text-align: center;
  margin-bottom: 10px;
}

.job-apply .file:not(.active) label.btn.cream:not(:hover):not(:focus-visible) {
  background-color: transparent;
}

.job-apply .form input:-webkit-autofill,
.job-apply .form textarea:-webkit-autofill {
  background-color: var(--white) !important;
  box-shadow: inset 0 0 20px 100vw var(--white) !important;
}

.job-col-right {
  position: relative;
  width: 600px;
  min-width: 600px;
}

.job-apply-zone {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.job-apply-zone p {
  margin: 0;
}

.job-apply-button {
  color: var(--black);
  background-color: var(--light-green);
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--black);
  transition: background-color 0.2s ease-in-out;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
}

.job-apply-button:hover {
  background-color: var(--light-green-500);
}

.job-apply-button span {
  height: 1px;
  width: 20px;
  margin-left: 12px;
  background-color: var(--black);
  transition: flex-grow 0.4s ease-in-out;
}

.job-apply-button:hover span {
  flex-grow: 1;
}

.job-apply-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 80%;
  height: 0;
  width: 100%;
}

.job-apply-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-apply-bottom {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
  gap: 20px;
  cursor: pointer;
  color: var(--black);
  border: 1px solid var(--white);
  transition:
    border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

.job-apply-bottom:hover {
  background-color: white;
  border-color: var(--light-green);
}

.job-apply-bottom .btn {
  margin: 0;
}

.job-apply .btn {
  margin: 20px auto 0;
}

#apply_button {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 103;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition:
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
  background-color: var(--light-green);
  color: var(--white);
  border-color: var(--light-green);
  display: none;
}

#apply_button:hover {
  background-color: var(--cream);
  color: var(--light-green);
}

#apply_button.visible {
  opacity: 1;
  pointer-events: all;
}

#apply_button svg {
  transform: translateY(-0.05rem);
}

@media screen and (max-width: 1500px) {
  .job-col-right {
    width: 400px;
    min-width: 400px;
  }

  .job-col-right .btn {
    min-width: unset;
    padding: 8px 30px;
  }
}

@media screen and (max-width: 1200px) {
  .job-col-right {
    width: 300px;
    min-width: 300px;
  }
}

@media screen and (max-width: 992px) {
  .job-col-right {
    display: none;
  }
  #apply_button {
    display: flex;
  }
}

/********************
 QUIZ
*********************/
.quiz {
  text-align: center;
  padding: calc(var(--navbar-height) + var(--medium-vmargin))
    var(--large-hmargin);
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quiz h2 {
  margin-bottom: 20px;
}

.question {
  transition: opacity 0.2s ease-in-out;
  margin: 80px 0;
  display: none;
}

.question.active {
  display: block;
}

.question.locked {
  opacity: 0.6;
  pointer-events: none;
}

.question h4 {
  text-align: center;
}

.question input[type="date"] {
  width: min-content !important;
  margin: 20px auto 0 !important;
  display: block;
  min-width: min(150px, 100%);
}

.question-buttons {
  display: flex;
  justify-content: center;
  gap: 10px 40px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 30px auto 0;
}

.question-buttons .btn {
  background-color: white;
  border: 1px solid var(--light-green);
  color: black;
}

.question-buttons .btn.boxed {
  border-radius: 6px;
}

.question-buttons .btn.validate {
  background-color: var(--light-green-500);
  border: 1px solid var(--light-green-500);
}

.question-buttons .btn:hover {
  background-color: var(--light-green-700);
}

.question-buttons .btn.active {
  background-color: var(--light-green);
  color: white;
}

.question + .progress {
  background-color: transparent;
}
