*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;line-height:1.25;font-size:16px;font-family:sans-serif;font-optical-sizing:auto;font-weight:100;font-style:normal;color:var(--text-color)}.wrapper{width:var(--desktop);margin:0 auto}@media screen and (max-width: 1000px){.wrapper{width:90%}}h1{font-size:2rem;font-weight:200;margin-top:0;margin-bottom:.75rem}h2{font-size:1.75rem;font-weight:200;margin-top:0;margin-bottom:.75rem}h3{font-size:1.5rem;font-weight:200;margin-top:0;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:200;text-decoration:underline;margin-top:0;margin-bottom:.5rem}h5{font-size:1rem;font-weight:200;text-decoration:underline;font-style:italic;margin-top:0;margin-bottom:.5rem}h1,h2,h3,h4,h5{white-space:pre-line}h1 *:not(:last-child),h2 *:not(:last-child),h3 *:not(:last-child),h4 *:not(:last-child),h5 *:not(:last-child){margin-right:.25rem}h1 .mlc-highlight,h2 .mlc-highlight,h3 .mlc-highlight,h4 .mlc-highlight,h5 .mlc-highlight{font-weight:400;color:var(--primary-color)}p{font-size:1rem;line-height:1.5;margin-bottom:1rem}a{color:var(--link-color);text-decoration:none;font-weight:400;transition:color .2s;cursor:pointer}a:hover{color:var(--link-hover-color)}.mlc-uber-title{text-transform:uppercase;margin-bottom:.25rem;display:flex}.mlc-uber-title:not(.no-accent):before{display:inline-block;content:"\f3c2";width:1rem;height:1rem;overflow:hidden;font-family:Remixicon;margin:0 .25rem 0 0;color:var(--primary-color)}.mlc-button{display:flex;align-items:center;gap:2rem;border:none;outline:none;padding:.75rem 1rem;cursor:pointer;transition:all .2s}.mlc-button-primary{background:var(--primary-color);color:var(--white)}.mlc-button-primary:hover{background:var(--primary-color-dark)}.mlc-button-text{background:transparent;color:var(--primary-color)}.mlc-button-text:hover{color:var(--primary-color-dark)}.region-en{--primary-color: #0d4c82;--primary-color-dark: #032b4d;--secondary-color: #0EAA9F;--secondary-color-dark: #09736c;--success-color: #28A745;--warning-color: #FFC107;--danger-color: #DC3545;--background-color: #FEFDFF;--background-color-dark: #F8F7F9;--text-color: #212529;--text-color-muted: #848f99;--link-color: var(--primary-color);--link-hover-color: var(--primary-color-dark);--border-color: #DEE2E6;--accent-color: #17A2B8;--white: #FFFFFF;--black: #000000;--charocal: #212022}.region-sr{--primary-color: #e03153;--primary-color-dark: #801c30;--secondary-color: #75756e;--secondary-color-dark: #626b70;--success-color: #28A745;--warning-color: #FFC107;--danger-color: #DC3545;--background-color: #FEFDFF;--background-color-dark: #F8F7F9;--text-color: #212529;--text-color-muted: #848f99;--link-color: var(--primary-color);--link-hover-color: var(--primary-color-dark);--border-color: #DEE2E6;--accent-color: #17A2B8;--white: #FFFFFF;--black: #000000;--charocal: #212022}:root{--desktop: 940px;--tablet: 700px;--box-shadow: 0 2px 2px rgba(0, 0, 0, .25)}:root .mlc-skeleton{display:block;background-color:#818082;border-radius:4px;animation:shimmer 1.5s ease-in-out infinite alternate}@keyframes shimmer{0%{opacity:.5}to{opacity:1}}::selection{color:var(--white);background:var(--secondary-color)}[class^=show-]{display:none}@media screen and (max-width: 700px){[class^=show-]{display:block}}.info-note{display:flex;gap:1rem;padding:1.5rem;background:#e6edf2;border-bottom:.25rem solid var(--primary-color);border-radius:.5rem;text-align:start}.info-note i{font-size:2rem}
