::placeholder{color:var(--color-brown)}:root{--color-white:#fff;--color-black:#1a1918;--color-gray:#5e5e5d;--color-primary:#133340;--color-text:#e8ded4;--color-gold:#916e45;--color-brown:#4f3321;--font-h1:6rem;--font-h2:3.5rem;--font-h3:3rem;--font-h4:2.5rem;--font-h5:2rem;--font-header:4rem;--font-body:1.6rem;--font-small:1.4rem;--border-radius:0rem;--grid-gutter:1rem}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font:inherit;line-height:1}body{background:#fff;color:#000;overflow-x:hidden;width:100vw}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;background:none;border:none;outline:none}a{color:inherit;text-decoration:none}ol,ul{list-style:none}.hidden{display:none!important}.show{display:block!important}.flex{display:flex!important}@media screen and (max-width:1024px){html{font-size:0.58594vw}}@media screen and (max-width:2620px){html{font-size:0.48828vw}}@media screen and (max-width:768px){html{font-size:1.5625vw}}body{font-size:var(--font-body);line-height:calc(var(--font-body) + .5rem);background:var(--color-primary);margin:0;padding:0}.button,body{font-family:Circe,Arial;position:relative;color:var(--color-text);font-weight:300}.button{display:flex;align-items:center;background:transparent;padding:calc(var(--grid-gutter) * 2) calc(var(--grid-gutter) * 7);text-transform:uppercase;z-index:1;transition:all .3s ease;border:1px solid var(--color-text);cursor:pointer;border-radius:50px;font-size:2rem;line-height:2.6rem}@media screen and (max-width:768px){.button{font-size:3rem;line-height:3.8rem}}.button:hover{color:var(--color-gold);transition:all .3s ease;border:1px solid var(--color-gold)}.button._fill{background:var(--color-gold);color:var(--color-white);border:0}.button._fill:hover{background:var(--color-brown)}.header__arrow{animation:a 2s ease-in-out infinite}@keyframes a{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.scroll-up{position:fixed;right:calc(var(--grid-gutter) * 6);bottom:calc(var(--grid-gutter) * 4);z-index:14;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#E8DED4B2;width:6.4rem;height:6.4rem;cursor:pointer;opacity:0;transform:translateY(50px);transition:all .3s ease}@media screen and (max-width:900px){.scroll-up{right:calc(var(--grid-gutter) * 4)}}.menu{position:fixed;left:0;width:50vw;height:100%;top:0;background:var(--color-text);padding:calc(var(--grid-gutter) * 2);z-index:14;display:flex;flex-direction:column;justify-content:space-between;color:var(--color-gold);transform:translateX(-100%);transition:all .3s ease}@media screen and (max-width:768px){.menu{width:100vw}}.menu__close{position:absolute;left:calc(var(--grid-gutter) * 2);top:calc(var(--grid-gutter) * 2);cursor:pointer}.menu._open{transform:translateX(0);transition:all .3s ease}.menu__top{margin:0 auto}.menu__top svg{fill:var(--color-gold)}@media screen and (max-width:768px){.menu__top svg{height:7rem;right:-7rem;top:3.5rem}}@media screen and (max-width:768px){.menu__top{margin:unset;margin-left:auto}}.menu__center ul{display:flex;flex-direction:column;gap:calc(var(--grid-gutter) * 6);text-align:center;font-size:5rem;font-family:BaskervilleDisplayPTWeb-Regular}.menu__center ul a:hover{opacity:.7}.menu__bottom{margin:0 auto}.menu__bottom img{height:7rem;object-fit:unset!important}.menu__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:13}.menu._open~.menu__overlay,body._open .menu__overlay{opacity:1;pointer-events:auto}.feedback{position:fixed;right:0;width:50vw;height:100%;top:0;background:var(--color-text);z-index:14;display:flex;flex-direction:column;justify-content:space-between;color:var(--color-brown);transform:translateX(100%);transition:all .3s ease;padding:calc(var(--grid-gutter) * 6)}@media screen and (max-width:768px){.feedback{width:100vw}}.feedback__close{position:absolute;right:calc(var(--grid-gutter) * 2);top:calc(var(--grid-gutter) * 2);cursor:pointer}.feedback__close svg{stroke:var(--color-brown)}.feedback._open{transform:translateX(0);transition:all .3s ease}.feedback__top h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400;margin-bottom:2rem}@media screen and (max-width:768px){.feedback__top h2{font-size:5rem;line-height:5rem;margin-top:6rem}}.feedback__top p{font-size:2rem;line-height:2.6rem;width:80%}@media screen and (max-width:768px){.feedback__top p{font-size:3rem;line-height:3.8rem}}.feedback__bottom{margin:0 auto;font-size:1.2rem;line-height:1.6rem}.feedback__top{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.feedback h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400}@media screen and (max-width:768px){.feedback h2{font-size:5rem;line-height:5rem}}.feedback__form{display:flex;flex-direction:column;width:100%;gap:calc(var(--grid-gutter) * 2);margin-top:calc(var(--grid-gutter) * 10)}.feedback__formItems{display:flex;gap:calc(var(--grid-gutter) * 6)}.feedback__formItems._checkbox{flex-direction:column;gap:calc(var(--grid-gutter) * .5)}.feedback__formItems._submit{margin-top:calc(var(--grid-gutter) * 2)}.feedback__formItem{display:flex;gap:calc(var(--grid-gutter) * 1);flex-direction:column;flex:1;margin-bottom:calc(var(--grid-gutter) * 2)}.feedback__formItem label{font-size:1.4rem;line-height:1.6rem}.feedback__form input[type=email],.feedback__form input[type=text]{background:transparent;border:0;border-bottom:1px solid var(--color-brown);padding:calc(var(--grid-gutter) * 1) 0;color:var(--color-brown);border-radius:0!important}.feedback .button{border:1px solid var(--color-brown);color:var(--color-brown)}.feedback .button:hover{opacity:.4}.feedback__success{display:none;margin-top:calc(var(--grid-gutter) * 6);font-size:2rem;line-height:2.6rem;flex:1;align-items:center;justify-content:center;flex-direction:column;text-align:center}@media screen and (max-width:768px){.feedback__success{font-size:3rem;line-height:3.8rem}}.header{display:flex;justify-content:space-between;align-items:center;gap:calc(var(--grid-gutter) * 2);position:absolute;top:0;left:calc(var(--grid-gutter) * 6);right:calc(var(--grid-gutter) * 6);z-index:14;width:calc(100% - (var(--grid-gutter) * 12));border-bottom:1px solid var(--color-text);padding-top:4rem;padding-bottom:4rem;font-family:Circe;font-size:2rem;line-height:2.6rem}@media screen and (max-width:768px){.header{left:calc(var(--grid-gutter) * 3);right:calc(var(--grid-gutter) * 3);width:calc(100% - (var(--grid-gutter) * 6));font-size:3rem;line-height:3.8rem}}.header__burger{display:none;flex-direction:column;gap:1rem;cursor:pointer}@media screen and (max-width:768px){.header__burger{display:flex;position:absolute;top:4rem}}.header__burger span{width:5rem;height:2px;background:var(--color-text)}.header__left{flex:1}@media screen and (max-width:768px){.header__text{position:absolute;left:0;right:0;text-align:center;top:13rem}}.header__center{flex:1;display:flex;justify-content:center}@media screen and (max-width:768px){.header__center{justify-content:end}}.header__center svg{max-height:2.5rem;fill:var(--color-gold)}@media screen and (max-width:768px){.header__center svg{height:2.5rem}}.header__right{flex:1;display:flex;justify-content:end}@media screen and (max-width:768px){.header__right{display:none}}.header__logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;max-width:50rem;width:50rem}.header__bottom{display:flex;flex-direction:column;align-items:center;gap:calc(var(--grid-gutter) * 2);position:absolute;bottom:calc(var(--grid-gutter) * 2);left:calc(var(--grid-gutter) * 6);right:calc(var(--grid-gutter) * 6);z-index:14;width:calc(100% - (var(--grid-gutter) * 12));padding-top:4rem;padding-bottom:4rem}.header__bottom a{width:fit-content}.headerSection{display:flex;justify-content:space-between;align-items:center;gap:calc(var(--grid-gutter) * 2);position:fixed;top:0;left:calc(var(--grid-gutter) * 6);right:calc(var(--grid-gutter) * 6);z-index:12;width:calc(100% - (var(--grid-gutter) * 12));padding-top:2rem;padding-bottom:4rem;font-family:Circe;opacity:0;font-size:2rem;line-height:2.6rem;transition:all .6s ease}@media screen and (max-width:768px){.headerSection{left:calc(var(--grid-gutter) * 3);right:calc(var(--grid-gutter) * 3);width:calc(100% - (var(--grid-gutter) * 6));display:none}}.headerSection__burger{display:flex;flex-direction:column;gap:1rem;cursor:pointer}.headerSection__burger span{width:5rem;height:2px;background:var(--color-text)}@media screen and (max-width:768px){.headerSection{font-size:3rem;line-height:3.8rem}}.headerSection__left{flex:1}.headerSection__center{flex:1;display:flex;justify-content:center}.headerSection__center svg{max-height:8rem;fill:var(--color-gold)}.headerSection__right{flex:1;display:flex;justify-content:end}@media screen and (max-width:768px){.headerSection__right{display:none}}.headerSection ul{margin:0;padding:0;display:flex;gap:calc(var(--grid-gutter) * 4);text-transform:uppercase;font-size:2rem;line-height:2.6rem}@media screen and (max-width:768px){.headerSection ul{font-size:3rem;line-height:3.8rem}}.headerSection svg{fill:var(--color-text)}.headerSection._brownText{color:var(--color-brown);transition:all .6s ease}.headerSection._brownText a{color:var(--color-brown)}.headerSection._brownText .headerSection__burger{transition:all .6s ease}.headerSection._brownText .headerSection__burger span{background:var(--color-gold)}.headerSection._goldText{color:var(--color-gold);transition:all .6s ease}.headerSection._goldText a{color:var(--color-gold)}.headerSection._goldText .headerSection__burger{transition:all .6s ease}.headerSection._goldText .headerSection__burger span{background:var(--color-gold)}.headerSection._goldLogo{transition:all .6s ease}.headerSection._goldLogo svg{fill:var(--color-gold)!important}section{flex-direction:column;overflow:hidden}.gallery__track,section{display:flex}@media screen and (max-width:768px){.gallery__track{display:flex;overflow-x:hidden;scroll-behavior:smooth;touch-action:pan-y}}.gallery__slide{flex:0 0 100vw;height:100vh;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700}.fixed-inner{position:fixed;top:100vh;left:0;width:100%;height:100vh;z-index:10;pointer-events:none}.bg1{background:var(--color-primary);z-index:1}.bg1,.bg2{position:relative}.bg2{z-index:2}.bg2 img{object-position:top}@media screen and (max-width:768px){.bg2{height:100vh}}.bg3{background:var(--color-text);z-index:3}.bg3,.bg4{position:relative}.bg4{z-index:4}@media screen and (max-width:768px){.bg4{height:400px}}.bg5{background:var(--color-text);z-index:5}.bg5,.bg6{position:relative}.bg6{z-index:6}.bg7{background:var(--color-brown);z-index:7;position:relative}@media screen and (max-width:768px){.bg7{height:70vh}}.bg8{background:var(--color-text);z-index:8;position:relative}@media screen and (max-width:768px){.bg8{height:70vh}}.bg9{background:var(--color-text)}.bg9,.bg10{z-index:9;position:relative}.bg10{background:var(--color-primary)}.image__fixed{height:100vh;width:100vw}.image__fixed img{height:100%;object-fit:cover}.image__cover{height:100%;width:100%}.image__cover img{height:100%;object-fit:cover}.image__cover._top img{object-position:top}img{height:100%;width:100%;object-fit:cover}.flowers__bg1{position:absolute;left:-30vw;top:0;opacity:.1}.flowers__bg1 img{width:100rem;height:auto}.flowers__bg2{position:absolute;right:-30rem;bottom:-20rem;opacity:.1}.flowers__bg2 img{width:88rem;height:auto}.flowers__bg5{position:absolute;right:0;bottom:0;opacity:.1}.flowers__bg5 img{width:61rem;height:auto}.flowers__bg9{position:absolute;right:-30rem;bottom:-20rem;opacity:.1}.flowers__bg9 img{width:100rem;height:auto}.welcome{color:var(--color-brown);position:relative;z-index:5;display:flex;gap:calc(var(--grid-gutter) * 2);padding:calc(var(--grid-gutter) * 12) calc(var(--grid-gutter) * 6) calc(var(--grid-gutter) * 2);font-size:2rem;line-height:2.6rem}@media screen and (max-width:768px){.welcome{font-size:3rem;line-height:3.8rem;flex-direction:column;padding:calc(var(--grid-gutter) * 4) 0 0}}.welcome__leftSide{flex:1}@media screen and (max-width:768px){.welcome__leftSide{padding:0 calc(var(--grid-gutter) * 4)}}.welcome__leftSide h1{margin-top:calc(var(--grid-gutter) * 6);font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400}@media screen and (max-width:768px){.welcome__leftSide h1{font-size:5rem;line-height:5rem;margin-top:calc(var(--grid-gutter) * 4)}}.welcome__leftSide h1 span{margin-left:16rem}@media screen and (max-width:768px){.welcome__leftSide h1 span{margin-left:3rem}}.welcome__leftSide img{width:calc(var(--grid-gutter) * 68);padding-left:calc(var(--grid-gutter) * 7);height:auto}@media screen and (max-width:768px){.welcome__leftSide img{display:none}}.welcome__leftSide p{padding:calc(var(--grid-gutter) * 6) calc(var(--grid-gutter) * 12) calc(var(--grid-gutter) * 6) calc(var(--grid-gutter) * 16)}@media screen and (max-width:768px){.welcome__leftSide p{padding:0;padding-top:calc(var(--grid-gutter) * 2);padding-bottom:calc(var(--grid-gutter) * 4)}}.welcome__mobile{display:none}@media screen and (max-width:768px){.welcome__mobile{margin-top:calc(var(--grid-gutter) * 4);display:block}}.welcome__rightSide{flex:1}.welcome__rightSide img{width:calc(var(--grid-gutter) * 90);height:auto}.welcome__rightSide p{margin-top:calc(var(--grid-gutter) * 5);width:calc(var(--grid-gutter) * 55)}@media screen and (max-width:768px){.welcome__rightSide p{margin-top:calc(var(--grid-gutter) * 4);padding:0 calc(var(--grid-gutter) * 4);width:100%}}.historyHeight{min-height:100vh;padding-top:calc(var(--grid-gutter) * 10)}.historyOne{color:var(--color-brown);position:relative;z-index:5;display:flex;gap:calc(var(--grid-gutter) * 6);padding:calc(var(--grid-gutter) * 3) calc(var(--grid-gutter) * 12) calc(var(--grid-gutter) * 3) calc(var(--grid-gutter) * 18);font-size:2rem;line-height:2.6rem;width:80%}@media screen and (max-width:768px){.historyOne{font-size:3rem;line-height:3.8rem;flex-direction:column;padding:calc(var(--grid-gutter) * 3) calc(var(--grid-gutter) * 0)}}.historyOne h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400}@media screen and (max-width:768px){.historyOne h2{font-size:5rem;line-height:5rem}}.historyOne__text{flex:1;display:flex;flex-direction:column;gap:calc(var(--grid-gutter) * 11)}@media screen and (max-width:768px){.historyOne__text{flex-direction:column;gap:calc(var(--grid-gutter) * 2);padding:calc(var(--grid-gutter) * 3) calc(var(--grid-gutter) * 4)}}.historyOne__image{flex:1}.historyOne__image img{width:calc(var(--grid-gutter) * 64);height:auto;padding-left:calc(var(--grid-gutter) * 4)}@media screen and (max-width:768px){.historyOne__image img{padding-left:calc(var(--grid-gutter) * 0);width:100vw}}.historyTwo{margin-top:calc(var(--grid-gutter) * 8);margin-bottom:calc(var(--grid-gutter) * 8);color:var(--color-brown);position:relative;z-index:5;display:flex;gap:calc(var(--grid-gutter) * 10);padding:calc(var(--grid-gutter) * 3) calc(var(--grid-gutter) * 6) calc(var(--grid-gutter) * 8);font-size:2rem;line-height:2.6rem}@media screen and (max-width:768px){.historyTwo{font-size:3rem;line-height:3.8rem;flex-direction:column;padding:0}}.historyTwo h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400}@media screen and (max-width:768px){.historyTwo h2{font-size:5rem;line-height:5rem}}.historyTwo__text{flex:1;display:flex;align-items:center;gap:calc(var(--grid-gutter) * 6)}.historyTwo__text p{width:50rem}@media screen and (max-width:768px){.historyTwo__text p{width:100vw;padding:calc(var(--grid-gutter) * 4)}}.historyTwo__image{flex:1}.historyTwo__image img{width:calc(var(--grid-gutter) * 105);height:auto;padding-right:calc(var(--grid-gutter) * 0);margin-left:auto}@media screen and (max-width:768px){.historyTwo__image img{padding-right:0;margin-left:unset}}.location__bottom{display:flex;flex-direction:column;align-items:center;gap:calc(var(--grid-gutter) * 2);position:absolute;bottom:calc(var(--grid-gutter) * 2);left:calc(var(--grid-gutter) * 6);right:calc(var(--grid-gutter) * 6);z-index:14;width:calc(100% - (var(--grid-gutter) * 12));padding-top:4rem;padding-bottom:0}.location__bottom a{width:fit-content}.location__swap{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10;transform:translateX(100%);transition:all .6s ease}@media screen and (max-width:768px){.location__swap{width:100vw;overflow-x:scroll}}@media screen and (max-width:768px){.location__swap img{object-fit:unset;max-width:1000px!important;width:auto;height:100%}}.location__swap._open{transform:translateX(0)}.improvementOne{display:flex;padding:calc(var(--grid-gutter) * 15) calc(var(--grid-gutter) * 6) calc(var(--grid-gutter) * 6) calc(var(--grid-gutter) * 0);color:var(--color-brown);font-size:2rem;line-height:2.6rem}@media screen and (max-width:768px){.improvementOne{font-size:3rem;line-height:3.8rem;flex-direction:column;padding:0;padding-top:calc(var(--grid-gutter) * 4)}}.improvementOne__leftSide{flex:0.55}.improvementOne__leftSide small{font-size:2rem;line-height:2.6rem;display:block;margin-top:calc(var(--grid-gutter) * 2);padding-left:calc(var(--grid-gutter) * 24)}@media screen and (max-width:768px){.improvementOne__leftSide small{font-size:3rem;line-height:3.8rem;padding-left:calc(var(--grid-gutter) * 5)}}.improvementOne__rightSide{flex:0.46;color:var(--color-brown)}.improvementOne__rightSide h2{padding-left:calc(var(--grid-gutter) * 13);font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400}@media screen and (max-width:768px){.improvementOne__rightSide h2{font-size:5rem;line-height:5rem;padding-left:calc(var(--grid-gutter) * 5);margin:calc(var(--grid-gutter) * 5) 0}}.improvementOne__column1{display:block}.improvementOne__column2{display:block;padding-left:17rem}.improvementOne__column3{display:block;padding-left:10rem}.improvementOne__column4{display:block}.improvementTwo{display:flex;padding:calc(var(--grid-gutter) * 6) calc(var(--grid-gutter) * 6) calc(var(--grid-gutter) * 10) calc(var(--grid-gutter) * 0);color:var(--color-brown);font-size:2rem;line-height:2.6rem}@media screen and (max-width:768px){.improvementTwo{font-size:3rem;line-height:3.8rem;flex-direction:column;padding:0}}.improvementTwo__leftSide{flex:1}.improvementTwo__leftSideImage{padding-left:calc(var(--grid-gutter) * 6);position:relative;right:-17rem}@media screen and (max-width:768px){.improvementTwo__leftSideImage{padding-left:0;position:relative;right:0}}.improvementTwo__leftSide small{font-size:2rem;line-height:2.6rem;display:block;margin-top:calc(var(--grid-gutter) * 2)}@media screen and (max-width:768px){.improvementTwo__leftSide small{font-size:3rem;line-height:3.8rem;padding-left:calc(var(--grid-gutter) * 5);margin-bottom:5rem}}.improvementTwo__rightSide{flex:1;position:relative}.improvementTwo__rightSideImage{position:absolute;top:-50rem;margin-left:calc(var(--grid-gutter) * 24);width:58rem}@media screen and (max-width:768px){.improvementTwo__rightSideImage{position:relative;top:0;width:100%;margin-left:0;margin-bottom:5rem}}.improvementTwo__rightSide small{font-size:2rem;line-height:2.6rem;display:block;margin-top:calc(var(--grid-gutter) * 2)}@media screen and (max-width:768px){.improvementTwo__rightSide small{font-size:3rem;line-height:3.8rem;padding-left:calc(var(--grid-gutter) * 5)}}.gallery__slide{position:relative;color:var(--color-brown)}.gallery__arrowLeft{position:absolute;left:calc(var(--grid-gutter) * 2);top:50%;z-index:11;align-items:center;justify-content:center;border-radius:50%;background:#E8DED4B2;width:6.4rem;height:6.4rem;cursor:pointer;opacity:1;transition:all .3s ease;transform:rotate(-90deg);display:none}@media screen and (max-width:768px){.gallery__arrowLeft{display:flex}}.gallery__arrowRight{position:absolute;right:calc(var(--grid-gutter) * 2);top:50%;z-index:11;align-items:center;justify-content:center;border-radius:50%;background:#E8DED4B2;width:6.4rem;height:6.4rem;cursor:pointer;opacity:1;transition:all .3s ease;transform:rotate(90deg);display:none}@media screen and (max-width:768px){.gallery__arrowRight{display:flex}}.gallery__text{position:absolute;left:0;right:0;top:10rem;z-index:10}@media screen and (max-width:768px){.gallery__text{top:5rem}}.gallery__textCenter{display:block;text-align:center}.gallery__textLeft{display:block}.gallery__textRight{display:block;text-align:right}.gallery__text h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400;width:27%;margin:0 auto}@media screen and (max-width:768px){.gallery__text h2{font-size:5rem;line-height:5rem;width:80vw}}.gallery__text p{font-size:2rem;line-height:2.6rem;font-weight:400;text-align:center;width:20%;margin:3rem auto}@media screen and (max-width:768px){.gallery__text p{font-size:3rem;line-height:3.8rem;width:95vw}}.empty__text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.empty__text h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400;text-align:center;color:var(--color-gold)}@media screen and (max-width:768px){.empty__text h2{font-size:5rem;line-height:5rem}}.classicOne{display:flex;gap:calc(var(--grid-gutter) * 2);color:var(--color-brown);margin-top:calc(var(--grid-gutter) * 20)}@media screen and (max-width:900px){.classicOne{margin-top:calc(var(--grid-gutter) * 0)}}@media screen and (max-width:768px){.classicOne{flex-direction:column}}.classicOne small{font-size:2rem;line-height:2.6rem;margin-top:calc(var(--grid-gutter) * 2);display:block}@media screen and (max-width:768px){.classicOne small{font-size:3rem;line-height:3.8rem;margin-bottom:3rem}}.classicOne__leftSide{flex:1;padding-left:calc(var(--grid-gutter) * 6);padding-top:calc(var(--grid-gutter) * 10)}@media screen and (max-width:768px){.classicOne__leftSide{padding-top:calc(var(--grid-gutter) * 6)}}@media screen and (max-width:768px){.classicOne__leftSide,.classicOne__leftSideImage{padding-left:calc(var(--grid-gutter) * 0)}}.classicOne__leftSideImage img{width:95rem;padding-left:calc(var(--grid-gutter) * 18)}@media screen and (max-width:768px){.classicOne__leftSideImage img{padding-left:calc(var(--grid-gutter) * 0)}}.classicOne__leftSide small{padding-left:calc(var(--grid-gutter) * 18)}@media screen and (max-width:768px){.classicOne__leftSide small{padding-left:calc(var(--grid-gutter) * 4)}}.classicOne__leftSide h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400;margin-bottom:calc(var(--grid-gutter) * 6)}@media screen and (max-width:768px){.classicOne__leftSide h2{font-size:5rem;line-height:5rem;padding-left:calc(var(--grid-gutter) * 4)}}.classicOne__leftSide h2 span{display:block;padding-left:calc(var(--grid-gutter) * 10)}.classicOne__leftSide p{font-size:2rem;line-height:2.6rem;padding-left:calc(var(--grid-gutter) * 28);width:70rem;margin-bottom:calc(var(--grid-gutter) * 5)}@media screen and (max-width:768px){.classicOne__leftSide p{font-size:3rem;line-height:3.8rem;padding-left:calc(var(--grid-gutter) * 4);width:100%}}.classicOne__rightSide{flex:1}.classicOne__rightSideImage img{padding-left:calc(var(--grid-gutter) * 15);width:80rem}@media screen and (max-width:768px){.classicOne__rightSideImage img{padding-left:calc(var(--grid-gutter) * 0);width:100%}}.classicOne__rightSide small{padding-left:calc(var(--grid-gutter) * 15)}@media screen and (max-width:768px){.classicOne__rightSide small{padding-left:calc(var(--grid-gutter) * 4)}}.classicOne__rightSide p{font-size:2rem;line-height:2.6rem;padding-left:calc(var(--grid-gutter) * 20);padding-top:calc(var(--grid-gutter) * 10);width:60rem}@media screen and (max-width:768px){.classicOne__rightSide p{font-size:3rem;line-height:3.8rem;padding-left:calc(var(--grid-gutter) * 4);padding-right:calc(var(--grid-gutter) * 4);padding-top:calc(var(--grid-gutter) * 5);width:100%}}.classicTwo{display:flex;gap:calc(var(--grid-gutter) * 1);color:var(--color-brown);margin-top:calc(var(--grid-gutter) * 10)}@media screen and (max-width:768px){.classicTwo{flex-direction:column;margin-top:calc(var(--grid-gutter) * 5)}}.classicTwo small{font-size:2rem;line-height:2.6rem;margin-top:calc(var(--grid-gutter) * 2);display:block}@media screen and (max-width:768px){.classicTwo small{font-size:3rem;line-height:3.8rem}}.classicTwo__leftSide{flex:0.6;padding-left:calc(var(--grid-gutter) * 6);position:relative;top:-10rem}@media screen and (max-width:768px){.classicTwo__leftSide{padding-top:calc(var(--grid-gutter) * 4);padding-left:calc(var(--grid-gutter) * 0);flex:1;top:0}}.classicTwo__leftSideImage img{padding-left:calc(var(--grid-gutter) * 3);width:93%}@media screen and (max-width:900px){.classicTwo__leftSideImage img{padding-left:0;width:100%}}.classicTwo__leftSide small{padding-left:calc(var(--grid-gutter) * 3)}@media screen and (max-width:768px){.classicTwo__leftSide small{margin-bottom:3rem}}.classicTwo__leftSide h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400;margin-bottom:calc(var(--grid-gutter) * 6)}@media screen and (max-width:768px){.classicTwo__leftSide h2{font-size:5rem;line-height:5rem}}.classicTwo__leftSide h2 span{display:block;padding-left:calc(var(--grid-gutter) * 10)}.classicTwo__leftSide p{font-size:2rem;line-height:2.6rem;padding-left:calc(var(--grid-gutter) * 28);width:70rem;margin-bottom:calc(var(--grid-gutter) * 5)}@media screen and (max-width:768px){.classicTwo__leftSide p{font-size:3rem;line-height:3.8rem}}.classicTwo__rightSide{flex:0.4}@media screen and (max-width:768px){.classicTwo__rightSide{flex:1}}.classicTwo__rightSideImage{position:relative;z-index:2}.classicTwo__rightSideImage img{width:60rem;padding-left:calc(var(--grid-gutter) * 10)}@media screen and (max-width:900px){.classicTwo__rightSideImage img{padding-left:0;width:100%}}.classicTwo__rightSide p{font-size:2rem;line-height:2.6rem;padding-left:calc(var(--grid-gutter) * 30);padding-top:calc(var(--grid-gutter) * 10)}@media screen and (max-width:768px){.classicTwo__rightSide p{font-size:3rem;line-height:3.8rem}}.classicTwo__rightSide small{padding-left:calc(var(--grid-gutter) * 10)}@media screen and (max-width:768px){.classicTwo__rightSide small{padding-left:calc(var(--grid-gutter) * 4);margin-bottom:calc(var(--grid-gutter) * 10)}}@media screen and (max-width:768px){.footer{min-height:100vh}}@media screen and (max-width:768px){.footer .image__fixed{position:absolute;height:100%}}.footer__center{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center}@media screen and (max-width:768px){.footer__center{width:100vw;position:static;top:unset;padding:calc(var(--grid-gutter) * 6);transform:unset;left:unset;margin-top:calc(var(--grid-gutter) * 20)}}.footer__center h2{font-size:6rem;line-height:6rem;font-family:BaskervilleDisplayPTWeb-Regular;font-weight:400;color:var(--color-gold);margin-bottom:0}@media screen and (max-width:768px){.footer__center h2{font-size:5rem;line-height:5rem}}.footer__center p{font-size:3rem;line-height:5rem;font-family:BaskervilleDisplayPTWeb-Regular}.footer__center a{width:fit-content;margin:0 auto;margin-top:5rem}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:calc(var(--grid-gutter) * 1);position:absolute;bottom:calc(var(--grid-gutter) * 0);left:calc(var(--grid-gutter) * 6);right:calc(var(--grid-gutter) * 6);z-index:14;width:65%;padding-top:4rem;padding-bottom:2rem;text-align:center;margin:0 auto;font-size:2rem}@media screen and (max-width:768px){.footer__bottom{left:calc(var(--grid-gutter) * 0);right:calc(var(--grid-gutter) * 0);width:90%;position:static}}.footer__bottom img{width:25rem;margin-bottom:3rem}.footer__bottom p{margin-bottom:1rem}.footer__bottom a{width:fit-content}.mobilebar{position:fixed;left:0;right:0;padding:calc(var(--grid-gutter) * 0) calc(var(--grid-gutter) * 4);width:100vw;z-index:10;background:var(--color-text);justify-content:space-between;display:flex;transform:translateY(-50px);opacity:0;transition:all .6s ease;box-shadow:0 -1px 13px -8px rgba(34,60,80,.4)}@media screen and (max-width:768px){.mobilebar._show{opacity:1;transform:translateY(0);transition:all .6s ease}}.mobilebar div{flex:1;display:flex;justify-content:center}.mobilebar svg{fill:var(--color-gold)}.mobilebar__burger{display:flex;flex-direction:column;gap:1rem;cursor:pointer}.mobilebar__burger span{width:5rem;height:2px;background:var(--color-gold)}#preloader{position:fixed;width:100%;height:100%;z-index:15;background-color:var(--color-primary);color:var(--color-white);font-family:Circe,Arial}#preloader .txt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#preloader .txt-perc{font-size:2rem;opacity:1;margin:0 0 6px;max-width:400px;text-align:center;color:var(--color-text);font-family:Circe,Arial}@media screen and (max-width:600px){#preloader .txt-perc{font-size:12px}}#preloader .progress{width:200px;height:1px;background-color:#fff;margin:0 auto 15px}#preloader .progress span{display:block;width:0;height:100%;background-color:#fff}#preloader.is-hidden{visibility:hidden;opacity:0}.bg4._open .headerSection._goldLogo._gold a{color:var(--color-brown)}.bg4._open .headerSection._goldLogo._gold span{width:5rem;height:2px;background:var(--color-brown)}