body{background:#25201c}.section1{background:linear-gradient(to bottom,#25201c 0,transparent 50px),url(/images/tlo2.jpg),linear-gradient(to bottom,transparent 0,#39553f 100%);background-repeat:no-repeat;background-size:100vw;background-position:50%;min-height:60vh;display:flex;align-items:flex-start;padding:2rem 0}.section1 .wrapper{max-width:600px}.section1 .wrapper h2{font-size:2rem;font-weight:700;line-height:1.2;color:var(--color-text-light);text-transform:uppercase;margin-bottom:.5rem}.section1 .wrapper h1{font-size:1.2rem;font-weight:400;line-height:1.3;color:var(--color-text-light)}@media(min-width:768px){.section1{align-items:center;padding:3rem 0}.section1 .wrapper h2{font-size:3.5rem}.section1 .wrapper h1{font-size:2rem}}@media(min-width:992px){.section1{min-height:calc(100vh - 4.5rem);padding:4rem 0}.section1 .wrapper h2{font-size:4.5rem}.section1 .wrapper h1{font-size:2.5rem}}.section2{background:var(--color-bg-dark);border:1px solid #ffffff12;border-left:none;border-right:none}.section2__grid{display:grid;grid-template-columns:1fr;gap:0}.section2__card{background:var(--color-bg-darker);padding:2.5rem 2rem;transition:background .3s ease;border-right:1px solid #ffffff12;border-bottom:1px solid #ffffff12;display:flex;flex-direction:column;min-width:0;overflow:hidden}.section2__card:first-child{padding-left:0}.section2__card--title{background:var(--color-bg-dark);display:flex;align-items:flex-start}.section2__card--title h2{font-size:1.2rem;line-height:2rem;font-weight:700;color:var(--color-text-light);margin:0}.section2__card:not(.section2__card--title):hover{background:linear-gradient(135deg,rgba(112,239,89,.2) 0%,rgba(112,239,89,5%) 100%)}.section2__card h3{font-size:1.5rem;font-weight:700;color:var(--color-text-light);margin-bottom:1rem;text-transform:uppercase;min-height:3rem;display:flex;align-items:center}.section2__subtitle{font-size:.9rem;color:var(--color-text-muted);line-height:1.5;min-height:4.5rem}.section2__divider{width:60px;height:3px;background:var(--color-primary);margin:1.5rem 0;flex-shrink:0}.section2__description{font-size:1rem;color:var(--color-text-light);line-height:1.6;flex-grow:1}@media(min-width:768px){.section2__grid{grid-template-columns:repeat(2,1fr)}.section2__card--title{grid-column:1/-1;justify-content:center;text-align:center}.section2__card--title h2{font-size:1.3rem}.section2__card h3{font-size:1.4rem;min-height:5rem}.section2__subtitle{min-height:4rem}}@media(min-width:1200px){.section2__grid{grid-template-columns:1fr repeat(4,1fr)}.section2__card{padding:3rem 2rem}.section2__card--title{grid-column:auto;text-align:left;justify-content:flex-start}.section2__card h3{font-size:1.5rem;min-height:4rem}.section2__subtitle{min-height:6rem}}.section5{width:100%}.section5__grid{display:grid;gap:0;grid-template-areas:"a a" "b d" "b d" "c c"}.section5__item{position:relative;overflow:hidden;opacity:.6;transition:opacity .3s ease}.section5__item:hover{opacity:1}.section5__item img{width:100%;height:100%;object-fit:cover;display:block}.section5__item--a{grid-area:a;min-height:250px}.section5__item--b{grid-area:b;min-height:400px}.section5__item--c{grid-area:c;min-height:250px}.section5__item--d{grid-area:d;min-height:400px}@media(min-width:768px){.section5__grid{grid-template-areas:"a a b d" "c c b d"}.section5__item--a{min-height:300px}.section5__item--b{min-height:600px}.section5__item--c{min-height:300px}.section5__item--d{min-height:600px}}.section6{background:var(--color-bg-dark);padding:3rem 0}.section6__subtitle{font-size:1.3rem;font-weight:700;color:var(--color-text-light);line-height:1.3;margin-bottom:3rem}.section6__row{display:flex;flex-direction:column;gap:2rem}.section6__text{flex:1}.section6__heading{font-size:1.5rem;font-weight:700;color:var(--color-text-light);margin-bottom:1.5rem;line-height:1.3}.section6__description{font-size:1rem;color:var(--color-text-light);line-height:1.6;margin-bottom:1rem}.section6__description:last-of-type{margin-bottom:0}.section6__logos{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}.section6__logos img{width:100%;height:auto;object-fit:contain;display:block;margin:0 auto}.section6__logos>*{display:flex;align-items:center;justify-content:center;text-align:center;min-height:100px}@media(min-width:768px){.section6{padding:4rem 0}.section6__subtitle{font-size:1.3rem}.section6__heading{font-size:1.5rem}.section6__description{font-size:1.1rem}.section6__row{flex-direction:row;gap:3rem}.section6__heading{flex:0 0 25%}.section6__text{flex:0 0 calc(75% - 3rem)}}@media(min-width:992px){.section6{padding:5rem 0}.section6__heading{font-size:1.8rem}.section6__row{gap:4rem}.section6__text{flex:0 0 calc(75% - 4rem)}}.section7__items{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}.section7__items img{width:100%;height:auto;max-width:200px;object-fit:contain;display:block;margin:0 auto}.section7__item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;min-height:150px}.section7__item:hover{background-color:#ffffff05}@media(min-width:768px){.section7__items{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.section7__items{grid-template-columns:repeat(3,1fr)}}.seo{padding-bottom:4rem}