.consent-checkbox{position:relative}.consent-checkbox--invalid{animation:consent-checkbox-blink .3s infinite alternate}.consent-checkbox__box{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.consent-checkbox__chkb-wrap{margin-right:.5em;-ms-flex:0 0 auto;flex:0 0 auto}.consent-checkbox__text{padding-top:2px;-ms-flex:1 1 auto;flex:1 1 auto;text-align:left}.consent-checkbox__bubble-pos{position:relative}.consent-checkbox__bubble{position:absolute;z-index:100;bottom:15px;left:40px;width:350px;max-width:calc(100vw - 60px);box-sizing:border-box;background:white;padding:16px 20px;font-size:14px;border:solid 1px #E5E5E5;border-radius:5px;box-shadow:rgba(0,0,0,0.2) 0 0 10px;transition:opacity .2s,transform .2s,visibility .2s}.consent-checkbox__bubble p:last-child{margin-bottom:0}.consent-checkbox__bubble p:first-child{margin-top:0}.common-content div .consent-checkbox__bubble{max-width:calc(100vw - 60px)}.consent-checkbox__bubble-s{font-size:12px;padding:8px 12px;width:250px}.consent-checkbox__bubble-m{width:400px}.consent-checkbox__bubble-l{width:550px}.consent-checkbox__bubble-arrow{position:absolute;bottom:-12px;left:calc(50% - 10px);height:12px;width:20px;overflow:hidden}.consent-checkbox__bubble-arrow::after{content:'';display:block;background-color:white;width:14px;height:14px;transform:translate(2px, -8px) scaleY(.8) rotate(45deg);box-shadow:rgba(0,0,0,0.2) 0 0 7px}.consent-checkbox--inverted-bubble .consent-checkbox__bubble{bottom:auto}.consent-checkbox--inverted-bubble .consent-checkbox__bubble-arrow{top:-12px;bottom:auto}.consent-checkbox--inverted-bubble .consent-checkbox__bubble-arrow::after{transform:translate(2px, 8px) scaleY(.8) rotate(45deg)}.consent-checkbox:not(:hover) .consent-checkbox__bubble{visibility:hidden;opacity:0;transform:translateY(-10px);transition-delay:.15s,.15s,.15s}@media (max-width:400px){.consent-checkbox__bubble{left:20px}}@keyframes consent-checkbox-blink{from{background:transparent;color:inherit}to{background:rgba(255,0,0,0.2);color:red}}