body{margin:0;font-family:heebo, sans-serif}@font-face{font-family:"heebo";font-weight:300;src:url("/_resources/themes/hark/fonts/Heebo-Light.ttf") format("truetype")}@font-face{font-family:"heebo";font-weight:normal;src:url("/_resources/themes/hark/fonts/Heebo-Regular.ttf") format("truetype")}@font-face{font-family:"heebo";font-weight:500;src:url("/_resources/themes/hark/fonts/Heebo-Medium.ttf") format("truetype")}@font-face{font-family:"heebo";font-weight:600;src:url("/_resources/themes/hark/fonts/Heebo-Bold.ttf") format("truetype")}[fx*=parallax]{transform:translateY(calc(var(--parallax) * var(--range)))}[fx*=appear][fx*=ready] [fx*=lr],[fx*=appear][fx*=ready] [fx*=rl],[fx*=appear][fx*=ready] [fx*=tb],[fx*=appear][fx*=ready] [fx*=bt]{transform:translate(0%, 0%);opacity:1}[fx*=appear][fx*=ready] [fx*=fade]{opacity:1}[fx*=appear] [fx*=lr],[fx*=appear] [fx*=rl],[fx*=appear] [fx*=tb],[fx*=appear] [fx*=bt]{transition:transform .6s calc(var(--index, 0) * .3s),opacity linear .6s calc(var(--index, 0) * .3s);opacity:0}[fx*=appear] [fx*=lr]{transform:translateX(-100px)}[fx*=appear] [fx*=rl]{transform:translateX(100px)}[fx*=appear] [fx*=tb]{transform:translateY(-100px)}[fx*=appear] [fx*=bt]{transform:translateY(100px)}[fx*=appear] [fx*=fade]{transition:opacity .6s linear calc(var(--index, 0) * .3s);opacity:0}#header{position:fixed;display:grid;top:0;left:0;right:0;--padding-top: 72px;--padding-bottom: 36px;padding:var(--padding-top) calc(max((100vw - 1088px) / 2, 18px)) var(--padding-bottom) calc(max((100vw - 1088px) / 2, 18px));height:48px;box-sizing:content-box;align-items:center;z-index:10;transition:height .5s, padding-top .3s, padding-bottom .3s;grid-template-columns:1fr -webkit-max-content -webkit-max-content;grid-template-columns:1fr max-content max-content;grid-template-rows:48px auto;grid-template-areas:"a d b" "c c c"}@media screen and (max-width: 770px){#header{--padding-top: 36px;--padding-bottom: 36px}}#header ~ section,#header ~ footer,#header ~ .element{transition:transform .5s}#header a{text-decoration:none}#header.open{padding-bottom:62px;height:calc(100% - var(--padding-top) - var(--padding-bottom))}#header.open ~ section,#header.open ~ footer,#header.open ~ .element{transform:translateY(50vh)}#header.open::after{height:100%}#header.open .menu{padding-top:156px;opacity:1}@media screen and (max-width: 924px){#header.open .menu{padding-top:145px}}#header.open .buttons{opacity:1;transition:opacity 0.3s .35s}#header.open .menu-toggle span:nth-child(1){transform:translate(0px, 9px) rotate(45deg)}#header.open .menu-toggle span:nth-child(2){opacity:0}#header.open .menu-toggle span:nth-child(3){transform:translate(0px, 9px) rotate(-45deg)}#header.open .logo-light{display:block}#header.open .logo-dark{display:none}#header:not(.open).solid{--padding-top: 8px;--padding-bottom: 8px}#header:not(.open).light .buttons .sign-in,#header:not(.open).solid .buttons .sign-in{color:#969696}#header:not(.open).light .page-locales a,#header:not(.open).solid .page-locales a{color:#027B9B}#header:not(.open).light .menu-toggle span,#header:not(.open).solid .menu-toggle span{background-color:#027B9B}#header:not(.open) .logo-light{display:none}#header:not(.open) .logo-dark{display:block}#header.solid::before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,0.9)}#header::before{position:absolute;top:0;left:0;width:100%;height:calc(48px + var(--padding-top) + var(--padding-bottom));transition:background-color .3s, height .3s;content:""}#header::after{position:absolute;top:0;left:0;width:100%;height:0%;background:linear-gradient(to bottom, #004259 0vh, #2391AF 100vh);transition:height .5s;content:""}#header .logo{display:inline-block;position:relative;z-index:2;grid-area:a;justify-self:flex-start;height:30px;width:auto;margin-right:auto;color:#fff;transition:color .2s}#header .logo svg{width:auto;height:100%}#header .page-locales{grid-area:d;display:flex;align-items:center;position:relative;z-index:2;margin-right:40px}@media screen and (max-width: 600px){#header .page-locales{display:none}}#header .page-locales a{margin-left:28px;font-size:20px;color:rgba(255,255,255,0.5);transition:color .2s}#header .page-locales a:hover{color:rgba(255,255,255,0.75)}#header .menu-toggle{grid-area:b;justify-self:flex-end;align-self:center;display:inline-flex;position:relative;z-index:2;margin-left:auto;width:27px;height:18px}#header .menu-toggle span{position:absolute;display:inline-block;width:27px;height:2px;border-radius:1px;background-color:#fff;transform-origin:center;transition:transform .3s, opacity .3s, background-color .3s}#header .menu-toggle span:nth-child(1){transform:translate(0px, 0px)}#header .menu-toggle span:nth-child(2){transform:translate(0px, 9px)}#header .menu-toggle span:nth-child(3){transform:translate(0px, 18px)}#header .menu{grid-area:c;display:grid;grid-template-columns:-webkit-max-content -webkit-max-content auto;grid-template-columns:max-content max-content auto;position:relative;z-index:1;height:100%;align-self:center;width:100%;margin:0 auto;opacity:0;overflow-y:auto;transition:padding-top .5s, opacity .3s}@media screen and (max-width: 924px){#header .menu{grid-template-columns:1fr;grid-template-rows:auto auto;align-items:center;height:calc(100% - 38px)}}#header .menu::-webkit-scrollbar{display:none}#header .menu nav.primary{margin-right:60px;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width: 924px){#header .menu nav.primary{margin-right:0;width:100%;margin-bottom:66px}}#header .menu nav.primary a{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:auto;font-size:41px;color:rgba(255,255,255,0.5);transition:color .3s}@media screen and (max-width: 924px){#header .menu nav.primary a{font-size:36px;line-height:53px}}#header .menu nav.primary a.current{color:#fff}#header .menu nav.primary a:hover{color:rgba(255,255,255,0.75);transition:color .3s}#header .menu nav.secondary{margin-top:12px;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width: 924px){#header .menu nav.secondary{margin-bottom:72px}}#header .menu nav.secondary a{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:auto;font-size:20px;margin-bottom:15px;color:rgba(255,255,255,0.5);transition:color .3s}#header .menu nav.secondary a.current{color:#fff}#header .menu nav.secondary a:hover{color:rgba(255,255,255,0.75);transition:color .3s}#header .menu .links{margin-left:auto}@media screen and (max-width: 924px){#header .menu .links{margin-left:0;width:100%;margin-top:auto}}#header .menu .links .sign-in{display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:rgba(255,255,255,0.5);font-size:20px;margin-bottom:22px;transition:color .2s}@media screen and (max-width: 924px){#header .menu .links .sign-in{color:#fff;text-decoration:underline}}#header .menu .links .sign-in:hover{color:rgba(255,255,255,0.75)}#header .menu .links .get-connected{color:#fff;font-size:40px;margin-bottom:20px;padding-right:15px;transition:padding-right .2s}@media screen and (max-width: 924px){#header .menu .links .get-connected{display:flex;margin-right:auto;font-size:36px;line-height:53px}}#header .menu .links .get-connected:hover,#header .menu .links .get-connected:focus{padding-right:0px}#header .menu .links .locales{margin-bottom:50px}#header .menu .links .locales a{margin-right:25px;font-size:20px;color:rgba(255,255,255,0.5);transition:color .2s}#header .menu .links .locales a:hover{color:rgba(255,255,255,0.75)}#header .menu .links .social{display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:#fff;line-height:21px}@media screen and (max-width: 924px){#header .menu .links .social{display:inline-block;margin-right:24px;margin-bottom:100px}}#header .menu .links .social:hover span{text-decoration:underline}#header .menu .links .social:not(:last-child){margin-bottom:22px}#header .menu .links .social i{width:24px;text-align:center;font-size:21px;margin-right:6px}@media screen and (max-width: 924px){#header .menu .links .social i{font-size:32px;margin-right:0}}#header .menu .links .social span{font-size:17px;line-height:21px}@media screen and (max-width: 924px){#header .menu .links .social span{display:none}}#footer{display:grid;padding:65px max(18px,calc((100% - 1094px) / 2));background-color:#fff;justify-content:space-between;-moz-column-gap:16px;column-gap:16px;row-gap:100px;grid-template-areas:"a b c d e" "f f f . g"}@media screen and (max-width: 860px){#footer{row-gap:32px;grid-template-areas:"a b c" ". d e" "f f f" ". g g"}}@media screen and (max-width: 600px){#footer{grid-template-columns:100%;grid-template-areas:"a" "e" "e" "b" "c" "d" "f" "g"}}#footer .logo{grid-area:a;display:inline-block;margin-right:auto;height:28px}#footer .logo img{height:100%}#footer nav a,#footer .social a{text-decoration:none}#footer nav a:hover,#footer nav a:focus,#footer .social a:hover,#footer .social a:focus{outline:none;color:#43aac4}#footer nav a:hover i,#footer nav a:focus i,#footer .social a:hover i,#footer .social a:focus i{color:#43aac4}#footer nav,#footer .social{display:flex;flex-direction:column}#footer nav a,#footer .social a{display:inline-flex;align-items:center;color:#6A6A6A;font-size:14px;margin-right:auto}#footer nav a.current,#footer .social a.current{font-weight:500;color:#027b9b}#footer nav a:not(:last-child),#footer .social a:not(:last-child){margin-bottom:16px}#footer nav i,#footer .social i{color:#969696;font-size:13px;margin-right:12px}#footer nav.social,#footer .social.social{grid-area:d}#footer nav.primary,#footer .social.primary{grid-area:b}#footer nav.primary a,#footer .social.primary a{font-size:16px}#footer nav.secondary,#footer .social.secondary{grid-area:c}@media screen and (max-width: 600px){#footer .social{flex-direction:row}#footer .social a{margin-right:27px;margin-bottom:0 !important}#footer .social a i{font-size:30px}#footer .social a span{display:none}}#footer .buttons{grid-area:e;display:flex;flex-direction:column}#footer .buttons .button:not(:last-child){margin-bottom:12px}#footer .copyright{grid-area:f;font-size:12px;color:#6A6A6A}#footer .prisma{grid-area:g;font-size:12px;color:#6A6A6A;text-align:right}@media screen and (max-width: 600px){#footer .prisma{text-align:left}}#footer .prisma a{text-decoration:underline;color:inherit}.button,button{text-decoration:none;display:inline-block;padding:13px 48px;line-height:24px;border-radius:26px;text-align:center;white-space:nowrap;border:none;cursor:pointer;transition:background-color .2s, color .2s}.button:focus,button:focus{outline:none}.button.solid,button.solid{background-color:#027B9B;color:#fff;font-weight:500;font-size:16px}.button.solid.green,button.solid.green{background-color:#60AD32}.button.solid.green:hover,button.solid.green:hover{background-color:#2c4f17}.button.solid.orange,button.solid.orange{background-color:#FC9215}.button.solid.orange:hover,button.solid.orange:hover{background-color:#7e4402}.button.solid.white,button.solid.white{color:#027B9B;background-color:#fff}.button.solid.white:hover,button.solid.white:hover{background-color:#fff}.button.solid.secondary,button.solid.secondary{font-weight:400;color:#000;background-color:#EBEBEB}.button.solid.secondary:hover,button.solid.secondary:hover{background-color:#f5f5f5}.button.solid:hover,button.solid:hover{background-color:#004259}.button.outline,button.outline{padding:11px 46px;border:2px solid var(--button-color, #027B9B);font-weight:500;color:var(--button-color, #027B9B);font-size:16px;transition:background-color .2s, color .2s}.button.outline.green,button.outline.green{--button-color: #60AD32}.button.outline.orange,button.outline.orange{--button-color: #FC9215}.button.outline.white,button.outline.white{--button-color: #fff;--button-text: #027B9B}.button.outline.white:hover,button.outline.white:hover{background-color:#fff}.button.outline:hover,.button.outline:focus,button.outline:hover,button.outline:focus{color:var(--button-text, #fff);background-color:var(--button-color, #027B9B)}.button.compact,button.compact{height:38px;padding:9px 24px;font-size:14px;line-height:20px}a.next{display:inline-flex;font-weight:500;line-height:1.5em;font-size:16px;color:#027B9B;text-decoration:none}@media screen and (max-width: 900px){a.next:not(.always-arrow){text-decoration:underline}a.next:not(.always-arrow) .arrow{display:none}}a.next:focus{outline:none}a.next:focus .arrow::before,a.next:hover .arrow::before{width:65px}a.next .arrow{display:inline-flex;margin-left:18px;align-items:center}a.next .arrow::before{grid-column:2;height:2px;width:50px;border-radius:1px;background-color:currentColor;transition:width .2s;content:""}a.next .arrow::after{grid-column:3;height:16px;width:9px;transform:translate3d(-7px, 0, 0);background-color:currentColor;-webkit-clip-path:polygon(0px 1.5px, 1.5px 0px, 9px 8px, 1.5px 16px, 0px 14.5px, 6.5px 8px);clip-path:polygon(0px 1.5px, 1.5px 0px, 9px 8px, 1.5px 16px, 0px 14.5px, 6.5px 8px);content:""}.hex.mask{clip-path:polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);-webkit-clip-path:polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);-moz-clip-path:polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%)}.hex.mask.filled{clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);-webkit-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);-moz-clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)}.hex.solid{--opacity: 0.25;width:66px;height:66px;mask-image:url(/_resources/themes/hark/images/hex.svg);mask-size:calc(100% - 3px);mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/_resources/themes/hark/images/hex.svg);-webkit-mask-size:calc(100% - 3px);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.hex.solid.white{--opacity: 0.12;background-color:rgba(255, 255, 255, var(--opacity))}.hex.solid.variant-1{background-color:rgba(255, 169, 0, var(--opacity))}.hex.solid.variant-2{background-color:rgba(67, 170, 196, var(--opacity))}.hex.solid.variant-3{background-color:rgba(138, 184, 42, var(--opacity))}.hex.outline{--opacity: 0.56;width:66px;height:66px;mask-image:url(/_resources/themes/hark/images/fitted-hex-outline.svg);mask-size:calc(100% - 3px);mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/_resources/themes/hark/images/fitted-hex-outline.svg);-webkit-mask-size:calc(100% - 3px);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.hex.outline.white{--opacity: 0.12;background-color:rgba(255, 255, 255, var(--opacity))}.hex.outline.variant-1{background-color:rgba(255, 169, 0, var(--opacity))}.hex.outline.variant-2{background-color:rgba(67, 170, 196, var(--opacity))}.hex.outline.variant-3{background-color:rgba(138, 184, 42, var(--opacity))}#popup{position:fixed;z-index:20;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;overflow-y:auto;overflow-x:hidden;transition:opacity .8s}#popup.open{pointer-events:all;opacity:1}#popup.open .box,#popup.open .close{transform:translateY(0px)}#popup::-webkit-scrollbar{display:none}#popup .background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6)}#popup .box{padding:88px 92px 70px 92px;margin:144px auto 100px auto;width:1088px;box-sizing:border-box;max-width:100%;background-color:#fff;transform:translateY(10vh);transition:transform .8s}@media screen and (max-width: 1088px){#popup .box{margin:54px auto 0px auto}}@media screen and (max-width: 950px){#popup .box{padding:88px 20px 50px 20px}}#popup .box .announcement--locales{display:flex;justify-content:center;margin-bottom:24px}#popup .box .announcement--locales>a{margin:0 12px}#popup .box .announcement--content{display:none}#popup .box .announcement--content.active{display:block}#popup .box .announcement--content .text-center,#popup .box .announcement--content.text-center{text-align:center}#popup .close{position:absolute;top:176px;right:calc(50% - (min(100%, 1088px) / 2) + 34px);width:24px;height:24px;cursor:pointer;display:block;transform:translateY(10vh);transition:transform .8s}@media screen and (max-width: 1088px){#popup .close{top:89px}}#popup .close::before,#popup .close::after{position:absolute;background-color:#000;transform-origin:center;width:24px;height:2px;border-radius:1px;content:""}#popup .close::before{transform:translate(0, 12px) rotate(45deg)}#popup .close::after{transform:translate(0, 12px) rotate(-45deg)}#popup .text-center{text-align:center}#popup video{width:100%;height:auto}.alert-bar{position:fixed;bottom:0px;left:0px;background:#333;width:100%;font-size:15px;color:#fff;text-align:center;padding:10px;z-index:30;box-sizing:border-box}.alert-bar p{margin:0px}@font-face{font-family:gotham;font-weight:normal;font-style:normal;src:url(/_resources/themes/hark/fonts/Gotham-Book.otf)}@font-face{font-family:gotham;font-weight:lighter;font-style:normal;src:url(/_resources/themes/hark/fonts/Gotham-Light.otf)}@font-face{font-family:gotham;font-weight:500;font-style:normal;src:url(/_resources/themes/hark/fonts/Gotham-Medium.otf)}@font-face{font-family:gotham;font-weight:bold;font-style:normal;src:url(/_resources/themes/hark/fonts/Gotham-Bold.otf)}@font-face{font-family:gotham;font-weight:bold;font-style:italic;src:url(/_resources/themes/hark/fonts/Gotham-BoldItalic.otf)}@font-face{font-family:gotham;font-weight:800;font-style:italic;src:url(/_resources/themes/hark/fonts/Gotham-BlackItalic.otf)}.CoordinatePage #hero{position:relative;display:flex;align-items:center;flex-direction:column;padding:140px 20px 20px}@media screen and (min-width: 900px){.CoordinatePage #hero{padding:140px 40px}}.CoordinatePage #hero .hero--texture{position:absolute;top:0;left:0;width:100%;height:calc(197px + 40%);-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}@media screen and (max-width: 676px){.CoordinatePage #hero .hero--texture{height:calc(100vw * (508 / 676))}}.CoordinatePage #hero .hero--logo{position:relative;margin-bottom:42px;max-width:596px;width:100%;height:auto;align-self:center;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 676px){.CoordinatePage #hero .hero--logo{margin-bottom:calc(100vw * (42 / 676))}}.CoordinatePage #hero .hero--video-container{position:relative;display:flex;align-items:center;justify-content:center;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#F5F5F5;aspect-ratio:16/9;width:100%;max-width:1088px}.CoordinatePage #hero .hero--video-container[status=playing]:hover button{opacity:1}.CoordinatePage #hero .hero--video-container[status=playing] button{opacity:0}.CoordinatePage #hero .hero--video-container[status=playing] button::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='86 86 360 360'%3E%3Ctitle%3EPause%3C/title%3E%3Cpath d='M224 432h-80V80h80zM368 432h-80V80h80z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='86 86 360 360'%3E%3Ctitle%3EPause%3C/title%3E%3Cpath d='M224 432h-80V80h80zM368 432h-80V80h80z'/%3E%3C/svg%3E")}.CoordinatePage #hero .hero--video-container video{width:100%;height:auto}.CoordinatePage #hero .hero--video-container button{position:absolute;display:inline-flex;padding:0;opacity:1;align-items:center;justify-content:center;width:82px;height:82px;border-radius:50%;border:none;background-color:#FFFFFF;color:#004259;cursor:pointer;transition:opacity .2s, width .2s, height .2s}.CoordinatePage #hero .hero--video-container button:hover{width:86px;height:86px}.CoordinatePage #hero .hero--video-container button:active{width:78px;height:78px}.CoordinatePage #hero .hero--video-container button::after{width:22px;height:22px;background-color:currentColor;-webkit-mask-position:right;mask-position:right;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.389' height='22.171' viewBox='0 0 17.389 22.171'%3E%3Cpath id='Icon_ionic-md-play' data-name='Icon ionic-md-play' d='M6.75 3.656V25.827L24.139 14.742Z' transform='translate(-6.75 -3.656)' fill='%23004259'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.389' height='22.171' viewBox='0 0 17.389 22.171'%3E%3Cpath id='Icon_ionic-md-play' data-name='Icon ionic-md-play' d='M6.75 3.656V25.827L24.139 14.742Z' transform='translate(-6.75 -3.656)' fill='%23004259'/%3E%3C/svg%3E");content:""}.CoordinatePage #hero .hero--heading{position:relative;bottom:0.3em;margin:0;font-size:200px;line-height:1em;font-style:italic;font-family:gotham, sans-serif;color:transparent;-webkit-text-stroke:3px #30AE4B}@media screen and (max-width: 1280px){.CoordinatePage #hero .hero--heading{font-size:calc(100vw * (200 / 1280))}}.CoordinatePage #content{margin:75px 0 130px 0}.CoordinatePage #invitation{margin:115px 0 115px 0}@media screen and (max-width: 700px){.CoordinatePage #content,.CoordinatePage #invitation{margin:40px 0 100px 0}}.CoordinatePage #content .content-container,.CoordinatePage #invitation .content-container{font-family:heebo, sans-serif;font-size:20px;line-height:1.5em;color:#000000;text-align:center;padding:0 40px}@media screen and (max-width: 700px){.CoordinatePage #content .content-container,.CoordinatePage #invitation .content-container{font-size:18px}}.CoordinatePage #content .content-container h1,.CoordinatePage #invitation .content-container h1{font-family:gotham, sans-serif;font-weight:bold;font-size:56px;color:#186580;line-height:1.2em}@media screen and (max-width: 700px){.CoordinatePage #content .content-container h1,.CoordinatePage #invitation .content-container h1{font-size:32px}}.CoordinatePage #content .content-container :not(:last-child),.CoordinatePage #invitation .content-container :not(:last-child){margin:0 auto 28px auto}.CoordinatePage #content .content-container :last-child,.CoordinatePage #invitation .content-container :last-child{margin:0 auto}.CoordinatePage #content .content-container p,.CoordinatePage #invitation .content-container p{max-width:850px}.CoordinatePage #content .content-container .disclaimer,.CoordinatePage #invitation .content-container .disclaimer{max-width:850px;font-size:18px;color:#808080;line-height:30px}.CoordinatePage #videos{padding:60px calc(max((100% - 1366px) / 2, 0px))}.CoordinatePage #videos .videos--content{font-family:heebo, sans-serif;font-size:20px;line-height:1.5em;color:#000000;text-align:center;padding:0 40px;margin-bottom:40px}@media screen and (max-width: 700px){.CoordinatePage #videos .videos--content{font-size:18px}}.CoordinatePage #videos .videos--content h1{font-family:gotham, sans-serif;font-weight:bold;font-size:56px;color:#186580;line-height:1.2em}@media screen and (max-width: 700px){.CoordinatePage #videos .videos--content h1{font-size:32px}}.CoordinatePage #videos .videos--content :not(:last-child){margin:0 auto 28px auto}.CoordinatePage #videos .videos--content :last-child{margin:0 auto}.CoordinatePage #videos .videos--content p{max-width:850px}.CoordinatePage #videos .videos--scroll-container{position:relative;align-items:center;display:flex}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track{position:relative;overflow-y:scroll;gap:50px;align-items:center;display:flex}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track::-webkit-scrollbar{display:none}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail{position:relative;display:flex;align-items:center;justify-content:center;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#F5F5F5;aspect-ratio:16/9;position:relative;width:658px;max-width:100vw;height:auto}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail[status=playing]:hover button{opacity:1}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail[status=playing] button{opacity:0}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail[status=playing] button::after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='86 86 360 360'%3E%3Ctitle%3EPause%3C/title%3E%3Cpath d='M224 432h-80V80h80zM368 432h-80V80h80z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='86 86 360 360'%3E%3Ctitle%3EPause%3C/title%3E%3Cpath d='M224 432h-80V80h80zM368 432h-80V80h80z'/%3E%3C/svg%3E")}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail video{width:100%;height:auto}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail button{position:absolute;display:inline-flex;padding:0;opacity:1;align-items:center;justify-content:center;width:82px;height:82px;border-radius:50%;border:none;background-color:#FFFFFF;color:#004259;cursor:pointer;transition:opacity .2s, width .2s, height .2s}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail button:hover{width:86px;height:86px}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail button:active{width:78px;height:78px}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-thumbnail button::after{width:22px;height:22px;background-color:currentColor;-webkit-mask-position:right;mask-position:right;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.389' height='22.171' viewBox='0 0 17.389 22.171'%3E%3Cpath id='Icon_ionic-md-play' data-name='Icon ionic-md-play' d='M6.75 3.656V25.827L24.139 14.742Z' transform='translate(-6.75 -3.656)' fill='%23004259'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.389' height='22.171' viewBox='0 0 17.389 22.171'%3E%3Cpath id='Icon_ionic-md-play' data-name='Icon ionic-md-play' d='M6.75 3.656V25.827L24.139 14.742Z' transform='translate(-6.75 -3.656)' fill='%23004259'/%3E%3C/svg%3E");content:""}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-title{margin:6px 0;font-size:21px}.CoordinatePage #videos .videos--scroll-container .videos--scroll-track .videos--video .videos--video-description{margin:0;font-size:14px}.CoordinatePage #videos .videos--scroll-container .videos--scroll-button{position:absolute;display:inline-flex;align-items:center;justify-content:center;z-index:1;width:64px;height:64px;padding:0;border-radius:50%;background-color:rgba(255,255,255,0.8)}.CoordinatePage #videos .videos--scroll-container .videos--scroll-button:hover{background-color:#fff}.CoordinatePage #videos .videos--scroll-container .videos--scroll-button::after{display:inline-block;aspect-ratio:448/512;width:28px;background-color:#006083;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);content:""}.CoordinatePage #videos .videos--scroll-container .videos--scroll-button.left{left:12px;--mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M447.1 256c0 13.25-10.76 24.01-24.01 24.01H83.9l132.7 126.6c9.625 9.156 9.969 24.41 .8125 33.94c-9.156 9.594-24.34 9.938-33.94 .8125l-176-168C2.695 268.9 .0078 262.6 .0078 256S2.695 243.2 7.445 238.6l176-168C193 61.51 208.2 61.85 217.4 71.45c9.156 9.5 8.812 24.75-.8125 33.94l-132.7 126.6h340.1C437.2 232 447.1 242.8 447.1 256z'/%3E%3C/svg%3E")}.CoordinatePage #videos .videos--scroll-container .videos--scroll-button.right{right:12px;--mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M264.6 70.63l176 168c4.75 4.531 7.438 10.81 7.438 17.38s-2.688 12.84-7.438 17.38l-176 168c-9.594 9.125-24.78 8.781-33.94-.8125c-9.156-9.5-8.812-24.75 .8125-33.94l132.7-126.6H24.01c-13.25 0-24.01-10.76-24.01-24.01s10.76-23.99 24.01-23.99h340.1l-132.7-126.6C221.8 96.23 221.5 80.98 230.6 71.45C239.8 61.85 254.1 61.51 264.6 70.63z'/%3E%3C/svg%3E")}.CoordinatePage #venue{padding:100px 0px 30px;display:flex;align-items:center}@media screen and (max-width: 980px){.CoordinatePage #venue{padding:80px 0 30px;flex-direction:column}}@media screen and (min-width: 981px){.CoordinatePage #venue img{max-width:50%}}@media screen and (max-width: 980px){.CoordinatePage #venue img{max-width:100%}}.CoordinatePage #venue .venue--content{padding:60px;background:#074860}@media screen and (max-width: 980px){.CoordinatePage #venue .venue--content{max-width:100%;width:673px;box-sizing:border-box;padding:50px 40px;background:#074860}}.CoordinatePage #venue .venue--content .venue--date{margin:0;color:#fff;font-family:gotham, sans-serif;font-weight:bold;font-size:36px;line-height:40px}.CoordinatePage #venue .venue--content .venue--location{margin:0 0 16px 0;color:#EEA947;line-height:1em;font-family:gotham, sans-serif;font-weight:bold;font-size:130px}@media screen and (max-width: 1250px){.CoordinatePage #venue .venue--content .venue--location{font-size:100px}}@media screen and (max-width: 520px){.CoordinatePage #venue .venue--content .venue--location{font-size:58px}}.CoordinatePage #venue .venue--content .venue--subheading{margin:0;color:#fff;font-family:gotham, sans-serif;font-weight:bold;font-size:18px;letter-spacing:0.2em;text-transform:uppercase}@media screen and (max-width: 520px){.CoordinatePage #venue .venue--content .venue--subheading{font-size:18px}}.CoordinatePage #images{position:relative;display:flex;overflow:hidden;margin:150px 0;height:362px}@media screen and (max-width: 700px){.CoordinatePage #images{margin:70px 0}}.CoordinatePage #images img{--gap: calc(min(max((100vw - 483px) / 2, 24px), 105px));position:absolute;left:var(--gap);transform:translateX(calc((var(--img-index, 0) - var(--slider-index, 0)) * (100% + var(--gap, 0px))));transition:transform .8s}@media screen and (max-width: 563px){.CoordinatePage #images img{width:calc(100vw - 80px)}}.CoordinatePage #splash{position:relative;display:flex;padding:70px 0;align-items:center;flex-direction:column;background:linear-gradient(94deg, #074860, #2e734a 100%)}.CoordinatePage #splash img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;pointer-events:none}.CoordinatePage #splash p{position:relative;font-family:gotham, sans-serif;font-weight:800;font-style:italic;font-size:105px;line-height:0.95em;margin:0}@media screen and (max-width: 1300px){.CoordinatePage #splash p{font-size:calc(100vw * (105 / 1300))}}.CoordinatePage #splash p span{-webkit-text-stroke:2px #fff;color:transparent}.CoordinatePage #splash p:nth-of-type(1) span:nth-child(1){color:#fff}.CoordinatePage #splash p:nth-of-type(2) span:nth-child(2){color:#fff}.CoordinatePage #splash p:nth-of-type(3) span:nth-child(3){color:#fff}.CoordinatePage #speakers{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;-moz-column-gap:32px;column-gap:32px;row-gap:64px;margin:100px auto;max-width:1300px;padding:0 40px}@media screen and (max-width: 1200px){.CoordinatePage #speakers{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 900px){.CoordinatePage #speakers{grid-template-columns:1fr 1fr}}@media screen and (max-width: 600px){.CoordinatePage #speakers{grid-template-columns:1fr}}.CoordinatePage #speakers .speakers--heading{font-family:gotham, sans-serif;font-size:200px;font-style:italic;font-weight:800;color:transparent;-webkit-text-stroke:2px #EEA947;margin:0 0 100px 0;text-align:center;grid-column:span 4}@media screen and (max-width: 1200px){.CoordinatePage #speakers .speakers--heading{grid-column:span 3}}@media screen and (max-width: 900px){.CoordinatePage #speakers .speakers--heading{grid-column:span 2}}@media screen and (max-width: 600px){.CoordinatePage #speakers .speakers--heading{grid-column:span 1}}@media screen and (max-width: 1040px){.CoordinatePage #speakers .speakers--heading{font-size:calc(100vw * (200 / 1150))}}.CoordinatePage #speakers .speaker{display:flex;flex-direction:column;align-items:center;width:100%;gap:16px}.CoordinatePage #speakers .speaker .speaker--image{display:inline-flex;position:relative;justify-content:center;width:100%;aspect-ratio:355 / 410;height:auto}.CoordinatePage #speakers .speaker .speaker--image img{position:absolute;height:100%;width:auto}.CoordinatePage #speakers .speaker .speaker--content .speaker--name{color:#006083;font-size:40px;font-weight:bold;margin:0;line-height:1.2em;margin:0 0 15px 0}.CoordinatePage #speakers .speaker .speaker--content .speaker--about{margin:0;font-size:16px;line-height:1.3em}.CoordinatePage #speakers hr{max-width:948px;margin:0 auto;border:1px solid #F0F0F0}.CoordinatePage #agenda .agenda--heading{text-align:center;padding:60px 0 20px}.CoordinatePage #agenda .agenda--heading h1{font-family:gotham, sans-serif;font-size:200px;font-style:italic;font-weight:800;color:transparent;-webkit-text-stroke:2px #5EB947;margin:0;text-align:center}@media screen and (max-width: 1040px){.CoordinatePage #agenda .agenda--heading h1{font-size:calc(100vw * (200 / 1150))}}.CoordinatePage #agenda .agenda--heading p{font-size:30px;font-weight:500;line-height:1.1em;color:#5EB947}.CoordinatePage #agenda .agenda--schedule p{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;width:-webkit-max-content;width:-moz-max-content;width:max-content;gap:16px;margin:60px auto;font-size:21px}.CoordinatePage #agenda .agenda--schedule p span:nth-child(odd){text-align:right;font-weight:500}.CoordinatePage #agenda table{margin:0 auto;max-width:750px}.CoordinatePage #agenda table strong{font-weight:500}.CoordinatePage #agenda table tr{padding-bottom:5px}.CoordinatePage #agenda table td{padding:4px}.CoordinatePage #agenda table tr td:first-child{width:90px;padding-right:20px;text-align:right}.CoordinatePage #countdown{position:relative;background-color:#006083;background:linear-gradient(94deg, #074860 40%, #2e7357 100%);padding:100px calc(max((100% - 895px) / 2, 40px))}@media screen and (max-width: 600px){.CoordinatePage #countdown{padding:50px 40px}}.CoordinatePage #countdown .countdown--heading{text-align:center;color:#fff;font-family:gotham, sans-serif;letter-spacing:3px;font-weight:500;font-size:20px;margin-top:0px}.CoordinatePage #countdown img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;pointer-events:none}.CoordinatePage #countdown hark-countdown{position:relative;display:flex;flex-wrap:wrap;row-gap:24px;justify-content:space-between}.CoordinatePage #countdown hark-countdown div{width:200px;color:#fff;text-align:center}@media screen and (max-width: 900px){.CoordinatePage #countdown hark-countdown div{width:100px}}@media screen and (max-width: 600px){.CoordinatePage #countdown hark-countdown div{width:50%}}.CoordinatePage #countdown hark-countdown div span{display:block;font-family:gotham, sans-serif}.CoordinatePage #countdown hark-countdown div span.number{font-size:90px;font-weight:bold;line-height:1.1em;margin-bottom:0.2em}@media screen and (max-width: 900px){.CoordinatePage #countdown hark-countdown div span.number{font-size:40px}}.CoordinatePage #countdown hark-countdown div span.label{font-size:30px;font-weight:500;line-height:1.1em}@media screen and (max-width: 900px){.CoordinatePage #countdown hark-countdown div span.label{font-size:24px}}.CoordinatePage #registration{background-color:#F5F5F5;padding:130px calc(max((100% - 1088px) / 2, 40px))}@media screen and (max-width: 700px){.CoordinatePage #registration{padding:60px 40px}}@media screen and (max-width: 550px){.CoordinatePage #registration{padding:40px 0}}.CoordinatePage #registration hark--cnwa-registration-form form{background-color:#fff;padding:95px calc(max((100% - 818px) / 2, 40px))}.CoordinatePage #registration hark--cnwa-registration-form[status=error] .registration--fields p[name=message]{display:block;color:red;text-align:center}.CoordinatePage #registration hark--cnwa-registration-form[status=sending] .registration--fields::before,.CoordinatePage #registration hark--cnwa-registration-form[status=success] .registration--fields::before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.5);content:""}.CoordinatePage #registration hark--cnwa-registration-form[status=success] .registration--fields p[name=message]{position:absolute;display:block;z-index:2;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;font-size:36px;color:#186580}.CoordinatePage #registration hark--cnwa-registration-form .registration--content{text-align:center;font-family:heebo, sans-serif;font-size:20px;line-height:1.5em;color:#000000;font-size:20px}@media screen and (max-width: 700px){.CoordinatePage #registration hark--cnwa-registration-form .registration--content{font-size:18px}}.CoordinatePage #registration hark--cnwa-registration-form .registration--content h1{font-family:gotham, sans-serif;font-weight:bold;font-size:56px;color:#186580;line-height:1.2em}@media screen and (max-width: 700px){.CoordinatePage #registration hark--cnwa-registration-form .registration--content h1{font-size:32px}}.CoordinatePage #registration hark--cnwa-registration-form .registration--content :not(:last-child){margin:0 auto 28px auto}.CoordinatePage #registration hark--cnwa-registration-form .registration--content :last-child{margin:0 auto}.CoordinatePage #registration hark--cnwa-registration-form hr{margin:50px auto;width:204px;border:1px solid #F0F0F0}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields{position:relative;display:grid;max-width:640px;margin:0 auto;grid-template-columns:1fr 1fr;-moz-column-gap:16px;column-gap:16px;row-gap:13px;transition:opacity .3s}@media screen and (max-width: 600px){.CoordinatePage #registration hark--cnwa-registration-form .registration--fields{grid-template-columns:1fr}}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields input,.CoordinatePage #registration hark--cnwa-registration-form .registration--fields textarea{font-size:16px;padding:15px 0 15px 20px;border:1px solid #EBEBEB;border-radius:4px;color:#000;font-family:heebo, sans-serif}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields input::-moz-placeholder, .CoordinatePage #registration hark--cnwa-registration-form .registration--fields textarea::-moz-placeholder{font:inherit;color:rgba(0,0,0,0.4)}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields input:-ms-input-placeholder, .CoordinatePage #registration hark--cnwa-registration-form .registration--fields textarea:-ms-input-placeholder{font:inherit;color:rgba(0,0,0,0.4)}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields input::placeholder,.CoordinatePage #registration hark--cnwa-registration-form .registration--fields textarea::placeholder{font:inherit;color:rgba(0,0,0,0.4)}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields input:focus,.CoordinatePage #registration hark--cnwa-registration-form .registration--fields textarea:focus{outline:none;border-color:#4DADC7}@media screen and (min-width: 600px){.CoordinatePage #registration hark--cnwa-registration-form .registration--fields input[name=company]{grid-column:span 2}}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields textarea{resize:vertical}@media screen and (min-width: 600px){.CoordinatePage #registration hark--cnwa-registration-form .registration--fields textarea{grid-column:span 2}}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields p[name=message]{display:none}@media screen and (min-width: 600px){.CoordinatePage #registration hark--cnwa-registration-form .registration--fields p[name=message]{grid-column:span 2}}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields [name=captcha-container]{position:relative}@media screen and (min-width: 600px){.CoordinatePage #registration hark--cnwa-registration-form .registration--fields [name=captcha-container]{grid-column:span 2}}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields button{justify-self:center;font-size:16px;margin-top:43px;background-color:#4DADC7;color:#fff;width:100%;max-width:420px}@media screen and (min-width: 600px){.CoordinatePage #registration hark--cnwa-registration-form .registration--fields button{grid-column:span 2}}.CoordinatePage #registration hark--cnwa-registration-form .registration--fields button:hover{background-color:#3691ab}.video-albums{width:100%;margin:0 auto;max-width:1300px}.video-albums .video-albums-headings{font-family:gotham, sans-serif;font-weight:bold;font-size:56px;color:#186580;line-height:1.2em;text-align:center}.video-albums .video-cat-nav{display:flex;justify-content:center;padding-bottom:20px}.video-albums .video-cat-nav .video-cat-link{display:block;padding:8px 12px;margin:0 10px;color:#186580;font-weight:500;transition:all .2s;cursor:pointer}.video-albums .video-cat-nav .video-cat-link:hover{color:#EEA947}.video-albums .video-cat-nav .video-cat-link.active{color:#EEA947;border-bottom:2px solid #186580}.video-albums .video-album{display:none;flex-wrap:wrap;justify-content:center;padding-bottom:20px}@media screen and (min-width: 550px){.video-albums .video-album{gap:20px}}.video-albums .video-album.active{display:flex}.video-albums .video-tile{position:relative;width:100%;padding:0 20px}.video-albums .video-tile .video-poster{position:relative}.video-albums .video-tile .video-poster:before{content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNTYgMzJhMjI0IDIyNCAwIDEgMSAwIDQ0OCAyMjQgMjI0IDAgMSAxIDAtNDQ4em0wIDQ4MEEyNTYgMjU2IDAgMSAwIDI1NiAwYTI1NiAyNTYgMCAxIDAgMCA1MTJ6bTcyLjctMjU2TDIwOCAzMjkuN1YxODIuM0wzMjguNyAyNTZ6TTIxMi41IDE0Ny41Yy03LjQtNC41LTE2LjctNC43LTI0LjMtLjVzLTEyLjMgMTIuMy0xMi4zIDIwLjlWMzQ0YzAgOC43IDQuNyAxNi43IDEyLjMgMjAuOXMxNi44IDQuMSAyNC4zLS41bDE0NC04OGM3LjEtNC40IDExLjUtMTIuMSAxMS41LTIwLjVzLTQuNC0xNi4xLTExLjUtMjAuNWwtMTQ0LTg4eiIvPjwvc3ZnPg==");width:50px;display:block;position:absolute;bottom:20px;left:20px}@media screen and (min-width: 550px){.video-albums .video-tile{width:calc(50% - 20px);padding:0px}}@media screen and (min-width: 950px){.video-albums .video-tile{width:calc(33.33% - 20px)}}.video-albums .video-tile img{max-width:100%}.video-albums .video-title{margin-top:0px}#video-popup{display:none;position:fixed;width:100vw;background:rgba(0,0,0,0.85);box-sizing:border-box;height:100vh;align-items:center;justify-content:center;z-index:10;top:0px}.popup-inner{margin:0 auto;max-width:1400px;padding:20px;position:relative;display:block;width:100%}#btn-close-popup{position:absolute;top:3px;right:20px;cursor:pointer;text-decoration:none;font-size:40px;color:#fff;font-weight:100}

/*# sourceMappingURL=coordinate.css.map */
