@charset "UTF-8";
/*!
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-Five…
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
*/
:where(.wp-site-blocks) > * {
  margin-block-start: unset;
}

html {
  scroll-padding-top: 75px;
}

body {
  font-family: var(--fndry-font-chivro);
}

.fndry-list-item__icon {
  font-size: 18px;
  top: -2px;
}

.fndry-slider {
  margin-top: 3rem;
}
.fndry-slider__ctrl-icon, .fndry-slider__ctrl, .fndry-slider__pill {
  fill: var(--fndry-color-mint);
}
.fndry-slider__ctrl, .fndry-slider__pill {
  border: 1px solid var(--fndry-color-mint);
}
.fndry-slider__ctrl:hover {
  background: var(--fndry-color-mint);
}
.fndry-slider__ctrl:hover .fndry-slider__ctrl-icon {
  fill: var(--fndry-color-snowWhite);
}
.fndry-slider__controls {
  gap: 2rem;
}

.fndry-post.lusciians:hover > div {
  background: var(--fndry-color-mint);
  transition: background 0.3s linear;
}
.fndry-post.lusciians .fndry-post-title__link {
  font-size: inherit;
}

.fndry-slider__nav {
  justify-content: center;
}

.rt-body,
.rt-details__inner,
.rt-details__heading,
.rt-details__footer {
  background: var(--fndry-color-charcoal) !important;
  border: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
}

.rt-list__offer-item + .rt-list__offer-item {
  border-top: 1px dashed var(--fndry-color-inkwell) !important;
}

.rt__button.rt__button--action {
  background-color: var(--fndry-color-mint) !important;
  border-radius: 7.25rem !important;
  padding: 1em 1.5em 1em 1.5em !important;
  font-family: var(--fndry-font-chivro) !important;
  color: var(--fndry-color-charcoal) !important;
  font-size: 1rem !important;
  letter-spacing: 0.125em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  box-shadow: var(--fndry-bshadow-standard) !important;
}

.rt__button.rt__button--outline {
  font-family: var(--fndry-font-chivro) !important;
  color: var(--fndry-color-snowWhite) !important;
  font-size: 1rem !important;
  letter-spacing: 0.125em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.rt-details__content--form input, .rt-details__content--form textarea {
  background: var(--fndry-color-charcoal) !important;
}

.fndry-icon-post__image-wrapper:not(.single .fndry-icon-post__image-wrapper) {
  padding: 0;
}
.fndry-icon-post__image-wrapper:not(.single .fndry-icon-post__image-wrapper) img {
  height: 100px;
  width: 100px;
}

.rt-list__offer-remote {
  display: block;
}
.rt-list__offer-remote:after {
  content: "– Already living in the Netherlands";
  display: inline-block;
  padding-left: 5px;
}

.rt-details__header {
  padding-bottom: 20px;
}
.rt-details__content--main p:empty {
  display: none;
}
.rt-details__content--main .rt__text-header {
  margin-top: 50px !important;
}

.fndry-quote {
  position: relative;
}
.fndry-quote p {
  font-size: 19px;
  line-height: 32px;
}
.fndry-quote figcaption {
  position: absolute;
  bottom: -50px;
  color: var(--fndry-color-snowWhite);
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.fndry-paragraph:not(.fndry-text-largeCopy),
.fndry-list-item,
.wp-block-post-excerpt__excerpt,
.fndry-quote__quote mark,
p {
  color: var(--fndry-color-grey);
  font-size: 17px;
  line-height: 32px;
}

.home-numbers .fndry-icon-post__content {
  padding: 0;
}
.home-numbers p {
  font-weight: 400;
}
.home-numbers .fndry-heading {
  line-height: 1;
  font-size: 32px;
  font-weight: 400;
}

.rt-list__offer-title.rt__text.rt__text--secondary.rt__link {
  color: var(--fndry-color-snowWhite) !important;
}

.center-grid {
  justify-content: center;
}

#recruitee-careers-details-container .rt-form .rt__text--dark,
#recruitee-careers-details-container .rt-form .rt-control {
  color: var(--fndry-color-snowWhite) !important;
}

.fndry-post-terms__label {
  line-height: 30px;
}

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