@charset "UTF-8";.fee-calculator{position:relative}.fee-calculator:before{content:'';background-image:url(../gui/fee-calc-rocket.png);background-size:contain;background-repeat:no-repeat;position:absolute;top:-50px;right:-10px;height:140px;width:140px;z-index:5}@media (min-width:576px){.fee-calculator:before{height:200px;width:200px;top:-55px;right:0}}@media (min-width:576px){.fee-calculator:before{height:220px;width:220px;right:10px}}@media (min-width:768px){.fee-calculator:before{height:240px;width:240px;top:-70px;right:calc(50% - 375px)}}@media (min-width:992px){.fee-calculator:before{right:calc(50% - 500px)}}.fee-calculator:after{content:'';position:absolute;background-color:var(--color-secondary);border-radius:50px;z-index:1;max-width:1000px;top:15px;bottom:-15px;right:-15px;left:15px;margin:0 auto}@media (min-width:768px){.fee-calculator:after{top:25px;bottom:-25px;right:-25px;left:25px}}.fee-calculator__content{background-color:var(--color-primary);border-radius:50px;padding:60px 30px 45px;position:relative;z-index:2}@media (min-width:768px){.fee-calculator__content{padding:60px 45px;border-radius:50px}}@media (min-width:992px){.fee-calculator__content{padding:60px 45px;max-width:1000px;margin:0 auto}}.fee-calculator__content .wizard__layout{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.fee-calculator__content .wizard__layout__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;min-width:220px;width:100%;display:none}@media (min-width:768px){.fee-calculator__content .wizard__layout__nav{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;width:unset;display:-webkit-box;display:-ms-flexbox;display:flex}}.fee-calculator__content .wizard__layout__nav__step{border-radius:20px;padding:1rem;background:rgba(255,255,255,.05);color:rgba(255,255,255,.6);font-size:.9rem;background:#0088d9;color:#fff;opacity:.5;line-height:1.5;display:none}@media (min-width:768px){.fee-calculator__content .wizard__layout__nav__step{display:block}}.fee-calculator__content .wizard__layout__nav__step.is-current{opacity:1;border:1px solid #fff;display:block}.fee-calculator__content .wizard__layout__nav__step.is-complete{color:rgba(255,255,255,.9)}.fee-calculator__content .wizard__layout__nav__step__num{font-weight:700;color:var(--color-secondary)}.fee-calculator__content .wizard__layout__nav__step__title{font-weight:600;color:#fff}.fee-calculator__content .wizard__layout__content{-webkit-box-flex:1;-ms-flex:1;flex:1;height:auto}.fee-calculator__content .wizard__layout__content .fee-wizard-step{position:relative;padding-bottom:80px;height:100%}.fee-calculator__content .wizard__layout__content .fee-wizard-step .error{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.fee-calculator__content .wizard__layout__content .fee-wizard-step .error span{background-color:#fac736;text-align:center;padding:10px 30px;border-radius:18px;font-weight:600;color:#2e81d1;margin:15px auto;display:block}.fee-calculator__content .wizard__layout__content .fee-wizard-step h2{color:#fff;margin-bottom:40px;position:relative}@media (min-width:576px){.fee-calculator__content .wizard__layout__content .fee-wizard-step h2{margin-bottom:20px}}.fee-calculator__content .wizard__layout__content .fee-wizard-step h2.intro{padding-left:80px}.fee-calculator__content .wizard__layout__content .fee-wizard-step h2.intro:before{content:'';background-image:url(../gui/fee-calc-smile.png);background-size:contain;background-repeat:no-repeat;position:absolute;left:0;height:60px;width:60px}.fee-calculator__content .wizard__layout__content .fee-wizard-step h2 span{display:block;color:#fff}.fee-calculator__content .wizard__layout__content .fee-wizard-step h2 span.pre-title{font-size:1rem;font-weight:600;color:var(--color-primary)}@media (min-width:576px){.fee-calculator__content .wizard__layout__content .fee-wizard-step h2 span.pre-title{font-size:1.15rem}}@media (min-width:768px){.fee-calculator__content .wizard__layout__content .fee-wizard-step h2 span.pre-title{font-size:1.3rem}}.fee-calculator__content .wizard__layout__content .fee-wizard-step h2 span.title{font-size:1.5rem;font-weight:600;color:var(--color-primary)}@media (min-width:576px){.fee-calculator__content .wizard__layout__content .fee-wizard-step h2 span.title{font-size:1.8rem}}@media (min-width:768px){.fee-calculator__content .wizard__layout__content .fee-wizard-step h2 span.title{font-size:2.2rem}}.fee-calculator__content .wizard__layout__content .fee-wizard-step a{color:var(--color-secondary)!important;font-weight:600!important}.fee-calculator__content .wizard__layout__content .fee-wizard-step .fc-field--band{margin-top:15px}.fee-calculator__content .wizard__layout__content .fee-wizard-step li,.fee-calculator__content .wizard__layout__content .fee-wizard-step p{margin-bottom:15px;padding-bottom:0;color:#fff}.fee-calculator__content .wizard__layout__content .fee-wizard-step li:last-of-type,.fee-calculator__content .wizard__layout__content .fee-wizard-step p:last-of-type{margin-bottom:0}.fee-calculator__content .wizard__layout__content .fee-wizard-step label{color:#fff}.fee-calculator__content .wizard__layout__content .fee-wizard-step label span{display:block;margin:0 0 15px;font-weight:500;color:#fff;font-size:.9rem}.fee-calculator__content .wizard__layout__content .fee-wizard-step ul.notes{margin-top:10px;margin-bottom:30px;list-style:none;padding-bottom:0}.fee-calculator__content .wizard__layout__content .fee-wizard-step ul.notes li{font-size:.8rem;margin-bottom:15px;margin-left:0;padding-left:25px!important;position:relative}.fee-calculator__content .wizard__layout__content .fee-wizard-step ul.notes li:before{content:'';position:absolute;left:.2rem;top:.4em;width:0;height:0;border-top:.4em solid transparent;border-bottom:.4em solid transparent;border-left:.7em solid var(--color-secondary);-webkit-transform:scale(1.2);transform:scale(1.2)}.fee-calculator__content .wizard__layout__content .fee-wizard-step ul.notes li p{font-size:.8rem}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=intro] h2.intro{color:#fff}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=intro] h2.intro span{color:#fff}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=intro] .nav_btns{background-position:right 190px center}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=stretched] .nav_btns{background-position:right 300px center}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=sessions] .nav_btns{background-position:right 235px center}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=form] .fee-calc-enquiry-form{margin-top:30px}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=form] .fee-calc-enquiry-form input{border-radius:10px;border:none}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=form] .fee-calc-enquiry-form .wpcf7-spinner{display:none!important}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=result] h2.pre-title{font-size:1.2rem}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=result] h2.price{font-size:3.5rem;color:var(--color-secondary)}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=result] h3.fc-result__nursery{color:#fff;font-size:2.6rem}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=result] .fc-result__price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=result] .fc-result__price__actions{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 0 20px}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=result] .fc-result__price__actions a:first-child{margin-left:0!important}.fee-calculator__content .wizard__layout__content .fee-wizard-step[data-step=result] .nav_btns{background-position:right 460px center}.fee-calculator__content .wizard__layout__content .fee-wizard-step .hint{margin-top:15px}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:15px 0;gap:.8rem}@media (min-width:576px){.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:20px;width:60%;max-width:200px;margin:0 auto}@media (min-width:576px){.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day{width:48%;max-width:48%;-webkit-box-flex:1;-ms-flex:1 1 48%;flex:1 1 48%}}@media (min-width:992px){.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day{width:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>strong{padding:10px;color:#fff;font-size:.9rem;font-weight:600;background-color:#0081d1;border-radius:20px 20px 0 0!important}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day .line{padding:7px 15px 5px;color:#0081d1;font-weight:700;background:var(--color-secondary);border-radius:5px;margin:15px auto 0;position:relative}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day .line:before{content:'';position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--color-secondary)}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day.totaled>div{border-radius:0}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>div{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;background-color:#0081d1;border-radius:0 0 20px 20px!important}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>div .day-checkbox{position:absolute;opacity:0;width:0;height:0}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>div .day-checkbox-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;line-height:18px}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>div .day-checkbox-label span{margin-bottom:0}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>div .day-checkbox-label::before{content:'';width:24px;height:24px;background-color:#fff;border-radius:4px;-webkit-transition:all .2s ease;transition:all .2s ease;margin-bottom:10px}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>div .day-checkbox:checked+.day-checkbox-label::before{background-color:var(--color-secondary);border-color:var(--color-secondary)}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>div .day-checkbox-label::after{content:'✔';position:absolute;top:3px;left:50%;font-size:18px;color:#0081d1;line-height:1;opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fee-calculator__content .wizard__layout__content .fee-wizard-step .days-grid .day>div .day-checkbox:checked+.day-checkbox-label::after{opacity:1;-webkit-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%)}.fee-calculator__content .wizard__layout__content .fee-wizard-step .radios{margin-top:30px;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.fee-calculator__content .wizard__layout__content .fee-wizard-step .radios label{border-radius:50px;background:#fff;color:#002e53;padding:12px 20px;font-weight:600;display:inline-block;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;text-align:center}@media (min-width:600px){.fee-calculator__content .wizard__layout__content .fee-wizard-step .radios label{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%}}@media (min-width:768px){.fee-calculator__content .wizard__layout__content .fee-wizard-step .radios label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}@media (min-width:992px){.fee-calculator__content .wizard__layout__content .fee-wizard-step .radios label{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%}}.fee-calculator__content .wizard__layout__content .fee-wizard-step .radios label input{margin-right:10px}.fee-calculator__content .wizard__layout__content .fee-wizard-step .nav_btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;bottom:0;width:100%;background-image:url(../gui/fee-calc-btn-stars.png);background-size:contain;background-position:right 270px center;background-repeat:no-repeat}@media (max-width:767px){.fee-calculator__content .wizard__layout__content .fee-wizard-step .nav_btns{background-image:none}}.fee-calculator__content .wizard__layout__content .fee-wizard-step .btn{margin-left:0!important;background-color:var(--color-secondary)!important;color:var(--color-primary)!important;margin-left:20px!important;margin-right:0!important;height:55px!important;padding:15px 30px!important}.fee-calculator__content .wizard__layout__content .fee-wizard-step .btn.prev{background-color:#0088d9!important;color:#fff!important}.fee-calculator__content .wizard__layout__content .fee-wizard-step select{appearance:none;-webkit-appearance:none;-moz-appearance:none;display:block;width:100%;padding:10px 40px 10px 25px;margin-bottom:30px;font-size:.9rem;line-height:2.5;color:#002e53;background-color:#fff;border:1px solid #fff;border-radius:50px;background-image:linear-gradient(45deg,transparent 50%,#002e53 50%),linear-gradient(135deg,#002e53 50%,transparent 50%);background-position:calc(100% - 24px) calc(50% - 0px),calc(100% - 18px) calc(50% - 0px);background-size:7px 10px,7px 10px;background-repeat:no-repeat;cursor:pointer}.fee-calculator__content .wizard__layout__content .fee-wizard-step select:focus{border-color:#266aba;-webkit-box-shadow:0 0 0 2px rgba(38,106,186,.2);box-shadow:0 0 0 2px rgba(38,106,186,.2);outline:0}.fee-calculator__content .wizard__layout__content .fee-wizard-step select:disabled{background-color:#f2f2f2;color:#999;cursor:not-allowed}@media (max-width:768px){.fee-calculator__content .wizard .wizard__layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fee-calculator__content .wizard .wizard__layout__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow-x:auto;min-width:0}}.fee-calculator .intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fee-calculator .intro .pre-title,.fee-calculator .intro .title{display:block}.fee-calculator .intro.has-selected-nursery .pre-title,.fee-calculator .intro.has-selected-nursery .title{color:#fff!important}