h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}strong{color:#3a3a3a}.btn-stroke{display:block;background:0 0;color:white;padding:10px 30px;border:1px solid white;border-radius:var(--radius);text-decoration:none;font-weight:500;transition:background .3s ease,color .3s ease;width:fit-content}.btn-stroke:hover{background:var(--primary);color:#fff;border-color:white}.btn-stroke-black{display:block;background:0 0;color:var(--title);padding:10px 30px;border:1px solid var(--title);border-radius:var(--radius);text-decoration:none;font-weight:500;transition:background .3s ease,color .3s ease;width:fit-content}.btn-stroke-black:hover{background:var(--primary);color:white;border-color:var(--title)}.btn-center{margin:0 auto}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}table tr,table td,table th{background:rgba(0,0,0,0);text-align:left;color:#000;font-family:"Roboto",sans-serif;font-size:16px}table td{color:var(--text)}.txt-center{text-align:center}.col{box-sizing:border-box;padding:10px;display:flex;flex-direction:column;gap:20px}.col.align-center{justify-content:center}.col.no-gap{gap:0}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.grid-2{display:grid;grid-template-columns:repeat(2,calc(50% - 15px));gap:30px}.grid-3{display:grid;grid-template-columns:repeat(3,calc(33.333% - 20px));gap:30px}.grid-4{display:grid;grid-template-columns:repeat(4,calc(25% - 22.5px));gap:30px}.relative{position:relative}.show-mobile{display:none}.mt-page{margin-top:110px}@media screen and (max-width:1024px){.tp-10{padding:10px}.tp-20{padding:20px}.tp-30{padding:30px}.grid-4{grid-template-columns:repeat(3,calc(33.33% - 13.33px));gap:20px}}@media screen and (max-width:768px){.mt-page{margin-top:150px}.mp-10{padding:10px}.mp-20{padding:20px}.mp-30{padding:30px}.grid-2{grid-template-columns:1fr;gap:20px}.grid-3{grid-template-columns:repeat(2,calc(50% - 10px));gap:20px}.grid-4{grid-template-columns:repeat(2,calc(50% - 10px));gap:20px}.m-col-reverse{display:flex;flex-direction:column-reverse}.hide-mobile{display:none}.show-mobile{display:block}}@media screen and (max-width:450px){.grid-4,.grid-3{grid-template-columns:1fr}}header.scrolled{background:#fff}nav ul li.open>a .fa-angle-down{transform:rotate(180deg)}@media (max-width:768px){nav ul.show{display:flex}nav ul li.open>ul{display:flex;flex-direction:column}}@media (max-width:600px){.footer-social .social-icons{justify-content:flex-start}}