/*!
 * 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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{font-family:kalameh;font-style:normal;font-weight:300;src:url(/fonts/KalamehWeb_thin.eot?2977f002a658d5e73d349563294bb541);src:url(/fonts/KalamehWeb_thin.eot?2977f002a658d5e73d349563294bb541) format("embedded-opentype"),url(/fonts/KalamehWeb_thin.woff2?a04909512d6982222603b332af448d06) format("woff2"),url(/fonts/KalamehWeb_thin.woff?6ce9382715a932105e8c040a6a9ab65a) format("woff"),url(/fonts/KalamehWeb_thin.ttf?8b7cd45bb88832b4dd6af6c80d4586b8) format("truetype")}@font-face{font-family:kalameh;font-style:normal;font-weight:500;src:url(/fonts/KalamehWeb_Regular.eot?b82d53869c4d846d2b8958fd075ed3a5);src:url(/fonts/KalamehWeb_Regular.eot?b82d53869c4d846d2b8958fd075ed3a5) format("embedded-opentype"),url(/fonts/KalamehWeb_Regular.woff2?40b4d779e437ae01e0c0ed6f4a3ec005) format("woff2"),url(/fonts/KalamehWeb_Regular.woff?c481ba1878e23b8eef97779b2f964416) format("woff"),url(/fonts/KalamehWeb_Regular.ttf?e087192d9b0e7b0b660b2a7f4f77cf4b) format("truetype")}@font-face{font-family:kalameh;font-style:normal;font-weight:900;src:url(/fonts/KalamehWeb_Bold.eot?f4ddfae545632579f04a4b2e3bc62809);src:url(/fonts/KalamehWeb_Bold.eot?f4ddfae545632579f04a4b2e3bc62809) format("embedded-opentype"),url(/fonts/KalamehWeb_Bold.woff2?a7b8ddf7eeee5b9cdadb2226668fde04) format("woff2"),url(/fonts/KalamehWeb_Bold.woff?a42a2535e3145fc21c81b7f496b1657b) format("woff"),url(/fonts/KalamehWeb_Bold.ttf?6f7b5216b4b5ab6b02a61dc63a54adf0) format("truetype")}@font-face{font-family:kalameh;font-style:normal;font-weight:700;src:url(/fonts/KalamehWeb_Black.eot?67d3e1971ee5052e9f6d82bdace237ba);src:url(/fonts/KalamehWeb_Black.eot?67d3e1971ee5052e9f6d82bdace237ba) format("embedded-opentype"),url(/fonts/KalamehWeb_Black.woff2?3c1eb7e546e11dae315d2b11cff4e9d1) format("woff2"),url(/fonts/KalamehWeb_Black.woff?425876a8ad1a0121fa1f2669b4118e5c) format("woff"),url(/fonts/KalamehWeb_Black.ttf?9d833aba46765bd832dbda8a7f3f3940) format("truetype")}@font-face{font-family:dana;font-style:normal;font-weight:700;src:url(/fonts/DanaFaNum-fat.woff?199d223f003bea98565ebb28181bc3de) format("woff"),url(/fonts/DanaFaNum-fat.woff2?ab64326ed57163af66c4ee74bc4915da) format("woff2"),url(/fonts/DanaFaNum-Fat.ttf?859389f6b5a0c1068f7503b23366f3be) format("truetype")}@font-face{font-family:dana;font-style:normal;font-weight:900;src:url(/fonts/DanaFaNum-Bold.woff?2e1d975c08a31138d1dd81daf8e3638d) format("woff"),url(/fonts/DanaFaNum-Bold.woff2?2c4525f0dbdef4298f7ca51601cea4ed) format("woff2"),url(/fonts/DanaFaNum-Bold.ttf?87d824745e8855753d71bf9637a45891) format("truetype")}@font-face{font-family:dana;font-style:normal;font-weight:800;src:url(/fonts/DanaFaNum-Black.woff?5351e891b72ea11f54b3a6be1f6a58b9) format("woff"),url(/fonts/DanaFaNum-Black.woff2?9739ac9adecf79153cc441d7f48cd3b7) format("woff2"),url(/fonts/DanaFaNum-Black.ttf?db68fbf4dd134681f703b077ea227afd) format("truetype")}@font-face{font-family:dana;font-style:normal;font-weight:700;src:url(/fonts/DanaFaNum-Medium.woff?5686d4086f897bfe71d2b2f7d383c9ee) format("woff"),url(/fonts/DanaFaNum-Medium.woff2?a80660c210908a971dcadd4070e8c873) format("woff2"),url(/fonts/DanaFaNum-Medium.ttf?82abca3cbd2d19c236a673f85778ac78) format("truetype")}@font-face{font-family:dana;font-style:normal;font-weight:500;src:url(/fonts/DanaFaNum-Regular.woff?87b716a3024bfb25886a9644c38222d8) format("woff"),url(/fonts/DanaFaNum-Regular.woff2?11483fd20388dc5421423e9ea2eec48b) format("woff2"),url(/fonts/DanaFaNum-Regular.ttf?46dc609d47a260b0f3676f6a147db905) format("truetype")}div#app{direction:rtl}html{font-family:dana,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%;width:100%}*,html{margin:0;padding:0;line-height:normal}*{border:0;font-style:normal}img{max-width:100%;height:auto;vertical-align:bottom;display:inline-block}button,input,select,select option,textarea{font-family:dana,sans-serif}button,input[type=submit]{cursor:pointer}a,a:focus,button,input,input:focus,li,option,select,textarea{outline:0}a,li{text-decoration:none}li{transition:none}*,:after,:before{box-sizing:border-box}body{font-family:dana,sans-serif;font-size:12px;margin:0;padding:0;text-align:right;overflow-x:hidden;height:100%;width:100%;background:#fff}div.toolbar{background:#212341}div.toolbar div.blockToolbar{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;color:#fff;font-family:dana,sans-serif;font-size:.8rem;height:2.5rem;line-height:2.5rem}div.toolbar div.blockToolbar a{color:#fff}.width{width:92%;margin:auto}@media (min-width:640px){.width{max-width:500px}}@media (min-width:768px){.width{max-width:668px;padding:0}}@media (min-width:1024px){.width{max-width:850px;padding:0}}@media (min-width:1280px){.width{max-width:1200px;padding:0}}@media (min-width:1536px){.width{max-width:1236px;padding:0}}.widthSlider{max-width:1550px;margin:auto}section.LatestPodcast div.center section.box article div.content h3{display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis}article.CourseItem p,article.TutorialItem p,section.LatestArticle div.centerBox section.articles article h3,section.LatestPodcast div.center section.box article:nth-child(2) div.content p,section.LatestPodcast div.center section.box article:nth-child(3) div.content p,section.LatestPodcast div.center section.box article:nth-child(4) div.content p,section.LatestPodcast div.center section.box article:nth-child(5) div.content p,section.LatestPost div.center div.block:first-child div.post div.item h4{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis}section.CatTagArchive section.blockArchive section.lists div.items article.article p,section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.content p,section.LatestArticle div.centerBox section.articles article p,section.LatestPodcast div.center section.box article div.content p{display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis}div.CommentSection div.commentLatest div.comment div.contentComment div.top div.left div.replay,header#HeaderIndex div.top div.left div.signIn div.right{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;-ms-user-select:none;user-select:none}div.CommentSection div.commentLatest div.comment div.contentComment div.top h4,div.CommentSection div.sendComment div.send button,div.CommentSection div.sendComment h4,section.CatTagArchive section.blockArchive aside section.typeData div.topBlock h4{font-size:1rem;font-weight:500}.slide-fade-enter-active{transition:all 1s ease-in-out}.slide-fade-leave-active{transition:all .5s ease-in-out}.slide-fade-enter,.slide-fade-leave-to{transform:translateX(-20px);opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.fadeHeight-enter-active,.fadeHeight-leave-active{transition:all .4s ease-in-out;max-height:230px}.fadeHeight-enter,.fadeHeight-leave-to{transition:all .4s ease-in-out;opacity:0;max-height:0}.bounce-enter-active{-webkit-animation:bounce-in .5s;animation:bounce-in .5s}.bounce-leave-active{animation:bounce-in .4s reverse}@-webkit-keyframes bounce-in{0%{transform:scale(.5)}50%{transform:scale(1.01)}to{transform:scale(1)}}@keyframes bounce-in{0%{transform:scale(.5)}50%{transform:scale(1.01)}to{transform:scale(1)}}.fadeTicket-enter-active,.fadeTicket-leave-active{transition:opacity .7s}.fadeTicket-enter,.fadeTicket-leave-to{opacity:0}section.svgLoaded{visibility:hidden;opacity:0;height:0}.lds-ring{display:inline-block;position:relative;width:40px;height:40px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:30px;height:30px;margin:4px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3.8px solid transparent;border-top-color:#fff}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}div.loaderComponent{display:grid;grid-template-columns:auto;justify-content:center;text-align:center}div.loaderComponent span{font-weight:bolder;font-size:.75rem;text-align:center;color:#282828}div.loaderComponent div.loaderBlock{display:grid;grid-template-columns:auto;justify-content:center}div.loaderComponent div.loaderBlock .spinner{--animation-duration:3000ms;position:relative;width:3.5rem;height:3.5rem}div.loaderComponent div.loaderBlock .spinner .spinner-item{position:absolute;top:calc(50% - 1.75rem);left:calc(50% - 1.75rem);width:3.5rem;height:3.5rem;background:#212341;border-radius:50%;-webkit-animation:spinner6 2.5s ease-in-out infinite;animation:spinner6 2.5s ease-in-out infinite}@-webkit-keyframes spinner6{0%,to{transform:scale(.25);opacity:1}50%{transform:scale(1);opacity:0}}@keyframes spinner6{0%,to{transform:scale(.25);opacity:1}50%{transform:scale(1);opacity:0}}div.loaderComponent div.loaderBlock .spinner .spinner-item:first-of-type{--clr-spinner:#ea8}div.loaderComponent div.loaderBlock .spinner .spinner-item:nth-of-type(2){--clr-spinner:#ea8;-webkit-animation-delay:-1.25s;animation-delay:-1.25s}section.ShareComponent{position:fixed;top:0;right:0;width:100%;height:100%;display:grid;grid-template-columns:auto;justify-content:center;align-content:center;z-index:10;background:hsla(0,0%,74.1%,.45);box-shadow:0 8px 32px 0 rgba(31,38,135,.15);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.18)}section.ShareComponent div.modalShare{width:25vw;background:#fff;border-radius:1.5rem;box-shadow:0 0 20px rgba(0,0,0,.09);border:1px solid rgba(0,0,0,.06);transition:all .3s ease-in-out;padding:1rem;position:relative}section.ShareComponent div.modalShare h4{font-family:kalameh;font-size:1.8rem;padding-bottom:.5rem}section.ShareComponent div.modalShare p{font-size:.75rem;font-weight:400}section.ShareComponent div.modalShare div.lists{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:3rem;grid-row-gap:1rem;margin:2rem 0}section.ShareComponent div.modalShare div.lists a.shareItem{height:4rem;border-radius:.5rem;transition:all .3s ease-in-out;display:grid;align-items:center;font-size:.8rem;font-weight:700}section.ShareComponent div.modalShare div.lists a.shareItem div.icon{display:grid;align-items:center;background:#fff;border-radius:2rem;width:2rem;height:2rem;justify-content:center;transition:all .3s ease-in-out}section.ShareComponent div.modalShare div.lists a.shareItem.left{display:grid;grid-template-columns:1fr auto;text-align:center}section.ShareComponent div.modalShare div.lists a.shareItem.left div.icon{margin-left:-1rem}section.ShareComponent div.modalShare div.lists a.shareItem.right{display:grid;grid-template-columns:auto 1fr;text-align:center}section.ShareComponent div.modalShare div.lists a.shareItem.right div.icon{margin-right:-1rem}section.ShareComponent div.modalShare div.lists a.shareItem:first-child{background:#e9fbef;color:#25d366}section.ShareComponent div.modalShare div.lists a.shareItem:first-child div.icon{border:1px solid #25d366;background:#25d366}section.ShareComponent div.modalShare div.lists a.shareItem:first-child div.icon svg{fill:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:first-child:hover{background:#25d366;color:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:first-child:hover div.icon{border:1px solid #25d366;background:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:first-child:hover div.icon svg{fill:#25d366}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(2){background:#e7f1fe;color:#1877f2}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(2) div.icon{border:1px solid #1877f2;background:#1877f2}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(2) div.icon svg{fill:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(2):hover{background:#1877f2;color:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(2):hover div.icon{border:1px solid #1877f2;background:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(2):hover div.icon svg{fill:#1877f2}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(3){background:#e5f3fa;color:#08c}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(3) div.icon{border:1px solid #08c;background:#08c}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(3) div.icon svg{fill:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(3):hover{background:#08c;color:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(3):hover div.icon{border:1px solid #08c;background:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(3):hover div.icon svg{fill:#08c}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(4){background:#e8f5fe;color:#1da1f2}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(4) div.icon{border:1px solid #1da1f2;background:#1da1f2}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(4) div.icon svg{fill:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(4):hover{background:#1da1f2;color:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(4):hover div.icon{border:1px solid #1da1f2;background:#fff}section.ShareComponent div.modalShare div.lists a.shareItem:nth-child(4):hover div.icon svg{fill:#1da1f2}section.ShareComponent div.modalShare div.input{height:3rem;background:#edf0f5;border-radius:3rem;display:grid;grid-template-columns:auto 1fr;align-items:center;padding:0 .5rem}section.ShareComponent div.modalShare div.input p{direction:ltr;text-align:left;font-weight:500;font-size:.8rem;color:#4d4c5c;padding-right:1rem;padding-left:.5rem;opacity:.6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}section.ShareComponent div.modalShare div.input div.btnCopy{display:grid;grid-template-columns:auto;background:#fff;height:2.2rem;padding:0 1rem;border-radius:3rem;cursor:pointer}section.ShareComponent div.modalShare div.input div.btnCopy.two{grid-template-columns:auto auto;grid-gap:.2rem}section.ShareComponent div.modalShare div.input div.btnCopy span{display:grid;align-items:center;font-weight:500;font-size:.75rem}section.ShareComponent div.modalShare div.input div.btnCopy div.icon{display:grid;align-items:center}section.ShareComponent div.modalShare div.close{position:absolute;top:1rem;left:1rem;transform:rotate(44deg);cursor:pointer}@media (max-width:1280px){section.ShareComponent div.modalShare{width:50vw}}@media (max-width:1024px){section.ShareComponent div.modalShare{width:70vw}}@media (max-width:768px){section.ShareComponent div.modalShare{width:85vw}}@media (max-width:480px){section.ShareComponent div.modalShare{width:95vw}}div.modalDonate{position:fixed;top:0;right:0;width:100%;height:100%;display:grid;grid-template-columns:auto;justify-content:center;align-content:center;z-index:10;background:hsla(0,0%,74.1%,.45);box-shadow:0 8px 32px 0 rgba(31,38,135,.15);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.18)}div.modalDonate div.donateBlock{width:30vw;background:#fff;border-radius:1.5rem;box-shadow:0 0 20px rgba(0,0,0,.09);border:1px solid rgba(0,0,0,.06);transition:all .3s ease-in-out;padding:1rem;position:relative}div.modalDonate div.donateBlock h4{font-family:kalameh;font-size:1.8rem;padding-bottom:.5rem;color:#fe8966}div.modalDonate div.donateBlock p{font-size:.75rem;font-weight:500}div.modalDonate div.donateBlock div.priceLists{display:grid;grid-template-columns:repeat(5,1fr);background:#f8f9fb;border-radius:.8rem;margin-top:2rem;overflow:hidden}div.modalDonate div.donateBlock div.priceLists div.select{height:3.5rem;display:grid;align-items:center;justify-content:center;border-left:1px solid rgba(0,0,0,.07);grid-template-columns:auto auto;grid-gap:.5rem;cursor:pointer}div.modalDonate div.donateBlock div.priceLists div.select:last-child{border-left:0}div.modalDonate div.donateBlock div.priceLists div.select span{font-size:.85rem;font-weight:900}div.modalDonate div.donateBlock div.priceLists div.select strong{font-weight:700;font-size:.65rem}div.modalDonate div.donateBlock div.priceLists div.select.active{background:#fe8966;color:#fff;transition:all .3s ease-in-out}@media (max-width:768px){div.modalDonate div.donateBlock div.priceLists div.select{border-left:0}}@media (max-width:768px){div.modalDonate div.donateBlock div.priceLists{grid-template-columns:repeat(3,1fr)}}div.modalDonate div.donateBlock div.formDonate{display:grid;grid-template-columns:1fr auto;margin-top:1rem;grid-gap:1rem}div.modalDonate div.donateBlock div.formDonate label.donate{display:grid;grid-template-columns:1fr;position:relative}div.modalDonate div.donateBlock div.formDonate label.donate input{height:3.5rem;border-radius:.6rem;background:#f8f9fb;border:1px solid #edf0f5;padding:1rem 5.4rem 1rem 1rem;font-weight:500;font-size:.85rem}div.modalDonate div.donateBlock div.formDonate label.donate b.text{height:3.5rem;line-height:3.5rem;position:absolute;top:0;right:.8rem;font-weight:500;font-size:.85rem}div.modalDonate div.donateBlock div.formDonate label.donate strong.showPrice{height:3.5rem;line-height:3.5rem;position:absolute;top:0;right:5.4rem;font-weight:500;font-size:.85rem}div.modalDonate div.donateBlock div.formDonate button{height:3.5rem;display:grid;align-items:center;border-radius:.6rem;grid-template-columns:auto auto;grid-gap:.5rem;padding:0 1rem;background:#fe8966;color:#fff}div.modalDonate div.donateBlock div.formDonate button span{font-weight:900}div.modalDonate div.donateBlock div.formDonate button svg{fill:#fff}@media (max-width:480px){div.modalDonate div.donateBlock div.formDonate button{width:10rem}}@media (max-width:480px){div.modalDonate div.donateBlock div.formDonate{grid-template-columns:auto}}div.modalDonate div.donateBlock div.or{margin:1rem 0 2rem;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:1rem;align-items:center}div.modalDonate div.donateBlock div.or span{width:3rem;height:3rem;background:#edf0f5;border-radius:3rem;display:grid;align-items:center;justify-content:center}div.modalDonate div.donateBlock div.or:after,div.modalDonate div.donateBlock div.or:before{content:"";height:1px;background:#edf0f5}div.modalDonate div.donateBlock div.currency{display:grid;grid-template-columns:auto auto;justify-content:center;grid-gap:1rem;margin-top:2rem;margin-bottom:1rem}div.modalDonate div.donateBlock div.currency div.item{height:2.2rem;background:#fc9e2c;display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center;border-radius:2rem;padding:0 .5rem 0 1rem;cursor:pointer}div.modalDonate div.donateBlock div.currency div.item:first-child{background:#627ee9}div.modalDonate div.donateBlock div.currency div.item span{color:#fff;font-weight:700;font-size:.7rem}div.modalDonate div.donateBlock div.currency div.item svg{fill:#fff}@media (max-width:480px){div.modalDonate div.donateBlock div.currency{grid-template-columns:1fr}}div.modalDonate div.donateBlock div.rules{padding-top:1rem}div.modalDonate div.donateBlock div.rules .containerCheckbox input:checked~.checkmarkCheckbox{background-color:#1f2db4}div.modalDonate div.donateBlock div.rules .containerCheckbox{transition:all .3s ease-in-out;top:.2rem}div.modalDonate div.donateBlock div.rules .containerCheckbox input{margin-top:.5rem}div.modalDonate div.donateBlock div.rules a{text-decoration:underline;color:#1f2db4;font-weight:900}div.modalDonate div.donateBlock div.rules p{line-height:23px;font-weight:500;font-size:.78rem;color:#4d4c5c}div.modalDonate div.donateBlock div.close{position:absolute;top:1rem;left:1rem;transform:rotate(44deg);cursor:pointer}@media (max-width:1280px){div.modalDonate div.donateBlock{width:50vw}}@media (max-width:1024px){div.modalDonate div.donateBlock{width:70vw}}@media (max-width:768px){div.modalDonate div.donateBlock{width:85vw}}@media (max-width:480px){div.modalDonate div.donateBlock{width:95vw}}.iziToast{font-family:dana,sans-serif!important}div.comingSoon{display:grid;align-content:center;justify-content:center;padding:1rem 0}div.comingSoon.ticket{padding:6rem 0 2rem}div.comingSoon figure{max-height:25rem}div.comingSoon figure img{max-height:25rem;width:auto;-o-object-fit:contain;object-fit:contain}div.donateRules{padding:2rem}div.donateRules h1{font-weight:800}div.donateRules p{direction:rtl;font-weight:500;line-height:27px;font-size:.9rem;text-align:justify}.hljs{display:block;overflow-x:auto;padding:.5em;color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}section.LatestTutorial{background:#f8f9fb;margin-top:6rem;position:relative;overflow:hidden;padding:0 .4rem 8rem}section.LatestTutorial.Related{background:transparent;padding-bottom:3rem;margin-top:3rem}section.LatestTutorial.Related article.TutorialItem{box-shadow:0 0 30px rgba(0,0,0,.04)}section.LatestTutorial.Related section.TutorialSliderWidgets{height:36rem}section.LatestTutorial.Related header div.more a{background:#f8f9fb}section.LatestTutorial:before{content:url(/img/new/bgShapeTutorial.svg);position:absolute;top:25%;right:-1rem;background-repeat:no-repeat;background-position:50%;width:105%}section.LatestTutorial div.tutorials{overflow-x:hidden!important;overflow-y:visible!important;position:relative}section.LatestTutorial header{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:0;margin-top:6rem}section.LatestTutorial header div.title{display:grid;grid-template-columns:auto;align-content:center;align-items:center}section.LatestTutorial header div.title span{font-size:1.5rem;font-weight:300}section.LatestTutorial header div.title strong{font-size:2.5rem;font-weight:bolder;position:relative;font-family:kalameh;margin-top:-.5rem;color:#1f2db4}section.LatestTutorial header div.title strong:before{content:"";position:absolute;bottom:-.5rem;right:0;width:2.5rem;height:.3rem;background:#1f2db4;border-radius:1rem}@media (max-width:640px){section.LatestTutorial header div.title strong{font-size:2.1rem}}section.LatestTutorial header div.more{padding-left:5.5rem;display:grid;align-items:center;align-content:center}section.LatestTutorial header div.more a{background:#fff;border-radius:3rem;height:2.4rem;align-items:center;font-weight:700;color:#282828;display:grid;grid-template-columns:auto auto;grid-gap:.5rem;padding:0 1rem}@media (max-width:768px){section.LatestTutorial header div.more{display:none}}section.TutorialSliderWidgets{position:relative;margin-top:2rem;height:35rem}section.TutorialSliderWidgets .swiper-container{overflow:visible!important}section.TutorialSliderWidgets .swiper-button-next,section.TutorialSliderWidgets .swiper-button-prev{top:-4.3rem;left:0}section.TutorialSliderWidgets .swiper-button-next:after,section.TutorialSliderWidgets .swiper-button-prev:after{font-size:1.2rem;font-weight:bolder;color:#4d4c5c}section.TutorialSliderWidgets .swiper-button-prev{left:3.1rem;right:auto}section.TutorialSliderWidgets .swiper-button-prev:after{font-size:1.2rem;font-weight:bolder;color:#4d4c5c}section.TutorialSliderWidgets .swiper-dots{position:absolute;top:-4.8rem;left:1rem;width:2rem;height:2rem}article.TutorialItem{position:relative;background:#fff;border-radius:1rem}article.TutorialItem figure.cover{height:14rem;overflow:hidden;position:relative;padding:1rem 1rem 0}article.TutorialItem figure.cover div.icon{position:absolute;top:1.5rem;right:1.5rem;width:2rem;height:2rem;background:rgba(0,0,0,.45);border-radius:.6rem;display:grid;justify-content:center;align-items:center}article.TutorialItem figure.cover div.icon svg{fill:#fff}article.TutorialItem figure.cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem}article.TutorialItem div.center{padding:0 2rem}article.TutorialItem div.center div.info{height:3rem;margin-bottom:1rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;background:#f8f9fb;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}article.TutorialItem div.center div.info div.box{height:2rem;display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center;background:#fff;padding:0 1rem;border-radius:2rem}article.TutorialItem div.center div.info div.box:nth-child(2){margin-left:auto;margin-right:.5rem}article.TutorialItem div.center div.info div.box div.icon{display:grid;align-items:center}article.TutorialItem div.center div.info div.box div.icon svg{fill:#4d4c5c}article.TutorialItem div.center div.info div.box span{font-weight:300;color:#4d4c5c}article.TutorialItem a.title{text-align:center}article.TutorialItem a.title h3{padding:0 1rem;height:2rem;font-size:1.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#282828;font-weight:800}article.TutorialItem p{text-align:center;font-size:.8rem;font-weight:500;color:#666;line-height:24px;padding:0 1rem}article.TutorialItem div.time{display:grid;justify-content:center;grid-template-columns:auto;grid-gap:.5rem;margin-top:1rem}article.TutorialItem div.time div.center{display:grid;justify-content:center;grid-template-columns:auto auto;grid-gap:.2rem;background:#f8f9fb;padding:.2rem .8rem;border-radius:2rem}article.TutorialItem div.time div.center span{font-size:.75rem;font-weight:700;display:grid;align-items:center}article.TutorialItem div.time div.center span:first-child{font-weight:500}article.TutorialItem div.time div.center span:last-child{padding-top:.2rem}article.TutorialItem div.profile{margin-top:1rem;display:grid;justify-content:center;grid-template-columns:1fr auto 1fr;align-items:center}article.TutorialItem div.profile:after,article.TutorialItem div.profile:before{content:"";height:.1rem;background:#f8f9fb}article.TutorialItem div.profile figure.profile{width:3.2rem;height:3.2rem;overflow:hidden;background:#d5dbe0;padding:.2rem;border-radius:3.2rem}article.TutorialItem div.profile figure.profile img{width:100%;border-radius:2.8rem;height:100%;-o-object-fit:cover;object-fit:cover}article.TutorialItem div.bottom{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;margin-top:.5rem;padding:1rem}article.TutorialItem div.bottom div.block{display:grid;align-items:center}article.TutorialItem div.bottom div.block:first-child span{font-weight:500;font-size:.7rem;color:#4d4c5c}article.TutorialItem div.bottom div.block:first-child strong{font-weight:900;font-size:.9rem;color:#1f2db4}article.TutorialItem div.bottom div.block:last-child{display:grid;grid-template-columns:auto auto;justify-content:left;grid-gap:.2rem}article.TutorialItem div.bottom div.block:last-child strong{font-size:1.5rem;font-weight:800}article.TutorialItem div.bottom div.block:last-child span{font-family:kalameh;letter-spacing:-.01px;font-weight:900;font-size:1.25rem}article.TutorialItem div.bottom div.block:last-child span.free{font-size:1.4rem}article.TutorialItem div.bottom div.block:last-child b.discount{font-weight:900;position:absolute;top:-1.1rem;left:2rem;font-size:1rem;text-decoration:line-through;color:#4d4c5c;display:grid;grid-template-columns:auto auto;align-items:center}article.TutorialItem div.bottom div.block:last-child b.discount span{font-family:kalameh;font-size:1rem;font-weight:800;margin-top:-.1rem}section.LatestCourses{margin-top:6rem;overflow-x:hidden!important;overflow-y:visible!important;padding:0 .4rem}section.LatestCourses header{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center}section.LatestCourses header div.title{display:grid;grid-template-columns:auto;align-content:center;align-items:center}section.LatestCourses header div.title span{font-size:1.4rem;font-weight:700}section.LatestCourses header div.title strong{font-size:2.5rem;font-weight:bolder;position:relative;margin-top:-.5rem;font-family:kalameh;color:#1f2db4}section.LatestCourses header div.title strong:before{content:"";position:absolute;bottom:-.5rem;right:0;width:2.5rem;height:.3rem;background:#1f2db4;border-radius:1rem}section.LatestCourses header div.more{padding-left:5.5rem;display:grid;align-items:center;align-content:center}section.LatestCourses header div.more a{background:#f8f9fb;border-radius:3rem;height:2.4rem;align-items:center;font-weight:700;color:#282828;display:grid;grid-template-columns:auto auto;grid-gap:.5rem;padding:0 1rem}@media (max-width:768px){section.LatestCourses header div.more{display:none}}section.CourseSliderWidgets{margin-top:2rem;position:relative;padding-bottom:1.5rem;height:39rem}section.CourseSliderWidgets .swiper-container{overflow:visible!important}section.CourseSliderWidgets .swiper-button-next,section.CourseSliderWidgets .swiper-button-prev{top:-4.3rem;left:0}section.CourseSliderWidgets .swiper-button-next:after,section.CourseSliderWidgets .swiper-button-prev:after{font-size:1.2rem;font-weight:bolder;color:#4d4c5c}section.CourseSliderWidgets .swiper-button-prev{left:3.1rem;right:auto}section.CourseSliderWidgets .swiper-button-prev:after{font-size:1.2rem;font-weight:bolder;color:#4d4c5c}section.CourseSliderWidgets .swiper-dots{position:absolute;top:-4.8rem;left:1rem;width:2rem;height:2rem}article.CourseItem{border-radius:1.5rem;padding:1rem;background:#fff;box-shadow:0 0 18px rgba(30,30,31,.06)}article.CourseItem figure.cover{height:14rem;padding-bottom:1rem;overflow:hidden;position:relative;z-index:1!important}article.CourseItem figure.cover div.icon{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;background:rgba(0,0,0,.45);border-radius:.6rem;display:grid;justify-content:center;align-items:center}article.CourseItem figure.cover div.icon svg{fill:#fff}article.CourseItem figure.cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem}article.CourseItem div.info{height:3rem;margin-bottom:1rem;border-radius:2.5rem;background:#f8f9fb;display:flex;justify-content:space-between;align-items:center;align-content:center;padding:0 1rem}article.CourseItem div.info div.box{height:2rem;display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center;background:#fff;padding:0 1rem;border-radius:2rem}article.CourseItem div.info div.box:nth-child(2){margin-left:auto;margin-right:.5rem}article.CourseItem div.info div.box div.icon{display:grid;align-items:center}article.CourseItem div.info div.box:nth-child(3){padding:0;background:0}article.CourseItem div.info div.box:nth-child(3) span{font-weight:700}article.CourseItem div.info div.box span{padding-top:.3rem;font-weight:700}article.CourseItem a.title{text-align:center;position:relative;z-index:1!important}article.CourseItem a.title h3{height:2rem;font-size:1.15rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#282828}article.CourseItem p{text-align:center;font-size:.8rem;font-weight:500;color:#666;line-height:24px;padding:0 1rem}article.CourseItem div.time{display:grid;justify-content:center;grid-template-columns:auto;grid-gap:.5rem;margin-top:1rem}article.CourseItem div.time div.center{display:grid;justify-content:center;grid-template-columns:auto auto;grid-gap:.2rem;background:#f8f9fb;padding:.2rem .8rem;border-radius:2rem}article.CourseItem div.time div.center span{font-size:.75rem;font-weight:700;display:grid;align-items:center}article.CourseItem div.time div.center span:first-child{font-weight:500}article.CourseItem div.time div.center span:last-child{padding-top:.2rem}article.CourseItem div.profile{margin-top:1rem;display:grid;justify-content:center;grid-template-columns:1fr auto 1fr;align-items:center;z-index:1!important;position:relative}article.CourseItem div.profile:after,article.CourseItem div.profile:before{content:"";height:.1rem;background:#f8f9fb}article.CourseItem div.profile figure.profile{width:3.2rem;height:3.2rem;overflow:hidden;background:#d5dbe0;padding:.2rem;border-radius:3.2rem}article.CourseItem div.profile figure.profile img{width:100%;border-radius:2.8rem;height:100%;-o-object-fit:cover;object-fit:cover}article.CourseItem div.bottom{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:1rem 0}article.CourseItem div.bottom div.block{display:grid;align-items:center;z-index:1!important}article.CourseItem div.bottom div.block:first-child span{font-weight:500;font-size:.7rem;color:#4d4c5c}article.CourseItem div.bottom div.block:first-child strong{font-weight:900;font-size:.9rem;color:#1f2db4}article.CourseItem div.bottom div.block:last-child{display:grid;grid-template-columns:auto auto;justify-content:left;grid-gap:.2rem;position:relative}article.CourseItem div.bottom div.block:last-child strong{font-size:1.5rem;font-weight:800}article.CourseItem div.bottom div.block:last-child span{font-family:kalameh;letter-spacing:-.01px;font-weight:900;font-size:1.25rem}article.CourseItem div.bottom div.block:last-child span.free{font-size:1.4rem}article.CourseItem div.bottom div.block:last-child b.discount{font-weight:900;position:absolute;top:-1.1rem;left:2rem;font-size:1rem;text-decoration:line-through;color:#4d4c5c;display:grid;grid-template-columns:auto auto;align-items:center}article.CourseItem div.bottom div.block:last-child b.discount span{font-family:kalameh;font-size:1rem;font-weight:800;margin-top:-.1rem}article.CourseItem:before{border-right:2px solid transparent;background:linear-gradient(165deg,#fff,#fff,#fff,#fff,#fff,#eb232b) border-box}article.CourseItem:after,article.CourseItem:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:1.5rem;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;z-index:0}article.CourseItem:after{border-bottom:2px solid transparent;background:linear-gradient(135deg,#fff,#fff,#fff,#eb232b) border-box}article.CourseItem div.rating{position:absolute;top:100%;right:1.5rem;height:2rem;background:red;border-bottom-right-radius:.8rem;border-bottom-left-radius:.8rem;grid-template-columns:auto auto;grid-gap:.5rem;padding:0 .6rem}article.CourseItem div.rating,article.CourseItem div.rating div.star{display:grid;align-items:center}article.CourseItem div.rating div.star svg{fill:#ff8967}article.CourseItem div.rating span{font-size:.75rem;font-weight:700;color:#fff}header#HeaderIndex div.top{display:grid;align-content:center;grid-template-columns:auto auto;justify-content:space-between;height:7rem;border-radius:2rem;position:relative}header#HeaderIndex div.top figure{display:grid;align-items:center;align-content:center}header#HeaderIndex div.top figure img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:640px){header#HeaderIndex div.top figure{width:5rem;height:auto;padding:.5rem}}header#HeaderIndex div.top div.left{display:grid;align-content:center;align-items:center;grid-template-columns:auto auto;grid-gap:1rem;justify-content:left}header#HeaderIndex div.top div.left a.login{height:3rem;background:#1f2db4;box-shadow:0 5px 35px 0 rgba(31,45,180,.35);border-radius:4rem;display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:1.5rem;justify-content:space-between;padding:0 1rem}header#HeaderIndex div.top div.left a.login div.right{display:grid;grid-template-columns:auto auto auto;grid-gap:.2rem}header#HeaderIndex div.top div.left a.login div.right span{color:#fff;font-weight:700;font-size:.8rem}header#HeaderIndex div.top div.left a.login div.right div.icon{display:grid;align-items:center;transform:rotate(120deg)}header#HeaderIndex div.top div.left a.login div.right div.icon svg{fill:#fff}header#HeaderIndex div.top div.left a.login div.arrow{display:grid;align-items:center;transform:rotate(180deg)}header#HeaderIndex div.top div.left a.login div.arrow svg{fill:#fff}header#HeaderIndex div.top div.left div.notifications{width:3rem;height:3rem;background:#fff3f0;display:grid;align-items:center;justify-content:center;border-radius:100%;position:relative;cursor:pointer}header#HeaderIndex div.top div.left div.notifications:focus div.overNotifications,header#HeaderIndex div.top div.left div.notifications:hover div.overNotifications{visibility:visible;opacity:1}header#HeaderIndex div.top div.left div.notifications div.counter{position:absolute;top:-.1rem;right:-.1rem;width:1.1rem;height:1.1rem;border-radius:1.1rem;background-image:linear-gradient(90deg,#ff9a9e,#fad0c4);display:grid;align-items:center;justify-content:center}header#HeaderIndex div.top div.left div.notifications div.counter span{color:#fffbfa}header#HeaderIndex div.top div.left div.notifications div.overNotifications{position:absolute;top:100%;left:-4rem;padding-top:1rem;display:grid;grid-template-columns:1fr;visibility:hidden;opacity:0;transition:all .3s ease-in-out;z-index:300!important;cursor:context-menu}@media (max-width:768px){header#HeaderIndex div.top div.left div.notifications div.overNotifications{left:-10rem}}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver{width:25rem;background:#fff;box-shadow:0 5px 30px 0 rgba(0,0,0,.08);border-radius:2rem;position:relative;padding-bottom:.5rem;border-top:4px solid #1f2db4}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver:before{content:"";position:absolute;bottom:98%;left:4.5rem;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;border-radius:2rem}@media (max-width:768px){header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver:before{right:7.5rem}}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver:after{content:"";position:absolute;bottom:99%;left:4.25rem;width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:14px solid #1f2db4;border-radius:2rem;z-index:-1}@media (max-width:768px){header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver:after{right:7.25rem}}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.topHead{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:1rem 2rem}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.topHead span{font-weight:700;font-size:.85rem}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.topHead div.left{display:grid;align-items:center}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.topHead div.left div.item{background:#f8f9fb;width:2.5rem;height:2.5rem;border-radius:2.5rem;display:grid;align-items:center;justify-content:center}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.topHead div.left a.item{background:#f8f9fb;height:2.5rem;border-radius:2.5rem;width:auto;display:grid;grid-template-columns:auto auto;grid-gap:.2rem;padding:0 .5rem;align-items:center}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.topHead div.left a.item span{font-size:.7rem;color:#4d4c5c}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists{border-top:1px solid #f8f9fb}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.5rem;min-height:6rem;align-items:center;border-bottom:1px solid #f8f9fb;color:#4d4c5c;padding:0 1rem}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item div.icon{display:grid;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;overflow:hidden;background:rgba(101,131,254,.14);border-radius:3rem}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item div.icon.payment svg{width:2rem!important;height:2rem!important}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item div.content{display:grid;grid-template-columns:1fr}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item div.content h4{font-size:.88rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#282828}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item div.content h4 a{text-decoration:underline;text-decoration-color:#212341;-webkit-text-decoration-color:#212341;color:#212341;font-weight:700;font-size:.8rem}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item div.content p{font-size:.7rem;font-weight:700;padding-left:1.5rem}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item div.content p a{color:#1f2db4;text-decoration:underline;cursor:pointer}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item div.time{font-size:.65rem;font-weight:600;min-width:2rem;text-align:center}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.item:last-child{border-bottom:0}header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver div.lists div.empty{text-align:center;font-size:.75rem;font-weight:400;color:#4d4c5c;padding:1rem}@media (max-width:768px){header#HeaderIndex div.top div.left div.notifications div.overNotifications div.blockOver{width:20rem}}header#HeaderIndex div.top div.left div.signIn{background:#2d365d;box-shadow:0 5px 30px 0 rgba(45,54,93,.19);border-radius:4rem;display:grid;grid-template-columns:auto auto;align-items:center;align-content:center;grid-gap:1rem;justify-content:space-between;padding-right:.2rem;padding-left:.8rem;height:3rem;position:relative;cursor:pointer;z-index:200!important}header#HeaderIndex div.top div.left div.signIn:focus div.overUser,header#HeaderIndex div.top div.left div.signIn:hover div.overUser{visibility:visible;opacity:1}header#HeaderIndex div.top div.left div.signIn div.right{display:grid;grid-template-columns:auto auto;grid-gap:.5rem;align-items:center;justify-content:right}header#HeaderIndex div.top div.left div.signIn div.right div.icon{width:2.4rem;height:2.4rem;background:#fff;border-radius:2.4rem;margin-right:.1rem;display:grid;align-content:center;justify-content:center}header#HeaderIndex div.top div.left div.signIn div.right span{color:#fff;font-weight:700}header#HeaderIndex div.top div.left div.signIn div.arrow{display:grid;align-content:center}header#HeaderIndex div.top div.left div.signIn div.arrow svg{transform:rotate(-90deg);fill:#fff}header#HeaderIndex div.top div.left div.signIn div.overUser{position:absolute;top:100%;left:-1.5rem;z-index:50!important;padding-top:1rem;display:grid;grid-template-columns:1fr;visibility:hidden;opacity:0;transition:all .3s ease-in-out}@media (max-width:768px){header#HeaderIndex div.top div.left div.signIn div.overUser{left:0}}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver{width:16rem;background:#fff;box-shadow:0 5px 30px 0 rgba(0,0,0,.08);border-radius:2rem;position:relative;padding-bottom:.5rem;border-top:4px solid #eb232b}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver:before{content:"";position:absolute;bottom:98.2%;left:4.3rem;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #fff;border-radius:2rem}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver:after{content:"";position:absolute;bottom:99%;left:4rem;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:15px solid #eb232b;border-radius:2rem;z-index:-1}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.userProfile{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;padding:1rem 1rem .5rem;cursor:context-menu}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.userProfile figure{width:4rem;height:4rem;border:3px solid #edf0f5;border-radius:4rem}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.userProfile figure img{width:100%;height:100%;border-radius:4rem;-o-object-fit:cover;object-fit:cover}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.userProfile div.contentText{display:grid;grid-template-rows:auto auto;align-content:center}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.userProfile div.contentText strong{color:#282828;font-weight:900;font-size:.9rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.userProfile div.contentText span{color:#4d4c5c;font-weight:700;font-size:.7rem}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.wallet{display:grid;grid-template-columns:auto auto auto;justify-content:center;grid-gap:.2rem;padding:0 1rem;align-items:center;cursor:context-menu}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.wallet svg{fill:#4d4c5c!important}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.wallet span{font-size:.8rem;font-weight:400;color:#4d4c5c}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.wallet span:last-child{font-weight:500;font-size:1rem;color:#4d4c5c}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.wallet span:last-child b{font-weight:900;font-size:1rem;color:#00c853}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.userProfileLink{display:grid;grid-template-columns:auto;justify-content:center;margin-top:1rem}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver div.userProfileLink a{background:rgba(255,137,103,.2);color:#ff8967;height:2rem;border-radius:1rem;padding:0 1.5rem;line-height:2rem;font-size:.85rem;font-weight:700}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link{display:grid;grid-template-columns:1fr;padding:1rem 0}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link a{padding:.7rem 1rem;display:grid;grid-template-columns:auto auto;justify-content:space-between;color:#282828;position:relative;transition:all .2s ease-in-out}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link a span{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center;font-weight:700;font-size:.85rem}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link a span:before{content:"";width:.5rem;height:.5rem;border-radius:.5rem;background:#282828;opacity:.2}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link a div.icon{display:grid;align-items:center;transform:rotate(180deg)}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link a div.icon svg{fill:#282828}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link a:before{content:"";position:absolute;top:0;bottom:0;margin:auto;left:0;width:4px;height:0;background:#1f2db4;transition:all .3s ease-in-out;border-radius:3rem}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link a:hover:before{height:100%}header#HeaderIndex div.top div.left div.signIn div.overUser div.blockOver nav.link a:hover{color:#1f2db4}header#HeaderIndex div.top div.left div.signIn div.overUser a.logout{height:4.5rem;background:#eb232b;margin-top:-1.5rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;display:grid;align-items:center;grid-template-columns:auto auto;grid-gap:.5rem;justify-content:right;padding:1.5rem 1rem 0;color:#fff;font-weight:700;font-size:.85rem}header#HeaderIndex div.top div.left div.signIn div.overUser a.logout svg{fill:#fff}header#HeaderIndex div.bottom{height:7rem;background:#f8f9fb;border-radius:2rem;position:relative;display:grid;grid-template-columns:1fr auto;padding:0 1rem;align-content:center;align-items:center}header#HeaderIndex div.bottom div.menuResponsive{display:none}header#HeaderIndex div.bottom div.menuResponsive div.icon{display:grid;align-items:center;position:relative;z-index:100}header#HeaderIndex div.bottom div.menuResponsive div.drawerMenu{position:fixed;top:0;right:0;width:100%;height:100%;display:grid;overflow:hidden;grid-template-columns:auto;justify-content:right;align-content:center;z-index:200!important;background:hsla(0,0%,74.1%,.45);box-shadow:0 8px 32px 0 rgba(31,38,135,.15);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.18)}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer{position:fixed;top:0;height:100vh;right:0;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.09);z-index:300!important;border:1px solid rgba(0,0,0,.06);padding:1rem;transition:all .2s ease-in-out;visibility:hidden;opacity:0}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer figure{height:5rem;padding:1rem}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer figure img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.menusList{margin-top:1rem;background:#edf0f5;border-radius:2rem;display:grid;grid-row-gap:1rem;padding:1rem}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.menusList a{display:grid;grid-template-columns:auto 1fr;background:#fff;grid-gap:.5rem;justify-content:right;height:2.8rem;border-radius:1.5rem;align-items:center;padding:0 1rem;color:#282828;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:700;font-size:.85rem}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.menusList a svg{fill:#282828}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.userBox{padding:0 2.5rem;display:grid;grid-template-columns:1fr}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.userBox a.userBlockResponsive{height:2.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;color:#fff;align-items:center;display:grid;text-align:center;font-size:.85rem;font-weight:700}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.userBox a.userBlockResponsive.login{background:#1f2db4}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.userBox a.userBlockResponsive.logout{background:#eb232b}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.close{position:absolute;top:1rem;left:1rem;cursor:pointer;overflow:hidden}header#HeaderIndex div.bottom div.menuResponsive div.rightBlockDrawer div.close svg{transform:rotate(-45deg)}@media (max-width:1280px){header#HeaderIndex div.bottom{grid-template-columns:1fr}}@media (max-width:768px){header#HeaderIndex div.bottom{height:5rem;grid-template-columns:auto 1fr;grid-gap:1rem}header#HeaderIndex div.bottom div.menuResponsive{display:grid}}header#HeaderIndex div.bottom div.shape{position:absolute;top:-2.15rem;height:100%;left:0;z-index:0}header#HeaderIndex div.bottom nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(2rem,auto));grid-gap:2rem;justify-content:right;align-items:center}header#HeaderIndex div.bottom nav:before{content:"";width:3rem;height:.5rem;background:#edf0f5;border-radius:5rem}header#HeaderIndex div.bottom nav a{color:#4d4c5c;font-weight:700;font-size:.95rem}@media (max-width:768px){header#HeaderIndex div.bottom nav{display:none}}header#HeaderIndex div.bottom form{display:grid;align-content:center;align-items:center;position:relative;height:3rem;z-index:11}@media (max-width:1280px){header#HeaderIndex div.bottom form{grid-template-columns:1fr;margin-top:1rem;height:auto}}@media (max-width:768px){header#HeaderIndex div.bottom form{height:3rem;margin-top:0}}header#HeaderIndex div.bottom form button{display:grid;align-content:center;position:absolute;justify-content:center;top:0;left:.5rem;width:3rem;height:3rem;background:transparent}header#HeaderIndex div.bottom form button svg{fill:#4d4c5c}header#HeaderIndex div.bottom form input{width:23rem;border-radius:2rem;height:3rem;padding:.5rem 1rem .5rem 2rem;font-weight:700;font-size:.88rem;color:#4d4c5c}@media (max-width:1280px){header#HeaderIndex div.bottom form input{width:auto}}header#HeaderIndex div.bottom form input::-moz-placeholder{font-size:.75rem;font-weight:700}header#HeaderIndex div.bottom form input:-ms-input-placeholder{font-size:.75rem;font-weight:700}header#HeaderIndex div.bottom form input::placeholder{font-size:.75rem;font-weight:700}header#HeaderIndex div.bottom form div.overSearch{position:absolute;top:120%;left:0;padding-top:1rem;display:grid;grid-template-columns:1fr;transition:all .3s ease-in-out;z-index:150!important;cursor:context-menu}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch{width:30rem;background:#fff;box-shadow:0 5px 30px 0 rgba(0,0,0,.08);border-radius:2rem;position:relative;padding-bottom:.5rem;border-top:4px solid #1f2db4;z-index:150!important}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch:before{content:"";position:absolute;bottom:98.2%;left:4.5rem;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;border-radius:2rem}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch:after{content:"";position:absolute;bottom:100%;left:4.25rem;width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:14px solid #1f2db4;border-radius:2rem;z-index:-1}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.topPanel{display:grid;grid-template-columns:auto auto 1fr;justify-content:right;grid-gap:1rem;align-items:center;padding:2rem 1rem 1rem;border-bottom:1px dashed #edf0f5}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.topPanel div.text{display:grid;grid-template-rows:auto auto;justify-content:right;align-content:center}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.topPanel div.text span{font-weight:700;color:#2d365d}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.topPanel div.text span:first-child{font-weight:800}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.topPanel div.tagsItem{display:grid;grid-template-columns:repeat(3,auto);justify-content:right;grid-gap:1rem}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.topPanel div.tagsItem a{padding:.2rem 1rem;border:2px solid #2d365d;border-radius:3rem;font-size:1rem;font-weight:500;font-family:kalameh,irsans,sans-serif;transition:all .3s ease-in-out;color:#2d365d}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.topPanel div.tagsItem a:hover{background:#2d365d;color:#fff}@media (max-width:640px){header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.topPanel div.tagsItem{grid-column:1/span 3}}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch .ps{position:relative;direction:ltr;max-height:50vh;overflow:hidden}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.empty{text-align:center;font-weight:500;margin-top:.5rem;color:#4d4c5c}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.results{direction:rtl;display:grid;grid-template-columns:1fr;align-content:flex-start;grid-gap:1rem;padding:1rem;overflow:hidden}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.results div.result{height:5rem;background:#f8f9fb;display:grid;align-content:center;padding:0 1rem;border-radius:.5rem;grid-template-columns:auto 1fr;grid-gap:1rem}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.results div.result figure{width:4rem;height:4rem}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.results div.result figure img{border-radius:.5rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.results div.result div.contentResult{display:grid;grid-template-rows:auto auto;grid-row-gap:.5rem;align-content:center}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.results div.result div.contentResult h4{font-weight:900;font-size:.8rem;color:#282828}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.results div.result div.contentResult div.bottomBlock{display:grid;grid-template-columns:auto auto;justify-content:space-between;grid-gap:1rem}header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch div.results div.result div.contentResult div.bottomBlock span{font-size:.7rem;font-weight:500}@media (max-width:640px){header#HeaderIndex div.bottom form div.overSearch div.blockOverSearch{width:22rem}}@media (max-width:640px){header#HeaderIndex div.bottom form div.overSearch{left:-1.2rem}}section.TopHeadSection{margin-top:2rem}section.TopHeadSection:before{content:"";background-image:url(/img/new/Ellipse49copy2.svg);height:40rem;width:8rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:20%;right:0;transform:rotate(180deg)}@media (max-width:768px){section.TopHeadSection:before{right:-1.5rem;height:30rem;width:6rem;top:30%}}@media (max-width:1280px){section.TopHeadSection:before{right:-1.5rem;height:30rem;width:7rem;top:30%}}@media (max-width:640px){section.TopHeadSection:before{display:none}}section.TopHeadSection div.center{display:grid;grid-template-columns:repeat(2,50%);grid-template-areas:"right left";grid-gap:2rem}@media (max-width:1280px){section.TopHeadSection div.center{grid-template-columns:1fr;grid-template-areas:"left" "right"}}section.TopHeadSection div.center div.right{grid-area:right;height:35rem;display:grid;grid-template-columns:auto;align-content:center;justify-content:center;position:relative;padding-right:4rem}section.TopHeadSection div.center div.right:before{content:"";background-image:url(/img/new/dots.svg);height:5rem;width:2rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:30%;right:0}@media (max-width:768px){section.TopHeadSection div.center div.right:before{right:-1.5rem;top:25%}}@media (max-width:640px){section.TopHeadSection div.center div.right:before{display:none}}section.TopHeadSection div.center div.right:after{content:"";background-image:url(/img/new/patterncopy3.png);height:5rem;width:2rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:70%;left:0}@media (max-width:768px){section.TopHeadSection div.center div.right:after{top:60%;left:-2.5rem}}@media (max-width:640px){section.TopHeadSection div.center div.right:after{display:none}}section.TopHeadSection div.center div.right h1{font-size:4rem;color:#1f2db4;position:relative;font-family:kalameh;font-weight:700}section.TopHeadSection div.center div.right h1:before{content:"";position:absolute;top:2.5rem;right:-1rem;background-color:#fff3f0;opacity:.3;z-index:-1;width:20rem;height:2rem}@media (max-width:640px){section.TopHeadSection div.center div.right h1{font-size:3rem}}section.TopHeadSection div.center div.right h2{padding-bottom:.5rem;color:#1f2db4;font-weight:800}section.TopHeadSection div.center div.right p{font-size:.95rem;font-weight:700;color:#212341}section.TopHeadSection div.center div.right p span.bolder{color:#ff9a9e;font-weight:800}section.TopHeadSection div.center div.right p.last{padding-top:.7rem;font-size:.85rem;font-weight:500;line-height:26px;color:#4b4d65}section.TopHeadSection div.center div.right div.steps{margin-top:2rem;display:grid;grid-template-columns:auto auto;grid-gap:2rem;justify-content:right;align-items:center}section.TopHeadSection div.center div.right div.steps a.beginner{background:#1f2db4;color:#fff;font-size:.85rem;letter-spacing:.1px;font-weight:700;border-radius:4rem;padding:.7rem 0;width:12rem;text-align:center;display:grid;grid-template-columns:auto auto;justify-content:space-around;align-items:center;font-weight:bolder}section.TopHeadSection div.center div.right div.steps a.beginner div.icon{display:grid;align-items:center}section.TopHeadSection div.center div.right div.steps a.beginner div.icon svg{overflow:visible;fill:#fff;height:auto}section.TopHeadSection div.center div.right div.steps a.beginner div.icon svg path,section.TopHeadSection div.center div.right div.steps a.beginner div.icon svg polygon{transition:all .5s ease}section.TopHeadSection div.center div.right div.steps a.beginner div.icon .arrow{-webkit-animation:arrow-anim 1s ease infinite;animation:arrow-anim 1s ease infinite}section.TopHeadSection div.center div.right div.steps a.beginner div.icon .arrow-fixed{-webkit-animation:arrow-fixed-anim 1s ease infinite;animation:arrow-fixed-anim 1s ease infinite}@-webkit-keyframes arrow-anim{0%{opacity:1;transform:translateX(0);fill:#fff}5%{transform:translateX(-.1rem);fill:#f1f1f1}to{transform:translateX(1rem);opacity:0;fill:#fff}}@-webkit-keyframes arrow-fixed-anim{5%{opacity:0;fill:#fff}20%{opacity:.4;fill:#f1f1f1}to{fill:#fff;opacity:1}}section.TopHeadSection div.center div.right div.steps a.beginner div.icon path,section.TopHeadSection div.center div.right div.steps a.beginner div.icon polygon{transition:all 1s ease}@media (max-width:640px){section.TopHeadSection div.center div.right div.steps a.beginner{width:9rem;font-size:.7rem}}section.TopHeadSection div.center div.right div.steps a.advanced{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:right;grid-gap:.5rem;color:#212341;font-size:.85rem;font-weight:500}section.TopHeadSection div.center div.right div.steps a.advanced strong{font-weight:900}section.TopHeadSection div.center div.right div.steps a.advanced div.icon{display:grid;align-items:center;transform:rotate(0deg)}@media (max-width:640px){section.TopHeadSection div.center div.right div.steps a.advanced{font-size:.7rem}}@media (max-width:1280px){section.TopHeadSection div.center div.right{position:relative;z-index:10;margin-top:-10rem}}@media (max-width:768px){section.TopHeadSection div.center div.right{padding-right:1rem}}@media (max-width:640px){section.TopHeadSection div.center div.right{padding-right:0}}section.TopHeadSection div.center div.left{grid-area:left;background-image:url(/img/new/headerBack.svg);height:38rem;z-index:1!important;background-repeat:no-repeat;background-size:contain;background-position:100%;position:relative}section.TopHeadSection div.center div.left div.panelBox{position:absolute;top:10%;left:5%;background:rgba(227,231,234,.4);border-radius:5rem;backdrop-filter:blur(300);-webkit-backdrop-filter:blur(300);width:14rem;height:5rem;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:0 1rem}section.TopHeadSection div.center div.left div.panelBox div.icon{display:grid;align-items:center;background:#fff;width:3.5rem;height:3.5rem;justify-content:center;border-radius:4rem}section.TopHeadSection div.center div.left div.panelBox div.icon svg{fill:#4d4c5c}section.TopHeadSection div.center div.left div.panelBox div.textInf{display:grid;grid-template-rows:auto auto;align-content:center;align-items:center;color:#282828}section.TopHeadSection div.center div.left div.panelBox div.textInf strong{font-family:dana;font-weight:800;font-size:2.2rem}section.TopHeadSection div.center div.left div.panelBox div.textInf span{font-size:.89rem;font-family:dana;font-weight:800;margin-top:-1rem}section.TopHeadSection div.center div.left div.panelBox.two{width:13rem;top:30%;right:1%}@media (max-width:1280px){section.TopHeadSection div.center div.left div.panelBox.two{right:15%}}@media (max-width:1280px){section.TopHeadSection div.center div.left{background-position:50%;height:25rem}}@media (max-width:768px){section.TopHeadSection div.center div.left{display:none}}section.StatisticsWidget{margin-top:2rem;height:10rem;background:#fff;box-shadow:0 0 75px 0 rgba(57,55,84,.07);border-radius:12rem;position:relative;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;grid-gap:.2rem;align-content:center}section.StatisticsWidget:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12rem;border-top:2px solid transparent;border-right:0;background:linear-gradient(80deg,#fff,#fff,#1f2db4,#fff,#fff) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}@media (max-width:1024px){section.StatisticsWidget:before{display:none}}section.StatisticsWidget:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12rem;border-bottom:2px solid transparent;border-right:0;background:linear-gradient(80deg,#fff,#fff,#fff,#fff,#1f2db4,#fff) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}@media (max-width:1024px){section.StatisticsWidget:after{display:none}}section.StatisticsWidget div.item{height:6rem;display:grid;grid-template-columns:auto auto;justify-content:center;grid-gap:1rem;align-items:center;align-content:center}section.StatisticsWidget div.item:first-child,section.StatisticsWidget div.item:nth-child(2),section.StatisticsWidget div.item:nth-child(3){border-left:1px solid rgba(0,0,0,.03)}section.StatisticsWidget div.item div.icon{width:4rem;height:4rem;background:#f5f3fc;border-radius:4rem;display:grid;align-items:center;justify-content:center}@media (max-width:500px){section.StatisticsWidget div.item div.icon{width:2.6rem;height:2.6rem}section.StatisticsWidget div.item div.icon svg{width:1.2rem!important;height:1.2rem!important}}section.StatisticsWidget div.item div.info{display:grid;grid-template-columns:auto;justify-content:right}section.StatisticsWidget div.item div.info strong{font-size:1.5rem;font-weight:800;color:#1f2db4}section.StatisticsWidget div.item div.info span{margin-top:-.4rem;font-weight:700;font-size:.8rem;color:#282828}@media (max-width:500px){section.StatisticsWidget div.item div.info span{font-size:.7rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:1024px){section.StatisticsWidget div.item{background:#fff;box-shadow:0 0 75px 0 rgba(57,55,84,.07);border-radius:2rem}}@media (max-width:1280px){section.StatisticsWidget{margin-top:-2rem}}@media (max-width:1024px){section.StatisticsWidget{margin-top:-2rem;height:auto;padding:0;grid-template-columns:repeat(2,1fr);background:transparent;box-shadow:none;grid-gap:1rem;overflow:unset}}section.LatestPost{background:#f8f9fb;position:relative;overflow:hidden}section.LatestPost:before{content:"";position:absolute;top:2rem;left:-13rem;width:55rem;height:55rem;border-radius:30% 70% 70% 30%/47% 42% 58% 53%;line-height:35px;text-align:center;padding:0 .5rem;background:#fff;transform:rotate(-2deg)}@media (max-width:1536px){section.LatestPost:before{width:50rem;height:50rem;left:-18rem}}@media (max-width:1280px){section.LatestPost:before{display:none}}section.LatestPost:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background-size:contain;background-position:0;background-image:url(/img/slide-bg-1n.png);opacity:.08}section.LatestPost div.center{height:60rem;display:grid;grid-template-columns:1fr 18rem;grid-template-areas:"lists header";grid-gap:.5rem;position:relative}@media (max-width:1280px){section.LatestPost div.center{display:unset;height:auto}}section.LatestPost div.center div.block{height:60rem}@media (max-width:1280px){section.LatestPost div.center div.block{height:auto}}section.LatestPost div.center div.block:last-child{grid-area:header;display:grid;grid-template-columns:auto;justify-content:right;align-content:center;align-items:center;padding:0 1rem;position:relative}section.LatestPost div.center div.block:last-child:after{content:"";background-image:url(/img/new/patterncopy3.png);height:5rem;width:3rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:33%;right:-15%}@media (max-width:1280px){section.LatestPost div.center div.block:last-child:after{display:none}}section.LatestPost div.center div.block:last-child header{display:grid;grid-template-columns:auto;align-content:center;justify-content:right;position:relative;margin-top:-6rem}section.LatestPost div.center div.block:last-child header div.title{display:grid;grid-template-columns:auto;align-content:center;align-items:center}section.LatestPost div.center div.block:last-child header div.title span{font-size:1.9rem;font-weight:500}section.LatestPost div.center div.block:last-child header div.title strong{font-size:3.5rem;font-weight:bolder;font-family:kalameh;position:relative;margin-top:-.5rem;color:#282828}section.LatestPost div.center div.block:last-child header div.title strong:before{content:"";position:absolute;bottom:-.7rem;right:0;width:2.5rem;height:.3rem;background:#1f2db4;border-radius:1rem}section.LatestPost div.center div.block:last-child header div.title strong:after{content:"";position:absolute;top:2.5rem;right:0;background-color:#fff3f0;opacity:.3;width:100%;height:1.6rem;z-index:-1}section.LatestPost div.center div.block:last-child div.info{position:relative;margin-top:1.2rem}section.LatestPost div.center div.block:last-child div.info p{font-size:.8rem;font-weight:500;color:#4b4d65;line-height:24px}section.LatestPost div.center div.block:last-child div.info a.more{display:grid;margin-top:.5rem;grid-template-columns:auto auto;justify-content:space-between;align-content:center;align-items:center;padding:0 1.5rem;background:#1f2db4;border-radius:2.6rem;height:2.6rem;width:13rem;font-weight:700;font-size:.85rem;color:#fff;position:relative;z-index:1}section.LatestPost div.center div.block:last-child div.info a.more svg{overflow:visible;fill:#fff;height:auto}section.LatestPost div.center div.block:last-child div.info a.more svg path,section.LatestPost div.center div.block:last-child div.info a.more svg polygon{transition:all .5s ease}section.LatestPost div.center div.block:last-child div.info a.more .arrow{-webkit-animation:arrow-anim 1s ease infinite;animation:arrow-anim 1s ease infinite}section.LatestPost div.center div.block:last-child div.info a.more .arrow-fixed{-webkit-animation:arrow-fixed-anim 1s ease infinite;animation:arrow-fixed-anim 1s ease infinite}section.LatestPost div.center div.block:last-child div.info a.more path,section.LatestPost div.center div.block:last-child div.info a.more polygon{transition:all 1s ease}@media (max-width:1280px){section.LatestPost div.center div.block:last-child{display:none}}section.LatestPost div.center div.block:first-child{grid-area:lists;display:grid;padding-left:7rem;align-content:center}@media (max-width:1280px){section.LatestPost div.center div.block:first-child{display:unset}}section.LatestPost div.center div.block:first-child div.post{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;align-content:flex-start;justify-content:right}@media (max-width:1280px){section.LatestPost div.center div.block:first-child div.post{display:unset}}section.LatestPost div.center div.block:first-child div.post div.item{position:relative;z-index:1!important;background:#fff;border-radius:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.03),0 2px 4px -2px rgba(0,0,0,.03)}section.LatestPost div.center div.block:first-child div.post div.item div.topBlock{display:grid;grid-template-columns:auto auto;justify-content:space-between;padding:1rem;align-items:center}section.LatestPost div.center div.block:first-child div.post div.item div.topBlock div.share{display:grid;align-items:center;cursor:pointer}section.LatestPost div.center div.block:first-child div.post div.item div.topBlock div.profile{display:grid;grid-template-columns:auto auto;justify-content:right;align-items:center;grid-gap:.5rem}section.LatestPost div.center div.block:first-child div.post div.item div.topBlock div.profile figure{height:2.5rem;width:2.5rem;overflow:hidden;padding:0}section.LatestPost div.center div.block:first-child div.post div.item div.topBlock div.profile figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:2.5rem}section.LatestPost div.center div.block:first-child div.post div.item div.topBlock div.profile div.name{display:grid;grid-template-columns:auto;align-content:center;align-items:center}section.LatestPost div.center div.block:first-child div.post div.item div.topBlock div.profile div.name span{font-weight:900;color:#282828}section.LatestPost div.center div.block:first-child div.post div.item div.topBlock div.profile div.name strong{font-weight:400;font-size:.67rem;color:#4d4c5c;margin-top:-.2rem}section.LatestPost div.center div.block:first-child div.post div.item div.cover{padding:0 1rem .5rem}section.LatestPost div.center div.block:first-child div.post div.item div.cover figure{height:10rem;overflow:hidden;border-radius:1rem;border:1px solid #edf0f5}section.LatestPost div.center div.block:first-child div.post div.item div.cover figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.LatestPost div.center div.block:first-child div.post div.item h4{padding:0 1rem;height:2.6rem;color:#282828;font-size:.9rem;font-weight:900;text-align:right}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock{padding:.5rem 1rem 1rem}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-content:center}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.likes{height:2rem;display:grid;align-items:center;grid-template-columns:auto auto}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.likes div.profile{display:grid;align-items:center;grid-template-columns:auto auto auto;margin-right:-1.5rem}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.likes div.profile figure{width:2rem;height:2rem;border-radius:2rem;overflow:hidden;margin-right:-.9rem;box-shadow:0 0 3px rgba(0,0,0,.25)}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.likes div.profile figure:nth-child(3){z-index:3}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.likes div.profile figure:nth-child(2){z-index:4}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.likes div.profile figure:first-child{z-index:5;margin-right:0}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.likes div.profile figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.likes div.text{font-size:.7rem;font-weight:700;color:#4d4c5c;background:#f8f9fb;border-radius:2rem;padding:.5rem .5rem .5rem 2rem}section.LatestPost div.center div.block:first-child div.post div.item div.infoBlock div.centerBlock div.info{height:2rem;display:grid;align-items:center;padding:0 .5rem;cursor:pointer}section.LatestPost div.responsiveSlider{position:relative;overflow-x:hidden!important;overflow-y:visible!important}section.LatestPost div.responsiveSlider div.title{display:grid;grid-template-columns:auto;align-content:center;align-items:center}section.LatestPost div.responsiveSlider div.title span{font-size:1.9rem;font-weight:500}section.LatestPost div.responsiveSlider div.title strong{font-size:3.5rem;font-weight:bolder;font-family:kalameh;position:relative;margin-top:-.5rem;color:#1f2db4}section.LatestPost div.responsiveSlider div.title strong:before{content:"";position:absolute;bottom:-.7rem;right:0;width:2.5rem;height:.3rem;background:#1f2db4;border-radius:1rem}section.LatestPost div.responsiveSlider div.title strong:after{content:"";position:absolute;top:2.5rem;right:0;background-color:#fff3f0;opacity:.3;width:100%;height:1.6rem;z-index:-1}section.LatestPost div.responsiveSlider div.info{position:relative;margin-top:1.2rem}section.LatestPost div.responsiveSlider div.info p{font-size:.8rem;font-weight:500;color:#4b4d65;line-height:24px}section.LatestPost div.responsiveSlider div.info a.more{display:grid;margin-top:.5rem;grid-template-columns:auto auto;justify-content:space-between;align-content:center;align-items:center;padding:0 1.5rem;background:#1f2db4;border-radius:2.6rem;height:2.6rem;width:13rem;font-weight:700;font-size:.85rem;color:#fff;position:relative;z-index:1}section.LatestPost div.responsiveSlider div.info a.more svg{overflow:visible;fill:#fff;height:auto}section.LatestPost div.responsiveSlider div.info a.more svg path,section.LatestPost div.responsiveSlider div.info a.more svg polygon{transition:all .5s ease}section.LatestPost div.responsiveSlider div.info a.more .arrow{-webkit-animation:arrow-anim 1s ease infinite;animation:arrow-anim 1s ease infinite}section.LatestPost div.responsiveSlider div.info a.more .arrow-fixed{-webkit-animation:arrow-fixed-anim 1s ease infinite;animation:arrow-fixed-anim 1s ease infinite}@keyframes arrow-anim{0%{opacity:1;transform:translateX(0);fill:#fff}5%{transform:translateX(-.1rem);fill:#f1f1f1}to{transform:translateX(1rem);opacity:0;fill:#fff}}@keyframes arrow-fixed-anim{5%{opacity:0;fill:#fff}20%{opacity:.4;fill:#f1f1f1}to{fill:#fff;opacity:1}}section.LatestPost div.responsiveSlider div.info a.more path,section.LatestPost div.responsiveSlider div.info a.more polygon{transition:all 1s ease}section.LatestPost div.responsiveSlider .swiper-container{overflow:visible!important}section.LatestPost div.responsiveSlider .swiper-button-next,section.LatestPost div.responsiveSlider .swiper-button-prev{top:50%;left:0;background:rgba(0,0,0,.08)}section.LatestPost div.responsiveSlider .swiper-button-next:after,section.LatestPost div.responsiveSlider .swiper-button-prev:after{font-size:1.2rem;font-weight:bolder;color:#4d4c5c}section.LatestPost div.responsiveSlider .swiper-button-next{border-top-right-radius:1rem;border-bottom-right-radius:1rem}section.LatestPost div.responsiveSlider .swiper-button-prev{right:0;left:auto;border-top-left-radius:1rem;border-bottom-left-radius:1rem}section.LatestPost div.responsiveSlider .swiper-button-prev:after{font-size:1.2rem;font-weight:bolder;color:#4d4c5c}section.LatestPost div.responsiveSlider .swiper-dots{display:none}@media (max-width:1280px){section.LatestPost{padding-bottom:4rem}}section.UserPublish{padding:8rem 0}section.UserPublish div.top{display:grid;grid-template-columns:auto;justify-content:center;text-align:center}section.UserPublish div.top h4{font-size:1.8rem;font-weight:700;position:relative;font-family:kalameh}section.UserPublish div.top h4:before{content:"";height:.2rem;width:15%;position:absolute;bottom:-.5rem;left:0;right:0;margin:auto;border-radius:1rem;background:#4d4c5c}section.UserPublish div.top a.more{padding:1.2rem 0;color:#4d4c5c;font-size:.75rem;font-weight:700}section.UserPublish div.lists{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem}section.UserPublish div.lists div.block{display:grid;align-content:center;justify-content:center;text-align:center;padding:2.5rem;position:relative}section.UserPublish div.lists div.block:first-child:after{content:url(/img/new/511.png);position:absolute;top:-5%;bottom:0;margin:auto;left:-5rem;width:60%;height:5rem}section.UserPublish div.lists div.block:nth-child(2):after{content:url(/img/new/1245.png);position:absolute;top:-5%;bottom:0;margin:auto;left:-5rem;width:60%;height:5rem}section.UserPublish div.lists div.block:nth-child(3):after{content:url(/img/new/13141.png);position:absolute;top:-5%;bottom:0;margin:auto;left:-5rem;width:60%;height:5rem}section.UserPublish div.lists div.block div.icon{display:grid;justify-content:center;align-items:center;padding:2rem 0;position:relative}section.UserPublish div.lists div.block div.icon:before{content:"";position:absolute;top:2rem;right:-3rem;left:0;bottom:0;margin:auto;width:60px;height:60px;border-radius:30% 70% 70% 30%/47% 42% 58% 53%;line-height:35px;text-align:center;padding:0 .5rem;background:#1f2db4;z-index:-1;opacity:.07}section.UserPublish div.lists div.block div.icon svg{fill:#1f2db4}section.UserPublish div.lists div.block strong{font-family:kalameh;font-size:1.5rem;font-weight:700;position:relative;margin-bottom:1.5rem;color:#282828}section.UserPublish div.lists div.block strong:before{content:"";height:.15rem;width:15%;position:absolute;bottom:-.8rem;left:0;right:0;margin:auto;border-radius:1rem;background:#4d4c5c}section.UserPublish div.lists div.block p{color:#444;font-weight:700;font-size:.8rem}@media (max-width:1280px){section.UserPublish div.lists div.block{padding:0}section.UserPublish div.lists div.block:after{display:none}}@media (max-width:1280px){section.UserPublish div.lists{grid-template-columns:repeat(2,1fr);overflow:hidden}}@media (max-width:640px){section.UserPublish div.lists{grid-template-columns:repeat(1,1fr);overflow:hidden}}section.UserPublish div.btn{display:grid;grid-template-columns:auto;justify-content:center;margin-top:2rem;align-items:center}section.UserPublish div.btn a{grid-template-columns:auto auto;justify-content:center;grid-gap:1rem;padding:.8rem 1.5rem;background:#1f2db4;border-radius:3rem;color:#fff;font-weight:700;font-size:.9rem}section.UserPublish div.btn a,section.UserPublish div.btn a div.icon{display:grid;align-items:center}section.UserPublish div.btn a div.icon svg{fill:#fff}@media (max-width:1280px){section.UserPublish div.btn{margin-top:4rem}}@media (max-width:1280px){section.UserPublish{padding:4rem 0 2rem}}section.LatestArticle{padding:4rem 0 0;overflow:hidden;position:relative}section.LatestArticle div.centerBox{display:grid;grid-template-columns:20rem 1fr;grid-gap:1rem}section.LatestArticle div.centerBox aside{height:30rem;position:relative;display:grid;align-content:center}section.LatestArticle div.centerBox aside:after{content:"";background-image:url(/img/new/patterncopy3.png);height:5rem;width:3rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:16%;right:0}@media (max-width:1280px){section.LatestArticle div.centerBox aside:after{display:none}}section.LatestArticle div.centerBox aside header{display:grid;grid-template-columns:auto;align-content:center;justify-content:right;position:relative;margin-top:5rem}section.LatestArticle div.centerBox aside header:before{content:url(/img/new/circleShape.svg);position:absolute;top:-8rem;right:0;width:80%;height:18rem;opacity:.8;z-index:-1}@media (max-width:1280px){section.LatestArticle div.centerBox aside header:before{display:none}}section.LatestArticle div.centerBox aside header:after{content:url(/img/new/circleShape.svg);position:absolute;top:-45%;right:15%;width:50%;height:12rem;opacity:.8;z-index:-1}@media (max-width:1280px){section.LatestArticle div.centerBox aside header:after{display:none}}section.LatestArticle div.centerBox aside header div.title{display:grid;grid-template-columns:auto;align-content:center;align-items:center}section.LatestArticle div.centerBox aside header div.title span{font-size:1.5rem;font-weight:700}section.LatestArticle div.centerBox aside header div.title strong{font-size:2.2rem;font-weight:700;position:relative;font-family:kalameh;color:#282828}section.LatestArticle div.centerBox aside header div.title strong:before{content:"";position:absolute;bottom:-.4rem;right:0;width:2.5rem;height:.3rem;background:#1f2db4;border-radius:1rem}section.LatestArticle div.centerBox aside header p{margin-top:1rem;padding-left:4rem;font-weight:500;font-size:.8rem;text-align:right;line-height:24px;color:#444}section.LatestArticle div.centerBox aside header a.more{width:9rem;background:#edf0f5;padding:.5rem 1rem;border-radius:2rem;margin-top:.5rem;color:#4d4c5c;font-size:.85rem;font-weight:700;display:grid;grid-template-columns:auto auto;grid-gap:.5rem}@media (max-width:1280px){section.LatestArticle div.centerBox aside{height:auto;margin-bottom:1.5rem}}section.LatestArticle div.centerBox section.articles{display:grid;grid-gap:1rem;align-content:center;grid-template-columns:repeat(3,1fr)}section.LatestArticle div.centerBox section.articles article figure{height:11rem;border-radius:2rem;overflow:hidden;position:relative}section.LatestArticle div.centerBox section.articles article figure div.rate{position:absolute;top:1rem;left:1rem;height:1.5rem;padding:0 .7rem;background:#fff;display:grid;border-radius:2rem;grid-template-columns:auto auto;grid-gap:.3rem;align-items:center}section.LatestArticle div.centerBox section.articles article figure div.rate div.icon{display:grid;align-items:center}section.LatestArticle div.centerBox section.articles article figure div.rate span{font-weight:300;color:#282828;font-family:irsans,sans-serif}section.LatestArticle div.centerBox section.articles article figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.LatestArticle div.centerBox section.articles article h3{padding:.5rem 1rem;color:#282828;font-weight:800;font-size:1rem;height:3.8rem;line-height:25px}section.LatestArticle div.centerBox section.articles article p{padding:0 1rem;text-align:right;font-weight:500;font-size:.8rem;margin-bottom:.7rem;height:4.5rem;color:#4d4c5c;line-height:24px}section.LatestArticle div.centerBox section.articles article div.info{height:3rem;border-top-left-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;background:#f8f9fb;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:0 1rem}section.LatestArticle div.centerBox section.articles article div.info span{font-weight:700;color:#4d4c5c}section.LatestArticle div.centerBox section.articles article div.info span b{font-weight:700}@media (max-width:1280px){section.LatestArticle div.centerBox section.articles{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){section.LatestArticle div.centerBox section.articles{grid-template-columns:repeat(1,1fr)}}@media (max-width:1280px){section.LatestArticle div.centerBox{grid-template-columns:1fr;grid-gap:0}}@media (max-width:1280px){section.LatestArticle{padding-top:0;padding-bottom:2rem}}section.LatestPodcast{position:relative;overflow:hidden;margin-top:13rem}section.LatestPodcast:before{content:"";position:absolute;top:0;right:-28rem;width:35rem;height:35rem;border-radius:30% 70% 70% 30%/47% 42% 58% 53%;line-height:35px;text-align:center;padding:0 .5rem;background:#212341;transform:rotate(-40deg)}@media (max-width:1280px){section.LatestPodcast:before{width:10rem;height:10rem;right:-45rem}}@media (max-width:1024px){section.LatestPodcast:before{display:none}}section.LatestPodcast div.center{display:grid;grid-template-columns:1fr 20rem;grid-template-areas:"left right";grid-gap:1rem;position:relative}@media (max-width:1024px){section.LatestPodcast div.center{grid-template-columns:1fr;grid-template-areas:"right" "left";align-content:flex-start}}section.LatestPodcast div.center aside{grid-area:right;display:grid;grid-template-columns:auto;justify-content:right;align-content:center;align-items:center;position:relative;height:40rem;padding-right:4rem}section.LatestPodcast div.center aside:after{content:"";background-image:url(/img/new/patterncopy3.png);height:5rem;width:3rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:25%;right:20%}@media (max-width:1024px){section.LatestPodcast div.center aside:after{display:none}}section.LatestPodcast div.center aside header{display:grid;grid-template-columns:auto;align-content:center;justify-content:right;position:relative;margin-top:4rem}section.LatestPodcast div.center aside header:before{content:url(/img/new/circleShape.svg);position:absolute;top:-8rem;right:0;width:100%;height:18rem;opacity:.8;z-index:-1}@media (max-width:1024px){section.LatestPodcast div.center aside header:before{display:none}}section.LatestPodcast div.center aside header:after{content:url(/img/new/circleShape.svg);position:absolute;top:-45%;right:15%;width:70%;height:12rem;opacity:.8;z-index:-1}@media (max-width:1024px){section.LatestPodcast div.center aside header:after{display:none}}section.LatestPodcast div.center aside header div.title{display:grid;grid-template-columns:auto;align-content:center;align-items:center}section.LatestPodcast div.center aside header div.title span{font-size:1.5rem;font-weight:700}section.LatestPodcast div.center aside header div.title strong{font-size:2.2rem;font-weight:bolder;position:relative;font-family:kalameh;color:#282828}section.LatestPodcast div.center aside header div.title strong:before{content:"";position:absolute;bottom:-.6rem;right:0;width:2.5rem;height:.3rem;background:#1f2db4;border-radius:1rem}section.LatestPodcast div.center aside header p{margin-top:1.5rem;padding-left:.5rem;font-weight:500;font-size:.8rem;line-height:24px;text-align:right;color:#444}section.LatestPodcast div.center aside header a.more{width:10rem;background:#edf0f5;padding:.5rem 1rem;border-radius:2rem;margin-top:.5rem;color:#4d4c5c;font-size:.8rem;font-weight:500;display:grid;grid-template-columns:auto auto;grid-gap:.5rem}@media (max-width:1024px){section.LatestPodcast div.center aside{height:auto;padding-right:0}}section.LatestPodcast div.center section.box{grid-area:left;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;align-content:center}section.LatestPodcast div.center section.box article{border-radius:1rem;display:grid;grid-template-columns:1fr;align-content:flex-start}section.LatestPodcast div.center section.box article:first-child{grid-column:1/3}@media (max-width:1280px){section.LatestPodcast div.center section.box article:first-child{grid-column:1}}section.LatestPodcast div.center section.box article:nth-child(2) div.content p{height:3rem}section.LatestPodcast div.center section.box article:nth-child(3) div.info div.data,section.LatestPodcast div.center section.box article:nth-child(4) div.info div.data,section.LatestPodcast div.center section.box article:nth-child(5) div.info div.data{margin-top:-2.6rem}section.LatestPodcast div.center section.box article:nth-child(3) div.content p,section.LatestPodcast div.center section.box article:nth-child(4) div.content p,section.LatestPodcast div.center section.box article:nth-child(5) div.content p{height:3rem}section.LatestPodcast div.center section.box article figure{height:13rem;overflow:hidden;padding:1rem 0 .5rem}section.LatestPodcast div.center section.box article figure img{border-radius:2rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:1px solid #edf0f5}section.LatestPodcast div.center section.box article div.info{padding:0 2rem}section.LatestPodcast div.center section.box article div.info div.data{height:2.8rem;background:#fff;border-radius:3rem;margin-top:-2rem;box-shadow:0 0 8px rgba(0,0,0,.08);position:relative;display:grid;grid-template-columns:1fr auto;padding:0 .2rem;font-weight:700;font-size:.7rem}section.LatestPodcast div.center section.box article div.info div.data div.user{display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem;align-items:center}section.LatestPodcast div.center section.box article div.info div.data div.user figure{height:2.4rem;width:2.4rem;overflow:hidden;padding:0}section.LatestPodcast div.center section.box article div.info div.data div.user figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:3rem}section.LatestPodcast div.center section.box article div.info div.data div.user span{color:#282828;font-weight:700;font-size:.8rem}section.LatestPodcast div.center section.box article div.info div.data a.play{display:grid;align-items:center;padding-left:.6rem}section.LatestPodcast div.center section.box article div.content{padding:0 1rem;margin-top:.5rem;display:grid;grid-template-columns:1fr}section.LatestPodcast div.center section.box article div.content h3{display:grid;grid-template-columns:auto 1fr;justify-content:right;align-content:center;grid-gap:.5rem;align-items:center;color:#282828;font-size:1rem;font-weight:800}section.LatestPodcast div.center section.box article div.content h3:before{content:"";width:.6rem;height:.6rem;border-radius:.1rem;background:#d5dbe0}section.LatestPodcast div.center section.box article div.content p{height:4.8rem;font-size:.8rem;font-weight:500;line-height:24px;color:#4d4c5c;padding:.3rem 1rem 0 .8rem;text-align:right}@media (max-width:1280px){section.LatestPodcast div.center section.box{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){section.LatestPodcast div.center section.box{grid-template-columns:repeat(1,1fr)}}@media (max-width:1280px){section.LatestPodcast{margin-top:5rem}}@media (max-width:640px){section.LatestPodcast{margin-top:1rem}}section.faqWidget{margin-bottom:5rem;margin-top:8rem;padding:6rem 0;box-shadow:inset 0 33px 35px -33px rgba(0,0,0,.035)}section.faqWidget div.FAQ div.content-FAQ div.item{margin-bottom:.4rem}section.faqWidget div.FAQ div.content-FAQ div.item h2{font-weight:800;font-size:1.4rem;padding-top:1rem;letter-spacing:-1px;padding-bottom:.4rem;color:#333}section.faqWidget div.FAQ div.content-FAQ div.item p{font-weight:700;font-size:.95rem;color:#4d4c5c;line-height:26px}@media (max-width:500px){section.faqWidget div.FAQ div.content-FAQ div.item p{text-align:justify}}section.faqWidget div.FAQ section.FAQPageIndex{margin-top:6rem;display:grid;grid-gap:1.5rem}section.faqWidget div.FAQ section.FAQPageIndex h4.FAQTitle{text-align:center;font-size:2.5rem;font-weight:bolder;font-family:kalameh;margin-bottom:2rem;color:#333;position:relative}section.faqWidget div.FAQ section.FAQPageIndex h4.FAQTitle:before{content:"";position:absolute;bottom:-1rem;right:0;left:0;width:4rem;margin:auto;height:5px;background:#1f2db4;border-radius:4rem;opacity:.85}section.faqWidget div.FAQ section.FAQPageIndex h4.FAQTitle:after{content:"";position:absolute;bottom:-1.5rem;right:0;left:0;width:2rem;margin:auto;height:3.5px;background:#1f2db4;border-radius:4rem;opacity:.6}section.faqWidget div.FAQ section.FAQPageIndex div.Block{min-height:5rem;box-shadow:0 0 20px rgba(0,0,0,.06);border-radius:3rem}section.faqWidget div.FAQ section.FAQPageIndex div.Block div.title{align-items:center;display:grid;height:5rem;grid-template-columns:auto auto;justify-content:space-between;padding:0 2rem;cursor:pointer}section.faqWidget div.FAQ section.FAQPageIndex div.Block div.title h4{font-size:1rem;font-weight:800;display:grid;grid-template-columns:auto auto;grid-gap:.5rem;justify-content:right;align-items:center;color:#1f2db4}section.faqWidget div.FAQ section.FAQPageIndex div.Block div.title h4 span.icon{display:grid;align-items:center}section.faqWidget div.FAQ section.FAQPageIndex div.Block div.title h4 span.icon svg{fill:#1f2db4;margin-top:-.1rem}@media (max-width:640px){section.faqWidget div.FAQ section.FAQPageIndex div.Block div.title h4{font-size:.9rem;font-weight:900}}section.faqWidget div.FAQ section.FAQPageIndex div.Block div.title div.icon{display:grid;align-items:center;transform:rotate(90deg);transition:all .25s ease-in-out}section.faqWidget div.FAQ section.FAQPageIndex div.Block div.title div.icon.minus{transform:rotate(0deg)}section.faqWidget div.FAQ section.FAQPageIndex div.Block div.answer p{font-weight:500;font-size:.95rem;color:#4d4c5c;line-height:27px;padding:0 2rem 2rem}@media (max-width:500px){section.faqWidget div.FAQ section.FAQPageIndex div.Block div.answer p{text-align:justify}}@media (max-width:640px){section.faqWidget div.FAQ section.FAQPageIndex{margin-top:3rem}}@media (max-width:640px){section.faqWidget{margin-top:4rem;padding:1rem 0;margin-bottom:2rem}}footer#index{margin-top:5rem;background:#f8f9fb;padding:4rem 0 0}footer#index div.center div.top{display:grid;grid-template-columns:28rem 1fr 1fr 1fr}footer#index div.center div.top div.item{padding:1rem 0}footer#index div.center div.top div.item:first-child{padding-left:5rem}footer#index div.center div.top div.item:first-child figure{height:2.4rem}footer#index div.center div.top div.item:first-child figure img{width:auto;height:100%}footer#index div.center div.top div.item:first-child p{font-size:.85rem;font-weight:500;color:#4d4c5c;padding-top:1rem;line-height:27px;text-align:justify}footer#index div.center div.top div.item:first-child p span{font-weight:900;color:#1f2db4}@media (max-width:1280px){footer#index div.center div.top div.item:first-child{grid-column:1/span 3;padding-left:0}}footer#index div.center div.top div.item:last-child strong,footer#index div.center div.top div.item:nth-child(2) strong,footer#index div.center div.top div.item:nth-child(3) strong{font-size:1rem}footer#index div.center div.top div.item:last-child strong b,footer#index div.center div.top div.item:nth-child(2) strong b,footer#index div.center div.top div.item:nth-child(3) strong b{color:#1f2db4}footer#index div.center div.top div.item:last-child ul,footer#index div.center div.top div.item:nth-child(2) ul,footer#index div.center div.top div.item:nth-child(3) ul{font-size:.85rem;font-weight:500;list-style:none;padding:1rem 0}footer#index div.center div.top div.item:last-child ul li,footer#index div.center div.top div.item:nth-child(2) ul li,footer#index div.center div.top div.item:nth-child(3) ul li{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.8rem;align-items:center;margin-top:.8rem}footer#index div.center div.top div.item:last-child ul li a,footer#index div.center div.top div.item:nth-child(2) ul li a,footer#index div.center div.top div.item:nth-child(3) ul li a{color:#4d4c5c;font-weight:500}footer#index div.center div.top div.item:last-child ul li:before,footer#index div.center div.top div.item:nth-child(2) ul li:before,footer#index div.center div.top div.item:nth-child(3) ul li:before{content:"";width:.3rem;height:.3rem;border-radius:1rem;background:#d5dbe0}@media (max-width:500px){footer#index div.center div.top div.item:last-child,footer#index div.center div.top div.item:nth-child(2),footer#index div.center div.top div.item:nth-child(3){grid-column:1/span 3}}@media (max-width:1280px){footer#index div.center div.top{grid-template-columns:1fr 1fr 1fr}}@media (max-width:640px){footer#index div.center div.top{grid-template-columns:1fr}}footer#index div.center div.blockShape{height:6rem;border-radius:7rem;background:#1f2db4;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;margin-top:1rem;padding:0 2rem;position:relative}@media (max-width:768px){footer#index div.center div.blockShape{grid-template-columns:auto;height:auto;justify-content:center;text-align:center;padding:.8rem 0}}footer#index div.center div.blockShape div.info{display:grid;grid-template-rows:auto auto;align-content:center}footer#index div.center div.blockShape div.info strong{font-size:1rem;font-weight:900;color:#fff}footer#index div.center div.blockShape div.info strong b{color:#f3b546}@media (max-width:500px){footer#index div.center div.blockShape div.info strong{font-size:.88rem}}footer#index div.center div.blockShape div.info p{color:#fff;font-weight:500}@media (max-width:500px){footer#index div.center div.blockShape div.info p{grid-template-columns:1fr;font-size:.68rem}}footer#index div.center div.blockShape div.socialMedia{display:grid;grid-template-columns:repeat(4,auto);justify-content:left;grid-gap:1rem}footer#index div.center div.blockShape div.socialMedia a{width:2.5rem;height:2.5rem;background:hsla(0,0%,100%,.08);border-radius:3rem;display:grid;justify-content:center;align-items:center;font-weight:700}footer#index div.center div.blockShape div.socialMedia a svg{fill:#fff}@media (max-width:768px){footer#index div.center div.blockShape div.socialMedia{justify-content:center;padding:.5rem 0}}footer#index div.center div.blockShape div.shape{background-image:url(/img/new/footerShape.svg);position:absolute;background-repeat:no-repeat;bottom:80%;right:0;left:0;margin-right:auto;margin-left:auto;width:12rem;height:3rem;cursor:pointer;display:grid;grid-template-columns:auto;justify-content:center;align-items:center}footer#index div.center div.blockShape div.shape svg{fill:#fff;transform:rotate(-90deg)}footer#index div.center div.bottom{padding:1rem 0;display:grid;grid-template-columns:auto auto;justify-content:space-between}footer#index div.center div.bottom p{font-size:.75rem;font-weight:400;color:#4d4c5c;padding:0 1rem;font-weight:700}@media (max-width:640px){footer#index div.center div.bottom{grid-template-columns:1fr}}@media (max-width:640px){footer#index{padding-top:1rem}}section.AddressBar{height:3rem;background:#f8f9fb;border-radius:3rem;margin:2rem auto;display:grid;grid-template-columns:1fr auto;justify-content:space-between;align-items:center;padding:0 1rem}section.AddressBar div.path{font-size:.8rem;grid-template-columns:repeat(auto-fit,minmax(2rem,auto))}section.AddressBar div.path,section.AddressBar div.path a.item{display:grid;justify-content:right;align-items:center;align-content:center}section.AddressBar div.path a.item{grid-template-columns:auto auto;font-weight:700;color:#4d4c5c}section.AddressBar div.path a.item:last-child{color:#4d4c5c;font-weight:700}section.AddressBar div.path a.item:after{content:url(/img/new/angle-small-left.svg);margin-top:.3rem;padding:0 .5rem}section.AddressBar div.path a.item:last-child:after{content:""}section.AddressBar div.code{font-size:.8rem;color:#4d4c5c}section.AddressBar div.code span{font-weight:700;font-size:.75rem;letter-spacing:.9px}@media (max-width:768px){section.AddressBar div.code{display:none}}@media (max-width:768px){section.AddressBar{grid-template-columns:1fr;height:auto;padding:1rem}}section.TopShowCourse{position:relative}section.TopShowCourse:before{content:"";background-image:url(/img/new/Ellipse49copy2.svg);height:30rem;width:9rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:-10%;left:-1rem}@media (max-width:1536px){section.TopShowCourse:before{left:-6rem}}@media (max-width:768px){section.TopShowCourse:before{left:-6rem}}@media (max-width:640px){section.TopShowCourse:before{display:none}}section.TopShowCourse div.center{display:grid;grid-template-columns:36rem 1fr;background:#fff;box-shadow:0 0 50px rgba(0,0,0,.05);border-radius:2rem}section.TopShowCourse div.center div.block{padding:2rem 2rem .5rem}section.TopShowCourse div.center div.block:first-child figure.cover{height:19rem;overflow:hidden}section.TopShowCourse div.center div.block:first-child figure.cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem}@media (max-width:1280px){section.TopShowCourse div.center div.block:first-child figure.cover{height:auto}}section.TopShowCourse div.center div.block:first-child div.profile{display:grid;grid-template-columns:1fr auto 1fr;align-content:center;align-items:center;margin-top:1rem}section.TopShowCourse div.center div.block:first-child div.profile:after,section.TopShowCourse div.center div.block:first-child div.profile:before{content:"";height:1px;background:#edf0f5}section.TopShowCourse div.center div.block:first-child div.profile figure{height:5rem;width:5rem;overflow:hidden;padding:.35rem;border-radius:5rem;background:rgba(0,0,0,.09)}section.TopShowCourse div.center div.block:first-child div.profile figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5rem}section.TopShowCourse div.center div.block:first-child div.centered{height:2.5rem;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;align-content:center}section.TopShowCourse div.center div.block:first-child div.centered div.user{display:grid;grid-template-rows:auto auto;align-content:center}section.TopShowCourse div.center div.block:first-child div.centered div.user strong{font-weight:900;font-size:.9rem;color:#1f2db4}section.TopShowCourse div.center div.block:first-child div.centered div.user span{font-weight:500}section.TopShowCourse div.center div.block:first-child div.centered div.more a{display:grid;grid-template-columns:auto auto;justify-content:left;align-content:center;align-items:center;grid-gap:.2rem;margin-top:.35rem}section.TopShowCourse div.center div.block:first-child div.centered div.more a div.icon{display:grid;align-items:center}section.TopShowCourse div.center div.block:first-child div.centered div.more a div.icon svg{fill:#4d4c5c;margin-top:.1rem}section.TopShowCourse div.center div.block:first-child div.centered div.more a span{font-weight:700;font-size:.75rem;color:#4d4c5c}section.TopShowCourse div.center div.block:last-child{padding-right:1rem}section.TopShowCourse div.center div.block:last-child div.title{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.5rem}section.TopShowCourse div.center div.block:last-child div.title div.icon{width:2.6rem;height:2.6rem;border-radius:.5rem;display:grid;align-content:center;justify-content:center;background:#282828}section.TopShowCourse div.center div.block:last-child div.title div.icon svg{fill:#fff}section.TopShowCourse div.center div.block:last-child div.title h1{font-size:1.5rem;font-weight:800;color:#282828}@media (max-width:640px){section.TopShowCourse div.center div.block:last-child div.title h1{font-size:1.2rem}}section.TopShowCourse div.center div.block:last-child div.info{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:1rem;align-items:center;align-content:center;padding:2rem 0;border-bottom:1px solid #edf0f5}section.TopShowCourse div.center div.block:last-child div.info div.box{height:1.8rem;background:#f8f9fb;border-radius:2rem;padding:0 1rem;cursor:context-menu}section.TopShowCourse div.center div.block:last-child div.info div.box span{font-weight:500;font-size:.78rem;color:#4d4c5c}section.TopShowCourse div.center div.block:last-child div.info div.box span:first-child{font-weight:500}section.TopShowCourse div.center div.block:last-child div.info div.box span:last-child{padding-top:.2rem}section.TopShowCourse div.center div.block:last-child div.info div.box:first-child{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center;align-content:center}section.TopShowCourse div.center div.block:last-child div.info div.box:first-child div.icon{display:grid;align-items:center;align-content:center}section.TopShowCourse div.center div.block:last-child div.info div.box:first-child div.icon svg{margin-top:.1rem}section.TopShowCourse div.center div.block:last-child div.info div.box:nth-child(2){display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center}section.TopShowCourse div.center div.block:last-child div.centerBox{border-bottom:1px solid #edf0f5;display:grid;grid-template-columns:repeat(4,auto);justify-content:space-between;grid-gap:.5rem;padding-left:1rem}section.TopShowCourse div.center div.block:last-child div.centerBox div.section{padding:2rem 0;text-align:center}section.TopShowCourse div.center div.block:last-child div.centerBox div.section span{font-size:.75rem;font-weight:700;color:#999}section.TopShowCourse div.center div.block:last-child div.centerBox div.section strong,section.TopShowCourse div.center div.block:last-child div.centerBox div.section strong.count{font-size:.9rem;font-weight:900;color:#4d4c5c}@media (max-width:500px){section.TopShowCourse div.center div.block:last-child div.centerBox div.section{padding:.5rem 0}}@media (max-width:500px){section.TopShowCourse div.center div.block:last-child div.centerBox{grid-template-columns:repeat(2,auto);padding-left:0}}section.TopShowCourse div.center div.block:last-child p{padding:2rem 0;font-weight:500;font-size:.85rem;color:#777;line-height:26px;height:9rem;overflow:hidden}@media (max-width:500px){section.TopShowCourse div.center div.block:last-child p{text-align:justify;margin-bottom:3rem}}section.TopShowCourse div.center div.block:last-child div.actions{display:grid;grid-template-columns:1fr auto;margin-bottom:1rem;align-content:center}section.TopShowCourse div.center div.block:last-child div.actions div.btn{display:grid;justify-content:right;grid-gap:1rem;grid-template-columns:repeat(auto-fit,minmax(2rem,auto))}section.TopShowCourse div.center div.block:last-child div.actions div.btn button{color:#fff;font-size:.9rem;padding:.8rem 2.5rem;border-radius:2rem;font-weight:900;box-shadow:0 5px 35px 0 rgba(31,45,180,.5)}section.TopShowCourse div.center div.block:last-child div.actions div.btn button.play{min-width:13rem;background:#212341}@media (max-width:640px){section.TopShowCourse div.center div.block:last-child div.actions div.btn button.play{min-width:10rem}}section.TopShowCourse div.center div.block:last-child div.actions div.btn button.join{background:#1f2db4}@media (max-width:640px){section.TopShowCourse div.center div.block:last-child div.actions div.btn button{padding:.8rem;font-size:.8rem}}section.TopShowCourse div.center div.block:last-child div.actions div.price{display:grid;grid-template-columns:auto auto;justify-content:left;align-content:center;align-items:center;grid-gap:.2rem;padding-left:1rem;position:relative}section.TopShowCourse div.center div.block:last-child div.actions div.price strong{font-size:1.9rem;font-weight:800}section.TopShowCourse div.center div.block:last-child div.actions div.price span{font-family:kalameh;letter-spacing:-.01px;font-weight:900;font-size:1.25rem}section.TopShowCourse div.center div.block:last-child div.actions div.price span.free{font-size:1.9rem}section.TopShowCourse div.center div.block:last-child div.actions div.price b.discount{font-weight:900;position:absolute;top:-1.5rem;left:4rem;font-size:1.3rem;text-decoration:line-through;color:#4d4c5c;display:grid;grid-template-columns:auto auto;align-items:center}section.TopShowCourse div.center div.block:last-child div.actions div.price b.discount span{font-family:kalameh;font-size:1.2rem;font-weight:800;margin-top:-.3rem}@media (max-width:500px){section.TopShowCourse div.center div.block:last-child div.actions div.price{margin:1rem 0 3rem}}@media (max-width:768px){section.TopShowCourse div.center div.block:last-child div.actions{grid-template-columns:auto;grid-row-gap:1rem}}@media (max-width:500px){section.TopShowCourse div.center div.block{padding:1rem}}@media (max-width:1280px){section.TopShowCourse div.center{grid-template-columns:1fr}}section.TopShowCourse div.VideoPlayer{border-radius:1.5rem}section.TopShowCourse div.VideoPlayer div.backShowInfo{min-width:10rem;max-width:12rem;margin-right:2rem;background:#212341;border-top-right-radius:1rem;border-top-left-radius:1rem;color:#fff;display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.4rem;align-items:center;height:2.5rem;cursor:pointer;font-weight:700;padding:.3rem 1rem 0}section.TopShowCourse div.VideoPlayer div.backShowInfo svg{fill:#fff;transform:rotate(-90deg)}section.TopShowCourse div.VideoPlayer .videoBlock{background-color:#e6e6e6;position:relative;border-radius:1rem}section.TopShowCourse div.VideoPlayer .videoBlock .iframe{width:100%;height:40rem;border-radius:1rem}section.TopShowCourse div.VideoPlayer .plyr{border-radius:1rem;border:1px solid #f8f9fb;background:none}section.TopShowCourse div.VideoPlayer .plyr .plyr__poster{background-size:cover}section.TopShowCourse div.VideoPlayer div.playlistBlock{padding:0 4rem}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes{background:#fff;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;box-shadow:0 0 18px rgba(0,0,0,.06);padding:1rem;position:relative}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode{padding:1px;display:grid;grid-template-columns:1fr;position:relative}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode:before{content:"";background-image:url(/img/new/diagonal-arrow-black.svg);background-size:contain;position:absolute;top:.3rem;left:-3rem;width:2rem;height:3rem;transform:rotate(135deg);background-repeat:no-repeat}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode.active:before{background-image:url(/img/new/diagonal-arrow-blue.svg)}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.overEpisode{position:absolute;top:0;right:0;width:0;height:100%;background:#212341;border:1px solid #212341;border-top-right-radius:4rem;border-bottom-right-radius:4rem}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.overEpisode.full{border-radius:4rem}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain{display:grid;grid-template-columns:auto 1fr;align-content:center;z-index:10;height:4rem;grid-gap:.5rem;position:relative;border-radius:4rem;overflow:hidden;background:#f8f9fb;padding:0 1rem}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain:before{content:"";position:absolute;top:25%;right:-.65rem;width:1.9rem;height:2rem;line-height:35px;text-align:center;padding:0 .5rem;border-top-right-radius:.2rem;border-bottom-left-radius:.2rem;background-image:url(/img/new/playlistShape.svg);background-repeat:no-repeat;display:none}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain div.order{width:2.5rem;height:2.5rem;border-radius:2.5rem;line-height:2.7rem;background:#fff;box-shadow:0 0 12px rgba(0,0,0,.04);position:relative;display:grid;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;color:#282828;z-index:2}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain div.info{display:grid;grid-template-rows:auto auto;align-content:center;z-index:2}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain div.info a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain div.info span.title{font-size:.8rem;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#282828}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain div.info div.bottom{display:grid;grid-template-columns:auto auto;justify-content:space-between;padding-top:.2rem;align-items:center;padding-left:.5rem}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain div.info div.bottom span{font-weight:700;color:#4d4c5c;font-size:.65rem}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain div.info div.bottom span:last-child{font-size:.65rem}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain div.beforeClass{position:absolute;top:0;right:0;height:100%;background:rgba(144,143,163,.16);z-index:1}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain.active div.order{background:#212341;color:#fff}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain.active div.info span.title{color:#212341;font-weight:900}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain.active div.info div.bottom span.percent{font-weight:700}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.episode div.blockMain.active:before{display:block}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes .swiper-container{position:static!important}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes .swiper-container div.swiper-slide:last-child div.episode:before{content:"";background-image:none}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.swiper-button-prev{top:58%;right:-.7rem;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.1);width:1.5rem;height:1.5rem;border-radius:2rem;transition:all .3s ease-in-out;z-index:100000!important}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.swiper-button-prev:hover{color:#4d4c5c;background:#fff}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.swiper-button-prev:after{color:#4d4c5c;padding-left:.2rem;font-size:.75rem!important}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.swiper-button-next{left:-.7rem;top:58%;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.1);width:1.5rem;height:1.5rem;border-radius:2rem;transition:all .3s ease-in-out}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.swiper-button-next:hover{color:#4d4c5c;background:#fff}section.TopShowCourse div.VideoPlayer div.playlistBlock div.panelEpisodes div.swiper-button-next:after{font-size:.75rem!important;color:#4d4c5c;padding-right:.2rem}section.TopShowCourse div.VideoPlayer div.joinVideo{position:relative;overflow:hidden;border-radius:1.5rem}section.TopShowCourse div.VideoPlayer div.joinVideo div.top{background:#1f2db4;height:18rem}section.TopShowCourse div.VideoPlayer div.joinVideo div.bottom{background:#7a8ef4;height:18rem;display:grid;grid-template-rows:auto auto;align-content:center;justify-content:center}section.TopShowCourse div.VideoPlayer div.joinVideo div.bottom h4{margin-top:2rem;font-family:kalameh,irsans,sans-serif;font-weight:700;font-size:1.5rem;margin-left:20rem}section.TopShowCourse div.VideoPlayer div.joinVideo div.bottom p{font-weight:500;font-size:.85rem;margin-top:.5rem}section.TopShowCourse div.VideoPlayer div.joinVideo div.bottom p a{color:#282828;font-weight:900;font-size:.85rem}section.TopShowCourse div.VideoPlayer div.joinVideo:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;margin:auto;background-image:url(/img/new/premissionVideo.png);background-size:contain;background-repeat:no-repeat;background-position:50%;height:18rem}section.TopShowCourse div.titleEpisode{display:grid;grid-template-columns:auto auto auto;align-items:center;justify-content:right;grid-gap:.5rem;padding:1rem 0}section.TopShowCourse div.titleEpisode div.icon{width:2.6rem;height:2.6rem;border-radius:.5rem;display:grid;align-content:center;justify-content:center;background:#282828}section.TopShowCourse div.titleEpisode div.icon svg{fill:#fff}section.TopShowCourse div.titleEpisode h1{font-size:1.5rem;font-weight:800;color:#282828}section.TopShowCourse div.titleEpisode span{background:rgba(31,45,180,.1);color:#1f2db4;padding:.3rem 1rem;border-radius:.5rem;font-size:.85rem;font-weight:900}section.TopShowCourse div.preSaleBlock{height:8rem;margin-bottom:2rem;background-image:url(/img/new/discountCover-min.jpg);background-repeat:repeat-x;background-size:contain;border-radius:1rem;position:relative;direction:ltr;display:grid;align-items:center;align-content:center;grid-template-columns:auto 1fr;justify-content:left;color:#fff;padding:.5rem 1rem 0;grid-template-areas:"bottom top"}@media (max-width:1024px){section.TopShowCourse div.preSaleBlock{grid-template-columns:1fr;height:12rem;grid-template-areas:"top" "bottom"}}section.TopShowCourse div.preSaleBlock div.text{direction:rtl;position:relative;grid-area:top}section.TopShowCourse div.preSaleBlock div.text h4{font-size:1.5rem;font-weight:800;color:#ffdc64}@media (max-width:1024px){section.TopShowCourse div.preSaleBlock div.text h4{text-align:center}}section.TopShowCourse div.preSaleBlock div.text h4 strong{font-weight:800}section.TopShowCourse div.preSaleBlock div.text p{font-size:.85rem;font-weight:700}@media (max-width:1024px){section.TopShowCourse div.preSaleBlock div.text p{display:none}}section.TopShowCourse div.preSaleBlock:before{content:"";background:rgba(0,0,0,.12);width:100%;height:100%;position:absolute;box-shadow:inset 0 0 30px rgba(0,0,0,.15);top:0;right:0;border-radius:1rem}section.TopShowCourse div.preSaleBlock .flip-clock__card{position:relative;grid-area:bottom}@media (max-width:1024px){section.TopShowCourse div.preSaleBlock .flip-clock__card{margin-top:1rem}}section.TopShowCourse div.preSaleBlock .flip-clock__card b{width:1.6em!important;height:.85em!important}section.TopShowCourse div.preSaleBlock .flip-clock__slot{font-size:.85rem;font-weight:500;margin-top:.4rem}@media (max-width:1024px){section.TopShowCourse div.preSaleBlock .flip-clock__slot{line-height:2rem}}section.TopShowCourse div.preSaleBlock .flip-card__back-bottom[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__back[data-v-cff81de8]:after,section.TopShowCourse div.preSaleBlock .flip-card__back[data-v-cff81de8]:before,section.TopShowCourse div.preSaleBlock .flip-card__bottom[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__top[data-v-cff81de8]{width:1.6em!important;background:#212341;line-height:2.5rem;font-size:2rem;color:#ffdc64;margin-bottom:-1rem;height:.85em!important}@media (max-width:1024px){section.TopShowCourse div.preSaleBlock .flip-card__back-bottom[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__back[data-v-cff81de8]:after,section.TopShowCourse div.preSaleBlock .flip-card__back[data-v-cff81de8]:before,section.TopShowCourse div.preSaleBlock .flip-card__bottom[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__top[data-v-cff81de8]{font-size:1.5rem;line-height:2rem}}section.TopShowCourse div.preSaleBlock .flip-card__back-bottom-4digits[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__back-bottom[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__bottom-4digits[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__bottom[data-v-cff81de8]{border-top:1px solid #272d39}@media (max-width:1024px){section.TopShowCourse div.preSaleBlock .flip-card__back-bottom-4digits[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__back-bottom[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__bottom-4digits[data-v-cff81de8],section.TopShowCourse div.preSaleBlock .flip-card__bottom[data-v-cff81de8]{border-top:0}}section.TagVideoSection div.center{padding:0 1rem;height:4.5rem;background:#fff;box-shadow:0 0 50px rgba(0,0,0,.05);margin-top:2rem;border-radius:1.5rem;align-content:center}section.TagVideoSection div.center,section.TagVideoSection div.center div.panel{display:grid;grid-template-columns:1fr auto;align-items:center}section.TagVideoSection div.center div.panel div.rate{display:grid;justify-content:center;text-align:center;grid-template-columns:auto auto;align-items:center;padding-top:.5rem}section.TagVideoSection div.center div.panel div.rate span.text{font-size:.7rem;margin-top:-.5rem;font-weight:700;color:#4d4c5c}section.TagVideoSection div.center div.panel div.rate span.vue-star-rating-rating-text{display:none}section.TagVideoSection div.center div.panel nav.tags{display:grid;grid-template-columns:repeat(auto-fit,minmax(2rem,auto));grid-gap:1rem;justify-content:right;align-items:center}section.TagVideoSection div.center div.panel nav.tags span{color:#4d4c5c;font-weight:700}section.TagVideoSection div.center div.panel nav.tags a{color:#777;font-size:.78rem;font-weight:700;background:#f8f9fb;border-radius:1rem;padding:.3rem 1rem}@media (max-width:640px){section.TagVideoSection div.center div.panel{grid-template-columns:1fr}}@media (max-width:640px){section.TagVideoSection div.center{grid-template-columns:1fr;height:auto;padding:1rem}}section.TabContent{margin:2rem auto;display:grid;grid-template-columns:1fr 20rem;grid-gap:2rem}section.TabContent section.BodyContent div.content{font-family:dana,sans-serif!important}section.TabContent section.BodyContent div.content h5{font-size:1rem;color:#1f2db4;display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center}section.TabContent section.BodyContent div.content h5:before{content:"";width:2rem;border-radius:1rem;height:.3rem;background:#edf0f5}section.TabContent section.BodyContent div.content ol,section.TabContent section.BodyContent div.content ul{padding-right:1rem}section.TabContent section.BodyContent div.content ol li,section.TabContent section.BodyContent div.content ul li{padding:.2rem 0;font-size:.85rem;color:#555;font-weight:500}section.TabContent section.BodyContent div.content div#bodyCourse{line-height:27px;font-size:.9rem;overflow:hidden}section.TabContent section.BodyContent div.content div#bodyCourse .ql-editor{overflow:hidden}section.TabContent section.BodyContent div.content .ql-container{height:auto}section.TabContent section.BodyContent div.content blockquote{line-height:27px;font-size:.9rem;padding:1.5rem;position:relative;background:#fcfcfc;border-radius:.4rem;color:#555;font-weight:500}section.TabContent section.BodyContent div.content blockquote:before{content:"";height:100%;width:.2rem;border-radius:.5rem;position:absolute;top:0;right:0;background:#212341}section.TabContent section.BodyContent div.content blockquote:after{position:absolute;content:"";top:.5rem;right:.5rem;width:1.2rem;height:1.2rem;background-size:contain;background-repeat:no-repeat;background-image:url(/img/blockquote.png)}section.TabContent section.BodyContent div.content pre.ql-syntax{padding:1rem;direction:ltr;background:#212341;color:#fff;font-size:.9rem;border-radius:.4rem;width:100%;overflow-x:auto;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4}section.TabContent section.BodyContent div.content p{font-weight:500;font-size:.9rem;color:#555;line-height:27px;overflow:hidden}section.TabContent section.BodyContent div.content h2{font-size:1.2rem;font-weight:900;color:#282828}section.TabContent section.BodyContent div.content h3{font-size:1rem;font-weight:900;color:#282828}section.TabContent section.BodyContent div.content div.btnMoreContent{padding:2rem 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative}section.TabContent section.BodyContent div.content div.btnMoreContent:after,section.TabContent section.BodyContent div.content div.btnMoreContent:before{content:"";height:.06rem;background:#edf0f5}section.TabContent section.BodyContent div.content div.btnMoreContent div.overContent{position:absolute;top:-3.5rem;right:0;width:100%;height:100%;box-shadow:inset 0 -80px 35px -20px hsla(0,0%,100%,.98);border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;overflow:hidden}section.TabContent section.BodyContent div.content div.btnMoreContent button{padding:0 1rem;border-radius:2.3rem;height:2.3rem;position:relative;font-size:.75rem;transition:all .3s ease-in-out;z-index:1}section.TabContent section.BodyContent div.TabSection{margin-top:1rem}section.TabContent section.BodyContent div.TabSection div.tabList{display:grid;align-items:center;grid-template-columns:auto auto;grid-gap:1rem;height:3.5rem;border-radius:3.5rem;background:#f8f9fb;justify-content:center}section.TabContent section.BodyContent div.TabSection div.tabList span{height:2.5rem;border-radius:3rem;padding:0 2rem;line-height:2.5rem;font-weight:700;font-size:.88rem;color:#282828;cursor:pointer}section.TabContent section.BodyContent div.TabSection div.tabList span.active{background:#1f2db4;color:#fff}section.TabContent section.BodyContent div.components{direction:ltr;display:grid;grid-template-columns:1fr;min-height:20rem;align-content:flex-start;background:#f8f9fb;margin-top:1rem;border-radius:2rem;padding:1rem}section.TabContent section.BodyContent div.components div.LinksSection{direction:rtl}section.TabContent section.BodyContent div.components div.LinksSection div.link{background:#fff;border-radius:1.5rem;margin-top:1rem;padding:0 1rem;font-weight:900;font-size:.95rem;color:#4d4c5c;cursor:pointer}section.TabContent section.BodyContent div.components div.LinksSection div.link:first-child{margin-top:0}section.TabContent section.BodyContent div.components div.LinksSection div.link div.title{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;min-height:5rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.title div.left{display:grid;grid-template-columns:auto auto auto;justify-content:left;grid-gap:1rem;align-items:center}section.TabContent section.BodyContent div.components div.LinksSection div.link div.title div.left div.timeSession{padding:.4rem 1rem;background:rgba(31,45,180,.08);border-radius:2rem;font-weight:500;color:#1f2db4;font-size:.8rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.title div.left div.episodesCount{padding:.4rem 1rem;background:rgba(255,137,103,.1);border-radius:2rem;font-weight:500;color:#ff8967;font-size:.8rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.title div.left div.arrow{display:grid;align-items:center;transform:rotate(90deg);fill:#4d4c5c}@media (max-width:1280px){section.TabContent section.BodyContent div.components div.LinksSection div.link div.title{grid-template-columns:1fr;align-content:center}}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks{padding-bottom:.5rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode{height:5rem;background:#f8f9fb;border-radius:1rem;margin-bottom:1rem;display:grid;align-items:center;grid-template-columns:auto 1fr;justify-content:space-between;padding:0 1rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.rightBox{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:right;grid-gap:1rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.rightBox div.counter{width:2.5rem;height:2.5rem;background:rgba(31,45,180,.15);border-radius:.5rem;color:#fff;display:grid;align-items:center;justify-content:center}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.rightBox div.counter span{display:grid;align-items:center;justify-content:center;width:2rem;height:2rem;font-weight:700;font-size:.8rem;line-height:2.1rem;border-radius:.4rem;color:#fff;background:#1f2db4}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.rightBox div.content{display:grid;grid-template-rows:auto auto;align-content:center;align-items:center}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.rightBox div.content h4{font-weight:900;font-size:.95rem;color:#4d4c5c;margin-top:.2rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.rightBox div.content p{font-weight:500;font-size:.7rem;margin-top:-.4rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.rightBox div.content p span.percent{font-weight:700;color:#fea2a4}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.leftBox{grid-template-columns:repeat(auto-fit,minmax(2rem,auto));display:grid;justify-content:left;grid-gap:1rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.leftBox div.timeSession{padding:.4rem 1rem;background:rgba(31,45,180,.08);border-radius:2rem;font-weight:500;color:#1f2db4;font-size:.8rem}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.leftBox a.more{background:#fff!important;padding:.4rem 1rem;background:rgba(31,45,180,.08);border-radius:2rem;font-weight:500;color:#4d4c5c;font-size:.8rem;display:grid;align-items:center;grid-template-columns:auto auto;grid-gap:.3rem;align-content:center;justify-content:left}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode div.leftBox a.more div.arrow{display:grid;align-items:center}@media (max-width:1280px){section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode{grid-template-columns:1fr;align-content:center;height:auto;padding:1rem}}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode.active{background:#1f2db4}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode.active div.rightBox div.counter{background:hsla(0,0%,100%,.15);color:#fff}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode.active div.rightBox div.counter span{color:#282828;background:#fff}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode.active div.rightBox div.content h4,section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode.active div.rightBox div.content p{color:#fff}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode.active div.rightBox div.content p span.percent{color:#fea2a4}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode.active div.leftBox div.timeSession{background:hsla(0,0%,100%,.08);color:#fff}section.TabContent section.BodyContent div.components div.LinksSection div.link div.subLinks div.itemEpisode.active div.leftBox a.more{display:none}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode{height:5rem;background:#fff;border-radius:1rem;margin-bottom:1rem;display:grid;align-items:center;grid-template-columns:auto auto;justify-content:space-between;padding:0 1rem;color:#4d4c5c}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.rightBox{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:right;grid-gap:1rem}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.rightBox div.counter{width:2.5rem;height:2.5rem;background:rgba(31,45,180,.15);border-radius:.5rem;color:#fff;display:grid;align-items:center;justify-content:center}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.rightBox div.counter span{display:grid;align-items:center;justify-content:center;width:2rem;height:2rem;font-weight:700;font-size:.8rem;line-height:2.1rem;border-radius:.4rem;color:#fff;background:#1f2db4}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.rightBox div.content{display:grid;grid-template-rows:auto auto;align-content:center}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.rightBox div.content h4{font-weight:900;font-size:.95rem;color:#4d4c5c;margin-top:.2rem}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.rightBox div.content p{font-weight:500;font-size:.7rem;margin-top:-.4rem}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.rightBox div.content p span.percent{color:#fea2a4;font-weight:700}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.leftBox{grid-template-columns:auto auto;display:grid;justify-content:left;align-items:center;grid-gap:1rem}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.leftBox div.timeSession{padding:.4rem 1rem;background:rgba(31,45,180,.08);border-radius:2rem;font-weight:500;color:#1f2db4;font-size:.8rem}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.leftBox a.more{background:#f8f9fb!important;padding:.4rem 1rem;background:rgba(31,45,180,.08);border-radius:2rem;font-weight:500;color:#4d4c5c;font-size:.8rem;display:grid;align-items:center;grid-template-columns:auto auto;align-content:center;justify-content:left}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.leftBox a.more div.arrow{display:grid;align-items:center}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.leftBox div.lock{display:grid;align-items:center;width:2.8rem;height:2.8rem;border-radius:3rem;background:rgba(31,45,180,.08);justify-content:center}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode div.leftBox div.lock svg{fill:#1f2db4}@media (max-width:1280px){section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode{grid-template-columns:1fr;height:auto;padding:1rem}}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode.active{background:#1f2db4}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode.active div.rightBox div.counter{background:hsla(0,0%,100%,.15);color:#fff}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode.active div.rightBox div.counter span{color:#282828;background:#fff}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode.active div.rightBox div.content h4,section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode.active div.rightBox div.content p{color:#fff}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode.active div.rightBox div.content p span.percent{color:#fea2a4}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode.active div.leftBox div.timeSession{background:hsla(0,0%,100%,.08);color:#fff}section.TabContent section.BodyContent div.components div.LinksSection div.itemEpisode.active div.leftBox a.more{display:none}section.TabContent section.BodyContent div.descriptionText{background:rgba(230,235,255,.4);margin-top:2rem;margin-bottom:2rem;position:relative;border-radius:1.5rem;padding:2rem 1rem 1rem}section.TabContent section.BodyContent div.descriptionText div.text{line-height:1.8rem;height:1.8rem;padding:0 1.5rem;background:rgba(31,45,180,.85);color:#fff;font-weight:900;position:absolute;top:-1rem;right:1rem;border-radius:2rem}section.TabContent section.BodyContent div.descriptionText p{font-size:.9rem;font-weight:500;line-height:27px;color:#9087ce}section.TabContent aside.SidebarShow{z-index:500}section.TabContent aside.SidebarShow div.donate{height:6rem;background:rgba(255,137,103,.15);border-radius:1.5rem;display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:1rem;justify-content:right;padding:0 1rem;cursor:pointer}section.TabContent aside.SidebarShow div.donate div.text{display:grid;grid-template-rows:auto auto;align-content:center;color:#ff8967}section.TabContent aside.SidebarShow div.donate div.text strong{font-weight:700;font-size:1.5rem;font-family:kalameh}section.TabContent aside.SidebarShow div.donate div.text span{font-weight:500;font-size:.75rem}section.TabContent aside.SidebarShow div.donate div.icon{display:grid;align-items:center;width:3rem;height:3rem;border-radius:3rem;background:#fff;justify-content:center}section.TabContent aside.SidebarShow div.donate div.icon svg{fill:#ff8967}section.TabContent aside.SidebarShow div.donate.is{height:auto;display:grid;grid-template-columns:1fr;padding:1rem}section.TabContent aside.SidebarShow div.donate.is div.donateTitle{height:6rem;border-radius:1rem;background:#fff;display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:1rem;justify-content:right;padding:0 1rem}section.TabContent aside.SidebarShow div.donate.is div.donateTitle div.text{display:grid;grid-template-rows:auto auto;align-content:center;color:#ff8967}section.TabContent aside.SidebarShow div.donate.is div.donateTitle div.text strong{font-weight:700;font-size:1.5rem;font-family:kalameh}section.TabContent aside.SidebarShow div.donate.is div.donateTitle div.text span{font-weight:500;font-size:.75rem}section.TabContent aside.SidebarShow div.donate.is div.donateTitle div.icon{display:grid;align-items:center;width:3rem;height:3rem;border-radius:3rem;background:#ff8967;justify-content:center}section.TabContent aside.SidebarShow div.donate.is div.donateTitle div.icon svg{fill:#fff}section.TabContent aside.SidebarShow div.donate.is div.bottomEvent{padding:0 2rem}section.TabContent aside.SidebarShow div.donate.is div.bottomEvent div.boxEvent{background:#ff8967;padding:.3rem .5rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;color:#fff;margin-top:-1rem;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center}section.TabContent aside.SidebarShow div.donate.is div.bottomEvent div.boxEvent span{font-size:.7rem;font-weight:500}section.TabContent aside.SidebarShow div.donate.is div.bottomEvent div.boxEvent div.btnDonate{display:grid;grid-template-columns:auto auto;justify-content:left;grid-gap:.3rem;align-items:center}section.TabContent aside.SidebarShow div.donate.is div.bottomEvent div.boxEvent div.btnDonate svg{fill:#fff}section.TabContent aside.SidebarShow div.donate.is div.usersDonate{display:grid;align-content:flex-start;grid-gap:1rem}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow{height:4rem;background:#fff;border-radius:1rem;padding:0 1rem;display:grid;grid-template-columns:1fr auto;justify-content:space-between;align-items:center}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow div.usersProfile{display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow div.usersProfile figure{height:2.6rem;width:2.6rem;border-radius:3rem;overflow:hidden}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow div.usersProfile figure img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow div.usersProfile div.username{display:grid;align-items:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow div.priceTime{display:grid;grid-template-rows:auto auto;align-content:center;justify-content:left;text-align:left}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow div.priceTime span{font-size:.6rem;font-weight:700}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow div.priceTime strong{font-size:.8rem;font-weight:700}section.TabContent aside.SidebarShow div.donate.is div.usersDonate div.itemShow div.priceTime strong b{font-size:.6rem;font-weight:700}section.TabContent aside.SidebarShow div.sidebarItem{position:-webkit-sticky;position:sticky;top:2rem}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo{background:#fff;box-shadow:0 0 50px rgba(0,0,0,.05);margin-bottom:2rem;border-radius:1rem;margin-top:2rem;display:grid;padding:0 1rem;align-content:flex-start;grid-template-columns:1fr}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.icon{display:grid;grid-template-columns:auto;justify-content:center}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.icon figure{padding:1rem;background:#fff;margin-top:-2rem;border-radius:4rem;width:6rem;height:6rem}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.icon figure img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.infoEpisode{text-align:center;border-bottom:1px solid #edf0f5;padding-bottom:1rem}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.infoEpisode h4{font-size:1.2rem;font-weight:800;color:#1f2db4}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.infoEpisode p{font-size:.75rem;font-weight:700;color:#1f2db4;opacity:.85}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.courseDes{padding:1rem 0}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.courseDes span{font-size:.85rem;font-weight:900;color:#282828}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.courseDes p{font-size:.75rem;font-weight:500;color:#4d4c5c;line-height:24px;padding:.5rem 0 0}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.downloadFile{margin-bottom:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));grid-gap:1rem}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.downloadFile button{height:2.5rem;border-radius:.6rem;color:#fff;font-size:.85rem;font-weight:700}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.downloadFile button.video{background:rgba(31,45,180,.13);color:#1f2db4}section.TabContent aside.SidebarShow div.sidebarItem div.episodeSidebarInfo div.downloadFile button.file{background:rgba(255,154,158,.13);color:#ff9a9e}section.TabContent aside.SidebarShow div.sidebarItem div.actions{background:#f8f9fb;height:5rem;border-radius:1rem;padding:0 .8rem;position:relative;margin-bottom:2rem;display:grid;align-content:center}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar{display:grid;align-content:center;grid-template-columns:repeat(4,1fr);position:relative}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar.three{grid-template-columns:repeat(3,1fr)}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box{display:grid;align-content:center;justify-content:center;position:relative;cursor:pointer;padding:.5rem 0;border-radius:.5rem;grid-template-columns:1fr;transition:all .3s ease-in-out}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box:before{position:absolute;top:0;bottom:0;margin:auto;left:0;content:"";height:1.6rem;border:1px dashed #d5dbe0;width:1px}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box:last-child:before{border:0}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box:hover{background:#edf0f5}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box div.icon{display:grid;justify-content:center;position:relative}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box span{padding-top:.35rem;font-size:.75rem;font-weight:700;text-align:center}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box.share div.icon svg{fill:#282828}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box.share span{color:#282828}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box.bookmark div.icon svg{fill:#476a85}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box.bookmark span{color:#476a85}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box.notification div.icon svg{fill:#ffab0f}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box.notification span{color:#ffab0f}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box.like div.icon svg{fill:#eb232b}section.TabContent aside.SidebarShow div.sidebarItem div.actions div.ActionsSidebar div.box.like span{color:#eb232b}section.TabContent aside.SidebarShow div.sidebarItem div.actions:before{content:"";width:85%;height:.8rem;background:#1f2db4;border-radius:1rem;position:absolute;bottom:-.35rem;right:0;left:0;margin:auto;z-index:-1}section.TabContent aside.SidebarShow div.sidebarItem div.importantInfo{display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;padding:1rem;background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:1.2rem;margin-bottom:2rem}section.TabContent aside.SidebarShow div.sidebarItem div.importantInfo figure{display:grid;grid-template-columns:auto;justify-content:center}section.TabContent aside.SidebarShow div.sidebarItem div.importantInfo figure img{height:3.5rem;width:3.5rem;-o-object-fit:contain;object-fit:contain}section.TabContent aside.SidebarShow div.sidebarItem div.importantInfo div.text{display:grid;grid-template-rows:auto auto;align-content:center;text-align:center;padding-top:.5rem}section.TabContent aside.SidebarShow div.sidebarItem div.importantInfo div.text strong{font-size:1rem;color:#4d4c5c;height:1.5rem;font-weight:800}section.TabContent aside.SidebarShow div.sidebarItem div.importantInfo div.text span{font-size:.75rem;color:#777;font-weight:700;letter-spacing:-.5px}@media (max-width:1024px){section.TabContent{grid-template-columns:1fr}}div.CommentSection{display:grid;grid-template-columns:1fr}div.CommentSection div.infoReplay{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:0 1rem}div.CommentSection div.infoReplay div.text{font-size:.85rem;font-weight:500}div.CommentSection div.infoReplay div.text strong{color:#1f2db4}div.CommentSection div.infoReplay span{background:rgba(235,35,43,.08);padding:.4rem 1.5rem;border-radius:2rem;color:#eb232b;font-weight:500;font-size:.75rem;cursor:pointer}div.CommentSection h4.title{text-align:center;font-size:1.1rem;font-weight:900;margin-bottom:1rem;padding:.5rem 0;color:#4d4c5c}div.CommentSection p.textComment{background:rgba(83,109,254,.1);color:#536dfe;height:3.5rem;border-radius:.8rem;line-height:3.5rem;font-weight:500;padding:0 1rem;font-size:.9rem}div.CommentSection p.textComment a{font-weight:900;color:#536dfe}div.CommentSection div.sendComment{display:grid;grid-template-columns:1fr;direction:rtl}div.CommentSection div.sendComment pre.ql-syntax{padding:1rem;direction:ltr;width:100%;text-align:left;background:#212341;color:#fff;font-size:.9rem;border-radius:.4rem;overflow-x:auto;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4}div.CommentSection div.sendComment h4{padding:1rem .4rem;font-size:1rem}div.CommentSection div.sendComment div.send{display:grid;grid-template-columns:auto;justify-content:right;margin-top:1rem}div.CommentSection div.sendComment div.send button{padding:0 2rem;background:#212341;border-radius:2rem;color:#fff;display:grid;grid-template-columns:auto auto;justify-content:center;grid-gap:.5rem;align-items:center;transition:all .3s ease-in-out;height:2.5rem;font-size:.85rem;font-weight:700}div.CommentSection div.sendComment div.send button svg{fill:#fff;transform:rotate(-90deg)}div.CommentSection div.sendComment div.form{background:#fff!important;border-radius:1rem;display:grid;overflow:hidden;direction:ltr;grid-template-columns:1fr}div.CommentSection div.sendComment div.ql-toolbar.ql-snow{direction:ltr;text-align:left;line-height:3rem;align-items:center;border:0;height:4rem;border-bottom:1px solid rgba(0,0,0,.08)}@media (max-width:768px){div.CommentSection div.sendComment div.ql-toolbar.ql-snow{height:auto}}div.CommentSection div.sendComment .ql-container.ql-snow{border:0;direction:ltr}div.CommentSection div.sendComment .ql-editor{text-align:right;direction:rtl}div.CommentSection div.sendComment .ql-editor p{line-height:27px;font-weight:500;font-size:.85rem}div.CommentSection div.sendComment div#commentSingleCourse{min-height:18rem;max-height:18rem;overflow-y:auto;resize:none;text-align:right}div.CommentSection div.commentLatest{margin-top:1.5rem}div.CommentSection div.commentLatest div.comment{direction:rtl;background:transparent;display:grid;grid-template-columns:auto 1fr;border-radius:.4rem;padding-top:.5rem;margin-bottom:1rem;border-bottom:1px solid #edf0f5;padding-bottom:1rem}div.CommentSection div.commentLatest div.comment:last-child{border-bottom:0}div.CommentSection div.commentLatest div.comment div.profileComment{width:3rem;height:3rem;position:relative}div.CommentSection div.commentLatest div.comment div.profileComment img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover;border-radius:4rem}div.CommentSection div.commentLatest div.comment div.contentComment{display:grid;grid-template-columns:1fr;position:relative}div.CommentSection div.commentLatest div.comment div.contentComment div.top{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:0 1rem}div.CommentSection div.commentLatest div.comment div.contentComment div.top.child{grid-gap:1rem;justify-content:right}div.CommentSection div.commentLatest div.comment div.contentComment div.top span{font-size:.7rem;font-weight:500;color:#4d4c5c;border-radius:1rem}div.CommentSection div.commentLatest div.comment div.contentComment div.top div.right{display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:.5rem;justify-content:right}div.CommentSection div.commentLatest div.comment div.contentComment div.top div.left div.replay{display:grid;justify-content:left;align-items:center;grid-gap:.2rem;grid-template-columns:auto auto;cursor:pointer}div.CommentSection div.commentLatest div.comment div.contentComment div.top div.left div.replay strong{font-weight:500;font-size:.75rem}div.CommentSection div.commentLatest div.comment div.contentComment .ql-editor{overflow:hidden;text-align:right;padding:0 1rem}div.CommentSection div.commentLatest div.comment div.contentComment p{padding:.2rem 3rem;font-size:.85rem;color:#282828;line-height:26px;font-weight:500}@media (max-width:768px){div.CommentSection div.commentLatest div.comment div.contentComment p{padding:.2rem}}div.CommentSection div.commentLatest div.comment div.contentBody{grid-column:1/span 2}div.CommentSection div.commentLatest div.comment div.contentBody .ql-editor{overflow:hidden;text-align:right;padding:0 1rem}div.CommentSection div.commentLatest div.comment div.contentBody p{line-height:26px;padding:.2rem 3rem}@media (max-width:768px){div.CommentSection div.commentLatest div.comment div.contentBody p{padding:.2rem}}div.CommentSection div.commentLatest div.comment div.contentBody ol,div.CommentSection div.commentLatest div.comment div.contentBody ul{padding-right:1rem}div.CommentSection div.commentLatest div.comment div.contentBody ol li,div.CommentSection div.commentLatest div.comment div.contentBody ul li{padding:.2rem 0;font-size:.85rem;color:#555;font-weight:500}div.CommentSection div.commentLatest div.comment div.contentBody .ql-container{height:auto}div.CommentSection div.commentLatest div.comment div.contentBody blockquote{line-height:28px;font-size:.9rem;padding:1.5rem;position:relative;background:#fcfcfc;border-radius:.4rem;color:#555;font-weight:500}div.CommentSection div.commentLatest div.comment div.contentBody blockquote:before{content:"";height:100%;width:.2rem;border-radius:.5rem;position:absolute;top:0;right:0;background:#212341}div.CommentSection div.commentLatest div.comment div.contentBody blockquote:after{position:absolute;content:"";top:.5rem;right:.5rem;width:1.2rem;height:1.2rem;background-size:contain;background-repeat:no-repeat;background-image:url(/img/blockquote.png)}div.CommentSection div.commentLatest div.comment div.contentBody pre.ql-syntax{padding:1rem;direction:ltr;background:#212341;color:#fff;font-size:.9rem;border-radius:.4rem;width:90%;margin:.5rem auto;overflow-x:auto;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4}div.CommentSection div.commentLatest div.comment div.contentBody p{font-weight:500;font-size:.85rem;color:#555;line-height:27px;overflow:hidden}div.CommentSection div.commentLatest div.comment div.contentBody h2{font-size:1.2rem;font-weight:900;padding:0 3rem;color:#4d4c5c}@media (max-width:768px){div.CommentSection div.commentLatest div.comment div.contentBody h2{padding:0 .2rem}}div.CommentSection div.commentLatest div.comment div.contentBody h3{font-size:1rem;font-weight:900;padding:0 3rem;color:#4d4c5c}@media (max-width:768px){div.CommentSection div.commentLatest div.comment div.contentBody h3{padding:0 .2rem}}div.CommentSection div.commentLatest div.comment div.children{grid-column:1/span 2;display:grid;grid-template-columns:1fr;grid-gap:1rem;padding:0 4rem}@media (max-width:768px){div.CommentSection div.commentLatest div.comment div.children{padding:0 1rem}}div.CommentSection div.commentLatest div.comment div.children div.comment{background:#fff;border-radius:2rem;padding:1rem}div.CommentSection div.commentLatest div.comment div.children div.comment:first-child{margin-top:1rem}div.CommentSection div.commentLatest div.comment div.children div.comment p{padding:0 3rem}@media (max-width:768px){div.CommentSection div.commentLatest div.comment div.children div.comment p{padding:0 .2rem}}div.CommentSection div.commentLatest div.paginationComments{display:grid;grid-template-columns:1fr;justify-content:center;padding:0 0 1rem}div.CommentSection div.commentLatest div.paginationComments ul.paginates{display:grid;list-style:none;grid-template-columns:auto auto auto;justify-content:center;grid-gap:1rem;align-items:center}div.CommentSection div.commentLatest div.paginationComments ul.paginates li{display:grid;align-items:center;justify-content:center;font-weight:700;cursor:pointer}div.CommentSection div.commentLatest div.paginationComments ul.paginates li:first-child{width:4rem;height:2rem;border-radius:3rem;border:1px solid #1f2db4;color:#1f2db4}div.CommentSection div.commentLatest div.paginationComments ul.paginates li:last-child{width:4rem;height:2rem;border-radius:3rem;border:1px solid #4d4c5c;color:#4d4c5c}div.CommentSection div.commentLatest div.paginationComments ul.paginates li.center{display:grid;grid-template-columns:auto auto auto;grid-gap:.5rem;font-weight:500;font-size:.85rem;color:#4d4c5c}div.CommentSection div.commentLatest div.paginationComments ul.paginates li.center span b{color:#1f2db4;font-size:.85rem;font-weight:700;padding-right:.5rem}div.CommentSection div.commentLatest div.paginationComments ul.paginates li input{width:2rem;height:2rem;background:#fff;color:#1f2db4;font-size:.85rem;border-radius:.3rem;text-align:center;font-weight:700}section.articlesSingle{position:relative;z-index:10}section.articlesSingle:before{content:"";background-image:url(/img/new/Ellipse49copy2.svg);height:30rem;width:9rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:-2%;left:-2rem}@media (max-width:768px){section.articlesSingle:before{left:-4.5rem}}@media (max-width:480px){section.articlesSingle:before{display:none}}@media (max-width:1536px){section.articlesSingle:before{left:-7rem}}section.articlesSingle div.center{display:grid;grid-template-columns:1fr 20rem}section.articlesSingle div.center div.articleContent figure{position:relative}section.articlesSingle div.center div.articleContent figure.podcast{box-shadow:0 0 15px rgba(0,0,0,.05);border-radius:2rem;z-index:0}section.articlesSingle div.center div.articleContent figure div.overImage{position:absolute;bottom:-1rem;right:2rem;display:grid;grid-template-columns:auto auto;align-items:center;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.15);border-radius:2rem}section.articlesSingle div.center div.articleContent figure div.overImage span{padding:0 1.5rem;background:#1f2db4;color:#fff;border-radius:2rem;line-height:2rem;font-weight:900;height:2rem}section.articlesSingle div.center div.articleContent figure div.overImage strong{font-weight:500;padding:0 1rem;color:#4d4c5c}section.articlesSingle div.center div.articleContent figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:2rem}section.articlesSingle div.center div.articleContent figure div.rating{position:absolute;top:1rem;left:1rem;background:rgba(0,0,0,.5);padding:.5rem 1rem;border-radius:2rem;color:#fff;display:grid;grid-template-columns:auto auto;grid-gap:.5rem;align-items:center;font-weight:300;font-size:.7rem}section.articlesSingle div.center div.articleContent figure div.rating div.icon{display:grid;align-items:center}@media (max-width:1280px){section.articlesSingle div.center div.articleContent figure{height:auto}}@media (max-width:1536px){section.articlesSingle div.center div.articleContent figure{height:auto}}section.articlesSingle div.center div.articleContent div.title{min-height:10rem;margin-top:2rem;display:grid;grid-template-rows:auto auto;align-content:center;justify-content:right;grid-template-columns:auto;position:relative;padding-right:2.5rem}section.articlesSingle div.center div.articleContent div.title:before{content:"";background-image:url(/img/new/dots.svg);height:5rem;width:3rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:25%;right:0}section.articlesSingle div.center div.articleContent div.title span{font-weight:500;font-size:.85rem;padding:.5rem 0;color:#4d4c5c}section.articlesSingle div.center div.articleContent div.title span b{font-weight:900}section.articlesSingle div.center div.articleContent div.title h1{font-weight:800;font-size:1.3rem;color:#1f2db4}section.articlesSingle div.center div.articleContent div.descriptionText{background:#f5f3fc;margin-top:2rem;margin-bottom:2rem;position:relative;border-radius:1.5rem;padding:2rem 1rem 1rem}section.articlesSingle div.center div.articleContent div.descriptionText div.text{line-height:1.8rem;width:5rem;height:1.8rem;padding:0 1.5rem;background:#9087ce;color:#fff;font-weight:900;position:absolute;top:-1rem;right:1rem;border-radius:2rem}section.articlesSingle div.center div.articleContent div.descriptionText p{font-size:.85rem;font-weight:500;line-height:27px;color:#9087ce}section.articlesSingle div.center div.articleContent div#bodyCourse{line-height:27px;font-size:.85rem;overflow:hidden}section.articlesSingle div.center div.articleContent div#bodyCourse h5{font-size:1rem;color:#1f2db4;display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center}section.articlesSingle div.center div.articleContent div#bodyCourse h5:before{content:"";width:2rem;border-radius:1rem;height:.3rem;background:#edf0f5}section.articlesSingle div.center div.articleContent div#bodyCourse ol,section.articlesSingle div.center div.articleContent div#bodyCourse ul{padding-right:1rem}section.articlesSingle div.center div.articleContent div#bodyCourse ol li,section.articlesSingle div.center div.articleContent div#bodyCourse ul li{padding:.2rem 0;font-size:.85rem;color:#555;font-weight:500}section.articlesSingle div.center div.articleContent div#bodyCourse .ql-editor{overflow:hidden}@media (max-width:500px){section.articlesSingle div.center div.articleContent div#bodyCourse .ql-editor{width:21.5rem}}section.articlesSingle div.center div.articleContent div#bodyCourse .ql-container{height:auto}section.articlesSingle div.center div.articleContent div#bodyCourse blockquote{line-height:27px;font-size:.9rem;padding:1.5rem;position:relative;background:#fcfcfc;border-radius:.4rem;color:#555;font-weight:500}section.articlesSingle div.center div.articleContent div#bodyCourse blockquote:before{content:"";height:100%;width:.2rem;border-radius:.5rem;position:absolute;top:0;right:0;background:#212341}section.articlesSingle div.center div.articleContent div#bodyCourse blockquote:after{position:absolute;content:"";top:.5rem;right:.5rem;width:1.2rem;height:1.2rem;background-size:contain;background-repeat:no-repeat;background-image:url(/img/blockquote.png)}section.articlesSingle div.center div.articleContent div#bodyCourse pre.ql-syntax{padding:1rem;direction:ltr;background:#212341;color:#fff;font-size:.9rem;border-radius:.4rem;width:100%;overflow-x:auto;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4}section.articlesSingle div.center div.articleContent div#bodyCourse p{font-weight:500;font-size:.9rem;color:#555;line-height:27px;overflow:hidden}section.articlesSingle div.center div.articleContent div#bodyCourse h2{font-size:1.2rem;font-weight:900;color:#282828}section.articlesSingle div.center div.articleContent div#bodyCourse h3{font-size:1.1rem;font-weight:900;color:#282828}section.articlesSingle div.center div.articleContent nav.tags{display:grid;grid-template-columns:repeat(auto-fit,minmax(2rem,auto));grid-gap:1rem;justify-content:right;align-items:center;padding:2rem 0}section.articlesSingle div.center div.articleContent nav.tags span{color:#4d4c5c;font-weight:700}section.articlesSingle div.center div.articleContent nav.tags a{color:#777;font-size:.78rem;font-weight:700;background:#f8f9fb;border-radius:1rem;padding:.3rem 1rem}section.articlesSingle div.center div.articleContent div.actionsResponsive{display:none}@media (max-width:768px){section.articlesSingle div.center div.articleContent div.actionsResponsive{display:block;position:relative;margin-bottom:2rem;display:grid;align-content:center}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar{display:grid;background:#f8f9fb;height:5rem;border-radius:1rem;padding:0 .8rem;align-content:center;grid-template-columns:repeat(4,1fr)}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar.three{grid-template-columns:repeat(3,1fr)}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box{display:grid;align-content:center;justify-content:center;position:relative;cursor:pointer;padding:.5rem 0;border-radius:.5rem;grid-template-columns:1fr;transition:all .3s ease-in-out}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box:before{position:absolute;top:0;bottom:0;margin:auto;left:0;content:"";height:1.6rem;border:1px dashed #d5dbe0;width:1px}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box:last-child:before{border:0}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box:hover{background:#edf0f5}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box div.icon{display:grid;justify-content:center;position:relative}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box span{padding-top:.35rem;font-size:.75rem;font-weight:700;text-align:center}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box.share div.icon svg{fill:#282828}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box.share span{color:#282828}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box.bookmark div.icon svg{fill:#476a85}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box.bookmark span{color:#476a85}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box.notification div.icon svg{fill:#ffab0f}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box.notification span{color:#ffab0f}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box.like div.icon svg{fill:#eb232b}section.articlesSingle div.center div.articleContent div.actionsResponsive div.ActionsSidebar div.box.like span{color:#eb232b}}section.articlesSingle div.center div.articleContent div.components{direction:ltr;display:grid;grid-template-columns:1fr;min-height:20rem;background:#f8f9fb;margin-top:1rem;border-radius:2rem;padding:1rem}section.articlesSingle div.center div.articleContent.podcast div.overPodcastPlay{width:95%;position:absolute;bottom:-1.5rem;right:0;left:0;margin:auto}section.articlesSingle div.center div.articleContent.podcast div.overPodcastPlay div.VideoPlayer{border-radius:2rem}section.articlesSingle div.center div.articleContent.podcast div.overPodcastPlay div.VideoPlayer div.videoBlock .plyr{border-radius:2rem;box-shadow:0 0 15px rgba(0,0,0,.1)}section.articlesSingle div.center aside div.topBlock{margin-top:2rem}section.articlesSingle div.center aside div.topBlock div.userProfile{display:grid;grid-template-columns:auto auto;grid-gap:.5rem;justify-content:right;background:#f5f3fc;border-top-left-radius:4rem;border-bottom-left-radius:4rem;height:6rem;align-items:center;overflow:hidden;padding-right:2rem;margin-bottom:2rem}section.articlesSingle div.center aside div.topBlock div.userProfile figure{width:4rem;height:4rem;overflow:hidden;position:relative}section.articlesSingle div.center aside div.topBlock div.userProfile figure img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:4rem}section.articlesSingle div.center aside div.topBlock div.userProfile div.textInfo{display:grid;grid-template-rows:auto auto;justify-content:right;align-content:center;font-weight:700;font-size:.9rem}section.articlesSingle div.center aside div.topBlock div.userProfile div.textInfo span.name{font-size:1rem;font-weight:900;color:#1f2db4}section.articlesSingle div.center aside div.topBlock div.userProfile div.textInfo a{display:grid;grid-template-columns:auto auto;justify-content:right;align-items:center;align-content:center;grid-gap:.5rem}section.articlesSingle div.center aside div.topBlock div.userProfile div.textInfo a span{color:#4d4c5c;font-size:.7rem;font-weight:700}section.articlesSingle div.center aside div.topBlock div.userProfile div.textInfo a div.icon{display:grid;align-items:center;align-content:center}section.articlesSingle div.center aside div.topBlock div.userProfile div.textInfo a div.icon svg{margin-top:.1rem;fill:#4d4c5c}section.articlesSingle div.center aside div.topBlock div.actions{padding:0 1rem;position:relative;margin-bottom:2rem;display:grid;align-content:center}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar{display:grid;background:#f8f9fb;height:5rem;border-radius:1rem;padding:0 .8rem;align-content:center;grid-template-columns:repeat(4,1fr)}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar.three{grid-template-columns:repeat(3,1fr)}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box{display:grid;align-content:center;justify-content:center;position:relative;cursor:pointer;padding:.5rem 0;border-radius:.5rem;grid-template-columns:1fr;transition:all .3s ease-in-out}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box:before{position:absolute;top:0;bottom:0;margin:auto;left:0;content:"";height:1.6rem;border:1px dashed #d5dbe0;width:1px}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box:last-child:before{border:0}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box:hover{background:#edf0f5}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box div.icon{display:grid;justify-content:center;position:relative}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box span{padding-top:.35rem;font-size:.75rem;font-weight:700;text-align:center}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box.share div.icon svg{fill:#282828}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box.share span{color:#282828}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box.bookmark div.icon svg{fill:#476a85}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box.bookmark span{color:#476a85}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box.notification div.icon svg{fill:#ffab0f}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box.notification span{color:#ffab0f}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box.like div.icon svg{fill:#eb232b}section.articlesSingle div.center aside div.topBlock div.actions div.ActionsSidebar div.box.like span{color:#eb232b}section.articlesSingle div.center aside div.topBlock div.actions:before{content:"";width:85%;height:.8rem;background:#1f2db4;border-radius:1rem;position:absolute;bottom:-.35rem;right:0;left:0;margin:auto;z-index:-1}section.articlesSingle div.center aside div.topBlock div.ratingArticle{height:4rem;display:grid;grid-template-columns:auto auto;grid-gap:.5rem;justify-content:right;align-items:center;padding:0 1.5rem}section.articlesSingle div.center aside div.topBlock div.ratingArticle .vue-star-rating-rating-text{display:none}section.articlesSingle div.center aside div.topBlock div.ratingArticle div.icon{display:grid;align-items:center;margin-top:.35rem;margin-right:.5rem}section.articlesSingle div.center aside div.topBlock div.ratingArticle span{font-weight:700;font-size:.8rem}@media (max-width:768px){section.articlesSingle div.center aside{display:none}}@media (max-width:1024px){section.articlesSingle div.center{grid-template-columns:1fr 15rem}}@media (max-width:768px){section.articlesSingle div.center{grid-template-columns:1fr}}.plyr__controls__item.plyr__menu{position:relative;z-index:10!important}.plyr__controls__item.plyr__volume input[type=range]{width:4.5rem;color:#1f2db4!important}.plyr--full-ui input[type=range]{color:#1f2db4!important}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true],.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#1f2db4!important;color:#fff!important}.plyr__control--overlaid,.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#1f2db4!important}div.authPanel{display:grid;grid-template-columns:1fr 1fr;margin-top:4rem;box-shadow:0 0 20px rgba(0,0,0,.08);border-radius:2rem;grid-template-areas:"right left";overflow:hidden}@media (max-width:768px){div.authPanel{grid-template-columns:1fr;grid-template-areas:"left" "right";padding-top:1rem}}div.authPanel div.right{grid-area:right;min-height:85vh;background:#f8f9fb;display:grid;align-content:center;justify-content:center}div.authPanel div.right h4{font-size:1.2rem;font-weight:800;text-align:center;padding:1rem 0}div.authPanel div.right div.authApiLogin{margin-bottom:1.5rem;display:grid;grid-template-columns:auto;grid-gap:1rem}div.authPanel div.right div.authApiLogin a{background:#fff;height:3rem;box-shadow:0 0 15px rgba(0,0,0,.058);display:grid;padding:0 1rem;grid-template-columns:auto auto;justify-content:right;grid-gap:1rem;align-items:center;border-radius:2rem;font-weight:700;font-size:.8rem;color:#4d4c5c}div.authPanel div.right strong.title{padding:0 0 1rem;text-align:center;font-size:.8rem;font-weight:700;color:#4d4c5c}div.authPanel div.right form{width:22rem;display:grid;grid-template-rows:auto auto;grid-gap:1rem}div.authPanel div.right form div.form-item{display:grid;grid-template-columns:1fr}div.authPanel div.right form div.form-item div.alert-box{padding:0 .5rem;color:#eb232b;font-size:.75rem;font-weight:500}div.authPanel div.right form div.form-item div.alert-box.success{color:#00c853}div.authPanel div.right form div.form-item label{display:grid;grid-template-columns:1fr}div.authPanel div.right form div.form-item label input[type=email],div.authPanel div.right form div.form-item label input[type=password],div.authPanel div.right form div.form-item label input[type=text]{background:#fff;height:3rem;border-radius:3rem;border:1px solid #d5dbe0;padding:.5rem 1rem;font-size:.8rem;font-weight:900;color:#4d4c5c}div.authPanel div.right form div.form-item label input[type=email]::-moz-placeholder,div.authPanel div.right form div.form-item label input[type=password]::-moz-placeholder,div.authPanel div.right form div.form-item label input[type=text]::-moz-placeholder{font-size:.7rem;font-weight:500}div.authPanel div.right form div.form-item label input[type=email]:-ms-input-placeholder,div.authPanel div.right form div.form-item label input[type=password]:-ms-input-placeholder,div.authPanel div.right form div.form-item label input[type=text]:-ms-input-placeholder{font-size:.7rem;font-weight:500}div.authPanel div.right form div.form-item label input[type=email]::placeholder,div.authPanel div.right form div.form-item label input[type=password]::placeholder,div.authPanel div.right form div.form-item label input[type=text]::placeholder{font-size:.7rem;font-weight:500}div.authPanel div.right form div.form-item.Remember{display:grid;grid-template-columns:1fr;align-items:center}div.authPanel div.right form div.form-item.Remember label.Remember{display:grid;grid-template-columns:auto auto;grid-gap:.5rem;justify-content:right;align-items:center;font-weight:700;color:#4d4c5c}div.authPanel div.right form div.form-item.btn{display:grid;grid-template-columns:1fr}div.authPanel div.right form div.form-item.btn button{padding:.8rem 0;text-align:center;font-weight:700;font-size:.85rem;color:#fff;background:#1f2db4;border-radius:3rem}div.authPanel div.right form div.form-item.register{display:grid;grid-template-columns:auto;justify-content:center;align-items:center;font-size:.75rem;text-align:center}div.authPanel div.right form div.form-item.register a{color:#1f2db4;padding:1rem 0;font-weight:700}div.authPanel div.right form div.form-item div.g-recaptcha div.alert-box{padding:0}div.authPanel div.right form div.form-item div.g-recaptcha .rc-anchor-checkbox-label,div.authPanel div.right form div.form-item div.g-recaptcha .rc-anchor-error-msg-container{font-family:dana!important;font-weight:700}div.authPanel div.left{grid-area:left;min-height:85vh;display:grid;align-items:center;align-content:center;position:relative}div.authPanel div.left:before{content:"";background-image:url(/img/new/bgLogin.png);background-repeat:no-repeat;background-position:50%;background-size:contain;position:absolute;width:85%;height:85%;top:0;bottom:0;margin:auto}@media (max-width:768px){div.authPanel div.left:before{width:100%;height:100%}}@media (max-width:768px){div.authPanel div.left{min-height:27vh;justify-content:center}}section.myPage{display:grid;grid-template-columns:20rem 1fr 20rem;grid-gap:2rem;margin-top:4rem}section.myPage aside.right{position:relative}section.myPage aside.right:before{right:-1rem}section.myPage aside.right:after,section.myPage aside.right:before{content:"";background-image:url(/img/new/dots.svg);height:10rem;width:2rem;background-repeat:repeat-x;background-size:contain;background-position:100%;position:absolute;top:-3rem;z-index:-1}section.myPage aside.right:after{right:1.5rem}section.myPage aside.right div.ProfileUser{background:#fff;box-shadow:0 0 22px rgba(30,30,31,.06);border-radius:1.5rem;padding:1.5rem 1.5rem 0;position:relative}section.myPage aside.right div.ProfileUser div.profile{display:grid;grid-template-columns:auto;justify-content:center;margin-bottom:1rem;margin-top:-3rem}section.myPage aside.right div.ProfileUser div.profile figure{width:5.5rem;height:5.5rem;border-radius:5rem;position:relative}section.myPage aside.right div.ProfileUser div.profile figure div.online{position:absolute;top:.2rem;right:4px;padding:2px;background:#fff;border-radius:1rem;display:grid;align-items:center;justify-content:center;grid-template-columns:auto}section.myPage aside.right div.ProfileUser div.profile figure div.online.off:before{background:#eb232b}section.myPage aside.right div.ProfileUser div.profile figure div.online:before{content:"";width:.65rem;height:.65rem;background:#00c853;border-radius:5rem}section.myPage aside.right div.ProfileUser div.profile figure div.online span.overOn{position:absolute;top:-.2rem;right:-2.5rem;visibility:hidden;font-weight:bolder;color:#282828;opacity:0;transition:all .3s ease-in-out}section.myPage aside.right div.ProfileUser div.profile figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5rem}section.myPage aside.right div.ProfileUser div.profile figure:hover div.online span.overOn{visibility:visible;opacity:1}section.myPage aside.right div.ProfileUser h1{font-weight:900;font-size:1.2rem;text-align:center;color:#282828}section.myPage aside.right div.ProfileUser h4{text-align:center;font-weight:700;font-size:.85rem;color:#4d4c5c}section.myPage aside.right div.ProfileUser div.fallow{margin-top:1rem;display:grid;align-content:center;border-top:.5px solid #edf0f5;border-bottom:.5px solid #edf0f5}section.myPage aside.right div.ProfileUser div.fallow div.ShowFollowersText{display:grid;grid-template-columns:1fr 1fr 1fr;align-content:center;align-items:center;padding:.5rem 0}section.myPage aside.right div.ProfileUser div.fallow div.ShowFollowersText div.item{display:grid;grid-template-rows:auto auto;justify-content:center;text-align:center;align-content:center;padding-top:.5rem}section.myPage aside.right div.ProfileUser div.fallow div.ShowFollowersText div.item:first-child strong:hover,section.myPage aside.right div.ProfileUser div.fallow div.ShowFollowersText div.item:nth-child(2) strong:hover{background:#edf0f5;color:#282828}section.myPage aside.right div.ProfileUser div.fallow div.ShowFollowersText div.item span{font-weight:700;font-size:.8rem;color:#4d4c5c}section.myPage aside.right div.ProfileUser div.fallow div.ShowFollowersText div.item a{font-weight:700;font-size:.85rem;padding:.3rem 1rem;color:#4d4c5c}section.myPage aside.right div.ProfileUser div.fallow div.ShowFollowersText div.item strong{font-weight:900;font-size:.85rem;padding:.3rem 1rem;color:#4d4c5c;transition:all .3s ease-in-out;border-radius:.5rem}section.myPage aside.right div.ProfileUser p{font-size:.82rem;font-weight:500;text-align:justify;line-height:24px;padding:1rem 0 1.5rem;overflow:hidden;color:#666}section.myPage aside.right div.ProfileUser div.btnFallow{display:grid;grid-template-columns:auto;justify-content:center;min-height:2.4rem;padding-bottom:1.5rem}section.myPage aside.right div.ProfileUser div.btnFallow button{height:2.4rem;display:grid;align-items:center;padding:0 3rem;background:#1f2db4;border-radius:3rem;color:#fff;font-weight:700;font-size:.85rem;box-shadow:0 0 20px rgba(31,45,180,.35)}section.myPage aside.right div.userInformation{margin-top:4rem;border-radius:1.5rem;background:#fff;box-shadow:0 0 22px rgba(30,30,31,.06);position:relative;position:-webkit-sticky;position:sticky;top:2rem;z-index:0}section.myPage aside.right div.userInformation span.title{position:absolute;top:-1.1rem;right:2rem;height:2.2rem;padding:0 1rem;background:#212341;color:#fff;border-radius:3rem;line-height:2.2rem;font-weight:700;font-size:.8rem;box-shadow:0 5px 35px 0 rgba(31,45,180,.35)}section.myPage aside.right div.userInformation ul{display:grid;grid-template-rows:auto;grid-template-columns:1fr;grid-gap:1.5rem;padding:3.5rem 1.5rem 1.5rem}section.myPage aside.right div.userInformation ul li{display:grid;grid-template-columns:auto auto auto;justify-content:right;align-content:center;grid-gap:.8rem;align-items:center}section.myPage aside.right div.userInformation ul li span{font-weight:700;font-size:.85rem;color:#4d4c5c}section.myPage aside.right div.userInformation ul li span.sans{font-weight:700}section.myPage aside.right div.userInformation ul li:before{content:"";width:.5rem;height:.5rem;background:#d5dbe0;border-radius:1rem}@media (max-width:1024px){section.myPage aside.right div.userInformation{display:none}}section.myPage div.panel div.addPost{min-height:10rem;margin-bottom:2rem;border-radius:1.5rem;background:#fff;box-shadow:0 0 22px rgba(30,30,31,.06);justify-content:center;text-align:center;display:grid;grid-template-columns:1fr;grid-row-gap:.5rem;padding:1rem 1rem 0}section.myPage div.panel div.addPost p{font-size:.8rem;font-weight:500}section.myPage div.panel div.addPost p strong{font-weight:900;text-decoration:underline}section.myPage div.panel div.addPost p.last{color:#4d4c5c;font-weight:700;padding-top:.3rem;font-size:.78rem}section.myPage div.panel div.addPost h4{font-size:1rem;font-weight:800;position:relative;margin-bottom:2rem}section.myPage div.panel div.addPost h4:before{bottom:-.5rem;width:3rem;height:3px;opacity:.85}section.myPage div.panel div.addPost h4:after,section.myPage div.panel div.addPost h4:before{content:"";position:absolute;right:0;left:0;margin:auto;background:#212341;border-radius:4rem}section.myPage div.panel div.addPost h4:after{bottom:-1rem;width:1rem;height:2.8px;opacity:.6}section.myPage div.panel div.addPost.start{padding:2rem 1rem}section.myPage div.panel div.addPost.start h4{padding-top:.5rem}section.myPage div.panel div.addPost.start p{display:grid;grid-template-rows:auto}section.myPage div.panel div.addPost.start p a.moreAddPost{display:grid;grid-template-columns:auto auto;justify-content:center;grid-gap:.5rem;align-items:center;text-align:center;height:2rem;color:#1f2db4}section.myPage div.panel div.addPost.start p a.moreAddPost strong.icon{display:grid;align-items:center}section.myPage div.panel div.addPost.start p a.moreAddPost strong.icon svg{fill:#1f2db4}section.myPage div.panel div.addPost div.addPostMyPage{margin-top:.5rem}section.myPage div.panel div.addPost div.addPostMyPage div.btnAdd{display:grid;grid-template-columns:auto;justify-content:center}section.myPage div.panel div.addPost div.addPostMyPage div.btnAdd button{display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:.4rem;height:2.2rem;background:#edf0f5;border-radius:3rem;font-weight:700;font-size:.8rem;padding:0 1.5rem}section.myPage div.panel div.addPost div.addPostMyPage div.btnAdd button.close{grid-template-columns:auto}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm{height:0;transition:all .3s ease-in-out;margin-top:1rem;visibility:hidden;opacity:0}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm.show{height:43.5rem;visibility:visible;opacity:1}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.ql-toolbar.ql-snow{direction:ltr;text-align:left;line-height:3rem;align-items:center;border:0;height:4rem;border-bottom:1px solid rgba(0,0,0,.08)}@media (max-width:1280px){section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.ql-toolbar.ql-snow{height:auto}}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm .ql-container.ql-snow{border:0;direction:ltr}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm pre.ql-syntax{padding:1rem;direction:ltr;width:100%;text-align:left;background:#212341;color:#fff;font-size:.9rem;border-radius:.4rem;overflow-x:auto;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm .ql-editor{text-align:right;direction:rtl}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm .ql-editor p{line-height:26px;font-size:.8rem;font-weight:500;color:#4d4c5c}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div#editorPost{min-height:15rem;max-height:15rem;overflow-y:auto;resize:none;text-align:right;font-size:.8rem;font-weight:500;color:#4d4c5c}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block{display:grid;grid-template-columns:1fr;text-align:right;margin-bottom:1rem;position:relative}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block span{padding-bottom:.5rem}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block input{font-size:.8rem;font-weight:500;height:3rem;border-radius:.4rem;padding:.5rem;color:#4d4c5c;background:#f8f9fb!important}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block input.alert{border:1px solid #eb232b}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block.editor{background:#f8f9fb!important;border-radius:.6rem;display:grid;overflow:hidden;direction:ltr;grid-template-columns:1fr}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block.editor.alert{border:1px solid #eb232b}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file{height:12rem;border:1px dashed rgba(0,0,0,.5);border-radius:.3rem;margin-bottom:1rem;position:relative;cursor:pointer}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text{height:12rem;display:grid}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text.notImage{grid-template-columns:auto;grid-template-rows:auto auto;justify-content:center;align-content:center;text-align:center}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text span{font-size:.9rem;font-weight:900;opacity:.75}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text p{font-size:.75rem;font-weight:500;opacity:.65}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text.listFile{display:grid;grid-template-columns:repeat(auto-fill,minmax(4.5rem,auto));grid-gap:.5rem;justify-content:center;align-items:center;padding:1rem;height:12rem}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text.listFile figure{position:relative;border:1px solid rgba(0,0,0,.04)}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text.listFile div.remove{position:absolute;top:-.2rem;left:-.2rem;background:#eb232b;box-shadow:0 0 10px rgba(0,0,0,.05);border-radius:2rem;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text.listFile img{height:4.5rem;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem}@media (max-width:1280px){section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text.listFile img{height:3rem}}@media (max-width:1280px){section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.text.listFile{grid-template-columns:repeat(auto-fill,minmax(3rem,auto))}}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file div.question{position:absolute;top:.5rem;left:.5rem;cursor:pointer}@media (max-width:1280px){section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.form-block label.file{height:auto}}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.sendTalk{display:grid;grid-template-columns:auto;justify-content:center}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.sendTalk button{font-weight:700;height:2.4rem;border-radius:2rem;width:15rem;background:#1f2db4;color:#fff;transition:all .3s ease-in-out;font-weight:500;font-size:.8rem}section.myPage div.panel div.addPost div.addPostMyPage div.createPostForm div.sendTalk button.loader{display:grid;grid-template-columns:auto auto;grid-gap:.5rem;align-items:center;justify-content:right;width:9rem}section.myPage div.panel div.MyPageSearchBox{margin-bottom:2rem;display:grid;grid-template-columns:1fr}section.myPage div.panel div.MyPageSearchBox nav.tabNav{text-align:center;margin-bottom:1rem;border-radius:1.5rem;position:relative;overflow:hidden;background:#f8f9fb;padding:1rem}section.myPage div.panel div.MyPageSearchBox nav.tabNav a{font-size:.8rem;position:relative;text-align:center;cursor:pointer;color:#3e4a5b;font-weight:700;display:grid;grid-template-columns:auto;grid-gap:.5rem;align-items:center;justify-content:center;transition:all .3s ease-in-out;border-radius:1.5rem;padding:1.5rem 0}section.myPage div.panel div.MyPageSearchBox nav.tabNav a div.icon{display:grid;grid-template-columns:auto;align-items:center;justify-content:center}section.myPage div.panel div.MyPageSearchBox nav.tabNav a.active,section.myPage div.panel div.MyPageSearchBox nav.tabNav a.active:hover{background:#1f2db4;color:#fff}section.myPage div.panel div.MyPageSearchBox nav.tabNav a:hover{background:rgba(62,74,91,.05)}section.myPage div.panel div.MyPageSearchBox nav.tabNav div.swiper-button-prev{top:45%;right:0;background:hsla(0,0%,100%,.4);padding:.2rem;width:1rem;height:3rem;border-top-left-radius:.8rem;border-bottom-left-radius:.8rem;transition:all .3s ease-in-out}section.myPage div.panel div.MyPageSearchBox nav.tabNav div.swiper-button-prev:hover{color:#4d4c5c;background:#fff}section.myPage div.panel div.MyPageSearchBox nav.tabNav div.swiper-button-prev:after{font-size:1rem;color:#4d4c5c;padding-left:.5rem}section.myPage div.panel div.MyPageSearchBox nav.tabNav div.swiper-button-next{left:0;top:45%;background:hsla(0,0%,100%,.4);padding:.2rem;width:1rem;height:3rem;border-top-right-radius:.8rem;border-bottom-right-radius:.8rem;transition:all .3s ease-in-out}section.myPage div.panel div.MyPageSearchBox nav.tabNav div.swiper-button-next:hover{color:#4d4c5c;background:#fff}section.myPage div.panel div.MyPageSearchBox nav.tabNav div.swiper-button-next:after{font-size:1rem;color:#4d4c5c;padding-right:.5rem}section.myPage div.panel div.MyPageSearchBox div.searchBox{display:grid;grid-template-columns:1fr;height:3rem;position:relative}section.myPage div.panel div.MyPageSearchBox div.searchBox input{height:3rem;background:#f1f1f1;border-radius:2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700}section.myPage div.panel div.MyPageSearchBox div.searchBox div.lds-ring{position:absolute;top:.25rem;left:.5rem}section.myPage div.panel div.MyPageSearchBox div.searchBox div.lds-ring div{border-radius:80%;-webkit-animation:lds-ring 1s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1s cubic-bezier(.5,0,.5,1) infinite;border:3.8px solid transparent;border-top-color:#4d4c5c}section.myPage div.panel div.MyPageSearchBox p{font-size:.75rem;font-weight:500;text-align:center;padding:.6rem 0;opacity:.6}section.myPage div.panel div.MyPageSearchBox p b{font-weight:900}section.myPage div.panel div.MyPageSearchBox div.bottom{display:grid;grid-template-columns:1fr auto;border-top:1px solid rgba(0,0,0,.04);height:3rem}section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable{display:grid;align-items:center}section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:first-child{grid-template-columns:repeat(auto-fit,minmax(2rem,auto));justify-content:right;grid-gap:1rem}section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:first-child span{font-size:.8rem;font-weight:700;height:2.5rem;line-height:2.5rem;cursor:pointer}section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:first-child span.active{border-bottom:2px solid #1f2db4;color:#1f2db4;font-weight:900}@media (max-width:640px){section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:first-child span{font-size:.7rem}}section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:last-child{grid-template-columns:repeat(4,auto);justify-content:left;grid-gap:.5rem}section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:last-child strong{font-size:.8rem;font-weight:700}@media (max-width:640px){section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:last-child strong{font-size:.7rem}}section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:last-child span{font-size:.8rem;font-weight:500;cursor:pointer;padding:.1rem .6rem}section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:last-child span.active{background:#1f2db4;color:#fff;border-radius:1rem}@media (max-width:640px){section.myPage div.panel div.MyPageSearchBox div.bottom div.boxable:last-child span{font-size:.7rem}}section.myPage div.panel div.contentMyPage{position:relative}section.myPage div.panel div.contentMyPage div.MyData{box-shadow:0 0 20px rgba(0,0,0,.08);margin-top:2rem;border-radius:1.5rem;display:grid;grid-template-columns:1fr;overflow:hidden;position:relative}section.myPage div.panel div.contentMyPage div.MyData div.topUserProfile{display:grid;grid-template-columns:auto auto;justify-content:right;padding:1rem 1rem 0;grid-gap:.5rem}section.myPage div.panel div.contentMyPage div.MyData div.topUserProfile figure{width:3rem;height:3rem;border-radius:3rem;overflow:hidden}section.myPage div.panel div.contentMyPage div.MyData div.topUserProfile figure img{width:3rem;height:3rem;-o-object-fit:cover;object-fit:cover}section.myPage div.panel div.contentMyPage div.MyData div.topUserProfile div.userTextInfo{display:grid;grid-template-rows:auto auto;align-content:center}section.myPage div.panel div.contentMyPage div.MyData div.topUserProfile div.userTextInfo span{font-size:.9rem;font-weight:900}section.myPage div.panel div.contentMyPage div.MyData div.topUserProfile div.userTextInfo strong{font-size:.75rem;font-weight:700}section.myPage div.panel div.contentMyPage div.MyData .ps{position:relative;direction:ltr;max-height:50vh;margin-bottom:.3rem}section.myPage div.panel div.contentMyPage div.MyData div.content{display:grid;grid-template-columns:1fr}section.myPage div.panel div.contentMyPage div.MyData div.content p.description{padding:0 1rem 1rem}section.myPage div.panel div.contentMyPage div.MyData div.content div.btnMoreContent{padding:2rem 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative}section.myPage div.panel div.contentMyPage div.MyData div.content div.btnMoreContent:after,section.myPage div.panel div.contentMyPage div.MyData div.content div.btnMoreContent:before{content:"";height:.06rem;background:#edf0f5}section.myPage div.panel div.contentMyPage div.MyData div.content div.btnMoreContent div.overContent{position:absolute;top:-3.5rem;right:0;width:100%;height:100%;box-shadow:inset 0 -80px 35px -20px hsla(0,0%,100%,.8);border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;overflow:hidden}section.myPage div.panel div.contentMyPage div.MyData div.content div.btnMoreContent button{padding:0 1rem;border-radius:2.3rem;height:2.3rem;position:relative;font-size:.75rem;z-index:100!important;transition:all .3s ease-in-out}section.myPage div.panel div.contentMyPage div.MyData div.slide{position:relative;direction:ltr;padding:1rem}section.myPage div.panel div.contentMyPage div.MyData div.slide .swiper-slide,section.myPage div.panel div.contentMyPage div.MyData div.slide .swiper-wrapper{width:100%!important}@media (max-width:500px){section.myPage div.panel div.contentMyPage div.MyData div.slide .swiper-wrapper{width:20rem!important}}section.myPage div.panel div.contentMyPage div.MyData div.slide figure{width:100%}section.myPage div.panel div.contentMyPage div.MyData div.slide figure img{width:100%;max-height:25rem;-o-object-fit:cover;object-fit:cover;border-radius:1rem}section.myPage div.panel div.contentMyPage div.MyData div.slide .swiper-container{overflow:unset}section.myPage div.panel div.contentMyPage div.MyData div.slide .swiper-pagination{bottom:-2rem}@media (max-width:500px){section.myPage div.panel div.contentMyPage div.MyData div.slide .swiper-pagination{bottom:-1rem}}section.myPage div.panel div.contentMyPage div.MyData div.slide div.swiper-button-prev{top:50%;left:0;background:hsla(0,0%,100%,.4);padding:.2rem;width:2rem;height:3rem;border-top-right-radius:.8rem;border-bottom-right-radius:.8rem;transition:all .3s ease-in-out}section.myPage div.panel div.contentMyPage div.MyData div.slide div.swiper-button-prev:hover{color:#1f2db4;background:#fff}section.myPage div.panel div.contentMyPage div.MyData div.slide div.swiper-button-prev:after{font-size:1rem;color:#282828;padding-right:.5rem}section.myPage div.panel div.contentMyPage div.MyData div.slide div.swiper-button-next{right:0;top:50%;background:hsla(0,0%,100%,.4);padding:.2rem;width:2rem;height:3rem;border-top-left-radius:.8rem;border-bottom-left-radius:.8rem;transition:all .3s ease-in-out}section.myPage div.panel div.contentMyPage div.MyData div.slide div.swiper-button-next:hover{color:#1f2db4;background:#fff}section.myPage div.panel div.contentMyPage div.MyData div.slide div.swiper-button-next:after{font-size:1rem;color:#282828;padding-left:.5rem}section.myPage div.panel div.contentMyPage div.MyData div.action{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:1rem}section.myPage div.panel div.contentMyPage div.MyData div.action div.like{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;height:2rem}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.icon{display:grid;align-items:center;cursor:pointer}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.countLike{display:grid;align-items:center;grid-template-columns:auto auto}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.countLike div.profile{display:grid;align-items:center;grid-template-columns:auto auto auto;margin-right:-1.5rem}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.countLike div.profile figure{width:2rem;height:2rem;border-radius:2rem;overflow:hidden;margin-right:-.9rem;box-shadow:0 0 3px rgba(0,0,0,.25)}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.countLike div.profile figure:nth-child(3){z-index:3}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.countLike div.profile figure:nth-child(2){z-index:4}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.countLike div.profile figure:first-child{z-index:5;margin-right:0}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.countLike div.profile figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.myPage div.panel div.contentMyPage div.MyData div.action div.like div.countLike div.text{font-size:.7rem;font-weight:700;color:#4d4c5c;background:#f8f9fb;border-radius:2rem;padding:.5rem .5rem .5rem 2rem}section.myPage div.panel div.contentMyPage div.MyData div.action div.left{display:grid;grid-template-columns:auto auto;justify-content:left;grid-gap:1rem}section.myPage div.panel div.contentMyPage div.MyData div.action div.left div.icon{display:grid;align-items:center;cursor:pointer}section.myPage div.panel div.contentMyPage div.MyData h3{font-size:1.1rem;font-weight:900;padding:.5rem 1rem 0;color:#282828}section.myPage div.panel div.contentMyPage div.MyData ol,section.myPage div.panel div.contentMyPage div.MyData ul{padding-right:1rem}section.myPage div.panel div.contentMyPage div.MyData ol li,section.myPage div.panel div.contentMyPage div.MyData ul li{padding:.2rem 0;font-size:.85rem;color:#555;font-weight:500}section.myPage div.panel div.contentMyPage div.MyData div.bodyConversationClass{line-height:27px;font-size:.9rem;overflow:hidden}section.myPage div.panel div.contentMyPage div.MyData div.bodyConversationClass .ql-editor{overflow:hidden}section.myPage div.panel div.contentMyPage div.MyData .ql-container{height:auto}section.myPage div.panel div.contentMyPage div.MyData blockquote{line-height:27px;font-size:.9rem;padding:1.5rem;position:relative;background:#fcfcfc;border-radius:.4rem;color:#555;font-weight:500}section.myPage div.panel div.contentMyPage div.MyData blockquote:before{content:"";height:100%;width:.2rem;border-radius:.5rem;position:absolute;top:0;right:0;background:#212341}section.myPage div.panel div.contentMyPage div.MyData blockquote:after{position:absolute;content:"";top:.5rem;right:.5rem;width:1.2rem;height:1.2rem;background-size:contain;background-repeat:no-repeat;background-image:url(/img/blockquote.png)}section.myPage div.panel div.contentMyPage div.MyData pre.ql-syntax{padding:1rem;direction:ltr;width:100%;text-align:left;background:#212341;color:#fff;font-size:.9rem;border-radius:.4rem;overflow-x:auto;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4}section.myPage div.panel div.contentMyPage div.MyData h2{font-size:1.2rem;font-weight:900;color:#282828}section.myPage div.panel div.contentMyPage div.MyData p{font-weight:500;font-size:.85rem;color:#555;line-height:27px;overflow:hidden;text-align:right}section.myPage div.panel div.contentMyPage div.MyData p.description{padding:.5rem 1rem 0;line-height:27px;font-weight:500}section.myPage div.panel div.contentMyPage div.MyData div.content.episode{display:grid;grid-template-columns:auto 1fr;justify-content:right;padding:1rem 1rem .5rem}section.myPage div.panel div.contentMyPage div.MyData div.content.episode figure{width:4rem;height:4rem}section.myPage div.panel div.contentMyPage div.MyData div.content.episode figure img{border-radius:4rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.myPage div.panel div.contentMyPage div.MyData div.content.episode div.listInfo{display:grid;grid-template-rows:auto auto;align-content:center;justify-content:right;margin-top:-.6rem}section.myPage div.panel div.contentMyPage div.MyData div.content.episode div.listInfo h3{font-size:1rem;font-weight:900}section.myPage div.panel div.contentMyPage div.MyData div.content.episode div.listInfo div.data-episode{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.4rem;padding:.5rem 1rem 0}section.myPage div.panel div.contentMyPage div.MyData div.content.episode div.listInfo div.data-episode span{background:#f8f9fb;padding:.1rem .5rem;border-radius:2rem;font-weight:700;font-size:.7rem}section.myPage div.panel div.contentMyPage div.MyData div.content.episode div.listInfo div.data-episode span:first-child{background:rgba(255,137,103,.1);color:#ff8967}section.myPage div.panel div.contentMyPage div.MyData div.content.episode div.listInfo div.data-episode span:last-child{background:rgba(31,45,180,.08);color:#1f2db4}section.myPage div.panel div.contentMyPage div.MyData div.content.episode p{grid-column:1/span 2;font-weight:500;font-size:.85rem;color:#555;line-height:27px;overflow:hidden;text-align:right;padding:.5rem 1rem 0}section.myPage div.panel div.contentMyPage div.empty{display:grid;justify-content:center;background:#f8f9fb;border-radius:.8rem;padding:1rem 0}section.myPage div.panel div.contentMyPage div.empty p{font-weight:500;font-size:.76rem;color:#4d4c5c}section.myPage div.panel div.contentMyPage.single div.back{display:grid;grid-template-columns:auto auto;justify-content:right;align-items:center;grid-gap:.5rem;height:4rem}section.myPage div.panel div.contentMyPage.single div.back span{font-weight:900;font-size:.95rem;color:#282828}section.myPage div.panel div.contentMyPage.single div.back svg{transform:rotate(180deg)}section.myPage div.panel div.contentMyPage.single div.MyData{margin-top:0}section.myPage div.panel div.contentMyPage.single div.MyData h3{padding-bottom:1rem}@media (max-width:1280px){section.myPage aside.left{display:none}}section.myPage aside.left div.latestNotifications{border-radius:1.5rem;background:#fff;box-shadow:0 0 22px rgba(30,30,31,.06);position:relative;padding-top:1.5rem;margin-bottom:4rem}section.myPage aside.left div.latestNotifications span.title{position:absolute;top:-1.1rem;right:2rem;height:2.2rem;padding:0 1rem;background:#212341;color:#fff;border-radius:3rem;line-height:2.2rem;font-weight:700;font-size:.8rem;box-shadow:0 5px 35px 0 rgba(31,45,180,.35)}section.myPage aside.left div.latestNotifications div.item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.5rem;min-height:6rem;align-items:center;border-bottom:1px solid #f8f9fb;color:#4d4c5c;padding:0 1rem}section.myPage aside.left div.latestNotifications div.item div.icon{display:grid;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;overflow:hidden;background:rgba(101,131,254,.14);border-radius:3rem}section.myPage aside.left div.latestNotifications div.item div.content{display:grid;grid-template-columns:1fr}section.myPage aside.left div.latestNotifications div.item div.content h4{font-size:.8rem;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#282828}section.myPage aside.left div.latestNotifications div.item div.content h4 a{text-decoration:underline;text-decoration-color:#212341;-webkit-text-decoration-color:#212341;color:#212341;font-weight:500;font-size:.8rem}section.myPage aside.left div.latestNotifications div.item div.content p{font-size:.65rem;font-weight:500;padding-left:.5rem}section.myPage aside.left div.latestNotifications div.item div.content p a{color:#1f2db4;text-decoration:underline;cursor:pointer}@media (max-width:1536px){section.myPage aside.left div.latestNotifications div.item div.content p{padding-left:0}}section.myPage aside.left div.latestNotifications div.item div.time{font-size:.65rem;font-weight:500;min-width:2rem;text-align:center}@media (max-width:1536px){section.myPage aside.left div.latestNotifications div.item{grid-template-columns:auto 1fr}}section.myPage aside.left div.latestNotifications div.empty{font-size:.8rem;font-weight:500;color:#4d4c5c;padding:1rem}section.myPage aside.left div.latestNotifications div.allNotification{display:grid;justify-content:center;padding:1rem 0}section.myPage aside.left div.latestNotifications div.allNotification a{font-size:.8rem;font-weight:700;color:#4d4c5c}section.myPage aside.left div.userSocialMedia{border-radius:1.5rem;background:#fff;box-shadow:0 0 22px rgba(30,30,31,.06);position:relative}section.myPage aside.left div.userSocialMedia span.title{position:absolute;top:-1.1rem;right:2rem;height:2.2rem;padding:0 1rem;background:#212341;color:#fff;border-radius:3rem;line-height:2.2rem;font-weight:700;font-size:.8rem;box-shadow:0 5px 35px 0 rgba(31,45,180,.35)}section.myPage aside.left div.userSocialMedia ul{display:grid;grid-template-rows:auto;grid-template-columns:1fr;grid-gap:1rem;padding:3.5rem 1.5rem 1.5rem}section.myPage aside.left div.userSocialMedia ul li{display:grid;grid-template-columns:auto auto;justify-content:right;align-content:center;grid-gap:.8rem;align-items:center}section.myPage aside.left div.userSocialMedia ul li a{display:grid;justify-content:center;align-items:center;grid-template-columns:auto auto;grid-gap:1rem}section.myPage aside.left div.userSocialMedia ul li a div.icon{display:grid;justify-content:center;align-items:center;width:2rem;height:2rem;background:rgba(31,45,180,.05);border-radius:3rem}section.myPage aside.left div.userSocialMedia ul li a div.icon svg{fill:#1f2db4}section.myPage aside.left div.userSocialMedia ul li a span{font-size:.85rem;font-weight:700;color:#4d4c5c}section.myPage aside.left div.userSocialMedia div.empty{font-size:.8rem;font-weight:500;color:#4d4c5c;padding:2.5rem 1rem 1rem}section.myPage aside.left div.userUseTag{margin-top:4rem;border-radius:1.5rem;background:#fff;box-shadow:0 0 22px rgba(30,30,31,.06);position:relative;position:-webkit-sticky;position:sticky;top:2rem;z-index:0}section.myPage aside.left div.userUseTag span.title{position:absolute;top:-1.1rem;right:2rem;height:2.2rem;padding:0 1rem;background:#212341;color:#fff;border-radius:3rem;line-height:2.2rem;font-weight:700;font-size:.8rem;box-shadow:0 5px 35px 0 rgba(31,45,180,.35)}section.myPage aside.left div.userUseTag ul{display:grid;grid-template-rows:auto;grid-template-columns:1fr;grid-gap:1rem;padding:3.5rem 1.5rem 1.5rem}section.myPage aside.left div.userUseTag ul li{display:grid;grid-template-columns:auto auto;justify-content:right;align-content:center;grid-gap:.8rem;align-items:center;position:relative}section.myPage aside.left div.userUseTag ul li:before{content:"";width:.5rem;height:.5rem;background:#d5dbe0;border-radius:1rem}section.myPage aside.left div.userUseTag ul li a{font-size:.85rem;font-weight:700;color:#4d4c5c}section.myPage aside.left div.userUseTag div.empty{font-size:.8rem;font-weight:500;color:#4d4c5c;padding:2.5rem 1rem 1rem}section.myPage.two{grid-template-columns:20rem 1fr}section.myPage.two div.notifications{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.08);border-radius:1.5rem;display:grid;grid-template-columns:1fr;overflow:hidden;padding:1rem;align-content:flex-start}section.myPage.two div.notifications div.title{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #f8f9fb}section.myPage.two div.notifications div.title span{display:grid;grid-template-columns:auto auto;grid-gap:.5rem;justify-content:right;align-items:center;font-size:1rem;font-weight:900;color:#4d4c5c}section.myPage.two div.notifications div.title span:before{content:"";width:2.5rem;height:.5rem;background:#212341;border-radius:1rem}section.myPage.two div.notifications div.title strong{font-size:.8rem;font-weight:900;cursor:pointer}section.myPage.two div.notifications div.lists{display:grid;grid-template-columns:1fr;grid-gap:1rem}section.myPage.two div.notifications div.lists div.list{min-height:6rem;padding:0 1rem;border-radius:3rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.5rem;background:#f8f9fb;opacity:1}section.myPage.two div.notifications div.lists div.list.read{opacity:.75}section.myPage.two div.notifications div.lists div.list div.icon{display:grid;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;overflow:hidden;background:rgba(101,131,254,.07);border-radius:3rem}section.myPage.two div.notifications div.lists div.list div.icon.payment svg{width:2.5rem!important;height:2.5rem!important;fill:#1f2db4!important}@media (max-width:1280px){section.myPage.two div.notifications div.lists div.list div.icon{display:none}}section.myPage.two div.notifications div.lists div.list div.content{display:grid;grid-template-columns:1fr}section.myPage.two div.notifications div.lists div.list div.content h4{font-size:1rem;font-weight:900;opacity:.8}section.myPage.two div.notifications div.lists div.list div.content p{font-size:.85rem;font-weight:500;padding-left:1rem;padding-top:.3rem;color:#282828}section.myPage.two div.notifications div.lists div.list div.content p a{color:#1f2db4;text-decoration:underline;cursor:pointer;font-weight:bolder}section.myPage.two div.notifications div.lists div.list div.time{display:grid;align-items:center;text-align:center}section.myPage.two div.notifications div.lists div.list div.time span{padding-top:.3rem;font-weight:500;color:#1f2db4}@media (max-width:1280px){section.myPage.two div.notifications div.lists div.list div.time{text-align:left}}@media (max-width:1280px){section.myPage.two div.notifications div.lists div.list{grid-template-columns:1fr;padding:1rem}}section.myPage.two div.notifications div.empty{text-align:center;font-size:.75rem;font-weight:500;opacity:.7}section.myPage.two section.FollowComponent{display:grid;grid-template-columns:1fr;align-content:flex-start}section.myPage.two section.FollowComponent div.empty{text-align:center;font-size:.75rem;font-weight:500;padding:1rem 0;color:#4d4c5c}section.myPage.two section.FollowComponent div.title{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #f8f9fb}section.myPage.two section.FollowComponent div.title span{display:grid;grid-template-columns:auto auto;grid-gap:.5rem;justify-content:right;align-items:center;font-size:1rem;font-weight:900;color:#4d4c5c}section.myPage.two section.FollowComponent div.title span:before{content:"";width:2.5rem;height:.5rem;background:#212341;border-radius:1rem}section.myPage.two section.FollowComponent div.title strong{font-size:.85rem;font-weight:700;cursor:pointer}section.myPage.two section.FollowComponent div.allUsers{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));grid-gap:1rem;align-content:flex-start}section.myPage.two section.FollowComponent div.allUsers div.list{border-radius:2rem;box-shadow:0 0 18px rgba(0,0,0,.06);overflow:hidden;font-weight:500;display:grid;grid-template-columns:1fr;padding-bottom:1rem}section.myPage.two section.FollowComponent div.allUsers div.list div.backImage{background:#212341;position:relative;height:5rem;display:grid;align-content:center}section.myPage.two section.FollowComponent div.allUsers div.list div.backImage:before{content:"";background-image:url(/img/slide-bg-1n.png);background-repeat:repeat;background-position:top;background-size:cover;position:absolute;top:0;right:0;width:100%;height:100%;opacity:.3}section.myPage.two section.FollowComponent div.allUsers div.list div.profile{padding:0 2rem;display:grid;grid-template-columns:auto;justify-content:center;margin-top:-3.5rem;position:relative}section.myPage.two section.FollowComponent div.allUsers div.list div.profile a{display:grid;justify-content:center}section.myPage.two section.FollowComponent div.allUsers div.list div.profile figure{border-radius:7rem;width:7rem;height:7rem;overflow:hidden}section.myPage.two section.FollowComponent div.allUsers div.list div.profile figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.myPage.two section.FollowComponent div.allUsers div.list div.profile h3{margin-top:.4rem;font-size:.95rem;font-weight:900;text-align:center}section.myPage.two section.FollowComponent div.allUsers div.list div.profile h4{font-size:.8rem;font-weight:700;text-align:center}section.myPage.two section.FollowComponent div.allUsers div.list div.profile div.btn{display:grid;grid-template-columns:auto;justify-content:center}section.myPage.two section.FollowComponent div.allUsers div.list div.profile div.btn button{background:#1f2db4;margin-top:.5rem;border-radius:2rem;height:2.2rem;padding:0 1rem;color:#fff;font-size:.8rem;font-weight:700}section.myPage.two section.FollowComponent div.allUsers div.list .lds-ring div{border:3.2px solid transparent;border-top-color:#fff;width:24px;height:24px;margin-top:.35rem}section.myPage.two section.FollowComponent div.allUsers div.list .lds-ring{width:30px;height:30px}@media (max-width:1280px){section.myPage.two{grid-template-columns:1fr}}@media (max-width:1536px){section.myPage{grid-template-columns:18rem 1fr 14rem}}@media (max-width:1280px){section.myPage{grid-template-columns:18rem 1fr}}@media (max-width:1024px){section.myPage{grid-template-columns:1fr}}div.paginationMyPage{margin-top:2rem;display:grid;grid-template-columns:1fr;justify-content:center;padding:1rem 0;align-items:center;align-content:center;direction:rtl}div.paginationMyPage ul.paginates{display:grid;list-style:none;grid-template-columns:auto auto auto;justify-content:center;grid-gap:1rem;align-items:center}div.paginationMyPage ul.paginates li{display:grid;align-items:center;justify-content:center;font-weight:700;cursor:pointer}div.paginationMyPage ul.paginates li:first-child{width:4rem;height:2rem;border-radius:3rem;border:1px solid #1f2db4;color:#1f2db4}div.paginationMyPage ul.paginates li:last-child{width:4rem;height:2rem;border-radius:3rem;border:1px solid #4d4c5c;color:#4d4c5c}div.paginationMyPage ul.paginates li.center{display:grid;grid-template-columns:auto auto auto;grid-gap:.5rem;font-weight:700;font-size:.85rem;color:#4d4c5c}div.paginationMyPage ul.paginates li.center span b{color:#1f2db4;font-size:.85rem;font-weight:700;padding-right:.5rem}div.paginationMyPage ul.paginates li input{width:2rem;height:2rem;background:#edf0f5;color:#1f2db4;font-size:.85rem;border-radius:.3rem;text-align:center;font-weight:700}section.CatTagArchive{margin-top:2rem}section.CatTagArchive section.blockArchive{display:grid;grid-template-columns:22rem 1fr;grid-gap:2rem;margin-top:1.5rem}section.CatTagArchive section.blockArchive aside{margin-top:.5rem}section.CatTagArchive section.blockArchive aside div.sidebar{display:grid;grid-gap:2rem;align-content:flex-start;position:-webkit-sticky;position:sticky;top:2rem}@media (max-width:768px){section.CatTagArchive section.blockArchive aside div.sidebar{display:grid;grid-template-columns:1fr 1fr}}@media (max-width:480px){section.CatTagArchive section.blockArchive aside div.sidebar{display:grid;grid-template-columns:1fr}}section.CatTagArchive section.blockArchive aside section.typeData{border:1px solid #edf0f5;border-radius:2rem;font-size:.8rem;font-weight:700}section.CatTagArchive section.blockArchive aside section.typeData label.containerCheckbox strong{font-size:.8rem;font-weight:700}section.CatTagArchive section.blockArchive aside section.typeData div.topBlock{padding:.5rem 1rem;display:flex}section.CatTagArchive section.blockArchive aside section.typeData div.topBlock h4{font-size:.9rem;font-weight:700;background:#212341;padding:.2rem 1.5rem;margin-right:1rem;margin-top:-1.2rem;position:relative;z-index:10;color:#fff;border-radius:2rem}section.CatTagArchive section.blockArchive aside section.typeData div.blocks{padding:1rem;display:grid;grid-gap:1rem}section.CatTagArchive section.blockArchive aside section.typeData .container{display:grid;grid-template-columns:auto;justify-content:right;align-items:center;position:relative;align-content:center;cursor:pointer;font-size:.95rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .3s ease-in-out}section.CatTagArchive section.blockArchive aside section.typeData .container strong.label{font-size:.8rem;font-weight:700;padding-right:2rem;padding-top:.2rem}section.CatTagArchive section.blockArchive aside section.typeData .container strong.count{position:absolute;left:0;top:0;font-size:.75rem;font-weight:900;background:rgba(250,208,196,.2);display:flex;justify-content:center;align-items:center;color:#ff9a9e;width:1.4rem;height:1.4rem;border-radius:1.4rem}section.CatTagArchive section.blockArchive aside section.typeData .container input{position:absolute;opacity:0;cursor:pointer;transition:all .3s ease-in-out}section.CatTagArchive section.blockArchive aside section.typeData .checkmark{position:absolute;top:.1rem;right:0;height:22px;width:22px;border:1px solid #d5dbe0;border-radius:50%;transition:all .3s ease-in-out}section.CatTagArchive section.blockArchive aside section.typeData .container:hover input~.checkmark{background-color:#fcfcfc}section.CatTagArchive section.blockArchive aside section.typeData .container input:checked~.checkmark{border:unset;background-color:#212341}section.CatTagArchive section.blockArchive aside section.typeData .checkmark:after{content:"";position:absolute;display:none;transition:all .3s ease-in-out}section.CatTagArchive section.blockArchive aside section.typeData .container input:checked~.checkmark:after{display:block}section.CatTagArchive section.blockArchive aside section.typeData .container .checkmark:after{top:7px;right:0;left:0;margin:auto;width:8px;height:8px;border-radius:1rem;background:#fff;transition:all .3s ease-in-out}@media (max-width:768px){section.CatTagArchive section.blockArchive aside section.typeData:nth-child(3){display:none}}section.CatTagArchive section.blockArchive section.lists{display:grid;grid-template-columns:1fr;align-content:flex-start;grid-row-gap:2rem;position:relative}section.CatTagArchive section.blockArchive section.lists div.topHeadBox{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.05);border-radius:2rem;display:grid;grid-template-columns:auto;padding:1rem}section.CatTagArchive section.blockArchive section.lists div.topHeadBox div.top{height:5rem;display:grid;align-items:center;padding-right:5rem;position:relative;grid-template-columns:auto auto;align-content:center;justify-content:space-between}section.CatTagArchive section.blockArchive section.lists div.topHeadBox div.top div.right span{font-size:.8rem;font-weight:700;background:rgba(255,154,158,.14);color:#ff9a9e;border-radius:4rem;padding:.3rem 1.5rem;text-align:center}section.CatTagArchive section.blockArchive section.lists div.topHeadBox div.top div.right h1{font-family:kalameh;font-size:1.8rem;color:#1f2db4;margin-top:.5rem}section.CatTagArchive section.blockArchive section.lists div.topHeadBox div.top div.right:before{content:"";background-image:url(/img/new/dots.svg);height:4rem;width:3rem;background-repeat:no-repeat;background-size:contain;background-position:100%;position:absolute;top:.6rem;right:2rem}section.CatTagArchive section.blockArchive section.lists div.topHeadBox div.top div.left span{font-weight:700}section.CatTagArchive section.blockArchive section.lists div.items{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));grid-gap:2rem;grid-row-gap:2rem;align-content:flex-start;position:relative}section.CatTagArchive section.blockArchive section.lists div.items.tutorials{grid-row-gap:2rem}section.CatTagArchive section.blockArchive section.lists div.items article{background:#fff;box-shadow:0 0 18px rgba(30,30,31,.06)}section.CatTagArchive section.blockArchive section.lists div.items article:after,section.CatTagArchive section.blockArchive section.lists div.items article:before,section.CatTagArchive section.blockArchive section.lists div.items article div.rating{display:none}section.CatTagArchive section.blockArchive section.lists div.items article.article{background:none;box-shadow:none}section.CatTagArchive section.blockArchive section.lists div.items article.article figure{height:14rem;border-radius:2rem;overflow:hidden;position:relative}section.CatTagArchive section.blockArchive section.lists div.items article.article figure div.rate{position:absolute;top:1rem;left:1rem;height:1.5rem;padding:0 .7rem;background:#fff;display:grid;border-radius:2rem;grid-template-columns:auto auto;grid-gap:.3rem;align-items:center}section.CatTagArchive section.blockArchive section.lists div.items article.article figure div.rate div.icon{display:grid;align-items:center}section.CatTagArchive section.blockArchive section.lists div.items article.article figure div.rate span{font-weight:500;color:#282828;padding-top:.15rem}section.CatTagArchive section.blockArchive section.lists div.items article.article figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.CatTagArchive section.blockArchive section.lists div.items article.article h3{padding:.8rem 1rem .5rem;color:#282828;font-weight:800;font-size:1rem;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}section.CatTagArchive section.blockArchive section.lists div.items article.article p{padding:0 1rem;text-align:right;font-weight:500;font-size:.8rem;margin-bottom:.7rem;height:4rem;color:#4d4c5c;line-height:22px}section.CatTagArchive section.blockArchive section.lists div.items article.article div.info{height:3rem;border-top-left-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;background:#f8f9fb;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:0 1rem}section.CatTagArchive section.blockArchive section.lists div.items article.article div.info span{font-weight:500;color:#4d4c5c}section.CatTagArchive section.blockArchive section.lists div.items article.article div.info span b{font-weight:700}section.CatTagArchive section.blockArchive section.lists div.items article.podcast{border-radius:1rem;display:grid;grid-template-columns:1fr;align-content:flex-start;border-radius:2rem}section.CatTagArchive section.blockArchive section.lists div.items article.podcast figure{height:15rem;overflow:hidden}section.CatTagArchive section.blockArchive section.lists div.items article.podcast figure img{border-radius:2rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:1px solid #edf0f5}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.info{padding:0 2rem}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.info div.data{height:2.8rem;background:#fff;border-radius:3rem;margin-top:-1.5rem;box-shadow:0 0 8px rgba(0,0,0,.08);position:relative;display:grid;grid-template-columns:1fr auto;padding:0 .2rem;font-weight:700;font-size:.7rem}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.info div.data div.user{display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem;align-items:center}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.info div.data div.user figure{height:2.4rem;width:2.4rem;overflow:hidden;padding:0}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.info div.data div.user figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:3rem}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.info div.data div.user span{color:#282828}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.info div.data a.play{display:grid;align-items:center;padding-left:.6rem}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.content{padding:.5rem 1rem;margin-top:.5rem;display:grid;grid-template-columns:auto}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.content a{display:grid;grid-template-columns:auto auto;justify-content:right;padding:0 1rem;align-content:center;grid-gap:.5rem;align-items:center}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.content a:before{content:"";width:.6rem;height:.6rem;border-radius:.1rem;background:#d5dbe0}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.content a h3{color:#282828;font-size:1rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}section.CatTagArchive section.blockArchive section.lists div.items article.podcast div.content p{height:5rem;font-size:.8rem;font-weight:500;color:#4d4c5c;text-align:right;line-height:24px;padding:.5rem 1rem}section.CatTagArchive section.blockArchive section.lists div.empty{text-align:center}@media (max-width:1280px){section.CatTagArchive section.blockArchive{grid-template-columns:16rem 1fr}}@media (max-width:768px){section.CatTagArchive section.blockArchive{grid-template-columns:1fr}}.containerCheckbox{display:block;position:relative;padding-right:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.containerCheckbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmarkCheckbox{position:absolute;top:0;right:0;height:20px;width:20px;border-radius:.2rem;background-color:#eee}.containerCheckbox strong{display:inline-block;font-size:.85rem;font-weight:300;margin-top:-.2rem}.containerCheckbox:hover input~.checkmarkCheckbox{background-color:#ccc}.containerCheckbox input:checked~.checkmarkCheckbox{background-color:#212341}.checkmarkCheckbox:after{content:"";position:absolute;display:none}.containerCheckbox input:checked~.checkmarkCheckbox:after{display:block}.containerCheckbox .checkmarkCheckbox:after{left:7px;top:4px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}main.profileBlock{background:#f8f9fb;padding:2rem 0}main.profileBlock div.panelProfile{display:grid;grid-template-columns:20rem 1fr;grid-gap:2rem}main.profileBlock div.panelProfile aside.profile{display:grid;grid-template-columns:auto;max-height:20rem}main.profileBlock div.panelProfile aside.profile div.sidebar{background:#fff;border-radius:1rem;box-shadow:0 0 8px rgba(0,0,0,.02);position:relative}main.profileBlock div.panelProfile aside.profile div.sidebar figure{width:11rem;height:11rem;border-radius:11rem;overflow:hidden;margin-top:-8rem;box-shadow:0 0 15px rgba(0,0,0,.18)}main.profileBlock div.panelProfile aside.profile div.sidebar figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main.profileBlock div.panelProfile aside.profile div.sidebar nav{padding:1rem;display:grid;grid-template-columns:1fr;grid-row-gap:.4rem}main.profileBlock div.panelProfile aside.profile div.sidebar nav a{display:grid;grid-template-columns:auto 1fr;grid-gap:.8rem;height:3.2rem;align-items:center;font-size:.95rem;font-weight:700;color:#282828;border:2px solid transparent;border-radius:1rem;padding:0 1rem;position:relative}main.profileBlock div.panelProfile aside.profile div.sidebar nav a:before{content:"";position:absolute;top:0;bottom:0;margin:auto;right:-.25rem;width:.45rem;height:.45rem;border-radius:1rem;background:transparent}main.profileBlock div.panelProfile aside.profile div.sidebar nav a.active{border:1px solid #1f2db4;font-weight:900;font-size:1rem;color:#1f2db4}main.profileBlock div.panelProfile aside.profile div.sidebar nav a.active:before{background:#1f2db4}main.profileBlock div.panelProfile aside.profile div.sidebar nav a.active svg{fill:#1f2db4!important}main.profileBlock div.panelProfile aside.profile a.logout{height:5rem;background:#eb232b;margin-top:-1.5rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;display:grid;align-items:center;grid-template-columns:auto auto;justify-content:right;grid-gap:1rem;padding:1.5rem 1rem 0}main.profileBlock div.panelProfile aside.profile a.logout svg{fill:#fff}main.profileBlock div.panelProfile aside.profile a.logout span{font-size:.9rem;font-weight:700;color:#fff}main.profileBlock div.panelProfile div.contentProfile{min-height:35rem}main.profileBlock div.panelProfile div.contentProfile div.EditProfile{background:#fff;border-radius:1rem;box-shadow:0 0 8px rgba(0,0,0,.02)}main.profileBlock div.panelProfile div.contentProfile div.EditProfile nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(2rem,auto));justify-content:right;padding:0 1rem;height:4rem;align-items:center}main.profileBlock div.panelProfile div.contentProfile div.EditProfile nav span{font-weight:900;font-size:.8rem;color:#4d4c5c;border-bottom:2px solid transparent;cursor:pointer;padding:0 1rem;border-left:1px dashed #d5dbe0;position:relative;transition:all .3s ease-in-out}main.profileBlock div.panelProfile div.contentProfile div.EditProfile nav span:before{content:"";position:absolute;top:150%;width:0;height:2px;border-radius:1rem;right:0;left:0;margin:auto;background:#1f2db4;visibility:hidden;opacity:0;transition:all .3s ease-in-out}main.profileBlock div.panelProfile div.contentProfile div.EditProfile nav span:last-child{border-left:0}main.profileBlock div.panelProfile div.contentProfile div.EditProfile nav span.active{color:#1f2db4}main.profileBlock div.panelProfile div.contentProfile div.EditProfile nav span.active:before{visibility:visible;opacity:1;width:40%}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent{padding:0 1rem;margin-top:1rem}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock{display:grid;grid-template-columns:auto;justify-content:center;padding:1rem}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock div.userProfile{display:grid;justify-content:center}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock div.userProfile figure{width:8rem;height:8rem;border-radius:8rem;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.3)}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock div.userProfile figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList{display:grid;grid-template-columns:repeat(7,auto);list-style:none;justify-content:center;margin-top:2rem;grid-gap:1rem}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList li{cursor:pointer}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList li figure{width:3.5rem;height:3.5rem;border-radius:3.5rem;overflow:hidden}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList li figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList li:last-child{display:grid;align-items:center;grid-template-columns:1fr;justify-content:center}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList li:last-child label.image{display:grid;align-items:center;cursor:pointer;justify-content:center;width:3.5rem;height:3.5rem;border-radius:3.5rem;background:#edf0f5}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList li:last-child label.image svg{fill:#4d4c5c}@media (max-width:768px){main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList{grid-template-columns:repeat(5,auto)}}@media (max-width:640px){main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList{grid-template-columns:repeat(4,auto)}}@media (max-width:480px){main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.topEditBlock ul.profileImageList{grid-template-columns:repeat(2,auto)}}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;margin-top:1rem;padding:1rem 0}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem{display:grid;grid-template-columns:1fr;grid-row-gap:.5rem}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem div.alert{color:#eb232b}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem span{color:#4d4c5c;font-weight:700}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem input{height:3rem;background:#edf0f5;border-radius:.6rem;padding:.5rem;font-size:.85rem;font-weight:500}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem input.username{font-weight:700}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem input#disabled{cursor:no-drop}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem.full{grid-column:1/span 2}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem.full textarea{height:10rem;background:#edf0f5;border-radius:.6rem;padding:.5rem;font-size:.85rem;font-weight:500;line-height:27px}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem.btn{grid-column:1/span 2;grid-template-columns:auto;justify-content:left}main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem.btn button{height:2.5rem;padding:0 1.5rem;background:#1f2db4;color:#fff;border-radius:.6rem}@media (max-width:640px){main.profileBlock div.panelProfile div.contentProfile div.EditProfile div.tabContent div.EditInfo div.formInfo div.formItem{grid-column:1/span 2}}main.profileBlock div.panelProfile div.contentProfile div.topDashboard{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.infoProfileBox a{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.3rem;align-items:center;color:#4d4c5c;padding-bottom:.5rem;font-weight:700;font-size:.8rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.infoProfileBox a svg{fill:#4d4c5c}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.infoProfileBox div.block{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.02);border-radius:1rem;position:relative;overflow:hidden;padding-left:4rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.infoProfileBox div.block ul{list-style:none;padding:0 1rem 1rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.infoProfileBox div.block ul li{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.85rem;font-weight:500}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.infoProfileBox div.block h4{font-size:1.3rem;font-weight:900;padding:1rem;color:#1f2db4}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.infoProfileBox div.block:before{content:"";position:absolute;top:0;left:2rem;width:1.5rem;height:5rem;background:#1f2db4;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox a{display:grid;grid-template-columns:auto auto;grid-gap:.3rem;justify-content:right;align-items:center;color:#282828;padding-bottom:.5rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox div.block{height:12rem;background:#bc79d6;border-radius:1rem;box-shadow:0 0 8px rgba(188,121,214,.02);position:relative;display:grid;align-content:center;grid-template-columns:1fr 1fr}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox div.block:after{position:absolute;top:-2rem;left:2.5rem;content:"";background-repeat:no-repeat;background-size:contain;width:10rem;height:100%;background-image:url(/img/new/Safeandcoins.png)}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox div.block:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-image:url(/img/new/Balls.png);border-radius:1rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox div.block div.box{display:grid;grid-template-rows:auto auto auto;align-content:center;justify-content:center;grid-gap:.5rem;text-align:center;color:#fff}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox div.block div.box span{font-size:1.2rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox div.block div.box strong{font-weight:900;font-size:1.1rem}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox div.block div.box div.btn{display:grid;grid-template-columns:auto;justify-content:center;position:relative}main.profileBlock div.panelProfile div.contentProfile div.topDashboard div.walletProfileBox div.block div.box div.btn a{height:2rem;line-height:2.2rem;background:#fff;border-radius:3rem;padding:0 1.5rem;color:#bc79d6;font-weight:900;font-size:.85rem}@media (max-width:1280px){main.profileBlock div.panelProfile div.contentProfile div.topDashboard{grid-template-columns:1fr}}main.profileBlock div.panelProfile div.contentProfile div.walletBlock{background:#fff;border-radius:1rem;box-shadow:0 0 8px rgba(0,0,0,.02)}main.profileBlock div.panelProfile div.contentProfile section.Payments{background:#fff;border-radius:1rem;box-shadow:0 0 8px rgba(0,0,0,.02);padding:0 1rem 1rem}main.profileBlock div.panelProfile div.contentProfile section.Payments nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(2rem,auto));justify-content:right;height:4rem;align-items:center}main.profileBlock div.panelProfile div.contentProfile section.Payments nav span{font-weight:900;font-size:.8rem;color:#4d4c5c;border-bottom:2px solid transparent;cursor:pointer;padding:0 1rem;border-left:1px dashed #d5dbe0;position:relative;transition:all .3s ease-in-out}main.profileBlock div.panelProfile div.contentProfile section.Payments nav span:before{content:"";position:absolute;top:150%;width:0;height:2px;border-radius:1rem;right:0;left:0;margin:auto;background:#1f2db4;visibility:hidden;opacity:0;transition:all .3s ease-in-out}main.profileBlock div.panelProfile div.contentProfile section.Payments nav span:last-child{border-left:0}main.profileBlock div.panelProfile div.contentProfile section.Payments nav span.active{color:#1f2db4}main.profileBlock div.panelProfile div.contentProfile section.Payments nav span.active:before{visibility:visible;opacity:1;width:40%}main.profileBlock div.panelProfile div.contentProfile section.Payments table{margin-top:1rem;display:grid;grid-template-columns:1fr;grid-gap:1.5rem}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr{display:grid;grid-template-columns:4.5rem 26rem auto auto auto;height:4.5rem;background:#fff;border-radius:.85rem;box-shadow:0 0 5px rgba(0,0,0,.07);align-items:center;grid-gap:1rem}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr:first-child{height:2rem;display:grid;box-shadow:none}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr th{text-align:center}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr td{display:grid;grid-template-columns:1fr;text-align:center;font-size:.8rem;font-weight:700}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr td a{font-weight:900;color:#ff8967}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr td h4{font-size:.9rem;text-align:right;font-weight:900}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr td span{height:4.5rem;color:#fff;border-radius:1rem;display:grid;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr td span.pending{background:rgba(255,137,103,.1);color:#ff8967}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr td span.success{background:rgba(0,200,83,.1);color:#00c853}main.profileBlock div.panelProfile div.contentProfile section.Payments table tr td strong{font-size:.85rem;font-weight:700;text-align:center}main.profileBlock div.panelProfile div.contentProfile section.Payments div.empty{margin-top:1rem}main.profileBlock div.panelProfile div.contentProfile section.Payments div.empty p{text-align:center;padding:.5rem;font-size:.85rem;font-weight:500}@media (max-width:1024px){main.profileBlock div.panelProfile{grid-template-columns:1fr;grid-gap:16rem}}div.topBox{height:6rem;margin-top:3rem;padding-right:12rem;display:grid;align-content:center;align-items:center}div.topBox span{padding:.2rem;font-size:.85rem;font-weight:500;color:#4d4c5c}div.topBox ul.address{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(1rem,auto));justify-content:right;align-items:center}div.topBox ul.address li{display:grid;align-items:center;font-size:.8rem;font-weight:700;margin-left:1rem;color:#4d4c5c}div.topBox ul.address li.arrow{transform:rotate(120deg);margin-left:0}div.topBox ul.address li.arrow svg{fill:#282828}@media (max-width:640px){div.topBox ul.address li.arrow{display:none}}div.topBox ul.address li.bold{font-size:1.4rem;font-weight:800;margin-left:0;color:#282828}@media (max-width:640px){div.topBox ul.address{grid-template-columns:auto}}body.profile footer#index{margin-top:0;background:#fff}section.notfoundPage{padding:6rem 0 4rem;display:grid;grid-template-columns:1fr 30rem;align-items:center}section.notfoundPage div.right{display:grid;grid-template-rows:auto auto auto auto;justify-content:center;align-content:center}section.notfoundPage div.right h4{font-family:kalameh;font-size:6.5rem;font-weight:700}section.notfoundPage div.right h5{font-weight:800;font-size:2.5rem;margin-top:-1.5rem}section.notfoundPage div.right p{font-weight:700;font-size:1.2rem;color:#4d4c5c}section.notfoundPage div.right div.btn{margin-top:1rem}section.notfoundPage div.right div.btn a{background:#1f2db4;color:#fff;border-radius:3rem;padding:.5rem 1rem}section.Invoice{width:30%;background:#fff;border-radius:1rem;margin:4rem auto 0}@media screen and (max-width:500px){section.Invoice{width:95%}}section.Invoice figure{height:10rem;margin-bottom:2rem;margin-top:1rem}section.Invoice figure img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}section.Invoice div.errorPayment{display:grid;grid-template-columns:auto;justify-content:center;align-items:center;padding:2rem 0}section.Invoice h3{padding:1rem;font-size:2rem;font-weight:700;text-align:center;font-family:kalameh,irsans,sans-serif;color:#4d4c5c}section.Invoice ul.Invoice{list-style:none;padding:1rem;margin-top:1rem;box-shadow:0 0 50px rgba(0,0,0,.06);border-radius:2rem}section.Invoice ul.Invoice li{font-family:dana,sans-serif;font-size:.85rem;font-weight:700;height:2.8rem;display:grid;align-items:center;padding:0 1rem;grid-template-columns:auto auto;justify-content:space-between}section.Invoice ul.Invoice li:nth-child(2n){background:#f8f9fb}section.Invoice ul.Invoice li div.discount strong.discount{text-decoration:line-through;color:#eb232b}section.Invoice form{display:grid;grid-template-columns:1fr auto;grid-gap:1rem;padding:0 1rem;margin-top:2rem}section.Invoice form label{display:grid;grid-template-columns:1fr}section.Invoice form label input{background:#f7f7f7;height:2.8rem;border-radius:.4rem;padding:.5rem;font-weight:500}section.Invoice form div.alert{font-size:.7rem;font-weight:300}section.Invoice form div.alert.error{color:#eb232b}section.Invoice form div.alert.success{color:#00c853}section.Invoice form button{background:#1f2db4;color:#fff;border-radius:.4rem;font-weight:700;font-size:.85rem;display:grid;grid-template-columns:auto;justify-content:center;align-items:center;height:2.5rem;width:7rem;transition:all .3s ease-in-out;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}section.Invoice form button.loader{width:4rem}section.Invoice form button.loader svg,section.Invoice form button div.loader{margin-top:.3rem}section.Invoice div.btnToGateway{display:grid;grid-template-columns:auto;justify-content:center;padding:2rem 0}section.Invoice div.btnToGateway button{border-radius:.4rem;background:#00c853;color:#fff;padding:.5rem 2rem;font-weight:700;font-size:.85rem}section.Invoice div.btnToTutorial{display:grid;grid-template-columns:1fr;justify-content:center;padding:2rem 0}section.Invoice div.btnToTutorial p{font-weight:500;font-size:.8rem;text-align:center}section.Invoice div.btnToTutorial div.more{display:grid;grid-template-columns:repeat(auto-fit,minmax(2rem,auto));grid-gap:1rem;justify-content:center;margin-top:1rem}section.Invoice div.btnToTutorial div.more a.btn{border-radius:.4rem;background:#1f2db4;color:#fff;padding:.8rem 2rem;font-weight:700;font-size:.8rem}section.Invoice div.btnToTutorial div.more a.btn.repeat{background:#00c853}section.Invoice.pay{min-width:48%}main.searchPage{margin-top:2rem}main.searchPage div.resultSearch{height:4rem;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center}main.searchPage div.resultSearch div.right{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem}main.searchPage div.resultSearch div.right span{font-size:1rem;font-weight:700}main.searchPage div.resultSearch div.right span:last-child{font-weight:900}main.searchPage div.resultSearch strong{font-weight:500}main.searchPage div.searchPanel{background:#f8f9fb;padding-bottom:2rem;display:grid;grid-template-columns:1fr}main.searchPage div.searchPanel div.topHeadBlock{background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.01),0 2px 4px -2px rgba(0,0,0,.01);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;display:grid;grid-template-columns:repeat(5,auto);justify-content:right;grid-gap:3rem;align-items:center;position:-webkit-sticky;position:sticky;top:0}main.searchPage div.searchPanel div.topHeadBlock span{display:grid;grid-template-columns:auto auto;justify-content:right;grid-gap:.5rem;align-items:center;height:4rem;font-weight:900;font-size:1rem;color:#282828;position:relative;cursor:pointer}main.searchPage div.searchPanel div.topHeadBlock span:first-child{margin-right:1rem}main.searchPage div.searchPanel div.topHeadBlock span:before{content:"";position:absolute;bottom:0;right:0;margin:auto;left:0;width:0;height:4px;background:#1f2db4;border-radius:2rem;transition:all .3s ease-in-out}@media (max-width:640px){main.searchPage div.searchPanel div.topHeadBlock span:before{margin:unset}}main.searchPage div.searchPanel div.topHeadBlock span.active:before{width:100%}@media (max-width:640px){main.searchPage div.searchPanel div.topHeadBlock span.active:before{width:70%}}main.searchPage div.searchPanel div.topHeadBlock span b{color:#1f2db4;font-weight:700;font-size:.7rem}@media (max-width:768px){main.searchPage div.searchPanel div.topHeadBlock span{display:flex;min-width:7rem}}@media (max-width:768px){main.searchPage div.searchPanel div.topHeadBlock{display:flex;overflow-x:scroll;padding:0 0 .5rem}}main.searchPage div.searchPanel div.SearchPageLists{display:grid;grid-template-columns:1fr;align-content:flex-start;margin-top:2rem;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.02);border-radius:1.5rem}main.searchPage div.searchPanel div.SearchPageLists div.loaderComponent{padding:1rem 0}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem{height:10rem;border-bottom:2px dashed #edf0f5;display:grid;grid-template-columns:auto 1fr auto;grid-gap:1rem;align-content:center;padding:0 1rem}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem figure{height:7rem;width:13rem;aspect-ratio:19/6;overflow:hidden;border-radius:.8rem}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:500px){main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem figure img{width:100%;height:auto}}@media (max-width:500px){main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem figure{aspect-ratio:unset;width:auto;height:auto}}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock{padding:.5rem 0}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock a.episode{display:grid;grid-template-columns:auto auto;justify-content:right;align-content:center;grid-gap:.5rem;align-items:center}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock a.episode span{background:rgba(255,137,103,.1);color:#ff8967;padding:.1rem 1rem;border-radius:1rem;margin-top:-.3rem}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock h3{font-weight:800;font-size:1.2rem;color:#282828}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock h4{font-size:.78rem;font-weight:900;color:#1f2db4}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks{display:grid;grid-template-columns:1fr auto;justify-content:space-between}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks p{font-size:.85rem;font-weight:500;padding-left:4rem;line-height:25px}@media (max-width:1024px){main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks p{padding-left:.5rem}}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left{display:grid;grid-template-rows:auto auto;align-content:flex-end;grid-gap:.5rem}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left div.rates{display:grid;grid-template-columns:auto auto;grid-gap:.8rem;align-items:center;justify-content:left}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left div.rates .vue-star-rating{margin-top:.2rem}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left div.rates span{font-weight:500}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left div.rates .vue-star-rating-rating-text{display:none}@media (max-width:1024px){main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left div.rates{justify-content:right}}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left div.bottomBlocks{display:grid;grid-template-columns:auto auto;justify-content:left;grid-gap:1rem}@media (max-width:1024px){main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left div.bottomBlocks{justify-content:right}}main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks div.left div.bottomBlocks span{font-size:.8rem;font-weight:500}@media (max-width:1024px){main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem div.contentBlock div.bottomBlocks{grid-template-columns:1fr}}@media (max-width:1024px){main.searchPage div.searchPanel div.SearchPageLists div.lists div.searchItem{grid-template-columns:1fr;height:auto;padding:.8rem 0}}main.searchPage div.searchPanel div.SearchPageLists div.empty{padding:2rem 0;text-align:center;font-weight:500}body.search footer#index{margin-top:0;background:#fff}section#about-us>article{display:grid;width:100%}section#about-us>article figure.about-header{display:flex;position:relative;margin-top:4rem}section#about-us>article figure.about-header img{width:100%;max-height:35rem}section#about-us>article figure.about-header .about-title{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;justify-content:center;align-items:center;color:#fff}section#about-us>article figure.about-header .about-title h1{font-size:6rem;font-weight:100;border-left-color:#fff;border-right-color:#fff;border-left-style:solid;border-bottom:1px solid #fff;border-right-style:solid;border-top:1px solid #fff;font-family:kalameh;padding-bottom:.75rem}section#about-us>article figure.about-header .about-title h1 span{font-weight:800}@media (max-width:768px){section#about-us>article figure.about-header .about-title h1{font-size:3rem}}section#about-us>article div.about-content{display:grid;background-color:#fff;border-radius:2rem;box-shadow:0 0 75px 0 rgba(57,55,84,.07);margin-top:-5rem;padding:7.5rem 2.5rem 2.5rem}@media (max-width:768px){section#about-us>article div.about-content{padding-right:1rem;padding-left:1rem}}section#about-us>article div.about-content .content-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.05)}section#about-us>article div.about-content .content-header .content-heading{font-size:1rem;font-family:Kalameh}section#about-us>article div.about-content .content-header .content-heading h4{font-size:2rem;margin-bottom:.25rem}section#about-us>article div.about-content .content-header .content-heading span{font-family:dana,sans-serif}section#about-us>article div.about-content .content-header .content-social{display:flex}section#about-us>article div.about-content .content-header .content-social a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;margin-right:1rem;background-color:#f8f9fb;transition:background-color .1s ease-in}section#about-us>article div.about-content .content-header .content-social a:hover{background-color:#1f2db4}section#about-us>article div.about-content .content-header .content-social a:hover svg{fill:#fff}section#about-us>article div.about-content .content-header .content-social a:first-child{margin-right:0}section#about-us>article div.about-content .content-header .content-social a svg{fill:rgba(0,0,0,.35);transition:fill .1s ease-in}@media (max-width:768px){section#about-us>article div.about-content .content-header{display:grid;grid-template-columns:1fr;grid-gap:1rem}}section#about-us>article div.about-content .content-body{padding:1rem 2rem}section#about-us>article div.about-content .content-body .description{font-size:.95rem;line-height:2.5;color:#666}@media (max-width:768px){section#about-us>article div.about-content .content-body .description{text-align:justify}}@media (max-width:768px){section#about-us>article div.about-content .content-body{padding:1rem 0}}section#about-us>article div.about-content section.StatisticsWidget{box-shadow:none;width:100%;margin:5rem 0;border-top:1px solid #f8f9fb;border-bottom:1px solid #f8f9fb}section#about-us>article div.about-content section.StatisticsWidget:after,section#about-us>article div.about-content section.StatisticsWidget:before{display:none}@media (max-width:768px){section#about-us>article div.about-content section.StatisticsWidget{grid-template-columns:1fr}section#about-us>article div.about-content section.StatisticsWidget div.item{justify-content:right;padding:0 1rem}section#about-us>article div.about-content section.StatisticsWidget div.item div.icon{width:4rem;height:4rem}section#about-us>article div.about-content section.StatisticsWidget div.item div.icon svg{width:2rem!important;height:2rem!important}}section#about-us>article div.about-content .products{display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}@media (max-width:768px){section#about-us>article div.about-content .products{grid-template-columns:1fr}}section#about-us>article div.about-content .products .product-card{display:grid;gap:1rem;align-content:flex-start}section#about-us>article div.about-content .products .product-card figure.card-icon img{width:7rem}section#about-us>article div.about-content .products .product-card figure.card-icon figcaption.card-title{width:100%;color:#1f2db4}section#about-us>article div.about-content .products .product-card figure.card-icon figcaption.card-title h5{font-size:1.4rem;font-family:dana,sans-serif;font-weight:800}section#about-us>article div.about-content .products .product-card .card-body{font-size:.95rem;font-weight:500;line-height:27px}section#contact-us>article{display:grid;width:100%;margin-top:4rem}section#contact-us>article figure.contact-header{display:flex;position:relative}section#contact-us>article figure.contact-header img{width:100%;height:35rem;-o-object-fit:cover;object-fit:cover;border-radius:2rem}@media (max-width:768px){section#contact-us>article figure.contact-header img{height:auto}}section#contact-us>article figure.contact-header .contact-title{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;justify-content:center;align-items:center;color:#fff}section#contact-us>article figure.contact-header .contact-title h1{font-size:6rem;font-weight:100;border-left-color:#fff;border-right-color:#fff;border-left-style:solid;border-bottom:1px solid #fff;border-right-style:solid;border-top:1px solid #fff;font-family:kalameh;padding-bottom:.75rem}@media (max-width:768px){section#contact-us>article figure.contact-header .contact-title h1{font-size:3rem}}section#contact-us>article figure.contact-header .contact-title h1 span{font-weight:700}section#contact-us>article div.contact-content{display:grid;background-color:#fff;border-radius:2rem;box-shadow:0 0 75px 0 rgba(57,55,84,.07);margin-top:-5rem;padding:7.5rem 2.5rem 2.5rem}@media (max-width:768px){section#contact-us>article div.contact-content{padding-right:1rem;padding-left:1rem}}section#contact-us>article div.contact-content .content-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.05)}section#contact-us>article div.contact-content .content-header .content-heading p{font-weight:500;font-size:.8rem}section#contact-us>article div.contact-content .content-header .content-heading h4{font-size:2rem;margin-bottom:.25rem;font-family:kalameh,irsans,sans-serif}section#contact-us>article div.contact-content .content-body{padding:1rem 2rem}@media (max-width:768px){section#contact-us>article div.contact-content .content-body{padding:1rem 0}}section#contact-us>article div.contact-content .content-body .alert{height:3rem;font-weight:700;font-size:.85rem;background:rgba(0,200,83,.1);color:#00c853;border-radius:.6rem;line-height:3rem;padding:0 1rem;margin-bottom:1rem}section#contact-us>article div.contact-content .content-body form.contact-form{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}@media (max-width:768px){section#contact-us>article div.contact-content .content-body form.contact-form{grid-template-columns:1fr}}section#contact-us>article div.contact-content .content-body form.contact-form .form-control{display:grid;gap:.5rem}section#contact-us>article div.contact-content .content-body form.contact-form .form-control.editor{grid-column:1/-1}section#contact-us>article div.contact-content .content-body form.contact-form .form-control label{font-size:.8rem;font-weight:500}section#contact-us>article div.contact-content .content-body form.contact-form .form-control input,section#contact-us>article div.contact-content .content-body form.contact-form .form-control textarea{border:1px solid rgba(0,0,0,.1);padding:1rem 1.5rem;border-radius:.75rem;font-weight:500;font-size:.8rem;resize:none}section#contact-us>article div.contact-content .content-body form.contact-form .form-control input:focus,section#contact-us>article div.contact-content .content-body form.contact-form .form-control textarea:focus{border-color:#1f2db4}section#contact-us>article div.contact-content .content-body form.contact-form .form-control textarea{height:10rem}section#contact-us>article div.contact-content .content-body form.contact-form .form-control.btn{grid-template-columns:auto;justify-content:right}section#contact-us>article div.contact-content .content-body form.contact-form .form-control.btn button{padding:.8rem 4rem;background:#1f2db4;color:#fff;border-radius:.6rem;font-weight:700;font-size:.85rem}