@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Inter:wght@100..900&display=swap";*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body,h1,h2,h3,p{margin:0}body{min-height:100vh}img,picture,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}a{color:inherit}header.header{z-index:10;background-color:var(--site-panel);justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}header.header .header-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:1700px;margin:0 auto;padding:0 2.5rem;display:flex}header.header .header-inner img.logo{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:120px;height:120px}header.header .header-inner .header-menu{justify-content:center;align-items:center;display:flex}header.header .header-inner .header-menu__inner{color:var(--site-text-muted);gap:1.5rem;margin:0;padding:0;font-size:1rem;text-decoration:none;list-style:none;display:flex}header.header .header-inner .header-menu__inner a{border-bottom:0 solid var(--site-border);padding:.5rem 0;text-decoration:none;transition:all .3s}header.header .header-inner .header-menu__inner a:hover{color:var(--site-text-strong)}header.header .header-inner .header-menu__inner a:active{border-bottom:2px solid var(--site-border)}header.header .header-inner .header-menu__inner a.is-active{color:var(--site-text-strong);border-bottom:2px solid var(--site-border)}header.header .header-toggle{cursor:pointer;background:0 0;border:none;width:34px;height:34px;padding:0;transition:opacity .3s,transform .3s;display:none;position:relative}header.header .header-toggle__line{background-color:var(--site-text-strong);width:28px;height:2px;transition:opacity .2s,top .3s,transform .3s;position:absolute;left:3px}header.header .header-toggle__line:first-child{top:9px}header.header .header-toggle__line:nth-child(2){top:16px}header.header .header-toggle__line:last-child{top:23px}header.header .header-toggle:hover{opacity:.7;transform:scale(.9)}header.header .header-toggle:active{opacity:1;transform:scale(1.25)}header.header .header-toggle.is-open .header-toggle__line:first-child{top:16px;transform:rotate(45deg)}header.header .header-toggle.is-open .header-toggle__line:nth-child(2){opacity:0}header.header .header-toggle.is-open .header-toggle__line:last-child{top:16px;transform:rotate(-45deg)}@media (width<=768px){header.header .header-toggle{justify-content:center;align-items:center;display:inline-flex}header.header .header-inner .header-menu{background-color:var(--site-panel);opacity:0;visibility:hidden;pointer-events:none;padding:2rem 2.5rem 3rem;transition:opacity .3s,visibility .3s,transform .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-1.5rem)}header.header .header-inner .header-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}header.header .header-inner .header-menu__inner{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}header.header .header-inner .header-menu__inner a{color:var(--site-text-strong);border-bottom:0;padding:.25rem 0;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:26px;font-weight:400;line-height:1.2}header.header .header-inner .header-menu__inner a.is-active{cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none}header.header .header-inner .header-menu__inner a:active,header.header .header-inner .header-menu__inner a.is-active{opacity:.3;border-bottom:0}header.header .header-inner img.logo{width:80px;height:80px}}.hero{height:700px;position:relative}.hero__content{z-index:1;align-items:center;width:min(100% - 80px,1440px);height:100%;margin:0 auto;display:flex;position:relative}.hero__inner{flex-direction:column;align-items:flex-start;gap:3rem;width:720px;display:flex}.hero__media{pointer-events:none;-webkit-user-select:none;user-select:none;top:0;left:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero__media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%;width:100%;height:100%}.hero:before{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#e8deded1 0%,#e8dede9e 34%,#e8dede2e 58%,#e8dede00 100%);position:absolute;inset:0}@media (width<=768px){.hero:before{background:#e8dede99}}@media (width<=1366px){.hero{height:600px}.hero__inner{width:600px}}@media (width<=1024px){.hero{height:550px}.hero__inner{text-align:center;width:100%}.hero__button{margin:0 auto}}@media (width<=768px){.hero{height:500px}}.about h5{max-width:250px;color:var(--site-accent-light);border-color:var(--site-accent-light)}.about__inner{flex-direction:row;justify-content:center;gap:10rem;display:flex}@media (width<=1280px){.about__inner{gap:2rem}}.about__inner-photo{flex-shrink:0}.about__inner-photo img{width:477px;height:760px;box-shadow:-40px 40px 50px #0000001a}@media (width<=1280px){.about__inner-photo img{width:377px;height:600px}}@media (width<=1024px){.about__inner-photo img{display:none}}.about__inner-info{flex-direction:column;gap:1.5rem;max-width:950px;display:flex}.about__top{flex-direction:column;gap:.5rem;display:flex}.about__body{flex-direction:column;gap:1rem;display:flex}@media (width>=1025px){.about__body-photo{display:none}}.about__body-photo img{max-height:500px;margin:0 auto}.about img{border-radius:1rem}.video{background-color:var(--site-panel);background-image:var(--video-background);background-position:110% -8rem;background-repeat:no-repeat}.video__inner{flex-direction:column;justify-content:center;gap:2rem;display:flex}.video__inner .header-link{max-width:220px;color:var(--site-accent)}.video__inner .header-link h5{border-color:var(--site-accent)}.video-block__video{border-radius:1rem;outline:none;width:1024px;max-width:100%}.footer{background-color:var(--site-panel)}.footer-inner{flex-direction:column;justify-content:center;gap:1rem;display:flex}.footer-inner h5{border-color:var(--site-accent);max-width:260px;color:var(--site-accent)}.footer-inner .footer__links{flex-flow:wrap;gap:1rem;display:flex}@media (width<=1024px){.footer-inner .footer__links{flex-direction:column;align-items:flex-start}}.footer-inner .footer__link{border:2px solid #bda799;border-radius:2rem;align-items:center;gap:.5rem;width:auto;padding:.5rem 1rem;font-weight:200;transition:all .3s;display:flex}.footer-inner .footer__link:hover{background-color:#bda799}.footer-inner .footer__link:active{opacity:.8;transform:scale(.97)}.footer-inner .footer__link-icon{flex-shrink:0}.footer-inner .footer__link-icon img{width:16px}:root{--site-background:#e9e2e2;--site-panel:#dad3d3;--site-text:#1f2937;--site-text-strong:#0b0f0b;--site-text-muted:#7a7a7a;--site-accent:#916442;--site-accent-light:#d4ad89;--site-border:#d9b593;color:var(--site-text);background-color:var(--site-panel);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background-color:var(--site-background);flex-direction:column;width:100%;display:flex}main{flex:1}a{text-decoration:none}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:400}h1{font-size:64px}h2{font-size:36px}@media (width<=768px){h2{font-size:26px}}h3{color:var(--site-accent);font-size:32px}@media (width<=768px){h3{font-size:24px}}h5{text-transform:uppercase;letter-spacing:2.5px;border-bottom:1px solid #000;margin:0;padding-bottom:6px;font-size:16px;font-weight:400}@media (width<=768px){h5{font-size:12px}}p{font-size:16px;font-weight:200;line-height:1.6}@media (width<=768px){p{font-size:14px}}.site-container{width:100%;max-width:1660px;margin:0 auto;padding:4rem 2.5rem}@media (width<=768px){.site-container{padding:3rem 2.5rem}}.site-page{min-height:50vh}.site-error{flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;min-height:50vh;display:flex}.site-error__code{color:var(--site-accent);letter-spacing:2.5px;text-transform:uppercase;font-size:14px}.site-error__title{max-width:760px}.site-error__text{max-width:520px}.button{letter-spacing:1.5px;text-transform:uppercase;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#886f6ee6;border:0;justify-content:center;align-items:center;min-height:46px;padding:0 2rem;font-size:14px;text-decoration:none;transition:background-color .3s,box-shadow .3s,transform .15s;display:inline-flex}.button:hover{background-color:#886f6eb3;box-shadow:0 0 2rem -.5rem #685d5dc2}.button:active{background-color:#886f6e;transform:scale(.95)}@media (width<=1366px){h1{font-size:54px}.button{min-height:40px;padding:0 1.8rem;font-size:12px}}@media (width<=1024px){h1{font-size:46px}}@media (width<=768px){h1{font-size:36px}}
