@charset "UTF-8";.header{width:100%;position:absolute;top:0;z-index:999;display:flex;justify-content:center}.header__inner{padding:3em 0;width:95%;gap:2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box}@media screen and (min-width: 992px){.header__inner{padding:5em 0;max-width:135rem}.header__inner .button{margin-left:auto}}.header__logo img{width:26em}@media (min-width: 992px){.header__logo img{width:34.2em}}.header__burger{width:5em;height:3em;position:relative;flex-shrink:0}.header__burger span{display:block;height:.3em;border-radius:.4em;background-color:#fff;position:absolute;transition:all .5s cubic-bezier(.215,.61,.355,1) .5s,transform .5s cubic-bezier(.215,.61,.355,1)}.header__burger span:nth-of-type(1){width:4em;transform:translateY(-50%);top:calc(50% - 1em);left:1em;transform-origin:left}.header__burger span:nth-of-type(2){width:2.8em;transform:translateY(-50%);top:50%;right:0;transform-origin:center}.header__burger span:nth-of-type(3){width:3.5em;transform:translateY(-50%);transform-origin:right;top:calc(50% + 1em);right:0}.header__burger--open span{transition:all .5s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1) .5s}.header__burger--open span:nth-of-type(1){width:1.5em;left:1.4em;transform:rotate(45deg) translateY(-50%)}.header__burger--open span:nth-of-type(2){right:calc(50% - 1.5em);transform:rotate(-45deg) translateY(-50%)}.header__burger--open span:nth-of-type(3){transform:rotate(45deg) translateY(-50%);width:1em;right:1.6em}.header__menu{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#FFFFFF;clip-path:ellipse(120% 0 at 50% 0);transition:clip-path 1s cubic-bezier(.215,.61,.355,1);will-change:clip-path;transform:translateZ(0)}.header__menu__inner{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;overflow-y:auto}.header__menu__inner nav{padding:3em 0;display:flex;flex-direction:column;gap:1.25em;line-height:1.2;width:80%;min-height:fit-content;max-height:60%;flex-grow:1;justify-content:center}@media (min-width: 992px){.header__menu__inner nav{max-width:127em}}.header__menu__inner nav .typo-32{font-size:3em}@media (min-width: 375px){.header__menu__inner nav .typo-32{font-size:3.2em}}@media (min-width: 992px){.header__menu__inner nav .typo-32{font-size:4.8em}}.header__menu__inner nav a{opacity:0;transform:translateY(50%);transition:opacity .5s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1) .5s;width:fit-content}@media (min-width: 992px){.header__menu__inner nav a span,.header__menu__inner nav a strong{position:relative;padding-left:0;transition:padding-left 425ms cubic-bezier(.77,0,.175,1)}.header__menu__inner nav a span:before,.header__menu__inner nav a strong:before{content:"";position:absolute;top:calc(50% - 2px);left:0;width:.75em;height:4px;transform:scaleX(0);transform-origin:left;background-color:currentColor;transition:transform 425ms cubic-bezier(.77,0,.175,1)}.header__menu__inner nav a span:before{top:calc(50% - 1px);height:2px}.header__menu__inner nav a:hover span,.header__menu__inner nav a:hover strong{padding-left:1em}.header__menu__inner nav a:hover span:before,.header__menu__inner nav a:hover strong:before{transform:scaleX(1)}}.header__menu .header__inner .header__burger span{background-color:#0050ff}@media (min-width: 992px){.header__menu .header__inner{min-height:19.719em}}.header+.main .menu-fade{transform:scale(1);opacity:1;transition:opacity .5s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1)}.header--open .header__menu{pointer-events:all;clip-path:ellipse(120% 120% at 50% 0)}.header--open .header__menu__inner nav a{transition:all 1s cubic-bezier(.215,.61,.355,1);opacity:1;transform:translateY(0)}.header--open .header__menu__inner nav a:nth-child(1){transition-delay:.2s}.header--open .header__menu__inner nav a:nth-child(2){transition-delay:.3s}.header--open .header__menu__inner nav a:nth-child(3){transition-delay:.4s}.header--open .header__menu__inner nav a:nth-child(4){transition-delay:.5s}.header--open .header__menu__inner nav a:nth-child(5){transition-delay:.6s}.header--open .header__menu__inner nav a:nth-child(6){transition-delay:.7s}.header--open .header__menu__inner nav a:nth-child(7){transition-delay:.8s}.header--open+.main .menu-fade{transform:scale(.9);opacity:0}.bubbles--head .bubble{transition:left cubic-bezier(.77,0,.175,1) 1s,top cubic-bezier(.77,0,.175,1) 1s}.bubbles--head .bubble img{--dur: 6s;--delay: 0s;--pivot-x: 50%;--pivot-y: 50%;animation:bubble-wiggle var(--dur) ease-in-out infinite;animation-delay:var(--delay);transform-origin:var(--pivot-x) var(--pivot-y)}@keyframes bubble-wiggle{0%{transform:translate(0) rotate(0)}20%{transform:translate(4px) rotate(2deg)}40%{transform:translateY(-3px) rotate(-2deg)}60%{transform:translate(-4px) rotate(1deg)}80%{transform:translateY(3px) rotate(-1deg)}to{transform:translate(0) rotate(0)}}.bubbles--head .bubble--1 img{--dur: 6.5s;--delay: -1.2s;--pivot-x: 46%;--pivot-y: 52%}.bubbles--head .bubble--2 img{--dur: 7.1s;--delay: -.6s;--pivot-x: 54%;--pivot-y: 48%}.bubbles--head .bubble--3 img{--dur: 5.8s;--delay: -2s;--pivot-x: 50%;--pivot-y: 45%}.bubbles--head .bubble--4 img{--dur: 6.9s;--delay: -.9s;--pivot-x: 48%;--pivot-y: 55%}.bubbles--head .bubble--5 img{--dur: 7.6s;--delay: -1.7s;--pivot-x: 52%;--pivot-y: 50%}body:has(.header--open) .bubbles--head .bubble--1{top:-17em}body:has(.header--open) .bubbles--head .bubble--2{top:33em}@media (min-width: 992px){body:has(.header--open) .bubbles--head .bubble--2{top:70em}}body:has(.header--open) .bubbles--head .bubble--3{top:38em;left:calc(50% - 23em)}@media (min-width: 992px){body:has(.header--open) .bubbles--head .bubble--3{left:calc(50% - 80em);top:90em}}body:has(.header--open) .bubbles--head .bubble--4{top:8em;left:calc(50% + 14em)}body:has(.header--open) .bubbles--head .bubble--5{top:32em;left:calc(50% + 15em)}html,body{width:100%;min-height:100%;position:relative;margin:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:OnAir,Arial;font-weight:400;font-size:.625em;line-height:1.375;color:#00001e;background-color:#fff}svg,canvas{display:block}picture,img{position:relative;max-width:100%;max-height:100%;height:auto;display:block;object-position:center;object-fit:cover}video{width:100%;height:auto;border-radius:2rem}::-moz-selection{color:#fff;background:#82DCFA}::selection{color:#fff;background:#82DCFA}a{color:currentColor;text-decoration:none;cursor:pointer}*:focus{outline:none!important}[x-cloak],[data-x-cloak]{display:none!important}.noscroll{overflow:hidden}@font-face{font-family:OnAir;src:url(../../assets/fonts/OnAir/OnAir-Regular.woff2) format("woff2"),url(../../assets/fonts/OnAir/OnAir-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:OnAir;src:url(../../assets/fonts/OnAir/OnAir-Bold.woff2) format("woff2"),url(../../assets/fonts/OnAir/OnAir-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:fallback}.typo-white{color:#fff}.typo-primary{color:#0050ff}.typo-13{font-size:1.3em}.typo-14{font-size:1.4em}.typo-15{font-size:1.5em}.typo-16{font-size:1.6em}.typo-18{font-size:1.8em}.typo-20{font-size:2em}.typo-22{font-size:2.2em}.typo-24{font-size:2.4em}.typo-26{font-size:2.6em}.typo-30{font-size:3em}.typo-32{font-size:3.2em}.typo-36,.typo-44{font-size:3.6em}@media (min-width: 425px){.typo-44{font-size:4.4em}}.typo-48{font-size:4.8em}.typo-100{font-size:10em}.typo-ln-1{line-height:1}.typo-ln-1_25{line-height:1.25}.typo-ln-1_375{line-height:1.375}.typo-ln-1_4{line-height:1.4}.typo-grey{color:#73737c}.typo-dark{color:#00001e}.typo-center{text-align:center}.typo-right{text-align:right}.typo-va-super1,.typo-va-super{display:inline-block;position:relative;bottom:.4em}.typo-va-super1{bottom:.25em}.typo-scaley-0_8,.typo-scaley-0_9{letter-spacing:-.025em;transform:scaleY(.8)}.typo-scaley-0_9{transform:scaleY(.9)}.typo-point{padding-left:14%;position:relative}.typo-point:before{content:"";height:.4em;width:8%;display:block;top:1.2em;left:0;position:absolute;background-color:#0050ff}@media (min-width: 1200px){.typo-point{padding-left:18%}.typo-point:before{width:12%}}.typo-bull{display:inline-block;background-color:#0050ff;width:.1em;height:.1em;border-radius:50%;flex:0 0 .1em}.typo-link{color:#0050ff;text-decoration:underline}.nolist{list-style:none;margin:0;padding:0}.typo-content{color:#73737c;font-size:1.6em;line-height:1.375em}.typo-content ul{list-style:none;padding-left:1em;margin:1em 0}.typo-content ul li{position:relative;margin:1em 0}.typo-content ul li:before{content:"";width:.3em;height:.3em;position:absolute;left:-1em;top:.5em;background-color:#0050ff}.typo-content ol{padding-left:1em;margin:1em 0}.typo-content ol li{position:relative;margin:1em 0}.typo-content ol li::marker{font-weight:700}.typo-content>h2,.typo-content>h3{color:#00001e;line-height:1;margin-top:1.2em}.typo-content>h2{font-size:2.375em}.typo-content>h3{font-size:1.75em}.typo-content .button{font-size:1.125em}.typo-content p:has(a){margin-top:2.5em;margin-bottom:2.5em}.typo-content figure{margin:2em 0 1em}.typo-content figure img{width:100%;height:100%;display:block;margin:1em auto;object-fit:contain;border-radius:1em}.typo-content figure figcaption{color:#0050ff}.typo-content .typo-blue{color:#0050ff}.typo-content table{font-size:.875em;line-height:1;border-collapse:separate;border-spacing:0;margin:2em 0 1em}.typo-content table th,.typo-content table td{text-align:left;padding:1em}.typo-content table th:first-child,.typo-content table td:first-child{border-left:0}.typo-content table th{color:#fff;background-color:#0050ff;border:1px solid #4c84ff;border-width:1px 0 0 1px}.typo-content table td{background-color:#f2f4fe;border:1px solid #bfc0c9;border-width:1px 0 0 1px}.typo-content table tr:first-child th,.typo-content table tr:first-child td{border-top:0}.typo-content table tr:first-child th:first-child,.typo-content table tr:first-child td:first-child{border-top-left-radius:1em}.typo-content table tr:first-child th:last-child,.typo-content table tr:first-child td:last-child{border-top-right-radius:1em}.typo-content table tr:last-child th:first-child,.typo-content table tr:last-child td:first-child{border-bottom-left-radius:1em}.typo-content table tr:last-child th:last-child,.typo-content table tr:last-child td:last-child{border-bottom-right-radius:1em}.typo-content .banner{font-size:.625em;margin:6em 0}.typo-content .banner h3{color:#00001e}.typo-content .banner .button{font-size:1.6em;margin:0}.typo-content a:not(.button){color:#0050ff;text-decoration:underline}.typo-blue-block{padding:2em 10%;background-color:#f2f4fe;border-radius:1em;margin:2em 0}.typo-blue-block h3,.typo-blue-block h4{color:#0050ff;margin-top:.2em;margin-bottom:.7em}@media (min-width: 992px){.typo-flex{display:flex;gap:1em}.typo-flex>div{flex:1}.typo-lg-16{font-size:1.6em}.typo-lg-18{font-size:1.8em}.typo-lg-20{font-size:2em}.typo-lg-22{font-size:2.2em}.typo-lg-32{font-size:3.2em}.typo-lg-88{font-size:8.8em}.typo-lg-36{font-size:3.6em}.typo-lg-70{font-size:7em}.typo-lg-80{font-size:8em}.typo-lg-110{font-size:11em}.typo-lg-150{font-size:15em}.typo-content{font-size:1.8em}.typo-content>h2,.typo-content>h3,.typo-content>p,.typo-content>ul,.typo-content>ol,.typo-content>blockquote,.typo-content>figcaption,.typo-content .typo-blue-block,.typo-content .banner{margin-left:6.6665%;margin-right:6.6665%}.typo-content .typo-flex>h2,.typo-content .typo-flex>h3,.typo-content .typo-flex>p,.typo-content .typo-flex>ul,.typo-content .typo-flex>ol,.typo-content .typo-flex>blockquote,.typo-content .typo-flex>figcaption,.typo-content .typo-flex .typo-blue-block,.typo-content .typo-blue-block>h2,.typo-content .typo-blue-block>h3,.typo-content .typo-blue-block>p,.typo-content .typo-blue-block>ul,.typo-content .typo-blue-block>ol,.typo-content .typo-blue-block>blockquote,.typo-content .typo-blue-block>figcaption,.typo-content .typo-blue-block .typo-blue-block{margin-left:0;margin-right:0}.typo-content .button{font-size:1em}.typo-content>h2{font-size:2.6666666667em}.typo-content>h3{font-size:2.1111111111em}.typo-blue-block{padding-left:5%;padding-right:5%}}@media (min-width: 1400px){.typo-xl-16{font-size:1.6em}.typo-xl-18{font-size:1.8em}.typo-xl-22{font-size:2.2em}.typo-xl-32{font-size:3.2em}.typo-xl-70{font-size:7em}.typo-xl-88{font-size:8.8em}.typo-xl-100{font-size:10em}.typo-xl-110{font-size:11em}}.bg-primary{background-color:#0050ff}.bg-tertiary{background-color:#f2f4fe}.bg-white-half-round{position:relative;background-image:none;overflow:hidden;z-index:2;background-image:linear-gradient(to bottom,transparent 60%,#FFFFFF 60%)}.bg-white-half-round:before{content:"";width:calc(100% + 4px);height:60%;top:1px;left:-2px;display:block;position:absolute;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 72.01"><path fill="%23fff" d="M900,70.11C593.81,70.11,293.22,46.14,0,0v72.01h1800V0c-293.22,46.14-593.81,70.11-900,70.11Z"/></svg>');background-repeat:no-repeat;background-position:center bottom;background-size:100% auto}.bg-white-half-round--visible{overflow:visible}.bg-white-half-round--visible:before{width:calc(100% + 2px)}.bg-tertiary-half-round{background-image:none;position:relative;overflow:hidden;z-index:2;background-image:linear-gradient(to bottom,transparent 60%,#f2f4fe 60%)}.bg-tertiary-half-round:before{content:"";width:calc(100% + 4px);height:60%;top:1px;left:-2px;display:block;position:absolute;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 72.01"><path fill="%23f2f4fe" d="M900,70.11C593.81,70.11,293.22,46.14,0,0v72.01h1800V0c-293.22,46.14-593.81,70.11-900,70.11Z"/></svg>');background-repeat:no-repeat;background-position:center bottom;background-size:100% auto}.bg-tertiary-half-round--visible{overflow:visible}.bg-tertiary-half-round--visible:before{width:calc(100% + 2px)}.bg-gr-tertiary{background-image:linear-gradient(to bottom,#f2f4fe,#FFFFFF)}.button{color:#fff;text-align:center;font-size:1.8em;line-height:1;max-width:14em;min-width:12.11em;padding:1.2em 2.8em;margin:1em 0;border-radius:2em;background:#0050FF radial-gradient(circle,transparent 1%,#0050FF 1%) center/100%;display:flex;gap:.5em;align-items:center;justify-content:center;z-index:1;transition:background-color .67s cubic-bezier(.77,0,.175,1),background-size .67s cubic-bezier(.77,0,.175,1);box-sizing:border-box;border:0}.button--white{color:#0050ff;background:#FFFFFF radial-gradient(circle,transparent 1%,#FFFFFF 1%) center/100%}.button--dark{background:#00008C radial-gradient(circle,transparent 1%,#00008C 1%) center/100%}.button--orange{color:#00001e;background:#FFA55A radial-gradient(circle,transparent 1%,#FFA55A 1%) center/100%}.button--smallest,.button--smaller{font-size:1.6em;max-width:10em;min-width:8em;padding:1em 2em}.button--smallest{font-size:1.4em}.button--narrower{max-width:12em;min-width:10em;padding-left:1em;padding-right:1em}.button--wider{max-width:17em;padding-left:1.5em;padding-right:1.5em}.button--fit{max-width:fit-content;min-width:auto;padding-left:2em;padding-right:2em}.button:hover{color:#fff;background-size:12000%;transition:background-size .45s cubic-bezier(.25,.46,.45,.94);background-color:#0040cc}.button--dark:hover{background-color:#00001e}.button--orange:hover{color:#00001e;background-color:#fa9440}.button--white:hover{color:#0050ff;background-color:#f0f0f0}.button--to-top{font-size:.625em;min-width:10em;width:10em;height:10em;border:2px rgba(255,255,255,.4) solid;background:transparent;border-radius:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:0;transform:translate(0)}.button--to-top .icon{width:2em;height:2em;position:absolute}@media (min-width: 992px){.button--to-top{transition:border-color 425ms cubic-bezier(.77,0,.175,1)}.button--to-top .icon{transition:transform 425ms cubic-bezier(.77,0,.175,1)}.button--to-top .icon:nth-child(1){transform:translateY(0)}.button--to-top .icon:nth-child(2){transform:translateY(8em)}.button--to-top:hover{background-color:transparent;border-color:#fff}.button--to-top:hover .icon:nth-child(1){transform:translateY(-8em)}.button--to-top:hover .icon:nth-child(2){transform:translateY(0)}}.buttons{display:flex;flex-wrap:wrap;margin:2.5em 0;gap:2%;align-items:flex-start}.buttons .button{margin-top:.3em;margin-bottom:.3em}.icon{white-space:nowrap;width:.7em;height:.7em;display:inline-block;position:relative;vertical-align:middle;margin:0;overflow:hidden;background:transparent center center no-repeat;background-size:contain;color:transparent}.icon--arr{background-image:url(../../assets/svg/icons/arrow-right-white.svg)}.icon--arr-dark{background-image:url(../../assets/svg/icons/arrow-right-dark.svg)}.icon--download{width:.9em;height:.9em;vertical-align:baseline;background-image:url(../../assets/svg/icons/download.svg)}.icon--jitter{width:.9em;height:.9em;vertical-align:baseline;background-image:url(../../assets/svg/icons/jitter.svg)}.icon--ping{width:.9em;height:.9em;vertical-align:baseline;background-image:url(../../assets/svg/icons/ping.svg)}.icon--upload{width:.9em;height:.9em;vertical-align:baseline;background-image:url(../../assets/svg/icons/upload.svg)}.icon--repeat{width:1em;height:1em;background-image:url(../../assets/svg/icons/repeat.svg);flex:0 0 1em}.icon--arr-top{width:1.6em;height:1.6em;background-image:url(../../assets/svg/icons/arrow-top-white.svg)}.icon--incube{width:2em;height:2em;background-image:url(../../assets/svg/icons/incube.svg)}.box{position:relative;overflow:hidden;border-radius:1.5em}.box__no{text-align:center;width:20.2%;height:11.8%;color:#fff;background-color:#0050ff;border-radius:.4em;display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;right:0}.box__bg{display:block}.box__bg img{max-width:100%;max-height:100%;display:block;-webkit-mask-image:url(/dist/assets/box-mask-d50e430e.svg);mask-image:url(/dist/assets/box-mask-d50e430e.svg)}.box__content{position:absolute;top:0;left:0;padding:3em 8% 2em 14%}.slider{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.slider::-webkit-scrollbar{display:none}.slider>*{width:80%;flex:1 0 auto;max-width:280px;margin:0}.slider>*:last-child{margin-right:4em}@media (min-width: 1400px){.slider>*:last-child{margin-right:0}}.slider__controll{display:flex;align-items:center;justify-content:center;gap:2em}.slider__controll a{color:#0050ff;width:1.2em;height:1.2em;display:block;background-color:#0050ff;border-radius:1.2em;opacity:.25;transition:width .25s ease-in-out,opacity .25s ease-in-out}.slider__controll a.active{width:4.4em;opacity:1}.image-bg{pointer-events:none}.image-bg,.image-bg picture{width:100%;height:100%;position:absolute;top:0;left:0}.image-bg img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.image-bg--contain img{object-fit:contain}.image-rounded{overflow:hidden;border-radius:1.8em}.image-rounded-2{overflow:hidden;border-radius:2em}.image-shadow{box-shadow:0 1em 2em -1em #73737c80}.image-square{aspect-ratio:1/1;object-position:80% center}.image-square--default{aspect-ratio:auto;object-position:center;min-height:300px}@media (min-width: 768px){.image-square{aspect-ratio:auto;object-position:center center}}@media (min-width: 992px){.image-lg-bg{pointer-events:none}.image-lg-bg,.image-lg-bg picture{width:100%;height:100%;position:absolute;top:0;left:0}.image-lg-bg img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.image-lg-bg--contain img{object-fit:contain}.image-lg-bg--right img{object-position:right center}.image-lg-bg--bottom img{object-position:center bottom}}@media (min-width: 1200px){.image-xl-rounded-3{overflow:hidden;border-radius:3.5em}}.card{max-width:40em;width:100%;position:relative;padding:3em 2em;background-color:#f2f4fe;border-radius:1em;overflow:hidden;box-sizing:border-box}.card__content{position:relative;z-index:1}@media (min-width: 425px){.card{padding:3em}}.bubbles{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.bubbles .bubble{position:absolute}.bubbles .bubble img{height:auto;max-width:unset}.bubbles .bubble--1{top:-30em;left:calc(50% - 35em);z-index:2}.bubbles .bubble--1 img{width:45em}@media (min-width: 992px){.bubbles .bubble--1{top:-45em}.bubbles .bubble--1 img{width:65em}}.bubbles .bubble--2{bottom:-50em;left:calc(100% - 34em)}.bubbles .bubble--2 img{width:70em}@media (min-width: 992px){.bubbles .bubble--2{left:calc(100% - 54em)}}.bubbles .bubble--3{top:22em;left:calc(50% + 12em)}.bubbles .bubble--3 img{width:13em}@media (min-width: 992px){.bubbles .bubble--3{top:30em;left:calc(50% + 15em)}.bubbles .bubble--3 img{width:13em}}.bubbles .bubble--4{top:60em;left:calc(50% - 23em)}.bubbles .bubble--4 img{width:10em}@media (min-width: 992px){.bubbles .bubble--4{top:40em;left:calc(50% - 79em)}.bubbles .bubble--4 img{width:16em}}.bubbles .bubble--5{top:50em;left:calc(50% + 10em)}.bubbles .bubble--5 img{width:7em}@media (min-width: 992px){.bubbles .bubble--5{top:calc(50% + 6em);left:calc(50% - 27em)}.bubbles .bubble--5 img{width:10em}}.bubbles--head .bubble--1{top:50em;left:calc(50% - 50em)}@media (min-width: 992px){.bubbles--head .bubble--1{left:calc(50% - 90em)}.bubbles--head .bubble--1 img{width:50em}}.bubbles--head .bubble--2{bottom:unset;top:25em;left:calc(50% + 7em)}.bubbles--head .bubble--2 img{width:77em}@media (min-width: 992px){.bubbles--head .bubble--2{top:-15em}.bubbles--head .bubble--2 img{width:50em}}.bubbles--head .bubble--3{top:8em;left:calc(50% + 17em)}.bubbles--head .bubble--3 img{width:6em}@media (min-width: 992px){.bubbles--head .bubble--3{top:50em;left:calc(50% + 50em)}.bubbles--head .bubble--3 img{width:14em}}.bubbles--head .bubble--4{display:block;top:1em;left:calc(50% - 25em)}.bubbles--head .bubble--4 img{width:10em}@media (min-width: 992px){.bubbles--head .bubble--4{top:12em;left:calc(50% - 10em)}.bubbles--head .bubble--4 img{width:8em}}.bubbles--head .bubble--5{top:25em;left:calc(50% - 20em)}.bubbles--head .bubble--5 img{width:5em}@media (min-width: 992px){.bubbles--head .bubble--5{top:30em;left:calc(50% - 60em)}.bubbles--head .bubble--5 img{width:7em}}.bubbles--page{display:none}@media (min-width: 992px){.bubbles--page{display:block}.bubbles--page .bubble--6,.bubbles--page .bubble--1{top:70em;left:calc(50% - 84em);z-index:2}.bubbles--page .bubble--6 img,.bubbles--page .bubble--1 img{width:25em}.bubbles--page .bubble--7,.bubbles--page .bubble--2{top:75em;bottom:auto;left:calc(50% + 54em)}.bubbles--page .bubble--7 img,.bubbles--page .bubble--2 img{width:20em}.bubbles--page .bubble--8,.bubbles--page .bubble--3{top:122em;left:calc(50% + 40em)}.bubbles--page .bubble--8 img,.bubbles--page .bubble--3 img{width:10em}.bubbles--page .bubble--9,.bubbles--page .bubble--4{top:140em;left:calc(50% - 53em)}.bubbles--page .bubble--9 img,.bubbles--page .bubble--4 img{width:10em}.bubbles--page .bubble--10,.bubbles--page .bubble--5{top:40em;left:calc(50% - 50em)}.bubbles--page .bubble--10 img,.bubbles--page .bubble--5 img{width:7em}.bubbles--page .bubble--6{top:370em}.bubbles--page .bubble--7{top:375em}.bubbles--page .bubble--8{top:422em}.bubbles--page .bubble--9{top:440em}.bubbles--page .bubble--10{top:340em}}.speed{font-size:.7em;margin:3em auto;padding:5em 0;max-width:100em}.speed__inner{max-width:40em;width:90%;position:relative;margin:0 auto;display:grid;padding:2em;border-radius:2em;box-shadow:0 1em 8em -2em #00001e66;grid-template-columns:1fr 1fr;background:#FFFFFF linear-gradient(45deg,#fefeff,#FFFFFF);box-sizing:border-box}.speed__meter{grid-row:1;grid-column:1/3;padding:0;position:relative}.speed__point{padding:1em 2em}.speed__point--1{grid-row:2;grid-column:1}.speed__point--2{grid-row:2;grid-column:2}.speed__point--3{grid-row:3;grid-column:1}.speed__point--4{grid-row:3;grid-column:2}.speed__btn{opacity:1;transition:opacity .5s cubic-bezier(.215,.61,.355,1);width:17em;margin:0 auto;box-shadow:inset 1em 1em 2em #00001e1a;border-radius:50%;padding:6em;position:relative}.speed__btn__in{height:17em;color:#fff;display:flex;position:relative;align-items:center;justify-content:center;background-color:#0050ff;text-shadow:0 -.2em 0 rgba(0,0,30,.25);border-radius:50%;box-shadow:inset 0 0 .5em #00001eb3,0 0 1em 1em #fff,2em 2em 4em #00001e80;overflow:hidden}.speed__btn__in:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;background-image:linear-gradient(130deg,rgba(255,255,255,.15),rgba(0,0,30,.15));pointer-events:none;opacity:1;transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed__btn__in:after{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;background-image:linear-gradient(2800deg,rgba(255,255,255,.15),rgba(0,0,30,.15));pointer-events:none;opacity:0;transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed__clock{position:absolute;left:50%;transform:translate(-50%);top:4.5em;opacity:0;pointer-events:none;width:18em;margin:0 auto;box-shadow:inset 1em 1em 1em #00001e0d;border-radius:50%;padding:3em}.speed__clock__in{height:18em;border-radius:50%;box-shadow:1em 1em 1em #00001e0d}.speed__clock__cloud{min-height:20em;position:relative;border-radius:9em 9em 0 0;overflow:hidden}.speed__clock__cloud:before,.speed__clock__cloud:after{content:"";width:100%;height:10em;display:block;position:absolute}.speed__clock__cloud:before{top:0;background-image:linear-gradient(to bottom,#f0f1f7,#FFFFFF)}.speed__clock__cloud:after{top:10em;background-image:linear-gradient(to left,transparent,#FFFFFF 20%,#FFFFFF 80%,transparent)}.speed__clock__cloud>*{position:relative;z-index:1}.speed__clock__tics{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.speed__clock__tics div{color:#73737c40;transform-origin:bottom;position:absolute;background:linear-gradient(to top,transparent 95%,rgba(115,115,124,.25) 95%);height:16em;width:2px;top:-3.5em;left:50%;transform:rotate(var(--angle)) rotate(-127deg);opacity:0}.speed__clock__tics div:nth-child(6n+2){background:linear-gradient(to top,transparent 90%,rgba(115,115,124,.25) 90%)}.speed__clock__tics div:nth-child(6n+2):before{position:absolute;content:attr(data-value);font-weight:700;left:-8px;top:2em;z-index:11;transform:rotate(var(--position-number))}.speed__clock__tics div.active{color:#fff;background:linear-gradient(to top,transparent 95%,#0050FF 95%)}.speed__clock__tics div.active:nth-child(6n+1){background:linear-gradient(to top,transparent 90%,#0050FF 90%)}.speed__clock__tics div:nth-child(2){--angle: 0deg;--position-number: 130deg}.speed__clock__tics div:nth-child(3){--angle: 5.29deg;--position-number: 124.65deg}.speed__clock__tics div:nth-child(4){--angle: 10.58deg;--position-number: 119.3deg}.speed__clock__tics div:nth-child(5){--angle: 15.87deg;--position-number: 113.95deg}.speed__clock__tics div:nth-child(6){--angle: 21.16deg;--position-number: 108.6deg}.speed__clock__tics div:nth-child(7){--angle: 26.45deg;--position-number: 103.25deg}.speed__clock__tics div:nth-child(8){--angle: 31.74deg;--position-number: 97.9deg}.speed__clock__tics div:nth-child(9){--angle: 37.03deg;--position-number: 92.55deg}.speed__clock__tics div:nth-child(10){--angle: 42.32deg;--position-number: 87.2deg}.speed__clock__tics div:nth-child(11){--angle: 47.61deg;--position-number: 81.85deg}.speed__clock__tics div:nth-child(12){--angle: 52.9deg;--position-number: 76.5deg}.speed__clock__tics div:nth-child(13){--angle: 58.19deg;--position-number: 71.15deg}.speed__clock__tics div:nth-child(14){--angle: 63.48deg;--position-number: 65.8deg}.speed__clock__tics div:nth-child(15){--angle: 68.77deg;--position-number: 60.45deg}.speed__clock__tics div:nth-child(16){--angle: 74.06deg;--position-number: 55.1deg}.speed__clock__tics div:nth-child(17){--angle: 79.35deg;--position-number: 49.75deg}.speed__clock__tics div:nth-child(18){--angle: 84.64deg;--position-number: 44.4deg}.speed__clock__tics div:nth-child(19){--angle: 89.93deg;--position-number: 39.05deg}.speed__clock__tics div:nth-child(20){--angle: 95.22deg;--position-number: 33.7deg}.speed__clock__tics div:nth-child(21){--angle: 100.51deg;--position-number: 28.35deg}.speed__clock__tics div:nth-child(22){--angle: 105.8deg;--position-number: 23deg}.speed__clock__tics div:nth-child(23){--angle: 111.09deg;--position-number: 17.65deg}.speed__clock__tics div:nth-child(24){--angle: 116.38deg;--position-number: 12.3deg}.speed__clock__tics div:nth-child(25){--angle: 121.67deg;--position-number: 6.95deg}.speed__clock__tics div:nth-child(26){--angle: 126.96deg;--position-number: 1.6deg}.speed__clock__tics div:nth-child(27){--angle: 132.25deg;--position-number: -3.75deg}.speed__clock__tics div:nth-child(28){--angle: 137.54deg;--position-number: -9.1deg}.speed__clock__tics div:nth-child(29){--angle: 142.83deg;--position-number: -14.45deg}.speed__clock__tics div:nth-child(30){--angle: 148.12deg;--position-number: -19.8deg}.speed__clock__tics div:nth-child(31){--angle: 153.41deg;--position-number: -25.15deg}.speed__clock__tics div:nth-child(32){--angle: 158.7deg;--position-number: -30.5deg}.speed__clock__tics div:nth-child(33){--angle: 163.99deg;--position-number: -35.85deg}.speed__clock__tics div:nth-child(34){--angle: 169.28deg;--position-number: -41.2deg}.speed__clock__tics div:nth-child(35){--angle: 174.57deg;--position-number: -46.55deg}.speed__clock__tics div:nth-child(36){--angle: 179.86deg;--position-number: -51.9deg}.speed__clock__tics div:nth-child(37){--angle: 185.15deg;--position-number: -57.25deg}.speed__clock__tics div:nth-child(38){--angle: 190.44deg;--position-number: -62.6deg}.speed__clock__tics div:nth-child(39){--angle: 195.73deg;--position-number: -67.95deg}.speed__clock__tics div:nth-child(40){--angle: 201.02deg;--position-number: -73.3deg}.speed__clock__tics div:nth-child(41){--angle: 206.31deg;--position-number: -78.65deg}.speed__clock__tics div:nth-child(42){--angle: 211.6deg;--position-number: -84deg}.speed__clock__tics div:nth-child(43){--angle: 216.89deg;--position-number: -89.35deg}.speed__clock__tics div:nth-child(44){--angle: 222.18deg;--position-number: -94.7deg}.speed__clock__tics div:nth-child(45){--angle: 227.47deg;--position-number: -100.05deg}.speed__clock__tics div:nth-child(46){--angle: 232.76deg;--position-number: -105.4deg}.speed__clock__tics div:nth-child(47){--angle: 238.05deg;--position-number: -110.75deg}.speed__clock__tics div:nth-child(48){--angle: 243.34deg;--position-number: -116.1deg}.speed__clock__tics div:nth-child(49){--angle: 248.63deg;--position-number: -121.45deg}.speed__clock__tics div:nth-child(50){--angle: 253.92deg;--position-number: -126.8deg}.speed__clock__tics div:nth-child(51){--angle: 259.21deg;--position-number: -132.15deg}.speed__clock__footer{width:25em;display:block;top:50%;left:50%;margin:0;transform:translate(-50%,-50%);position:absolute;z-index:1;opacity:0;pointer-events:none}.speed__clock__footer .d2-typo--h2{text-align:center;max-width:10em;margin:0 auto 1em}.speed__clock__footer-working{font-size:26px;font-weight:700;text-align:center;margin-bottom:.5em}.speed__clock__footer-working span{margin-right:-1em}.speed__clock__footer-working span span{display:inline-block;position:relative;margin:0;transform-origin:50% 70%;animation:dot-pulse 1.5s infinite linear}.speed__clock__footer-working span span+span{animation-delay:.25s}.speed__clock__footer-working span span+span+span{animation-delay:.5s}@media (min-width: 768px){.speed__clock__footer-working{font-size:36px}}@media (min-width: 992px){.speed__clock__footer-working{margin-bottom:1em}}@media (min-width: 1400px){.speed__clock__footer-working{font-size:48px}}.speed__clock__score{width:100%;height:100%;top:0;left:0;position:absolute;padding:3%;box-sizing:border-box}.speed__clock__score svg{fill:transparent;position:relative;width:60rem;max-width:min(100%,40rem)}@media (min-width: 992px){.speed__clock__score svg{max-width:100%}}.speed__clock__score svg defs circle{stroke-dasharray:0;stroke-dashoffset:0}.speed__clock__score svg circle{stroke-dasharray:310%;stroke-dashoffset:100%;transform:rotate(140deg);transform-origin:center;stroke-linecap:round;stroke-width:2em;transition:stroke-dashoffset .3s linear}.speed__clock__score svg circle.circle:nth-of-type(2){stroke-dashoffset:310%;stroke-dashoffset:100%}.speed__clock__score svg circle.circle:nth-of-type(3){stroke:#ffffff40;stroke-dashoffset:310%;stroke-dashoffset:100%}.speed__panel{height:2.5em;display:flex;justify-content:space-between;position:absolute;left:20%;width:60%;background:#FFFFFF;border-radius:1em 1em 0 0}.speed__panel:before,.speed__panel:after{content:"";height:200%;width:2em;display:block;background:#FFFFFF;border-radius:1em;transform:rotate(45deg);transform-origin:50% 20%}.speed__panel:after{transform:rotate(-45deg)}.speed__panel--top{bottom:calc(100% - 1px)}.speed__panel--bottom{top:calc(100% - 1px);transform:rotate(180deg)}.speed--btn-clicked:has(#cmb-detail-a229865-form-a72968) .typo-xl-70,.speed--btn-clicked:has(#cmb-detail-a229865-form-a72968) .typo-xl-70+.typo-xl-16,.speed--btn-clicked:has(#cmb-detail-a229865-form-a72968) .speed__clock{filter:blur(10px);opacity:.7}.speed--btn-clicked:has(#cmb-detail-a229865-form-a72968) .speed__clock__cloud{opacity:0}.speed--btn-clicked:has(#cmb-detail-a229865-form-a72968) .speed__clock__footer{opacity:1;pointer-events:all}.speed--btn-clicked .speed__meter .speed__btn{opacity:0;pointer-events:none}.speed--btn-clicked .speed__meter .speed__clock{pointer-events:all;transition:opacity .5s cubic-bezier(.215,.61,.355,1) .2s;opacity:1}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div{opacity:1}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(0){transition:opacity .5s cubic-bezier(.215,.61,.355,1) 0ms}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(0).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(1){transition:opacity .5s cubic-bezier(.215,.61,.355,1) 20ms}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(1).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(2){transition:opacity .5s cubic-bezier(.215,.61,.355,1) 40ms}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(2).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(3){transition:opacity .5s cubic-bezier(.215,.61,.355,1) 60ms}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(3).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(4){transition:opacity .5s cubic-bezier(.215,.61,.355,1) 80ms}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(4).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(5){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .1s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(5).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(6){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .12s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(6).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(7){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .14s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(7).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(8){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .16s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(8).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(9){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .18s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(9).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(10){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .2s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(10).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(11){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .22s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(11).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(12){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .24s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(12).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(13){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .26s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(13).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(14){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .28s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(14).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(15){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .3s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(15).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(16){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .32s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(16).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(17){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .34s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(17).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(18){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .36s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(18).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(19){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .38s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(19).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(20){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .4s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(20).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(21){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .42s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(21).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(22){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .44s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(22).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(23){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .46s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(23).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(24){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .48s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(24).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(25){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .5s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(25).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(26){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .52s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(26).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(27){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .54s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(27).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(28){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .56s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(28).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(29){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .58s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(29).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(30){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .6s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(30).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(31){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .62s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(31).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(32){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .64s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(32).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(33){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .66s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(33).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(34){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .68s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(34).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(35){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .7s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(35).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(36){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .72s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(36).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(37){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .74s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(37).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(38){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .76s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(38).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(39){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .78s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(39).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(40){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .8s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(40).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(41){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .82s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(41).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(42){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .84s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(42).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(43){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .86s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(43).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(44){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .88s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(44).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(45){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .9s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(45).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(46){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .92s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(46).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(47){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .94s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(47).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(48){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .96s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(48).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(49){transition:opacity .5s cubic-bezier(.215,.61,.355,1) .98s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(49).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(50){transition:opacity .5s cubic-bezier(.215,.61,.355,1) 1s}.speed--btn-clicked .speed__meter .speed__clock .speed__clock__tics div:nth-child(50).active{transition:opacity .5s cubic-bezier(.215,.61,.355,1)}@media screen and (min-width: 375px){.speed{font-size:.8em}}@media screen and (min-width: 390px){.speed{font-size:.9em}}@media screen and (min-width: 430px){.speed{font-size:1em}}@media screen and (min-width: 992px){.speed__inner{max-width:133em;grid-gap:1em;grid-template-columns:23em auto 23em}.speed__meter{grid-row:1/3;grid-column:2;padding-bottom:0}.speed__btn__in:hover:before{opacity:0}.speed__btn__in:hover:after{opacity:1}.speed__btn__in:hover~.speed__btn__around div{padding:0%;left:0%;top:0%}.speed__btn__around,.speed__btn__around div{width:100%;height:100%;display:block;position:absolute;left:0;top:0;border-radius:50%;z-index:1;pointer-events:none}.speed__btn__around span{width:80%;height:40%;display:block;position:absolute;left:10%;top:10%;animation-name:spin1;animation-duration:3s;animation-timing-function:cubic-bezier(.77,0,.175,1);animation-iteration-count:infinite;transform-origin:bottom center}@keyframes spin1{0%{transform:rotate(0)}50%{transform:rotate(360deg)}to{transform:rotate(360deg)}}.speed__btn__around span:before,.speed__btn__around span:after{content:"";display:block}.speed__btn__around span:before{content:"";width:100%;height:100%;display:block;left:0;top:0;border:.1em solid #0050FF;border-width:2px 2px 0 0;border-radius:12em 12em 0 0;-webkit-mask-image:linear-gradient(to left,black 0%,transparent 70%);mask-image:linear-gradient(to left,black 0%,transparent 70%)}.speed__btn__around span:after{width:.2em;height:.2em;position:absolute;right:-.18em;bottom:-.15em;background:#0050FF;border-radius:50%;box-shadow:0 0 1em .1em #0050ff}.speed__btn__around span+span{animation-name:spin2}@keyframes spin2{0%{transform:rotate(180deg)}50%{transform:rotate(540deg)}to{transform:rotate(540deg)}}.speed__btn__around div{border:1px solid rgba(115,115,124,.1);padding:10%;left:-10%;top:-10%}.speed__btn__around div+div{padding:20%;left:-20%;top:-20%;clip-path:polygon(0 5%,100% 5%,100% 97%,0 97%)}.speed__btn__around div+div+div{padding:30%;left:-30%;top:-30%;clip-path:polygon(0 5%,100% 5%,100% 91%,0 91%)}.speed__btn__around--transition div{transition:left .5s cubic-bezier(.215,.61,.355,1),top .5s cubic-bezier(.215,.61,.355,1),padding .5s cubic-bezier(.215,.61,.355,1)}.speed__point{padding:3em 3em 3em 4em;background-color:#f2f5fe;border-radius:1em;z-index:2;height:fit-content}.speed__point--1{align-self:end;grid-row:1;grid-column:1}.speed__point--2{align-self:end;grid-row:1;grid-column:3}.speed__point--3{align-self:start;grid-row:2;grid-column:1}.speed__point--4{align-self:start;grid-row:2;grid-column:3}}@media screen and (min-width: 1200px){.speed{font-size:1.002vw}}@media screen and (min-width: 1400px){.speed{font-size:1.5em}.speed .typo-xl-16{font-size:1.0666666667em}.speed .typo-xl-18{font-size:1.2em}.speed .typo-xl-22{font-size:1.4666666667em}.speed .typo-xl-32{font-size:2.1333333333em}.speed .typo-xl-52{font-size:3.4666666667em}.speed .typo-xl-70{font-size:4.6666666667em}.speed .typo-xl-88{font-size:5.8666666667em}.speed .button{font-size:1.2em}.speed .input{font-size:1.0666666667em}.speed__inner{grid-template-columns:20em auto 20em}}@keyframes dot-pulse{0%{transform:scale(0)}30%{transform:scale(1)}60%,to{transform:scale(0)}}.accordion{background-color:#f2f4fe;padding:0 1em;border-radius:1em}.accordion>div:first-child h3{border-top:0}.accordion>div.active h3 a span{transform:rotate(180deg)}.accordion>div.active h3+div{max-height:20em;padding-bottom:1em}.accordion h3{margin:0;border-top:2px solid #d9dae4}.accordion h3 a{display:flex;align-items:center;justify-content:space-between;gap:1em;padding:1em}.accordion h3 a span{flex:0 0 2em;width:2em;height:2em;display:flex;align-items:center;justify-content:center;background-color:#0050ff;border-radius:50%;transition:transform 425ms cubic-bezier(.77,0,.175,1),background-color .67s cubic-bezier(.77,0,.175,1),background-size .67s cubic-bezier(.77,0,.175,1);background:#0050FF radial-gradient(circle,transparent 1%,#0050FF 1%) center/100%}.accordion h3 a span:before{content:"";width:.5em;height:.5em;display:block;position:relative;top:-.1em;border:2px solid #FFFFFF;border-width:0 2px 2px 0;transform:rotate(45deg)}.accordion h3 a:hover span{background-size:12000%;transition:background-size .45s cubic-bezier(.25,.46,.45,.94);background-color:#0040cc}.accordion h3+div{max-height:0;overflow:hidden;padding:0 1em;transition:425ms cubic-bezier(.77,0,.175,1)}.input{display:block;text-align:center;font-size:1.6em;line-height:1;max-width:14em;min-width:12.11em;padding:1.2em 2em;margin:1em 0;border-radius:2em;background:#f2f4fe;display:flex;gap:.5em;align-items:center;justify-content:center;z-index:1;transition:background-color .67s cubic-bezier(.77,0,.175,1),background-size .67s cubic-bezier(.77,0,.175,1);box-sizing:border-box;border:1px solid #ceced2}@media (min-width: 992px){.input{max-width:12em}}@media (min-width: 1400px){.input{max-width:14em}}.modal{z-index:999}.modal,.modal__bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;overflow:hidden}.modal__bg{background-color:#00001ecc}.modal__in{max-width:90%;max-height:90%;min-width:20em;min-height:10em;display:flex;position:relative;padding:1em;border-radius:1em;background-color:#fff}.modal__in>DIV{width:100%;max-height:100%}.modal__in>DIV img{object-fit:contain}.modal__x{width:2em;height:2em;padding:1em;display:block;position:absolute;top:.4em;right:.4em;background-color:#fff;transform:rotate(45deg);border-radius:1em}.modal__x:before,.modal__x:after{content:"";display:block;position:absolute;background-color:#00001e;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5em}.modal__x:before{width:2em;height:.2em}.modal__x:after{width:.2em;height:2em}.modal__bg{opacity:0;transition:opacity .67s cubic-bezier(.77,0,.175,1)}.modal__in{transform:translateY(110%);transition:transform .67s cubic-bezier(.77,0,.175,1)}.modal--open .modal__bg{opacity:1}.modal--open .modal__in{transform:translateY(0)}.cmpwrapper{position:absolute}.cmb{color:#fff;margin:auto;max-width:40em;border-radius:2.5em;padding:2.5em 4em 0;background:#000593 url(../../assets/images/webp/cmbbgm@2x.webp);background-size:cover}.cmb h2+div,.cmb form+div{display:none}.cmb .d2-typo--h2{font-size:0}.cmb .d2-typo--h2:after{content:"Děkujeme, ozveme se co nejdřív.";font-size:22px;line-height:1}.cmb .d2-typo--h2+.d2-stack+.d2-stack{visibility:hidden;height:2.5em}.cmb .d2-box__lg-row .d2-typo--h2{font-size:2.2em;line-height:1}.cmb .d2-box__lg-row .d2-typo--h2:after{display:none}.cmb .d2-box__lg-row .d2-typo--h2+.d2-stack+.d2-stack{visibility:visible;height:auto}.cmb .d2-typo--size-1{font-size:1.2em}.cmb .d2-typo--color-error{color:#fff;margin-top:.5em;padding:.2em 1em;display:inline-block;border-radius:.5em;background:#F65C7B}.cmb #cmb-detail-a229865-form-a72968{display:flex;flex-direction:column}.cmb #cmb-detail-a229865-form-a72968>div:nth-child(1){order:3}.cmb #cmb-detail-a229865-form-a72968>div:nth-child(2){order:5;margin-top:2em}.cmb #cmb-detail-a229865-form-a72968>div:nth-child(3){display:none}.cmb #cmb-detail-a229865-form-a72968>div:nth-child(4){order:4;margin-top:1em}.cmb input,.cmb button{color:#fff;text-align:center;font-size:1.3em;line-height:1;font-family:OnAir,Arial;width:100%;display:block;padding:1.2em 1.5em;display:flex;gap:.5em;align-items:center;justify-content:center;z-index:1;transition:background-color .67s cubic-bezier(.77,0,.175,1),background-size .67s cubic-bezier(.77,0,.175,1);box-sizing:border-box;border-radius:2em}.cmb input{text-align:left;color:#00001e;background:#FFFFFF;border:1px solid #FFFFFF}.cmb input:focus::placeholder{color:transparent}.cmb button{font-size:1.4em;font-weight:700;border-radius:2em;background:#00008C radial-gradient(circle,transparent 1%,#00008C 1%) center/100%;border:0;cursor:pointer}.cmb button:after{content:"";white-space:nowrap;width:.7em;height:.7em;display:inline-block;position:relative;vertical-align:middle;margin:0;overflow:hidden;background:transparent center center no-repeat;background-size:contain;color:transparent;background-image:url(../../assets/svg/icons/arrow-right-white.svg)}.cmb button:hover{color:#fff;background-size:12000%;transition:background-size .45s cubic-bezier(.25,.46,.45,.94);background-color:#00006d}.cmb .d2-box__illu{margin-top:2em;background-image:url(../../assets/images/webp/cmbimg1@2x.webp);background-size:contain;background-position:center bottom;background-repeat:no-repeat}.cmb .d2-box__illu img{opacity:0}.cmb .d2-box__content{background:#000593 linear-gradient(to bottom,#000593,#1a5cfd);border-radius:2.5em}.cmb .d2-box__lg-row .d2-box__content{background:transparent}.cmb .d2-text a{text-decoration:underline}@media (min-width: 425px){.cmb .d2-box__lg-row .d2-typo--h2{font-size:3.2em;padding:0}.cmb .d2-typo--h2{padding:25px}.cmb .d2-typo--h2:after{font-size:32px}.cmb input{font-size:1.6em}.cmb button{font-size:1.8em}.cmb .d2-typo--size-1{font-size:1.4em}}@media (min-width: 768px){.cmb .d2-box__lg-row .d2-typo--h2{font-size:3.6em}.cmb .d2-typo--h2:after{font-size:36px}.cmb .d2-typo--md-size-2{font-size:1.6em}}@media (min-width: 992px){.cmb{max-width:none;padding:0;background-image:url(../../assets/images/webp/cmbbg@2x.webp)}.cmb .d2-typo--h2{padding:45px 45px 20px}.cmb #cmb-detail-a229865-form-a72968{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em}.cmb #cmb-detail-a229865-form-a72968>div:nth-child(2),.cmb #cmb-detail-a229865-form-a72968>div:nth-child(3){flex:0 0 100%}.cmb #cmb-detail-a229865-form-a72968>div:nth-child(1),.cmb #cmb-detail-a229865-form-a72968>div:nth-child(4){margin-top:1em}.cmb .d2-box__lg-row{display:flex}.cmb .d2-box__lg-row .d2-box__content{flex:1;padding:2em 2em 4em 5em}.cmb .d2-box__lg-row .d2-box__illu{flex:.7;margin-top:-4em;margin-right:2em}.cmb #cmb-detail-a229865-form-a72971{max-width:45em}.cmb button{background:#00008C radial-gradient(circle,transparent 1%,#00008C 1%) center/100%}.cmb button:hover{color:#fff;background-size:12000%;transition:background-size .45s cubic-bezier(.25,.46,.45,.94);background-color:#00008ccc}}.speed .cmb{color:#00001e;padding:0 2.5em;background:transparent}.speed .cmb .d2-box__illu{display:none}.speed .cmb button{background:#0050FF radial-gradient(circle,transparent 1%,#0050FF 1%) center/100%}.speed .cmb button:hover{color:#fff;background-size:12000%;transition:background-size .45s cubic-bezier(.25,.46,.45,.94);background-color:#0040cc}.speed .cmb .d2-box__content{padding:0;background:transparent}.speed .cmb #cmb-detail-a229865-form-a72968>div:nth-child(1),.speed .cmb #cmb-detail-a229865-form-a72968>div:nth-child(4){flex:0 0 100%;margin-top:1em}.speed .cmb #cmb-detail-a229865-form-a72968>div:nth-child(4) .d2-btn:before{content:"Zjistit výsledky"}.speed .cmb #cmb-detail-a229865-form-a72968>div:nth-child(4) .d2-btn .d2-btn__text{display:none}.speed .cmb #cmb-detail-a229865-form-a72968>div:nth-child(2),.speed .cmb #cmb-detail-a229865-form-a72968>div:nth-child(3){display:none}.speed .cmb .d2-box__lg-row .d2-typo--h2{font-size:2.6em;padding:0}.speed .cmb .d2-typo--h2{display:none}.speed .cmb input{background:#f2f4fe;border:1px solid #ceced2}@media (min-width: 425px){.speed .cmb .d2-box__lg-row .d2-typo--h2{font-size:1.7333333333em}.speed .cmb input{font-size:1.0666666667em}.speed .cmb button{font-size:1.2em}.speed .cmb .d2-typo--size-1{font-size:.9333333333em}}@media (min-width: 992px){.speed .cmb #cmb-detail-a229865-form-a72968>div:nth-child(4){margin-top:0}}.badge{display:inline-block;line-height:1;position:relative;color:#0050ff;background-color:#edf0fc;padding:.75em 1.5675em;box-sizing:border-box;border-radius:20px;border:1px solid #edf0fc}a.badge{transition:border-color .4s ease}a.badge:hover{border:1px solid;border-color:#0050ff}.banner{position:relative;border:2px solid #dde0f1;border-radius:20px}.banner__container{position:relative}.banner--measure .banner__col--1{padding:3.5em 4em;position:relative;z-index:1}.banner--measure .banner__col--2{margin:-10.8em -4em -5em 0;display:flex}.banner--measure .banner__bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:18px}.banner--measure .banner__bg:after{content:"";position:absolute;top:60%;left:50%;transform:translate(-50%);width:71.4em;height:71.4em;background-color:#f2f4fe;border-radius:50%}.banner--measure .banner__image{margin:0 0 0 auto}.banner--measure .banner__image img{width:44.1em}.banner--measure .button{max-width:none;display:inline-flex}.banner--info{padding:2em;display:flex;align-items:center;gap:2em}.banner--info img{max-width:5em}.banner--info .banner__content{font-size:1.6em;line-height:1.2}@media screen and (min-width: 768px){.banner--measure .banner__bg:after{top:50%;left:55%;transform:translateY(-50%);width:35.2em;height:35.2em}.banner--measure .banner__container{display:flex}.banner--measure .banner__col--2{margin:0;position:absolute;bottom:-5em;right:0}.banner--measure .banner__image img{width:34.7em}.banner--info{padding:2em 3em;gap:3em}.banner--info img{max-width:10em}}.dictionary-header .bg-white-half-round{height:120px}.dictionary-header-nav{overflow:auto;width:calc(100% - 8em);position:relative;display:flex;z-index:1;padding:0 4em;scrollbar-width:none;-ms-overflow-style:none}.dictionary-header-nav ::-webkit-scrollbar{display:none}.dictionary-header-nav ul{list-style:none;padding:0;margin:0 auto;display:inline-flex;flex-wrap:nowrap;gap:.2em}.dictionary-header-nav a{text-align:center;display:block;padding:.375em;line-height:1;width:1.75em;height:1.75em;box-sizing:border-box;background-color:#0032d3;border-radius:9px;transition:background-color .425s ease}.dictionary-header-nav a:hover{background-color:#00008c}.dictionary-section{scroll-margin:2em}.dictionary-pils{list-style:none;padding:0;margin:0;display:grid;gap:1em}.dictionary-pils-item{position:relative;border:2px solid #f2f4fe;background-color:#fff;display:block;border-radius:15px;transition:border-color .4s ease 0ms,background-color .4s ease 0ms}.dictionary-pils-item__container{display:grid;grid-template-columns:1fr auto;grid-template-areas:"title icon" "desc icon";row-gap:.5em;column-gap:1em;align-items:center;padding:1.5em 3em}.dictionary-pils-item__col--title{grid-area:title}.dictionary-pils-item__col--desc{grid-area:desc}.dictionary-pils-item__col--icon{grid-area:icon;justify-self:end}.dictionary-pils-item__title{color:#0050ff;transition:color .4s ease 0ms}.dictionary-pils-item__desc{color:#73737c;transition:color .4s ease 0ms}.dictionary-pils-item__icon{box-sizing:border-box;width:3.6em;height:3.6em;border:2px solid #0050FF;background-color:#0050ff;border-radius:50%;transition:border-color .4s ease 0ms,background-color .4s ease 0ms}.dictionary-pils-item__button{position:absolute;top:0;left:0;right:0;bottom:0}.dictionary-pils-item:hover{background-color:#0050ff;border-color:#0050ff;box-shadow:0 5px 15px #0003;z-index:1}.dictionary-pils-item:hover .dictionary-pils-item__title,.dictionary-pils-item:hover .dictionary-pils-item__desc{color:#fff}.dictionary-pils-item:hover .dictionary-pils-item__icon{background-color:transparent;border-color:#ffffff4a}@media screen and (min-width: 768px){.dictionary-pils-item__container{grid-template-columns:minmax(12em,auto) 3fr auto;column-gap:4.5em;grid-template-areas:"title desc icon"}.dictionary-header .bg-white-half-round{height:180px}}.d-block{display:block}.d-none{display:none}.d-flex{display:flex}.d-inblock{display:inline-block}@media (min-width: 768px){.d-md-block{display:block}.d-md-flex{display:flex}}@media (min-width: 992px){.d-lg-none{display:none}.d-lg-block{display:block}.d-lg-flex{display:flex}}@media (min-width: 1200px){.d-xl-none{display:none}.d-xl-flex{display:flex}}@media (min-width: 1400px){.d-xxl-none{display:none}.d-xxl-flex{display:flex}}.flex-wrap{flex-wrap:wrap}.flex-align-center{align-items:center}.flex-align-start{align-items:flex-start}.flex-align-end{align-items:flex-end}.flex-justify-center{justify-content:center}.flex-justify-start{justify-content:flex-start}.flex-justify-end{justify-content:flex-end}.flex-justify-sb{justify-content:space-between}.flex-column{flex-direction:column}.flex-half{flex:0 1 50%}.flex-gap-5{gap:.3125em}.flex-gap-1{gap:1em}.flex-gap-2{gap:2em}.flex-gap-3{gap:3em}.flex-gap-5p{gap:5%}@media (min-width: 992px){.flex-lg-row{flex-direction:row}.flex-lg-align-end{align-items:flex-end}.flex-lg-1{flex:1}.flex-lg-1_5{flex:1.5}.flex-lg-2{flex:2}.flex-lg-gap-2{gap:2em}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row}.flex-xl-gap-2{gap:2em}.flex-xl-1{flex:1}.flex-xl-1_1{flex:1.1}.flex-xl-2{flex:2}}@media (min-width: 1400px){.flex-xxl-justify-center{justify-content:center}}.wrapper{position:relative;width:80%;max-width:118.4em;margin:auto}.wrapper-full,.wrapper-full-2{position:relative;width:100%}.wrapper-full-2{z-index:2}.wrapper-table{width:100%;position:relative;overflow:auto;box-sizing:border-box}@media (min-width: 1200px){.wrapper-xl{position:relative;width:80%;max-width:118.4em;margin:auto}}.m-auto{margin:auto}.m-0{margin:0}.mt-0{margin-top:0}.mt-0_3{margin-top:.3em}.mt-0_83{margin-top:.83em}.mt-1{margin-top:1em}.mt-15{margin-top:1.5em}.mt-2{margin-top:2em}.mt-3{margin-top:3em}.mt-4{margin-top:4em}.mt-5{margin-top:5em}.mt--0_5{margin-top:-.5em}.mr-1{margin-right:.2em}.mb--5{margin-bottom:-5em}.mb-0{margin-bottom:0}.mb-2{margin-bottom:2em}.mb-3{margin-bottom:3em}.mb-5{margin-bottom:5em}.mr-auto{margin-right:auto}.mw-4{max-width:4em}.mw-5{max-width:5em}.mw-10{max-width:10em}.mw-19{max-width:19em}.mw-22{max-width:22em}.mw-40{max-width:40em}.mw-65{max-width:65em}.mw-70{max-width:70em}.mw-75{max-width:75em}.mw-90{max-width:90em}.mw-95{max-width:95em}@media (min-width: 768px){.mt-md-3{margin-top:3em}}@media (min-width: 992px){.mnw-lg-48_6{min-width:48.6em}.m-lg-0{margin:0}.mt-lg-0{margin-top:0}.mt-lg-0_6{margin-top:.6em}.mw-lg-80p{max-width:40%}.mh-lg-90p{max-height:90%}.mw-lg-none{max-width:none}.mw-lg-wrapper{max-width:118.4em}}@media (min-width: 1200px){.mnw-xl-52_6{min-width:52.6em}.mnw-xl-30{min-width:30em}.mt-xl-0_83{margin-top:.83em}}.p-1-2{padding:1em 2em}.pt-2{padding-top:2em}.pt-3{padding-top:3em}.pt-4{padding-top:4em}.pt-7{padding-top:7em}.pb-2{padding-bottom:2em}.pb-4{padding-bottom:4em}.pb-6{padding-bottom:6em}.pb-7{padding-bottom:7em}.pb-8{padding-bottom:8em}.pb-45{padding-bottom:45em}.pl-10p{padding-left:10%}@media (min-width: 992px){.mt-lg-0_3{margin-top:.3em}.mb-lg-0{margin-bottom:0}.ml-lg-auto{margin-left:auto}.pt-lg-2{padding-top:2em}.pt-lg-18{padding-top:18em}.pb-lg-0{padding-bottom:0}.pb-lg-10{padding-bottom:10em}.pb-lg-12{padding-bottom:12em}.mw-lg-75{max-width:75em}.mw-lg-100p{max-width:100%}}@media (min-width: 1200px){.mt-xl--10{margin-top:-10em}}@media (min-width: 1400px){.pl-xxl-0{padding-left:0}}.footer{color:#fff;position:relative;background-image:linear-gradient(to top,#AFD7FF,#0050FF,#00008C);background-size:100% 107%;padding-top:3em;overflow:hidden}@media (min-width: 992px){.footer{padding-top:5em;padding-bottom:5em}}.footer:before,.footer:after{content:"";display:block;width:100%;position:absolute;top:-1px;left:0;z-index:11;pointer-events:none}.footer:after{content:"";height:3em;background-color:#fff;border-radius:0 0 3em 3em}.footer:before{top:-12em;height:20em;background-image:linear-gradient(to bottom,rgba(0,0,140,.5),transparent)}.footer__container{position:relative;z-index:10}.footer__nav{display:none}@media (min-width: 992px){.footer__nav{display:block;padding-top:1em}.footer__nav ul li{margin-bottom:.5em}}.footer__incube{margin-top:.7em}.footer__incube .icon{display:inline-block;margin:0 1em 0 0}@media (min-width: 992px){.footer__incube .icon{display:inline-block;margin:0;transform:scaleX(1);transition:transform 425ms cubic-bezier(.77,0,.175,1)}.footer__incube:hover .icon{transform:scaleX(-1)}}.footer__bottom{display:none}@media (min-width: 992px){.footer__bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:5em;margin-top:13em}}
