.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.body {
    margin: 0;
    font-family: Brandon, sans-serif;
    color: #003d56;
    font-size: 16px;
    text-align: center;
}

.body.no-scroll {
    overflow: hidden;
    position: relative;
}

.cta-block {
    display: inline-block;
    margin-bottom: 20px;
    padding: 12px 40px 13px;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: bold;
}

.cta-block:hover {
    background-color: #fff;
    color: #6cca98;
}

.cta-block.m10 {
    margin-top: 10px;
}

.cta-block.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.cta-block.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.cta-block.cta-footer:hover {
    background-color: #fff;
}

.cta-block.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.cta-block.cta-form:hover {
    background-color: #fff;
}

.cta-block.cta-form.cta-simulation {
    max-width: 310px;
}

.cta-txt {
    transition: color 350ms ease;
    font-family: Brandon, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.cta-txt:hover {
    color: #6cca98;
}

.txt-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.h1-red {
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 72px;
    line-height: 86px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.h2-blue {
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.h2-blue.uppercase {
    text-transform: uppercase;
}

.h2-red {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.8px;
}

.h2-red.sim {
    margin-top: 30px;
}

.h2-red.hide-desktop {
    display: none;
}

.txt-blue {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.txt-blue.txt-quotes {
    margin-bottom: 10px;
}

.txt-blue.w50 {
    max-width: 70%;
    font-size: 18px;
    line-height: 26px;
}

.txt-blue.big {
    font-size: 20px;
    line-height: 24px;
}

.main-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 300;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.hero-section {
    position: relative;
    z-index: 2;
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.about-section {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    text-align: center;
}

.price-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    margin-right: auto;
    margin-bottom: 4vw;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    text-align: center;
}

.description-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    padding: 60px 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.trust-section {
    position: relative;
    display: -webkit-box;
    display: flex;
    margin: 1vw 0;
    padding: 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.partners-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    background-color: #003d56;
    text-align: center;
}

.footer {
    display: -webkit-box;


    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    background-color: #fff;
}

.main-cta {
    display: inline-block;
    padding: 17px 37px 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    box-shadow: -2px 1px 10px 0 rgba(118, 195, 173, 0.35);
    transition: all 450ms ease;
    text-decoration: none;
}

.main-cta:hover {
    background-color: #fff;
}

.cta-txt-main {
    transition: color 450ms ease;
    font-family: Brandon, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.cta-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.icon-txt-container {
    display: -webkit-box;


    display: flex;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.hero-img-block {
    position: relative;
    width: 100%;
    margin-top: -16vw;
}

.hero-txt-container {
    position: absolute;
    left: 0%;
    top: 50px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 60;
}

.location-form-block {
    min-width: 400px;
    margin-right: 20px;
    display: flex;
    border: 1px solid #003d56;
    border-radius: 40px;
}

.location-form {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-align: center;


    align-items: center;
}

.hero-img {
    position: relative;
    min-height: 73vw;
    background-image: url('../images/full.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.h2-white {
    margin-bottom: 20px;
    padding-right: 20px;
    align-self: center;
    font-family: Justanotherhand, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.left-nav {
    display: -webkit-box;


    display: flex;
    width: 15%;
    margin-right: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.icons-nav {
    display: -webkit-box;


    display: flex;
    width: 15%;
    height: 100%;
    margin-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: start;


    align-items: flex-start;
}

.nav-icon {
    position: relative;
    display: -webkit-box;


    display: flex;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;

    align-self: flex-start;
    cursor: pointer;
}

.nav-icon.mobile {
    display: none;
}

.brand-block {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 160px;
    height: 80px;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    cursor: pointer;
}

.img-logo {
    position: relative;
    z-index: 103;
    display: block;
    width: 135px;
    height: 100%;
    margin-top: -6px;
    margin-right: 0px;
    margin-left: 6px;
}

.menu-mobile {
    display: none;
    padding-left: 30px;
    cursor: pointer;
}

.swiper-container {
    width: 100%;
}

.swiper-container.needs-swiper {
    margin-top: 0vw;
    align-self: center;
}

.swiper-container.quotes-container {
    margin-top: 0px;
    margin-bottom: 40px;
}

.swiper-container.aboutus-swiper {
    margin-top: 0vw;
}

.swiper-container.types-costs {
    max-width: 1280px;
    margin-top: 0vw;
}

.swiper-container.builder-swiper-container {
    max-width: 1100px;
    margin-top: 2vw;
}

.swiper-container.builder-slider-container {
    margin-top: 4vw;
}

.swiper-container.choose-swiper {
    margin-top: -60px;
    margin-bottom: 0vw;
}

.swiper-container.landing-slider-container {
    margin-top: 4vw;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
}

.swiper-container.quotes-company-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.swiper-container.builder-video-swiper {
    margin-top: 4vw;
}

.swiper-container.publication-swiper {
    margin-top: 4vw;
}

.swiper-container.news-swiper {
    position: relative;
    display: -webkit-box;


    display: flex;
    margin-top: 1vw;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-wrapper {
    display: -webkit-box;


    display: flex;
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-wrapper.no-swiper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
}

.swiper-wrapper.no-swiper-horizontal {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;


    justify-content: space-around;


    flex-wrap: nowrap;
    -webkit-box-align: start;


    align-items: flex-start;
}

.swiper-wrapper.plus-wrapper {
    background-image: url('../images/line-path-pink.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-slide.description-slide {
    display: -webkit-box;


    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.quotes-item {
    display: -webkit-box;


    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.about-item {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.nurse-options {
    display: -webkit-box;


    display: flex;
    width: 33.163vw;
    max-width: 487px;
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: start;


    align-items: flex-start;
}

.swiper-slide.sub-details-slide {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 0vw;
    padding-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.builder-2-col-item {
    display: -webkit-box;


    display: flex;
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.builder-slider-item {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.team-slide {
    display: -webkit-box;


    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.project-slide {
    display: -webkit-box;


    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.plus-slide {
    display: -webkit-box;


    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.push-product-slide {
    display: -webkit-box;


    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.job-slide {
    display: -webkit-box;


    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.choose-slide {
    display: -webkit-box;


    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.landing-slider-item {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.quotes-company-item {
    display: -webkit-box;


    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.builder-video-item {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.events-slide {
    display: -webkit-box;


    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.publication-item {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.about-item-copy {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-slide.news-slide {
    transition: opacity 0.25s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: transform 450ms ease;
}

.swiper-slide.news-slide.swiper-slide-active {
    transform: scale(1.2);
}

.slide-img {
    position: relative;
    width: 210px;
    height: 210px;
}

.slide-txt {
    display: -webkit-box;
    display: flex;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;

    justify-content: center;
    -webkit-box-align: center;

    align-items: center;
    text-decoration: none;
}

.slide-txt.builder-slider-txt {
    width: 57.613vw;
    max-width: 760px;
}

.slide-txt.mt-40 {
    margin-top: 40px;
    -webkit-box-pack: start;

    justify-content: flex-start;
}

.slider-image {
    position: relative;
    z-index: 3;
}

.lilac-svg {
    position: absolute;
    left: auto;
    top: auto;
    right: -8%;
    bottom: -8%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.utility-page-wrap {
    position: relative;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;

    justify-content: center;
    -webkit-box-align: center;

    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: flex;
    width: 276px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;

    justify-content: flex-start;
    -webkit-box-align: stretch;

    align-items: stretch;
}

.image-3 {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
}

.image-4 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -4%;
    display: none;
}

.text-field-2 {
    width: 260px;
    height: 50px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #003d56;
    border-radius: 40px;
    color: #003d56;
}

.aboutus-block {
    display: -webkit-box;


    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.about-img-block {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 57.613vw;
    height: 32.943vw;
    max-height: 450px;
    max-width: 780px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 5px;
}

.partners-logos {
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
}

.partner-item {
    width: 33%;
    margin-top: 20px;
    align-self: center;
}

.shape-pink {
    position: absolute;
    left: -4vw;
    top: auto;
    right: auto;
    bottom: 5vw;
    z-index: -2;
    height: 430px;
    transform: rotate(-44deg);
}

.shape-lilac {
    position: absolute;
    left: 5vw;
    top: -6vw;
    right: 0%;
    bottom: auto;
    z-index: -2;
    height: 280px;
}

.shape-spiral {
    position: absolute;
    left: auto;
    top: -8vw;
    right: -4vw;
    bottom: auto;
    z-index: -2;
    height: 247px;
}

.html-embed {
    width: 100%;
}

.hero-shape {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    width: 100%;
}

.hero-shape.home {
    bottom: 10%;
}

.subscription-block {
    position: fixed;
    left: auto;
    top: 130px;
    right: 40px;
    bottom: auto;
    z-index:100;
    display: block;
}

.quotes-item-container {
    position: relative;
    display: flex;
    width: 268px;
    height: 275px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 12px;
    background-color: #faf6ec;
}

.lilac-shape {
    position: absolute;
    left: 6%;
    top: 6%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
}

.quotes-content {
    padding: 25px;
    border-radius: 12px;
    background-color: #faf6ec;
    min-height: 280px;
}

.quotes-author-block {
    display: -webkit-box;


    display: flex;
    -webkit-box-align: center;


    align-items: center;
}

.quotes-author-i {
    display: -webkit-box;


    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: end;


    align-items: flex-end;
}

.author-name {
    color: #ea4e47;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.author-details {
    color: #ea4e47;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
}

.top-nav {
    position: relative;
    z-index: 400;
    display: -webkit-box;


    display: flex;
    width: 100%;
    height: 45px;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-pack: end;


    justify-content: flex-end;
    background-color: #003d56;
}

.nav {
    position: relative;
    z-index: 102;
    display: -webkit-box;


    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    background-image: url('../images/oval-menu.svg');
    background-position: 0 100%;
    background-size: 100vw;
    background-repeat: no-repeat;
    transition: background-color 250ms ease;
}

.nav.open {
    background-color: #f7ebd3;
}

.location-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
}

.hero-content {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;


    flex-direction: column-reverse;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: stretch;


    align-items: stretch;
    text-align: center;
}

.player {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    transform: scale3d(0.7, 0.7, 0.8);
    transition: opacity 200ms ease, transform 450ms ease;
    cursor: pointer;
    transform-style: preserve-3d;
}

.player:hover {
    transform: scale3d(0.9, 0.9, 0.9);
}

.player.hidden {
    display: none;
}

.lilac-rect {
    position: absolute;
    left: 6%;
    top: 6%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.img-crop-block {
    position: relative;
    width: 268px;
    margin-bottom: -27px;
}

.yellow-container {
    position: relative;
    width: 57.613vw;
    max-width: 780px;
    margin-top: 0px;
}

.yellow-txt-block {
    display: -webkit-box;


    display: flex;
    min-height: 200px;
    margin-top: 0px;
    padding-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #faf6ec;
}

.shape-pink-hero {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 25%;
    z-index: -2;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.top-right-block {
    display: -webkit-box;


    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1220px;
    -webkit-box-pack: end;


    justify-content: flex-end;
}

.top-nav-link {
    display: -webkit-box;


    display: flex;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.top-nav-txt {
    font-size: 14px;
    text-decoration: none;
}

.nav-list-container {
    display: -webkit-box;


    display: flex;
    width: 70%;
    height: 100%;
    margin-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
    border-bottom: 0 solid rgba(0, 61, 86, 0.2);
    transition: border 250ms ease;
}

.nav-list {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    list-style-type: none;
}

.nav-item {
    position: relative;
    display: flex;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    transition: color 350ms ease;
    cursor: pointer;
}

.nav-link {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    transition: color 350ms ease;
    color: #003d56;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #68d8d2;
}

.h1-red-copy {
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 72px;
    line-height: 86px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.image-7 {
    width: 26px;
}

.img-top-nav {
    display: -webkit-box;


    display: flex;
    width: 35px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.container {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1220px;
    margin-top: 0vw;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.container.m100 {
    margin-bottom: 100px;
}

.pink-flower-shape {
    position: absolute;
    left: 8.5vw;
    top: auto;
    right: auto;
    bottom: -3vw;
    z-index: -2;
    height: 430px;
    margin-left: -182px;
}

.lilac-triangle-shape {
    position: absolute;
    left: auto;
    top: auto;
    right: 0vw;
    bottom: -1.4vw;
    z-index: -2;
    height: 308px;
    margin-left: -182px;
}

.line-path {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 15%;
    z-index: -1;
    width: 100vw;
}

.slide-link {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: center;


    align-items: center;
    color: #003d56;
    text-decoration: none;
}

.lilac-flower-shape {
    position: absolute;
    left: auto;
    top: 15%;
    right: -12vw;
    bottom: 0%;
    z-index: -2;
    width: 450px;
    height: 450px;
    margin-left: -182px;
    transform: rotate(-37deg);
}

.pagination {
    width: 100%;
}

.pagination.trust {
    display: none;
}

.pagination.pricing {
    display: block;
}

.pagination.team {
    display: -webkit-box;


    display: flex;
    padding-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.pagination.project {
    display: -webkit-box;


    display: flex;
    padding-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.pagination.plus {
    display: -webkit-box;


    display: flex;
    padding-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.pagination.push-product-pag {
    display: -webkit-box;


    display: flex;
    padding-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.pagination.job-pag {
    display: -webkit-box;


    display: flex;
    padding-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.pagination.choose-pag {
    display: -webkit-box;


    display: flex;
    padding-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.pagination.landing {
    align-self: center;
}

.lilac-rect-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: -2.5vw;
    bottom: -2.5vw;
    z-index: -1;
    display: block;
    width: 100%;
    height: auto;
}

.yellow-img-block {
    background-color: #fff;
}

.pink-med {
    position: absolute;
    left: auto;
    top: auto;
    right: -12vw;
    bottom: -11vw;
    z-index: -2;
    height: 300px;
}

.spiral {
    position: absolute;
    left: -10vw;
    top: -6vw;
    right: auto;
    bottom: auto;
    height: 300px;
}

.left-shape-2 {
    position: absolute;
    left: -4vw;
    top: -6vw;
    right: auto;
    bottom: auto;
}

.line-path-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 6%;
    z-index: -1;
    width: 100vw;
}

.partners-block {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: stretch;


    align-items: stretch;
}

.abo-nl-block {
    width: 70%;
    padding-right: 80px;
}

.top-footer {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 3vw;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 61, 86, 0.2);
}

.rs-block {
    width: 20%;
}

.h3-red {
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.h3-red.nl-red {
    text-align: left;
}

.bottom-footer {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 3vw;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
}

.footer-links {
    width: 80%;
    padding-right: 60px;
}

.footer-btn {
    width: 20%;
}

.footer-list {
    display: -webkit-box;


    display: flex;
    padding-left: 0px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    list-style-type: none;
}

.footer-item {
    cursor: pointer;
}

.footer-link {
    transition: color 450ms ease;
    font-family: 'Brandon med', sans-serif;
    color: #003d56;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.footer-link:hover {
    color: #68d8d2;
}

.social-media-logos {
    display: -webkit-box;


    display: flex;
    margin-top: 2vw;
    -webkit-box-pack: justify;


    justify-content: space-between;
}

.nl-block {
    margin-top: 2vw;
}

.nl-form {
    position: relative;
    display: -webkit-box;


    display: flex;
    -webkit-box-pack: start;


    justify-content: flex-start;
}

.rs-item {
    display: -webkit-box;


    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 50%;
    background-color: #003d56;
    cursor: pointer;
}

.html-embed-2 {
    width: 9px;
    height: auto;
    margin: auto;
}

.btn-block {
    display: -webkit-box;


    display: flex;
    padding: 15px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #f7ebd3;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    cursor: pointer;
}

.cta-footer-txt {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
}

.img-btn {
    margin-right: 15px;
    margin-left: 5px;
}

.txt-copyright {
    position: absolute;
    left: 60px;
    top: auto;
    right: auto;
    bottom: 0;
    font-size: 13px;
    line-height: 34px;
}

.checkbox-nl-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3vw;
}

.checkbox-container-2 {
    display: inline-block;
    padding-left: 0px;
}

.checkbox-container-2.listing-job-checkbox-container {
    position: relative;
    top: 0px;
    margin-right: 40px;
    padding-left: 23px;
}

.checkbox-input {
    margin-left: -23px;
}

.checkbox-label {
    color: #005589;
    font-size: 13px;
    font-weight: 400;
}

.checkbox-nl {
    position: relative;
    color: #003d56;
    text-decoration: none;
}

.checkbox-nl.bolder {
    line-height: 22px;
    font-weight: normal;
}

.link {
    border-bottom: 1px solid #ea4e47;
    color: #003d56;
    text-decoration: none;
}

/*.nl-checkbox {*/
/*    display: block;*/
/*}*/

.search-svg {
    width: 26px;
    height: 26px;
}

.account-svg {
    width: 26px;
    height: 26px;
}

.notif {
    position: absolute;
    left: auto;
    top: 14px;
    right: 12px;
    bottom: auto;
    display: -webkit-box;
    display: flex;
    width: 18px;
    height: 18px;
    max-height: 20px;
    padding: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #f7ebd3;
    border-radius: 50%;
    background-color: #ea4e47;
    opacity: 0;
}

.notif-number {
    color: #fff;
    font-size: 8px;
    line-height: 11px;
    font-weight: 500;
}

.location-block {
    display: -webkit-box;
    display: flex;
    width: 100%;
    border: 1px solid #003d56;
    border-radius: 40px;
}

.html-embed-3 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 300px;
}

.html-embed-4 {
    width: 17px;
}

.html-embed-5 {
    width: 17px;
}

.pagination-copy {
    width: 100%;
}

.arrow {
    display: -webkit-box;


    display: flex;
    height: 10px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.mobile-options {
    display: none;
}

.about-links {
    display: -webkit-box;


    display: flex;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-text {
    font-size: 14px;
    text-decoration: none;
}

.html-embed-7 {
    width: 20px;
}

.checkbox-field {
    padding-left: 20px;
}

.video-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    border-radius: 5px;
}

.video-block.visible {
    z-index: 0;
}

.img-bkg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url('../images/iStock-466375111.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 450ms ease;
}

.img-bkg.hide {
    z-index: -2;
    opacity: 0;
}

.checkbox-block {
    width: 18px;
    height: 18px;
    transition: background-color 450ms ease;
}

.top-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    margin-top: -60px;
    margin-bottom: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.top-img-block {
    position: relative;
    width: 100%;
    height: 100%;
}

.top-img {
    position: relative;
    min-height: 60vw;
    background-image: url('../images/Image.png');
    background-position: 50% 0%;
    background-size: 100vw;
    background-repeat: no-repeat;
}

.top-img.builder {
    min-height: 60vw;
    margin-top: -20vw;
    background-image: url('../images/Rectangle.png');
    background-position: 50% 12vw;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-img.builder.top {
    margin-top: 0vw;
}

/*.top-img.store-locator {*/
/*    background-image: url('../images/iStock-544602844.png');*/
/*}*/

.top-img.store-locator.center {
    background-position: 50% 50%;
}

.top-img.kid-bkg {
    background-image: url('../images/iStock-1009591886.png'), url('../images/Image.png');
    background-position: 50% 50%, 50% 0%;
    background-size: cover, 100vw;
    background-repeat: no-repeat, no-repeat;
}

.top-img.services-bkg {
    background-image: url('../images/iStock-1069933680.png');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-img.landing-bkg {
    background-image: url('../images/baby-landing.png');
}

.top-img.jobs {
    margin-top: -6vw;
    background-image: url('../images/jobs.png');
    background-position: 50% 0%;
    background-size: 100vw;
}

.top-img.job {
    margin-top: -6vw;
    background-image: url('../images/job-offer.png');
    background-position: 50% 0%;
    background-size: 100vw;
}

.top-img.job.top {
    margin-top: 0vw;
}

.top-img.news {
    background-image: url('../images/iStock-1154573247.png');
}

.top-img.top {
    min-height: 42vw;
    background-image: url('../images/5f107fca72506_adobestock-140828351-min.jpeg');
    background-position: 50% 0%;
}

.txt-full {
    position: relative;
    display: -webkit-box;


    display: flex;
    margin-top: -2vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.two-col-block {
    position: relative;
    display: -webkit-box;


    display: flex;
    padding-top: 2vw;
    padding-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    text-align: center;
}

.two-col-yellow {
    position: relative;
    z-index: 4;
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 7vw;
    margin-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.h3-blue {
    padding-top:10px;
    margin-bottom: 5px;
    align-self: center;
    font-family: Brandon, sans-serif;
    color: #003d56;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.8px;
    white-space: break-spaces;
}

.h3-blue.wrap {
    margin-bottom: 20px;
    align-self: center;
}

.h3-blue.title-border {
    margin-top: 40px;
}

.slider-image-2 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 450px;
    max-height: 450px;
    border-radius: 12px;
    background-image: url('../images/nursery-item.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-slider {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 450px;
    max-width: 453px;
    margin-top: 0vw;
}

.slider-txt {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    text-decoration: none;
}

.bold-text {
    text-align: center;
}

.txt-blue-left {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
}

.txt-blue-left.txt-quotes {
    margin-bottom: 10px;
}

.basket-block {
    display: none;
}

.nav-container {
    position: static;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index:50;
}

.menu-mobile-overlay-category {
    display: none;
}

.see-more-block {
    text-decoration: none;
}

.see-more-block.underline {
    display: -webkit-box;


    display: flex;
    -webkit-box-align: center;


    align-items: center;
    border-bottom: 1px solid #ea4e47;
    cursor: pointer;
}

.arrow-down {
    width: 8px;
    height: 8px;
    transition: transform 250ms ease;
}

.two-col-container {
    display: -webkit-box;


    display: flex;
    width: 90%;
    margin-top: 0vw;
    margin-bottom: 3vw;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
}

.col-50 {
    display: -webkit-box;


    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: start;


    align-items: flex-start;
}

.col-40 {
    width: 40%;
    padding-right: 40px;
}

.white-frame {
    position: relative;
    z-index: auto;
    display: -webkit-box;


    display: flex;
    width: 34.846vw;
    height: 26.501vw;
    max-height: 362px;
    max-width: 476px;
    margin-top: 30px;
    padding: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 8px;
    background-color: #fff;
}

.txt-link {
    border-bottom: 1px solid #ea4e47;
    color: #003d56;
    text-decoration: none;
    cursor: pointer;
}

.specific-details {
    margin-top: 5vw;
    margin-bottom: 2vw;
}

.txt-blue-s {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}

.txt-blue-s.txt-quotes {
    margin-bottom: 10px;
}

.txt-blue-s.w50 {
    max-width: 70%;
}

.rate {
    display: -webkit-box;


    display: flex;
    padding-bottom: 20px;
    -webkit-box-align: end;


    align-items: flex-end;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 42px;
    line-height: 30px;
}

.month {
    padding-right: 10px;
}

.year {
    padding-right: 10px;
}

.simulator-form {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-align: center;


    align-items: center;
}

.input-container {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 310px;
    height: 123px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 56.5px;
    background-color: #fff;
}

.text-field-3 {
    border: 1px none #000;
}

.nob {
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 40px;
    line-height: 48px;
}

.nob.w95 {
    width: 95%;
}

.number-wrapper {
    position: relative;
    z-index: 3;
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.incomes-block {
    position: relative;
    display: -webkit-box;


    display: flex;
}

.hours-block {
    position: relative;
    display: -webkit-box;


    display: flex;
}

.input-symbol {
    width: 5%;
    margin-left: -14px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 28px;
    line-height: 36px;
}

.input-symbol.m30 {
    margin-left: -30px;
}

.ellipse-lilac {
    position: absolute;
    left: 3%;
    top: auto;
    right: auto;
    bottom: -10%;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.image-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
}

.dotted-shape {
    position: absolute;
    left: 0%;
    top: -16%;
    right: 0%;
    bottom: auto;
    width: 100vw;
    height: 6vw;
    background-image: url('../images/dotted-shape.svg');
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.lilac-top-flower-shape {
    position: absolute;
    left: 0.5vw;
    top: auto;
    right: auto;
    bottom: -9vw;
    z-index: -2;
    height: 396px;
    margin-left: -182px;
    transform: rotate(-150deg);
}

.lilac-triangle-shape-2 {
    position: absolute;
    left: 19%;
    top: auto;
    right: auto;
    bottom: -10%;
    z-index: -12;
    height: 308px;
    margin-left: -182px;
}

.two-col-bkg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    background-color: #faf6ec;
}

.pink-med-2 {
    position: absolute;
    left: auto;
    top: -17%;
    right: 0%;
    bottom: auto;
    z-index: -100;
    height: 300px;
    transform: rotate(-74deg);
}

.left-shape-3 {
    position: absolute;
    left: auto;
    top: 0%;
    right: -6%;
    bottom: 0%;
}

.shape-spiral-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: -20%;
    z-index: -2;
    display: none;
    height: 200px;
    transform: rotate(-137deg);
}

.form-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    overflow: visible;
    width: 100vw;
    min-height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.form-section.company-form-section {
    height: 100%;
    min-height: 80vh;
    -webkit-box-pack: start;


    justify-content: flex-start;
}

.form-block {
    height: 100%;
    padding-top: 0px;
}

.form-block.subscription-form {
    width: 100%;
    padding-top: 0px;
}

.form-block.contact-form {
    width: 100%;
}

.form-block.jobs-form {
    width: 100%;
}

.form-block.company-form {
    width: 100%;
    max-width: 662px;
}

.form {
    display: -webkit-box;


    display: flex;
    margin-top: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.promo-code-block {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 662px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.promo-code-block.step {
    z-index: 1;
    display: -webkit-box;


    display: flex;
    height: 100%;
    opacity: 1;
}

.form-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.radio-button-label {
    display: -webkit-box;


    display: flex;
    width: 269px;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #faf6ec;
    transition: background-color 450ms ease;
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
    text-align: center;
}

.radio-button-label.active {
    background-color: #f7ebd3;
}

.radio-button-field {
    position: relative;
    padding-left: 0;
    cursor: pointer;
}

.f-radio {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-pack: justify;


    justify-content: space-between;
}

.f-radio._w-993 {
    -webkit-box-pack: justify;


    justify-content: space-between;
}

.radio-btn {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
}

.div-block {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
}

.check-svg {
    position: absolute;
    left: auto;
    top: 32px;
    right: 25px;
    bottom: auto;
    width: 31px;
    height: 31px;
    opacity: 0;
    transition: opacity 450ms ease;
}

.lilac-shape-form {
    position: absolute;
    left: 11%;
    top: auto;
    right: 0%;
    bottom: -18%;
    z-index: -3;
    opacity: 0;
    transition: opacity 450ms ease;
}

.form-580 {
    width: 100%;
    max-width: 580px;
}

.input-code {
    display: block;
    width: 48%;
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 450ms ease;
}

.input-code.visible {
    opacity: 1;
}

/*.input-code-block {*/
/*    display: -webkit-box;*/
/*    display: flex;*/
/*    margin-top: 2vw;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    flex-direction: column;*/
/*    -webkit-box-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: center;*/
/*    align-items: center;*/
/*}*/

.form-btn {
    display: -webkit-box;


    display: flex;
    width: 49%;
    margin-bottom: 20px;
    padding: 10px 40px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
}

.form-btn:hover {
    background-color: #fff;
}

.form-btn.m10 {
    margin-top: 10px;
}

.form-btn.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.form-btn.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.form-btn.cta-footer:hover {
    background-color: #fff;
}

.form-btn.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.form-btn.cta-form:hover {
    background-color: #fff;
}

.form-btn.next-step1 {
    margin-bottom: 0px;
    align-self: auto;
    cursor: pointer;
}

.form-btn.next-step1._w-auto {
    width: auto;
}

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

.form-btn.start.disabled {
    border-color: #ccc;
    background-color: #ccc;
}

.form-btn.next-step7 {
    cursor: pointer;
}

.form-btn.sm {
    width: 270px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.form-btn.next-step1-copy {
    align-self: auto;
    cursor: pointer;
}

.form-btn.next-step1-copy._w-auto {
    width: auto;
}

.details {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 25px 30px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #f7ebd3;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.details._w-453 {
    height: 65px;
    max-width: 453px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    color: #003d56;
    text-decoration: none;
    cursor: pointer;
}

.details-txt {
    flex: 1;
    border-bottom: 0 solid #003d56;
    transition: border-width 450ms ease;
    font-size: 15px;
    line-height: 22px;
}

.image-10 {
    width: 29px;
    margin-right: 10px;
}

.step-one {
    display: block;
    width: 100%;
    max-width: 662px;
    margin-top: 0vw;
    margin-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-one.step {
    z-index: 20;
    display: none;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
}

.img-step {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.radio-button-label-2 {
    display: -webkit-box;


    display: flex;
    width: 269px;
    height: 84px;
    padding: 10px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #faf6ec;
    transition: background-color 450ms ease;
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
    text-align: center;
}

.radio-button-label-2.active {
    background-color: #f7ebd3;
}

.check-svg-2 {
    width: 31px;
    opacity: 0;
    transition: opacity 450ms ease;
}

.check-svg-3 {
    position: absolute;
    left: auto;
    top: 20px;
    right: 25px;
    bottom: auto;
    width: 31px;
    height: 31px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 61, 86, 0.2);
    border-radius: 50%;
    opacity: 1;
    transition: opacity 450ms ease;
}

.parent-infos {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
}

.parent-infos.hide {
    display: none;
}

.subtitle-form {
    margin-top: 2vw;
    margin-bottom: 2vw;
    align-self: flex-start;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
}

.subtitle-form.child-subtitle {
    font-size: 22px;
    line-height: 24px;
}

.parent-input {
    width: 48%;
    height: 50px;
    margin-bottom: 20px;
}

.input-50-container {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-pack: justify;


    justify-content: space-between;


    flex-wrap: wrap;
}

.input-50-container.child.hide {
    display: none;
}

.steps-btn {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 662px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
}

.btn-back {
    display: -webkit-box;


    display: flex;
    width: 48%;
    margin-bottom: 0px;
    padding: 10px 40px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #dfc8e7;
    border-radius: 40px;
    background-color: #dfc8e7;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-back:hover {
    background-color: #fff;
}

.btn-back.m10 {
    margin-top: 10px;
}

.btn-back.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.btn-back.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.btn-back.cta-footer:hover {
    background-color: #fff;
}

.btn-back.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.btn-back.cta-form:hover {
    background-color: #fff;
}

.dropdown-toggle {
    width: 100%;
}

.submit-btn {
    display: block;
    width: 276px;
    height: 50px;
    margin-bottom: 5vw;
    border-radius: 25px;
    background-color: #68d8d2;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    cursor: pointer;
}

.submit-btn.fs-smaller {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 20px;
    line-height: 28px;
}

.submit-btn.fs-smaller.sb {
    height: 45px;
    margin-bottom: 0vw;
}

.submit-btn.fs-smaller.mt-25 {
    margin-top: 25px;
}

.step-address {
    display: block;
    width: 100%;
    max-width: 662px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-address.step {
    z-index: 20;
    display: none;
    height: 100%;
    opacity: 1;
}

.address-block {
    display: flex;
    width: 100%;
    max-width: 662px;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}

.adress-input {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.step-situation {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-situation.step {
    z-index: 20;
    display: none;
    height: 100%;
    opacity: 1;
}

.thanks-step-one {
    display: block;
    width: 100%;
    margin-bottom: 5vw;
    padding-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.thanks-step-one.step {
    z-index: 0;
    display: none;
    height: 100%;
    opacity: 1;
}

.image-11 {
    height: 90px;
    margin-bottom: 40px;
}

.thanks-txt {
    margin-bottom: 100px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.step-2 {
    display: block;
    width: 100%;
    max-width: 662px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-2.step {
    z-index: 0;
    display: none;
    height: 100%;
    opacity: 1;
}

.btn-add {
    display: -webkit-box;


    display: flex;
    width: 48%;
    margin-bottom: 20px;
    padding: 10px 40px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-add:hover {
    background-color: #fff;
}

.btn-add.m10 {
    margin-top: 10px;
}

.btn-add.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.btn-add.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.btn-add.cta-footer:hover {
    background-color: #fff;
}

.btn-add.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.btn-add.cta-form:hover {
    background-color: #fff;
}

.btn-add.disabled {
    border-color: #b8b8b8;
    background-color: #b8b8b8;
    cursor: default;
}

.next-txt {
    margin-bottom: 100px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

.thanks-step-two {
    display: block;
    width: 993px;
    max-width: 100%;
    margin-bottom: 5vw;
    padding-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.thanks-step-two.step {
    z-index: 0;
    display: none;
    height: 100%;
    opacity: 1;
}

.link-2 {
    padding-top: 4vw;
    border-bottom: 1px solid #ea4e47;
    color: #003d56;
    text-decoration: none;
    cursor: pointer;
}

.link-2.later {
    width: 48%;
    border-style: solid;
    border-width: 2px 2px 2px 1px;
    border-color: #68d8d2;
    background-color: #68d8d2;
    color: #fff;
    font-weight: 700;
}

.step-3 {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-3.step {
    z-index: 0;
    display: none;
    height: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    opacity: 1;
}

.form-sub {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.activity-block {
    display: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;


    flex-wrap: wrap;
}

.partner-block {
    position: relative;
    display: none;
    width: 100%;
    max-width: 662px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vw;
    padding-bottom: 3vw;
}

.partner-activity-block {
    display: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;


    flex-wrap: wrap;
}

.shape-bkg {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: -5;
    display: none;
    width: 100vw;
    height: 100%;
    padding-right: 0px;
    background-color: #faf6ec;
}

.partner-yellow {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0vw;
    padding-top: 0vw;
    padding-bottom: 0;
}

.partner-yellow.partner {
    background-color: #faf6ec;
}

.shapes-block {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: -10;
    display: -webkit-box;


    display: flex;
    overflow: visible;
    width: 100vw;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: end;


    align-items: flex-end;
}

.shapes-block.yellow {
    bottom: 0%;
    padding-top: 40px;
    background-color: #faf6ec;
}

.shape-pink-2 {
    position: absolute;
    left: -4vw;
    top: auto;
    right: auto;
    bottom: -15.7vw;
    z-index: -2;
    overflow: hidden;
    height: 430px;
    transform: rotate(-44deg);
}

.row {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
}

.text-details {
    margin-top: -20px;
    color: #508590;
    font-size: 15px;
    line-height: 18px;
}

.location-input {
    width: 100%;
    height: 50px;
    max-width: 662px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.grid-options {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 993px;
    margin-top: 3vw;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    border-style: dashed none;
    border-width: 1px 0px 1px 1px;
    border-color: #ea4e47;
}

.options {
    display: -webkit-box;


    display: flex;
    width: 60px;
    -webkit-box-pack: justify;


    justify-content: space-between;
}

.grid-icon {
    width: 25px;
    margin-right: 0px;
    margin-left: 0px;
    align-self: center;
    transition: background-color 450ms ease;
    cursor: pointer;
}

.grid {
    display: flex;
    width: 100%;
    max-width: 993px;
    margin-bottom: 3vw;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
}

.grid-item {
    position: relative;
    display: flex;
    width: 270px;
    height: 100%;
    max-height: 580px;
    margin: 4vw 30px;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    border-radius: 8px;
    background-color: #faf6ec;
    cursor: pointer;
}

.grid-item.wishlist-item {
    height: 535px;
}

.grid-img {
    width: 100%;
    height: 150px;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: url('../images/img.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-txt {
    display: -webkit-box;


    display: flex;
    padding: 20px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;


    justify-content: space-around;
    -webkit-box-align: center;


    align-items: center;
    flex: 1;
}

.btn-select {
    display: flex;
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
    padding: 10px 20px 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-select:hover {
    background-color: #fff;
}

.btn-select.m10 {
    margin-top: 10px;
}

.btn-select.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.btn-select.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.btn-select.cta-footer:hover {
    background-color: #fff;
}

.btn-select.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.btn-select.cta-form:hover {
    background-color: #fff;
}

.btn-see {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
    padding: 10px 20px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
}

.btn-see:hover {
    background-color: #fff;
}

.btn-see.m10 {
    margin-top: 10px;
}

.btn-see.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.btn-see.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.btn-see.cta-footer:hover {
    background-color: #fff;
}

.btn-see.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.btn-see.cta-form:hover {
    background-color: #fff;
}

.btn-see.next-step1 {

    align-self: auto;
    cursor: pointer;
}

.btn-see.next-step1._w-auto {
    width: auto;
}

.btn-see.start {
    cursor: pointer;
}

.btn-see.next-step7 {
    cursor: pointer;
}

.item-subtitle {
    display: flex;
    align-items: center;
    align-self: center;
}

.item-hours {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.item-address {
    display: flex;
    align-items: flex-start;
}

.item-distance {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: flex-start;
}

.item-txt-block {
    display: flex;
    width: 100%;
    max-width: 220px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 0 0 auto;
}

.name {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.type-txt {
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.icon-type {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
    background-image: url('../images/shape.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-type.logo-lpcr {
    width: 28px;
    height: 28px;
    background-image: url('../images/goutte_2.svg');
    background-position: 0px 0px;
    background-size: cover;
}

.item-txt-details {
    font-size: 14px;
    line-height: 18px;
}

.item-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url('../images/geolocalisation-copy2.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.item-icon.geo {
    background-image: url('../images/geolocalisation.svg');
}

.item-icon.hour {
    background-image: url('../images/hour.svg');
}

.item-icon.contract {
    background-image: url('../images/geolocalisation-copy.svg');
}

.item-icon.publication {
    background-image: url('../images/geolocalisation-copy-5.svg');
}

.item-icon.reference {
    background-image: url('../images/geolocalisation-copy-6.svg');
}

.item-icon.cradle {
    background-image: url('../images/geolocalisation_1.svg');
}

.item-icon.garden {
    background-image: url('../images/geolocalisation-copy-3.svg');
}

.item-icon.baby {
    width: 25px;
    height: 25px;
    background-image: url('../images/baby.svg');
}

.item-icon.square {
    background-image: url('../images/square.svg');
}

.grid-shape {
    position: absolute;
    left: 0%;
    top: 0%;
    right: -27%;
    bottom: -12%;
    z-index: -4;
    background-image: url('../images/rect-2.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.pick-nursery-layer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    display: -webkit-box;


    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(108, 202, 152, 0.8)), to(rgba(108, 202, 152, 0.8)));
    background-image: linear-gradient(180deg, rgba(108, 202, 152, 0.8), rgba(108, 202, 152, 0.8));
    opacity: 0;
    transition: all 450ms ease;
}

.pick-nursery-layer.active {
    z-index: 0;
    opacity: 1;
}

.check-nursery {
    width: 67px;
}

.step-rythm {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-rythm.step {
    z-index: 0;
    display: none;
    height: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    opacity: 1;
}

._w-993 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 993px;
    -webkit-box-align: start;


    align-items: flex-start;
}

.div-block-2 {
    display: -webkit-box;


    display: flex;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
}

.arrow-link {
    display: block;
    width: 5%;
}

.radio-btn-img {
    width: 57px;
    height: 57px;
    margin-right: 20px;
    border-radius: 50%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.radio-btn-img.regular {
    position: relative;
    display: block;
    margin-right: 10px;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
    background-image: url('../images/iStock-1138839292_1.png');
    background-position: 0px 0px;
    background-size: cover;
}

.radio-btn-img.occasional {
    background-image: url('../images/occasionnel.jpg');
    background-size: cover;
}

.radio-btn-img.emergency {
    background-image: url('../images/urgence.jpg');
}

.radio-btn-txt {
    width: 123px;
    text-align: left;
}

.radio-button-label-flex {
    display: -webkit-box;


    display: flex;
    width: 269px;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #faf6ec;
    transition: background-color 450ms ease;
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
    text-align: center;
}

.radio-button-label-flex.active {
    background-color: #f7ebd3;
}

.radio-button-label-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: -webkit-box;


    display: flex;
    width: 269px;
    height: 97px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #faf6ec;
    opacity: 0;
    transition: background-color 450ms ease;
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
    text-align: center;
}

.radio-button-label-3.active {
    background-color: #f7ebd3;
}

.check-svg-5 {
    position: absolute;
    left: auto;
    top: 20px;
    right: 25px;
    bottom: auto;
    width: 31px;
    height: 31px;
    opacity: 0;
    transition: opacity 450ms ease;
}

.radio-button-label-5 {
    display: -webkit-box;


    display: flex;
    width: 269px;
    height: 70px;
    padding: 10px 0px 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #faf6ec;
    transition: background-color 450ms ease;
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
    text-align: left;
}

.radio-button-label-5.active {
    background-color: #f7ebd3;
}

.more-select-block {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 10px;
}

.selected-txt {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.underline {
    padding-top: 10px;
    border-bottom: 0px none #ea4e47;
    line-height: 28px;
}

.txt-bold {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #ea4e47;
    padding-top: 0px;
}

.details-step-3 {
    display: none;
    width: 100%;
    max-width: 993px;
    padding: 25px 30px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #f7ebd3;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.details-step-3._w-453 {
    max-width: 453px;
    -webkit-box-pack: justify;


    justify-content: space-between;
}

.step-days {
    display: none;
    width: 100%;
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-days.step {
    z-index: 0;
    display: none;
    height: 100%;
    opacity: 1;
}

.schedule-grid {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
}

.schedule-item {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 206px;
    height: 272px;
    margin: 20px 10px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #f7ebd3;
}

.day-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.day-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.checkbox-schedule {
    margin-top: 5px;
    margin-bottom: 5px;
}

.lilac-layer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: -20px;
    bottom: -18px;
    z-index: -4;
    background-image: url('../images/rect-schedule.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.schedule-checkbox-container {
    margin-top: 20px;
}

.day-title-block {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.checkbox-all {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.step-thanks {
    display: none;
    width: 100%;
    max-width: 993px;
    margin-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-thanks.step {
    z-index: 0;
    display: none;
    height: 100%;
    opacity: 1;
}

.thanks-txt-block {
    display: -webkit-box;


    display: flex;
    margin-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.thanks-txt-form {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.nb-block {
    color: #508590;
    font-size: 13px;
    line-height: 16px;
}

.checkbox-form-thanks {
    margin-top: 30px;
}

.checkbox-data {
    position: relative;
    color: #003d56;
    text-decoration: none;
}

.step {
    position: relative;
    z-index: 20;
    height: 0px;
    opacity: 0;
    transition: height 450ms ease, opacity 450ms ease;
}

.flex-block {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.flex-block.advisor-block {
    display: none;
}

.btn-advisor {
    display: -webkit-box;


    display: flex;
    width: 49%;
    margin-bottom: 20px;
    padding: 10px 40px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-advisor:hover {
    background-color: #fff;
}

.btn-advisor.m10 {
    margin-top: 10px;
}

.btn-advisor.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.btn-advisor.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.btn-advisor.cta-footer:hover {
    background-color: #fff;
}

.btn-advisor.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.btn-advisor.cta-form:hover {
    background-color: #fff;
}

.builder-body {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100vw;
    min-height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 15px;
}

.builder-paragraph {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.paragraph {
    padding-top: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-self: center;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding-bottom:0;
    width: 100%;
}

.builder-list {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.builder-list-block {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: start;


    align-items: flex-start;
    list-style-type: none;
}

.builder-list-item {
    font-size: 18px;
    line-height: 30px;
}

.builder-unordered-list {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    list-style: none;
    counter-reset: li;
}

.builder-title {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    line-height: 20px;
}

.h2-builder {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}

.p-span {
    border-bottom: 1px solid #003d56;
    font-weight: 700;
    text-decoration: none;
}

.btn-container {
    display: -webkit-box;


    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.btn-primary-1 {
    display: inline-block;
    margin: 20px;
    padding: 10px 60px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary-1:hover {
    background-color: #fff;
}

.btn-primary-1.m10 {
    margin-top: 10px;
}

.btn-primary-1.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.btn-primary-1.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.btn-primary-1.cta-footer:hover {
    background-color: #fff;
}

.btn-primary-1.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.btn-primary-1.cta-form:hover {
    background-color: #fff;
}

.btn-primary-2 {
    display: inline-block;
    margin: 20px;
    padding: 10px 60px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    transition: all 450ms ease;
    color: #fff;
    text-decoration: none;
}

.btn-primary-2:hover {
    background-color: #fff;
}

.btn-primary-2.m10 {
    margin-top: 10px;
}

.btn-primary-2.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.btn-primary-2.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.btn-primary-2.cta-footer:hover {
    background-color: #fff;
}

.btn-primary-2.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.btn-primary-2.cta-form:hover {
    background-color: #fff;
}

.btn-primary-2.filter-btn {
    margin-right: 0px;
    cursor: pointer;
}

.builder-paragraph-btn {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.builder-img-block {
    display: -webkit-box;


    display: flex;
    width: 57.613vw;
    max-width: 787px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.builder-img-bkg {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    height: 23vw;
    max-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 5px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.builder-img-bkg.kids-bkg {
    background-image: url('../images/kids.png');
}

.builder-img-layer {
    position: absolute;
    left: auto;
    top: auto;
    right: -20px;
    bottom: -20px;
    z-index: -3;
    width: 100%;
    height: 100%;
}

.builder-2-col-slider {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    text-align: center;
}

.builder-video-block {
    display: -webkit-box;
    display: flex;
    width: 57.613vw;
    max-width: 787px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}

.builder-video-txt-block {
    display: -webkit-box;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.builder-slider {
    width: 100%;
}

.slider-img-bkg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url('../images/Rectangle.png');
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 450ms ease;
}

.slider-img-bkg.hide {
    z-index: -2;
    opacity: 0;
}

.builder-txt-block {
    display: -webkit-box;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.top-header-txt {
    position: absolute;
    left: auto;
    top: 0px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 793px;
    margin-top: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.h1-builder {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
}

.shape-spiral-3 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: -20%;
    z-index: -2;
    display: block;
    height: 200px;
    transform: rotate(-137deg);
}

.map-grid-filters {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-pack: justify;


    justify-content: space-between;
}

.filter-txt {
    font-weight: 700;
}

.subtitle-form-center {
    margin-top: 2vw;
    margin-bottom: 2vw;
    align-self: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.subtitle-form-center.child-subtitle {
    font-size: 22px;
    line-height: 24px;
}

.month-cost {
    padding-right: 10px;
}

.error-message {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -30px;
    display: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ea4e47;
    text-align: center;
}

.body-2 {
    font-family: Brandon, sans-serif;
    color: #003d56;
    font-size: 16px;
}

.hero-shape-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3%;
    display: block;
    width: 100%;
}

.heo-shape-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3%;
    display: block;
    width: 100%;
}

.dashed-pink-70 {
    width: 70px;
    height: 1px;
    margin-top: -8px;
    border-bottom: 1px dashed #ea4e47;
}

.dashed-pink-110 {
    width: 110px;
    height: 1px;
    margin-top: -8px;
    border-bottom: 1px dashed #ea4e47;
}

.input-symbol-hour {
    width: 5%;
    margin-left: -40px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 28px;
    line-height: 36px;
}

.arrows-block {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.arrow-up {
    cursor: pointer;
}

.arrow-down-rate {
    transform: rotate(-180deg);
    cursor: pointer;
}

.error-message-left {
    display: none;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #ea4e47;
    text-align: center;
}

.shape-pink-cutted {
    z-index: -2;
    overflow: hidden;
    height: 162px;
    margin-bottom: -7px;
    margin-left: -34px;
}

.shape-lilac-2 {
    z-index: -2;
    overflow: hidden;
    height: 199px;
    margin-bottom: -113px;
}

.shape-spiral-5 {
    z-index: -2;
    overflow: hidden;
    height: 130px;
    margin-bottom: -15px;
    padding-right: 0px;
    padding-left: 0px;
}

.bottom-shape-form {
    position: relative;
    z-index: -3;
    margin-top: 0vw;
}

.grid-display {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.display-nurseries-container {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 993px;
    margin-bottom: 3vw;
    -webkit-box-pack: justify;


    justify-content: space-between;


    flex-wrap: wrap;
    -webkit-box-align: start;


    align-items: flex-start;
    -webkit-align-content: space-between;

    align-content: space-between;
}

.grid-view {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 1vw;
    -webkit-box-pack: center;


    justify-content: center;


    flex-wrap: wrap;
    -webkit-box-align: start;


    align-items: flex-start;
    -webkit-align-content: space-between;

    align-content: space-between;
}

.map-view {
    width: 100%;
}

.map-view.hide {
    display: none;
}

.map-item {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 532px;
    margin-top: 15px;
    margin-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #faf6ec;
    cursor: pointer;
    overflow-anchor: none;
}

.embed-map {
    width: 100%;
    height: 100%;
}

.reviews-block {
    margin-bottom: 20px;
    border-bottom: 1px solid #ea4e47;
}

.filter-dropdown {
    display: -webkit-box;


    display: flex;
    min-width: 60px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
    cursor: pointer;
}

.see-more-stores {
    display: none;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-bottom: 1px none #ea4e47;
    text-decoration: none;
    cursor: pointer;
}

.see-more-stores.underline {
    display: -webkit-box;


    display: flex;
    -webkit-box-align: center;


    align-items: center;
    border-bottom: 1px solid #ea4e47;
    cursor: pointer;
}

.top-img-nursery {
    position: relative;
    min-height: 60vw;
    background-image: url('../images/nursery-gen.jpg');
    background-size: 100vw;
    background-repeat: no-repeat;
}

.top-img-nursery.builder {
    height: 100%;
    min-height: auto;
    background-image: url('../images/Rectangle.png');
    background-size: 100vw;
    background-repeat: no-repeat;
}

.top-img-nursery.store-locator {
    background-image: url('../images/iStock-544602844.png');
}

.top-img-nursery.top {
    min-height: 42vw;
}

.builder-top-section {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: -60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.block-address {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.address-line-1 {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.rs-reviews {
    display: -webkit-box;


    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.social-media-item {
    display: -webkit-box;


    display: flex;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 50%;
    background-color: #003d56;
    cursor: pointer;
}

.fb-icon {
    padding-top: 2px;
}

._2-col-infos {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1100px;
    margin-top: 0vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: start;


    align-items: flex-start;
}

._2-col-infos.center {
    position: relative;
    -webkit-box-align: start;


    align-items: flex-start;
}

.map-section {
    width: 50%;
}

.infos-section {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
}

.nursery-location {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #f7ebd3;
}

.map-container {
    position: relative;
    width: 582px;
    height: 368px;
}

.map-layer {
    position: absolute;
    left: auto;
    top: auto;
    right: -4%;
    bottom: -10%;
    z-index: -6;
    width: 100%;
    height: 100%;
    background-image: url('../images/big-rect.svg');
    background-position: 100% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nursery-list {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;


    justify-content: flex-start;


    flex-wrap: wrap;
    list-style-type: none;
}

.nursery-item-list {
    display: -webkit-box;


    display: flex;
    width: 32%;
    margin-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.tag-list {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;


    justify-content: center;


    flex-wrap: wrap;
    -webkit-box-align: center;


    align-items: center;
    list-style-type: none;
}

.tag-type-item {
    display: flex;
    margin: 5px 20px 5px 0px;
    padding: 6px 20px 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 16.5px;
    background-color: #ed6b6f;
}

.item-txt-tag {
    color: #fff;
}

.btn-advisor-2 {
    display: flex;
    width: 48%;
    margin-bottom: 20px;
    padding: 10px 40px 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-advisor-2:hover {
    background-color: #fff;
}

.cta-txt-2 {
    transition: color 350ms ease;
    font-family: Brandon, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.form-btn-2 {
    display: -webkit-box;


    display: flex;
    width: 48%;
    margin-bottom: 20px;
    padding: 10px 40px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
}

.form-btn-2:hover {
    background-color: #fff;
}

.form-btn-2.next-step7 {
    width: auto;
    cursor: pointer;
}

.div-block-3 {
    display: -webkit-box;


    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.nursery-cta-block {
    display: -webkit-box;


    display: flex;
    width: 48%;
    margin-top: 0vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.nursery-item-section {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.title-arrow {
    display: -webkit-box;


    display: flex;
    min-width: 100px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
}

.h2-builder-2 {
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
}

.arrow-down-red {
    width: 8px;
    height: 8px;
    margin-left: 20px;
    color: #ea4e47;
}

.slide-link-2 {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    color: #003d56;
    text-decoration: none;
}

.h2-red-2 {
    margin-top: 0px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.container-2 {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1220px;
    margin-top: 2vw;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.cta-block-2 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 12px 40px 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
}

.cta-block-2:hover {
    background-color: #fff;
}

.cta-block-2.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.team-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
    padding: 0px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.team-item {
    position: relative;
    width: 291px;
    height: 394px;
    border-radius: 5px;
    background-color: #faf6ec;
}

.team-img {
    width: 100%;
    height: 156px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('../images/Bitmap.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-select-2 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
    padding: 10px 20px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-select-2:hover {
    background-color: #fff;
}

.btn-see-2 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
    padding: 10px 20px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
}

.btn-see-2:hover {
    background-color: #fff;
}

.reviews-block-2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ea4e47;
}

.team-txt {
    display: flex;
    height: 238px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex: 1;
}

.txt-blue-center {
    text-align: center;
}

.project-item {
    position: relative;
    width: 275px;
    border-radius: 5px;
}

.project-txt {
    display: flex;
    width: 100%;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.h3-project {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
}

.plus-section {
    position: relative;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
    padding: 0px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-container {
    display: flex;
    width: 106px;
    height: 106px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #dfc8e7;
    border-radius: 50px;
    background-color: #fff;
}

.h3-plus {
    font-size: 20px;
    line-height: 22px;
}

.plus-img {
    width: 60px;
    height: 60px;
}

.reviews-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    margin: 0vw 0px;
    padding: 30px 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    text-align: center;
}

.nursery-cta-block-2 {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 0vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.push-product {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    padding: 0px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.product-item {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 291px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 5px;
}

.product-img {
    position: relative;
    width: 100%;
    height: 184px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('../images/Bitmap.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-see-3 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 40px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-see-3:hover {
    background-color: #fff;
}

.product-layer {
    position: absolute;
    right: -12px;
    bottom: -14px;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-image: url('../images/rect-lilac-shape.svg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.nursery-item-section-2 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.job-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    padding: 0px 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.job-item {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 268px;
    height: 100%;
    min-height: 250px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 18px;
    background-color: #faf6ec;
    color: #003d56;
    text-decoration: none;
}

.job-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
}

.header-job {
    display: flex;
    width: 100%;
    padding: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
}

.contract-type {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
}

.bottom-job {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
}

.job-location {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
}

.left {
    display: -webkit-box;


    display: flex;
}

.arrow-job {
    display: block;
}

.job-layer {
    position: absolute;
    right: -11px;
    bottom: -14px;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-image: url('../images/layer-job.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.nursery-txt {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.section-full {
    display: -webkit-box;
    display: flex;
    margin-top: 0vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.choose-item {
    position: relative;
    width: 370px;
    height: 200px;
    margin-bottom: 50px;
    border-radius: 5px;
    background-image: url('../images/Capture-d’écran-2020-06-18-à-13.20.44.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.line-path-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 2%;
    z-index: -1;
    width: 100vw;
}

.offers-main-block {
    position: relative;
    z-index: 2;
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 4vw auto 2vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-top: 0px none #ea4e47;
}

.tabs-container {
    width: 100%;
}

.tabs-list {
    display: -webkit-box;


    display: flex;
    padding-left: 0px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    list-style-type: none;
}

.tabs-item {
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
}

.tabs-item.active {
    border-bottom: 1px solid #ea4e47;
    transition: all 450ms ease;
}

.tabs-text {
    display: inline-block;
    height: 100%;
    color: rgba(0, 61, 86, 0.5);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.tabs-text.txt-quotes {
    margin-bottom: 10px;
}

.tabs-text.w50 {
    max-width: 70%;
}

.tabs-text.big {
    font-size: 20px;
    line-height: 24px;
}

.section-container {
    display: none;
    padding-top: 2vw;
    padding-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.section-container.visible {
    display: block;
}

.intro-section {
    text-align: center;
}

.subsection-container {
    width: 100%;
    margin-top: 1vw;
    padding-bottom: 0px;
}

.subsection-title {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.arrow-down-red-2 {
    width: 8px;
    height: 8px;
    margin-left: 20px;
    color: #ea4e47;
}

.subsection-header {
    display: -webkit-box;


    display: flex;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.arrow-down-blue {
    width: 8px;
    height: 8px;
    margin-left: 20px;
    color: #ea4e47;
}

.subsection-grid {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 2vw;
    -webkit-box-pack: center;


    justify-content: center;


    flex-wrap: wrap;
    -webkit-box-align: center;


    align-items: center;
}

.subsection-item {
    position: relative;
    display: none;
    width: 291px;
    height: 500px;
    margin-right: 40px;
    margin-bottom: 60px;
    margin-left: 40px;
    border-radius: 5px;
    background-color: #faf6ec;
}

.subsection-item-img {
    width: 100%;
    height: 156px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('../images/Bitmap.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.subsection-item-txt {
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}

.txt-blue-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}

.subsection-grid-block {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.btn-primary-green {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px 60px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary-green:hover {
    background-color: #fff;
}

.btn-primary-green.m10 {
    margin-top: 10px;
}

.btn-primary-green.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.btn-primary-green.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.btn-primary-green.cta-footer:hover {
    background-color: #fff;
}

.btn-primary-green.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.btn-primary-green.cta-form:hover {
    background-color: #fff;
}

.shape-spiral-4 {
    position: absolute;
    left: auto;
    top: auto;
    right: -6%;
    bottom: -1%;
    z-index: -2;
    display: block;
    height: 200px;
    transform: rotate(-137deg);
}

.input-container-2 {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 310px;
    height: 123px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 56.5px;
    background-color: #fff;
}

.dashed-pink-70-2 {
    width: 70px;
    height: 1px;
    margin-top: -8px;
    border-bottom: 1px dashed #ea4e47;
}

.input-number {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.input-container-yellow {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 310px;
    height: 123px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 56.5px;
    background-color: #f7ebd3;
}

.html-embed-8 {
    background-color: #f7ebd3;
}

.shape-logo {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: -5;
    margin-top: 0px;
    margin-bottom: -6px;
}

.hero-shape-employer {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
}

.hero-shape-employer.show {
    display: block;
}

.hero-shape-expert {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
}

.hero-shape-engage {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
}

.builder-img-layer-engage {
    position: absolute;
    left: auto;
    top: auto;
    right: -20px;
    bottom: -20px;
    z-index: -3;
    width: 100%;
    height: 100%;
}

.top-bottom-shapes {
    position: absolute;
    width: 100%;
}

.engage-top {
    position: absolute;
    display: none;
    width: 100%;
}

.expert-top {
    position: absolute;
    display: none;
    width: 100%;
}

.employer-top {
    position: absolute;
    display: none;
    width: 100%;
}

.employer-top.show {
    display: block;
}

.engage-top-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
    width: 16.325vw;
    height: 27.892vw;
    max-height: 381px;
    max-width: 223px;
    margin-top: -107px;
}

.engage-top-right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -2;
    width: 10.761vw;
    height: 28.184vw;
    max-height: 385px;
    max-width: 147px;
    margin-top: 0px;
}

.expert-top-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
    width: 239px;
    height: 277px;
    margin-top: -182px;
}

.expert-top-right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -2;
    height: 179px;
    margin-top: -85px;
}

.employer-top-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
    width: 223px;
    height: 504px;
    margin-top: -182px;
}

.employer-top-right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -2;
    width: 117px;
    height: 155px;
    margin-top: 52px;
}

.builder-footer {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100%;
}

.regular {
    display: none;
}

.shape-pink-builder {
    position: absolute;
    left: -4vw;
    top: auto;
    right: auto;
    bottom: -9vw;
    z-index: -2;
    height: 430px;
    transform: rotate(-44deg);
}

.footer-engage {
    position: relative;
    display: none;
    width: 100%;
    height: 150px;
}

.footer-employer {
    display: none;
    width: 100%;
    height: 150px;
}

.footer-expert {
    position: relative;
    display: none;
    width: 100%;
    height: 150px;
}

.engage-bottom-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
    width: 356px;
    height: 393px;
    margin-top: -182px;
}

.engage-bottom-center {
    position: absolute;
    left: auto;
    top: 3.8vw;
    right: 33vw;
    bottom: 0vw;
    z-index: -2;
    width: 191px;
    height: 377px;
}

.engage-bottom-right {
    position: absolute;
    left: auto;
    top: -14%;
    right: -3%;
    bottom: 0%;
    z-index: -2;
    width: 253px;
    height: 183px;
}

.employer-bottom-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
    width: 302px;
    height: 539px;
    margin-top: -182px;
}

.employer-bottom-center {
    position: absolute;
    left: auto;
    top: 3.8vw;
    right: 33vw;
    bottom: 0vw;
    z-index: -2;
    width: 178px;
    height: 189px;
}

.employer-bottom-right {
    position: absolute;
    left: auto;
    top: 6%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    width: 231px;
    height: 172px;
}

.expert-bottom-left {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
    width: 286px;
    height: 338px;
    margin-top: -182px;
}

.expert-bottom-center {
    position: absolute;
    left: auto;
    top: 5.2vw;
    right: 33vw;
    bottom: 0vw;
    z-index: -2;
    height: 179px;
}

.expert-bottom-right {
    position: absolute;
    left: auto;
    top: 25%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    width: 191px;
    height: 104px;
}

.expert-top-right-copy {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -2;
    height: 179px;
    margin-top: -85px;
}

.builder-item {
    position: relative;
    width: 100%;
    padding-right: 0px;
}

.square-slider-item {
    display: -webkit-box;


    display: flex;
    width: 33.163vw;
    max-width: 453px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: start;


    align-items: flex-start;
}

.builder-two-col {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
}

.builder-two-col-item {
    display: -webkit-box;


    display: flex;
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.builder-icon {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('../images/goutte_2.svg');
    background-position: 0px 0px;
    background-size: cover;
}

.builder-three-col {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
}

.builder-three-col-item {
    display: -webkit-box;


    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: center;


    align-items: center;
}

.builder-img-bkg-2 {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 32vw;
    max-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    margin-bottom: 40px;
}

.builder-img-bkg-2.kids-bkg {
    background-image: url('../images/kids.png');
    background-position: 50% 50%;
}

.builder-img-bkg-2.kids-bkg.border-img {
    margin-bottom: 40px;
    background-image: url('../images/kids.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-txt-50 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 1vw auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.img-txt-block {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;


    justify-content: space-around;
    -webkit-box-align: center;


    align-items: center;
}

.img-txt-block.reverse {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.img-txt-block.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
}

.img-50 {
    position: relative;
    width: 48%;
    height: 450px;
    max-height: 350px;
    max-width: 350px;
    margin-top: 2vw;
}

.image-50 {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url('../images/iStock-1069933680.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.txt-50 {
    display: -webkit-box;


    display: flex;
    width: 48%;
    max-width: 454px;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    text-decoration: none;
}

.default-top {
    position: absolute;
    display: none;
    width: 100%;
}

.txt-btn {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.p-span-2 {
    border-bottom: 1px solid #003d56;
    font-weight: 700;
    text-decoration: none;
}

.footer-shapes {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -8;
    display: block;
}

.three-col {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1200px;
    padding-top: 5vw;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
}

.step-item {
    display: -webkit-box;


    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.step-number {
    display: -webkit-box;


    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #dfc8e7;
    border-radius: 50px;
}

.step-txt-nb {
    margin-top: 8px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}

.center-col-white {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.top-slider {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.quotes-item-company {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 268px;
    height: 275px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 12px;
}

.txt-blue-bold {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}

.txt-blue-bold.txt-quotes {
    margin-bottom: 10px;
}

.txt-blue-bold.w50 {
    max-width: 70%;
}

.txt-blue-bold.big {
    font-size: 20px;
    line-height: 24px;
}

.name-bold {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}

.name-bold.txt-quotes {
    margin-bottom: 10px;
}

.name-bold.w50 {
    max-width: 70%;
}

.name-bold.big {
    font-size: 20px;
    line-height: 24px;
}

.testimonies-details {
    padding-top: 20px;
    padding-bottom: 20px;
}

.h3-plus-copy {
    font-size: 20px;
    line-height: 22px;
}

.swiper-navigation {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-btn-nav {
    display: -webkit-box;


    display: flex;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 50px;
    background-color: #dfc8e7;
    cursor: pointer;
}

.arrow-prev {
    width: 8px;
    height: 8px;
    margin-left: 0px;
    color: #ea4e47;
}

.arrow-next {
    width: 8px;
    height: 8px;
    margin-left: 0px;
    color: #ea4e47;
}

.nav-undermenu-list {
    position: absolute;
    left: 0%;
    top: 70px;
    right: auto;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;


    display: flex;
    width: 100%;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    background-color: #f7ebd3;
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
}

.nav-undermenu-list.visible {
    top: 70px;
    display: -webkit-box;


    display: flex;
    height: 70px;
    -webkit-box-pack: center;


    justify-content: center;
    opacity: 1;
}

.btn-backward {
    display: none;
    padding: 10px;
}

.nav-undermenu-listing {
    position: absolute;
    left: 0px;
    top: 70px;
    z-index: 5;
    display: none;
    width: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: start;


    align-items: flex-start;
    background-color: #fff;
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.15);
    opacity: 1;
    transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
}

.nav-undermenu-listing.lvl3 {
    left: 100%;
    top: 0px;
    display: none;
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.nav-undermenu-listing.lvl3.left {
    left: auto;
    right: 100%;
}

.nav-undermenu-listing.debug {
    display: block;
}

.nav-undermenu-listing.lvl2 {
    top: 60px;
    display: none;
}

.nav-undermenu-listing.lvl2.debug {
    display: block;
}

.nav-undermenu-item {
    display: -webkit-box;


    display: flex;
    padding: 10px 0px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    background-color: transparent;
    transition: color 350ms cubic-bezier(.455, .03, .515, .955);
    color: #fff;
    line-height: 60px;
}

.nav-undermenu-link {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    transition: all 350ms ease;
    font-family: Brandon, sans-serif;
    color: #003d56;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.nav-undermenu-link:hover {
    color: #68d8d2;
    text-decoration: underline;
}

.text-block {
    opacity: 1;
}

.success-message {
    background-color: transparent;
    opacity: 1;
}

.details-link {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding: 25px 30px;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #f7ebd3;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.details-link._w-453 {
    height: 65px;
    max-width: 453px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    color: #003d56;
    text-decoration: none;
    cursor: pointer;
}

.success-msg {
    display: block;
    width: 100%;
    max-width: 993px;
    margin-right: auto;
    margin-bottom: 4vw;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.cta-more-i {
    display: -webkit-box;


    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 20px 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    transition: all 450ms ease;
    text-decoration: none;
}

.cta-more-i:hover {
    background-color: #fff;
}

.cta-more-i.m10 {
    margin-top: 10px;
}

.cta-more-i.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.cta-more-i.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.cta-more-i.cta-footer:hover {
    background-color: #fff;
}

.cta-more-i.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.cta-more-i.cta-form:hover {
    background-color: #fff;
}

.cta-txt-green {
    -webkit-box-flex: 0;


    flex: 0 0 auto;
    border-bottom: 1px solid #6cca98;
    transition: color 350ms ease;
    font-family: Brandon, sans-serif;
    color: #6cca98;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.info-icon {
    width: 31px;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
}

.success-message-2 {
    background-color: transparent;
}

.excerpt {
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.builder-excerpt {
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;

    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.full-text {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.cropped {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;

    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.builder-video-img-block {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 57.613vw;
    height: 32.943vw;
    max-height: 450px;
    max-width: 780px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;

    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 5px;
}

.builder-bkg-video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url('../images/Rectangle.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 450ms ease;
}

.builder-bkg-video.hide {
    z-index: -2;
    opacity: 0;
}

.builder-img-slider {
    position: relative;
    width: 100%;
    height: 32.943vw;
    max-height: 450px;
    margin-top: 2vw;
}

.lilac-svg-square {
    position: absolute;
    left: auto;
    top: auto;
    right: -8%;
    bottom: -3%;
    z-index: 1;
    width: 100%;
}

.grid-nursery-shape {
    position: absolute;
    left: 0%;
    top: 0%;
    right: -19%;
    bottom: -12%;
    z-index: -4;
    background-image: url('../images/rect-2.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.lilac-svg-bkg {
    position: absolute;
    left: auto;
    top: auto;
    right: -8%;
    bottom: -11%;
    z-index: -12;
    width: 100%;
}

.center-shapes {
    position: absolute;
    top: 20vw;
    z-index: -10;
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-pack: justify;


    justify-content: space-between;
}

.btn-primary-green-2 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px 60px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;

    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary-green-2:hover {
    background-color: #fff;
}

.step-txt-nb-2 {
    margin-top: 8px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}

.step-number-2 {
    display: -webkit-box;


    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #dfc8e7;
    border-radius: 50px;
}

.h2-red-3 {
    margin-top: 0px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.8px;
}

.h3 {
    margin-top: 0px;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.8px;
}

.h3.sim {
    margin-top: 30px;
}

.job-img-bkg {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    height: 32vw;
    max-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 5px;
    background-image: url('../images/img-job.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.job-img-bkg.kids-bkg {
    background-image: url('../images/kids.png');
}

.job-item-2 {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 268px;
    height: 100%;
    min-height: 250px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 18px;
    background-color: #faf6ec;
    color: #003d56;
    text-decoration: none;
}

.job-title-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
}

.last-jobs {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.job-section-2 {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
    padding: 0px 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.job-title-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    text-transform: none;
}

.location {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
}

.nursery-name {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #003d56;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.contract-tag {
    display: -webkit-box;


    display: flex;
    height: 36px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 5px;
    background-color: #dfc8e7;
}

.tag-white {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.bottom-job-2 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    min-height: 79px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
}

.job-item-3 {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 268px;
    height: 100%;
    min-height: 290px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 8px;
    background-color: #faf6ec;
    color: #003d56;
    text-decoration: none;
}

.tag-2-col {
    display: -webkit-box;


    display: flex;
    height: 36px;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 5px;
    background-color: #dfc8e7;
}

._2-col-tag {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-pack: start;


    justify-content: flex-start;
}

.events-slider {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.events-section {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    padding: 0px 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.event-item {
    position: relative;
    width: 291px;
    height: 394px;
    border-radius: 5px;
    background-color: #faf6ec;
}

.event-img {
    width: 100%;
    height: 156px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('../images/imgzzz.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.event-txt {
    display: flex;
    height: 238px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex: 1;
}

.section-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-txt-evt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-event {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.more-info-jobs {
    width: 100%;
}

.two-col-container-75 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin: 2vw auto 4vw;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: start;


    align-items: flex-start;
}

.see-more {
    width: 75%;
}

.follow-us {
    display: -webkit-box;


    display: flex;
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.see-tags-block {
    display: -webkit-box;


    display: flex;


    flex-wrap: wrap;
    -webkit-box-align: center;


    align-items: center;
}

.see-tags-item {
    display: -webkit-box;


    display: flex;
    width: 275px;
    height: 55px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 10px;
    background-color: #faf6ec;
    color: #003d56;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}

.div-block-4 {
    position: relative;
    width: 100%;
    height: 100%;
}

.square-lilac-container {
    position: relative;
    width: 453px;
    height: 450px;
}

.builder-quote {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.quote {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-family: Justanotherhand, sans-serif;
    color: #ea4e47;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    text-align: left;
}

.quote-author {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;


    align-items: center;
}

.quote-icon {
    width: 40px;
    height: 40px;
    background-image: url('../images/goutte_2.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.quote-name {
    margin-left: 10px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.builder-social-media {
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.builder-sm-block {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.builder-rs-item {
    display: -webkit-box;


    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 50%;
    background-color: #003d56;
    cursor: pointer;
}

.short-details-block {
    display: -webkit-box;


    display: flex;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.nurser {
    display: -webkit-box;


    display: flex;
    -webkit-box-align: center;


    align-items: center;
    list-style-type: none;
}

.job-item-list {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1280px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-align: start;


    align-items: flex-start;
    list-style-type: none;
}

.job-list {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;


    justify-content: center;


    flex-wrap: wrap;
    list-style-type: none;
}

.job-offer-item-list {
    display: flex;
    width: auto;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: auto;
}

.main-job-container {
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative;
}

.job-video {
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 auto;
}

.job-mission {
    width: 60%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
}

.h3-blue-2 {
    margin-top: 20px;
    font-family: Brandon, sans-serif;
    color: #003d56;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.8px;
    white-space: break-spaces;
}

.job-video-txt-block {
    display: -webkit-box;


    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.job-video-bkg {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 75.137vw;
    height: 50.273vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    max-height: 450px;
    max-width: 780px;
}

.job-video-bkg.kids-bkg {
    background-image: url('../images/kids.png');
}

.job-video-layer {
    position: absolute;
    left: auto;
    top: auto;
    right: -20px;
    bottom: -20px;
    z-index: -3;
    width: 100%;
    height: 100%;
}

.job-subsection {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.job-subsection-header {
    display: -webkit-box;


    display: flex;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.subsection-content {
    display: -webkit-box;


    display: flex;
    margin-top: 2vw;
    margin-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.subsection-grid-copy {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 4vw;
    -webkit-box-pack: justify;


    justify-content: space-between;


    flex-wrap: wrap;
    -webkit-box-align: center;


    align-items: center;
}

.nursery-section {
    display: -webkit-box;


    display: flex;
    width: 40%;
}

.subsection-content-2 {
    display: -webkit-box;


    display: flex;
    margin-top: 0vw;
    margin-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.nursery-job-item {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 275px;
    height: 625px;
    margin-top: 2vw;
    margin-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
    border-radius: 8px;
    background-color: #faf6ec;
    cursor: pointer;
}

.job-nursery-img {
    width: 100%;
    height: 150px;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: url('../images/img-2-nursery.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.job-nursery-txt {
    display: flex;
    padding: 20px 10px 10px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex: 1;
}

.job-nursery-img-2 {
    width: 100%;
    height: 150px;
    -webkit-box-flex: 0;


    flex: 0 0 auto;
    border-radius: 0px 0px 8px 8px;
    background-image: url('../images/imgzzz.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.job-nursery-shape {
    position: absolute;
    left: 0%;
    top: 0%;
    right: -19%;
    bottom: -12%;
    z-index: -4;
    background-image: url('../images/rect-6.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.job-description {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex: 1;
}

.job-nursery-header {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.item-babies {
    display: -webkit-box;


    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: start;


    align-items: flex-start;
}

.orange-shape {
    position: absolute;
    left: 0vw;
    top: auto;
    right: auto;
    bottom: 1vw;
    z-index: -2;
    margin-left: 0px;
}

.green-shape {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: -1%;
    z-index: -2;
    display: block;
}

.search-news-container {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
}

.form-block-news {
    min-width: 400px;
    margin-right: 20px;
}

.news-form {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-align: center;


    align-items: center;
}

.news-grid-display {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.news-options {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 70px;
    max-width: 993px;
    margin-top: 3vw;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-style: dashed none;
    border-width: 1px 0px;
    border-color: #4f848f #ea4e47;
}

.news-filters {
    position: relative;
    display: -webkit-box;


    display: flex;
    margin-right: 60px;
    padding-bottom: 2px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: start;


    align-items: flex-start;
    border-bottom: 1px solid #003d56;
    cursor: pointer;
}

.btn-primary-orange {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px 60px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #f6a95d;
    border-radius: 40px;
    background-color: #f6a95d;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary-orange:hover {
    background-color: #fff;
}

.display-news-container {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 993px;
    margin-top: 3vw;
    margin-bottom: 0vw;
    -webkit-box-pack: justify;


    justify-content: space-between;


    flex-wrap: wrap;
    -webkit-box-align: start;


    align-items: flex-start;
    -webkit-align-content: space-between;

    align-content: space-between;
}

.news-item {
    position: relative;
    display: none;
    width: 269px;
    height: 470px;
    min-height: 446px;
    margin-right: 30px;
    margin-bottom: 4vw;
    margin-left: 30px;
    border-radius: 5px;
    background-color: #faf6ec;
    color: #003d56;
    text-decoration: none;
}

.news-item.active {
    display: block;
}

.schedule {
    display: none;
}

.news-input {
    width: 100%;
    height: 50px;
    max-width: 662px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.filter-news-txt {
    margin-right: 40px;
    font-weight: 700;
}

.filter-arrow {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    pointer-events: none;
}

.news-category {
    position: absolute;
    left: 15px;
    top: 165px;
    right: auto;
    bottom: auto;
    width: auto;
    min-height: 27px;
    padding-top: 7px;
    padding-bottom: 8px;
    border-radius: 20px;
    background-color: #508491;
}

.txt-tag {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.news-img {
    position: relative;
    width: 100%;
    height: 156px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('../images/iStock-938197896_1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-txt {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 auto;
    transition: opacity 200ms ease;
}

.news-txt.active {
    opacity: 1;
}

.publication-date {
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.83px;
}

.publication-title {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 350ms ease;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.83px;
    margin-top: 15px;
    min-height: 60px;
}

.publication-excerpt {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.83px;
    min-height: 140px;
}

.publication-author {
    display: -webkit-box;


    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.83px;
}

.publication-author-name {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.83px;
}

.publication-section {
    position: relative;
    margin-right: auto;
    margin-bottom: 10vw;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    text-align: center;
}

.publication-img-block {
    position: relative;
    display: -webkit-box;
    display: flex;
    max-height: 450px;
    max-width: 680px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
    width: 29.613vw;
    height: 18.943vw;
}

.publication-dl-btn {
    position: absolute;
    left: 30px;
    top: auto;
    right: 0%;
    bottom: -23px;
    display: -webkit-box;


    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 50%;
    background-color: #4f848f;
    cursor: pointer;
}

.image-51 {
    z-index: 10;
    width: 100%;
}

.download-icon {
    padding-top: 3px;
}

.news-shape-orange {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0vw;
    bottom: 0%;
    z-index: -2;
    width: 84px;
    height: 125px;
    margin-left: 0px;
}

.footer-news {
    position: absolute;
    left: 0%;
    top: -103px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;


    display: flex;
    width: 100%;
    height: 150px;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: end;


    align-items: flex-end;
}

.news-bottom-left {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -2;
    width: 286px;
    height: 338px;
}

.news-bottom-center {
    position: relative;
    z-index: -2;
    height: 179px;
}

.news-bottom-right {
    position: relative;
    z-index: -2;
    width: 191px;
    height: 104px;
}

.wishlist {
    position: relative;
    display: -webkit-box;


    display: flex;
    min-height: 70vh;
    margin-top: 3vw;
    padding-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.grid-shape-green {
    position: absolute;
    left: 0%;
    top: 0%;
    right: -19%;
    bottom: -12%;
    z-index: -4;
    background-image: url('../images/expert-news-shape.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.close-block {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    display: -webkit-box;


    display: flex;
    width: 31px;
    height: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 50%;
    background-color: #6cca98;
    cursor: pointer;
}

.close-svg {
    padding-top: 3px;
    padding-left: 1px;
}

.wave-top {
    width: 100%;
    margin-top: 0px;
}

.wave-top.wave-form {
    display: none;
}

.wave-yellow {
    width: 100%;
}

.image-52 {
    width: 100%;
}

.wave-bottom {
    width: 100%;
    margin-top: 0px;
    transform: rotate(180deg);
}

.container-yellow {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 1220px;
    margin-top: 2vw;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    background-color: #faf6ec;
}

.path-bkg {
    overflow: auto;
    width: 100%;
    height: 100%;
    min-height: 100px;
    padding-bottom: 0px;
    background-image: url('../images/vague-path-haut.svg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.yellow-content-container {
    position: relative;
    z-index: -1;
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    background-color: #faf6ec;
}

.contact-form {
    display: block;
    width: 100%;
    max-width: 662px;
    margin-top: 0vw;
    margin-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.contact-form.step {
    z-index: 0;
    display: none;
    height: 100%;
    opacity: 1;
}

.job-input-select {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact-input {
    width: 48%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact-input.txt.extra {
    display: none;
}

.contact-input.txtarea {
    width: 100%;
    height: 100px;
    max-height: 300px;
    max-width: 100%;
    min-height: 100px;
    min-width: 100%;
}

.txt-subtitle-blue {
    display: block;
    color: #003d56;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.txt-subtitle-blue.txt-quotes {
    margin-bottom: 10px;
}

.txt-subtitle-blue.w50 {
    max-width: 70%;
}

.txt-subtitle-blue.big {
    font-size: 20px;
    line-height: 24px;
}

.contact-infos {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
}

.contact-infos.hide {
    display: none;
}

.search {
    position: absolute;
    top: 105px;
    width: 100%;
    height: 200px;
    border-bottom: 2px solid #003d56;
    background-color: #fff;
    opacity: 0;
    transform: translate(0px, -200px);
    transition: all 200ms ease;
}

.search.open {
    z-index: 100;
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    opacity: 1;
    transform: translate(0px, 0px);
    transition-duration: 300ms;
}

.search-bar {
    position: relative;
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-align: center;


    align-items: center;
}

.search-bar-input {
    width: 50vw;
    margin-right: 20px;
    margin-bottom: 0px;
}

.search-bar-btn {
    margin-left: 10px;
}

.contact-cb-container {
    position: relative;
}

.jobs-form {
    display: block;
    width: 100%;
    max-width: 662px;
    margin-top: 0vw;
    margin-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.jobs-form.step {
    z-index: 0;
    display: none;
    height: 100%;
    opacity: 1;
}

.jobs-infos {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
}

.jobs-infos.hide {
    display: none;
}

.job-input {
    width: 100%;
    height: 50px;
}

.job-input.txt.full-width {
    width: 100%;
}

.job-input.txt.extra {
    display: none;
}

.job-input.txtarea {
    width: 100%;
    height: 100px;
    max-height: 300px;
    max-width: 100%;
    min-height: 100px;
    min-width: 100%;
}

.job-input-group {
    width: 48%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.job-input-group.fullwidth {
    width: 100%;
}

.job-input-label {
    margin-bottom: 20px;
    color: #003d56;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.shapes {
    position: absolute;
    left: 0%;
    top: 200px;
    right: 0%;
    bottom: 0%;
    z-index: -1;
}

.shape-employer {
    position: absolute;
    top: 50%;
    right: 0px;
}

.shape-employer._1 {
    position: absolute;
    left: 0px;
    top: 20%;
}

.shape-employer._2 {
    position: absolute;
    top: 20%;
    right: 0px;
}

.shape-employer._3 {
    position: absolute;
    top: 50%;
    right: 0px;
}

.shape-employer._4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.shape-employer._5 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.div-block-5 {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.sb-close-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.sb-txt {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.sb-txt.txt-quotes {
    margin-bottom: 10px;
}

.sb-txt.w50 {
    max-width: 70%;
}

.sb-txt.big {
    font-size: 20px;
    line-height: 24px;
}

.job-submit-btn {
    display: block;
    width: 276px;
    height: 50px;
    margin-bottom: 5vw;
    border-style: solid;
    border-width: 4px;
    border-color: #ec92ef;
    border-radius: 25px;
    background-color: #ec92ef;
    transition: all 450ms ease;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    cursor: pointer;
}

.job-submit-btn:hover {
    border-style: solid;
    border-width: 4px;
    border-color: #ec92ef;
    background-color: #fff;
    color: #ec92ef;
}

.job-submit-btn.disabled {
    transition: all 350ms ease;
}

.job-submit-btn.fs-smaller {
    width: auto;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
}

.job-submit-btn.fs-smaller.sb {
    height: 50px;
    margin-bottom: 1vw;
    border-width: 2px;
    font-size: 16px;
}

.job-submit-btn.fs-smaller.mt-25 {
    margin-top: 25px;
}

.news-section {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    z-index: 30;
}

.news-row {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-pack: justify;


    justify-content: space-between;
    -webkit-box-align: center;


    align-items: center;
}

.news-content {
    display: -webkit-box;


    display: flex;
    width: 40%;
    min-height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(92%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #fff, #fff 92%, hsla(0, 0%, 100%, 0));
}

.news-img-block {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 340px;
    height: 180px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-radius: 5px;
}

.news-img-bkg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url('../images/iStock-466375111.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 450ms ease;
}

.news-img-bkg.hide {
    z-index: -2;
    opacity: 0;
}

.swiper-news-arrow-ctnr {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;


    display: flex;
    width: 30%;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: center;


    align-items: center;
}

.swiper-button-next.swiper-news-arrow {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #6cca98;
    background-image: url('../images/download.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: transform 200ms ease;
}

.swiper-button-next.swiper-news-arrow:hover {
    transform: scale(1.1) rotate(-90deg);
}

.later {
    display: -webkit-box;


    display: flex;
    width: 48%;
    margin-bottom: 20px;
    padding: 10px 40px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #68d8d2;
    border-radius: 40px;
    background-color: #68d8d2;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.later:hover {
    background-color: #fff;
    color: #68d8d2;
}

.later.m10 {
    margin-top: 10px;
}

.later.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.later.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.later.cta-footer:hover {
    background-color: #fff;
}

.later.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.later.cta-form:hover {
    background-color: #fff;
}

.partner-container {
    position: relative;
    display: block;
    width: 100%;
}

.bkg-yellow {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -30;
    width: 100%;
    height: 100%;
    background-color: #faf6ec;
    opacity: 0;
}

.chart-block {
    display: -webkit-box;


    display: flex;
    width: 60%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;


    justify-content: space-around;
    -webkit-box-align: center;


    align-items: center;
}

.chart-item {
    display: -webkit-box;


    display: flex;
    max-width: 230px;
}

.chart-img {
    height: 34px;
    margin-right: 20px;
}

.chart-text {
    position: relative;
    display: inline;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 auto;
    text-align: left;
}

.chart-txt-block {
    position: relative;
    display: -webkit-box;


    display: flex;
    -webkit-box-align: center;


    align-items: center;
    text-align: left;
}

.exp {
    position: relative;
    top: auto;
    right: 0px;
    bottom: 0%;
}

.exp-details {
    display: -webkit-box;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
}

.details-exp-block {
    position: relative;
    display: -webkit-box;


    display: flex;
}

.chart-text-s {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    text-align: left;
}

.badge-available {
    position: absolute;
    left: -3%;
    top: -8%;
    right: auto;
    bottom: auto;
    width: 100px;
    animation: 5s ease 0s infinite beat;
}

@keyframes beat {
    0%, 50%, 100% { transform: scale(1, 1); }
    30%, 80% { transform: scale(0.92, 0.95); }
}

.image-53 {
    width: 100px !important;
    height: 100px !important;
}

.filters-section {
    position: absolute;
    left: 0%;
    top: 92%;
    right: 0%;
    bottom: auto;
    z-index: -2;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #faf6ec;
    opacity: 0;
    transition: opacity 350ms ease, z-Index 350ms ease;
    transform-style: preserve-3d;
}

.filters-section.active {
    z-index: 20;
    display: -webkit-box;


    display: flex;
    width: 800px;
    padding-right: 0px;
    padding-left: 0px;
    opacity: 1;
    transform-style: preserve-3d;
}

.filters-group {
    display: -webkit-box;


    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.filter-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.filter-label {
    position: relative;
    width: 100%;
    -webkit-box-align: center;


    align-items: center;
    font-weight: 300;
}

.filter {
    position: relative;
    display: -webkit-box;


    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: center;


    align-items: center;
    font-weight: 400;
    cursor: pointer;
}

.filter-hours {
    display: -webkit-box;


    display: flex;
    width: 230px;
    -webkit-box-pack: center;


    justify-content: center;


    flex-wrap: wrap;
    -webkit-box-align: center;


    align-items: center;
}

.filter-hour {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 33%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: center;


    align-items: center;
    font-weight: 400;
    cursor: pointer;
}

.filter-button-container {
    display: -webkit-box;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;

    justify-content: center;
    -webkit-box-align: center;

    align-items: center;
    align-self: flex-end;
}

.button {
    width: 150px;
    min-width: 130px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #fff;
    transition: all 200ms ease;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    background-color: #ddeea9;
}

.button.button-secondary {
    display: block;
    overflow: visible;
    width: 100%;
    padding: 10px;
    background-color: #ff6f61;
    color: #fff;
    cursor: pointer;
}

.button.button-secondary:hover {
    background-color: #f2695c;
}

.mobile-filter-button {
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #003d56;
    color: #003d56;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: all 250ms ease;
}

.mobile-filter-button:hover {
    color: #6cca98;
    border-bottom: 1px solid #6cca98;
}

.back-block {
    position: absolute;
    left: 30px;
    top: 30px;
    display: none;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.selected-nursery-name {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.delete-nursery {
    padding-right: 0px;
    padding-left: 30px;
    color: #ea4e47;
    cursor: pointer;
    padding-top: 0;
}

.selected-header {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.selected-txt-container {
    display: -webkit-box;


    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.arrow-2 {
    display: -webkit-box;


    display: flex;
    height: 10px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.mobile-arrow {
    display: none;
    height: 10px;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.lilac-svg-mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: -8%;
    bottom: -11%;
    z-index: 1;
    display: none;
    width: 100%;
}

.lilac-svg-desktop {
    position: absolute;
    left: auto;
    top: auto;
    right: -8%;
    bottom: -11%;
    z-index: 1;
    display: block;
    width: 100%;
}

.lilac-rect-desktop {
    position: absolute;
    left: 6%;
    top: 6%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 450px;
    max-width: 780px;
}

.lilac-rect-mobile {
    position: absolute;
    left: 6%;
    top: 6%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: none;
    width: 100%;
    height: 100%;
    max-height: 450px;
    max-width: 780px;
}

.grid-shape-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: -18%;
    bottom: -12%;
    z-index: -4;
    background-image: url('../images/nursery-team-item.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.group-dropdown {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.dropdown-content {
    position: absolute;
    top: 45px;
    z-index: 3060;
    display: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.15);
    opacity: 1;
    min-width: 200px;
    padding: 10px 20px;
}

.add-underline {
    display: inline-block;
    margin: 20px;
    padding: 10px 60px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: none;
    border-width: 2px;
    transition: all 450ms ease;
    text-decoration: none;
    cursor: pointer;
}

.add-underline:hover {
    background-color: #fff;
}

.add-underline.m10 {
    margin-top: 10px;
}

.add-underline.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.add-underline.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.add-underline.cta-footer:hover {
    background-color: #fff;
}

.add-underline.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.add-underline.cta-form:hover {
    background-color: #fff;
}

.cta-txt-underline {
    border-bottom: 1px solid #ea4e47;
    transition: all 450ms ease;
    font-family: Brandon, sans-serif;
    color: #003d56;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.cta-txt-underline:hover {
    font-weight: 500;
}

.grid-shape-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: -18%;
    bottom: -12%;
    z-index: -4;
    background-image: url('../images/nursery-team-item.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.filter-col-30 {
    display: -webkit-box;


    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-right: 1px solid rgba(0, 61, 86, 0.2);
}

.filter-col-35 {
    width: 35%;
    padding-right: 2%;
    padding-left: 2%;
}

.filter-col-35.border-left {
    border-right: 1px solid rgba(0, 61, 86, 0.2);
}

.filters-container-1 {
    display: -webkit-box;


    display: flex;
    width: 100%;
    padding: 30px 30px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.filters-main-content {
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: start;


    align-items: flex-start;
}

.mobile-hero-shape {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 100%;
}

.mobile-hero-shape-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 100%;
}

.arrow-down-filter {
    width: 8px;
    height: 8px;
    transition: transform 650ms ease;
    border: solid #003d56;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 10px;
}

.lilac-svg-reverse {
    position: absolute;
    left: auto;
    top: auto;
    right: -8%;
    bottom: -11%;
    z-index: 1;
    display: block;
    width: 100%;
}

.news-bottom {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: 100%;
    -webkit-box-align: end;


    align-items: flex-end;
}

.mobile-orange-shape {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    width: 100%;
}

.btn-company-container {
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-self: center;
}

.btn-company-container.center {
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: start;


    align-items: flex-start;
}

.form-btn-company {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    padding: 10px 40px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #6cca98;
    border-radius: 40px;
    background-color: #6cca98;
    transition: all 450ms ease;
    text-decoration: none;
}

.form-btn-company:hover {
    background-color: #fff;
}

.form-btn-company.m10 {
    margin-top: 10px;
}

.form-btn-company.full {
    display: -webkit-box;


    display: flex;
    width: 100%;
}

.form-btn-company.cta-footer {
    min-width: 200px;
    background-color: #6cca98;
}

.form-btn-company.cta-footer:hover {
    background-color: #fff;
}

.form-btn-company.cta-form {
    width: 100%;
    min-width: 200px;
    margin-top: 20px;
    background-color: #6cca98;
}

.form-btn-company.cta-form:hover {
    background-color: #fff;
}

.form-btn-company.next-step1 {
    align-self: auto;
    cursor: pointer;
}

.form-btn-company.next-step1._w-auto {
    width: auto;
}

.form-btn-company.start {
    margin-top: 20px;
    cursor: pointer;
}

.form-btn-company.start.disabled {
    border-color: #ccc;
    background-color: #ccc;
}

.form-btn-company.next-step7 {
    cursor: pointer;
}

.form-btn-company.sm {
    width: 270px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.form-btn-company.next-step1-copy {
    align-self: auto;
    cursor: pointer;
}

.form-btn-company.next-step1-copy._w-auto {
    width: auto;
}

.form-btn-company.company-next {
    width: 48%;
    margin-right: auto;
    margin-left: auto;
}

.form-btn-company.company-next.second {
    margin-right: 0px;
    margin-left: 0px;
}

.company-title-step {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.multi-group {
    display: -webkit-box;


    display: flex;
    width: 100%;
    margin-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-align: center;


    align-items: center;
}

.multi-group.left {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;


    flex-direction: row;
    -webkit-box-align: start;


    align-items: flex-start;
}

.company-input-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.company-multiple {
    display: -webkit-box;


    display: flex;
    width: 100%;
    max-width: 600px;
    padding-top: 20px;
    -webkit-box-pack: center;


    justify-content: center;


    flex-wrap: wrap;
    -webkit-box-align: center;


    align-items: center;
}

.company-multiple-item {
    position: relative;
    display: -webkit-box;


    display: flex;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: start;


    justify-content: flex-start;
    -webkit-box-align: center;


    align-items: center;
    font-weight: 400;
    cursor: pointer;
}

.company-item-label {
    position: relative;
    width: 100%;
    align-items: center;
    font-weight: 300;
    margin: 0 10px !important;
}

.w100-input {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.range-input-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.employees-range-container {
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    align-self: center;
}

.container-left {
    display: flex;
    width: 100%;
    margin-top: 3vw;
    flex-direction: column;
    align-items: flex-start;
}

.company-step {
    position: relative;
    z-index: 20;
    display: none;
    margin-top: 2vw;
    margin-bottom: 2vw;
    opacity: 1;
    transition: height 450ms ease, opacity 450ms ease;
}

.company-step.submit-step {
    display: block;
}

.flex-container {
    display: -webkit-box;


    display: flex;
    max-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;


    flex-direction: column;
    -webkit-box-pack: center;


    justify-content: center;
    -webkit-box-align: center;


    align-items: center;
}

.checkbox-data-2 {
    position: relative;
    color: #003d56;
    text-decoration: none;
}

.error-message-left-2 {
    display: none;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #ea4e47;
    text-align: left;
}

.checkbox-form-approval {
    margin-top: 30px;
}

.error-message-center {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -14%;
    display: none;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ea4e47;
    text-align: center;
}

@media screen and (min-width: 1920px) {
    .footer {
        position: relative;
    }
    .swiper-wrapper {
        width: 67%;
    }
    .swiper-slide.builder-2-col-item {
        -webkit-box-align: start;


        align-items: flex-start;
    }
    .top-section {
        margin-bottom: -60px;
    }
    .two-col-bkg {
        background-position: 50% 50%;
        background-size: cover;
    }
    .step-situation.step {
        display: none;
    }
    .name {
        line-height: 18px;
    }
    .img-txt-50 {
        height: 100%;
        min-height: 450px;
    }
    .img-txt-block {
        height: 100%;
    }
    .img-50 {
        width: 100%;
        height: 350px;
        max-height: 100%;
        margin-top: 0vw;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .image-50 {
        z-index: 5;
        height: 100%;
        padding-right: 0px;
        padding-bottom: 0px;
        background-image: url('../images/jobs.png');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .lilac-svg-bkg {
        right: -7%;
        bottom: -7%;
    }
    .wave-top {
        top: -150px;
    }
    .wave-top.wave-form {
        padding-top: 2vw;
    }
    .path-bkg {
        top: 0vw;
        min-height: 215px;
        margin-top: 0px;
        background-position: 50% 50%;
    }
    .yellow-content-container {
        position: relative;
        z-index: 15;
        display: -webkit-box;


        display: flex;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-align: center;


        align-items: center;
    }
    .contact-input.txt.full-width {
        width: 100%;
    }
    .contact-input.txtarea {
        width: 100%;
        height: 100px;
        max-height: 500px;
        max-width: 100%;
        min-height: 100px;
        min-width: 100%;
    }
    .job-input.txt.full-width {
        width: 100%;
    }
    .job-input.txtarea {
        width: 100%;
        height: 100px;
        max-height: 500px;
        max-width: 100%;
        min-height: 100px;
        min-width: 100%;
    }
    .news-content {
        width: 43%;
    }
    .add-underline {
        border-style: none;
        border-width: 0px;
        background-color: transparent;
    }
}

@media screen and (max-width: 991px) {
    .cta-block {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
        font-size: 20px;
        line-height: 26px;
    }
    .cta-block.m10 {
        padding-right: 50px;
        padding-left: 50px;
    }
    .cta-block.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .cta-block.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .cta-block.cta-form.cta-simulation {
        width: 100%;
    }
    .cta-txt {
        font-size: 20px;
        line-height: 26px;
    }
    .h1-red {
        font-size: 40px;
        line-height: 48px;
    }
    .h2-blue {
        text-align: center;
    }
    .h2-red {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 48px;
    }
    .h2-red.hide-desktop {
        display: block;
    }
    .h2-red.hide-mobile {
        display: none;
    }
    .txt-blue.w50 {
        max-width: 90%;
    }
    .about-section {
        max-width: 1200px;
    }
    .description-section {
        padding-top: 40px;
    }
    .partners-section {
        background-color: #003d56;
    }
    .main-cta {
        display: inline-block;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
        background-color: #68d8d2;
    }
    .cta-txt-main {
        font-size: 24px;
    }
    .icon-txt-container {
        display: -webkit-box;


        display: flex;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .hero-img-block {
        margin-top: 0vw;
    }
    .hero-txt-container {
        position: relative;
        top: 0px;
        bottom: 0px;
        display: -webkit-box;


        display: flex;
        margin-top: 0px;
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .submit-button {
        display: none;
    }
    .image {
        width: 100%;
    }
    .hero-img {
        width: 100%;
        min-height: 58vw;
        background-position: 50% -20vw;
    }
    .h2-white {
        padding-right: 0px;
        font-size: 40px;
        line-height: 48px;
    }
    .left-nav {
        display: -webkit-box;


        display: flex;
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .icons-nav {
        display: -webkit-box;


        display: flex;
        width: auto;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .nav-icon.mobile {
        display: -webkit-box;


        display: flex;
    }
    .nav-icon.hide-mobile {
        display: none;
    }
    .brand-block {
        width: 81.74px;
        height: 46px;
        margin-top: 0px;
        margin-left: 20px;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .img-logo {
        width: 100%;
    }
    .menu-icon {
        transition: opacity 450ms ease;
    }
    .menu-mobile {
        position: relative;
        display: block;
        padding-left: 0px;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .swiper-container.choose-swiper {
        margin-top: 0px;
    }
    .swiper-container.news-swiper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;


        flex-direction: column-reverse;
    }
    .swiper-wrapper {
        width: 100%;
    }
    .swiper-wrapper.no-swiper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;


        flex-direction: row;
        -webkit-box-pack: start;


        justify-content: flex-start;
        -webkit-box-align: center;


        align-items: center;
    }
    .swiper-wrapper.no-swiper-horizontal {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;


        flex-direction: row;
        -webkit-box-pack: start;


        justify-content: flex-start;
        -webkit-box-align: center;


        align-items: center;
    }
    .swiper-slide.description-slide {
        padding-bottom: 0px;
    }
    .swiper-slide.nurse-options {
        width: 100%;
        max-width: 100%;
        padding-top: 0px;
        padding-right: 50px;
        padding-left: 50px;
    }
    .swiper-slide.builder-2-col-item {
        width: 100%;
        max-width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }
    .swiper-slide.builder-slider-item {
        padding-right: 40px;
        padding-left: 40px;
    }
    .swiper-slide.builder-video-item {
        padding-right: 40px;
        padding-left: 40px;
    }
    .swiper-slide.news-slide.swiper-slide-active {
        transform: none;
    }
    .slide-txt {
        padding-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .slide-txt.builder-slider-txt {
        width: 100%;
        padding-top: 0px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .slider-image {
        width: 100%;
        height: 100%;
    }
    .lilac-svg {
        left: auto;
        top: 0%;
        right: -6%;
        bottom: auto;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 0px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .aboutus-block {
        display: -webkit-box;


        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .about-img-block {
        position: relative;
        width: 100%;
        height: 50.273vw;
        border-radius: 5px;
    }
    .partners-logos {


        flex-wrap: wrap;
    }
    .partner-item {
        margin-bottom: 20px;
    }
    .shape-pink {
        left: -121px;
        top: -102px;
        right: auto;
        bottom: auto;
        height: 135px;
    }
    .shape-lilac {
        height: 70px;
    }
    .shape-spiral {
        top: -12.1vw;
        right: -16.8vw;
        height: 109px;
    }
    .hero-shape {
        bottom: -1%;
        display: none;
    }
    .subscription-block {
        position: -webkit-sticky;
        position: sticky;
        top: auto;
        right: auto;
        bottom: 0px;
        z-index: 10;
        display: -webkit-box;


        display: flex;
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .top-nav {
        display: none;
    }
    .nav {
        position: fixed;
        top: 0px;
        width: 100vw;
        background-color: #f7ebd3;
    }
    .location-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
    .hero-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: stretch;
        align-items: stretch;
        margin-top: 3vw;
        max-width: 80%;
    }
    .shape-pink-hero {
        bottom: 23%;
    }
    .nav-list-container {
        position: absolute;
        top: 60px;
        display: block;
        width: 100vw;
        height: auto;
        margin-right: 0px;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #fff;
        transform: translate(-100vw, 0px);
        transition: transform 450ms ease;
    }
    .nav-list-container.active {
        position: fixed;
        overflow: visible;
        height: 700px;
        padding-right: 0px;
        padding-left: 0px;
        transform: translate(0vw, 0px);
    }
    .nav-list {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-align: start;


        align-items: flex-start;
    }
    .nav-item {
        display: -webkit-box;


        display: flex;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 15px;
        -webkit-box-pack: justify;


        justify-content: space-between;
        -webkit-box-align: center;


        align-items: center;
    }
    .nav-link {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 23px;
    }
    .container {
        margin-top: 0vw;
        padding-right: 20px;
        padding-left: 20px;
    }
    .pink-flower-shape {
        bottom: -5.8vw;
        width: 139px;
        height: 134px;
        margin-left: -95px;
    }
    .lilac-triangle-shape {
        right: -0.1vw;
        bottom: -11.7vw;
        width: 58px;
        height: 68px;
        margin-left: 0px;
    }
    .lilac-flower-shape {
        top: 13%;
        right: -19vw;
        height: 200px;
    }
    .pagination.trust {
        display: block;
    }
    .pagination.pricing {
        display: block;
    }
    .pink-med {
        right: -34.9vw;
    }
    .spiral {
        left: -14vw;
        top: -4vw;
    }
    .partners-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .abo-nl-block {
        display: -webkit-box;


        display: flex;
        width: 100%;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .top-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;


        flex-direction: column-reverse;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .rs-block {
        display: -webkit-box;


        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .h3-red {
        font-size: 34px;
        line-height: 41px;
        text-align: center;
    }
    .bottom-footer {
        padding-top: 3vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        border-bottom-style: none;
    }
    .footer-links {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 4vw;
    }
    .footer-btn {
        display: -webkit-box;


        display: flex;
        width: 100%;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .footer-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .footer-link {
        font-size: 18px;
        line-height: 38px;
    }
    .social-media-logos {
        width: 35%;
    }
    .nl-form {
        width: 100%;
        padding-right: 60px;
        padding-left: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .rs-item {
        width: 50px;
        height: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btn-block {
        max-width: 250px;
    }
    .txt-copyright {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .checkbox-nl-container {
        position: relative;
        bottom: 0vw;
        margin-top: 3vw;
        margin-bottom: 3vw;
        margin-left: 5px;
    }
    .checkbox-nl {
        line-height: 22px;
    }
    .search-svg {
        width: 30px;
        height: 30px;
    }
    .account-svg {
        width: 30px;
        height: 30px;
    }
    .fav-svg {
        text-align: center;
    }
    .arrow {
        display: block;
    }
    .arrow.back {
        display: -webkit-box;


        display: flex;
        margin-right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
        transform: rotate(-180deg);
    }
    .mobile-options {
        display: -webkit-box;


        display: flex;
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-align: start;


        align-items: flex-start;
        border-top: 1px solid rgba(0, 61, 86, 0.2);
    }
    .about-links {
        width: 100%;
        padding: 12px 0px;
        -webkit-box-pack: start;


        justify-content: flex-start;
        -webkit-box-align: center;


        align-items: center;
    }
    .nav-text {
        color: #003d56;
        font-size: 18px;
        line-height: 26px;
    }
    .top-section {
        margin-top: -8px;
        margin-bottom: 30px;
    }
    .top-img {
        width: 100%;
        min-height: 58vw;
        background-position: 50% 100%;
    }
    .top-img.builder {
        margin-top: -5vw;
        background-position: 50% 2vw;
    }
    .top-img.store-locator {
        background-position: 50% 50%;
    }
    .top-img.jobs {
        margin-top: 0vw;
        background-position: 50% 50%;
    }
    .top-img.job {
        margin-top: 0vw;
        background-position: 50% 50%;
    }
    .top-img.news {
        background-position: 50% 50%;
    }
    .top-img.top {
        min-height: 75vw;
        background-position: 50% 50%;
        background-size: cover;
    }
    .two-col-block {
        padding-top: 10vw;
    }
    .h3-blue {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 22px;
    }
    .slider-image-2 {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .img-slider {
        width: 600px;
        height: 419px;
        max-height: 100%;
        max-width: 100%;
    }
    .slider-txt {
        width: 90%;
        padding-top: 60px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .txt-blue-left {
        text-align: center;
    }
    .basket-block {
        position: fixed;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;


        display: flex;
        width: 100vw;
        height: 70px;
        padding: 25px 40px;
        -webkit-box-pack: justify;


        justify-content: space-between;
        -webkit-box-align: center;


        align-items: center;
        background-color: #faf6ec;
    }
    .icon-txt {
        display: -webkit-box;


        display: flex;
        -webkit-box-align: center;


        align-items: center;
    }
    .nav-container {
        position: relative;
        overflow: auto;
        padding-right: 40px;
        padding-left: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: calc(100% - 120px);
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .list-item-link {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        color: #003d56;
        font-size: 18px;
        text-decoration: none;
    }
    .mobile-category-title {
        line-height: 23px;
        font-weight: 700;
    }
    .mobile-category-title.orange {
        color: #f6aa5c;
    }
    .mobile-category-title.yellow {
        color: #f0d55b;
    }
    .mobile-category-title.pink {
        color: #ff808b;
    }
    .mobile-category-title.turquoise {
        color: #68d8d2;
    }
    .menu-list-mobile {
        display: none;
    }
    .menu-list-mobile.visible {
        display: block;
        list-style-type: none;
    }
    .list-category-close {
        width: 20px;
        height: 20px;
    }
    .menu-mobile-overlay-category {
        position: fixed;
        left: 0px;
        top: 60px;
        z-index: 3;
        display: block;
        overflow: scroll;
        width: 100%;
        height: 100vh;
        padding-top: 35px;
        background-color: #f9f9f7;
        -ms-transform: translate(-100vw, 0px);
        transform: translate(-100vw, 0px);
        transition: all 300ms ease;
    }
    .menu-mobile-overlay-category.menu-active {
        top: 60px;
        display: block;
        padding-top: 30px;
        background-color: #fff;
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }
    .menu-mobile-container {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .list-item {
        display: -webkit-box;


        display: flex;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        -webkit-box-pack: justify;


        justify-content: space-between;
        color: #003d56;
        font-weight: 400;
        text-decoration: none;
    }
    .list-category {
        display: -webkit-box;


        display: flex;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-pack: start;


        justify-content: flex-start;
        font-weight: 600;
        text-transform: uppercase;
    }
    .close-icon {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;


        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
        opacity: 0;
        transition: opacity 450ms ease;
    }
    .see-more-block.underline {
        display: none;
    }
    .two-col-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
    }
    .col-50 {
        width: 100%;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .col-40 {
        display: -webkit-box;


        display: flex;
        width: 100%;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .white-frame {
        width: 73.224vw;
        height: 50vw;
        padding: 20px;
    }
    .specific-details {
        margin-top: 8vw;
        margin-bottom: 8vw;
        padding-right: 40px;
        padding-left: 60px;
    }
    .txt-blue-s.w50 {
        max-width: 90%;
    }
    .lilac-top-flower-shape {
        left: 9.6vw;
        bottom: 2.2vw;
        height: 300px;
    }
    .lilac-triangle-shape-2 {
        left: auto;
        top: auto;
        right: 0%;
        bottom: -4%;
        height: 200px;
    }
    .two-col-bkg {
        background-position: 50% 0%;
        background-size: cover;
    }
    .pink-med-2 {
        left: -10%;
        top: 0%;
        right: auto;
        bottom: auto;
    }
    .left-shape-3 {
        display: none;
    }
    .shape-spiral-2 {
        left: auto;
        top: auto;
        right: -13%;
        bottom: -10%;
        display: block;
        height: 109px;
    }
    .form-block.jobs-form {
        padding-top: 40px;
    }
    .form {
        margin-top: 0vw;
        padding-right: 0px;
        padding-left: 0px;
    }
    .radio-button-field {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .f-radio._w-993 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-align: center;


        align-items: center;
    }
    .form-btn {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-left: 10px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .form-btn.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .form-btn.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .form-btn.next-step7 {
        width: 48%;
    }
    .subtitle-form {
        text-align: center;
    }
    .steps-btn {
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .btn-back {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .btn-back.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .btn-back.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .step-address {
        display: none;
    }
    .btn-add {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .btn-add.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .btn-add.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .shape-bkg {
        height: 45vw;
    }
    .shape-pink-2 {
        left: -121px;
        top: -102px;
        right: auto;
        bottom: auto;
        height: 135px;
    }
    .text-details {
        margin-top: -15px;
        color: #508590;
        font-size: 15px;
        line-height: 18px;
    }
    .location-input {
        margin-right: auto;
        margin-left: auto;
    }
    .grid-options {
        max-width: 750px;
    }
    .grid {
        max-width: 760px;


        justify-content: space-around;
        -webkit-align-content: space-between;

        align-content: space-between;
    }
    .grid-item {
        margin-bottom: 8vw;
    }
    .btn-select {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .btn-select.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .btn-select.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .btn-see {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .btn-see.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .btn-see.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .arrow-link.back {
        display: -webkit-box;


        display: flex;
        margin-right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
        transform: rotate(-180deg);
    }
    .schedule-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-pack: center;


        justify-content: center;
        -webkit-box-align: center;


        align-items: center;
    }
    .schedule-item {
        width: 80%;
    }
    .schedule-checkbox-container {
        display: -webkit-box;


        display: flex;
        -webkit-box-pack: justify;


        justify-content: space-between;
        -webkit-box-align: start;


        align-items: flex-start;
    }
    .checkbox-all {
        position: relative;
    }
    .checkbox-form-thanks {
        position: relative;
        bottom: 0vw;
        margin-top: 3vw;
        margin-bottom: 3vw;
        margin-left: 5px;
    }
    .checkbox-data {
        line-height: 22px;
    }
    .btn-advisor {
        width: auto;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .btn-advisor.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .btn-advisor.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .builder-body {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .builder-paragraph {
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-list {
        padding-right: 20px;
        padding-left: 20px;
    }
    .btn-primary-1 {
        width: auto;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .btn-primary-1.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .btn-primary-1.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .btn-primary-2 {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .btn-primary-2.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .btn-primary-2.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .btn-primary-2.filter-btn {
        margin-left: 0px;
    }
    .builder-paragraph-btn {
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-img-block {
        width: 100%;
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-img-bkg {
        height: 50.273vw;
    }
    .builder-img-layer {
        right: -14px;
        bottom: -20px;
        background-image: none;
    }
    .builder-video-block {
        width: 100%;
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-video-txt-block {
        margin-top: 20px;
    }
    .builder-txt-block.border-txt {
        margin-top: 3vw;
    }
    .top-header-txt {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin-top: 20px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .h1-builder {
        font-size: 40px;
        line-height: 48px;
    }
    .shape-spiral-3 {
        left: auto;
        top: auto;
        right: 2%;
        bottom: -12%;
        display: block;
        height: 109px;
    }
    .hero-shape-2 {
        bottom: -1%;
    }
    .heo-shape-2 {
        bottom: -1%;
    }
    .shape-pink-cutted {
        height: 100px;
        margin-bottom: 0px;
    }
    .shape-lilac-2 {
        position: relative;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        height: 60px;
        margin-bottom: -22px;
    }
    .shape-spiral-5 {
        height: 89px;
        margin-bottom: -7px;
        padding-right: 0px;
    }
    .display-nurseries-container {
        max-width: 760px;
        justify-content: space-around;
        -webkit-align-content: space-between;
        align-content: space-between;
    }
    .grid-view {
        max-width: 760px;
        justify-content: space-around;
        align-content: space-between;
    }
    .map-item {
        margin-bottom: 2vw;
    }
    .see-more-stores.underline {
        display: none;
    }
    .top-img-nursery {
        width: 100%;
        min-height: 58vw;
        background-position: 50% 100%;
    }
    .top-img-nursery.store-locator {
        background-position: 50% 50%;
    }
    .top-img-nursery.top {
        min-height: 75vw;
    }
    .builder-top-section {
        margin-top: 0px;
    }
    ._2-col-infos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    ._2-col-infos.center {
        -webkit-box-align: center;
        align-items: center;
    }
    ._2-col-infos.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .map-section {
        display: -webkit-box;
        display: flex;
        width: 100%;
        max-width: 700px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .infos-section {
        width: 100%;
    }
    .tag-type-item {
        margin-right: 10px;
    }
    .btn-advisor-2 {
        width: auto;
        margin: 0px 20px 20px;
        padding-right: 60px;
        padding-left: 60px;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .cta-txt-2 {
        font-size: 20px;
        line-height: 26px;
    }
    .form-btn-2 {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .nursery-cta-block {
        width: 100%;
        margin-top: 2vw;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    .nursery-item-section {
        border-top: 0.5px none rgba(0, 61, 86, 0.2);
        border-bottom: 0.5px solid rgba(0, 61, 86, 0.2);
    }
    .h2-red-2 {
        font-size: 40px;
        line-height: 48px;
    }
    .container-2 {
        margin-top: 0vw;
        padding-right: 20px;
        padding-left: 20px;
    }
    .cta-block-2 {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .team-section {
        padding-top: 40px;
    }
    .team-section.hide-section {
        display: none;
    }
    .btn-select-2 {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    .btn-see-2 {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .h3-project {
        font-size: 16px;
        line-height: 20px;
    }
    .plus-section {
        padding-top: 40px;
    }
    .plus-section.hide-section {
        display: none;
    }
    .nursery-cta-block-2 {
        width: 100%;
        margin-top: 2vw;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    .push-product {
        padding-top: 40px;
    }
    .btn-see-3 {
        width: auto;
        margin: 0px 20px 20px;
        padding-right: 40px;
        padding-left: 40px;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    .nursery-item-section-2 {
        border-top: 0px none rgba(0, 61, 86, 0.2);
        border-bottom: 0px none rgba(0, 61, 86, 0.2);
    }
    .job-section {
        padding-top: 40px;
    }
    .job-title {
        font-size: 16px;
        line-height: 20px;
    }
    .contract-type {
        font-size: 16px;
        line-height: 20px;
    }
    .job-location {
        font-size: 16px;
        line-height: 20px;
    }
    .arrow-job.back {
        display: -webkit-box;
        display: flex;
        margin-right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        transform: rotate(-180deg);
    }
    .nursery-txt {
        font-size: 16px;
        line-height: 20px;
    }
    .choose-item {
        width: 370px;
        height: 200px;
    }
    .offers-main-block {
        padding-top: 0vw;
        border-top-style: dashed;
        border-top-width: 1px;
    }
    .tabs-list {
        margin-top: 10px;
    }
    .tabs-text.w50 {
        max-width: 90%;
    }
    .intro-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .subsection-container {
        margin-top: 0vw;
        padding-right: 30px;
        padding-left: 30px;
        border-top: 0px none rgba(0, 61, 86, 0.2);
        border-bottom: 1px solid rgba(0, 61, 86, 0.2);
    }
    .subsection-title {
        margin-bottom: 10px;
    }
    .arrow-down-blue {
        transition: transform 250ms ease;
    }
    .arrow-down-blue.rotate {
        transform: rotate(225deg);
        transition: opacity 200ms ease;
    }
    .subsection-grid-block {
        display: none;
    }
    .subsection-grid-block.visible {
        display: -webkit-box;


        display: flex;
        transition: opacity 200ms ease;
    }
    .btn-primary-green {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .btn-primary-green.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .btn-primary-green.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .btn-primary-green.apply-sticky {
        position: fixed;
        left: auto;
        top: auto;
        right: auto;
        bottom: 0px;
        z-index: 10;
    }
    .shape-spiral-4 {
        left: auto;
        top: auto;
        right: 2%;
        bottom: -12%;
        display: block;
        height: 109px;
    }
    .shape-logo {
        display: none;
    }
    .hero-shape-employer {
        bottom: -1%;
    }
    .hero-shape-expert {
        bottom: -1%;
    }
    .builder-img-layer-engage {
        right: -14px;
        bottom: -20px;
        background-image: none;
    }
    .engage-top {
        display: none;
    }
    .engage-top-left {
        margin-top: -120px;
    }
    .expert-top-left {
        width: 183px;
        height: 174px;
        margin-top: -92px;
    }
    .expert-top-right {
        height: 120px;
        margin-top: -49px;
    }
    .employer-top-left {
        left: -3%;
        top: 0%;
        width: 154px;
        height: 204px;
        margin-top: -135px;
    }
    .employer-top-right {
        width: 70px;
        height: 73px;
        margin-top: -1px;
    }
    .shape-pink-builder {
        left: -121px;
        top: -102px;
        right: auto;
        bottom: auto;
        height: 135px;
    }
    .engage-bottom-left {
        width: 166px;
        height: 152px;
        margin-top: 18px;
    }
    .engage-bottom-center {
        top: 11vw;
        right: 40.9vw;
        width: 52px;
        height: 102px;
    }
    .engage-bottom-right {
        top: 34%;
        width: 131px;
        height: 95px;
    }
    .employer-bottom-left {
        width: 154px;
        height: 194px;
        margin-top: 0px;
    }
    .employer-bottom-center {
        top: 8.4vw;
        right: 41.2vw;
        width: 160px;
        height: 140px;
    }
    .employer-bottom-right {
        top: 26%;
        width: 118px;
        height: 91px;
    }
    .expert-bottom-left {
        top: 17%;
        width: 200px;
        height: 160px;
        margin-top: 67px;
    }
    .expert-bottom-center {
        top: 10vw;
        height: 140px;
    }
    .expert-bottom-right {
        top: 36%;
        width: 122px;
        height: 97px;
    }
    .square-slider-item {
        width: 100%;
        max-width: 100%;
        -webkit-box-align: center;
        align-items: center;
    }
    .builder-two-col {
        max-width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .builder-two-col-item {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-three-col {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .builder-three-col-item {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-img-bkg-2 {
        height: 50.273vw;
    }
    .img-txt-50 {
        width: 100%;
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .img-txt-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .img-txt-block.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
    .img-50 {
        width: 600px;
        height: 419px;
        max-height: 100%;
        max-width: 100%;
    }
    .txt-50 {
        width: 90%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .txt-blue-bold.w50 {
        max-width: 90%;
    }
    .name-bold.w50 {
        max-width: 90%;
    }
    .nav-undermenu-list {
        left: -100%;
        top: 0px;
        right: auto;
        bottom: auto;
        display: none;
        height: 100%;
        padding: 50px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        opacity: 1;
        transition-property: all;
    }
    .btn-backward {
        position: absolute;
        left: 8%;
        top: 20px;
        right: auto;
        bottom: auto;
        display: block;
        padding-right: 20px;
        padding-left: 20px;
        cursor: pointer;
    }
    .nav-undermenu-listing {
        left: -100%;
        top: 0;
        right: auto;
        bottom: auto;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        opacity: 1;
        transition-property: all;
    }
    .nav-undermenu-item {
        width: 100%;
        height: auto;
        padding: 20px 5%;
    }
    .nav-undermenu-link {
        font-size: 18px;
    }
    .cta-more-i {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .cta-more-i.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .cta-more-i.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .cta-txt-green {
        font-size: 20px;
        line-height: 26px;
    }
    .builder-excerpt {
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-video-img-block {
        position: relative;
        width: 100%;
        height: 50.273vw;
        border-radius: 5px;
    }
    .builder-bkg-video {
        height: 100%;
    }
    .builder-img-slider {
        width: 90%;
        height: 100%;
    }
    .btn-primary-green-2 {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .btn-primary-green-2.apply-sticky {
        position: fixed;
        left: auto;
        top: auto;
        right: auto;
        bottom: 0px;
        z-index: 10;
    }
    .h2-red-3 {
        font-size: 40px;
        line-height: 48px;
    }
    .h3 {
        font-size: 40px;
        line-height: 48px;
    }
    .job-img-bkg {
        height: 50.273vw;
    }
    .job-title-2 {
        font-size: 16px;
        line-height: 20px;
    }
    .last-jobs {
        border-top: 0px none rgba(0, 61, 86, 0.2);
        border-bottom: 0px none rgba(0, 61, 86, 0.2);
    }
    .job-section-2 {
        padding-top: 40px;
    }
    .job-title-3 {
        font-size: 16px;
        line-height: 20px;
    }
    .location {
        font-size: 16px;
        line-height: 20px;
    }
    .nursery-name {
        font-size: 16px;
        line-height: 20px;
    }
    .events-slider {
        border-top: 0px none rgba(0, 61, 86, 0.2);
        border-bottom: 0px none rgba(0, 61, 86, 0.2);
    }
    .events-section {
        padding-top: 40px;
    }
    .two-col-container-75 {
        padding-right: 40px;
        padding-left: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
    .see-more {
        display: -webkit-box;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .follow-us {
        width: 100%;
    }
    .see-tags-block {
        margin-bottom: 20px;
    }
    .square-lilac-container {
        width: 600px;
        height: 419px;
    }
    .builder-quote {
        padding-right: 40px;
        padding-left: 40px;
    }
    .quote {
        font-size: 30px;
        line-height: 36px;
    }
    .builder-social-media {
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-rs-item {
        width: 50px;
        height: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .short-details-block {
        width: 100%;
        margin-bottom: 0px;
        padding: 20px 60px;
        border-top: 1px solid rgba(0, 61, 86, 0.2);
        border-bottom: 1px solid rgba(0, 61, 86, 0.2);
    }
    .job-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
    .job-offer-item-list {
        width: 100%;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .main-job-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
    }
    .job-video {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .job-mission {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .h3-blue-2 {
        font-size: 20px;
        line-height: 22px;
    }
    .job-video-bkg {
        height: 50.273vw;
    }
    .job-video-layer {
        right: -14px;
        bottom: -20px;
        background-image: none;
    }
    .job-subsection {
        margin-top: 0vw;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
        border-top: 0px none rgba(0, 61, 86, 0.2);
        border-bottom: 1px solid rgba(0, 61, 86, 0.2);
    }
    .job-subsection-header {
        width: 100%;
        cursor: pointer;
    }
    .subsection-content {
        display: none;
        padding-right: 40px;
        padding-left: 40px;
    }
    .subsection-content.visible {
        display: -webkit-box;
        display: flex;
        transition: opacity 200ms ease;
    }
    .apply-btn-block {
        display: -webkit-box;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .nursery-section {
        width: 100%;
    }
    .subsection-content-2 {
        display: none;
    }
    .subsection-content-2.visible {
        display: flex;
        transition: opacity 200ms ease;
    }
    .nursery-job-item {
        margin-bottom: 8vw;
    }
    .orange-shape {
        left: 0vw;
        bottom: -14.8vw;
        height: 300px;
    }
    .green-shape {
        left: auto;
        top: auto;
        right: 0%;
        bottom: -12%;
        display: block;
        height: 109px;
    }
    .search-news-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
    .form-block-news {
        margin-right: 0px;
    }
    .news-options {
        max-width: 750px;
        justify-content: space-around;
    }
    .btn-primary-orange {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .btn-primary-orange.apply-sticky {
        position: fixed;
        left: auto;
        top: auto;
        right: auto;
        bottom: 0px;
        z-index: 10;
    }
    .display-news-container {
        max-width: 760px;
        justify-content: space-around;
        -webkit-align-content: space-between;

        align-content: space-between;
    }
    .publication-section {
        max-width: 1200px;
    }
    .publication-img-block {
        position: relative;
        width: 100%;
        height: 50.273vw;
        border-radius: 5px;
    }
    .publication-dl-btn {
        width: 51px;
        height: 51px;
    }
    .news-shape-orange {
        top: 13%;
        right: -19vw;
        height: 200px;
    }
    .footer-news {
        position: absolute;
        left: 0%;
        top: -128px;
        right: 0%;
        bottom: 0%;
        margin-top: 0px;
        -webkit-box-align: end;


        align-items: flex-end;
    }
    .news-bottom-left {
        width: 84px;
        height: 144px;
    }
    .news-bottom-center {
        height: 106px;
        margin-top: 0px;
    }
    .news-bottom-right {
        top: 0px;
        width: 144px;
        height: 54px;
    }
    .close-block {
        position: absolute;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        opacity: 1;
        transition: opacity 450ms ease;
    }
    .wave-top {
        top: -60px;
    }
    .wave-bottom {
        bottom: -5%;
    }
    .container-yellow {
        margin-top: 0vw;
        padding-right: 20px;
        padding-left: 20px;
    }
    .path-bkg {
        top: -3.6vw;
        min-height: 86px;
        background-image: url('../images/mobile-wave-top.svg');
        background-position: 50% 0%;
    }
    .yellow-content-container {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .txt-subtitle-blue.w50 {
        max-width: 90%;
    }
    .search {
        position: absolute;
        top: 60px;
        height: 150px;
        transform: translate(0px, -150px);
    }
    .search.open {
        height: 150px;
    }
    .search-bar-input {
        width: 60vw;
    }
    .contact-cb-container {
        position: relative;
        bottom: 0vw;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .sb-close-icon {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        opacity: 0;
        transition: opacity 450ms ease;
    }
    .sb-txt.w50 {
        max-width: 90%;
    }
    .news-section {
        max-width: 1200px;
    }
    .news-content {
        width: 100%;
        min-height: 180px;
        margin-top: 20px;
        background-image: none;
    }
    .news-img-block {
        position: relative;
        width: 280px;
        height: 160px;
        border-radius: 5px;
    }
    .swiper-news-arrow-ctnr {
        display: none;
        width: 20%;
    }
    .later {
        width: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
        flex: 0 0 auto;
    }
    .later.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .later.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .chart-block {
        width: 80%;
    }
    .badge-available {
        left: auto;
        top: -18%;
        right: 5%;
        bottom: auto;
        z-index: 20;
    }
    .filters-section {
        left: -20px;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 20;
        width: 100vw;
        height: 100vh;
        transform: translate3d(-100vw, 0px, 0vw);
        transition: transform 350ms ease;
    }
    .filters-section.active {
        position: fixed;
        left: 0px;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        width: 100%;
        transform: translate3d(0vw, 0px, 0vw);
        transition: transform 350ms ease;
    }
    .filters-group {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .filter-button-container {
        display: -webkit-box;
        display: flex;
        padding-top: 40px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        align-self: center;
        text-align: center;
    }
    .mobile-filter-button {
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: 300;
        text-decoration: underline;
    }
    .back-block {
        display: block;
    }
    .arrow-2 {
        display: none;
    }
    .arrow-2.back {
        display: -webkit-box;
        display: flex;
        margin-right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        transform: rotate(-180deg);
    }
    .mobile-arrow {
        display: block;
        width: 11px;
        height: 11px;
    }
    .mobile-arrow.back {
        display: -webkit-box;
        display: flex;
        margin-right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        transform: rotate(-180deg);
    }
    .lilac-svg-mobile {
        left: auto;
        top: 8%;
        right: -6%;
        bottom: auto;
        display: block;
        width: 600px;
        height: 419px;
        padding-top: 0px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .lilac-svg-desktop {
        left: auto;
        top: 0%;
        right: -6%;
        bottom: auto;
        display: none;
        width: 600px;
        height: 419px;
        padding-top: 0px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .dropdown-content {
        position: fixed;
        left: 0px;
        top: 0px;
        display: block;
        height: 100%;
        padding-left: 0px;
        transform: translate(-100vw, 0px);
        transition: transform 450ms ease;
        list-style-type: none;
    }
    .dropdown-content.active {
        transform: translate(0vw, 0px);
    }
    .add-underline {
        width: auto;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .add-underline.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .add-underline.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .cta-txt-underline {
        font-size: 20px;
        line-height: 26px;
    }
    .hide-section {
        display: none;
    }
    .filter-col-30 {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        justify-content: space-around;
        -webkit-box-align: start;
        align-items: flex-start;
        border-right-style: none;
    }
    .filter-col-35.border-left {
        width: 50%;
        padding-top: 4%;
        border-right-style: none;
    }
    .filters-main-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .mobile-hero-shape {
        bottom: -1%;
        display: block;
    }
    .mobile-hero-shape-2 {
        bottom: -1%;
        display: block;
    }
    .lilac-svg-reverse {
        left: auto;
        top: 0%;
        right: -6%;
        bottom: auto;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 0px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .mobile-orange-shape {
        bottom: -1%;
        display: block;
    }
    .form-btn-company {
        width: auto;
        max-width: 300px;
        margin: 0px 0px 20px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .form-btn-company.cta-footer {
        width: 55%;
        cursor: pointer;
    }
    .form-btn-company.cta-form {
        width: 55%;
        cursor: pointer;
    }
    .checkbox-data-2 {
        line-height: 22px;
    }
    .checkbox-form-approval {
        position: relative;
        bottom: 0vw;
        margin-top: 3vw;
        margin-bottom: 3vw;
        margin-left: 5px;
    }
}

@media screen and (max-width: 767px) {
    .h2-red {
        margin-bottom: 0px;
    }
    .h2-red.sim {
        margin-top: 20px;
    }
    .txt-blue {
        padding-right: 20px;
        padding-left: 20px;
    }
    .location-form-block {
        min-width: 200px;
    }
    .brand-block {
        margin-left: 0px;
    }
    .menu-mobile {
        padding-right: 20px;
        padding-left: 0px;
    }
    .swiper-slide.nurse-options {
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .swiper-slide.builder-2-col-item {
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .slide-txt {
        padding-right: 0px;
        padding-left: 0px;
    }
    .slide-txt.builder-slider-txt {
        width: 100%;
    }
    .lilac-svg {
        width: 279px;
        height: 195px;
    }
    .about-img-block {
        width: 100%;
        height: 100%;
        max-height: none;
        max-width: none;
        margin-bottom: 20px;
    }
    .hero-shape {
        display: none;
    }
    .img-crop-block {
        width: 300px;
        margin-bottom: -31px;
    }
    .yellow-container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .shape-pink-hero {
        left: 0%;
        top: auto;
        right: auto;
        bottom: 20%;
    }
    .container {
        padding-right: 20px;
    }
    .pink-flower-shape {
        left: -7.5vw;
        bottom: -11.9vw;
        margin-left: 21px;
    }
    .lilac-flower-shape {
        left: auto;
        top: auto;
        right: -72%;
        bottom: 62%;
        height: 135px;
    }
    .lilac-rect-2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .pink-med {
        right: -120px;
        bottom: -107px;
        height: 155px;
    }
    .spiral {
        left: -131px;
        height: 116px;
    }
    .left-shape-2 {
        left: -62px;
        top: -108px;
        height: 106px;
    }
    .abo-nl-block {
        display: -webkit-box;
        display: flex;
        width: 100%;
        margin-top: 4vw;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        align-self: center;
    }
    .top-footer {
        padding-top: 40px;
    }
    .h3-red {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        align-self: center;
    }
    .social-media-logos {
        width: 45%;
    }
    .nl-field {
        width: 100%;
    }
    .top-section {
        margin-bottom: 20px;
    }
    .top-img {
        background-position: 50% 0%;
    }
    .top-img.top {
        min-height: 76vw;
    }
    .txt-full {
        margin-top: 0vw;
        padding-right: 20px;
        padding-left: 20px;
    }
    .two-col-block {
        padding-top: 16vw;
    }
    .img-slider {
        width: 279px;
        height: 195px;
    }
    .slider-txt {
        padding-right: 0px;
        padding-left: 0px;
    }
    .txt-blue-left {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
    .menu-mobile-overlay-category {
        transform: translate(-100%, 0px);
    }
    .menu-mobile-container {
        padding-top: 20px;
    }
    .white-frame {
        height: 64vw;
    }
    .specific-details {
        margin-top: 10vw;
        margin-bottom: 10vw;
        padding-right: 20px;
        padding-left: 20px;
    }
    .txt-blue-s {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lilac-triangle-shape-2 {
        bottom: -3%;
    }
    .two-col-bkg {
        background-position: 0% 50%;
    }
    .pink-med-2 {
        right: -120px;
        bottom: -107px;
        height: 155px;
    }
    .left-shape-3 {
        left: -62px;
        top: -108px;
        height: 106px;
    }
    .shape-spiral-2 {
        right: -30%;
        bottom: -2%;
    }
    .form-block.jobs-form {
        display: block;
    }
    .radio-button-field {
        margin-top: 20px;
    }
    .f-radio {
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .f-radio.radio-center {
        -webkit-box-align: center;
        align-items: center;
    }
    .input-code-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .form-btn {
        width: 250px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .form-btn.next-step7 {
        width: 300px;
        height: 48%;
    }
    .step-one {
        display: none;
    }
    .parent-input {
        width: 100%;
    }
    .input-50-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .steps-btn {
        display: -webkit-box;
        display: flex;
        width: 70%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
    .btn-back {
        width: 250px;
    }
    .step-address {
        display: none;
    }
    .adress-input {
        width: 100%;
    }
    .step-situation {
        width: 100%;
        max-width: 662px;
    }
    .shape-bkg {
        height: 72vw;
    }
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .location-input {
        width: 280px;
    }
    .grid-options {
        width: 100%;
        max-width: 100%;
    }
    .grid {
        max-width: 90%;
        margin-top: 3vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: nowrap;
        -webkit-box-align: center;


        align-items: center;
    }
    .grid-item {
        -ms-grid-row-align: auto;
        align-self: auto;
    }
    .btn-select {
        width: 100%;
    }
    .btn-see {
        width: 100%;
    }
    .radio-button-label-5 {
        width: 100%;
    }
    .schedule-item {
        width: 90%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .btn-advisor {
        width: 250px;
        margin-bottom: 20px;
    }
    .paragraph {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .builder-list {
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
    }
    .builder-list-item {
        font-size: 16px;
        line-height: 22px;
    }
    .builder-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .h2-builder {
        font-size: 40px;
        line-height: 48px;
    }
    .btn-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .btn-primary-1 {
        width: 100%;
        max-width: 300px;
        margin: 10px 0px 30px;
        align-self: center;
        text-align: center;
    }
    .btn-primary-1.min {
        width: auto;
    }
    .btn-primary-2 {
        width: 100%;
        max-width: 300px;
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
    }
    .h1-builder {
        font-size: 40px;
        line-height: 48px;
    }
    .shape-spiral-3 {
        right: -21%;
    }
    .shape-pink-cutted {
        height: 70px;
        margin-left: -52px;
    }
    .shape-lilac-2 {
        margin-bottom: -32px;
    }
    .shape-spiral-5 {
        margin-right: -27px;
    }
    .display-nurseries-container {
        max-width: 100%;
        margin-top: 3vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        align-items: center;
    }
    .grid-view {
        max-width: 90%;
        margin-top: 3vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: nowrap;
        -webkit-box-align: center;


        align-items: center;
    }
    .map-item {
        -ms-grid-row-align: auto;
        align-self: auto;
    }
    .top-img-nursery {
        background-position: 50% 0;
    }
    .top-img-nursery.top {
        min-height: 76vw;
    }
    .block-address {
        width: 100%;
        max-width: 100%;
    }
    .address-line-1 {
        font-size: 16px;
        line-height: 22px;
    }
    ._2-col-infos {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .map-section {
        width: 100%;
    }
    .infos-section {
        width: 100%;
        flex: 0 auto;
    }
    .map-container {
        width: 100%;
    }
    .nursery-item-list {
        width: 50%;
    }
    .tag-type-item {
        margin-right: 10px;
    }
    .btn-advisor-2 {
        margin-right: 0px;
        margin-left: 0px;
    }
    .div-block-3 {
        width: 100%;
    }
    .nursery-cta-block {
        display: -webkit-box;
        display: flex;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    .nursery-item-section {
        padding-top: 4vw;
        padding-bottom: 0vw;
    }
    .h2-builder-2 {
        font-size: 40px;
        line-height: 48px;
    }
    .container-2 {
        padding-right: 20px;
    }
    .btn-select-2 {
        width: 100%;
    }
    .btn-see-2 {
        width: 100%;
    }
    .nursery-cta-block-2 {
        display: -webkit-box;
        display: flex;
        margin-top: 0vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .btn-see-3 {
        margin-right: 0px;
        margin-left: 0px;
    }
    .job-section {
        padding-top: 10px;
    }
    .section-full {
        margin-top: 0vw;
    }
    .offers-main-block {
        padding-top: 2vw;
    }
    .tabs-text {
        padding-right: 20px;
        padding-left: 20px;
    }
    .subsection-grid {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .btn-primary-green {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
    }
    .btn-primary-green.apply-sticky {
        width: auto;
    }
    .shape-spiral-4 {
        right: -21%;
    }
    .engage-top-right {
        margin-top: 58px;
    }
    .expert-top-left {
        left: -5%;
    }
    .engage-bottom-center {
        top: 13.9vw;
    }
    .employer-bottom-center {
        right: 37.2vw;
    }
    .expert-bottom-left {
        left: -5%;
    }
    .square-slider-item {
        width: 100%;
        max-width: 100%;
    }
    .img-50 {
        width: 279px;
        height: 195px;
    }
    .txt-50 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .txt-blue-bold {
        padding-right: 20px;
        padding-left: 20px;
    }
    .name-bold {
        padding-right: 20px;
        padding-left: 20px;
    }
    .excerpt {
        font-size: 16px;
        line-height: 22px;
    }
    .full-text {
        font-size: 16px;
        line-height: 22px;
    }
    .builder-video-img-block {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
    .center-shapes {
        display: none;
    }
    .btn-primary-green-2 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        align-self: center;
        text-align: center;
    }
    .btn-primary-green-2.apply-sticky {
        width: auto;
    }
    .see-tags-block {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .square-lilac-container {
        width: 279px;
        height: 195px;
    }
    .short-details-block {
        padding-right: 40px;
        padding-left: 40px;
    }
    .job-item-list {
        width: 50%;
    }
    .job-offer-item-list {
        width: 100%;
    }
    .job-video {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .subsection-content {
        margin-bottom: 4vw;
    }
    .subsection-grid-copy {
        -webkit-box-pack: center;
        justify-content: center;
    }
    .nursery-job-item {
        -ms-grid-row-align: auto;
        align-self: auto;
    }
    .orange-shape {
        left: -13%;
        top: auto;
        right: auto;
        bottom: -10%;
        height: 100px;
    }
    .green-shape {
        right: -20%;
        bottom: -10%;
        height: 60px;
    }
    .form-block-news {
        min-width: 200px;
    }
    .news-options {
        width: 100%;
        max-width: 100%;
    }
    .btn-primary-orange {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        align-self: center;
        text-align: center;
    }
    .btn-primary-orange.apply-sticky {
        width: auto;
    }
    .display-news-container {
        max-width: 100%;
        margin-top: 3vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        align-items: center;
    }
    .news-item {
        margin-bottom: 10vw;
    }
    .news-input {
        width: 280px;
    }
    .publication-img-block {
        width: 100%;
        height: 100%;
        max-height: none;
        max-width: none;
        margin-bottom: 20px;
    }
    .news-shape-orange {
        left: auto;
        top: auto;
        right: -72%;
        bottom: 62%;
        height: 135px;
    }
    .footer-news {
        top: -124px;
    }
    .news-bottom-center {
        margin-left: 58px;
    }
    .wishlist {
        margin-top: 12vw;
        padding-right: 20px;
        padding-bottom: 5vw;
        padding-left: 20px;
    }
    .wave-bottom {
        bottom: -3%;
    }
    .container-yellow {
        padding-right: 20px;
    }
    .path-bkg {
        top: -6.9vw;
        min-height: 52px;
        background-size: 100vw;
    }
    .contact-form {
        display: none;
    }
    .job-input-select {
        width: 100%;
    }
    .contact-input {
        width: 100%;
    }
    .txt-subtitle-blue {
        padding-right: 20px;
        padding-left: 20px;
    }
    .jobs-form {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }
    .job-input {
        width: 100%;
    }
    .sb-txt {
        padding-right: 20px;
        padding-left: 20px;
    }
    .job-submit-btn.fs-smaller.sb {
        margin-right: auto;
        margin-left: auto;
    }
    .news-img-block {
        width: 100%;
        height: 100%;
        max-height: none;
        max-width: none;
        margin-bottom: 20px;
    }
    .later.link-2 {
        width: 300px;
        margin-top: 20px;
    }
    .badge-available {
        top: -16%;
    }
    .filters-section {
        left: -40px;
    }
    .lilac-svg-mobile {
        width: 279px;
        height: 195px;
    }
    .lilac-svg-desktop {
        width: 279px;
        height: 195px;
    }
    .add-underline {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        align-self: center;
        text-align: center;
    }
    .add-underline.min {
        width: auto;
    }
    .html-embed-11 {
        text-align: center;
    }
    .html-embed-12 {
        text-align: center;
    }
    .lilac-svg-reverse {
        width: 279px;
        height: 195px;
    }
    .form-btn-company {
        width: 250px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .w100-input {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .cta-block {
        padding-right: 40px;
        padding-left: 40px;
    }
    .cta-txt {
        font-size: 17px;
        line-height: 22px;
    }
    .h1-red {
        text-align: center;
    }
    .h2-red.hide-mobile {
        display: none;
    }
    .txt-blue {
        padding-right: 0px;
        padding-left: 0px;
    }
    .about-section {
        margin-right: 20px;
        margin-left: 20px;
    }
    .price-section {
        margin-right: 20px;
        margin-left: 20px;
    }
    .description-section {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .trust-section {
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .partners-section {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main-cta {
        padding-right: 40px;
        padding-left: 40px;
    }
    .cta-txt-main {
        font-size: 22px;
    }
    .cta-icon {
        margin-right: 10px;
    }
    .icon-txt-container {
        width: 100%;
    }
    .hero-txt-container {
        margin-right: 20px;
        margin-left: 20px;
    }
    .hero-img {
        background-position: 50% 25%;
    }
    .left-nav {
        width: 50%;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    .icons-nav {
        width: 50%;
        margin-right: 10px;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .nav-icon {
        width: 30px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-icon.mobile {
        width: 30px;
    }
    .img-logo {
        display: block;
        width: auto;
    }
    .menu-icon {
        width: 21px;
    }
    .menu-mobile {
        width: 30px;
        padding-right: 0px;
    }
    .swiper-container.types-costs {
        margin-top: 0vw;
    }
    .swiper-container.builder-swiper-container {
        margin-top: 0vw;
    }
    .swiper-slide.description-slide {
        padding-right: 0px;
        padding-left: 0px;
    }
    .swiper-slide.quotes-item {
        margin-bottom: 10px;
    }
    .swiper-slide.nurse-options {
        padding-right: 30px;
        padding-left: 30px;
    }
    .swiper-slide.builder-2-col-item {
        padding-right: 30px;
        padding-left: 30px;
    }
    .swiper-slide.builder-slider-item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .swiper-slide.team-slide {
        padding-right: 0px;
        padding-left: 0px;
    }
    .swiper-slide.project-slide {
        padding-right: 0px;
        padding-left: 0px;
    }
    .swiper-slide.plus-slide {
        padding-right: 0px;
        padding-left: 0px;
    }
    .swiper-slide.push-product-slide {
        padding-right: 0px;
        padding-left: 0px;
    }
    .swiper-slide.job-slide {
        padding-right: 0px;
        padding-left: 0px;
    }
    .swiper-slide.choose-slide {
        padding-right: 0px;
        padding-left: 0px;
    }
    .swiper-slide.quotes-company-item {
        margin-bottom: 10px;
    }
    .swiper-slide.builder-video-item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .swiper-slide.events-slide {
        padding-right: 0px;
        padding-left: 0px;
    }
    .slide-txt {
        padding-right: 20px;
        padding-left: 20px;
    }
    .slide-txt.builder-slider-txt {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lilac-svg {
        display: block;
    }
    .about-img-block {
        width: 100%;
        height: 50vw;
    }
    .shape-pink {
        left: -130px;
        top: -98px;
    }
    .shape-lilac {
        top: -9vw;
    }
    .shape-spiral {
        top: -19vw;
        right: -41.3vw;
    }
    .subscription-block {
        padding-right: 10px;
        padding-left: 10px;
    }
    .quotes-item-container {
        width: 100%;
        max-width: 260px;
    }
    .nav {
        flex: 0 0 auto;
    }
    .img-crop-block {
        width: 250px;
        margin-bottom: -26px;
    }
    .yellow-txt-block {
        width: 100%;
    }
    .shape-pink-hero {
        bottom: 16%;
    }
    .nav-list-container.active {
        position: fixed;
        height: 80vh;
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-link {
        width: 95%;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .h1-red-copy {
        text-align: center;
    }
    .container {
        z-index: 3;
        width: 100vw;
        max-width: 100%;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .pink-flower-shape {
        left: -21.8vw;
    }
    .lilac-triangle-shape {
        right: -3.4vw;
        bottom: -17.9vw;
    }
    .lilac-flower-shape {
        right: -53%;
        bottom: 52%;
    }
    .pink-med {
        right: -140px;
        bottom: -69px;
    }
    .spiral {
        left: -160px;
        top: -40px;
    }
    .left-shape-2 {
        left: -127px;
        top: -145px;
    }
    .social-media-logos {
        width: 80%;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;


        justify-content: center;
    }
    .nl-form {
        padding-right: 20px;
        padding-left: 20px;
    }
    .checkbox-container-2 {
        margin-top: 20px;
    }
    .arrow {
        width: 5%;
    }
    .top-img {
        background-position: 50% -200%;
    }
    .top-img.builder {
        margin-top: 0vw;
    }
    .top-img.store-locator {
        background-position: 50% 0%;
        background-size: cover;
    }
    .top-img.jobs {
        background-position: 50% 0%;
        background-size: cover;
    }
    .top-img.job {
        background-position: 50% 0%;
        background-size: cover;
    }
    .top-img.news {
        background-position: 50% 0%;
        background-size: cover;
    }
    .top-img.top {
        background-position: 50% 50%;
    }
    .txt-full {
        padding-bottom: 3vw;
    }
    .two-col-block {
        padding-top: 20vw;
    }
    .two-col-yellow {
        z-index: 5;
        padding-top: 0vw;
    }
    .h3-blue {
        white-space: nowrap;
    }
    .h3-blue.wrap {
        white-space: normal;
    }
    .txt-blue-left {
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .list-item-link {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .menu-mobile-overlay-category {
        height: 700px;
    }
    .menu-mobile-container {
        padding-top: 0px;
    }
    .list-item {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .close-icon {
        width: 21px;
    }
    .white-frame {
        height: 100%;
        max-width: 268px;
        margin-left: -30px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .specific-details {
        margin-top: 10vw;
        margin-bottom: 17vw;
        padding-right: 10px;
        padding-left: 10px;
    }
    .txt-blue-s {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lilac-top-flower-shape {
        left: 15.5vw;
        height: 150px;
    }
    .lilac-triangle-shape-2 {
        right: -34.9vw;
        z-index: -15;
        height: 161px;
    }
    .two-col-bkg {
        bottom: 0%;
        padding-top: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: linear-gradient(180deg, transparent, transparent);
    }
    .pink-med-2 {
        right: -140px;
        bottom: -69px;
        width: auto;
    }
    .left-shape-3 {
        left: -127px;
        top: -145px;
    }
    .shape-spiral-2 {
        left: auto;
        top: auto;
        right: -30%;
        bottom: 2%;
    }
    .form {
        margin-top: 0vw;
    }
    .form-btn {
        padding-right: 40px;
        padding-left: 40px;
    }
    .form-btn.next-step1 {
        width: 100%;
    }
    .form-btn.next-step1-copy {
        width: 100%;
    }
    .step-one.step {
        display: none;
    }
    .steps-btn {
        width: 90%;
        justify-content: flex-end;
        width: 100%;
        padding-left:30px;
        padding-right: 30px;
    }
    .btn-back {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 10px;
    }
    .btn-add {
        padding-right: 40px;
        padding-left: 40px;
    }
    .shape-bkg {
        height: 80vw;
        background-position: 50% 50%;
        background-size: cover;
    }
    .shapes-block {
        align-items: flex-end;
    }
    .shape-pink-2 {
        left: -130px;
        top: -98px;
    }
    .grid-item {
        width: 275px;
        margin-bottom: 25vw;
    }
    .btn-select {
        padding-right: 40px;
        padding-left: 40px;
    }
    .btn-see {
        padding-right: 40px;
        padding-left: 40px;
    }
    .item-subtitle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .grid-shape {
        right: -12%;
        bottom: -7%;
    }
    .step-rythm.step {
        display: none;
    }
    .arrow-link {
        width: 5%;
    }
    .step-days.step {
        display: none;
    }
    .schedule-item {
        width: 100%;
    }
    .schedule-checkbox-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;


        flex-direction: column;
        -webkit-box-align: center;


        align-items: center;
    }
    .step-thanks.step {
        display: none;
    }
    .btn-advisor {
        margin-right: 0px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-paragraph {
        padding-right: 20px;
        padding-left: 20px;
    }
    .btn-primary-1 {
        max-width: 280px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .btn-primary-2 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-paragraph-btn {
        padding-right: 20px;
        padding-left: 20px;
    }
    .builder-img-block {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .builder-video-block {
        padding-right: 20px;
        padding-left: 20px;
    }
    .top-header-txt {
        padding-right: 20px;
        padding-left: 20px;
    }
    .shape-spiral-3 {
        left: auto;
        top: auto;
        right: -38%;
        bottom: -18%;
    }
    .shape-pink-cutted {
        position: relative;
        top: auto;
        right: auto;
        height: 52px;
    }
    .shape-lilac-2 {
        left: auto;
        bottom: auto;
        height: 40px;
        margin-bottom: 0px;
    }
    .shape-spiral-5 {
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        height: 50px;
        margin-bottom: 0px;
    }
    .bottom-shape-form {
        position: absolute;
    }
    .map-view {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .map-item {
        margin-bottom: 5vw;
    }
    .top-img-nursery {
        background-position: 50% 50%;
    }
    .top-img-nursery.store-locator {
        background-position: 50% 0%;
        background-size: cover;
    }
    ._2-col-infos.center {
        margin-bottom: 30px;
    }
    .map-container {
        width: 291px;
        height: 184px;
    }
    .btn-advisor-2 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .form-btn-2 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .form-btn-2.next-step7 {
        width: 439px;
    }
    .nursery-item-section {
        padding-bottom: 4vw;
    }
    .h2-red-2 {
        white-space: nowrap;
    }
    .container-2 {
        width: 100vw;
        max-width: 100%;
        padding-top: 20px;
    }
    .cta-block-2 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .team-section {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .btn-select-2 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .btn-see-2 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .plus-section {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .reviews-section {
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .reviews-section.nursery-item-section {
        margin-right: 0px;
        margin-left: 0px;
    }
    .push-product {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .btn-see-3 {
        padding-right: 40px;
        padding-left: 40px;
    }
    .job-section {
        padding-right: 20px;
        padding-left: 20px;
    }
    .arrow-job {
        width: 5%;
    }
    .section-full {
        margin-top: 0vw;
    }
    .choose-item {
        width: 270px;
        height: 155px;
    }
    .offers-main-block {
        padding-top: 3vw;
    }
    .tabs-text {
        padding-right: 0px;
        padding-left: 0px;
    }
    .subsection-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .btn-primary-green {
        width: 70%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .shape-spiral-4 {
        left: auto;
        top: auto;
        right: -38%;
        bottom: -18%;
    }
    .engage-top-left {
        margin-top: -41px;
    }
    .expert-top-left {
        left: -12%;
    }
    .expert-top-right {
        height: 100px;
    }
    .shape-pink-builder {
        left: -130px;
        top: -98px;
    }
    .engage-bottom-left {
        left: -20%;
    }
    .engage-bottom-center {
        top: 25.4vw;
        right: 41.1vw;
    }
    .engage-bottom-right {
        top: 35%;
        right: -7%;
    }
    .employer-bottom-left {
        left: -4%;
    }
    .employer-bottom-center {
        right: 30.3vw;
    }
    .employer-bottom-right {
        top: 34%;
        right: -2%;
    }
    .expert-bottom-left {
        left: -30%;
    }
    .expert-bottom-center {
        top: 27.9vw;
        height: 100px;
    }
    .expert-bottom-right {
        right: -11%;
    }
    .builder-two-col-item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .builder-three-col-item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .img-txt-50 {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .img-txt-block {
        -webkit-box-align: center;


        align-items: center;
    }
    .img-50 {
        max-width: 100%;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
    .image-50 {
        width: 100%;
        height: 100%;
    }
    .txt-50 {
        padding-top: 50px;
    }
    .quotes-item-company {
        width: 100%;
        max-width: 260px;
    }
    .txt-blue-bold {
        padding-right: 0px;
        padding-left: 0px;
    }
    .name-bold {
        padding-right: 0px;
        padding-left: 0px;
    }
    .details-link._w-453 {
        max-width: 290px;
    }
    .cta-more-i {
        padding-right: 40px;
        padding-left: 40px;
    }
    .builder-excerpt {
        padding-right: 20px;
        padding-left: 20px;
    }
    .builder-video-img-block {
        width: 100%;
        height: 50vw;
    }
    .grid-nursery-shape {
        right: -12%;
        bottom: -7%;
    }
    .lilac-svg-bkg {
        left: 14%;
        top: 13%;
        right: 0%;
        bottom: 0%;
    }
    .btn-primary-green-2 {
        width: 70%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .h2-red-3 {
        white-space: nowrap;
    }
    .h3 {
        white-space: nowrap;
    }
    .job-section-2 {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .events-section {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .two-col-container-75 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .builder-quote {
        padding-right: 20px;
        padding-left: 20px;
    }
    .builder-social-media {
        padding-right: 20px;
        padding-left: 20px;
    }
    .builder-rs-item {
        margin-right: 10px;
        margin-left: 10px;
        -webkit-box-flex: 0;


        flex: 0 0 auto;
    }
    .short-details-block {
        padding-right: 20px;
        padding-left: 20px;
    }
    .h3-blue-2 {
        white-space: nowrap;
    }
    .job-subsection {
        padding-right: 0px;
        padding-left: 0px;
    }
    .subsection-content {
        margin-bottom: 11vw;
        padding-right: 20px;
        padding-left: 20px;
    }
    .subsection-content-2 {
        display: block;
    }
    .nursery-job-item {
        width: 275px;
        margin-bottom: 25vw;
    }
    .job-nursery-shape {
        right: -12%;
        bottom: -7%;
    }
    .orange-shape {
        left: -23%;
        bottom: -8%;
        height: 150px;
    }
    .green-shape {
        left: auto;
        top: auto;
        right: -38%;
        bottom: -11%;
    }
    .news-filters {
        margin-right: 10px;
    }
    .btn-primary-orange {
        width: 70%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .schedule {
        display: none;
        max-width: 300px;
    }
    .publication-section {
        margin-right: 20px;
        margin-left: 20px;
    }
    .publication-img-block {
        width: 100%;
        height: 50vw;
    }
    .news-shape-orange {
        right: -53%;
        bottom: 52%;
    }
    .news-bottom-center {
        height: 70px;
        margin-left: 57px;
    }
    .news-bottom-right {
        margin-right: -36px;
    }
    .grid-shape-green {
        right: -12%;
        bottom: -7%;
    }
    .close-block {
        width: 31px;
    }
    .wave-top {
        top: -46px;
    }
    .wave-bottom {
        bottom: -2%;
    }
    .container-yellow {
        z-index: 3;
        width: 100vw;
        max-width: 100%;
        padding-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .path-bkg {
        top: -11.3vw;
        min-height: 36px;
    }
    .yellow-content-container {
        padding-bottom: 20px;
    }
    .contact-form {
        display: block;
    }
    .txt-subtitle-blue {
        padding-right: 0px;
        padding-left: 0px;
    }
    .search {
        top: 0;
        height: 100vh;
        transform: translate(0px, -100vh);
    }
    .search.open {
        height: 100vh;
    }
    .search-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .search-bar-input {
        width: 80vw;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .jobs-form {
        display: block;
    }
    .job-input-group {
        width: 100%;
        margin-bottom: 10px;
    }
    .sb-close-icon {
        width: 21px;
    }
    .sb-txt {
        padding-right: 0px;
        padding-left: 0px;
    }
    .news-section {
        margin-right: 20px;
        margin-left: 20px;
    }
    .news-content {
        min-height: 180px;
        margin-top: 0px;
    }
    .news-img-block {
        width: 250px;
        height: 140px;
        margin-right: 0px;
    }
    .later {
        padding-right: 40px;
        padding-left: 40px;
    }
    .chart-block {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .chart-img {
        margin-right: 5px;
    }
    .chart-text {
        font-size: 14px;
        line-height: 16px;
    }
    .exp-details {
        width: 90%;
    }
    .badge-available {
        top: -30%;
        right: 3%;
    }
    .filter-button-container {
        display: block;
        padding-top: 10px;
    }
    .button {
        margin-top: 20px;
    }
    .arrow-2 {
        width: 5%;
    }
    .mobile-arrow {
        width: 5%;
    }
    .lilac-svg-mobile {
        display: block;
    }
    .lilac-rect-desktop {
        display: none;
    }
    .lilac-rect-mobile {
        left: auto;
        top: 7%;
        right: -15%;
        bottom: auto;
        display: block;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .grid-shape-2 {
        right: -12%;
        bottom: -7%;
    }
    .add-underline {
        padding-right: 40px;
        padding-left: 40px;
    }
    .grid-shape-3 {
        right: -12%;
        bottom: -7%;
    }
    .hide-section {
        position: relative;
    }
    .lilac-svg-reverse {
        display: block;
    }
    .form-btn-company {
        padding-right: 40px;
        padding-left: 40px;
    }
    .form-btn-company.next-step1 {
        width: 100%;
    }
    .form-btn-company.next-step1-copy {
        width: 100%;
    }
}

@font-face {
    font-family: 'Justanotherhand';
    src: url('../fonts/JustAnotherHand-Regular.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_med_it.woff2') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_reg.woff2') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_light.woff2') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_thin.woff2') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon blk';
    src: url('../fonts/Brandon_blk.woff2') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon med';
    src: url('../fonts/Brandon_med.woff2') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_blk_it.woff2') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_light_it.woff2') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_bld_it.woff2') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_thin_it.woff2') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_bld.woff2') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/Brandon_reg_it.woff2') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: auto;
}
