@-webkit-keyframes scaleInMove{0%{-webkit-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y))}to{-webkit-transform:translate(var(--move-to-x),var(--move-to-y));transform:translate(var(--move-to-x),var(--move-to-y))}}@keyframes scaleInMove{0%{-webkit-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y))}to{-webkit-transform:translate(var(--move-to-x),var(--move-to-y));transform:translate(var(--move-to-x),var(--move-to-y))}}@-webkit-keyframes scaleInLinear{0%{-webkit-transform:scale(0,0);transform:scale(0)}to{-webkit-transform:scale(1,1);transform:scale(1)}}@keyframes scaleInLinear{0%{-webkit-transform:scale(0,0);transform:scale(0)}to{-webkit-transform:scale(1,1);transform:scale(1)}}@-webkit-keyframes scaleIn{0%{-webkit-transform:scale(0,0);transform:scale(0)}40%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2)}70%{-webkit-transform:scale(.8,.8);transform:scale(.8)}to{-webkit-transform:scale(1,1);transform:scale(1)}}@keyframes scaleIn{0%{-webkit-transform:scale(0,0);transform:scale(0)}40%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2)}70%{-webkit-transform:scale(.8,.8);transform:scale(.8)}to{-webkit-transform:scale(1,1);transform:scale(1)}}@-webkit-keyframes shakeBrain{0%{-webkit-transform:scale(.98,.98) rotate(-5deg);transform:scale(.98) rotate(-5deg)}20%{-webkit-transform:scale(1.02,1.02) rotate(5deg);transform:scale(1.02) rotate(5deg)}40%{-webkit-transform:scale(.98,.98) rotate(-5deg);transform:scale(.98) rotate(-5deg)}60%{-webkit-transform:scale(1.02,1.02) rotate(5deg);transform:scale(1.02) rotate(5deg)}to{-webkit-transform:scale(1,1) rotate(0deg);transform:scale(1) rotate(0)}}@keyframes shakeBrain{0%{-webkit-transform:scale(.98,.98) rotate(-5deg);transform:scale(.98) rotate(-5deg)}20%{-webkit-transform:scale(1.02,1.02) rotate(5deg);transform:scale(1.02) rotate(5deg)}40%{-webkit-transform:scale(.98,.98) rotate(-5deg);transform:scale(.98) rotate(-5deg)}60%{-webkit-transform:scale(1.02,1.02) rotate(5deg);transform:scale(1.02) rotate(5deg)}to{-webkit-transform:scale(1,1) rotate(0deg);transform:scale(1) rotate(0)}}@-webkit-keyframes strokeAnimation{0%{stroke-dashoffset:var(--dashoffset-from);opacity:0}to{stroke-dashoffset:var(--dashoffset-to);opacity:1}}@keyframes strokeAnimation{0%{stroke-dashoffset:var(--dashoffset-from);opacity:0}to{stroke-dashoffset:var(--dashoffset-to);opacity:1}}@-webkit-keyframes strokeAnimationBounce{0%{stroke-dashoffset:var(--dashoffset-from)}50%{stroke-dashoffset:var(--dashoffset-bounce)}to{stroke-dashoffset:var(--dashoffset-to)}}@keyframes strokeAnimationBounce{0%{stroke-dashoffset:var(--dashoffset-from)}50%{stroke-dashoffset:var(--dashoffset-bounce)}to{stroke-dashoffset:var(--dashoffset-to)}}@-webkit-keyframes bounceAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceAnimation{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}.Guide{background:var(--color-light-purple);color:var(--color-purple);padding:30px 0}@media (max-width: 480px){.Guide{padding-bottom:10px}}.Guide .Block__pre-header{padding:30px 20px 0;margin-bottom:-60px}@media (max-width: 960px){.Guide .Block__pre-header{padding:10px 20px 0;margin-bottom:-4vw}}.Guide__container{padding:0 20px;max-width:var(--container);margin:0 auto}.Guide__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 640px){.Guide__wrapper{display:block}}.Guide__header{display:block;width:66%;padding:0 20px 30px;position:relative;z-index:10}@media (max-width: 480px){.Guide__header{padding:0;width:100%}}.Guide__illustration,.Guide__text{width:50%;padding:0 20px}.Guide__illustration{position:relative}.Guide__illustration>img{position:relative;width:66%;opacity:0;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-duration:.65s;animation-duration:.65s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.25s;animation-delay:.25s;z-index:10;aspect-ratio:1.08139535;-webkit-transition:.25s opacity .35s;transition:.25s opacity .35s}@media (max-width: 640px){.Guide__illustration{width:100%}.Guide__illustration>img{margin:0 auto 30px}}.Guide__svg-inner{display:block}.Guide__svg,.Guide__svg *{transform-box:fill-box}.Guide__svg img{width:100%;height:auto}.Guide__svg--line-07,.Guide__svg--check-01,.Guide__svg--info-01,.Guide__svg--clip-01,.Guide__svg--document-01,.Guide__svg--puzzle-01,.Guide__svg--puzzle-02,.Guide__svg--tool-01{display:block;position:absolute;top:50%;left:50%}.Guide__svg--check-01,.Guide__svg--info-01,.Guide__svg--clip-01,.Guide__svg--document-01,.Guide__svg--puzzle-01,.Guide__svg--puzzle-02,.Guide__svg--tool-01{width:25%}@media (max-width: 640px){.Guide__svg--check-01,.Guide__svg--info-01,.Guide__svg--clip-01,.Guide__svg--document-01,.Guide__svg--puzzle-01,.Guide__svg--puzzle-02,.Guide__svg--tool-01{width:35%}}.Guide__svg--line-07 path{stroke-linecap:round}@media (max-width: 640px){.Guide__svg--check-01{--move-from-x: -50%;--move-from-y: -50%;--move-to-x: 40%;--move-to-y: -90%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:0ms;animation-delay:0ms}}@media (min-width: 641px){.Guide__svg--check-01{--move-from-x: -100%;--move-from-y: -50%;--move-to-x: 310%;--move-to-y: -220%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.2s;animation-delay:.2s}}.Guide__svg--check-01 svg{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleInLinear;animation-name:scaleInLinear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.2s;animation-delay:.2s}.Guide__svg--check-01 .Guide__svg-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.5s;animation-delay:.5s}@media (max-width: 640px){.Guide__svg--tool-01{--move-from-x: -50%;--move-from-y: -50%;--move-to-x: 60%;--move-to-y: -60%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:0ms;animation-delay:0ms}}@media (min-width: 641px){.Guide__svg--tool-01{--move-from-x: -100%;--move-from-y: -50%;--move-to-x: -80%;--move-to-y: -290%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}}.Guide__svg--tool-01 svg{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleInLinear;animation-name:scaleInLinear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}.Guide__svg--tool-01 .Guide__svg-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.5s;animation-delay:.5s}@media (max-width: 640px){.Guide__svg--info-01{display:none}}@media (min-width: 641px){.Guide__svg--info-01{--move-from-x: -100%;--move-from-y: -50%;--move-to-x: 80%;--move-to-y: -320%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}}.Guide__svg--info-01 svg{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleInLinear;animation-name:scaleInLinear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}.Guide__svg--info-01 .Guide__svg-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.5s;animation-delay:.5s}@media (max-width: 640px){.Guide__svg--clip-01{--move-from-x: -50%;--move-from-y: -50%;--move-to-x: -150%;--move-to-y: -30%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:50ms;animation-delay:50ms}}@media (min-width: 641px){.Guide__svg--clip-01{--move-from-x: -100%;--move-from-y: -50%;--move-to-x: 320%;--move-to-y: -330%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}}.Guide__svg--clip-01 svg{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleInLinear;animation-name:scaleInLinear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}.Guide__svg--clip-01 .Guide__svg-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.5s;animation-delay:.5s}@media (max-width: 640px){.Guide__svg--puzzle-01{--move-from-x: -50%;--move-from-y: -50%;--move-to-x: -175%;--move-to-y: -95%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:50ms;animation-delay:50ms}}@media (min-width: 641px){.Guide__svg--puzzle-01{--move-from-x: -100%;--move-from-y: -50%;--move-to-x: 70%;--move-to-y: -50%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}}.Guide__svg--puzzle-01 svg{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleInLinear;animation-name:scaleInLinear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}.Guide__svg--puzzle-01 .Guide__svg-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.5s;animation-delay:.5s}@media (max-width: 640px){.Guide__svg--puzzle-02{--move-from-x: -50%;--move-from-y: -50%;--move-to-x: -160%;--move-to-y: -70%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:50ms;animation-delay:50ms}}@media (min-width: 641px){.Guide__svg--puzzle-02{--move-from-x: -100%;--move-from-y: -50%;--move-to-x: 85%;--move-to-y: -25%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}}.Guide__svg--puzzle-02 svg{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleInLinear;animation-name:scaleInLinear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}.Guide__svg--puzzle-02 .Guide__svg-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.5s;animation-delay:.5s}@media (max-width: 640px){.Guide__svg--document-01{--move-from-x: -50%;--move-from-y: -50%;--move-to-x: 50%;--move-to-y: 25%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:50ms;animation-delay:50ms}}@media (min-width: 641px){.Guide__svg--document-01{--move-from-x: -100%;--move-from-y: -50%;--move-to-x: 170%;--move-to-y: -190%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}}.Guide__svg--document-01 svg{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleInLinear;animation-name:scaleInLinear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.15s;animation-delay:.15s}.Guide__svg--document-01 .Guide__svg-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.5s;animation-delay:.5s}.Guide__svg--line-07{width:9%}@media (max-width: 640px){.Guide__svg--line-07{-webkit-transform:translate(210%,-360%);-ms-transform:translate(210%,-360%);transform:translate(210%,-360%)}}@media (min-width: 641px){.Guide__svg--line-07{-webkit-transform:translate(85%,-290%);-ms-transform:translate(85%,-290%);transform:translate(85%,-290%)}}.Guide__svg--line-07 svg path{stroke-width:2px;opacity:0;stroke-dasharray:130;stroke-dashoffset:130;--dashoffset-from: 130;--dashoffset-to: 258;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-play-state:paused;animation-play-state:paused}@media (max-width: 640px){.Guide__svg--line-07 svg path{stroke-width:2px}}.Guide__png *{transform-box:fill-box}.Guide__png-inner{display:block}.Guide__png img{width:100%}.Guide__png--star-01,.Guide__png--star-02,.Guide__png--star-03,.Guide__png--star-04,.Guide__png--star-05{display:block;position:absolute;top:50%;left:50%}.Guide__png--star-01{width:4%}@media (max-width: 640px){.Guide__png--star-01{width:2%;--move-from-x: -360%;--move-from-y: -80%;--move-to-x: 2300%;--move-to-y: -2000%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}@media (min-width: 641px){.Guide__png--star-01{--move-from-x: -360%;--move-from-y: -80%;--move-to-x: -250%;--move-to-y: -860%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}.Guide__png--star-01 img{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.4s;animation-delay:.4s}.Guide__png--star-01 .Guide__png-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:1.5s;animation-delay:1.5s}.Guide__png--star-02{width:3%}@media (max-width: 640px){.Guide__png--star-02{width:3%;--move-from-x: -360%;--move-from-y: -80%;--move-to-x: 1300%;--move-to-y: -1200%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}@media (min-width: 641px){.Guide__png--star-02{--move-from-x: -360%;--move-from-y: -80%;--move-to-x: -1110%;--move-to-y: 560%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}.Guide__png--star-02 img{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.5s;animation-delay:.5s}.Guide__png--star-02 .Guide__png-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:1.5s;animation-delay:1.5s}.Guide__png--star-03{width:3%}@media (max-width: 640px){.Guide__png--star-03{--move-from-x: -360%;--move-from-y: -80%;--move-to-x: -1100%;--move-to-y: 700%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}@media (min-width: 641px){.Guide__png--star-03{--move-from-x: -360%;--move-from-y: -80%;--move-to-x: -1470%;--move-to-y: 70%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}.Guide__png--star-03 img{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.3s;animation-delay:.3s}.Guide__png--star-03 .Guide__png-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:1.5s;animation-delay:1.5s}.Guide__png--star-04{width:3%}@media (max-width: 640px){.Guide__png--star-04{width:4%;--move-from-x: -360%;--move-from-y: -80%;--move-to-x: -1200%;--move-to-y: 400%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}@media (min-width: 641px){.Guide__png--star-04{--move-from-x: -360%;--move-from-y: -80%;--move-to-x: 70%;--move-to-y: -1260%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}.Guide__png--star-04 img{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.2s;animation-delay:.2s}.Guide__png--star-04 .Guide__png-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:1.5s;animation-delay:1.5s}.Guide__png--star-05{width:4%}@media (max-width: 640px){.Guide__png--star-05{display:none}}@media (min-width: 641px){.Guide__png--star-05{--move-from-x: -360%;--move-from-y: -80%;--move-to-x: 2800%;--move-to-y: -1560%;-webkit-transform:translate(var(--move-from-x),var(--move-from-y));-ms-transform:translate(var(--move-from-x),var(--move-from-y));transform:translate(var(--move-from-x),var(--move-from-y));-webkit-animation-name:scaleInMove;animation-name:scaleInMove;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.1s;animation-delay:.1s}}.Guide__png--star-05 img{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0);-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:.2s;animation-delay:.2s}.Guide__png--star-05 .Guide__png-inner{-webkit-animation-name:bounceAnimation;animation-name:bounceAnimation;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:1s;animation-iteration-count:1s;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-delay:1.5s;animation-delay:1.5s}.Guide__text{text-align:center;padding:0 60px}@media (max-width: 640px){.Guide__text{width:100%;padding:0 5px}}.Guide__text p,.Guide__text div.Field-wrapper{margin-bottom:30px;font-family:sofia-pro,sans-serif;font-size:1.18rem;line-height:1.35em;font-weight:700;letter-spacing:.01em}@media (max-width: 480px){.Guide__text p,.Guide__text div.Field-wrapper{font-family:sofia-pro,sans-serif;font-size:1rem;line-height:1.35em;font-weight:700;letter-spacing:.01em}}.Guide__illustration--in-view .Guide__svg,.Guide__illustration--in-view .Guide__png,.Guide__illustration--in-view .Guide__svg path,.Guide__illustration--in-view .Guide__svg svg,.Guide__illustration--in-view .Guide__svg-inner,.Guide__illustration--in-view .Guide__png-inner,.Guide__illustration--in-view img{-webkit-animation-play-state:running!important;animation-play-state:running!important;opacity:1!important}
