.HoroscopeCompatibilitySection_horoscopeCompatibilitySection__xYN6O{padding:15px;background:var(--tertiaryColor);border-radius:15px;font-size:15px;text-align:center}@media(min-width:768px){.HoroscopeCompatibilitySection_horoscopeCompatibilitySection__xYN6O{font-size:18px}}.HoroscopeCompatibilitySection_horoscopeCompatibilitySection__xYN6O h2{margin-top:0;padding:0 30px;color:var(--primaryColor);font-size:1.33em;font-weight:700;text-transform:uppercase}.HoroscopeCompatibilitySection_horoscopeCompatibilitySection__xYN6O .HoroscopeCompatibilitySection_compatibility__oTGgr{display:flex;justify-content:center;margin-top:14px}.HoroscopeCompatibilitySection_horoscopeCompatibilitySection__xYN6O .HoroscopeCompatibilitySection_compatibility__oTGgr>div{display:flex;align-items:center;margin:0 20px}.HoroscopeCompatibilitySection_horoscopeCompatibilitySection__xYN6O .HoroscopeCompatibilitySection_compatibility__oTGgr>div span{margin-right:10px}.HoroscopeCompatibilitySection_horoscopeCompatibilitySection__xYN6O .HoroscopeCompatibilitySection_compatibility__oTGgr>div span:first-letter{text-transform:uppercase}/*!
 * 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 (prefers-reduced-motion:reduce),print{.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:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(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:scaleX(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:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.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:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(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:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(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:scaleX(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) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;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{-webkit-backface-visibility:visible!important;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{-webkit-backface-visibility:visible!important;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;-webkit-backface-visibility:visible!important;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);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(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) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-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:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(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) rotate(-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) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.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}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.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}.Rate_rate__LJOxz{display:flex}.Rate_rate__LJOxz .Rate_starContainer___GbL6{display:block;padding-right:3px;cursor:pointer}.Rate_rate__LJOxz .Rate_starContainer___GbL6 path{color:#b79e56}.Rate_rate__LJOxz .Rate_disabled__xcyv_{cursor:auto}.HoroscopeSection_horoscopeSection__yLTT5{color:#484848;font-size:15px}@media(min-width:768px){.HoroscopeSection_horoscopeSection__yLTT5{font-size:16px}}.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD{display:flex;align-items:flex-start;justify-content:space-between;margin:10px 0}.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD h2,.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD h3{display:flex;flex-direction:column;margin:0;color:var(--secondaryColor);font-weight:400;font-size:18px}@media(min-width:768px){.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD h2,.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD h3{font-size:24px}}.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD h2 .HoroscopeSection_subtitle__cOtWO,.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD h3 .HoroscopeSection_subtitle__cOtWO{display:block;margin-top:0;color:#787878;font-size:14px;font-style:italic;text-transform:capitalize}.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD h2 .HoroscopeSection_subtitle__cOtWO span,.HoroscopeSection_horoscopeSection__yLTT5 .HoroscopeSection_titleWithRating__K61SD h3 .HoroscopeSection_subtitle__cOtWO span{display:inline}.HoroscopeSection_horoscopeSection__yLTT5 p{font-size:1em}.Icon_icon__defis{display:flex;position:relative;align-items:center;filter:grayscale(1)}.Icon_icon__defis:after,.Icon_icon__defis:before{content:"";display:block;height:1px;flex:1 1;background-color:#d7d7d7}.Icon_icon__defis:before{margin-right:10px}.Icon_icon__defis:after{margin-left:10px}.IntroSection_introSection__iy4Iz .IntroSection_section__JAwtf{max-width:410px;margin:0}.IntroSection_introSection__iy4Iz .IntroSection_section__JAwtf h2{color:var(--primaryColor);font-size:18px;font-weight:400;text-transform:uppercase;line-height:1;margin:0 0 10px}@media(min-width:768px){.IntroSection_introSection__iy4Iz .IntroSection_section__JAwtf h2{font-size:25px}}.IntroSection_introSection__iy4Iz .IntroSection_section__JAwtf p{margin:0 auto 20px}@media(min-width:768px){.IntroSection_introSection__iy4Iz .IntroSection_section__JAwtf p{margin:auto}}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf{display:flex;flex-direction:column;padding:0;background:var(--tertiaryColor);font-weight:700;margin-top:20px}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf>div:first-child{text-align:left;margin-bottom:10px;font-size:22px;background:var(--tertiaryColor);font-weight:400;position:relative}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf>div:first-child:after{content:"";display:block;position:absolute;height:1px;width:40%;background:var(--primaryColor);top:55%;right:0;transform:translateY(-50%)}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf .IntroSection_progress__jNgYN{width:100%;position:relative;display:flex;align-items:center}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf .IntroSection_progress__jNgYN progress{width:100%}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf .IntroSection_progress__jNgYN progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf .IntroSection_progress__jNgYN progress::-webkit-progress-bar{background-color:#eee;border-radius:2px;box-shadow:inset 0 2px 5px rgba(0,0,0,.25);border-radius:10px}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf .IntroSection_progress__jNgYN progress::-webkit-progress-value{background-image:var(--secondaryColor);border-radius:10px}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf .IntroSection_progress__jNgYN>div{width:60px;text-align:right}.IntroSection_introSection__iy4Iz .IntroSection_rate__k4NIf .IntroSection_progress__jNgYN .IntroSection_inner__K7M9Q{position:relative;height:100%;background:#02a5a7;border-radius:10px}.DailyRating_dailyRating__l_VGy{position:relative;padding:0;list-style:none}.DailyRating_dailyRating__l_VGy li{line-height:1;clear:both;display:flex;align-items:center;margin:5px 0;transition:.2s}.DailyRating_dailyRating__l_VGy li:hover{transform:scale(1.1)}.DailyRating_dailyRating__l_VGy li>div{float:left;font-size:14px;font-weight:700}.DailyRating_dailyRating__l_VGy li>div:first-child{width:150px;text-transform:uppercase}.DailyRating_dailyRating__l_VGy li:nth-child(2){position:relative}.DailyRating_dailyRating__l_VGy li.DailyRating_mood__pjBWq{width:108px;height:108px}.DailyRating_dailyRating__l_VGy li .DailyRating_progress___ANEg{width:100%;position:relative;display:flex;align-items:center}.DailyRating_dailyRating__l_VGy li .DailyRating_progress___ANEg progress{width:100%}.DailyRating_dailyRating__l_VGy li .DailyRating_progress___ANEg progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px}.DailyRating_dailyRating__l_VGy li .DailyRating_progress___ANEg progress::-webkit-progress-bar{background-color:#eee;border-radius:2px;box-shadow:inset 0 2px 5px rgba(0,0,0,.25);border-radius:10px}.DailyRating_dailyRating__l_VGy li .DailyRating_progress___ANEg progress::-webkit-progress-value{background-color:var(--primaryColor);border-radius:10px}.DailyRating_dailyRating__l_VGy li .DailyRating_progress___ANEg>div{width:60px;text-align:right}.DailyRating_dailyRating__l_VGy li .DailyRating_progress___ANEg .DailyRating_inner__a1wJw{position:relative;height:100%;background:#02a5a7;border-radius:10px}.DailyRating_dailyRating__l_VGy li .DailyRating_pourcent__9y9Lq{margin-left:10px;font-size:14px;text-align:right;width:64px}.DailyRating_dailyRating__l_VGy li .DailyRating_content__4fwkm{position:relative}.DailyRating_dailyRating__l_VGy li a{position:relative;display:flex;width:54px;height:54px;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background-image:linear-gradient(0deg,#00292c 0,#6ab2b3);text-align:center}.DailyRating_dailyRating__l_VGy li a span{display:block}.DailyRating_dailyRating__l_VGy li a span:first-letter{text-transform:uppercase}.DailyRating_dailyRating__l_VGy li a strong{font-size:14px}@keyframes DailyRating_float__6FJ6e{0%{box-shadow:0 5px 15px 0 rgba(0,0,0,.6);transform:translateY(0)}50%{box-shadow:0 25px 15px 0 rgba(0,0,0,.2);transform:translateY(-10px)}to{box-shadow:0 5px 15px 0 rgba(0,0,0,.6);transform:translateY(0)}}@keyframes PieTimer_animateProgress__VXeR0{1%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 1%,rgba(2,165,167,.2) 0)}2%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 2%,rgba(2,165,167,.2) 0)}3%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 3%,rgba(2,165,167,.2) 0)}4%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 4%,rgba(2,165,167,.2) 0)}5%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 5%,rgba(2,165,167,.2) 0)}6%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 6%,rgba(2,165,167,.2) 0)}7%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 7%,rgba(2,165,167,.2) 0)}8%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 8%,rgba(2,165,167,.2) 0)}9%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 9%,rgba(2,165,167,.2) 0)}10%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 10%,rgba(2,165,167,.2) 0)}11%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 11%,rgba(2,165,167,.2) 0)}12%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 12%,rgba(2,165,167,.2) 0)}13%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 13%,rgba(2,165,167,.2) 0)}14%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 14%,rgba(2,165,167,.2) 0)}15%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 15%,rgba(2,165,167,.2) 0)}16%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 16%,rgba(2,165,167,.2) 0)}17%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 17%,rgba(2,165,167,.2) 0)}18%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 18%,rgba(2,165,167,.2) 0)}19%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 19%,rgba(2,165,167,.2) 0)}20%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 20%,rgba(2,165,167,.2) 0)}21%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 21%,rgba(2,165,167,.2) 0)}22%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 22%,rgba(2,165,167,.2) 0)}23%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 23%,rgba(2,165,167,.2) 0)}24%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 24%,rgba(2,165,167,.2) 0)}25%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 25%,rgba(2,165,167,.2) 0)}26%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 26%,rgba(2,165,167,.2) 0)}27%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 27%,rgba(2,165,167,.2) 0)}28%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 28%,rgba(2,165,167,.2) 0)}29%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 29%,rgba(2,165,167,.2) 0)}30%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 30%,rgba(2,165,167,.2) 0)}31%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 31%,rgba(2,165,167,.2) 0)}32%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 32%,rgba(2,165,167,.2) 0)}33%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 33%,rgba(2,165,167,.2) 0)}34%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 34%,rgba(2,165,167,.2) 0)}35%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 35%,rgba(2,165,167,.2) 0)}36%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 36%,rgba(2,165,167,.2) 0)}37%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 37%,rgba(2,165,167,.2) 0)}38%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 38%,rgba(2,165,167,.2) 0)}39%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 39%,rgba(2,165,167,.2) 0)}40%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 40%,rgba(2,165,167,.2) 0)}41%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 41%,rgba(2,165,167,.2) 0)}42%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 42%,rgba(2,165,167,.2) 0)}43%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 43%,rgba(2,165,167,.2) 0)}44%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 44%,rgba(2,165,167,.2) 0)}45%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 45%,rgba(2,165,167,.2) 0)}46%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 46%,rgba(2,165,167,.2) 0)}47%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 47%,rgba(2,165,167,.2) 0)}48%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 48%,rgba(2,165,167,.2) 0)}49%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 49%,rgba(2,165,167,.2) 0)}50%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 50%,rgba(2,165,167,.2) 0)}51%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 51%,rgba(2,165,167,.2) 0)}52%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 52%,rgba(2,165,167,.2) 0)}53%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 53%,rgba(2,165,167,.2) 0)}54%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 54%,rgba(2,165,167,.2) 0)}55%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 55%,rgba(2,165,167,.2) 0)}56%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 56%,rgba(2,165,167,.2) 0)}57%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 57%,rgba(2,165,167,.2) 0)}58%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 58%,rgba(2,165,167,.2) 0)}59%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 59%,rgba(2,165,167,.2) 0)}60%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 60%,rgba(2,165,167,.2) 0)}61%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 61%,rgba(2,165,167,.2) 0)}62%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 62%,rgba(2,165,167,.2) 0)}63%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 63%,rgba(2,165,167,.2) 0)}64%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 64%,rgba(2,165,167,.2) 0)}65%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 65%,rgba(2,165,167,.2) 0)}66%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 66%,rgba(2,165,167,.2) 0)}67%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 67%,rgba(2,165,167,.2) 0)}68%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 68%,rgba(2,165,167,.2) 0)}69%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 69%,rgba(2,165,167,.2) 0)}70%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 70%,rgba(2,165,167,.2) 0)}71%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 71%,rgba(2,165,167,.2) 0)}72%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 72%,rgba(2,165,167,.2) 0)}73%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 73%,rgba(2,165,167,.2) 0)}74%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 74%,rgba(2,165,167,.2) 0)}75%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 75%,rgba(2,165,167,.2) 0)}76%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 76%,rgba(2,165,167,.2) 0)}77%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 77%,rgba(2,165,167,.2) 0)}78%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 78%,rgba(2,165,167,.2) 0)}79%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 79%,rgba(2,165,167,.2) 0)}80%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 80%,rgba(2,165,167,.2) 0)}81%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 81%,rgba(2,165,167,.2) 0)}82%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 82%,rgba(2,165,167,.2) 0)}83%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 83%,rgba(2,165,167,.2) 0)}84%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 84%,rgba(2,165,167,.2) 0)}85%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 85%,rgba(2,165,167,.2) 0)}86%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 86%,rgba(2,165,167,.2) 0)}87%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 87%,rgba(2,165,167,.2) 0)}88%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 88%,rgba(2,165,167,.2) 0)}89%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 89%,rgba(2,165,167,.2) 0)}90%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 90%,rgba(2,165,167,.2) 0)}91%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 91%,rgba(2,165,167,.2) 0)}92%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 92%,rgba(2,165,167,.2) 0)}93%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 93%,rgba(2,165,167,.2) 0)}94%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 94%,rgba(2,165,167,.2) 0)}95%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 95%,rgba(2,165,167,.2) 0)}96%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 96%,rgba(2,165,167,.2) 0)}97%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 97%,rgba(2,165,167,.2) 0)}98%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 98%,rgba(2,165,167,.2) 0)}99%{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 99%,rgba(2,165,167,.2) 0)}to{background-image:radial-gradient(closest-side,#fff 79%,transparent 80% 100%),conic-gradient(#02a5a7 100%,rgba(2,165,167,.2) 0)}}.PieTimer_progressBar__nfXxu{width:25px;height:25px;border-radius:100%;background-image:radial-gradient(closest-side,#fff 70%,transparent 0 100%),conic-gradient(#02a5a7 0,rgba(2,165,167,.2) 0)}.PieTimer_progressBar__nfXxu.PieTimer_isOpen__5q67f{animation:PieTimer_animateProgress__VXeR0 5s linear infinite}.BonusItem_item__mrnwL{padding:20px;background:var(--tertiaryColor);border-radius:10px;margin:5px;cursor:pointer;transition:.2s;flex:1 0 auto;text-align:center;list-style:none}.BonusItem_item__mrnwL .BonusItem_title__pjlYv{color:var(-primaryTextColor);font-size:16px;margin:0}.BonusItem_item__mrnwL .BonusItem_answer__U5_OA{position:fixed;top:0;left:0;height:100%;width:100%;background:hsla(0,0%,100%,.8);padding:20px;transition:.2s;z-index:100;opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:768px){.BonusItem_item__mrnwL .BonusItem_answer__U5_OA{padding:0}}.BonusItem_item__mrnwL .BonusItem_answer__U5_OA.BonusItem_isVisibleAnswer__mnBDR{opacity:1}.BonusItem_item__mrnwL .BonusItem_content__6SWqA{padding:40px;background:#fff;border:1px solid #f5f5f5;position:relative;border-radius:10px;max-width:460px}.BonusItem_item__mrnwL .BonusItem_timer__453ya{position:absolute;top:10px;right:10px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_error__NJ3A2{margin:80px 0;text-align:center}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_error__NJ3A2 svg{display:block;margin:14px auto;color:#787878;font-size:70px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_error__NJ3A2 button{margin:30px auto}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_day__SobiB{margin-top:6px;font-size:15px;font-weight:700;text-align:center}@media(min-width:768px){.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_day__SobiB{font-size:25px}}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL{display:flex;flex-wrap:wrap;margin-top:20px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL>div{position:relative;flex:1 1 460px;margin-top:10px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL>div:first-child{padding-left:0}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL>div:last-child{padding-right:0}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL>div:last-child:after{display:none}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL>div .HoroscopeContent_loveTitle__tU4qF{padding:14px;background-color:#029496;color:#fff}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL>div .HoroscopeContent_loveTitle__tU4qF.HoroscopeContent_inRelationShip__238MW{background-color:#b19d57}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL>div .HoroscopeContent_loveTitle__tU4qF h3{flex:1 1;margin:0;color:#fff;font-size:18px;font-weight:400;text-align:left;text-transform:uppercase}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_love__6opIL>div p{margin:0}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY{margin:0 0 40px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY.HoroscopeContent_moonSections__5DBgl{display:flex;align-items:center}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY.HoroscopeContent_moonSections__5DBgl .HoroscopeContent_iconWrapper__5Yg8G{position:relative;width:35px;height:35px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY.HoroscopeContent_moonSections__5DBgl .HoroscopeContent_content__5_m_F{flex:1 1;margin-left:14px}@media(min-width:768px){.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY.HoroscopeContent_moonSections__5DBgl .HoroscopeContent_content__5_m_F{order:1}}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY .HoroscopeContent_title__aVvw_{display:flex;align-items:center;margin-bottom:10px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY .HoroscopeContent_title__aVvw_ h3{display:flex;flex-direction:column;font-size:20px;margin:0 0 0 10px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY .HoroscopeContent_title__aVvw_ h3 .HoroscopeContent_signName__UjLHO{display:block;order:1;color:#787878;font-style:italic;font-size:.65em}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY .HoroscopeContent_title__aVvw_ svg{line-height:0}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_section__mBqcY p{margin:0}@media(min-width:768px){.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonContentWrapper__J8qZV{display:flex}}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonContentWrapper__J8qZV h2,.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonContentWrapper__J8qZV h3{margin:0;color:var(--secondaryColor);font-weight:400}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonContentWrapper__J8qZV .HoroscopeContent_handMoonWrapper__A4TT5{align-self:center;text-align:center;margin-top:20px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonContentWrapper__J8qZV .HoroscopeContent_moonContentText__5AQQc{flex:1 1}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonWrapper__X3iN_{margin:0 0 20px;padding:20px 0;background:var(--tertiaryColor);border-radius:15px;text-align:left}@media(min-width:768px){.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonWrapper__X3iN_{margin:0 0 20px}}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonWrapper__X3iN_ p{margin-bottom:0}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonWrapper__X3iN_ .HoroscopeContent_moonContent___25Zc{padding:0 10px}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonWrapper__X3iN_ .HoroscopeContent_moonTitle__Fwqsw{margin:0;color:var(--primaryColor);font-size:25px;font-weight:700;text-transform:uppercase}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonWrapper__X3iN_ .HoroscopeContent_moonDate__QP_El{font-size:20px;font-weight:700}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_moonWrapper__X3iN_ .HoroscopeContent_subTitle__o1bsV{margin:14px 0;color:var(--primaryColor);font-size:20px;font-weight:700;line-height:1.1}.HoroscopeContent_dailyHoroscopeContent__P_GyO .HoroscopeContent_pub__MMFWt{position:fixed;bottom:0;width:100%;z-index:20000;left:0}.HoroscopeContent_contentWrapper__qU9Cb{display:flex;flex-direction:column;max-width:1024px;margin:0 auto 10px;flex-wrap:wrap;padding:0 10px;align-items:flex-start}@media(min-width:768px){.HoroscopeContent_contentWrapper__qU9Cb{flex-direction:row;margin:0 auto 40px}}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_leftSide__XRFU6{width:100%;flex:1 1;position:-webkit-sticky;position:sticky}@media(min-width:768px){.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_leftSide__XRFU6{max-width:328px}}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_rightSide__DIdw5{flex:2 1;display:flex;flex-direction:column;padding:0}@media(min-width:768px){.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_rightSide__DIdw5{padding:0 0 0 20px}}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_rightSide__DIdw5 .HoroscopeContent_loveIcon__vHldH{animation:HoroscopeContent_heartbeat__y0yNu 2s infinite}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_rightSide__DIdw5 section{margin-top:24px}@keyframes HoroscopeContent_heartbeat__y0yNu{0%{transform:scale(.85)}20%{transform:scale(1)}40%{transform:scale(.85)}60%{transform:scale(1)}80%{transform:scale(.85)}to{transform:scale(.85)}}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_doubleCol__DUhJl{display:flex;flex-direction:column}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_doubleCol__DUhJl>div{padding:15px;background:var(--tertiaryColor);border-radius:15px;margin:10px 0}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_doubleCol__DUhJl>div div,.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_doubleCol__DUhJl>div p{margin:0}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_doubleCol__DUhJl>div h2{font-size:18px;margin:0}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_luckyNumber__p_dzK{display:flex;justify-content:center;align-items:center;flex-direction:column}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_luckyNumber__p_dzK p{margin:14px 0;color:var(--primaryColor);font-size:20px;font-weight:700;line-height:1.1}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_luckyNumber__p_dzK>div{display:flex;justify-content:center;align-items:center}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_luckyNumber__p_dzK .HoroscopeContent_number__46tZH{background:var(--primaryColor);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:120px;text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:700;line-height:120px;text-align:center;margin:0 20px}.HoroscopeContent_contentWrapper__qU9Cb .HoroscopeContent_luckyNumber__p_dzK img{width:100%;height:auto}.HoroscopeContent_bonusesWrapper__01YeZ{max-width:1024px;margin:0 auto 10px;padding:0}@media(min-width:768px){.HoroscopeContent_bonusesWrapper__01YeZ{margin-bottom:0}}.HoroscopeContent_bonusesWrapper__01YeZ h2{color:var(--primaryColor);font-size:22px;margin:0 0 20px;text-align:center;text-transform:uppercase}@media(min-width:768px){.HoroscopeContent_bonusesWrapper__01YeZ h2{font-size:32px}}.HoroscopeContent_bonuses___hP3I{display:flex;flex-wrap:wrap;padding:0;margin:0;position:relative}.HoroscopeContent_headLine__HPuzj{display:flex;justify-content:flex-start;align-items:center}.HoroscopeContent_headLine__HPuzj .HoroscopeContent_moonImage__ONHsv{margin-right:10px}.HoroscopeContent_headLine__HPuzj img,.HoroscopeContent_headLine__HPuzj span{display:block!important}.HoroscopeContent_headLine__HPuzj h2{margin-top:0}.HoroscopeContent_box__5yESl{background:var(--tertiaryColor);border-radius:15px;padding:20px;margin:0 0 20px}.HoroscopeContent_box__5yESl section{padding:0;margin:0 0 20px}.HoroscopeContent_buttonLine__VLogE{display:flex;justify-content:space-between;flex-direction:column}@media(min-width:768px){.HoroscopeContent_buttonLine__VLogE{flex-direction:row}}.HoroscopeContent_buttonLine__VLogE button{margin:0 auto 20px;display:flex;justify-content:center;align-items:center;width:100%;max-width:300px}@media(min-width:768px){.HoroscopeContent_buttonLine__VLogE button{margin:20px 0;width:auto}}.HoroscopeContent_buttonLine__VLogE button svg{position:relative;margin-left:5px;font-size:18px}.HoroscopeContent_bf__8gUIw{max-width:1240px;overflow:hidden;border:2px solid #fff;margin:0 auto 20px}@media(min-width:768px){.HoroscopeContent_bf__8gUIw{box-shadow:0 0 20px rgba(0,0,0,.4);border-radius:20px}}.TypesChoice_typesChoice__95mUn{top:40px;margin:0 0 30px;background:var(--tertiaryColor);padding:0;z-index:9}@media(min-width:768px){.TypesChoice_typesChoice__95mUn{margin-bottom:30px}}.TypesChoice_typesChoice__95mUn .TypesChoice_swiper__T1epW{padding:0}.TypesChoice_typesChoice__95mUn .TypesChoice_swiper__T1epW .TypesChoice_itemWrapper__vKO6Z{flex:1 1}.TypesChoice_typesChoice__95mUn ul{max-width:1024px;margin:auto;padding:0;position:relative;list-style:none}.TypesChoice_typesChoice__95mUn ul li{min-width:100px;padding:10px 0 5px;border-bottom:9px solid #eee;font-size:13px;text-align:center;text-transform:uppercase;transition:.2s linear;cursor:pointer}@media(min-width:768px){.TypesChoice_typesChoice__95mUn ul li{font-size:16px}}.TypesChoice_typesChoice__95mUn ul li.TypesChoice_selected__o7uKz,.TypesChoice_typesChoice__95mUn ul li:hover{border-color:var(--primaryColor);color:var(--primaryColor)}.TypesChoice_typesChoice__95mUn ul li.TypesChoice_selected__o7uKz{font-weight:700}.TypesChoice_typesChoice__95mUn .swiper-button-next{width:50px;height:44px;position:absolute;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 60%);z-index:10;right:-2px;top:0;display:flex;justify-content:center;align-items:center}.TypesChoice_typesChoice__95mUn .swiper-button-next:before{content:"";position:absolute;top:50%;right:5px;transform:translateX(-50%) translateY(-50%) rotate(45deg);width:10px;height:10px;border-top:1px solid #b79e56;border-right:1px solid #b79e56;z-index:2}@media(min-width:768px){.TypesChoice_typesChoice__95mUn .swiper-button-next{display:none}}.Slider_swiperWrapper__CkOs1{position:relative}.Slider_swiperWrapper__CkOs1 .Slider_arrow__tGuWS{position:absolute;display:none;width:40px;height:40px;justify-content:center;align-items:center;top:50%;transform:translateY(-50%);background-color:hsla(0,0%,100%,.7);border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.15);z-index:2;cursor:pointer}.Slider_swiperWrapper__CkOs1 .Slider_arrow__tGuWS:hover{background-color:#fff}.Slider_swiperWrapper__CkOs1 .Slider_arrow__tGuWS.Slider_rightArrow__1dQDC{right:10px}.Slider_swiperWrapper__CkOs1 .Slider_arrow__tGuWS.Slider_leftArrow__29HuB{left:10px}@media(min-width:768px){.Slider_swiperWrapper__CkOs1 .Slider_arrow__tGuWS.Slider_visible__Psb3r{display:flex}}.Slider_swiperWrapper__CkOs1 .Slider_arrow__tGuWS svg{width:12px}.Slider_swiper__sbz39{display:flex;overflow-x:auto;padding:14px 0 18px;scrollbar-width:none;gap:20px}@media(min-width:768px){.Slider_swiper__sbz39.Slider_atEnd__1J_9S{justify-content:center}}.Slider_swiper__sbz39 .Slider_itemWrapper__hsn_8:first-child{margin-left:10px}.Slider_swiper__sbz39::-webkit-scrollbar{display:none}@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_error__Gs7E6{margin:80px 0;text-align:center}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_error__Gs7E6 svg{display:block;margin:14px auto;color:#787878;font-size:70px}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_error__Gs7E6 button{margin:30px auto}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_center__srnCq h2{text-align:center;width:100%}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_compatibilityTitle__DeUln{color:var(--primaryColor);text-align:center;text-transform:uppercase;margin-bottom:40px;margin-top:0}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_compatibilityTitle__DeUln strong{display:block;color:#363636;font-weight:300}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_weekendTitle__yIvi6{margin-bottom:20px;color:var(--primaryColor)}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_weekendTitle__yIvi6 strong{display:block;color:#363636;font-weight:300;text-transform:uppercase}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_weekendDecoration__pOcE9{margin:20px 0}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_buttonLine__HNzyy{display:flex;justify-content:space-between;flex-direction:column}@media(min-width:768px){.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_buttonLine__HNzyy{flex-direction:row}}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_buttonLine__HNzyy button{margin:0 auto 20px;display:flex;justify-content:center;align-items:center;width:100%;max-width:300px}@media(min-width:768px){.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_buttonLine__HNzyy button{margin:20px 0;width:auto}}.WeeklyHoroscopeContent_weeklyHoroscopeContent__vLmsi .WeeklyHoroscopeContent_buttonLine__HNzyy button svg{position:relative;margin-left:5px;font-size:18px}.WeeklyHoroscopeContent_contentWrapper__ubcbc{display:flex;flex-direction:column;max-width:1024px;margin:0 auto 10px;flex-wrap:wrap;padding:0 10px;align-items:flex-start}@media(min-width:768px){.WeeklyHoroscopeContent_contentWrapper__ubcbc{flex-direction:row;margin:0 auto 40px}}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_leftSide__VwvoP{flex:1 1;position:-webkit-sticky;position:sticky}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_rightSide__w1J7N{flex:2 1;display:flex;flex-direction:column;padding:0}@media(min-width:768px){.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_rightSide__w1J7N{padding:0 0 0 20px}}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_doubleCol__FPAH5{display:flex;flex-direction:column}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_doubleCol__FPAH5>div{padding:15px;background:#f5f5f5;margin:10px 0}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_doubleCol__FPAH5>div div,.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_doubleCol__FPAH5>div p{margin:0}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_doubleCol__FPAH5>div h2{font-size:18px;margin:0}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_luckyNumber__iNmHX{display:flex;justify-content:center;align-items:center;flex-direction:column}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_luckyNumber__iNmHX p{margin:14px 0;color:var(--primaryColor);font-size:20px;font-weight:700;line-height:1.1}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_luckyNumber__iNmHX>div{display:flex;justify-content:center;align-items:center}.WeeklyHoroscopeContent_contentWrapper__ubcbc .WeeklyHoroscopeContent_luckyNumber__iNmHX .WeeklyHoroscopeContent_number__xCNuZ{color:var(--primaryColor);font-size:120px;text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:700;line-height:120px;text-align:center;margin:0 20px}.WeeklyHoroscopeContent_bonusesWrapper__oEewZ{padding:0}.WeeklyHoroscopeContent_bonusesWrapper__oEewZ h2{text-align:center;color:var(--primaryColor);font-family:Caveat,cursive;font-size:32px;margin:0 0 20px}@media(min-width:768px){.WeeklyHoroscopeContent_bonusesWrapper__oEewZ h2{font-size:50px}}.WeeklyHoroscopeContent_bonuses__ij75u{display:flex;flex-wrap:wrap;padding:0;margin:0;position:relative}.WeeklyHoroscopeContent_headLine__RYH19{display:flex;justify-content:flex-start;align-items:center}.WeeklyHoroscopeContent_headLine__RYH19 .WeeklyHoroscopeContent_moonImage__fgXnC{margin-right:10px}.WeeklyHoroscopeContent_headLine__RYH19 img,.WeeklyHoroscopeContent_headLine__RYH19 span{display:block!important}.WeeklyHoroscopeContent_headLine__RYH19 h2{margin-top:0}.WeeklyHoroscopeContent_box__ms_nI{background:var(--tertiaryColor);border-radius:15px;padding:20px;margin:0 0 20px}.WeeklyHoroscopeContent_box__ms_nI section{padding:0;margin:0 0 20px}.WeeklyHoroscopeContent_buttonLine__HNzyy{display:flex;justify-content:space-between;flex-direction:column}@media(min-width:768px){.WeeklyHoroscopeContent_buttonLine__HNzyy{flex-direction:row}}.WeeklyHoroscopeContent_buttonLine__HNzyy button{margin:0 0 20px;display:flex;justify-content:center;align-items:center;width:100%}@media(min-width:768px){.WeeklyHoroscopeContent_buttonLine__HNzyy button{margin:20px 0;width:auto}}.WeeklyHoroscopeContent_buttonLine__HNzyy button svg{position:relative;margin-left:5px;font-size:18px}