.header{position:relative;display:flex;flex-direction:column;width:100%;overflow:hidden;margin-bottom:70px}@media(min-width:640px){.header{margin-bottom:80px;height:384px}}@media(min-width:1280px){.header{margin-bottom:200px;height:655px}}.header__content{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:space-between}@media(min-width:640px){.header__content{flex-direction:row-reverse;padding-inline-start:34px}}@media(min-width:1280px){.header__content{padding-inline-start:55px}}.header__menu-icon{position:absolute;top:20px;left:20px;display:block;width:24px;height:24px;margin:20px 0;cursor:pointer;transition:transform .3s ease-in-out;transition:transform .3s}.header__menu-icon:hover{transform:scale(1.2)}@media(min-width:640px){.header__menu-icon{width:32px;height:32px;top:14px;left:34px;margin-left:20px}}@media(min-width:1280px){.header__menu-icon{margin-left:40px}}.header__menu-icon img{width:100%;display:block;background-repeat:no-repeat;background-position:center}.header__logo{display:inline-block;font-family:Montserrat,sans-serif;font-weight:700;font-size:30px;text-decoration:none;color:inherit;max-width:160px;text-align:center;margin:20px auto 0 40%;padding:0 20px}@media(min-width:640px){.header__logo{font-size:36px;line-height:36px;margin-left:0}}.header__logo:hover{transform:scale(1.05);transition:transform .3s ease-in-out}.header__img{flex:1;width:100%;min-height:300px;background:url(/Museum/assets/header-bg-DGeXtfuH.jpg) center/cover no-repeat}@media(min-width:640px){.header__img{width:50%;min-height:384px;margin-bottom:0}}@media(min-width:1280px){.header__img{height:655px;width:70%}}.intro{display:flex;position:relative;flex:1;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center;gap:20px;width:100%;padding:20px}@media(min-width:640px){.intro{text-align:left;gap:30px;width:50%;margin-top:60px}}@media(min-width:1280px){.intro{width:30%}}.intro__title{width:100%;font-family:Montserrat,sans-serif;font-size:45px;font-weight:700;line-height:45px;text-align:center}@media(min-width:640px){.intro__title{font-size:54px;line-height:64.8px;text-align:left}}@media(min-width:1280px){.intro__title{font-size:72px;line-height:86.4px;margin-bottom:80px}}.intro__cta-button{display:flex;align-items:center;justify-content:space-between;padding:0;margin:0;border:2px solid #1a5a4c;background-color:#fff;text-transform:uppercase;text-decoration:none;color:#1a5a4c;cursor:pointer;transition:all .3s ease;width:auto}.intro__cta-button:hover{background-color:#1a5a4c;color:#fff;transform:scale(1.05);cursor:pointer}@media(min-width:640px){.intro__cta-button{margin-left:0;justify-content:flex-start}}@media(min-width:1280px){.intro__cta-button{margin-left:0;justify-content:center}}.intro__cta-button__text{margin:16px 80px;font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:16px;color:#0f0e08;-o-object-fit:contain;object-fit:contain}@media(min-width:640px){.intro__cta-button__text{margin:24px 60px}}.intro__cta-button__icon{width:50px;height:50px;cursor:pointer;-o-object-fit:contain;object-fit:contain}@media(min-width:640px){.intro__cta-button__icon{width:70px;height:70px}}.intro__footnote{display:none;transform:translate(0);flex-wrap:wrap;margin-top:-15%;gap:20px}@media(min-width:1280px){.intro__footnote{display:flex;flex-direction:column;width:100%;justify-content:flex-start;align-items:start}.intro__footnote-line{width:70px;height:1px;background-color:#1a5a4c;transform:rotate(90deg);transform-origin:left top;margin-top:20px}.intro__footnote-name{font-family:IBM Plex Sans,sans-serif;font-size:14px;line-height:14px;transform:rotate(90deg);transform-origin:left top;white-space:nowrap}}.header__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#75737380;opacity:0;cursor:pointer;transition:opacity .3s ease-in-out;pointer-events:none}body:has(.header__menu:target) .header__overlay{display:block;opacity:1;pointer-events:auto}body:has(.header__menu:target){overflow:hidden;position:fixed;width:100%}.header__menu{position:fixed;top:0;left:0;width:100%;min-height:399px;background-color:#1a5a4c;display:flex;flex-direction:column;justify-content:center;color:#fff;z-index:1000;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-5px);transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out;box-shadow:0 4px 6px #0000001a}.header__menu:target{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);padding:20px;cursor:pointer}@media(min-width:640px){.header__menu:target{min-height:225px;padding:34px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:30px;pointer-events:auto}}@media(min-width:1280px){.header__menu:target{padding:55px}}.header__menu-wrapper{display:flex;flex-direction:row;width:100%;gap:30px}@media(min-width:640px){.header__menu-wrapper{flex-direction:row;justify-content:space-evenly;align-items:flex-start;min-width:40%}}.header__menu-icon-close{display:block;align-self:flex-start;margin-bottom:0;margin-top:0;padding:0}.header__menu-icon-close img{cursor:pointer;width:24px;height:24px}.header__menu-nav{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;gap:30px}@media(min-width:640px){.header__menu-nav{flex-direction:row}}.header__menu-nav-item{display:flex;margin:0;padding:0;flex-direction:column;align-items:flex-start;gap:30px;list-style:none}@media(min-width:1280px){.header__menu-nav-item{min-width:170px}}.header__menu-nav-item a{text-decoration:none;color:#fff;font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:22px;line-height:100%;transition:color .3s ease,transform .2s ease;margin:0;padding:0}.header__menu-nav-item a:hover{text-decoration:underline;transform:translateY(-2px)}.header__menu-hours{display:flex;flex-direction:column;gap:24px;border-top:1px solid #fff;margin-top:32px;padding-top:24px;width:100%}@media(min-width:640px){.header__menu-hours{flex-direction:row;justify-content:flex-start;align-items:flex-start;border-top:none;border-left:1px solid #fff;margin-top:0;padding-top:0;padding-inline:100px;gap:40px;min-width:50%}}.header__menu-hours-schedule{display:flex;flex-direction:column;text-align:left}.header__menu-hours-schedule-title{margin-top:0;font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:14px;line-height:141%;color:#fff}.header__menu-hours-schedule p{margin:0;font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:14px;line-height:150%;color:#fff}.header__menu-hours-schedule b{font-weight:700}.header__menu-hours-closing-note{margin-top:16px}@media(min-width:640px){.header__menu-hours-closing-note{margin-top:30px;max-width:170px}}.header__menu-hours-closing-note p{margin:0;font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:14px;line-height:150%;color:#fff}html{scroll-behavior:smooth}body{background:#fff;margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}.main__content{margin-bottom:120px;padding-inline:20px}@media(min-width:640px){.main__content{padding-inline:34px}}@media(min-width:1280px){.main__content{padding-inline:55px}}.section-title{font-family:Montserrat,sans-serif;font-size:48px;font-weight:700;line-height:48px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.events{display:flex;flex-direction:column;gap:60px}@media(min-width:640px){.events{gap:64px}}@media(min-width:1280px){.events{gap:104px}}.events__section-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;line-height:36px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;margin-bottom:40px}@media(min-width:640px){.events__section-title{font-size:48px;line-height:48px;text-align:left}}.events__grid{display:grid;-moz-column-gap:20px;column-gap:20px;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.events__grid{grid-template-columns:repeat(6,1fr);-moz-column-gap:30px;column-gap:30px}}@media(min-width:1280px){.events__grid{grid-template-columns:repeat(12,1fr);-moz-column-gap:30px;column-gap:30px}}@media(min-width:640px){.events__grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:1280px){.events__grid{grid-template-columns:repeat(12,1fr)}}.events__block{display:contents}.events__image{box-sizing:border-box;grid-column:span 2;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media(min-width:640px){.events__image{grid-column:span 6}}@media(min-width:1280px){.events__image{grid-column:1/7}}.events__details{grid-column:span 2;display:flex;flex-direction:column;justify-content:center;gap:10px}@media(min-width:640px){.events__details{grid-column:span 6}}@media(min-width:1280px){.events__details{grid-column:9/12}}.events__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px;margin:0}.events__meta-type{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:16px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#687480;text-transform:uppercase}@media(min-width:640px){.events__meta-type{font-size:14px;line-height:14px}}.events__meta-date{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:700;line-height:24px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#1a5a4c}@media(min-width:640px){.events__meta-date{font-size:14px;line-height:21px}}.events__name{font-family:Montserrat,sans-serif;font-size:28px;line-height:28px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#0f0e08;padding:2px;margin:0}@media(min-width:640px){.events__name{font-size:36px;line-height:36px}}.events__description{font-family:IBM Plex Sans,sans-serif;font-size:16px;line-height:24px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#4e4e4e;padding:2px;margin:0}@media(min-width:640px){.events{font-size:16px;line-height:24px}}.events h3.events__name{font-family:Montserrat,sans-serif;font-size:28px;font-weight:400;line-height:28px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#0f0e08;padding:2px;margin:0}@media(min-width:640px){.events h3.events__name{font-size:36px;line-height:36px}}.events__image events__image--sunset{position:relative;width:100%;padding:0;margin-top:60px}@media(min-width:640px){.events__image events__image--sunset{margin-top:112px}}.class{display:flex;position:relative;align-items:center;justify-content:center;margin-bottom:40px;z-index:2;padding-inline:20px}@media(min-width:640px){.class{padding-inline:34px}}@media(min-width:1280px){.class{padding-inline:55px}}.class__wrapper{display:flex;flex-direction:column;justify-content:center;width:280px;height:140px;padding:10px;max-width:570px;border-radius:8px;box-shadow:0 2px #1a5a4c40;background:#fff;position:absolute;transform:translateY(-5%);z-index:10}@media(min-width:640px){.class__wrapper{width:470px;height:204px;justify-content:center;padding:20px 50px}}.class__event{display:flex;width:100%;max-width:570px;align-items:center;justify-content:center;gap:40px;margin:0}@media(min-width:640px){.class__event{justify-content:space-between}}.class__event-type{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:16px;text-align:left;color:#687480;text-transform:uppercase}@media(min-width:640px){.class__event-type{font-size:14px;line-height:14px}}.class__event-date{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:700;line-height:24px;text-align:left;color:#1a5a4c}@media(min-width:640px){.class__event-date{font-size:14px;line-height:21px}}.class h3.class__name{font-family:Montserrat,sans-serif;font-size:28px;font-weight:400;line-height:28px;text-align:center;padding:2px;margin:20px 0}@media(min-width:640px){.class h3.class__name{font-size:36px;line-height:36px;margin:16px 0;text-align:left}}.gallery{position:relative;padding:100px 0;padding-inline:20px}@media(min-width:640px){.gallery{padding-inline:34px}}@media(min-width:1280px){.gallery{padding-inline:55px}}.gallery__section-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;line-height:36px;text-align:center;margin-bottom:40px}@media(min-width:640px){.gallery__section-title{font-size:48px;line-height:48px;text-align:left}}.gallery__slider{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;margin-bottom:32px;transition:transform .3s ease,box-shadow .3s ease}@media(min-width:1280px){.gallery__slider{flex:none;display:grid;gap:30px;overflow-x:visible}}.gallery__slider::-webkit-scrollbar{display:none}.gallery__image{width:100%;height:auto;max-height:410px;-o-object-fit:cover;object-fit:cover;box-shadow:0 4px 6px #000}@media(min-width:1280px){.gallery__image{height:100%;grid-column:span 4;max-height:600px;gap:30px}}.gallery__image:hover{transform:scale(1.02);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 10px #000}.gallery__image--normal{width:100%;height:auto;max-height:410px;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 10%;object-position:50% 10%}@media(min-width:1280px){.gallery__image--normal{grid-column:9/span 4;height:360px}}.gallery__image--normal:hover{transform:scale(1.02);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 10px #000}.gallery__image--tablet{width:100%;height:auto;max-height:410px;-o-object-fit:cover;object-fit:cover}@media(min-width:1280px){.gallery__image--tablet{display:none}}.gallery__image--tablet:hover{transform:scale(1.02);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 10px #000}.gallery__image--wide{width:100%;height:auto;max-height:410px;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 10%;object-position:50% 10%}@media(min-width:1280px){.gallery__image--wide{grid-column:1/span 8;height:360px}}.gallery__image--wide:hover{transform:scale(1.02);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 10px #000}.gallery__image--wide--big{width:100%;height:auto;max-height:410px;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 10%;object-position:50% 10%}@media(min-width:1280px){.gallery__image--wide--big{display:grid;grid-column:5/span 8;max-height:600px}}.gallery__image--wide--big:hover{transform:scale(1.02);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 10px #000}.gallery__dots{display:flex;justify-content:center;gap:20px;margin-top:16px}@media(min-width:1280px){.gallery__dots{display:none}}.gallery__dots .gallery__dot{width:8px;height:8px;border-radius:50%;background-color:#e0e0e0;border:1px solid #e0e0e0;transition:background-color .3s ease}.gallery__dots .gallery__dot--active{background-color:#1a5a4c}.subscription{display:flex;position:relative;width:100%;height:386px;justify-content:center;align-items:center;background:url(/Museum/assets/bg-subscribe-D6N5LZjv.svg) center/cover no-repeat}@media(min-width:640px){.subscription{height:380px}}@media(min-width:1280px){.subscription{height:550px}}.subscription__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1;max-width:570px;text-align:center;padding:20px;gap:20px}@media(min-width:640px){.subscription__wrapper{gap:16px}}.subscription__title-name{font-family:Montserrat,sans-serif;font-size:36px;font-weight:700;line-height:1.2;color:#fff;margin:0}@media(min-width:640px){.subscription__title-name{font-size:48px}}.subscription__text{font-family:IBM Plex Sans,sans-serif;font-size:18px;line-height:1.5;text-align:center;color:#fff;max-width:500px;margin:0}.subscription__form{display:flex;position:relative;flex-flow:row nowrap;justify-content:center;width:100%;box-sizing:border-box}@media(min-width:640px){.subscription__form{gap:16px}}@media(min-width:1280px){.subscription__form{max-width:570px}}.subscription__input{font-family:Montserrat,sans-serif;font-size:14px;line-height:14px;padding:10px;background-color:#fff;color:#687480;width:100%;max-width:360px;transition:all .3s ease;box-sizing:border-box}.subscription__input::-moz-placeholder{color:#687480}.subscription__input::placeholder{color:#687480}.subscription__input:focus{border-color:#ff4500;text-transform:uppercase}.subscription__input input:-webkit-autofill{background-color:#fff!important;color:#000!important;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.subscription__button{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;line-height:14px;padding:0;margin:0;display:flex;width:50px;height:50px;align-items:center;justify-content:center;background-color:#f14a27;cursor:pointer;transition:all .3s ease}@media(min-width:640px){.subscription__button{width:70px;height:70px}}.subscription__button:hover{background-color:#ff4500;transform:scale(1.05)}.subscription__icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center}.footer{background-color:#fff;color:#0f0e08;font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:14px;line-height:1;padding-inline:20px}@media(min-width:640px){.footer{padding-inline:34px}}@media(min-width:1280px){.footer{padding-inline:55px}}.footer__container{display:grid;gap:24px;padding:40px 0}@media(min-width:640px){.footer__container{grid-template-columns:repeat(6,1fr)}}@media(min-width:1280px){.footer__container{grid-template-columns:repeat(12,1fr);align-items:start}}.footer__wrap{width:100%}@media(min-width:1280px){.footer__wrap{grid-column:span 10;display:grid;grid-template-columns:repeat(12,1fr)}}.footer__info{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding-bottom:40px}@media(min-width:640px){.footer__info{grid-column:span 2;gap:24px}}@media(min-width:1280px){.footer__info{grid-column:3/6;gap:30px}}@media(min-width:1280px){.footer__info:after{content:"";display:block;background-color:#1a5a4c;position:absolute;top:0;right:-205px;width:1px;height:80%}}.footer__block{flex:1;min-width:200px}.footer__brand{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}@media(min-width:640px){.footer__brand{order:-1;align-self:flex-start;flex-direction:column;gap:60px}}.footer__brand__logo{font-family:Montserrat,sans-serif;font-weight:700;font-size:36px;text-decoration:none;color:inherit;margin:0;max-width:160px;transition:transform .3s ease}.footer__brand__logo:hover{transform:scale(1.05)}.footer__brand__socials{display:flex;gap:16px}.footer__brand__socials a{text-decoration:none;color:inherit;transition:color .3s ease;line-height:1.5}.footer__brand__socials a:hover{text-decoration:underline;color:#1a5a4c}.footer__brand__socials a img{width:24px;height:24px;display:block;transition:transform .3s ease-in-out}.footer__brand__socials a:hover img{transform:scale(1.2)}.footer__block-title{font-weight:600;font-size:14px;line-height:1.41;margin-bottom:8px;margin-top:0}.footer__schedule{list-style:none;padding:0;margin:0}.footer__schedule-item{margin-bottom:4px;line-height:1.4}.footer__note{font-weight:400;font-size:14px;line-height:1.5}.footer__note strong{display:block;margin-bottom:4px;font-weight:700}.footer__address a{text-decoration:none;color:inherit;transition:color .3s ease;line-height:1.5}.footer__address a:hover{text-decoration:underline;color:#1a5a4c}.footer__address br{margin-bottom:4px}.footer__nav{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:40px;padding-top:40px}@media(min-width:640px){.footer__nav{grid-column:span 2}}@media(min-width:1280px){.footer__nav{padding-left:60px;padding-top:0;grid-column:8/10}}.footer__nav:before{position:absolute;content:"";display:block;background-color:#1a5a4c;width:100%;height:1px;top:0;left:0;bottom:10px}@media(min-width:1280px){.footer__nav:before{display:none}}.footer__links{display:flex;flex-direction:column;gap:8px}.footer__links a{text-decoration:none;color:inherit;transition:color .3s ease;line-height:1.5}.footer__links a:hover{text-decoration:underline;color:#1a5a4c}.footer__bottom{display:flex;flex-direction:column;align-items:center;font-weight:300;font-size:12px;line-height:1.41}@media(min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__credit{text-align:right}
