.illustration{position:relative}@media only screen and (max-width: 768px){.illustration{display:none}}.illustration__loader{opacity:1;font-family:prometo,sans-serif;font-size:max(1.6em,min(5dvb,3.2em));font-weight:800;color:#fff;text-align:center;white-space:nowrap;animation:hideContent .1s linear var(--loading-duration) forwards;overflow:hidden;perspective:1000px;position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);display:inline-flex;flex-flow:row nowrap;align-items:cemter;align-content:center;justify-content:center;gap:.2em}.illustration__loader span{display:inline-block;line-height:1;animation:loading 1.6s infinite;transform-origin:50% 50% -10px;transform-style:preserve-3d}.illustration__loader span:nth-child(2){animation-delay:.1s}.illustration__loader span:nth-child(3){animation-delay:.2s}.illustration__loader span:nth-child(4){animation-delay:.3s}.illustration__loader span:nth-child(5){animation-delay:.4s}.illustration__loader span:nth-child(6){animation-delay:.5s}.illustration__loader span:nth-child(7){animation-delay:.6s}.illustration__blob{position:absolute;inset:50% auto auto 0;width:280px;width:var(--blob_inline-size, 280px);background-color:#384571;opacity:0;color:#fff;animation:showContent .5s linear var(--loading-duration) forwards;translate:0 120%;translate:0 var(--blob_trans-x, 120%);z-index:20;pointer-events:none;padding:1.6em;border-radius:l;border-radius:1.6em}@media only screen and (max-width: 1024px){.illustration__blob{--blob_inline-size: 220px;--blob_trans-x: 70%}}.illustration__blob:after{position:absolute;top:auto;right:1.6em;bottom:calc(100% - 1px);left:auto;content:"";min-width:1.6em;aspect-ratio:1;background-color:inherit;-webkit-clip-path:polygon(100% 0,0% 100%,100% 100%);clip-path:polygon(100% 0,0% 100%,100% 100%)}.illustration__blob p{font-size:max(14px,min(2dvb,16px))}.illustration__blob .button{margin-top:.8em;isolation:isolate;pointer-events:initial}@keyframes showContent{to{opacity:1}}@keyframes hideContent{to{opacity:0}}@keyframes loading{0%{transform:rotateX(-360deg)}70%{transform:rotateX(0)}}
