.footer{background-color:#416dc3;padding:1rem}.footer,.footer a{color:#fff}.footer__content{display:flex}.footer__content h2{text-decoration:underline}@media screen and (min-width:50em){.footer__content{flex-direction:row;justify-content:space-between}}@media screen and (max-width:50em){.footer__content{flex-direction:column}}.footer__content__left,.footer__content__middle,.footer__content__right{display:flex;flex-direction:column}.footer__content__left>*,.footer__content__middle>*,.footer__content__right>*{margin:.75rem 0}@media screen and (max-width:50em){.footer__content__middle,.footer__content__right{margin-top:2rem}}.footer__content__item{margin:1rem 0}.footer__content__item p{margin:0}.footer__copyright{text-align:center;margin:1rem 0 0}.instagram-feed h1{margin:0}.eapps-instagram-feed-title{text-align:left!important;opacity:.5;font-family:"Kohinoor Bangla",sans-serif;padding:0!important;margin:.5rem 0 2rem}.eapps-instagram-feed-posts-item{box-shadow:0 2px 10px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.05);border-radius:10px 10px 10px 10px;overflow:visible}.intro__body{display:flex;flex-direction:row;flex-wrap:wrap}.intro__body a{font-weight:500;text-decoration:underline}.intro__body__textleft{margin-right:1rem;margin-bottom:1rem}.intro__body__textleft,.intro__body__textright{display:flex;flex-direction:column;flex-basis:100%;flex:1 1}.intro__body__textright{margin-left:1rem}.intro__body__textunder{margin-top:2.5rem}.intro__body__textunder p,.intro__body__textunder span{font-weight:500}.banner{position:absolute;top:0;left:0;background-color:#ffb001;width:100%;height:3.5rem;overflow-y:hidden;z-index:9999999999;box-shadow:-1px 4px 28px -5px rgba(0,0,0,.5)}.banner--content{margin:0 auto;text-align:center;padding:10px 40px;font-size:18px}.banner--close,.banner--content{color:#fff;font-weight:500;cursor:pointer}.banner--close{position:absolute;display:flex;font-size:20px;top:10px;right:10px}.stats__user-count{display:flex;flex-direction:row;align-items:flex-start}@media screen and (max-width:50em){.stats__user-count{flex-direction:column}}.stats__user-count__side-panel{padding:1rem;box-sizing:border-box;color:#fff;background-color:#416dc3;box-shadow:0 2px 10px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.05);border-radius:10px 10px 10px 10px}@media screen and (min-width:50em){.stats__user-count__side-panel{flex:0 0 18rem}}@media screen and (max-width:50em){.stats__user-count__side-panel{margin-bottom:1rem}}.stats__user-count__side-panel__title{position:relative;padding:0 0 0 30px;margin:0;font-weight:700}.stats__user-count__side-panel__title:before{content:"";position:absolute;top:50%;left:0;width:20px;height:20px;border-radius:99px;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.stats__user-count__side-panel__description{margin:.5rem 0 0}.stats__user-count__bucket{margin-top:-5px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}@media screen and (min-width:50em){.stats__user-count__bucket{padding-left:2rem}}.stats__user-count__bucket__item{width:20px;height:20px;margin:5px;background-color:#416dc3;border-radius:99px}.stats__counters{margin-top:2.5rem;display:flex;flex-direction:row}@media screen and (max-width:50em){.stats__counters{flex-direction:column}}.stats__counters__item{flex:1 1}@media screen and (min-width:50em){.stats__counters__item:not(:first-child){margin-left:1rem}}.stats__counters__item:first-child .stats__counters__item__count,.stats__counters__item:first-child .stats__counters__item__label{color:#6ac4ff}.stats__counters__item:first-child .stats__counters__item__bar{background-color:#6ac4ff}.stats__counters__item:nth-child(2) .stats__counters__item__count,.stats__counters__item:nth-child(2) .stats__counters__item__label{color:#ff90c6}.stats__counters__item:nth-child(2) .stats__counters__item__bar{background-color:#ff90c6}.stats__counters__item:nth-child(3) .stats__counters__item__count,.stats__counters__item:nth-child(3) .stats__counters__item__label{color:#41c351}.stats__counters__item:nth-child(3) .stats__counters__item__bar{background-color:#41c351}.stats__counters__item__count,.stats__counters__item__label{text-align:right}.stats__counters__item__bar{width:100%;height:.5rem;border-radius:99px;margin:1rem 0}.stats__counters__item__count{font-size:3rem;font-weight:700}.checkbox{display:flex;flex-direction:row;cursor:pointer;align-items:center}.checkbox__content{display:block}.checkbox__content input{display:none;opacity:0;width:0;height:0;position:relative;z-index:-9999}.checkbox__content input:checked+span svg{opacity:1}.checkbox__content span{width:20px;height:20px;display:block;border-radius:5px 5px 5px 5px;border:2px solid #416dc3}.checkbox__content span svg{opacity:0;transition:80ms}.checkbox__label{margin-left:.5rem}.checkbox label.checkbox__content{cursor:pointer}.claimed-task-card{margin-bottom:1rem;overflow:hidden;border-radius:10px 10px 10px 10px;box-shadow:0 2px 10px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.05);background-color:#d3d3d3}.claimed-task-card>*{color:#696969}.claimed-task-card__content{padding:1rem}.claimed-task-card__content__header{display:flex;flex-direction:row}.claimed-task-card__content__header__type{flex:1 1}.claimed-task-card__content__header__location{opacity:.5;font-weight:700}.claimed-task-card__content__header__verified{position:relative;cursor:pointer}.claimed-task-card__content__header__verified svg{max-width:1rem;max-height:1rem;margin-right:1rem}.claimed-task-card__content__header__verified__tooltip{visibility:hidden;background-color:#000;color:#fff;text-align:center;padding:5px;border-radius:6px;font-size:11px;position:absolute;z-index:1;top:-5px;left:105%}.claimed-task-card__content__header__verified:hover .claimed-task-card__content__header__verified__tooltip{visibility:visible}.claimed-task-card__content p{margin:1rem 0;white-space:pre-wrap}.claimed-task-card__content__footer{margin-top:.5rem;display:flex;flex-direction:row;justify-content:space-between}.claimed-task-card__content__footer svg{margin-right:1rem}.header{background-color:#6ac4ff;padding-top:3rem;padding-bottom:1rem}@media screen and (max-width:50em){.header{padding-top:2rem}}@media screen and (max-width:40em){.header{padding-top:1rem}}.header h1{color:#fff;margin:0}.loader,.loader:after{border-radius:50%;width:2rem;height:2rem}.loader{font-size:10px;position:relative;text-indent:-9999em;border:.4rem solid hsla(0,0%,100%,.2);border-left-color:#fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.task-card{margin-bottom:1rem;overflow:hidden;border-radius:10px 10px 10px 10px;box-shadow:0 2px 10px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.05);background-color:#fff}.task-card>*{color:#000}.task-card__content{padding:1rem}.task-card__content__header{display:flex;flex-direction:row}.task-card__content__header__type{flex:1 1}.task-card__content__header__location{color:rgba(0,0,0,.5);font-weight:700;position:relative}.task-card__content__header__location:hover .task-card__content__header__location__tooltip{visibility:visible}.task-card__content__header__verified{padding-left:8px;margin-right:-4px;position:relative;cursor:pointer}.task-card__content__header__verified svg{max-width:1rem;max-height:1rem}.task-card__content__header__verified:hover .task-card__content__header__verified__tooltip{visibility:visible}.task-card__content__header__location__tooltip,.task-card__content__header__verified__tooltip{visibility:hidden;background-color:#000;color:#fff;text-align:center;padding:5px;border-radius:6px;font-size:11px;position:absolute;z-index:1;top:-5px;right:105%}.task-card__content p{margin:1rem 0;white-space:pre-wrap}.task-card__content__footer{display:flex;flex-direction:row}.task-card__content__footer--urgency{display:flex;flex-direction:row;justify-content:space-between;width:100%}.task-card__content__footer svg{margin-right:1rem}.task-card__cta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 1rem;background-color:#f2f2f2}.task-card__cta>div{padding:1rem 0;height:auto;display:flex;align-items:center}@media screen and (max-width:60em){.task-card__cta--contact{flex-direction:column}}.task-card__cta__button-container{display:flex;flex-direction:row;justify-content:flex-end;transition:80ms}.task-card__cta__button-container>:first-child{margin-right:1rem}.task-card__cta__button-container--button{background-color:#559dcc;min-width:10%}.task-card__cta a{color:#000}.task-card__cta__share{display:flex;flex-direction:row;align-items:center}.task-card__cta__share--inner{margin-left:1rem}.task-card__cta__share--inner svg{max-width:1.5rem;max-height:1.5rem}@media screen and (max-width:60em){.task-card__cta__share{margin-left:0;margin-top:.5rem}}.task-card__cta__share svg{max-width:1.5rem;max-height:1.5rem}.task-card__cta__whatsapp{margin-left:10px;display:flex;flex-direction:row;align-items:center}@media screen and (max-width:60em){.task-card__cta__whatsapp{margin-left:0;margin-top:.5rem}}.task-card__cta__whatsapp svg{max-width:1.5rem;max-height:1.5rem}.task-card__cta__whatsapp span{margin-left:.25rem;font-weight:700;color:#25d366}@media screen and (min-width:60em){.task-card__cta__mobile{display:none}}.task-card__cta__desktop{display:inline-flex}@media screen and (max-width:60em){.task-card__cta__desktop{display:none}}.task-card__cta__desktop:hover{cursor:pointer}.task-card__cta__desktop:hover .task-card__cta__desktop--tooltip{opacity:1;transition:opacity .16s}.task-card__cta__desktop--tooltip{background-color:#fff;opacity:0;transition:opacity .16s;display:inline-flex;text-align:center;padding:10px 10px 10px 0;border-radius:11px;left:1rem;position:relative}.task-card__cta__login{text-align:right;line-height:1.5rem;max-width:16rem;opacity:.5}.task-card__cta__button{cursor:pointer;border-radius:10px 10px 10px 10px;height:50px;padding:0 1rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;transition:80ms}.task-card__cta__button:hover{-webkit-transform:scale(1.05) translateY(-.5px);transform:scale(1.05) translateY(-.5px);box-shadow:0 2px 5px 0 rgba(0,0,0,.08),0 5px 10px 0 rgba(0,0,0,.03)}.task-card__cta__button--blue{background-color:#559dcc}.task-card__cta__button--red{background-color:#bd714f}.task-card__cta__button--green{background-color:#5abd4f}.task-card__cta__button--unavailable{opacity:.5;cursor:default}.task-card__cta__button--unavailable:hover{-webkit-transform:none;transform:none}.nav{padding-top:2.5rem}@media screen and (max-width:60em){.nav{padding-top:1.75rem}}@media screen and (max-width:50em){.nav{padding-top:1rem}}.nav:not(.nav--transparent){background-color:#6ac4ff}.nav--transparent{position:absolute;top:0;left:0;width:100%;z-index:10}.nav--banner{margin-top:2.5rem}.nav__content{display:flex;flex-direction:row;justify-content:space-between}@media screen and (min-width:50em){.nav__content{align-items:center}}.nav__content__logo svg{max-height:6rem}@media screen and (min-width:50em){.nav__content__actions{display:flex;flex-direction:row}.nav__content__actions a,.nav__content__actions span{cursor:pointer;margin-left:1rem;color:#fff}}@media screen and (max-width:50em){.nav__content__actions{z-index:99}}@media screen and (max-width:50em){.nav__content__actions:not(.nav__content__actions--active){display:none}}@media screen and (max-width:50em){.nav__content__actions{position:absolute;top:.5rem;right:.5rem;box-sizing:border-box;background-color:#416dc3;display:flex;flex-direction:column;padding-right:calc(32px + 1rem);border-radius:5px 5px 5px 5px;box-shadow:0 2px 5px 0 rgba(0,0,0,.08),0 5px 10px 0 rgba(0,0,0,.03)}.nav__content__actions a,.nav__content__actions span{color:#fff;text-align:center;padding:1rem 3rem}}.nav__content__hamburger{position:relative;width:32px;height:32px;z-index:99}@media screen and (min-width:50em){.nav__content__hamburger{display:none}}.nav__content__hamburger div{position:absolute;height:3px;background-color:#fff;border-radius:99px;top:50%;right:0;transition-duration:80ms}.nav__content__hamburger div:first-child{width:32px;-webkit-transform:translateY(-14.5px) rotate(0);transform:translateY(-14.5px) rotate(0)}.nav__content__hamburger div:nth-child(2){width:32px;-webkit-transform:translate(.5rem) rotate(0);transform:translate(.5rem) rotate(0)}.nav__content__hamburger div:nth-child(3){width:32px;-webkit-transform:translateY(14.5px) rotate(0);transform:translateY(14.5px) rotate(0)}.nav__content__hamburger--active div:first-child{width:32px;-webkit-transform:translate(0) rotate(-45deg);transform:translate(0) rotate(-45deg)}.nav__content__hamburger--active div:nth-child(2){width:32px;-webkit-transform:translate(0) rotate(0);transform:translate(0) rotate(0);opacity:0}.nav__content__hamburger--active div:nth-child(3){width:32px;-webkit-transform:translate(0) rotate(45deg);transform:translate(0) rotate(45deg)}.dashboard{padding-top:6rem;display:flex;justify-content:center}@media screen and (max-width:60em){.dashboard{padding-top:6rem}}@media screen and (max-width:50em){.dashboard{padding-top:6rem}}.dashboard__container{position:relative;background:linear-gradient(-40deg,rgba(106,196,255,.9) 40%,#6ac4ff 200%),url(/static/media/familie_thuis.9f77b904.jpg);background-size:cover;background-position:50%}.dashboard__container__wave{position:absolute;bottom:-1px;left:-1px;right:-1px}.dashboard__container__wave svg{display:block}.dashboard__cta-container{display:flex;flex-direction:column;height:60vh;max-height:1180px;min-height:600px;width:45rem;justify-content:center;color:#fff;font-size:medium;font-weight:500}.dashboard__cta-container__inner{display:flex;justify-content:center;flex-direction:row;transition:80ms}.dashboard__cta-container__inner .button{white-space:nowrap;flex:1 1 12.5rem}.dashboard__cta-container__inner .button:first-child{margin-right:1rem}.dashboard__introduction{color:#fff;max-width:20rem;margin-bottom:4rem}.dashboard__introduction,.dashboard__task-list{margin-top:5rem}@media screen and (max-width:60em){.dashboard__illustration svg{display:block;width:75%;margin:1rem auto 0}}@media screen and (min-width:60em){.dashboard__illustration{position:relative;width:100%;margin-left:2.5rem}.dashboard__illustration svg{width:calc(100% + 50px)}}.modal{display:flex;flex:1 1;flex-direction:column;position:fixed;justify-content:center;align-items:center;background:rgba(0,0,0,.7) url(/static/media/preloader.5bc07bb6.svg) no-repeat 50% 44%;width:100%;height:100%;top:0;left:0}.modal iframe{width:90vw;height:50.625vw}@media (min-width:800px){.modal iframe{width:80vw;height:45vw}}.modal--close{margin-top:1rem;padding:.5rem 1rem;font-size:1rem;border:2px solid #fff;box-sizing:border-box;background-color:transparent;border-radius:10px 10px 10px 10px;transition:80ms}.modal--close:hover{cursor:pointer}.edit-task__button-container{display:flex;flex-direction:row;justify-content:flex;transition:80ms}.edit-task__button{cursor:pointer;border-radius:10px 10px 10px 10px;height:50px;padding:0 1rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;transition:80ms;border:1px solid #fff}.edit-task__button:hover{-webkit-transform:scale(1.05) translateY(-.5px);transform:scale(1.05) translateY(-.5px);box-shadow:0 2px 5px 0 rgba(0,0,0,.08),0 5px 10px 0 rgba(0,0,0,.03)}.edit-task__button--red{background-color:#bd714f}.edit-task__button--green{background-color:#5abd4f}.edit-task__button--unavailable{opacity:.5;cursor:default}.edit-task__button--unavailable:hover{-webkit-transform:none;transform:none}@media screen and (min-width:60em){.post-task{display:flex;flex-direction:row}}.post-task-button{width:auto;padding:1rem 2rem}.post-task-button+h3{margin-top:3rem}.post-task__guidance{flex:1 1;display:flex;justify-content:flex-end}.post-task__guidance__content{margin:4rem 0 2rem 6rem}.post-task__guidance__content li{margin-bottom:1rem}@media screen and (max-width:60em){.post-task__guidance__content{width:100%;margin:2rem}}.profile__feed__segment{margin-top:2.5rem}.profile__settings--container{margin-top:8rem}.profile__button,.profile__button__delete,.profile__button__edit{width:50%;cursor:pointer;border-radius:10px 10px 10px 10px;height:20px;padding:.75rem;align-items:center;justify-content:center;color:#fff;transition:80ms;font-size:small;font-weight:500}.profile__button__delete{background-color:#ffc200}.profile__button__edit{background-color:#5abd4f;margin:0 1.5rem 0 0}.profile__button:hover,.profile__button__delete:hover,.profile__button__edit:hover{-webkit-transform:scale(1.05) translateY(-.5px);transform:scale(1.05) translateY(-.5px);box-shadow:0 2px 5px 0 rgba(0,0,0,.08),0 5px 10px 0 rgba(0,0,0,.03)}.profile__button--container{margin-top:2rem}.profile__checkbox--container{margin-top:3rem}@media screen and (min-width:60em){.task-overview{display:flex;flex-direction:row}}.task-overview__spacer{background-color:#6ac4ff;height:125px;width:100%}.task-overview .container{margin-top:-66px}.task-overview__button{padding:1rem}.task-overview__actions__header{margin-bottom:1rem;text-align:right}.task-overview__actions__header a{color:#fff}.task-overview__actions__filter{display:flex}@media screen and (min-width:50em){.task-overview__actions__filter{flex-direction:row}.task-overview__actions__filter>:not(:last-child){margin-right:1rem}}@media screen and (max-width:50em){.task-overview__actions__filter{flex-direction:column}.task-overview__actions__filter>:not(:last-child){margin-bottom:1rem}}.task-overview__actions__filter__postal-code{position:relative}.task-overview__actions__filter__postal-code input{width:100%}@media screen and (min-width:50em){.task-overview__actions__filter__postal-code{flex-basis:125px}}@media screen and (min-width:50em){.task-overview__actions__filter__type{flex:1 1}}@media screen and (min-width:50em){.task-overview__actions__filter__when{flex-basis:200px}}.task-overview__task-list{margin-top:1rem}.task-overview__illustration{flex:1 1;display:flex;justify-content:flex-end;margin-top:2rem;z-index:-1}.task-overview__illustration__content h1{text-align:left;margin:0 0 2rem 4rem}.task-overview__illustration__content svg{display:block;margin:0 auto}@media screen and (min-width:50em){.task-overview__illustration__content svg{width:calc(100% + 100px);margin-left:-100px}}.task-overview__illustration__content ol{margin:3rem}.task-overview__illustration__content li{counter-increment:item;list-style:none;position:relative;margin:2rem 0}.task-overview__illustration__content li:before{position:absolute;top:0;left:-3rem;content:counter(item);border-radius:50%;width:2rem;height:2rem;line-height:2rem;color:#416dc3;border:2px solid #416dc3;text-align:center}@media screen and (max-width:60em){.task-overview__illustration__content{width:100%;margin:2rem}}.terms a{color:#fff}.terms ol{counter-reset:item;margin:10px 0 40px}.terms li{display:block;margin:20px 0}.terms li:before{content:counters(item,".") " ";counter-increment:item}.terms .article-title{font-weight:600;font-size:large}.confirmclaim.container{margin:5rem}.confirmclaim h2{margin-bottom:4rem}.confirmclaim__button__login{width:50%;cursor:pointer;border-radius:10px 10px 10px 10px;height:20px;border-radius:2rem;padding:1.5rem 4rem;align-items:center;justify-content:center;color:#fff;transition:80ms;font-size:x-large;font-weight:500;background-color:#5abd4f}.confirmclaim__button__login:hover{-webkit-transform:scale(1.05) translateY(-.5px);transform:scale(1.05) translateY(-.5px);box-shadow:0 2px 5px 0 rgba(0,0,0,.08),0 5px 10px 0 rgba(0,0,0,.03)}.faq__entry{margin-bottom:6rem}.faq__entry--question{margin-bottom:.5rem}.faq__entry--answer{margin-top:.5rem}.aboutus__container--section1{margin-bottom:5rem}.aboutus__container--img{max-width:50%;height:auto}.aboutus__container--section2{margin-top:2.5rem}.gedoneerd__inline-icons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.gedoneerd__inline-icons--icon{cursor:pointer}.gedoneerd__inline-icons--icon:not(:first-child){margin-left:1rem}.gedoneerd__inline-icons--icon svg{max-width:1.75rem;max-height:1.75rem}.twitter-share-button{margin-left:1rem}@font-face{font-family:"Kohinoor Bangla";src:url(/static/media/KohinoorBangla-Light.1b20bcf1.eot);src:url(/static/media/KohinoorBangla-Light.1b20bcf1.eot) format("embedded-opentype"),url(/static/media/KohinoorBangla-Light.88cf878c.woff2) format("woff2"),url(/static/media/KohinoorBangla-Light.161f7246.woff) format("woff"),url(/static/media/KohinoorBangla-Light.b30af4e3.ttf) format("truetype"),url(/static/media/KohinoorBangla-Light.33c66c87.svg) format("svg");font-weight:300;font-style:normal}@font-face{font-family:"Kohinoor Bangla";src:url(/static/media/KohinoorBangla-Semibold.bbef5567.eot);src:url(/static/media/KohinoorBangla-Semibold.bbef5567.eot) format("embedded-opentype"),url(/static/media/KohinoorBangla-Semibold.bcaf85a4.woff2) format("woff2"),url(/static/media/KohinoorBangla-Semibold.a7bb8987.woff) format("woff"),url(/static/media/KohinoorBangla-Semibold.bfbe30e6.ttf) format("truetype"),url(/static/media/KohinoorBangla-Semibold.931e90ae.svg) format("svg");font-weight:600;font-style:normal}@font-face{font-family:"Kohinoor Bangla";src:url(/static/media/KohinoorBangla-Medium.f74563ea.eot);src:url(/static/media/KohinoorBangla-Medium.f74563ea.eot) format("embedded-opentype"),url(/static/media/KohinoorBangla-Medium.cf44b922.woff2) format("woff2"),url(/static/media/KohinoorBangla-Medium.bfa83d56.woff) format("woff"),url(/static/media/KohinoorBangla-Medium.95ff63dc.ttf) format("truetype"),url(/static/media/KohinoorBangla-Medium.d7a44631.svg) format("svg");font-weight:500;font-style:normal}@font-face{font-family:"Kohinoor Bangla";src:url(/static/media/KohinoorBangla-Bold.11927144.eot);src:url(/static/media/KohinoorBangla-Bold.11927144.eot) format("embedded-opentype"),url(/static/media/KohinoorBangla-Bold.0cccfb9e.woff2) format("woff2"),url(/static/media/KohinoorBangla-Bold.99df0f7e.woff) format("woff"),url(/static/media/KohinoorBangla-Bold.690011e1.ttf) format("truetype"),url(/static/media/KohinoorBangla-Bold.43756209.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:"Kohinoor Bangla";src:url(/static/media/KohinoorBangla-Regular.88dc963a.eot);src:url(/static/media/KohinoorBangla-Regular.88dc963a.eot) format("embedded-opentype"),url(/static/media/KohinoorBangla-Regular.eb061c9b.woff2) format("woff2"),url(/static/media/KohinoorBangla-Regular.59afc99f.woff) format("woff"),url(/static/media/KohinoorBangla-Regular.50849573.ttf) format("truetype"),url(/static/media/KohinoorBangla-Regular.65725555.svg) format("svg");font-weight:400;font-style:normal}html,input{color:#416dc3}*{font-family:"Kohinoor Bangla",sans-serif}input[type=password],input[type=text]{color:#000}body{background-color:#fff}p{line-height:1.5rem}a{text-decoration:none;font-weight:700;color:#416dc3}h1{font-size:3rem}@media screen and (max-width:50em){h1{font-size:2.5rem}}@media screen and (max-width:40em){h1{font-size:2rem}}.layout{width:100%;width:calc(100% - 2rem);max-width:65rem;margin:0 auto}.layout--top{padding-top:3rem}.layout--bottom{padding-bottom:5rem}.container{max-width:500px;flex:1 0 500px}.form-segment{margin-bottom:1.5rem;position:relative;display:flex;flex-direction:column}.form-segment--text{display:flex}.form-segment--text label{margin-bottom:.75rem}.form-segment--text__icon{pointer-events:none;position:absolute;right:0;bottom:0;height:60px;width:60px;display:flex;align-items:center;justify-content:center}.form-segment--text__icon--positive{color:#5abd4f}.form-segment--text__icon--positive svg{width:1.5rem}.form-segment--text__icon--warning{color:#ffc200}.form-segment--text__icon--warning svg{width:1.25rem}input[type=password],input[type=text]{height:60px;background-color:#fff;outline:none;border:none;box-sizing:border-box;padding:0 1rem;border-radius:10px 10px 10px 10px;box-shadow:0 2px 10px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.05)}input.extra-spacing{letter-spacing:.15rem}.button,input[type=submit]{cursor:pointer;width:100%;height:60px;background-color:#416dc3;border-radius:10px 10px 10px 10px;transition:80ms;color:#fff;text-align:center;line-height:60px;border:none}.button:not(.button--unavailable):hover,input[type=submit]:not(.button--unavailable):hover{background-color:#34579c}textarea{height:325px;width:100%;resize:none;outline:none;border:none;box-sizing:border-box;padding:1.5rem 1rem;line-height:1.4rem;border-radius:10px 10px 10px 10px}.select__control,textarea{background-color:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.05)}.select__control{display:flex;flex-direction:row;border-radius:10px 10px 10px 10px}.select__value-container{padding:0 .5rem!important;height:60px}.select__menu{overflow:hidden;position:absolute;top:calc(60px + .25rem);z-index:10;background-color:#fff;min-width:100%;box-shadow:0 2px 10px 0 rgba(0,0,0,.15),0 10px 20px 0 rgba(0,0,0,.05);border-radius:10px 10px 10px 10px}.select__option{cursor:pointer;color:#000;padding:.5rem 1rem;transition:80ms;white-space:nowrap}.select__option:hover{background-color:rgba(106,196,255,.25)}
/*# sourceMappingURL=main.25b30c78.chunk.css.map */