.button.Primary{background-color:#139d8f;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:4px;height:100%;border-radius:100px;border:none}.button.Primary:hover{transform:scale(.9);transition:transform .3s ease-in-out}.button.Primary>div{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:100px;color:#fff}.button.Primary>p{font-family:var(--urbanist);font-weight:400;font-size:18px;padding-left:14px;color:#fff}.button.Primary svg{width:14px;height:14px;stroke-width:4}.button.Secondary{background-color:#c3f8f2;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;height:100%;padding:10px 24px;border-radius:100px;border:none}.button.Secondary svg{width:16px;height:16px;color:#535353!important;stroke-width:4}.button.Secondary>p{font-family:var(--urbanist);font-weight:400;font-size:18px;color:#535353}.button.Secondary>div{display:flex;align-items:center;justify-content:center}.button.Tertiary{background-color:#c3f8f2;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;height:100%;padding:8px 12px;border-radius:100px;border:none}button.Tertiary svg{width:20px;height:20px;stroke-width:4}.button.Tertiary>p{font-weight:400;font-size:18px;text-wrap:nowrap}.button.Tertiary>div{display:flex;align-items:center;justify-content:center}:root{--primarycolor:#139d8f}.pillstyle{width:100%;flex-direction:row;gap:10px;border-radius:9999px;position:relative}.pillstyle,.pillstyle .pillbackgroundcolor{display:flex;align-items:center;padding:10px}.pillstyle .pillbackgroundcolor{width:2rem;height:2rem;border-radius:999px;justify-content:center}.afterIcon,.pillbackgroundcolor svg{width:16px;height:16px}.pillstyle.pillstylebefore{padding-right:14px;color:#000}.pillstyle.pillstyleafter{justify-content:center;color:#000}.tooltip{position:absolute;top:.7rem;left:3rem;font-size:clamp(.2rem,5vw,.8rem);color:#000;background-color:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:5px;display:none}.pillstyle:hover .tooltip{display:flex;padding-left:.3rem}:root{--secondarycolor:#c3f8f2;--radius:20}.CardsWithImage{transform:scale(1)}.CardsWithImage,.CardsWithImage img{border-radius:calc(var(--radius) * 1px);width:100%;height:100%}.CardsWithImage img{-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-in-out}.CardsWithImage img:hover{transform:scale(.95);transition:transform .4s ease-in-out;width:100%;height:100%}.CardsWithIcon{width:100%;height:auto;padding:50px;background-color:var(--secondarycolor);display:flex;flex-flow:column;justify-content:center;align-items:center;text-align:center;font-size:14px;border-radius:20px;gap:20px;color:#000}.CardsWithIcon div h4{font-size:20px;font-weight:600}.CardsWithIcon svg{width:30px;height:30px}.CardsWithTitle{background-color:var(--secondarycolor);padding:30px;border-radius:calc(var(--radius) * 1px);color:#000}.CardsWithTitle:hover{transform:scale(1.09);transform-origin:50px 0;transition:transform 1s ease-out}.CardsWithTitle h2{font-size:20px;font-weight:600}.CardsWithTitle p{font-size:13px;text-wrap:balance}.CardsWithImageAndContent{background-color:var(--secondarycolor);padding:30px;border-radius:calc(var(--radius) * 1px);display:flex;flex-direction:column;gap:6px}.CardsWithImageAndContent>img{border-radius:calc(var(--radius) * 1px);width:100%;height:auto}.CardsWithImageAndContent h2{font-size:16px;font-weight:600;padding-top:12px;color:#535353}.CardsWithImageAndContent p{color:#000}@keyframes shake{to{transform:rotate(20deg);transition:transform 1s ease-out}}details.accordian{background-color:#fff;width:100%;padding:40px;border-radius:20px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:800px){details.accordian{padding:15px}details.accordian p,details.accordian summary{color:#7b7b7b}}details.accordian p{color:#7b7b7b}details.accordian summary{list-style:none;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:1rem 0;color:#535353}details.accordian summary:before{content:"+";right:0;top:0;position:absolute;background-color:#c3f8f2;width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;border-radius:100%;font-size:clamp(16px,5vw,24px);color:#7b7b7b}details[open].accordian summary:before{content:"ｘ";right:0;position:absolute;font-size:clamp(16px,5vw,24px);color:#7b7b7b}.inputwrapper{display:flex;flex-flow:column nowrap;position:relative;width:100%}.inputwrapper input{padding:12px 14px;border-radius:16px!important;width:100%}.inputwrapper label{position:absolute;top:.8rem;left:.8rem;color:#7b7b7b}.inputwrapper input:focus{border:none;outline:none}.inputwrapper input:focus+label{top:-1.4rem;transition:top .3s ease-out;font-size:14px}.inputwrapper input:not(:focus)+label{color:#7b7b7b}input:not(:-moz-placeholder-shown)+label{top:-1.4rem;font-size:14px}.inputwrapper,input:focus,input:not(:placeholder-shown)+label{top:-1.4rem;font-size:14px}.error-message{color:red;font-size:14px}