iframe{width:100%;min-height:700px;border:0;overflow:hidden}.dot-flashing{position:relative;width:6px;height:6px;border-radius:5px;color:#fff;animation:dot-flashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-15px;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:6px;height:6px;border-radius:5px;background-color:#fff;color:#fff}.dot-flashing:after{left:15px;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{background-color:#fff}50%,to{background-color:#ffffff30}}input.defaultCheckbox{color:#fff}input.defaultCheckbox:before{content:url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.951172 5.85384L4.28451 8.97884L10.9512 0.645508' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");fill:currentColor;opacity:0;height:10px;width:12px;top:0;position:absolute;left:50%;transform:translate(-50%)}input.defaultCheckbox:before path{fill:currentColor}input:checked.defaultCheckbox:before{opacity:1}