.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;text-decoration:none;border:none;outline:none;transition:all .2s ease-in-out;gap:4px;width:fit-content}.btn .btn-icon{display:inline-flex;align-items:center;flex-shrink:0}.btn.btn-icon-only{padding:0 !important;border-radius:1000px !important}.btn.btn-icon-only.btn-xs{width:24px;height:24px}.btn.btn-icon-only.btn-sm{width:28px;height:28px}.btn.btn-icon-only.btn-md{width:32px;height:32px}.btn.btn-icon-only.btn-lg{width:36px;height:36px}.btn.btn-icon-only.btn-xl{width:40px;height:40px}.btn:disabled,.btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-xs{padding:4px 8px;height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xs .btn-icon svg{width:12px;height:12px}.btn-sm{padding:4px 8px;height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-sm .btn-icon svg{width:14px;height:14px}.btn-md{padding:6px 10px;height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-md .btn-icon svg{width:16px;height:16px}.btn-lg{padding:8px 12px;height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-lg .btn-icon svg{width:18px;height:18px}.btn-xl{padding:10px 14px;height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.btn-xl .btn-icon svg{width:20px;height:20px}.btn-primary{background-color:#091a47}.btn-primary:hover{background-color:#3f5183}.btn-primary:active,.btn-primary:focus{background-color:#172a5c}.btn-primary-outline{border:solid 1px #091a47;color:#091a47;background-color:#fff}.btn-primary-outline:hover{background-color:#091a47;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-outline:active,.btn-primary-outline:focus{background-color:#172a5c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary{background-color:#015de3}.btn-secondary:hover{background-color:#619aed}.btn-secondary:active,.btn-secondary:focus{background-color:#174d9c}.btn-secondary-outline{border:solid 1px #015de3;color:#015de3;background-color:#fff}.btn-secondary-outline:hover{background-color:#015de3;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-secondary-outline:active,.btn-secondary-outline:focus{background-color:#174d9c;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-tertiary{background-color:#ffcc26;color:#091a47}.btn-tertiary:hover{background-color:#e7b925}.btn-tertiary:active,.btn-tertiary:focus{background-color:#e7b925;color:#091a47}.btn-tertiary-outline{border:solid 1px #ffcc26;color:#091a47;background-color:#fff}.btn-tertiary-outline:hover{background-color:#ffcc26;border:solid 1px #ffcc26;color:#091a47}.btn-tertiary-outline:active,.btn-tertiary-outline:focus{background-color:#d3a718;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-quaternary{background-color:#038332}.btn-quaternary:hover{background-color:#0b7030;color:#fff}.btn-quaternary:active,.btn-quaternary:focus{background-color:#0b5e29;color:#fff}.btn-quaternary-outline{border:solid 1px #038332;color:#038332;background-color:#fff}.btn-quaternary-outline:hover{background-color:#038332;border:solid 1px #038332;color:#fff}.btn-quaternary-outline:active,.btn-quaternary-outline:focus{background-color:#0b5e29;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-light{background-color:#ecf7ff;color:#091a47}.btn-primary-light:hover{background-color:#d6ecfc;color:#091a47}.btn-primary-light:active,.btn-primary-light:focus{background-color:#bfe3fd;color:#091a47}.btn-primary-light-outline{border:solid 1px #ecf7ff;color:#091a47;background-color:#fff}.btn-primary-light-outline:hover{background-color:#ecf7ff;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-primary-light-outline:active,.btn-primary-light-outline:focus{background-color:#bfe3fd;color:#091a47;border:solid 1px rgba(0,0,0,0)}.btn-destructive{background-color:#c10007;color:#fff}.btn-destructive:hover{background-color:#ff6467;color:#fff}.btn-destructive:active,.btn-destructive:focus{background-color:#e7000b;color:#fff}.btn-destructive-outline{border:solid 1px #c10007;color:#c10007;background-color:#fff}.btn-destructive-outline:hover{background-color:#c10007;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-destructive-outline:active,.btn-destructive-outline:focus{background-color:#e7000b;color:#fff;border:solid 1px rgba(0,0,0,0)}.btn-primary-invert{background-color:#fff;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC);color:#101828}.btn-primary-invert:hover{background-color:#e9e9e9;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-primary-invert:active,.btn-primary-invert:focus{background-color:#d8d8d8;color:#101828;border:1px solid var(--Color-Surface-Borders-border, #D1D5DC)}.btn-loading{position:relative;pointer-events:none}.btn-loading .btn-text{visibility:hidden}.btn-loading .btn-icon{visibility:hidden}.btn-loading .btn-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:block}.btn-block{display:flex;width:100%}.btn-group{display:inline-flex}.btn-group .btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(0,0,0,.1)}@media(max-width: 360px){.xs\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xs .btn-icon svg{width:12px;height:12px}.xs\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xs\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-sm .btn-icon svg{width:14px;height:14px}.xs\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xs\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-md .btn-icon svg{width:16px;height:16px}.xs\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xs\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-lg .btn-icon svg{width:18px;height:18px}.xs\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xs\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xs\:btn-xl .btn-icon svg{width:20px;height:20px}.xs\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xs\:btn-block{display:flex;width:100%}.xs\:btn-inline{width:auto}}@media(max-width: 768px){.sm\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xs .btn-icon svg{width:12px;height:12px}.sm\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.sm\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-sm .btn-icon svg{width:14px;height:14px}.sm\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.sm\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-md .btn-icon svg{width:16px;height:16px}.sm\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.sm\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-lg .btn-icon svg{width:18px;height:18px}.sm\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.sm\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.sm\:btn-xl .btn-icon svg{width:20px;height:20px}.sm\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.sm\:btn-block{display:flex;width:100%}.sm\:btn-inline{width:auto}}@media(max-width: 1024px){.md\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xs .btn-icon svg{width:12px;height:12px}.md\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.md\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-sm .btn-icon svg{width:14px;height:14px}.md\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.md\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-md .btn-icon svg{width:16px;height:16px}.md\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.md\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-lg .btn-icon svg{width:18px;height:18px}.md\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.md\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.md\:btn-xl .btn-icon svg{width:20px;height:20px}.md\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.md\:btn-block{display:flex;width:100%}.md\:btn-inline{width:auto}}@media(max-width: 1280px){.lg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xs .btn-icon svg{width:12px;height:12px}.lg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.lg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-sm .btn-icon svg{width:14px;height:14px}.lg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.lg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-md .btn-icon svg{width:16px;height:16px}.lg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.lg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-lg .btn-icon svg{width:18px;height:18px}.lg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.lg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.lg\:btn-xl .btn-icon svg{width:20px;height:20px}.lg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.lg\:btn-block{display:flex;width:100%}.lg\:btn-inline{width:auto}}@media(max-width: 1440px){.xlg\:btn-xs{padding:4px 8px;min-height:24px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xs .btn-icon svg{width:12px;height:12px}.xlg\:btn-xs.btn-icon-only{width:24px;height:24px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-sm{padding:4px 8px;min-height:28px;color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-sm .btn-icon svg{width:14px;height:14px}.xlg\:btn-sm.btn-icon-only{width:28px;height:28px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-md{padding:6px 10px;min-height:32px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-md .btn-icon svg{width:16px;height:16px}.xlg\:btn-md.btn-icon-only{width:32px;height:32px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-lg{padding:8px 12px;min-height:36px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-lg .btn-icon svg{width:18px;height:18px}.xlg\:btn-lg.btn-icon-only{width:36px;height:36px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-xl{padding:10px 14px;min-height:40px;color:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;letter-spacing:0;line-height:150%}.xlg\:btn-xl .btn-icon svg{width:20px;height:20px}.xlg\:btn-xl.btn-icon-only{width:40px;height:40px;padding:0 !important;border-radius:1000px !important}.xlg\:btn-block{display:flex;width:100%}.xlg\:btn-inline{width:auto}}.badge{display:inline-flex;justify-content:center;align-items:center;gap:.25rem;font-size:12px;font-weight:600;line-height:1;font-weight:500;color:#000;vertical-align:middle;border-radius:.375rem;padding:.375rem .75rem;transition:all .2s ease;cursor:default;height:24px;user-select:none;background:#091a47}.badge svg{fill:#fff}.badge:hover{opacity:.85}.badge i{margin-right:.25rem;font-size:9.6px;vertical-align:middle;opacity:.8}.badge--lg .badge i{font-size:1.125rem}.badge--sm .badge i{font-size:.75rem}.badge--primary{background-color:#d5ebff;color:#091a47}.badge--primary svg{fill:#091a47;color:#091a47}.badge--primary-light{background-color:#d5ebff;color:#101828}.badge--primary-light svg{fill:#101828;color:#101828}.badge--secondary{background-color:#d6efff;color:#015de3}.badge--secondary svg{fill:#015de3;color:#015de3}.badge--secondary-light{background-color:#d6efff;color:#015de3}.badge--secondary-light svg{fill:#015de3;color:#015de3}.badge--success{background-color:#e1f7e3;color:#257031}.badge--success svg{fill:#257031;color:#257031}.badge--warning{background-color:#fef9c2;color:orange}.badge--warning svg{fill:orange;color:orange}.badge--destructive{background-color:#ffe2e2;color:#c10007}.badge--destructive svg{fill:#c10007;color:#c10007}.badge--tertiary{background-color:#efae03;color:#091a47}.badge--tertiary svg{fill:#091a47;color:#091a47}.badge--quatenary{background-color:#d4ffe4;color:#091a47}.badge--quatenary svg{fill:#091a47;color:#091a47}.badge--gray{background-color:#f3f4f6;color:#6a7282}.badge--gray svg{fill:#6a7282;color:#6a7282}.badge--white{background-color:#fff;color:#101828}.badge--white svg{fill:#101828;color:#101828}.badge--outline.badge--primary{background-color:#d5ebff;border-color:#091a47;color:#091a47}.badge--outline.badge--primary-light{background-color:#d5ebff;border-color:#101828;color:#101828}.badge--outline.badge--secondary{background-color:#d6efff;border-color:#015de3;color:#015de3}.badge--outline.badge--secondary-light{background-color:#d6efff;border-color:#015de3;color:#015de3}.badge--outline.badge--success{background-color:#e1f7e3;border-color:#257031;color:#257031}.badge--outline.badge--warning{background-color:#fef9c2;border-color:orange;color:orange}.badge--outline.badge--destructive{background-color:#ffe2e2;border-color:#c10007;color:#c10007}.badge--outline.badge--tertiary{background-color:#efae03;border-color:#091a47;color:#091a47}.badge--outline.badge--quatenary{background-color:#d4ffe4;border-color:#091a47;color:#091a47}.badge--outline.badge--gray{background-color:#f3f4f6;border-color:#6a7282;color:#6a7282}.badge--outline.badge--white{background-color:#fff;border-color:#101828;color:#101828}.badge--outline-neutral.badge--primary{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#091a47}.badge--outline-neutral.badge--primary-light{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#101828}.badge--outline-neutral.badge--secondary{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#015de3}.badge--outline-neutral.badge--secondary-light{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#015de3}.badge--outline-neutral.badge--success{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#257031}.badge--outline-neutral.badge--warning{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:orange}.badge--outline-neutral.badge--destructive{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#c10007}.badge--outline-neutral.badge--tertiary{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#091a47}.badge--outline-neutral.badge--quatenary{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#091a47}.badge--outline-neutral.badge--gray{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#6a7282}.badge--outline-neutral.badge--white{background-color:rgba(0,0,0,0);border-color:#e5e7eb;color:#101828}.badge--sm{padding:.25rem .5rem;font-size:12px}.badge--sm-pill{padding:.25rem .5rem;font-size:12px;border-radius:25rem}.badge--lg{padding:.5rem 1rem;font-size:15px}.badge--outline{background-color:rgba(0,0,0,0);border:1px solid currentColor;color:inherit}.badge--outline-neutral{background-color:rgba(0,0,0,0);border:1px solid currentColor;color:inherit}.badge--rounded-sm{border-radius:.375rem}.badge--rounded-xl{border-radius:.84375rem}.badge--rounded{border-radius:.75rem}.badge--pill{border-radius:25rem}.section-about{padding:102px 64px;background-color:#fff}@media(max-width: 767px){.section-about{padding:64px 16px}}.section-about .container-lg{padding:0}.section-about h1{font-family:"Noka",sans-serif;font-size:64px;font-weight:600;text-align:center;color:#091a47;line-height:110%;max-width:800px;overflow-wrap:break-word;word-break:break-word;white-space:normal;margin:0 auto 24px}@media(min-width: 768px)and (max-width: 1024px){.section-about h1{font-size:48px;max-width:600px}}@media(max-width: 767px){.section-about h1{font-size:32px;max-width:80%}}.section-about p{font-family:"Poppins",sans-serif;font-size:20px;font-weight:400;text-align:center;color:#6a7282;line-height:150%}@media(max-width: 1024px){.section-about p{font-size:20px}}.section-pattners{padding:32px 64px;background-color:#101828}@media(max-width: 767px){.section-pattners{padding:32px 16px}}.section-pattners .container-lg{padding:0}.section-pattners h2{font-family:"Poppins",sans-serif;font-size:20px;color:#fff;text-align:center;margin-bottom:40px}.section-pattners .pattners-logo{position:relative;overflow:hidden;max-width:1280px;width:100%;margin:0 auto}.section-pattners .pattners-logo ul{display:flex;gap:40px;padding:0;margin:0;width:max-content;animation:scroll 50s linear infinite}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.section-pattners .pattners-logo figure{margin:0;flex-shrink:0}.section-commitment{padding:102px 64px;background-color:#fff}@media(max-width: 767px){.section-commitment{padding:64px 16px}}.section-commitment .container-lg{padding:0;gap:80px}@media(min-width: 768px)and (max-width: 1024px){.section-commitment .container-lg{flex-direction:column-reverse}}@media(max-width: 767px){.section-commitment .container-lg{flex-direction:column-reverse;gap:40px}}.section-commitment .badge{display:flex;justify-content:center;align-items:center;gap:6px;width:fit-content;min-height:32px;padding:6px 10px;font-family:"Poppins",sans-serif;font-weight:500;font-size:12px;color:#101828;line-height:150%;background-color:#fff}.section-commitment .badge-commitment{border-radius:1000px;border:1px solid #e5e7eb;margin-bottom:16px}.section-commitment h2{font-family:"Noka",sans-serif;font-size:32px;font-weight:600;color:#101828;line-height:110%;margin-bottom:24px}@media(max-width: 767px){.section-commitment h2{font-size:24px}}.section-commitment p{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;color:#6a7282;line-height:150%;margin-bottom:24px}.section-commitment p:last-child{margin-bottom:0}.section-commitment figure{margin:0}@media(min-width: 769px)and (max-width: 1024px){.section-commitment figure{max-width:100%;width:100%}}@media(max-width: 767px){.section-commitment figure{max-width:100%;width:100%}}@media(min-width: 769px)and (max-width: 1024px){.section-commitment picture{max-width:100%;width:100%}}@media(max-width: 767px){.section-commitment picture{max-width:100%;width:100%}}.section-commitment img{max-width:600px;height:auto}@media(min-width: 769px)and (max-width: 1024px){.section-commitment img{max-width:100%;width:100%}}@media(max-width: 767px){.section-commitment img{max-width:100%;width:100%}}.section-team{padding:0 64px 102px;background-color:#fff}@media(max-width: 767px){.section-team{padding:0 16px 64px}}.section-team .container-lg{padding:0;gap:80px}@media(min-width: 769px)and (max-width: 1024px){.section-team .container-lg{flex-direction:column}}@media(max-width: 767px){.section-team .container-lg{flex-direction:column;gap:40px}}.section-team .badge{display:flex;justify-content:center;align-items:center;gap:6px;width:fit-content;min-height:32px;padding:6px 10px;font-family:"Poppins",sans-serif;font-weight:500;font-size:12px;color:#101828;line-height:150%;background-color:#fff}.section-team .badge-team{border-radius:1000px;border:1px solid #e5e7eb;margin-bottom:16px}.section-team h2{font-family:"Noka",sans-serif;font-size:32px;font-weight:600;color:#101828;line-height:110%;margin-bottom:24px}@media(max-width: 767px){.section-team h2{font-size:24px}}.section-team p{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;color:#6a7282;line-height:150%;margin-bottom:24px}.section-team p:last-child{margin-bottom:0}.section-team figure{margin:0}@media(min-width: 769px)and (max-width: 1024px){.section-team figure{max-width:100%;width:100%}}@media(max-width: 767px){.section-team figure{max-width:100%;width:100%}}@media(min-width: 769px)and (max-width: 1024px){.section-team picture{max-width:100%;width:100%}}@media(max-width: 767px){.section-team picture{max-width:100%;width:100%}}.section-team img{max-width:600px;height:auto}@media(min-width: 769px)and (max-width: 1024px){.section-team img{max-width:100%;width:100%}}@media(max-width: 767px){.section-team img{max-width:100%;width:100%}}.section-data{padding:64px;background-color:#fff}@media(max-width: 767px){.section-data{padding:64px 16px}}.section-data .container-lg{padding:0}.section-data .visually-hidden{display:none}.section-data h2{font-family:"Noka",sans-serif;font-size:32px;font-weight:600;color:#101828;margin-bottom:24px}.section-data p{font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;color:#6a7282;line-height:150%;margin-bottom:24px}.section-data .data-cards{display:flex;align-self:stretch;flex-wrap:wrap;gap:16px;justify-content:center;list-style:none;margin:0;padding:0}@media(min-width: 769px)and (max-width: 1024px){.section-data .data-cards{flex-direction:column}}@media(max-width: 767px){.section-data .data-cards{flex-direction:column}}.section-data .data-card{background-color:#ecf7ff;border-radius:32px;padding:48px 32px;display:flex;flex-direction:column;flex:1 1 calc(33.333% - 16px*2/3);max-width:calc(33.333% - 16px*2/3)}@media(min-width: 769px)and (max-width: 1024px){.section-data .data-card{flex:1;max-width:100%}}@media(max-width: 767px){.section-data .data-card{flex:1;max-width:100%}}.section-data .data-card .icon{display:flex;justify-content:flex-start;margin-bottom:102px}.section-data .data-card .data-content{display:flex;flex-direction:column;align-items:flex-end}.section-data .data-card .data-content strong{display:flex;justify-content:flex-end;font-family:"Noka",sans-serif;font-size:120px;font-weight:600;color:#091a47;margin-bottom:24px}.section-data .data-card .data-content p{display:flex;flex-direction:column;justify-content:flex-end;font-family:"Poppins",sans-serif;font-size:16px;font-weight:400;color:#091a47;line-height:150%;text-align:right;margin:0}.section-data .data-card .data-content p span{display:block}.section-data .data-card.destaque{background:url(/assets/img/pages/about/formas-tbr.svg) no-repeat center center #091a47;background-size:cover}@media(min-width: 769px)and (max-width: 1024px){.section-data .data-card.destaque{background:url(/assets/img/pages/about/formas-tbr-tablet.svg) no-repeat center center #091a47;background-size:cover}}@media(max-width: 767px){.section-data .data-card.destaque{background:url(/assets/img/pages/about/formas-tbr-mobile.svg) no-repeat center center #091a47;background-size:cover}}.section-data .data-card.destaque .data-content strong{color:#ecf7ff}.section-data .data-card.destaque .data-content p{color:#ecf7ff}.section-forall{padding:102px 64px;background-color:#fff}@media(max-width: 767px){.section-forall{padding:56px 16px 64px}}.section-forall .container-lg{padding:0}.section-forall .badge{display:flex;justify-content:center;align-items:center;gap:6px;width:fit-content;min-height:32px;padding:6px 10px;font-family:"Poppins",sans-serif;font-weight:500;font-size:12px;color:#101828;line-height:150%;background-color:#fff;margin:0 auto 16px}.section-forall .badge-forall{border-radius:1000px;border:1px solid #e5e7eb}.section-forall h2{font-family:"Noka",sans-serif;font-size:32px;font-weight:600;color:#101828;line-height:110%;text-align:center;margin:0 auto 56px;max-width:500px}@media(max-width: 767px){.section-forall h2{font-size:24px;max-width:80%}}.section-forall .forall-cards{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}@media(min-width: 769px)and (max-width: 1024px){.section-forall .forall-cards{flex-direction:column}}@media(max-width: 767px){.section-forall .forall-cards{flex-direction:column}}.section-forall .forall-card{border-radius:32px 32px 0 0;flex:1 1 400px;max-width:calc(50% - 16px);display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width: 769px)and (max-width: 1024px){.section-forall .forall-card{flex:1;max-width:100%}}@media(max-width: 767px){.section-forall .forall-card{flex:1;max-width:100%}}.section-forall .forall-card h3{font-family:"Poppins",sans-serif;font-size:24px;font-weight:600;line-height:150%;margin-bottom:16px}.section-forall .forall-card p{font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;line-height:150%;color:#364153;margin-bottom:32px}.section-forall .forall-card a.btn{text-transform:none}.section-forall .forall-card .info{padding:64px 40px}.section-forall .forall-card figure{display:block;margin:0;width:100%}.section-forall .forall-card figure picture,.section-forall .forall-card figure img{display:block;width:100%;height:auto;line-height:0;vertical-align:bottom}.section-forall .forall-card.candidate{background-color:#edfff3}.section-forall .forall-card.candidate h3{color:#038332}.section-forall .forall-card.employer{background-color:#ecf7ff}.section-forall .forall-card.employer h3{color:#101828}.section-testimonials{padding:64px 64px;background-color:#f9fafb;text-align:center}@media(max-width: 767px){.section-testimonials{padding:32px 16px}}.section-testimonials .container-lg{padding:0}.section-testimonials .badge{display:flex;justify-content:center;align-items:center;gap:6px;width:fit-content;min-height:32px;padding:6px 10px;font-family:"Poppins",sans-serif;font-weight:500;font-size:12px;color:#101828;line-height:150%;background-color:#fff;margin:0 auto 16px}.section-testimonials .badge-testimonial{border-radius:1000px;border:1px solid #e5e7eb}.section-testimonials h2{font-family:"Noka",sans-serif;font-size:32px;font-weight:600;line-height:110%;color:#101828;margin:16px auto 56px;max-width:300px}.section-testimonials p{font-family:"Poppins",sans-serif;font-size:22px;color:#364153;line-height:150%;margin-bottom:24px}@media(max-width: 767px){.section-testimonials p{font-size:18px}}.section-testimonials .testimonial-author{display:flex;flex-direction:column;align-items:center;gap:2px}.section-testimonials .testimonial-author img{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-bottom:16px}.section-testimonials .testimonial-author strong{font-family:"Poppins",sans-serif;font-size:16px;font-weight:500;line-height:150%;color:#6a7282}.section-testimonials .testimonial-container{position:relative;max-width:976px;margin:0 auto}.section-testimonials .testimonial-slides{position:relative;max-width:896px;margin:0 auto;overflow:hidden}@media(min-width: 769px)and (max-width: 1024px){.section-testimonials .testimonial-slides{max-width:80%}}@media(max-width: 767px){.section-testimonials .testimonial-slides{max-width:70%}}.section-testimonials .testimonial-slide{display:none;width:100%;height:100%;opacity:0;transform:translateX(100%);transition:all .5s ease-in-out;flex-direction:column;justify-content:center;align-items:center}.section-testimonials .testimonial-slide.active{display:flex;opacity:1;transform:translateX(0)}.section-testimonials .testimonial-slide.prev{transform:translateX(-100%)}.section-testimonials .testimonial-slide .testimonial-text{text-align:center}.section-testimonials .testimonial-slide figure{margin:0}.section-testimonials .testimonial-navigation{position:absolute;top:50%;transform:translateY(-50%);background-color:#091a47;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.15);z-index:10}.section-testimonials .testimonial-navigation.prev{left:-40px}@media(min-width: 769px)and (max-width: 1024px){.section-testimonials .testimonial-navigation.prev{left:8px}}@media(max-width: 767px){.section-testimonials .testimonial-navigation.prev{left:8px}}.section-testimonials .testimonial-navigation.next{right:-40px}@media(min-width: 769px)and (max-width: 1024px){.section-testimonials .testimonial-navigation.next{right:8px}}@media(max-width: 767px){.section-testimonials .testimonial-navigation.next{right:8px}}.section-testimonials .testimonial-navigation svg{width:22px;height:22px;fill:#fff;transition:fill .3s ease}.section-work{padding:32px 64px}@media(max-width: 767px){.section-work{padding:32px 16px}}.section-work .container-lg{padding:0}.section-work .info-work{background-color:#091a47;padding:40px 64px;border-radius:24px;border:solid 1px #f3f4f6;text-align:center}.section-work .info-work h2{font-family:"Noka",sans-serif;font-size:24px;font-weight:600;color:#fff;margin-bottom:16px}.section-work .info-work p{max-width:550px;font-family:"Poppins",sans-serif;font-size:16px;color:#fff;line-height:150%;margin:0 auto 32px}