
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/*
RESET
*/
*{margin:0;padding:0;-moz-box-sizing:border-box;box-sizing:border-box;}
/**::-webkit-scrollbar {display:none;}*/
html, body {height:100%;scroll-behavior:smooth;}
html {font-size:100%;} 
body {font-family:'Nunito', Arial, Helvetica, sans-serif;margin:0;padding:0;line-height:1.5;color:#8492a6;letter-spacing:-0.2px;font-size:18px;}
h1,h2,h3,h4,h5,h6 {float:left;width:auto;line-height:normal;font-weight:normal;font-style:normal;margin:0;padding:0;}
h1 {}
h2 {}
h3 {}
h4 {}
ul,ol,li {margin:0;padding:0;list-style-type:none}
p {margin:0;height:auto;width:auto;}
address {font-style:normal;margin:0}
a {text-decoration:none;}
a:link {}
a:visited {}
a:hover,a:focus,a:active {}
a img {border:none}
em {font-style:normal}
strong {font-weight:bold}
form,fieldset {border:none;margin:0;padding:0}
button,select,input,input[type=text],input[type=submit],input[type=date],input[type=tel],input[type=email],input[type=password],input[type=number],textarea {vertical-align:middle;font-family:'Open Sans';font-size:15px;color:#484848;appearance:none;-webkit-appearance:none;-moz-appearance:none;height:48px;border:1px solid #ebebeb;border-radius:3px;width:100%;padding-left:15px;padding-right:15px;outline:none;}
select:focus,input:focus {border:1px solid #484848;}
table {border-collapse:collapse;}
table td, table th {padding:0;}
