@charset "UTF-8";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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:Inter,sans-serif;color:#232f21}html,body{margin:0;padding:0;height:100%}html{scroll-behavior:smooth}.cantata{font-family:Cantata One,Inter,serif}input{outline:none}a{color:#232f21;text-decoration:none}a:hover,a:focus{text-decoration:none}.main-scroll-wrapper{scroll-snap-type:y proximity;overflow-y:scroll;height:100vh;min-height:100vh;scroll-behavior:smooth}.section{scroll-snap-align:start;height:100vh;scroll-snap-stop:always}.divider{border:none;border-top:1px solid #c9cec1;margin:8rem 0 0}@media (max-width: 991px){.divider{margin:4rem 0 0}}.btn-center{display:flex;align-items:center;justify-content:center}@media (max-width: 991px){.desktop-version{display:none}}@media (min-width: 992px){.mobile-version{display:none}}.content-section{display:flex;justify-content:space-between;align-items:flex-start;gap:22rem}@media (max-width: 991px){.content-section{flex-direction:column;gap:1rem;margin-top:106px}}.content-section .left{flex:0 0 200px}@media (max-width: 991px){.content-section .left{flex:none}}.content-section .left p{font-size:16px;font-weight:400;text-transform:uppercase;line-height:1.5;letter-spacing:.5px}.content-section .right{flex:1}.content-section .right h2{font-size:36px;font-weight:300;margin-bottom:2rem;line-height:150%}@media (max-width: 991px){.content-section .right h2{font-size:24px;font-style:normal;line-height:150%}}.center{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;padding:4rem 0}@media (max-width: 991px){.center{flex-direction:column;gap:0}}.center .text-block{flex:1;max-width:320px;font-size:20px;line-height:1.6}@media (max-width: 991px){.center .text-block{max-width:100%}}.center .text-block p{margin:0}.center .text-block strong{font-weight:600}.center .text-block.block-1{margin-top:0rem}.center .text-block.block-2{margin-top:5rem}@media (max-width: 991px){.center .text-block.block-2{margin-top:2rem}}.center .text-block.block-3{margin-top:12rem}@media (max-width: 991px){.center .text-block.block-3{margin-top:2rem}}.small-text,.hidden{opacity:0}.fadeInUp{animation-name:fadeInUp;animation-fill-mode:forwards}.fadeInDown{animation-name:fadeInDown;animation-fill-mode:forwards}.fadeInRight{animation-name:fadeInRight;animation-fill-mode:forwards}.slideInUp{animation-name:slideInUp;animation-fill-mode:both}.fade-500{animation-duration:.5s}.fade-800{animation-duration:.8s}.fade-1000{animation-duration:1s}.fade-1200{animation-duration:1.2s}.fade-1600{animation-duration:1.6s}.fade-2000{animation-duration:2s}.ease-in{animation-timing-function:ease-in}.ease-out{animation-timing-function:ease-out}.ease-in-out{animation-timing-function:ease-in-out}.linear{animation-timing-function:linear}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.delay-1000{animation-delay:1s}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translate(100%);visibility:visible}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translate(100%);visibility:visible}to{-webkit-transform:translateX(0);transform:translate(0)}}.line-separate{width:100%;height:1px;background-color:#c9cec1;margin-bottom:140px}@media (max-width: 991px){.line-separate{margin-top:0}}.section-text p{font-size:36px;font-weight:300;line-height:54px}@media (max-width: 991px){.section-text p{font-size:24px;font-style:normal;line-height:150%}}.section-text .highlight{display:inline-block;position:relative}.section-text .highlight:after{content:"";position:absolute;left:0;bottom:0;height:12px;width:0%;background-color:#ff914d;z-index:-1;transition:width .8s cubic-bezier(.4,0,.2,1)}.section-text .highlight.visible:after{width:100%}.delay-0{animation-delay:0s}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.btn-primary{width:max-content;display:flex;text-decoration:none;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;background-color:#232f21;color:#fff;font-size:14px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;border:none;border-radius:999px;cursor:pointer;transition:background-color .3s ease}.btn-primary .arrow{font-size:16px}.btn-primary:hover{background-color:#33412b}.about-me-bg{background-color:#dde0d9;position:relative;overflow:hidden;margin-top:100px}.about-me-bg.home-about-me{overflow:visible;padding-bottom:6rem}.about-me-bg.home-about-me>.section:last-of-type{height:auto;min-height:0;scroll-snap-align:none}.about-me-bg.home-about-me .text-about-me{max-height:none;overflow:visible;padding-right:0;padding-bottom:2rem}.about-me-bg.home-about-me .more-about-link{display:inline-block;margin-top:16px;margin-bottom:0}.bg-about-img{position:absolute;top:0;left:0;z-index:100}@media (max-width: 991px){.bg-about-img{display:none}}.about-me-bg-content{position:relative;width:100%;max-width:60.56rem;margin:0 auto;padding-top:9rem}.about-me-bg-content .title{font-weight:400;font-size:24px;line-height:29px;margin-bottom:1rem;z-index:2;position:relative}.about-me-bg-content .subTitle{font-size:80px;font-weight:400;z-index:2;position:relative}.about-me-bg-content .subTitle span{color:#fcf9ef;font-weight:700}.about-me-bg-content .image-forest{position:absolute;top:50%;left:23%;width:400px;height:auto;z-index:1}.about-me-bg-content .image-girls{position:absolute;right:12%;width:400px;height:auto;z-index:1}.zIndex{position:relative;z-index:2}.woman-orange{filter:invert(50%) sepia(80%) saturate(400%) hue-rotate(0deg)}.woman-green{filter:invert(60%) sepia(30%) saturate(250%) hue-rotate(80deg)}.woman-blue{filter:invert(60%) sepia(40%) saturate(200%) hue-rotate(200deg)}.flex{display:flex}.gap-68{gap:68px}.coaching-section{position:relative;overflow:hidden;min-height:100vh;height:100vh;box-sizing:border-box}@media (max-width: 991px){.coaching-section{min-height:815px;height:auto!important;max-height:none!important;padding-bottom:5rem}}.horizontal-scroll-indicator{position:absolute;bottom:clamp(2rem,5vh,3rem);left:50%;transform:translate(-50%);width:min(90%,960px);z-index:10;pointer-events:none}.horizontal-scroll-indicator__track{position:relative;width:100%;height:1px;background-color:#c9cec1;border-radius:0}.horizontal-scroll-indicator__thumb{position:absolute;top:-9px;height:9px;background-color:#c9cec1;border-radius:0;will-change:left}@media (max-width: 991px){.horizontal-scroll-indicator{width:calc(100% - 3rem);max-width:none;left:1.5rem;right:1.5rem;transform:none;bottom:2.25rem}}.horizontal-scroll-content{position:sticky;top:0;display:flex;height:100%}@media (max-width: 991px){.horizontal-scroll-content{align-items:stretch;min-height:815px}}.horizontal-slide-title{line-height:47px;font-size:33px!important}.horizontal-slide{flex:0 0 min(55vw,1100px);height:100%;min-height:100%;display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vh,3rem) clamp(2rem,5vw,4rem);box-sizing:border-box}@media (max-width: 991px){.horizontal-slide{flex:0 0 100vw;overflow:hidden;align-items:flex-start;justify-content:flex-start;padding:6.5rem 1.5rem 5.5rem}}.horizontal-slide .title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.horizontal-slide .subtitle{font-size:14px;font-weight:400;color:#232f21;max-width:238px;line-height:22px}.horizontal-slide .flex-between{display:flex;align-items:center;justify-content:space-between;width:min(90%,960px);max-height:100%;margin:0 auto;gap:clamp(2rem,4vw,4.0625rem);box-sizing:border-box}@media (max-width: 991px){.horizontal-slide .flex-between{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%;max-height:none;padding:0}}.horizontal-slide .text-col{display:flex;flex-direction:column;justify-content:center;max-width:430px;max-height:calc(100vh - 4rem);flex-shrink:0}@media (max-width: 991px){.horizontal-slide .text-col{flex:1 1 58%;min-width:0;max-width:none;max-height:none;justify-content:flex-start}}.horizontal-slide .text-col .overline{font-size:31px;color:#c9cec1;margin-bottom:1rem}@media (max-width: 991px){.horizontal-slide .text-col .overline{font-size:31.219px;line-height:47.52px}}.horizontal-slide .text-col h2{font-size:48px;font-weight:400;margin-bottom:1rem}@media (max-width: 991px){.horizontal-slide .text-col h2{font-size:33.919px;line-height:47.52px}}.horizontal-slide .text-col .subtitle{font-weight:300;color:#232f21;text-transform:uppercase;margin-bottom:2rem}@media (max-width: 991px){.horizontal-slide .text-col .subtitle{font-size:14.625px;line-height:22.4px;max-width:100%;margin-bottom:1rem}}.horizontal-slide .text-col .body-text{font-size:clamp(15px,1.6vh,18px);font-weight:300;line-height:1.5;margin-bottom:clamp(1.25rem,3vh,2rem);max-width:100%;width:auto}@media (max-width: 991px){.horizontal-slide .text-col .body-text{overflow-wrap:break-word;word-wrap:break-word;width:100%;font-size:15px;line-height:1.45;margin-bottom:1.25rem}.horizontal-slide .text-col .body-text p{margin-bottom:0}}.horizontal-slide .text-col .btn-primary{flex-shrink:0;margin-top:auto}@media (max-width: 991px){.horizontal-slide .text-col .btn-primary{margin-top:0;align-self:flex-start;white-space:normal;text-align:center;max-width:100%}}.horizontal-slide .image-col{position:relative;flex-shrink:0;align-self:center}@media (max-width: 991px){.horizontal-slide .image-col{flex:0 0 38%;max-width:42%;align-self:flex-start;margin-bottom:0;padding-top:2.5rem}}.horizontal-slide .image-col .illustration{width:220px;display:block;margin-bottom:0;filter:invert(60%) sepia(30%) saturate(250%) hue-rotate(80deg);transform:translateY(-60px);transition:filter .4s,transform .4s}@media (max-width: 991px){.horizontal-slide .image-col .illustration{margin-left:auto;transform:none}}@media (min-width: 992px){.coaching-section{height:100vh!important;min-height:100vh;padding-bottom:0}.horizontal-scroll-content{min-height:0;height:100%}.horizontal-slide{flex:0 0 min(55vw,1100px);overflow:visible;align-items:center;justify-content:center;padding:clamp(1.5rem,4vh,3rem) clamp(2rem,5vw,4rem)}.horizontal-slide .flex-between{flex-direction:row;align-items:center;width:min(90%,960px);gap:clamp(2rem,4vw,4.0625rem);padding:0}.horizontal-slide .text-col{flex:0 0 auto;min-width:auto;max-width:430px;max-height:calc(100vh - 4rem);justify-content:center}.horizontal-slide .text-col .subtitle{max-width:238px;margin-bottom:2rem}.horizontal-slide .text-col .btn-primary{margin-top:auto;align-self:stretch;white-space:nowrap;max-width:none}.horizontal-slide .image-col{flex:0 0 auto;max-width:none;padding-top:0;align-self:center}.horizontal-slide .image-col .illustration{width:220px;max-width:220px;margin-left:0;transform:translateY(-60px)}.horizontal-scroll-indicator{width:min(90%,960px);left:50%;right:auto;transform:translate(-50%);bottom:clamp(2rem,5vh,3rem)}}@media (max-height: 900px) and (min-width: 992px){.horizontal-slide{padding-top:1.25rem;padding-bottom:1.25rem}.horizontal-slide .text-col h2{font-size:clamp(32px,4.5vh,42px);margin-bottom:.5rem}.horizontal-slide .text-col .subtitle{margin-bottom:1rem}.horizontal-slide .text-col .body-text{font-size:16px;line-height:1.45;margin-bottom:1.25rem}.horizontal-slide .image-col .illustration{width:clamp(140px,16vw,200px)}}@media (max-height: 750px) and (min-width: 992px){.horizontal-slide .text-col .overline{font-size:31px;margin-bottom:.5rem}.horizontal-slide .text-col h2{font-size:28px}.horizontal-slide .text-col .body-text{font-size:15px;margin-bottom:1rem}}.horizontal-scroll-section{height:100vh;position:relative;overflow:hidden}.horizontal-scroll-section .horizontal-scroll-inner{display:flex;height:100%;width:300vw}.horizontal-scroll-section .horizontal-slide{flex:0 0 33vw;display:flex;align-items:center;justify-content:center;padding:2rem}.horizontal-scroll-section .horizontal-slide .flex-between{display:flex;align-items:center;justify-content:space-between;margin:0 auto}.horizontal-scroll-section .horizontal-slide .text-col{max-width:500px}.horizontal-scroll-section .horizontal-slide .image-col .illustration{width:245px}.animatedSection{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:120px 0;position:relative;overflow:hidden}.animatedSection:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}@media (max-width: 768px){.animatedSection{padding:80px 0}}@media (max-width: 480px){.title{font-size:2.5rem}.subtitle{font-size:1.1rem}}.growth-section{margin-top:clamp(3.5rem,7vh,5.6875rem);margin-bottom:100px}@media (max-width: 991px){.growth-section{margin-top:0}}.growth-section .growth-content{position:relative}.growth-section .growth-content .line-image{position:absolute;width:100%;top:0;left:0;z-index:-1}.growth-section .growth-content .growth-illustration-book{margin:0 auto 62px;display:block}@media (max-width: 1024px){.growth-section .growth-content .growth-illustration-book{margin:115px auto 62px;width:100%}}.growth-section .growth-content .growth-text{font-size:26px;font-weight:300;color:#232f21;line-height:31.7px;text-align:center;margin:150px auto;width:665px}@media (max-width: 1024px){.growth-section .growth-content .growth-text{margin:0 auto 150px}}@media (max-width: 991px){.growth-section .growth-content .growth-text{font-size:1.5rem;width:100%}}.growth-section .growth-content .btn-primary{margin:33px auto}@media (max-width: 991px){.section-home{height:auto}}.section-second{padding-top:100px}.about{background-image:url(/wp-content/themes/silverBow/dist/assets/bg-section-about-C1AuR7aL.png);background-position:top center;background-repeat:no-repeat;background-size:contain;position:relative;overflow-x:hidden}.about .section{height:auto;min-height:100vh;overflow:visible}@media (max-width: 991px){.about{background-color:#88b67a}}.about .about-me-bg-content{padding-top:12.5rem}.section-growth{margin-top:91px;display:flex;align-items:center;justify-content:center;position:relative}.section-growth .line-image{position:absolute;width:100%;top:0;left:0;z-index:-1}@media (max-width: 991px){.section-growth .line-image{top:initial;left:initial}}.section-growth .section-growth-flex .section-growth-text{font-size:26px;font-weight:500;width:42rem;text-align:center;line-height:34px;margin:0 auto}@media (max-width: 991px){.section-growth .section-growth-flex .section-growth-text{width:100%}}.main-scroll{height:100vh;min-height:100vh}.about-img-relative{position:relative}.about-img-relative .image-forest{z-index:1}@media (max-width: 991px){.about-img-relative .image-forest{left:0}}.about-img-relative .image-girls{width:400px;height:400px;object-fit:contain;z-index:1}.section.section-about-text{height:auto;min-height:0;scroll-snap-align:none;position:relative;z-index:1;background-color:#fff;padding-bottom:5rem}.section.section-about-text .text-about-me{max-height:none;overflow:visible;padding-bottom:1rem}@media (max-width: 991px){.section.section-about-text .text-about-me{max-height:none;padding-top:87px}}.section.whats-grounds{background-color:#33412b;height:auto;min-height:443px;position:relative;z-index:2;scroll-snap-align:start}.section.whats-grounds .title-about-second-section{font-size:34px;font-weight:300;padding:50px 0 64px;color:#fcf9ef}.clipboard{overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.revealed-text{-webkit-mask-composite:destination-out;mask-composite:exclude;transition:mask-image .1s,-webkit-mask-image .1s;font-size:16px;color:#333;display:flex;align-items:center;justify-content:center}.revealed-text p{line-height:1.5;margin:auto}.clippboard{background-image:url(/wp-content/themes/silverBow/dist/assets/girl-DDu0TLAb.png);background-repeat:no-repeat;height:352px;width:352px;clip-path:circle(50% at 50% 50%);border-radius:50%;background-color:red}.text-introspective .title-introspective{font-size:1rem;font-weight:300;text-transform:uppercase;color:#232f21;margin-top:148px}@media (max-width: 991px){.text-introspective .title-introspective{margin-top:50px}}.text-introspective p{width:51.5rem;font-size:24px;font-weight:300;margin:35px 0 50px}@media (max-width: 991px){.text-introspective p{width:100%}}.training-experience{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #c9cec1;padding-bottom:156px}@media (max-width: 991px){.training-experience{flex-direction:column;align-items:initial;gap:24px}}.training-experience .title{font-size:34px;font-weight:300;color:#232f21;line-height:34px}.training-experience .title span{display:block}.training-experience .experience-grid{display:grid;grid-template-columns:repeat(5,139px);gap:32px;overflow:hidden}.training-experience .experience-grid .circle{display:block;width:139px;height:139px;border-radius:50%;background-color:#e1e3cb}.client-words{margin-top:107px}.client-words .title{font-size:34px;font-weight:300}.client-grid{display:grid;grid-template-columns:repeat(3,22rem);gap:67px;padding-bottom:156px}@media (max-width: 1024px){.client-grid{grid-template-columns:repeat(3,18rem)}}@media (max-width: 991px){.client-grid{grid-template-columns:1fr;gap:0}}.client-grid .client-words-grid{margin-top:80px}.client-grid .client-words-grid .client-words-grid-header{display:flex;align-items:baseline;gap:26px}.client-grid .client-words-grid .client-words-grid-header .avatar{width:79px;height:79px;object-fit:cover;border-radius:50%}.client-grid .client-words-grid .client-words-grid-header .title-header{font-size:31px;font-weight:300;opacity:.2}.client-grid .client-words-grid .client-words-grid-content .subTitle-header{font-size:1rem;font-weight:300;margin:24px 0}.client-grid .client-words-grid .client-words-grid-content .content{font-size:15px;font-weight:300}.deeper-section{display:flex;flex-direction:column;align-items:flex-start;padding:40px;margin:0 0 137px}@media (max-width: 991px){.deeper-section{padding:0}}.deeper-section .deeper-title{font-size:28px;font-weight:500;margin-bottom:24px}@media (max-width: 991px){.deeper-section .deeper-title{font-size:33px}}.deeper-section .deeper-content{display:flex;align-items:center;gap:139px}@media (max-width: 991px){.deeper-section .deeper-content{flex-direction:column-reverse;gap:32px;align-items:flex-start}}.deeper-section .deeper-button{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:12px;letter-spacing:1px;text-transform:uppercase;padding:12px 24px;border-radius:999px;border:none;cursor:pointer;transition:background-color .3s}.deeper-section .deeper-button:hover{background-color:#2e3a2e}.deeper-section .deeper-text{font-size:16px;line-height:1.4;color:#1f2a20;max-width:569px}.bg-animation-about{background-image:url(/wp-content/themes/silverBow/dist/assets/bg-vector-DreXaI0r.png);height:626px;position:absolute;top:0;left:0}@media (max-width: 991px){.padding-top{padding-top:17%}}.text-about-me{width:100%;max-width:694px;padding-top:87px;padding-right:12px;margin:0 auto;position:relative;z-index:101;max-height:none;overflow:visible}@media (max-width: 991px){.text-about-me{max-height:none;padding-right:8px;padding-top:35%}}.text-about-me p:last-child{margin-bottom:0}.text-about-me a:hover{text-decoration:underline}.text-about-me .more-about-link{display:inline-block;margin-top:16px}.text-about-me p,.text-about-me a{font-size:32px;font-weight:300;line-height:150%;margin-bottom:30px}@media (max-width: 991px){.text-about-me p,.text-about-me a{font-size:24px;line-height:36px}}.company-section{color:#2d3a2e}.company-section .company-header{padding:8rem 0}.company-section .company-header .company-title{font-size:6.25rem;font-weight:400;letter-spacing:-.01em;margin-bottom:6rem}@media (max-width: 991px){.company-section .company-header .company-title{font-size:56px;margin-top:72px;letter-spacing:-.56px}}.company-section .company-header .company-leads .flex-column-fake{display:flex;justify-content:space-between}@media (max-width: 991px){.company-section .company-header .company-leads .flex-column-fake{justify-content:flex-start;margin-top:47px}}.company-section .company-header .company-leads .company-leads-left{display:flex;flex-direction:column}.company-section .company-header .company-leads .company-leads-left p{font-size:1.62rem;font-weight:300;line-height:150%;margin:0}@media (max-width: 991px){.company-section .company-header .company-leads .company-leads-left p{font-size:1.5rem}}@media (max-width: 991px){.company-section .company-header .company-leads .company-leads-left p:nth-child(1){width:245px;margin-bottom:48px}}.company-section .company-header .company-leads .company-leads-left p:nth-child(2){padding-left:9.27rem}@media (max-width: 991px){.company-section .company-header .company-leads .company-leads-left p:nth-child(2){padding-left:0}}.company-section .company-header .company-leads .company-leads-left .highlight{display:inline-block;position:relative}.company-section .company-header .company-leads .company-leads-left .highlight:after{content:"";position:absolute;left:0;bottom:-5px;height:22px;width:0%;background-color:#ff914d;z-index:-1;transition:width .6s ease}.company-section .company-header .company-leads .company-leads-left .highlight.visible:after{width:100%}.company-section .company-header .company-leads .company-description{max-width:320px;font-size:1.5rem;font-weight:300;line-height:1.4}@media (max-width: 991px){.company-section .company-header .company-leads .company-description{font-size:1.3rem}}.company-section .company-work{margin:6.75rem 0 8.06rem}@media (max-width: 991px){.company-section .company-work{margin:4rem 0 8.06rem}}.company-section .company-work .company-work-title{font-size:2.12rem;font-weight:300;margin-bottom:1.75rem}@media (max-width: 991px){.company-section .company-work .company-work-title{width:252px;line-height:47.52px}}.company-section .company-work .company-work-text{width:56.75rem;font-size:1.5rem;font-weight:300;line-height:150%}@media (max-width: 991px){.company-section .company-work .company-work-text{width:100%}}.work-together{background:url(/wp-content/themes/silverBow/dist/assets/ball-espVCtQr.png) no-repeat top right,linear-gradient(90deg,#f7994d,#f89e57);display:flex;flex-direction:column;align-items:flex-start;padding:4rem 2rem 0;color:#263221;position:relative;overflow:hidden}.work-together .subtitle{font-size:1.5rem;margin-bottom:2.56rem;display:block;color:#fcf9ef}.work-together .title{font-size:3.625rem;font-weight:500;line-height:88%;max-width:400px}.work-together .illustration-wrapper{display:flex;flex-direction:column;justify-content:center;padding-left:55px}.work-together .illustration-wrapper .bubble-main{position:absolute;top:0;left:0}.work-together .illustration-wrapper .bubble{position:relative;font-size:1.5rem;font-weight:500;width:50%;height:139px;display:flex;justify-content:center;align-items:center;z-index:1;margin-bottom:31px}.work-together .illustration-wrapper .bubble:after{content:"";position:absolute;top:0;left:0;background-color:#e1e3cb;width:8.6875rem;height:8.6875rem;border-radius:50%;opacity:.3;z-index:-1}.work-together .illustration-wrapper .bubble:nth-child(1):after{left:-60px}.work-together .illustration-wrapper .bubble:nth-child(2){padding-left:7px}.work-together .illustration-wrapper .bubble:nth-child(2):after{left:-60px}.work-together .illustration-wrapper .bubble:nth-child(3){padding-left:80px;width:205px}.work-together .illustration-wrapper .bubble:nth-child(3):after{left:30px}.work-together .illustration-wrapper .bubble:nth-child(4){padding-left:180px}.work-together .illustration-wrapper .bubble:nth-child(4):after{left:130px}.work-together .illustration-wrapper .illustration img{max-width:300px;height:auto}.wrapper-flex-work{display:flex;justify-content:flex-start;align-items:center;gap:50px}.approach-section{padding:7.88rem 0 0;background-color:#fff}.approach-section .approach-label{text-transform:uppercase;font-weight:400;font-size:1rem;line-height:20px;color:#232f21;margin-bottom:2.12rem}.approach-section .approach-title h3{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#232f21}.approach-section .approach-title p{font-size:24px;font-weight:400;line-height:150%}.approach-section .approach-description{font-size:1.5rem;font-weight:300;line-height:150%;color:#232f21}.results-section{padding:60px 0;background-color:#fff}.results-section .results-title{font-size:32px;font-weight:600;color:#1d2419;display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.results-section .results-title .results-subtitle{font-size:.9375rem;text-transform:uppercase;color:#a0a0a0;letter-spacing:.5px;font-weight:400;font-family:Inter,sans-serif}.individuals-leads{display:grid;grid-template-columns:36.68rem 24.3rem}@media (max-width: 991px){.individuals-leads{grid-template-columns:1fr}}.individuals-leads p{font-weight:300}@media (max-width: 991px){.individuals-leads p{margin-bottom:82px}}.individuals-leads p:nth-child(1){font-size:1.62rem;line-height:150%}@media (max-width: 991px){.individuals-leads p:nth-child(1){width:245px}}.individuals-leads p:nth-child(2){font-size:1.5rem}@media (max-width: 991px){.individuals-leads p:nth-child(2){width:295px;margin-bottom:0}}.individuals-leads .highlight{display:inline-block;position:relative}.individuals-leads .highlight:after{content:"";position:absolute;left:0;bottom:-5px;height:22px;width:0%;background-color:#ff914d;z-index:-1;transition:width .6s ease}.individuals-leads .highlight.visible:after{width:100%}@media (max-width: 991px){.individuals-header{padding:8rem 0 0!important}}.coaching-offers{display:flex;background-color:#31472c;color:#f0f2eb;padding:80px 0}@media (max-width: 1024px){.coaching-offers{gap:50px}}.coaching-offers__intro{flex:1;display:flex;flex-direction:column;justify-content:center;padding-left:10%}.coaching-offers__how-i-help{font-size:1.5rem;font-weight:300;margin-bottom:1.5rem;color:#fcf9ef}.coaching-offers__title{font-size:5rem;line-height:88%;margin:0;color:#cbd4ac}@media (max-width: 1024px){.coaching-offers__title{font-size:4rem}}.coaching-offers__list{flex:1.5;display:flex;flex-direction:column;padding-right:10%}.coaching-offers__item{background-color:#394e29;padding:2.75rem 3.25rem;margin-bottom:.75rem;display:flex;align-items:center;transition:background-color .3s ease}.coaching-offers__item:last-child{margin-bottom:0}.coaching-offers__item p{font-size:1.5rem;font-weight:500;margin:0;color:#fcf9ef}.coaching-offers__item:hover{background-color:#4a5b45}@media (max-width: 768px){.coaching-offers{flex-direction:column;padding:40px 0}.coaching-offers__intro,.coaching-offers__list{padding-left:5%;padding-right:5%}.coaching-offers__intro{margin-bottom:40px}.coaching-offers__title{font-size:3rem;line-height:42.24px}.coaching-offers__item{padding:20px 25px;margin-bottom:10px}.coaching-offers__item p{font-size:1.1rem}}.approach-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.62rem}@media (max-width: 991px){.approach-section-grid{grid-template-columns:1fr}}.consulting-leads{display:grid;grid-template-columns:36.68rem 24.3rem}@media (max-width: 991px){.consulting-leads{grid-template-columns:1fr}}.consulting-leads p{font-weight:300}.consulting-leads p:nth-child(1){font-size:1.62rem;line-height:150%}.consulting-leads p:nth-child(2){font-size:1.5rem}@media (max-width: 991px){.consulting-leads p:nth-child(2){margin-top:65px;line-height:30px}}.consulting-leads .highlight{display:inline-block;position:relative}.consulting-leads .highlight:nth-child(1){margin-left:10px}.consulting-leads .highlight:after{content:"";position:absolute;left:0;bottom:-5px;height:22px;width:0%;background-color:#ff914d;z-index:-1;transition:width .6s ease}.consulting-leads .highlight.visible:after{width:100%}@media (max-width: 991px){.consulting-header{padding:8rem 0 0!important}}@media (max-width: 991px){.consulting-section .company-work-title{width:100%!important}}.consulting-areas{background-color:#f6c24a;padding:5.87rem 0 4.56rem}.consulting-areas__header{text-align:left;margin-bottom:3rem}.consulting-areas__how-i-help{font-size:1.5rem;font-weight:300;color:#fcf9ef;margin-bottom:1.5rem}.consulting-areas__title{font-size:5rem;font-weight:300;color:#33412b;margin:0}.consulting-areas__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem}.consulting-areas__item{background-color:#89b67a;padding:1.62rem 3.25rem;display:flex;align-items:center;justify-content:center;text-align:center;transition:background-color .3s ease}.consulting-areas__item p{font-size:1.5rem;color:#fcf9ef}.consulting-areas__item:hover{background-color:#71a361}@media (max-width: 1024px){.consulting-areas__header{margin-left:5%}.consulting-areas__grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.consulting-areas__title{font-size:3.5rem}.consulting-areas__item{font-size:1.25rem;padding:2.5rem 1.5rem}}@media (max-width: 768px){.consulting-areas{padding:3rem 0}.consulting-areas__header{margin-left:0;margin-bottom:2rem}.consulting-areas__title{font-size:2.8rem}.consulting-areas__grid{grid-template-columns:1fr}.consulting-areas__item{min-height:auto;font-size:1.125rem;padding:2rem 1.5rem}}@media (max-width: 480px){.consulting-areas__title{font-size:2.2rem}.consulting-areas__item{font-size:1rem;padding:1.5rem 1rem}}.bg-header{position:relative;width:100%}@media (max-width: 991px){.bg-header{height:auto}}.bg-header h1{font-weight:400;font-size:6.25rem;letter-spacing:-.01em;color:#33412b;padding-top:245px;line-height:88%}@media (max-width: 991px){.bg-header h1{font-size:3.75rem;max-width:77rem;padding:130px 21px 0}}.bg-header h1 span{display:block}.bg-header .hero{position:relative;height:626px;background-color:#e1e3cb;overflow:hidden}@media (max-width: 991px){.bg-header .hero{height:722px;overflow:hidden}}.bg-header .element-orange{position:absolute;right:98px;top:71px;z-index:2}@media (max-width: 991px){.bg-header .element-orange{left:0%;right:0;top:57%;bottom:0;z-index:1;overflow:hidden;width:100%}}.bg-header .intent{position:absolute;right:0;bottom:0;z-index:0}.bg-header .title-animation-header{font-size:274px;font-weight:400;color:#cbd4ac;text-align:right}@media (max-width: 991px){.bg-header .title-animation-header{position:absolute;left:-5px;top:510px;font-size:240px}}@media (max-width: 768px){.bg-header .title-animation-header{position:absolute;left:63px;top:533px;font-size:240px}}.bg-header .girl{position:absolute;right:283px;top:-54px;z-index:2}@media (max-width: 991px){.bg-header .girl{position:absolute;left:17.48%;right:20.95%;top:42.94%;bottom:-4.71%;width:230.87px;height:446px}}.bg-header .bg-header h1{position:relative;font-weight:400;font-size:6.25rem;letter-spacing:-.01em;color:#33412b;padding-top:245px;line-height:88%;z-index:4}.header-top{transition:transform .25s ease,opacity .25s ease;transform:translateY(0);opacity:1;display:flex;align-items:center;justify-content:space-between;padding:57px 0 0;margin:0 auto;max-width:77rem;z-index:2;position:relative}@media (max-width: 991px){.header-top{padding:0;height:150px}}.header-top .menu{position:absolute;top:32px;right:0}.header-top .menu .menu-button{background-color:#ffffffe6;border:none;border-radius:45px;padding:12px 19px 12px 35px;box-shadow:4px 4px 12px #0000001a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:width .3s ease-in-out,height .3s ease-in-out}@media (max-width: 991px){.header-top .menu .menu-button{background-color:transparent;padding:12px 18px;width:100px;height:50px}}.header-top .menu .menu-button .icon{width:48px;height:48px;background-color:#232f21;border-radius:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.header-top .menu .menu-button .icon .bar{width:17px;height:2px;background-color:#fafaf9;transition:.4s}.header-top .menu .menu-button .icon .bar.active:nth-child(1){transform:rotate(-45deg) translate(-3px,3px)}.header-top .menu .menu-button .icon .bar.active:nth-child(2){transform:rotate(45deg) translate(-2px,-2px)}.header-top .menu .menu-button .menu-button-initial{display:flex;justify-content:flex-end;gap:1.5rem}@media (max-width: 991px){.header-top .menu .menu-button .menu-button-initial{display:flex;align-items:flex-end;flex-direction:column-reverse}}.header-top .menu .menu-button .menu-button-initial-menu{color:#232f21;font-size:.938rem;font-weight:300;line-height:3.4;text-align:right;display:block}@media (max-width: 991px){.header-top .menu .menu-button .menu-button-initial-menu{display:none}}.header-top .menu .menu-button .menu-content{opacity:0}.header-top .menu .menu-button.active{width:30rem;height:25.5rem;box-shadow:4px 4px 12px #0000001a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (max-width: 991px){.header-top .menu .menu-button.active{width:22rem;height:auto;background-color:#ffffffe6}}.header-top .menu .menu-button.active .menu-content{opacity:1;display:flex;flex-direction:column;align-items:flex-end;margin-bottom:15px;margin-top:1.91rem}.header-top .menu .menu-button.active .menu-content a{font-size:1.5rem;font-weight:500;color:#394e29;text-decoration:none;margin-bottom:15px}.header-top .menu .menu-button.active .menu-content .active-menu-link{color:#f98e46;font-weight:500;font-size:1.5rem}.header-top.hidden-on-scroll{transform:translateY(-110%);opacity:0;pointer-events:none}.work-with-me{border-top:1px solid rgb(225,227,203);margin:0 auto;width:345px}.work-with-me h2{color:#394e29;font-size:24px;font-weight:500;margin:17px 0 23px;text-align:right}.work-with-me .work-options .work-option{display:flex;align-items:center;gap:3.3rem}.work-with-me .work-options .work-option li{position:relative}.work-with-me .work-options .work-option li:not(:last-child):after{content:"|";position:absolute;top:0;right:-25px}.work-with-me .work-options .work-option li .work-title{font-size:16px;font-weight:500;text-decoration:none;color:#394e29}.work-with-me .work-options .work-option .work-desc{font-size:12px;font-weight:500}.title-yourself{margin:0 auto;max-width:77rem}.background-about{height:125px;background-color:transparent;position:fixed;top:0;left:0;right:0;width:100%;z-index:3}.background-home{background-color:transparent;height:125px;position:fixed;top:0;left:0;right:0;width:100%;z-index:104}.background-company{background-color:#f98e46;height:125px}.background-individuals{background-color:#cbd4ac;height:125px}.background-consulting{background-color:#f6c24a;height:125px}.background-blog{background-color:#1f2a1f;height:125px}.background-blog .header-top-logo a svg path{fill:#fff}.contact-form-open{background-color:#fff!important;border-radius:100px 8px 100px 100px!important;padding:12px 19px 12px 95px!important}@media (max-width: 991px){.contact-form-open{width:270px}}@media (max-width: 991px){.contact-form-wrapper{width:340px;padding:12px 0 38px 95px!important}}.contact-form-wrapper .menu-content{opacity:1!important}.contact-form-wrapper .menu-content .title-contact{font-size:5rem;font-weight:400;letter-spacing:-.01em;line-height:88%}@media (max-width: 991px){.contact-form-wrapper .menu-content .title-contact{font-size:3rem}}.contact-form-wrapper .menu-content .divider{margin:1.37rem 0 0}.contact-form-wrapper .contact-form{display:flex;flex-direction:column;margin-top:1rem;padding:1rem 0;border-radius:8px;animation:fadeIn .3s ease-in-out}.contact-form-wrapper .contact-form .form-flex{display:flex;align-items:center;justify-content:center;gap:65px}@media (max-width: 991px){.contact-form-wrapper .contact-form .form-flex{flex-direction:column;gap:20px}}.contact-form-wrapper .contact-form .form-flex input{border:none;background-color:transparent;border-bottom:3px solid #d4cdb8;padding:.9rem 0;margin-bottom:3.19rem;font-size:1.5rem;width:100%}@media (max-width: 991px){.contact-form-wrapper .contact-form .form-flex input{margin-bottom:0;font-size:1rem}}@media (max-width: 991px){.contact-form-wrapper .contact-form .form-flex input::placeholder{font-size:1rem}}.contact-form-wrapper .contact-form .wrapper-footer-flex{display:flex;align-items:center;gap:118px}@media (max-width: 991px){.contact-form-wrapper .contact-form .wrapper-footer-flex{align-items:flex-start;gap:10px;margin-top:20px}}.contact-form-wrapper .contact-form .wrapper-footer-flex .btn-social{text-decoration:none;color:#000;font-size:1rem;display:flex;align-items:center;gap:15px}@media (max-width: 991px){.contact-form-wrapper .contact-form .wrapper-footer-flex .btn-social{gap:5px}}.contact-form-wrapper .visit-me{color:#2c2c2c}.contact-form-wrapper .visit-me .visit-title{font-size:2.12rem;font-weight:400;margin-bottom:.5rem}.contact-form-wrapper .visit-me .visit-address{width:100%;max-width:636px;padding:1.37rem 0;font-size:1rem;font-weight:300;line-height:1.6}.contact-form-wrapper .visit-me .divider{margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.contact-toggle{background:none;border:none;color:inherit;font:inherit;cursor:pointer}.bg-footer{background-color:#33412b;position:relative;overflow:hidden}.bg-footer .title-animation-contact{font-size:274px;font-weight:400;color:#394e29;text-align:right;letter-spacing:-.01em;line-height:155px;position:absolute;right:0;bottom:21px}.container-footer{margin:0 auto;max-width:77rem}@media (max-width: 991px){.container-footer{display:flex;align-items:center;justify-content:center}}.logo-footer{padding-top:64px;min-width:350px;max-width:600px;width:100%}@media (max-width: 991px){.logo-footer{padding-bottom:53px;text-align:center;max-width:100%}}.logo-footer .text-footer{position:relative}.logo-footer .text-footer p{color:#d4cdb8;padding-top:30px;line-height:20px;position:absolute;top:0;left:0;font-weight:400px;font-size:12px;text-transform:uppercase}@media (max-width: 991px){.logo-footer .text-footer p{margin:0 auto;width:100%}}.info{display:flex;justify-content:space-between;align-items:baseline;position:relative;z-index:1}@media (max-width: 991px){.info{flex-direction:column;align-items:flex-start}}.info .contact-option{width:380px}@media (max-width: 991px){.info .contact-option{padding-right:0;width:72%;margin:50px auto 0}}.info .contact-option ul{display:flex;align-items:center;justify-content:end;gap:19px;flex-wrap:wrap}@media (max-width: 991px){.info .contact-option ul{flex-direction:column;align-items:flex-start}}.info .contact-option ul li{position:relative}.info .contact-option ul li a,.info .contact-option ul li p{font-size:1rem;font-weight:300;color:#d4cdb8;line-height:24px}.info .contact-option ul li a:after,.info .contact-option ul li p:after{content:"";width:100%;height:3px;background-color:#d4cdb8;position:absolute;bottom:-3px;left:0}.info .contact-option ul li a,.info .contact-option ul li p{text-decoration:none}.contact-newsletter .contact-form{padding:70px 0 62px;display:flex;align-items:flex-end;gap:37px}@media (max-width: 991px){.contact-newsletter .contact-form{align-items:center;flex-direction:column}}.contact-newsletter .contact-form .form-field{display:flex;flex-direction:column;gap:.5rem}.contact-newsletter .contact-form .form-flex input{background-color:transparent;border-bottom:1px solid rgb(212,205,184);border-top:none;border-left:none;border-right:none;font-size:12px;font-weight:400;color:#d4cdb880;padding-bottom:8px;width:230px}.contact-newsletter .contact-form .form-status{font-size:12px;margin:0;width:230px;line-height:1.4}.contact-newsletter .contact-form .form-status--success{color:#d4cdb8}.contact-newsletter .contact-form .form-status--error{color:#ffb4a2}.contact-newsletter .contact-form .form-status--loading{color:#d4cdb8b3}.contact-newsletter .contact-form .wrapper-footer-flex button{background-color:#fff;padding:15px 36px;font-size:12px;font-weight:400;color:#33412b;text-transform:uppercase;transition:all .3s;position:relative;z-index:1}.contact-newsletter .contact-form .wrapper-footer-flex button:hover{filter:brightness(.9)}.copyright{background-color:#1f2a1f;padding:15px}.copyright-text{display:flex;align-items:center;justify-content:space-between}@media (max-width: 991px){.copyright-text{align-items:center;flex-direction:column}}.copyright-text p,.copyright-text a{color:#d4cdb899;font-size:12px;font-weight:400;text-transform:uppercase}.copyright-text a:hover{text-decoration:underline}.scroll-to-top{position:fixed;right:1.5rem;bottom:1.5rem;z-index:1000;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:none;border-radius:50%;background-color:#232f21;color:#fff;cursor:pointer;box-shadow:0 4px 16px #0003;opacity:0;visibility:hidden;transform:translateY(.75rem);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background-color .3s ease}.scroll-to-top--visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background-color:#33412b}.scroll-to-top:focus-visible{outline:2px solid #ff914d;outline-offset:3px}.scroll-to-top__arrows{display:flex;flex-direction:column;align-items:center;gap:.1rem;line-height:1}.scroll-to-top__arrow{display:block;width:.65rem;height:.65rem;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(-45deg)}@media (max-width: 600px){.scroll-to-top{right:1rem;bottom:1rem;width:2.75rem;height:2.75rem}.scroll-to-top__arrow{width:.55rem;height:.55rem}}.container{margin-right:auto;margin-left:auto;padding-left:.9375rem;padding-right:.9375rem}@media (min-width: 50.48rem){ß .container{width:48.605rem}}@media (min-width: 65.15075rem){.container{width:63.27575rem}}@media (min-width: 78.875rem){.container{width:77rem}}.blog-item{display:flex;gap:1.5rem;margin-bottom:3.31rem;text-decoration:none}.blog-item .blog-thumb{width:255px;height:287px;object-fit:cover;border-radius:5px}@media (max-width: 991px){.blog-item .blog-thumb{width:100%}}.blog-item .blog-info{display:flex;flex-direction:column;justify-content:space-between}.blog-item .blog-info-title{font-size:1.3rem;font-weight:400;line-height:36px}.blog-item .blog-info .date{font-size:.9375rem;font-weight:300;color:#999;margin-bottom:.5rem}.blog-item .blog-info .description{line-height:176.5%;font-size:17px;font-weight:300;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.blog-item .blog-info .description{margin:2rem 0}}.blog-item .blog-info .continue{color:#f98e46;text-decoration:none;display:block}.blog-item .blog-info .continue:hover{text-decoration:underline}@media (max-width: 768px){.blog-item{flex-direction:column;align-items:flex-start;text-align:left}.blog-thumb{width:100%;height:auto}.blog-info h2{font-size:1.1rem}.blog-info .description{font-size:.9rem}}.blog-list{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.blog-list{gap:1.5rem}}.blog-page .blog-header{margin:125px 0 93px}.blog-page .blog-header-title{font-size:6.25rem;font-weight:300;line-height:88px;letter-spacing:-1px;margin-bottom:2rem}@media (max-width: 768px){.blog-page .blog-header-title{text-align:left}}.blog-page .pagination{display:flex;justify-content:center;margin:7.75rem 0}@media (max-width: 768px){.blog-page .pagination{margin-bottom:2rem}}.blog-page .pagination span{margin:0 .5rem;color:#888;cursor:pointer}.blog-page .pagination span.active{color:#f26627}.blog-content{display:flex;gap:8rem}@media (max-width: 768px){.blog-content{flex-direction:column;gap:0}}.blog-post-page,.popular-reads-left{margin:5.6875rem 0 10.4375rem}.blog-post-page .post-img-intern,.popular-reads-left .post-img-intern{width:100%;height:383px;object-fit:cover;margin-bottom:51px}.blog-post-page .blog-info-wrapper-content .blog-post-title,.popular-reads-left .blog-info-wrapper-content .blog-post-title{font-size:2.1875rem;font-weight:400;line-height:36px;margin:.5rem 0 3.8125rem}.blog-post-page .blog-info-wrapper-content .date,.popular-reads-left .blog-info-wrapper-content .date{font-size:.9375rem;font-weight:300;color:#999;margin-bottom:.5rem}.blog-post-page .blog-info-wrapper-content .blog-post-content p,.popular-reads-left .blog-info-wrapper-content .blog-post-content p{font-size:1.0625rem;font-weight:300;color:#22293f;line-height:30.005px;margin-bottom:50px}@media (max-width: 768px){.blog-post-page{margin:0}}@media (max-width: 768px){.popular-reads-left{margin:0 0 5rem}}.popular-reads{flex:1}@media (max-width: 768px){.popular-reads{display:flex;flex-direction:column;align-items:flex-start}}.popular-reads-title{font-size:1rem;margin-bottom:1.8rem}.popular-reads .popular-item{display:flex;gap:1.125rem;margin-bottom:2.56rem}.popular-reads .popular-item .wrapper-flex{display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 768px){.popular-reads .popular-item .wrapper-flex{flex-direction:column}}.popular-reads .popular-item img{width:107px;height:77px;object-fit:cover;border-radius:10px}@media (max-width: 991px){.popular-reads .popular-item img{width:100%}}.popular-reads .popular-item p{font-size:.875rem;font-weight:400;margin:0;width:200px}.popular-reads .popular-item a{color:#f26627;font-size:.8125rem;text-decoration:none}@media (max-width: 768px){.popular-reads-title{text-align:center;margin-top:2rem}.popular-item{justify-content:center;text-align:left}.popular-item p{width:100%}}.privacyPage{margin:170px 0}.privacyPage h1{font-size:2.2rem;margin-bottom:1.5rem;color:#111}.privacyPage h2{font-size:1.4rem;margin:2rem 0 .8rem;color:#222}.privacyPage p{margin-bottom:1.2rem;font-size:1rem;color:#555}.privacyPage a{color:#06c;text-decoration:none}.privacyPage a:hover{text-decoration:underline}@media (max-width: 600px){.privacyPage{padding:2rem 1rem}.privacyPage h1{font-size:1.8rem}.privacyPage h2{font-size:1.2rem}.privacyPage p{font-size:.95rem}}.termsPage{margin:170px 0}.termsPage h1{font-size:2.2rem;margin-bottom:1.5rem;color:#111}.termsPage h2{font-size:1.4rem;margin:2rem 0 .8rem;color:#222}.termsPage p{margin-bottom:1.2rem;font-size:1rem;color:#555}.termsPage a{color:#06c;text-decoration:none}.termsPage a:hover{text-decoration:underline}@media (max-width: 600px){.termsPage{padding:2rem 1rem}.termsPage h1{font-size:1.8rem}.termsPage h2{font-size:1.2rem}.termsPage p{font-size:.95rem}}
