.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;
word-break: 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;
} html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input,select,textarea,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,:before,:after{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-sizing:border-box;padding:0;border:0;margin:0;font-size:100%;vertical-align:baseline}html{width:100%;height:100%;height:-webkit-fill-available;min-width:320px;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{width:100%;height:100%;min-height:100vh;min-height:-webkit-fill-available;min-width:320px;padding:0;text-align:center;margin:0;overflow-y:auto;overflow-x:hidden;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-ms-font-smoothing:antialiased}*{-webkit-tap-highlight-color:transparent;outline:none;cursor:default}img,svg{display:block;max-width:100%;height:auto;border:0;vertical-align:bottom;pointer-events:none}img::selection,svg::selection{background:transparent}img::-moz-selection,svg::-moz-selection{background:transparent}strong{font-weight:700}ul{list-style:none}a{text-decoration:none}a,a *,button,button *,select,input[type="button"],input[type="submit"]{cursor:pointer;transition:all 250ms}input[type="text"],input[type="email"],input[type="date"],input[type="tel"],input[type="url"],input[type="password"],button,input[type="button"],input[type="submit"],select,textarea{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;-o-border-radius:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none}input[type="text"],input[type="email"],input[type="date"],input[type="tel"],input[type="url"],input[type="password"],textarea{cursor:text;user-select:auto !important;-moz-user-select:auto !important;-webkit-user-select:auto !important;-ms-user-select:auto !important}input,select,textarea,button{outline:none}select option{font-weight:inherit;font-size:inherit}select::-ms-expand{display:none}input[type=number]{-moz-appearance:textfield}input[type="submit"],input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;margin:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:inset 0 0 0 100px #fff !important}textarea{overflow:auto}::placeholder{color:inherit;opacity:1}button::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}.screen-reader-response{display:none}span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after{content:''}.wpcf7-display-none{display:none}div.wpcf7 .ajax-loader{visibility:hidden;display:none !important}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}html{background:#fff}body{position:relative;padding:0 100px 0 0;font:200 24px/1.25 aptos, sans-serif;color:#292c39;overflow-x:hidden;background:#fff;overflow-y:scroll !important}body.loaded .curtain{opacity:0 !important;pointer-events:none}body::-webkit-scrollbar{width:13px}body::-webkit-scrollbar-track{background:#08d9b8}body::-webkit-scrollbar-thumb{min-height:100px;border:5px #08d9b8 solid;border-radius:0;background:#fff}body::-webkit-scrollbar-thumb:hover{background:#292c39}body.loaded .curtain{opacity:0 !important;pointer-events:none}::selection{color:inherit;background:rgba(0,0,0,0.075)}::-moz-selection{color:inherit;background:rgba(0,0,0,0.075)}.wrapper{position:relative;display:flex;flex-direction:column;padding:40px 0 40px 40px;overflow:hidden;margin:0 auto}.center{position:relative;display:block;width:100%;margin:0 auto;z-index:10}.center:after{display:block;clear:both;content:''}a ::selection,a::selection,button ::selection,button::selection{background:transparent}a ::-moz-selection,a::-moz-selection,button ::-moz-selection,button::-moz-selection{background:transparent}.no-break{white-space:nowrap}.content{min-height:100dvh}.content .section h1,.content .section h2,.content .section h3,.content .section h4{font-weight:400;font-family:anton, sans-serif;line-height:1.1;text-transform:uppercase;color:#000}.content .section h1 span,.content .section h2 span,.content .section h3 span,.content .section h4 span{color:#08d9b8}.content .section h1 span.number,.content .section h2 span.number,.content .section h3 span.number,.content .section h4 span.number{display:block;width:1em;aspect-ratio:1/1;text-indent:-500000px;background:50% 50% / contain no-repeat}.content .section h1 span.number.number-1,.content .section h2 span.number.number-1,.content .section h3 span.number.number-1,.content .section h4 span.number.number-1{background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/number/1.svg)}.content .section h1 span.number.number-2,.content .section h2 span.number.number-2,.content .section h3 span.number.number-2,.content .section h4 span.number.number-2{background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/number/2.svg)}.content .section h1 span.number.number-3,.content .section h2 span.number.number-3,.content .section h3 span.number.number-3,.content .section h4 span.number.number-3{background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/number/3.svg)}.content .section h1 span.number.number-4,.content .section h2 span.number.number-4,.content .section h3 span.number.number-4,.content .section h4 span.number.number-4{background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/number/4.svg)}.content .section h1{font-size:70px;margin:0 auto 0.5em}.content .section h2{font-size:70px;margin:1.5em auto 0.75em}.content .section h3{font-size:42px;margin:1.5em auto 1em}.content .section h4{font-size:20px;margin:1.25em auto}.content .section strong{font-weight:700}.content .section p{margin:1.25em auto}.content .section p.highlight{border-left:1px #08d9b8 solid;padding:40px;background:#ecedf050}.content .section ul,.content .section ol{margin:1.25em 0 1.25em 1em}.content .section ul li,.content .section ol li{padding:0 0 0 1em}.content .section ul li ul,.content .section ol li ul{padding:1em 0 0}.content .section ul.spaced li,.content .section ol.spaced li{margin:0 0 1em}.content .section ul.spaced li:last-of-type,.content .section ol.spaced li:last-of-type{margin:0}.content .section ul{list-style:disc}.content .section ul li::marker{font-weight:700;content:'•';color:#08d9b8}.content .section ul.ticked{list-style:none;list-style-type:none}.content .section ul.ticked li{position:relative}.content .section ul.ticked li::marker{display:none;content:''}.content .section ul.ticked li:before{position:absolute;top:0.325em;left:-1em;display:inline-block;font-family:'Material Symbols Outlined';content:'check';font-variation-settings:'wght' 700;font-size:20px;line-height:1;color:#08d9b8;transform:scale(2)}.content .section ol{list-style:decimal}.content .section a img{pointer-events:auto}.content .section a.button{display:inline-flex;align-items:center;justify-content:center;min-height:62px;min-width:215px;border-radius:999px;padding:16px 32px;font-weight:600;font-size:18px;line-height:1;text-align:center;color:#292c39;background:#08d9b8}.content .section a.button:hover,.content .section a.button:focus{color:#fff;background:#8065ff}.content .section a.arrow{display:inline-flex;align-items:center;font:400 20px/1.1 anton, sans-serif;text-transform:uppercase;text-decoration:none;text-align:left;color:inherit}.content .section a.arrow:after{flex-shrink:0;display:block;width:36px;aspect-ratio:1/1;border-radius:50%;content:'';margin:0 0 0 0.75em;background:#292c39 url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/arrow/green.svg) 50% 50%/cover no-repeat;transition:background 250ms}.content .section a.arrow:hover:after,.content .section a.arrow:focus:after{background-color:#8065ff;background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/arrow/white.svg)}.content .section a:not(.button):not(.arrow){text-decoration:underline;text-decoration-color:#08d9b8;text-underline-offset:0.15em;text-decoration-thickness:1px;color:inherit}.content .section img.alignnone{display:block;margin:4em auto}.content .section img.alignleft{float:left;max-width:40%;margin:0 2em 2em 0}.content .section img.alignright{float:right;max-width:40%;margin:0 0 2em 2em}.content .section img.aligncenter{display:block;clear:both;text-align:center;margin:4em auto}.content .section .scroll-table{width:100%;overflow-x:auto;margin:4em auto}.content .section table{width:100%;border-collapse:separate;border-spacing:0;font:inherit;line-height:1.325;margin:4em auto}.content .section table tr th,.content .section table tr td{border-bottom:1px #292c3950 solid;padding:1em 1.25em;text-align:left;vertical-align:top}.content .section table tr th{font-weight:400;background:#ecedf080}.content .section h1:first-child,.content .section h2:first-child,.content .section h3:first-child,.content .section p:first-child,.content .section ul:first-child,.content .section ol:first-child,.content .section table:first-child,.content .section .scroll-table:first-child{margin-top:0 !important}.content .section h1:first-child a.arrow:first-child,.content .section h2:first-child a.arrow:first-child,.content .section h3:first-child a.arrow:first-child,.content .section p:first-child a.arrow:first-child,.content .section ul:first-child a.arrow:first-child,.content .section ol:first-child a.arrow:first-child,.content .section table:first-child a.arrow:first-child,.content .section .scroll-table:first-child a.arrow:first-child{padding-top:0 !important}.content .section h1:last-child,.content .section h2:last-child,.content .section h3:last-child,.content .section p:last-child,.content .section ul:last-child,.content .section ol:last-child,.content .section table:last-child,.content .section .scroll-table:last-child{margin-bottom:0 !important}.content .section h1:last-child a.arrow:last-child,.content .section h2:last-child a.arrow:last-child,.content .section h3:last-child a.arrow:last-child,.content .section p:last-child a.arrow:last-child,.content .section ul:last-child a.arrow:last-child,.content .section ol:last-child a.arrow:last-child,.content .section table:last-child a.arrow:last-child,.content .section .scroll-table:last-child a.arrow:last-child{padding-bottom:0 !important}.content .section.background-white{padding:100px 60px;margin:40px 0 40px -40px;background:#fff}.content .section.background-grey{padding:140px 60px;margin:40px 0;background:#ecedf0}.section.alternating-rows .row{display:flex;align-items:center}.section.alternating-rows .row .image{position:relative;flex-shrink:0;align-self:flex-start;width:45%;max-width:730px;background:#8065ff}.section.alternating-rows .row .image img{transform:translate(20px, -20px)}.section.alternating-rows .row .text{flex:auto;text-align:left}.section.alternating-rows .row .text h2{margin:0 0 0.725em}.section.alternating-rows .row .text p{margin:0.75em auto}.section.alternating-rows .row .text .arrow{margin:1.5em 0 0}.section.alternating-rows .row:nth-of-type(odd) .image{order:2}.section.alternating-rows .row:nth-of-type(odd) .text{order:1}.section.alternating-rows .row:nth-of-type(even) .image{order:1}.section.alternating-rows .row:nth-of-type(even) .text{order:2}.section.alternating-rows .row:not(:last-of-type){margin:0 0 140px}.section.alternating-rows.background-white .row:nth-of-type(odd) .text{padding:0 80px 0 100px}.section.alternating-rows.background-white .row:nth-of-type(even) .text{padding:0 60px 0 120px}.section.alternating-rows.background-grey .row:nth-of-type(odd) .text{padding:0 80px 0 60px}.section.alternating-rows.background-grey .row:nth-of-type(even) .text{padding:0 60px 0 120px}.section.basic{padding:60px;margin:-40px 0 0 -40px}.section.basic .center{max-width:780px;font-size:20px;text-align:left}.section.basic .center .logo{display:block;width:220px;height:110px;margin:0 0 60px}.section.basic .center .logo svg{display:block;width:220px;height:110px}.section.basic .center .logo svg *{fill:#08d9b8}.section.basic .center .logo:hover svg *,.section.basic .center .logo:focus svg *{fill:#292c39}.section.basic .center h1{margin:0 auto 0.5em}.section.basic .center h2{font-size:42px}.section.basic .center h3{font-size:30px}.section.basic .center blockquote{border-left:1px #292c3950 solid;padding:0 0 0 40px;margin:4em 0}.section.basic .center blockquote p:not(:last-of-type){font:400 italic 20px/1.5 begum, sans-serif;letter-spacing:-0.0125em;margin:0.5em 0}.section.basic .center blockquote p:nth-of-type(1):before{display:block;width:40px;height:30px;content:'';margin:0 0 1em;background:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/quote/start.svg) 50% 50%/cover no-repeat}.section.basic .center blockquote p:nth-last-of-type(2):after{display:block;width:40px;height:30px;content:'';margin:1em 0 0;background:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/quote/end.svg) 50% 50%/cover no-repeat}.section.basic .center blockquote p:last-of-type{font-size:18px}.section.basic .center ul.ticked li{margin:0 0 0.5em}.section.basic .center ul.ticked li:before{font-size:14px}.section.basic .center ul.ticked li:last-of-type{margin:0}.section.basic .center a.button{margin:1em auto}.section.call-to-action .center{max-width:680px}.section.call-to-action .center h2{margin:0 auto 45px}.section.call-to-action .center h2 strong{display:block;width:300px;height:150px;margin:-20px auto 10px;font-size:0;text-indent:-5000px;background:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/call-to-action/ready.svg) 50% 50%/cover no-repeat}.section.call-to-action .center p{line-height:1.4}.section.call-to-action .center .button{position:relative;margin:2.5em 0 0}.section.call-to-action .center .button:before{position:absolute;top:-40px;left:-120px;width:100px;aspect-ratio:1/1;content:'';background:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/call-to-action/arrow.svg) 50% 50%/cover no-repeat;pointer-events:none}.section.contact{display:flex;min-height:100dvh;color:#fff;margin:-40px 0 0 -40px;background:#ecedf0}.section.contact .details{position:relative;width:50%;overflow:hidden;background:#292c39}.section.contact .details .text{position:relative;padding:60px;text-align:left;z-index:20}.section.contact .details .text .logo{display:block;width:220px;height:110px;margin:0 0 40px}.section.contact .details .text .logo svg{display:block;width:220px;height:110px}.section.contact .details .text .logo svg *{fill:#fff}.section.contact .details .text .logo:hover svg *,.section.contact .details .text .logo:focus svg *{fill:#08d9b8}.section.contact .details .text h1{max-width:15.5em;font-size:42px;color:#fff;margin-left:0}.section.contact .details .text h1 span:nth-of-type(1){display:block;font-size:70px;margin:0 0 40px}.section.contact .details .text strong{color:#08d9b8}.section.contact .details .background{position:absolute;top:0;left:0;width:100%;height:100%;background:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/contact/background.jpg) 50% 50%/cover no-repeat;opacity:0.8;z-index:10}.section.contact .details .background:after{position:absolute;top:0;left:0;width:100%;height:100%;content:'';background:rgba(0,0,0,0.5);background:linear-gradient(90deg, rgba(0,0,0,0.65) 0%, transparent 100%);z-index:20}.section.contact .wpcf7{width:50%;padding:60px;text-align:left}.section.contact .wpcf7 form{color:#292c39}.section.contact .wpcf7 form .hide-on-success p{position:relative;width:100%;margin:0 0 25px}.section.contact .wpcf7 form .hide-on-success p .wpcf7-form-control-wrap{position:static}.section.contact .wpcf7 form .hide-on-success p label{display:block;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:0.125em;margin:0 0 12px}.section.contact .wpcf7 form .hide-on-success p label span{font-size:13px;line-height:0.75;color:#e09498;margin:0 0 0 0.375em}.section.contact .wpcf7 form .hide-on-success p input[type="text"],.section.contact .wpcf7 form .hide-on-success p input[type="email"],.section.contact .wpcf7 form .hide-on-success p input[type="tel"],.section.contact .wpcf7 form .hide-on-success p textarea{width:100%;border-bottom:2px #292c3930 solid;font:inherit;font-size:18px;color:inherit;margin:0;vertical-align:bottom;background:#fff;box-shadow:0 0 transparent;transition:all 500ms}.section.contact .wpcf7 form .hide-on-success p input[type="text"]::placeholder,.section.contact .wpcf7 form .hide-on-success p input[type="email"]::placeholder,.section.contact .wpcf7 form .hide-on-success p input[type="tel"]::placeholder,.section.contact .wpcf7 form .hide-on-success p textarea::placeholder{color:transparent}.section.contact .wpcf7 form .hide-on-success p input[type="text"]:not(:placeholder-shown),.section.contact .wpcf7 form .hide-on-success p input[type="email"]:not(:placeholder-shown),.section.contact .wpcf7 form .hide-on-success p input[type="tel"]:not(:placeholder-shown),.section.contact .wpcf7 form .hide-on-success p textarea:not(:placeholder-shown){border-bottom-color:#08d9b8}.section.contact .wpcf7 form .hide-on-success p input[type="text"]:hover,.section.contact .wpcf7 form .hide-on-success p input[type="text"]:focus,.section.contact .wpcf7 form .hide-on-success p input[type="email"]:hover,.section.contact .wpcf7 form .hide-on-success p input[type="email"]:focus,.section.contact .wpcf7 form .hide-on-success p input[type="tel"]:hover,.section.contact .wpcf7 form .hide-on-success p input[type="tel"]:focus,.section.contact .wpcf7 form .hide-on-success p textarea:hover,.section.contact .wpcf7 form .hide-on-success p textarea:focus{border-bottom-color:#8065ff}.section.contact .wpcf7 form .hide-on-success p input[type="text"].wpcf7-not-valid,.section.contact .wpcf7 form .hide-on-success p input[type="email"].wpcf7-not-valid,.section.contact .wpcf7 form .hide-on-success p input[type="tel"].wpcf7-not-valid,.section.contact .wpcf7 form .hide-on-success p textarea.wpcf7-not-valid{border-bottom-color:#e09498}.section.contact .wpcf7 form .hide-on-success p input[type="text"],.section.contact .wpcf7 form .hide-on-success p input[type="email"],.section.contact .wpcf7 form .hide-on-success p input[type="tel"]{height:65px;padding:8px 18px}.section.contact .wpcf7 form .hide-on-success p textarea{height:160px;padding:22px 18px;resize:none}.section.contact .wpcf7 form .hide-on-success p textarea::-webkit-scrollbar{width:13px}.section.contact .wpcf7 form .hide-on-success p textarea::-webkit-scrollbar-track{background:#fff}.section.contact .wpcf7 form .hide-on-success p textarea::-webkit-scrollbar-thumb{border:5px #fff solid;border-radius:999px;background:#ecedf0;cursor:pointer}.section.contact .wpcf7 form .hide-on-success p textarea::-webkit-scrollbar-thumb:hover{background:#08d9b8}.section.contact .wpcf7 form .hide-on-success p .wpcf7-not-valid-tip{display:none}.section.contact .wpcf7 form .hide-on-success p .wpcf7-not-valid-tip ~ .wpcf7-not-valid-tip{display:none !important}.section.contact .wpcf7 form .hide-on-success p.agree{margin:40px 0 20px}.section.contact .wpcf7 form .hide-on-success p.agree label{position:relative;display:inline-flex;align-items:center;min-height:32px;padding:0 0 0 45px;cursor:pointer}.section.contact .wpcf7 form .hide-on-success p.agree label input{position:absolute;top:0;left:0;pointer-events:none;opacity:0}.section.contact .wpcf7 form .hide-on-success p.agree label:before{position:absolute;top:0;left:0;width:30px;aspect-ratio:1/1;border:2px #e09498 solid;content:'';background:#fff 50% / 12px no-repeat;transition:all 350ms;z-index:0}.section.contact .wpcf7 form .hide-on-success p.agree label:hover:before{border-color:#08d9b8}.section.contact .wpcf7 form .hide-on-success p.agree label:has(input:checked):before{border-color:#08d9b8;background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/contact/agree.svg)}.section.contact .wpcf7 form .hide-on-success p.privacy{font-size:14px;line-height:1.4;color:#292c3980}.section.contact .wpcf7 form .hide-on-success p.privacy a{white-space:nowrap;color:#292c39;text-decoration-color:#90909b50}.section.contact .wpcf7 form .hide-on-success p.privacy a:hover,.section.contact .wpcf7 form .hide-on-success p.privacy a:focus{text-decoration-color:#08d9b8}.section.contact .wpcf7 form .hide-on-success p input[type="submit"]{display:inline-flex;align-items:center;justify-content:flex-start;min-height:62px;min-width:215px;border-radius:999px;padding:10px 65px 10px 30px;font:inherit;font-weight:600;font-size:18px;line-height:1.2;text-align:center;color:#292c39;background:#08d9b8 url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/arrow/white.svg) calc(100% - 15px) 50%/36px 36px no-repeat}.section.contact .wpcf7 form .hide-on-success p input[type="submit"]:hover,.section.contact .wpcf7 form .hide-on-success p input[type="submit"]:focus{color:#fff;background-color:#8065ff}.section.contact .wpcf7 form .hide-on-success p input[type="submit"][disabled]{color:#292c3950;background-color:#292c3915;pointer-events:none}.section.contact .wpcf7 form .hide-on-success p .wpcf7-spinner{position:absolute;top:0;left:0;display:none}.section.contact .wpcf7 form .hide-on-success p:last-child{margin:40px 0 0}.section.contact .wpcf7 form .hide-on-success .inline{display:flex;margin:0 0 25px}.section.contact .wpcf7 form .hide-on-success .inline p{width:calc(50% - 15px)}.section.contact .wpcf7 form .hide-on-success .inline p:first-of-type{margin:0}.section.contact .wpcf7 form .hide-on-success .inline p:last-of-type{margin:0 0 0 auto}.section.contact .wpcf7 form .hide-on-success .respsonse{display:none}.section.contact .wpcf7 form .show-on-success{display:none;padding:35px 0 0;text-align:center}.section.contact .wpcf7 form .show-on-success h3{font-size:70px;color:#08d9b8;margin:0 auto}.section.contact .wpcf7 form .show-on-success h3 span{color:#292c39}.section.contact .wpcf7 form .show-on-success p{margin:1.5em auto 0}.section.contact .wpcf7 form.submitting{opacity:0.5;pointer-events:none}.section.contact .wpcf7 form.resetting .hide-on-success{display:none}.section.contact .wpcf7 form.sent .hide-on-success{display:none}.section.contact .wpcf7 form.sent .show-on-success{display:block}.section.hero-banner{position:relative;overflow:hidden;margin:-40px 0 0 -40px;background:#000}.section.hero-banner .center{position:relative;display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:180px 100px 220px;z-index:20}.section.hero-banner .center .logo{position:absolute;top:60px;left:50%;display:block;width:220px;height:110px;transform:translateX(-50%)}.section.hero-banner .center .logo svg{display:block;width:220px;height:110px}.section.hero-banner .center .logo svg *{fill:#08d9b8}.section.hero-banner .center .logo:hover svg *,.section.hero-banner .center .logo:focus svg *{fill:#fff}.section.hero-banner .center h1{max-width:1100px;color:#fff;margin:0 auto;text-shadow:0 5px 40px rgba(0,0,0,0.75)}.section.hero-banner .center h1 span{display:block;color:#08d9b8}.section.hero-banner .center .button{position:absolute;left:50%;bottom:80px;transform:translateX(-50%)}.section.hero-banner .background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.section.hero-banner .background.image{background:75% 50% / cover no-repeat}.section.hero-banner .background.image:after{position:absolute;top:0;left:0;width:100%;height:100%;content:'';background:rgba(0,0,0,0.5);background:linear-gradient(0deg, rgba(0,0,0,0.75) 0%, transparent 70%);z-index:20}.section.hero-banner .background.video{object-fit:cover;object-position:50% 25%;background:transparent;opacity:0.7}.section.four-columns .intro{max-width:720px;margin:0 auto 75px}.section.four-columns .columns{display:flex;list-style:none;list-style-type:none;padding:0;margin:-20px}.section.four-columns .columns li{width:calc(25% - 40px);padding:0;margin:20px}.section.four-columns .columns li h3{margin:0 auto 20px}.section.four-columns .columns li p{margin:0 auto}.section.four-columns .columns li::marker{display:none;content:''}.section.four-columns .columns.ticked li h3{padding:50px 0 0}.section.four-columns .columns.ticked li h3 .tick{position:relative;display:inline-block;height:1.05em;aspect-ratio:1/1;border-radius:50%;text-indent:-5000px;vertical-align:middle;margin:-0.25em 0 -0.125em;background:#292c39 url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/tick/green.svg) 50% 50%/cover no-repeat;scale:0;transition:scale 500ms;transition-delay:150ms}.section.four-columns .columns.ticked li h3 .tick:after{position:absolute;top:-60px;left:1.125em;width:110px;height:55px;content:'';background:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/logo/green.svg) 50% 0/cover no-repeat}.section.four-columns .columns.ticked li.visible h3 .tick{scale:1}.section.four-columns .columns.ticked li:before{display:none;content:''}.section.four-columns .columns.numbered li h3 .number{display:block;width:90px;aspect-ratio:1/1;text-indent:-500000px;margin:0 auto 15px;background:50% 50% / cover no-repeat;scale:0;transition:scale 500ms}.section.four-columns .columns.numbered li h3 .number.number-1{background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/number/1.svg)}.section.four-columns .columns.numbered li h3 .number.number-2{background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/number/2.svg)}.section.four-columns .columns.numbered li h3 .number.number-3{background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/number/3.svg)}.section.four-columns .columns.numbered li h3 .number.number-4{background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/number/4.svg)}.section.four-columns .columns.numbered li.visible h3 .number{scale:1}.section.four-columns .columns.numbered li.visible h3 .number.number-1{transition-delay:250ms}.section.four-columns .columns.numbered li.visible h3 .number.number-2{transition-delay:500ms}.section.four-columns .columns.numbered li.visible h3 .number.number-3{transition-delay:750ms}.section.four-columns .columns.numbered li.visible h3 .number.number-4{transition-delay:1000ms}.section.four-columns .button,.section.four-columns .arrow{margin:75px auto 0}.section.insights-list .center{padding:0}.section.insights-list .center .insights{display:flex;flex-wrap:wrap;padding:0;list-style:none;list-style-type:none;margin:0 10px 0 30px}.section.insights-list .center .insights li{position:relative;width:calc(50% - 60px);padding:0;margin:30px;background:#fff;box-shadow:20px 20px 0 0 #8065ff}.section.insights-list .center .insights li .image{position:relative;width:100%;aspect-ratio:1125/750;overflow:hidden;background:#292c39}.section.insights-list .center .insights li .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:10;transition:scale 750ms}.section.insights-list .center .insights li .image span{position:absolute;top:0;left:40px;display:block;padding:15px 20px 20px;font:400 25px/1 anton, sans-serif;text-transform:uppercase;background:#08d9b8;z-index:20}.section.insights-list .center .insights li .text{padding:35px 40px 40px;text-align:left}.section.insights-list .center .insights li .text h2{font-size:42px;margin:0}.section.insights-list .center .insights li .text a{position:absolute;top:0;left:0;width:100%;height:100%;font-size:0;text-indent:-5000px;z-index:10}.section.insights-list .center .insights li:hover .image img{scale:1.075}.section.insights-list .center .insights li::marker{display:none;content:''}.section.team-list .center .members{display:flex;flex-wrap:wrap;text-align:left;margin:-30px}.section.team-list .center .members .member{width:calc(33.33333% - 60px);margin:30px}.section.team-list .center .members .member .image{position:relative;margin:0 0 40px;background:#292c39}.section.team-list .center .members .member .image:after{position:absolute;top:0;left:0;width:100%;height:100%;content:'';background:#8065ff;transform:translate(-20px, -20px);z-index:-10}.section.team-list .center .members .member .details h3{font-size:20px}.section.team-list .center .members .member .details h3 span{display:block;font-size:42px;margin:0 0 0.2em}.section.team-list.background-white .center{padding:0 20px 0 100px}.section.team-list.background-grey .center{padding:0 20px 0 60px}.section.testimonials{margin:40px 0}.section.testimonials .testimonial{position:relative;padding:85px 80px 140px 120px;text-align:left;background:#000}.section.testimonials .testimonial h2{position:relative;font-size:30px;color:#fff;margin:0 0 45px;z-index:30;opacity:0;transition:opacity 500ms;transition-delay:500ms}.section.testimonials .testimonial h2 span{display:table;padding:8px 20px 18px;font-size:50px;color:#000;margin:18px 0 0;background:#08d9b8;opacity:0;transition:opacity 500ms;transition-delay:750ms}.section.testimonials .testimonial blockquote{position:relative;max-width:26.5em;font-weight:600;font-size:26px;line-height:1.4;color:#fff;z-index:30;opacity:0;transition:opacity 500ms;transition-delay:1000ms}.section.testimonials .testimonial blockquote p{margin:0}.section.testimonials .testimonial blockquote footer{position:relative;display:flex;align-items:center;min-height:130px;padding:20px 0 20px 160px;margin:40px 0 0;opacity:0;transition:opacity 500ms;transition-delay:1250ms}.section.testimonials .testimonial blockquote footer .avatar{position:absolute;top:calc(50% - 65px);left:0;width:130px;height:130px;border-radius:50%;overflow:hidden;background:#08d9b8;box-shadow:0 0 0 2px #08d9b8;scale:0;transition:scale 500ms;transition-delay:1250ms}.section.testimonials .testimonial blockquote footer .avatar img{filter:grayscale(1)}.section.testimonials .testimonial blockquote footer p{font-weight:200;font-size:20px;line-height:1.2}.section.testimonials .testimonial blockquote footer p strong{display:block;margin:0 0 0.25em}.section.testimonials .testimonial .arrow{position:absolute;right:0;bottom:0;border-left:5px transparent solid;padding:35px 40px 35px 45px;text-shadow:0 0 3px rgba(0,0,0,0.25),2px 2px 3px rgba(0,0,0,0.25);color:#fff;overflow:hidden;z-index:30}.section.testimonials .testimonial .arrow:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';background:#292c39;z-index:-10;transform:translateX(-100%);transition:transform 250ms}.section.testimonials .testimonial .arrow:hover,.section.testimonials .testimonial .arrow:focus{border-color:#08d9b8;color:#fff}.section.testimonials .testimonial .arrow:hover:before,.section.testimonials .testimonial .arrow:focus:before{transform:translateX(0)}.section.testimonials .testimonial .arrow:hover:after,.section.testimonials .testimonial .arrow:focus:after{background-color:#08d9b8}.section.testimonials .testimonial .background,.section.testimonials .testimonial:after{position:absolute;top:0;left:0;width:100%;height:100%}.section.testimonials .testimonial .background{background:50% 50% / cover no-repeat;z-index:10}.section.testimonials .testimonial:after{content:'';background:rgba(0,0,0,0.5);background:linear-gradient(90deg, #000 0%, transparent 70%);z-index:20}.section.testimonials .testimonial.visible h2{opacity:1}.section.testimonials .testimonial.visible h2 span{opacity:1}.section.testimonials .testimonial.visible blockquote{opacity:1}.section.testimonials .testimonial.visible blockquote footer{opacity:1}.section.testimonials .testimonial.visible blockquote footer .avatar{scale:1}.section.testimonials .testimonial:not(:last-of-type){margin:0 0 40px}.section.text-with-quote .center{display:flex}.section.text-with-quote .center .text{width:calc(50% - 35px);padding:0 80px 0 0;text-align:left}.section.text-with-quote .center .text h2{margin:0 0 0.725em}.section.text-with-quote .center .text p{margin:0.75em auto}.section.text-with-quote .center .text .button,.section.text-with-quote .center .text .arrow{margin:40px auto 0}.section.text-with-quote .center .quote{display:flex;flex-direction:column;width:calc(50% + 35px);padding:0 20px 0 0}.section.text-with-quote .center .quote blockquote{padding:80px;box-shadow:20px 20px 0 0 #8065ff}.section.text-with-quote .center .quote blockquote p{max-width:540px;font:400 italic 24px/1.4 begum, sans-serif;letter-spacing:-0.0125em;margin:0 auto}.section.text-with-quote .center .quote blockquote p:before{display:block;width:60px;aspect-ratio:1/0.75;content:'';margin:0 auto 30px;background:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/quote/start.svg) 50% 50%/cover no-repeat}.section.text-with-quote .center .quote blockquote footer{margin:40px 0 0}.section.text-with-quote .center .quote blockquote footer .avatar{display:block;width:130px;aspect-ratio:1/1;border-radius:50%;overflow:hidden;margin:0 auto;background:#08d9b8;box-shadow:0 0 0 2px #08d9b8}.section.text-with-quote .center .quote blockquote footer .avatar img{width:100%;aspect-ratio:1/1;object-fit:content}.section.text-with-quote .center .quote blockquote footer p{font:200 18px/1.25 aptos, sans-serif;letter-spacing:unset}.section.text-with-quote .center .quote blockquote footer p strong{display:block;margin:1.75em 0 0}.section.text-with-quote .center .quote blockquote footer p:before{display:none}.section.text-with-quote .center .quote.fixed blockquote{position:fixed}.section.text-with-quote .center .quote.bottom{justify-content:flex-end}.section.text-with-quote .center .quote.bottom blockquote .footer .avatar{scale:0}.section.text-with-quote.background-white .center{padding:0 20px 0 100px}.section.text-with-quote.background-white .center .quote blockquote{background:#ecedf0}.section.text-with-quote.background-white .center .quote.fixed blockquote{top:100px}.section.text-with-quote.background-grey .center{padding:0 20px 0 60px}.section.text-with-quote.background-grey .center .quote blockquote{background:#fff}.section.text-with-quote.background-grey .center .quote.fixed blockquote{top:140px}.section.three-banners .center .banners{display:flex;flex-wrap:wrap;padding:0;list-style:none;list-style-type:none}.section.three-banners .center .banners li{position:relative;width:calc(33.33333% - 40px);aspect-ratio:1/1;padding:0;overflow:hidden;margin:20px;background:#292c39;box-shadow:20px 20px 0 0 #8065ff}.section.three-banners .center .banners li img,.section.three-banners .center .banners li a,.section.three-banners .center .banners li:after{position:absolute;top:0;left:0;width:100%;height:100%}.section.three-banners .center .banners li img{object-fit:cover;transition:scale 750ms;z-index:10}.section.three-banners .center .banners li a{display:flex;flex-direction:column;justify-content:flex-end;padding:40px;font:400 42px/1.1 anton, sans-serif;text-transform:uppercase;text-decoration:none;text-align:left;color:#fff;z-index:30}.section.three-banners .center .banners li a span{max-width:calc(6em + 75px);padding:0 75px 0 0}.section.three-banners .center .banners li a:after{position:absolute;right:40px;bottom:40px;display:block;width:36px;aspect-ratio:1/1;border-radius:50%;content:'';background:#292c39 url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/arrow/green.svg) 50% 50%/cover no-repeat;transition:background 250ms}.section.three-banners .center .banners li a:hover:after,.section.three-banners .center .banners li a:focus:after{background-color:#08d9b8;background-image:url(//thebusinessconsultancy.com/wp-content/themes/tbc/img/arrow/white.svg)}.section.three-banners .center .banners li:after{content:'';background:rgba(0,0,0,0.5);background:linear-gradient(30deg, rgba(0,0,0,0.9) 0%, transparent 60%);z-index:20}.section.three-banners .center .banners li::marker{display:none;content:''}.section.three-banners .center .banners li:hover img{scale:1.075}.section.three-banners.background-white .center{padding:0 80px 0 100px}.section.three-banners.background-white .center .banners{margin:-40px}.section.three-banners.background-grey .center{padding:0 40px 0 20px}.section.three-banners.background-grey .center .banners{margin:-40px 0}.section.two-columns .center{display:flex;text-align:left}.section.two-columns .center .title{width:calc(50% - 35px);padding:0 80px 0 0}.section.two-columns .center .title h2{margin-left:0}.section.two-columns .center .text{width:calc(50% + 35px);padding:10px 120px 0 0}.section.two-columns .center .text h3{max-width:15em;margin-left:0}.section.two-columns .center .text .button,.section.two-columns .center .text .arrow{margin:75px auto 0}.section.two-columns.background-white .center{padding:0 20px 0 100px}.section.two-columns.background-grey .center{padding:0 20px 0 60px}.template-single-post .section.hero-banner .center h1 span{display:inline}.template-single-post .section.hero-banner .background{opacity:0.8}.template-single-post .section.basic{padding:100px 60px;margin:40px 0 40px -40px}.template-single-post .section.basic .center ul.share{display:flex;padding:0;list-style:none;list-style-type:none;margin:100px 0 0}.template-single-post .section.basic .center ul.share li{padding:0}.template-single-post .section.basic .center ul.share li a{display:inline-flex;align-items:center;justify-content:center;border:10px #fff solid;border-left:0;padding:15px 20px 15px 18px;font-weight:400;font-size:16px;line-height:1;text-decoration:none;letter-spacing:0.0125em;white-space:nowrap;color:#292c39;background:#08d9b8}.template-single-post .section.basic .center ul.share li a svg{width:16px;height:16px;margin:0 15px 0 0}.template-single-post .section.basic .center ul.share li a svg *{fill:#fff}.template-single-post .section.basic .center ul.share li a:hover{color:#fff;background:#292c39}.template-single-post .section.basic .center ul.share li a:hover svg *{fill:#08d9b8}.template-single-post .section.basic .center ul.share li a.link{position:relative}.template-single-post .section.basic .center ul.share li a.link:after{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:15px 20px;text-align:center;content:'Copied';color:#fff;background:#8065ff;box-shadow:0 0 0 2px #fff;opacity:0;pointer-events:none;transition:opacity 350ms;z-index:10}.template-single-post .section.basic .center ul.share li a.link.copied:after{opacity:1}.template-single-post .section.basic .center ul.share li::marker{display:none;content:''}.template-single-post .section.basic .center img{opacity:0;transition:opacity 500ms;transition-delay:250ms}.template-single-post .section.basic .center img.visible{opacity:1}.template-single-post .section.basic.partner-story .center h2{font-size:70px;color:#08d9b8}.template-single-post .section.basic.partner-story .center h3{font:400 24px/1.25 aptos, sans-serif;text-transform:none}.template-single-post .section.basic.partner-story .center dl{display:flex;flex-wrap:wrap;padding:0;font-size:18px;text-transform:uppercase;margin:0 0 100px}.template-single-post .section.basic.partner-story .center dl dt{width:35%;border-bottom:1px #08d9b8 solid;padding:25px 20px 25px 0;font:400 30px/1.1 anton, sans-serif}.template-single-post .section.basic.partner-story .center dl dt.download{border-bottom:none;color:transparent}.template-single-post .section.basic.partner-story .center dl dd{width:65%;border-bottom:1px #08d9b8 solid;padding:32px 0}.template-single-post .section.basic.partner-story .center dl dd span{font-weight:800}.template-single-post .section.basic.partner-story .center dl dd.download{border-bottom:none}.template-single-post .section.basic.partner-story .center dl dd.download .button{padding:18px 36px;font-size:16px;margin:40px 0 0}.template-single-post .section.basic.partner-story .center img.alignnone{max-width:calc(100% + 240px);margin:4em -120px}.template-single-post .section.basic.partner-story .center .download-banner{position:relative;display:block;padding:80px 50% 100px 120px;font:400 70px/1.1 anton, sans-serif;text-transform:uppercase;text-decoration:none;color:#fff;margin:120px -120px;background:#292c39;box-shadow:20px 20px 0 0 #8065ff}.template-single-post .section.basic.partner-story .center .download-banner img{position:absolute;top:50%;left:75%;width:265px;aspect-ratio:495/700;opacity:1;transform:rotate(7.5deg) translate(-50%, -50%);transform-origin:25% 50%;transition:all 250ms}.template-single-post .section.basic.partner-story .center .download-banner span{display:block;color:#08d9b8}.template-single-post .section.basic.partner-story .center .download-banner:after{display:block;font:400 18px/1.25 aptos, sans-serif;letter-spacing:0.025em;content:'Click here';color:#ecedf050;margin:0.75em 0 0;transition:color 250ms}.template-single-post .section.basic.partner-story .center .download-banner:hover img,.template-single-post .section.basic.partner-story .center .download-banner:active img{scale:1.05;transform:rotate(10deg) translate(-50%, -50%)}.template-single-post .section.basic.partner-story .center .download-banner:hover:after,.template-single-post .section.basic.partner-story .center .download-banner:active:after{color:#08d9b8}.template-single-post .section.insights-list .center h3{margin:0 auto 80px}.footer{display:flex;padding:90px 80px 80px 120px;background:#ecedf0}.footer .growth{order:2;display:flex;flex-direction:column;width:575px;max-width:calc(50% - 50px);font-size:24px;text-align:right;margin:0 0 0 auto}.footer .growth h2{order:2;font:400 50px/1.1 anton, sans-serif;text-transform:uppercase;margin:auto 0 0 auto}.footer .growth p{order:1;margin:20px 0 40px auto}.footer .growth p a{text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;text-underline-offset:0.375em;color:#292c39}.footer .growth p a:hover,.footer .growth p a:focus{text-decoration-color:#08d9b8}.footer .details{order:1;display:flex;flex-direction:column;max-width:calc(50% - 50px);font-size:16px;text-align:left;margin:0 100px 0 0}.footer .details .logo{display:block;width:220px;height:110px;margin:0 auto auto 0}.footer .details .logo svg{display:block;width:220px;height:110px}.footer .details .logo svg *{fill:#292c39}.footer .details .logo:hover svg *,.footer .details .logo:focus svg *{fill:#08d9b8}.footer .details .social{display:flex;margin:75px auto 50px 0}.footer .details .social li{margin:0 15px 0 0}.footer .details .social li a{display:block;width:32px;height:32px}.footer .details .social li a svg{width:32px;height:32px}.footer .details .social li a svg *{fill:#292c39}.footer .details .social li a:hover svg *,.footer .details .social li a:focus svg *{fill:#8065ff}.footer .details .social li:last-of-type{margin:0}.footer .details p{margin:auto auto 0 0}.footer .details p span{white-space:nowrap}.footer .details p a{display:inline-block;margin:0.25em 0 0;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:0.325em;text-decoration-thickness:1px;color:#292c39}.footer .details p a:hover,.footer .details p a:focus{text-decoration-color:#08d9b8}.navigation{position:fixed;top:0;right:0;background:#08d9b8;z-index:1000}.navigation .logo{position:fixed;top:60px;left:60px;display:block;width:220px;height:110px;margin:0 auto auto 0;pointer-events:none;opacity:0;transform:translateX(calc(-100% - 60px));transition:opacity 500ms transform 500ms;z-index:40}.navigation .logo svg{display:block;width:220px;height:110px}.navigation .logo svg *{fill:#08d9b8}.navigation .logo:hover svg *,.navigation .logo:focus svg *{fill:#fff}.navigation .control{position:relative;display:flex;flex-direction:column;width:100px;height:100dvh;background:#08d9b8;z-index:20}.navigation .control li{position:relative;writing-mode:vertical-rl;width:100px}.navigation .control li:nth-of-type(1) button{position:relative;width:100px;border:none;padding:75px 15px 40px;font:400 20px/1 anton, sans-serif;text-transform:uppercase;color:#000;background:transparent}.navigation .control li:nth-of-type(1) button span{position:absolute;top:0;left:0;width:100px;height:90px}.navigation .control li:nth-of-type(1) button span:before,.navigation .control li:nth-of-type(1) button span:after{position:absolute;top:50%;left:50%;display:block;width:32px;height:2px;content:'';background:#000;transition:background 250ms, transform 500ms}.navigation .control li:nth-of-type(1) button span:before{transform:translate(-50%, -4px)}.navigation .control li:nth-of-type(1) button span:after{transform:translate(-50%, 4px)}.navigation .control li:nth-of-type(1) button:hover{color:#08d9b8;background:#292c39}.navigation .control li:nth-of-type(1) button:hover span:before,.navigation .control li:nth-of-type(1) button:hover span:after{background:#fff}.navigation .control li:nth-of-type(2){flex:auto;font-size:14px}.navigation .control li:nth-of-type(2) a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:12px 5px;font-weight:600;color:#000}.navigation .control li:nth-of-type(2) a:hover,.navigation .control li:nth-of-type(2) a:focus{color:#fff;background:#292c39}.navigation .pop-out{position:absolute;top:0;right:100%;width:760px;background:#109b85;z-index:10;transform:translate(100%, 0);transition:background 500ms, transform 500ms}.navigation .pop-out .scroll{display:flex;flex-direction:column;height:100dvh;padding:100px 75px 75px;overflow-y:auto}.navigation .pop-out .scroll .links{font:400 70px/1.1 anton, sans-serif;text-transform:uppercase;margin:0 auto 50px}.navigation .pop-out .scroll .links li a{display:inline-block;padding:0 16px 14px;color:#fff}.navigation .pop-out .scroll .links li a:hover,.navigation .pop-out .scroll .links li a:focus{color:#08d9b8;background:#292c39}.navigation .pop-out .scroll .links li a:hover.active,.navigation .pop-out .scroll .links li a:focus.active{color:#fff}.navigation .pop-out .scroll .social{display:flex;margin:auto auto 0}.navigation .pop-out .scroll .social li{margin:0 20px 0 0}.navigation .pop-out .scroll .social li a{display:block;width:32px;height:32px}.navigation .pop-out .scroll .social li a svg{width:32px;height:32px}.navigation .pop-out .scroll .social li a svg *{fill:#292c39}.navigation .pop-out .scroll .social li a:hover svg *,.navigation .pop-out .scroll .social li a:focus svg *{fill:#fff}.navigation .pop-out .scroll .social li:last-of-type{margin:0}.navigation .pop-out .scroll::-webkit-scrollbar{width:14px}.navigation .pop-out .scroll::-webkit-scrollbar-track{background:#08d9b8}.navigation .pop-out .scroll::-webkit-scrollbar-thumb{min-height:125px;border:5px #08d9b8 solid;border-radius:999px;background:#15ae95}.navigation .pop-out .scroll::-webkit-scrollbar-thumb:hover{background:#553cca}.navigation:before{position:absolute;top:0;left:0;width:1px;height:100%;content:'';background:#292c39;opacity:0;transition:opacity 500ms;z-index:30}.navigation:after{position:fixed;top:0;left:0;width:100%;height:100dvh;content:'';background:rgba(20,25,35,0.75);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);pointer-events:none;opacity:0;transition:opacity 500ms}.menu-open .navigation .logo{pointer-events:auto;opacity:1;transform:translate(0, 0);transition-delay:250ms}.menu-open .navigation .control li:nth-of-type(1) button span:before{transform:translate(-50%, 0) rotate(-45deg)}.menu-open .navigation .control li:nth-of-type(1) button span:after{transform:translate(-50%, 0) rotate(45deg)}.menu-open .navigation .pop-out{background:#08d9b8;transform:translateX(0)}.menu-open .navigation:before{opacity:0.5}.menu-open .navigation:after{pointer-events:auto;opacity:1}@media (max-width: 1379px){body{padding:0 90px 0 0;font-size:18px}.wrapper{padding:0}.content .section h1 br,.content .section h2 br,.content .section h3 br,.content .section h4 br{display:none}.content .section h1,.content .section h2{font-size:50px}.content .section h3{font-size:35px}.content .section h4{font-size:20px}.content .section a.button{min-height:56px}.content .section img.alignnone{margin:3em auto}.content .section img.alignleft{margin:0 1.75em 1.75em 0}.content .section img.alignright{margin:0 0 1.75em 1.75em}.content .section img.aligncenter{margin:3em auto}.content .section .scroll-table{margin:3em auto}.content .section table{margin:3em auto}.content .section.background-white,.content .section.background-grey{padding:75px 60px;margin:0}.section.alternating-rows .row .image{width:calc(50% - 30px);max-width:unset}.section.alternating-rows .row .image img{transform:translate(15px, -15px)}.section.alternating-rows .row .text h2{margin:0 0 0.5em}.section.alternating-rows .row .text .arrow{margin:1em 0 0}.section.alternating-rows .row:not(:last-of-type){margin:0 0 90px}.section.alternating-rows.background-white .row:nth-of-type(odd) .text,.section.alternating-rows.background-grey .row:nth-of-type(odd) .text{padding:0 60px 0 0}.section.alternating-rows.background-white .row:nth-of-type(even) .text,.section.alternating-rows.background-grey .row:nth-of-type(even) .text{padding:0 0 0 60px}.section.basic{margin:0}.section.basic .center{max-width:680px;font-size:18px}.section.basic .center .logo{width:180px;height:90px}.section.basic .center .logo svg{width:180px;height:90px}.section.basic .center h2{font-size:35px}.section.basic .center h3{font-size:25px}.section.basic .center blockquote{margin:3em 0}.section.basic .center blockquote p:not(:last-of-type){font-size:18px}.section.basic .center blockquote p:last-of-type{font-size:16px}.section.call-to-action .center{max-width:640px}.section.call-to-action .center h2{margin:0 auto 30px}.section.call-to-action .center h2 strong{width:230px;height:115px;margin:-15px auto 10px}.section.call-to-action .center .button{margin:1.5em 0 0}.section.call-to-action .center .button:before{top:-30px;left:-100px;width:80px}.section.contact{display:block;min-height:unset;margin:0}.section.contact .details{width:100%;min-height:100dvh}.section.contact .details .text{padding:60px}.section.contact .details .text .logo{width:180px;height:90px;margin:0 0 30px}.section.contact .details .text .logo svg{width:180px;height:90px}.section.contact .details .background{top:0 !important}.section.contact .wpcf7{width:100%}.section.contact .wpcf7 form .hide-on-success p input[type="submit"]{min-height:56px}.section.contact .wpcf7 form .show-on-success{padding:0}.section.contact .wpcf7 form .show-on-success h3{font-size:50px}.section.hero-banner{margin:0}.section.hero-banner .center{padding:180px 75px}.section.hero-banner .center .logo{top:60px;width:180px;height:90px}.section.hero-banner .center .logo svg{width:180px;height:90px}.section.hero-banner .center .button{bottom:60px}.section.hero-banner .background{top:0 !important}.section.four-columns .intro{max-width:680px;margin:0 auto 60px}.section.four-columns .intro br{display:none}.section.four-columns .columns{flex-wrap:wrap;margin:-15px}.section.four-columns .columns li{width:calc(50% - 30px);margin:15px}.section.four-columns .columns li h3{max-width:8em}.section.four-columns .columns li p{max-width:15em}.section.four-columns .columns.ticked li h3{padding:45px 0 0}.section.four-columns .columns.ticked li h3 .tick:after{top:-55px;width:100px;height:50px}.section.four-columns .columns.numbered li h3 .number{width:75px;margin:0 auto 10px}.section.four-columns .button,.section.four-columns .arrow{margin:60px auto 0}.section.insights-list .center{padding:0}.section.insights-list .center .insights{margin:-20px}.section.insights-list .center .insights li{width:calc(50% - 40px);margin:20px;box-shadow:15px 15px 0 0 #8065ff}.section.insights-list .center .insights li .image span{padding:12px 15px 15px;font-size:20px}.section.insights-list .center .insights li .text h2{font-size:35px}.section.insights-list .center .insights li .text h2 span{display:inline}.section.team-list .center .members{margin:-20px}.section.team-list .center .members .member{width:calc(33.33333% - 40px);margin:20px}.section.team-list .center .members .member .image{margin:0 0 30px}.section.team-list .center .members .member .image:after{transform:translate(-15px, -15px)}.section.team-list .center .members .member .details h3 span{font-size:35px}.section.team-list.background-white .center,.section.team-list.background-grey .center{padding:0}.section.testimonials{margin:30px 0}.section.testimonials .testimonial{padding:60px}.section.testimonials .testimonial h2{margin:0 0 35px}.section.testimonials .testimonial h2 span{padding:6px 16px 14px;font-size:40px}.section.testimonials .testimonial blockquote{font-size:22px;line-height:1.25}.section.testimonials .testimonial blockquote footer{min-height:110px;padding:20px 0 20px 140px;margin:35px 0 0}.section.testimonials .testimonial blockquote footer .avatar{top:calc(50% - 55px);width:110px;height:110px}.section.testimonials .testimonial blockquote footer p{font-size:18px}.section.testimonials .testimonial .arrow{padding:25px 30px 25px 35px}.section.testimonials .testimonial:not(:last-of-type){margin:0 0 30px}.section.text-with-quote .center{display:flex}.section.text-with-quote .center .text{width:50%;padding:0 60px 0 0}.section.text-with-quote .center .quote{width:50%;padding:0}.section.text-with-quote .center .quote blockquote{padding:40px;box-shadow:15px 15px 0 0 #8065ff}.section.text-with-quote .center .quote blockquote p{max-width:unset;font-size:20px}.section.text-with-quote .center .quote blockquote p:before{width:50px;margin:0 auto 20px}.section.text-with-quote .center .quote blockquote footer{margin:30px 0 0}.section.text-with-quote .center .quote blockquote footer .avatar{width:110px}.section.text-with-quote .center .quote blockquote footer p{font-size:18px}.section.text-with-quote .center .quote blockquote footer p strong{margin:1.25em 0 0}.section.text-with-quote.background-white .center{padding:0}.section.text-with-quote.background-white .center .quote.fixed blockquote{top:45px}.section.text-with-quote.background-grey .center{padding:0}.section.text-with-quote.background-grey .center .quote.fixed blockquote{top:75px}.section.three-banners .center .banners li{width:calc(33.33333% - 30px);margin:15px;box-shadow:15px 15px 0 0 #8065ff}.section.three-banners .center .banners li a{padding:25px;font-size:35px}.section.three-banners .center .banners li a:after{right:25px;bottom:25px}.section.three-banners.background-white .center,.section.three-banners.background-grey .center{padding:0}.section.three-banners.background-white .center .banners,.section.three-banners.background-grey .center .banners{margin:-15px}.section.two-columns .center{display:block}.section.two-columns .center .title{width:100%;padding:0;margin:0 0 40px}.section.two-columns .center .text{width:100%;padding:0}.section.two-columns .center .text .button,.section.two-columns .center .text .arrow{margin:60px auto 0}.section.two-columns.background-white .center,.section.two-columns.background-white .center,.section.two-columns.background-grey .center{padding:0}.template-single-post .section.basic{padding:75px 60px;margin:0}.template-single-post .section.basic .center ul.share{margin:60px 0 0}.template-single-post .section.basic .center ul.share li{padding:0}.template-single-post .section.basic .center ul.share li a{border:8px #fff solid;border-left:0;padding:14px 16px 14px 14px;font-size:15px}.template-single-post .section.basic .center ul.share li a svg{width:15px;height:15px;margin:0 12px 0 0}.template-single-post .section.basic .center ul.share li a.link:after{padding:12px 18px}.template-single-post .section.basic.partner-story .center h2{font-size:42px}.template-single-post .section.basic.partner-story .center h3{font-size:20px}.template-single-post .section.basic.partner-story .center dl{font-size:16px;margin:0 0 80px}.template-single-post .section.basic.partner-story .center dl dt{font-size:25px}.template-single-post .section.basic.partner-story .center dl dd{padding:30px 0}.template-single-post .section.basic.partner-story .center dl dd.download .button{margin:20px 0 0}.template-single-post .section.basic.partner-story .center img.alignnone{max-width:calc(100% + 120px);margin:3em -60px}.template-single-post .section.basic.partner-story .center .download-banner{padding:60px 50% 60px 60px;font-size:42px;margin:80px -60px;box-shadow:15px 15px 0 0 #8065ff}.template-single-post .section.basic.partner-story .center .download-banner img{width:200px}.template-single-post .section.insights-list .center h3{margin:0 auto 50px}.footer{display:block;padding:60px}.footer .growth{display:none}.footer .details{flex-direction:row;max-width:100%;margin:0}.footer .details .logo{display:none}.footer .details .social{order:2;margin:0 0 0 60px}.footer .details p{order:1;margin:0 auto 0 0}.footer .details p a{margin:0.75em 0 0}.navigation .logo{width:180px;height:90px}.navigation .logo svg{width:180px;height:90px}.navigation .control{width:90px}.navigation .control li{width:90px}.navigation .control li:nth-of-type(1) button{width:90px}.navigation .control li:nth-of-type(1) button span{width:90px;height:90px}.navigation .control li:nth-of-type(1) button span:before,.navigation .control li:nth-of-type(1) button span:after{width:30px}.navigation .pop-out{width:540px}.navigation .pop-out .scroll{padding:120px 80px 80px}.navigation .pop-out .scroll .links{font-size:50px}.navigation .pop-out .scroll .links li a{padding:0 14px 12px}.navigation .pop-out .scroll .social li{margin:0 15px 0 0}}@media (max-width: 1023px){body{padding:90px 0 0}.content .section p.highlight{padding:30px}.section.alternating-rows .row .image{flex-shrink:0;width:250px}.section.alternating-rows .row .text{flex:auto;width:auto}.section.alternating-rows .row:not(:last-of-type){margin:0 0 60px}.section.basic{padding:60px}.section.basic .center{max-width:560px}.section.basic .center .logo{display:none}.section.basic .center blockquote{padding:0 0 0 25px;margin:2em 0}.section.contact .details .text .logo{display:none}.section.contact .details .text h1{font-size:35px;margin:0 0 40px}.section.contact .details .text h1 span:nth-of-type(1){font-size:50px;margin:0 0 30px}.section.contact .details .text p strong{display:block;margin:0 0 1.25em}.section.contact .wpcf7 form .hide-on-success p input[type="text"],.section.contact .wpcf7 form .hide-on-success p input[type="email"],.section.contact .wpcf7 form .hide-on-success p input[type="tel"],.section.contact .wpcf7 form .hide-on-success p textarea{font-size:16px}.section.contact .wpcf7 form .hide-on-success p input[type="text"],.section.contact .wpcf7 form .hide-on-success p input[type="email"],.section.contact .wpcf7 form .hide-on-success p input[type="tel"]{height:55px}.section.hero-banner .center{min-height:calc(100dvh - 90px);padding:180px 75px 240px}.section.hero-banner .center .logo{display:none}.section.four-columns .intro{max-width:520px}.section.insights-list .center .insights li .image span{left:30px}.section.insights-list .center .insights li .text{padding:25px 30px 30px}.section.team-list .center .members{display:block;margin:0}.section.team-list .center .members .member{display:flex;align-items:flex-start;width:100%;margin:0 0 60px}.section.team-list .center .members .member .image{order:2;flex-shrink:0;width:250px;margin:15px 0 0 60px}.section.team-list .center .members .member .image:after{transform:translate(-15px, -15px)}.section.team-list .center .members .member .details{order:1}.section.team-list .center .members .member .details h3 span{font-size:35px}.section.team-list .center .members .member:last-of-type{margin:0}.section.team-list.background-white .center,.section.team-list.background-grey .center{padding:0}.section.testimonials .testimonial h2{font-size:25px}.section.testimonials .testimonial h2 span{padding:6px 14px 14px;font-size:40px}.section.testimonials .testimonial blockquote{font-size:20px}.section.testimonials .testimonial blockquote footer p strong{margin:0}.section.testimonials .testimonial blockquote footer p strong .name,.section.testimonials .testimonial blockquote footer p strong .position{display:block}.section.testimonials .testimonial blockquote footer p strong .divider{display:none}.section.text-with-quote .center{display:block}.section.text-with-quote .center .text{width:100%;padding:0}.section.text-with-quote .center .quote{width:100%;margin:60px 0 0}.section.text-with-quote .center .quote blockquote{padding:60px}.section.text-with-quote .center .quote blockquote p:before{width:40px}.section.text-with-quote .center .quote blockquote footer p{font-size:16px}.section.text-with-quote .center .quote.fixed blockquote{position:static}.section.text-with-quote.background-white .center,.section.text-with-quote.background-grey .center{padding:0}.section.text-with-quote.background-white .center .quote.fixed blockquote,.section.text-with-quote.background-grey .center .quote.fixed blockquote{top:unset}.section.three-banners .center .banners li{width:calc(50% - 30px)}.section.three-banners .center .banners li a{font-size:30px}.template-single-post .section.basic.partner-story .center dl{margin:0 0 60px}.template-single-post .section.basic.partner-story .center img.alignnone{max-width:calc(100% + 80px);margin:3em -40px}.template-single-post .section.basic.partner-story .center .download-banner{margin:80px -40px}.template-single-post .section.basic.partner-story .center .download-banner img{width:200px}.template-single-post .section.basic.partner-story .center .download-banner:after{font-size:15px}.navigation{top:0;left:0;width:100%}.navigation .logo{top:15px;left:25px;width:120px;height:60px;pointer-events:auto;opacity:1;transform:unset;transition:unset}.navigation .logo svg{width:120px;height:60px}.navigation .logo svg *{fill:#292c39}.navigation .logo:hover svg *,.navigation .logo:focus svg *{fill:#fff}.navigation .control{width:100%;height:90px;flex-direction:row}.navigation .control li{writing-mode:horizontal-tb;width:unset;margin:0 0 0 auto}.navigation .control li:nth-of-type(1) button{width:90px;height:90px;padding:0;font-size:0;text-indent:-5000px}.navigation .control li:nth-of-type(1) button span{width:90px;height:90px}.navigation .control li:nth-of-type(1) button:hover{color:unset;background:unset}.navigation .control li:nth-of-type(1) button:hover span:before,.navigation .control li:nth-of-type(1) button:hover span:after{background:#000}.navigation .control li:nth-of-type(2){display:none}.navigation .pop-out{top:90px;left:0;width:100%;padding:0}.navigation .pop-out .scroll{width:100%;height:calc(100dvh - 90px);padding:160px 120px 120px}.navigation:before{display:none}}@media (max-width: 700px){body{padding:70px 0 0}.content .section h1 br,.content .section h2 br,.content .section h3 br,.content .section h4 br{display:none}.content .section h1,.content .section h2{font-size:35px}.content .section h3{font-size:25px}.content .section p.highlight{padding:25px}.content .section a.button{display:flex;width:100%;min-height:50px;font-size:16px}.content .section img.alignnone{margin:2em auto}.content .section img.alignleft{margin:0 1.25em 1.25em 0}.content .section img.alignright{margin:0 0 1.25em 1.25em}.content .section img.aligncenter{margin:2em auto}.content .section .scroll-table{margin:2em auto}.content .section table{margin:2em auto}.content .section table tr th,.content .section table tr td{padding:0.75em 1em}.content .section.background-white,.content .section.background-grey{padding:40px 30px;margin:0}.section.alternating-rows .row{display:block}.section.alternating-rows .row .image{width:100%}.section.alternating-rows .row .image img{transform:unset;box-shadow:10px 10px 0 0 #8065ff}.section.alternating-rows .row .text{width:100%}.section.alternating-rows .row:not(:last-of-type){margin:0 0 40px}.section.alternating-rows.background-white .row:nth-of-type(odd) .text,.section.alternating-rows.background-white .row:nth-of-type(even) .text,.section.alternating-rows.background-grey .row:nth-of-type(odd) .text,.section.alternating-rows.background-grey .row:nth-of-type(even) .text{padding:40px 0 0}.section.basic{padding:40px 30px}.section.basic .center{max-width:unset}.section.call-to-action .center{max-width:unset}.section.call-to-action .center h2{margin:0 auto 25px}.section.call-to-action .center h2 strong{width:160px;height:80px;margin:0 auto 10px}.section.call-to-action .center .button{margin:2em 0 0}.section.call-to-action .center .button:before{display:none}.section.contact .details .text{padding:40px 30px}.section.contact .details .text h1{font-size:25px;margin:0 0 30px}.section.contact .details .text h1 span:nth-of-type(1){font-size:35px}.section.contact .wpcf7{padding:40px 30px}.section.contact .wpcf7 form .hide-on-success p input[type="submit"]{display:flex;width:100%;min-height:50px;font-size:16px}.section.contact .wpcf7 form .hide-on-success .inline{display:block}.section.contact .wpcf7 form .hide-on-success .inline p{width:100%}.section.contact .wpcf7 form .hide-on-success .inline p:first-of-type,.section.contact .wpcf7 form .hide-on-success .inline p:last-of-type{margin:0 0 25px}.section.contact .wpcf7 form .show-on-success h3{font-size:35px}.section.hero-banner .center{min-height:calc(100dvh - 70px);padding:80px 40px 140px}.section.hero-banner .center .logo{display:none}.section.hero-banner .center .button{width:calc(100% - 60px);bottom:40px}.section.four-columns .intro{max-width:unset;margin:0 auto 40px}.section.four-columns .columns{display:block;margin:0}.section.four-columns .columns li{width:100%;margin:0 0 40px}.section.four-columns .columns li:last-of-type{margin:0}.section.four-columns .columns.ticked li h3{padding:50px 0 0}.section.four-columns .columns.ticked li h3 .tick{scale:1;transition:unset;transition-delay:unset}.section.four-columns .columns.numbered li h3 .number{width:65px;scale:1;transition:unset}.section.four-columns .button,.section.four-columns .arrow{margin:40px auto 0}.section.insights-list .center .insights{display:block;margin:0}.section.insights-list .center .insights li{width:100%;margin:0 0 40px;box-shadow:10px 10px 0 0 #8065ff}.section.insights-list .center .insights li .image span{left:20px;padding:8px 10px 10px;font-size:15px}.section.insights-list .center .insights li .text{padding:15px 20px 20px}.section.insights-list .center .insights li .text h2{font-size:30px}.section.insights-list .center .insights li:last-of-type{margin:0}.section.team-list .center .members .member{display:block;margin:0 0 40px}.section.team-list .center .members .member .image{width:100%;margin:0}.section.team-list .center .members .member .image:after{transform:translate(10px, 10px)}.section.team-list .center .members .member .details{padding:40px 0 0}.section.testimonials{margin:0}.section.testimonials .testimonial{padding:40px 30px 115px}.section.testimonials .testimonial h2{font-size:20px;margin:0 0 30px;opacity:1;transition:unset;transition-delay:unset}.section.testimonials .testimonial h2 span{padding:5px 10px 10px;font-size:25px;margin:10px 0 0;opacity:1;transition:unset;transition-delay:unset}.section.testimonials .testimonial blockquote{font-size:18px;opacity:1;transition:unset;transition-delay:unset}.section.testimonials .testimonial blockquote footer{min-height:90px;padding:10px 0 10px 110px;margin:25px 0 0;opacity:1;transition:unset;transition-delay:unset}.section.testimonials .testimonial blockquote footer .avatar{top:calc(50% - 45px);width:90px;height:90px;scale:1;transition:unset;transition-delay:unset}.section.testimonials .testimonial blockquote footer p{font-size:16px}.section.testimonials .testimonial .arrow{left:0;right:0;border:0;padding:25px 30px}.section.testimonials .testimonial .arrow:before{border-top:1px rgba(255,255,255,0.5) dotted;left:25px;width:calc(100% - 50px);height:0;transform:unset;background:transparent}.section.testimonials .testimonial .arrow:after{margin:0 0 0 auto}.section.testimonials .testimonial:not(:last-of-type){margin:0 0 20px}.section.text-with-quote .center .text .button,.section.text-with-quote .center .text .arrow{margin:25px auto 0}.section.text-with-quote .center .quote{margin:40px 0 0}.section.text-with-quote .center .quote blockquote{padding:40px;box-shadow:10px 10px 0 0 #8065ff}.section.three-banners .center .banners{display:block}.section.three-banners .center .banners li{width:100%;margin:0 0 40px;box-shadow:10px 10px 0 0 #8065ff}.section.three-banners .center .banners li:last-of-type{margin:0}.section.three-banners.background-white .center .banners,.section.three-banners.background-grey .center .banners{margin:0}.template-single-post .section.basic{padding:40px 30px}.template-single-post .section.basic .center ul.share{display:block;margin:40px 0 0}.template-single-post .section.basic .center ul.share li{padding:0}.template-single-post .section.basic .center ul.share li a{display:flex;border:0;background:#ecedf0}.template-single-post .section.basic .center ul.share li a svg *{fill:#292c3950}.template-single-post .section.basic .center ul.share li:not(:first-of-type){margin:10px 0 0}.template-single-post .section.basic.partner-story .center h2{font-size:35px}.template-single-post .section.basic.partner-story .center h3{font-size:18px}.template-single-post .section.basic.partner-story .center dl{margin:0 0 60px}.template-single-post .section.basic.partner-story .center dl dt{font-size:20px}.template-single-post .section.basic.partner-story .center dl dt.download{display:none}.template-single-post .section.basic.partner-story .center dl dd{padding:24px 0}.template-single-post .section.basic.partner-story .center dl dd.download{display:none}.template-single-post .section.basic.partner-story .center img.alignnone{max-width:calc(100% + 30px);margin:2em -15px}.template-single-post .section.basic.partner-story .center .download-banner{padding:40px;font-size:30px;text-align:center;margin:60px 0;box-shadow:10px 10px 0 0 #8065ff}.template-single-post .section.basic.partner-story .center .download-banner img{position:static;width:160px;margin:0 auto 30px;transform:unset;transition:unset}.template-single-post .section.basic.partner-story .center .download-banner:hover img,.template-single-post .section.basic.partner-story .center .download-banner:active img{scale:1;transform:unset}.template-single-post .section.insights-list .center h3{font-size:20px;margin:0 auto 30px}.footer{padding:50px 30px}.footer .details{display:block;margin:0}.footer .details .social{justify-content:center;margin:0 auto 20px}.footer .details p{text-align:center;margin:0 auto}.navigation .logo{top:12px;left:18px;width:90px;height:45px}.navigation .logo svg{width:90px;height:45px}.navigation .control{height:70px}.navigation .control li:nth-of-type(1) button{width:70px;height:70px}.navigation .control li:nth-of-type(1) button span{width:70px;height:70px}.navigation .control li:nth-of-type(1) button span:before,.navigation .control li:nth-of-type(1) button span:after{width:26px}.navigation .pop-out{top:70px;left:0}.navigation .pop-out .scroll{height:calc(100dvh - 70px);padding:80px 60px 60px}.navigation .pop-out .scroll .links{font-size:35px}.navigation .pop-out .scroll .links li a{padding:2px 10px 10px}.navigation .pop-out .scroll .social li{margin:0 15px 0 0}}