.page-default section.default-title-header{background:var(--background-color);display:flex;height:15rem}.page-default section.default-title-header .section{align-items:center;display:flex;flex-direction:row;width:100%}.page-default section.default-title-header .section .page-title{display:flex;flex:80%;flex-direction:column;width:80%}.page-default section.default-title-header .section .page-title h1{color:var(--primary-color);line-height:1.2;margin:0}.page-default section.default-title-header .section .page-title ul.breadcrumbs{display:flex;font-size:.9em;list-style:none;margin:1rem 0 0;padding:0}.page-default section.default-title-header .section .page-title ul.breadcrumbs li:not(:last-child):after{content:">";margin:0 .5rem}.page-default section.default-title-header .section .page-title ul.breadcrumbs li:last-child{font-weight:700}.page-default section.default-title-header .section .dotts{display:flex;flex:20%;justify-content:flex-end}.page-default section.default-title-header .section .dotts svg{height:190px;width:190px;fill:var(--primary-color)}.page-default section.default-page{padding:var(--padding-vertical) 0}.page-default section.default-page table{border-collapse:separate;border-spacing:0 .8rem;font-size:1em;table-layout:fixed;width:100%}.page-default section.default-page table tr td{background:var(--background-color);padding:1.2rem 1.5rem;vertical-align:top}.page-default section.default-page table tr td+td{border-left:1px solid var(--primary-color)}.page-default section.default-page table tr td:first-child{border-bottom-left-radius:14px;border-top-left-radius:14px}.page-default section.default-page table tr td:last-child{border-bottom-right-radius:14px;border-top-right-radius:14px}.page-default section.default-page table tr:first-child td{background:var(--background-color);color:var(--text-color);font-weight:600;letter-spacing:.08em;padding:.9rem 1.5rem;text-transform:uppercase}section.services .service-group{padding-bottom:var(--padding-vertical)}section.services .grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr))}section.services .grid .card{align-content:center;align-items:center;background:#fff;border:0;border-radius:22px;box-shadow:0 18px 40px rgba(12,18,34,.1);display:flex;flex-direction:column;height:280px;justify-content:center;overflow:hidden;padding:1rem;position:relative;text-align:center;transition:box-shadow .5s ease,transform .5s ease}section.services .grid .card:before{background:linear-gradient(180deg,#fff,#f1e3d8);content:"";inset:0;opacity:0;position:absolute;transition:opacity .5s ease;z-index:0}section.services .grid .card:hover{box-shadow:0 24px 46px rgba(12,18,34,.16)}section.services .grid .card:hover:before{opacity:1}section.services .grid .card>*{position:relative;z-index:1}section.services .grid .card img{height:100px;object-fit:contain;width:auto}section.services .grid .card img[src$=".svg"],section.services .grid .card img[src*=".svg?"]{filter:brightness(0) saturate(100%) invert(78%) sepia(23%) saturate(567%) hue-rotate(347deg) brightness(91%) contrast(89%)}section.services .grid .card h3{font-size:1.5rem;font-weight:600;line-height:1.2;margin:1rem 0;text-transform:none}section.services .grid .card .icon{opacity:0;position:absolute;right:1rem;top:1rem;transition:opacity .5s ease}section.services .grid .card .icon .after{align-items:center;background:#fff;border:1px solid var(--primary-color);border-radius:100%;display:flex;height:46px;justify-content:center;position:relative;width:46px;z-index:9}section.services .grid .card .icon .after svg{height:24px;width:24px;fill:var(--text-color)}section.services .grid .card .icon .before{left:-28%;position:absolute;top:50%;z-index:1}section.services .grid .card .icon .before svg{stroke-width:1px;stroke:#d9b48f;fill:transparent;height:37px;width:37px}section.services .grid .card:hover .icon{opacity:1}section.teams{padding:0}section.teams .team-group{background:#fff;padding:var(--padding-vertical) 0}section.teams .team-group:nth-child(2n){background-color:var(--background-color)}section.teams .team-group h2.group-title{line-height:1.2;margin-bottom:1rem}section.teams .grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr))}section.teams .grid .card{background:#fff;border:0;border-radius:22px;box-shadow:0 18px 40px rgba(12,18,34,.1);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}section.teams .grid .card:hover{box-shadow:0 24px 46px rgba(12,18,34,.16)}section.teams .grid .card .media{align-items:center;aspect-ratio:4/3;background:#fff;display:flex;height:350px;justify-content:center;overflow:hidden}section.teams .grid .card .media .logo{align-items:center;display:inline-flex;height:250px;justify-content:center;width:250px}section.teams .grid .card .media .logo .logo-img{display:block;height:70%;object-fit:contain;width:70%}section.teams .grid .card .media .img{height:100%;object-fit:cover;object-position:center top;width:100%}section.teams .grid .card .content{align-items:center;border-top:1px solid var(--background-color);display:flex;flex-direction:column;gap:.5em;overflow:hidden;padding:1.3rem 1.2rem;text-align:center}section.teams .grid .card .content .sub{font-size:1em;text-transform:lowercase}section.teams .grid .card .content .title{color:var(--primary-color);font-size:1.3em;font-weight:600;margin:0;text-transform:none}section.teams .grid .card .content .text{font-size:.8em;margin:0;max-height:0;opacity:0;transform:translateY(-4px);transition:max-height .5s ease,opacity .5s ease,transform .5s ease}section.teams .grid .card .content .btn{max-height:0;opacity:0;padding:0;transform:translateY(-4px);transition:max-height .5s ease,opacity .5s ease,transform .5s ease,padding .5s ease}section.teams .grid .card:hover .content .text{max-height:6rem;opacity:1;transform:translateY(0)}section.teams .grid .card:hover .content .btn{margin-top:.5rem;max-height:3rem;opacity:1;padding:.6rem 1.7rem;transform:translateY(0)}.post-type-archive-team section.teams{padding:0}section.testimonials{background:var(--background-color);padding:var(--padding-vertical) 0}section.testimonials .section .grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}section.testimonials .section .grid .card{background:#fff;border-radius:16px;box-shadow:0 10px 24px rgba(12,18,34,.1);display:flex;flex-direction:column;gap:.8rem;padding:1rem}section.testimonials .section .grid .card .stars{color:var(--primary-color);font-size:1.5rem;line-height:1}section.testimonials .section .grid .card .text{font-size:.95em;height:130px;line-height:1.5;margin:0;overflow:hidden auto;padding-right:.25rem;scrollbar-color:var(--primary-color) transparent;scrollbar-width:thin}section.testimonials .section .grid .card .text::-webkit-scrollbar{width:6px}section.testimonials .section .grid .card .text::-webkit-scrollbar-track{background:transparent}section.testimonials .section .grid .card .text::-webkit-scrollbar-thumb{background:var(--primary-color);background-clip:padding-box;border:2px solid transparent;border-radius:999px}section.testimonials .section .grid .card .author{align-items:center;display:flex;gap:.5rem}section.testimonials .section .grid .card .author .avatar{height:26px;width:26px}section.testimonials .section .grid .card .author .avatar .img{height:100%;object-fit:cover;width:100%}section.testimonials .section .grid .card .author .name{font-size:.75em;font-weight:600}section.testimonials .section .source{text-align:right}section.testimonials .section .btn{display:flex;justify-content:center;margin-left:auto;margin-right:auto;margin-top:1rem;text-align:center;width:fit-content}.page-testimonials section.testimonials{background:transparent}.page-home{display:flex;flex-direction:column;justify-content:flex-start}.page-home section.hero{--hero-height:580px;background:var(--background-color);display:flex;min-height:var(--hero-height);overflow:hidden;position:relative}.page-home section.hero .section{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:0 auto;min-height:100%;position:relative;width:100%;z-index:1}.page-home section.hero .section .image{min-height:var(--hero-height);position:absolute;right:-15rem;top:0;width:1200px;z-index:-1}.page-home section.hero .section .image:before{background:linear-gradient(to right,var(--background-color) 0,var(--background-color) 4%,transparent 40%);content:"";inset:0;pointer-events:none;position:absolute}.page-home section.hero .section .image:after{background:linear-gradient(to left,var(--background-color) 0,var(--background-color) 4%,transparent 40%);content:"";inset:0;pointer-events:none;position:absolute}.page-home section.hero .section .image img{height:var(--hero-height);object-fit:cover;width:100%}.page-home section.hero .section h1{margin:0;width:630px}.page-home section.hero .section p{font-size:2em;margin:0;width:600px}.page-home section.hero .section p strong{color:var(--primary-color)}.page-home section.hero .section .buttons{display:flex;gap:1rem;margin-top:2rem}.page-home section.services{padding:var(--padding-vertical) 0}.page-home section.services .section .button{align-items:center;display:flex;justify-content:center;margin-top:var(--padding-vertical)}.page-home section.about{--about-height:580px;background:var(--background-color);display:flex;justify-content:center;min-height:var(--about-height);position:relative}.page-home section.about .section{align-items:center;display:flex;gap:2rem;margin:0;padding:var(--padding-vertical) 30px;position:relative;width:100%;z-index:1}.page-home section.about .section .image{height:100%;left:-18rem;position:absolute;top:0;width:900px}.page-home section.about .section .image:before{background:linear-gradient(to right,var(--background-color) 0,var(--background-color) 4%,transparent 40%);content:"";inset:0;pointer-events:none;position:absolute}.page-home section.about .section .image:after{background:linear-gradient(to left,var(--background-color) 0,var(--background-color) 4%,transparent 40%);content:"";inset:0;pointer-events:none;position:absolute}.page-home section.about .section .image img{height:100%;object-fit:cover;width:100%}.page-home section.about .section .content{flex:1 1 50%;margin-left:48%;width:50%;z-index:1}.page-home section.teams{padding:var(--padding-vertical) 0!important}.page-home section.teams .section{align-items:start;display:grid;gap:1.5rem;grid-template-columns:minmax(280px,1fr) minmax(0,2fr)}.page-home section.teams .section>.content{align-items:baseline;display:flex;flex-direction:column;gap:1.5rem}.page-home section.teams .section>.content h2,.page-home section.teams .section>.content h3,.page-home section.teams .section>.content h4,.page-home section.teams .section>.content p{margin:0}.page-home section.teams .section>.content ol,.page-home section.teams .section>.content ul{margin:0;padding-left:1.1rem}.page-home section.teams .section>.content .btn{margin-left:1rem;margin-top:1rem}.page-home section.teams .section>.btn-mobile{display:none}.page-home section.teams .section .team-group{background:transparent;padding:0}.page-home section.teams .section .team-group .grid{gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.page-home section.teams .section .team-group .grid .card .media img{object-position:center 10%}@media (max-width:1460px){.page-default section.default-title-header{height:12rem}.page-default section.default-title-header .section .dotts svg{height:150px;width:150px}section.services .grid .card{height:250px}section.services .grid .card img{height:90px}section.services .grid .card h3{font-size:1.3rem}section.teams .grid .card .media{height:300px}section.teams .grid .card .content .title{font-size:1.2em}.page-home section.hero{--hero-height:calc(580px - 5vh)}.page-home section.hero .section .image{right:-10rem;width:900px}.page-home section.about{min-height:calc(var(--about-height) - 5vh)}.page-home section.teams .section>.content{align-items:center}}@media (max-width:1000px){.page-default section.default-title-header{height:10rem}.page-default section.default-title-header .section .page-title ul.breadcrumbs{margin:.5rem 0}.page-default section.default-title-header .section .dotts svg{height:100px;width:100px}section.services .grid{grid-template-columns:repeat(2,minmax(0,1fr))}section.services .grid .card{height:200px}section.services .grid .card img{height:80px}section.teams .grid{grid-template-columns:repeat(2,minmax(0,1fr))}section.teams .grid .card .content{align-items:normal;padding:1rem}.page-home section.hero{--hero-height:calc(580px - 10vh)}.page-home section.hero .section .image{right:-6rem;width:600px}.page-home section.hero .section p{font-size:1.5em}.page-home section.about{min-height:calc(var(--about-height) - 10vh)}.page-home section.about .section .image{left:-12rem;width:600px}.page-home section.teams .section{align-items:center;display:flex;flex-direction:column;text-align:center}.page-home section.teams .section>.content .btn{display:none}.page-home section.teams .section>.btn-mobile{display:inline-flex}}@media (max-width:800px){.page-default section.default-title-header{height:8rem}.page-default section.default-title-header .section .page-title{align-items:center;text-align:center;width:100%}.page-default section.default-title-header .section .page-title ul.breadcrumbs{align-items:center;flex-wrap:wrap;justify-content:center}.page-default section.default-title-header .section .dotts{display:none}.page-default section.default-page table tr{display:block;margin-bottom:1rem;text-align:center}.page-default section.default-page table tr td{display:block;padding:.5rem 1rem}.page-default section.default-page table tr td+td{border-left:none;border-top:1px solid var(--primary-color)}.page-default section.default-page table tr td:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0;border-left:none;border-top-left-radius:14px;border-top-right-radius:14px}.page-default section.default-page table tr td:last-child{border-bottom-left-radius:14px;border-bottom-right-radius:14px;border-left:none;border-top-left-radius:0;border-top-right-radius:0}.page-default section.default-page table tr:first-child td{display:none}section.services .grid{grid-template-columns:1fr}section.services .grid .card h3{font-size:1.1rem}section.teams .team-group h2.group-title{text-align:center}section.teams .grid{grid-template-columns:1fr}section.teams .grid .card .media .img{object-position:center 10%}section.testimonials .section h2{text-align:center}section.testimonials .section .grid{grid-template-columns:1fr}section.testimonials .section .source{text-align:center}.page-home section.hero{--hero-height:calc(580px - 15vh)}.page-home section.hero .section{align-items:center;text-align:center}.page-home section.hero .section .image{opacity:.15}.page-home section.hero .section h1{width:100%}.page-home section.hero .section p{font-size:1.2em;width:100%}.page-home section.hero .section .buttons{gap:.5rem}.page-home section.services .section{text-align:center}.page-home section.about{min-height:calc(var(--about-height) - 15vh)}.page-home section.about .section .image{display:none}.page-home section.about .section .content{align-items:center;display:flex;flex-direction:column;margin-left:0;text-align:center;width:100%}.page-home section.teams .section .team-group .grid{grid-template-columns:1fr}}@media (max-width:500px){.page-home section.hero .section .buttons{flex-direction:column}}