@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}:root{--accent-primary: #0d0a19;--accent-secondary: #65636f;--accent-blue: #267ef2;--accent-white: #ffffff;--accent-red: #ff0004;--btn-bg-primary: #ff0004;--btn-bg-secondary: #fdece5;--btn-bg-disabled: #f5f6f7;--btn-accent-disabled: #9a9ea7;--shadow-color: #f0f2f5;--border-color: #eeeeee;--bg-color: #ffffff;--green: #129f20;--teal: #a2f3d9}body{font-family:Inter,"sans-serif"}ul{list-style-type:none}a{text-decoration:none}.container{max-width:800px;margin:0 auto;padding:25px;color:var(--accent-primary)}.title{font-size:28px;font-weight:600;margin-bottom:45px}.buttonContainer{display:flex;gap:10px;margin-top:60px}.backButton,.nextButton{flex:1;padding:16px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;border:none;transition:background-color .2s}.backButton{background-color:#fff;border:1px solid #ddd;color:var(--btn-bg-primary)}.nextButton{background-color:var(--btn-bg-primary);color:#fff}.backButton:hover{background-color:#f8f8f8}.nextButton:hover{background-color:var(--btn-bg-primary)}.lang-btns{z-index:100000;float:right}._toastContainer_1issy_2{position:fixed;top:1rem;right:1rem;z-index:1050;transition:opacity .3s ease-in-out,transform .3s ease-in-out}._hide_1issy_10{opacity:0;transform:translateY(-20px);pointer-events:none;display:none;box-shadow:none}._show_1issy_18{opacity:1;transform:translateY(0)}._toast_1issy_2{min-width:250px;max-width:350px;background:#fff;border-radius:8px;padding:10px;overflow:hidden}._primary_1issy_34{background-color:#007bff;color:#fff}._success_1issy_35{background-color:#28a745;color:#fff}._danger_1issy_36{background-color:#dc3545;color:#fff}._dark_1issy_37{background-color:#343a40;color:#fff}._toastHeader_1issy_40{display:flex;justify-content:space-between;align-items:center;font-weight:700;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.2)}._toastTitle_1issy_49{flex-grow:1}._toastClose_1issy_53{background:none;border:none;color:inherit;font-size:1.2rem;cursor:pointer}._toastBody_1issy_62{padding-top:5px}._textWhite_1issy_66{color:#fff}._modal_1issy_71{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s}._modal_1issy_71._show_1issy_18{opacity:1;visibility:visible}._modalContent_1issy_88{background:#fff;padding:20px;border-radius:8px;min-width:300px}._modalHeader_1issy_95{display:flex;justify-content:space-between;font-weight:700}._modalClose_1issy_101{background:none;border:none;font-size:1.5rem;cursor:pointer}._modalFooter_1issy_108{display:flex;justify-content:flex-end;gap:10px}._buttonSecondary_1issy_114{background:gray;color:#fff;padding:8px 12px;border:none;border-radius:5px}._buttonDanger_1issy_122{background:red;color:#fff;padding:8px 12px;border:none;border-radius:5px}._wrapper_1qras_1{display:flex;align-items:center;justify-content:flex-start;padding:24px}._wrapper_166jn_1{display:flex;align-items:center;justify-content:center;padding:24px}._logoContainer_166jn_8{width:80%}._wrapper_brcou_1{display:flex;align-items:center;justify-content:center;padding:24px 0;max-width:1200px;margin:0 auto}._footerList_brcou_10{display:flex;align-items:center;justify-content:flex-start;width:80%;gap:30px;font-size:.9rem}._copyRights_brcou_19{color:var(--accent-secondary);opacity:.9}._btn_brcou_24{background-color:#fff;border:none;padding:10px;color:gray;margin-right:10px}._btn_brcou_24:hover{cursor:pointer}._icon_brcou_34{padding-left:10px}@media (max-width: 480px){._footerList_brcou_10{flex-direction:column}}._wrapper_jpnsh_2{display:flex;justify-content:center;align-items:center;height:100%;background-color:var(--bg-color)}._loader_jpnsh_10{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;color:var(--accent-secondary)}._dot_jpnsh_19{width:10px;height:10px;background-color:var(--accent-red);border-radius:50%;animation:_bounce_jpnsh_1 1.4s infinite ease-in-out both}._dot_jpnsh_19:nth-child(1){animation-delay:-.32s}._dot_jpnsh_19:nth-child(2){animation-delay:-.16s}@keyframes _bounce_jpnsh_1{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}._container_1l7cw_3{min-height:100vh;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}._wrapper_1l7cw_10{max-width:1000px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden}._header_1l7cw_19{background:linear-gradient(135deg,#ff0004,#cc0003);color:#fff;padding:3rem 2rem;text-align:center;position:relative}._header_1l7cw_19:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}._title_1l7cw_38{font-size:2.5rem;font-weight:700;margin:0 0 1rem;position:relative;z-index:1}._lastUpdated_1l7cw_46{font-size:1.1rem;margin:0 0 2rem;opacity:.9;position:relative;z-index:1}._importantNotice_1l7cw_54{background:#ffffff1a;padding:1.5rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);position:relative;z-index:1}._importantNotice_1l7cw_54 p{margin:0;font-size:.9rem;line-height:1.5}._section_1l7cw_69{padding:2.5rem;border-bottom:1px solid #e2e8f0}._section_1l7cw_69:last-of-type{border-bottom:none}._sectionTitle_1l7cw_78{font-size:1.8rem;font-weight:600;color:#1a202c;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:3px solid #ff0004;display:inline-block}._subsection_1l7cw_88{margin:2rem 0}._subsectionTitle_1l7cw_92{font-size:1.3rem;font-weight:600;color:#2d3748;margin:0 0 1rem}._content_1l7cw_99 p{margin:0 0 1rem;line-height:1.7;color:#4a5568}._highlight_1l7cw_105{background:linear-gradient(135deg,#fef5e7,#fed7aa);padding:1.5rem;border-radius:10px;border-left:4px solid #f59e0b;margin:1.5rem 0}._highlight_1l7cw_105 p{margin:0;color:#92400e}._definitionGrid_1l7cw_118{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:1.5rem 0}._definition_1l7cw_118{background:#f7fafc;padding:1.5rem;border-radius:10px;border:1px solid #e2e8f0;transition:all .3s ease}._definition_1l7cw_118:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}._definition_1l7cw_118 strong{color:#ff0004;font-size:1.1rem;display:block;margin-bottom:.5rem}._definition_1l7cw_118 p{margin:0;font-size:.9rem;line-height:1.6}._list_1l7cw_151,._numberedList_1l7cw_151{padding-left:1.5rem;margin:1rem 0}._list_1l7cw_151 li,._numberedList_1l7cw_151 li{margin:.5rem 0;line-height:1.6;color:#4a5568}._cookieInfo_1l7cw_162{background:#f0fff4;padding:1.5rem;border-radius:10px;border:1px solid #9ae6b4;margin:1rem 0}._infoGrid_1l7cw_170{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin:1rem 0}._infoItem_1l7cw_177{background:#38a169;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;text-align:center;font-weight:500}._thirdPartyGrid_1l7cw_187{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:1.5rem 0}._thirdPartyItem_1l7cw_194{background:#edf2f7;padding:1.5rem;border-radius:10px;border:1px solid #cbd5e0;transition:all .3s ease}._thirdPartyItem_1l7cw_194:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}._thirdPartyItem_1l7cw_194 h4{color:#2d3748;margin:0 0 .5rem;font-size:1.1rem}._thirdPartyItem_1l7cw_194 p{margin:0;font-size:.9rem;line-height:1.5}._sharingInfo_1l7cw_219{background:#fef5e7;padding:2rem;border-radius:10px;border:1px solid #fed7aa}._circumstancesList_1l7cw_226{display:grid;gap:1rem;margin:1.5rem 0}._circumstance_1l7cw_226{background:#fff;padding:1rem 1.5rem;border-radius:8px;border-left:4px solid #f59e0b;font-size:.9rem;line-height:1.5;color:#4a5568}._storageInfo_1l7cw_242{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._storageItem_1l7cw_248{background:#e6fffa;padding:1.5rem;border-radius:10px;border:1px solid #81e6d9}._storageItem_1l7cw_248 h4{color:#234e52;margin:0 0 .5rem;font-size:1.1rem}._storageItem_1l7cw_248 p{margin:0;color:#285e61;font-size:.9rem;line-height:1.5}._securityInfo_1l7cw_268{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._securityFeature_1l7cw_274{background:#f0f4ff;padding:1.5rem;border-radius:10px;border:1px solid #c3dafe;text-align:center;transition:all .3s ease}._securityFeature_1l7cw_274:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}._securityFeature_1l7cw_274 h4{color:#3c366b;margin:0 0 .5rem;font-size:1.1rem}._securityFeature_1l7cw_274 p{margin:0;color:#553c9a;font-size:.9rem;line-height:1.5}._ccpaRights_1l7cw_301{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:1.5rem 0}._rightItem_1l7cw_308{background:#fdf2f8;padding:1.5rem;border-radius:10px;border:1px solid #fbb6ce;text-align:center;transition:all .3s ease}._rightItem_1l7cw_308:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}._rightItem_1l7cw_308 h4{color:#97266d;margin:0 0 .5rem;font-size:1.1rem}._rightItem_1l7cw_308 p{margin:0;color:#b83280;font-size:.9rem;line-height:1.5}._exerciseRights_1l7cw_335{background:#e0e7ff;padding:1.5rem;border-radius:10px;border:1px solid #c7d2fe;text-align:center;margin:1.5rem 0}._exerciseRights_1l7cw_335 p{margin:0;color:#3730a3;font-weight:500}._copaInfo_1l7cw_350{background:#fef5e7;padding:2rem;border-radius:10px;border:1px solid #fed7aa;text-align:center}._copaInfo_1l7cw_350 p{margin:0;color:#92400e;font-size:1rem;line-height:1.6}._contactInfo_1l7cw_365{background:#f0fff4;padding:2rem;border-radius:10px;border:1px solid #9ae6b4;text-align:center}._contactDetails_1l7cw_373{margin:1.5rem 0}._emailLink_1l7cw_377{display:inline-block;background:#38a169;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}._emailLink_1l7cw_377:hover{background:#2f855a;transform:translateY(-2px);box-shadow:0 4px 15px #38a1694d}._link_1l7cw_395{color:#ff0004;text-decoration:none;font-weight:500;transition:all .3s ease}._link_1l7cw_395:hover{color:#cc0003;text-decoration:underline}._footer_1l7cw_407{background:#1a202c;color:#fff;padding:2rem;text-align:center}._footer_1l7cw_407 p{margin:0;opacity:.8}@media (max-width: 768px){._container_1l7cw_3{padding:1rem}._title_1l7cw_38{font-size:2rem}._section_1l7cw_69{padding:1.5rem}._sectionTitle_1l7cw_78{font-size:1.5rem}._definitionGrid_1l7cw_118,._thirdPartyGrid_1l7cw_187,._storageInfo_1l7cw_242,._securityInfo_1l7cw_268,._ccpaRights_1l7cw_301{grid-template-columns:1fr}._infoGrid_1l7cw_170{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width: 480px){._header_1l7cw_19{padding:2rem 1rem}._title_1l7cw_38{font-size:1.8rem}._section_1l7cw_69,._importantNotice_1l7cw_54{padding:1rem}._importantNotice_1l7cw_54 p{font-size:.8rem}}._container_3pv7u_2{min-height:100vh;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}._wrapper_3pv7u_8{max-width:1000px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden}._header_3pv7u_17{background:linear-gradient(135deg,#ff0004,#cc0003);color:#fff;padding:3rem 2rem;text-align:center;position:relative}._header_3pv7u_17:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}._title_3pv7u_36{font-size:2.5rem;font-weight:700;margin:0 0 1rem;position:relative;z-index:1}._lastUpdated_3pv7u_44{font-size:1.1rem;margin:0 0 2rem;opacity:.9;position:relative;z-index:1}._importantNotice_3pv7u_52{background:#ffffff1a;padding:1.5rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);position:relative;z-index:1}._importantNotice_3pv7u_52 p{margin:0;font-size:.9rem;line-height:1.5}._section_3pv7u_67{padding:2.5rem;border-bottom:1px solid #e2e8f0}._section_3pv7u_67:last-of-type{border-bottom:none}._sectionTitle_3pv7u_76{font-size:1.8rem;font-weight:600;color:#1a202c;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:3px solid #ff0004;display:inline-block}._subsection_3pv7u_86{margin:2rem 0}._subsectionTitle_3pv7u_90{font-size:1.3rem;font-weight:600;color:#2d3748;margin:0 0 1rem}._content_3pv7u_97 p{margin:0 0 1rem;line-height:1.7;color:#4a5568}._highlight_3pv7u_103{background:linear-gradient(135deg,#fef5e7,#fed7aa);padding:1.5rem;border-radius:10px;border-left:4px solid #f59e0b;margin:1.5rem 0}._highlight_3pv7u_103 p{margin:0;color:#92400e}._prohibitedList_3pv7u_116{display:grid;grid-template-columns:1fr;gap:.8rem;margin:1.5rem 0}._prohibitedItem_3pv7u_123{background:#f7fafc;padding:1rem;border-radius:8px;border-left:4px solid #ff0004;font-size:.9rem;line-height:1.5;color:#4a5568}._list_3pv7u_133,._numberedList_3pv7u_133{padding-left:1.5rem;margin:1rem 0}._list_3pv7u_133 li,._numberedList_3pv7u_133 li{margin:.5rem 0;line-height:1.6;color:#4a5568}._footer_3pv7u_144{background:#1a202c;color:#fff;padding:2rem;text-align:center}._footer_3pv7u_144 p{margin:0;opacity:.8}@media (max-width: 768px){._container_3pv7u_2{padding:1rem}._title_3pv7u_36{font-size:2rem}._section_3pv7u_67{padding:1.5rem}._sectionTitle_3pv7u_76{font-size:1.5rem}._prohibitedList_3pv7u_116{grid-template-columns:1fr}}@media (max-width: 480px){._header_3pv7u_17{padding:2rem 1rem}._title_3pv7u_36{font-size:1.8rem}._section_3pv7u_67,._importantNotice_3pv7u_52{padding:1rem}._importantNotice_3pv7u_52 p{font-size:.8rem}}
