*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif!important;margin:0!important}.app-container{margin:0}.header-container{border-bottom:1px solid;margin-bottom:20px;position:relative}.header-container .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:91%;padding:17px}.header-container .logo-container{align-items:center;column-gap:11px;display:flex;text-decoration:none}.header-container .logo-container div{color:#000;font-size:18px;font-weight:500;text-decoration:none}.header-container .hamburger-menu{background:none;border:none;cursor:pointer;display:none}@media(max-width:800px){.header-container .hamburger-menu{display:block;position:absolute;right:22px}}.header-container .hamburger-menu img{height:24px;width:24px}.header-container .header-nav{align-items:center;column-gap:40px;display:flex;row-gap:10px;width:76%}@media(max-width:800px){.header-container .header-nav{display:none}}.header-container .header-nav p{margin:0}.header-container .header-nav a{color:#000;font-weight:600;text-decoration:none}.header-container .open{background-color:#fff;box-shadow:0 4px 6px #0000001a;display:flex!important;flex-direction:column;left:0;padding:10px;position:absolute;top:100%;width:100%}.header-container .language-selector{align-items:center;display:flex;flex-direction:row;font-weight:600;justify-content:center;line-height:1.25}.header-container .group{border:none;cursor:pointer;outline:none;position:relative}.header-container .dropdown{align-items:center;display:flex;flex-direction:row;margin-right:1.5rem}.header-container .default-language{margin:0}.header-container .arrow-icon{margin:0 0 0 .5rem}.header-container .menu{display:none;position:absolute;z-index:10}.header-container .group:hover .menu{display:block}.header-container .menu-items{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;font-weight:400;gap:.5rem;padding:1.25rem;position:relative;right:1.25rem}.header-container .language-option{cursor:pointer;margin:0 0 0 .5rem;width:30px}.header-container .header-nav-dropdown{position:relative}.header-container .nav-dropdown-menu{background-color:#fff;border-radius:6px;box-shadow:0 4px 8px #0000001a;display:none;left:0;min-width:130px;padding:10px 0;position:absolute;top:100%;z-index:1}.header-container .dropdown-nav-text{align-items:center;column-gap:5px;display:flex}.header-container .dropdown-nav-text img{height:20px;width:20px}.header-container .header-nav-dropdown:hover .nav-dropdown-menu{display:block}.header-container .nav-dropdown-menu a{color:#333;display:block;padding:8px 16px;text-decoration:none}.header-container .nav-dropdown-menu a:hover{background-color:#f0f0f0}.footer-main-container{align-items:center;background-color:#000;display:flex;justify-content:center;margin-top:40px;padding:20px;width:100%}.footer-main-container .footer-logo-text{color:#fff;font-size:18px;font-weight:500;text-decoration:none}.footer-main-container .logo-container{align-items:center;column-gap:11px;display:flex;text-decoration:none}.footer-main-container .logo-container div{color:#000;font-size:18px;font-weight:500;text-decoration:none}pre{background:#f8f9fa;border-radius:10px;box-shadow:1px 1px 5px 1px #d6d6d6;font-size:17px;overflow:auto;padding:20px 15px;white-space:break-spaces}p{margin-bottom:25px;margin-top:25px}mark{background-color:#d5d5d5;border-radius:4px;padding:0 5px}.copy-button{align-items:center;display:flex;justify-content:end;margin-bottom:13px;width:100%}.copy-button button{background:#feaa2c;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px}.tooltip-container{display:inline-block;position:relative}.tooltip{animation:fadeIn .3s forwards;background-color:#333;border-radius:4px;box-shadow:0 2px 5px #0003;color:#fff;font-size:12px;left:50%;opacity:0;padding:5px 10px;position:absolute;top:-35px;transform:translateX(-50%);white-space:nowrap}.example-heading{margin-top:30px}.content-container{margin:0 auto;max-width:88%}.content-container pre{background:#f8f9fa;border-radius:10px;box-shadow:1px 1px 5px 1px #d6d6d6;font-size:17px;overflow:auto;padding:20px 15px;white-space:break-spaces}.content-container p{margin-bottom:25px;margin-top:25px}.content-container mark{background-color:#d5d5d5;border-radius:4px;padding:0 5px}.content-container .copy-button{align-items:center;display:flex;justify-content:end;margin-bottom:13px;width:100%}.content-container .copy-button button{background:#feaa2c;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px}.content-container .tooltip-container{display:inline-block;position:relative}.content-container .tooltip{animation:fadeIn .3s forwards;background-color:#333;border-radius:4px;box-shadow:0 2px 5px #0003;color:#fff;font-size:12px;left:50%;opacity:0;padding:5px 10px;position:absolute;top:-35px;transform:translateX(-50%);white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.content-container .packages-types{align-content:center;column-gap:10px;display:flex}.content-container .packages-types p{cursor:pointer;font-size:15px;font-weight:500;margin-bottom:11px}.content-container .packages-types .active{border-bottom:3px solid #feaa2c;padding-bottom:3px}.content-container .example-heading{margin-top:30px}.layout-item-wrapper{cursor:pointer;margin:10px 10px 0 2px}.layout-item-wrapper .layout-item{align-items:center;border:1px solid #eaedf2;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;height:150px;justify-content:center;padding:5px!important;position:relative;width:230px}.layout-item-wrapper .layout-item:hover{background-color:#c1e0fb}.layout-item-wrapper .layout-item span{margin-top:5px;text-align:center}.layout-item-wrapper .layout-item .box-icon-ong{height:50px;object-fit:cover;width:50px}.layout-item-wrapper .layout-item .edit-item{position:absolute;right:5px;top:5px;width:18px}.layout-item-wrapper .layout-border{background:#c1e0fb;border:2px solid #073c6b!important;border-radius:5px;box-sizing:border-box;color:#073c6b}.features-containers .numeric-bullets{list-style:decimal}.features-containers li{margin-bottom:15px}.features-containers li span{font-weight:600}.features-containers .session-image{align-items:center;display:flex;justify-content:center;width:100%}.features-containers .session-image img{margin-bottom:20px;margin-top:20px;width:700px}.features-containers .instructor-profile-container .options{color:#222;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:0}.features-containers .instructor-profile-container .instructor-option-container{margin:10px 0 35px}.features-containers .instructor-profile-container .instructor-option-container .option-container-header{align-items:center;column-gap:8px;display:flex}.features-containers .instructor-profile-container .instructor-option-container .option-container-header .img{cursor:pointer}.features-containers .instructor-profile-container .instructor-option-container p{margin-bottom:0!important}.features-containers .instructor-profile-container .instructor-option-container .sub-item-heading{color:#92959a;font-size:14px;font-style:normal;font-weight:400;line-height:22.4px;margin-top:5px!important;opacity:.5}.features-containers .instructor-profile-container .instructor-option-container .layout-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.list-body{margin-top:15px!important;overflow-y:auto;width:100%}.list-body::-webkit-scrollbar-track{background:#f1f1f1}.list-body::-webkit-scrollbar-thumb{background:#cecece}.list-body::-webkit-scrollbar-thumb:hover{background:#8d979f}.list-body .table-body .avatar{border-radius:50%;height:40px;margin:5px;width:40px}.list-body .table-body .status{border-radius:15px;display:block;height:15px;margin:auto 0 auto 7px;width:15px}.list-body table{border:1px solid #dadada;border-collapse:collapse;width:100%}.list-body .custom-table th{fill:blue!important;border:none;font-size:13px;font-style:normal;font-weight:500;white-space:nowrap}.list-body .custom-table th:first-child{align-items:center;display:flex}.list-body .custom-table .heading-container{align-items:center;column-gap:8px;display:flex}.list-body .custom-table td{border:none;font-size:13px;vertical-align:middle}.list-body .custom-table tr{border-bottom:1px solid #b7c5d133;cursor:pointer;text-align:start}.list-body .custom-table tbody tr td span{padding-left:8px}.header-row{background-color:#e3e3e3;height:40px}.result-count-container{position:relative}.result-count-container .result-count{font-size:16px;margin:10px 0 0;text-align:right}.no-data-found{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:40px;margin-top:40px}.no-data-found p{font-size:19px;margin-top:15px}.compability-content-container .browser-icons{align-items:center;column-gap:9px;display:flex}.compability-content-container .browser-icons img{height:40px;width:40px}.srft-container{background-color:#fff}.srft-container,.srft-container .srft-wrapper{display:flex;flex-direction:column}.srft-container .srft-header-img{height:70.71px;margin:26px auto 0;width:110px}.srft-container .srft-header-title{align-items:center;color:#222;display:flex;font-family:Poppins;font-size:42px;font-style:normal;font-weight:700;line-height:63px}.srft-container .srft-table{display:flex;flex-direction:column;flex-wrap:wrap;margin:32px 0 0}.srft-container .srft-table-head{align-items:center;color:#0087fd;display:flex;flex-direction:row;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.srft-container .srft-table-row{align-items:center;display:flex;flex-direction:row;min-height:40px;padding:2px 20px 2px 10px;width:734px}.srft-container .shaded{background:#f8fafb}.srft-container .srft-table-txt{width:33.33%}.srft-container .srft-table-body{align-items:center;color:#222;display:flex;flex-direction:row;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;line-height:19px}.srft-container .srft-btn-container{margin:30px 0}.srft-container .srft-btn{align-items:center;background:#0087fd;border:0;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex-direction:row;justify-content:center;margin:auto;padding:11px 32px}.profile-creation-guide{min-height:100vh}.profile-creation-guide .feature-label{font-weight:500}.profile-creation-guide .feature-value{color:#888;margin-left:4px}.profile-creation-guide .header-section{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;margin-bottom:32px;padding:48px}.profile-creation-guide .header-section .header-content{text-align:center}.profile-creation-guide .header-section .header-icon{align-items:center;background:#e0e7ff;border-radius:50%;display:inline-flex;height:64px;justify-content:center;margin-bottom:16px;width:64px}.profile-creation-guide .header-section .header-icon .icon{color:#4f46e5;height:32px;width:32px}.profile-creation-guide .header-section .header-title{color:#111827;font-size:2.5rem;font-weight:700;margin-bottom:16px}.profile-creation-guide .header-section .header-description{color:#6b7280;font-size:1.25rem;margin:0 auto;max-width:768px}.profile-creation-guide .content-section{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;margin-bottom:32px;padding:48px}.profile-creation-guide .content-section .section-title{align-items:center;color:#111827;display:flex;font-size:1.875rem;font-weight:700;margin-bottom:24px}.profile-creation-guide .content-section .section-title .title-icon{color:#4f46e5;height:32px;margin-right:12px;width:32px}.profile-creation-guide .content-section .section-description{color:#6b7280;margin-bottom:24px}.profile-creation-guide .content-section .info-box{border-radius:12px;margin-bottom:24px;padding:24px}.profile-creation-guide .content-section .info-box.info-box--primary,.profile-creation-guide .content-section .info-box.info-box--warning{background:#fef3c7;border-left:4px solid #f59e0b}.profile-creation-guide .content-section .info-box.info-box--info{background:#dbeafe;border-left:4px solid #3b82f6}.profile-creation-guide .content-section .info-box .info-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:12px}.profile-creation-guide .content-section .info-box .info-text{color:#4b5563;margin-bottom:16px}.profile-creation-guide .content-section .info-box .info-list{list-style:none;padding:0}.profile-creation-guide .content-section .info-box .info-list li{color:#4b5563;margin-bottom:8px;padding-left:20px;position:relative}.profile-creation-guide .content-section .info-box .info-list li:before{color:#4f46e5;content:"•";font-weight:700;left:0;position:absolute}.profile-creation-guide .content-section .entities-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.profile-creation-guide .content-section .entity-card{border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:24px;transition:all .3s ease}.profile-creation-guide .content-section .entity-card:hover{border-color:#c7d2fe;box-shadow:0 10px 25px #0000001a}.profile-creation-guide .content-section .entity-card.entity-card--selected{background:#f0f4ff;border-color:#4f46e5;box-shadow:0 10px 25px #0000001a}.profile-creation-guide .content-section .entity-card.entity-card--selected .entity-icon-container{background:#e0e7ff;color:#4f46e5}.profile-creation-guide .content-section .entity-card .entity-card-content{text-align:center}.profile-creation-guide .content-section .entity-card .entity-icon-container{align-items:center;background:#f3f4f6;border-radius:50%;display:inline-flex;height:64px;justify-content:center;margin-bottom:16px;transition:all .3s ease;width:64px}.profile-creation-guide .content-section .entity-card .entity-icon-container .entity-icon{color:#6b7280;height:32px;width:32px}.profile-creation-guide .content-section .entity-card .entity-name{color:#111827;font-weight:600;margin-bottom:8px}.profile-creation-guide .content-section .entity-card .security-badge{border-radius:9999px;display:inline-block;font-size:.875rem;font-weight:500;padding:4px 12px}.profile-creation-guide .content-section .entity-card .security-badge.security-badge--high{background:#fee2e2;color:#b91c1c}.profile-creation-guide .content-section .entity-card .security-badge.security-badge--medium{background:#fef3c7;color:#b45309}.profile-creation-guide .content-section .entity-description{background:linear-gradient(135deg,#f0f4ff,#f3e8ff);border:1px solid #c7d2fe;border-radius:12px;padding:32px}.profile-creation-guide .content-section .entity-description .entity-description-content{display:flex;gap:16px}.profile-creation-guide .content-section .entity-description .entity-description-content .entity-description-icon{align-items:center;background:#e0e7ff;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.profile-creation-guide .content-section .entity-description .entity-description-content .entity-description-icon .entity-icon{color:#4f46e5;height:24px;width:24px}.profile-creation-guide .content-section .entity-description .entity-description-content .entity-description-text{flex:1 1}.profile-creation-guide .content-section .entity-description .entity-description-content .entity-description-title{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:8px}.profile-creation-guide .content-section .entity-description .entity-description-content .entity-description-summary{color:#4b5563;font-size:1.125rem;line-height:1.7;margin-bottom:24px}.profile-creation-guide .content-section .entity-description .entity-description-content .entity-details{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-top:10px}@media(max-width:768px){.profile-creation-guide .content-section .entity-description .entity-description-content .entity-details{grid-template-columns:1fr}}.profile-creation-guide .content-section .entity-description .entity-description-content .details-title{color:#111827;font-weight:600;margin-bottom:8px}.profile-creation-guide .content-section .entity-description .entity-description-content .features-list{list-style:none;padding:0}.profile-creation-guide .content-section .entity-description .entity-description-content .features-list .feature-item{align-items:flex-start;color:#4b5563;display:flex;gap:10px;margin-bottom:8px}.profile-creation-guide .content-section .entity-description .entity-description-content .features-list .feature-item .feature-dot{background:#4f46e5;border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}.profile-creation-guide .content-section .entity-description .entity-description-content .security-info{align-items:center;display:flex;gap:8px}.profile-creation-guide .content-section .entity-description .entity-description-content .security-info .security-level{border-radius:9999px;font-size:.875rem;font-weight:500;padding:4px 12px}.profile-creation-guide .content-section .entity-description .entity-description-content .security-info .security-level.security-level--high{background:#fee2e2;color:#b91c1c}.profile-creation-guide .content-section .entity-description .entity-description-content .security-info .security-level.security-level--medium{background:#fef3c7;color:#b45309}.profile-creation-guide .content-section .entity-description .entity-description-content .security-info .entity-category{color:#6b7280}.profile-creation-guide .content-section .speed-setting{background:#f8fafc;border-radius:12px;padding:32px}.profile-creation-guide .content-section .speed-setting .speed-header{align-items:center;display:flex;margin-bottom:24px}.profile-creation-guide .content-section .speed-setting .speed-header .speed-icon{color:#4f46e5;height:24px;margin-right:12px;width:24px}.profile-creation-guide .content-section .speed-setting .speed-header .speed-title{color:#111827;font-size:1.25rem;font-weight:600}.profile-creation-guide .content-section .speed-setting .speed-control{margin-bottom:24px}.profile-creation-guide .content-section .speed-setting .speed-control .speed-display{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.profile-creation-guide .content-section .speed-setting .speed-control .speed-display .speed-label{color:#4b5563;font-size:.875rem;font-weight:500}.profile-creation-guide .content-section .speed-setting .speed-control .speed-display .speed-value{color:#4f46e5;font-size:1.125rem;font-weight:700}.profile-creation-guide .content-section .speed-setting .speed-control .speed-slider-container .speed-slider-wrapper{margin-bottom:8px;position:relative}.profile-creation-guide .content-section .speed-setting .speed-control .speed-slider-container .speed-slider-wrapper .speed-slider{-webkit-appearance:none;appearance:none;border-radius:6px;cursor:pointer;height:12px;outline:none;width:100%}.profile-creation-guide .content-section .speed-setting .speed-control .speed-slider-container .speed-slider-wrapper .speed-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#4f46e5;border-radius:50%;box-shadow:0 2px 6px #0003;cursor:pointer;height:24px;width:24px}.profile-creation-guide .content-section .speed-setting .speed-control .speed-slider-container .speed-slider-wrapper .speed-slider::-moz-range-thumb{background:#4f46e5;border:none;border-radius:50%;box-shadow:0 2px 6px #0003;cursor:pointer;height:24px;width:24px}.profile-creation-guide .content-section .speed-setting .speed-control .speed-slider-container .speed-marks{color:#6b7280;display:flex;font-size:.75rem;justify-content:space-between}.profile-creation-guide .content-section .speed-setting .speed-levels{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level{border:1px solid;border-radius:8px;padding:16px}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--minimum{background:#fef2f2;border-color:#fecaca}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--minimum .level-title{color:#b91c1c}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--minimum .level-description{color:#dc2626}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--recommended{background:#fffbeb;border-color:#fed7aa}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--recommended .level-title{color:#b45309}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--recommended .level-description{color:#d97706}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--optimal{background:#f0fdf4;border-color:#bbf7d0}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--optimal .level-title{color:#166534}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level.speed-level--optimal .level-description{color:#16a34a}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level .level-title{font-weight:600;margin-bottom:8px}.profile-creation-guide .content-section .speed-setting .speed-levels .speed-level .level-description{font-size:.875rem}.profile-creation-guide .content-section .speed-setting .speed-explanation{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.profile-creation-guide .content-section .speed-setting .speed-explanation .explanation-title{color:#111827;font-weight:600;margin-bottom:12px}.profile-creation-guide .content-section .speed-setting .speed-explanation .explanation-text{color:#4b5563;margin-bottom:16px}.profile-creation-guide .content-section .speed-setting .speed-explanation .explanation-list{list-style:none;padding:0}.profile-creation-guide .content-section .speed-setting .speed-explanation .explanation-list .explanation-item{align-items:flex-start;color:#4b5563;display:flex;margin-bottom:8px}.profile-creation-guide .content-section .speed-setting .speed-explanation .explanation-list .explanation-item .explanation-dot{background:#4f46e5;border-radius:50%;flex-shrink:0;height:8px;margin-right:12px;margin-top:6px;width:8px}.profile-creation-guide .footer{color:#6b7280;margin-top:32px;text-align:center}.proctoring-guide{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh}.hero{background:linear-gradient(135deg,#4f46e5,#7c3aed,#ec4899);color:#fff;overflow:hidden;position:relative}.hero__overlay{background:#0006;inset:0;position:absolute}.hero__pattern{inset:0;opacity:.1;position:absolute}.hero__pattern:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";inset:0;position:absolute;transform:skewX(-12deg)}.hero__content{margin:0 auto;max-width:64rem;padding:6rem 1.5rem;position:relative;z-index:10}.hero__icon-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:2rem}.hero__icon-wrapper .icon-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.hero__icon-wrapper .icon-container .shield-icon{height:48px;width:48px}.hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero__title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fbbf24,#f97316);background-clip:text;-webkit-background-clip:text}.hero__subtitle{color:#ffffffe6;font-size:1.25rem;font-weight:300;margin:0 auto;max-width:32rem}@keyframes shimmer{0%,to{transform:translateX(-100%) skewX(-12deg)}50%{transform:translateX(200%) skewX(-12deg)}}.section--white{background:#fff}.section__container{margin:0 auto;max-width:88rem}.section__header{margin-bottom:4rem}.section__title{color:#111827;font-weight:700;margin-bottom:1rem;margin-top:2rem}.risk-levels{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.risk-levels__card{border:2px solid;border-radius:1rem;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.risk-levels__card:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-8px)}.risk-levels__card--red{background:#fef2f2;border-color:#fecaca}.risk-levels__card--red .risk-levels__icon-bg,.risk-levels__card--red .risk-levels__stripe{background:#ef4444}.risk-levels__card--red .risk-levels__title{color:#ef4444}.risk-levels__card--orange{background:#fff7ed;border-color:#fed7aa}.risk-levels__card--orange .risk-levels__icon-bg,.risk-levels__card--orange .risk-levels__stripe{background:#f97316}.risk-levels__card--orange .risk-levels__title{color:#f97316}.risk-levels__card--green{background:#f0fdf4;border-color:#bbf7d0}.risk-levels__card--green .risk-levels__icon-bg,.risk-levels__card--green .risk-levels__stripe{background:#10b981}.risk-levels__card--green .risk-levels__title{color:#10b981}.risk-levels__card--blue{background:#eff6ff;border-color:#dbeafe}.risk-levels__card--blue .risk-levels__icon-bg,.risk-levels__card--blue .risk-levels__stripe{background:#3b82f6}.risk-levels__card--blue .risk-levels__title{color:#3b82f6}.risk-levels__card--purple{background:#faf5ff;border-color:#e9d5ff}.risk-levels__card--purple .risk-levels__icon-bg,.risk-levels__card--purple .risk-levels__stripe{background:#8b5cf6}.risk-levels__card--purple .risk-levels__title{color:#8b5cf6}.risk-levels__card--indigo{background:#eef2ff;border-color:#c7d2fe}.risk-levels__card--indigo .risk-levels__icon-bg,.risk-levels__card--indigo .risk-levels__stripe{background:#6366f1}.risk-levels__card--indigo .risk-levels__title{color:#6366f1}.risk-levels__card--teal{background:#f0fdfa;border-color:#99f6e4}.risk-levels__card--teal .risk-levels__icon-bg,.risk-levels__card--teal .risk-levels__stripe{background:#14b8a6}.risk-levels__card--teal .risk-levels__title{color:#14b8a6}.risk-levels__card:before{content:""}.risk-levels__card:before,.risk-levels__stripe{height:4px;left:0;position:absolute;right:0;top:0}.risk-levels__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.risk-levels__icon-bg{align-items:center;border-radius:50%;color:#fff;display:flex;height:56px;justify-content:center;width:56px}.risk-levels__icon-bg .icon{height:32px;width:32px}.risk-levels__points{border-radius:9999px;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.risk-levels__points--high{background:#ef4444}.risk-levels__points--medium{background:#f97316}.risk-levels__points--low{background:#10b981}.risk-levels__title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.risk-levels__description{color:#6b7280;line-height:1.6}.incident-types{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.incident-types__card{border:2px solid;border-radius:1rem;box-shadow:0 10px 30px #0000001a;padding:2rem;transition:all .3s ease}.incident-types__card:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-8px)}.incident-types__card--red{background:#fef2f2;border-color:#fecaca}.incident-types__card--orange{background:#fff7ed;border-color:#fed7aa}.incident-types__card--green{background:#f0fdf4;border-color:#bbf7d0}.incident-types__card--blue{background:#eff6ff;border-color:#dbeafe}.incident-types__card--purple{background:#faf5ff;border-color:#e9d5ff}.incident-types__card--indigo{background:#eef2ff;border-color:#c7d2fe}.incident-types__card--teal{background:#f0fdfa;border-color:#99f6e4}.incident-types__header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.incident-types__icon-bg{align-items:center;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px #0000000d;display:flex;height:56px;justify-content:center;width:56px}.incident-types__icon-bg .incident-icon{height:32px;width:32px}.incident-types__title{color:#1f2937;font-size:1.5rem;font-weight:700}.incident-types__rules{display:flex;flex-direction:column;gap:1rem}.incident-types__rule{align-items:center;background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.incident-types__rule:hover{box-shadow:0 4px 8px #0000001a}.incident-types__rule-info{align-items:center;display:flex;gap:.75rem}.incident-types__rule-info .clock-icon{color:#6b7280;height:20px;width:20px}.incident-types__duration{color:#374151;font-weight:500}.incident-types__points{border-radius:9999px;color:#fff;font-size:.875rem;font-weight:700;padding:.5rem 1rem}.incident-types__points--high{background:#ef4444}.incident-types__points--medium{background:#f97316}.incident-types__points--low{background:#10b981}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.features__card{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000001a;padding:1.5rem;transition:all .3s ease}.features__card:hover{box-shadow:0 25px 50px #00000026;transform:translateY(-8px)}.features__icon-bg{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.75rem;color:#fff;display:inline-flex;margin-bottom:1rem;padding:.75rem}.features__icon-bg .feature-icon{height:32px;width:32px}.features__title{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.features__description{color:#6b7280}.footer{background:#111827;color:#fff;padding:3rem 1.5rem}.footer__container{margin:0 auto;max-width:88rem}.footer__icon{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.footer__icon .shield-icon{color:#60a5fa;height:32px;width:32px}.footer__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer__subtitle{color:#9ca3af}@media(max-width:768px){.incident-types{grid-template-columns:1fr}.features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.hero__content{padding:4rem 1rem}}
/*# sourceMappingURL=main.2cc5e1ce.css.map*/