@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap);
:root{--gradient-pink:50%;--gradient-white:100%}*{box-sizing:border-box;font-family:Raleway,sans-serif}body,html{height:100%}body{background:#feb8da;background:radial-gradient(circle,#feb8da var(--gradient-pink),#fff var(--gradient-white));background-position:50%;background-repeat:no-repeat;margin:0}body .page_wrapper{display:flex;flex-flow:column nowrap;height:100%;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;position:relative}body .page_wrapper>.content_wrapper{display:grid;gap:20px;grid-template-columns:auto 1fr;margin:auto;padding-bottom:20px;padding-top:20px}body .page_wrapper>.content_wrapper .header{grid-column:1/3;text-align:center}body .page_wrapper>.content_wrapper .header h1{font-size:42px;margin:0 0 10px}body .page_wrapper>.content_wrapper .header .menu{-moz-column-gap:20px;column-gap:20px;display:flex;flex-flow:row;justify-content:center;list-style:none;margin:0;padding:0}body .page_wrapper>.content_wrapper .header .menu li a{color:#000;font-weight:700;text-decoration:none}body .page_wrapper>.content_wrapper .header .menu li a:after{background-color:#000;content:"";display:block;height:2px;max-width:0;transition:max-width .25s ease-in-out;width:100%}body .page_wrapper>.content_wrapper .header .menu li a.active:after,body .page_wrapper>.content_wrapper .header .menu li a:hover:after{max-width:200px}body .page_wrapper>.content_wrapper .kiwi_wrapper{display:flex;flex-flow:row nowrap;grid-column:1/1;justify-content:center;position:relative}body .page_wrapper>.content_wrapper .kiwi_image{background-image:url(../images/Nina.jpg);background-position:top;background-size:cover;border-radius:10px;box-shadow:2px 4px 10px -4px #000;height:300px;width:300px}body .page_wrapper>.content_wrapper .content_wrapper{background-color:#fff;border-radius:10px;box-shadow:2px 4px 10px -4px #000;display:flex;flex-flow:column;grid-column:2/2;grid-row:2/4;justify-content:flex-start;line-height:1.5;padding:20px 30px 20px 20px;position:relative;width:500px}body .page_wrapper>.content_wrapper .content_wrapper>:first-child{margin-top:0}body .page_wrapper>.content_wrapper .content_wrapper a{color:#3fa5ad;display:inline-block;text-decoration:none;width:-moz-fit-content;width:fit-content}body .page_wrapper>.content_wrapper .content_wrapper a:after{background-color:#3fa5ad;content:"";display:block;height:1px;max-width:0;position:relative;top:-2px;transition:max-width .25s ease-in-out;width:100%}body .page_wrapper>.content_wrapper .content_wrapper a.active:after,body .page_wrapper>.content_wrapper .content_wrapper a:hover:after{max-width:200px}body .page_wrapper>.content_wrapper .content_wrapper h2{margin:20px 0 10px}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper{display:flex;flex-flow:row nowrap;grid-column:2/2;justify-content:center}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);justify-content:flex-start;row-gap:20px;width:100%}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button{align-items:center;border-radius:10px;box-shadow:1px 4px 10px -4px #000;display:flex;flex-flow:row nowrap;height:50px;overflow:hidden;padding:0 10px;position:relative;text-decoration:none;transition:transform .5s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:1}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button:before{content:"Look at me!";display:none;position:absolute;z-index:1}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button:first-child:before{left:-100px}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button:nth-child(2):before{right:-100px}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button .icon{border-radius:10px;padding:10px;position:relative;width:45px;z-index:2}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button .icon i{color:#fff;font-size:24px}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button .icon svg{fill:#fff;height:auto;width:30px}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button span{color:#000;display:inline-flex;flex-flow:column nowrap;font-size:22px;height:50px;justify-content:center;left:-20px;padding-left:24px;position:relative;width:200px;z-index:1}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button:after{content:"";display:block;height:0;left:0;position:absolute;top:0;transition:height 1s ease-in-out;width:100%}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button.blue{background-color:#81cbd1}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button.pink{background-color:#feb8da}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button:hover{transform:scale(1.05)}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button:hover.blue:after{height:80px}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons .button:last-child{margin-bottom:0}body .page_wrapper>.content_wrapper .content_wrapper .table{border-bottom:none;-moz-column-count:2;column-count:2;-moz-column-gap:14px;column-gap:14px;margin:0;padding:0}body .page_wrapper>.content_wrapper .content_wrapper .table>div,body .page_wrapper>.content_wrapper .content_wrapper .table>li{-moz-column-break-inside:avoid;break-inside:avoid;-moz-column-gap:0;column-gap:0;display:grid;font-size:14px;grid-template-columns:auto 1fr;line-height:2;min-height:30px}body .page_wrapper>.content_wrapper .content_wrapper .table>div>div,body .page_wrapper>.content_wrapper .content_wrapper .table>li>div{border-bottom:1px solid #81cbd1}body .page_wrapper>.content_wrapper .content_wrapper .table>div>div:nth-child(odd),body .page_wrapper>.content_wrapper .content_wrapper .table>li>div:nth-child(odd){font-weight:600}body .page_wrapper>.content_wrapper .content_wrapper .table>div>div:nth-child(odd) sub,body .page_wrapper>.content_wrapper .content_wrapper .table>li>div:nth-child(odd) sub{font-size:12px;vertical-align:top}body .page_wrapper>.content_wrapper .content_wrapper .table>div>div:nth-child(2n),body .page_wrapper>.content_wrapper .content_wrapper .table>li>div:nth-child(2n){text-align:right}body .page_wrapper>.content_wrapper .content_wrapper .table>div>.full,body .page_wrapper>.content_wrapper .content_wrapper .table>li>.full{grid-column:-1/1}body .page_wrapper>.content_wrapper .content_wrapper .table>div ul,body .page_wrapper>.content_wrapper .content_wrapper .table>li ul{list-style:none;margin:5px 0 0;padding:0 0 0 10px}body .page_wrapper>.content_wrapper .content_wrapper .table>div ul li,body .page_wrapper>.content_wrapper .content_wrapper .table>li ul li{-moz-column-break-inside:avoid;break-inside:avoid;-moz-column-gap:10px;column-gap:10px;display:grid;font-size:14px;grid-template-columns:auto 1fr;line-height:1.5}body .page_wrapper>.content_wrapper .content_wrapper .table>div ul li>div:nth-child(odd),body .page_wrapper>.content_wrapper .content_wrapper .table>li ul li>div:nth-child(odd){font-weight:600}body .page_wrapper>.content_wrapper .content_wrapper .table>div ul li>div:nth-child(odd) sub,body .page_wrapper>.content_wrapper .content_wrapper .table>li ul li>div:nth-child(odd) sub{font-size:12px;vertical-align:top}body .page_wrapper>.content_wrapper .content_wrapper .table>div ul li>div:nth-child(2n),body .page_wrapper>.content_wrapper .content_wrapper .table>li ul li>div:nth-child(2n){text-align:right}body .page_wrapper>.content_wrapper .content_wrapper .table>div.empty>*,body .page_wrapper>.content_wrapper .content_wrapper .table>li.empty>*{border-bottom:unset}body .page_wrapper>.content_wrapper .content_wrapper .achievements{border-bottom:none;margin:0;padding:0}body .page_wrapper>.content_wrapper .content_wrapper .achievements .item{-moz-column-break-inside:avoid;break-inside:avoid;-moz-column-gap:0;column-gap:0;display:grid;font-size:14px;grid-template-columns:auto 1fr;line-height:2}body .page_wrapper>.content_wrapper .content_wrapper .achievements .item>label{font-weight:700;margin-right:10px}body .page_wrapper>.content_wrapper .content_wrapper .achievements .item ul{margin:0;padding:0 0 0 10px}body .page_wrapper>.content_wrapper .content_wrapper .achievements .item ul li{display:grid;grid-template-columns:auto 1fr}body .page_wrapper>.content_wrapper .content_wrapper .achievements .item.multi{grid-template-columns:1fr}body .page_wrapper>.content_wrapper .content_wrapper .achievements .item.multi label{margin-right:10px}body .page_wrapper>.content_wrapper .content_wrapper .achievements .item:nth-child(1n){border-bottom:1px solid #81cbd1}body .page_wrapper>.content_wrapper .content_wrapper .games{line-height:1;margin-top:auto}body .page_wrapper>.content_wrapper .content_wrapper .games .label{border-bottom:1px solid #81cbd1;display:flex;flex-flow:row;font-size:20px;font-weight:700;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}body .page_wrapper>.content_wrapper .content_wrapper .games .game{border-bottom:1px solid #81cbd1;font-size:16px;margin-bottom:10px;padding-bottom:10px}body .page_wrapper>.content_wrapper .content_wrapper .games .game span{display:flex;flex-flow:column;height:100%;justify-content:center}@media (max-width:880px){body .page_wrapper>.content_wrapper .content_wrapper .games{margin-top:30px}}body .page_wrapper>.content_wrapper .content_wrapper>img{bottom:0;position:absolute;right:0;width:220px;z-index:0}body .page_wrapper>.content_wrapper .schedule_wrapper{background-color:#fff;border-radius:10px;box-shadow:2px 4px 10px -4px #000;grid-column:1/1;padding:20px 30px 20px 20px;position:relative}body .page_wrapper>.content_wrapper .schedule_wrapper .label{border-bottom:1px solid #81cbd1;display:flex;flex-flow:row;font-size:20px;font-weight:700;justify-content:space-between;margin-bottom:5px;padding-bottom:5px}body .page_wrapper>.content_wrapper .schedule_wrapper .label .timezone{display:flex;flex-flow:column;font-size:14px;justify-content:center;margin-left:auto;max-width:120px;text-align:right}body .page_wrapper>.content_wrapper .schedule_wrapper .schedule{border-bottom:1px solid #81cbd1;display:grid;font-size:14px;grid-template-columns:auto auto;justify-content:space-between;margin-bottom:5px;padding-bottom:5px}body .page_wrapper>.content_wrapper .schedule_wrapper .schedule .day,body .page_wrapper>.content_wrapper .schedule_wrapper .schedule .info{display:flex;flex-flow:column;justify-content:center}body .page_wrapper>.content_wrapper .schedule_wrapper .schedule .info .note{font-size:14px}body .page_wrapper>.content_wrapper .schedule_wrapper .schedule .info .note span{display:flex;flex-flow:column;height:100%;justify-content:center;margin-left:auto;max-width:130px;text-align:right}body .page_wrapper>.content_wrapper .schedule_wrapper .schedule .info .times{font-size:14px;text-align:right}body .page_wrapper>.content_wrapper .schedule_wrapper .schedule .info .times span{display:inline-flex;flex-flow:column;height:100%;justify-content:center}body .page_wrapper>.content_wrapper .schedule_wrapper .timezone_note{font-size:12px;font-weight:700;letter-spacing:.5px;position:absolute;right:8px;top:270px;transform:rotate(90deg);transform-origin:right top}body .page_wrapper>.content_wrapper .schedule_wrapper .timezone_note:before{background-image:url(../images/arrow.svg);background-size:100% 100%;content:"";display:block;height:24px;left:-26px;position:absolute;top:-2px;transform:rotate(170deg);width:24px}body .page_wrapper>.content_wrapper .schedule_wrapper>div:last-child{border-bottom:unset}body .page_wrapper .copyright{bottom:10px;font-size:10px;position:fixed;right:10px;transform:rotate(90deg);transform-origin:top right;-webkit-user-select:none;-moz-user-select:none;user-select:none}body .page_wrapper.adventure .kiwi_image{background-image:url(../images/adventure.jpg);position:relative}body .page_wrapper.adventure .kiwi_image:before{bottom:32px;content:"Out on an adventure!";font-size:20px;padding:8px 0 0}body .page_wrapper.adventure .kiwi_image:after,body .page_wrapper.adventure .kiwi_image:before{background-color:hsla(0,0%,80%,.75);display:block;font-weight:700;left:0;position:absolute;text-align:center;width:100%}body .page_wrapper.adventure .kiwi_image:after{border-radius:0 0 10px 10px;bottom:0;content:"Be back on August 15th!";font-size:14px;padding:8px 0}body .page_wrapper.scroll .content_wrapper{height:unset}@media (max-width:880px){body .page_wrapper>.content_wrapper{grid-template-columns:320px 1fr;max-width:90vw;width:100%}body .page_wrapper>.content_wrapper .kiwi_wrapper{grid-row:2}body .page_wrapper>.content_wrapper .kiwi_wrapper .kiwi_image{width:100%}body .page_wrapper>.content_wrapper .schedule_wrapper{grid-column:2}body .page_wrapper>.content_wrapper .content_wrapper{grid-column:-1/1;grid-row:3;width:auto}}@media (max-width:640px){body .page_wrapper>.content_wrapper{-moz-column-gap:unset;column-gap:unset;grid-template-columns:1fr}body .page_wrapper>.content_wrapper .kiwi_wrapper .kiwi_image{width:300px}body .page_wrapper>.content_wrapper .schedule_wrapper{grid-column:1}body .page_wrapper>.content_wrapper .content_wrapper .buttons_wrapper .buttons{grid-template-columns:1fr}body .page_wrapper>.content_wrapper .content_wrapper>img{width:140px}body .page_wrapper>.content_wrapper .content_wrapper .table{-moz-column-count:1;column-count:1}}@media (max-width:520px){body{--gradient-pink:30%;--gradient-white:80%}body .page_wrapper>.content_wrapper .content_wrapper h2{font-size:20px}body .page_wrapper .copyright{bottom:0;padding-bottom:10px;position:relative;right:0;text-align:center;transform:unset}}@keyframes colorChange{0%{background-size:100% 100%}to{background-size:120% 120%}}
