@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);:root{--verde:#344C4E}*{font-family:'Inter',sans-serif;scroll-behavior:smooth;scroll-padding-top:100px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--verde)}.container-fluid{max-width:1220px;width:100%}p{font-size:16px}h2{font-size:42px}.btnDefault{display:inline-block;background-color:#fff;color:var(--verde);padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px}.btnDefault.green{background-color:var(--verde);color:#fff}.text-center{text-align:center}header{position:sticky;top:0;width:100%;background-color:var(--verde);color:#fff;padding:15px 0;z-index:9999;transition:all .3s ease}header .logo img{transition:all .3s ease}body.scrolled header .logo img{max-width:70%}body.scrolled header{padding:10px 0}header .logo img:hover{transform:scale(1.02)}.menu-principal{display:flex;justify-content:flex-end;align-items:center;height:100%}ul#menu-menu-principal{display:flex;align-items:center}ul#menu-menu-principal li{list-style:none;margin-right:45px}ul#menu-menu-principal li a{color:#fff;text-decoration:none;font-size:16px}ul#menu-menu-principal li.btnDefault a{color:var(--verde)!important}ul#menu-menu-principal li.btnDefault{margin-left:75px;margin-right:0}section.banner{background-color:#02192D;height:800px;background-size:cover;background-position-y:bottom}section.banner .container-fluid{display:flex;align-items:center;justify-content:center;height:100%}section.banner h1{font-family:'Inter',sans-serif;color:#fff;font-weight:500;font-size:64px;line-height:110%;text-align:center}section.banner p{color:#fff;font-size:24px;text-align:center}section.banner .btnDefault{padding:12px 25px}.banner-content{text-align:center}section.banner .text-center{margin-top:20px}.areas-de-atuacao{padding:90px 0}.areas-de-atuacao h2{border-bottom:1px solid #C1C1C1;padding-bottom:20px}.lista-areas{margin-top:50px}.card-area{margin-bottom:70px;transition:all .3s ease}.card-area:hover{transform:scale(1.01)}.card-area img{border-radius:20px;width:100%;height:300px;object-fit:cover}.card-area h3{font-size:24px;font-weight:600;margin-top:25px}.card-area p{margin-top:15px;color:#555}.areas-de-atuacao .btnDefault{font-size:24px;padding:20px 70px;border-radius:10px}section.sobre-nos{padding:120px 0;background-color:#F5F5F5;background-size:cover}section.sobre-nos h2{border-bottom:1px solid #C1C1C1;padding-bottom:20px}section.sobre-nos *{color:#fff}section.sobre-nos ul{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem;list-style:none;padding:0;width:max-content;margin-top:30px}section.sobre-nos li{list-style:none;font-size:16px;display:flex;gap:10px;align-items:center;transition:all .3s ease}section.sobre-nos li:hover{transform:translateX(5px)}section.sobre-nos .text-center{display:flex;justify-content:flex-end}section.sobre-nos .text-center img{transition:all .3s ease}section.sobre-nos .text-center img:hover{transform:scale(1.02)}section.conheca{padding:90px 0}section.conheca h2{border-bottom:1px solid #C1C1C1;padding-bottom:20px}.lista-advogados{margin-top:50px;padding:0 2rem}.lista-advogados .card{padding:20px;border-radius:15px;background-color:#fff;box-shadow:0 0 15px rgb(0 0 0 / .15);margin:15px}.lista-advogados .card .ver-mais{display:none}.lista-advogados .card:hover .ver-mais{display:block}.card-body{position:relative}.lista-advogados .card img{border-radius:10px 10px 0 0;width:100%;height:400px;object-fit:contain;object-position:top}.lista-advogados .card .info{padding:5px;text-align:center;background-color:var(--verde);position:absolute;width:100%;bottom:0}.lista-advogados .card:hover .info{height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.lista-advogados .card .info h3{font-size:20px;font-weight:400;color:#fff}.lista-advogados .card .info p{font-size:14px;font-weight:400;margin:0;color:#fff}.lista-advogados .card:hover .info p:not(:last-child),.lista-advogados .card:hover .info h3{display:none}section.cta{padding:200px 0;background-size:cover}section.cta h2{font-size:54px;color:#fff;margin-bottom:20px;text-align:center}section.cta .btnDefault{padding:25px 90px;font-size:24px;line-height:1;font-weight:700}footer{background-color:var(--verde);padding-top:50px;color:white!important}footer h2{font-size:54px;text-align:center;margin-bottom:80px}.col-lg-12.pad{padding:0 13rem}footer .contatos{margin-top:7%}footer .contatos a{display:block;width:max-content}footer .item{color:white!important;display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:30px}footer .item h3{font-size:24px;font-weight:600;margin:0}footer .item p{margin:10px 0}footer .mapa iframe{height:340px;width:100%}footer .copy{text-align:center;padding:20px;border-top:1px solid #fff;margin-top:100px}footer .copy p{margin:0}small.tag{display:block;width:100px;height:3px;background:#E2BD5F;margin-bottom:25px}.modal-custom{display:none;position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100vh;background-color:rgb(0 0 0 / .6);overflow-y:auto;padding:2rem}.modal-custom-content{background-color:#fff;margin:auto;padding:2rem;border-radius:10px;max-width:600px;width:100%;position:relative;box-shadow:0 0 20px rgb(0 0 0 / .2);animation:fadeIn 0.3s ease-in-out;text-align:center}.modal-custom-close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;font-weight:700;color:#333;cursor:pointer;transition:color 0.2s ease}.modal-custom-close:hover{color:#e74c3c}.modal-custom-content img{max-width:140px;object-fit:contain;aspect-ratio:1;border-radius:50%;margin-bottom:1rem}.modal-custom-content p{font-size:16px;line-height:26px;color:#555;margin-bottom:1rem}@keyframes fadeIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.modal-custom-content{padding:1.5rem;max-width:90%}.modal-custom-content img{max-width:80px}}.open-menu{width:64px;height:64px;border:none;background:#fff0}.open-menu svg{width:64px;margin:0;height:auto;transform:scaleX(-1)}.open-menu .line{fill:none;stroke:#fff;stroke-width:6;transition:stroke-dasharray 600ms cubic-bezier(.4,0,.2,1),stroke-dashoffset 600ms cubic-bezier(.4,0,.2,1)}.line1{stroke-dasharray:60 207;stroke-width:8px}.line2{stroke-dasharray:60 40;stroke-width:8px}.line3{stroke-dasharray:60 207;stroke-width:8px}.opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:8px}.opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:8px}.opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:8px}.menuResponse{position:fixed;top:97px;left:0;width:100%;height:calc(100vh - 0px);z-index:999;transition:0.3s all;-webkit-transform:translateY(100vh);-moz-transform:translateY(100vh);-ms-transform:translateY(100vh);-o-transform:translateY(100vh);transform:translateY(100vh);background-color:var(--verde)}.menuResponse.fixed{top:0;height:calc(100vh - 0px)}.menuResponse.active{transition:0.3s all;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.menu-mobile{display:none}@media(max-width:1600px){.container-fluid{max-width:1100px}ul#menu-menu-principal li{margin-right:35px}ul#menu-menu-principal li a{font-size:15px}ul#menu-menu-principal li.btnDefault{margin-left:55px}section.banner{height:630px}section.banner h1{font-size:54px}section.banner p{font-size:20px}.btnDefault{font-size:15px}.areas-de-atuacao{padding:70px 0}h2{font-size:36px}.card-area img{height:270px}p{font-size:14px}.card-area h3{font-size:22px;margin-top:20px}.areas-de-atuacao .btnDefault{font-size:18px;padding:20px 50px}section.sobre-nos{padding:100px 0}section.sobre-nos li{font-size:14px}.lista-advogados .card img{height:340px}section.cta{padding:180px 0}section.cta h2{font-size:48px}section.cta .btnDefault{padding:22px 80px;font-size:22px}footer h2{font-size:44px;margin-bottom:60px}footer .mapa iframe{height:320px}footer .contatos{margin-top:5%}footer .item h3{font-size:22px}}@media(max-width:1440px){.container-fluid{max-width:1050px}ul#menu-menu-principal li.btnDefault{margin-left:45px}header .logo img{transition:all .3s ease;max-width:80%}section.banner{height:520px}section.banner h1{font-size:48px}section.banner p{font-size:18px}ul#menu-menu-principal li a{font-size:14px}h2{font-size:34px}.card-area img{height:245px}section.sobre-nos .text-center img{width:65%}.lista-advogados .card img{height:320px}section.cta{padding:160px 0}section.cta h2{font-size:46px}section.cta .btnDefault{padding:22px 70px;font-size:22px}footer .copy{margin-top:70px}footer h2{font-size:42px}footer .item h3{font-size:20px}footer .mapa iframe{height:300px}}@media(max-width:1024px){.container-fluid{max-width:100%;padding:0 10px}}@media(max-width:991px){header .row{justify-content:space-between}.menu-principal{display:none}.menu-mobile{display:block}.logo{display:flex;align-items:center;height:100%}ul#menu-menu-principal-1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:30px;margin-top:5rem}ul#menu-menu-principal-1 li{margin:10px 0;list-style:none}ul#menu-menu-principal-1 li a{font-size:20px;color:#fff}ul#menu-menu-principal-1 li.btnDefault a{color:var(--verde)}section.banner h1{font-size:38px}section.banner p{font-size:16px}.btnDefault{font-size:14px}.areas-de-atuacao h2{padding-bottom:15px}h2{font-size:32px}p{font-size:16px;line-height:26px}p br{display:none}section.sobre-nos .text-center{display:flex;justify-content:center;align-items:center}section.sobre-nos .text-center img{width:35%;margin-top:50px}section.sobre-nos li{font-size:16px}.lista-advogados{padding:0 0rem}.col-lg-12.pad{padding:0 2rem}footer .item{color:white!important;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:30px}footer .contatos a{width:100%}footer h2{font-size:44px;margin-bottom:40px}body.scrolled .menuResponse{top:88px}.lista-advogados ul.slick-dots{display:flex;align-items:center;justify-content:center;margin-top:30px;gap:15px}.lista-advogados ul.slick-dots li{list-style:none}.lista-advogados ul.slick-dots li button{font-size:0;width:16px;height:16px;border-radius:50%;background:#9F9F9F;border:none;padding:0;cursor:pointer;transition:background-color 0.3s ease}.lista-advogados ul.slick-dots li.slick-active button{background:#344C4E}}@media(max-width:550px){section.banner{height:630px}h2{font-size:30px}section.sobre-nos .text-center img{width:45%;margin-top:70px}.lista-advogados .card{padding:15px;margin:10px}.lista-advogados .card img{height:380px}.modal-custom-content p br{display:block}section.cta{padding:120px 0;background-position-y:1px;background-size:cover}section.cta h2{font-size:28px}section.cta .btnDefault{padding:15px 40px;font-size:18px}footer h2{font-size:30px;margin-bottom:30px}footer .item{flex-direction:column;align-items:center;text-align:center}footer .contatos p br{display:block}.areas-de-atuacao .btnDefault{font-size:18px;padding:15px 50px}footer .copy p{font-size:14px;margin:0}header .logo img{transition:all .3s ease;max-width:65%}body.scrolled header .logo img{max-width:60%}.open-menu{width:54px;height:54px}.open-menu svg{width:54px}.menuResponse{top:88px}body.scrolled .menuResponse{top:77px}.col-lg-12.pad{padding:0 0rem}}@media(max-width:375px){section.banner h1{font-size:32px}section.banner{height:500px}h2{font-size:26px}.card-area{margin-bottom:50px}.card-area img{height:240px}p{font-size:14px;line-height:24px}.areas-de-atuacao .btnDefault{font-size:16px;padding:12px 40px}section.sobre-nos{padding:80px 0}section.sobre-nos ul{gap:2rem 2rem}section.sobre-nos li{font-size:14px}section.conheca{padding:70px 0}.lista-advogados{margin-top:30px}.lista-advogados .card img{height:320px}.lista-advogados .card .info h3{font-size:16px}.lista-advogados .card .info p{font-size:12px}.modal-custom-content p{font-size:14px;line-height:24px}section.cta{padding:100px 0}section.cta h2{font-size:24px}section.cta .btnDefault{padding:12px 35px;font-size:16px}footer h2{font-size:26px;margin-bottom:30px}footer .mapa iframe{height:250px}}.no-pad{padding:0}.no-pad-l{padding-left:0}.no-pad-r{padding-right:0}.container-fluid{margin-right:auto;margin-left:auto}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:9px;padding-left:9px}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width:425px){.container{width:46rem}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:768px){.container{width:61rem}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:1024px){.container{width:71rem}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-style:normal;text-decoration:none;outline:none;list-style:none}body{margin:0;font-family:sans-serif}input,textarea{width:100%}*{outline:none}a,a:active,a:visited,a:hover{cursor:pointer;text-decoration:none}header,nav,section,article,main,aside,footer{display:block}*,*:after,*:before{box-sizing:border-box}html{font-size:62.5%}article{-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.clear:before,.clear:after{content:" ";display:table}.clear:after{clear:both}.clear{*zoom:1}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:block;height:1%}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}img{max-width:100%;width:auto;vertical-align:bottom;height:auto}.alignnone{margin:5px 20px 20px 5px}.aligncenter{margin:5px auto 5px auto}.alignright{margin:5px 0 20px 20px;float:right}.alignleft{margin:5px 20px 5px 0;float:left}.wp-caption .size-full{width:100%;height:auto}.wp-caption.alignnone{margin:5px 0}.wp-caption.alignleft{margin:5px 20px 5px 0}.wp-caption.alignright{margin:5px 0 5px 20px}.gallery-caption,.wp-caption p.wp-caption-text{font-size:1.3em;margin:0;color:#67b4b9;font-weight:700;font-style:italic}p{margin:20px 0}b,strong{font-weight:700}i,em{font-style:italic}ul li{list-style:inside disc}ol li{list-style:inside decimal}.flex{display:flex;display:-webkit-flex}.between{justify-content:space-between;-webkit-justify-content:space-between}