 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');:root{--footer-block-1-color:#ec1f8c;--footer-block-2-color:#ee5a4c;--footer-block-3-color:#f28865;--footer-block-4-color:#55a3a1;--footer-block-5-color:#59c6cf}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}@media screen and (min-width:951px){html{font-size:18px}}body{font-family:'Poppins',sans-serif;font-weight:400;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}img{max-width:100%}h1{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:2rem}p{margin-bottom:1rem}.mt-3{margin-top:3rem}header,main{width:100%;max-width:1200px;margin:0 auto;padding:2rem}header{margin-top:auto}main{margin-bottom:auto}header{display:flex;flex-wrap:wrap;gap:1rem}header nav{display:flex;gap:1rem}header img{flex-shrink:0;object-fit:contain}header img:first-child{margin-right:auto}header .social-icon{width:45px;height:45px}@media screen and (max-width:900px){img.logo{max-width:175px;height:auto}img.social-icon{max-width:30px}}main section{max-width:800px}address{font-style:normal}address a{color:inherit;cursor:pointer}.footer-blocks{height:125px;background:linear-gradient(to right,var(--footer-block-1-color) 0% 30%,var(--footer-block-2-color) 30% 35%,var(--footer-block-3-color) 35% 65%,var(--footer-block-4-color) 65% 70%,var(--footer-block-5-color) 70% 100%)}