html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
*{box-sizing:border-box;font-family:var(--main-font)}:root{--primary: rgba(0, 0, 0, 0.07);--primarylight: rgba(0, 0, 0, 0.05);--primarylighthover: rgba(0, 0, 0, 0.06);--primarydarkhover: rgba(0, 0, 0, 0.85);--primary-contrast: white;--secondary: rgba(0, 0, 0, 0.5);--secondary-contrast: white;--error: #e52854;--borderRadius: 3px;--success: rgba(0, 128, 0);--main-font: "Open Sans", sans-serif;--second-font: "Open Sans", sans-serif;--theme-contrast: "black"}*:focus{outline:1px dashed var(--primary-contrast)}body{font-family:var(--main-font);font-size:15px;line-height:1.6em;background-color:#efefef}a{color:inherit;text-decoration:none}main{display:flex;padding:0 0 5rem;justify-content:center;position:relative;min-height:50%}@media(max-width: 997px){main{padding-bottom:3rem}}main .error-message{padding-top:1rem;display:block;text-align:center}h2{font-weight:700;font-size:1.6rem;line-height:1.4em;color:var(--primary);margin-bottom:.4rem;font-family:var(--second-font)}@media(max-width: 767px){h2{font-size:6vw;line-height:1.4em;width:80%;margin-bottom:3vw}}h3{font-weight:700;font-size:1.8rem;line-height:1.4em;color:var(--primary);margin-bottom:.1rem;position:relative}@media(max-width: 767px){h3{font-size:1.6rem;line-height:1.4em}}.h3--big-color{padding:0 0px 5px;text-align:left;width:65%;margin-bottom:.5rem}@media(max-width: 767px){.h3--big-color{width:100%;font-size:7vw;line-height:1.4em}}.h3--contrast{width:100%;margin-bottom:30px;color:var(--primary-contrast)}legend{display:block;padding:1rem 0 1.5rem;width:100%;font-size:.9rem;line-height:1.4em;color:rgba(0,0,0,.5)}button{font-family:var(--main-font);outline:none;border:none;background:rgba(0,0,0,0);transition:.3s ease-in-out;cursor:pointer;font-weight:700;border-radius:var(--borderRadius);font-size:14px;line-height:2.6em}.separate-1{margin-top:.6rem}.separate-2{margin-top:1.2rem}.separate-3{margin-top:2.4rem}.separate-after-3{margin-bottom:2.4rem}.label-without-checkbox{padding-left:2.3rem}.rate-bundle-term .contract-volume-header,.rate-bundle-term .average-price-term,.rate-bundle-term .average-price-month{color:rgba(0,0,0,.5)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0}@keyframes appear{from{opacity:auto;visibility:auto;transform:auto}to{opacity:1;visibility:visible;transform:translateY(0)}}@font-face{font-family:"Open Sans Regular";src:url(/57cd57a648021fa1c396.ttf)}@font-face{font-family:"Open Sans SemiBold";src:url(/2b370b191e5562dadc78.ttf)}@font-face{font-family:"Open Sans Bold";src:url(/a0fe34bea92d4e1a84d6.ttf)}@font-face{font-family:"Open Sans ExtraBold";src:url(/f3f77b66062bde625834.ttf)}@font-face{font-family:"Open Sans Light";src:url(/8ed223d62df9e1a6a838.ttf)}@font-face{font-family:"Open Sans Light";src:url(/8ed223d62df9e1a6a838.ttf)}@font-face{font-family:"Open Sans Medium";src:url(/65529e6c75fe516f596a.ttf)}@font-face{font-family:"Open Sans Italic";src:url(/dfdc57f049b12560a7d9.ttf)}@font-face{font-family:"Open Sans BoldItalic";src:url(/de2cc75522f7b31c7536.ttf)}@font-face{font-family:"Open Sans ExtraBoldItalic";src:url(/9964f75ee1b98b4bea4d.ttf)}@font-face{font-family:"Open Sans LightItalic";src:url(/59e442f7e942b549510f.ttf)}@font-face{font-family:"Open Sans MediumItalic";src:url(/00b0286ec1643a480c09.ttf)}@font-face{font-family:"Open Sans SemiBoldItalic";src:url(/cd71012be188e507397b.ttf)}
.error-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8}.error-content{max-width:430px;text-align:center;padding:40px;border:1px solid #ddd;background-color:#fff;border-radius:8px;box-shadow:0px 0px 10px rgba(0,0,0,.2)}.error-title{font-size:28px;font-weight:bold;margin-bottom:30px;color:tomato;line-height:34px}.error-description{font-size:18px;margin-bottom:30px;color:#333}.error-code{font-size:18px;margin-bottom:30px;color:#666}.error-buttons{display:flex;justify-content:center;gap:20px}.refresh-button,.home-button{padding:0 20px;font-size:18px;height:40px;height:45px;vertical-align:middle}.refresh-button{background-color:#428bca;color:#fff}.home-button{background-color:#ccc;color:#333}
@keyframes load{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.loader--regular{width:2rem;height:2rem}.loader--fullpage{position:fixed;z-index:100;width:4rem;height:4rem;left:calc(50% - 2rem);top:35vh}.loader--contain{position:absolute;left:5%;top:5%;width:90%;height:90%}.loader--color-grey{color:#b2b2b2}.loader--color-inherit{color:inherit}.loader__inside{animation:load .5s ease-in-out infinite;height:100%;max-width:100%}.loader__svg{max-height:100%;max-width:100%}

/*# sourceMappingURL=main.5ab0246416fe6ff496ee.css.map*/