@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";:root{--txtPrimary:#fcfbfc;--bgPrimary:#0e121b;--bgSecondary:#202533;--bgTertiary:#131a26;--bgSecondaryGradient:#212430;--bgDivider:#474c58;--bgDividerSecondary:#3e4253;--grnPrimary:#a5e365;--grnPrimaryTrans:#a5e36599;--grnSecondary:#d9f676;--grnSecondaryTrans:#d9f67677}body{background:var(--bgPrimary);color:var(--txtPrimary);font-family:Open Sans,sans-serif;font-size:14px;font-weight:300}h1,h2,h3,h4,h5,h6{margin:0}h2.grn{color:var(--grnSecondary)}.content{box-sizing:border-box;width:100%;max-width:1320px;margin:0 auto;padding:0 32px}.cols{flex-direction:row;gap:24px;display:flex}.cols .col.flex-1{flex:1}.cols .col.flex-2{flex:2}.cols .col.flex-3{flex:3}.cols .col.fixed-width{width:100%;max-width:560px}.cols .col.flex-end{justify-content:flex-end;align-items:flex-end}.row{margin-top:24px}.fixed-200{width:200px}.clear{clear:both}button.btn{color:var(--bgPrimary);text-align:left;letter-spacing:.5px;border:none;border-radius:4px;padding:10px 32px;font-family:Roboto,sans-serif;font-weight:400;display:block}button.btn.primary{box-shadow:0 0 1px var(--grnSecondary);z-index:1;cursor:pointer;background:0 0;font-weight:500;transition:all .3s;position:relative;overflow:hidden}button.btn.primary:after{content:"";background:linear-gradient(to right, var(--grnPrimary) 0, var(--grnSecondary) 50%, var(--grnPrimary) 100%);z-index:-1;width:200%;height:100%;transition:all .7s;position:absolute;top:0;left:0}button.btn.primary:hover:after{left:-100%}button.btn.secondary{background:var(--bgPrimary);border:1px solid var(--bgDividerSecondary);color:var(--txtPrimary);cursor:pointer;transition:all .5s}button.btn.secondary:hover{border-color:var(--grnSecondary);color:var(--grnSecondary)}.flowing-brdr{width:100%;height:1px;position:absolute;bottom:0;left:0;overflow:hidden}.flowing-brdr.top{top:0;bottom:auto}.flowing-brdr:before{content:"";background:linear-gradient(to right, var(--grnPrimaryTrans) 0, var(--grnPrimary) 18%, var(--grnSecondaryTrans) 24%, var(--grnSecondary) 35%, var(--grnPrimary) 55%, var(--grnSecondaryTrans) 78%, var(--grnPrimary) 100%);z-index:1;width:200%;height:1px;animation:8s linear infinite flow;position:absolute}.flowing-brdr.white:before{opacity:.45;background:linear-gradient(90deg,#fcfbfc00 0,#fcfbfc33 18%,#fcfbfc1a 24%,#fcfbfc40 35%,#fcfbfc29 55%,#fcfbfc4d 78%,#fcfbfc00 100%)}.flowing-brdr:after{content:"";z-index:2;background:linear-gradient(to right, var(--bgPrimary) 0, transparent 48px, transparent calc(100% - 48px), var(--bgPrimary) 100%);width:100%;height:1px;position:absolute;bottom:0;left:0}@keyframes flow{0%{left:0}50%{left:-100%}to{left:0}}header{margin:0 0 24px}header .content{position:relative}header .logo{margin:15px 0}header .logo img{width:92px}nav.main ul,nav.acct ul{text-align:right;margin:15px 0;padding:0;list-style:none}nav.main ul li,nav.acct ul li{margin-left:24px;font-weight:400;display:inline-block}nav.main ul{padding:4px 0}nav.main ul li+li{border-left:1px solid var(--bgDivider);padding-left:24px}nav.acct ul{background:linear-gradient(var(--bgPrimary), var(--bgPrimary)) padding-box, linear-gradient(35deg, var(--bgDivider) 0, var(--grnPrimary) 100%) border-box;border:1px solid #0000;border-radius:42px;flex-direction:row;justify-content:center;align-items:center;margin:12px 0;padding:2px 6px;display:flex}nav.main ul li a,nav.acct ul li a{color:var(--txtPrimary);letter-spacing:.5px;padding:0;font-size:14px;text-decoration:none;transition:all .3s;display:block}nav.main ul li a:hover{color:var(--grnSecondary)}nav.acct ul li{margin:0}nav.acct ul li a{width:18px;height:18px;margin:5px 8px;padding:0;font-size:0;display:block;position:relative}nav.acct ul li a.acct-lnk{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='17px'%20viewBox='0%200%2018%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%202%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-2'%20transform='translate(0.054895,%200.000000)'%20fill='%23DCDDDF'%3e%3cpath%20d='M8.94510473,9%20C13.5777624,9%2017.392903,12.5002068%2017.8902095,17.0003032%20L3.86522467e-15,17.0003032%20C0.497306433,12.5002068%204.31244704,9%208.94510473,9%20Z'%20id='Combined-Shape'%3e%3c/path%3e%3ccircle%20id='Oval'%20cx='8.94510473'%20cy='5'%20r='5'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 50%/contain no-repeat}nav.acct ul li a.logout{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='7px'%20viewBox='0%200%2012%207'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePath%204%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0.0961914062,4.58789063%20C0.0961914062,5.63736979%200.47639974,6.16210938%201.23681641,6.16210938%20C2.37744141,6.16210938%2011.9545898,6.95458984%2011.9545898,6.16210938%20C11.9545898,5.36962891%207.74462891,1.10644531%207.06396484,0.314941406%20C6.38330078,-0.4765625%207.38476562,3.87695313%206.70507813,3.87695313%20C6.02539063,3.87695313%202.04108604,3.79043546%201.23681641,3.87695313%20C0.700636653,3.93463157%200.320428319,4.17161073%200.0961914062,4.58789063%20Z'%20id='Path-4'%20fill='%23FBFCFC'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") 50% 2px/contain no-repeat}nav.acct ul li a.status:before{content:"";background:var(--grnSecondary);border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0}.bg-grey{background:linear-gradient(35deg, var(--bgSecondaryGradient) 0, var(--bgSecondary) 100%);border-radius:1px;padding:0;box-shadow:0 1px 5px 2px #0000001a}.bg-grey ul{margin:0;padding:0;list-style:none}.bg-grey ul li{margin-bottom:8px;padding:2px 0 2px 28px;font-weight:400}.headline .profile-img{float:left;width:300px;height:200px;margin-bottom:24px;margin-right:24px}.headline .profile-img img{object-fit:cover;border-radius:4px;width:100%;height:100%}.headline .profile-details{padding:20px 24px}.headline .profile-details h1{letter-spacing:.5px;border-bottom:1px solid var(--bgDividerSecondary);margin-bottom:18px;padding-bottom:8px;font-size:22px;font-weight:600;display:flex}.headline .profile-details .col{position:relative}.headline .profile-details .col+.col{padding-left:18px}.headline .profile-details .col+.col:before{content:"";background:var(--bgDividerSecondary);width:1px;height:100%;max-height:36px;position:absolute;top:0;left:0}.headline .profile-details .col.btns{padding-left:0}.headline .profile-details .col.btns:before{display:none}.headline .profile-details .col.btns .btn{width:100%}.headline .profile-details .col.btns .btn+.btn{margin-top:8px}.headline button.btn.primary{padding-left:52px}.headline button.btn.primary:before{content:"";z-index:1;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='13px'%20height='12px'%20viewBox='0%200%2013%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ePath%205%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linejoin='round'%3e%3cpath%20d='M0.539306641,6.10302734%20C2.21648015,6.73115947%203.44475164,7.50907288%204.22412109,8.43676758%20C5.00349055,9.36446227%205.6143304,10.4181732%206.05664063,11.5979004%20C6.41254299,10.2752249%207.04153062,8.6245901%207.94360352,6.64599609%20C8.72036232,4.94226426%209.90022114,3.49043035%2010.7644049,2.56273375%20C11.4056242,1.87438824%2011.8730469,1.47460937%2011.8730469,1.47460937%20C11.8730469,1.47460937%208.20773046,3.83701653%206.05664063,4.6015625%20C4.62258074,5.11125981%202.78346941,5.61174809%200.539306641,6.10302734%20Z'%20id='Path-5'%20stroke='%231B2230'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") 28px/16px no-repeat;width:16px;height:16px;padding-left:48px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.headline button.btn.secondary{background:var(--bgPrimary) url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='12px'%20height='13px'%20viewBox='0%200%2012%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%206%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-6'%20transform='translate(0.000000,%200.200000)'%3e%3ccircle%20id='Oval'%20stroke='%23FCFBFC'%20cx='5'%20cy='2.5'%20r='2'%3e%3c/circle%3e%3cpath%20d='M5,5.3%20C6.20726596,5.3%207.30350566,5.77539627%208.1116877,6.549236%20C8.80664001,7.2146575%209.28871637,8.10071113%209.44512452,9.09493268%20L9.44512452,9.09493268%20L0.528760909,9.28840873%20C0.646251096,8.25016476%201.11704107,7.3189979%201.81801948,6.61801948%20C2.63235931,5.80367966%203.75735931,5.3%205,5.3%20Z'%20id='Combined-Shape'%20stroke='%23FCFBFC'%3e%3c/path%3e%3cpath%20d='M9.9105957,7.3%20L9.9105957,8.95585938%20L11.4877441,8.95585938%20L11.4877441,10.7494141%20L9.9105957,10.7494141%20L9.9105957,12.3%20L8.1105957,12.3%20L8.1105957,10.7494141%20L6.55297852,10.7494141%20L6.55297852,8.95585938%20L8.1105957,8.95585938%20L8.1105957,7.3%20L9.9105957,7.3%20Z'%20id='Rectangle'%20stroke='%230E121B'%20fill='%23FCFBFC'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center left 28px / 18px auto no-repeat;padding-left:52px}.headline button.btn.secondary:hover{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='13px'%20height='14px'%20viewBox='0%200%2013%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3efollow-grn%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='follow-grn'%20transform='translate(1.000000,%201.000000)'%3e%3ccircle%20id='Oval'%20stroke='%23D9F676'%20cx='4.47123909'%20cy='2'%20r='2'%3e%3c/circle%3e%3cpath%20d='M4.47123909,4.8%20C5.67850505,4.8%206.77474475,5.27539627%207.58292679,6.049236%20C8.2778791,6.7146575%208.75995546,7.60071113%208.91636361,8.59493268%20L8.91636361,8.59493268%20L0,8.78840873%20C0.117490187,7.75016476%200.588280161,6.8189979%201.28925857,6.11801948%20C2.1035984,5.30367966%203.2285984,4.8%204.47123909,4.8%20Z'%20id='Combined-Shape'%20stroke='%23D9F676'%3e%3c/path%3e%3cpolygon%20id='Rectangle'%20stroke='%230E121B'%20fill='%23D9F676'%20fill-rule='nonzero'%20points='9.38183479%206.8%209.38183479%208.45585938%2010.9589832%208.45585938%2010.9589832%2010.2494141%209.38183479%2010.2494141%209.38183479%2011.8%207.58183479%2011.8%207.58183479%2010.2494141%206.02421761%2010.2494141%206.02421761%208.45585938%207.58183479%208.45585938%207.58183479%206.8'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.bg-grey ul li.location{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='11px'%20height='13px'%20viewBox='0%200%2011%2013'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eCombined%20Shape%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M5.5,0%20C8.53756612,0%2011,1.35191762%2011,4%20C11,5.76538825%209.16666667,8.76538825%205.5,13%20C1.83333333,8.47275933%200,5.47275933%200,4%20C0,1.790861%202.46243388,0%205.5,0%20Z%20M5.5,3%20C4.67157288,3%204,3.67157288%204,4.5%20C4,5.32842712%204.67157288,6%205.5,6%20C6.32842712,6%207,5.32842712%207,4.5%20C7,3.67157288%206.32842712,3%205.5,3%20Z'%20id='Combined-Shape'%20fill='%23FCFBFC'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") 0/13px no-repeat}.bg-grey ul li.age{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eCombined%20Shape%3c/title%3e%3cdefs%3e%3cpath%20d='M9,1%20C13.418278,1%2017,4.581722%2017,9%20C17,13.418278%2013.418278,17%209,17%20C4.581722,17%201,13.418278%201,9%20C1,4.581722%204.581722,1%209,1%20Z%20M6.5,7.2%20C5.94771525,7.2%205.5,7.64771525%205.5,8.2%20C5.5,8.57984827%205.71178544,8.91023141%206.02427843,9.07700649%20C5.42903499,9.27591347%205,9.83785349%205,10.5%20L5,10.5%20L5,13%20L8,13%20L8,10.5%20C8,9.83785349%207.57096501,9.27591347%206.97628371,9.07950937%20C7.28821456,8.91023141%207.5,8.57984827%207.5,8.2%20C7.5,7.64771525%207.05228475,7.2%206.5,7.2%20Z%20M10.5,4.2%20C9.67157288,4.2%209,4.87157288%209,5.7%20C9,6.32414674%209.38120443,6.85925842%209.92336043,7.08438113%20C9.09989967,7.3319143%208.5,8.09590011%208.5,9%20L8.5,9%20L8.5,13%20L12.5,13%20L12.5,9%20C12.5,8.09590011%2011.9001003,7.3319143%2011.0765105,7.08521119%20C11.6187956,6.85925842%2012,6.32414674%2012,5.7%20C12,4.87157288%2011.3284271,4.2%2010.5,4.2%20Z'%20id='path-1'%3e%3c/path%3e%3cfilter%20x='-9.4%25'%20y='-9.4%25'%20width='118.8%25'%20height='118.8%25'%20filterUnits='objectBoundingBox'%20id='filter-2'%3e%3cfeOffset%20dx='0'%20dy='0'%20in='SourceAlpha'%20result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur%20stdDeviation='0.5'%20in='shadowOffsetOuter1'%20result='shadowBlurOuter1'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.5%200'%20type='matrix'%20in='shadowBlurOuter1'%3e%3c/feColorMatrix%3e%3c/filter%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Combined-Shape'%3e%3cuse%20fill='black'%20fill-opacity='1'%20filter='url(%23filter-2)'%20xlink:href='%23path-1'%3e%3c/use%3e%3cuse%20fill='%23D8F579'%20fill-rule='evenodd'%20xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 0/20px no-repeat}.bg-grey ul li.position{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='16px'%20viewBox='0%200%2016%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eCombined%20Shape%3c/title%3e%3cdefs%3e%3cpath%20d='M13,2%20C13.5522847,2%2014,2.44771525%2014,3%20L14,13%20C14,13.5522847%2013.5522847,14%2013,14%20L3,14%20C2.44771525,14%202,13.5522847%202,13%20L2,3%20C2,2.44771525%202.44771525,2%203,2%20L13,2%20Z%20M4.93994141,4.04370117%20L4,4.04370117%20L7.56689453,8.92749023%20L6.93798828,11%20L4,11%20L4,12%20L12,12%20L12,11%20L9.02758789,11%20L8.41455078,8.92749023%20L12,4.04370117%20L11.1362305,4.04370117%20L8,8.02185059%20L4.93994141,4.04370117%20Z'%20id='path-1'%3e%3c/path%3e%3cfilter%20x='-25.0%25'%20y='-25.0%25'%20width='150.0%25'%20height='150.0%25'%20filterUnits='objectBoundingBox'%20id='filter-2'%3e%3cfeMorphology%20radius='0.5'%20operator='dilate'%20in='SourceAlpha'%20result='shadowSpreadOuter1'%3e%3c/feMorphology%3e%3cfeOffset%20dx='0'%20dy='0'%20in='shadowSpreadOuter1'%20result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur%20stdDeviation='0.5'%20in='shadowOffsetOuter1'%20result='shadowBlurOuter1'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix%20values='0%200%200%200%200.0784313725%200%200%200%200%200.0980392157%200%200%200%200%200.145098039%200%200%200%200.499699519%200'%20type='matrix'%20in='shadowBlurOuter1'%3e%3c/feColorMatrix%3e%3c/filter%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Combined-Shape'%3e%3cuse%20fill='black'%20fill-opacity='1'%20filter='url(%23filter-2)'%20xlink:href='%23path-1'%3e%3c/use%3e%3cuse%20fill='%23D8F579'%20fill-rule='evenodd'%20xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 0/19px no-repeat}.bg-grey ul li.height{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='19px'%20height='19px'%20viewBox='0%200%2019%2019'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%205%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-5'%3e%3ccircle%20id='Oval'%20fill='%23FCFBFC'%20cx='9.5'%20cy='9.5'%20r='9.5'%3e%3c/circle%3e%3cg%20id='Group-4'%20transform='translate(9.500000,%2010.000000)%20rotate(45.000000)%20translate(-9.500000,%20-10.000000)%20translate(3.000000,%208.000000)'%20stroke='%231E2232'%3e%3crect%20id='Rectangle'%20x='0.5'%20y='0.5'%20width='12'%20height='3'%3e%3c/rect%3e%3crect%20id='Rectangle'%20fill='%23D8D8D8'%20x='2.5'%20y='2.5'%20width='1'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle'%20fill='%23D8D8D8'%20x='4.5'%20y='2.5'%20width='1'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle'%20fill='%23D8D8D8'%20x='6.5'%20y='2.5'%20width='1'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle'%20fill='%23D8D8D8'%20x='8.5'%20y='2.5'%20width='1'%20height='1'%3e%3c/rect%3e%3crect%20id='Rectangle'%20fill='%23D8D8D8'%20x='10.5'%20y='2.5'%20width='1'%20height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 0/17px no-repeat}.video{clear:both;margin-top:42px;padding:20px 24px;position:relative}h2{letter-spacing:.5px;margin-bottom:14px;font-size:19px;font-weight:600}.video .major iframe{border:none;width:100%;height:252px}.video .video-gallery{background:var(--bgTertiary);align-self:flex-start;margin:40px 0 0;padding:14px 16px;position:relative}.video .video-gallery h3{color:var(--grnSecondary);letter-spacing:.5px;margin-bottom:18px;font-size:17px;font-weight:600}.video .video-gallery .video-item{transition:all .3s;position:relative}.video .video-gallery .video-item h5{text-align:center;margin-top:8px;font-size:13px;font-weight:400}a.full-btn{width:100%;height:100%;font-size:0;text-decoration:none;transition:all .3s;position:absolute;top:0;left:0}.cover .cover-box iframe{border:none;width:100%;height:500px}.details,.moments,.share,.gallery{padding:20px 24px;position:relative}.details h2,.moments h2,.gallery h2,.share h2{border-bottom:1px solid var(--bgDividerSecondary);flex-direction:row;gap:16px;margin-bottom:12px;padding-bottom:8px;display:flex;position:relative}.gallery h2.no-brdr{border-bottom:none;margin-bottom:8px}.details h2 span,.moments h2 span,.gallery h2 span,.share h2 span{letter-spacing:.5px;margin-bottom:0;font-size:16px;font-weight:500}.details h2:after,.moments h2:after,.gallery h2:after,.share h2:after{content:"";z-index:0;background:var(--bgDividerSecondary);flex:1;width:100%;height:1px;margin-top:10px;left:0}ul.bullet li{padding-left:18px;position:relative}ul.bullet li:before{content:"";background:var(--grnSecondary);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}ul.bullet li span.major{color:var(--grnSecondary)}ul.bullet.divided li{border-bottom:1px solid var(--bgDividerSecondary);padding:0 0 12px 22px}ul.bullet.divided li:before{width:8px;height:8px;top:8px;transform:none}ul.bullet.divided li span{font-size:16px;font-weight:500}.gallery{margin-bottom:42px}.gallery .gallery-item{height:142px;position:relative}.gallery .gallery-item a{width:100%;height:100%;font-size:0;text-decoration:none;transition:all .3s;position:absolute;top:0;left:0}.tmb{border-radius:4px;justify-content:center;align-items:center;width:100%;height:172px;display:flex;overflow:hidden}.tmb img{object-fit:cover;width:100%;height:100%;transition:all .5s}.tmb:hover img,.video-item:hover .tmb img{transform:scale(1.05)rotate(1deg)}.video-thumbnail.tmb{height:132px}img{opacity:0;transition:all .75s}img.loaded{opacity:1}.share .col ul{max-width:220px}.share ul li{padding:0}.share ul li a.social{color:var(--txtPrimary);border:1px solid var(--bgDividerSecondary);background-color:#ffffff05;border-radius:2px;padding:8px 16px 8px 38px;font-size:14px;text-decoration:none;transition:all .3s;display:block}.share ul li a.social.lnk{background:#ffffff0d url(data:image/webp;base64,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) 12px/13px no-repeat}.share ul li a.social.whatsapp{background:#ffffff0d url(/assets/whatsapp-ClvrEKa4.webp) 12px/16px no-repeat}.share ul li a.social.insta{background:#ffffff0d url(/assets/instagram-DimTENEt.webp) 12px/16px no-repeat}.share ul li a.social:hover{background-color:#ffffff1a}.share .col.qr{border:1px solid var(--bgDividerSecondary);border-radius:2px;align-self:flex-start;padding:5px}.share .col.qr img{margin:0;padding:0}.cover{z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.cover-box{background:var(--bgSecondary);box-sizing:border-box;border-radius:8px;width:90%;max-width:660px;max-height:75vh;padding:20px;position:relative;box-shadow:1px 1px 8px 4px #0000001a}.cover-box .close-btn{cursor:pointer;z-index:1;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2022%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eRectangle%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpolygon%20id='Rectangle'%20fill='%23FCFBFC'%20transform='translate(11.040771,%2011.000000)%20rotate(45.000000)%20translate(-11.040771,%20-11.000000)%20'%20points='10%20-3%2012%20-3%2012%209.97875977%2025.005127%2010.0241699%2025.005127%2012.0273437%2012%2012.0571289%2012%2025%2010%2025%2010%2012.0273437%20-2.92358398%2012.0273437%20-2.92358398%2010.0241699%2010%2010.0241699'%3e%3c/polygon%3e%3c/g%3e%3c/svg%3e") 50%/contain no-repeat;border:none;width:16px;height:16px;font-size:0;position:absolute;top:-24px;right:0}.cover-box img.main-img{object-fit:contain;width:100%;height:100%}.menu-toggle{display:none}@media (width<=1220px){.fixed-200{width:150px}button.btn{background-position:12px!important;padding:10px 18px 10px 32px!important}.headline button.btn.primary:before{background-position:12px!important}.video.cols .col.fixed-width{max-width:480px}}@media (width<=1080px){.headline .profile-img{width:210px;height:210px}.bg-grey ul li.position span,.bg-grey ul li.location span{display:none}.bg-grey .cols ul.col.flex-1{flex:auto}.video.cols .col.fixed-width{max-width:360px}.video-thumbnail.tmb{height:92px}.gallery .gallery-item{height:108px}}@media (width<=920px){header nav.main ul li a{font-size:12px}header nav.main ul li+li{margin-left:16px;padding-left:16px}nav.acct ul{margin-top:15px}nav.acct ul li a{width:14px;height:14px}.headline .profile-details h1{font-size:20px}.headline .profile-details>.cols{flex-direction:column;gap:8px}.headline .profile-details .btns{flex-direction:row;gap:18px;width:80%;display:flex}.headline .profile-details .btns .btn{align-self:flex-start;margin-top:0!important}.cols.break-early{flex-direction:column;gap:0}.mini-col{flex-direction:row;gap:16px;display:flex}.share.row{margin-top:0}.gallery{margin-bottom:18px}.video .video-gallery .cols{flex-wrap:wrap;gap:16px}.video .video-gallery .cols .video-item.col{flex:0 0 calc(50% - 16px)}.gallery .gallery-item{height:132px}.cover .cover-box iframe{height:380px}}@media (width<=760px){nav.acct{display:none}.headline .profile-details{padding:16px 24px}.headline .profile-details h1{margin-bottom:12px;padding-bottom:6px}.headline .profile-details .btns{width:100%}.video.cols{flex-direction:column;gap:0}.video.cols .col.fixed-width{width:100%;max-width:100%}.video .major iframe{height:280px}.video .video-gallery{width:calc(100% - 32px);margin:18px 0 0}.video .video-gallery .cols{flex-wrap:nowrap}.video .video-gallery .cols .video-item.col{flex:1}.gallery .gallery-item{height:114px}}@media (width<=660px){.row,.video{margin-top:18px}.headline .profile-img{float:none;width:100%;height:240px;margin:0}.mini-col{flex-direction:column;gap:18px}.video .video-gallery .cols{flex-wrap:wrap;gap:16px}.video .video-gallery .cols .video-item.col{flex:0 0 calc(33.333% - 16px)}.gallery .gallery-grid{flex-wrap:wrap;gap:16px}.gallery .gallery-grid .gallery-item{flex:0 0 calc(33.333% - 12px)}.cover .cover-box iframe{height:280px}}@media (width<=610px){header nav.main .menu-toggle{float:right;width:32px;height:32px;color:var(--txtPrimary);text-transform:uppercase;cursor:pointer;background:0 0;border:none;margin:12px 0 0;padding:0;font-size:11px;font-weight:500;display:block;position:relative}header nav.main .menu-toggle.open{font-size:0}header nav.main .menu-toggle:before,header nav.main .menu-toggle:after{content:"";background:var(--txtPrimary);width:32px;height:2px;transition:all .5s;position:absolute;top:3px;left:0}header nav.main .menu-toggle:after{top:auto;bottom:3px}header nav.main .menu-toggle.open:before{top:50%;transform:rotate(-45deg)}header nav.main .menu-toggle.open:after{bottom:calc(50% - 2px);transform:rotate(45deg)}header nav.main ul{background:var(--bgPrimary);width:calc(100% - 16px);display:none;position:absolute;top:calc(100% - 16px);left:0}header nav.main ul.show{display:block}header nav.main ul li{text-align:center;display:block;border:none!important}header nav.main ul li+li{border-top:1px solid var(--bgDivider)!important}header nav.main ul li a{font-size:15px;display:block;padding:12px 0!important}}@media (width<=560px){.headline .profile-img{float:none;width:100%;height:240px;margin:0}.headline .profile-details>.cols .col .cols{flex-direction:column;gap:0}.headline .profile-details>.cols .col .cols .col+.col{padding-left:0}.headline .profile-details>.cols .col .cols .col+.col:before{display:none}.details .cols{flex-direction:column;gap:0}.video .video-gallery .cols .video-item.col{flex:0 0 calc(50% - 16px)}.gallery .gallery-grid .gallery-item{flex:0 0 calc(50% - 8px)}}@media (width<=480px){.headline .profile-img{float:none;width:100%;height:180px;margin:0}.headline .profile-details .btns{flex-direction:column;gap:8px}}
