@charset 'UTF-8';
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0!important}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:2147483646}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;margin-bottom:.4em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;text-decoration:none}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-first-highlight .cc-btn:last-child{background-color:transparent;border-color:transparent}.cc-first-highlight .cc-btn:last-child:focus,.cc-first-highlight .cc-btn:last-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.2em;right:.4em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close.cc-closeXcustomText{text-decoration:underline;font-size:1.1em;top:.5em;right:.6em}.cc-window.cc-banner.cc-addedcloseX{padding:2em 1.8em}.cc-close:focus,.cc-close:hover{opacity:1}div.cc-blockingScreen{opacity:.5;background:#000;width:100%;height:100%;z-index:2147483630;top:0;left:0;position:fixed}span.cc-visually-hidden{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-allswitches.cc-floating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}.cc-switch-element{margin-bottom:.3em}.cc-switch{position:relative;display:inline-block;width:2.3em;height:1.4em;margin:0 .3em 0 0;vertical-align:middle}.cc-switch-label{margin-right:.6em}.cc-switch input{opacity:0;width:0;height:0;display:none}.cc-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.cc-slider:before{position:absolute;content:"";height:1em;width:1em;left:.2em;bottom:.2em;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.cc-slider{background-color:#a0db8e}input:focus+.cc-slider{-webkit-box-shadow:0 0 1px #a0db8e;box-shadow:0 0 1px #a0db8e}input:checked+.cc-slider:before{-webkit-transform:translateX(.9em);transform:translateX(.9em)}.cc-slider.disabled:before{opacity:45%}.cc-slider.classic{border-radius:.6em}.cc-slider.classic:before{border-radius:50%}.cc-popovercenter{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:380px;z-index:2147483645}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-popovercenter{top:50%!important;left:50%!important;min-width:calc(100%)!important}}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-highlight .cc-btn:last-child{min-width:140px}.cc-theme-classic .cc-highlight .cc-btn:first-child{min-width:0}.cc-theme-classic .cc-first-highlight .cc-btn:last-child{min-width:0}.cc-theme-classic .cc-first-highlight .cc-btn:first-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}@import url(//hello.myfonts.net/count/3059ed); *,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%;padding-right:25px;padding-left:25px}@media (min-width:1240px){.container{max-width:1240px}}.otm-button{display:inline-block;cursor:pointer;border-radius:9999px;border-width:2px;padding:.5rem 2rem;font-size:16px;font-weight:700;letter-spacing:.013em;text-decoration-line:none;transition:background-color .2s ease-out,color .2s ease-out}.otm-button:hover{text-decoration-line:none!important}.otm-button-capsule{border-radius:1.5rem;padding:.25rem 1rem}.otm-button--white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.otm-button--white:hover{--tw-bg-opacity:1;--tw-text-opacity:1}.otm-button--black,.otm-button--white:hover{background-color:rgb(0 0 0/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.otm-button--black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity));--tw-bg-opacity:1;--tw-text-opacity:1}.otm-button--black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.otm-button--green{--tw-border-opacity:1;border-color:rgb(185 205 51/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(185 205 51/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.otm-button--green:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.otm-button--purple{--tw-border-opacity:1;border-color:rgb(96 37 106/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(96 37 106/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.otm-button--purple:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(96 37 106/var(--tw-text-opacity))}.otm-button--blue{--tw-border-opacity:1;border-color:rgb(89 160 187/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(89 160 187/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.otm-button--blue:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(89 160 187/var(--tw-text-opacity))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.left-0{left:0}.right-0{right:0}.-top-10{top:-2.5rem}.-left-16{left:-4rem}.bottom-2{bottom:.5rem}.-left-\[95px\]{left:-95px}.z-10{z-index:10}.z-50{z-index:50}.m-auto{margin:auto}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mt-28{margin-top:7rem}.mb-8{margin-bottom:2rem}.mb-20{margin-bottom:5rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mb-2{margin-bottom:.5rem}.mt-6{margin-top:1.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mb-12{margin-bottom:3rem}.mb-4{margin-bottom:1rem}.mt-10{margin-top:2.5rem}.mr-1{margin-right:.25rem}.mt-5{margin-top:1.25rem}.mb-10{margin-bottom:2.5rem}.mb-1{margin-bottom:.25rem}.mb-16{margin-bottom:4rem}.mb-14{margin-bottom:3.5rem}.mt-1{margin-top:.25rem}.ml-2{margin-left:.5rem}.mt-8{margin-top:2rem}.mt-7{margin-top:1.75rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.ml-6{margin-left:1.5rem}.mb-28{margin-bottom:7rem}.mb-24{margin-bottom:6rem}.-ml-1{margin-left:-.25rem}.mb-0{margin-bottom:0}.ml-4{margin-left:1rem}.mr-3{margin-right:.75rem}.-mt-10{margin-top:-2.5rem}.mr-4{margin-right:1rem}.mt-3{margin-top:.75rem}.mt-16{margin-top:4rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-6{height:1.5rem}.h-full{height:100%}.h-\[1px\]{height:1px}.h-\[500px\]{height:500px}.max-h-\[95vh\]{max-height:95vh}.min-h-\[400px\]{min-height:400px}.min-h-\[200px\]{min-height:200px}.w-full{width:100%}.w-\[80\%\]{width:80%}.w-6{width:1.5rem}.w-auto{width:auto}.w-\[65px\]{width:65px}.w-\[80px\]{width:80px}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.max-w-lg{max-width:32rem}.max-w-\[400px\]{max-width:400px}.max-w-logo{max-width:200px}.max-w-\[450px\]{max-width:450px}.max-w-\[50px\]{max-width:50px}.max-w-xl{max-width:36rem}.max-w-6xl{max-width:72rem}.max-w-4xl{max-width:56rem}.max-w-\[550px\]{max-width:550px}.max-w-text-block{max-width:700px}.max-w-\[111px\]{max-width:111px}.max-w-\[250px\]{max-width:250px}.max-w-\[700px\]{max-width:700px}.max-w-\[800px\]{max-width:800px}.max-w-\[900px\]{max-width:900px}.max-w-title-block{max-width:700px}.max-w-full{max-width:100%}.max-w-acf-edit-form{max-width:800px}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.scale-\[102\%\]{--tw-scale-x:102%;--tw-scale-y:102%}.scale-\[102\%\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.scroll-mt-\[200px\]{scroll-margin-top:200px}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-8{gap:2rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-20{gap:5rem}.gap-16{gap:4rem}.gap-6{gap:1.5rem}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-none{border-radius:0}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-b-xl{border-bottom-left-radius:.75rem}.rounded-b-xl,.rounded-r-xl{border-bottom-right-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-0{border-width:0}.border-t-4{border-top-width:4px}.border-t{border-top-width:1px}.border-l{border-left-width:1px}.border-b-2{border-bottom-width:2px}.border-t-0{border-top-width:0}.border-ts-green{--tw-border-opacity:1;border-color:rgb(185 205 51/var(--tw-border-opacity))}.border-line-blue{--tw-border-opacity:1;border-color:rgb(50 70 89/var(--tw-border-opacity))}.border-ts-blue{--tw-border-opacity:1;border-color:rgb(89 160 187/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-ts-purple{--tw-border-opacity:1;border-color:rgb(96 37 106/var(--tw-border-opacity))}.border-form-line{--tw-border-opacity:1;border-color:rgb(242 242 243/var(--tw-border-opacity))}.bg-ts-teal{--tw-bg-opacity:1;background-color:rgb(3 85 104/var(--tw-bg-opacity))}.bg-background-lighter{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-background-dark{--tw-bg-opacity:1;background-color:rgb(14 19 24/var(--tw-bg-opacity))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.bg-background\/\[\.53\]{background-color:#12192187}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.bg-dark{--tw-bg-opacity:1;background-color:rgb(14 19 24/var(--tw-bg-opacity))}.bg-ts-purple{--tw-bg-opacity:1;background-color:rgb(96 37 106/var(--tw-bg-opacity))}.bg-background{--tw-bg-opacity:1;background-color:rgb(18 25 33/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-ts-green{--tw-bg-opacity:1;background-color:rgb(185 205 51/var(--tw-bg-opacity))}.bg-ts-blue{--tw-bg-opacity:1;background-color:rgb(89 160 187/var(--tw-bg-opacity))}.bg-input-background{--tw-bg-opacity:1;background-color:rgb(221 221 221/var(--tw-bg-opacity))}.bg-none{background-image:none}.bg-cover{background-size:cover}.bg-clip-padding{background-clip:padding-box}.bg-top{background-position:top}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pt-8{padding-top:2rem}.pb-20{padding-bottom:5rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pt-6{padding-top:1.5rem}.pb-5{padding-bottom:1.25rem}.pb-4{padding-bottom:1rem}.pb-14{padding-bottom:3.5rem}.pt-10{padding-top:2.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pb-32{padding-bottom:8rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pr-4{padding-right:1rem}.pb-16{padding-bottom:4rem}.pt-14{padding-top:3.5rem}.pb-28{padding-bottom:7rem}.pb-12{padding-bottom:3rem}.pt-16{padding-top:4rem}.pl-5{padding-left:1.25rem}.pr-8{padding-right:2rem}.pb-1{padding-bottom:.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-logo{font-family:GillSansNova-Book,sans-serif}.font-heading,.font-menu,.font-poppins{font-family:Poppins,sans-serif}.font-body{font-family:Open Sans,sans-serif}.text-lg{font-size:21px}.text-logo{font-size:35px}.text-footer-cta{font-size:17px}.text-footer-header{font-size:18px}.text-\[20px\]{font-size:20px}.text-3xl{font-size:38px}.text-\[17px\]{font-size:17px}.text-xl{font-size:29px}.text-2xl{font-size:32px}.text-sm{font-size:15px}.text-smaller{font-size:14px}.text-\[12px\]{font-size:12px}.text-medium{font-size:19px}.text-4xl{font-size:50px}.text-base{font-size:17px}.text-button{font-size:16px}.text-\[24px\]{font-size:24px}.font-semibold{font-weight:600}.font-normal{font-weight:400}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-title{line-height:1.2}.leading-less{line-height:1.5}.leading-lesser{line-height:1.35}.leading-none{line-height:1}.tracking-logo{letter-spacing:.01em}.tracking-title{letter-spacing:-.015em}.tracking-button{letter-spacing:.013em}.tracking-normal{letter-spacing:.04em}.tracking-heading{letter-spacing:-.02em}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}.text-ts-green{--tw-text-opacity:1;color:rgb(185 205 51/var(--tw-text-opacity))}.text-dark{--tw-text-opacity:1;color:rgb(14 19 24/var(--tw-text-opacity))}.text-ts-blue{--tw-text-opacity:1;color:rgb(89 160 187/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.text-grid-grey{--tw-text-opacity:1;color:rgb(153 150 150/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-ts-purple{--tw-text-opacity:1;color:rgb(96 37 106/var(--tw-text-opacity))}.text-input-disabled{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-input-placeholder::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(50 70 89/var(--tw-placeholder-opacity))}.placeholder-input-placeholder::placeholder{--tw-placeholder-opacity:1;color:rgb(50 70 89/var(--tw-placeholder-opacity))}.opacity-20{opacity:.2}.opacity-100{opacity:1}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.brightness-\[0\.6\]{--tw-brightness:brightness(0.6)}.brightness-\[0\.6\],.drop-shadow-2xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px #00000026)}.drop-shadow-xl{--tw-drop-shadow:drop-shadow(0 20px 13px #00000008) drop-shadow(0 8px 5px #00000014)}.drop-shadow-xl,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.invert{--tw-invert:invert(100%)}.filter,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@font-face{font-family:GillSansNova-Book;src:url(//www.thensomehow.com/wp-content/themes/ts2/assets/fonts/gillsansnova/3059ED_1_0.eot);src:url(//www.thensomehow.com/wp-content/themes/ts2/assets/fonts/gillsansnova/3059ED_1_0.eot?#iefix) format("embedded-opentype"),url(//www.thensomehow.com/wp-content/themes/ts2/assets/fonts/gillsansnova/3059ED_1_0.woff2) format("woff2"),url(//www.thensomehow.com/wp-content/themes/ts2/assets/fonts/gillsansnova/3059ED_1_0.woff) format("woff"),url(//www.thensomehow.com/wp-content/themes/ts2/assets/fonts/gillsansnova/3059ED_1_0.ttf) format("truetype")}html{scroll-behavior:smooth}body{--tw-bg-opacity:1;background-color:rgb(18 25 33/var(--tw-bg-opacity));font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:1.7;letter-spacing:.04em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ol,ul{list-style-position:outside}.alignwide{margin-left:0;margin-right:0}.alignfull{margin-top:0}body.admin-bar .site-header{top:32px}blockquote{margin-bottom:5rem;padding-left:2.5rem;padding-right:2.5rem;font-size:21px;line-height:2rem}cite{font-size:17px}table{margin-bottom:2.5rem}table tr:nth-child(odd) td{background-color:#f2f2f370}table td,table th{border-width:1px;--tw-border-opacity:1;border-color:rgb(242 242 243/var(--tw-border-opacity));padding:1rem;text-align:left;vertical-align:top}table th{padding-top:1.25rem;padding-bottom:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));--tw-bg-opacity:1!important;background-color:rgb(18 25 33/var(--tw-bg-opacity))!important}iframe{width:100%}.otm-scroll-point{scroll-margin-top:200px}@media (min-width:1024px){.list-2-columns{-moz-columns:2;column-count:2;gap:5rem}}.ts-green-links a{--tw-text-opacity:1;color:rgb(185 205 51/var(--tw-text-opacity))}.block-editor-block-list__layout h1,.block-editor-block-list__layout h2,.block-editor-block-list__layout h3,.block-editor-block-list__layout h4,.block-editor-block-list__layout h5,.block-editor-block-list__layout h6,.otm-user-text h1,.otm-user-text h2,.otm-user-text h3,.otm-user-text h4,.otm-user-text h5,.otm-user-text h6{font-family:Poppins,sans-serif;line-height:2.5rem;letter-spacing:-.02em}.block-editor-block-list__layout h1,.otm-user-text h1{font-size:38px;font-weight:700}.block-editor-block-list__layout h2,.otm-user-text h2{font-size:32px;font-weight:700}.block-editor-block-list__layout h3,.otm-user-text h3{font-size:29px;font-weight:600}.block-editor-block-list__layout h4,.otm-user-text h4{font-size:21px;font-weight:600}.block-editor-block-list__layout h5,.otm-user-text h5{font-size:21px}.block-editor-block-list__layout h1,.block-editor-block-list__layout h2,.block-editor-block-list__layout h3,.block-editor-block-list__layout h4,.block-editor-block-list__layout h5,.block-editor-block-list__layout h6,.otm-user-text h1,.otm-user-text h2,.otm-user-text h3,.otm-user-text h4,.otm-user-text h5,.otm-user-text h6{margin-bottom:1.25rem}.block-editor-block-list__layout h2,.block-editor-block-list__layout h3,.block-editor-block-list__layout h4,.block-editor-block-list__layout h5,.block-editor-block-list__layout h6,.otm-user-text h2,.otm-user-text h3,.otm-user-text h4,.otm-user-text h5,.otm-user-text h6{margin-top:2.5rem}.otm-post-text h1,.otm-post-text h2,.otm-post-text h3,.otm-post-text h4,.otm-post-text h5,.otm-post-text h6{font-family:Poppins,sans-serif;line-height:2.5rem;letter-spacing:-.02em}.otm-post-text h1{font-size:38px;font-weight:700}.otm-post-text h2{font-size:29px;font-weight:600}.otm-post-text h3{font-size:24px;font-weight:600}.otm-post-text h4{font-size:21px;font-weight:600}.otm-post-text h5{font-size:19px;font-weight:600}.otm-post-text h1,.otm-post-text h2,.otm-post-text h3,.otm-post-text h4,.otm-post-text h5,.otm-post-text h6{margin-bottom:1.25rem}.otm-post-text h2,.otm-post-text h3,.otm-post-text h4,.otm-post-text h5,.otm-post-text h6{margin-top:2.5rem}.block-editor-block-list__layout ol a,.block-editor-block-list__layout p a,.block-editor-block-list__layout ul a,.otm-post-text ol a,.otm-post-text p a,.otm-post-text ul a,.otm-user-text ol a,.otm-user-text p a,.otm-user-text ul a{overflow-wrap:break-word;font-weight:600;--tw-text-opacity:1;color:rgb(89 160 187/var(--tw-text-opacity))}.block-editor-block-list__layout ol,.block-editor-block-list__layout p,.block-editor-block-list__layout ul,.otm-post-text ol,.otm-post-text p,.otm-post-text ul,.otm-user-text ol,.otm-user-text p,.otm-user-text ul{margin-bottom:1.5rem}.block-editor-block-list__layout ol,.block-editor-block-list__layout ul,.otm-post-text ol,.otm-post-text ul,.otm-user-text ol,.otm-user-text ul{margin-left:1.25rem;padding-left:1.25rem}.block-editor-block-list__layout ol ::marker,.block-editor-block-list__layout ul ::marker,.otm-post-text ol ::marker,.otm-post-text ul ::marker,.otm-user-text ol ::marker,.otm-user-text ul ::marker{color:#b9cd33}.block-editor-block-list__layout ol::marker,.block-editor-block-list__layout ul::marker,.otm-post-text ol::marker,.otm-post-text ul::marker,.otm-user-text ol::marker,.otm-user-text ul::marker{color:#b9cd33}.block-editor-block-list__layout ul li,.otm-post-text ul li,.otm-user-text ul li{list-style-type:disc}.block-editor-block-list__layout ul li ul,.otm-post-text ul li ul,.otm-user-text ul li ul{margin-bottom:0}.block-editor-block-list__layout ul li ul li,.otm-post-text ul li ul li,.otm-user-text ul li ul li{list-style-type:circle}.block-editor-block-list__layout ol li,.otm-post-text ol li,.otm-user-text ol li{list-style-type:decimal}.block-editor-block-list__layout blockquote p,.otm-post-text blockquote p,.otm-user-text blockquote p{margin-bottom:1rem}.block-editor-block-list__layout img,.otm-post-text img,.otm-user-text img{margin-top:1.25rem;margin-bottom:1.25rem}.wp-block-image{margin-top:1rem;margin-bottom:2rem}.wp-block-embed.is-type-video iframe{height:auto;width:100%}.wp-block-image figcaption{font-style:italic}.strong-underline strong{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/svg/line.svg);background-repeat:no-repeat;background-size:contain;background-position:0 99%;padding-bottom:1%}.ts-text-block .strong-underline strong{background-position:0 calc(100% + 3px);padding-bottom:5px;overflow:visible}.strong-green strong{font-weight:600;--tw-text-opacity:1;color:rgb(185 205 51/var(--tw-text-opacity))}.blue-underline{background-position:0 100%;padding-bottom:5%}.blue-underline,.blue-underline-strong strong{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/svg/line-blue.svg);background-repeat:no-repeat;background-size:contain}.blue-underline-strong strong{background-position:0 calc(100% + 3px);padding-bottom:5px;font-weight:inherit}#page:after{content:"";opacity:.5;top:0;left:0;width:100%;position:absolute;z-index:-1;background-size:cover;background-position:center 20%;background-repeat:no-repeat;height:500px}@media (min-width:1024px){#page:after{height:700px}}body .slick-dots{bottom:-40px}body .slick-dots li button:before{font-size:20px;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgb(185 205 51/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(185 205 51/var(--tw-text-opacity));opacity:1}body .slick-dots li:not(.slick-active) button:before{--tw-bg-opacity:1;background-color:rgb(185 205 51/var(--tw-bg-opacity))}body .slick-dots li.slick-active button:before{border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgb(185 205 51/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(185 205 51/var(--tw-text-opacity));font-size:8px}body .ts-slick-blue-dots .slick-dots li button:before{--tw-border-opacity:1;border-color:rgb(89 160 187/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(89 160 187/var(--tw-text-opacity))}body .ts-slick-blue-dots .slick-dots li:not(.slick-active) button:before{--tw-bg-opacity:1;background-color:rgb(89 160 187/var(--tw-bg-opacity))}body .ts-slick-blue-dots .slick-dots li.slick-active button:before{--tw-border-opacity:1;border-color:rgb(89 160 187/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(89 160 187/var(--tw-text-opacity))}body .ts-slick-purple-dots .slick-dots li button:before{--tw-border-opacity:1;border-color:rgb(96 37 106/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(96 37 106/var(--tw-text-opacity))}body .ts-slick-purple-dots .slick-dots li:not(.slick-active) button:before{--tw-bg-opacity:1;background-color:rgb(96 37 106/var(--tw-bg-opacity))}body .ts-slick-purple-dots .slick-dots li.slick-active button:before{--tw-border-opacity:1;border-color:rgb(96 37 106/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(96 37 106/var(--tw-text-opacity))}.ts-client-strip--bg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.4;background:linear-gradient(96.07deg,#0e1318d6 21.69%,#0e131869 80.24%),url(//www.thensomehow.com/wp-content/uploads/2020/05/remote-workshops-2-1024x588.png),#0e1318;background-size:115%;background-position:center 65%;border-radius:0}.ts-client-strip--logos{margin-bottom:60px!important}.ts-client-strip--logos div{display:flex;align-items:center}.ts-client-strip--logos img{filter:grayscale(100%);max-height:70px;margin:0 auto;width:auto}.ts-client-strip--logos .slick-dots{bottom:-60px}.ts-client-stories{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/svg/spiro-bg.svg);background-repeat:no-repeat;background-size:22%;background-position:right 65%}.ts-client-stories-slider--slide{position:relative}.ts-client-stories-slider--slide:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#00000080);pointer-events:none;width:100%;height:100%}.ts-client-stories-slider--slide{margin-left:-10px;margin-right:-10px}.ts-client-stories-slider--slide.slick-slide,.ts-client-stories-slider--slide.slick-slide[aria-hidden=true]:not(.slick-cloned)~.slick-cloned[aria-hidden=true]{transform:scale(.8);transition:all .4s ease-in-out}.ts-client-stories-slider--slide.slick-current.slick-active,.ts-client-stories-slider--slide.slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true]{transform:scale(1);background-color:#000}.ck_form .ck_form_fields,.ck_form.ck_minimal,.ck_form.ck_minimal h3.ck_form_title{all:unset!important}.ck_form h3.ck_form_title{margin-bottom:.5rem!important}.ck_form .ck_description{margin-top:.75rem;margin-bottom:1rem;font-size:12px;line-height:1rem}.bg-spiro-simple-green{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-simple-green.png);background-repeat:no-repeat;background-size:auto 90%;background-position:50%}.bg-spiro-simple-green-left{position:relative}@media not all and (min-width:768px){.bg-spiro-simple-green-left:after{display:none}}.bg-spiro-simple-green-left:after{content:"";position:absolute;top:0;height:100%;left:0;width:100%;background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-simple-green.png);background-repeat:no-repeat;background-size:200px;background-position:-70px 90%;opacity:.5;pointer-events:none}.bg-spiro-simple-green-right{position:relative}@media not all and (min-width:768px){.bg-spiro-simple-green-right:after{display:none}}.bg-spiro-simple-green-right:after{content:"";position:absolute;top:0;height:100%;left:0;width:100%;background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-simple-green.png);background-repeat:no-repeat;background-size:200px;background-position:calc(100% + 70px) 90%;opacity:.5;pointer-events:none}.bg-spiro-simple-grey{background-size:auto 90%;background-position:50%}.bg-spiro-simple-grey,.bg-spiro-simple-grey-left{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-simple-grey.png);background-repeat:no-repeat}.bg-spiro-simple-grey-left{background-size:200px;background-position:-100px 90%}.bg-spiro-simple-grey-right{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-simple-grey.png);background-repeat:no-repeat;background-size:200px;background-position:calc(100% + 100px)}.bg-spiro-pointy-grey{background-size:auto 90%;background-position:50%}.bg-spiro-pointy-grey,.bg-spiro-pointy-grey-left{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-pointy-grey.png);background-repeat:no-repeat}.bg-spiro-pointy-grey-left{background-size:200px;background-position:-100px}.bg-spiro-pointy-grey-right{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-pointy-grey.png);background-repeat:no-repeat;background-size:200px;background-position:calc(100% + 100px)}.bg-spiro-multiple-green{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-multiple-green.png);background-repeat:no-repeat;background-size:auto 90%;background-position:50%}.bg-spiro-multiple-green-left{position:relative}@media not all and (min-width:768px){.bg-spiro-multiple-green-left:after{display:none}}.bg-spiro-multiple-green-left:after{content:"";position:absolute;top:0;height:100%;left:0;width:100%;background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-multiple-green.png);background-repeat:no-repeat;background-size:200px;background-position:-70px 90%;opacity:.1}@media (min-width:1024px){.bg-spiro-multiple-green-left:after{opacity:.5}}.bg-spiro-multiple-green-left:after{pointer-events:none}.bg-spiro-multiple-green-right{position:relative}@media not all and (min-width:768px){.bg-spiro-multiple-green-right:after{display:none}}.bg-spiro-multiple-green-right:after{content:"";position:absolute;top:0;height:100%;left:0;width:100%;background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-multiple-green.png);background-repeat:no-repeat;background-size:200px;background-position:calc(100% + 70px) 90%;opacity:.5;pointer-events:none}.bg-spiro-circular-blue{background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/spiros/spiro-circular-blue.svg);background-repeat:no-repeat;background-size:auto 90%;background-position:50%}.single-post .site-content .otm-text--lead-paragraph a{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));text-decoration-line:underline;text-underline-offset:4px}.single-post .site-content .otm-text--lead-paragraph a:hover{--tw-text-opacity:1;color:rgb(185 205 51/var(--tw-text-opacity))}.single-post .site-content .entry-content img{max-width:100%}@media (min-width:1024px){.single-post .site-content .entry-content img{max-width:800px}}.ts-people-grid--person-modal-social span{display:block}.ts-people-grid--person-modal-social svg,.ts-people-grid--person-modal-social svg path{align-items:flex-start;fill:#035568;max-height:30px!important;width:auto}.ts-people-grid--person-modal-social svg:hover,.ts-people-grid--person-modal-social svg:hover path{fill:#59a0bb}.ts-people-grid--person-modal-social.facebook{margin-top:3px}.otm-text--introduction-text p{margin-bottom:1rem}form.ts-search-form{position:relative}form.ts-search-form #search{border-radius:0!important}form.ts-search-form .g15-search-clear{display:none;position:absolute;border:none;width:25px;height:25px;line-height:16px;font-size:22px;border-radius:50%;top:0;bottom:0;right:55px;margin:auto;padding:0;outline:none;cursor:pointer;transition:.1s;--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.text-nowrap{white-space:nowrap}@media not all and (min-width:1024px){#primary-menu>ul>li.menu-item{margin-top:.75rem}#primary-menu li.menu-item{margin-top:.25rem}}@media (min-width:1024px){#primary-menu li.menu-item{margin-left:2.5rem}}#primary-menu li.menu-item a{text-underline-offset:4px}#primary-menu li.menu-item a:hover{text-decoration-line:underline}@media not all and (min-width:640px){#primary-menu li.menu-item.current-menu-item>a{--tw-text-opacity:1;color:rgb(185 205 51/var(--tw-text-opacity))}}@media (min-width:640px){#primary-menu li.menu-item.current-menu-item>a{font-weight:600}}#primary-menu li.menu-item.menu-item-has-children>a{padding-right:15px;background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/svg/menu-drop.svg);background-repeat:no-repeat;background-position:100%}#primary-menu .sub-menu{z-index:50;margin-bottom:.5rem;border-radius:.375rem;background-image:none;background-repeat:no-repeat;transition-timing-function:cubic-bezier(0,0,.2,1)}@media not all and (min-width:1024px){#primary-menu .sub-menu{margin-left:1rem}}@media (min-width:768px){#primary-menu .sub-menu{background-size:cover}}@media (min-width:1024px){#primary-menu .sub-menu{visibility:hidden;position:absolute;top:2.5rem;left:0;margin-top:0;width:16rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.5rem 1.25rem;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}}#primary-menu .sub-menu{transition-property:visibility,opacity;transition-duration:.1s}#primary-menu .sub-menu li{display:block;line-height:1.25}@media (min-width:1024px){#primary-menu .sub-menu li{margin-left:.25rem;margin-right:.25rem;margin-top:.25rem;padding-top:.25rem;padding-bottom:.25rem}}#primary-menu .menu-item-has-children{position:relative}#primary-menu .menu-item-has-children:hover .sub-menu{visibility:visible;opacity:1}.otm-footer-menu{margin-bottom:1.5rem;font-size:15px}@media (min-width:768px){.otm-footer-menu ul{display:flex}}.otm-footer-menu li{margin-bottom:.25rem}@media (min-width:768px){.otm-footer-menu li{margin-left:.5rem;margin-right:.5rem}.otm-footer-menu li:first-child{margin-left:0}}body .facetwp-facet{margin-bottom:0}body .facetwp-facet .facetwp-icon,body.facetwp-facet-pagination .facetwp-facet .facetwp-icon{display:none}body .facetwp-facet .facetwp-input-wrap{display:block}body .facetwp-facet .facetwp-dropdown{font-size:19px}.facetwp-facet-pagination{margin-top:4rem;display:flex;justify-content:center}.facetwp-facet-pagination.hidden{display:none!important}.facetwp-facet-pagination .facetwp-page{margin-left:1rem;margin-right:1rem}.facetwp-facet-pagination .prev{display:inline-block;cursor:pointer;border-radius:9999px;border-width:2px;padding:.5rem 2rem;font-size:16px;font-weight:700;letter-spacing:.013em;text-decoration-line:none;transition:background-color .2s ease-out,color .2s ease-out}.facetwp-facet-pagination .prev:hover{text-decoration-line:none!important}.facetwp-facet-pagination .next{display:inline-block;cursor:pointer;border-radius:9999px;border-width:2px;padding:.5rem 2rem;font-size:16px;font-weight:700;letter-spacing:.013em;text-decoration-line:none;transition:background-color .2s ease-out,color .2s ease-out}.facetwp-facet-pagination .next:hover{text-decoration-line:none!important}.facetwp-facet-pager_count{margin-top:1.5rem;display:flex;justify-content:center}input[type=email],input[type=password],input[type=text],input[type=url],select,textarea{width:100%;border-radius:.375rem;--tw-border-opacity:1;border-color:rgb(242 242 243/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(221 221 221/var(--tw-bg-opacity));font-weight:500;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(50 70 89/var(--tw-placeholder-opacity))}input[type=email]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder{--tw-placeholder-opacity:1;color:rgb(50 70 89/var(--tw-placeholder-opacity))}input[type=email],input[type=password],input[type=text],input[type=url]{padding:.5rem 1.5rem}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-repeat:no-repeat;padding:.5rem 2rem .5rem 1rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-size:16px 12px}body .acf-form{max-width:800px;padding:1rem 1.5rem .5rem}body .acf-form .acf-fields .acf-field{margin-bottom:0;padding-bottom:.25rem;padding-top:.5rem}body .acf-form .acf-fields .acf-field.disabled{cursor:not-allowed}body .acf-form .acf-fields .acf-field.disabled input{pointer-events:none;--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}body .acf-form .acf-fields .acf-field .acf-label{margin-bottom:.25rem}body .acf-form .acf-fields .acf-field .acf-label label{font-weight:700}body .acf-form .acf-fields .acf-field .acf-label .acf-required{color:red}body .acf-form .acf-fields .acf-field p.description{font-size:15px}body .acf-form .acf-fields>.acf-field{border-top-width:0;padding-left:0;padding-right:0}body .acf-form .acf-fields .acfe-field-clone-layout-block>.acf-label label{font-weight:800}body .acf-form .acf-fields .acfe-field-clone-layout-block .acf-fields{border-width:0;padding:.5rem 1rem}body .acf-form .acf-form-submit{margin-top:2rem}body .acf-form .acf-form-submit .acf-button{display:inline-block;border-radius:9999px;border-width:2px;padding:.5rem 2rem;font-size:16px;font-weight:700;letter-spacing:.013em;text-decoration-line:none;transition:background-color .2s ease-out,color .2s ease-out}body .acf-form .acf-form-submit .acf-button:hover{text-decoration-line:none!important}body .acf-form .acf-form-submit .acf-button{margin-bottom:.5rem;cursor:pointer;text-transform:uppercase}body .nf-form-cont{margin-top:2.5rem;font-size:15px}body .nf-form-cont .nf-form-fields-required{margin-bottom:1rem}body .nf-form-cont .nf-form-content{font-size:15px;margin:0;max-width:800px;border-radius:.375rem;padding:1.5rem;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body .nf-form-cont .nf-form-content label{font-size:15px}body .nf-form-cont .nf-form-content button,body .nf-form-cont .nf-form-content input[type=button],body .nf-form-cont .nf-form-content input[type=submit]{display:inline-block;border-radius:9999px;border-width:2px;padding:.5rem 2rem;font-size:16px;font-weight:700;letter-spacing:.013em;text-decoration-line:none;transition:background-color .2s ease-out,color .2s ease-out}body .nf-form-cont .nf-form-content button:hover,body .nf-form-cont .nf-form-content input[type=button]:hover,body .nf-form-cont .nf-form-content input[type=submit]:hover{text-decoration-line:none!important}body .nf-form-cont .nf-form-content button,body .nf-form-cont .nf-form-content input[type=button],body .nf-form-cont .nf-form-content input[type=submit]{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}body .nf-form-cont .nf-form-content button:hover,body .nf-form-cont .nf-form-content input[type=button]:hover,body .nf-form-cont .nf-form-content input[type=submit]:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}body .nf-form-cont .nf-form-content button,body .nf-form-cont .nf-form-content input[type=button],body .nf-form-cont .nf-form-content input[type=submit]{cursor:pointer}body .nf-form-cont .nf-form-errors{margin-top:1rem;margin-bottom:1rem}.wpcf7{margin-bottom:5rem}.wpcf7 form p{margin-bottom:.25rem}.wpcf7 form div{margin-bottom:1rem}.wpcf7 form .wpcf7-submit{display:inline-block;cursor:pointer;border-radius:9999px;border-width:2px;padding:.5rem 2rem;font-size:16px;font-weight:700;letter-spacing:.013em;text-decoration-line:none;transition:background-color .2s ease-out,color .2s ease-out}.wpcf7 form .wpcf7-submit:hover{text-decoration-line:none!important}.wpcf7 form .wpcf7-submit{--tw-border-opacity:1;border-color:rgb(185 205 51/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(185 205 51/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.wpcf7 form .wpcf7-submit:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.wpcf7 form .required{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.posts-navigation{margin-top:2.5rem;margin-bottom:2.5rem}.posts-navigation .nav-links{display:flex;justify-content:space-between}.posts-navigation .nav-links .nav-next a,.posts-navigation .nav-links .nav-previous a{display:inline-block;cursor:pointer;border-radius:9999px;border-width:2px;padding:.5rem 2rem;font-size:16px;font-weight:700;letter-spacing:.013em;text-decoration-line:none;transition:background-color .2s ease-out,color .2s ease-out}.posts-navigation .nav-links .nav-next a:hover,.posts-navigation .nav-links .nav-previous a:hover{text-decoration-line:none!important}.otm-numbered-pagination{margin-top:2.5rem;margin-bottom:4rem;display:flex;align-items:center;justify-content:center}.otm-numbered-pagination .page-numbers{display:none;padding-left:.75rem;padding-right:.75rem}.facetwp-facet-pagination.otm-numbered-pagination .page-numbers{display:none}.otm-numbered-pagination .page-numbers:hover{font-weight:700}@media (min-width:768px){.otm-numbered-pagination .page-numbers{display:block;padding-left:2rem;padding-right:2rem}}.otm-numbered-pagination .page-numbers.current{font-weight:700}.otm-numbered-pagination .page-numbers.next,.otm-numbered-pagination .page-numbers.prev{display:inline-block;cursor:pointer;border-radius:9999px;border-width:2px;padding:.5rem 2rem;font-size:16px;font-weight:700;letter-spacing:.013em;text-decoration-line:none;transition:background-color .2s ease-out,color .2s ease-out}.otm-numbered-pagination .page-numbers.next:hover,.otm-numbered-pagination .page-numbers.prev:hover{text-decoration-line:none!important}.otm-numbered-pagination .page-numbers.next{margin-left:1rem}@media (min-width:768px){.otm-numbered-pagination .page-numbers.next{margin-left:2rem}}.otm-numbered-pagination .page-numbers.prev{margin-right:1rem}@media (min-width:768px){.otm-numbered-pagination .page-numbers.prev{margin-right:2rem}}.wp-block-media-text .has-large-font-size{line-height:1.25}.wp-block-embed,.wp-block-quote{margin-top:2.5rem;margin-bottom:2.5rem}.wp-block-quote p{margin-bottom:1rem;font-weight:500}.ts-testimonial-carousel--bg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.2;background:linear-gradient(96.07deg,#0e1318a3 21.69%,#0e131869 90.24%),url(//www.thensomehow.com/wp-content/uploads/2023/02/capacitybuildheader-2.jpg),#0e1318;background-size:cover;background-position:0 14%;border-radius:0}@media not all and (min-width:1024px){.ts-testimonial-carousel--bg{background-position:50%}}.ts-testimonial-carousel-quotes.slick-initialized .slick-slide{display:flex}.ts-testimonial-carousel-quotes .slick-dots{bottom:-10px}.ts-testimonial-carousel-quotes--left svg,.ts-testimonial-carousel-quotes--right svg{width:100%;max-width:58.5px}.ts-testimonial-carousel-quotes--left:hover,.ts-testimonial-carousel-quotes--right:hover{cursor:pointer}.ts-testimonial-carousel-quotes--left:hover svg,.ts-testimonial-carousel-quotes--right:hover svg{fill:#b9cd33}.ts-testimonial-carousel-quotes--right svg{transform:rotate(180deg)}.ts-call-to-action-block{position:relative}.ts-call-to-action-block:before{content:"";position:absolute;top:5%;right:0;bottom:5%;background-image:url(//www.thensomehow.com/wp-content/themes/ts2/assets/svg/spiro-bg-left.svg);background-repeat:no-repeat;background-size:contain;background-position:0;pointer-events:none;left:-95px;opacity:.2}@media (min-width:1024px){.ts-call-to-action-block:before{left:0}}.ts-hero a{text-decoration-line:underline;text-underline-offset:4px}.ts-hero+.ts-text-block{margin-top:-1.25rem}.ts-text-block+.ts-content-grid{margin-top:-5rem}.ts-title+.ts-text-2-col{margin-top:-3.5rem}.ts-text-2-col+.ts-people-grid{margin-top:-2.5rem}@media not all and (min-width:640px){.ts-title h2 p{display:inline}}.facetwp-facet-pagination.ts-title h2 br,.ts-title h2 br{display:none}@media not all and (min-width:640px){.ts-title h2 br{display:inline}}.ts-image-overlay-blue{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;position:relative}.ts-image-overlay-blue:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#000000b3 80%,#000c);pointer-events:none;width:100%;height:100%}.ts-image-overlay-blue:hover{--tw-scale-x:102%;--tw-scale-y:102%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width:1024px){.ts-text-2-col p img:only-child{margin-top:0}}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}@media not all and (min-width:1024px){.max-lg\:mt-6{margin-top:1.5rem}.max-lg\:mb-10{margin-bottom:2.5rem}.max-lg\:ml-4{margin-left:1rem}.max-lg\:aspect-\[7\/4\]{aspect-ratio:7/4}}@media not all and (min-width:768px){.max-md\:mb-10{margin-bottom:2.5rem}.max-md\:mb-20{margin-bottom:5rem}.max-md\:hidden{display:none}.max-md\:flex-col{flex-direction:column}}@media not all and (min-width:640px){.max-sm\:inline{display:inline}.max-sm\:aspect-\[4\/6\]{aspect-ratio:4/6}.max-sm\:text-ts-green{--tw-text-opacity:1;color:rgb(185 205 51/var(--tw-text-opacity))}}@media (min-width:640px){.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:min-h-\[300px\]{min-height:300px}.sm\:w-full{width:100%}.sm\:items-center{align-items:center}.sm\:p-6{padding:1.5rem}.sm\:text-logo{font-size:35px}}@media (min-width:768px){.md\:mb-0{margin-bottom:0}.md\:block{display:block}.md\:flex{display:flex}.md\:min-h-\[400px\]{min-height:400px}.md\:w-full{width:100%}.md\:w-\[300px\]{width:300px}.md\:w-1\/2,.md\:w-6\/12{width:50%}.md\:max-w-logo{max-width:200px}.md\:max-w-title-block{max-width:700px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-between{justify-content:space-between}.md\:gap-20{gap:5rem}.md\:bg-cover{background-size:cover}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:text-3xl{font-size:38px}.md\:text-xl{font-size:29px}.md\:text-lg{font-size:21px}.md\:text-4xl{font-size:50px}.md\:text-2xl{font-size:32px}.md\:text-medium{font-size:19px}.group:hover .md\:group-hover\:block{display:block}}@media (min-width:1024px){.lg\:invisible{visibility:hidden}.lg\:absolute{position:absolute}.lg\:bottom-4{bottom:1rem}.lg\:left-0{left:0}.lg\:top-10{top:2.5rem}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:ml-5{margin-left:1.25rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mt-40{margin-top:10rem}.lg\:mb-48{margin-bottom:12rem}.lg\:ml-10{margin-left:2.5rem}.lg\:mt-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[700px\]{height:700px}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-64{width:16rem}.lg\:max-w-\[800px\]{max-width:800px}.lg\:columns-2{-moz-columns:2;column-count:2}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:bg-transparent{background-color:initial}.lg\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.lg\:bg-left-top{background-position:0 0}.lg\:p-0{padding:0}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:pt-0{padding-top:0}.lg\:pl-20{padding-left:5rem}.lg\:pb-28{padding-bottom:7rem}.lg\:pl-32{padding-left:8rem}.lg\:pr-\[100px\]{padding-right:100px}.lg\:text-3xl{font-size:38px}.lg\:text-6xl{font-size:87px}.lg\:text-xl{font-size:29px}.lg\:text-\[22px\]{font-size:22px}.lg\:text-5xl{font-size:70px}.lg\:text-lg{font-size:21px}.lg\:leading-hero-big-title{line-height:1.15}.lg\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}}@media (min-width:1240px){.xl\:flex{display:flex}}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://www.thensomehow.com/wp-content/themes/ts2/scripts/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.thensomehow.com/wp-content/themes/ts2/scripts/slick/fonts/slick.eot);
src: url(https://www.thensomehow.com/wp-content/themes/ts2/scripts/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.thensomehow.com/wp-content/themes/ts2/scripts/slick/fonts/slick.woff) format('woff'), url(https://www.thensomehow.com/wp-content/themes/ts2/scripts/slick/fonts/slick.ttf) format('truetype'), url(https://www.thensomehow.com/wp-content/themes/ts2/scripts/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}