/*
Theme Name: Perkins Roofing
Author: Perkins Roofing
Description: Custom theme for perkins-roofing.com. Page content lives in each page as a Custom HTML block.
Version: 1.2
Requires at least: 6.0
Text Domain: perkins-roofing
*/
:root{
  --green:#39b54a; --green-dk:#2e9a3d; --ink:#373535; --ink-soft:#5f5d5d;
  --paper:#fff; --paper-alt:#f5f6f4; --dark:#2f2d2d; --line:#e2e4e1;
  --font:"Poppins",system-ui,-apple-system,"Segoe UI",sans-serif;
  --wrap:74rem; --radius:10px; --section:clamp(3rem,7vw,5.5rem);
}
*,*::before,*::after{box-sizing:border-box}*{margin:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:var(--font);font-size:1rem;line-height:1.75;color:var(--ink-soft);background:var(--paper);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
h1,h2,h3{font-family:var(--font);color:var(--ink);line-height:1.15;text-transform:uppercase;text-wrap:balance}
h1{font-size:clamp(2rem,1.3rem + 3vw,3.6rem);font-weight:800}
h2{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.5rem);font-weight:800;margin-bottom:1rem}
h3{font-size:1.15rem;font-weight:700;margin:1.6rem 0 .5rem}
p{margin-bottom:1rem;text-wrap:pretty}
a{color:var(--green-dk)}
.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:1.25rem}
.narrow{max-width:52rem}
.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:.5rem 1rem}
.eyebrow{color:var(--green);font-weight:700;letter-spacing:.25em;text-transform:uppercase;font-size:.85rem;margin-bottom:.4rem}
.btn{display:inline-block;background:var(--green);color:#fff;text-decoration:none;font-weight:600;padding:.85rem 1.8rem;border-radius:999px;border:2px solid var(--green);transition:background .15s}
.btn:hover{background:var(--green-dk);border-color:var(--green-dk)}
.btn.ghost{background:transparent;border-color:#fff}
.btn.ghost:hover{background:#fff;color:var(--ink)}
/* header */
.topbar{background:var(--green);color:#fff;text-align:center;font-weight:700;letter-spacing:.2em;text-transform:uppercase;font-size:.78rem;padding:.7rem 0}
.topbar a{color:#fff;text-decoration:none}.topbar span{color:var(--ink)}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.hdr{display:flex;align-items:center;gap:1.5rem;padding-block:.8rem}
.logo img{width:170px;height:auto}
nav{margin-left:auto}
nav>ul{list-style:none;display:flex;gap:1.3rem;padding:0}
nav a{color:var(--ink);text-decoration:none;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.03em}
nav a[aria-current],nav a:hover{color:var(--green)}
.has-sub{position:relative}
.sub{display:none;position:absolute;top:100%;left:-1rem;background:#fff;list-style:none;padding:.5rem 0;min-width:15rem;box-shadow:0 10px 30px rgba(0,0,0,.12);border-top:3px solid var(--green)}
.sub a{display:block;padding:.55rem 1.1rem}
.has-sub:hover .sub,.has-sub:focus-within .sub{display:block}
.hdr-cta{padding:.7rem 1.4rem}
.menu-btn{display:none;margin-left:auto;background:var(--ink);color:#fff;border:0;border-radius:6px;padding:.6rem 1rem;font:600 .9rem var(--font)}
/* hero */
.hero{position:relative;color:#fff;padding:clamp(4rem,11vw,8rem) 0;background:#333 var(--hero,none) center/cover no-repeat}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,25,25,.82),rgba(25,25,25,.45))}
.hero .wrap{position:relative}
.hero h1{color:#fff;max-width:22ch}
.hero .lead{max-width:44rem;font-size:1.1rem;margin-top:1rem;color:#f1f1f1}
.hero .eyebrow{color:#7ee08a}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}
.hero-ctas .btn{margin:0}
/* sections */
.band{padding-block:var(--section)}
.band.alt{background:var(--paper-alt)}
.band.dark{background:var(--dark);color:#ddd}
.band.dark h2{color:#fff}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}
.side img{border-radius:var(--radius);box-shadow:0 20px 40px rgba(0,0,0,.15);width:100%}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.25rem;margin-top:1.5rem}
.card{background:#fff;border:1px solid var(--line);border-top:4px solid var(--green);border-radius:var(--radius);padding:1.6rem}
.card h3{margin-top:0}
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem;margin-top:1.5rem}
.gallery img{border-radius:var(--radius);width:100%;aspect-ratio:4/3;object-fit:cover}
.badges{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center;margin-top:1.5rem}
.badges img{max-height:90px;width:auto}
ul.ticks{list-style:none;padding:0;margin:0 0 1rem}
ul.ticks li{padding-left:1.8rem;position:relative;margin-bottom:.5rem}
ul.ticks li::before{content:"";position:absolute;left:0;top:.55em;width:.9rem;height:.5rem;border-left:3px solid var(--green);border-bottom:3px solid var(--green);transform:rotate(-45deg)}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem}
.faq summary{font-weight:600;color:var(--ink);cursor:pointer}
.faq details p{margin:.75rem 0 0}
.fine{font-size:.8rem;color:#888}
.reviews{text-align:center;background:var(--paper-alt)}
.posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.5rem}
.post{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.post img{width:100%;aspect-ratio:16/10;object-fit:cover}
.post h2{font-size:1.05rem;padding:1.1rem 1.2rem 1.3rem;margin:0;text-transform:none}
.post a{color:var(--ink);text-decoration:none}.post a:hover{color:var(--green)}
/* form */
.quote label{display:block;color:var(--green);font-weight:600;margin-bottom:1rem}
.quote input,.quote textarea{display:block;width:100%;margin-top:.3rem;padding:.8rem .9rem;border:1px solid #555;border-radius:6px;background:#3a3838;color:#fff;font:1rem var(--font)}
.quote .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.quote .btn{cursor:pointer;font-size:1rem}
/* footer */
.site-footer{background:#262424;color:#cfcfcf;padding:3.5rem 0 1rem;font-size:.95rem}
.site-footer h2{color:var(--green);font-size:.85rem;letter-spacing:.2em;margin:0 0 .8rem}
.site-footer a{color:#fff;text-decoration:none}.site-footer a:hover{color:var(--green)}
.site-footer .btn{margin-top:1rem}
.fgrid{display:grid;grid-template-columns:1fr 1.4fr .8fr 1fr;gap:2.5rem}
.fgrid img{width:170px}
.cols{list-style:none;padding:0;columns:2;column-gap:1.5rem}.cols li{margin-bottom:.4rem}
.legal{border-top:1px solid #3a3838;margin-top:2.5rem;padding-top:1rem;font-size:.8rem;color:#999}
.callbar{display:none}
@media (max-width:980px){
  .menu-btn{display:block}.hdr-cta{display:none}
  nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:1rem 1.25rem}
  nav.open{display:block}
  nav>ul{flex-direction:column;gap:.9rem}
  .sub{display:block;position:static;box-shadow:none;border:0;padding:.3rem 0 0 1rem}
  .split,.fgrid{grid-template-columns:1fr}
  .quote .row{grid-template-columns:1fr}
  .callbar{display:block;position:fixed;bottom:0;left:0;right:0;background:var(--green);color:#fff;text-align:center;font-weight:700;padding:.9rem;text-decoration:none;z-index:60}
  body{padding-bottom:3.2rem}
  .topbar{letter-spacing:.08em}
}

.trust{padding-block:1.5rem;background:#fff;border-top:1px solid var(--line);text-align:center;font-size:.9rem}.trust p{margin:0}
.tbl{overflow-x:auto;margin:1rem 0}.tbl table{width:100%;border-collapse:collapse;font-size:.95rem;background:#fff}.tbl th{background:var(--ink);color:#fff;text-align:left;padding:.6rem .8rem;font-weight:600}.tbl td{padding:.55rem .8rem;border-bottom:1px solid var(--line)}.tbl tr:nth-child(even) td{background:var(--paper-alt)}
.cols3{columns:3;column-gap:2rem}@media(max-width:700px){.cols3{columns:1}}
.post .post-title{font-size:1.05rem;font-weight:700;padding:1.1rem 1.2rem 1.3rem;margin:0;line-height:1.35}.post .post-title a{color:var(--ink);text-decoration:none}

.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero::before{z-index:1}
.hero .wrap{z-index:2}
.video-block{margin:1.5rem 0 0}
.video-block video{width:100%;height:auto;border-radius:10px;display:block;background:#000}
@media (prefers-reduced-motion:reduce){.hero-video{display:none}}
.split:has(> div:empty){grid-template-columns:1fr;max-width:860px}
.split > div:empty{display:none}

/* ===== live-style header ===== */
.topbar{background:#39b54a;color:#fff;text-align:center;font:700 15px/1.3 'Poppins',sans-serif;letter-spacing:.2em;text-transform:uppercase;padding:14px 0}
.topbar a{color:#fff;text-decoration:none}.topbar span{color:#373535}
.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 6px rgba(0,0,0,.05)}
.hdr{display:flex;align-items:center;gap:20px;max-width:1280px;margin:0 auto;padding:12px 25px 12px 45px;min-height:140px}
.logo{flex:none}.logo img{width:178px;height:auto}
#nav{flex:1;display:flex;justify-content:center;margin:0}
#nav>ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;max-width:700px;row-gap:10px;padding:0;margin:0}
#nav>ul>li{display:flex;align-items:center;position:relative}
#nav>ul>li:not(:last-child)::after{content:'|';color:#39b54a;font:700 15px 'Poppins',sans-serif;margin:0 24px}
#nav a{color:#373535;text-decoration:none;font:600 15px 'Poppins',sans-serif;text-transform:uppercase;letter-spacing:.02em}
#nav a[aria-current],#nav a.on,#nav a:hover{color:#39b54a}
#nav .has-sub>a::after{content:'';display:inline-block;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin:0 0 3px 10px}
#nav .sub{display:none;position:absolute;top:100%;left:-18px;background:#fff;list-style:none;padding:10px 0;min-width:260px;box-shadow:0 10px 30px rgba(0,0,0,.12);border-top:3px solid #39b54a;z-index:60;margin:0}
#nav .sub::before{content:'';position:absolute;left:0;right:0;top:-14px;height:12px}
#nav .sub a{display:block;padding:9px 20px;font-size:14px;text-transform:none;font-weight:500}
#nav .has-sub:hover .sub,#nav .has-sub:focus-within .sub{display:block}
.hdr-cta{flex:none;display:inline-flex;align-items:center;justify-content:center;min-width:187px;min-height:51px;padding:8px 20px;border-radius:50px;background:#39b54a;color:#fff;text-decoration:none;font:400 16px 'Poppins',sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.2)}
.hdr-cta:hover{filter:brightness(1.08)}
.menu-btn{display:none}
/* ===== live-style footer ===== */
.site-footer{background:#373535;color:#fff;font-family:'Poppins',sans-serif}
.fgrid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;padding:60px 16px;gap:0}
.fgrid>div{padding-right:18px}
.fc1{display:flex;flex-direction:column;align-items:flex-start;gap:45px}.fc1 img{width:190px;height:auto}
.fbtn{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:50px;border-radius:50px;background:#39b54a;color:#fff!important;text-decoration:none;font:400 16px 'Poppins',sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.2)}
.site-footer h2{color:#32cd32;font:700 16px/1.5 'Poppins',sans-serif;letter-spacing:4px;text-transform:uppercase;margin:0 0 22px}
.site-footer p{font-size:16px;font-weight:300;line-height:2;margin:0;color:#fff}
.site-footer a{color:#fff;text-decoration:none}.site-footer a:hover{color:#39b54a}
.fnav{list-style:none;padding:0 0 0 15px;margin:0}.fnav li{margin:0 0 20px}.fnav a{font:600 14px 'Poppins',sans-serif;text-transform:uppercase;letter-spacing:.03em}
.fmap{display:block;width:100%;height:170px;border:0;margin:18px 0 0}
.fbar{background:#1e1d1d}.fbar>div{max-width:1200px;margin:0 auto;padding:12px 16px 12px 140px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.fbar p{font-size:14px;line-height:1.7}.fbar a{color:#32cd32!important;text-decoration:underline}
.callbar{display:none}
@media (max-width:1100px){.hdr{padding:10px 20px;min-height:100px}#nav>ul>li:not(:last-child)::after{margin:0 14px}}
@media (max-width:980px){
  .topbar{letter-spacing:.08em;font-size:12px;padding:10px 8px}
  .hdr{min-height:0;padding:10px 16px;position:relative}.logo img{width:130px}
  .menu-btn{display:flex;align-items:center;gap:8px;margin-left:auto;background:#373535;color:#fff;border:0;border-radius:6px;padding:10px 14px;font:600 14px 'Poppins',sans-serif;cursor:pointer}
  .hdr-cta{display:none}
  #nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.1);padding:16px 20px;max-height:75vh;overflow:auto}
  #nav.open{display:block}
  #nav>ul{flex-direction:column;align-items:flex-start;max-width:none}
  #nav>ul>li{display:block;width:100%}
  #nav>ul>li::after{display:none}
  #nav>ul>li>a{display:block;padding:8px 0}
  #nav .sub{display:block;position:static;box-shadow:none;border:0;padding:0 0 6px 14px;min-width:0}
  #nav .sub a{padding:6px 0}
  .fgrid{grid-template-columns:1fr 1fr;row-gap:40px;padding:44px 20px}
  .fbar>div{padding:12px 20px}
  .callbar{display:block;position:fixed;bottom:0;left:0;right:0;background:#39b54a;color:#fff;text-align:center;font:700 16px 'Poppins',sans-serif;padding:14px;text-decoration:none;z-index:60}
  body{padding-bottom:52px}
}
@media (max-width:600px){.fgrid{grid-template-columns:1fr}}
/* ===== Duda-layout content ===== */
.dw{position:relative}
.dw p:empty{display:none}
.dw strong{font-weight:700}
[hidden]{display:none!important}
.d0{font-size:60px;font-weight:700;color:rgb(255, 255, 255);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d0 a{color:inherit}
.d1{margin-top:70px;margin-bottom:8px;max-width:860px}
.d2{flex:0 0 100.0000%;max-width:100.0000%;padding:0px 0px 50px 100px;display:flex;flex-direction:column;min-width:0}
.d3{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:99999px}
.d4{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.40),rgba(55,53,53,0.40)),url(images/xb0fe81f9a.webp);background-size:cover;background-position:50% 100%}
.d5{font-size:16px;font-weight:700;color:rgb(50, 205, 50);text-transform:uppercase;letter-spacing:3.2px;line-height:1.6;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d5 a{color:inherit}
.d6{margin-top:52px;margin-bottom:8px}
.d7{font-size:52px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d7 a{color:inherit}
.d8{margin-top:0px;margin-bottom:0px;width:100%;max-width:890px;margin-left:auto;margin-right:auto}
.d9{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d9 a{color:inherit}
.d10{margin-top:27px;margin-bottom:8px;width:100%;max-width:878px;margin-left:auto;margin-right:auto}
.d11{flex:0 0 100.0000%;max-width:100.0000%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d12{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:1200px;width:calc(100% - 32px)}
.d13{padding:15px 0 15px}
.d14{margin:0px 0 0px}
.d15{display:grid;grid-template-columns:1fr 1fr;gap:26px 34px;max-width:906px;margin:0 auto;text-align:left}
.d15 label{display:block;font:700 17px 'Poppins',sans-serif;color:rgb(55, 53, 53)}
.d15 input{display:block;width:100%;margin-top:14px;background:transparent;border:0;border-bottom:1px solid rgb(50,205,50);color:#444;font:16px 'Poppins',sans-serif;padding:8px 0;border-radius:0}
.d15 textarea{display:block;width:100%;margin-top:14px;background:transparent;border:0;border-bottom:1px solid rgb(50,205,50);color:#444;font:16px 'Poppins',sans-serif;padding:8px 0;border-radius:0;min-height:64px;resize:vertical}
.d15 input:focus,textarea:focus{outline:none;border-bottom-color:rgb(57,181,74)}
.d15 .full{grid-column:1/-1}
.d15 .hp{display:none}
.d15 button{grid-column:1/-1;justify-self:start;min-width:280px;min-height:58px;border:0;border-radius:50px;background:rgb(57,181,74);color:#fff;font:400 16px 'Poppins',sans-serif;cursor:pointer;box-shadow:0 3px 8px rgba(0,0,0,.18);margin-top:18px}
.d16{flex:0 0 58.3333%;max-width:58.3333%;padding:0px 15px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d17{font-size:16px;font-weight:700;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d17 a{color:inherit}
.d18{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d18 a{color:inherit}
.d19{font-size:16px;font-weight:700;color:rgb(50, 205, 50);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d19 a{color:inherit}
.d20{margin-top:0px;margin-bottom:8px}
.d21{margin:10px 0 10px}
.d21 iframe{width:100%;height:283px;border:0;display:block}
.d22{flex:0 0 41.6667%;max-width:41.6667%;padding:0px 0px 0px 15px;display:flex;flex-direction:column;min-width:0}
.d23{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:990px}
.d24{margin:33px 0 0px;padding:15px 0 15px}
.d25{flex:0 0 100.0000%;max-width:100.0000%;padding:15px 35px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d26{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:1130px;width:calc(100% - 32px)}
.d27{padding:0px 0 50px}
.d28{font-size:52px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.19;font-family:'Poppins',sans-serif;text-align:center;margin:40px 0 24px}
.d28 a{color:inherit}
.d29{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.88;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 16px}
.d29 a{color:inherit}
.d30{padding:20px 0 60px;background:rgb(246,246,246)}
.d31{max-width:1000px;margin:0 auto;width:calc(100% - 32px)}
.d32{display:flex;gap:22px;margin:30px 0 0}
.d32 a{width:34px;height:34px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}
.d32 svg{width:18px;height:18px;fill:currentColor}
.d33{font-size:60px;font-weight:700;color:rgb(255, 255, 255);text-transform:uppercase;line-height:1.2;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d33 a{color:inherit}
.d34{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/x7a4024bfd.webp);background-size:cover;background-position:50% 50%}
.d35{font-size:52px;font-weight:700;color:rgb(33, 34, 38);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d35 a{color:inherit}
.d36{margin-top:0px;margin-bottom:0px;width:100%;max-width:854px;margin-left:auto;margin-right:auto}
.d37{height:32px}
.d38{margin-top:28px;margin-bottom:0px;width:100%;max-width:954px;margin-left:auto;margin-right:auto}
.d39{flex:0 0 100.0000%;max-width:100.0000%;padding:40px 35px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d40{padding:40px 0 50px}
.d41{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.d42{flex:0 0 41.6667%;max-width:41.6667%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0;position:relative;min-height:560px}
.d43{font-size:16px;font-weight:700;color:rgb(50, 205, 50);text-transform:uppercase;letter-spacing:3.2px;line-height:1.6;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d43 a{color:inherit}
.d44{margin-top:0px;margin-bottom:0px;max-width:539px}
.d45{font-size:52px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d45 a{color:inherit}
.d46{margin-top:0px;margin-bottom:0px}
.d47{margin-top:17px;margin-bottom:8px}
.d48{flex:0 0 58.3333%;max-width:58.3333%;padding:25px 40px 0px 50px;display:flex;flex-direction:column;min-width:0}
.d49{padding:62px 0 62px;background-color:rgb(247, 247, 247)}
.d50{border-bottom:1px solid #d9d9d9;background:transparent}
.d50 summary{font-size:20px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 8px;line-height:1.4}
.d50 summary::-webkit-details-marker{display:none}
.d50 summary::after{content:'+';font:300 36px/1 'Poppins',sans-serif;color:rgb(57,181,74);flex:none}
.d50[open] summary::after{content:'\2212'}
.d50 .ab{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.88;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px;padding:0 8px 24px}
.d50 .ab p{margin:0 0 12px}
.d51{margin:21px 0 0px}
.d52{flex:0 0 58.3333%;max-width:58.3333%;padding:40px 40px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d53{padding:60px 0 100px}
.d54{background:rgb(55,53,53);padding:60px 0 70px}
.d55{max-width:1200px;margin:0 auto;width:calc(100% - 32px)}
.d56{font-size:16px;font-weight:700;color:rgb(50, 205, 50);text-transform:uppercase;letter-spacing:4px;line-height:1.50;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d57{font-size:60px;font-weight:700;color:rgb(255, 255, 255);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d58{border:0;border-top:3px solid rgb(50,205,50);width:348px;max-width:60%;margin:30px auto 50px}
.d59{display:grid;grid-template-columns:1fr 1fr;gap:26px 34px;max-width:906px;margin:0 auto;text-align:left}
.d59 label{display:block;font:700 17px 'Poppins',sans-serif;color:rgb(50, 205, 50)}
.d59 input{display:block;width:100%;margin-top:14px;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.75);color:#fff;font:16px 'Poppins',sans-serif;padding:8px 0;border-radius:0}
.d59 textarea{display:block;width:100%;margin-top:14px;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.75);color:#fff;font:16px 'Poppins',sans-serif;padding:8px 0;border-radius:0;min-height:64px;resize:vertical}
.d59 input:focus,textarea:focus{outline:none;border-bottom-color:rgb(57,181,74)}
.d59 .full{grid-column:1/-1}
.d59 .hp{display:none}
.d59 button{grid-column:1/-1;justify-self:center;min-width:280px;min-height:58px;border:0;border-radius:50px;background:rgb(57,181,74);color:#fff;font:400 16px 'Poppins',sans-serif;cursor:pointer;box-shadow:0 3px 8px rgba(0,0,0,.18);margin-top:18px}
.d60{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/x6f7b563dd.webp);background-size:cover;background-position:50% 100%}
.d61{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 0%}
.d62{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 17px 0px 0px;display:flex;flex-direction:column;min-width:0;position:relative;min-height:469px}
.d63{margin-top:28px;margin-bottom:0px}
.d64{flex:0 0 50.0000%;max-width:50.0000%;padding:40px 35px 0px 40px;display:flex;flex-direction:column;min-width:0}
.d65{padding:75px 0 50px}
.d66{font-size:52px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d66 a{color:inherit}
.d67{border-bottom:1px solid #d9d9d9;background:transparent}
.d67 summary{font-size:24px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 8px;line-height:1.4}
.d67 summary::-webkit-details-marker{display:none}
.d67 summary::after{content:'+';font:300 36px/1 'Poppins',sans-serif;color:rgb(57,181,74);flex:none}
.d67[open] summary::after{content:'\2212'}
.d67 .ab{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.88;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px;padding:0 8px 24px}
.d67 .ab p{margin:0 0 12px}
.d68{width:100%;max-width:1033px;margin:55px auto 0px}
.d69{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:1190px;width:calc(100% - 32px)}
.d70{padding:50px 0 50px}
.d71{font-size:52px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.2;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d71 a{color:inherit}
.d72{padding:25px 0 0px;background-color:rgb(246, 246, 246)}
.d73{border:0;border-top:4px solid rgb(57, 181, 74);width:582px;max-width:100%;flex:none;align-self:flex-start;margin:0px 0 0px}
.d74{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 18px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d75{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 0px 0px 18px;display:flex;flex-direction:column;min-width:0}
.d76{padding:15px 0 15px;background-color:rgb(246, 246, 246)}
.d77{flex:0 0 calc((100% - 40px)/3);scroll-snap-align:start;background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:26px;font-family:'Poppins',sans-serif}
.d77 .rh{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.d77 .rh img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.d77 .ini{width:48px;height:48px;border-radius:50%;background:rgb(57,181,74);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}
.d77 .nm{font-weight:700;color:#373535;font-size:16px}
.d77 .dt{color:#888;font-size:13px}
.d77 .st{display:flex;gap:2px;color:#fbbc04;margin-bottom:10px}
.d77 .st svg{width:18px;height:18px;fill:currentColor}
.d77 .rt{color:#444;font-size:15px;line-height:1.6;font-weight:300;margin:0;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}
.d77 .g{width:22px;height:22px;margin-left:auto}
.d78{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:10px 4px 20px;scrollbar-width:none}
.d78::-webkit-scrollbar{display:none}
.d79{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgb(57,181,74);color:#fff;font-size:22px;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:2}
.d80{position:relative;margin:0px 0 0px}
.d81{text-align:center;margin:18px 0 0;font:600 15px 'Poppins',sans-serif}
.d81 a{color:rgb(57,181,74)}
.d82{padding:15px 0 75px;background-color:rgb(247, 247, 247)}
.d83{margin-top:70px;margin-bottom:8px}
.d84{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/xf52b78559.webp);background-size:cover;background-position:50% 50%}
.d85{margin-top:0px;margin-bottom:0px;width:100%;max-width:806px;margin-left:auto;margin-right:auto}
.d86{margin-top:7px;margin-bottom:0px;width:100%;max-width:954px;margin-left:auto;margin-right:auto}
.d87{flex:0 0 41.6667%;max-width:41.6667%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0;position:relative;min-height:517px}
.d88{margin-top:8px;margin-bottom:8px}
.d89{flex:0 0 58.3333%;max-width:58.3333%;padding:40px 40px 0px 50px;display:flex;flex-direction:column;min-width:0}
.d90{padding:60px 0 100px;background-color:rgb(247, 247, 247)}
.d91{margin-top:0px;margin-bottom:0px;width:100%;max-width:539px;margin-left:auto;margin-right:auto}
.d92{margin-top:0px;margin-bottom:0px;width:100%;max-width:886px;margin-left:auto;margin-right:auto}
.d93{margin-top:0px;margin-bottom:8px;width:100%;max-width:886px;margin-left:auto;margin-right:auto}
.d94{margin:0px 0 0px}
.d95{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 16px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d96{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 8px 0px 8px;display:flex;flex-direction:column;min-width:0}
.d97{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 0px 0px 16px;display:flex;flex-direction:column;min-width:0}
.d98{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:1040px}
.d99{margin:29px 0 0px;padding:15px 0 15px}
.d100{flex:0 0 100.0000%;max-width:100.0000%;padding:40px 40px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d101{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:1105px;width:calc(100% - 32px)}
.d102{padding:60px 0 100px;background-image:linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.75)),url(images/x5369cfb38.webp);background-size:cover;background-position:0% 0%}
.d103{margin-top:0px;margin-bottom:0px;max-width:454px}
.d104{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 16px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d105{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 2px}
.d105 a{color:inherit}
.d106{margin:0px 0 8px;padding-left:1.4em;list-style-position:outside;list-style-type:disc}
.d107{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 0px 0px 16px;display:flex;flex-direction:column;min-width:0}
.d108{margin:0px 0 0px;padding:15px 0 15px}
.d109{flex:0 0 100.0000%;max-width:100.0000%;padding:25px 40px 0px 50px;display:flex;flex-direction:column;min-width:0}
.d110{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:0% 50%}
.d111{margin-top:0px;margin-bottom:0px;max-width:501px}
.d112{margin:0px 0 8px;padding-left:1.4em;list-style-position:outside;list-style-type:decimal}
.d113{padding:62px 0 62px;background-color:rgb(255, 255, 255)}
.d114{font-size:52px;font-weight:700;color:rgb(255, 255, 255);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d114 a{color:inherit}
.d115{margin-top:43px;margin-bottom:8px;width:100%;max-width:1047px;margin-left:auto;margin-right:auto}
.d116{font-size:16px;font-weight:300;color:rgb(255, 255, 255);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d116 a{color:inherit}
.d117{margin-top:23px;margin-bottom:8px;width:100%;max-width:857px;margin-left:auto;margin-right:auto}
.d118{flex:0 0 100.0000%;max-width:100.0000%;padding:25px 50px 50px 40px;display:flex;flex-direction:column;min-width:0;background-image:linear-gradient(rgba(55,53,53,0.80),rgba(55,53,53,0.80)),url(images/x77e8a06be.webp);background-size:cover;background-position:50% 50%}
.d119{padding:0px 0 0px}
.d120{flex:0 0 41.6667%;max-width:41.6667%;padding:40px 40px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d121{margin-top:40px;margin-bottom:8px;border-bottom:1px solid rgb(50, 205, 50);padding:2px 0px 2px 0px}
.d122{flex:0 0 58.3333%;max-width:58.3333%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d123{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/xbc68be19b.webp);background-size:cover;background-position:50% 50%}
.d124{margin-top:0px;margin-bottom:0px;width:100%;max-width:715px;margin-left:auto;margin-right:auto}
.d125{font-size:18px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d125 a{color:inherit}
.d126{margin-top:8px;margin-bottom:8px;border-bottom:1px solid rgb(50, 205, 50);padding:2px 0px 2px 0px}
.d127{margin-top:20px;margin-bottom:8px;border-bottom:1px solid rgb(50, 205, 50);padding:2px 0px 2px 0px}
.d128{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 15px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d129{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 0px 0px 15px;display:flex;flex-direction:column;min-width:0}
.d130{font-size:18px;font-weight:700;color:rgb(50, 205, 50);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d130 a{color:inherit}
.d131{font-size:24px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d131 a{color:inherit}
.d132{margin-top:35px;margin-bottom:8px;border-top:2px solid rgb(50, 205, 50);border-right:2px solid rgb(50, 205, 50);border-bottom:2px solid rgb(50, 205, 50);border-left:2px solid rgb(50, 205, 50);border-radius:10px;padding:15px 25px 20px 25px}
.d133{margin-top:43px;margin-bottom:8px;width:100%;max-width:973px;margin-left:auto;margin-right:auto}
.d134{font-size:16px;font-weight:300;color:rgb(255, 255, 255);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d134 a{color:rgb(50, 205, 50);font-weight:300;text-decoration:underline}
.d135{margin-top:23px;margin-bottom:8px;width:100%;max-width:910px;margin-left:auto;margin-right:auto}
.d136{font-size:16px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d136 a{color:inherit}
.d137{margin-top:25px;margin-bottom:8px;border-bottom:1px solid rgb(50, 205, 50);padding:2px 0px 2px 0px}
.d138{margin-top:24px;margin-bottom:8px;border-bottom:1px solid rgb(50, 205, 50);padding:2px 0px 2px 0px}
.d139{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/x39da518fa.webp);background-size:cover;background-position:50% 100%}
.d140{margin-top:0px;margin-bottom:0px;width:100%;max-width:855px;margin-left:auto;margin-right:auto}
.d141{flex:0 0 41.6667%;max-width:41.6667%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0;position:relative;min-height:485px}
.d142{font-size:15px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.96;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d142 a{color:inherit}
.d143{margin-top:16px;margin-bottom:8px;width:100%;max-width:859px;margin-left:auto;margin-right:auto}
.d144{margin-top:23px;margin-bottom:8px;width:100%;max-width:829px;margin-left:auto;margin-right:auto}
.d145{font-size:24px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d145 a{color:inherit}
.d146{margin-top:0px;margin-bottom:0px;width:100%;max-width:889px;margin-left:auto;margin-right:auto}
.d147{padding:36px 0 36px}
.d148{margin-top:70px;margin-bottom:8px;max-width:1023px}
.d149{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/xef0fb2a22.webp);background-size:cover;background-position:50% 0%}
.d150{margin-top:0px;margin-bottom:0px;width:100%;max-width:813px;margin-left:auto;margin-right:auto}
.d151{margin-top:14px;margin-bottom:0px;width:100%;max-width:942px;margin-left:auto;margin-right:auto}
.d152{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 100%}
.d153{padding:62px 0 100px;background-color:rgb(247, 247, 247)}
.d154{font-size:16px;font-weight:700;color:rgb(50, 205, 50);text-transform:uppercase;letter-spacing:3.2px;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d154 a{color:inherit}
.d155{margin-top:15px;margin-bottom:8px;width:100%;max-width:879px;margin-left:auto;margin-right:auto}
.d156{margin-top:-8px;margin-bottom:8px;width:100%;max-width:879px;margin-left:auto;margin-right:auto}
.d157{margin-top:8px;margin-bottom:8px;width:100%;max-width:789px;margin-left:auto;margin-right:auto}
.d158{border-bottom:1px solid rgb(55,53,53);background:transparent;margin:0 0 4px}
.d158 summary{font-size:18px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 8px;line-height:1.6}
.d158 summary::-webkit-details-marker{display:none}
.d158 summary::after{content:'+';font:300 22px/1 'Poppins',sans-serif;color:rgb(57,181,74);flex:none}
.d158[open] summary::after{content:'\2212'}
.d158 .ab{font-size:15px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px;padding:0 8px 14px}
.d158 .ab p{margin:0 0 10px}
.d159{margin-top:-11px;margin-bottom:0px;width:100%;max-width:565px;margin-left:auto;margin-right:auto}
.d160{flex:0 0 100.0000%;max-width:100.0000%;padding:0px 25px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d161{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:1110px}
.d162{padding:50px 0 50px;background-image:linear-gradient(rgba(255,255,255,0.65),rgba(255,255,255,0.65)),url(images/x5369cfb38.webp);background-size:cover;background-position:0px 50%}
.d163{margin-top:11px;margin-bottom:0px}
.d164{flex:0 0 58.3333%;max-width:58.3333%;padding:40px 50px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d165{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:100% 50%}
.d166{padding:60px 0 75px}
.d167{flex:0 0 41.6667%;max-width:41.6667%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0;position:relative;min-height:559px}
.d168{margin-top:10px;margin-bottom:0px}
.d169{margin:0px auto 10px;width:60px;height:60px;color:rgb(50, 205, 50)}
.d169 svg{width:100%;height:100%;fill:currentColor;display:block}
.d170{margin-top:24px;margin-bottom:8px;width:100%;max-width:699px;margin-left:auto;margin-right:auto}
.d171{margin-top:17px;margin-bottom:8px;width:100%;max-width:817px;margin-left:auto;margin-right:auto}
.d172{font-size:16px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.70;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d172 a{color:inherit}
.d173{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.70;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d173 a{color:inherit}
.d174{height:27px}
.d175{margin-top:32px;margin-bottom:0px;width:100%;max-width:712px;margin-left:auto;margin-right:auto}
.d176{padding:81px 0 81px;background-image:linear-gradient(rgba(255,255,255,0.65),rgba(255,255,255,0.65)),url(images/x5369cfb38.webp);background-size:cover;background-position:0px 50%}
.d177{margin-top:48px;margin-bottom:8px;width:100%;max-width:539px;margin-left:auto;margin-right:auto}
.d178{margin-top:-8px;margin-bottom:8px;width:100%;max-width:857px;margin-left:auto;margin-right:auto}
.d179{font-size:16px;font-weight:300;color:rgb(255, 255, 255);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d179 a{color:rgb(255, 255, 255);font-weight:300;text-decoration:none}
.d180{font-size:16px;font-weight:300;color:rgb(255, 255, 255);text-transform:none;line-height:1.6;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d180 a{color:rgb(255, 255, 255);font-weight:300;text-decoration:none}
.d181{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.6;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d181 a{color:inherit}
.d182{margin-top:9px;margin-bottom:8px;width:100%;max-width:857px;margin-left:auto;margin-right:auto}
.d183{display:inline-flex;align-items:center;justify-content:center;min-width:281px;min-height:47px;padding:8px 24px;background:rgb(57, 181, 74);color:rgb(255, 255, 255);border-radius:50px;font-size:16px;font-weight:400;text-transform:none;border:0px solid rgb(57, 181, 74);text-decoration:none;font-family:Poppins,sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:filter .2s}
.d183:hover{filter:brightness(1.08)}
.d184{margin:9px 0 10px;text-align:center}
.d185{flex:0 0 100.0000%;max-width:100.0000%;padding:25px 50px 50px 40px;display:flex;flex-direction:column;min-width:0;background-color:rgb(55, 53, 53)}
.d186{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/x67839df93.webp);background-size:cover;background-position:50% 100%}
.d187{margin-top:0px;margin-bottom:0px;width:100%;max-width:954px;margin-left:auto;margin-right:auto}
.d188{font-size:16px;font-weight:300;color:rgb(255, 255, 255);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d188 a{color:rgb(255, 255, 255);font-weight:300;text-decoration:underline}
.d189{margin-top:23px;margin-bottom:8px;width:100%;max-width:853px;margin-left:auto;margin-right:auto}
.d190{margin-top:15px;margin-bottom:8px;width:100%;max-width:910px;margin-left:auto;margin-right:auto}
.d191{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/x02575e093.webp);background-size:cover;background-position:50% 100%}
.d192{margin-top:20px;margin-bottom:8px;width:100%;max-width:416px;margin-left:auto;border-bottom:1px solid rgb(50, 205, 50);padding:2px 0px 2px 0px}
.d193{margin-top:4px;margin-bottom:8px;border-bottom:1px solid rgb(50, 205, 50);padding:2px 0px 2px 0px}
.d194{font-size:15px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.96;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d194 a{color:inherit}
.d195{margin-top:34px;margin-bottom:8px}
.d196{font-size:24px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d196 a{color:inherit}
.d197{margin-top:0px;margin-bottom:0px;border-top:2px solid rgb(50, 205, 50);border-right:2px solid rgb(50, 205, 50);border-bottom:2px solid rgb(50, 205, 50);border-left:2px solid rgb(50, 205, 50);border-radius:10px;padding:20px 40px 30px 40px}
.d198{margin-top:0px;margin-bottom:8px;border-top:2px solid rgb(50, 205, 50);border-right:2px solid rgb(50, 205, 50);border-bottom:2px solid rgb(50, 205, 50);border-left:2px solid rgb(50, 205, 50);border-radius:10px;padding:20px 40px 30px 40px}
.d199{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/xbdf3efbd5.webp);background-size:cover;background-position:50% 100%}
.d200{margin-top:16px;margin-bottom:8px}
.d201{flex:0 0 50.0000%;max-width:50.0000%;padding:40px 40px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d202{margin-top:14px;margin-bottom:8px;width:100%;max-width:520px;margin-left:auto;margin-right:auto}
.d203{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d204{margin-top:9px;margin-bottom:8px;width:100%;max-width:1022px;margin-left:auto;margin-right:auto}
.d205{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/xf09db4f0e.webp);background-size:cover;background-position:50% 0px}
.d206{margin-top:0px;margin-bottom:0px;width:100%;max-width:1010px;margin-left:auto;margin-right:auto}
.d207{margin-top:28px;margin-bottom:0px;width:100%;max-width:942px;margin-left:auto;margin-right:auto}
.d208{margin-top:-10px;margin-bottom:0px;width:100%;max-width:539px;margin-left:auto;margin-right:auto}
.d209{display:flex;flex-wrap:wrap;gap:0;border-bottom:2px solid #e5e5e5;margin-bottom:30px}
.d209 button{font-size:24px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.2;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px;flex:1;background:rgba(0, 0, 0, 0);border:0;border-bottom:3px solid transparent;padding:16px 12px;cursor:pointer;margin-bottom:-2px}
.d209 button[aria-selected=true]{color:rgb(50, 205, 50);border-bottom-color:rgb(57,181,74);background:rgba(0, 0, 0, 0)}
.d210{display:block}
.d210 img{width:100%;height:410px;object-fit:cover;display:block;margin:0 0 24px}
.d210 h3{font-size:20px;font-weight:600;color:rgb(55, 53, 53);text-transform:none;line-height:1.50;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 16px}
.d210 .tx{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d210 .tx p{margin:0 0 14px}
.d211{margin-top:58px;margin-bottom:0px;width:100%;max-width:988px;margin-left:auto;margin-right:auto}
.d212{display:inline-flex;align-items:center;justify-content:center;min-width:251px;min-height:55px;padding:8px 24px;background:rgb(57, 181, 74);color:rgb(255, 255, 255);border-radius:50px;font-size:16px;font-weight:400;text-transform:none;border:0px solid rgb(57, 181, 74);text-decoration:none;font-family:Poppins,sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:filter .2s}
.d212:hover{filter:brightness(1.08)}
.d213{margin:37px 0 10px;text-align:left}
.d214{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d214 a{color:rgb(50, 205, 50);font-weight:300;text-decoration:underline}
.d215{margin:10px auto 10px;width:60px;height:60px;color:rgb(0, 0, 0)}
.d215 svg{width:100%;height:100%;fill:currentColor;display:block}
.d216{display:inline-flex;align-items:center;justify-content:center;min-width:242px;min-height:44px;padding:8px 24px;background:rgb(57, 181, 74);color:rgb(255, 255, 255);border-radius:50px;font-size:16px;font-weight:400;text-transform:none;border:0px solid rgb(57, 181, 74);text-decoration:none;font-family:Poppins,sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:filter .2s}
.d216:hover{filter:brightness(1.08)}
.d217{margin:31px 0 10px;text-align:center}
.d218{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 15px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d219{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 7px 0px 7px;display:flex;flex-direction:column;min-width:0}
.d220{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 0px 0px 15px;display:flex;flex-direction:column;min-width:0}
.d221{margin:31px 0 0px;padding:15px 0 15px}
.d222{font-size:12px;font-weight:300;color:rgb(50, 205, 50);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;font-style:italic;margin:0px 0 0px}
.d222 a{color:rgb(50, 205, 50);font-weight:300;text-decoration:underline}
.d223{display:inline-block;max-width:125px;width:100%;height:auto;border-radius:0px}
.d224{margin:0px 0 0px;text-align:center}
.d225{flex:0 0 58.3333%;max-width:58.3333%;padding:25px 40px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d226{padding:60px 0 50px;background-color:rgb(247, 247, 247)}
.d227{font-size:30px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d227 a{color:inherit}
.d228{margin-top:39px;margin-bottom:8px;width:100%;max-width:297px;margin-left:auto;margin-right:auto}
.d229{margin-top:15px;margin-bottom:0px;width:100%;max-width:339px;margin-left:auto;margin-right:auto}
.d230{flex:0 0 calc(33.3333% - 10px);max-width:calc(33.3333% - 10px);padding:0px 10px 15px 10px;display:flex;flex-direction:column;min-width:0;margin:0px 10px 0px 0px;border-top:2px solid rgb(55, 53, 53);border-right:2px solid rgb(55, 53, 53);border-bottom:2px solid rgb(55, 53, 53);border-left:2px solid rgb(55, 53, 53);border-radius:25px;box-shadow:rgba(175, 175, 175, 0.25) 3px 3px 11px 0px}
.d231{margin-top:39px;margin-bottom:8px;width:100%;max-width:325px;margin-left:auto;margin-right:auto}
.d232{margin-top:15px;margin-bottom:0px;width:100%;max-width:335px;margin-left:auto;margin-right:auto}
.d233{flex:0 0 calc(33.3333% - 20px);max-width:calc(33.3333% - 20px);padding:0px 10px 15px 10px;display:flex;flex-direction:column;min-width:0;margin:0px 10px 0px 10px;border-top:2px solid rgb(55, 53, 53);border-right:2px solid rgb(55, 53, 53);border-bottom:2px solid rgb(55, 53, 53);border-left:2px solid rgb(55, 53, 53);border-radius:25px;box-shadow:rgba(175, 175, 175, 0.25) 3px 3px 11px 0px}
.d234{font-size:30px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d234 a{color:inherit}
.d235{margin-top:39px;margin-bottom:8px;width:100%;max-width:319px;margin-left:auto;margin-right:auto}
.d236{margin-top:15px;margin-bottom:0px;width:100%;max-width:323px;margin-left:auto;margin-right:auto}
.d237{padding:100px 0 50px;background-image:linear-gradient(rgba(255,255,255,0.80),rgba(255,255,255,0.80)),url(images/x5369cfb38.webp);background-size:cover;background-position:100% 100%}
.d238{font-size:10px;font-weight:700;color:rgb(68, 68, 68);text-transform:none;line-height:1.50;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d238 a{color:inherit}
.d239{font-size:10px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.50;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d239 a{color:rgb(50, 205, 50);font-weight:300;text-decoration:underline}
.d240{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.50;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d240 a{color:inherit}
.d241{margin-top:15px;margin-bottom:0px}
.d242{flex:0 0 calc(100.0000% - 20px);max-width:calc(100.0000% - 20px);padding:0px 10px 15px 10px;display:flex;flex-direction:column;min-width:0;margin:0px 10px 0px 10px}
.d243{padding:0px 0 25px;background-image:linear-gradient(rgba(255,255,255,0.80),rgba(255,255,255,0.80)),url(images/x5369cfb38.webp);background-size:cover;background-position:100% 100%}
.d244{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/xb7b30c379.webp);background-size:cover;background-position:50% 50%}
.d245{margin-top:0px;margin-bottom:0px;width:100%;max-width:991px;margin-left:auto;margin-right:auto}
.d246{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 2px}
.d246 a{color:rgb(50, 205, 50);font-weight:300;text-decoration:underline}
.d247{margin:0px 0 8px;padding-left:1.4em;list-style-position:inside;list-style-type:disc}
.d248{margin-top:0px;margin-bottom:0px;width:100%;max-width:249px;margin-left:auto}
.d249{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 17px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d250{margin-top:0px;margin-bottom:0px;max-width:263px}
.d251{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 0px 0px 17px;display:flex;flex-direction:column;min-width:0}
.d252{margin-top:0px;margin-bottom:0px;width:100%;max-width:470px;margin-left:auto;margin-right:auto}
.d253{margin-top:0px;margin-bottom:0px;width:100%;max-width:868px;margin-left:auto;margin-right:auto}
.d254{display:grid;grid-template-columns:38% 1fr;gap:20px;align-items:start}
.d254 img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block}
.d254 h3{font-size:20px;font-weight:600;color:rgb(55, 53, 53);text-transform:none;line-height:1.50;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 16px}
.d254 .tx{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d254 .tx p{margin:0 0 14px}
.d255{margin-top:44px;margin-bottom:0px}
.d256{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/x71d49f8f8.webp);background-size:cover;background-position:50% 100%}
.d257{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d257 a{color:rgb(50, 205, 50);font-weight:300;text-decoration:underline}
.d258{margin-top:8px;margin-bottom:8px;width:100%;max-width:879px;margin-left:auto;margin-right:auto}
.d259{margin-top:0px;margin-bottom:0px;width:100%;max-width:433px;margin-left:auto}
.d260{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 25px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d261{margin-top:0px;margin-bottom:0px;max-width:433px}
.d262{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 0px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d263{margin-top:24px;margin-bottom:8px;width:100%;max-width:737px;margin-left:auto;margin-right:auto}
.d264{margin-top:23px;margin-bottom:8px;width:100%;max-width:817px;margin-left:auto;margin-right:auto}
.d265{margin-top:50px;margin-bottom:8px}
.d266{margin:24px 0 10px;text-align:center}
.d267{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.d268{position:absolute;inset:0;background:rgba(55,53,53,0.55);z-index:1}
.d269{margin-top:70px;margin-bottom:8px;max-width:1070px}
.d270{font-size:18px;font-weight:300;color:rgb(255, 255, 255);text-transform:none;line-height:1.50;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d270 a{color:inherit}
.d271{margin-top:0px;margin-bottom:8px;max-width:832px}
.d272{padding:62px 0 50px;position:relative;overflow:hidden}
.d273{margin-top:-8px;margin-bottom:8px}
.d274{padding:83px 0 0px}
.d275{margin:-45px auto 10px;width:88px;height:84px;color:rgb(50, 205, 50);background:#fff;box-sizing:content-box;padding:0 8px;position:relative;z-index:2}
.d275 svg{width:100%;height:100%;fill:currentColor;display:block}
.d276{margin-top:0px;margin-bottom:8px;width:100%;max-width:251px;margin-left:auto;margin-right:auto}
.d277{font-size:15px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d277 a{color:inherit}
.d278{font-size:15px;font-weight:700;color:rgb(50, 205, 50);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d278 a{color:rgb(50, 205, 50);font-weight:700;text-decoration:none}
.d279{margin-top:15px;margin-bottom:0px;width:100%;max-width:249px;margin-left:auto;margin-right:auto}
.d280{flex:0 0 calc(25.0000% - 10px);max-width:calc(25.0000% - 10px);padding:0px 10px 15px 10px;display:flex;flex-direction:column;min-width:0;margin:0px 10px 0px 0px;border-top:2px solid rgb(55, 53, 53);border-right:2px solid rgb(55, 53, 53);border-bottom:2px solid rgb(55, 53, 53);border-left:2px solid rgb(55, 53, 53);border-radius:25px;box-shadow:rgba(175, 175, 175, 0.25) 3px 3px 11px 0px}
.d281{font-size:16px;font-weight:700;color:rgb(50, 205, 50);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d281 a{color:rgb(50, 205, 50);font-weight:700;text-decoration:none}
.d282{flex:0 0 calc(25.0000% - 20px);max-width:calc(25.0000% - 20px);padding:0px 10px 15px 10px;display:flex;flex-direction:column;min-width:0;margin:0px 10px 0px 10px;border-top:2px solid rgb(55, 53, 53);border-right:2px solid rgb(55, 53, 53);border-bottom:2px solid rgb(55, 53, 53);border-left:2px solid rgb(55, 53, 53);border-radius:25px;box-shadow:rgba(175, 175, 175, 0.25) 3px 3px 11px 0px}
.d283{margin:-45px auto 10px;width:78px;height:84px;color:rgb(50, 205, 50);background:#fff;box-sizing:content-box;padding:0 8px;position:relative;z-index:2}
.d283 svg{width:100%;height:100%;fill:currentColor;display:block}
.d284{margin:-45px auto 10px;width:70px;height:84px;color:rgb(50, 205, 50);background:#fff;box-sizing:content-box;padding:0 8px;position:relative;z-index:2}
.d284 svg{width:100%;height:100%;fill:currentColor;display:block}
.d285{flex:0 0 calc(25.0000% - 10px);max-width:calc(25.0000% - 10px);padding:0px 10px 15px 10px;display:flex;flex-direction:column;min-width:0;margin:0px 0px 0px 10px;border-top:2px solid rgb(55, 53, 53);border-right:2px solid rgb(55, 53, 53);border-bottom:2px solid rgb(55, 53, 53);border-left:2px solid rgb(55, 53, 53);border-radius:25px;box-shadow:rgba(175, 175, 175, 0.25) 3px 3px 11px 0px}
.d286{padding:60px 0 100px;background-image:linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85)),url(images/x5369cfb38.webp);background-size:cover;background-position:100% 100%}
.d287{position:absolute;inset:0;background:rgba(0,0,0,0.17)}
.d288{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 0px}
.d289{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0;position:relative;min-height:560px}
.d290{margin-top:21px;margin-bottom:8px}
.d291{margin:10px auto 10px;width:56px;height:50px;color:rgb(50, 205, 50)}
.d291 svg{width:100%;height:100%;fill:currentColor;display:block}
.d292{flex:0 0 16.6667%;max-width:16.6667%;padding:0px 7px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d293{font-size:16px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;letter-spacing:0.8px;line-height:1.50;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d293 a{color:inherit}
.d294{margin-top:4px;margin-bottom:0px}
.d295{flex:0 0 83.3333%;max-width:83.3333%;padding:0px 0px 0px 7px;display:flex;flex-direction:column;min-width:0}
.d296{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:495px}
.d297{margin:23px 0 0px;padding:0px 0 0px}
.d298{margin:10px auto 10px;width:56px;height:51px;color:rgb(50, 205, 50)}
.d298 svg{width:100%;height:100%;fill:currentColor;display:block}
.d299{margin:15px 0 0px;padding:0px 0 0px}
.d300{margin:38px 0 10px;text-align:left}
.d301{flex:0 0 50.0000%;max-width:50.0000%;padding:70px 75px 50px 70px;display:flex;flex-direction:column;min-width:0;background-color:rgb(247, 247, 247)}
.d302{padding:0px 0 0px;background-color:rgb(246, 246, 246)}
.d303{margin:0;height:115px;display:flex;align-items:center;justify-content:center;padding:8px}
.d303 img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.d304{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:34px 0 10px}
.d305{border:0;border-top:2px solid rgb(50, 205, 50);width:378px;max-width:100%;flex:none;align-self:center;margin:30px 0 0px}
.d306{margin-top:-25px;margin-bottom:0px}
.d307{margin-top:17px;margin-bottom:0px}
.d308{margin:43px 0 10px}
.d308 video{width:100%;height:auto;display:block;background:#000}
.d309{padding:50px 0 15px}
.d310{padding:25px 0 0px}
.d311{margin:0px auto 10px;width:63px;height:64px;color:rgb(0, 0, 0)}
.d311 svg{width:100%;height:100%;fill:currentColor;display:block}
.d312{flex:0 0 25.0000%;max-width:25.0000%;padding:0px 25px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d313{font-size:30px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d313 a{color:inherit}
.d314{flex:0 0 75.0000%;max-width:75.0000%;padding:0px 0px 0px 25px;display:flex;flex-direction:column;min-width:0;border-left:3px solid rgb(50, 205, 50)}
.d315{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:353px}
.d316{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d317{margin:0px auto 10px;width:58px;height:60px;color:rgb(0, 0, 0)}
.d317 svg{width:100%;height:100%;fill:currentColor;display:block}
.d318{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:333px}
.d319{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 10px 0px 10px;display:flex;flex-direction:column;min-width:0}
.d320{margin:0px auto 10px;width:59px;height:69px;color:rgb(0, 0, 0)}
.d320 svg{width:100%;height:100%;fill:currentColor;display:block}
.d321{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:336px}
.d322{flex:0 0 33.3333%;max-width:33.3333%;padding:0px 0px 0px 18px;display:flex;flex-direction:column;min-width:0}
.d323{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:1180px;width:calc(100% - 32px)}
.d324{padding:15px 0 50px}
.d325{margin-top:43px;margin-bottom:8px}
.d326{margin:0 0 10px;break-inside:avoid;height:290px;overflow:hidden}
.d326 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.d326:hover img{transform:scale(1.04)}
.d327{margin:0 0 10px;break-inside:avoid;height:477px;overflow:hidden}
.d327 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.d327:hover img{transform:scale(1.04)}
.d328{column-count:3;column-gap:10px;margin:-8px 0 10px}
.d329{padding:15px 0 40px}
.d330{font-size:60px;font-weight:700;color:rgb(255, 255, 255);text-transform:uppercase;line-height:1.2;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d330 a{color:inherit}
.d331{margin-top:-39px;margin-bottom:8px}
.d332{padding:139px 0 79px;background-color:rgb(255, 255, 255);background-image:linear-gradient(rgba(0,0,0,0.20),rgba(0,0,0,0.20)),url(images/x5aef08c82.webp);background-size:cover;background-position:50% 50%}
.d333{font-family:'Poppins',sans-serif;display:flex;flex-direction:column}
.d333 .bi{display:block;overflow:hidden;aspect-ratio:387/190}
.d333 .bi img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.d333:hover .bi img{transform:scale(1.05)}
.d333 h2{font-size:22px;font-weight:700;text-transform:uppercase;line-height:1.37;color:#373535;margin:26px 0 20px}
.d333 h2 a{color:inherit;text-decoration:none}
.d333 .ab{font-size:13px;color:#999;font-weight:300;margin:0 0 20px}
.d333 .ds{font-size:15px;color:#444;font-weight:300;line-height:1.4;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.d333 .rm{margin-top:auto}
.d333 .rm{font-size:15px;color:#444;text-decoration:none;font-weight:300}
.d334{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 20px;margin:35px 0 0px}
.d335{padding:60px 0 100px;background-color:rgb(255, 255, 255)}
.d336{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/x3e0f681e7.webp);background-size:cover;background-position:50% 100%}
.d337{font-size:36px;font-weight:700;color:rgb(68, 68, 68);text-transform:uppercase;line-height:1.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d337 a{color:inherit}
.d338{margin-top:8px;margin-bottom:8px;width:100%;max-width:433px;margin-left:auto}
.d339{margin-top:14px;margin-bottom:0px;width:100%;max-width:429px;margin-left:auto}
.d340{margin-top:8px;margin-bottom:8px;max-width:433px}
.d341{margin-top:14px;margin-bottom:0px;max-width:433px}
.d342{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 25px 0px 25px;display:flex;flex-direction:column;min-width:0}
.d343{flex:0 0 41.6667%;max-width:41.6667%;padding:0px 0px 0px 0px;display:flex;flex-direction:column;min-width:0;position:relative;min-height:357px}
.d344{border-bottom:1px solid rgb(55,53,53);background:transparent;margin:0 0 4px}
.d344 summary{font-size:24px;font-weight:700;color:rgb(55, 53, 53);text-transform:uppercase;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 8px;line-height:1.6}
.d344 summary::-webkit-details-marker{display:none}
.d344 summary::after{content:'+';font:300 22px/1 'Poppins',sans-serif;color:rgb(57,181,74);flex:none}
.d344[open] summary::after{content:'\2212'}
.d344 .ab{font-size:15px;font-weight:700;color:rgb(68, 68, 68);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px;padding:0 8px 14px}
.d344 .ab p{margin:0 0 10px}
.d345{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.6;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 2px}
.d345 a{color:inherit}
.d346{font-size:16px;font-weight:300;color:rgb(68, 68, 68);text-transform:none;line-height:1.6;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d346 a{color:inherit}
.d347{margin-top:0px;margin-bottom:8px;width:100%;max-width:385px;margin-left:auto}
.d348{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 17px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d349{margin-top:0px;margin-bottom:8px;max-width:390px}
.d350{flex:0 0 50.0000%;max-width:50.0000%;padding:0px 0px 0px 17px;display:flex;flex-direction:column;min-width:0}
.d351{margin:27px 0 0px;padding:15px 0 15px}
.d352{margin-top:40px;margin-bottom:8px;width:100%;max-width:857px;margin-left:auto;margin-right:auto}
.d353{font-size:16px;font-weight:300;color:rgb(50, 205, 50);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:center;margin:0px 0 0px}
.d353 a{color:rgb(50, 205, 50);font-weight:300;text-decoration:underline}
.d354{margin-top:9px;margin-bottom:8px;width:100%;max-width:751px;margin-left:auto;margin-right:auto}
.d355{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/xa741ca6da.webp);background-size:cover;background-position:50% 50%}
.d356{font-size:24px;font-weight:700;color:rgb(68, 68, 68);text-transform:none;line-height:1.50;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d356 a{color:inherit}
.d357{flex:0 0 8.3333%;max-width:8.3333%;padding:0px 9px 0px 0px;display:flex;flex-direction:column;min-width:0}
.d358{flex:0 0 91.6667%;max-width:91.6667%;padding:0px 0px 0px 9px;display:flex;flex-direction:column;min-width:0}
.d359{display:flex;flex-wrap:nowrap;align-items:stretch;margin:0 auto;position:relative;z-index:2;max-width:569px}
.d360{margin:0px 0 0px;padding:0px 0 0px}
.d361{padding:60px 0 50px}
.d362{margin-top:13px;margin-bottom:8px}
.d363{font-size:60px;font-weight:700;color:rgb(255, 255, 255);text-transform:none;line-height:2.00;font-family:'Poppins',sans-serif;text-align:left;margin:0px 0 0px}
.d363 a{color:inherit}
.d364{padding:50px 0 38px;background-image:linear-gradient(rgba(55,53,53,0.60),rgba(55,53,53,0.60)),url(images/xf12381c63.webp);background-size:cover;background-position:50% 100%}
.d365{margin-top:0px;margin-bottom:0px;width:100%;max-width:918px;margin-left:auto;margin-right:auto}
.d366{margin-top:28px;margin-bottom:0px;width:100%;max-width:999px;margin-left:auto;margin-right:auto}
.d367{display:inline-flex;align-items:center;justify-content:center;min-width:231px;min-height:46px;padding:8px 24px;background:rgb(57, 181, 74);color:rgb(255, 255, 255);border-radius:50px;font-size:16px;font-weight:400;text-transform:none;border:0px solid rgb(57, 181, 74);text-decoration:none;font-family:Poppins,sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:filter .2s}
.d367:hover{filter:brightness(1.08)}
.d368{margin:25px 0 10px;text-align:left}
.d369{display:inline-flex;align-items:center;justify-content:center;min-width:303px;min-height:47px;padding:8px 24px;background:rgb(57, 181, 74);color:rgb(255, 255, 255);border-radius:50px;font-size:16px;font-weight:400;text-transform:none;border:0px solid rgb(57, 181, 74);text-decoration:none;font-family:Poppins,sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:filter .2s}
.d369:hover{filter:brightness(1.08)}
.d370{display:inline-flex;align-items:center;justify-content:center;min-width:257px;min-height:47px;padding:8px 24px;background:rgb(57, 181, 74);color:rgb(255, 255, 255);border-radius:50px;font-size:16px;font-weight:400;text-transform:none;border:0px solid rgb(57, 181, 74);text-decoration:none;font-family:Poppins,sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:filter .2s}
.d370:hover{filter:brightness(1.08)}
.d371{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:0px 50%}
.d372{display:inline-flex;align-items:center;justify-content:center;min-width:309px;min-height:47px;padding:8px 24px;background:rgb(57, 181, 74);color:rgb(255, 255, 255);border-radius:50px;font-size:16px;font-weight:400;text-transform:none;border:0px solid rgb(57, 181, 74);text-decoration:none;font-family:Poppins,sans-serif;box-shadow:0 3px 8px rgba(0,0,0,.18);transition:filter .2s}
.d372:hover{filter:brightness(1.08)}
.d373{padding:40px 0 150px}
@media (max-width:767px){
.d0{font-size:34px}
.d1{max-width:none}
.d2{flex-basis:100%;max-width:100%;padding:0px 0px 20px 20px}
.d3{flex-wrap:wrap}
.d4{padding:40px 0 38px}
.d6{max-width:none}
.d7{font-size:30px}
.d8{max-width:none}
.d10{max-width:none}
.d11{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px}
.d12{flex-wrap:wrap}
.d13{padding:15px 0 15px}
.d15{grid-template-columns:1fr}
.d16{flex-basis:100%;max-width:100%;padding:0px 15px 0px 0px}
.d20{max-width:none}
.d22{flex-basis:100%;max-width:100%;padding:0px 0px 0px 15px}
.d23{flex-wrap:wrap}
.d25{flex-basis:100%;max-width:100%;padding:15px 20px 0px 20px}
.d26{flex-wrap:wrap}
.d27{padding:0px 0 40px}
.d28{font-size:30px}
.d30{padding:36px 0}
.d33{font-size:34px}
.d34{padding:40px 0 38px}
.d35{font-size:30px}
.d36{max-width:none}
.d37{height:24px}
.d38{max-width:none}
.d39{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d40{padding:40px 0 40px}
.d42{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px;min-height:280px}
.d44{max-width:none}
.d45{font-size:30px}
.d46{max-width:none}
.d47{max-width:none}
.d48{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d49{padding:40px 0 40px}
.d51{margin-top:20px}
.d52{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d53{padding:40px 0 40px}
.d54{padding:40px 0}
.d57{font-size:34px}
.d59{grid-template-columns:1fr}
.d60{padding:40px 0 38px}
.d62{flex-basis:100%;max-width:100%;padding:0px 17px 0px 0px;min-height:280px}
.d63{max-width:none}
.d64{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d65{padding:40px 0 40px}
.d66{font-size:30px}
.d68{margin-top:20px}
.d69{flex-wrap:wrap}
.d70{padding:40px 0 40px}
.d71{font-size:30px}
.d72{padding:25px 0 0px}
.d74{flex-basis:100%;max-width:100%;padding:0px 18px 0px 0px}
.d75{flex-basis:100%;max-width:100%;padding:0px 0px 0px 18px}
.d76{padding:15px 0 15px}
.d77{flex-basis:88%}
.d79{display:none}
.d82{padding:15px 0 40px}
.d83{max-width:none}
.d84{padding:40px 0 38px}
.d85{max-width:none}
.d86{max-width:none}
.d87{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px;min-height:280px}
.d88{max-width:none}
.d89{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d90{padding:40px 0 40px}
.d91{max-width:none}
.d92{max-width:none}
.d93{max-width:none}
.d94{margin-top:20px}
.d95{flex-basis:100%;max-width:100%;padding:0px 16px 0px 0px}
.d96{flex-basis:100%;max-width:100%;padding:0px 8px 0px 8px}
.d97{flex-basis:100%;max-width:100%;padding:0px 0px 0px 16px}
.d98{flex-wrap:wrap}
.d100{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d101{flex-wrap:wrap}
.d102{padding:40px 0 40px}
.d103{max-width:none}
.d104{flex-basis:100%;max-width:100%;padding:0px 16px 0px 0px}
.d107{flex-basis:100%;max-width:100%;padding:0px 0px 0px 16px}
.d109{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d111{max-width:none}
.d113{padding:40px 0 40px}
.d114{font-size:30px}
.d115{max-width:none}
.d117{max-width:none}
.d118{flex-basis:100%;max-width:100%;padding:20px 20px 20px 20px}
.d119{padding:0px 0 0px}
.d120{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d121{max-width:none}
.d122{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px}
.d123{padding:40px 0 38px}
.d124{max-width:none}
.d126{max-width:none}
.d127{max-width:none}
.d128{flex-basis:100%;max-width:100%;padding:0px 15px 0px 0px}
.d129{flex-basis:100%;max-width:100%;padding:0px 0px 0px 15px}
.d131{font-size:19px}
.d132{max-width:none}
.d133{max-width:none}
.d135{max-width:none}
.d137{max-width:none}
.d138{max-width:none}
.d139{padding:40px 0 38px}
.d140{max-width:none}
.d141{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px;min-height:280px}
.d143{max-width:none}
.d144{max-width:none}
.d145{font-size:19px}
.d146{max-width:none}
.d147{padding:36px 0 36px}
.d148{max-width:none}
.d149{padding:40px 0 38px}
.d150{max-width:none}
.d151{max-width:none}
.d153{padding:40px 0 40px}
.d155{max-width:none}
.d156{max-width:none}
.d157{max-width:none}
.d160{flex-basis:100%;max-width:100%;padding:0px 20px 0px 0px}
.d161{flex-wrap:wrap}
.d162{padding:40px 0 40px}
.d163{max-width:none}
.d164{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d166{padding:40px 0 40px}
.d167{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px;min-height:280px}
.d170{max-width:none}
.d171{max-width:none}
.d174{height:24px}
.d175{max-width:none}
.d176{padding:40px 0 40px}
.d177{max-width:none}
.d178{max-width:none}
.d182{max-width:none}
.d183{min-width:0}
.d185{flex-basis:100%;max-width:100%;padding:20px 20px 20px 20px}
.d186{padding:40px 0 38px}
.d187{max-width:none}
.d189{max-width:none}
.d190{max-width:none}
.d191{padding:40px 0 38px}
.d192{max-width:none}
.d193{max-width:none}
.d195{max-width:none}
.d196{font-size:19px}
.d197{max-width:none}
.d198{max-width:none}
.d199{padding:40px 0 38px}
.d200{max-width:none}
.d201{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d202{max-width:none}
.d203{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px}
.d204{max-width:none}
.d205{padding:40px 0 38px}
.d206{max-width:none}
.d207{max-width:none}
.d208{max-width:none}
.d209{flex-direction:column}
.d212{min-width:0}
.d216{min-width:0}
.d218{flex-basis:100%;max-width:100%;padding:0px 15px 0px 0px}
.d219{flex-basis:100%;max-width:100%;padding:0px 7px 0px 7px}
.d220{flex-basis:100%;max-width:100%;padding:0px 0px 0px 15px}
.d225{flex-basis:100%;max-width:100%;padding:20px 20px 0px 20px}
.d226{padding:40px 0 40px}
.d227{font-size:22px}
.d228{max-width:none}
.d229{max-width:none}
.d230{flex-basis:100%;max-width:100%;padding:0px 10px 15px 10px;margin:45px 0 0}
.d231{max-width:none}
.d232{max-width:none}
.d233{flex-basis:100%;max-width:100%;padding:0px 10px 15px 10px;margin:45px 0 0}
.d234{font-size:22px}
.d235{max-width:none}
.d236{max-width:none}
.d237{padding:40px 0 40px}
.d241{max-width:none}
.d242{flex-basis:100%;max-width:100%;padding:0px 10px 15px 10px;margin:0}
.d243{padding:0px 0 25px}
.d244{padding:40px 0 38px}
.d245{max-width:none}
.d248{max-width:none}
.d249{flex-basis:100%;max-width:100%;padding:0px 17px 0px 0px}
.d250{max-width:none}
.d251{flex-basis:100%;max-width:100%;padding:0px 0px 0px 17px}
.d252{max-width:none}
.d253{max-width:none}
.d254{grid-template-columns:1fr;gap:20px}
.d256{padding:40px 0 38px}
.d258{max-width:none}
.d260{flex-basis:100%;max-width:100%;padding:0px 20px 0px 0px}
.d262{flex-basis:100%;max-width:100%;padding:0px 0px 0px 20px}
.d263{max-width:none}
.d264{max-width:none}
.d265{max-width:none}
.d269{max-width:none}
.d271{max-width:none}
.d272{padding:40px 0 40px}
.d273{max-width:none}
.d274{padding:40px 0 0px}
.d276{max-width:none}
.d279{max-width:none}
.d280{flex-basis:100%;max-width:100%;padding:0px 10px 15px 10px;margin:45px 0 0}
.d282{flex-basis:100%;max-width:100%;padding:0px 10px 15px 10px;margin:45px 0 0}
.d285{flex-basis:100%;max-width:100%;padding:0px 10px 15px 10px;margin:45px 0 0}
.d286{padding:40px 0 40px}
.d289{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px;min-height:280px}
.d290{max-width:none}
.d292{flex:0 0 auto;max-width:none}
.d294{max-width:none}
.d295{flex:1 1 0;max-width:none;min-width:0}
.d301{flex-basis:100%;max-width:100%;padding:20px 20px 20px 20px}
.d302{padding:0px 0 0px}
.d303{height:90px}
.d304{grid-template-columns:repeat(2,1fr)}
.d306{max-width:none}
.d307{max-width:none}
.d309{padding:40px 0 15px}
.d310{padding:25px 0 0px}
.d312{flex:0 0 auto;max-width:none}
.d313{font-size:22px}
.d314{flex:1 1 0;max-width:none;min-width:0}
.d316{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px}
.d319{flex-basis:100%;max-width:100%;padding:0px 10px 0px 10px}
.d322{flex-basis:100%;max-width:100%;padding:0px 0px 0px 18px}
.d323{flex-wrap:wrap}
.d324{padding:15px 0 40px}
.d325{max-width:none}
.d326{height:auto}
.d327{height:auto}
.d328{column-count:2}
.d329{padding:15px 0 40px}
.d330{font-size:34px}
.d331{max-width:none}
.d332{padding:40px 0 40px}
.d334{grid-template-columns:1fr}
.d335{padding:40px 0 40px}
.d336{padding:40px 0 38px}
.d337{font-size:26px}
.d338{max-width:none}
.d340{max-width:none}
.d342{flex-basis:100%;max-width:100%;padding:0px 20px 0px 20px}
.d343{flex-basis:100%;max-width:100%;padding:0px 0px 0px 0px;min-height:280px}
.d347{max-width:none}
.d348{flex-basis:100%;max-width:100%;padding:0px 17px 0px 0px}
.d349{max-width:none}
.d350{flex-basis:100%;max-width:100%;padding:0px 0px 0px 17px}
.d352{max-width:none}
.d354{max-width:none}
.d355{padding:40px 0 38px}
.d356{font-size:19px}
.d357{flex:0 0 auto;max-width:none}
.d358{flex:1 1 0;max-width:none;min-width:0}
.d361{padding:40px 0 40px}
.d362{max-width:none}
.d363{font-size:34px}
.d364{padding:40px 0 38px}
.d365{max-width:none}
.d366{max-width:none}
.d367{min-width:0}
.d369{min-width:0}
.d370{min-width:0}
.d372{min-width:0}
.d373{padding:40px 0 40px}
}

.admin-bar .site-header{top:32px}
@media (max-width:782px){.admin-bar .site-header{top:46px}}
