@media (min-width: 0px){#testimonial-wrapper{position:relative;z-index:1}}@media (min-width: 0px){#home-hero{position:relative;display:block;width:100%;height:100vh;min-height:auto;padding-bottom:0}#home-hero .bg-image-wrapper{position:absolute;left:0;top:0%;width:100%;height:100%;z-index:-1;background:green}#home-hero .bg-image{width:100%;height:100%;min-height:100%;opacity:90%;vertical-align:bottom;object-fit:cover;user-select:none;-webkit-user-drag:none}#home-hero .flex{position:relative;display:flex;flex-direction:column;width:100%;min-height:calc(100vh - 7.4rem);gap:1.5rem}#home-hero .intro-text{display:block;margin-left:auto;margin-right:auto;padding-top:5rem;max-width:fit-content;text-transform:capitalize;color:var(--v-accent-color);font-size:var(--v-topping-font-size);font-weight:bolder}#home-hero h1{text-align:center;letter-spacing:.02em;text-transform:uppercase;color:var(--v-heading-text-color-light);font-weight:bolder;font-size:var(--v-heading-font-size, 2.5rem)}#home-hero .bottom-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative}#home-hero p{position:relative;text-align:center;background:#00000040;padding:1rem;color:#fff}#home-hero .button-container{display:flex;flex-direction:row;gap:clamp(1rem,4.25vw,5rem);align-items:center;justify-content:space-evenly;width:100%;margin-bottom:1rem}#home-hero .secondary-link{color:var(--v-heading-text-color-light);border-radius:.25rem;padding:.5rem;text-decoration:none;box-shadow:-2px 2px 0 2px #00000080;background:var(--v-secondary-color);outline:2px solid black;font-size:clamp(1.25rem,2.5vw,1.75rem);width:fit-content}@media (pointer: fine){#home-hero .secondary-link{transition:.2s box-shadow ease}#home-hero .secondary-link:hover{box-shadow:none;transition:.5s box-shadow ease}}#home-hero .chevron-wrapper{display:none}}@media (max-width: 355px){#home-hero .button-container{flex-direction:column}}@media (min-width: 768px){#home-hero{position:unset}#home-hero .button-container{justify-content:center}#home-hero .secondary-link{padding:1rem}#home-hero .chevron-wrapper{rotate:90deg;width:fit-content;position:absolute;bottom:0%;left:50%}#home-hero .chevron-wrapper:before{content:"Explore More";rotate:-90deg;position:absolute;height:100%;width:fit-content;right:0%;bottom:0%;text-wrap:nowrap;font-size:var(--v-subheading-font-size);color:#fff}#home-hero .down-arrow{position:relative;vertical-align:bottom;width:100%;height:100%;object-fit:cover;animation:arrow-bounce 7s linear infinite}}@keyframes arrow-bounce{0%{opacity:0%;filter:drop-shadow(-10px 0px 0px white)}20%{filter:drop-shadow(-15px 0px 0px white)}50%{opacity:100%;filter:drop-shadow(-10px 0px 0px white)}70%{filter:drop-shadow(-15px 0px 0px white)}to{opacity:0%;filter:drop-shadow(-10px 0px 0px white)}}@media (min-width: 0px){header{width:100%;height:fit-content}body{height:fit-content}footer{position:relative;z-index:1;box-shadow:0 -5px 15px #0006}}@media (min-width: 0px){#project-display{position:relative;background:#f7f7f7;box-shadow:0 -10px 10px #00000040;z-index:1}#project-display .flex{display:flex;flex-direction:column;gap:clamp(2rem,8vw,3rem)}#project-display #top-text{background:var(--v-primary-color);width:fit-content;padding:0 1rem;color:#f7f7f7}#project-display h2{text-transform:uppercase}#project-display h3{width:100%}#project-display .top-content{display:flex;flex-direction:column;gap:1rem}#project-display .bottom-content{display:flex;flex-direction:column;list-style:none;gap:1rem;max-width:30rem;margin-left:auto;margin-right:auto}#project-display .example-content-wrapper{display:flex;flex-direction:row;justify-content:space-between}#project-display #example-content-wrapper-2{flex-direction:row-reverse}#project-display .example-description{max-width:clamp(15rem,20vw,18rem)}#project-display .section-image,#project-display .bg-image{object-fit:cover;width:100%;height:100%;vertical-align:bottom;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}#project-display .list-title-container{display:flex;flex-direction:column;justify-content:space-between;gap:.25rem;margin-bottom:.25rem}#project-display #title-container-2,#project-display #link-container-2,#project-display #description-2{margin-left:auto;width:fit-content}#project-display .list-link{color:#fff;width:100%;height:100%}#project-display .bg-image-wrapper{width:100%;height:100%;position:absolute;top:0%;left:0%;z-index:-1}#project-display .link-container{display:flex;flex-direction:row;background:var(--v-accent-color);width:fit-content;align-items:center;gap:clamp(.25rem,3vw,1rem);padding:.5rem}#project-display .icon-wrapper{display:none}}@media (min-width: 768px){#project-display .top-content{flex-direction:row;justify-content:space-between}#project-display #prominent-image{min-width:30rem}#project-display .list-break{display:none}#project-display .list-title-container{flex-direction:column;gap:1rem}#project-display .bottom-content{max-width:unset}#project-display .example-content-wrapper,#project-display #example-content-wrapper-2{flex-direction:column}#project-display .example-description{margin-top:1rem}#project-display .icon-wrapper{display:block;width:2rem;height:2rem;border-radius:.2rem;transition:.2s rotate ease}#project-display .arrow-icon{width:100%;height:100%;object-fit:cover;vertical-align:bottom;user-select:none;-webkit-user-drag:none}#project-display .link-container{padding:0 .25rem}@media (pointer: fine){#project-display .link-container:hover .icon-wrapper{rotate:-45deg;transition:.2s rotate ease}}}@media (min-width: 1024px){#project-display .bottom-content{flex-direction:row}#project-display #title-container-2,#project-display #link-container-2,#project-display #description-2{margin-left:0}}@media (min-width: 0px){#service-section{position:relative;background:var(--v-primary-color-light)}#service-section .top-content{display:flex;flex-direction:column;gap:clamp(1rem,4.25vw,2rem);align-items:center}#service-section #top-text{color:#fff;background:var(--v-heading-text-color-dark);text-align:center;font-weight:bolder;margin-left:auto;margin-right:auto;width:fit-content;padding:0 1rem}#service-section h2{text-transform:uppercase;color:var(--v-heading-text-color-dark);text-align:center}#service-section .intro-text{max-width:100%}#service-section .bottom-content{display:grid;grid-template-rows:repeat(6,auto);grid-template-columns:1fr;row-gap:2rem;margin-top:3rem;justify-items:center}#service-section #card-1{grid-row:1;grid-column:1}#service-section #card-2{grid-row:2;grid-column:1}#service-section #card-3{grid-row:3;grid-column:1}#service-section #card-4{grid-row:4;grid-column:1}#service-section #card-5{grid-row:5;grid-column:1}#service-section #card-6{grid-row:6;grid-column:1}#service-section .card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-content:center;padding:5rem 1rem 4rem;background:var(--v-highlight-color);gap:1rem;border-radius:1rem;box-shadow:-3px 3px 5px #0003;max-width:25rem;z-index:3}#service-section h3{text-transform:uppercase}#service-section .card-link{font-size:1.5rem;text-decoration:underline;color:#000;width:fit-content;padding:.25rem 1rem}@media (pointer: fine){#service-section .card-link{background:#0000;border-radius:.5rem;transition:.2s background-color ease-in-out}#service-section .card-link:hover{background-color:var(--v-accent-color);text-decoration-color:#0000;transition:.2s all ease-in-out}}#service-section .pine-tree,#service-section .tree-container{display:none}#service-section .card-icon-wrapper{position:absolute;top:-5%;left:10%;padding:.5rem;background:var(--v-accent-color)}#service-section .card-icon{object-fit:cover;height:100%;width:100%;vertical-align:bottom}#service-section .card-description{font-size:1.25rem}@media (pointer: fine){#service-section .tree-container{position:absolute;display:block;width:100%;height:90%;left:0;bottom:0;overflow:hidden;border-radius:1rem;user-select:none;z-index:-1}#service-section #pine-tree-1{left:0;scale:180%}#service-section #pine-tree-2{left:40%;scale:140%}#service-section #pine-tree-3{left:65%;scale:90%}#service-section #pine-tree-4{left:90%;scale:200%;bottom:-40%}#service-section .pine-tree{position:absolute;bottom:-30%;display:block;width:100px;height:150px;background:var(--v-primary-color);clip-path:path("M50 0 L20 40 H80 L50 0 M30 40 L10 80 H90 L70 40 H30 M20 80 L0 120 H100 L80 80 H20");opacity:0%;transition-property:bottom,opacity;transition-duration:.3s,.3s}#service-section .card:hover .pine-tree{opacity:70%;transition-property:bottom,opacity;transition-duration:.3s,.3s}#service-section .card:hover #pine-tree-1{bottom:0%}#service-section .card:hover #pine-tree-2{bottom:-10%}#service-section .card:hover #pine-tree-3{bottom:-20%}#service-section .card:hover #pine-tree-4{bottom:-30%}#service-section .card:hover{background-color:#94c1d1;box-shadow:-1px 1px 5px #0003}}#service-section .bg-image-wrapper{position:absolute;left:0;bottom:-1%;width:100%;height:80%}#service-section .transition-wave{width:100%;height:100%;object-fit:cover;vertical-align:bottom}#service-section .cta-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;width:100%;padding-top:clamp(3rem,8.5vw,10rem);position:relative;z-index:1}#service-section #cta-text{color:var(--v-primary-color);font-weight:bolder;text-transform:uppercase}#service-section .fade-raise-element{opacity:0;translate:0px 30px}#service-section .fade-raise-element.appear{opacity:1;translate:0px 0px;transition:.3s all ease}}@media (min-width: 832px){#service-section .bottom-content{grid-template-rows:auto auto auto;grid-template-columns:1fr 1fr}#service-section #card-1{grid-row:1;grid-column:1}#service-section #card-2{grid-row:1;grid-column:2}#service-section #card-3{grid-row:2;grid-column:1}#service-section #card-4{grid-row:2;grid-column:2}#service-section #card-5{grid-row:3;grid-column:1}#service-section #card-6{grid-row:3;grid-column:2}}@media (min-width: 1245px){#service-section .bottom-content{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr)}#service-section #card-1{grid-row:1;grid-column:1}#service-section #card-2{grid-row:1;grid-column:2}#service-section #card-3{grid-row:1;grid-column:3}#service-section #card-4{grid-row:2;grid-column:1}#service-section #card-5{grid-row:2;grid-column:2}#service-section #card-6{grid-row:2;grid-column:3}}@media (min-width: 0px){#trust-section{background:#f7f7f7}#trust-section h2{background:var(--v-primary-color);color:#f7f7f7;padding-left:1rem;padding-right:1rem;width:fit-content}#trust-section h3{text-transform:uppercase}#trust-section .flex{display:flex;flex-direction:column;gap:clamp(3rem,6vw,4rem)}#trust-section .section-image-wrapper{width:100%;height:32.5rem;border-radius:3rem;position:relative;margin:0 auto;max-width:30rem}#trust-section .section-image,#trust-section .logo{object-fit:cover;width:100%;height:100%;vertical-align:bottom}#trust-section .section-image{border-radius:3rem 3rem 3rem 1rem}#trust-section .name-plate{position:absolute;bottom:5%;display:flex;flex-direction:row;background:var(--v-heading-text-color-dark);margin-left:1rem;padding:.5rem;border-radius:.25rem;border:1px solid white}#trust-section .occupation-container{display:flex;flex-direction:column;align-items:flex-start}#trust-section .logo-wrapper{width:2rem;height:2rem;margin-top:auto;margin-bottom:auto}#trust-section .name{font-size:clamp(1.5rem,5vw,2rem);font-weight:600;font-family:var(--v-primary-font);color:var(--v-accent-color)}#trust-section .position{font-size:large;font-weight:400;font-family:var(--v-secondary-font);color:var(--v-body-text-color-light)}#trust-section .text-wrapper{display:flex;flex-direction:column;gap:clamp(1rem,6vw,2rem);margin-left:auto;margin-right:auto}#trust-section .underline{text-decoration:underline;font-weight:700}#trust-section .bottom-content{display:flex;flex-direction:column;gap:clamp(1rem,6vw,2rem)}#trust-section .fine-details{list-style:none;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,auto);row-gap:1rem;background:#e7e7e7;padding:1rem;border-radius:1rem}#trust-section .detail{position:relative}#trust-section #detail-1{grid-column:1;grid-row:1}#trust-section #detail-2{grid-column:1;grid-row:2}#trust-section #detail-3{grid-column:1;grid-row:3}#trust-section #detail-4{grid-column:1;grid-row:4}#trust-section h4{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;text-transform:uppercase;font-weight:800}#trust-section .detail-description{font-family:var(--v-secondary-font)}#trust-section .check-icon{width:100%;height:100%;object-fit:cover;vertical-align:bottom}#trust-section .check-icon-wrapper{width:1.5rem;height:1.5rem}#trust-section .detail-heading{display:flex;flex-direction:row;align-items:center}}@media (min-width: 768px){#trust-section .fine-details{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;padding-right:0rem}#trust-section .detail{max-width:18rem;margin-left:auto;margin-right:auto}#trust-section #detail-1{grid-column:1;grid-row:1}#trust-section #detail-2{grid-column:2;grid-row:1}#trust-section #detail-3{grid-column:1;grid-row:2}#trust-section #detail-4{grid-column:2;grid-row:2}}@media (min-width: 1024px){#trust-section .flex{flex-direction:row-reverse}#trust-section .section-image-wrapper{height:100%;max-width:60rem;margin:0}#trust-section .text-wrapper,#trust-section .detail{margin-left:0;margin-right:0}}@media (min-width: 0px){#proof-section{background:var(--v-primary-color)}#proof-section .flex{display:flex;flex-direction:column;gap:2.5rem}#proof-section .top-text{background:#000;padding:0rem 1rem;font-weight:700;color:#fff;width:fit-content}#proof-section h2{text-transform:uppercase}#proof-section .top-content{display:flex;flex-direction:column;align-items:center;gap:1.75rem}#proof-section .section-description{font-size:1.5rem}#proof-section .section-image-wrapper{height:100%;width:100%;position:relative}#proof-section .section-image{object-fit:cover;width:100%;height:100%;vertical-align:bottom;border-radius:1rem}#proof-section .description{font-size:1.125rem}#proof-section .mobile-title-container{display:flex;flex-direction:column;align-items:center;text-align:center}#proof-section .bottom-content{display:flex;flex-direction:column;gap:clamp(1.75rem,3vw,2rem)}#proof-section .title-container{display:none}#proof-section .title-description{font-size:1.125rem}#proof-section .benefits-container{display:flex;flex-direction:column;gap:1rem;list-style:none}#proof-section .benefit{border:1px solid rgba(159,207,224,.5);padding:1rem;border-radius:1rem;position:relative;height:fit-content}#proof-section .icon-wrapper{width:2rem;max-width:2rem;height:2rem;max-height:2rem}#proof-section .chevron-wrapper{rotate:90deg;transition:rotate .3s ease-in-out;margin-left:auto}#proof-section .chevron-wrapper.open{rotate:-90deg;transition:rotate .3s ease-in-out}#proof-section .list-title-container{display:flex;align-items:center;gap:1rem;width:100%;user-select:none}#proof-section .list-title{font-size:1.25rem;font-weight:800}#proof-section .list-description{font-size:1rem;scale:0;opacity:0;transition:scale .3s ease-in-out}#proof-section .stats-container{display:flex;flex-direction:column;justify-content:space-between;padding:0 5rem;gap:1rem;list-style:none;margin-top:clamp(2.5rem,5vw,5rem);text-align:center;width:100%;align-items:center}#proof-section .stat{font-size:2rem;text-transform:uppercase;font-family:var(--v-primary-font)}#proof-section .icon{-webkit-user-drag:none}#proof-section .chevron-icon{filter:brightness(0) saturate(100%) invert(70%) sepia(63%) saturate(1434%) hue-rotate(325deg) brightness(109%) contrast(82%)}#proof-section .drop-button{position:absolute;top:0;right:0;width:100%;height:100%;background:none;border:none;border-radius:1rem}@media (pointer: fine){#proof-section .drop-button:hover{cursor:pointer;box-shadow:0 0 5px #0000001a,0 0 15px #00ff001a,0 0 30px #0000001a}}#proof-section .description{max-height:0rem;scale:100% 0%;display:block;transform-origin:top;transition:opacity .3s ease-in-out,scale .3s ease-in-out,max-height .3s ease-in-out}#proof-section .description.open{opacity:1;scale:100% 100%;max-height:2rem;transition:opacity .3s ease-in-out,scale .3s ease-in-out,max-height .3s ease-in-out}#proof-section .bold-text{font-weight:800}}@media (min-width: 768px){#proof-section .mobile-title-container{display:none}#proof-section .title-container{display:flex;flex-direction:column}}@media (min-width: 1024px){#proof-section .mobile-title-container{display:none}#proof-section .flex{flex-direction:row;gap:clamp(2.5rem,5vw,5.5rem)}#proof-section .image-wrapper{min-width:28.875rem;height:100%;width:100%}#proof-section .section-image-wrapper{min-width:35rem}#proof-section .stats-container{display:flex;flex-direction:row}}@font-face{font-family:"DM Serif Display";src:url(/Fonts/DMSerifDisplay-Regular.woff2) format("woff2"),url(/Fonts/DMSerifDisplay-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"DM Serif Display";src:url(/Fonts/DMSerifDisplay-Regular.woff2) format("woff2"),url(/Fonts/DMSerifDisplay-Regular.woff) format("woff");font-weight:bolder;font-style:normal;font-display:swap}@font-face{font-family:"DM Serif Display";src:url(/Fonts/DMSerifDisplay-Regular.woff2) format("woff2"),url(/Fonts/DMSerifDisplay-Regular.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(/Fonts/SourceSans3-Roman.woff2) format("woff2"),url(/Fonts/SourceSans3-Roman.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(/Fonts/SourceSans3-Roman.woff2) format("woff2"),url(/Fonts/SourceSans3-Roman.woff) format("woff");font-weight:bolder;font-style:normal;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(/Fonts/SourceSans3-Roman.woff2) format("woff2"),url(/Fonts/SourceSans3-Roman.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--v-primary-color: #5c835e;--v-primary-color-light: #a7c3a8;--v-secondary-color: #4b6b82;--v-secondary-color-light: #a3bed0;--v-accent-color: #e89b5a;--v-highlight-color: #9fcfe0;--v-heading-text-color-dark: #2d3a2f;--v-heading-text-color-light: #f1f9f3;--v-body-text-color-dark: #4e4b66;--v-body-text-color-light: #fafbfc;--v-primary-font: Arial, sans-serif, system-ui;--v-secondary-font: open-sans, sans-serif, system-ui;--v-topping-font-size: clamp(1.25rem, 1.6vw, 2rem);--v-heading-font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);--v-subheading-font-size: clamp(1.25rem, 3.9vw, 2rem);--v-body-font-size: 1.25rem;--v-section-padding: clamp(3.75rem, 7.75vw, 6.25rem) 1rem;--v-hero-padding: 0rem 1rem}body{margin:0;padding:0}.body-nav-toggle{overflow:hidden;position:fixed;width:100%;height:100vh}strong{font-weight:400}em{font-style:normal}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.v-section{height:fit-content;width:100%;padding:var(--v-section-padding)}.v-topping-text{font-family:var(--v-secondary-font);font-size:var(--v-topping-font-size);line-height:1.25;letter-spacing:.01em;max-width:25rem;font-weight:bolder;text-transform:uppercase;color:var(--v-highlight-color);margin-bottom:.25rem;display:block;text-align:inherit}.v-title{font-family:var(--v-primary-font);font-size:var(--v-heading-font-size);line-height:1;letter-spacing:-.03em;font-weight:900;position:relative;text-align:inherit}.v-subheading-text{font-family:var(--v-secondary-font);font-size:var(--v-subheading-font-size);line-height:1.25;letter-spacing:normal;text-wrap:pretty;width:100%;max-width:40.625rem;margin:0}.v-text{font-family:var(--v-primary-font);font-size:var(--v-body-font-size);line-height:1.5;letter-spacing:normal;text-wrap:pretty;width:100%;max-width:40.625rem;margin:0}.v-container{max-width:80.5rem;margin:auto}.performance-score{font-weight:900;font-size:4rem;color:var(--v-highlight-color);font-family:var(--v-secondary-font);text-shadow:-3px 1px black}@media (min-width: 0px){#sample-prices{background:#f7f7f7}#sample-prices .flex{display:flex;flex-direction:column;gap:clamp(1rem,4vw,1.25rem)}#sample-prices .top-content{display:flex;flex-direction:column;align-items:center;text-align:center}#sample-prices .top-text{background:var(--v-primary-color);color:#f7f7f7;padding:0 1rem}#sample-prices h2,#sample-prices .price-title{text-transform:uppercase}#sample-prices .price-title{font-weight:800;text-align:center;background:var(--v-highlight-color);border-radius:.75rem;font-family:var(--v-secondary-font)}#sample-prices .bottom-content{display:flex;flex-direction:column;align-items:center;list-style:none;row-gap:clamp(1rem,4vw,2rem)}#sample-prices .pricing-card-container{display:flex;flex-direction:column;gap:clamp(1rem,4vw,2rem)}#sample-prices .pricing-card{list-style-type:none;background:var(--v-primary-color);width:100%;height:fit-content;padding:1rem 1rem 1.75rem;border-radius:1rem;border-top:1rem solid var(--v-primary-color-light);border-bottom:1rem solid var(--v-primary-color-light);box-shadow:-5px 0 #53351d}#sample-prices .card-detail-list{display:flex;flex-direction:column;list-style:none}#sample-prices .card-details{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between}#sample-prices .detail{position:relative;font-family:var(--v-secondary-font);text-transform:capitalize;font-size:1rem}#sample-prices .mark-icon-wrapper{width:fit-content;height:fit-content}#sample-prices .mark-icon{object-fit:cover;vertical-align:bottom;width:100%;height:100%;user-select:none;-webkit-user-drag:none}#sample-prices .best-for-text{display:block;width:fit-content;max-width:25rem;font-size:large;margin-left:auto;margin-right:auto;text-align:center;color:#000}#sample-prices .price{position:relative;font-size:var(--v-heading-font-size);font-size:3rem;text-align:center;background:var(--v-highlight-color);border-radius:1rem}#sample-prices .price:after{content:"(subject to sales tax)"}#sample-prices .card-list{display:flex;flex-direction:column;gap:.2rem;margin-top:.55rem;margin-bottom:.55rem}#sample-prices .card-details{padding:0 .25rem;height:3rem}#sample-prices .card-details:nth-child(odd){background:#fff3;border-radius:.75rem}#sample-prices #top-detail-5 .detail:after{content:"limitations apply"}#sample-prices #top-detail-3 .detail:after{content:"negotiable"}#sample-prices .price:after,#sample-prices #top-detail-5 .detail:after,#sample-prices #top-detail-3 .detail:after{position:absolute;font-weight:300;font-style:italic;text-transform:capitalize;font-size:medium;top:100%;left:0%;white-space:nowrap}#sample-prices .price:after{left:50%;translate:-50%}}@media (min-width: 768px){#sample-prices .pricing-card-container{flex-direction:row}}@media (min-width: 0px){#testimonial-section .flex{display:flex;flex-direction:column;gap:2rem}#testimonial-section .top-content{display:flex;flex-direction:column;align-items:center;gap:1rem}#testimonial-section .top-text{background:var(--v-primary-color);color:#f7f7f7;width:fit-content;padding:0 1rem;margin:0 auto}#testimonial-section .center-text{text-align:center}#testimonial-section h2{text-transform:uppercase;margin-left:auto;margin-right:auto}#testimonial-section .description{width:100%;max-width:100%}}@media (min-width: 0px){#testimonial-container{display:flex;flex-direction:row;margin-left:auto;margin-right:auto;width:fit-content;height:fit-content}#testimonial-container .quote-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,auto);gap:clamp(1rem,6vw,2rem)}#testimonial-container .testimonial-card{position:relative;display:flex;flex-direction:column;background:var(--v-primary-color-light);padding:2rem 1rem;gap:3rem;border-radius:1rem;max-width:30rem;transition:.1s scale ease;z-index:1}#testimonial-container .start-swapping{animation:forwards start-flip-animation .5s}#testimonial-container .stop-swapping{animation:forwards end-flip-animation .5s}#testimonial-container .testimonial-card-title-container{display:flex;flex-direction:column;margin-left:auto;margin-right:0}#testimonial-container .testimonial-title-rotated{margin-left:0;margin-right:auto}#testimonial-container .testimonial-card-name{font-weight:bolder}#testimonial-container .testimonial-quote{font-size:1.5rem}#testimonial-container .testimonial-button{position:absolute;left:0;top:0;width:100%;height:100%;background:none;border:none}@media (pointer: fine){#testimonial-container .testimonial-card:has(.testimonial-button:hover){scale:105%;box-shadow:-10px 10px 8px 1px #0000001a;transition:all .2s ease}#testimonial-container .testimonial-button:hover{cursor:pointer}}#testimonial-container .mark-wrapper{position:absolute;left:5%;right:unset;top:0%;width:clamp(5rem,20vw,8rem);user-select:none;-webkit-user-drag:none;pointer-events:none;z-index:-1}#testimonial-container .mark-wrapper-rotated{left:unset;right:5%}#testimonial-container .quote-mark{object-fit:cover;width:100%;height:100%;vertical-align:bottom}}@media (min-width: 768px){#testimonial-container .testimonial-button{display:block}#testimonial-container .quote-wrapper{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}}@keyframes start-flip-animation{0%{transform:rotateY(0)}to{transform:rotateY(90deg)}}@keyframes end-flip-animation{0%{transform:rotateY(-90deg)}to{transform:rotateY(0)}}@media (min-width: 0px){#get-started-section{position:relative;z-index:0;background:#fff;background:#def1f7}#get-started-section .flex{display:flex;flex-direction:column;gap:2rem;align-items:center}#get-started-section span{text-transform:uppercase;text-align:center}#get-started-section .button-wrapper{z-index:99;width:fit-content;height:fit-content}#get-started-section .bg-image-wrapper{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-2;pointer-events:none}#get-started-section .bg-image{object-fit:cover;width:100%;height:100%;vertical-align:bottom;user-select:none;pointer-events:none}#transition-section-top,#transition-section-bottom{height:5rem;max-height:5rem;width:100%;position:absolute;left:0}#transition-section-top{top:-5%;background:linear-gradient(to right,var(--v-highlight-color),var(--v-accent-color));clip-path:polygon(100% 0,100% 100%,calc(50% + 40px) calc(100% - 40px),50% 100%,calc(50% - 40px) calc(100% - 40px),0 100%,0 0,50% calc(10% + 1px))}#transition-section-bottom{bottom:-5%;background:linear-gradient(to right,var(--v-highlight-color),var(--v-accent-color));clip-path:polygon(100% 100%,100% 0,calc(50% + 40px) 40px,50% 100%,calc(50% - 40px) 40px,0 0,0 100%,50% calc(90% - 1px))}}
