.online-proctoring-page{min-height:100vh;background-color:#fff;color:#1f2937;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}@media (min-width:1700px){.online-proctoring-page{max-width:1280px;width:100%;margin:0 auto}}.container{padding:0 1.5rem}.container,.herocontainer{max-width:1440px;width:100%;margin:0 auto}.herocontainer{padding:2rem 1.5rem}@media (min-width:1024px){.container{padding:0 4rem}.herocontainer{padding:5rem}}.section-head{text-align:center;margin-bottom:1rem}.section-head h2{font-size:2.15rem;font-weight:800;color:#111827;line-height:1.18;letter-spacing:-.03em;margin-bottom:1rem}.section-head p{font-size:1.06rem;color:#4b5563;max-width:720px;margin:0 auto;line-height:1.8;word-spacing:.02em}.hero-section{background:linear-gradient(135deg,#0563bd,#0b58a8 52%,#1d6ec4);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.hero-section:before{top:-100px;left:50%;transform:translateX(-50%);width:700px;height:700px;background:#ffffff0f}.hero-section:after,.hero-section:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero-section:after{bottom:-60px;right:-80px;width:350px;height:350px;background:#7dd3fc1f}.hero-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-content,.hero-grid{position:relative;z-index:10}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.hero-grid{grid-template-columns:55fr 45fr;gap:4rem}}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-illustration{width:100%;max-width:520px;height:auto;filter:drop-shadow(0 20px 48px rgba(5,99,189,.35));transition:transform .4s ease}.hero-illustration:hover{transform:translateY(-8px)}@media (max-width:1023px){.hero-illustration{max-width:480px}.hero-content{align-items:center;text-align:center}.hero-cta{align-self:center}}.hero-title{font-size:2.75rem;font-weight:800;color:#fff;margin-bottom:1.25rem;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}@media (max-width:479px){.hero-title{font-size:2rem}}@media (min-width:768px){.hero-title{font-size:3.25rem}}@media (min-width:1280px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.16rem;font-weight:600;color:#bfdbfe;margin-bottom:1.15rem;line-height:1.65;max-width:48ch;word-spacing:.02em}.hero-description{font-size:1.02rem;color:#ffffffd1;line-height:1.85;margin-bottom:2.5rem;max-width:58ch;word-spacing:.02em}.hero-cta{display:inline-block;background:#fff;color:#0563bd;padding:1rem 2.25rem;font-weight:700;font-size:1rem;border-radius:9999px;letter-spacing:.01em;text-decoration:none;transition:background .3s ease,color .3s ease,border-color .3s ease,transform .3s ease;border:2px solid #0000;cursor:pointer;box-shadow:0 6px 20px #0000002e}.hero-cta:hover{background:#0000;color:#fff;border-color:#fff;transform:translateY(-2px)}.pricing-section .section-head p{font-size:1.08rem;font-weight:500;color:#2563eb;margin-top:.5rem;line-height:1.75;word-spacing:.02em}.challenges-section{padding:6rem 0;background:#f8fafc;--challenge-leading:1.8}.challenges-wrapper{position:relative;width:100%;margin:0 auto}.challenges-carousel-viewport{width:100%;overflow:hidden}.challenges-carousel{display:flex;flex-direction:row;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1rem 0 2rem}.challenges-carousel::-webkit-scrollbar{display:none}.challenge-card{flex-shrink:0;width:calc(100vw - 3rem);scroll-snap-align:center;display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0cc;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 20px -2px #0f172a0a,0 2px 6px -1px #0f172a05;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s ease;height:auto;position:relative}.challenge-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0563bd,#60a5fa);z-index:10}@media (min-width:768px){.challenge-card{width:calc(50% - .75rem)}}@media (min-width:1280px){.challenge-card{width:calc(33.333% - 1rem)}}.challenge-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #2563eb1a,0 10px 10px -5px #2563eb0a;border-color:#3b82f666}.challenge-card-header{padding:1.25rem;background:linear-gradient(135deg,#f0f7ff,#e0f2fe);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;min-height:5.5rem;transition:background .3s ease}@media (min-width:768px){.challenge-card-header{padding:1.5rem 1.75rem;gap:1.25rem;min-height:6.5rem}}@media (min-width:1280px){.challenge-card-header{min-height:8rem}}.challenge-card:hover .challenge-card-header{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.challenge-icon{background:#0563bd1a;color:#0563bd;padding:.75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:3rem;height:3rem;transition:transform .3s ease}.challenge-card:hover .challenge-icon{transform:scale(1.1) rotate(5deg)}.challenge-icon svg{width:1.5rem;height:1.5rem}.challenge-title{font-size:1.15rem;font-weight:700;color:#111827;line-height:1.4;letter-spacing:-.01em;margin:0;text-align:left;transition:color .3s ease}.challenge-card:hover .challenge-title{color:#0563bd}.challenge-card-body{display:flex;flex-direction:column;padding:1.25rem;gap:1.25rem;flex:1}@media (min-width:768px){.challenge-card-body{padding:1.5rem;gap:1rem}}.challenge-problem{padding:0;background:#0000;border-radius:0;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}@media (min-width:768px){.challenge-problem{min-height:11.5rem}}@media (min-width:1280px){.challenge-problem{min-height:11rem}}.challenge-solution{padding:0;background:#0000;border-radius:0;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;flex:1}.ct-block-header{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.ct-block-icon{display:inline-block;width:.875rem;height:.875rem;flex-shrink:0}.challenge-problem .ct-icon-problem{color:#dc2626}.challenge-solution .ct-icon-solution{color:#2563eb}.challenge-problem .ct-block-header{background-color:#fee2e2;border:1px solid #ef444426;border-radius:9999px;padding:.25rem .75rem}.challenge-solution .ct-block-header{background-color:#dbeafe;border:1px solid #2563eb26;border-radius:9999px;padding:.25rem .75rem}.ct-block-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.label-problem{color:#dc2626}.label-solution{color:#2563eb}.challenge-text{color:#4b5563}.challenge-text,.solution-text{line-height:1.6;font-size:.92rem;word-spacing:.02em;margin:0}.solution-text{color:#1f2937}@media (min-width:768px){.challenge-text,.solution-text{font-size:.95rem;line-height:1.65}}.carousel-controls-bar{display:none;align-items:center;justify-content:center;margin:1.5rem auto 0;max-width:400px;width:100%}@media (min-width:768px){.carousel-controls-bar{display:flex}}.carousel-btn{display:none}@media (min-width:768px){.carousel-btn{background:#fff;border:1px solid #e2e8f0;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#2563eb;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:45%;transform:translateY(-50%);z-index:10}.prev-btn{left:-1.5rem}.next-btn{right:-1.5rem}.carousel-btn:hover:not(:disabled){background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;transform:translateY(-50%) scale(1.08);box-shadow:0 8px 20px #2563eb33}.carousel-btn:disabled{opacity:.3;cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;transform:translateY(-50%)}}@media (min-width:1280px){.prev-btn{left:-2.5rem}.next-btn{right:-2.5rem}}.carousel-btn .btn-icon{width:18px;height:18px}.carousel-progress-container{flex:1;display:flex;align-items:center}.carousel-progress-track{width:100%;height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden;position:relative}.carousel-progress-fill{height:100%;width:100%;border-radius:inherit;background:linear-gradient(90deg,#60a5fa,#3b82f6 50%,#2563eb);transform:scaleX(0);transform-origin:left center;transition:transform .25s cubic-bezier(.16,1,.3,1);will-change:transform;box-shadow:0 0 10px #2563eb66}.carousel-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem}@media (min-width:768px){.carousel-pagination{display:none}}.carousel-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;width:8px;height:8px;border-radius:999px;background:#cbd5e1;cursor:pointer;transition:width .3s cubic-bezier(.16,1,.3,1),background-color .3s ease,box-shadow .3s ease}.carousel-dot:hover{background:#94a3b8}.carousel-dot.active{width:24px;background:#2563eb;box-shadow:0 0 10px #2563eb66}.case-study-section{padding:5rem 0;background:#fff}.case-study-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a;border:1px solid #e2e8f0;display:grid;grid-template-columns:1fr}@media (min-width:1024px){.case-study-card{grid-template-columns:1fr 1fr}}.case-study-visual{background:linear-gradient(135deg,#0563bd,#1e40af);padding:3rem;display:flex;flex-direction:column;justify-content:center;color:#fff}.case-study-visual h3{font-size:1.9rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.case-study-visual p{font-size:1rem;color:#e0e7ff;line-height:1.85;word-spacing:.02em}.case-study-metrics{padding:3rem;background:#fff}.metrics-title{color:#4b5563;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.metrics-list{display:flex;flex-direction:column;gap:1.25rem}.metric-item{display:flex;align-items:flex-start;gap:1rem}.metric-icon{color:#2563eb;flex-shrink:0}.metric-text{color:#1f2937;font-size:1rem;line-height:1.7;font-weight:500;word-spacing:.02em}.case-study-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:600;margin-top:2rem;text-decoration:none;transition:color .2s}.case-study-link:hover{color:#1e40af}.pricing-section{padding:5rem 0;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background:#f8fafc;border:1px solid #dbe5f1;border-radius:1rem;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 8px 18px #0f172a0a}.pricing-card:after{content:"";position:absolute;inset:0;border:1px solid #2563eb66;border-radius:inherit;opacity:0;transition:opacity .3s ease;pointer-events:none}.pricing-card:hover{transform:translateY(-6px);background:#fff;box-shadow:0 22px 34px -16px #2563eb47}.pricing-card:hover:after{opacity:1}.pricing-icon-wrapper{background:#eff6ff;color:#2563eb;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.pricing-title{font-size:1.16rem;font-weight:800;color:#1f2937;margin-bottom:.95rem;line-height:1.45;letter-spacing:-.01em}.pricing-desc{color:#4b5563;line-height:1.8;font-size:.98rem;word-spacing:.02em}.pricing-request-container{text-align:center;margin-top:3.5rem}.pricing-request-btn{display:inline-block;color:#2563eb;font-weight:600;font-size:1.125rem;text-decoration:none;transition:color .2s}.pricing-request-btn:hover{color:#1e40af;text-decoration:underline}.faq-section{padding:5rem 0;background:#fff}.faq-grid{gap:1.5rem;max-width:800px;margin:0 auto}.faq-accordion,.faq-grid{display:flex;flex-direction:column}.faq-accordion{gap:1rem}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;transition:border-color .3s ease,box-shadow .3s ease}.faq-item:hover{border-color:#cbd5e1}.faq-item.open{border-color:#93c5fd;box-shadow:0 4px 15px -3px #2563eb1a}.faq-q-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:#0000;border:none;cursor:pointer;text-align:left;gap:1rem}.faq-q{font-size:1.03rem;font-weight:700;color:#111827;margin:0;flex:1;line-height:1.55;letter-spacing:-.01em}.faq-chevron{color:#64748b;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-chevron{transform:rotate(180deg);color:#2563eb}.faq-item.open .faq-q{color:#2563eb}.faq-a-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-a-wrapper{grid-template-rows:1fr}.faq-a{color:#4b5563;line-height:1.85;overflow:hidden;min-height:0;padding:.875rem 2rem 0;margin:0;opacity:0;transition:opacity .3s ease,margin .3s ease;font-size:.98rem;word-spacing:.02em}.faq-item.open .faq-a{opacity:1;margin-bottom:1.5rem}.cta-section{padding:4.75rem 0 5rem;background:linear-gradient(180deg,#f5f9ff,#fff 68%);color:#0f172a;position:relative;overflow:visible}.cta-section:before{inset:auto 0 1.5rem;margin:0 auto;width:min(1120px,calc(100% - 2rem));height:0;background:#0000}.cta-section:after,.cta-section:before{content:"";position:absolute;pointer-events:none}.cta-section:after{top:1.5rem;left:50%;transform:translateX(-50%);width:min(76vw,920px);height:260px;border-radius:50%;background:radial-gradient(circle,#93c5fd2e 0,#0000 72%)}.cta-container{position:relative;z-index:1;text-align:center;max-width:1040px}@media (max-width:680px){.cta-section{padding:4rem 0 4.25rem}}.cta-shell{position:relative;padding:3rem;border-radius:34px;background:linear-gradient(135deg,#0b3476,#0563bd 56%,#0b58a8);box-shadow:0 28px 70px #0f172a24;overflow:hidden}.cta-shell:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,#ffffff14 1px,#0000 0);background-size:28px 28px;opacity:.9;pointer-events:none}@media (max-width:680px){.cta-shell{padding:2rem 1.15rem;border-radius:26px}}.cta-title{position:relative;z-index:1;font-size:1.95rem;font-weight:800;margin:0 auto 1.25rem;line-height:1.15;letter-spacing:-.03em;max-width:780px;color:#fff}@media (min-width:768px){.cta-title{font-size:2.35rem}}.cta-desc{font-size:1rem;color:#ffffffd1;max-width:760px;line-height:1.8;word-spacing:.02em}.cta-benefits-wrap,.cta-desc{position:relative;z-index:1;margin:0 auto 2rem}.cta-benefits-wrap{max-width:860px;padding:1.6rem;border-radius:26px;background:#ffffff12;border:1px solid #ffffff24;box-shadow:inset 0 1px 0 #ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width:680px){.cta-benefits-wrap{padding:1.15rem;border-radius:22px}}.cta-benefits-label{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.45rem .8rem;border-radius:9999px;border:1px solid #ffffff29;background:#ffffff17;color:#dbeafe;margin:0 auto 1.15rem;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.cta-benefits-row{display:grid;grid-template-columns:1fr;gap:.85rem}@media (min-width:768px){.cta-benefits-row{grid-template-columns:1fr 1fr;gap:.85rem}}.cta-benefit-pill{background:#ffffff14;border:1px solid #ffffff24;padding:.95rem 1rem;border-radius:18px;display:flex;align-items:flex-start;gap:.875rem;font-size:.93rem;font-weight:600;line-height:1.58;transition:background .25s ease,border-color .25s ease,transform .25s ease;text-align:left;word-spacing:.03em;color:#fff}.cta-benefit-pill:hover{background:#ffffff1f;border-color:#ffffff3d;transform:translateY(-2px)}.pill-icon{width:1.8rem;height:1.8rem;padding:.34rem;border-radius:9999px;background:#ffffff24;border:1px solid #ffffff29;color:#dbeafe;flex-shrink:0;margin-top:.05rem}.cta-actions{display:flex;justify-content:center}.cta-actions-panel{position:relative;z-index:1;margin:0 auto}.cta-action-btn{display:inline-flex;align-items:center;gap:.625rem;justify-content:center;width:-moz-fit-content;width:fit-content;background:linear-gradient(135deg,#fff,#eff6ff);color:#0563bd;padding:.95rem 1.8rem;font-size:.92rem;font-weight:700;border-radius:9999px;letter-spacing:.01em;text-decoration:none;transition:background .3s cubic-bezier(.175,.885,.32,1.275),color .3s cubic-bezier(.175,.885,.32,1.275),border-color .3s cubic-bezier(.175,.885,.32,1.275),transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s cubic-bezier(.175,.885,.32,1.275);border:1px solid #0563bd24;cursor:pointer;box-shadow:0 12px 26px #0563bd29;position:relative;z-index:1}.cta-action-btn:hover{transform:translateY(-3px) scale(1.02);background:linear-gradient(135deg,#0563bd,#0b58a8);color:#fff;border-color:#ffffff2e;box-shadow:0 16px 30px #0a2d6e3d}.cta-action-btn-icon{width:1.1rem;height:1.1rem;transition:transform .2s ease}.cta-action-btn:hover .cta-action-btn-icon{transform:translateX(3px)}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_340a5c;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_340a5c;src:local("Arial");ascent-override:92.33%;descent-override:30.78%;line-gap-override:8.79%;size-adjust:113.73%}.__className_340a5c{font-family:__Poppins_340a5c,__Poppins_Fallback_340a5c;font-style:normal}