@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{animation-name:rollOut}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.mt-0{margin-top:0rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-32{margin-top:8rem}.mt-40{margin-top:10rem}.mt-48{margin-top:12rem}.mt-56{margin-top:14rem}.mt-64{margin-top:16rem}.mb-0{margin-bottom:0rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-32{margin-bottom:8rem}.mb-40{margin-bottom:10rem}.mb-48{margin-bottom:12rem}.mb-56{margin-bottom:14rem}.mb-64{margin-bottom:16rem}.mr-0{margin-right:0rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mr-10{margin-right:2.5rem}.mr-12{margin-right:3rem}.mr-16{margin-right:4rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-32{margin-right:8rem}.mr-40{margin-right:10rem}.mr-48{margin-right:12rem}.mr-56{margin-right:14rem}.mr-64{margin-right:16rem}.p-0{padding:0rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-32{padding:8rem}.p-40{padding:10rem}.p-48{padding:12rem}.p-56{padding:14rem}.p-64{padding:16rem}.pt-0{padding-top:0rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-32{padding-top:8rem}.pt-40{padding-top:10rem}.pt-48{padding-top:12rem}.pt-56{padding-top:14rem}.pt-64{padding-top:16rem}.pb-0{padding-bottom:0rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-32{padding-bottom:8rem}.pb-40{padding-bottom:10rem}.pb-48{padding-bottom:12rem}.pb-56{padding-bottom:14rem}.pb-64{padding-bottom:16rem}.pl-0{padding-left:0rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-20{padding-left:5rem}.pl-24{padding-left:6rem}.pl-32{padding-left:8rem}.pl-40{padding-left:10rem}.pl-48{padding-left:12rem}.pl-56{padding-left:14rem}.pl-64{padding-left:16rem}.pr-0{padding-right:0rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-20{padding-right:5rem}.pr-24{padding-right:6rem}.pr-32{padding-right:8rem}.pr-40{padding-right:10rem}.pr-48{padding-right:12rem}.pr-56{padding-right:14rem}.pr-64{padding-right:16rem}.px-0{padding-left:0rem;padding-right:0rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-32{padding-left:8rem;padding-right:8rem}.px-40{padding-left:10rem;padding-right:10rem}.px-48{padding-left:12rem;padding-right:12rem}.px-56{padding-left:14rem;padding-right:14rem}.px-64{padding-left:16rem;padding-right:16rem}.py-0{padding-top:0rem;padding-bottom:0rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-40{padding-top:10rem;padding-bottom:10rem}.py-48{padding-top:12rem;padding-bottom:12rem}.py-56{padding-top:14rem;padding-bottom:14rem}.py-64{padding-top:16rem;padding-bottom:16rem}.w-full{width:100%}.flex{display:flex;flex-flow:row wrap}.flex-col{flex-flow:column nowrap}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.items-center{align-items:center}.items-end{align-items:end}.flex-1{flex:1}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*,*:before,*:after{box-sizing:border-box}a{color:var(--foreground);outline:none;transition:.3s}svg{flex-shrink:0}button{cursor:pointer}img{max-width:100%;height:auto}html{-webkit-text-size-adjust:100%}body{position:relative;background-color:var(--background);color:var(--foreground);font-size:14px;font-weight:400}.mask{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--background-pattern);background-color:transparent;z-index:-2;-webkit-mask:radial-gradient(circle 120px at 50% 50%,black 0%,rgba(255,255,255,.3) 100%);mask:radial-gradient(circle 120px at 50% 50%,black 0%,rgba(255,255,255,.3) 100%)}#page:after{content:"";position:fixed;z-index:100001;top:0;left:0;height:0;width:0;opacity:0;background-color:#00000080;transition:opacity .4s ease-out 0s}#page.form-open,#page.modal-open{overflow:hidden}#page.form-open:after,#page.modal-open:after{height:100%;width:100%;opacity:1}.modal-room-open{overflow:hidden}.modal-room-close{position:fixed;z-index:1000000;right:30px;top:15px;display:flex;justify-content:center;align-items:center;width:24px;height:24px;fill:#000;cursor:pointer}h1,h2{font-weight:700}h1{font-size:48px}h2{font-size:36px;line-height:48px}h3{font-size:24px;line-height:36px;text-transform:uppercase;font-weight:900}.wrapper{overflow:hidden}.wrap{margin:0 auto;width:100%;max-width:1180px;padding:0 20px;position:relative}.row{display:flex;align-items:center}.row2{display:flex;justify-content:space-between;align-items:center}.row3{display:flex;justify-content:center;align-items:center}.subtitle{position:relative;color:var(--muted-foreground);line-height:17px}.subtitle:before,.subtitle:after{content:"";position:absolute;left:100%;background:#e7dfcb}.subtitle:before{transform:translate(3px);top:50%;width:28px;height:1px}.subtitle:after{transform:translate(31px);top:calc(50% - 2px);width:5px;height:5px;border-radius:50%}.description{line-height:2;font-weight:500}.description h4,.description h5,.description h6,.description p,.description ul,.description ol,.description blockquote{margin-bottom:28px}.description img{display:block;margin-bottom:70px;border-radius:15px}.description h1,.description h2,.description h3,.description h4,.description h5,.description h6{font-weight:700}.description h1,.description h2,.description h3{line-height:1.2}.description h1{margin-bottom:70px;font-size:38px}.description h2{margin:60px 0 40px;font-size:34px}.description h3{margin:40px 0 30px;font-size:30px}.description h4,.description h5,.description h6{margin-bottom:28px;line-height:1.3;font-weight:700}.description h4{font-size:26px}.description h5{font-size:22px}.description h6{font-size:18px}.description blockquote{border-left:2px solid var(--primary);padding-left:25px;color:#000;font-style:italic}.description ol{list-style:decimal inside}.description ul li{position:relative;padding-left:15px}.description ul li:before{content:"";position:absolute;top:13px;left:0;width:4px;height:4px;border-radius:50%;background:#626262}.description p:last-child,.description ul:last-child,.description ol:last-child,.description blockquote:last-child,.description img:last-child{margin:0}.description a{color:var(--primary);text-decoration:underline}.description span[style~="color:"] a{color:inherit}.description em{font-style:italic}.description strong{font-weight:700}@media screen and (max-width: 375px){h2{font-size:30px;line-height:36px}h3{font-size:20px;line-height:26px}}.slider{position:relative;overflow:hidden;touch-action:pan-y}.slider-inside{display:flex;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-inside.grabbing{cursor:grabbing}.slider-prev,.slider-next{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:56px;height:56px;color:#fff}.slider-prev:hover,.slider-next:hover{color:var(--primary)}.slider-prev{left:0}.slider-next{right:0}.slider-dots{position:absolute;display:flex;justify-content:center}.slider-dots.hidden{display:none}.slider-dots-item{margin-right:10px;width:80px;height:4px;border-radius:8px;background-color:#fff6;cursor:pointer;transition:.3s}.slider-dots-item.active{background-color:#ffffffb3}.slider-item{margin-right:30px}.slider-item img{-webkit-pointer-events:none;pointer-events:none}@media screen and (max-width: 1024px){.slider-prev,.slider-next{transform:translateY(calc(-50% - 15px));width:48px;height:48px}.slider-prev svg,.slider-next svg{width:48px;height:auto}.slider-dots-item{margin-right:18px;width:9px;height:9px;border-radius:9px;background:var(--primary)}.slider-dots-item.active{width:29px;background:var(--primary)}.slider-dots-item:hover{background-color:var(--primary-hover)}}input[type=text],input[type=tel] textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input,textarea{margin:0;padding:0;border:none;border-radius:0;outline:none;background:transparent;box-shadow:none;color:#a1a1a6;font-weight:500}input::-moz-placeholder{opacity:1;color:#a1a1a6}input::placeholder{color:#a1a1a6}:invalid{box-shadow:none}.input-field{margin-bottom:16px;width:100%;padding:10px 20px;background:var(--input-background);color:var(--input-foreground);font-size:15px;line-height:24px;border-bottom:solid 1px var(--card-foreground)}.input-field::-moz-placeholder{color:var(--card-foreground);opacity:.5}.input-field::placeholder{color:var(--card-foreground);opacity:.5}.checkbox-input{position:relative;flex-shrink:0;display:flex;justify-content:center;align-items:center;width:24px;height:24px;cursor:pointer}.checkbox-input:before{content:"";position:absolute;inset:4px;border-radius:var(--radius-default);border:1px solid #A1A1A6;transition:all .2s ease-out}.checkbox-input.checked:before{border-color:var(--primary);background:var(--primary)}.checkbox-input-icon{position:relative;z-index:2}.checkbox-label{margin-left:17px;color:#1c2b39;font-size:13px;line-height:16px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-label span{display:block;color:var(--primary)}.btn,.btn2,.btn3{display:flex;justify-content:center;align-items:center;width:100%;color:#fff}.more{color:var(--primary);font-size:12px;line-height:15px;font-weight:500}.more-icon{transition:transform .3s}.more:hover .more-icon{transform:translate(5px)}.calc-btn{color:#a1a1a6;font-size:0}.calc-btn.null{color:#e4e4e4}.calc-input{width:41px;color:#a1a1a6;text-align:center;font-size:13px;line-height:20px;font-weight:500}@media screen and (max-width: 375px){.input-field{padding:12px 16px}}.header{padding:15px 0}.header-logo{font-size:0}.header-logo img{display:block}.nav-item{position:relative;margin-right:41px;padding:17px 0}.nav-item2{padding:0}.nav-item:last-child{margin:0}.nav-link{cursor:pointer;display:inline-block;line-height:28px;text-align:center}.nav-popup{display:none;position:absolute;z-index:3;top:100%;left:50%;transform:translate(-50%);flex-direction:column;align-items:center;width:220px;padding:27px 20px 35px;border-radius:16px;background-color:var(--card-background);color:var(--card-foreground);box-shadow:0 8px 40px -8px var(--card-shadow);text-align:center}.nav-popup.popup2{width:160px}.nav-item:hover .nav-popup{display:flex}.nav-popup-link{margin-bottom:27px;font-size:13px;line-height:16px;color:var(--card-foreground);font-weight:500}.nav-popup-link:last-child{margin:0}.nav-popup-link:hover{font-weight:700}@media screen and (max-width: 1024px){.header{padding:20px 0}.header .wrap{justify-content:space-between}.header-logo img{width:85px}.nav-item{display:none}.nav-item2{display:block}}.menu-open{display:none;font-size:12px}.menu-open-icon{margin-bottom:7px;position:relative;width:34px;height:11px}.menu-open-icon-line{position:absolute;width:25px;height:3px;border-radius:3px;background-color:#e7dfcb;transition:transform .3s linear}.menu-open-icon-line.line1{top:0;left:0}.menu-open:hover .menu-open-icon-line.line1{transform:translate3d(0,1px,0)}.menu-open-icon-line.line2{right:0;bottom:0}.menu-open:hover .menu-open-icon-line.line2{transform:translate3d(0,-1px,0)}@media screen and (max-width: 1024px){.menu-open{display:flex;flex-direction:column;align-items:center}}.search{display:flex;justify-content:space-between;width:652px;height:80px;border-radius:var(--radius-default);padding:12px 16px 12px 31px;background:#fff;box-shadow:0 8px 40px -8px #1f1f211a;text-align:center}.search2{margin:41px auto 65px}.search-input{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:4px 0}.search-input:first-child{flex-grow:1}.search-line{margin:0 26px}.search-label{color:#1c2b39;font-size:13px;line-height:24px;font-weight:500}.search-field{width:120px;text-align:center;font-size:13px;line-height:20px}.search .btn{margin:4px 0 4px 26px;flex-shrink:0;width:136px;border-radius:var(--radius-default);box-shadow:0 2px 10px #ff8a7a66}@media screen and (max-width: 768px){.search{flex-direction:column;width:100%;height:auto;border-radius:var(--radius-default);padding:20px}.search-line{display:none}.search-input{margin-bottom:24px}.search-label{margin-bottom:4px;font-weight:700}.search .btn{margin:0;width:100%;max-width:none}}.section1 .wrap{height:480px}.section1 .slider-dots{left:65px;transform:none}.section1-item{height:480px;font-size:0}.section1-item img,.section1-item video{width:100%;height:100%;border-radius:var(--radius-default);-o-object-fit:cover;object-fit:cover}.section1-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section1 .search{position:absolute;right:42px;bottom:-24px}@media screen and (max-width: 1024px){.section1 .wrap{padding:0}.section1 .slider-dots{bottom:80px;left:50%;transform:translate(-50%)}.section1 .slider-dots-item{background-color:#fff6}.section1 .slider-dots-item.active{background-color:#ffffffb3}.section1-item img,.section1-item video{border-radius:0}.section1 .search{right:auto;left:50%;transform:translate(-50%)}.section1-logo{display:none}}@media screen and (max-width: 768px){.section1 .slider-dots{top:20px;bottom:auto}.section1 .wrap{height:auto}.section1 .search{max-width:320px;width:100%;position:relative;inset:0;margin:1rem auto -3rem;transform:none}}.section2{padding-top:99px}.section2-2{padding:0 0 153px}.section2-title{margin-bottom:27px}.section2-grid{display:flex}.section2 .slider{overflow:visible}.section2 .slider-dots{margin-top:40px;position:static;transform:none}.card,.card-content,.card-footer{display:flex;flex-direction:column}.card{margin-right:30px;width:calc((100% - 90px)/4);border-radius:var(--radius-md);background:var(--card-background);color:var(--card-foreground);box-shadow:0 0 50px var(--card-shadow)}.card:nth-child(4n){margin-right:0}.card-img{width:100%;height:226px}.card-img img{width:100%;height:100%;border-radius:var(--radius-md) var(--radius-md) 0 0;-o-object-fit:cover;object-fit:cover}.card-content{flex-grow:1;justify-content:space-between;padding:15px 17px 26px}.card-body{margin-bottom:50px}.card-title{margin-bottom:40px;color:var(--card-foreground);text-align:center;font-size:24px;line-height:36px;font-weight:700}.card-options{margin-bottom:8px;display:flex;justify-content:center}.card-options-item{flex-direction:column;margin-right:30px;color:#626262;text-align:center;font-size:10px;line-height:1.3;word-wrap:break-word;font-weight:500}.card-options-item:last-child{margin:0}.card-options-item svg{margin-bottom:10px}.card-description{line-height:28px;font-weight:500}.card-footer{align-items:center}.card-price{margin-bottom:21px;font-size:16px;line-height:20px;font-weight:700}.card .more{margin-top:20px}@media screen and (max-width: 1024px){.section2-2{padding-bottom:120px}.card,.card:nth-child(4n){margin-right:20px;width:262px;border-radius:var(--radius-default)}}@media screen and (max-width: 768px){.card .btn{max-width:none}}@media screen and (max-width: 480px){.section2{padding-top:80px}.section2-2{padding:0 0 80px}}.section3 .wrap{max-width:924px}.section3-head{margin:0 auto 33px;max-width:655px}.section3-description{margin-bottom:100px;line-height:28px;font-weight:500}.section3-item:nth-child(odd){margin-bottom:127px}.section3-item:nth-child(2n){margin-bottom:77px;padding-left:50px}.section3-item:last-child{margin:0}.section3-item-head{margin-bottom:35px;max-width:380px}.section3-item:nth-child(odd) .subtitle{margin-right:38px}.section3-item-text{max-width:420px}.section3-item:nth-child(odd) .section3-item-text{margin-right:60px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right}.section3-item:nth-child(2n) .section3-item-text{order:2;margin-left:108px}.section3-item-description{margin-bottom:21px;font-size:12px;line-height:30px;font-weight:500}.section3-item-img{flex-shrink:0;position:relative;font-size:0}.section3-item-img1{border-radius:var(--radius-default)}.section3-item:nth-child(odd) .section3-item-img1{box-shadow:0 4px 60px #c5ff7a33}.section3-item:nth-child(2n) .section3-item-img1{box-shadow:0 4px 60px #42a9c94d}.section3-item-img2{position:absolute;border-radius:6px}.section3-item:nth-child(odd) .section3-item-img2{right:-47px;bottom:-42px;box-shadow:0 4px 60px #ff8a7a33,0 4px 60px #8bbef1}.section3-item:nth-child(2n) .section3-item-img2{top:-18px;right:-55px;box-shadow:0 4px 60px #ff8a7a33,0 8px 60px #5eb3ce66}@media screen and (max-width: 1024px){.section3{padding-top:120px}.section3-description{margin-bottom:100px}.section3-item:nth-child(2n){padding:0}.section3-item:nth-child(2n) .section3-item-text{margin-left:80px}.section3-item:nth-child(odd) .section3-item-img2,.section3-item:nth-child(2n) .section3-item-img2{right:-20px;width:120px;height:120px;border-radius:45px}}@media screen and (max-width: 768px){.section3 .wrap{max-width:460px}.section3-item{flex-direction:column}.section3-item:nth-child(odd) .section3-item-text,.section3-item:nth-child(2n) .section3-item-text{order:2;align-items:flex-start;margin:60px 0 0;text-align:left}.section3-item:nth-child(odd) .subtitle{margin:0}.section3-item:nth-child(odd) .section3-item-img2,.section3-item:nth-child(2n) .section3-item-img2{top:-30px;bottom:auto}}@media screen and (max-width: 480px){.section3{padding-top:80px}}@media screen and (max-width: 375px){.section3-item-img1{border-radius:90px}}.section5{padding-bottom:183px}.section5 .wrap{max-width:800px}.section5-img{flex-shrink:0;display:flex;align-items:flex-start;font-size:0}.section5-img img{border-radius:6px;box-shadow:0 0 30px #4263c966}.section5-img2{margin:40px 0 0 40px}.section5-text{margin-right:40px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right}.section5 .subtitle{margin-right:38px}.section5-title{margin-bottom:44px}.section5-description{margin-bottom:27px;max-width:396px;font-size:12px;line-height:28px}@media screen and (max-width: 1024px){.section5{padding-bottom:120px}.section5 .wrap{flex-direction:column}.section5-text{order:2;align-items:flex-start;margin:30px 0 0;text-align:left}.section5 .subtitle{margin:0}.section5-title{margin-bottom:35px}.section5-img1,.section5-img2{width:calc((100% - 30px)/2);max-width:240px}.section5-img2{margin:30px 0 0 30px}}@media screen and (max-width: 480px){.section5{padding-bottom:80px}.section5-img1,.section5-img2{width:calc((100% - 20px)/2);border-radius:30px}.section5-img2{margin:20px 0 0 20px}}.section6{padding-bottom:191px}.section6 .wrap{max-width:840px}.section6-img{flex-shrink:0}.section6-img img{display:block;border-radius:var(--radius-default);box-shadow:0 4px 60px #4263c933}.section6-text{margin-left:60px;max-width:406px}.section6-title{margin-bottom:27px;color:#000}.section6-description{margin-bottom:27px;max-width:396px;color:#626262;font-size:12px;line-height:28px}@media screen and (max-width: 1024px){.section6{padding-bottom:120px}.section6-title{color:#000;font-size:24px;line-height:36px;text-transform:uppercase;font-weight:900}}@media screen and (max-width: 768px){.section6 .wrap{flex-direction:column}.section6-text{margin:40px 0 0}}@media screen and (max-width: 480px){.section6{padding-bottom:80px}}@media screen and (max-width: 375px){.section6-img img{border-radius:90px}}.footer{padding:39px 0 44px;background:var(--footer)}.footer a:not(.btn):hover{color:var(--primary)}.footer .wrap{max-width:930px}.footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.footer-col{margin-bottom:36px;width:190px;font-size:13px}.footer-col-title{margin-bottom:8px;font-size:13px;line-height:1;font-weight:700}.footer-col p{line-height:22px}.footer-list{margin-top:12px}.footer-list-item{margin-bottom:9px}.footer-list-item:last-child{margin:0}.footer-copyright{font-size:13px;line-height:19px}.footer-social{width:190px;display:flex;gap:20px}.footer-social-item{width:20px;height:20px}.footer-social-item:hover{fill:var(--foreground)}.footer-social-item:last-child{margin:0}@media screen and (max-width: 1024px){.footer .wrap{max-width:440px}.footer-copyright{width:190px}}@media screen and (max-width: 480px){.footer-grid,.footer-row{flex-direction:column;text-align:center}.footer-grid{align-items:center}.footer-copyright{order:2;margin-top:20px}.footer-social{width:auto}}.cardList{padding-bottom:156px}.cardList .wrap{max-width:870px}.card2{margin-bottom:51px}.card2-img{flex-shrink:0}.card2-img img{border-radius:var(--radius-default)}.card2-content{flex-grow:1;margin-left:40px;max-width:407px}.card2-title{margin-bottom:29px;font-size:48px}.card2-options{margin-bottom:15px}.card2 .card-options-item{margin-right:20px}.card2 .card-options-item:last-child{margin:0}.card2-description{margin-bottom:26px;color:#626262;line-height:28px;font-weight:500}.card2 .btn{margin:0 auto}@media screen and (max-width: 1024px){.cardList{padding-bottom:60px}}@media screen and (max-width: 768px){.card2{flex-direction:column;margin-bottom:60px}.card2-content{margin:30px 0 0}}@media screen and (max-width: 480px){.cardList{padding-bottom:40px}}@media screen and (max-width: 375px){.card2-title{font-size:30px;line-height:36px}}.section7 .slider-item{min-height:300px;max-height:480px;font-size:0}.section7 .slider-item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-default)}@media screen and (max-width: 1024px){.section7 .slider-item img{border-radius:var(--radius-default)}.section7 .slider-dots{position:static;transform:none;margin-top:20px}}@media screen and (max-width: 480px){.section7 .slider-item{min-height:200px}}.room{padding:84px 0}.room .wrap{display:flex}.room-body{flex-grow:1;margin-right:60px;max-width:680px}.room-title{margin-bottom:40px}.room-options{display:flex;flex-wrap:wrap}.slide-room-options{display:flex;flex-flow:row;justify-content:center;align-items:baseline;gap:20px;margin-bottom:25px}.slide-room-options .card-options-item{margin:0;max-width:50px}.room .card-options-item{margin:0 30px 23px 0}.room-description{margin-bottom:69px}@media screen and (max-width: 1170px){.room-item-img{width:240px}}@media screen and (max-width: 1024px){.room .wrap{flex-direction:column;align-items:center}.room-body{margin:0 0 60px}}@media screen and (max-width: 768px){.room-list{display:flex;flex-flow:row wrap;justify-content:center;gap:15px}.room-item{flex-direction:column;max-width:375px}.room-item:nth-child(odd) .room-item-text,.room-item:nth-child(2n) .room-item-text{order:2;margin:30px 0 0;max-width:420px;text-align:left}.room-item-img{width:auto}}@media screen and (max-width: 480px){.room{padding-top:60px}.room .card-options-item{margin:0 20px 23px 0}.room .card-options-item:last-child{margin-right:0}}.sidebar{flex-shrink:0;width:385px}.sidebar-section{width:100%;margin-bottom:2rem}.sidebar-section-title{font-size:24px;line-height:36px;font-weight:700}.sidebar-row{margin-bottom:28px}.sidebar-row2{margin-bottom:32px}.sidebar-row .sidebar-input{width:125px}.sidebar-label{margin-bottom:4px;color:#1c2b39;font-size:13px;line-height:24px;font-weight:700}.sidebar-label2{margin-bottom:12px}.sidebar-field{font-size:13px;line-height:20px}.sidebar-plusOption{position:relative;margin-bottom:14px}.sidebar-plusOption:last-child:before{content:"";position:absolute;bottom:-13px;left:0;width:56px;height:1px;background:#f0f0f0}.sidebar-plusOption-price{margin-left:20px;min-width:54px;color:#000;font-size:13px;line-height:16px}.sidebar-plusOption-price span{display:block;color:#7393b3;text-align:right;font-size:10px;line-height:12px;text-decoration-line:line-through}.sidebar-price{margin-bottom:28px}.sidebar-price-label{margin-bottom:5px;color:#1c2b39;font-size:13px;font-weight:500}.sidebar-price-value{color:#000;font-size:16px;line-height:20px;font-weight:700}.sidebar-section .calc{margin-top:9px}.sidebar-section .btn{max-width:none}.normalRoom-title{margin-bottom:20px;text-align:center}.bestRoom{margin-top:28px;border:1px solid var(--primary);padding:32px 36px}.bestRoom-title{margin-bottom:22px}.bestRoom-description{margin-bottom:19px;color:#626262;line-height:28px;font-weight:500}@media screen and (max-width: 1024px){.sidebar{display:flex;flex-direction:column;align-items:center;width:100%;max-width:385px}}@media screen and (max-width: 375px){.sidebar-section{padding:35px 20px}}.otherPage{padding-top:109px}.otherPage-2{padding-top:97px}.otherPage .wrap{max-width:820px}.otherPage-head{margin-bottom:68px}.otherPage-menu{display:flex}.otherPage-menu-item{display:flex;flex-direction:column;align-items:center;margin-right:53px;width:77px;color:#626262;text-align:center;line-height:17px}.otherPage-menu-item:last-child{margin:0}.otherPage-menu-item img{margin-bottom:13px}.otherPage-order{display:flex;flex-direction:column;align-items:center;width:310px}.otherPage-tel{margin-bottom:13px;font-size:24px;line-height:36px;font-weight:500}.otherPage-title{margin-bottom:39px;color:var(--foreground);font-size:36px;line-height:48px}.otherPage .room-list{margin-top:123px}.otherPage .room-item-text{max-width:none}@media screen and (max-width: 1024px){.otherPage{padding-top:84px}.otherPage-head{flex-direction:column}.otherPage-menu{width:100%;max-width:340px;justify-content:space-between}.otherPage-menu-item{margin-right:20px}.otherPage-order{margin-top:40px;width:100%;max-width:310px}.otherPage .room-list{margin-top:80px}}@media screen and (max-width: 768px){.otherPage .room-item-text{max-width:420px}}@media screen and (max-width: 480px){.otherPage{padding-top:60px}.otherPage .room-list{margin-top:70px}}@media screen and (max-width: 375px){.otherPage-menu-item img{width:60px;height:60px}}.section8{padding-top:79px}.section9{padding:149px 0 71px}.feedback{margin:0 auto;width:100%;max-width:600px;border-radius:var(--radius-default);padding:45px 48px 84px;background:var(--card-background);color:var(--card-foreground);box-shadow:0 8px 40px -8px #1f1f211a;text-align:center;font-weight:500}.feedback-title{margin-bottom:30px;color:var(--card-foreground)}.feedback-tel{display:inline-block;margin-bottom:26px;color:var(--card-foreground);font-size:24px;line-height:36px}.feedback-or{margin:38px 0 44px;color:var(--card-foreground);font-size:13px;line-height:20px}.feedback-personal{margin:29px auto 0;max-width:300px;color:#495966;font-size:13px;line-height:20px}.feedback-personal a{color:#495966;text-decoration:underline}@media screen and (max-width: 1024px){.section9{padding-bottom:10px}}@media screen and (max-width: 768px){.section9{padding-top:120px}}@media screen and (max-width: 480px){.feedback{border-radius:var(--radius-default);padding:35px 20px}}@media screen and (max-width: 375px){.feedback-tel{font-size:22px}.feedback-or{margin:30px 0}.feedback .btn2,.feedback .btn3{height:48px;border-radius:var(--radius-default);font-size:15px;font-weight:700}}.contacts{padding:52px 0 77px;color:var(--foreground)}.contacts .wrap{max-width:825px}.contacts-title{margin-bottom:31px;font-size:36px;line-height:48px}.contacts-row{align-items:flex-start}.contacts-col{line-height:28px;font-weight:500}.contacts-col h6{font-weight:700}.contacts-col a{display:inline-block}.contacts-gps{margin-top:21px}.contacts-map{position:relative;height:624px}.contacts-map-bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.contacts{padding:40px 0}.contacts .wrap{max-width:520px}.contacts-row{flex-wrap:wrap}.contacts-col{margin-bottom:30px;width:190px}.contacts-col br{display:none}}@media screen and (max-width: 480px){.contacts-row{flex-direction:column}.contacts-col{width:auto}}.menu{position:fixed;z-index:100002;top:0;right:-200%;width:100vw;max-width:320px;height:100vh;background:var(--background);color:var(--foreground);box-shadow:6px 4px 40px #0006;transition:.3s;overflow-y:auto}.menu.open{right:0}.menu-container{padding:70px 20px 60px}.menu-close{position:absolute;top:20px;left:20px;fill:#d90429;cursor:pointer}.menu-nav-item{min-height:40px;padding:10px 20px}.menu-nav-head{font-weight:500;cursor:pointer}.menu-nav-head.active{font-weight:700}.menu-nav-icon{flex-shrink:0;position:relative;width:20px;height:20px;transform:rotate(0);transition:all ease-in-out .3s}.menu-nav-icon:before,.menu-nav-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:10px;background-color:var(--foreground);transition:all ease-in-out .3s}.menu-nav-icon:before{width:100%;height:2px}.menu-nav-icon:after{width:2px;height:100%}.menu-nav-head:hover .menu-nav-icon:before,.menu-nav-head:hover .menu-nav-icon:after{background-color:#7393b3}.menu-nav-head.active .menu-nav-icon:after{display:none}.menu-nav-body{display:none;padding:30px 0 10px 20px}.menu-nav-link:before{opacity:0;content:"";position:absolute;z-index:-1;inset:-10px;border-radius:5px;background:var(--primary);transition:opacity .3s}.menu-nav-link:hover{color:var(--primary-foreground)}.menu-nav-link:hover:before{opacity:1}.menu-nav-link{margin-bottom:25px;display:block;width:100%;position:relative}.menu-nav-link:last-child{margin:0}.menu-social{margin-top:30px}.menu-social-item{margin-right:15px;font-size:0;fill:#7393b3}.menu-social-item:hover{fill:var(--foreground)}.menu-social-item:last-child{margin:0}.sectionNews{padding:80px 0}.sectionNews-title{margin-bottom:60px}.sectionNews-list{margin-top:80px;display:flex;flex-wrap:wrap}.news{margin:0 30px 70px 0;display:flex;flex-direction:column;width:calc((100% - 60px) / 3)}.news:nth-child(3n){margin-right:0}.news-img{height:200px;font-size:0}.news-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-body{margin:-30px 20px 0;padding:20px;background:var(--card-background);color:var(--card-foreground)}.news-title{margin-bottom:10px;font-size:24px;line-height:1.3}.news-description{margin-bottom:15px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.news-btn{position:relative;padding-left:35px;color:var(--card-foreground);font-weight:500;transition:.3s}.news-btn:hover{padding-left:45px;cursor:pointer}.news-btn:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:25px;height:1px;background:var(--primary);transition:all .33s cubic-bezier(.12,.75,.4,1)}@media screen and (max-width: 1024px){.sectionNews-list{margin:0 auto;max-width:800px}.news{width:calc((100% - 30px)/2)}.news:nth-child(3n){margin-right:30px}.news:nth-child(2n){margin-right:0}}@media screen and (max-width: 750px){.sectionNews-list{margin:0 auto;max-width:400px;flex-direction:column}.news{margin-bottom:50px;width:100%}.news,.news:nth-child(3n){margin-right:0}}.pagination{justify-content:center}.pagination-prev,.pagination-next{width:140px;height:50px;border-radius:25px;border:2px solid #f0f0f0;display:flex;justify-content:center;align-items:center}.pagination-prev{margin-right:20px}.pagination-next{margin-left:20px}.pagination-prev:hover,.pagination-next:hover{border-color:var(--primary);background-color:#fafafa}.modal-box{display:none;position:fixed;z-index:100002;top:0;left:0;height:100vh;width:100vw;overflow-y:auto;animation-fill-mode:both}.modal-box.open{display:flex;justify-content:center;align-items:center}.modal{width:100%;max-width:470px;max-height:calc(100vh - 20px);text-align:center}.modal-body{position:relative;z-index:2;border-radius:5px;padding:0 20px;background:#fff}.modal-container{margin:0 auto;max-width:370px;padding:55px 0 70px}.modal-title{margin-bottom:40px;line-height:1.2}.modal .btn{margin:0 auto;height:60px;border-radius:10px;font-size:16px}.modal-info{margin-bottom:30px;line-height:1.5}.modal-close{position:absolute;top:15px;right:15px;width:30px;height:30px}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn;animation-duration:.3s}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut;animation-duration:.3s}.popup-info{position:fixed;z-index:90006;top:20px;left:20px;width:calc(100vw - 40px);max-width:400px;border-radius:3px;border:2px solid #7393B3;padding:20px 40px 20px 80px;box-shadow:0 2px 4px #0003;font-size:16px;visibility:visible;animation-name:bounceInDown;animation-duration:1s;animation-timing-function:ease-in-out}.fadeOut{opacity:0;transition:opacity .5s}.popup-info p{line-height:1.5}.popup-info>svg{position:absolute;left:40px;width:26px;height:26px}.popup-info-progress{position:absolute;bottom:0;left:0;width:0;height:3px;border-radius:3px;background-color:#0006}.popup-info-close{position:absolute;top:10px;right:10px;width:14px;height:14px;fill:#fff}.popup-error .popup-info-close{fill:#fff}.popup-error{color:#fff;border-color:#e74c3c;background-color:#e74c3c}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.swiper-pagination{display:flex;justify-content:center}body .swiper-pagination-bullet{margin-right:10px;width:9px;height:9px;border-radius:8px;background-color:var(--primary);cursor:pointer;transition:.3s;opacity:1}.slider-dots-item:last-child{margin:0}body .swiper-pagination-bullet-active{width:29px;background-color:var(--primary)}.booking-btn{cursor:pointer;width:100%;margin:10px auto 0}@media screen and (max-width: 480px){.event-block,.conf-block{display:block}.contacts-col-fictive{display:none}}.section{margin-bottom:50px}.section__title{margin-bottom:1rem;font-size:36px;line-height:48px}.section__description{font-size:1rem;font-weight:500;line-height:28px;text-align:left;margin-bottom:4rem}.section-content{background-color:var(--card-background);box-shadow:0 0 50px var(--card-shadow);border-radius:var(--radius-default);overflow:hidden;margin-bottom:34px;width:100%;display:flex;flex-flow:row wrap}.section-content__item{display:flex;min-height:300px;min-width:320px;width:100%;flex:1}.section-content__item--content{flex:1}.section-content__item--image{height:570px}.section-content__item--image img,.section-content__item--image picture{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-content{background-color:var(--card-background);color:var(--card-foreground);flex:1;padding:30px;display:flex;flex-flow:column nowrap}.card-content__title{font-size:24px;font-weight:900;line-height:36px;margin-bottom:16px;text-align:inherit}.card-content__content{flex:1;display:flex;flex-flow:column nowrap;font-size:16px;font-weight:500;line-height:18px;text-align:inherit;margin-bottom:30px}.rs-section *{text-align:right}.ls-section *{text-align:left}.cs-section *{text-align:center}.card .card-content{padding-top:0}.banner-container{position:relative}.banner-container .section1-item{height:100vh}.banner-container .banner-slider{padding-top:0}.banner-slider{position:relative}.banner-slider .swiper-slide:before{position:absolute;top:0;left:0;width:100%;height:100%;content:" ";z-index:2}.dark .banner-slider .swiper-slide:before,.banner-container .banner-slider .swiper-slide:before{background:var(--fade-gradient-banner)}.banner-slider .perlyna-watermark{width:300px;height:300px;z-index:3}.banner-slider .perlyna-watermark svg{width:100%;height:100%}.banner-slider-pagination{position:absolute;margin:0 auto;left:0;right:0;z-index:10;bottom:14px!important}.banner-slider-pagination .swiper-pagination-bullet-active{width:80px}.banner-slider-pagination .section1-item{height:100vh}.banner-slider-pagination .slider-dots-item.js-dot.swiper-pagination-bullet-active{background-color:#ffffffb3}body .banner-slider .banner-slider-pagination--main-page{left:65px!important;right:initial;width:initial}body .header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--header);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);color:var(--header-foreground)}body .header .nav-link{color:var(--header-foreground)}.header-inner{position:relative}.header-tools{padding:1rem;position:absolute;right:0;top:50%;transform:translateY(-50%)}.theme-change-btn{border-radius:100px;padding:10px;background:var(--primary);color:var(--primary-foreground);cursor:pointer}.button,.btn{display:flex;padding:1rem 2rem;border:solid 1px var(--background);background:var(--primary);color:var(--primary-foreground);position:relative;overflow:hidden;text-align:center;transition:.5s;z-index:1;background:transparent;border-radius:var(--radius-md);font-weight:700}.button__text,.btn__text{flex:1;position:relative;z-index:1}.button:before,.btn:before{position:absolute;background:var(--primary);top:0;left:0;width:100%;height:100%;transition:.5s;content:" ";z-index:-1}.button:after,.btn:after{position:absolute;top:0;left:-100%;width:100%;height:100%;transition:.5s;content:" ";z-index:-1;opacity:0}.button:hover,.btn:hover{color:var(--third-foreground)}.button:hover:after,.btn:hover:after{opacity:1;background:var(--third);left:0}.banner{display:block;position:relative;margin-top:28px;max-width:377px}.banner:before{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--fade-gradient);content:" ";z-index:2}.banner img{border-radius:var(--radius-default)}.banner-text{position:absolute;z-index:2;right:16px;bottom:32px;left:16px;color:var(--banner-foregound)}.banner-title{margin-bottom:2px;font-size:20px;line-height:25px;font-weight:700}.banner-more{line-height:17px}body .room-item{margin-bottom:70px;background:var(--card-background);color:var(--card-foreground);display:flex;align-items:center;width:100%;overflow:hidden;align-items:stretch}.room-item:last-child{margin:0}.room-item-title{color:var(--card-foreground);margin-bottom:12px}.room-item-text{flex:100%;padding:1rem;display:flex;flex-flow:column nowrap}.room-item-img{display:flex;flex:100%}.room-item-img img,.room-item-img picture{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.room-item:nth-child(odd) .room-item-text{text-align:right}.room-item:nth-child(2n) .room-item-text{order:2}.room-item-description{line-height:28px;font-weight:500}body.room-item-img img{width:100%;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover}.modal-layout{position:fixed;width:100vw;height:100vh;top:0;left:0;-webkit-backdrop-filter:blur(45px);backdrop-filter:blur(45px);z-index:10000;transition:backdrop-filter .3s}.modal-wrapper{position:relative;width:100%;height:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;background:var(--fade-gradient)}.promotion{max-width:840px;width:100%;height:400px;background-color:var(--card-background);color:var(--card-foreground);display:flex;z-index:1;position:relative}.promotion__close{cursor:pointer;position:absolute;right:10px;top:10px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:var(--primary);color:var(--primary-foreground);border:solid 1px transparent;border-radius:100px;transition:.3s}.promotion__close:hover{transform:rotate(90deg)}.promotion__item{flex:100%}.promotion__content{padding:1rem}.promotion__image{background-color:var(--primary)}.promotion__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 840px){.promotion{height:100vh;flex-flow:column nowrap}.promotion__item{flex-basis:100%}.promotion__image{overflow:hidden;flex:0 0 50%;flex-grow:0}.promotion__image img{-o-object-fit:cover;object-fit:cover}}.dark .promotion__close{border:solid 1px var(--card-foreground)}.entertainments{padding:4rem 0}.our-services-slider{padding:1rem 0}.our-services-slider .swiper-slide{display:flex;justify-content:center;align-items:center}.our-services{width:300px;height:300px;position:relative;overflow:hidden}.our-services__content:hover+.our-services__img{transform:scale(1.05);transform-origin:center}.our-services__item{flex:1}.our-services__img{width:100%;height:100%;transition:.4s}.our-services__img picture{width:100%;height:100%}.our-services__img picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.our-services__content{color:var(--banner-foregound);width:100%;height:100%;position:absolute;top:0;left:0;background:var(--fade-gradient);z-index:1}.our-service-content{display:flex;flex-flow:column nowrap;justify-content:flex-end;padding:1rem;gap:1rem}.our-service-content__title{font-size:24px;font-weight:700}.our-service-content__link{color:var(--banner-foregound)}body .switch-slider{position:absolute;top:0;bottom:0;left:0;width:50%;background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius-default);border:solid 1px var(--background);transition:.3s;z-index:1}.labels{display:flex;position:relative;z-index:2;height:100%}.labels label{flex:1;text-align:center;line-height:50px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:700;transition:color .3s}.switch-slider{transform:translate(-100%)}#corporate:checked~.switch .switch-slider{transform:translate(100%)}#booking:checked~.switch .switch-slider{transform:translate(0)}#booking:checked~.switch .labels label[for=booking],#corporate:checked~.switch .labels label[for=corporate]{color:var(--primary-foreground)}.switch-input{display:none}:root{--animate-delay: 0s;--background-pattern: url(/assets/img/sea-shell-light.svg) repeat;--fade-gradient: linear-gradient(0deg, rgba(0, 0, 0, .3), #00000000);--fade-gradient-banner: linear-gradient(0deg, rgba(0, 0, 0, .7), #00000000);--header-offset: 94px;--logo-color: #e7dfcb;--background: #fcfaf8;--foreground: #1e1e1e;--primary: #ff8a7a;--primary-foreground: #ffffff;--primary-hover: #e37b6d;--primary-shadow: #00000014;--third: #36454f;--third-foreground: var(--primary-foreground);--muted: #8c8c8c;--muted-foreground: var(--foreground);--card-background: #ffffff;--card-foreground: #1e1e1e;--card-shadow: #0000001a;--card-shadow-full: 0px 6px 20px -6px var(--card-shadow);--banner-foregound: white;--input-background: #f8f6f3;--input-foreground: var(--foreground);--header: #ffffff;--header-foreground: #4a4a4a;--footer: #f3f1ee;--radius-lg: 10px;--radius-default: 6px;--radius-md: 10px}.dark{--background-pattern: url(/assets/img/sea-shell-dark.svg) repeat;--fade-gradient: linear-gradient(0deg, rgba(0, 0, 0, .7), #00000000);--fade-gradient-banner: linear-gradient(0deg, rgba(0, 0, 0, .7), #00000000);--background: #171c1e;--foreground: #eaeaea;--logo-color: #E7DFCB;--primary: #e7dfcb;--primary-foreground: #000000;--primary-hover: #f5c89e;--primary-shadow: #ffd9b61a;--secondary: #8fbcbc;--secondary-hover: #7aa7a7;--third: #000000;--third-foreground: var(--primary);--muted: #cacaca;--muted-foreground: var(--foreground);--card-background: #e7dfcb;--card-foreground: #122223;--card-shadow: #00000033;--card-shadow-full: 0px 6px 20px -6px var(--card-shadow);--banner-foregound: white;--input-background: transparent;--input-foreground: var(--background);--header: #171c1e;--header-foreground: #b0c4c4;--footer: #101c1c;--radius-lg: 0px;--radius-default: 0px;--radius-md: 0px}body .booking-page-container[data-theme=light]{background-color:var(--card-background);border-radius:var(--radius-default)}body .booking-page-container[data-theme=light] .search-button{background-color:var(--primary);color:var(--primary-foreground)}body .booking-cont{padding-top:2rem;padding-bottom:2rem}body .booking-cont .booking-steps .check-point .title{padding:1px 6px!important;font-weight:500;background:var(--background);color:var(--foreground);border-radius:15px}body .booking-cont .booking-page-container .search-container .datepicker-container .calendar{top:-214px;transform-origin:bottom}body .booking-cont .booking-page-container .search-container .datepicker-container .calendar:before{bottom:-9px;transform:rotate(180deg)}body .booking-cont .booking-page-container .search-container .people-amount-edit-container{top:-214px;transform-origin:bottom;max-height:300px;overflow:hidden}body .booking-cont .booking-page-container .search-container .people-amount-edit-container:before{bottom:-9px;transform:rotate(180deg)}body .booking-page-container{border-radius:var(--radius-default);box-shadow:var(--card-shadow-full)}body .booking-page-container .search-container .search-button{background-color:var(--primary);color:var(--primary-foreground);transition:.3s}body .booking-page-container .search-container .search-button i{transition:.3s;color:var(--primary-foreground)}body .booking-page-container .search-container .search-button:hover{background-color:var(--third);color:var(--third-foreground)}body .booking-page-container .search-container .search-button:hover i{color:var(--third-foreground)}.editor-content{display:flex;flex-flow:column nowrap;gap:10px}.editor-content a:not(.btn){color:var(--card-foreground)}body .editor-content table{border:solid 1px rgba(0,0,0,.1)}body .editor-content table td,body .editor-content table th{border:solid 1px rgba(0,0,0,.1);padding:.3rem}body .editor-content .spacer{flex:1}body .editor-content ul{display:flex;flex-flow:column nowrap}body .editor-content ul>li>p{display:inline-flex;position:relative;padding-left:20px}body .editor-content ul>li>p:before{content:"";position:absolute;top:0;bottom:0;margin:auto 0;left:0;width:10px;height:10px;border-radius:50%;background:var(--card-foreground)}body .editor-content a:not(.btn){color:var(--card-foreground);font-weight:700;text-decoration:underline}.filament-tiptap-grid-builder{display:grid}.room-booking-btn-mob{display:none;margin-bottom:2rem}@media screen and (max-width: 1024px){:root{--header-offset: 100px}.room-booking-btn{display:none}.room-booking-btn-mob,body .mobile-logo{display:flex}.desktop-logo{display:none}body .mobile-header-tools{display:flex}.header-block{flex-flow:column nowrap;justify-content:center;align-items:center}.header-tools,body .banner-slider-pagination.banner-slider-pagination--main-page{display:none}body .banner-slider-pagination .swiper-pagination-bullet-active{width:25px}body .banner-slider-pagination .slider-dots-item.js-dot.swiper-pagination-bullet-active{background-color:var(--primary)}}body{position:relative;font-family:Montserrat,sans-serif}*{box-sizing:border-box}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer}#servio-modal-frame{display:none;height:100vh;width:100vw;position:fixed;justify-content:center;align-items:center;z-index:1;background-color:#00000080;opacity:0;transition:.3s}body #servio-modal-frame{transition:.3s;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);opacity:0}body .extraFadeIn#servio-modal-frame{transition:.3s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:1}.servio-mod-cont{padding:2rem;background:#fff;border-radius:15px;box-shadow:0 8px 40px -8px #1f1f211a}@media screen and (max-width: 1024px){#servio-modal-frame{align-items:flex-start;padding-top:100px}.pageHome .sbq-datepicker.ui-widget-content{max-width:270px!important}.pageHome .sbq-datepicker.ui-widget-content .ui-datepicker-group{float:none!important;width:100%!important}}.banner-slide{height:480px}.banner-slide video{-o-object-fit:cover;object-fit:cover}.video-slide-wrapper{position:relative;width:100%;height:100%}.video-slide-wrapper:after{content:" ";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#0000}.perlyna-watermark{position:absolute;z-index:1}p{min-height:10px}.notification-container{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.notification{padding:12px 20px;background-color:#4caf50;color:#fff;border-radius:6px;box-shadow:0 2px 8px #0003;font-size:14px;opacity:1;transition:opacity .3s ease}.notification.error{background-color:#f44336}.toggle-switch{display:flex;justify-content:center;align-items:center;font-family:sans-serif}.switch{position:relative;display:inline-block;width:240px;height:50px;background-color:#0000000d;border-radius:var(--radius-default);overflow:hidden;margin-bottom:2rem}.switch input{display:none}.section1-item{height:480px}.mb-5{margin-bottom:5rem}.card .card-options-item{color:var(--card-foreground)}.card-options-item{color:var(--foreground)}.swiper-slide .card{max-width:375px;width:100%}.mobile-header-tools{display:flex;align-items:center;gap:1rem}.mobile-logo,.mobile-header-tools{display:none}body .nav-buttons-container button.change-theme-button{display:none!important}.animate__animated{opacity:0}.pageHome{padding-top:var(--header-offset)}.home-page{padding-top:0}
