@-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)}}.Experiences{color:var(--color-purple);background:var(--color-light-blue)}.Experiences__container{margin:0 auto;max-width:var(--container);padding:30px 20px 120px}@media (max-width: 1400px){.Experiences__container{padding-bottom:10vw}}.Experiences .Block__pre-header{padding-top:30px;margin-bottom:-60px;padding-left:20px}@media (max-width: 960px){.Experiences .Block__pre-header{padding-top:10px;margin-bottom:0vw}}.Experiences__header{padding:0 20px 50px;width:80%}@media (max-width: 960px){.Experiences__header{width:100%;padding:0}}.Experiences__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width: 481px){.Experiences__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width: 480px){.Experiences__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.Experiences__illustration,.Experiences__text{width:50%}@media (max-width: 480px){.Experiences__illustration,.Experiences__text{width:100%}}.Experiences__text{text-align:center;padding-top:50px;position:relative}@media (max-width: 480px){.Experiences__text{padding-top:60px}}.Experiences__text p,.Experiences__text div.Field-wrapper{margin:0 0 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){.Experiences__text p,.Experiences__text div.Field-wrapper{font-family:sofia-pro,sans-serif;font-size:1rem;line-height:1.35em;font-weight:700;letter-spacing:.01em}}.Experiences__illustration{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width: 480px){.Experiences__illustration{padding-top:30px}}.Experiences__svg-inner{display:block}.Experiences__svg{display:none}.Experiences__svg *{transform-box:fill-box}.Experiences__svg img{width:100%;height:auto}.Experiences__svg--brain{display:block;margin:0 auto}.Experiences__svg--brain img{-webkit-animation-name:shakeBrain;animation-name:shakeBrain;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:paused;animation-play-state:paused}@media (max-width: 480px){.Experiences__svg--brain{width:60%}}@media (min-width: 481px){.Experiences__svg--brain{width:50%;position:relative;-webkit-transform:translate(-25%,0%);-ms-transform:translate(-25%,0%);transform:translate(-25%)}}.Experiences__svg--emoji-01,.Experiences__svg--lightbulb-01,.Experiences__svg--heart-01,.Experiences__svg--leafs-01,.Experiences__svg--arm-01,.Experiences__svg--spaceship-01,.Experiences__svg--dashes-01,.Experiences__svg--dashes-02,.Experiences__svg--line-01,.Experiences__svg--line-02,.Experiences__svg--line-03,.Experiences__svg--line-04,.Experiences__svg--line-05,.Experiences__svg--line-06{display:block;position:absolute;top:50%;left:50%}.Experiences__svg--emoji-01,.Experiences__svg--lightbulb-01,.Experiences__svg--heart-01,.Experiences__svg--leafs-01,.Experiences__svg--arm-01,.Experiences__svg--spaceship-01{width:25%}@media (max-width: 480px){.Experiences__svg--emoji-01,.Experiences__svg--lightbulb-01,.Experiences__svg--heart-01,.Experiences__svg--leafs-01,.Experiences__svg--arm-01,.Experiences__svg--spaceship-01{width:35%}}.Experiences__svg--line-01 path,.Experiences__svg--line-02 path,.Experiences__svg--line-03 path,.Experiences__svg--line-04 path,.Experiences__svg--line-05 path,.Experiences__svg--line-06 path{stroke-linecap:round}@media (max-width: 480px){.Experiences__svg--lightbulb-01{-webkit-transform:translate(-160%,-100%);-ms-transform:translate(-160%,-100%);transform:translate(-160%,-100%)}}@media (min-width: 481px){.Experiences__svg--lightbulb-01{-webkit-transform:translate(50%,40%);-ms-transform:translate(50%,40%);transform:translate(50%,40%)}}.Experiences__svg--lightbulb-01 svg{-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:1s;animation-delay:1s}.Experiences__svg--lightbulb-01 .Experiences__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:1.5s;animation-delay:1.5s}@media (max-width: 480px){.Experiences__svg--emoji-01{-webkit-transform:translate(-175%,-30%);-ms-transform:translate(-175%,-30%);transform:translate(-175%,-30%)}}@media (min-width: 481px){.Experiences__svg--emoji-01{-webkit-transform:translate(55%,-140%);-ms-transform:translate(55%,-140%);transform:translate(55%,-140%)}}.Experiences__svg--emoji-01 svg{-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:.65s;animation-delay:.65s}.Experiences__svg--emoji-01 .Experiences__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:1.15s;animation-delay:1.15s}@media (max-width: 480px){.Experiences__svg--heart-01{-webkit-transform:translate(-160%,30%);-ms-transform:translate(-160%,30%);transform:translate(-160%,30%)}}@media (min-width: 481px){.Experiences__svg--heart-01{-webkit-transform:translate(-35%,65%);-ms-transform:translate(-35%,65%);transform:translate(-35%,65%)}}.Experiences__svg--heart-01 svg{-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:1.55s;animation-delay:1.55s}.Experiences__svg--heart-01 .Experiences__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:2.05s;animation-delay:2.05s}@media (max-width: 480px){.Experiences__svg--leafs-01{-webkit-transform:translate(50%,-130%);-ms-transform:translate(50%,-130%);transform:translate(50%,-130%)}}@media (min-width: 481px){.Experiences__svg--leafs-01{-webkit-transform:translate(-10%,-180%);-ms-transform:translate(-10%,-180%);transform:translate(-10%,-180%)}}.Experiences__svg--leafs-01 svg{-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:.25s;animation-delay:.25s}.Experiences__svg--leafs-01 .Experiences__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: 480px){.Experiences__svg--arm-01{-webkit-transform:translate(70%,-40%);-ms-transform:translate(70%,-40%);transform:translate(70%,-40%)}}@media (min-width: 481px){.Experiences__svg--arm-01{-webkit-transform:translate(80%,-60%);-ms-transform:translate(80%,-60%);transform:translate(80%,-60%)}}.Experiences__svg--arm-01 svg{-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:.85s;animation-delay:.85s}.Experiences__svg--arm-01 .Experiences__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:1.35s;animation-delay:1.35s}@media (max-width: 480px){.Experiences__svg--spaceship-01{-webkit-transform:translate(40%,30%);-ms-transform:translate(40%,30%);transform:translate(40%,30%)}}@media (min-width: 481px){.Experiences__svg--spaceship-01{-webkit-transform:translate(-150%,100%);-ms-transform:translate(-150%,100%);transform:translate(-150%,100%)}}.Experiences__svg--spaceship-01 svg{-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:1.75s;animation-delay:1.75s}.Experiences__svg--spaceship-01 .Experiences__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:1.35s;animation-delay:1.35s}@media (min-width: 481px){.Experiences__svg--dashes-01{width:5%;-webkit-transform:translate(-790%,280%);-ms-transform:translate(-790%,280%);transform:translate(-790%,280%)}}.Experiences__svg--dashes-01 path.a{stroke-dasharray:19;stroke-dashoffset:19;--dashoffset-from: 19;--dashoffset-bounce: -8;--dashoffset-to: 0;-webkit-animation-name:strokeAnimationBounce;animation-name:strokeAnimationBounce;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-delay:0ms;animation-delay:0ms;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--dashes-01 path.b{stroke-dasharray:26;stroke-dashoffset:0;--dashoffset-from: 0;--dashoffset-bounce: -13;--dashoffset-to: 26;-webkit-animation-name:strokeAnimationBounce;animation-name:strokeAnimationBounce;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;animation-direction:reverse;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--dashes-01 path.c{stroke-dasharray:12;stroke-dashoffset:12;--dashoffset-from: 12;--dashoffset-bounce: -6;--dashoffset-to: 0;-webkit-animation-name:strokeAnimationBounce;animation-name:strokeAnimationBounce;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused}@media (min-width: 481px){.Experiences__svg--dashes-02{width:5%;-webkit-transform:translate(740%,-120%);-ms-transform:translate(740%,-120%);transform:translate(740%,-120%)}}.Experiences__svg--dashes-02 path.a{stroke-dasharray:19;stroke-dashoffset:19;--dashoffset-from: 19;--dashoffset-bounce: -8;--dashoffset-to: 0;-webkit-animation-name:strokeAnimationBounce;animation-name:strokeAnimationBounce;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--dashes-02 path.b{stroke-dasharray:26;stroke-dashoffset:26;--dashoffset-from: 26;--dashoffset-bounce: -13;--dashoffset-to: 6;-webkit-animation-name:strokeAnimationBounce;animation-name:strokeAnimationBounce;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--dashes-02 path.c{stroke-dasharray:12;stroke-dashoffset:12;--dashoffset-from: 12;--dashoffset-bounce: -6;--dashoffset-to: 0;-webkit-animation-name:strokeAnimationBounce;animation-name:strokeAnimationBounce;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--line-01{width:6%}@media (max-width: 480px){.Experiences__svg--line-01{-webkit-transform:translate(500%,-230%);-ms-transform:translate(500%,-230%);transform:translate(500%,-230%)}}@media (min-width: 481px){.Experiences__svg--line-01{-webkit-transform:translate(85%,-290%);-ms-transform:translate(85%,-290%);transform:translate(85%,-290%)}}.Experiences__svg--line-01 svg path{stroke-width:3.5px;opacity:0;stroke-dasharray:126;stroke-dashoffset:126;--dashoffset-from: 126;--dashoffset-to: 0;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:.25s;animation-duration:.25s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-play-state:paused;animation-play-state:paused}@media (max-width: 480px){.Experiences__svg--line-01 svg path{stroke-width:5px}}.Experiences__svg--line-02{width:10%}@media (min-width: 481px){.Experiences__svg--line-02{-webkit-transform:translate(115%,-235%);-ms-transform:translate(115%,-235%);transform:translate(115%,-235%)}}.Experiences__svg--line-02 svg path{stroke-width:2.8px;opacity:0;stroke-dasharray:175;stroke-dashoffset:175;--dashoffset-from: 175;--dashoffset-to: 0;-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:.2s;animation-delay:.2s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--line-03{width:10%}@media (min-width: 481px){.Experiences__svg--line-03{-webkit-transform:translate(155%,-35%);-ms-transform:translate(155%,-35%);transform:translate(155%,-35%)}}.Experiences__svg--line-03 svg path{stroke-width:2.2px;opacity:0;stroke-dasharray:67;stroke-dashoffset:67;--dashoffset-from: 67;--dashoffset-to: 0;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.55s;animation-delay:.55s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--line-04{width:8%}@media (min-width: 481px){.Experiences__svg--line-04{-webkit-transform:translate(165%,95%);-ms-transform:translate(165%,95%);transform:translate(165%,95%)}}.Experiences__svg--line-04 svg path{stroke-width:1.5px;opacity:0;stroke-dasharray:53;stroke-dashoffset:53;--dashoffset-from: 53;--dashoffset-to: 0;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.75s;animation-delay:.75s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--line-05{width:6%}@media (min-width: 481px){.Experiences__svg--line-05{-webkit-transform:translate(-120%,105%);-ms-transform:translate(-120%,105%);transform:translate(-120%,105%)}}.Experiences__svg--line-05 svg path{stroke-width:1.3px;opacity:0;stroke-dasharray:110;stroke-dashoffset:110;--dashoffset-from: 110;--dashoffset-to: 0;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.95s;animation-delay:.95s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--line-06{width:5%}@media (min-width: 481px){.Experiences__svg--line-06{-webkit-transform:translate(-540%,125%);-ms-transform:translate(-540%,125%);transform:translate(-540%,125%)}}.Experiences__svg--line-06 svg path{stroke-width:1.5px;opacity:0;stroke-dasharray:137;stroke-dashoffset:137;--dashoffset-from: 137;--dashoffset-to: 0;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.15s;animation-delay:1.15s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--arrow-02{width:10%;display:block;left:50%;position:absolute;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);top:30px}@media (max-width: 480px){.Experiences__svg--arrow-02{display:none}}.Experiences__svg--arrow-02 svg path{stroke-width:3px;stroke-linecap:round}.Experiences__svg--arrow-02 svg path.a{opacity:0;stroke-dasharray:180;stroke-dashoffset:180;--dashoffset-from: 180;--dashoffset-to: 360;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:333ms;animation-duration:333ms;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--arrow-02 svg path.b{opacity:0;stroke-dasharray:59;stroke-dashoffset:59;--dashoffset-from: 59;--dashoffset-to: 0;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2333ms;animation-delay:2333ms;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__svg--arrow-02 svg path.c{opacity:0;stroke-dasharray:40;stroke-dashoffset:40;--dashoffset-from: 40;--dashoffset-to: 0;-webkit-animation-name:strokeAnimation;animation-name:strokeAnimation;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:2333ms;animation-delay:2333ms;-webkit-animation-play-state:paused;animation-play-state:paused}.Experiences__illustration--in-view .Experiences__svg path,.Experiences__illustration--in-view .Experiences__svg svg,.Experiences__illustration--in-view .Experiences__svg img,.Experiences__illustration--in-view .Experiences__svg-inner{-webkit-animation-play-state:running!important;animation-play-state:running!important;opacity:1!important}
