@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@font-face{font-family:Sofia-Regular;src:url(SofiaSansExtraCondensed-Regular-subset.b0bf236a591c5629.woff2);font-display:block}@font-face{font-family:Sofia-SemiBold;src:url(SofiaSansExtraCondensed-SemiBold-subset.cd0c426946392e8a.woff2);font-display:block}@font-face{font-family:SourceSerif4-Regular;src:url(SourceSerif4-Regular-subset.ed73aeab98f19a41.woff2);font-display:block}html{font-size:100%;font-family:Sofia-Regular,Sofia-SemiBold}html,body{margin:0;padding:0;height:100%;background-color:#1c1f2d}h1{font-size:240px;color:#dab03f;font-family:Sofia-SemiBold;text-transform:uppercase;margin:0;line-height:.9}h4{font-size:56px;font-family:Sofia-Regular;text-transform:uppercase;color:#fff;line-height:68px}p{font-size:18px;line-height:30px;font-family:SourceSerif4-Regular;color:#babfd9}p.p-2{font-size:24px;line-height:1.5}.t-left{text-align:left}.t-right{text-align:right}.wrapper{min-height:100%;display:grid;grid-template-rows:auto 0 1fr auto}.header{height:72px;background-color:#1c1f2d;padding:15px 40px;display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:24px;font-family:Sofia-Regular}.logo{text-transform:uppercase}.developer-phone a,.developer-email a{text-decoration:none;color:#fff}.developer-phone a:hover,.developer-email a:hover{color:#dab03f}.header-contacts{display:flex;justify-content:space-between;align-items:center;max-width:579px;width:100%}.header-contacts.short{justify-content:end;gap:15px}.header-contacts.open{flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:#373b4f;z-index:111;position:fixed;left:0;top:0}.header-contacts.open>*+*{margin-top:20px}.btn{padding:7px 15px 5px;background-color:#dab03f;text-transform:uppercase;border-radius:2px}.btn:hover{background-color:#ffcc43;box-shadow:#ffcc4366 0 5px 10px}.btn.contact a{color:#1c1f2d;text-decoration:none}footer{background-color:#dab03f;padding:70px 0 50px}.footer-container{max-width:1239px;margin:0 auto;position:relative}.footer-container.solo .footer-developer-img{rotate:5deg}.footer-container.solo .footer-developer-img img{height:507px}.footer-container.solo .footer-contact-information{justify-content:space-between}.footer-developer-img{position:absolute;bottom:118px;right:100px;filter:grayscale(100%)}.footer-title{min-height:150px}.footer-title-text{font-size:32px;line-height:48px;border-bottom:1px solid #1C1F2D;padding-bottom:20px;text-transform:uppercase;font-family:Sofia-Regular}.footer-email{font-size:70px;line-height:90px;font-family:Sofia-SemiBold;text-transform:uppercase;margin-bottom:30px}.footer-email.long{font-size:50px}.footer-email a{text-decoration:none;color:#1c1f2d}.footer-email a:hover{border-bottom:3px solid #1C1F2D}.footer-socials{font-size:24px;line-height:30px;text-transform:uppercase;display:flex;margin-bottom:100px}.footer-socials .social+.social,.footer-socials .social+.footer-phone{margin-left:50px}.footer-socials a{cursor:pointer;text-decoration:none;color:#1c1f2d}.footer-socials a:hover{border-bottom:1px solid #1C1F2D}.footer-developer-address{font-size:18px;line-height:30px;display:flex;align-items:center;justify-content:space-between}.footer-developer-address .developer-address{max-width:780px}.footer-contact-information{display:flex;flex-direction:column;height:100%}.developer-details-img{animation:wobble-hor-bottom 3s ease-in-out infinite}.expirience-img{animation:bounce 3s;transform:translateY(0);animation-iteration-count:infinite}.reviews-img{animation:strech 3s ease-in-out infinite}@keyframes wobble-hor-bottom{0%,to{transform:translate(0);transform-origin:50% 50%}15%{transform:translate(-30px) rotate(-6deg)}30%{transform:translate(15px) rotate(6deg)}45%{transform:translate(-15px) rotate(-3.6deg)}60%{transform:translate(9px) rotate(2.4deg)}75%{transform:translate(-6px) rotate(-1.2deg)}}@keyframes bounce{0%{top:0;-webkit-animation-timing-function:ease-in}50%{top:140px;height:140px;-webkit-animation-timing-function:ease-out}55%{top:160px;height:120px;-webkit-animation-timing-function:ease-in}65%{top:120px;height:140px;-webkit-animation-timing-function:ease-out}95%{top:0;-webkit-animation-timing-function:ease-in}to{top:0;-webkit-animation-timing-function:ease-in}}@keyframes strech{0%{transform:scaleZ(1)}50%{transform:scale3d(.85,.85,1.15)}to{transform:translate(0) scaleZ(1)}}main{display:flex;flex-direction:column;overflow:hidden}section{width:100%;margin:60px auto;max-width:1240px}section:first-child{margin-top:30px;width:100%;height:667px}section:last-child{margin-bottom:107px}.developer-info{display:flex;justify-content:end;position:relative}.developer-info .flag{margin-left:8px}.developer-info .developer-info-container{position:absolute;left:0;max-width:855px;width:100%;z-index:30}.developer-info .developer-info-container.long h1{font-size:180px}.developer-skills-container{display:flex;align-items:center;min-height:136px}.developer-skills-container h4{margin-left:10px}.main-image{width:505px;height:665px;position:relative}.main-image img{max-height:600px;height:100%;position:absolute}.developer-slide{z-index:20}.developer-slide:not(.developer-slide_8){right:35px;top:15px;z-index:20}.developer-slide_8{animation:tilt-in-fwd-tr-slide-bcg 1s cubic-bezier(.25,.46,.45,.94) both;bottom:15px;left:10px;z-index:15}.developer-slide_1{animation:tilt-in-fwd-tr 1s cubic-bezier(.25,.46,.45,.94) both,fadeIn 1s ease-in 4s both}.developer-slide_2{animation:tilt-in-fwd-tr 1s cubic-bezier(.25,.46,.45,.94) 4.5s both,fadeIn 1s ease-in 8.5s both}.developer-slide_3{animation:tilt-in-fwd-tr 1s cubic-bezier(.25,.46,.45,.94) 9s both,fadeIn 1s ease-in 12.5s both}.developer-slide_4{animation:tilt-in-fwd-tr 1s cubic-bezier(.25,.46,.45,.94) 13s both,fadeIn 1s ease-in 17.5s both}.developer-slide_5{animation:tilt-in-fwd-tr 1s cubic-bezier(.25,.46,.45,.94) 18s both,fadeIn 1s ease-in 22.5s both}.developer-slide_6{animation:tilt-in-fwd-tr 1s cubic-bezier(.25,.46,.45,.94) 23s both,fadeIn 1s ease-in 27s both}.developer-slide_7{animation:tilt-in-fwd-tr 1s cubic-bezier(.25,.46,.45,.94) 27.5s both}.developer-slide_7.solo{animation:tilt-in-fwd-tr 1s cubic-bezier(.25,.46,.45,.94) both}@keyframes flip-out-ver-left{0%{transform:rotateY(0)}to{transform:rotateY(-70deg);opacity:0}}@keyframes fadeIn{to{opacity:0}}@keyframes tilt-in-fwd-tr-slide-bcg{0%{transform:rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);opacity:0}to{transform:rotate(3deg) translate(0) skew(0);opacity:1}}@keyframes tilt-in-fwd-tr{0%{transform:rotateY(20deg) rotateX(35deg) translate(300px,-300px) skew(-35deg,10deg);opacity:0}to{transform:rotate(5deg) translate(0) skew(0);opacity:1}}.developer-details{display:flex;align-items:center;justify-content:space-evenly}.developer-details .description{max-width:480px;width:100%}.developer-details p+p{margin-top:30px}.developer-expirience{display:flex;align-items:center;height:577px;color:#fff;position:relative}.expirience-img{position:absolute;display:flex;align-items:end;height:100%;top:0;left:-150px}.expirience-container{max-width:925px;width:100%;margin:0 50px 0 auto;display:flex;flex-direction:column;align-items:end;flex:1}.menu-open{display:none}.expirience-score{flex:1;font-size:135px;line-height:.9;color:#dab03f;border-bottom:1px solid #DAB03F;margin-bottom:28px;font-family:Sofia-SemiBold;display:flex}.expirience-occupation{font-size:56px;line-height:68px;text-transform:uppercase;margin-left:30px;align-self:end;font-family:Sofia-Regular}.expirience-row{display:flex;width:100%}.carousel-caption{background-color:#373b4f;padding:70px;width:100%;right:0;left:0;bottom:3rem}.dt-slider{position:relative;min-height:780px;display:flex;align-items:end;width:100%}.dt-carousel-caption{flex:1}.carousel-indicators{bottom:-25px}.carousel-indicators [data-bs-target]{width:100px;background-color:#373b4f;opacity:1}.carousel-indicators .active{background-color:#dab03f}.carousel-inner{overflow:hidden;min-height:805px;display:flex;align-items:center}.carusel-filler{width:40px;height:100%;position:relative}.slider-container{display:flex}.slider-img{position:absolute;right:0;top:-160px}.slide-case{max-width:550px;max-height:244px;font-size:135px;line-height:.9;color:#fff;font-family:Sofia-SemiBold;text-transform:uppercase;position:absolute;left:0;top:0}.carousel-caption-body{width:100%;height:480px;background-color:#373b4f;padding:70px 70px 75px}.carousel-caption-body h3{font-size:56px;line-height:68px;margin-bottom:10px;color:#fff;text-transform:uppercase;font-family:Sofia-Regular}.carousel-caption-body p{max-width:460px;font-size:18px;line-height:30px;color:#babfd9;margin-bottom:82px;font-family:SourceSerif4-Regular}.carousel-caption-body a{font-size:24px;line-height:30px;text-transform:uppercase;text-decoration:none;color:#dab03f;font-family:Sofia-Regular}.developer-reviews{position:relative}.developer-reviews-container{display:flex;flex-direction:column}.reviews-img{position:absolute;height:100%;top:0;left:-150px}.review-container{border-bottom:1px solid #BABFD9;max-width:610px;width:100%}.review-container+.review-container{margin-top:70px}.review-container .name,.review-container .position{font-family:Sofia-Regular;color:#fff}.review-container .name{font-size:32px;line-height:40px}.review-container .position{font-size:24px;line-height:30px;margin-bottom:30px}.review-container .review{color:#babfd9;margin-bottom:20px;margin-top:30px;font-family:SourceSerif4-Regular;font-size:24px;line-height:1.5}.hamburger-container{max-width:100px;width:100%;position:relative;text-align:right;padding-right:25px;cursor:pointer}.hamburger-container span{font-size:24px;font-family:Sofia-Regular;color:#dab03f;text-transform:uppercase;transition:all .4s ease}.hamburger-container.open{position:fixed;top:12px;right:20px;z-index:2222}.hamburger-container.open .hamburger>div{background:#373B4F}.hamburger-container.open .hamburger>div:before{top:0;transform:rotate(45deg)}.hamburger-container.open .hamburger>div:after{top:0;transform:rotate(135deg)}.hamburger-container .hamburger{color:#dab03f;position:absolute;top:16px;right:0;height:12px;width:20px}.hamburger-container .hamburger>div{position:relative;top:0;left:0;background:#DAB03F;height:2px;width:20px;transition:all .4s ease}.hamburger-container .hamburger>div:before,.hamburger-container .hamburger>div:after{content:"";position:absolute;top:-5px;right:0;background:#DAB03F;width:20px;height:2px;transition:all .4s ease}.hamburger-container .hamburger>div:after{top:5px}@media only screen and (min-width: 1023.99px){.hamburger-container{display:none}.header-contacts.open{max-width:unset}}@media only screen and (max-width: 1024px){.header-contacts.open{max-width:unset}}@media only screen and (min-width: 1239.99px){.footer-container.solo .footer-contact-information{min-height:310px}.expirience-row.w-100{width:100%}.expirience-row.w-85{width:85%}.expirience-row.w-65{width:65%}}@media only screen and (min-width: 1279.99px){.footer-phone{margin-left:50px}}@media only screen and (min-width: 743.99px) and (max-width: 1279.99px){section{margin:80px auto}h1{font-size:135px!important}.main-image{max-height:457px}.developer-info-container{bottom:-10px}.developer-info-container h1{max-width:469px}.developer-info{max-height:480px}.developer-slide{height:420px!important}.developer-slide:not(.developer-slide_8){right:35px;top:15px}.developer-slide_8{bottom:0;right:80px;left:unset}.developer-details{justify-content:end}.developer-details-img img{height:240px;margin-right:70px}.developer-details p+p{margin-top:30px}.developer-expirience{height:330px;position:relative}.expirience-img{align-items:end;top:0;left:unset}.expirience-img img{height:240px}.expirience-container{margin:0 auto 0 0;align-items:start}.expirience-row{max-height:90px}.expirience-row+.expirience-row{margin-top:30px}.expirience-score{font-size:76px;line-height:90px;margin-bottom:15px}.expirience-occupation{font-size:24px;line-height:30px;margin-left:10px}.carousel-caption{padding:70px;width:100%;right:0;left:0;bottom:3rem}.carousel-indicators [data-bs-target]{width:60px}.carousel-indicators [data-bs-target]+[data-bs-target]{margin-left:20px}.carousel-inner{min-height:525px}.slider-container{display:flex}.slide-case{font-size:76px;line-height:90px;padding-left:30px}.carousel-caption-body{padding:30px}.carousel-caption-body p{margin-bottom:30px;height:100%}.reviews-img{left:unset}.reviews-img img{height:240px}.review-container+.review-container{margin-top:50px}.review-container:nth-child(2){align-self:end!important;margin-right:100px}.review-container:last-child{align-self:end}.footer-developer-img{bottom:unset}.footer-phone{margin-top:20px}.footer-title{min-height:350px}.footer-email{font-size:56px;line-height:68px;margin-bottom:20px;font-family:Sofia-Regular}.footer-socials{font-size:32px;line-height:40px;margin-bottom:50px;font-family:Sofia-Regular;display:flex;flex-direction:column;justify-content:start}.footer-socials .social+.social,.footer-socials .social+.footer-phone{margin-left:0}.developer-address{max-width:540px}}@media only screen and (min-width: 1023.99px) and (max-width: 1279.99px){section{max-width:924px}section:first-child{margin-top:10px}section:last-child{margin-bottom:80px}footer{padding:50px}.footer-container{max-width:924px}.footer-developer-img{right:50px}.footer-developer-img img{height:360px!important}.developer-info-container{max-width:790px}.developer-details .description{max-width:454px}.expirience-img{right:0}.expirience-container{max-width:654px}.carousel-indicators{bottom:-35px}.dt-slider{min-height:495px}.carousel-inner{min-height:525px}.carusel-filler{width:30px}.slider-img{top:-22px}.slider-img img{height:360px}.carousel-caption-body{height:378px}.carousel-caption-body p{max-width:464px;max-height:180px}}@media only screen and (min-width: 743.99px) and (max-width: 1023.98px){section{max-width:704px}section:first-child{margin-top:20px}section:last-child{margin-bottom:67px}h4{font-size:48px;line-height:60px}.header-contacts:not(.open){display:none}.header{height:60px;padding:16px 20px}footer{padding:50px 20px}.footer-container{max-width:704px}.footer-developer-img{right:100px}.footer-developer-img img{height:300px!important}.footer-socials .social+.social,.footer-socials .social+.footer-phone{margin-top:20px}.developer-info-container{bottom:-10px;max-width:704px}.developer-info{max-height:480px}.developer-slide{height:420px!important}.developer-slide:not(.developer-slide_8){right:15px;top:15px}.developer-slide_8{bottom:0;right:65px;left:unset}.developer-details .description{max-width:343px}.expirience-img{right:-100px}.expirience-container{max-width:523px}.carousel-indicators{bottom:-45px}.dt-slider{min-height:725px}.carousel-inner{min-height:525px}.carusel-filler{width:0}.slider-container{flex-direction:row-reverse}.slider-img{top:-32px;left:30px}.slider-img img{height:300px}.carousel-caption-body{height:585px;display:flex;flex-direction:column;justify-content:end}.carousel-caption-body p{max-width:100%;max-height:117px}.reviews-img{left:-90px}.review-container{max-width:523px}}@media only screen and (min-width: 389.99px) and (max-width: 743.98px){section{margin:70px auto}h1{font-size:70px!important;line-height:90px}h4{font-size:32px;line-height:40px}.header-contacts:not(.open){display:none}.header{height:60px;padding:16px 20px}.main-image{max-height:333px}.developer-skills-container{padding-left:20px;border-left:2px solid #DAB03F;min-height:80px}.developer-skills-container .developer-line{display:none}.developer-info-container{bottom:-20px}.developer-info-container h1{max-width:278px}.developer-info-container h1.t-right{padding-left:50px;text-align:left}.developer-info-container .flag img{height:20px}.developer-info{max-height:440px}.developer-slide{height:300px!important}.developer-slide:not(.developer-slide_8){right:15px;top:15px}.developer-slide_8{bottom:0;right:55px;left:unset}.developer-details{justify-content:end;align-items:start}.developer-details-img{left:-40px;position:relative;top:-20px}.developer-details-img img{height:160px;margin-right:30px}.developer-details p+p{margin-top:20px}.developer-details .description{min-width:240px}.developer-expirience{height:330px;position:relative}.expirience-img{align-items:end;top:0;left:unset}.expirience-img img{height:160px}.expirience-container{margin:0 auto 0 0;align-items:start}.expirience-row{max-height:90px}.expirience-row+.expirience-row{margin-top:30px}.expirience-score{font-size:76px;line-height:90px;margin-bottom:15px}.expirience-occupation{font-size:24px;line-height:30px;margin-left:10px}.expirience-container{max-width:250px}.carousel-indicators{bottom:-55px}.carousel-indicators [data-bs-target]{width:60px}.carousel-indicators [data-bs-target]+[data-bs-target]{margin-left:20px}.carousel-inner{min-height:525px}.slider-container{display:flex}.dt-slider{min-height:964px}.carusel-filler{width:0}.slide-case{font-size:76px;line-height:90px;padding-left:10px;max-width:330px}.slider-img{top:-30px}.slider-img img{height:300px}.carousel-caption-body{padding:30px 10px;height:704px;display:flex;flex-direction:column;justify-content:end}.carousel-caption-body p{margin-bottom:30px;height:100%;max-width:370px;max-height:236px}.reviews-img{left:unset;position:relative;height:auto}.reviews-img img{height:160px}.review-container{max-width:320px}.review-container+.review-container{margin-top:50px}.review-container:nth-child(2){margin-right:unset}.review-container:last-child{align-self:end}.review-container .review{font-size:18px;line-height:30px}footer{padding:50px 20px}.footer-phone{margin-top:20px}.footer-container.solo .footer-email{font-size:24px}.footer-developer-img{bottom:unset;right:20px}.footer-developer-img img{height:300px!important}.footer-title{min-height:330px}.footer-title-text{font-size:24px;line-height:30px;margin-bottom:20px;padding-bottom:20px}.footer-email{font-size:32px;line-height:40px;margin-bottom:20px;font-family:Sofia-Regular}.footer-socials{font-size:32px;line-height:40px;margin-bottom:50px;font-family:Sofia-Regular;display:flex;flex-direction:column;justify-content:start}.footer-socials .social+.social,.footer-socials .social+.footer-phone{margin-left:0;margin-top:20px}.footer-developer-address{flex-direction:column;max-width:350px}.footer-developer-address .developer-address{text-align:center;margin-bottom:30px}}@media only screen and (min-width: 429.99px) and (max-width: 743.98px){section{max-width:390px}section:first-child{margin-top:20px}section:last-child{margin-bottom:50px}.footer-container{max-width:430px}.developer-info-container{max-width:390px}.developer-info-container .flag{margin-left:unset}.developer-details-img img{margin-right:unset}.expirience-img{right:-60px;top:70px}.slider-img{right:60px}}@media only screen and (min-width: 389.99px) and (max-width: 429.98px){section{max-width:350px}section:first-child{margin-top:20px}section:last-child{margin-bottom:67px}.footer-container{max-width:390px}.developer-info{max-height:500px}.developer-info-container{max-width:704px}.developer-details-img{left:0}.expirience-img{right:-100px;top:70px}.carusel-filler{width:0}.slider-img{right:15px}.dt-slider{min-height:994px}.carousel-caption-body{height:774px}.carousel-caption-body p{max-width:370px;max-height:266px;min-height:236px}.reviews-img{left:-60px}}@media only screen and (min-width: 319.99px) and (max-width: 389.98px){section{margin:35px auto}h1{font-size:60px;line-height:70px}h4{font-size:24px;line-height:32px}p{font-size:16px;line-height:24px}.header-contacts:not(.open){display:none}.header{height:60px;padding:16px 20px}.main-image{max-height:333px}.developer-skills-container{padding-left:5px;border-left:2px solid #DAB03F;min-height:70px}.developer-skills-container .developer-line{display:none}.developer-info-container{bottom:0}.developer-info-container h1{max-width:278px}.developer-info-container h1.t-right{padding-left:50px;text-align:left}.developer-info-container .flag img{height:20px}.developer-info{height:470px}.developer-details{justify-content:end;align-items:start}.developer-details-img{left:-40px;position:relative;top:-20px}.developer-details-img img{height:160px;margin-right:30px}.developer-details p+p{margin-top:20px}.developer-details .description{min-width:240px}.developer-expirience{height:330px;position:relative}.expirience-img{align-items:end;top:0;left:unset}.expirience-img img{height:160px}.expirience-container{margin:0 auto 0 0;align-items:start}.expirience-row{max-height:90px}.expirience-row+.expirience-row{margin-top:30px}.expirience-score{font-size:56px;line-height:64px;margin-bottom:10px}.expirience-occupation{font-size:24px;line-height:30px;margin-left:10px}.expirience-container{max-width:250px}.carousel-indicators{bottom:-55px}.carousel-indicators [data-bs-target]{width:60px}.carousel-indicators [data-bs-target]+[data-bs-target]{margin-left:20px}.carousel-inner{min-height:525px}.slider-container{display:flex}.dt-slider{min-height:924px}.carusel-filler{width:0}.slide-case{font-size:56px;line-height:64px;padding-left:5px;max-width:300px}.slider-img{top:-30px}.slider-img img{height:270px}.carousel-caption-body{padding:30px 10px;height:704px;display:flex;flex-direction:column;justify-content:end}.carousel-caption-body h3{font-size:52px;line-height:60px}.carousel-caption-body p{margin-bottom:30px;height:100%;max-width:370px;max-height:236px}.reviews-img{left:unset;position:relative;height:auto}.reviews-img img{height:160px}.review-container{max-width:320px}.review-container+.review-container{margin-top:50px}.review-container:nth-child(2){margin-right:unset}.review-container:last-child{align-self:end}.review-container .review{font-size:18px;line-height:30px}footer{padding:50px 20px}.footer-phone{margin-top:20px}.footer-container.solo .footer-email{font-size:24px}.footer-developer-img{bottom:unset;right:-10px}.footer-developer-img img{height:300px!important}.footer-title{min-height:330px}.footer-title-text{font-size:24px;line-height:30px;margin-bottom:20px;padding-bottom:20px}.footer-email{font-size:32px;line-height:40px;margin-bottom:20px;font-family:Sofia-Regular}.footer-socials{font-size:32px;line-height:40px;margin-bottom:50px;font-family:Sofia-Regular;display:flex;flex-direction:column;justify-content:start}.footer-socials .social+.social,.footer-socials .social+.footer-phone{margin-left:0;margin-top:20px}.footer-developer-address{flex-direction:column;max-width:350px}.footer-developer-address .developer-address{text-align:center;margin-bottom:30px}}@media only screen and (min-width: 319.99px) and (max-width: 389.97px){section{max-width:300px;margin:70px auto}section:first-child{margin-top:20px}section:last-child{margin-bottom:67px}.header-contacts:not(.open){display:none}.header{height:60px;padding:16px 20px}.footer-container{max-width:279.99px}.developer-info{max-height:460px}.developer-info-container{bottom:-10px;max-width:704px}.developer-slide_8{bottom:-40px;left:10px}.developer-slide{height:300px!important}.developer-slide:not(.developer-slide_8){right:-35px;top:15px}.developer-slide_8{bottom:0;right:5px;left:unset}.developer-details-img{left:20px}.expirience-img{right:-120px;top:70px}.carusel-filler{width:0}.slider-img{right:5px}.dt-slider{min-height:914px}.carousel-caption-body{height:734px}.carousel-caption-body p{font-size:16px;line-height:24px;max-width:370px;max-height:266px;min-height:236px}.reviews-img{left:-60px}}
