:root{--green:#cee741;--violet:#5c3680;--orange:#f35a3c;--blue:#0071ab;--yellow:#feda00;--white:#ffffff;--gray:#828c93;--facebook:#3b5998;--twitter:#00acee;--title-color:#000;--text-color:#000;--label-color:#000;--box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.25);--xxl:1400px;--xl:1200px;--lg:992px;--md:768px;--sm:576px;--xs:425px;--text-size:20px;--title-size:2.5rem;--title-size-md:2.1rem;--title-size-sd:1.5rem;--dm:"DM Serif Display",serif;--pt:"PT Serif",serif;--sans:"PT Sans",sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;height:100%}
body{height:100%;color:var(--title-color)}
h1,h3,h4{color:var(--title-color)}
h1{font-size:var(--title-size)}
ul{list-style:none;padding:0}
ul{padding:0!important;margin:0!important}
 
a{text-decoration:none!important;color:#000}
 
/* .wrapper{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff} */
.container{max-width:1260px; margin:0 auto}
.content__row{display:flex;gap:1rem;flex-direction:row;justify-content:space-between;border-left:1px solid #000;border-right:1px solid #000}
.content__main{background-color:#fff;flex:1 1 66%;border-right:1px solid #e8e8e8;padding-right:2rem}
.adv__content{background-color:#fff;flex:1 1 30%}