html,body{background-color:var(--background);max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}:root{--white:white;--backHeader:#00000080;--colorForBorderCard:#cdaa7d;--background:#111;--font-source-sans:"Source Sans 3",sans-serif;--font-manufacturing-consent:"Manufacturing Consent",system-ui;--font-libre-baskerville:"Libre Baskerville",serif;--font-montserrat:"Montserrat",sans-serif;--font-cormorant-garamond:"Cormorant Garamond",serif}a{text-decoration:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 15px}.row{justify-content:space-between;align-items:center;display:flex}section{padding:100px 0}
header{background:var(--backHeader);z-index:1000;width:100%;position:fixed}header .header-items__wrapper{border-bottom:1px solid var(--white);background:0 0;height:100px;position:relative}header .header-items__wrapper .header-nav{justify-content:space-between;align-items:center;gap:120px;line-height:100px;display:flex}header .header-items__wrapper .header-nav__elems{justify-content:space-between;align-items:center;gap:80px;display:flex}header .header-items__wrapper .header-nav__elems a{color:var(--white);letter-spacing:0%;font-size:18px;font-weight:600;font-family:var(--font-cormorant-garamond);transition:color .3s}header .header-items__wrapper .header-nav__elems a:hover{color:#fffc}header .header-items__wrapper .header-nav__elems:nth-of-type(2) img{position:relative;top:10px}.header-logo-mobile{display:none}.burger-menu{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:40px;height:20px;padding:0;display:none;position:relative}.burger-menu span{background-color:var(--white);transform-origin:50%;width:100%;height:.5px;transition:all .4s;display:block}.burger-menu span:nth-child(2){transform:translate(-5px)}.burger-menu--active span:first-child{transform:rotate(45deg)translate(7.5px,6.5px)}.burger-menu--active span:nth-child(2){opacity:0;transform:translate(0)}.burger-menu--active span:nth-child(3){transform:rotate(-45deg)translate(7.5px,-6.5px)}.menu-overlay{z-index:999;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}@media (max-width:1120px){header .header-items__wrapper .header-nav{gap:60px}.header-items__wrapper .header-nav .header-nav__elems{gap:40px}}@media (max-width:830px){header .header-items__wrapper{height:60px}.header-nav{background:var(--backHeader);z-index:1000;flex-direction:column;align-items:center;width:50%;height:100vh;padding-top:120px;transition:right .3s;position:fixed;top:0;right:-50%;justify-content:flex-start!important;line-height:normal!important}.header-nav--active{right:0}.header-nav__elems{flex-direction:column!important;gap:20px!important}.header-nav__elems a{z-index:1001;padding:8px 0;position:relative;font-size:18px!important}.header-nav__elems:nth-of-type(2){display:none!important}.header-nav{gap:30px!important}.header-logo-mobile{display:block;position:absolute;left:50%;transform:translate(-50%)}.header-logo-mobile img{width:35px;position:relative}.burger-menu{display:flex}.header-items__wrapper .header-nav:not(.header-nav--active){display:none}}@media (max-width:500px){.header-nav{z-index:1000;width:100%;right:-100%}.header-nav--active{right:0}.header-nav__elems a{z-index:1001;font-size:20px!important}.header-nav{gap:25px!important}}
footer.footer .footer__elements{border-top:1px solid #ffffff83;border-bottom:1px solid #ffffff83;justify-content:space-between;align-items:start;padding:80px 0;display:flex}footer.footer .footer__elements .footer__items h3{color:var(--white);font-family:var(--font-cormorant-garamond);letter-spacing:0%;margin-bottom:30px;font-size:24px;font-weight:700}footer.footer .footer__elements .footer__items p,footer.footer .footer__elements .footer__items a{color:var(--white);letter-spacing:0%;font-size:18px;font-weight:300;line-height:30px}footer.footer .footer__elements .footer__items a{transition:color .3s;display:block}footer.footer .footer__elements .footer__items a:hover{color:#fffc}footer.footer .footer__bottom{padding:30px 0}footer.footer .footer__bottom p{text-align:center;color:#fff;font-weight:700;font-family:var(--font-cormorant-garamond);font-style:bold;letter-spacing:0%;opacity:.5;font-size:18px}@media (max-width:1120px){footer.footer .footer__elements{flex-wrap:wrap;gap:40px;padding:60px 0}footer.footer .footer__elements .footer__items{text-align:center;flex:45%}footer.footer .footer__elements .footer__items h3{margin-bottom:25px;font-size:22px}footer.footer .footer__elements .footer__items p{font-size:16px;line-height:28px}footer.footer .footer__bottom{padding:25px 0}footer.footer .footer__bottom p{font-size:16px}}@media (max-width:768px){footer.footer .footer__elements{gap:35px;padding:50px 0}footer.footer .footer__elements .footer__items{text-align:center;flex:100%}footer.footer .footer__elements .footer__items h3{margin-bottom:20px;font-size:20px}footer.footer .footer__elements .footer__items p{font-size:15px;line-height:26px}footer.footer .footer__bottom{padding:20px 0}footer.footer .footer__bottom p{font-size:15px}}@media (max-width:480px){footer.footer .footer__elements{gap:30px;padding:40px 0}footer.footer .footer__elements .footer__items h3{margin-bottom:15px;font-size:18px}footer.footer .footer__elements .footer__items p{font-size:14px;line-height:24px}footer.footer .footer__bottom{padding:15px 0}footer.footer .footer__bottom p{font-size:14px}}@media (max-width:375px){footer.footer .footer__elements{gap:25px;padding:30px 0}footer.footer .footer__elements .footer__items h3{font-size:17px}footer.footer .footer__elements .footer__items p{font-size:13px;line-height:22px}footer.footer .footer__bottom{padding:12px 0}footer.footer .footer__bottom p{font-size:13px}}
