/* ===========================================
   RESET
=========================================== */

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Inter',sans-serif;

    background:#f8faf8;

    color:#1e293b;

    line-height:1.7;

}

img{

    max-width:100%;

    display:block;

}

a{

    color:inherit;

}

/* ===========================================
   RESET
=========================================== */

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Inter',sans-serif;

    background:#f8faf8;

    color:#1e293b;

    line-height:1.7;

}

img{

    max-width:100%;

    display:block;

}

a{

    color:inherit;

}

.tpc-container{

    width:min(1700px, calc(100% - 48px));

    margin:0 auto;

}

.tpc-hero .tpc-container{

    width:min(1800px, calc(100% - 32px));

}