button{font-family:var(--montserrat);font-weight:400;font-style:Regular;color:var(--white);letter-spacing:0%;background:var(--black);border:1px solid var(--white);cursor:pointer;border-radius:100px;font-size:16px;line-height:100%}button:hover{background:var(--hover)}@media screen and (max-width:768px){button{font-size:14px}}button.button-small{padding:10px 20px}button.button-large{padding:15px 40px}button.label-gold{color:var(--gold)}button.label-gold:hover{background:var(--black)}button.label-white{color:var(--white)}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@media screen and (max-width:768px){footer{padding:0!important}}footer .footer-top-row{margin-top:40px;display:flex}@media screen and (max-width:1024px){footer .footer-top-row{flex-direction:column}}footer .footer-top-row .social-media{background:var(--even-lighter-black);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:40%;padding:40px 80px;display:flex}@media screen and (max-width:1024px){footer .footer-top-row .social-media{width:100%;padding:20px}}@media screen and (max-width:768px){footer .footer-top-row .social-media{text-align:center;background:var(--black);justify-content:center;align-items:center}}footer .footer-top-row .social-media>div .logo-area-mobile{background:var(--black);flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:20px;display:none}@media screen and (max-width:768px){footer .footer-top-row .social-media>div .logo-area-mobile{display:flex}}footer .footer-top-row .social-media>div p{font-family:var(--montserrat);font-weight:400;font-style:Regular;color:var(--white);letter-spacing:0%;text-transform:capitalize;margin-bottom:20px;font-size:18px;line-height:100%}footer .footer-top-row .social-media>div span{font-family:var(--montserrat);font-weight:400;font-style:Regular;color:var(--white);letter-spacing:0%;max-width:420px;font-size:18px;line-height:23px;display:block}footer .footer-top-row .social-media>div .social-links{gap:20px;margin-top:15px;display:flex}@media screen and (max-width:768px){footer .footer-top-row .social-media>div .social-links{text-align:center;justify-content:center;align-items:center}}footer .footer-top-row .social-media .footer-logo{background:var(--black);justify-content:center;align-items:center;display:flex}footer .footer-top-row .newsletter{background:var(--black);box-sizing:border-box;justify-content:flex-start;align-items:center;gap:40px;width:100%;padding:30px;display:flex}@media screen and (max-width:768px){footer .footer-top-row .newsletter{text-align:center;flex-direction:column;padding:20px}footer .footer-top-row .newsletter div{width:100%}}footer .footer-top-row .newsletter div h2{font-family:var(--montserrat);font-weight:400;font-style:Regular;color:var(--white);letter-spacing:0%;margin-bottom:25px;font-size:30px;line-height:100%}footer .footer-top-row .newsletter div p{font-family:var(--montserrat);font-weight:400;font-style:Regular;color:var(--white);letter-spacing:0%;max-width:300px;font-size:15px;line-height:20px}@media screen and (max-width:768px){footer .footer-top-row .newsletter div p{max-width:100%}}footer .footer-top-row .newsletter form{position:relative}@media screen and (max-width:768px){footer .footer-top-row .newsletter form{width:100%}}footer .footer-top-row .newsletter form input{background:var(--black);border:2px solid var(--white);color:var(--white);box-sizing:border-box;border-radius:100px;width:300px;padding:15px 22px}@media screen and (max-width:768px){footer .footer-top-row .newsletter form input{width:100%}}footer .footer-top-row .newsletter form button{background:0 0;border:none}footer .footer-top-row .newsletter form button img{position:absolute;top:7px;right:20px;transform:rotate(41deg)}footer .footer-bottom-row{display:flex}footer .footer-bottom-row .logo-area{background:var(--black);flex-direction:column;justify-content:center;align-items:center;width:32.6%;padding:40px 20px;display:flex}@media screen and (max-width:768px){footer .footer-bottom-row .logo-area{display:none}}footer .footer-bottom-row .footer-img{background:var(--black);width:81%}footer .footer-bottom-row .footer-img img{width:100%}@media screen and (max-width:768px){footer .footer-bottom-row .footer-img{width:100%}footer .footer-bottom-row .footer-img div{width:100%;height:100%}footer .footer-bottom-row .footer-img div img{object-fit:cover;width:auto;height:100%}}footer .footer-bottom-row .footer-img h2{font-family:var(--montserrat);font-weight:400;font-style:Regular;color:var(--white);letter-spacing:0%;margin-bottom:25px;font-size:30px;line-height:100%}footer .footer-bottom-row .footer-img p{font-family:var(--montserrat);font-weight:400;font-style:Regular;color:var(--white);letter-spacing:0%;max-width:300px;font-size:15px;line-height:20px}footer .copyright{background:var(--black);text-align:center;padding:30px 20px}footer .copyright p{font-family:var(--montserrat);font-weight:400;font-style:Regular;color:var(--white);letter-spacing:0%;font-size:14px;line-height:20px}@media screen and (max-width:768px){footer .copyright{padding:20px}}
