/* https://salespage.ro basic */

:root 
{
/* Containers */
--lvd-width-stopper:1800px;
--lvd-width-fullhd:1344px;
--lvd-width-widescreen:1152px;
--lvd-width-desktop:960px;
--lvd-width-tablet:640px;

/* Font size */
--lvd-text-d1:72px;
--lvd-text-d2:64px;
--lvd-text-d3:56px;

--lvd-text-h1:48px;
--lvd-text-h2:40px;
--lvd-text-h3:32px;
--lvd-text-h4:24px;
--lvd-text-h5:20px;

--lvd-text-body:16px; 

--lvd-text-s1:14px;
--lvd-text-s2:11px;  

/* Spacing */
--lvd-mb-txt:20px;

--lvd-gap:16px;

--lvd-line-height-base:1.4;


/* Transitions */
--lvd-transition: all .3s;
}

/*----------------------------- RESET -----------------------------*/
html, body, div, span,iframe, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ul, li, fieldset, form, label, legend,table, caption, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent;}
img     {margin:0; padding:0; border:0; outline:0; text-decoration:none; background:transparent;}
ul      {list-style: none;}
strong  {font-weight: bold;}
:focus  {outline: 0;}
*       {touch-action: manipulation;}
.lvd-scrolloff  {overflow-y:hidden; position:fixed; top:0; left:0; right:0; bottom:0;}

/*----------------------------- COMMON -----------------------------*/
body 	 	    {font-family: 'Montserrat', sans-serif; font-size:var(--lvd-text-body); font-weight:400; color:var(--lvd-color-text); background:var(--lvd-color-white);}
a        	  {color:var(--lvd-color-primary); padding:0; margin:0; border:0; text-decoration:none;}
a:hover  	  {color:var(--lvd-color-black); text-decoration:none; }
p 		 	    {margin-bottom: var(--lvd-mb-txt); line-height: var(--lvd-line-height-base); margin-block-start: 0; margin-block-end: 0;}
* 			    {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

.lvd-page {position:fixed; top:0; left:0; right:0; bottom:0; display:flex; flex-direction:column; flex-wrap: wrap; justify-content: center; align-items: center;}
.lvd-logo {width:240px; height:auto; margin-bottom:40px;}