*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;font-family:Encode Sans,sans-serif}:root{--Azul-Feels-100: #f8fbfc;--Azul-Feels-200: #d9e7ed;--Azul-Feels-300: #b7d1dc;--Azul-Feels-400: #95bccb;--Azul-Feels-500: #71a5ba;--Azul-Feels-600: #5d8da0;--Azul-Feels-700: #528fa8;--Azul-Feels-800: #417286;--Azul-Feels-900: #305564;--Azul-Feels-925: #203841;--Azul-Feels-950: #142329;--Cinza-Feels-50: #f7f7f7;--Cinza-Feels-100: #f1f3f3;--Cinza-Feels-200: #e1e4e5;--Cinza-Feels-300: #c6cbcd;--Cinza-Feels-400: #abb2b5;--Cinza-Feels-500: #90999d;--Cinza-Feels-600: #707b80;--Amarelo-Feels-50: #fefce8;--Amarelo-Feels-100: #fef9c2;--Amarelo-Feels-200: #fff085;--Amarelo-Feels-300: #ffdf20;--Amarelo-Feels-400: #fdc700;--Amarelo-Feels-500: #f0b100;--Amarelo-Feels-600: #d08700;--Amarelo-Feels-700: #a65f00;--Amarelo-Feels-800: #894b00;--Amarelo-Feels-900: #733e0a;--Amarelo-Feels-950: #432004;--Feels-dark: #161c2d}body{width:100vw;height:100vh;background-color:#fff;overflow-x:hidden}header{display:flex;justify-content:center;position:fixed;width:100vw;height:99px;background-color:var(--Amarelo-Feels-50) 68;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:99}.headerContainer{display:flex;justify-content:space-between;align-items:center;width:1312px}.buttonHeader{width:195px;height:51px;border:1px solid var(--Amarelo-Feels-950);border-radius:25.5px;background-color:transparent;font-size:18px;font-weight:600;cursor:pointer;transition:.5s}.buttonHeader:hover{opacity:.8}.buttonHeader a{text-decoration:none;color:var(--Amarelo-Feels-950)}@media screen and (max-width: 1285px){.headerContainer{width:1147px}}@media screen and (max-width: 1080px){header{height:96px}.headerContainer{padding:32px 16px;width:530px}}@media screen and (max-width: 900px){.buttonHeader{display:none}}@media screen and (max-width: 435px){.headerContainer{width:329px}}.faq{margin-top:32px;display:flex;flex-flow:column;align-items:center;justify-content:center;gap:64px;padding:64px 0;width:100vw;height:793px}.faqTextContainer{display:flex;flex-flow:column;align-items:center;justify-content:center;gap:16px;width:789px;height:108px}.faqTitle{font-size:40px;font-weight:500;line-height:150%;color:var(--Amarelo-Feels-950)}.faqParagraph{text-align:center;font-size:18px;font-weight:500;line-height:180%;letter-spacing:-.3px;color:var(--Amarelo-Feels-950)}.faqAccordionContainer{display:flex;flex-flow:column;justify-content:center;gap:16px;width:800px;height:482px}.faqAccordionItem{display:flex;flex-flow:column;justify-content:center;gap:24px;padding:18px 20px;width:800px;height:63px;border:1px solid #d9e7ed;border-radius:12px;transition:height .15s;background-color:#fff}.faqAccordionItem[data-state=open]{height:166px}.faqAccordionTrigger{text-align:left;font-size:19px;font-weight:500;line-height:27px;letter-spacing:-.36px;color:var(--Amarelo-Feels-950);background-color:transparent;background-image:url(/accordionMinusIcon.svg);background-repeat:no-repeat;background-position-x:746px;background-position-y:center;border:none;cursor:pointer}.faqAccordionTrigger[data-state=closed]{background-image:url(/accordionPlusIcon.svg)}.faqAccordionContent{font-size:16px;font-weight:400;line-height:180%;letter-spacing:-.2px;color:var(--Amarelo-Feels-950)}@media screen and (max-width: 1080px){.faq{margin-top:128px;padding:0;height:811px}.faqTextContainer{width:530px;height:128px}.faqTitle{font-size:32px}.faqParagraph{letter-spacing:-.1px}.faqAccordionContainer{width:530px;height:619px}.faqAccordionItem{gap:16px;width:530px;height:90px}.faqAccordionItem[data-state=open]{height:195px}.faqAccordionTrigger{background-position-x:475px;padding:0 30px 0 0}.faqAccordionContent{letter-spacing:-.3px}}@media screen and (max-width: 435px){.faq{height:930px}.faqTextContainer{width:329px;height:160px}.faqAccordionContainer{width:329px;height:706px}.faqAccordionItem{width:329px;height:90px}.faqAccordionItem[data-state=open]{height:282px}.faqAccordionTrigger{background-position-x:275px}}.footerComponent{border:1px solid var(--Azul-Feels-200);background-color:#fff}.navigationContainer{display:flex;justify-content:center;align-items:flex-start;gap:765px;padding:80px 0;margin-top:32px;width:100vw;height:335px}.navigationContent{display:flex;justify-content:center;gap:16px;width:430px;height:175px}.navigationLinks{display:flex;flex-flow:column;justify-content:start;gap:20px;width:207px;height:139px}.navigationLinks:nth-of-type(2){height:100%}.navigationLinksTitle{font-size:18px;font-weight:500;color:var(--Amarelo-Feels-950);cursor:pointer}.navigationLinksContent{display:flex;flex-flow:column;gap:16px}.navigationLinksContent a{font-size:16px;font-weight:500;color:var(--Amarelo-Feels-950)}.footerContainer{display:flex;align-items:center;justify-content:center;gap:900px;padding:32px 60px;width:100vw;height:88px;border-top:1px solid #dedede}.footerText{font-size:16px;font-weight:500;color:var(--Amarelo-Feels-950)}.footerLinks{display:flex;justify-content:space-between;width:120px}.footerLinks a{height:24px;cursor:pointer;transition:.5s}.footerLinks a:hover{opacity:.8}@media screen and (max-width: 1285px){.navigationContainer{gap:557px}.footerContainer{gap:695px}}@media screen and (max-width: 1080px){.footerComponent{margin-top:128px;display:flex;flex-flow:column;justify-content:center;align-items:center;width:100vw;height:619px}.navigationContainer{justify-content:center;align-items:center;flex-flow:column;padding:32px 0;gap:128px;width:679px;height:399px;border-top:1px solid #dedede}.navigationContent{display:flex;align-items:center;justify-content:center;width:647px}.navigationLinks{display:flex;flex-flow:column;gap:24px;width:117px;height:139px}.navigationLinksContent a{width:159px;letter-spacing:-.2px;text-decoration:none}.footerContainer{flex-flow:column-reverse;gap:64px;height:192px;border-top:none}.footerText{text-align:center}}@media screen and (max-width: 435px){.footerComponent{height:591px}.navigationContainer,.navigationContent{width:329px}.navigationLinks{width:140px}}.homePage{background-color:var(--Amarelo-Feels-50)}.aboutFeatures{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:64px;padding:128px 0;margin-top:32px;width:100vw;height:1270px}.aboutFeaturesTextContainer{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:32px;width:789px;height:200px}.aboutFeaturesTitle{font-size:40px;font-weight:500;line-height:150%;letter-spacing:-.38px;color:var(--Amarelo-Feels-950)}.aboutFeaturesSubtitle{height:108px;text-align:center;font-size:20px;font-weight:500;line-height:180%;letter-spacing:-.25px;color:var(--Azul-Feels-925)}.aboutFeaturesCardsContainer{display:flex;justify-content:center;align-items:center;gap:8px;width:1312px;height:750px}.aboutFeaturesCardsWrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:780px;height:100%}.aboutFeaturesCardsWrapperCard{display:flex;align-items:start;flex-flow:column;padding:40px 24px;width:100%;height:371px;background-color:var(--Cinza-Feels-50);border-radius:24px;background-image:url(/shortCellphoneMockup.svg);background-repeat:no-repeat;background-position-x:451px;background-position-y:bottom}.aboutFeaturesCardsWrapperCard:nth-of-type(2),.aboutFeaturesCardsWrapperCard:nth-of-type(3){width:386px;height:371px;background-image:none}.aboutFeaturesCardTitle{margin-top:24px;font-size:32px;font-weight:500;line-height:150%;letter-spacing:-.38px;color:var(--Amarelo-Feels-950)}.aboutFeaturesCardText{margin-top:8px;width:381px;font-size:18px;font-weight:400;line-height:180%;color:var(--Azul-Feels-925)}.aboutFeaturesCardsWrapperCard:nth-child(2) .aboutFeaturesCardText,.aboutFeaturesCardsWrapperCard:nth-child(3) .aboutFeaturesCardText{width:338px}.aboutFeaturesCardUnique{padding:40px 24px;width:524px;height:100%;background-color:var(--Cinza-Feels-50);border-radius:24px;background-image:url(/bigCellphoneMockup.svg);background-repeat:no-repeat;background-position-x:center;background-position-y:bottom}.aboutFeaturesCardUnique .aboutFeaturesCardText{width:476px}@media screen and (max-width: 1285px){.aboutFeatures{height:1559px}.aboutFeaturesCardsContainer{flex-flow:column;width:1186px;height:1039px}.aboutFeaturesCardsWrapper{align-items:flex-start;flex-wrap:nowrap;flex-flow:column;width:1058px}.aboutFeaturesCardsWrapperCard{padding:40px 34px;width:1058px;height:280px;background-image:url(/shortCellphoneMockupMacBook.svg);background-position-x:667px}.aboutFeaturesCardsWrapperCard:nth-of-type(2),.aboutFeaturesCardsWrapperCard:nth-of-type(3){width:526px;height:371px}.aboutFeaturesCardText{width:496px}.aboutFeaturesCardsWrapperCard:nth-child(2) .aboutFeaturesCardText,.aboutFeaturesCardsWrapperCard:nth-child(3) .aboutFeaturesCardText{width:478px}.aboutFeaturesCardUnique{margin-top:-758px;margin-left:540px;padding:40px 24px;height:750px;background-image:url(/bigCellphoneMockup.svg)}}@media screen and (max-width: 1080px){.aboutFeatures{padding:0;margin-top:128px;height:2600px}.aboutFeaturesTextContainer{width:530px;height:272px}.aboutFeaturesTitle{text-align:center;font-size:32px}.aboutFeaturesSubtitle{height:144px;text-align:center;font-size:20px}.aboutFeaturesCardsContainer{flex-flow:column;gap:16px;width:530px;height:2344px}.aboutFeaturesCardsWrapper{flex-flow:column;width:530px;height:auto}.aboutFeaturesCardsWrapperCard{padding:40px 24px;width:100%;height:760px;background-image:url(/shortCellphoneMockupResponsive.svg);background-position-x:center}.aboutFeaturesCardsWrapperCard:nth-of-type(2),.aboutFeaturesCardsWrapperCard:nth-of-type(3){width:100%;height:328px}.aboutFeaturesCardTitle{margin-top:32px}.aboutFeaturesCardText{margin-top:16px;width:482px;font-size:18px}.aboutFeaturesCardsWrapperCard:nth-child(2) .aboutFeaturesCardText,.aboutFeaturesCardsWrapperCard:nth-child(3) .aboutFeaturesCardText{width:482px}.aboutFeaturesCardUnique{margin-top:0;margin-left:0;padding:40px 16px;width:530px;height:800px;background-image:url(/bigCellphoneMockup.svg)}.aboutFeaturesCardUnique .aboutFeaturesCardText{width:482px}}@media screen and (max-width: 435px){.aboutFeatures{height:2960px}.aboutFeaturesTextContainer{width:329px;height:344px}.aboutFeaturesCardsContainer{width:329px;height:2552px}.aboutFeaturesCardsWrapper{width:329px}.aboutFeaturesCardsWrapperCard{height:700px;background-image:url(/shortCellphoneMockup.svg)}.aboutFeaturesCardsWrapperCard:nth-of-type(2){height:392px}.aboutFeaturesCardsWrapperCard:nth-of-type(3){height:472px}.aboutFeaturesCardText{width:281px}.aboutFeaturesCardsWrapperCard:nth-child(2) .aboutFeaturesCardText,.aboutFeaturesCardsWrapperCard:nth-child(3) .aboutFeaturesCardText{width:281px}.aboutFeaturesCardUnique{width:329px;height:880px;background-image:url(/bigCellphoneMockup.svg)}.aboutFeaturesCardUnique .aboutFeaturesCardText{width:297px}}.about{display:flex;justify-content:center;align-items:center;gap:48px;margin-top:32px;padding:128px 0;width:100vw;height:888px}.cardsContainer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:652px;height:100%}.cardText{display:flex;justify-content:space-between;align-items:start;flex-flow:column;padding:32px;width:318px;height:308px;border-radius:16px;background-color:var(--Amarelo-Feels-600)}.cardTextTitle{font-size:24px;font-weight:500;color:var(--Amarelo-Feels-950)}.cardTextParagraph{font-size:14px;font-weight:400;letter-spacing:.3px;line-height:180%;color:var(--Amarelo-Feels-950)}.cardText:nth-of-type(4){background-color:var(--Amarelo-Feels-100)}.cardImage{width:318px;height:308px;border-radius:16px;background-image:url(/aboutFeelsImageCardWoman.png)}.cardImage:nth-of-type(3){background-image:url(/aboutFeelsImageCardMan.png)}.aboutFeelsContent{display:flex;flex-flow:column;justify-content:center;gap:48px;width:612px;height:624px}.aboutFeelsTextContent{display:flex;flex-flow:column;justify-content:center;gap:32px;width:612px;height:512px}.aboutFeelsTitle{width:578px;font-size:40px;font-weight:500;line-height:150%;color:var(--Amarelo-Feels-950)}span{color:var(--Amarelo-Feels-700)}.aboutFeelsText{font-size:20px;font-weight:500;line-height:180%;letter-spacing:-.2px;color:var(--Azul-Feels-925)}.aboutFeelsButton{width:221px;height:64px;border-radius:10px;border:1px solid var(--Azul-Feels-300);background-color:#fff;color:var(--Azul-Feels-950);font-size:18px;font-weight:500;cursor:pointer;transition:.5s}.aboutFeelsButton a{display:flex;align-items:center;justify-content:center;gap:16px;text-decoration:none;color:var(--Azul-Feels-950)}.aboutFeelsButton:hover{filter:brightness(95%)}@media screen and (max-width: 1285px){.about{height:988px}.cardsContainer{gap:16px;width:652px;height:732px}.cardText{justify-content:start;gap:16px;width:318px;height:358px}.cardImage{height:358px;background-size:cover}.aboutFeelsContent{width:447px;height:732px}.aboutFeelsTextContent{width:100%;height:620px}.aboutFeelsTitle{width:100%}}@media screen and (max-width: 1080px){.about{padding:0;flex-flow:column;margin-top:128px;gap:128px;height:1812px}.cardsContainer{width:530px;height:1108px;gap:16px;order:2}.cardText{width:530px;height:222px}.cardImage{width:530px;height:308px;background-image:url(/aboutFeelsImageCardWomanResponsive.png)}.cardImage:nth-of-type(3){background-image:url(/aboutFeelsImageCardManResponsive.png);order:4}.aboutFeelsContent{align-items:center;gap:64px;width:530px;height:576px;order:1}.aboutFeelsTextContent{width:100%;height:448px}.aboutFeelsTitle{text-align:center;font-size:32px}.aboutFeelsText{text-align:center;font-size:18px}}@media screen and (max-width: 435px){.about{height:2192px}.cardsContainer{width:329px;height:1280px}.cardText{width:329px;height:308px}.cardImage{width:329px;background-image:url(/aboutFeelsImageCardWoman.png);background-size:cover}.cardImage:nth-of-type(3){background-image:url(/aboutFeelsImageCardMan.png)}.aboutFeelsContent{width:329px;height:784px}.aboutFeelsTextContent{height:656px}.aboutFeelsTitle{width:329px}}.aboutPartnership{display:flex;justify-content:center;align-items:center;gap:48px;margin-top:32px;padding:128px 0;width:100vw;height:1164px}.aboutPartnershipTextContainer{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:48px;width:652px;height:920px}.aboutPartnershipTextContent{display:flex;flex-flow:column;gap:16px;width:100%;height:268px}.aboutPartnershipTitle{font-size:48px;font-weight:500;line-height:150%;color:var(--Amarelo-Feels-950)}.aboutPartnershipParagraph{font-size:20px;font-weight:400;line-height:180%;letter-spacing:-.3px;color:var(--Azul-Feels-925)}.aboutPartnershipCardsContainer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;width:100%;height:502px}.aboutPartnershipCard{display:flex;flex-flow:column;justify-content:center;gap:16px;padding:32px 24px;width:100%;height:214px;background-color:#f8fcf9;border:1px solid #cff5fe;border-radius:12px}.aboutPartnershipCard:nth-of-type(2),.aboutPartnershipCard:nth-of-type(3){width:318px;height:272px}.aboutPartnershipCardTextContent{display:flex;flex-flow:column;justify-content:space-between;width:100%;height:102px}.aboutPartnershipCardTextContent:nth-of-type(1){height:160px}.aboutPartnershipCardTitle{font-size:24px;font-weight:500;line-height:150%;color:var(--Amarelo-Feels-950)}.aboutPartnershipCardParagraph{font-size:16px;font-weight:400;line-height:180%;letter-spacing:-.15px;color:var(--Azul-Feels-925)}.aboutPartnershipButton{display:flex;justify-content:space-between;align-items:center;padding:0 32px;background-image:url(aboutPartnershipArrow.svg);background-repeat:no-repeat;background-position-x:603px;background-position-y:center;background-color:var(--Amarelo-Feels-100);border:1px solid var(--Amarelo-Feels-300);border-radius:12px;font-size:18px;font-weight:500;width:100%;height:54px;transition:.5s;cursor:pointer}.aboutPartnershipButton a{font-weight:500;display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:var(--Amarelo-Feels-950)}@media screen and (max-width: 1285px){.aboutPartnership{height:1176px}.aboutPartnershipImage{width:447px;height:906px;border-radius:12px;object-fit:cover}}@media screen and (max-width: 1080px){.aboutPartnership{margin-top:128px;padding:0;height:1125px}.aboutPartnershipTextContainer{gap:64px;width:530px;height:100%}.aboutPartnershipTextContent{gap:32px;height:224px}.aboutPartnershipTitle{text-align:center;font-size:32px}.aboutPartnershipParagraph{text-align:center;font-size:18px}.aboutPartnershipCardsContainer{flex-flow:column;height:719px}.aboutPartnershipCard{gap:32px;height:230px}.aboutPartnershipCard:nth-of-type(2),.aboutPartnershipCard:nth-of-type(3){width:530px;height:243px}.aboutPartnershipCardTextContent{height:160px}.aboutPartnershipButton{background-position-x:481.65px;width:530px}.aboutPartnershipImage{display:none}}@media screen and (max-width: 435px){.aboutPartnership{height:1414px}.aboutPartnershipTextContainer{width:329px}.aboutPartnershipTextContent{height:368px}.aboutPartnershipCardsContainer{height:864px}.aboutPartnershipCard{height:288px}.aboutPartnershipCard:nth-of-type(2),.aboutPartnershipCard:nth-of-type(3){width:329px;height:272px}.aboutPartnershipCardTextContent{height:160px}.aboutPartnershipButton{background-position-x:280.64px;width:329px}}.aboutProfessions{display:flex;justify-content:space-between;align-items:center;flex-flow:column;margin-top:32px;padding:128px 0;width:100vw;height:1280px}.aboutProfessionsTextContainer{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:64px;width:851px;height:292px}.aboutProfessionsTextContent{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:32px;height:164px}.aboutProfessionsTitle{font-size:40px;font-weight:500;line-height:150%;letter-spacing:-.38px;color:var(--Amarelo-Feels-950)}.aboutProfessionsParagraph{width:789px;height:72px;text-align:center;font-size:20px;font-weight:500;line-height:180%;color:var(--Azul-Feels-950)}.aboutProfessionsButton{width:335px;height:64px;border-radius:10px;border:1px solid var(--Azul-Feels-300);background-color:#fff;color:var(--Azul-Feels-950);font-size:18px;font-weight:500;letter-spacing:-.4px;cursor:pointer;transition:.5s}.aboutProfessionsButton a{display:flex;align-items:center;justify-content:center;gap:16px;text-decoration:none;color:var(--Azul-Feels-950)}.aboutProfessionsButton:hover{filter:brightness(95%)}.aboutProfessionsCardsContainer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;width:1312px;height:668px}.aboutProfessionsCard{display:flex;flex-flow:column;justify-content:center;align-items:start;padding:48px 24px;width:644px;height:322px;background-color:#fff;border-radius:20px}.aboutProfessionsCardVariantYellow{background-color:var(--Amarelo-Feels-100)}.aboutProfessionsCardTitle{margin-bottom:8px;font-size:32px;font-weight:500;line-height:150%;color:var(--Amarelo-Feels-950)}.aboutProfessionsSvgIcons{margin-bottom:24px}.aboutProfessionsCardSubtitle{font-size:20px;font-weight:400;line-height:180%;color:var(--Amarelo-Feels-950)}.aboutProfessionsLink{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:500;line-height:150%;text-decoration:none;color:var(--Azul-Feels-700)}@media screen and (max-width: 1285px){.aboutProfessions{height:1366px}.aboutProfessionsCardsContainer{gap:24px;width:1147px;height:756px}.aboutProfessionsCard{padding:48px 24px;width:561px;height:358px}.aboutProfessionsCardSubtitle{width:353px}}@media screen and (max-width: 1080px){.aboutProfessions{padding:0;margin-top:128px;justify-content:center;gap:64px;height:1952px}.aboutProfessionsTextContainer{height:320px}.aboutProfessionsTextContent{width:530px;height:192px}.aboutProfessionsTitle{text-align:center;font-size:32px;letter-spacing:-.38px}.aboutProfessionsParagraph{width:530px;height:64px;font-size:18px}.aboutProfessionsCardsContainer{flex-flow:column;gap:24px;width:530px;height:1568px}.aboutProfessionsCard{gap:32px;padding:48px 24px;width:530px;height:374px}.aboutProfessionsCard:nth-of-type(3){order:4}.aboutProfessionsCardSubtitle{width:482px}}@media screen and (max-width: 435px){.aboutProfessions{height:2188px}.aboutProfessionsTextContainer{width:329px;height:400px}.aboutProfessionsTextContent{width:329px;height:272px}.aboutProfessionsParagraph{width:329px;height:96px}.aboutProfessionsCardsContainer{width:329px;height:1760px}.aboutProfessionsCard{width:329px;height:410px}.aboutProfessionsCard:nth-of-type(4){height:458px}.aboutProfessionsCardSubtitle{letter-spacing:.4px;width:281px}}.aboutTeam{display:flex;justify-content:center;align-items:center;flex-flow:column;margin-top:32px;gap:64px;padding:128px 0;width:100vw;height:1112px}.aboutTeamTextContainer{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:32px;width:789px;height:236px}.aboutTeamTitle{font-size:40px;font-weight:500;line-height:150%;letter-spacing:-.33px;color:var(--Amarelo-Feels-950)}.aboutTeamParagraph{text-align:center;font-size:20px;font-weight:400;line-height:180%;letter-spacing:-1px;color:var(--Azul-Feels-925)}.aboutTeamCarouselContainer{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:32px;width:1312px;height:556px}.aboutTeamCarouselControlButtonsContainer{display:flex;justify-content:space-between;align-items:center;width:100%;height:56px}.aboutTeamCarouselControlButton{cursor:pointer;transition:.5s}.aboutTeamCarouselControlLeft{transform:scaleX(-1)}.aboutTeamCarouselControlButton:hover{filter:grayscale(100%);opacity:40%}.aboutTeamCarouselCardsWrapper{display:flex;gap:18px;padding:1px;width:100%;height:556px;transition:transform .5s ease;overflow-x:hidden}.aboutTeamCarouselCard{position:relative;width:420px;height:468px;background-color:#fff;border-radius:18px;flex-shrink:0}.aboutTeamCarouselCard:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(180deg,#fff,#dedede);border-radius:18px;z-index:-1}.aboutTeamCardProfilePhoto{position:absolute;top:49px;left:24px;width:72px;height:72px;z-index:1;border:2px solid #ffffff;border-radius:50%;object-fit:cover}.aboutTeamBannerCard{width:420px;height:170px;border-radius:18px 18px 0 0;object-fit:cover;opacity:30%}.aboutTeamCardContent{display:flex;flex-flow:column;justify-content:space-between;padding:24px;width:420px;height:298px}.aboutTeamCardEmployeeInfoContainer{display:flex;justify-content:space-between;align-items:center;width:372px;height:52px}.aboutTeamCardEmployeeInfo{display:flex;flex-flow:column;justify-content:space-between;height:52px}.aboutTeamEmployeeName{font-size:18px;font-weight:500;line-height:130%;color:var(--Azul-Feels-950)}.aboutTeamEmployeePosition{font-size:16px;font-weight:500;line-height:130%;color:var(--Azul-Feels-800)}.aboutTeamEmployeeSocialMedia{display:flex;justify-content:end;align-items:center;gap:16px;width:124px;height:20px}.aboutTeamEmployeeBiograph{font-size:16px;font-weight:500;line-height:180%;letter-spacing:-.32px;color:var(--Azul-Feels-800)}@media screen and (max-width: 1285px){.aboutTeam{height:1112px}.aboutTeamCarouselContainer{width:1058px;height:656px}.aboutTeamCarouselCardsWrapper{height:656px;gap:25px}.aboutTeamCarouselCard{position:relative;width:329px;height:556px}.aboutTeamCardProfilePhoto{top:25px;left:24px}.aboutTeamBannerCard{width:329px;height:auto}.aboutTeamCardContent{width:329px;height:398px}.aboutTeamCardEmployeeInfoContainer{display:flex;align-items:flex-start;flex-flow:column;width:300px;height:92px}.aboutTeamEmployeeSocialMedia{justify-content:start}}@media screen and (max-width: 1080px){.aboutTeam{margin-top:128px;padding:0;height:860px}.aboutTeamTextContainer{width:530px;height:240px}.aboutTeamTitle{font-size:32px}.aboutTeamParagraph{font-size:18px}.aboutTeamCarouselContainer{width:530px;height:656px}.aboutTeamCarouselCardsWrapper{height:656px;overflow-x:scroll}.aboutTeamCarouselControlButtonsContainer{display:none}}@media screen and (max-width: 435px){.aboutTeam{height:960px}.aboutTeamTextContainer{width:329px;height:336px}.aboutTeamCarouselContainer{width:360px;height:556px}.aboutTeamCarouselCardsWrapper{width:100%;height:656px;gap:10px}.aboutTeamCarouselCard{position:relative;width:329px;height:538px;background-color:#fff;border-radius:18px;flex-shrink:0}.aboutTeamCardProfilePhoto{top:25px;left:24px}.aboutTeamBannerCard{width:329px;height:auto}.aboutTeamCardContent{width:329px;height:398px}.aboutTeamCardEmployeeInfoContainer{display:flex;align-items:flex-start;flex-flow:column;width:300px;height:92px}.aboutTeamEmployeeSocialMedia{justify-content:start}}.comingSoon{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:64px;padding:128px 0;margin-top:32px;width:100vw;height:1162px}.comingSoonTextContainer{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:16px;width:789px;height:164px}.comingSoonTitle{font-size:40px;font-weight:500;line-height:150%;color:var(--Azul-Feels-950)}.comingSoonParagraph{text-align:center;font-size:20px;font-weight:400;line-height:150%;letter-spacing:-.2px;color:var(--Azul-Feels-925)}.comingSoonCard{display:flex;flex-flow:column;justify-content:center;gap:64px;padding:96px 76px;width:1200px;height:658px;background-color:var(--Amarelo-Feels-100);background-image:url(/comingSoonCellphoneMockup.svg);background-repeat:no-repeat;background-position-x:738px;background-position-y:bottom;border:none;border-radius:20px}.comingSoonCardTextContainer{display:flex;flex-flow:column;gap:32px;width:524px;height:352px}.comingSoonCardTextContent{display:flex;flex-flow:column;gap:16px}.comingSoonCardTitle{font-size:64px;font-weight:500;line-height:110%;letter-spacing:-.8px;color:var(--Amarelo-Feels-950);width:524px}.comingSoonCardParagraph{font-size:18px;font-weight:400;line-height:180%;color:var(--Amarelo-Feels-950);width:524px}.comingSoonCardFeatures{display:flex;flex-wrap:wrap;justify-content:center;width:620px;height:68px}.comingSoonCardFeaturesContent{display:flex;align-items:center;width:310px;gap:16px;font-size:16px;font-weight:500;line-height:160%;color:var(--Amarelo-Feels-950)}.comingSoonDownloadButtons{display:flex;justify-content:space-between;width:334px;opacity:30%}.comingSoonDownloadButtons img{cursor:no-drop}@media screen and (max-width: 1080px){.comingSoon{padding:0;gap:32px;margin-top:128px;height:1380px}.comingSoonTextContainer{width:530px;height:256px}.comingSoonCard{justify-content:start;padding:64px 32px 0;width:530px;height:1012px;background-image:url(/comingSoonCellphoneMockupResponsive.svg);background-position-x:center;background-position-y:bottom;border:none;border-radius:20px}.comingSoonCardTextContainer{gap:32px;width:486px;height:380px}.comingSoonCardTitle{font-size:32px;line-height:150%;letter-spacing:0px;width:265px}.comingSoonCardParagraph{font-size:16px;width:466px}.comingSoonCardFeatures{flex-flow:column;gap:24px;width:265px;height:176px}.comingSoonDownloadButtons{flex-flow:column;align-items:center;justify-content:center;gap:16px;width:486px;height:115px}.comingSoonDownloadButtons img:nth-of-type(1){width:149px}.comingSoonDownloadButtons img:nth-of-type(2){width:168px}}@media screen and (max-width: 435px){.comingSoon{height:1496px}.comingSoonTextContainer{width:329px;height:364px}.comingSoonCard{width:329px;height:1102px}.comingSoonCardTextContainer{width:265px;height:465px}.comingSoonCardParagraph,.comingSoonDownloadButtons{width:265px}}.heroHome{display:flex;justify-content:center;align-items:center;gap:130px;width:100vw;height:1044px;padding:100px 0 0}.heroHomeContent{display:flex;flex-flow:column;justify-content:center;gap:32px;width:578px;height:335px}.heroHomeTitle{font-size:64px;font-weight:500;line-height:120%;color:var(--Amarelo-Feels-950)}.heroHomeSubtitle{font-size:24px;font-weight:400;line-height:150%;color:var(--Amarelo-Feels-800)}.buttonsHeroContainer{display:flex;gap:8px}.buttonsHeroContainer .menubarRoot{width:auto;height:auto}.appointmentHeroButton{display:flex;justify-content:center;align-items:center;width:196px;height:55px;border:none;border-radius:6px;background-color:var(--Amarelo-Feels-800);color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:.5s;text-decoration:none}.appointmentHeroButton:hover{filter:brightness(90%)}.heroImagesContainer{display:flex;flex-flow:wrap;gap:16px;width:592px;height:812px}.heroHomeImage{width:286px;height:398px}@media screen and (max-width: 1285px){.heroHome{gap:30px;height:940px}.heroHomeContent{height:422px}.heroHomeSubtitle{width:496px}}@media screen and (max-width: 1080px){.heroHome{flex-flow:column;padding:155px 0 0;height:1338px;gap:64px}.heroHomeContent{align-items:center;width:530px;height:302px}.heroHomeTitle{text-align:center;font-size:40px;letter-spacing:0px}.heroHomeSubtitle{width:100%;font-size:16px}.buttonsHeroContainer{flex-flow:column}.appointmentHeroButton{width:530px}}@media screen and (max-width: 435px){.heroHome{height:534px}.heroHomeContent{width:329px;height:374px}.heroImagesContainer{display:none}.appointmentHeroButton{width:329px}}.aboutCandidature{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:64px;margin-top:128px;width:100vw;height:683px}.aboutCandidatureTextContainer{display:flex;flex-direction:column;justify-content:center;gap:32px;width:1230px;height:326px}.aboutCandidatureSubtitle{font-size:20px;font-weight:500}.aboutCandidatureTitle{font-size:40px;font-weight:500;line-height:150%;letter-spacing:-.3px;color:var(--Azul-Feels-950)}.aboutCandidatureParagraph{font-size:20px;font-weight:500;line-height:180%;letter-spacing:-.2px;color:var(--Azul-Feels-800)}.aboutCandidatureCardsContainer{display:flex;justify-content:center;gap:45px;width:1230px;height:372px}.aboutCandidatureCard{display:flex;flex-flow:column;justify-content:space-between;padding:40px 26px;width:388px;height:293px;background-color:#f4f4f4;background-image:url(candidatureCardImageOne.svg);background-repeat:no-repeat;background-position-x:191px;background-position-y:bottom;border-radius:24px}.aboutCandidatureCard:nth-of-type(2){background-color:#bfd7d0;background-image:url(candidatureCardImageTwo.svg)}.aboutCandidatureCard:nth-of-type(3){background-color:#ffe5d5;background-image:url(candidatureCardImageThree.svg)}.aboutCandidatureCardTitle{font-size:29px;font-weight:500;letter-spacing:.25px;color:#4f4f4f;width:312px}.aboutCandidatureCard:nth-child(2) .aboutCandidatureCardTitle{color:#56615e}.aboutCandidatureCard:nth-child(3) .aboutCandidatureCardTitle{color:#5c524d}.aboutCandidatureCardButton{display:flex;align-items:center;justify-content:center;width:120px;height:40px;border-radius:8px;border:1px solid #629d8c;background-color:#fff;color:var(--Azul-Feels-800);font-size:18px;font-weight:600;cursor:pointer;transition:.5s}.aboutCandidatureCardButton:hover{filter:brightness(95%)}@media screen and (max-width: 1285px){.aboutCandidatureTextContainer{width:1070px;height:326px}.aboutCandidatureParagraph{font-size:24px;letter-spacing:-.4px}.aboutCandidatureCardsContainer{display:flex;justify-content:center;gap:32px;width:1070px;height:293px}.aboutCandidatureCard{width:335px;background-position-x:150px}.aboutCandidatureCardTitle{width:300px;font-size:25px}}@media screen and (max-width: 900px){.aboutCandidature{height:1543px}.aboutCandidatureTextContainer{align-items:center;width:420px;height:440px}.aboutCandidatureSubtitle{font-size:16px}.aboutCandidatureTitle{text-align:center;font-size:32px}.aboutCandidatureParagraph{text-align:center;font-size:18px;letter-spacing:-.15px}.aboutCandidatureCardsContainer{flex-flow:column;gap:32px;width:420px;height:943px}.aboutCandidatureCard{padding:35px 24px;width:420px;background-position-x:206px;border-radius:24px}.aboutCandidatureCard:nth-of-type(2){background-position-x:231px}.aboutCandidatureCard:nth-of-type(3){background-position-x:218px}.aboutCandidatureCardTitle{font-size:30px;line-height:36px;letter-spacing:0;color:#4f4f4f;width:226px}.aboutCandidatureCard:nth-child(3) .aboutCandidatureCardTitle{width:286px}}@media screen and (max-width: 435px){.aboutCandidature{height:1591px}.aboutCandidatureTextContainer{width:329px;height:584px}.aboutCandidatureCardsContainer{width:329px}.aboutCandidatureCard{width:329px;background-image:url(candidatureCardImageResponsiveOne.svg);background-position-x:162px}.aboutCandidatureCard:nth-of-type(2){background-image:url(candidatureCardImageResponsiveTwo.svg);background-position-x:181px}.aboutCandidatureCard:nth-of-type(3){background-image:url(candidatureCardImageResponsiveThree.svg);background-position-x:171px}}.candidature{margin-top:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:64px;width:100vw;height:376px;background-color:var(--Cinza-Feels-50)}.candidatureTitle{text-align:center;font-size:40px;font-weight:500;line-height:150%;width:578px;color:var(--Azul-Feels-950)}.candidature button{display:flex;align-items:center;justify-content:center;width:335px;height:64px;border-radius:6px;border:none;background-color:var(--Azul-Feels-700);color:#fff;font-size:18px;font-weight:500;gap:16px;cursor:pointer;transition:.5s}.candidature button:hover{filter:brightness(95%)}@media screen and (max-width: 900px){.candidature{display:none}}.heroCareer{width:100vW;height:669px;padding:100px 0 0}.heroCareerContainer{display:flex;justify-content:center;padding:128px 0;width:100%;height:100%;background-color:var(--Azul-Feels-200);background-image:url(heroCareer.png);background-position:center;background-size:contain;background-repeat:no-repeat}.heroCareerContent{display:flex;justify-content:space-between;width:1250px;height:294px}.heroCareerTextContainer{display:flex;flex-flow:column;gap:64px;width:700px;height:100%}.heroCareerTextContent{display:flex;flex-flow:column;gap:16px;width:100%;height:198px}.heroCareerSubtitle{font-size:20px;font-weight:500;color:var(--Azul-Feels-500);line-height:120%}.heroCareerTitle{font-size:72px;font-weight:500;color:var(--Azul-Feels-950);line-height:110%;letter-spacing:-1.9px}.heroCareerCheckMarksContainer{display:flex;gap:32px;width:678px;height:32px}.heroCareerCheckMarksContent{display:flex;align-items:center;gap:16px;width:229px;height:100%}.heroCareerCheckMarksContent:nth-of-type(2){width:241px}.heroCareerCheckMarksContent:nth-of-type(3){width:144px}.heroCareerCheckMarksContent p{font-size:18px;font-weight:500;line-height:180%;letter-spacing:-.4px;color:var(--Azul-Feels-950)}@media screen and (max-width:1285px){.heroCareer{height:685px}.heroCareerContainer{background-position-x:center;background-position-y:bottom}.heroCareerContent{width:1080px}}@media screen and (max-width:900px){.heroCareer{height:503px;padding:96px 0 0}.heroCareerContainer{padding:64px 0 0;background-image:none}.heroCareerContent{justify-content:center;width:695px;height:275px}.heroCareerTextContainer{width:100%}.heroCareerTextContent{align-items:center;height:83px}.heroCareerSubtitle{font-size:16px}.heroCareerTitle{text-align:center;font-size:32px;line-height:150%;letter-spacing:0px}.heroCareerCheckMarksContainer{flex-flow:column;align-items:center;gap:16px;width:695px;height:128px}}@media screen and (max-width:435px){.heroCareer{height:551px}.heroCareerContent{width:329px}.heroCareerTextContent{height:131px}.heroCareerCheckMarksContainer{width:329px}}.expandCareer{display:flex;flex-flow:column;align-items:center;justify-content:center;gap:64px;padding:64px 0;width:100vw;height:916px}.expandCareerTitle{font-size:40px;font-weight:500;line-height:150%;letter-spacing:-.8px;color:var(--Azul-Feels-950)}.expandCareerCardsContainer{display:flex;gap:24px;width:1320px;height:536px}.expandCareerCard{display:flex;align-items:flex-end;background:url(expandCareerFirstImage.png);width:424px;height:536px;border-radius:16px}.expandCareerCard:nth-child(2){background:url(expandCareerSecondImage.png)}.expandCareerCard:nth-child(3){background:url(expandCareerThirdImage.png)}.expandCareerCardContent{display:flex;flex-flow:column;gap:16px;padding:32px;width:100%;height:188px}.expandCareerCardTitle{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:100%;color:#fff;background-color:var(--Azul-Feels-600);width:168px;height:24px;border-radius:12px}.expandCareerCard:nth-child(2) .expandCareerCardTitle{width:199px}.expandCareerCard:nth-child(3) .expandCareerCardTitle{width:142px}.expandCareerCardParagraph{font-size:24px;font-weight:600;line-height:120%;color:#fff}.expandCareerButton{display:flex;align-items:center;justify-content:center;gap:16px;width:335px;height:64px;border-radius:10px;border:none;background-color:var(--Azul-Feels-700);color:#fff;font-size:18px;font-weight:500;cursor:pointer;transition:.5s}.expandCareerButton:hover{filter:brightness(95%)}@media screen and (max-width: 1285px){.expandCareer{width:100vw;height:1044px}.expandCareerCardsContainer{width:1216px;height:536px}}@media screen and (max-width: 900px){.expandCareer{height:2000px}.expandCareerTitle{text-align:center;font-size:40px;width:360px}.expandCareerButton{order:2}.expandCareerCardsContainer{flex-flow:column;width:424px;height:1656px;order:3}.expandCareerCard{width:424px;height:536px;border-radius:16px;background-position:center}.expandCareerCard:nth-child(2){background-position:center}.expandCareerCard:nth-child(3){background-position:center}.expandCareerCardContent{height:220px}.expandCareerCard:nth-child(2) .expandCareerCardContent,.expandCareerCard:nth-child(3) .expandCareerCardContent{height:191px}}@media screen and (max-width: 435px){.expandCareer{padding:0;margin-top:128px;height:1944px}.expandCareerButton{width:335px;height:64px}.expandCareerTitle{font-size:32px;width:329px;height:96px}.expandCareerCardsContainer{width:329px;height:1656px}.expandCareerCard{width:329px}}.heroPartner{display:flex;justify-content:center;align-items:center;width:100vw;height:1060px;padding:163px 0 64px}.heroPartnerContainer{display:flex;gap:132px;width:1314px;height:100%}.heroPartnerContent{display:flex;flex-flow:column;justify-content:center;gap:32px;width:536px;height:804px}.heroPartnerTextContainer{display:flex;flex-flow:column;gap:16px;height:304px}.heroPartnerSubtitle{font-size:20px;font-weight:500;line-height:120%;color:var(--Azul-Feels-500)}.heroPartnerTitle{font-size:48px;font-weight:500;line-height:150%;letter-spacing:-1.3px;color:var(--Azul-Feels-950)}.heroPartnerParagraph{margin-top:8px;font-size:17px;font-weight:400;line-height:24px;color:var(--Azul-Feels-800)}.heroPartnerCard{display:flex;flex-flow:column;justify-content:center;gap:32px;padding:32px;background-color:var(--Azul-Feels-100);width:100%;height:468px;border-radius:16px}.partnerCardContent{display:flex;align-items:flex-start;gap:20px;width:472px;height:84px}.partnerCardTextContent{display:flex;flex-flow:column;gap:8px;width:412px;height:84px}.partnerCardTitle{font-size:20px;font-weight:500;line-height:28px;color:var(--Azul-Feels-950)}.partnerCardParagraph{font-size:16px;font-weight:400;line-height:24px;color:var(--Azul-Feels-800)}.heroPartnerImage{width:644px;height:804px;border-radius:12px;object-fit:cover}@media screen and (max-width: 1285px){.heroPartnerContainer{justify-content:center;gap:100px;width:1280px;height:780px}.heroPartnerImage{width:568px;height:780px}}@media screen and (max-width: 900px){.heroPartner{height:1596px;padding:200px 0 64px}.heroPartnerImage{width:536px;height:610px}.heroPartnerContainer{flex-flow:column;width:530px;height:1446px;gap:64px}.heroPartnerContent{align-items:center;width:530px;height:780px}.heroPartnerTextContainer{align-items:start;height:304px}.heroPartnerParagraph{margin-top:16px;font-size:16px;line-height:180%}.heroPartnerCard{height:468px}.partnerCardContent{width:412px;height:108px}}@media screen and (max-width: 435px){.heroPartner{height:1036px;padding:172px 0 64px}.heroPartnerImage{display:none}.heroPartnerContainer{width:329px;height:938px}.heroPartnerContent{width:329px}.heroPartnerTextContainer{align-items:center;height:342px}.heroPartnerTitle{text-align:center;font-size:32px}.heroPartnerParagraph{text-align:center}.heroPartnerCard{height:564px}.partnerCardContent{width:265px;height:132px}}.formAppointment{display:flex;justify-content:center;align-items:center;padding:64px 0;width:100vw}.formAppointmentCard{display:flex;flex-flow:column;gap:48px;padding:48px;width:780px;border:1px solid var(--Azul-Feels-200);border-radius:24px;box-shadow:0 5px 15px #5d8da071}.appointmentCardTextContainer{display:flex;align-items:center;flex-flow:column;gap:32px;width:100%;height:123px}.appointmentCardTitle{font-size:32px;font-weight:500;color:var(--Azul-Feels-950);height:24px}.appointmentCardParagraph{text-align:center;font-size:18px;line-height:150%;color:var(--Azul-Feels-800);height:67px}.appointmentCardFormContainer{display:flex;flex-flow:column;gap:48px;width:684px}Form{display:flex;justify-content:space-between;flex-flow:wrap;width:684px}.questionContent{display:flex;flex-flow:column;width:330px;padding-left:2px;margin-bottom:24px}.formLabel{display:flex;width:330px;font-size:20px;margin-bottom:16px;color:var(--Azul-Feels-950)}.formLabel span{margin-left:4px;color:red}.inputForm{margin-bottom:10px;width:330px;height:42px;padding-inline:16px;border:.55px solid var(--Azul-Feels-500);box-shadow:0 5px 5px #0000000a;background-color:#fff;border-radius:11px;font-size:16px;color:#a7a7a7}.inputFormPhoneNumber{background-image:url(https://img.freepik.com/vetores-gratis/ilustracao-de-bandeira-brasil_53876-27017.jpg?t=st=1738920111~exp=1738923711~hmac=8596aee544c6c89fbeab2c200f39e3dd4fc0514dd166ed9916617e6f4a608478&w=1380);background-size:35px;background-repeat:no-repeat;background-position-x:5%;background-position-y:center;background-color:#fff;margin-bottom:10px;width:330px;height:42px;padding-inline:55px;border:.55px solid var(--Azul-Feels-500);box-shadow:0 5px 5px #0000000a;border-radius:11px;font-size:16px;color:var(--Azul-Feels-900)}.inputFormSelect{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0iIzcxYTViYSIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMTYuNDksMTA0LjQ5bC04MCw4MGExMiwxMiwwLDAsMS0xNywwbC04MC04MGExMiwxMiwwLDAsMSwxNy0xN0wxMjgsMTU5bDcxLjUxLTcxLjUyYTEyLDEyLDAsMCwxLDE3LDE3WiI+PC9wYXRoPjwvc3ZnPg==);background-repeat:no-repeat;background-position-x:298px;background-position-y:center;background-color:#fff;margin-bottom:10px;width:330px;height:42px;padding-inline:16px;border:.55px solid var(--Azul-Feels-500);box-shadow:0 5px 5px #0000000a;border-radius:11px;font-size:16px;color:var(--Azul-Feels-900)}.inputForm:focus{outline:2px solid var(--Azul-Feels-500);border:none}.inputFormSelect:focus{outline:2px solid var(--Azul-Feels-500);border:none}.inputFormPhoneNumber:focus{outline:2px solid var(--Azul-Feels-500);border:none}.formError{margin-bottom:5px;background-image:url(alertIcon.svg);background-repeat:no-repeat;background-size:15px;padding-left:20px;font-size:12px;color:#d24e4e}.formErrorCoupon{width:100vw;height:52px;background-color:var(--Cinza-Feels-300)}.formErrorCheckbox{margin-left:1.8px;background-image:url(alertIcon.svg);background-repeat:no-repeat;background-size:15px;padding-left:20px;font-size:12px;color:#d24e4e}.ticketPartnerContainer{margin-top:24px;width:100%;height:90px}.ticketPartnerContainer span{margin-left:4px;color:var(--Azul-Feels-800)}.ticketPartnerContainer .inputForm{width:100%;font-size:16px}.readTermsCheckbox{margin-top:48px;display:flex;gap:13px}.checkbox{position:relative;width:24px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--Azul-Feels-300);border-radius:4px;background-color:#fff;cursor:pointer}.checkbox:checked{background-color:var(--Azul-Feels-600);border-color:var(--Azul-Feels-300)}.checkbox:checked:after{content:"";position:absolute;top:3px;left:8px;width:5px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}label{width:100%;text-align:justify;font-size:16px;line-height:150%;color:var(--Azul-Feels-900)}.buttonForm{margin-top:48px;width:100%;height:64px;border:.55px solid var(--Cinza-Feels-300);box-shadow:0 5px 5px #0000000a;font-size:20px;color:#fff;border:none;border-radius:8px;background-color:var(--Azul-Feels-600);cursor:pointer;transition:.5s}.buttonForm:hover{filter:brightness(90%)}.buttonForm.submitted{background-color:green}.popoverContainer{display:flex;justify-content:center;align-items:center;position:absolute;padding:100px 0 0;top:0%;left:0%;width:100vw;height:1250px;background-color:var(--Cinza-Feels-100)}.popoverContent{display:flex;justify-content:center;align-items:center;flex-flow:column;width:528px;height:556px;background-color:#fff;border:1px solid var(--Cinza-Feels-100);box-shadow:0 5px 10px #00000026;border-radius:12px}.popoverTitle{font-family:Montserrat,sans-serif;font-weight:600;font-size:20px;line-height:28px;margin-bottom:20px}.popoverSubTitle{width:464px;text-align:center;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:22px;color:#758398;margin-bottom:20px}.buttonPopover{margin-top:60px;width:88px;height:40px;border:none;border-radius:6px;background-color:#5d8da0;color:#fff;font-family:Montserrat,sans-serif;font-size:16px;cursor:pointer}@media screen and (max-width: 900px){.formAppointmentCard{width:578px}.appointmentCardFormContainer{width:482px}Form{width:482px}.questionContent{width:229px}.formLabel{text-align:start;width:229px;font-size:16px}.inputForm{font-size:14px;width:229px}.inputFormPhoneNumber{width:229px;font-size:14px;background-image:none;padding-inline:16px}.inputFormSelect{background-position-x:196px;font-size:14px;width:229px}.ticketPartnerContainer .inputForm{width:100%;font-size:16px}.buttonForm,.popoverContent{width:100%}}@media screen and (max-width: 435px){.formAppointmentCard{padding:48px 24px;width:361px}.appointmentCardTextContainer{gap:24px;height:126px}.appointmentCardTitle{font-size:24px}.appointmentCardParagraph{font-size:16px;height:84px;letter-spacing:-.5px}.appointmentCardFormContainer{width:313px}Form{width:313px}.questionContent{width:313px}.formLabel{width:313px;font-size:16px}.inputForm,.inputFormPhoneNumber{width:313px}.inputFormSelect{background-position-x:281px;width:313px}.ticketPartnerContainer .inputForm{font-size:16px}}.formHeader{position:relative;height:128px;border-bottom:1px solid var(--Azul-Feels-200)}
