@font-face{font-family:OpenSans;font-style:normal;font-weight:400;font-display:swap;src:url(../assets/fonts/OpenSans/OpenSans-Regular.ttf) format('truetype')}@font-face{font-family:OpenSans;font-style:bold;font-weight:700;font-display:swap;src:url(../assets/fonts/OpenSans/OpenSans-Bold.ttf) format('truetype')}@font-face{font-family:OpenSans;font-style:bolder;font-weight:800;font-display:swap;src:url(../assets/fonts/OpenSans/OpenSans-ExtraBold.ttf) format('truetype')}@font-face{font-family:PassionOne;font-style:normal;font-weight:400;font-display:swap;src:url(../assets/fonts/PassionOne/PassionOne-Regular.ttf) format('truetype')}@font-face{font-family:PassionOne;font-style:bold;font-weight:700;font-display:swap;src:url(../assets/fonts/PassionOne/PassionOne-Bold.ttf) format('truetype')}:root{--color-background-primary:#191919;--color-background-secondary:#8A7148;--color-background-highlight:#323840;--color-text-primary:#ffffff;--color-text-dark:#848484;--gap-section:4em}*{margin:0;padding:0;box-sizing:border-box}h1{font-family:PassionOne,sans-serif;font-size:4em;-webkit-font-feature-settings:"liga" 0,"clig" 0;-moz-font-feature-settings:"liga" 0,"clig" 0;font-feature-settings:"liga" 0,"clig" 0}body{font-family:OpenSans,sans-serif;color:var(--color-text-primary);background-color:var(--color-background-primary)}.bold{font-weight:800}.section{display:grid;grid-template-columns:1fr 1fr;gap:5%;max-width:2000px;margin:4em auto}.section .image{display:flex;align-items:center;height:500px;overflow:hidden}.section .image img{width:100%;max-height:100%;object-fit:cover}.section .image.left,.section .image.left img{border-radius:0 15px 15px 0}.section .image.right,.section .image.right img{border-radius:15px 0 0 15px}.section .text{max-width:80%;height:100%;display:flex;flex-direction:column;justify-content:center}.section .text.left{margin-left:20%}.section .text .title{margin-bottom:.25em}.section .text .content{font-size:1.1em}hr{margin:3em;border-color:var(--color-text-dark)}footer{padding-bottom:1.5em}.bold{font-weight:700}nav{display:flex}nav .logo{padding:.5em}nav .logo img{height:70px}.underline,footer .section{color:var(--color-text-dark)}.opening-content{width:55%;display:flex;justify-content:space-between;align-items:center;padding:1em 0}.opening-content ul,.underline{list-style:none}.opening-content li{margin:.5em 0}.footer-logo{height:100px;align-self:flex-end}.underline{display:flex;justify-content:space-between;padding:0 10%}.underline a{color:inherit}.underline-icons{gap:.5em}.underline img{width:25px;height:auto}.button{background-color:var(--color-background-primary);color:#fff;text-align:center;border-radius:10px;border:none;font-size:1.2em;padding:.75em 2em;cursor:pointer}@media screen and (max-width:1500px){.opening-content{width:60%}}@media screen and (max-width:1200px){.opening-content{width:80%}}@media screen and (max-width:1300px){.section .text.left{margin-left:5%}}@media screen and (max-width:1000px){.section{grid-template-columns:1fr}.opening-content{width:100%;font-size:.9em;padding:1em}.footer-header{font-size:1.2em;padding:0 1em}.underline{padding:0 2em;flex-direction:column}.underline li{justify-content:center;width:100%;display:flex}.opening-content li{margin-right:1em}}@media screen and (max-width:800px){.section .text .content{font-size:1em}.underline{padding:0 .5em}}