:root{font-family:Arial,Helvetica,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;padding:0;min-width:320px}* ul{list-style:none;padding:0;margin:0}* a{text-decoration:none;color:inherit}*{box-sizing:border-box}.info-sliders{margin:16px 0;display:flex;align-items:center;justify-content:center}.separator{margin-top:60px}.separator-colored{border:#f0f0f0 1px solid;height:1px;margin:4px 0;width:75%;border-color:#f0f0f0;border-radius:8px}section{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;margin-left:auto;margin-right:auto}section .content-wrapper{display:flex;justify-content:center;align-items:center;max-width:304px;flex-direction:column;overflow:hidden;color:#3f3f3c;box-shadow:0 10px 20px #42584d33;border:1px solid #3f3f3c;padding:2em 1em;border-radius:16px;background-color:#f1f1ed;transition:all .3s ease}@media (min-width: 59em){section .content-wrapper{flex-direction:row;max-width:1440px;padding:6em 3em}}section .content-wrapper:hover{border-color:#ac7f45;transition:all .3s ease}section .content-wrapper .info{align-self:flex-start}section .content-wrapper .info .title{color:#42584d}.hidden{opacity:0;transform:translate(-100%);filter:blur(5px);transition:all .3s ease}.show{filter:blur(0);transform:translate(0);opacity:1}@media (prefers-reduced-motion: no-preference){.hidden{transition:all .3s ease}}.title{font-weight:700;font-size:2rem}.title span{font-weight:100}.landing{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/assets/images/cam-03-final.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;width:100%;height:100vh}.landing :nth-child(2){transition-delay:.2s}.landing .hero-info{display:grid;place-items:center;border-radius:8px;font-size:1.125rem;padding:2em;margin:0 16px;font-weight:700;text-align:center}.landing .hero-info span{font-weight:500}@media (min-width: 59em){.landing .hero-info{font-size:2rem;padding:1em;margin:0}.landing .hero-info span{font-size:1.4rem}}.landing .hero-info .hero-logo{display:inline-block}.landing .hero-info .hero-logo.show-big-screen{display:none}@media (min-width: 40em){.landing .hero-info .hero-logo.show-big-screen{display:inline-block;width:100%;height:35vh;max-width:680px;object-fit:cover}}.landing .hero-info .hero-logo.show-small-screen{display:inline-block;width:100%;object-fit:cover}@media (min-width: 40em){.landing .hero-info .hero-logo.show-small-screen{display:none}}.powered-by-text{padding-top:8px;text-align:center}.header{display:flex;justify-content:space-around;align-items:center;background-color:#161618;box-shadow:1px 1px 5px #f0f0f0;position:fixed;top:0;width:100%;height:60px;z-index:5}.logo.show-big-screen{display:none;max-height:60px;max-width:240px}@media (min-width: 40em){.logo.show-big-screen{display:flex}.logo.show-big-screen img{object-fit:cover;width:100%}}.logo.show-small-screen{max-height:60px;max-width:60px}.logo.show-small-screen img{object-fit:cover;width:100%}@media (min-width: 40em){.logo.show-small-screen{display:none}}.nav{width:100%;height:100%;position:fixed;background-color:#161618;overflow:hidden;top:60px}.menu a{display:block;padding:1em;color:#f0f0f0}.menu a:hover{background-color:#bebebe}.nav{max-height:0;transition:max-height .3s ease}.hamb{cursor:pointer;float:right;padding:40px 20px;z-index:1;position:relative}.hamb-line{background:#D9D9D9;display:block;height:2px;position:relative;width:24px}.hamb-line:before,.hamb-line:after{background:#D9D9D9;content:"";display:block;height:100%;position:absolute;transition:all .3s ease;width:100%}.hamb-line:before{top:5px}.hamb-line:after{top:-5px}.side-menu{display:none}.side-menu:checked~nav{max-height:100%}.side-menu:checked~.hamb .hamb-line{background:transparent}.side-menu:checked~.hamb .hamb-line:before{transform:rotate(-45deg);top:0}.side-menu:checked~.hamb .hamb-line:after{transform:rotate(45deg);top:0}@media (min-width: 768px){.header{flex-direction:row;background-color:#0009;transition:background-color .2s}.header.sticking{background-color:#000}.nav{max-height:none;top:0;position:relative;float:right;width:fit-content;background-color:transparent;height:none}.menu li{float:left}.menu a:hover{background-color:transparent;color:#bebebe}.hamb{display:none}}.features{background:linear-gradient(rgba(0,0,0,.95),rgba(0,0,0,.95)),url(/assets/images/cam-10-final.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;background-clip:border-box;padding:1em;display:grid;place-items:center;height:100%;gap:16px}@media (min-width: 59em){.features{height:384px}}.features :nth-child(2){transition-delay:.1s}.features .features-wrapper{display:grid;place-items:center;align-items:flex-start;gap:1rem;font-size:1rem;font-weight:700}.features .features-wrapper :nth-child(1){transition-delay:.1s}.features .features-wrapper :nth-child(2){transition-delay:.2s}.features .features-wrapper :nth-child(3){transition-delay:.22s}.features .features-wrapper :nth-child(4){transition-delay:.24s}.features .features-wrapper :nth-child(5){transition-delay:.26s}.features .features-wrapper img{width:48px;height:48px}@media (min-width: 59em){.features .features-wrapper{grid-auto-flow:column;grid-auto-columns:1fr}}.features .features-wrapper .feature{display:grid;row-gap:12px;grid-auto-columns:1fr;place-items:center;max-width:264px}@media (min-width: 59em){.features .features-wrapper .feature{max-width:300px;grid-auto-columns:1fr 1fr}}.features .features-wrapper .feature .wrapper{display:flex;flex-direction:column;row-gap:8px}.features .features-wrapper .feature .wrapper .feature-title{display:grid;place-items:center}.features .features-wrapper .feature .wrapper .feature-description{font-size:.875rem;font-weight:500}.features .scale-up-btn{background-color:#d9d9d9;color:#3f3f3c;border:none;border-radius:16px;font-size:.875rem;font-weight:700;transition:all .3s ease}.features .scale-up-btn a{display:inline-block;width:100%;height:100%;padding:10px 30px}.features .scale-up-btn:hover{background-color:#a0832b;color:#f0f0f0;transition:all .3s ease}.interactive-btn{background-color:#3f3f3c;color:#f1f1ed;border:none;border-radius:16px;font-size:.875rem;font-weight:700;transition:all .3s ease;width:244px;align-self:center}.interactive-btn a{display:inline-block;width:100%;height:100%;padding:10px 30px}.interactive-btn:hover{background-color:#a0832b;color:#f0f0f0;transition:all .3s ease}.building{background-color:#d9d9d9;display:grid;grid-template-columns:2fr;place-items:center;color:#3f3f3c;padding:1em}@media (min-width: 59em){.building{padding:5em 2em}}.building.comercial{background:linear-gradient(rgba(0,0,0,.9),rgba(0,0,0,.9)),url(/assets/images/cam-01-final.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;padding-top:0;color:#fff;display:flex;justify-content:flex-start;align-items:center}@media (min-width: 59em){.building.comercial{padding-top:3em}}.building.comercial .content{display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:1440px}.building.comercial .content .wrapper{display:flex;justify-content:center;align-items:center;max-width:1440px;flex-direction:column;margin-top:32px}@media (min-width: 59em){.building.comercial .content .wrapper{flex-direction:row}}.building.comercial .content .wrapper .info{width:100%;max-width:1440px}.building.comercial .content .wrapper .info .title{color:#f1f1ed;align-self:flex-start}.building .info{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0 0 1em}@media (min-width: 59em){.building .info{padding:2em}}.building .info :nth-child(2){transition-delay:.1s}.building img{width:100%;height:100%;object-fit:cover}.building .feature-list{display:grid;place-items:center;grid-template-columns:2fr;width:100%;padding:1em;row-gap:1em}.building .feature-list :nth-child(2){transition-delay:.1s}@media (min-width: 59em){.building .feature-list{grid-template-columns:2fr 2fr}}.building .feature-list .feature{display:grid;place-items:center}.building .feature-list .feature img{width:48px;height:48px}.building .feature-list .feature p{padding:0;text-align:center}.building .comercial-gallery .title{color:#f1f1ed;padding:.5em 0}.gallery{background-color:#d9d9d9;position:relative;color:#3f3f3c;display:grid;place-items:center;gap:1rem;width:100%;height:100%;padding:2em}.gallery .content{display:grid;place-items:center;margin-left:auto;margin-right:auto;max-width:1440px}.gallery .content .wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0;gap:8px}@media (min-width: 59em){.gallery .content .wrapper{padding:2em}}.gallery .content .wrapper :nth-child(1){transition-delay:.1s}.gallery .content .wrapper .features-list{display:grid;grid-template-columns:2fr 2fr;padding:1em}.gallery .content .wrapper .features-list .feature-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:.875rem}.gallery .content .wrapper .features-list .feature-wrapper:nth-child(2){transition-delay:.1s}.gallery .content .wrapper .features-list .feature-wrapper:nth-child(3){transition-delay:.2s}.gallery .content .wrapper .features-list .feature-wrapper:nth-child(4){transition-delay:.22s}.gallery .content .wrapper .features-list .feature-wrapper .feature-icon{display:grid;place-items:center}.gallery .content .wrapper .features-list .feature-wrapper .feature-icon img{width:40px;height:40px}.gallery .content .wrapper .pswp-gallery :nth-child(1){transition-delay:.1s}.gallery .content .wrapper .pswp-gallery :nth-child(2){transition-delay:.2s}.gallery .content .wrapper .pswp-gallery :nth-child(3){transition-delay:.22s}.gallery .content .wrapper .pswp-gallery :nth-child(4){transition-delay:.24s}.pswp-gallery{width:100%}@media (min-width: 59em){.pswp-gallery{grid-template-columns:2fr 2fr}}.pswp-gallery img{width:264px;height:200px;object-fit:cover;transition:all .3s ease;border-radius:8px}@media (min-width: 59em){.pswp-gallery img{width:100%;height:100%}}.contact{background-color:#000;color:#d9d9d9;padding:1em;display:flex;flex-direction:row;justify-content:center;align-content:center}@media (max-width: 59em){.contact{padding:5em 1em;flex-direction:column}}.contact .map-image-area{display:flex;max-height:480px;flex-direction:column}@media (max-width: 59em){.contact .map-image-area{padding:0 1em;flex-direction:column}}.contact .map-image-area .map-image-container{object-fit:cover;border-radius:16px;overflow:hidden}.contact .map-image-area .map-image{max-width:512px}@media (max-width: 59em){.contact .map-image-area .map-image{max-width:320px}}.contact .wrapper{padding:0;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:16px}.contact .wrapper :nth-child(1){transition-delay:.1s}.contact .wrapper :nth-child(2){transition-delay:.2s}.contact .wrapper .description{max-width:376px}@media (min-width: 59em){.contact .wrapper{flex-direction:column;padding:1em}}.contact .wrapper form{max-width:420px}.contact .wrapper .feedback-input{color:#fff;font-family:Helvetica,Arial,sans-serif;font-weight:500;font-size:1rem;border-radius:0;line-height:22px;background-color:transparent;border:solid #D9D9D9;border-width:0 0 2px 0;transition:all .3s;padding:13px;margin-bottom:15px;width:100%}.contact .wrapper textarea{height:150px;line-height:150%;resize:vertical}.contact .wrapper [type=submit]{font-family:Montserrat,Arial,Helvetica,sans-serif;width:100%;background:#D9D9D9;border-radius:5px;border:0;cursor:pointer;color:#3f3f3c;font-size:1.125rem;padding-top:10px;padding-bottom:10px;transition:all .3s;margin-top:-4px;font-weight:700}.contact .wrapper [type=submit]:hover{color:#d9d9d9;background:rgb(160,131,43)}footer{background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(/assets/images/cam-15-final.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:24px;padding:0 16px;height:432px}@media (max-width: 40em){footer{row-gap:16px}}footer .footer-title{font-size:24px;margin:0;text-align:center}footer .other{display:flex;align-items:center;justify-content:center;flex-direction:row;column-gap:12px}footer .other p{margin:0}footer .other img{height:32px}@media (max-width: 40em){footer .other{display:flex;flex-direction:column;row-gap:4px}}footer .logo-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:40px;width:100%;height:80px}footer .logo-wrapper img{object-fit:cover;max-width:180px;max-height:80px}@media (max-width: 40em){footer .logo-wrapper{justify-content:space-around;column-gap:0}}footer .wrapper-socials{display:flex;flex-direction:row;gap:48px}footer .wrapper-socials .social{display:flex;flex-direction:row;gap:16px}footer .wrapper-socials .social img{object-fit:cover;max-height:48px}footer:nth-child(2){transition-delay:.1s}.thank-you{font-size:32px;text-align:start}.thank-you-logo{height:20vh;margin:16px 0}.thankyou-btn{background-color:#d9d9d9;color:#3f3f3c;border:none;height:48px;width:240px;border-radius:16px;font-size:.875rem;font-weight:700;transition:all .3s ease}.thankyou-btn:hover{background-color:#a0832b;color:#f0f0f0;transition:all .3s ease}.project-about{display:grid;place-items:center;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/images/cam-04-final.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;width:100%;height:100vh}.project-about:nth-child(2){transition-delay:.2s}.project-about .project-wrapper{display:grid;place-items:center;padding:0 2em}.project-about .project-wrapper .hero-logo{display:inline-block}.project-about .project-wrapper .hero-logo.show-big-screen{display:none}@media (min-width: 40em){.project-about .project-wrapper .hero-logo.show-big-screen{display:inline-block;width:100%;height:50vh;object-fit:cover}}.project-about .project-wrapper .hero-logo.show-small-screen{display:inline-block;width:100%;object-fit:cover}@media (min-width: 40em){.project-about .project-wrapper .hero-logo.show-small-screen{display:none}}.info-container{display:grid;place-items:center;background:#D9D9D9;color:#3f3f3c;padding:2em}@media (min-width: 59em){.info-container{padding:3em}}.info-container .wrapper-container .title{font-size:2rem}.info-container .wrapper-container .pharagraph{padding:1em 0 0 1em;font-size:1.5rem}@media (min-width: 59em){.info-container .wrapper-container .pharagraph{padding:0 0 1em 1em}}.info-container .wrapper-container .units-wrapper{display:flex;flex-direction:column;align-items:center;word-break:break-word;gap:16px;margin-bottom:32px;margin-top:16px}@media (min-width: 1280px){.info-container .wrapper-container .units-wrapper{display:grid;place-items:center;grid-auto-flow:column;gap:32px;margin-bottom:0}}.info-container .wrapper-container .units-wrapper .card{position:relative;display:flex;align-items:center;justify-content:center;width:312px;box-shadow:0 10px 20px #0003;padding:32px;overflow:hidden;border-radius:10px;background:#F1F1ED;border:1px solid #3f3f3c;transition:all .3s cubic-bezier(.23,1,.32,1)}@media (min-width: 59em){.info-container .wrapper-container .units-wrapper .card{width:400px;height:576px}}.info-container .wrapper-container .units-wrapper .content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;color:#3f3f3c;transition:all .3s cubic-bezier(.23,1,.32,1)}.info-container .wrapper-container .units-wrapper .content .heading{font-weight:700;font-size:1.5rem;margin:0;min-height:72px;color:#42584d}.info-container .wrapper-container .units-wrapper .content .para{line-height:1.5;min-height:144px}.info-container .wrapper-container .units-wrapper .content .btn{color:#fff;text-decoration:none;padding:10px;font-weight:600;border:none;cursor:pointer;background:rgb(160,131,43);border-radius:5px;box-shadow:0 5px 10px #0003}.info-container .wrapper-container .units-wrapper .card:hover{box-shadow:0 0 20px #ac7f45cc;border-color:#ac7f45}.info-container .wrapper-container .units-wrapper .content .btn:hover{outline:2px solid #e8e8e8;background:transparent;color:#e8e8e8}.info-container .wrapper-container .units-wrapper .content .btn:active{box-shadow:none}.info-container .wrapper-container .features-list{display:grid;grid-auto-flow:column row;place-items:flex-start;font-size:.875rem;text-align:center;font-weight:500;height:unset}@media (min-width: 59em){.info-container .wrapper-container .features-list{height:192px}}.info-container .wrapper-container .features-list:nth-child(1){transition-delay:.1s}.info-container .wrapper-container .features-list:nth-child(2){transition-delay:.2s}.info-container .wrapper-container .features-list:nth-child(3){transition-delay:.22s}.info-container .wrapper-container .features-list:nth-child(4){transition-delay:.24s}.info-container .wrapper-container .features-list .feature{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px;padding:.5em 0}.info-container .wrapper-container .features-list .feature img{width:24px;height:24px}.info-container .wrapper-container:nth-child(2){transition-delay:.2s}.embla{overflow:hidden}.embla__container{display:flex}.embla__slide{flex:0 0 100%;min-width:0}.section-background{position:relative;width:100%;padding:0 .5em 14em}.section-background.vertical{background:linear-gradient(rgba(0,0,0,.9),rgba(0,0,0,.9)),url(/assets/images/cam-03-final.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;padding-top:0;color:#f0f0f0}@media (min-width: 59em){.section-background.vertical{padding-top:2em}}.section-background.vertical .content{width:100%}.section-background.vertical .content .title{color:#f1f1ed;align-self:flex-start;max-width:300px}@media (min-width: 59em){.section-background.vertical .content .title{max-width:100%}}.section-background.villas{background:#D9D9D9;color:#3f3f3c}.section-background.villas .content{padding-top:2em}@media (min-width: 59em){.section-background.villas .content{padding-top:5em}}.section-background.villas .content .title{align-self:flex-start}.section-background.villas .grid-info-portada{row-gap:10px}.section-background.villas .grid-info-portada .container .info{color:#3f3f3c}.section-background.comercial{background:linear-gradient(rgba(0,0,0,.9),rgba(0,0,0,.9)),url(/assets/images/cam-01-final.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;padding-top:0}.section-background .content{max-width:1440px;display:flex;width:100%;flex-direction:column;justify-content:flex-start;align-items:center}.section-background .title{padding:2em;font-size:1.125rem;color:#42584d}@media (min-width: 59em){.section-background .title{justify-self:center;font-size:2rem}}.section-background .grid-info-portada{display:grid;grid-template-columns:2fr;justify-items:center;align-items:center;padding-bottom:2em}@media (min-width: 59em){.section-background .grid-info-portada{grid-template-columns:2fr 4fr}}.section-background .grid-info-portada .container .info{max-width:288px;color:inherit}@media (min-width: 59em){.section-background .grid-info-portada .container .info{max-width:unset}}.section-background .portada{width:100%;height:100%}.section-background .portada .pswp-gallery{background-color:transparent}.section-background .portada .pswp-gallery img{width:100%;height:300px}.section-background .container{font-size:18px;background-color:transparent;color:#fff}.section-background .container .info{background-color:inherit}.cards-grid .embla .embla__viewport .embla__container .embla__slide{display:grid;place-items:center}.cards-grid .embla .embla__viewport .embla__container .embla__slide .card{max-width:unset;width:100%}@media (min-width: 59em){.cards-grid .embla .embla__viewport .embla__container .embla__slide .card{max-width:600px}}.cards-grid .embla .embla__viewport .embla__container .embla__slide .card .pswp-gallery{padding:0;width:100%;height:200px}@media (min-width: 59em){.cards-grid .embla .embla__viewport .embla__container .embla__slide .card .pswp-gallery{height:400px}}.cards-grid .embla .embla__viewport .embla__container .embla__slide .card .pswp-gallery a img{object-fit:cover}.sandbox__carousel{position:relative;background-color:#0c0c0c}@media (max-width: 749px){.sandbox__carousel{border-top:.1rem solid rgb(21,21,21);border-bottom:.1rem solid rgb(21,21,21)}}@media (min-width: 750px){.sandbox__carousel{border-radius:.4rem;border:.1rem solid rgb(21,21,21)}}.sandbox__header{font-size:2rem;font-weight:700;text-align:center;padding:4rem 2rem 2rem}.sandbox__footer{display:flex;justify-content:center;padding:2rem 2rem 4rem}.sandbox__footer__link{display:flex;align-items:center;background-color:transparent;text-decoration:none;text-align:center;font-weight:700;color:#78707a;font-size:1.4rem}.sandbox__footer__link__svg{display:block;width:2rem;height:2rem;margin-right:1rem;fill:currentColor}.embla{--slide-spacing: 1rem;--slide-size: 100%;--slide-height: 19rem;padding:1.6rem}.embla__viewport{overflow:hidden}.embla__container{backface-visibility:hidden;display:flex;touch-action:pan-y;flex-direction:row;height:auto;margin-left:-1rem}.embla__slide{flex:0 0 100%;min-width:0;padding-left:1rem;position:relative}.embla__slide__img{display:block;height:19rem;width:100%;object-fit:cover}.embla__slide__number{width:4.6rem;height:4.6rem;z-index:1;position:absolute;top:.6rem;right:.6rem;border-radius:50%;background-color:#000000d9;line-height:4.6rem;font-weight:900;text-align:center;pointer-events:none}.embla__slide__number>span{color:#ac7f45;background-image:linear-gradient(45deg,rgb(172,127,69),rgb(229,220,197));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.6rem;display:block;position:absolute;top:0;left:0;right:0;bottom:0}.embla__dot,.embla__button{-webkit-appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0}.embla__dots{z-index:1;bottom:.2rem;position:absolute;left:0;right:0;display:flex;justify-content:center;align-items:center}@media (min-width: 59em){.embla__dots{bottom:-8px}}.embla__dot{width:3rem;height:3rem;display:flex;align-items:center;margin-right:.75rem;margin-left:.75rem}.embla__dot:after{background:rgb(114,114,114);border-radius:.2rem;width:100%;height:.3rem;content:""}.embla__dot--selected:after{background:linear-gradient(45deg,rgb(172,127,69),rgb(229,220,197))}.embla__button{z-index:1;color:#e2e2e2;position:absolute;display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%);cursor:pointer;width:4rem;height:4rem}.embla__button--prev{left:1rem;color:#575757}@media (min-width: 59em){.embla__button--prev{left:1.6rem;color:#fff}}.embla__button--next{right:1rem;color:#575757}@media (min-width: 59em){.embla__button--next{right:1.6rem;color:#fff}}.embla__button:disabled{opacity:.3}.embla__button__svg{width:65%;height:65%}#my-gallery-20{width:100%}#my-gallery-19,#my-gallery-4,#my-gallery-14{display:grid;place-items:center;grid-template-columns:2fr;padding-right:0}@media (min-width: 59em){#my-gallery-19,#my-gallery-4,#my-gallery-14{padding-right:2em}}#my-gallery-19 img,#my-gallery-4 img,#my-gallery-14 img{width:288px;height:208px;border-radius:8px}@media (min-width: 1100px){#my-gallery-19 img,#my-gallery-4 img,#my-gallery-14 img{width:640px;height:320px}}#my-gallery-12{display:flex;justify-content:center;align-content:center;flex-direction:column;flex-wrap:wrap;gap:16px;padding-bottom:1em}@media (min-width: 59em){#my-gallery-12{flex-direction:row}}#my-gallery-12 img{width:260px;height:120px;border-radius:8px}@media (min-width: 1100px){#my-gallery-12 img{width:400px;height:200px}}.gallery-flex{display:flex;justify-content:center;align-content:center;flex-direction:row;flex-wrap:wrap;gap:16px}.resized{display:grid;grid-auto-columns:auto;place-items:center}.resized img{width:260px;height:120px}@media (min-width: 1100px){.resized img{width:400px;height:200px}}#my-gallery-13{display:grid;grid-auto-columns:auto;place-items:center;gap:8px;row-gap:0}#my-gallery-13 img{width:260px;height:120px;border-radius:8px}@media (min-width: 1100px){#my-gallery-13 img{width:400px;height:208px}}.slideshow{background-color:#121212}#my-gallery-15{width:100%;color:#fff}#my-gallery-16{display:flex;justify-content:center;align-content:center;flex-direction:column;flex-wrap:wrap;gap:16px;padding:0}@media (min-width: 1100px){#my-gallery-16{display:flex;justify-content:center;align-content:center;flex-direction:row;gap:16px;padding:0 6em}}#my-gallery-16 img{width:260px;height:120px;border-radius:8px}@media (min-width: 1100px){#my-gallery-16 img{width:400px;height:200px}}#my-gallery-17{display:flex;justify-content:center;align-content:center;flex-direction:column;flex-wrap:wrap;gap:16px;padding:0}@media (min-width: 1100px){#my-gallery-17{flex-direction:row;padding:0 6em 2em}}#my-gallery-17 img{width:260px;height:120px;border-radius:8px}@media (min-width: 1100px){#my-gallery-17 img{width:400px;height:200px}}#my-gallery-18{display:grid;grid-auto-columns:auto;place-items:center;column-gap:8px}#my-gallery-18 img{width:260px;height:120px;border-radius:8px}@media (min-width: 1100px){#my-gallery-18 img{width:400px;height:200px}}.video-container{margin-top:64px}.video-container .video{aspect-ratio:16/9;width:100%}@media (min-width: 59em){.video-container .video{height:480px;width:640px}}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0px}.pswp__button--arrow--next{right:0px}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}
