Advice to new grads: Take any job you can get in the industry
From Programming Digest · subscribed via aiste.ulozaite@gmail.com · original ↗ · unsubscribe
Getting into the software industry matters more than getting the perfect role right away. Taking jobs in support, QA, or technical writing puts you close to real problems and real people. Relationships built through good work open doors that portfolios alone cannot. Proximity to the right people and problems is what moves careers forward.
| WebFontConfig = {“google”:{“families”:[“Alegreya+Sans:r,i,b,bi:latin,latin-ext”,”Alegreya:b:latin,latin-ext”]},”api_url”:”https:\/\/fonts-api.wp.com\/css”}; (function() { var wf = document.createElement(‘script’); wf.src = ‘/wp-content/plugins/custom-fonts/js/webfont.js’; wf.type = ‘text/javascript’; wf.async = ‘true’; var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(wf, s); })(); var wpcom_remote_login_extra_auth = ‘’; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( ‘.’ + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( “wpcom_remote_login_msg” ); wpcom_remote_login_remove_dom_node_id( “wpcom_remote_login_key” ); wpcom_remote_login_remove_dom_node_id( “wpcom_remote_login_validate” ); wpcom_remote_login_remove_dom_node_id( “wpcom_remote_login_js” ); wpcom_remote_login_remove_dom_node_id( “wpcom_request_access_iframe” ); wpcom_remote_login_remove_dom_node_id( “wpcom_request_access_styles” ); } // Watch for messages back from the remote login window.addEventListener( “message”, function( e ) { if ( e.origin === “https://r-login.wordpress.com” ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === ‘LOGIN’ ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( “wpcom_remote_login_key” ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.* | .* | .*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( “script” ); script.setAttribute( “id”, “wpcom_remote_login_validate” ); script.src = ‘/remote-login.php?wpcom_remote_login=validate’ + ‘&wpcomid=’ + data.wpcomid + ‘&token=’ + encodeURIComponent( data.token ) + ‘&host=’ + window.location.protocol + ‘//’ + window.location.hostname + ‘&postid=3547’ + ‘&is_singular=1’; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === ‘LOGIN-REDIRECT’ ) { window.location = ‘https://wordpress.com/log-in?redirect_to=’ + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === ‘LOGIN-REMOVE’ ) { var css_zap = ‘html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }’; var style_zap = document.createElement( ‘style’ ); style_zap.type = ‘text/css’; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( ‘wpcom_request_access_iframe’ ); e.parentNode.removeChild( e ); document.cookie = ‘wordpress_com_login_access=denied; path=/; max-age=31536000’; return; } // Safari ITP if ( data.msg === ‘REQUEST_ACCESS’ ) { console.log( ‘request access: safari’ ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== ‘safari_itp_iframe’ ) { return; } // If we are in a “private window” there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( ‘private window’ ); return; } var iframe = document.createElement( ‘iframe’ ); iframe.id = ‘wpcom_request_access_iframe’; iframe.setAttribute( ‘scrolling’, ‘no’ ); iframe.setAttribute( ‘sandbox’, ‘allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation’ ); iframe.src = ‘https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=’ + encodeURIComponent( data.origin ) + ‘&wpcomid=’ + encodeURIComponent( data.wpcomid ); var css = ‘html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ‘; var style = document.createElement( ‘style’ ); style.type = ‘text/css’; style.id = ‘wpcom_request_access_styles’; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === ‘DONE’ ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( “DOMContentLoaded”, function( e ) { var iframe = document.createElement( “iframe” ); iframe.style.display = “none”; iframe.setAttribute( “scrolling”, “no” ); iframe.setAttribute( “id”, “wpcom_remote_login_key” ); iframe.src = “https://r-login.wordpress.com/remote-login.php” + “?wpcom_remote_login=key” + “&origin=aHR0cHM6Ly9kZXYuamltZ3JleS5uZXQ%3D” + “&wpcomid=26169373” + “&time=” + Math.floor( Date.now() / 1000 ); document.body.appendChild( iframe ); }, false ); Advice to new grads: take any job you can get in the industry – Jim Grey on software management /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != ‘function’) { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ img:is([sizes=auto i],[sizes^=”auto,” i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ .wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/site-logo/style.min.css */ .wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/site-title/style.min.css */ .wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/group/style.min.css */ .wp-block-navigation .wp-block-page-list{align-items:var(–navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(–navigation-layout-direction,initial);flex-wrap:var(–navigation-layout-wrap,wrap);justify-content:var(–navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/page-list/style.min.css */ .wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/post-title/style.min.css */ .is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*=”writing-mode:vertical-lr”],p.has-text-align-right[style*=”writing-mode:vertical-rl”]{rotate:180deg} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/paragraph/style.min.css */ .wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url(‘data:image/svg+xml;utf8,’);mask-image:url(‘data:image/svg+xml;utf8,’);mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:rgba(90,90,90,.25);border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto rgba(90,90,90,.25);outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:rgba(90,90,90,.25);border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .wp-lightbox-close-button{align-items:center;cursor:pointer;display:flex;font-family:inherit;gap:8px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 4px;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .wp-lightbox-close-button:focus,.wp-lightbox-overlay .wp-lightbox-close-button:hover,.wp-lightbox-overlay .wp-lightbox-close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .wp-lightbox-close-button:has(.wp-lightbox-close-text:not([hidden])) .wp-lightbox-close-icon svg{height:1em;width:1em}.wp-lightbox-overlay .wp-lightbox-close-icon svg{display:block}.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{align-items:center;bottom:16px;cursor:pointer;display:flex;font-family:inherit;gap:4px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 8px;position:absolute;z-index:2000002}.wp-lightbox-overlay .wp-lightbox-navigation-button-next[hidden],.wp-lightbox-overlay .wp-lightbox-navigation-button-prev[hidden]{display:none}@media (min-width:960px){.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{bottom:50%;transform:translateY(-50%)}}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:not(:hover):not(:active):not(.has-background),.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:not(:hover):not(:active):not(.has-background){background:none;border:none;padding:0 8px}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg{display:block;height:1.5em;width:1.5em}.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{left:calc(env(safe-area-inset-left) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-button-next{right:calc(env(safe-area-inset-right) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-icon svg{vertical-align:middle}.wp-lightbox-overlay .lightbox-image-container{height:var(–wp–lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(–wp–lightbox-container-width);z-index:2000001}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(–wp–lightbox-image-height);min-height:var(–wp–lightbox-image-height);min-width:var(–wp–lightbox-image-width);width:var(–wp–lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(–wp–lightbox-scrollbar-width))/2 + var(–wp–lightbox-initial-left-position)),calc(-50vh + var(–wp–lightbox-initial-top-position))) scale(var(–wp–lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(–wp–lightbox-scrollbar-width))/2 + var(–wp–lightbox-initial-left-position)),calc(-50vh + var(–wp–lightbox-initial-top-position))) scale(var(–wp–lightbox-scale));visibility:hidden}} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/image/style.min.css */ .wp-block-post-content{display:flow-root} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/post-content/style.min.css */ .wp-block-spacer{clear:both} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/spacer/style.min.css */ @charset “UTF-8”;.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:”···”;font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/separator/style.min.css */ .wp-block-post-date{box-sizing:border-box} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/post-date/style.min.css */ .wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/post-terms/style.min.css */ .wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/post-author/style.min.css */ .wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/columns/style.min.css */ h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/heading/style.min.css */ .wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/avatar/style.min.css */ .wp-block-comment-author-name{box-sizing:border-box} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/comment-author-name/style.min.css */ .wp-block-comment-date{box-sizing:border-box} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/comment-date/style.min.css */ .comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-content{box-sizing:border-box} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/comment-content/style.min.css */ .wp-block-comment-reply-link{box-sizing:border-box} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/comment-reply-link/style.min.css */ .wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/comment-template/style.min.css */ :where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(–wp–preset–font-size–medium,smaller);margin-left:.5em} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/post-comments-form/style.min.css */ .wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter{text-align:center} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/buttons/style.min.css */ .wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button[class*=wp-block-button__width]{width:calc(var(–wp–block-button–width)*1% - var(–wp–style–block-gap, .5em)*(1 - var(–wp–block-button–width)/100))}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(–wp–style–block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(–wp–style–block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(–wp–style–block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button[class*=wp-block-button__width]{width:calc(var(–wp–block-button–width)*1%)}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:transparent;background-image:none} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/button/style.min.css */ .wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:”“;display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(–wp–preset–font-size–medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box} /*# sourceURL=/wp-content/plugins/gutenberg-core/v23.7.1/build/styles/block-library/comments/style.min.css */ img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ :root{–wp-block-synced-color:#7a00df;–wp-block-synced-color–rgb:122,0,223;–wp-bound-block-color:var(–wp-block-synced-color);–wp-editor-canvas-background:#ddd;–wp-admin-theme-color:#007cba;–wp-admin-theme-color–rgb:0,124,186;–wp-admin-theme-color-darker-10:#006ba1;–wp-admin-theme-color-darker-10–rgb:0,107,160.5;–wp-admin-theme-color-darker-20:#005a87;–wp-admin-theme-color-darker-20–rgb:0,90,135;–wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{–wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{–wp–preset–font-size–normal:16px;–wp–preset–font-size–huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(–wp–preset–font-size–normal)}.has-huge-font-size{font-size:var(–wp–preset–font-size–huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-break:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style^=border-color],[style*=”;border-color”],[style*=”; border-color”]){border-style:solid}html :where([style^=border-top-color],[style*=”;border-top-color”],[style*=”; border-top-color”]){border-top-style:solid}html :where([style^=border-right-color],[style*=”;border-right-color”],[style*=”; border-right-color”]){border-right-style:solid}html :where([style^=border-bottom-color],[style*=”;border-bottom-color”],[style*=”; border-bottom-color”]){border-bottom-style:solid}html :where([style^=border-left-color],[style*=”;border-left-color”],[style*=”; border-left-color”]){border-left-style:solid}html :where([style^=border-width],[style*=”;border-width”],[style*=”; border-width”]){border-style:solid}html :where([style^=border-top-width],[style*=”;border-top-width”],[style*=”; border-top-width”]){border-top-style:solid}html :where([style^=border-right-width],[style*=”;border-right-width”],[style*=”; border-right-width”]){border-right-style:solid}html :where([style^=border-bottom-width],[style*=”;border-bottom-width”],[style*=”; border-bottom-width”]){border-bottom-style:solid}html :where([style^=border-left-width],[style*=”;border-left-width”],[style*=”; border-left-width”]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){–wp-admin–admin-bar–position-offset:var(–wp-admin–admin-bar–height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){–wp-admin–admin-bar–position-offset:0px}} .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} /*# sourceURL=wp-block-library-inline-css */ .uppercase{text-transform:uppercase} /*# sourceURL=coblocks-inline-format-inline-css */ /*! This file is auto-generated */ .skip-link.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal!important}.skip-link.screen-reader-text:focus{background-color:#eee;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000} /*# sourceURL=/wp-includes/css/wp-block-template-skip-link.min.css */ :root{–wp–preset–aspect-ratio–square: 1;–wp–preset–aspect-ratio–4-3: 4/3;–wp–preset–aspect-ratio–3-4: 3/4;–wp–preset–aspect-ratio–3-2: 3/2;–wp–preset–aspect-ratio–2-3: 2/3;–wp–preset–aspect-ratio–16-9: 16/9;–wp–preset–aspect-ratio–9-16: 9/16;–wp–preset–color–black: #000000;–wp–preset–color–cyan-bluish-gray: #abb8c3;–wp–preset–color–white: #ffffff;–wp–preset–color–pale-pink: #f78da7;–wp–preset–color–vivid-red: #cf2e2e;–wp–preset–color–luminous-vivid-orange: #ff6900;–wp–preset–color–luminous-vivid-amber: #fcb900;–wp–preset–color–light-green-cyan: #7bdcb5;–wp–preset–color–vivid-green-cyan: #00d084;–wp–preset–color–pale-cyan-blue: #8ed1fc;–wp–preset–color–vivid-cyan-blue: #0693e3;–wp–preset–color–vivid-purple: #9b51e0;–wp–preset–color–base: #F6F2EC;–wp–preset–color–contrast: #21251F;–wp–preset–color–primary: #5B4460;–wp–preset–color–secondary: #FCC263;–wp–preset–color–tertiary: #E7A1A9;–wp–preset–gradient–vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);–wp–preset–gradient–light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);–wp–preset–gradient–luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);–wp–preset–gradient–luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);–wp–preset–gradient–very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);–wp–preset–gradient–cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);–wp–preset–gradient–blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);–wp–preset–gradient–blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);–wp–preset–gradient–luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);–wp–preset–gradient–pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);–wp–preset–gradient–electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);–wp–preset–gradient–midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);–wp–preset–font-size–small: 13px;–wp–preset–font-size–medium: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.682), 20px);–wp–preset–font-size–large: clamp(22.041px, 1.378rem + ((1vw - 3.2px) * 1.586), 36px);–wp–preset–font-size–x-large: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.93), 42px);–wp–preset–font-size–tiny: clamp(0.875rem, 0.799rem + 0.24vw, 1rem);–wp–preset–font-size–normal: clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem);–wp–preset–font-size–huge: clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem);–wp–preset–font-size–gigantic: clamp(3.375rem, 2.384rem + 3.17vw, 5rem);–wp–preset–font-family–albert-sans: ‘Albert Sans’, sans-serif;–wp–preset–font-family–alegreya: Alegreya, serif;–wp–preset–font-family–arvo: Arvo, serif;–wp–preset–font-family–bodoni-moda: ‘Bodoni Moda’, serif;–wp–preset–font-family–bricolage-grotesque: ‘Bricolage Grotesque’, sans-serif;–wp–preset–font-family–cabin: Cabin, sans-serif;–wp–preset–font-family–chivo: Chivo, sans-serif;–wp–preset–font-family–commissioner: Commissioner, sans-serif;–wp–preset–font-family–cormorant: Cormorant, serif;–wp–preset–font-family–courier-prime: ‘Courier Prime’, monospace;–wp–preset–font-family–crimson-pro: ‘Crimson Pro’, serif;–wp–preset–font-family–dm-mono: ‘DM Mono’, monospace;–wp–preset–font-family–dm-sans: “DM Sans”, sans-serif;–wp–preset–font-family–dm-serif-display: ‘DM Serif Display’, serif;–wp–preset–font-family–domine: Domine, serif;–wp–preset–font-family–eb-garamond: ‘EB Garamond’, serif;–wp–preset–font-family–epilogue: Epilogue, sans-serif;–wp–preset–font-family–fahkwang: Fahkwang, sans-serif;–wp–preset–font-family–figtree: Figtree, sans-serif;–wp–preset–font-family–fira-sans: ‘Fira Sans’, sans-serif;–wp–preset–font-family–fjalla-one: ‘Fjalla One’, sans-serif;–wp–preset–font-family–fraunces: Fraunces, serif;–wp–preset–font-family–gabarito: Gabarito, system-ui;–wp–preset–font-family–ibm-plex-mono: ‘IBM Plex Mono’, monospace;–wp–preset–font-family–ibm-plex-sans: ‘IBM Plex Sans’, sans-serif;–wp–preset–font-family–ibarra-real-nova: ‘Ibarra Real Nova’, serif;–wp–preset–font-family–instrument-serif: ‘Instrument Serif’, serif;–wp–preset–font-family–inter: “Inter”, sans-serif;–wp–preset–font-family–josefin-sans: ‘Josefin Sans’, sans-serif;–wp–preset–font-family–jost: Jost, sans-serif;–wp–preset–font-family–libre-baskerville: ‘Libre Baskerville’, serif;–wp–preset–font-family–libre-franklin: ‘Libre Franklin’, sans-serif;–wp–preset–font-family–literata: Literata, serif;–wp–preset–font-family–lora: Lora, serif;–wp–preset–font-family–merriweather: Merriweather, serif;–wp–preset–font-family–montserrat: Montserrat, sans-serif;–wp–preset–font-family–newsreader: Newsreader, serif;–wp–preset–font-family–noto-sans-mono: ‘Noto Sans Mono’, sans-serif;–wp–preset–font-family–nunito: Nunito, sans-serif;–wp–preset–font-family–open-sans: ‘Open Sans’, sans-serif;–wp–preset–font-family–overpass: Overpass, sans-serif;–wp–preset–font-family–pt-serif: ‘PT Serif’, serif;–wp–preset–font-family–petrona: Petrona, serif;–wp–preset–font-family–piazzolla: Piazzolla, serif;–wp–preset–font-family–playfair-display: ‘Playfair Display’, serif;–wp–preset–font-family–plus-jakarta-sans: ‘Plus Jakarta Sans’, sans-serif;–wp–preset–font-family–poppins: Poppins, sans-serif;–wp–preset–font-family–raleway: Raleway, sans-serif;–wp–preset–font-family–roboto: Roboto, sans-serif;–wp–preset–font-family–roboto-slab: ‘Roboto Slab’, serif;–wp–preset–font-family–rubik: Rubik, sans-serif;–wp–preset–font-family–rufina: Rufina, serif;–wp–preset–font-family–sora: Sora, sans-serif;–wp–preset–font-family–source-sans-3: ‘Source Sans 3’, sans-serif;–wp–preset–font-family–source-serif-4: ‘Source Serif 4’, serif;–wp–preset–font-family–space-mono: ‘Space Mono’, monospace;–wp–preset–font-family–syne: Syne, sans-serif;–wp–preset–font-family–texturina: Texturina, serif;–wp–preset–font-family–urbanist: Urbanist, sans-serif;–wp–preset–font-family–work-sans: ‘Work Sans’, sans-serif;–wp–preset–font-family–system-font: -apple-system,BlinkMacSystemFont,”Segoe UI”,Roboto,Oxygen-Sans,Ubuntu,Cantarell,”Helvetica Neue”,sans-serif;–wp–preset–font-family–source-serif-pro: “Source Serif Pro”, serif;–wp–preset–spacing–20: 0.44rem;–wp–preset–spacing–30: clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem);–wp–preset–spacing–40: clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem);–wp–preset–spacing–50: clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem);–wp–preset–spacing–60: clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem);–wp–preset–spacing–70: clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem);–wp–preset–spacing–80: clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem);–wp–preset–shadow–natural: 6px 6px 9px rgba(0, 0, 0, 0.2);–wp–preset–shadow–deep: 12px 12px 50px rgba(0, 0, 0, 0.4);–wp–preset–shadow–sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);–wp–preset–shadow–outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);–wp–preset–shadow–crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{–wp–preset–dimension–25: 25%;–wp–preset–dimension–50: 50%;–wp–preset–dimension–75: 75%;–wp–preset–dimension–100: 100%;}:root { –wp–style–global–content-size: 650px;–wp–style–global–wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks { padding-top: var(–wp–style–root–padding-top); padding-bottom: var(–wp–style–root–padding-bottom); }.has-global-padding { padding-right: var(–wp–style–root–padding-right); padding-left: var(–wp–style–root–padding-left); }.has-global-padding > .alignfull { margin-right: calc(var(–wp–style–root–padding-right) * -1); margin-left: calc(var(–wp–style–root–padding-left) * -1); }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) { padding-right: 0; padding-left: 0; }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull { margin-left: 0; margin-right: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 2.5rem; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { –wp–style–block-gap: 2.5rem; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 2.5rem;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 2.5rem;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 2.5rem;}:root :where(.is-layout-grid){gap: 2.5rem;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(–wp–style–global–content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(–wp–style–global–wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: var(–wp–preset–color–base);color: var(–wp–preset–color–contrast);font-family: var(–wp–preset–font-family–source-serif-pro);font-size: var(–wp–preset–font-size–normal);line-height: 1.5;–wp–style–root–padding-top: var(–wp–preset–spacing–50);–wp–style–root–padding-right: var(–wp–preset–spacing–40);–wp–style–root–padding-bottom: var(–wp–preset–spacing–50);–wp–style–root–padding-left: var(–wp–preset–spacing–40);}a:where(:not(.wp-element-button)){color: var(–wp–preset–color–contrast);text-decoration: underline;}:root :where(a:where(:not(.wp-element-button)):hover){text-decoration: none;}:root :where(a:where(:not(.wp-element-button)):focus){text-decoration: underline dashed;}:root :where(a:where(:not(.wp-element-button)):active){color: var(–wp–preset–color–primary);text-decoration: none;}h1, h2, h3, h4, h5, h6{font-style: italic;font-weight: 400;line-height: 1.4;text-transform: none;}h1{font-size: var(–wp–preset–font-size–huge);line-height: 1.1;}h2{font-size: clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 1.255), 30px);line-height: 1.2;}h3{font-size: clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);line-height: 1.2;}h4{font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.682), 20px);font-style: normal;font-weight: 600;}h5{font-size: var(–wp–preset–font-size–medium);font-style: normal;font-weight: 600;text-transform: none;}h6{font-size: var(–wp–preset–font-size–normal);font-style: normal;font-weight: 600;text-transform: uppercase;}:root :where(.wp-element-button, .wp-block-button__link){background-color: var(–wp–preset–color–secondary);border-radius: 50px;border-width: 0;color: var(–wp–preset–color–contrast);font-family: inherit;font-size: var(–wp–preset–font-size–normal);font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}:root :where(.wp-element-button:visited, .wp-block-button__link:visited){color: var(–wp–preset–color–contrast);}:root :where(.wp-element-button:hover, .wp-block-button__link:hover){background-color: var(–wp–preset–color–tertiary);color: var(–wp–preset–color–contrast);}:root :where(.wp-element-button:focus, .wp-block-button__link:focus){background-color: var(–wp–preset–color–primary);color: var(–wp–preset–color–base);}:root :where(.wp-element-button:active, .wp-block-button__link:active){background-color: var(–wp–preset–color–primary);color: var(–wp–preset–color–base);}:root :where(.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption){font-size: var(–wp–preset–font-size–tiny);font-style: italic;font-weight: 600;}.has-black-color{color: var(–wp–preset–color–black) !important;}.has-cyan-bluish-gray-color{color: var(–wp–preset–color–cyan-bluish-gray) !important;}.has-white-color{color: var(–wp–preset–color–white) !important;}.has-pale-pink-color{color: var(–wp–preset–color–pale-pink) !important;}.has-vivid-red-color{color: var(–wp–preset–color–vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(–wp–preset–color–luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(–wp–preset–color–luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(–wp–preset–color–light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(–wp–preset–color–vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(–wp–preset–color–pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(–wp–preset–color–vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(–wp–preset–color–vivid-purple) !important;}.has-base-color{color: var(–wp–preset–color–base) !important;}.has-contrast-color{color: var(–wp–preset–color–contrast) !important;}.has-primary-color{color: var(–wp–preset–color–primary) !important;}.has-secondary-color{color: var(–wp–preset–color–secondary) !important;}.has-tertiary-color{color: var(–wp–preset–color–tertiary) !important;}.has-black-background-color{background-color: var(–wp–preset–color–black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(–wp–preset–color–cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(–wp–preset–color–white) !important;}.has-pale-pink-background-color{background-color: var(–wp–preset–color–pale-pink) !important;}.has-vivid-red-background-color{background-color: var(–wp–preset–color–vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(–wp–preset–color–luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(–wp–preset–color–luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(–wp–preset–color–light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(–wp–preset–color–vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(–wp–preset–color–pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(–wp–preset–color–vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(–wp–preset–color–vivid-purple) !important;}.has-base-background-color{background-color: var(–wp–preset–color–base) !important;}.has-contrast-background-color{background-color: var(–wp–preset–color–contrast) !important;}.has-primary-background-color{background-color: var(–wp–preset–color–primary) !important;}.has-secondary-background-color{background-color: var(–wp–preset–color–secondary) !important;}.has-tertiary-background-color{background-color: var(–wp–preset–color–tertiary) !important;}.has-black-border-color{border-color: var(–wp–preset–color–black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(–wp–preset–color–cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(–wp–preset–color–white) !important;}.has-pale-pink-border-color{border-color: var(–wp–preset–color–pale-pink) !important;}.has-vivid-red-border-color{border-color: var(–wp–preset–color–vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(–wp–preset–color–luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(–wp–preset–color–luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(–wp–preset–color–light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(–wp–preset–color–vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(–wp–preset–color–pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(–wp–preset–color–vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(–wp–preset–color–vivid-purple) !important;}.has-base-border-color{border-color: var(–wp–preset–color–base) !important;}.has-contrast-border-color{border-color: var(–wp–preset–color–contrast) !important;}.has-primary-border-color{border-color: var(–wp–preset–color–primary) !important;}.has-secondary-border-color{border-color: var(–wp–preset–color–secondary) !important;}.has-tertiary-border-color{border-color: var(–wp–preset–color–tertiary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(–wp–preset–gradient–vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(–wp–preset–gradient–light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(–wp–preset–gradient–luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(–wp–preset–gradient–luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(–wp–preset–gradient–very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(–wp–preset–gradient–cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(–wp–preset–gradient–blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(–wp–preset–gradient–blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(–wp–preset–gradient–luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(–wp–preset–gradient–pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(–wp–preset–gradient–electric-grass) !important;}.has-midnight-gradient-background{background: var(–wp–preset–gradient–midnight) !important;}.has-small-font-size{font-size: var(–wp–preset–font-size–small) !important;}.has-medium-font-size{font-size: var(–wp–preset–font-size–medium) !important;}.has-large-font-size{font-size: var(–wp–preset–font-size–large) !important;}.has-x-large-font-size{font-size: var(–wp–preset–font-size–x-large) !important;}.has-tiny-font-size{font-size: var(–wp–preset–font-size–tiny) !important;}.has-normal-font-size{font-size: var(–wp–preset–font-size–normal) !important;}.has-huge-font-size{font-size: var(–wp–preset–font-size–huge) !important;}.has-gigantic-font-size{font-size: var(–wp–preset–font-size–gigantic) !important;}.has-albert-sans-font-family{font-family: var(–wp–preset–font-family–albert-sans) !important;}.has-alegreya-font-family{font-family: var(–wp–preset–font-family–alegreya) !important;}.has-arvo-font-family{font-family: var(–wp–preset–font-family–arvo) !important;}.has-bodoni-moda-font-family{font-family: var(–wp–preset–font-family–bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(–wp–preset–font-family–bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(–wp–preset–font-family–cabin) !important;}.has-chivo-font-family{font-family: var(–wp–preset–font-family–chivo) !important;}.has-commissioner-font-family{font-family: var(–wp–preset–font-family–commissioner) !important;}.has-cormorant-font-family{font-family: var(–wp–preset–font-family–cormorant) !important;}.has-courier-prime-font-family{font-family: var(–wp–preset–font-family–courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(–wp–preset–font-family–crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(–wp–preset–font-family–dm-mono) !important;}.has-dm-sans-font-family{font-family: var(–wp–preset–font-family–dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(–wp–preset–font-family–dm-serif-display) !important;}.has-domine-font-family{font-family: var(–wp–preset–font-family–domine) !important;}.has-eb-garamond-font-family{font-family: var(–wp–preset–font-family–eb-garamond) !important;}.has-epilogue-font-family{font-family: var(–wp–preset–font-family–epilogue) !important;}.has-fahkwang-font-family{font-family: var(–wp–preset–font-family–fahkwang) !important;}.has-figtree-font-family{font-family: var(–wp–preset–font-family–figtree) !important;}.has-fira-sans-font-family{font-family: var(–wp–preset–font-family–fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(–wp–preset–font-family–fjalla-one) !important;}.has-fraunces-font-family{font-family: var(–wp–preset–font-family–fraunces) !important;}.has-gabarito-font-family{font-family: var(–wp–preset–font-family–gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(–wp–preset–font-family–ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(–wp–preset–font-family–ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(–wp–preset–font-family–ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(–wp–preset–font-family–instrument-serif) !important;}.has-inter-font-family{font-family: var(–wp–preset–font-family–inter) !important;}.has-josefin-sans-font-family{font-family: var(–wp–preset–font-family–josefin-sans) !important;}.has-jost-font-family{font-family: var(–wp–preset–font-family–jost) !important;}.has-libre-baskerville-font-family{font-family: var(–wp–preset–font-family–libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(–wp–preset–font-family–libre-franklin) !important;}.has-literata-font-family{font-family: var(–wp–preset–font-family–literata) !important;}.has-lora-font-family{font-family: var(–wp–preset–font-family–lora) !important;}.has-merriweather-font-family{font-family: var(–wp–preset–font-family–merriweather) !important;}.has-montserrat-font-family{font-family: var(–wp–preset–font-family–montserrat) !important;}.has-newsreader-font-family{font-family: var(–wp–preset–font-family–newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(–wp–preset–font-family–noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(–wp–preset–font-family–nunito) !important;}.has-open-sans-font-family{font-family: var(–wp–preset–font-family–open-sans) !important;}.has-overpass-font-family{font-family: var(–wp–preset–font-family–overpass) !important;}.has-pt-serif-font-family{font-family: var(–wp–preset–font-family–pt-serif) !important;}.has-petrona-font-family{font-family: var(–wp–preset–font-family–petrona) !important;}.has-piazzolla-font-family{font-family: var(–wp–preset–font-family–piazzolla) !important;}.has-playfair-display-font-family{font-family: var(–wp–preset–font-family–playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(–wp–preset–font-family–plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(–wp–preset–font-family–poppins) !important;}.has-raleway-font-family{font-family: var(–wp–preset–font-family–raleway) !important;}.has-roboto-font-family{font-family: var(–wp–preset–font-family–roboto) !important;}.has-roboto-slab-font-family{font-family: var(–wp–preset–font-family–roboto-slab) !important;}.has-rubik-font-family{font-family: var(–wp–preset–font-family–rubik) !important;}.has-rufina-font-family{font-family: var(–wp–preset–font-family–rufina) !important;}.has-sora-font-family{font-family: var(–wp–preset–font-family–sora) !important;}.has-source-sans-3-font-family{font-family: var(–wp–preset–font-family–source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(–wp–preset–font-family–source-serif-4) !important;}.has-space-mono-font-family{font-family: var(–wp–preset–font-family–space-mono) !important;}.has-syne-font-family{font-family: var(–wp–preset–font-family–syne) !important;}.has-texturina-font-family{font-family: var(–wp–preset–font-family–texturina) !important;}.has-urbanist-font-family{font-family: var(–wp–preset–font-family–urbanist) !important;}.has-work-sans-font-family{font-family: var(–wp–preset–font-family–work-sans) !important;}.has-system-font-font-family{font-family: var(–wp–preset–font-family–system-font) !important;}.has-source-serif-pro-font-family{font-family: var(–wp–preset–font-family–source-serif-pro) !important;} :root :where(.wp-block-navigation){font-size: var(–wp–preset–font-size–small);} :root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-navigation a:where(:not(.wp-element-button)):focus){text-decoration: underline dashed;} :root :where(.wp-block-navigation a:where(:not(.wp-element-button)):active){text-decoration: none;} :root :where(.wp-block-post-author){font-size: var(–wp–preset–font-size–small);} :root :where(.wp-block-post-content a:where(:not(.wp-element-button))){color: var(–wp–preset–color–primary);} :root :where(.wp-block-post-date){font-size: var(–wp–preset–font-size–small);font-weight: 400;} :root :where(.wp-block-post-date a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-post-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-post-terms){font-size: var(–wp–preset–font-size–small);} :root :where(.wp-block-post-title){font-size: var(–wp–preset–font-size–large);font-weight: 600;margin-top: var(–wp–preset–spacing–50);margin-bottom: var(–wp–preset–spacing–50);} :root :where(.wp-block-post-title a:where(:not(.wp-element-button))){color: var(–wp–preset–color–primary);text-decoration: none;} :root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-post-title a:where(:not(.wp-element-button)):focus){text-decoration: underline dashed;} :root :where(.wp-block-post-title a:where(:not(.wp-element-button)):active){color: var(–wp–preset–color–secondary);text-decoration: none;} :root :where(.wp-block-comments-title){font-size: var(–wp–preset–font-size–large);margin-bottom: var(–wp–preset–spacing–40);} :root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):focus){text-decoration: underline dashed;} :root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):active){color: var(–wp–preset–color–primary);text-decoration: none;} :root :where(.wp-block-comment-date){font-size: var(–wp–preset–font-size–small);} :root :where(.wp-block-comment-date a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-comment-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-comment-date a:where(:not(.wp-element-button)):focus){text-decoration: underline dashed;} :root :where(.wp-block-comment-date a:where(:not(.wp-element-button)):active){color: var(–wp–preset–color–secondary);text-decoration: none;} :root :where(.wp-block-comment-reply-link){font-size: var(–wp–preset–font-size–small);} :root :where(.wp-block-site-title){font-size: var(–wp–preset–font-size–normal);font-style: italic;font-weight: 400;line-height: 1.4;text-transform: lowercase;}:root :where(.wp-block-site-title){text-transform: none;} :root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-site-title a:where(:not(.wp-element-button)):focus){text-decoration: underline dashed;} :root :where(.wp-block-site-title a:where(:not(.wp-element-button)):active){color: var(–wp–preset–color–secondary);text-decoration: none;} :root :where(.wp-block-separator){}:root :where(.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull)){width: 100px} :root :where(.wp-block-heading){font-style: normal;font-weight: 400;} /*# sourceURL=global-styles-inline-css */ .wp-container-core-group-is-layout-6f2f42bb{flex-wrap:nowrap;gap:12px;}.wp-container-core-social-links-is-layout-b277cd9c{gap:2.5rem 8px;}.wp-container-core-group-is-layout-cae5eddf{flex-wrap:nowrap;gap:24px;}.wp-container-core-group-is-layout-b734c33f{flex-wrap:nowrap;justify-content:space-between;}.wp-container-core-group-is-layout-14c941cf > .alignfull{margin-right:calc(var(–wp–style–root–padding-right, var(–wp–custom–gap–horizontal)) * -1);margin-left:calc(var(–wp–style–root–padding-left, var(–wp–custom–gap–horizontal)) * -1);}.wp-container-core-group-is-layout-6c9aa5f6{gap:0.5ch;}.wp-container-core-column-is-layout-8913dd49 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-column-is-layout-8913dd49 > * + *{margin-block-start:0px;margin-block-end:0;}.wp-container-core-group-is-layout-91f9820a{gap:0.5ch;flex-direction:column;align-items:flex-start;}.wp-container-core-columns-is-layout-0dbebe8c{flex-wrap:nowrap;gap:var(–wp–preset–spacing–30);}.wp-container-core-columns-is-layout-0f21bb84{flex-wrap:nowrap;}.wp-container-core-group-is-layout-95fd43ed > .alignfull{margin-right:calc(var(–wp–preset–spacing–40) * -1);margin-left:calc(var(–wp–preset–spacing–40) * -1);}.wp-container-core-group-is-layout-d7c4ea0b{justify-content:space-between;} /*# sourceURL=core-block-supports-inline-css */ :root { –font-headings: unset; –font-base: unset; –font-headings-default: -apple-system,BlinkMacSystemFont,”Segoe UI”,Roboto,Oxygen-Sans,Ubuntu,Cantarell,”Helvetica Neue”,sans-serif; –font-base-default: -apple-system,BlinkMacSystemFont,”Segoe UI”,Roboto,Oxygen-Sans,Ubuntu,Cantarell,”Helvetica Neue”,sans-serif;} /*# sourceURL=jetpack-global-styles-frontend-style-inline-css */ var actionbardata = {“siteID”:”26169373”,”postID”:”3547”,”siteURL”:”https://dev.jimgrey.net”,”xhrURL”:”https://dev.jimgrey.net/wp-admin/admin-ajax.php”,”nonce”:”72239ec256”,”isLoggedIn”:””,”statusMessage”:””,”subsEmailDefault”:”instantly”,”proxyScriptUrl”:”https://s0.wp.com/wp-content/js/wpcom-proxy-request.js?m=1513050504i&ver=20211021”,”shortlink”:”https://wp.me/p1LNQF-Vd”,”i18n”:{“followedText”:”New posts from this site will now appear in your \u003Ca href=\“https://wordpress.com/reader\”\u003EReader\u003C/a\u003E”,”foldBar”:”Collapse this bar”,”unfoldBar”:”Expand this bar”,”shortLinkCopied”:”Shortlink copied to clipboard.”}}; //# sourceURL=wpcom-actionbar-placeholder-js-extra var JETPACK_MU_WPCOM_SETTINGS = {“assetsUrl”:”https://s1.wp.com/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/moon/jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/”}; //# sourceURL=jetpack-mu-wpcom-settings-js-before rltInitialize( {“token”:null,”iframeOrigins”:[“https:\/\/widgets.wp.com”]} ); //# sourceURL=rlt-proxy-js-after {“imports”:{“@wordpress/interactivity”:”/wp-content/plugins/gutenberg-core/v23.7.1/build/modules/interactivity/index.min.js?m=1786118922i&ver=b0929e0bd08daccaa778”}} .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } @font-face{font-family:”Source Serif Pro”;font-style:normal;font-weight:200 900;font-display:fallback;src:url(‘https://s2.wp.com/wp-content/themes/pub/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2’) format(‘woff2’);font-stretch:normal;} @font-face{font-family:”Source Serif Pro”;font-style:italic;font-weight:200 900;font-display:fallback;src:url(‘https://s2.wp.com/wp-content/themes/pub/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2’) format(‘woff2’);font-stretch:normal;} Skip to content |
Jim Grey on software management
Advice to new grads: take any job you can get in the industry
If you graduated with a CS or SE degree in the last year or two and you’re struggling to find work, I see you. I was you in 1989.
I graduated from engineering school with a math/CS degree during a recession, into a tech industry that was a fraction of its current size. I could not beg, borrow, extort, or steal a job writing code. So I did something that felt like settling.
I became a technical writer.
Me, about age 24, in the apartment I could afford because I took the technical writing job
There isn’t much call for technical writers in software anymore, but in 1989 there very much was. It wasn’t my ideal role — but crucially, it was inside a software company. I figured I could find my way from there.
The advice you’re getting right now is probably some version of: build a RAG pipeline, contribute to open source, develop AI engineering skills beyond just using Copilot. Sure, do those things.
But at the same time, take any door that opens into the industry. Customer success, QA, technical support, sales engineering, implementation consulting, professional services. Take it and do the work.
My experience taught me that this isn’t settling. It’s being physically and organizationally close to problems that matter. This is where opportunities can find you.
Shortly after I became that technical writer, someone handed me a problem others didn’t have either the time or the ability to solve. The company had built a suite of API endpoints — ahead of their time for the late 1980s — but whoever designed them was long gone and all knowledge had become lore. No documentation existed. No one in the building could explain how they worked.
I had figure-it-out skills and I was inside the company when the problem needed solving. I learned enough C++ to get by, reverse-engineered the whole thing, and wrote the documentation.
Then the sales team realized they could start selling this product again because now it could actually be used. We sold it a bunch of times.
That’s what can happen when a curious problem solver gets inside a company and finds a problem worth solving. I may have been only a technical writer, yet I resurrected a product line.
I got there because I took the job I wasn’t excited about.
When you’re inside, you get to know people. And people tend to want to work more with people they know, like, and think are good. This is how human beings have always operated, and it’s how careers get built.
It’s how I moved from technical writing to QA to engineering over more than three decades. (I likely would have gotten to engineering a lot faster had it not turned out that I came to really like tech writing and QA and didn’t hurry.) I did it through being present, being good, and building relationships over time. People saw me work and decided they wanted more of me.
Not every company enables paths between departments. Some will happily keep you in customer success or QA forever. But if you can’t build the momentum you seek, the same role exists at many other companies that will be more open to you, and you can switch companies.
It still works. I know because I watched it happen recently.
I was Director of Engineering at a midsize software company a few years ago when Dan joined us in customer support. Dan wanted to be an engineer, but those roles had recently become hard to come by everywhere.
Dan became good at the job. He wrote excellent trouble reports, ones that gave Engineering everything they needed to go on. Engineers appreciated his curiosity about how the product functioned and his cheerful helpfulness in troubleshooting difficult issues. Dan even showed up in the Zoom during production incidents. Nobody from Support had ever done that before.
Engineering came to trust Dan, which led to them getting to know Dan. When a role in QA opened up, engineers wanted Dan there. Engineering could well be Dan’s next step. Not because he built a great portfolio project, but because people who know him want to work with him and will make it happen.
I’m writing this from a moment of professional uncertainty myself, so I’m not selling you a formula that guarantees outcomes. The path is neither fast nor glamorous. It has real costs — slower starts and roles that feel beneath your capability. You need patience to let relationships develop on their own timeline. But it lets you build a reputation inside a real organization with real people who can actually move you forward.
It’s frustrating to work hard to earn a degree and then not get to use it immediately. But the industry is the credential that takes you places. It’s in the relationships you build and the problems you solve. It’s in every person who sees your work and thinks “I want more of that.”
Dan didn’t plan to spend time in customer support. I didn’t plan to spend time writing documentation. We did that work for the opportunities it could lead to.
Proximity matters. It’s why I say you should take any position you can get inside a software company. From there, a path to engineering becomes much easier to find.
Share this:
- Share on LinkedIn (Opens in new window) LinkedIn
- Share on X (Opens in new window) X
- Email a link to a friend (Opens in new window) Email
- Share on Reddit (Opens in new window) Reddit
- Share on Facebook (Opens in new window) Facebook
Like Loading…
Posted
8 July 2026
in
by
Jim Grey
Tags:
Comments
8 responses to “Advice to new grads: take any job you can get in the industry”
-
Bill Jurasz
As a Comp Sci major, getting my only job offer as a Technical Sales Rep, selling chips for Texas Instruments, was not what I wanted either. But my dad told me “TI is a big company. If you don’t like the job, look for transfers”. And after 18 months that is what happened – a transfer into applications engineering. And that was built on…. wait for it… building relationships. (ironically that is a sales trait). And that later led to becoming a verification engineer. Which then built most of my career. All because a programmer went off to sell chips out of college.
This is also something I really do not like about the work-from-home aspects of work today. That, and geographically disperse teams. It is really hard to build those relationships, and I really miss those days.
LikeLike
-
You got in. And that’s what mattered!
LikeLike
-
-
pdrussell046153196d
This is outstanding advice! And I, like you, am an example of why it works. In 1979, I was finishing five and a half years of night school at IUPUI with the intent of getting a job as an accountant. At the beginning of my last semester, I was offered a position doing “special projects” in the accounting department of what was then the third largest bank in Indiana.
One of those special projects was to learn a computer programming language so I could write a program to generate a specific financial report. The request for that report had been at the bottom of the IT department’s to-do list for quite a while and was probably going to remain there for the foreseeable future.
So I wrote the program. And then another. And then another.
What started as a one-time project for one person grew into a full-time job for three people. A couple of years later, I was offered the opportunity to move to the “real” programming department. And a couple of years after that, I was invited to join the OS support team.
And that’s how my 30+ year career in IT started.
I never intended to be an IT guy, but someone who knew me thought I might be a good fit for the “special projects” job and suggested that I apply.
So, to echo Jim’s message: don’t wait for the door you hope will open, walk through any nearby open door and do your best in whatever position you find there.
LikeLike
-
Sometimes you want to row the boat hard in a direction, and sometimes you want the river to just carry you!
LikeLike
-
pdrussell046153196d
Or … sometimes you row towards a destination; sometimes you take an unexpected fork because it looks interesting, and that changes the nature of your journey.
LikeLike
-
-
-
This was pertinent for me because I’m starting a new job Monday. It’s not in my chosen career path, not that I have one, or what I was hopefully on track to do in my last role as a production planner in manufacturing, but it is in quality where I have an established track record. I’ll be development procedures from the ground up and reporting directly to the COO of a small fiberglass manufacturer.
The reason this is pertinent is that I’m hoping this foot in the door will help open other opportunities there.
LikeLike
-
I’ve been there after being unemployed, trying to build my way back to what I lost. But at least it’s a chance to build.
LikeLike
-
-
adhambishr
Great Article! Totally agree
LikeLike
Leave a comment Cancel reply
Δ document.getElementById( “ak_js_1” ).setAttribute( “value”, ( new Date() ).getTime() );
Jim Grey on software management
Website Powered by WordPress.com.
{“prefetch”:[{“source”:”document”,”where”:{“and”:[{“href_matches”:”/*”},{“not”:{“href_matches”:[“/wp-*.php”,”/wp-admin/*”,”/files/*”,”/wp-content/*”,”/wp-content/plugins/*”,”/wp-content/themes/pub/twentytwentythree/*”,”/*\\?(.+)”]}},{“not”:{“selector_matches”:”a[rel~=\“nofollow\”]”}},{“not”:{“selector_matches”:”.no-prefetch, .no-prefetch a”}}]},”eagerness”:”conservative”}]} var WPGroHo = {“my_hash”:””}; //# sourceURL=wpgroho-js-extra // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === ‘undefined’ ) { return; } if ( typeof Gravatar.init !== ‘function’ ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( ‘body’, ‘#wp-admin-bar-my-account’, { i18n: { ‘Edit your profile →’: ‘Edit your profile →’, ‘View profile →’: ‘View profile →’, ‘Contact’: ‘Contact’, ‘Send money’: ‘Send money’, ‘Sorry, we are unable to load this Gravatar profile.’: ‘Sorry, we are unable to load this Gravatar profile.’, ‘Gravatar not found.’: ‘Gravatar not found.’, ‘Too Many Requests.’: ‘Too Many Requests.’, ‘Internal Server Error.’: ‘Internal Server Error.’, ‘Is this you?’: ‘Is this you?’, ‘Claim your free profile.’: ‘Claim your free profile.’, ‘Email’: ‘Email’, ‘Home Phone’: ‘Home Phone’, ‘Work Phone’: ‘Work Phone’, ‘Cell Phone’: ‘Cell Phone’, ‘Contact Form’: ‘Contact Form’, ‘Calendar’: ‘Calendar’, }, } ); } if ( document.readyState !== ‘loading’ ) { init(); } else { document.addEventListener( ‘DOMContentLoaded’, init ); } } )();
Loading Comments…
Write a Comment…
Email (Required)
Name (Required)
Website
window.WPCOM_sharing_counts = {“https://dev.jimgrey.net/2026/07/08/advice-to-new-grads-take-any-job-you-can-get-in-the-industry/”:3547};
- Comment
- Reblog
-
Subscribe Subscribed
Join 264 other subscribers
Sign me up
- Already have a WordPress.com account? Log in now.
-
Jim Grey on software management- Subscribe Subscribed
- Sign up
- Log in
- Copy shortlink
- Report this content
- View post in Reader
- Manage subscriptions
- Collapse this bar
| window.addEventListener( “DOMContentLoaded”, function( event ) { var link = document.createElement( “link” ); link.href = “/wp-content/mu-plugins/actionbar/actionbar.css?v=20250116”; link.type = “text/css”; link.rel = “stylesheet”; document.head.appendChild( link ); var script = document.createElement( “script” ); script.src = “/wp-content/mu-plugins/actionbar/actionbar.js?v=20250204”; document.body.appendChild( script ); } ); var jetpackSwiperLibraryPath = {“url”:”/wp-content/mu-plugins/jetpack-plugin/moon/_inc/blocks/swiper.js”}; var jetpackCarouselStrings = {“widths”:[370,700,1000,1200,1400,2000],”is_logged_in”:””,”lang”:”en”,”ajaxurl”:”https://dev.jimgrey.net/wp-admin/admin-ajax.php”,”nonce”:”610563bae5”,”display_exif”:”1”,”display_comments”:”1”,”single_image_gallery”:”1”,”single_image_gallery_media_file”:””,”background_color”:”black”,”comment”:”Comment”,”post_comment”:”Post Comment”,”write_comment”:”Write a Comment…”,”loading_comments”:”Loading Comments…”,”image_label”:”Open image in full-screen.”,”download_original”:”View full size \u003Cspan class=\“photo-size\”\u003E{0}\u003Cspan class=\“photo-size-times\”\u003E\u00d7\u003C/span\u003E{1}\u003C/span\u003E”,”no_comment_text”:”Please be sure to submit some text with your comment.”,”no_comment_email”:”Please provide an email address to comment.”,”no_comment_author”:”Please provide your name to comment.”,”comment_post_error”:”Sorry, but there was an error posting your comment. Please try again later.”,”comment_approved”:”Your comment was approved.”,”comment_unapproved”:”Your comment is in moderation.”,”camera”:”Camera”,”aperture”:”Aperture”,”shutter_speed”:”Shutter Speed”,”focal_length”:”Focal Length”,”copyright”:”Copyright”,”comment_registration”:”0”,”require_name_email”:”1”,”login_url”:”https://softwaresaltmines.wordpress.com/wp-login.php?redirect_to=https%3A%2F%2Fdev.jimgrey.net%2F2026%2F07%2F08%2Fadvice-to-new-grads-take-any-job-you-can-get-in-the-industry%2F”,”blog_id”:”26169373”,”meta_data”:[“camera”,”aperture”,”shutter_speed”,”focal_length”,”copyright”],”stats_query_args”:”blog=26169373&v=wpcom&tz=-4&user_id=0&subd=softwaresaltmines&utm_source=bonobopress&utm_medium=newsletter&utm_campaign=2319”,”is_public”:”1”}; //# sourceURL=jetpack-carousel-js-extra wp.i18n.setLocaleData( { ‘text direction\u0004ltr’: [ ‘ltr’ ] } ); //# sourceURL=wp-i18n-js-after window.VerbumComments = {“Log in or provide your name and email to leave a reply.”:”Log in or provide your name and email to leave a reply.”,”Log in or provide your name and email to leave a comment.”:”Log in or provide your name and email to leave a comment.”,”Receive web and mobile notifications for posts on this site.”:”Receive web and mobile notifications for posts on this site.”,”Name”:”Name”,”Email (address never made public)”:”Email (address never made public)”,”Website (optional)”:”Website (optional)”,”Leave a reply. (log in optional)”:”Leave a reply. (log in optional)”,”Leave a comment. (log in optional)”:”Leave a comment. (log in optional)”,”Log in to leave a reply.”:”Log in to leave a reply.”,”Log in to leave a comment.”:”Log in to leave a comment.”,”Logged in via %s”:”Logged in via %s”,”Log out”:”Log out”,”Your browser is blocking the cookies needed to log in and comment here. Allow cookies in your privacy settings, then reload the page.”:”Your browser is blocking the cookies needed to log in and comment here. Allow cookies in your privacy settings, then reload the page.”,”Email”:”Email”,”(Address never made public)”:”(Address never made public)”,”Instantly”:”Instantly”,”Daily”:”Daily”,”Reply”:”Reply”,”Comment”:”Comment”,”WordPress”:”WordPress”,”Weekly”:”Weekly”,”Notify me of new posts”:”Notify me of new posts”,”Email me new posts”:”Email me new posts”,”Email me new comments”:”Email me new comments”,”Cancel”:”Cancel”,”Write a comment…”:”Write a comment…”,”Write a reply…”:”Write a reply…”,”Website”:”Website”,”Optional”:”Optional”,”We’ll keep you in the loop!”:”We’ll keep you in the loop!”,”Loading your comment…”:”Loading your comment…”,”Discover more from”:”Discover more from Jim Grey on software management”,”Subscribe now to keep reading and get access to the full archive.”:”Subscribe now to keep reading and get access to the full archive.”,”Continue reading”:”Continue reading”,”Never miss a beat!”:”Never miss a beat!”,”Interested in getting blog post updates? Simply click the button below to stay in the loop!”:”Interested in getting blog post updates? Simply click the button below to stay in the loop!”,”Enter your email address”:”Enter your email address”,”Subscribe”:”Subscribe”,”Comment sent successfully”:”Comment sent successfully”,”Save my name, email, and website in this browser for the next time I comment.”:”Save my name, email, and website in this browser for the next time I comment.”,”hovercardi18n”:{“Edit your profile \u2192”:”Edit your profile \u2192”,”View profile \u2192”:”View profile \u2192”,”Contact”:”Contact”,”Send money”:”Send money”,”Gravatar not found.”:”Gravatar not found.”,”This profile is private.”:”This profile is private.”,”Too Many Requests.”:”Too Many Requests.”,”Internal Server Error.”:”Internal Server Error.”,”Sorry, we are unable to load this Gravatar profile.”:”Sorry, we are unable to load this Gravatar profile.”},”siteId”:26169373,”postId”:3547,”mustLogIn”:false,”requireNameEmail”:true,”commentRegistration”:false,”connectURL”:”https://softwaresaltmines.wordpress.com/public.api/connect/?action=request\u0026domain=dev.jimgrey.net”,”logoutURL”:”https://softwaresaltmines.wordpress.com/wp-login.php?action=logout\u0026_wpnonce=b8945ba7d7”,”homeURL”:”https://dev.jimgrey.net/”,”subscribeToBlog”:true,”subscribeToComment”:true,”isJetpackCommentsLoggedIn”:false,”jetpackUsername”:””,”jetpackUserId”:0,”jetpackSignature”:””,”jetpackAvatar”:”https://0.gravatar.com/avatar/?s=96\u0026amp;d=initials\u0026amp;r=G”,”enableBlocks”:true,”enableSubscriptionModal”:false,”currentLocale”:”en”,”isJetpackComments”:false,”allowedBlocks”:[“core/paragraph”,”core/list”,”core/code”,”core/list-item”,”core/quote”,”core/image”,”core/embed”,”core/quote”,”core/code”],”embedNonce”:”e7fb0377dd”,”verbumBundleUrl”:”/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/moon/jetpack_vendor/automattic/jetpack-mu-wpcom/src/features/verbum-comments/dist/index.js”,”isRTL”:false,”vbeCacheBuster”:1771405207,”iframeUniqueId”:0,”colorScheme”:false} //# sourceURL=verbum-settings-js-before var comment_like_text = {“loading”:”Loading…”,”swipeUrl”:”https://s2.wp.com/wp-content/mu-plugins/comment-likes/js/lib/swipe.js?m=1382645497i&ver=20131008”}; //# sourceURL=comment-like-js-extra var wpcom_coblocks_js = {“coblocks_masonry_js”:”https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/js/coblocks-masonry.min.js?m=1681832297i”,”coblocks_lightbox_js”:”https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/js/coblocks-lightbox.min.js?m=1681832297i”,”jquery_core_js”:”/wp-includes/js/jquery/jquery.min.js”,”jquery_migrate_js”:”/wp-includes/js/jquery/jquery-migrate.min.js”,”masonry_js”:”/wp-includes/js/masonry.min.js”,”imagesloaded_js”:”/wp-includes/js/imagesloaded.min.js”}; var coblocksLigthboxData = {“closeLabel”:”Close Gallery”,”leftLabel”:”Previous”,”rightLabel”:”Next”}; //# sourceURL=coblocks-loader-js-extra var sharing_js_options = {“lang”:”en”,”counts”:”1”,”is_stats_active”:”1”}; //# sourceURL=sharing-js-js-extra window.JetpackScriptData = {“site”:{“host”:”wpcom”,”is_wpcom_platform”:true}}; //# sourceURL=jetpack-script-data-js-before var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) | el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( ‘click’, function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, ‘a.share-linkedin’ ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, ‘a.share-linkedin’ ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there’s another sharing window open, close it. if ( typeof windowOpen !== ‘undefined’ ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( ‘href’ ), ‘wpcomlinkedin’, ‘menubar=1,resizable=1,width=580,height=450’ ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) | el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( ‘click’, function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, ‘a.share-twitter’ ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, ‘a.share-twitter’ ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there’s another sharing window open, close it. if ( typeof windowOpen !== ‘undefined’ ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( ‘href’ ), ‘wpcomtwitter’, ‘menubar=1,resizable=1,width=600,height=350’ ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) | el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( ‘click’, function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, ‘a.share-facebook’ ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, ‘a.share-facebook’ ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there’s another sharing window open, close it. if ( typeof windowOpen !== ‘undefined’ ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( ‘href’ ), ‘wpcomfacebook’, ‘menubar=1,resizable=1,width=600,height=400’ ); return false; } } ); } )(); //# sourceURL=sharing-js-js-after (function () { var wpcom_reblog = { source: ‘toolbar’, toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + ‘?url=’ + encodeURIComponent( originalURL ) + ‘&is_post_share=true’ + ‘&v=5’; const redirect = function () { if ( ! window.open( url, ‘_blank’ ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); {“baseUrl”:”https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/”,”ext”:”.png”,”svgUrl”:”https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/svg/”,”svgExt”:”.svg”,”source”:{“concatemoji”:”/wp-includes/js/wp-emoji-release.min.js?m=1783090810i&ver=7.1-alpha-62543”}} /*! This file is auto-generated */ var e=”script#wp-emoji-settings”,t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error(“Element missing: “+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,”wpEmojiSettingsSupports”),o=[“flag”,”emoji”];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case”flag”:return n(e,”\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f”,”\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f”)?!1:!n(e,”\ud83c\udde8\ud83c\uddf6”,”\ud83c\udde8\u200b\ud83c\uddf6”)&&!n(e,”\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f”,”\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f”);case”emoji”:return!r(e,”\ud83e\u1fac8”)}return!1}function f(e,t,n,r){let a;const s=(a=”undefined”!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement(“canvas”)).getContext(“2d”,{willReadFrequently:!0}),o=(s.textBaseline=”top”,s.font=”600 32px Arial”,{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement(“script”);t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if(“object”==typeof e&&”number”==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&”object”==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(“undefined”!=typeof Worker&&”undefined”!=typeof OffscreenCanvas&&”undefined”!=typeof URL&&URL.createObjectURL&&”undefined”!=typeof Blob)try{var e=”postMessage(“+f.toString()+”(“+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(“,”)+”));”,r=new Blob([e],{type:”text/javascript”});const a=new Worker(URL.createObjectURL(r),{name:”wpTestEmojiSupports”});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],”flag”!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything | ((t=r.source | {}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))}); //# sourceURL=/wp-includes/js/wp-emoji-loader.min.js |
%d
| _tkq = window._tkq | []; _stq = window._stq | []; _tkq.push([‘storeContext’, {‘blog_id’:’26169373’,’blog_tz’:’-4’,’user_lang’:’en’,’blog_lang’:’en’,’user_id’:’0’}]); // Prevent sending pageview tracking from WP-Admin pages. _stq.push([‘view’, {‘blog’:’26169373’,’v’:’wpcom’,’tz’:’-4’,’user_id’:’0’,’post’:’3547’,’subd’:’softwaresaltmines’,’utm_source’:’bonobopress’,’utm_medium’:’newsletter’,’utm_campaign’:’2319’}]); _stq.push([‘extra’, {‘crypt’:’UE5tW3cvZGQ/JUs1UEpSdi1dRV80cWliNnluVHVULnMxMThFWFVKPTYvWkdyelJMcixMfmNrKzddZ3pqWUFzMVs3PWFMR3VjbD9mUVMwNmZJP1BpN0Q5Q05HWT1PWkZnZDAvbz9IYS0uM1VjQjlxQThfMXEsdjBmflEmQVZPRSZ0cVIrTS58TTNRZCt+OXU5eEY0QTdLblJ6dFlyVkdzOHImR29SQ2xLPWtWX1p1Um55ckI3WGlKZUIyTWxDZXdtQnBbQ049MXN3P2o4LiY2Zg==’}]); _stq.push([ ‘clickTrackerInit’, ‘26169373’, ‘3547’ ]); |
![]()
| (function() { ‘use strict’; const fetches = {}; const promises = {}; const urls = { ‘wp-polyfill’: ‘/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1775575011i&ver=3.15.0’, ‘verbum’: ‘/wp-content/mu-plugins/jetpack-mu-wpcom-plugin/moon/jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/verbum-comments/verbum-comments.js?m=1785895867i&minify=false&ver=ecf5cfe8827907d3ea28’ }; const loaders = { ‘verbum’: () => { fetchExternalScript(‘wp-polyfill’); fetchExternalScript(‘verbum’); promises[‘wp-polyfill’] = promises[‘wp-polyfill’] | loadWPScript(‘wp-polyfill’); promises[‘verbum’] = promises[‘verbum’] | promises[‘wp-polyfill’].then( () => loadWPScript(‘verbum’) ); return promises[‘verbum’]; }, }; const scriptExtras = { }; window.WP_Enqueue_Dynamic_Script = { loadScript: (handle) => { if (!loaders[handle]) { console.error(‘WP_Enqueue_Dynamic_Script: unregistered script `’ + handle + ‘`.’); } return loaders[handle](); } }; function fetchExternalScript(handle) { if (!urls[handle]) { return Promise.resolve(); } fetches[handle] = fetches[handle] | fetch(urls[handle], { mode: ‘no-cors’ }); return fetches[handle]; } function runExtraScript(handle, type, index) { const id = ‘wp-enqueue-dynamic-script:’ + handle + ‘:’ + type + ‘:’ + (index + 1); const template = document.getElementById(id); if (!template) { return Promise.reject(); } const script = document.createElement( ‘script’ ); script.innerHTML = template.innerHTML; document.body.appendChild( script ); return Promise.resolve(); } function loadExternalScript(handle) { if (!urls[handle]) { return Promise.resolve(); } return fetches[handle].then(() => { return new Promise((resolve, reject) => { const script = document.createElement(‘script’); script.onload = () => resolve(); script.onerror = (e) => reject(e); script.src = urls[handle]; document.body.appendChild(script); }); }); } function loadExtra(handle, pos) { const count = (scriptExtras[handle] && scriptExtras[handle][pos]) | 0; let promise = Promise.resolve(); for (let i = 0; i < count; i++) { promise = promise.then(() => runExtraScript(handle, pos, i)); } return promise; } function loadWPScript(handle) { // Core loads scripts in this order. See: https://github.com/WordPress/WordPress/blob/a59eb9d39c4fcba834b70c9e8dfd64feeec10ba6/wp-includes/class-wp-scripts.php#L428. return loadExtra(handle, ‘translations’) .then(() => loadExtra(handle, ‘before’)) .then(() => loadExternalScript(handle)) .then(() => loadExtra(handle, ‘after’)); } } )(); |

